:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #f5f5f7;
  --surface-strong: #e8e8ed;
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --line: #d2d2d7;
  --blue: #0066cc;
  --blue-hover: #0077ed;
  --green: #137333;
  --amber: #8a4b00;
  --red: #b42318;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, .08);
  --content: 1180px;
  --wide: 1400px;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-hover); }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--ink); transition: top .2s ease; }
.skip-link:focus { top: 12px; }

.global-header { position: sticky; top: 0; z-index: 60; height: 52px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.88); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); }
.global-header-inner { position: relative; width: min(var(--wide), calc(100% - 40px)); height: 100%; margin: 0 auto; display: grid; grid-template-columns: 190px minmax(220px, 1fr) minmax(280px, 420px); align-items: center; gap: 24px; }
.brand-mark { display: flex; align-items: baseline; gap: 8px; color: var(--ink); white-space: nowrap; }
.brand-mark span { font-weight: 700; letter-spacing: -.02em; }
.brand-mark small { color: var(--muted); font-size: 12px; }
.global-header-inner > p { position: absolute; left: 50%; transform: translateX(-50%); max-width: min(60%, 760px); margin: 0; overflow: hidden; font-size: 13px; font-weight: 600; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.header-search { position: relative; grid-column: 3; display: grid; grid-template-columns: auto minmax(140px, 1fr); align-items: center; gap: 8px; }
.header-search label { color: var(--muted); font-size: 12px; }
.header-search input { width: 100%; height: 32px; padding: 0 12px; border: 1px solid transparent; border-radius: 10px; outline: 0; color: var(--ink); background: var(--surface); transition: border-color .2s, background .2s; }
.header-search input:focus { border-color: var(--blue); background: #fff; }
.header-search span { position: absolute; top: 36px; right: 0; padding: 4px 8px; border-radius: 7px; color: var(--muted); background: rgba(255,255,255,.95); font-size: 11px; }

.section-nav { position: sticky; top: 52px; z-index: 50; border-bottom: 1px solid rgba(0,0,0,.06); background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.section-nav-track { width: min(var(--wide), 100%); margin: 0 auto; padding: 0 20px; display: flex; flex-wrap: nowrap; justify-content: center; gap: 2px 4px; overflow-x: auto; scrollbar-width: none; }
.section-nav-track::-webkit-scrollbar { display: none; }
.section-link { position: relative; flex: 0 0 auto; padding: 12px 8px 11px; color: var(--muted); font-size: 14px; white-space: nowrap; transition: color .2s; }
.section-link::after { position: absolute; right: 10px; bottom: 0; left: 10px; height: 2px; border-radius: 2px; background: transparent; content: ""; }
.section-link:hover, .section-link.is-active { color: var(--ink); }
.section-link.is-active::after { background: var(--ink); }

.loading-state { min-height: 70vh; display: grid; place-content: center; justify-items: center; gap: 12px; color: var(--muted); }
.loading-state span { width: 26px; height: 26px; border: 2px solid var(--line); border-top-color: var(--ink); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.report-content { overflow: clip; }
.report-hero, .logic-section, .report-chapter { scroll-margin-top: 110px; }
.report-hero { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; padding: 112px 0 96px; }
.hero-copy { max-width: 980px; }
.eyebrow { margin: 0 0 16px; color: var(--muted); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-copy h1 { max-width: 1050px; margin: 0; font-size: clamp(52px, 7.4vw, 106px); font-weight: 650; letter-spacing: -.062em; line-height: .98; }
.hero-subtitle { max-width: 860px; margin: 30px 0 26px; color: var(--muted); font-size: clamp(21px, 2.2vw, 30px); font-weight: 450; letter-spacing: -.025em; line-height: 1.25; }
.primary-link { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 600; }
.primary-link span { transition: transform .2s; }
.primary-link:hover span { transform: translateY(3px); }
.hero-conclusion { margin: 90px 0 38px; padding: clamp(30px, 5vw, 70px); border-radius: var(--radius-xl); background: var(--surface); }
.hero-conclusion p:last-child { max-width: 1040px; margin: 0; font-size: clamp(28px, 4vw, 52px); font-weight: 600; letter-spacing: -.045em; line-height: 1.1; }
.executive-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.choice-item { min-height: 230px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; transition: transform .25s, box-shadow .25s; }
.choice-item:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.choice-item h2 { margin: 0 0 48px; color: var(--muted); font-size: 15px; }
.choice-item p { margin: 0; font-size: clamp(20px, 2.1vw, 28px); font-weight: 550; letter-spacing: -.025em; line-height: 1.25; }
.choice-basis { display: block; margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.55; }

.logic-section { padding: 100px max(20px, calc((100vw - var(--content)) / 2)); background: var(--surface); }
.section-intro { max-width: 800px; margin-bottom: 42px; }
.section-intro.compact { margin-bottom: 26px; }
.section-intro h2, .section-intro h3 { margin: 0 0 18px; font-size: clamp(36px, 5vw, 64px); letter-spacing: -.045em; line-height: 1.03; }
.section-intro h3 { font-size: clamp(30px, 3.4vw, 46px); }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 20px; }
.logic-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.logic-step { min-height: 190px; padding: 24px; border: 0; border-radius: 18px; color: var(--muted); background: #fff; text-align: center; cursor: pointer; transition: color .2s, background .2s, transform .2s; display: flex; flex-direction: column; align-items: center; }
.logic-step:hover { transform: translateY(-2px); }
.logic-step.is-active { color: #fff; background: var(--ink); }
.logic-step span { display: block; margin-bottom: 28px; font-size: 12px; }
.logic-step strong { display: block; font-size: 18px; line-height: 1.3; }
.logic-step-desc { display: block; margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.logic-step.is-active .logic-step-desc { color: #d1d1d6; }
.logic-detail { min-height: 110px; margin-top: 14px; padding: clamp(26px, 4vw, 48px); border-radius: 22px; background: #fff; }
.logic-detail header { max-width: 920px; }
.logic-detail header h3 { margin: 0 0 12px; font-size: clamp(28px, 3vw, 42px); letter-spacing: -.035em; line-height: 1.12; }
.logic-detail header > p:last-child { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.logic-detail dl { margin: 30px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--line); }
.logic-detail dl div { min-width: 0; padding: 22px; background: var(--surface); }
.logic-detail dt { margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.logic-detail dd { margin: 0; font-size: 16px; line-height: 1.65; overflow-wrap: anywhere; }

.report-chapter { width: min(var(--content), calc(100% - 40px)); margin: 0 auto; padding: 112px 0; border-bottom: 1px solid var(--line); }
.chapter-header { margin-bottom: 58px; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 24px; }
.chapter-index { margin: 12px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.chapter-header h2 { max-width: 960px; margin: 0; font-size: clamp(42px, 6vw, 76px); font-weight: 650; letter-spacing: -.055em; line-height: 1; }
.chapter-header div > p { max-width: 820px; margin: 22px 0 0; color: var(--muted); font-size: 20px; }
.report-block { margin: 26px 0 72px; }
.block-title { margin: 0 0 16px; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.035em; line-height: 1.12; }
.block-caption, .source-note { max-width: 880px; margin: 0 0 24px; color: var(--muted); font-size: 16px; }
.source-note { margin-top: 12px; font-size: 12px; }
.narrative-block { max-width: 900px; }
.narrative-block > p:last-child { margin: 0; font-size: 22px; line-height: 1.5; }
.thesis-block { padding: clamp(30px, 5vw, 64px); border-radius: var(--radius-xl); background: var(--ink); color: #fff; }
.thesis-headline { max-width: 900px; margin: 0 0 24px; font-size: clamp(32px, 4vw, 56px); font-weight: 650; letter-spacing: -.045em; line-height: 1.08; }
.thesis-block > p:last-child { max-width: 900px; margin: 0; color: #d1d1d6; font-size: 20px; }

.finding-grid, .strategy-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.finding-grid article, .strategy-grid article { min-height: 190px; padding: 28px; border-radius: var(--radius-lg); background: var(--surface); }
.finding-grid h4, .strategy-grid h4 { margin: 0 0 40px; color: var(--muted); font-size: 14px; }
.finding-grid p, .strategy-grid p { margin: 0; font-size: 20px; font-weight: 520; letter-spacing: -.018em; }
.finding-grid small { display: block; margin-top: 18px; color: var(--muted); }
.strategy-block { padding: clamp(30px, 5vw, 60px); border-radius: var(--radius-xl); background: var(--surface); }
.strategy-block .strategy-grid article { background: #fff; }

.table-tools { margin: 18px 0 10px; display: grid; grid-template-columns: auto minmax(180px, 380px) 1fr; align-items: center; gap: 10px; }
.table-tools label { color: var(--muted); font-size: 13px; }
.table-tools input { height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; background: #fff; }
.table-tools input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
.table-tools span { justify-self: end; color: var(--muted); font-size: 12px; }
.data-table-wrap { max-width: 100%; overflow: auto; border: 1px solid var(--line); border-radius: 18px; background: #fff; scrollbar-color: #b7b7bc transparent; }
.data-table { width: 100%; min-width: 760px; border-spacing: 0; border-collapse: separate; font-size: 14px; }
.data-table th, .data-table td { max-width: 420px; padding: 17px 18px; border-bottom: 1px solid #e8e8ed; vertical-align: top; text-align: left; }
.data-table th { position: sticky; top: 0; z-index: 2; color: var(--muted); background: rgba(245,245,247,.98); font-size: 12px; font-weight: 700; }
.data-table th:first-child, .data-table td:first-child { position: sticky; left: 0; z-index: 1; min-width: 155px; background: #fff; font-weight: 620; }
.data-table th:first-child { z-index: 3; background: var(--surface); }
.data-table tr:last-child td { border-bottom: 0; }
.data-table tbody tr:hover td { background-color: #fafafa; }
.data-table tbody tr:hover td:first-child { background-color: #fafafa; }

.asset-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.asset-card { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); }
.asset-image { width: 100%; aspect-ratio: 4/3; padding: 0; border: 0; overflow: hidden; background: #e8e8ed; cursor: zoom-in; }
.asset-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.asset-card:hover img { transform: scale(1.03); }
.asset-card > div { padding: 18px; }
.asset-card p { min-height: 48px; margin: 0 0 14px; font-size: 14px; }
.text-button { padding: 0; border: 0; color: var(--blue); background: transparent; font-weight: 600; cursor: pointer; }

.competitor-tabs { position: sticky; top: 98px; z-index: 10; margin: 0 0 24px; padding: 8px; display: flex; gap: 6px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.competitor-tabs button { flex: 0 0 auto; padding: 10px 14px; border: 0; border-radius: 10px; color: var(--muted); background: transparent; cursor: pointer; }
.competitor-tabs button[aria-selected="true"] { color: #fff; background: var(--ink); }
.competitor-panel-head { padding: 42px 0 28px; }
.competitor-panel-head h3 { margin: 0; font-size: clamp(40px, 5vw, 66px); letter-spacing: -.05em; }
.dimension-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.dimension-grid > div { padding: 26px; border-radius: 18px; background: var(--surface); }
.dimension-grid h4 { margin: 0 0 24px; color: var(--muted); font-size: 13px; }
.dimension-grid p { margin: 0; font-size: 18px; }

.roadmap-shell { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 28px; }
.roadmap-tabs { position: sticky; top: 112px; align-self: start; max-height: calc(100vh - 140px); overflow-y: auto; padding-right: 8px; }
.roadmap-tabs button { width: 100%; padding: 16px; border: 0; border-bottom: 1px solid var(--line); color: var(--muted); background: transparent; text-align: left; cursor: pointer; }
.roadmap-tabs button span { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
.roadmap-tabs button strong { display: block; font-size: 14px; font-weight: 550; line-height: 1.35; }
.roadmap-tabs button[aria-selected="true"] { border-radius: 12px; color: #fff; background: var(--ink); }
.roadmap-panel { padding: clamp(24px, 4vw, 48px); border-radius: var(--radius-xl); background: var(--surface); }
.roadmap-panel > header h3 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.05; }
.roadmap-panel > header > p:last-child { margin: 0 0 34px; color: var(--muted); font-size: 18px; }
.roadmap-action { padding: 28px 0; display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 16px; border-top: 1px solid var(--line); }
.action-id { color: var(--muted); font-size: 12px; font-weight: 700; }
.action-title-row { margin-bottom: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.roadmap-action h4 { margin: 0 0 14px; font-size: 23px; }
.action-title-row h4 { margin: 0; }
.execution-mode { flex: 0 0 auto; padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-size: 11px; font-weight: 700; }
.roadmap-action ol { margin: 0 0 22px; padding-left: 22px; }
.roadmap-action li { margin-bottom: 7px; }
.roadmap-action dl, .sop-step dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.roadmap-action dl div, .sop-step dl div { padding: 13px; background: #fff; }
.roadmap-action dl > div:last-child:nth-child(odd), .sop-step dl > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
.roadmap-action dt, .sop-step dt { color: var(--muted); font-size: 11px; font-weight: 700; }
.roadmap-action dd, .sop-step dd { margin: 4px 0 0; font-size: 13px; }
.knowledge-basis { margin-top: 18px; padding: 16px 18px; border-radius: 14px; background: #fff; border: 1px solid var(--line); }
.knowledge-basis span { color: var(--muted); font-size: 12px; font-weight: 700; }
.knowledge-basis ul { margin: 8px 0 0; padding-left: 18px; }
.knowledge-basis li { margin-bottom: 6px; color: var(--muted); font-size: 13px; }
.decision-gate { margin-top: 20px; padding: 24px; border-radius: 16px; color: #fff; background: var(--ink); }
.decision-gate span { font-size: 12px; font-weight: 700; }
.decision-gate p { margin: 8px 0 0; font-size: 18px; }

.sop-toolbar { position: sticky; top: 98px; z-index: 12; margin-bottom: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(0,0,0,.05); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.sop-toolbar-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.sop-search-field { min-width: 0; flex: 1 1 auto; display: flex; align-items: center; gap: 10px; }
.sop-toolbar label { flex: 0 0 auto; color: var(--muted); font-size: 13px; }
.sop-toolbar input { width: min(520px, calc(100% - 120px)); height: 42px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.sop-toolbar input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,102,204,.12); }
.sop-count { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 12px; font-weight: 600; }
.filter-pills { margin-top: 12px; display: flex; gap: 7px; overflow-x: auto; }
.filter-pills button { flex: 0 0 auto; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; cursor: pointer; }
.filter-pills button.is-active { border-color: var(--ink); color: #fff; background: var(--ink); }
.sop-channel { border-top: 1px solid var(--line); }
.sop-channel:last-child { border-bottom: 1px solid var(--line); }
.sop-channel > summary { padding: 26px 4px; display: grid; grid-template-columns: 82px minmax(0, 1fr) 230px; align-items: start; gap: 18px; list-style: none; cursor: pointer; }
.sop-channel > summary::-webkit-details-marker { display: none; }
.sop-channel > summary > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.sop-channel > summary h3 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.025em; }
.sop-channel > summary p { margin: 0; color: var(--muted); }
.sop-channel > summary small { color: var(--muted); text-align: right; }
.sop-channel[open] > summary h3 { color: var(--blue); }
.sop-body { padding: 0 0 58px 100px; }
.sop-overview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 30px; }
.sop-overview article { padding: 22px; border-radius: 16px; background: var(--surface); }
.sop-overview h4, .sop-operations h4 { margin: 0 0 14px; font-size: 13px; }
.sop-overview p, .sop-overview ul { margin: 0; color: var(--muted); }
.sop-measurement { margin-bottom: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.sop-measurement article { min-width: 0; padding: 22px; background: #fff; }
.sop-measurement h4 { margin: 0 0 12px; font-size: 13px; }
.sop-measurement p, .sop-measurement ul { margin: 0; color: var(--muted); font-size: 14px; }
.sop-measurement ul { padding-left: 18px; }
.sop-step { margin-bottom: 16px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.sop-step header { display: grid; grid-template-columns: 70px 1fr; gap: 12px; }
.sop-step header > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.sop-step header p { margin: 0; color: var(--muted); font-size: 12px; }
.sop-step h4 { margin: 3px 0 15px; font-size: 24px; }
.sop-step-context { margin: 10px 0 22px 82px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.sop-step-context p { min-width: 0; margin: 0; padding: 14px; border-radius: 12px; color: var(--muted); background: var(--surface); font-size: 13px; overflow-wrap: anywhere; }
.sop-step-context strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 11px; }
.sop-procedure { margin-left: 82px; }
.sop-procedure h5 { margin: 0 0 10px; font-size: 12px; }
.sop-step ol { margin: 0 0 24px; padding-left: 18px; }
.sop-step li { margin-bottom: 8px; }
.sop-step dl { grid-template-columns: repeat(3, 1fr); }
.sop-operations { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.sop-operations article { padding: 22px; border-radius: 16px; background: var(--surface); }
.sop-operations p { margin: 0 0 12px; color: var(--muted); font-size: 14px; }
.sop-output { margin: 20px 0 0; padding: 20px; border-left: 4px solid var(--blue); background: #f5f9ff; }

.evidence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.evidence-item { display: grid; grid-template-columns: 140px 1fr; gap: 18px; padding: 14px; border-radius: 18px; background: var(--surface); }
.evidence-thumb { width: 140px; height: 110px; padding: 0; overflow: hidden; border: 0; border-radius: 12px; background: var(--surface-strong); cursor: zoom-in; }
.evidence-thumb img { width: 100%; height: 100%; object-fit: cover; }
.evidence-item h4 { margin: 4px 0 8px; font-size: 16px; }
.evidence-item p { margin: 0 0 14px; color: var(--muted); font-size: 12px; }

.visual-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.visual-card-grid.cards-2, .visual-card-grid.cards-4 { grid-template-columns: repeat(2, 1fr); }
.visual-card-grid.cards-5 { grid-template-columns: repeat(5, 1fr); }
.visual-card-grid.cards-8 { grid-template-columns: repeat(4, 1fr); }
.visual-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; overflow-wrap: anywhere; }
.visual-card h4 { margin: 0 0 14px; font-size: 22px; letter-spacing: -.025em; }
.visual-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.5; }
.card-kicker { margin: 0 0 8px !important; color: var(--blue) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .06em; }
.card-source { display: block; margin-top: 18px; color: var(--muted); font-size: 12px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.card-tags span { padding: 5px 10px; border-radius: 999px; color: var(--muted); background: var(--surface); font-size: 12px; }
.card-list { margin: 16px 0 0; padding-left: 20px; }
.card-list li { margin-bottom: 8px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.competitor-profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.competitor-profile { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.competitor-profile header h4 { margin: 0 0 18px; font-size: 24px; letter-spacing: -.03em; }
.competitor-profile dl { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.competitor-profile dl div { padding: 14px; background: var(--surface); }
.competitor-profile dt { color: var(--muted); font-size: 11px; font-weight: 700; }
.competitor-profile dd { margin: 5px 0 0; font-size: 14px; }

.wiskii-page-list { display: grid; gap: 30px; }
.wiskii-page { display: grid; grid-template-columns: minmax(260px, 420px) minmax(0, 1fr); gap: 24px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); align-items: start; }
.wiskii-screenshot { overflow: hidden; border-radius: 18px; background: var(--surface-strong); }
.wiskii-screenshot button { width: 100%; padding: 0; border: 0; cursor: zoom-in; }
.wiskii-screenshot img { width: 100%; display: block; }
.wiskii-copy h4 { margin: 0 0 12px; font-size: 26px; letter-spacing: -.03em; }
.wiskii-copy p { margin: 0 0 16px; color: var(--muted); font-size: 16px; }
.wiskii-copy ul { margin: 0; padding-left: 20px; }
.wiskii-copy li { margin-bottom: 7px; }

.brand-visual-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.brand-visual { margin: 0; overflow: hidden; border-radius: 18px; background: var(--surface); }
.brand-visual button { width: 100%; padding: 0; border: 0; cursor: zoom-in; }
.brand-visual img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.brand-visual figcaption { padding: 14px; color: var(--muted); font-size: 12px; }

.price-ladder { display: grid; gap: 12px; }
.price-band { padding: 22px 26px; border-radius: 18px; background: var(--surface); }
.price-band header { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 12px; }
.price-band h4 { margin: 0; font-size: 20px; }
.price-band header span { color: var(--muted); font-size: 14px; }
.price-track { position: relative; height: 10px; border-radius: 999px; background: var(--surface-strong); }
.price-track i { position: absolute; top: 0; bottom: 0; left: var(--start); width: var(--width); border-radius: 999px; background: var(--ink); }
.price-band p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }

.report-footer { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; padding: 54px 0 80px; display: flex; justify-content: space-between; align-items: end; color: var(--muted); }
.report-footer p { margin: 5px 0 0; }
.footer-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: none; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(0,0,0,.32); }
.modal-backdrop[data-open="true"] { display: block; }
.evidence-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; width: min(560px, 94vw); padding: 18px 28px 40px; overflow-y: auto; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.15); transform: translateX(105%); transition: transform .35s cubic-bezier(.22,.61,.36,1); }
.evidence-drawer[data-open="true"] { transform: translateX(0); }
.drawer-head { position: sticky; top: -18px; z-index: 2; padding: 20px 0; display: flex; justify-content: space-between; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.drawer-head button, .lightbox-close { padding: 8px 12px; border: 0; border-radius: 999px; background: var(--surface); cursor: pointer; }
.evidence-drawer-body figure { margin: 0 0 24px; overflow: hidden; border-radius: 18px; }
.evidence-drawer-body h2 { font-size: 30px; letter-spacing: -.035em; }
.evidence-drawer-body dl div { padding: 12px 0; display: grid; grid-template-columns: 110px 1fr; gap: 12px; border-top: 1px solid var(--line); }
.evidence-drawer-body dt { color: var(--muted); font-size: 12px; }
.evidence-drawer-body dd { margin: 0; overflow-wrap: anywhere; }
.lightbox { position: fixed; inset: 4vh 5vw; z-index: 95; display: none; padding: 18px; border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.lightbox[data-open="true"] { display: grid; }
.lightbox-close { position: absolute; top: 18px; right: 18px; z-index: 2; }
.lightbox figure { margin: 0; min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
.lightbox img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { color: var(--muted); text-align: center; }
.lightbox-backdrop[data-open="true"] { z-index: 92; display: block; }

.load-error { min-height: 70vh; display: grid; place-content: center; text-align: center; }
.load-error h1 { font-size: 44px; }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
  .reveal.is-visible { opacity: 1; transform: none; }
}

button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid rgba(0,102,204,.45); outline-offset: 3px; }

@media (max-width: 1050px) {
  .global-header-inner { grid-template-columns: 150px 1fr 330px; }
  .logic-flow { grid-template-columns: repeat(2, 1fr); }
  .roadmap-shell { grid-template-columns: 270px minmax(0, 1fr); }
  .asset-grid { grid-template-columns: repeat(2, 1fr); }
  .visual-card-grid { grid-template-columns: repeat(2, 1fr); }
  .visual-card-grid.cards-5 { grid-template-columns: repeat(3, 1fr); }
  .sop-step dl { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .global-header { height: auto; }
  .global-header-inner { width: calc(100% - 28px); min-height: 52px; grid-template-columns: 1fr auto; gap: 12px; }
  .global-header-inner > p { display: none; }
  .header-search { grid-column: auto; grid-template-columns: 1fr; }
  .header-search label { position: absolute; width: 1px; height: 1px; overflow: hidden; }
  .section-nav { top: 52px; }
  .section-nav-track { flex-wrap: nowrap; justify-content: flex-start; }
  .report-hero { padding: 74px 0 70px; }
  .hero-copy h1 { font-size: clamp(48px, 13vw, 78px); }
  .executive-choice-grid, .finding-grid, .strategy-grid, .dimension-grid, .evidence-grid, .visual-card-grid, .competitor-profile-grid { grid-template-columns: minmax(0, 1fr); }
  .visual-card-grid.cards-2, .visual-card-grid.cards-4, .visual-card-grid.cards-5, .visual-card-grid.cards-8 { grid-template-columns: minmax(0, 1fr); }
  .brand-visual-strip { grid-template-columns: repeat(2, 1fr); }
  .wiskii-page { grid-template-columns: 1fr; }
  .logic-section, .report-chapter { padding-top: 76px; padding-bottom: 76px; }
  .logic-flow { grid-template-columns: repeat(2, 1fr); }
  .logic-detail dl { grid-template-columns: minmax(0, 1fr); }
  .chapter-header { grid-template-columns: 38px 1fr; gap: 12px; margin-bottom: 40px; }
  .roadmap-shell { display: block; }
  .roadmap-tabs { position: static; max-height: none; margin-bottom: 18px; display: flex; overflow-x: auto; }
  .roadmap-tabs button { min-width: 220px; border: 1px solid var(--line); border-radius: 12px; }
  .sop-toolbar { position: static; }
  .sop-toolbar-head { align-items: stretch; flex-direction: column; gap: 12px; }
  .sop-search-field { display: grid; grid-template-columns: auto minmax(0, 1fr); }
  .sop-count { align-self: flex-start; }
  .sop-channel > summary { grid-template-columns: 58px 1fr; }
  .sop-channel > summary small { grid-column: 2; text-align: left; }
  .sop-body { padding-left: 0; }
  .sop-overview, .sop-measurement, .sop-operations { grid-template-columns: 1fr; }
  .sop-step-context { margin-left: 0; grid-template-columns: 1fr; }
  .sop-procedure { margin-left: 0; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .global-header-inner { grid-template-columns: 1fr auto; }
  .header-search { min-width: 0; }
  .header-search input { min-width: 0; }
  .report-hero, .report-chapter { width: min(100% - 28px, var(--content)); }
  .hero-copy h1 { font-size: 46px; }
  .hero-subtitle { font-size: 20px; }
  .hero-conclusion { margin-top: 60px; padding: 26px; border-radius: 22px; }
  .hero-conclusion p:last-child { font-size: 29px; }
  .choice-item { min-height: 0; padding: 24px; }
  .choice-item h2 { margin-bottom: 28px; }
  .logic-section { padding-right: 14px; padding-left: 14px; }
  .logic-flow { grid-template-columns: 1fr; }
  .logic-step { min-height: 150px; padding: 18px; }
  .logic-step span { margin-bottom: 28px; }
  .logic-detail { padding: 22px; font-size: 18px; }
  .chapter-header h2 { font-size: 42px; }
  .table-tools { grid-template-columns: 1fr auto; }
  .table-tools label { display: none; }
  .table-tools input { width: 100%; }
  .asset-grid { grid-template-columns: 1fr; }
  .brand-visual-strip { grid-template-columns: 1fr; }
  .roadmap-panel { padding: 22px; }
  .roadmap-action { grid-template-columns: 1fr; }
  .action-title-row { display: block; }
  .execution-mode { display: inline-block; margin: 10px 0 0; }
  .roadmap-action dl, .sop-step dl { grid-template-columns: 1fr; }
  .sop-toolbar label { display: none; }
  .sop-search-field { display: block; }
  .sop-toolbar input { width: 100%; }
  .sop-channel > summary { grid-template-columns: 1fr; gap: 7px; }
  .sop-channel > summary small { grid-column: 1; }
  .sop-step { padding: 20px; }
  .sop-step header { grid-template-columns: 1fr; }
  .evidence-item { grid-template-columns: 1fr; }
  .evidence-thumb { width: 100%; height: 180px; }
  .report-footer { align-items: start; flex-direction: column; gap: 20px; }
}

@media print {
  .global-header, .section-nav, .sop-toolbar, .competitor-tabs, .roadmap-tabs, .table-tools, .text-button, .primary-link, .modal-backdrop, .evidence-drawer, .lightbox { display: none !important; }
  .report-hero, .logic-section, .report-chapter { width: 100%; padding: 36px 0; break-inside: avoid-page; }
  .logic-section { padding-right: 0; padding-left: 0; background: #fff; }
  .logic-step { border: 1px solid #ccc; }
  .logic-step.is-active { color: #000; background: #fff; }
  .roadmap-shell { display: block; }
  [data-roadmap-panel], [data-competitor-panel], .sop-channel { display: block !important; }
  .sop-channel .sop-body { display: block !important; }
  .data-table-wrap { overflow: visible; }
  .data-table { min-width: 0; font-size: 9px; }
  .data-table th, .data-table td { position: static !important; max-width: none; padding: 6px; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
