/* CHECKED v1.0 — Chrome Evidence System
   High-fidelity implementation of the approved landing-page and dashboard direction.
   No dot matrices. No decorative grids. Status colour is reserved for evidence states. */

:root {
  color-scheme: dark;
  --void: #020305;
  --ink: #05070a;
  --blackglass: #090c11;
  --blackglass-2: #0d1117;
  --graphite: #12171e;
  --graphite-2: #1b222c;
  --steel: #343b46;
  --silver: #c7cbd2;
  --chrome: #f4f5f7;
  --white: #ffffff;
  --text: #eef0f3;
  --muted: #9aa0aa;
  --muted-2: #6f7680;
  --line: rgba(221, 226, 233, .16);
  --line-soft: rgba(221, 226, 233, .08);
  --line-bright: rgba(255, 255, 255, .32);
  --verified: #88d687;
  --verified-soft: rgba(136, 214, 135, .13);
  --caution: #ffb64a;
  --caution-soft: rgba(255, 182, 74, .13);
  --threat: #ff6666;
  --threat-soft: rgba(255, 102, 102, .13);
  --review: #d4d8df;
  --font-ui: Inter, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --font-display: Oxanium, "Arial Black", "Arial Narrow", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --page: 1518px;
  --radius-sm: 8px;
  --radius: 13px;
  --radius-lg: 18px;
  --shadow-deep: 0 30px 85px rgba(0, 0, 0, .58);
  --shadow-panel: 0 18px 48px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255,255,255,.035);
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--void); scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(1000px 620px at 19% 13%, rgba(194, 201, 211, .045), transparent 67%),
    radial-gradient(880px 560px at 78% 18%, rgba(255,255,255,.04), transparent 65%),
    linear-gradient(180deg, #020305 0%, #040609 46%, #020305 100%);
  color: var(--text);
  font-family: var(--font-ui);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  opacity: .18;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
::selection { color: #05070a; background: #e8ebef; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 2000;
  left: 16px;
  top: -80px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: #05070a;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.page-width { width: min(calc(100% - 64px), var(--page)); margin-inline: auto; }
.kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d2d5da;
  background: rgba(255,255,255,.012);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}
.micro-label {
  color: #b8bdc5;
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.mono { font-family: var(--font-mono); }
.muted { color: var(--muted); }

/* Chrome material helpers */
.chrome-text {
  color: transparent;
  background:
    linear-gradient(180deg,
      #ffffff 0%,
      #8e949d 13%,
      #f8f9fa 27%,
      #b2b7be 38%,
      #f9fafb 51%,
      #777d86 68%,
      #f4f5f7 82%,
      #8d939c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: .55px rgba(255,255,255,.34);
  text-shadow:
    0 1px 0 rgba(255,255,255,.85),
    0 3px 0 rgba(48,52,59,.78),
    0 7px 14px rgba(0,0,0,.84),
    0 0 20px rgba(236,239,244,.16);
  filter: drop-shadow(0 6px 10px rgba(0,0,0,.6));
}
.chrome-rule {
  height: 1px;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  box-shadow: 0 0 15px rgba(255,255,255,.18);
}
.blackglass {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255,255,255,.032), rgba(255,255,255,.008) 38%, rgba(255,255,255,.018) 100%),
    linear-gradient(180deg, rgba(10,14,19,.97), rgba(4,7,10,.98));
  box-shadow: var(--shadow-panel);
  overflow: hidden;
}
.blackglass::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 8%;
  width: 84%;
  height: 1px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.7), rgba(255,255,255,.12) 30%, transparent 72%);
  box-shadow: 0 0 18px rgba(255,255,255,.14);
  pointer-events: none;
}
.blackglass::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(122deg, transparent 0 63%, rgba(255,255,255,.012) 64%, transparent 67%);
}

/* Header */
.chrome-header {
  position: relative;
  z-index: 100;
  height: 82px;
  border-bottom: 1px solid rgba(222,227,234,.12);
  background: rgba(2,3,5,.84);
  backdrop-filter: blur(20px) saturate(115%);
}
.chrome-header__inner {
  width: min(calc(100% - 48px), 1540px);
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 30px;
}
.chrome-brand { display: inline-flex; align-items: center; width: 285px; height: 58px; }
.chrome-brand img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }
.chrome-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.chrome-nav a,
.header-link {
  position: relative;
  color: #c5c9cf;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.chrome-nav a::after,
.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 1px;
  background: #f4f5f7;
  transition: right .25s var(--ease);
}
.chrome-nav a:hover,
.header-link:hover { color: #fff; }
.chrome-nav a:hover::after,
.header-link:hover::after { right: 0; }
.nav-caret { display: inline-block; margin-left: 6px; transform: translateY(-1px); }
.chrome-header__actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.header-button {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 7px;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.008));
  color: #eef0f2;
  font-size: 11px;
  letter-spacing: .07em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 8px 28px rgba(0,0,0,.25);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.header-button:hover { transform: translateY(-1px); border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.055); }
.header-button svg { width: 16px; height: 16px; }
.mobile-menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.mobile-menu-button span,
.mobile-menu-button::before,
.mobile-menu-button::after { content: ""; display: block; width: 18px; height: 1px; margin: 4px auto; background: #e8eaed; }

/* Buttons */
.metal-button,
.outline-button {
  min-height: 55px;
  padding: 0 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: transform .22s var(--ease), filter .22s ease, border-color .22s ease, background .22s ease;
}
.metal-button {
  border: 1px solid rgba(255,255,255,.72);
  color: #090b0e;
  background:
    linear-gradient(100deg, rgba(255,255,255,.12), transparent 24% 72%, rgba(255,255,255,.2)),
    linear-gradient(180deg, #f9fafb 0%, #b7bbc2 32%, #f0f2f4 51%, #989da5 100%);
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(0,0,0,.34), 0 9px 30px rgba(0,0,0,.4), 0 0 24px rgba(255,255,255,.1);
}
.metal-button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.outline-button {
  border: 1px solid rgba(255,255,255,.36);
  color: #e6e8eb;
  background: rgba(255,255,255,.012);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.outline-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.03); }
.button-arrow { font-size: 20px; font-weight: 300; transform: translateY(-1px); }

/* Landing first viewport */
.landing-stage { min-height: calc(100vh - 82px); }
.landing-hero {
  width: min(calc(100% - 64px), var(--page));
  min-height: 518px;
  margin-inline: auto;
  padding: 34px 10px 24px;
  display: grid;
  grid-template-columns: minmax(0, .99fr) minmax(600px, 1.01fr);
  gap: clamp(38px, 4vw, 70px);
  align-items: center;
}
.landing-hero__copy { padding-left: 14px; }
.landing-hero__title {
  max-width: 720px;
  margin: 26px 0 25px;
  font-family: var(--font-display);
  font-size: clamp(60px, 5.1vw, 82px);
  font-weight: 900;
  font-style: italic;
  line-height: .91;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.landing-hero__title span { display: block; white-space: nowrap; }
.landing-hero__lede {
  max-width: 630px;
  margin: 0;
  color: #b3b7be;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .005em;
}
.landing-hero__lede em { color: #d8dbe0; }
.landing-hero__actions { margin-top: 31px; display: flex; align-items: center; gap: 20px; }
.landing-hero__actions .metal-button { min-width: 294px; }
.landing-hero__actions .outline-button { min-width: 208px; }
.telegram-plane { width: 19px; height: 19px; fill: #06080b; }
.landing-trust {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 670px;
}
.trust-item { display: grid; grid-template-columns: 34px 1fr; align-items: start; gap: 12px; }
.trust-item__icon { width: 31px; height: 31px; color: #d6d9de; filter: drop-shadow(0 0 10px rgba(255,255,255,.12)); }
.trust-item strong { display: block; margin-bottom: 7px; color: #c8ccd2; font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.trust-item span { color: #747b85; font-size: 12px; }

/* Evidence card */
.evidence-demo { min-height: 455px; padding: 16px 24px 18px; border-radius: 18px; }
.evidence-demo::before { left: 43%; width: 40%; }
.evidence-demo__head { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.evidence-demo__head-right { display: flex; align-items: center; gap: 16px; color: #7f858e; font-size: 12px; }
.state-pill {
  min-height: 28px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(136,214,135,.32);
  border-radius: 6px;
  background: rgba(136,214,135,.055);
  color: var(--verified);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.state-pill::before { content: "✦"; font-size: 9px; }
.state-pill--review { border-color: rgba(220,224,230,.26); color: #d8dbe0; background: rgba(255,255,255,.025); }
.state-pill--warn { border-color: rgba(255,182,74,.34); color: var(--caution); background: var(--caution-soft); }
.state-pill--danger { border-color: rgba(255,102,102,.34); color: var(--threat); background: var(--threat-soft); }
.evidence-subject {
  min-height: 129px;
  padding: 15px 18px;
  display: grid;
  grid-template-columns: 116px 1fr 220px;
  align-items: center;
  border: 1px solid var(--line-soft);
  border-radius: 9px;
  background: rgba(0,0,0,.18);
}
.evidence-subject__mark { height: 94px; display: grid; place-items: center; border-right: 1px solid var(--line-soft); }
.evidence-subject__mark img { width: 78px; height: 78px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(255,255,255,.14)); }
.evidence-subject__body { padding: 0 24px; }
.evidence-subject__body span,
.evidence-subject__meta span { display: block; margin-bottom: 9px; color: #777e87; font-family: var(--font-mono); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.evidence-subject__body strong { display: block; margin-bottom: 9px; color: #f0f1f3; font-size: 18px; font-weight: 500; }
.evidence-subject__body code { color: #8e949d; font-family: var(--font-mono); font-size: 12px; }
.evidence-subject__meta { min-height: 92px; padding-left: 22px; display: grid; align-content: center; gap: 17px; border-left: 1px solid var(--line-soft); }
.evidence-subject__meta div + div { padding-top: 15px; border-top: 1px solid var(--line-soft); }
.evidence-subject__meta strong { color: #d7dae0; font-family: var(--font-mono); font-size: 12px; font-weight: 500; }
.evidence-status-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.evidence-status {
  min-height: 188px;
  padding: 18px 14px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid var(--line-soft);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,.012), rgba(255,255,255,.002));
}
.evidence-status__label { align-self: stretch; text-align: left; color: #c7cbd1; font-family: var(--font-mono); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.evidence-status__icon { width: 67px; height: 67px; margin: 17px auto 8px; display: grid; place-items: center; }
.evidence-status__icon svg { width: 62px; height: 62px; }
.evidence-status__value { color: var(--verified); font-size: 16px; letter-spacing: .08em; text-transform: uppercase; }
.evidence-status p { max-width: 175px; margin: 10px auto 0; color: #8c929a; font-size: 12px; line-height: 1.4; }
.shield-chrome path:first-child { fill: url(#shieldFill); stroke: rgba(255,255,255,.76); }
.risk-orbit { position: relative; width: 64px; height: 64px; border-radius: 50%; border: 1px solid rgba(255,255,255,.12); box-shadow: inset 0 0 17px rgba(255,255,255,.06), 0 0 12px rgba(255,255,255,.07); }
.risk-orbit::before,
.risk-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.16); }
.risk-orbit::before { inset: 10px; border-right-color: var(--verified); transform: rotate(24deg); }
.risk-orbit::after { inset: 21px; background: radial-gradient(circle at 35% 35%, #e9ecef, #6b7179 40%, #0c0f14 44%); box-shadow: 0 0 10px rgba(255,255,255,.16); }
.risk-orbit i { position: absolute; z-index: 2; left: 8px; top: 30px; width: 7px; height: 7px; border-radius: 50%; background: var(--verified); box-shadow: 0 0 11px rgba(136,214,135,.8); }
.confidence-ring {
  width: 69px;
  height: 69px;
  margin: 13px auto 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#f6f7f8 0 82%, #6d737d 82% 98%, rgba(255,255,255,.08) 98%);
  box-shadow: 0 0 17px rgba(255,255,255,.12);
}
.confidence-ring::before { content: ""; width: 55px; height: 55px; border-radius: 50%; background: #090c11; box-shadow: inset 0 0 12px rgba(255,255,255,.06); }
.confidence-ring span { position: absolute; z-index: 1; font-size: 17px; font-weight: 600; }
.evidence-demo__proof {
  min-height: 42px;
  margin-top: 11px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  background: rgba(255,255,255,.012);
}
.evidence-demo__proof strong { color: #d8dbe0; font-family: var(--font-mono); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.evidence-demo__proof p { flex: 1; margin: 0; color: #737a84; font-size: 10px; }
.evidence-demo__proof a { color: #cfd2d7; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }

.ecosystem-strip {
  min-height: 86px;
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line);
  background: rgba(4,6,9,.6);
}
.ecosystem-strip__inner { min-height: 86px; display: grid; align-content: center; gap: 13px; }
.ecosystem-strip__label { text-align: center; color: #8a9099; font-family: var(--font-mono); font-size: 9px; letter-spacing: .28em; text-transform: uppercase; }
.ecosystem-list { display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; gap: 18px; }
.ecosystem-list span { color: #aeb3bb; font-size: 14px; text-align: center; letter-spacing: .025em; }

.landing-feature-row {
  width: min(calc(100% - 96px), 1470px);
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.feature-tile {
  min-height: 180px;
  padding: 23px 25px 19px;
  display: grid;
  grid-template-columns: 62px 1fr;
  grid-template-rows: 1fr auto;
  gap: 16px 18px;
  border-radius: 14px;
  color: #adb2ba;
  transition: transform .24s var(--ease), border-color .24s ease, background .24s ease;
}
.feature-tile:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.27); background-color: rgba(255,255,255,.018); }
.feature-tile__icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); clip-path: polygon(25% 5%, 75% 5%, 96% 28%, 96% 72%, 75% 95%, 25% 95%, 4% 72%, 4% 28%); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.006)); }
.feature-tile__icon svg { width: 32px; height: 32px; color: #d6d9de; }
.feature-tile__body strong { display: block; margin: 5px 0 9px; color: #c9cdd3; font-family: var(--font-mono); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.feature-tile__body p { margin: 0; color: #969ca5; font-size: 13px; line-height: 1.45; }
.feature-tile__link { grid-column: 1 / -1; display: flex; justify-content: space-between; color: #b8bdc5; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.landing-mini-footer { height: 75px; display: flex; align-items: center; justify-content: center; gap: 28px; border-top: 1px solid var(--line-soft); background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.07), transparent 52%); }
.landing-mini-footer img { width: 220px; height: 50px; object-fit: contain; }
.landing-mini-footer span { color: #858b94; font-family: var(--font-mono); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }

/* Additional landing content */
.content-section { padding: 130px 0; border-top: 1px solid var(--line-soft); }
.content-section--soft { background: linear-gradient(180deg, rgba(255,255,255,.016), transparent); }
.section-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 80px; align-items: end; margin-bottom: 68px; }
.section-heading h2 { max-width: 850px; margin: 0; font-family: var(--font-display); font-size: clamp(42px, 5vw, 76px); font-style: italic; line-height: .98; letter-spacing: -.035em; text-transform: uppercase; }
.section-heading p { max-width: 620px; margin: 18px 0 0; color: #949aa3; font-size: 17px; line-height: 1.65; }
.process-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { min-height: 250px; padding: 31px 30px; border-right: 1px solid var(--line-soft); }
.process-step:last-child { border-right: 0; }
.process-step__number { color: #686f79; font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; }
.process-step h3 { margin: 65px 0 15px; color: #ebedf0; font-size: 21px; font-weight: 500; }
.process-step p { margin: 0; color: #858c95; font-size: 14px; line-height: 1.6; }
.split-showcase { display: grid; grid-template-columns: 1.02fr .98fr; gap: 22px; }
.showcase-panel { min-height: 540px; padding: 38px; }
.showcase-panel h3 { margin: 18px 0 14px; font-family: var(--font-display); font-size: 42px; font-style: italic; text-transform: uppercase; }
.showcase-panel > p { max-width: 600px; color: #8f969f; font-size: 15px; line-height: 1.65; }
.message-demo { margin-top: 40px; padding: 24px; border: 1px solid var(--line-soft); border-radius: 12px; background: #070a0e; }
.message-demo__bubble { max-width: 78%; padding: 16px 18px; border-radius: 10px 10px 10px 2px; background: #171c23; color: #d9dce1; font-size: 13px; line-height: 1.55; }
.message-demo__result { margin: 16px 0 0 auto; padding: 17px 19px; border: 1px solid rgba(255,102,102,.28); border-radius: 10px 10px 2px 10px; background: rgba(255,102,102,.055); }
.message-demo__result strong { color: var(--threat); font-size: 12px; letter-spacing: .08em; }
.message-demo__result span { display: block; margin-top: 7px; color: #9298a0; font-size: 12px; }
.registry-list { margin-top: 36px; border-top: 1px solid var(--line-soft); }
.registry-row { min-height: 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; border-bottom: 1px solid var(--line-soft); }
.registry-row strong { font-size: 14px; font-weight: 500; }
.registry-row span { color: var(--verified); font-family: var(--font-mono); font-size: 9px; letter-spacing: .13em; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { min-height: 390px; padding: 30px; }
.price-card.is-featured { border-color: rgba(255,255,255,.42); box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06) inset; }
.price-card h3 { margin: 25px 0 10px; font-size: 20px; }
.price-card .price { margin: 25px 0; color: #f3f4f6; font-size: 40px; font-weight: 500; }
.price-card .price span { color: #777e87; font-size: 13px; }
.price-card ul { margin: 0; padding: 0; list-style: none; }
.price-card li { padding: 11px 0; border-bottom: 1px solid var(--line-soft); color: #9298a1; font-size: 13px; }
.site-footer { padding: 54px 0 28px; border-top: 1px solid var(--line); }
.site-footer__top { display: grid; grid-template-columns: 1.2fr repeat(3, .6fr); gap: 60px; }
.site-footer__brand img { width: 260px; height: 75px; object-fit: contain; object-position: left; }
.site-footer__brand p { max-width: 480px; color: #777f89; line-height: 1.6; }
.footer-column strong { display: block; margin-bottom: 17px; color: #d2d5da; font-family: var(--font-mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a { display: block; padding: 7px 0; color: #777f89; font-size: 13px; }
.site-footer__bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-soft); color: #646b74; font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

/* Dashboard */
.dashboard-body { height: 100vh; overflow: hidden; background: #020305; }
.dashboard-header { height: 82px; }
.dashboard-header .chrome-header__inner { grid-template-columns: 300px 1fr auto; }
.dashboard-header__tools { justify-self: end; display: flex; align-items: center; gap: 22px; }
.incident-switch { display: flex; align-items: center; gap: 12px; color: #a5abb4; font-family: var(--font-mono); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.switch {
  position: relative;
  width: 48px;
  height: 25px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: #05070a;
  box-shadow: inset 0 0 12px rgba(0,0,0,.75);
}
.switch::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(180deg,#f9fafb,#9aa0a8);
  box-shadow: 0 0 8px rgba(255,255,255,.28);
  transition: left .2s ease, background .2s ease;
}
.switch.is-on { border-color: rgba(255,102,102,.45); background: rgba(255,102,102,.1); }
.switch.is-on::after { left: 27px; background: linear-gradient(180deg,#ffd0d0,#ff6868); }
.header-separator { width: 1px; height: 40px; background: var(--line); }
.notification-button { position: relative; width: 34px; height: 34px; border: 0; background: transparent; color: #cdd1d6; }
.notification-button svg { width: 20px; height: 20px; }
.notification-button span { position: absolute; top: -3px; right: 1px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: #e9eaed; color: #080a0d; font-size: 8px; font-weight: 700; }
.user-menu { display: flex; align-items: center; gap: 10px; }
.user-menu img { width: 42px; height: 42px; object-fit: contain; }
.user-menu strong { display: block; color: #e0e3e7; font-size: 12px; }
.user-menu span { display: block; margin-top: 2px; color: #767d86; font-size: 10px; }
.dashboard-shell { height: calc(100vh - 82px); min-height: 780px; display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.dashboard-sidebar {
  min-height: 0;
  padding: 22px 16px 17px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(8,11,15,.72), rgba(2,3,5,.94));
}
.dashboard-nav { display: grid; gap: 7px; }
.dashboard-nav a {
  min-height: 44px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #d0d3d8;
  font-size: 13px;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.dashboard-nav a svg { width: 20px; height: 20px; color: #c8ccd2; }
.dashboard-nav a.is-active,
.dashboard-nav a:hover { border-color: rgba(255,255,255,.38); background: linear-gradient(90deg, rgba(255,255,255,.09), rgba(255,255,255,.018)); box-shadow: inset 0 0 18px rgba(255,255,255,.045), 0 0 18px rgba(255,255,255,.045); }
.sidebar-bottom { margin-top: auto; }
.system-card { padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.012); }
.system-card__item { display: grid; grid-template-columns: 20px 1fr; gap: 10px; }
.system-card__item + .system-card__item { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.system-card svg { width: 18px; height: 18px; color: var(--verified); }
.system-card strong { display: block; color: #d0d4da; font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.system-card span { display: block; margin-top: 4px; color: #767d87; font-size: 10px; line-height: 1.4; }
.sidebar-mark { margin-top: 22px; text-align: center; }
.sidebar-mark img { width: 142px; height: 142px; margin: 0 auto; object-fit: contain; filter: drop-shadow(0 0 18px rgba(255,255,255,.12)); }
.sidebar-mark p { margin: 8px 0 0; color: #666d76; font-family: var(--font-mono); font-size: 8px; line-height: 1.65; letter-spacing: .08em; text-transform: uppercase; }

.dashboard-main { min-width: 0; min-height: 0; padding: 16px 15px 15px; overflow: auto; }
.dash-top { display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(485px, .96fr); gap: 14px; }
.dash-panel { border-radius: 8px; }
.panel-title { min-height: 35px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; color: #d3d6db; font-family: var(--font-mono); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.panel-title a { color: #a6abb3; font-family: var(--font-ui); font-size: 10px; letter-spacing: 0; text-transform: none; }
.command-panel { min-height: 135px; padding: 0 16px 13px; }
.command-input-row { display: grid; grid-template-columns: 1fr 116px; height: 39px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; overflow: hidden; background: #05070a; }
.command-input-row input { min-width: 0; border: 0; outline: 0; padding: 0 14px; background: transparent; color: #d9dce1; font-size: 11px; }
.command-input-row input::placeholder { color: #626972; }
.command-input-row button { border: 0; border-left: 1px solid rgba(255,255,255,.28); color: #090b0e; background: linear-gradient(180deg,#f7f8f9,#a6abb2 48%,#e9ebed); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.command-chips { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 9px; }
.command-chip { min-height: 25px; padding: 0 11px; border: 1px solid var(--line-soft); border-radius: 5px; background: rgba(255,255,255,.012); color: #969ca5; font-size: 9px; }
.command-chip:hover,
.command-chip.is-active { border-color: rgba(255,255,255,.28); color: #e2e5e8; background: rgba(255,255,255,.035); }
.summary-panel { min-height: 135px; display: grid; grid-template-columns: repeat(3, 1fr); }
.summary-stat { padding: 13px 15px 10px; border-right: 1px solid var(--line-soft); }
.summary-stat:last-child { border-right: 0; }
.summary-stat__head { color: #d0d4d9; font-family: var(--font-mono); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.summary-stat__body { min-height: 75px; display: grid; grid-template-columns: 65px 1fr; align-items: center; gap: 10px; }
.summary-stat__icon { width: 60px; height: 60px; display: grid; place-items: center; }
.summary-stat__icon svg { width: 57px; height: 57px; }
.summary-stat__icon .confidence-ring { width: 57px; height: 57px; margin: 0; }
.summary-stat__icon .confidence-ring::before { width: 45px; height: 45px; }
.summary-stat__icon .confidence-ring span { font-size: 13px; }
.summary-stat strong { display: block; margin-bottom: 5px; color: #e4e6e9; font-size: 13px; font-weight: 500; text-transform: uppercase; }
.summary-stat strong.is-good { color: #dfe2e6; }
.summary-stat small { display: block; color: #7c838c; font-size: 9px; line-height: 1.35; }
.dash-middle { margin-top: 14px; display: grid; grid-template-columns: minmax(0, 2.08fr) minmax(360px, 1fr); gap: 14px; }
.investigations-panel,
.alerts-panel { height: 260px; }
.investigation-table { padding: 0 13px 12px; }
.table-head,
.investigation-row { display: grid; grid-template-columns: 84px minmax(150px,1.25fr) minmax(130px,1fr) 88px 125px 122px 78px; align-items: center; }
.table-head { min-height: 30px; border: 1px solid var(--line-soft); border-radius: 5px 5px 0 0; color: #969ca5; background: rgba(255,255,255,.014); font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.table-head span,
.investigation-row > span,
.investigation-row > div { padding: 0 10px; min-width: 0; }
.investigation-row { min-height: 37px; border: 1px solid var(--line-soft); border-top: 0; color: #9da3ac; background: rgba(255,255,255,.003); font-size: 10px; transition: background .16s ease; }
.investigation-row:last-child { border-radius: 0 0 5px 5px; }
.investigation-row:hover,
.investigation-row.is-selected { background: rgba(255,255,255,.027); }
.investigation-row button { all: unset; display: contents; cursor: pointer; }
.project-cell { display: flex; align-items: center; gap: 9px; color: #d9dce0; }
.project-badge { width: 21px; height: 21px; flex: 0 0 21px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#e8eaed,#5f6670); color: #090b0d; font-size: 9px; font-weight: 800; }
.risk-low { color: var(--verified); }
.risk-medium { color: var(--caution); }
.risk-high { color: var(--threat); }
.confidence-bar { display: flex; align-items: center; gap: 7px; }
.confidence-bar__track { width: 55px; height: 5px; border-radius: 999px; background: #14181e; border: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.confidence-bar__fill { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#7a818b,#f4f5f7); box-shadow: 0 0 8px rgba(255,255,255,.22); }
.table-state { min-width: 79px; min-height: 21px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; color: #d2d5da; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.table-state.is-verified { border-color: rgba(136,214,135,.26); color: #a8dda8; background: rgba(136,214,135,.055); }
.alert-list { padding: 0 12px 12px; display: grid; gap: 8px; }
.alert-item { min-height: 62px; padding: 10px 13px; display: grid; grid-template-columns: 36px 1fr auto 16px; align-items: center; gap: 9px; border: 1px solid var(--line-soft); border-radius: 6px; background: rgba(255,255,255,.005); }
.alert-icon { width: 29px; height: 29px; display: grid; place-items: center; color: var(--caution); }
.alert-icon.is-danger { color: var(--threat); }
.alert-item strong { display: block; margin-bottom: 4px; color: var(--caution); font-family: var(--font-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.alert-item .is-danger + div strong { color: var(--threat); }
.alert-item b { display: block; color: #dde0e4; font-size: 11px; font-weight: 500; }
.alert-item span { display: block; margin-top: 3px; color: #7b828b; font-size: 9px; }
.alert-time { color: #858b94; font-size: 9px; }
.dash-lower { margin-top: 14px; display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 14px; }
.case-detail-panel,
.evidence-sources-panel,
.timeline-panel { height: 290px; }
.case-detail { padding: 0 17px 13px; }
.case-project { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; }
.case-project .project-badge { width: 31px; height: 31px; }
.case-project strong { display: block; color: #e2e4e8; font-size: 13px; font-weight: 500; }
.case-project span { display: block; margin-top: 2px; color: #7a818a; font-size: 9px; }
.case-id-tag { padding: 4px 9px; border: 1px solid var(--line-soft); border-radius: 4px; color: #8c929b; font-family: var(--font-mono); font-size: 8px; }
.case-meta { margin-top: 12px; display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.case-meta span,
.case-summary span,
.case-score span { display: block; margin-bottom: 5px; color: #757c86; font-family: var(--font-mono); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }
.case-meta strong { color: #cdd1d6; font-family: var(--font-mono); font-size: 10px; font-weight: 500; }
.case-summary { margin-top: 14px; }
.case-summary p { margin: 0; color: #9ba1aa; font-size: 10px; line-height: 1.45; }
.case-score { margin-top: 13px; display: grid; grid-template-columns: .7fr 1fr; gap: 24px; }
.case-score strong { color: var(--verified); font-size: 11px; }
.case-score__bar { display: flex; align-items: center; gap: 8px; }
.case-score__bar .confidence-bar__track { width: 150px; }
.case-detail .mini-action { margin-top: 12px; width: 100%; min-height: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; background: rgba(255,255,255,.012); color: #d5d8dd; font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.source-list { padding: 0 14px 12px; }
.source-row { min-height: 38px; display: grid; grid-template-columns: 29px 1fr auto 18px; align-items: center; gap: 9px; border-bottom: 1px solid var(--line-soft); }
.source-row:last-child { border-bottom: 0; }
.source-row__icon { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid var(--line-soft); border-radius: 5px; color: #cfd2d7; }
.source-row__icon svg { width: 14px; height: 14px; }
.source-row strong { display: block; color: #d2d5da; font-size: 10px; font-weight: 500; }
.source-row span { display: block; margin-top: 2px; color: #777e87; font-size: 9px; }
.source-row b { color: var(--verified); font-family: var(--font-mono); font-size: 8px; font-weight: 500; letter-spacing: .08em; }
.source-check { width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: var(--verified); color: #071008; font-size: 10px; }
.timeline { padding: 0 17px 12px; }
.timeline-item { min-height: 43px; display: grid; grid-template-columns: 52px 12px 1fr; gap: 9px; }
.timeline-time { padding-top: 4px; color: #858b94; font-size: 9px; }
.timeline-dot-wrap { position: relative; }
.timeline-dot-wrap::after { content: ""; position: absolute; top: 12px; bottom: -31px; left: 5px; width: 1px; background: rgba(255,255,255,.18); }
.timeline-item:last-child .timeline-dot-wrap::after { display: none; }
.timeline-dot { position: relative; z-index: 1; margin-top: 6px; width: 11px; height: 11px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: #06080b; }
.timeline-dot.is-active { background: #e9ebee; box-shadow: 0 0 10px rgba(255,255,255,.5); }
.timeline-copy strong { display: block; color: #d6d9de; font-size: 10px; font-weight: 500; }
.timeline-copy span { display: block; margin-top: 3px; color: #737a84; font-size: 9px; }
.registry-summary { min-height: 130px; margin-top: 14px; padding: 0 18px 16px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 24px; }
.registry-summary__left,
.registry-summary__right { min-width: 0; }
.registry-summary__metrics { display: grid; grid-template-columns: repeat(5, 1fr); }
.registry-metric { min-width: 0; padding: 3px 18px 0; border-right: 1px solid var(--line-soft); }
.registry-metric:first-child { padding-left: 0; }
.registry-metric:last-child { border-right: 0; }
.registry-metric span { display: block; color: #808791; font-family: var(--font-mono); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.registry-metric strong { display: block; margin: 10px 0 4px; color: #e7e9ec; font-size: 21px; font-weight: 400; }
.registry-metric small { color: #747b84; font-size: 9px; }
.verified-projects { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.verified-project { min-width: 0; display: grid; grid-template-columns: 39px 1fr; align-items: center; gap: 8px; }
.verified-project__logo { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.015); color: #dfe2e5; font-size: 12px; font-weight: 700; }
.verified-project strong { display: block; overflow: hidden; text-overflow: ellipsis; color: #d3d6db; font-size: 10px; font-weight: 500; }
.verified-project span { display: block; margin-top: 4px; color: #7f868f; font-size: 9px; }
.verified-project span::before { content: "✓"; display: inline-grid; place-items: center; width: 14px; height: 14px; margin-right: 5px; border-radius: 50%; background: var(--verified); color: #071008; font-size: 8px; }

/* Internal product pages */
.internal-main { min-height: calc(100vh - 82px); }
.internal-hero { padding: 95px 0 72px; border-bottom: 1px solid var(--line); }
.internal-hero__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: end; }
.internal-hero h1 { margin: 22px 0 0; font-family: var(--font-display); font-size: clamp(58px, 7vw, 104px); font-style: italic; line-height: .9; letter-spacing: -.04em; text-transform: uppercase; }
.internal-hero p { max-width: 700px; margin: 0; color: #969ca5; font-size: 18px; line-height: 1.65; }
.internal-section { padding: 85px 0; }
.lab-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; }
.lab-panel { min-height: 560px; padding: 30px; }
.lab-input { margin-top: 28px; display: grid; grid-template-columns: 1fr 140px; min-height: 52px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; overflow: hidden; }
.lab-input input { border: 0; outline: 0; padding: 0 16px; background: #05070a; }
.lab-input button { border: 0; color: #080a0d; background: linear-gradient(180deg,#f7f8f9,#9ba1a9 48%,#eef0f2); font-weight: 700; text-transform: uppercase; }
.sample-buttons { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 9px; }
.sample-buttons button { min-height: 32px; padding: 0 12px; border: 1px solid var(--line); border-radius: 5px; background: rgba(255,255,255,.012); color: #8d949d; font-size: 10px; }
.sample-buttons button:hover { color: #fff; border-color: rgba(255,255,255,.32); }
.analysis-progress { margin-top: 35px; display: grid; gap: 13px; }
.analysis-step { min-height: 54px; padding: 0 14px; display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line-soft); }
.analysis-step__index { color: #656c75; font-family: var(--font-mono); font-size: 9px; }
.analysis-step strong { color: #d4d7dc; font-size: 12px; font-weight: 500; }
.analysis-step span:last-child { color: #777e87; font-family: var(--font-mono); font-size: 9px; }
.report-card { min-height: 560px; padding: 22px; }
.report-card__empty { height: 100%; min-height: 510px; display: grid; place-items: center; text-align: center; color: #6d747d; }
.report-card__empty img { width: 160px; height: 160px; margin: 0 auto 20px; object-fit: contain; opacity: .52; }
.report-card.is-complete .report-card__empty { display: none; }
.report-result { display: none; }
.report-card.is-complete .report-result { display: block; }
.report-result__hero { padding: 22px; border: 1px solid rgba(255,102,102,.26); border-radius: 10px; background: rgba(255,102,102,.04); }
.report-result__hero strong { display: block; color: var(--threat); font-size: 24px; text-transform: uppercase; }
.report-result__hero span { display: block; margin-top: 7px; color: #969ca5; }
.finding-list { margin-top: 18px; }
.finding { padding: 15px 0; border-bottom: 1px solid var(--line-soft); }
.finding strong { display: block; color: #d8dbe0; font-size: 12px; }
.finding p { margin: 7px 0 0; color: #818892; font-size: 11px; line-height: 1.45; }
.project-directory { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.project-card { min-height: 270px; padding: 25px; }
.project-card__top { display: flex; align-items: center; justify-content: space-between; }
.project-card__mark { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: #e8eaed; font-size: 18px; }
.project-card h3 { margin: 38px 0 9px; font-size: 20px; }
.project-card p { color: #858c95; font-size: 13px; line-height: 1.55; }
.project-card__links { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.project-card__links span { padding: 6px 9px; border: 1px solid var(--line-soft); border-radius: 4px; color: #7f868f; font-family: var(--font-mono); font-size: 8px; text-transform: uppercase; }
.method-layout { display: grid; grid-template-columns: 310px 1fr; gap: 70px; }
.method-nav { position: sticky; top: 110px; align-self: start; display: grid; }
.method-nav a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); color: #818892; font-size: 12px; }
.method-article section { padding: 0 0 70px; }
.method-article h2 { margin: 0 0 22px; font-size: 34px; }
.method-article p { color: #8e959e; line-height: 1.75; }
.method-table { width: 100%; border-collapse: collapse; margin-top: 25px; }
.method-table th,
.method-table td { padding: 16px; border: 1px solid var(--line-soft); text-align: left; font-size: 12px; }
.method-table th { color: #cfd3d8; font-family: var(--font-mono); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.method-table td { color: #878e97; }
.case-file { display: grid; grid-template-columns: 1fr 330px; gap: 24px; }
.case-file__main,
.case-file__side { padding: 30px; }
.case-file__verdict { padding: 30px; border: 1px solid rgba(255,102,102,.28); border-radius: 10px; background: rgba(255,102,102,.045); }
.case-file__verdict strong { display: block; color: var(--threat); font-family: var(--font-display); font-size: 44px; font-style: italic; text-transform: uppercase; }
.evidence-ledger { margin-top: 28px; }
.evidence-ledger__row { padding: 20px 0; display: grid; grid-template-columns: 160px 1fr auto; gap: 20px; border-bottom: 1px solid var(--line-soft); }
.evidence-ledger__row span:first-child { color: #6f7680; font-family: var(--font-mono); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.evidence-ledger__row strong { color: #d8dbe0; font-size: 13px; font-weight: 500; }
.evidence-ledger__row b { color: var(--caution); font-family: var(--font-mono); font-size: 9px; }
.side-stat { padding: 18px 0; border-bottom: 1px solid var(--line-soft); }
.side-stat span { display: block; color: #707782; font-family: var(--font-mono); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.side-stat strong { display: block; margin-top: 8px; color: #daddE2; font-size: 15px; font-weight: 500; }
.api-code { margin-top: 30px; padding: 24px; overflow: auto; border: 1px solid var(--line); border-radius: 10px; background: #030507; color: #b9bec6; font-family: var(--font-mono); font-size: 12px; line-height: 1.7; }

/* Reveal */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1320px) {
  .chrome-header__inner { grid-template-columns: 250px 1fr auto; }
  .chrome-brand { width: 245px; }
  .chrome-nav { gap: 22px; }
  .landing-hero { grid-template-columns: minmax(0,.9fr) minmax(540px,1.1fr); gap: 35px; }
  .landing-hero__title { font-size: 62px; }
  .landing-hero__lede { font-size: 16px; }
  .feature-tile { padding-inline: 18px; grid-template-columns: 52px 1fr; }
  .feature-tile__icon { width: 50px; height: 50px; }
  .dashboard-shell { grid-template-columns: 190px minmax(0,1fr); }
  .dash-top { grid-template-columns: minmax(0,1.4fr) minmax(420px,.95fr); }
  .table-head,.investigation-row { grid-template-columns: 76px minmax(130px,1.2fr) minmax(110px,1fr) 76px 108px 110px 68px; }
}

@media (max-width: 1100px) {
  .chrome-header__inner { grid-template-columns: 1fr auto; }
  .chrome-nav { position: fixed; top: 82px; left: 0; right: 0; padding: 24px 32px; display: none; flex-direction: column; align-items: flex-start; background: rgba(3,5,8,.98); border-bottom: 1px solid var(--line); }
  .chrome-nav.is-open { display: flex; }
  .chrome-header__actions .header-link { display: none; }
  .mobile-menu-button { display: block; }
  .landing-hero { grid-template-columns: 1fr; padding-top: 70px; }
  .landing-hero__copy { padding: 0; }
  .landing-hero__title { font-size: clamp(54px, 8vw, 82px); }
  .evidence-demo { min-height: 450px; }
  .ecosystem-list { grid-template-columns: repeat(4,1fr); row-gap: 12px; }
  .landing-feature-row { grid-template-columns: repeat(2,1fr); }
  .feature-tile:last-child { grid-column: 1 / -1; }
  .process-rail { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(2,1fr); }
  .dashboard-body { height: auto; overflow: auto; }
  .dashboard-shell { height: auto; grid-template-columns: 74px minmax(0,1fr); }
  .dashboard-sidebar { padding-inline: 9px; }
  .dashboard-nav a { justify-content: center; padding: 0; }
  .dashboard-nav a span { display: none; }
  .sidebar-bottom { display: none; }
  .dash-top,.dash-middle,.dash-lower { grid-template-columns: 1fr; }
  .investigations-panel,.alerts-panel,.case-detail-panel,.evidence-sources-panel,.timeline-panel { height: auto; min-height: 260px; }
  .registry-summary { grid-template-columns: 1fr; }
  .lab-grid,.split-showcase,.case-file { grid-template-columns: 1fr; }
  .section-heading,.internal-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .project-directory { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .page-width { width: min(calc(100% - 32px), var(--page)); }
  .chrome-header { height: 72px; }
  .chrome-header__inner { width: calc(100% - 24px); }
  .chrome-brand { width: 205px; height: 50px; }
  .chrome-header__actions { gap: 10px; }
  .header-button { display: none; }
  .chrome-nav { top: 72px; }
  .landing-stage { min-height: auto; }
  .landing-hero { width: calc(100% - 32px); padding: 52px 0 28px; }
  .landing-hero__title { margin-top: 22px; font-size: clamp(46px, 13vw, 64px); }
  .landing-hero__title span { white-space: normal; }
  .landing-hero__lede { font-size: 15px; }
  .landing-hero__actions { flex-direction: column; align-items: stretch; }
  .landing-hero__actions .metal-button,
  .landing-hero__actions .outline-button { width: 100%; min-width: 0; }
  .landing-trust { grid-template-columns: 1fr; gap: 20px; }
  .evidence-demo { padding: 14px; }
  .evidence-subject { grid-template-columns: 86px 1fr; }
  .evidence-subject__meta { grid-column: 1 / -1; margin-top: 12px; padding: 14px 0 0; grid-template-columns: 1fr 1fr; border-left: 0; border-top: 1px solid var(--line-soft); }
  .evidence-subject__meta div + div { padding-top: 0; padding-left: 12px; border-top: 0; border-left: 1px solid var(--line-soft); }
  .evidence-status-grid { grid-template-columns: 1fr; }
  .evidence-status { min-height: 150px; }
  .ecosystem-list { grid-template-columns: repeat(2,1fr); }
  .landing-feature-row { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .feature-tile:last-child { grid-column: auto; }
  .landing-mini-footer { flex-direction: column; gap: 0; height: 105px; }
  .content-section { padding: 80px 0; }
  .process-rail,.pricing-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .dashboard-header { height: 72px; }
  .dashboard-header .chrome-header__inner { grid-template-columns: 1fr auto; }
  .dashboard-header__tools .incident-switch span,
  .dashboard-header__tools .header-separator,
  .dashboard-header__tools .notification-button,
  .user-menu div { display: none; }
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard-sidebar { position: sticky; top: 72px; z-index: 30; padding: 7px; flex-direction: row; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .dashboard-nav { display: flex; min-width: max-content; }
  .dashboard-nav a { width: 44px; }
  .dashboard-main { padding: 10px; }
  .dash-top { grid-template-columns: 1fr; }
  .summary-panel { grid-template-columns: 1fr; }
  .summary-stat { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .table-head { display: none; }
  .investigation-row { grid-template-columns: 76px 1fr 80px; min-height: 60px; }
  .investigation-row > :nth-child(3),
  .investigation-row > :nth-child(5),
  .investigation-row > :nth-child(7) { display: none; }
  .registry-summary__metrics { grid-template-columns: repeat(2,1fr); }
  .registry-metric { border-right: 0; border-bottom: 1px solid var(--line-soft); padding: 12px 0; }
  .verified-projects { grid-template-columns: repeat(2,1fr); }
  .internal-hero { padding-top: 70px; }
  .internal-hero h1 { font-size: 52px; }
  .project-directory { grid-template-columns: 1fr; }
  .method-layout { grid-template-columns: 1fr; }
  .method-nav { position: static; }
  .case-file__main,.case-file__side { padding: 20px; }
  .evidence-ledger__row { grid-template-columns: 1fr; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* v1.0 reference-lock refinements */
@media (min-width: 981px) {
  .chrome-header__inner { width: min(calc(100% - 96px), 1490px); }
  .landing-hero { width: min(calc(100% - 96px), 1445px); min-height: 513px; padding-left: 10px; padding-right: 10px; }
  .landing-hero__copy { padding-left: 14px; }
  .landing-hero__title { font-size: clamp(68px, 4.65vw, 74px); line-height: .76; max-width: 760px; }
  .landing-hero__title span { transform: scaleX(1.08); transform-origin: left center; }
  .landing-trust { margin-top: 50px; }
  .evidence-status { min-height: 176px; }
  .evidence-demo { min-height: 443px; }
  .ecosystem-list span { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
  .ecosystem-list b { color: #b8bdc4; font-size: 19px; font-weight: 400; }
  .feature-tile__body p b { color: #c8ccd2; font-weight: 500; }
  .summary-stat:last-child strong { font-size: 11px; text-transform: none; }
  .sidebar-bottom { margin-top: 62px; }
  .dashboard-main { overflow: hidden; }
  .command-panel, .summary-panel { min-height: 139px; }
  .investigations-panel, .alerts-panel { height: 268px; }
  .case-detail-panel, .evidence-sources-panel, .timeline-panel { height: 302px; }
  .registry-summary { min-height: 130px; }
}
@media (min-width: 981px) {
  .landing-hero { min-height: 507px; }
  .landing-hero__copy { transform: translate(-16px, -8px); }
  .landing-hero__title span { transform: scaleX(1.12); }
  .landing-hero__actions { margin-top: 37px; }
  .landing-trust { margin-top: 60px; }
  .evidence-demo { transform: translateY(4px); }
  .evidence-subject { min-height: 125px; }
  .evidence-status { min-height: 170px; }
  .feature-tile { min-height: 184px; }
  .landing-feature-row { margin-bottom: 7px; }
}
@media (min-width: 981px) {
  .landing-hero { min-height: 501px; }
  .landing-hero__copy { margin-left: -16px; transform: none; }
  .landing-hero__copy .kicker { position: relative; top: -6px; }
  .landing-hero__title { margin-top: 19px; margin-bottom: 32px; }
  .landing-hero__title span { transform: scaleX(1.15); }
  .evidence-demo { margin-top: 5px; margin-left: -9px; width: calc(100% + 30px); transform: none; }
  .evidence-demo__head { height: 35px; }
  .evidence-subject { min-height: 119px; }
  .evidence-status { min-height: 167px; }
  .feature-tile { min-height: 180px; }
  .landing-feature-row { margin-bottom: 10px; }
  .dashboard-header .chrome-header__inner { width: calc(100% - 40px); }
  .dashboard-header .chrome-brand { width: 245px; }
  .case-detail-panel, .evidence-sources-panel, .timeline-panel { height: 291px; }
  .sidebar-mark { margin-top: 55px; }
  .sidebar-mark img { width: 155px; height: 155px; }
}

/* Exact approved chrome headline treatment. The copy remains semantic in an sr-only h1. */
.landing-hero__title-art {
  display: block;
  width: min(699px, 100%);
  height: auto;
  margin: 19px 0 30px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.64));
}
@media (max-width: 980px) {
  .landing-hero__title-art { width: min(760px, 100%); margin: 24px 0 28px; }
}
@media (max-width: 620px) {
  .landing-hero__title-art { width: 100%; margin: 22px 0 24px; }
}

/* 1586 × 992 approved-reference lock. */
@media (min-width: 981px) {
  .landing-hero {
    min-height: 0;
    padding-top: 34px;
    padding-bottom: 26px;
  }
  .evidence-demo {
    align-self: start;
    width: 694px;
    min-height: 455px;
    height: 455px;
    margin-top: 1px;
    margin-left: -36px;
  }
  .evidence-subject {
    min-height: 0;
    height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .evidence-subject__meta { gap: 12px; }
  .evidence-subject__meta div + div { padding-top: 10px; }
  .evidence-status {
    min-height: 0;
    height: 191px;
    padding-top: 14px;
    padding-bottom: 12px;
  }
  .evidence-status__icon { margin-top: 13px; margin-bottom: 6px; }
  .evidence-status p { margin-top: 8px; }
  .landing-feature-row { margin-top: 11px; }
  .feature-tile { min-height: 175px; height: 175px; }
}
