:root {
  --bg: #07110e;
  --bg-2: #0a1512;
  --surface: rgba(16, 29, 25, 0.78);
  --surface-solid: #101d19;
  --surface-2: #13241f;
  --line: rgba(223, 255, 243, 0.10);
  --line-strong: rgba(223, 255, 243, 0.18);
  --text: #f2f7f4;
  --muted: #8fa49b;
  --soft: #b7c8c1;
  --mint: #83f3c1;
  --mint-2: #42d89a;
  --mint-ink: #072117;
  --amber: #f3cc82;
  --red: #ff8f87;
  --blue: #9bbcff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  --radius: 22px;
  --radius-sm: 14px;
  --sidebar: 256px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01" 1, "cv02" 1, "cv11" 1;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(131, 243, 193, .28); }

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(131,243,193,.36);
  border-radius: 11px; background: rgba(131,243,193,.07); box-shadow: inset 0 0 22px rgba(131,243,193,.05);
}
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; width: 12px; height: 2px; border-radius: 99px; background: var(--mint); }
.brand-mark { position: relative; }
.brand-mark::before { transform: translateY(-5px); width: 18px; }
.brand-mark span { width: 14px; }
.brand-mark::after { transform: translateY(5px); width: 9px; }
.brand b { display: block; font-size: 15px; letter-spacing: .01em; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: 10px; letter-spacing: .06em; }

.eyebrow { color: var(--mint); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 18px; border-radius: 12px; border: 1px solid transparent; font-weight: 760; font-size: 13px; transition: .18s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--mint-ink); background: var(--mint); box-shadow: 0 8px 28px rgba(72, 225, 163, .16); }
.button-primary:hover { background: #9affd4; box-shadow: 0 12px 32px rgba(72,225,163,.20); }
.button-quiet { border-color: var(--line-strong); background: rgba(255,255,255,.025); color: var(--text); }
.button-quiet:hover { border-color: rgba(131,243,193,.32); background: rgba(131,243,193,.06); }
.button.small { min-height: 36px; padding: 0 13px; font-size: 11px; }
.text-button { appearance: none; border: 0; padding: 0; background: transparent; color: var(--muted); font-size: 12px; }
.text-button:hover { color: var(--text); }
.text-button.danger:hover { color: var(--red); }
.inline-error { padding: 12px 14px; border: 1px solid rgba(255,143,135,.2); background: rgba(255,143,135,.07); border-radius: 12px; color: #ffc1bb; font-size: 12px; }
input, select {
  color: var(--text); background: rgba(2,9,7,.34); border: 1px solid var(--line-strong); border-radius: 12px; outline: none;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}
input:focus, select:focus { border-color: rgba(131,243,193,.65); box-shadow: 0 0 0 4px rgba(131,243,193,.08); background: rgba(2,9,7,.48); }
select { color-scheme: dark; }

.marketing-page { overflow: hidden; background: #07110e; }
.marketing-page::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 850px; pointer-events: none;
  background: radial-gradient(ellipse at 50% -10%, rgba(78,224,166,.12), transparent 58%);
}
.page-frame { width: min(1180px, calc(100% - 48px)); margin-inline: auto; position: relative; }
.marketing-nav { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; z-index: 10; }
.marketing-nav nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 12px; }
.marketing-nav nav a:hover { color: var(--text); }
.hero { padding: 102px 0 132px; text-align: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; color: var(--soft); font-size: 12px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(131,243,193,.08), 0 0 20px rgba(131,243,193,.44); }
.hero h1 { margin: 0; font-size: clamp(68px, 10vw, 132px); line-height: .84; letter-spacing: -.075em; font-weight: 760; }
.hero h1 em { color: var(--mint); font-style: normal; font-weight: 470; }
.hero-copy { width: min(690px, 90%); margin: 34px auto 0; color: var(--soft); font-size: 18px; line-height: 1.65; letter-spacing: -.01em; }
.hero-verifier { width: min(900px, 100%); margin: 62px auto 0; text-align: left; }
.demo-form { padding: 26px; border: 1px solid var(--line-strong); border-radius: 24px; background: rgba(13,27,22,.74); backdrop-filter: blur(22px); box-shadow: var(--shadow); }
.demo-form label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.input-action { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.input-action input { min-height: 60px; padding: 0 19px; font-size: 18px; }
.input-action button { min-width: 150px; border: 0; border-radius: 13px; background: var(--mint); color: var(--mint-ink); font-weight: 800; }
.verification-steps { display: flex; align-items: center; margin-top: 18px; gap: 9px; color: #6f8880; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.verification-steps i { flex: 1; height: 1px; background: var(--line); }
.demo-note { margin: 12px 4px 0; color: #687d75; font-size: 10px; line-height: 1.55; }
.manifesto { padding: 116px 0; display: grid; grid-template-columns: 100px 1fr 1fr; gap: 54px; align-items: start; border-top: 1px solid var(--line); }
.section-number { color: #456158; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.manifesto h2, .final-cta h2 { margin: 13px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 610; }
.manifesto > p { margin: 34px 0 0; color: var(--soft); font-size: 17px; line-height: 1.75; }
.product-story { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; padding-bottom: 116px; }
.story-card { min-height: 365px; padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.008)); position: relative; overflow: hidden; }
.story-card.large { grid-row: span 2; min-height: 744px; }
.story-card.large::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%; left: -190px; bottom: -240px; border: 1px solid rgba(131,243,193,.08); box-shadow: 0 0 0 70px rgba(131,243,193,.014), 0 0 0 140px rgba(131,243,193,.01); }
.story-index { color: #6c8179; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.story-card h3 { margin: 76px 0 22px; max-width: 580px; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.045em; font-weight: 560; }
.story-card:not(.large) h3 { margin-top: 46px; font-size: 31px; }
.story-card p { max-width: 520px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.mini-decision { position: absolute; left: 34px; right: 34px; bottom: 38px; padding: 20px; display: flex; align-items: center; gap: 20px; border-top: 1px solid rgba(131,243,193,.18); border-bottom: 1px solid rgba(131,243,193,.08); }
.mini-decision > strong { font-size: 62px; color: var(--mint); letter-spacing: -.06em; }
.mini-decision span { font-weight: 800; font-size: 11px; letter-spacing: .1em; }
.mini-decision small { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: 0; }
.truth-band { border-block: 1px solid var(--line); background: rgba(0,0,0,.12); }
.truth-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.truth-inner > div { min-height: 215px; padding: 38px 30px; border-right: 1px solid var(--line); }
.truth-inner > div:first-child { border-left: 1px solid var(--line); }
.truth-inner span { color: #597067; font-size: 10px; }
.truth-inner b { display: block; margin-top: 52px; font-size: 16px; }
.truth-inner small { display: block; margin-top: 9px; color: var(--muted); line-height: 1.5; }
.final-cta { padding: 142px 0 158px; text-align: center; }
.final-cta .button { margin-top: 38px; }
.marketing-footer { height: 70px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #60756d; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.trust-result { margin-top: 20px; padding: 28px; border: 1px solid var(--line-strong); border-radius: 22px; background: rgba(13, 27, 22, .82); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.trust-result::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; background: var(--mint); }
.trust-result.decision-review::before { background: var(--amber); }
.trust-result.decision-suppress::before { background: var(--red); }
.trust-result.decision-unresolved::before { background: var(--blue); }
.trust-result-head { display: flex; justify-content: space-between; align-items: center; gap: 26px; }
.decision-line { display: flex; align-items: baseline; gap: 18px; margin-top: 9px; }
.decision-score { font-size: clamp(52px, 7vw, 78px); line-height: .9; font-weight: 720; letter-spacing: -.06em; color: var(--mint); }
.decision-review .decision-score { color: var(--amber); }
.decision-suppress .decision-score { color: var(--red); }
.decision-unresolved .decision-score { color: var(--blue); }
.decision-label { font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.trust-orbit { width: 96px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; align-content: center; border: 1px solid rgba(131,243,193,.28); box-shadow: inset 0 0 40px rgba(131,243,193,.04); }
.trust-orbit span { font-size: 21px; font-weight: 800; }
.trust-orbit small { margin-top: 2px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.evidence-rail { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 26px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.signal { min-height: 72px; padding: 15px; display: flex; align-items: center; gap: 11px; background: var(--surface-solid); }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); flex: none; }
.signal.positive .signal-dot { background: var(--mint); box-shadow: 0 0 15px rgba(131,243,193,.5); }
.signal.negative .signal-dot { background: var(--red); }
.signal.neutral .signal-dot { background: var(--amber); }
.signal b, .signal small { display: block; }
.signal b { font-size: 11px; }
.signal small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: capitalize; }
.decision-copy { margin-top: 22px; display: grid; grid-template-columns: 230px 1fr; gap: 28px; align-items: start; }
.decision-copy span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.decision-copy strong { display: block; margin-top: 5px; font-size: 14px; }
.decision-copy p { margin: 0; color: var(--soft); line-height: 1.6; font-size: 13px; }
.evidence-details { margin-top: 23px; padding-top: 18px; border-top: 1px solid var(--line); }
.evidence-details summary { cursor: pointer; color: var(--muted); font-size: 11px; font-weight: 700; }
.evidence-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.evidence-item { padding: 13px; border: 1px solid var(--line); border-radius: 11px; }
.evidence-item span, .evidence-item strong { display: block; }
.evidence-item span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.evidence-item strong { margin-top: 5px; font-size: 11px; word-break: break-word; }
.receipt-row { margin-top: 12px; padding: 12px 0 0; display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 10px; }
.receipt-row code { color: var(--soft); }
.copy-button { border: 1px solid var(--line-strong); background: rgba(255,255,255,.025); color: var(--soft); border-radius: 8px; padding: 7px 10px; font-size: 9px; }
.trust-result.compact { margin-top: 12px; box-shadow: none; }
.trust-result.compact .evidence-details { display: none; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: var(--sidebar) 1fr; }
.sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; width: var(--sidebar); padding: 28px 20px 22px; display: flex; flex-direction: column; background: #08120f; border-right: 1px solid var(--line); }
.sidebar .brand { padding: 0 7px; }
.nav-stack { margin-top: 54px; display: grid; gap: 5px; }
.nav-item { height: 43px; padding: 0 12px; border-radius: 11px; display: flex; align-items: center; gap: 11px; color: #7f948c; font-size: 12px; font-weight: 650; transition: .15s ease; }
.nav-item:hover { color: var(--text); background: rgba(255,255,255,.025); }
.nav-item.active { color: var(--text); background: rgba(131,243,193,.075); box-shadow: inset 0 0 0 1px rgba(131,243,193,.08); }
.nav-icon { width: 20px; color: #60766e; text-align: center; font-size: 14px; }
.nav-item.active .nav-icon { color: var(--mint); }
.sidebar-foot { margin-top: auto; padding: 17px 7px 0; border-top: 1px solid var(--line); }
.org-chip { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; }
.org-avatar { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: rgba(131,243,193,.09); color: var(--mint); font-weight: 800; font-size: 11px; }
.org-chip b, .org-chip small { display: block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.org-chip b { font-size: 11px; }
.org-chip small { margin-top: 2px; color: var(--muted); font-size: 9px; text-transform: capitalize; }
.version-line { margin-top: 15px; color: #41564e; font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.app-main { grid-column: 2; min-width: 0; position: relative; overflow: hidden; background: #0a1411; }
.ambient { position: fixed; pointer-events: none; border-radius: 50%; filter: blur(1px); opacity: .55; }
.ambient-one { width: 600px; height: 600px; right: -330px; top: -340px; background: radial-gradient(circle, rgba(71,217,160,.075), transparent 68%); }
.ambient-two { width: 500px; height: 500px; left: 180px; bottom: -360px; background: radial-gradient(circle, rgba(111,161,255,.035), transparent 68%); }
.content-wrap { width: min(1320px, calc(100% - 80px)); margin: 0 auto; padding: 56px 0 80px; position: relative; z-index: 2; }
.app-header { display: flex; justify-content: space-between; gap: 34px; align-items: end; margin-bottom: 42px; }
.app-header h1 { margin: 9px 0 6px; font-size: clamp(38px, 4.5vw, 62px); line-height: .98; letter-spacing: -.052em; font-weight: 580; }
.app-header p { margin: 0; color: var(--muted); font-size: 13px; }
.compact-header { align-items: start; margin-bottom: 34px; }
.compact-header h1 { font-size: 47px; }
.panel { border: 1px solid var(--line); background: rgba(13,25,21,.70); border-radius: var(--radius); padding: 24px; box-shadow: 0 16px 60px rgba(0,0,0,.10); }
.panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 20px; }
.panel-head h2, .panel h2 { margin: 6px 0 0; font-size: 20px; letter-spacing: -.025em; }
.panel-head a { color: var(--muted); font-size: 10px; }
.panel-head a:hover { color: var(--mint); }
.metric-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 14px; }
.metric { min-height: 142px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.018); }
.metric > span { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.metric strong { display: block; margin-top: 20px; font-size: 38px; line-height: .9; letter-spacing: -.05em; }
.metric small { display: block; margin-top: 11px; color: #60746d; font-size: 9px; }
.metric-safe strong { color: var(--mint); }
.metric-review strong { color: var(--amber); }
.metric-suppress strong { color: var(--red); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(280px,.65fr); gap: 14px; margin-bottom: 14px; }
.panel-large { min-height: 430px; }
.receipt-list { display: grid; }
.receipt-list-row { min-height: 67px; display: grid; grid-template-columns: 10px minmax(0,1fr) 110px 60px; gap: 13px; align-items: center; border-top: 1px solid var(--line); }
.receipt-list-row:first-child { border-top: 0; }
.receipt-state { width: 5px; height: 22px; border-radius: 99px; background: var(--muted); }
.receipt-state.decision-safe { background: var(--mint); }
.receipt-state.decision-review { background: var(--amber); }
.receipt-state.decision-suppress { background: var(--red); }
.receipt-state.decision-unresolved { background: var(--blue); }
.receipt-list-row strong, .receipt-list-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.receipt-list-row strong { font-size: 11px; }
.receipt-list-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.receipt-score b, .receipt-score span { display: block; text-align: right; }
.receipt-score b { font-size: 18px; }
.receipt-score span { margin-top: 2px; color: var(--muted); font-size: 7px; letter-spacing: .05em; }
.receipt-list-row time { color: #576b63; font-size: 9px; text-align: right; }
.empty-state { min-height: 300px; display: grid; place-items: center; align-content: center; text-align: center; }
.empty-state > span { color: #4d665d; font-size: 24px; }
.empty-state h3 { margin: 13px 0 6px; font-size: 14px; }
.empty-state p { margin: 0; max-width: 350px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.empty-inline { padding: 22px 0; color: var(--muted); font-size: 11px; }
.confidence-panel h2 { margin-bottom: 30px; }
.runtime-row { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 12px; border-top: 1px solid var(--line); }
.runtime-row span { display: flex; align-items: center; gap: 8px; color: var(--soft); font-size: 10px; }
.runtime-row strong { font-size: 9px; font-weight: 700; color: var(--muted); }
.state-dot { width: 6px; height: 6px; border-radius: 50%; display: inline-block; }
.state-dot.ready { background: var(--mint); box-shadow: 0 0 10px rgba(131,243,193,.4); }
.state-dot.waiting { background: var(--amber); }
.state-dot.deferred { background: #6a7e76; }
.runtime-note { margin: 18px 0 0; color: #5f736b; font-size: 9px; line-height: 1.55; }
.bulk-preview { margin-top: 14px; }
.job-row { min-height: 65px; display: grid; grid-template-columns: minmax(180px,.8fr) 1fr 100px; gap: 22px; align-items: center; border-top: 1px solid var(--line); }
.job-row strong, .job-row small { display: block; }
.job-row strong { font-size: 11px; }
.job-row small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.job-progress { height: 4px; border-radius: 99px; overflow: hidden; background: rgba(255,255,255,.05); }
.job-progress span { height: 100%; display: block; background: var(--mint); border-radius: inherit; }
.job-progress.large { height: 5px; margin-top: 18px; }
.status-pill { justify-self: end; padding: 6px 9px; border-radius: 999px; border: 1px solid var(--line-strong); color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.status-completed { color: var(--mint); border-color: rgba(131,243,193,.20); background: rgba(131,243,193,.05); }
.status-running { color: var(--blue); border-color: rgba(155,188,255,.20); }
.status-failed, .status-cancelled { color: var(--red); border-color: rgba(255,143,135,.18); }
.status-queued { color: var(--amber); border-color: rgba(243,204,130,.18); }

.verify-stage { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(12,24,20,.58); }
.verify-form label { display: block; margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-input-row { display: grid; grid-template-columns: minmax(240px,1fr) 180px auto; gap: 9px; }
.hero-input-row input, .hero-input-row select { min-height: 50px; padding: 0 15px; }
.form-caption { margin: 10px 0 0; color: #5a7067; font-size: 9px; }
.verify-idle { min-height: 365px; display: grid; grid-template-columns: 200px 1fr; gap: 55px; align-items: center; padding: 40px 6%; }
.idle-orbit { width: 160px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(131,243,193,.14); position: relative; box-shadow: 0 0 0 28px rgba(131,243,193,.012), 0 0 0 56px rgba(131,243,193,.008); }
.idle-orbit span, .idle-orbit i, .idle-orbit b { position: absolute; border-radius: 50%; background: var(--mint); }
.idle-orbit span { width: 9px; height: 9px; top: 13px; left: 74px; box-shadow: 0 0 16px rgba(131,243,193,.5); }
.idle-orbit i { width: 5px; height: 5px; top: 107px; left: 18px; opacity: .6; }
.idle-orbit b { width: 4px; height: 4px; right: 21px; top: 89px; opacity: .35; }
.verify-idle h2 { margin: 11px 0 11px; font-size: 31px; letter-spacing: -.04em; }
.verify-idle p { margin: 0; max-width: 570px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.recent-panel { margin-top: 14px; }

.bulk-drop { margin-bottom: 14px; }
.drop-zone { min-height: 190px; padding: 28px; display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; border: 1px dashed rgba(131,243,193,.22); border-radius: 17px; background: rgba(131,243,193,.018); }
.drop-icon { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; border: 1px solid rgba(131,243,193,.15); color: var(--mint); font-size: 22px; }
.drop-zone h2 { margin: 0; font-size: 20px; }
.drop-zone p { margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.file-input { max-width: 220px; color: var(--muted); font-size: 10px; }
.file-input::file-selector-button { margin-right: 11px; border: 1px solid var(--line-strong); border-radius: 9px; padding: 9px 11px; background: rgba(255,255,255,.03); color: var(--text); }
.upload-entry { display: grid; grid-template-columns: 1fr 1fr 50px; gap: 18px; align-items: center; margin-top: 12px; padding: 12px 15px; border-radius: 12px; border: 1px solid var(--line); }
.upload-entry strong, .upload-entry small { display: block; }
.upload-entry strong { font-size: 10px; }
.upload-entry small, .upload-entry > span { color: var(--muted); font-size: 9px; }
.bulk-actions { display: flex; justify-content: flex-end; align-items: end; gap: 10px; margin-top: 16px; }
.bulk-actions label { color: var(--muted); font-size: 9px; }
.bulk-actions select { display: block; min-height: 44px; margin-top: 6px; padding: 0 12px; }
.live-label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 9px; }
.live-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 10px rgba(131,243,193,.4); }
.bulk-job-card { padding: 19px 0; border-top: 1px solid var(--line); }
.bulk-job-top { display: flex; justify-content: space-between; gap: 24px; }
.bulk-job-top strong, .bulk-job-top small { display: block; }
.bulk-job-top strong { font-size: 12px; }
.bulk-job-top small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.bulk-stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 15px; }
.bulk-stats span { padding: 10px; border-radius: 10px; background: rgba(255,255,255,.018); color: var(--muted); font-size: 8px; }
.bulk-stats b { display: block; margin-bottom: 3px; color: var(--text); font-size: 15px; }
.bulk-stats .safe b { color: var(--mint); }
.bulk-stats .review b { color: var(--amber); }
.bulk-stats .suppress b { color: var(--red); }
.job-actions { display: flex; justify-content: flex-end; gap: 11px; align-items: center; margin-top: 13px; }
.job-error { color: var(--red); font-size: 9px; }

.secret-reveal { margin-bottom: 14px; padding: 25px; border: 1px solid rgba(131,243,193,.23); border-radius: 20px; background: rgba(131,243,193,.045); }
.secret-reveal h2 { margin: 8px 0 17px; font-size: 23px; }
.secret-reveal p { color: var(--muted); font-size: 9px; }
.secret-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.secret-row code { padding: 13px; overflow: auto; border: 1px solid var(--line); border-radius: 10px; color: var(--mint); background: rgba(0,0,0,.18); font-size: 11px; }
.developer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px; margin-bottom: 14px; }
.stack-form { display: grid; gap: 14px; margin-top: 26px; }
.stack-form label { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.stack-form input { width: 100%; min-height: 47px; padding: 0 13px; display: block; margin-top: 7px; }
.api-example pre { margin: 20px 0 0; padding: 18px; overflow: auto; border-radius: 13px; background: #07100d; border: 1px solid var(--line); color: #bfe8d6; font-size: 10px; line-height: 1.6; }
.api-example p { color: var(--muted); font-size: 9px; }
.key-row { min-height: 70px; display: grid; grid-template-columns: 1fr .8fr 90px 70px; gap: 18px; align-items: center; border-top: 1px solid var(--line); }
.key-row strong, .key-row code, .key-row small { display: block; }
.key-row strong { font-size: 11px; }
.key-row code { margin-top: 4px; color: var(--muted); font-size: 9px; }
.key-row small { color: var(--muted); font-size: 8px; line-height: 1.7; }

@media (max-width: 1040px) {
  :root { --sidebar: 210px; }
  .content-wrap { width: min(100% - 42px, 1200px); }
  .metric-strip { grid-template-columns: repeat(2,1fr); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .truth-inner { grid-template-columns: repeat(2,1fr); }
  .evidence-rail { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  :root { --sidebar: 0px; }
  .page-frame { width: min(100% - 28px, 1180px); }
  .marketing-nav nav { display: none; }
  .marketing-nav { height: 72px; }
  .hero { padding: 72px 0 88px; }
  .hero h1 { font-size: clamp(60px, 20vw, 92px); }
  .hero-copy { font-size: 15px; }
  .input-action { grid-template-columns: 1fr; }
  .input-action button { min-height: 52px; }
  .verification-steps { overflow: hidden; }
  .manifesto { grid-template-columns: 1fr; gap: 22px; padding: 82px 0; }
  .manifesto > p { margin-top: 0; }
  .product-story { grid-template-columns: 1fr; }
  .story-card.large { min-height: 600px; }
  .truth-inner { grid-template-columns: 1fr; }
  .truth-inner > div { min-height: 160px; border-left: 1px solid var(--line); }
  .truth-inner b { margin-top: 28px; }
  .sidebar { position: sticky; top: 0; width: 100%; height: 64px; padding: 10px 14px; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .sidebar .brand small, .sidebar-foot, .nav-icon { display: none; }
  .nav-stack { margin: 0 0 0 auto; display: flex; gap: 2px; }
  .nav-item { height: 38px; padding: 0 9px; font-size: 9px; }
  .app-shell { display: block; }
  .app-main { min-height: calc(100vh - 64px); }
  .content-wrap { width: calc(100% - 28px); padding: 32px 0 60px; }
  .app-header { align-items: start; flex-direction: column; }
  .app-header h1, .compact-header h1 { font-size: 40px; }
  .metric-strip { grid-template-columns: repeat(2,1fr); }
  .metric { min-height: 120px; }
  .receipt-list-row { grid-template-columns: 8px minmax(0,1fr) 80px; }
  .receipt-list-row time { display: none; }
  .job-row { grid-template-columns: 1fr 80px; }
  .job-row .job-progress { grid-row: 2; grid-column: 1 / -1; }
  .hero-input-row { grid-template-columns: 1fr; }
  .verify-idle { grid-template-columns: 1fr; gap: 30px; }
  .idle-orbit { margin: 0 auto; }
  .evidence-rail, .evidence-grid { grid-template-columns: 1fr 1fr; }
  .decision-copy { grid-template-columns: 1fr; gap: 12px; }
  .drop-zone { grid-template-columns: 52px 1fr; }
  .file-input { grid-column: 1 / -1; max-width: 100%; }
  .bulk-stats { grid-template-columns: repeat(2,1fr); }
  .developer-grid { grid-template-columns: 1fr; }
  .key-row { grid-template-columns: 1fr auto; padding: 14px 0; }
  .key-row > div:nth-child(2) { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .marketing-nav .button { padding-inline: 12px; }
  .marketing-brand small { display: none; }
  .hero h1 { font-size: 60px; }
  .metric-strip { grid-template-columns: 1fr; }
  .evidence-rail, .evidence-grid { grid-template-columns: 1fr; }
  .trust-result { padding: 20px; }
  .trust-result-head { align-items: start; }
  .trust-orbit { width: 74px; }
  .decision-score { font-size: 50px; }
  .decision-label { font-size: 9px; }
  .sidebar .brand { display: none; }
  .nav-stack { margin: 0 auto; width: 100%; justify-content: space-around; }
  .nav-item { padding: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Commercial Trust Core — luxury usability refinements */
:root[data-theme="clean-light"] {
  --bg: #f3f7f5;
  --bg-2: #eef4f1;
  --surface: rgba(255,255,255,.84);
  --surface-solid: #ffffff;
  --surface-2: #f7faf8;
  --line: rgba(12,38,29,.10);
  --line-strong: rgba(12,38,29,.18);
  --text: #102019;
  --muted: #63786f;
  --soft: #40584e;
  --mint: #157b57;
  --mint-2: #116847;
  --mint-ink: #f5fff9;
  --shadow: 0 26px 80px rgba(31,62,49,.10);
  color-scheme: light;
}
:root[data-theme="clean-light"] body,
:root[data-theme="clean-light"] .marketing-page,
:root[data-theme="clean-light"] .app-main { background: var(--bg); }
:root[data-theme="clean-light"] .sidebar { background: rgba(249,252,250,.96); }
:root[data-theme="clean-light"] input,
:root[data-theme="clean-light"] select { background: rgba(255,255,255,.86); color: var(--text); color-scheme: light; }
:root[data-theme="clean-light"] .api-example pre { background: #f1f6f3; color: #173b2c; }
:root[data-theme="clean-light"] .demo-form,
:root[data-theme="clean-light"] .trust-result,
:root[data-theme="clean-light"] .verify-stage { background: rgba(255,255,255,.78); }

.theme-toggle { margin: 0 0 11px; }
.system-hero { min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 30px; overflow: hidden; position: relative; }
.system-hero::after { content: ""; position: absolute; width: 360px; height: 360px; right: -140px; top: -150px; border-radius: 50%; border: 1px solid rgba(131,243,193,.10); box-shadow: 0 0 0 50px rgba(131,243,193,.018), 0 0 0 100px rgba(131,243,193,.010); pointer-events: none; }
.release-lockup { display: flex; align-items: baseline; gap: 16px; margin-top: 12px; }
.release-lockup strong { font-size: clamp(48px, 7vw, 82px); letter-spacing: -.065em; line-height: .95; }
.release-lockup span { color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.system-hero p { max-width: 620px; margin: 18px 0 0; color: var(--muted); line-height: 1.65; }
.system-seal { width: 116px; aspect-ratio: 1; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; align-content: center; border: 1px solid rgba(131,243,193,.24); background: rgba(131,243,193,.045); box-shadow: inset 0 0 50px rgba(131,243,193,.035); position: relative; z-index: 1; }
.system-seal span { color: var(--mint); font-size: 25px; font-weight: 850; letter-spacing: -.035em; }
.system-seal small { margin-top: 4px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 14px; }
.capability-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
.capability-list > div { min-height: 48px; display: grid; grid-template-columns: 8px minmax(0,1fr) auto; gap: 10px; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.015); }
.capability-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 9px rgba(131,243,193,.34); }
.capability-list span { min-width: 0; overflow: hidden; text-overflow: ellipsis; color: var(--soft); font-size: 9px; }
.capability-list small { color: var(--mint); font-size: 7px; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 860px) { .system-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .system-hero { align-items: flex-start; } .system-seal { width: 82px; } .capability-list { grid-template-columns: 1fr; } }
