:root {
  color-scheme: dark;
  --bg: #090a0d;
  --panel: #111319;
  --panel-2: #161921;
  --line: #2a2d35;
  --text: #f4f5f7;
  --muted: #9ca1ad;
  --accent: #ff6b24;
  --accent-soft: rgba(255, 107, 36, .13);
  --shell: min(1160px, calc(100% - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 20; padding: 10px 14px; background: var(--accent); color: #090a0d; font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { width: var(--shell); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 11px; font-size: .9rem; letter-spacing: .08em; }
.brand b { color: var(--accent); font-weight: 700; }
.brand-mark { width: 25px; height: 25px; display: block; border: 2px solid var(--accent); border-radius: 5px; position: relative; transform: rotate(45deg); }
.brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--text); border-radius: 50%; top: 7px; left: 7px; }
nav { display: flex; gap: 32px; color: var(--muted); font-size: .875rem; }
nav a:hover, nav a:focus-visible { color: var(--text); }
.shell { width: var(--shell); margin-inline: auto; }
.hero { min-height: calc(100vh - 82px); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(40px, 7vw, 92px); align-items: center; padding-block: 80px; position: relative; }
.hero::after { content: "01 / INTEL"; position: absolute; right: 0; bottom: 28px; color: #626773; font: 600 .72rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #c3c6cd; font: 600 .76rem/1 ui-monospace, monospace; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px var(--accent-soft); }
h1 { margin: 0; max-width: 720px; font-size: clamp(3.1rem, 6.5vw, 6.1rem); line-height: .94; letter-spacing: -.065em; font-weight: 720; }
h1 em { display: block; color: var(--muted); font-style: normal; font-weight: 520; }
.lede { max-width: 620px; margin: 30px 0 0; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.7; color: #b5bac4; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { min-height: 50px; padding: 0 21px; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: .9rem; font-weight: 700; letter-spacing: .025em; }
.button-primary { color: #111; background: var(--accent); border-color: var(--accent); cursor: not-allowed; }
.button-secondary { background: rgba(255,255,255,.025); }
.button-secondary:hover { border-color: #666b76; background: rgba(255,255,255,.05); }
.hero-note { margin: 18px 0 0; color: #707581; font-size: .8rem; }
.report-card { background: linear-gradient(145deg, rgba(23,26,34,.97), rgba(12,14,18,.98)); border: 1px solid #30333c; box-shadow: 0 28px 80px rgba(0,0,0,.45); }
.hero-report { position: relative; padding: 22px; transform: rotate(.6deg); }
.hero-report::before { content: ""; position: absolute; inset: -12px 14px 10px -14px; border: 1px solid rgba(255,107,36,.22); z-index: -1; transform: rotate(-1.5deg); }
.report-topline, .player-row, .style-row, .report-footer { display: flex; align-items: center; justify-content: space-between; }
.report-topline { padding-bottom: 18px; border-bottom: 1px solid var(--line); font: 600 .7rem/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.report-label { color: var(--accent); }
.map-label { color: #9da2ae; display: flex; align-items: center; gap: 8px; }
.map-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.player-row { gap: 14px; padding-block: 21px; }
.avatar { width: 46px; height: 46px; flex: 0 0 46px; border: 1px solid #454955; background: #1c2029; display: grid; place-items: center; color: var(--accent); font: 700 .8rem/1 ui-monospace, monospace; }
.muted { margin: 0; color: #777d89; font: 500 .68rem/1.4 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.player-row h2 { margin: 3px 0 0; font-size: 1rem; }
.elo { margin-left: auto; text-align: right; }
.elo strong { font: 650 1.25rem/1.2 ui-monospace, monospace; }
.style-row { padding: 15px 17px; background: var(--accent-soft); border-left: 2px solid var(--accent); }
.style-row strong { font-size: .92rem; }
.score { text-align: right; line-height: 1; }
.score b { color: var(--accent); font: 700 1.55rem/1 ui-monospace, monospace; }
.score span { color: #8e939e; font-size: .75rem; }
.score small { display: block; margin-top: 5px; color: #8e939e; font: 500 .58rem/1 ui-monospace, monospace; text-transform: uppercase; }
.route-map { height: 190px; margin-top: 18px; position: relative; overflow: hidden; background: #0e1015; border: 1px solid #242731; }
.route-map svg { width: 100%; height: 100%; }
.route-map .map-line { fill: none; stroke: #2c3039; stroke-width: 1.5; }
.route-map .route-line { fill: none; stroke: var(--accent); stroke-width: 2; stroke-dasharray: 6 5; }
.route-map circle { fill: var(--accent); }
.grid-label { position: absolute; z-index: 2; padding: 4px 7px; color: #afb4bd; background: rgba(9,10,13,.8); border: 1px solid #30343e; font: 600 .57rem/1 ui-monospace, monospace; }
.grid-a { top: 23px; left: 29px; }.grid-b { top: 75px; left: 42%; }.grid-c { right: 25px; bottom: 21px; }
.report-footer { padding-top: 17px; color: #858b96; font: 500 .65rem/1 ui-monospace, monospace; letter-spacing: .04em; }
.section { padding-block: clamp(88px, 10vw, 150px); position: relative; }
.section + .section { border-top: 1px solid rgba(255,255,255,.07); }
.section-index { margin: 0 0 18px; color: var(--accent); font: 600 .72rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.section-heading h2, .difference h2, .status-section h2 { margin: 0; max-width: 760px; font-size: clamp(2.2rem, 4.5vw, 4.3rem); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p:last-child, .heading-row > p, .difference-copy > p:last-child { color: var(--muted); font-size: 1.03rem; max-width: 560px; }
.narrow-heading { max-width: 780px; }
.steps { list-style: none; padding: 0; margin: 68px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps li { padding: 28px 30px 10px 0; position: relative; border-right: 1px solid var(--line); }
.steps li + li { padding-left: 30px; }
.steps li:last-child { border-right: 0; }
.steps li::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--accent); }
.steps li + li::before { left: 30px; }
.steps span { display: block; color: #606570; font: 600 .68rem/1 ui-monospace, monospace; }
.steps strong { display: block; margin-top: 32px; font-size: 1.08rem; }
.steps p { margin: 8px 0 0; color: var(--muted); font-size: .93rem; }
.heading-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 70px; align-items: end; }
.feature-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 244px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; background: rgba(255,255,255,.012); transition: background .2s ease; }
.feature-grid article:hover { background: var(--panel); }
.feature-num { color: #676c77; font: 600 .66rem/1 ui-monospace, monospace; }
.feature-grid h3 { margin: 47px 0 9px; font-size: 1.12rem; }
.feature-grid p { margin: 0; max-width: 290px; color: var(--muted); font-size: .92rem; }
.feature-grid i { position: absolute; right: 20px; top: 18px; min-width: 34px; height: 34px; padding: 0 7px; border: 1px solid #383c45; display: grid; place-items: center; color: var(--accent); font: normal 600 .65rem/1 ui-monospace, monospace; }
.report-section { background: #0c0e12; }
.report-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.report-copy { position: sticky; top: 50px; }
.sample-note { display: flex; flex-direction: column; gap: 2px; margin-top: 34px; padding-left: 15px; border-left: 2px solid var(--accent); }
.sample-note b { font-size: .88rem; }.sample-note span { color: #777d88; font-size: .78rem; }
.full-report { border: 1px solid #343842; background: linear-gradient(145deg, #181b23, #0e1015); box-shadow: 0 35px 90px rgba(0,0,0,.35); }
.full-report > header { display: flex; justify-content: space-between; padding: 29px; border-bottom: 1px solid var(--line); }
.kicker { color: var(--accent); font: 600 .66rem/1 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.full-report h3 { margin: 12px 0 1px; font-size: 1.5rem; }.full-report header p { margin: 0; color: var(--muted); font-size: .85rem; }
.elo-block { text-align: right; }.elo-block span { display: block; color: #747985; font: 600 .65rem/1 ui-monospace, monospace; }.elo-block b { font: 700 1.7rem/1.4 ui-monospace, monospace; }
.aggression-bar { padding: 24px 29px; }.aggression-bar > div:first-child { display: flex; justify-content: space-between; font-size: .87rem; }.aggression-bar b { color: var(--accent); font-family: ui-monospace, monospace; }
.meter, .zone > div { height: 4px; margin-top: 13px; background: #2a2e37; overflow: hidden; }.meter i, .zone i { height: 100%; display: block; background: var(--accent); }
.side-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.side-card { background: #11141a; padding: 25px 29px; }.side-tag { display: grid; place-items: center; width: 34px; height: 25px; border: 1px solid; font: 700 .66rem/1 ui-monospace, monospace; }.ct { color: #6ca7ff; border-color: rgba(108,167,255,.5); }.t { color: #f2bf55; border-color: rgba(242,191,85,.5); }
.side-card dl { margin: 22px 0 0; }.side-card dl div + div { margin-top: 15px; }.side-card dt { color: #707682; font: 500 .65rem/1 ui-monospace, monospace; text-transform: uppercase; }.side-card dd { margin: 5px 0 0; font-weight: 650; }.side-card dd span { color: var(--accent); margin-inline: 4px; }
.impact-panel { padding: 27px 29px 30px; }.impact-title { display: flex; justify-content: space-between; margin-bottom: 20px; }.impact-title span { font-weight: 650; }.impact-title small { color: #747985; }
.zone { display: grid; grid-template-columns: 85px 1fr 28px; gap: 16px; align-items: center; margin-top: 13px; }.zone b { font-size: .8rem; font-weight: 550; }.zone > div { margin: 0; }.zone strong { color: #b8bdc7; font: 650 .75rem/1 ui-monospace, monospace; text-align: right; }
.full-report > footer { display: flex; align-items: center; gap: 20px; padding: 17px 29px; border-top: 1px solid var(--line); color: #747985; font: 600 .68rem/1 ui-monospace, monospace; }.full-report footer b { color: #c3c7ce; }.verified-note { margin-left: auto; color: var(--accent); }
.difference { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.statement { font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: 1.08; letter-spacing: -.05em; }.statement span, .statement strong { display: block; }.statement span { color: #626874; }.statement strong { color: var(--text); font-weight: 630; }
.difference-copy h2 { font-size: clamp(2rem, 3.5vw, 3.3rem); }
.status-section { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.status-card, .fair-card { min-height: 390px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--panel); }
.status-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 42px; padding: 8px 11px; border: 1px solid #3b3f49; color: #c4c7ce; font: 600 .68rem/1 ui-monospace, monospace; text-transform: uppercase; }.status-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.status-section h2 { font-size: clamp(2.1rem, 4vw, 3.7rem); }
.status-list { margin-top: 47px; border-top: 1px solid var(--line); }.status-list p { display: grid; grid-template-columns: 120px 1fr; gap: 20px; margin: 0; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }.status-list span { color: #777d89; font: 500 .64rem/1.6 ui-monospace, monospace; text-transform: uppercase; }
.fair-card { background: var(--accent); color: #101114; }.fair-card .section-index { color: #592109; }.fair-card h2 { margin-top: 76px; }.fair-card > p:last-child { max-width: 500px; color: #592b16; font-weight: 540; }
.site-footer { border-top: 1px solid var(--line); }.footer-inner { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }.footer-inner > div:first-child p { margin: 20px 0 0; color: #6d727e; font-size: .78rem; }.footer-links { display: flex; gap: 25px; color: #9ca1ad; font-size: .82rem; }.footer-links a:hover { color: var(--text); }
.legal-page { min-height: 100vh; background: var(--bg); }.legal-wrap { width: min(760px, calc(100% - 40px)); margin: auto; padding: 90px 0 120px; }.legal-back { display: inline-flex; gap: 9px; color: var(--muted); font-size: .85rem; }.legal-back:hover { color: var(--text); }.legal-wrap header { margin: 72px 0 58px; }.legal-wrap h1 { font-size: clamp(3rem, 8vw, 5.5rem); }.legal-wrap header p { color: var(--muted); }.legal-content { border-top: 1px solid var(--line); }.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }.legal-content h2 { margin: 0 0 10px; font-size: 1.05rem; }.legal-content p, .legal-content li { color: #a4a9b3; }.legal-content ul { margin: 10px 0 0; padding-left: 20px; }
@media (max-width: 860px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-block: 62px 90px; }
  .hero-copy { max-width: 680px; }
  .hero-report { width: min(100%, 560px); margin-left: auto; }
  .heading-row, .report-layout, .difference { grid-template-columns: 1fr; gap: 48px; }
  .report-copy { position: static; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .status-section { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --shell: min(100% - 28px, 1160px); }
  .site-header { height: 70px; }
  .hero { min-height: auto; padding-block: 50px 82px; gap: 54px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-report { padding: 16px; transform: none; }
  .route-map { height: 160px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .steps li + li::before { left: 0; }
  .steps strong { margin-top: 18px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 210px; }
  .side-grid { grid-template-columns: 1fr; }
  .full-report > header, .impact-panel, .aggression-bar, .side-card, .full-report > footer { padding-left: 18px; padding-right: 18px; }
  .full-report > footer { flex-wrap: wrap; }.verified-note { width: 100%; margin: 0; }
  .zone { grid-template-columns: 70px 1fr 24px; gap: 9px; }
  .status-card, .fair-card { min-height: auto; }.fair-card h2 { margin-top: 45px; }
  .footer-inner { padding-block: 60px; align-items: flex-start; flex-direction: column; }.footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
