:root {
  --yellow: #f5cc18;
  --yellow-strong: #e5b900;
  --yellow-soft: #fff7cc;
  --ink: #17191f;
  --ink-soft: #5e6470;
  --paper: #fffdf6;
  --paper-2: #f7f3e7;
  --line: #ded8c8;
  --red: #c84036;
  --green: #1f7657;
  --shadow: 8px 8px 0 rgba(23,25,31,.12);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
a:focus-visible, button:focus-visible, iframe:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
img, video { max-width: 100%; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 99; padding: 10px 14px; background: #fff; }
.skip-link:focus { left: 10px; }
.site-nav { position: sticky; top: 0; z-index: 30; background: rgba(23,25,31,.96); color: #fff; border-bottom: 4px solid var(--yellow); backdrop-filter: blur(10px); }
.nav-inner { min-height: 70px; display: flex; align-items: center; gap: 28px; }
.nav-brand { flex: 0 0 auto; color: #fff; text-decoration: none; font-weight: 950; font-size: 1.28rem; letter-spacing: -.04em; transform: skew(-5deg); }
.nav-brand span { color: var(--yellow); }
.nav-links { list-style: none; margin: 0 0 0 auto; padding: 0; display: flex; align-items: center; gap: 6px; }
.nav-links a { display: block; padding: 9px 11px; text-decoration: none; font-weight: 750; font-size: .88rem; border-radius: 4px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: var(--yellow); }
.nav-cta { text-decoration: none; padding: 9px 14px; background: var(--yellow); color: var(--ink); font-weight: 900; border: 2px solid var(--yellow); border-radius: 4px; white-space: nowrap; }
.hero { position: relative; overflow: hidden; padding: 82px 0 66px; background: radial-gradient(circle at 82% 28%, rgba(245,204,24,.38), transparent 30%), linear-gradient(135deg,#fffdf6 0%,#fff7c4 100%); border-bottom: 1px solid var(--line); }
.hero::after { content: "04"; position: absolute; right: -30px; bottom: -115px; font-size: clamp(18rem,35vw,35rem); line-height: 1; font-weight: 1000; color: rgba(23,25,31,.045); transform: rotate(-8deg); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; position: relative; z-index: 1; }
.eyebrow, .status-pill { display: inline-flex; align-items: center; gap: 8px; font-size: .75rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.eyebrow::before { content: ""; width: 34px; height: 5px; background: var(--yellow-strong); transform: skew(-20deg); }
h1,h2,h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem,7vw,6.8rem); margin: 18px 0 20px; font-weight: 1000; }
h2 { font-size: clamp(2rem,4.5vw,3.5rem); margin: 0 0 18px; font-weight: 950; }
h3 { font-size: 1.3rem; margin: 0 0 8px; }
.hero-copy { max-width: 720px; font-size: 1.12rem; color: #373b45; }
.hero-actions, .button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 17px; border: 2px solid var(--ink); border-radius: 3px; text-decoration: none; font-weight: 900; box-shadow: 4px 4px 0 var(--ink); transition: .16s ease; }
.btn:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-primary { background: var(--yellow); }
.btn-secondary { background: #fff; }
.video-card { background: #0d0e12; padding: 10px; border: 3px solid var(--ink); box-shadow: var(--shadow); transform: rotate(1deg); }
.video-card iframe { width: 100%; aspect-ratio: 16/9; display: block; border: 0; background: #000; }
.video-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; color: #fff; padding: 10px 5px 3px; font-size: .8rem; }
.video-meta a { color: var(--yellow); font-weight: 800; }
.stat-strip { background: var(--ink); color: #fff; border-bottom: 5px solid var(--yellow); }
.stats { display: grid; grid-template-columns: repeat(5,1fr); }
.stat { padding: 20px 16px; border-right: 1px solid #3b3e47; }
.stat:last-child { border-right: 0; }
.stat span { display: block; color: #acb0ba; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.stat strong { display: block; margin-top: 4px; font-size: .98rem; }
.section { padding: 76px 0; }
.section.alt { background: var(--paper-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 32px; }
.section-head p { color: var(--ink-soft); font-size: 1.04rem; }
.path-grid, .card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.path-card, .guide-card { position: relative; padding: 24px; background: #fff; border: 2px solid var(--ink); box-shadow: 5px 5px 0 rgba(23,25,31,.12); text-decoration: none; }
.path-card::before { content: attr(data-number); position: absolute; right: 14px; top: 8px; color: rgba(23,25,31,.1); font-size: 3.4rem; font-weight: 1000; line-height: 1; }
.path-card:hover, .guide-card:hover { border-color: var(--yellow-strong); transform: translateY(-2px); }
.card-kicker { display: inline-block; margin-bottom: 18px; color: var(--green); text-transform: uppercase; letter-spacing: .09em; font-size: .7rem; font-weight: 900; }
.guide-card p, .path-card p { color: var(--ink-soft); margin: 8px 0 0; }
.card-status { display: inline-block; margin-top: 18px; padding: 4px 8px; background: var(--yellow-soft); border: 1px solid #e2c75a; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }
.card-status.pending { background: #f2f3f5; border-color: #c8cbd1; }
.cluster { margin-top: 38px; }
.cluster-title { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.cluster-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.article-hero { padding: 58px 0 36px; background: linear-gradient(135deg,#fffdf6,#fff4ad); border-bottom: 1px solid var(--line); }
.breadcrumbs { font-size: .78rem; color: var(--ink-soft); margin-bottom: 22px; }
.breadcrumbs a { font-weight: 750; }
.article-hero h1 { max-width: 980px; font-size: clamp(2.5rem,6vw,5.2rem); }
.article-dek { max-width: 820px; font-size: 1.15rem; color: #414650; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.status-pill { padding: 6px 9px; background: var(--ink); color: #fff; border-radius: 2px; }
.status-pill.verified { background: var(--green); }
.status-pill.preview { background: #636875; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 58px; align-items: start; padding: 54px 0 82px; }
.prose { font-size: 1.02rem; }
.prose h2 { margin-top: 44px; font-size: 2rem; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { color: #30343d; }
.prose a { text-decoration-thickness: 2px; text-decoration-color: var(--yellow-strong); text-underline-offset: 3px; }
.answer-box, .notice { padding: 20px 22px; border-left: 6px solid var(--yellow-strong); background: var(--yellow-soft); margin: 24px 0; }
.notice.pending { border-color: #747a86; background: #f0f1f3; }
.notice.warning { border-color: var(--red); background: #fff0ee; }
.fact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 22px 0; }
.fact { padding: 14px 16px; border: 1px solid var(--line); background: #fff; }
.fact span { display: block; color: var(--ink-soft); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.fact strong { display: block; margin-top: 3px; }
table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .94rem; }
th { background: var(--ink); color: #fff; text-align: left; }
th,td { padding: 12px; border: 1px solid var(--line); vertical-align: top; }
tbody tr:nth-child(even) { background: #faf8f0; }
.source-list { margin-top: 42px; padding: 22px; background: #f2efe5; border: 1px solid var(--line); }
.source-list h2 { font-size: 1.45rem; margin-top: 0; }
.source-list li { margin: 8px 0; overflow-wrap: anywhere; }
.sidebar { position: sticky; top: 98px; }
.side-box { margin-bottom: 18px; padding: 18px; background: #fff; border: 1px solid var(--line); }
.side-box h3 { font-size: 1rem; }
.side-box a { display: block; margin: 9px 0; font-size: .88rem; }
.site-footer { padding: 48px 0 30px; background: var(--ink); color: #fff; border-top: 6px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 34px; }
.footer-grid p { color: #b8bdc8; }
.footer-grid a { display: block; color: #dfe2e8; margin: 7px 0; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid #3b3e47; color: #9096a3; font-size: .78rem; }
.empty-state { padding: 42px; text-align: center; border: 2px dashed var(--line); background: #fff; }
@media (max-width: 900px) {
  .hero-grid, .article-layout { grid-template-columns: 1fr; }
  .video-card { transform: none; }
  .stats { grid-template-columns: repeat(2,1fr); }
  .stat { border-bottom: 1px solid #3b3e47; }
  .path-grid, .card-grid { grid-template-columns: repeat(2,1fr); }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 24px),var(--max)); }
  .site-nav { position: static; }
  .nav-inner { min-height: auto; padding: 13px 0; flex-wrap: wrap; }
  .nav-links { width: 100%; order: 3; margin: 0; flex-wrap: wrap; gap: 4px 2px; padding-top: 3px; }
  .nav-links a { min-height: 40px; padding: 9px 8px; white-space: nowrap; font-size: .78rem; }
  .nav-cta { margin-left: auto; }
  .hero { padding: 54px 0 46px; }
  h1 { font-size: 3.25rem; }
  .stats, .path-grid, .card-grid, .fact-grid, .footer-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; }
  .section { padding: 58px 0; }
  .article-hero { padding: 40px 0 28px; }
  .article-layout { gap: 30px; padding-top: 34px; }
  table { display: block; overflow-x: auto; }
  .footer-grid a, .side-box a { display: flex; align-items: center; min-height: 44px; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
