/* KRONOS public site: dark editorial fintech. Personality: an audit you can
   read like a magazine. Serif display (Fraunces) for the claims, Inter for
   body, JetBrains Mono for anything that is a number from the ledger. */

:root {
  --bg: #07090c;
  --bg-2: #0b0f14;
  --card: #0e141b;
  --line: rgba(151, 173, 196, .13);
  --ink: #e8edf3;
  --ink-2: #9fb0c2;
  --ink-3: #64748b;
  --green: #199e70;      /* validated series pair (dark) */
  --green-hi: #2fcf96;
  --amber: #c98500;
  --amber-hi: #e0a33e;
  --red: #e05252;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", -apple-system, sans-serif;
  --mono: "JetBrains Mono", monospace;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--bg); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
.wrap { max-width: 1060px; margin: 0 auto; padding: 0 22px; }
.mono { font-family: var(--mono); }
.tiny { font-size: 11.5px; color: var(--ink-3); }
h2 { font-family: var(--serif); font-weight: 650; font-size: clamp(26px, 4vw, 38px); letter-spacing: -0.01em; margin-bottom: 10px; }
.lede { color: var(--ink-2); max-width: 640px; margin-bottom: 28px; font-size: 16px; }
.note { color: var(--ink-3); font-size: 12.5px; margin-top: 12px; max-width: 640px; }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(7, 9, 12, .82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 58px; }
.wordmark { font-family: var(--mono); font-weight: 700; letter-spacing: .34em; font-size: 15px; }
.nav-links { display: flex; gap: 22px; align-items: center; }
.nav-links a { color: var(--ink-2); text-decoration: none; font-size: 13.5px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); }
.cta-mini { background: var(--green); color: #04120c !important; padding: 8px 14px; border-radius: 999px; font-weight: 700 !important; }

/* hero */
.hero { padding: clamp(40px, 6vw, 72px) 0 48px; position: relative; overflow: hidden; background:
  radial-gradient(1100px 520px at 72% 20%, rgba(25, 158, 112, .16), transparent 62%),
  radial-gradient(800px 400px at 8% 0%, rgba(201, 133, 0, .06), transparent 55%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.kicker { font-family: var(--mono); font-size: 11.5px; letter-spacing: .22em; color: var(--green-hi); margin-bottom: 18px; }
.hero h1 { font-family: var(--serif); font-weight: 650; font-size: clamp(34px, 5vw, 56px); line-height: 1.07; letter-spacing: -0.018em; }
.hero h1 em { font-style: italic; color: var(--green-hi); }
.hero .sub { margin-top: 20px; max-width: 560px; color: var(--ink-2); font-size: clamp(15px, 1.6vw, 17px); }
.hero-cta-row { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.btn-primary { background: var(--green); color: #04120c; text-decoration: none; font-weight: 700; font-size: 14.5px; padding: 13px 26px; border-radius: 999px; transition: background .15s; }
.btn-primary:hover { background: var(--green-hi); }
.btn-ghost { border: 1px solid var(--line); color: var(--ink-2); text-decoration: none; font-weight: 600; font-size: 14.5px; padding: 13px 24px; border-radius: 999px; }
.btn-ghost:hover { border-color: var(--ink-3); color: var(--ink); }

/* the living entity chamber */
.hero-entity { display: flex; flex-direction: column; align-items: center; }
.entity-chamber { position: relative; width: 100%; max-width: 460px; aspect-ratio: 1 / 1;
  border-radius: 50%; overflow: hidden; cursor: pointer; padding: 0; border: none;
  background: radial-gradient(circle at 50% 50%, rgba(25, 158, 112, .06), rgba(7, 9, 12, 0) 70%);
  transition: transform .25s; }
.entity-chamber:hover { transform: scale(1.02); }
.entity-chamber:hover .entity-badge { border-color: rgba(47, 207, 150, .5); color: var(--ink); }
.entity-hint { margin-top: 14px; font-family: var(--mono); font-size: 11px; letter-spacing: .06em; color: var(--ink-3); }
.entity-chamber::before { content: ""; position: absolute; inset: 0; border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(25, 158, 112, .1); pointer-events: none; z-index: 2; }
#entity { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.entity-scanline { position: absolute; left: 0; right: 0; height: 30%; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(47, 207, 150, .05), transparent);
  animation: scan 6s linear infinite; }
@keyframes scan { 0% { top: -30%; } 100% { top: 100%; } }
.entity-badge { position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%); z-index: 3;
  display: flex; align-items: center; gap: 7px; white-space: nowrap;
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; color: var(--ink-2);
  background: rgba(7, 9, 12, .72); border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px;
  backdrop-filter: blur(6px); }
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-hi); box-shadow: 0 0 0 0 rgba(47, 207, 150, .6); animation: pulse 2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47, 207, 150, .5); } 70% { box-shadow: 0 0 0 8px rgba(47, 207, 150, 0); } 100% { box-shadow: 0 0 0 0 rgba(47, 207, 150, 0); } }

/* live readout strip (replaces stat cards) */
.readout { display: flex; align-items: stretch; margin-top: 40px; border: 1px solid var(--line);
  border-radius: 16px; background: linear-gradient(180deg, rgba(14, 20, 27, .6), rgba(14, 20, 27, .25)); overflow: hidden; }
.readout-cell { flex: 1; padding: 22px 26px; }
.readout-cell b { display: block; font-family: var(--mono); font-size: clamp(28px, 3.4vw, 38px); font-weight: 700; color: var(--green-hi); line-height: 1; }
.readout-cell span { display: block; margin-top: 10px; font-size: 12.5px; color: var(--ink-3); line-height: 1.45; max-width: 220px; }
.readout-div { width: 1px; background: var(--line); }
.asof { margin-top: 16px; font-size: 11.5px; color: var(--ink-3); }

/* bands */
.band { padding: 72px 0; }
.band.alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* race chart */
.race-head { font-size: 15px; margin-bottom: 14px; display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.race-head .delta { padding: 4px 12px; border-radius: 999px; font-weight: 700; font-size: 12.5px; }
.race-head .delta.up { color: var(--green-hi); background: rgba(47, 207, 150, .1); border: 1px solid rgba(47, 207, 150, .3); }
.race-head .delta.down { color: var(--red); background: rgba(224, 82, 82, .1); border: 1px solid rgba(224, 82, 82, .3); }
.chart-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 18px 14px 10px; position: relative; }
.chart-card canvas { width: 100%; display: block; }

/* honesty wall */
.bands-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }
.bandcard { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; flex: 1; min-width: 180px; }
.bandcard .bn { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); }
.bandcard .bv { font-family: var(--mono); font-size: 22px; font-weight: 700; margin-top: 4px; }
.bandcard .bs { font-size: 11.5px; color: var(--ink-3); }
.bandcard .bs-raw { margin-top: 6px; opacity: .75; font-size: 10.5px; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 14px; background: var(--card); }
.wall { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 620px; }
.wall th { font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.wall td { padding: 10px 16px; border-bottom: 1px solid rgba(151, 173, 196, .06); }
.wall td:first-child { font-family: var(--mono); font-weight: 700; }
.wall-link { color: var(--ink); text-decoration: none; }
.wall-link:hover { color: var(--green-hi); }
.wall-link-hint { display: block; font-size: 9.5px; font-weight: 400; color: var(--ink-3); letter-spacing: .04em; }
.wall-link:hover .wall-link-hint { color: var(--green-hi); }
.pick-link { text-decoration: none; display: block; transition: border-color .2s; }
.pick-link:hover { border-color: rgba(47, 207, 150, .35); }
.wall .pos { color: var(--green-hi); font-family: var(--mono); }
.wall .neg { color: var(--red); font-family: var(--mono); }
.wall .dim { color: var(--ink-3); font-family: var(--mono); font-size: 12.5px; }
.ghost { margin-top: 16px; background: none; border: 1px solid var(--line); color: var(--ink-2); border-radius: 999px; padding: 10px 22px; font-size: 13px; cursor: pointer; font-family: var(--sans); }
.ghost:hover { border-color: var(--ink-3); color: var(--ink); }

/* how the engine thinks */
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: .24em; color: var(--green-hi); margin-bottom: 14px; }
.think-lead { font-size: 17px; color: var(--ink-2); max-width: 720px; }
.think-h { font-family: var(--serif); font-weight: 650; font-size: clamp(21px, 3vw, 27px); letter-spacing: -0.01em; margin: 44px 0 8px; }
.think-sub { color: var(--ink-2); max-width: 680px; margin-bottom: 24px; font-size: 15px; }

/* four lenses */
.lenses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.lens { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; transition: border-color .2s, transform .2s; }
.lens:hover { border-color: rgba(47, 207, 150, .3); transform: translateY(-2px); }
.lens-ic { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
  border-radius: 11px; background: rgba(25, 158, 112, .1); border: 1px solid rgba(47, 207, 150, .2);
  color: var(--green-hi); margin-bottom: 16px; }
.lens-ic svg { width: 22px; height: 22px; }
.lens-n { position: absolute; top: 24px; right: 24px; font-family: var(--mono); font-size: 12px; color: var(--ink-3); letter-spacing: .1em; }
.lens h4 { font-family: var(--sans); font-weight: 700; font-size: 16px; color: var(--ink); margin-bottom: 8px; }
.lens p { color: var(--ink-2); font-size: 14px; line-height: 1.55; }
.fuse-note { margin-top: 20px; font-size: 15px; color: var(--ink-2); max-width: 720px; }
.fuse-note b { color: var(--green-hi); }

/* insight blocks */
.insight { margin-top: 40px; background: linear-gradient(160deg, rgba(25, 158, 112, .09), rgba(14, 20, 27, .4));
  border: 1px solid rgba(47, 207, 150, .22); border-radius: 20px; padding: 34px; }
.insight-gold { background: linear-gradient(160deg, rgba(201, 133, 0, .1), rgba(14, 20, 27, .4));
  border-color: rgba(224, 163, 62, .28); }
.insight .think-h { margin-top: 0; }
.insight-punch { margin-top: 22px; font-family: var(--serif); font-size: clamp(17px, 2.4vw, 21px);
  line-height: 1.4; color: var(--ink); font-style: italic; }
.clever { color: var(--ink-2); font-size: 15.5px; line-height: 1.65; margin-bottom: 14px; max-width: 760px; }
.clever b { color: var(--amber-hi); font-weight: 600; }
.clever-last b { color: var(--green-hi); }

/* the freeze/check/record loop */
.loop { display: flex; align-items: stretch; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.loop-step { flex: 1; min-width: 200px; background: rgba(7, 9, 12, .5); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px; position: relative; }
.loop-n { position: absolute; top: 16px; right: 18px; font-family: var(--mono); font-size: 26px;
  font-weight: 700; color: rgba(47, 207, 150, .28); }
.loop-step b { font-family: var(--sans); font-size: 15px; color: var(--green-hi); display: block; margin-bottom: 6px; }
.loop-step p { color: var(--ink-2); font-size: 13.5px; line-height: 1.5; }
.loop-arrow { display: flex; align-items: center; color: var(--ink-3); font-size: 20px; }

/* gradient proof strip */
.proof-strip { margin-top: 40px; }
.proof-strip-in { display: flex; align-items: center; gap: 24px; background: var(--card);
  border: 1px solid var(--line); border-radius: 18px; padding: 28px 32px; flex-wrap: wrap; }
.proof-strip-txt { flex: 1; min-width: 280px; }
.proof-strip-txt .think-h { margin: 0 0 8px; font-size: 20px; }
.proof-strip-txt p { color: var(--ink-2); font-size: 14.5px; line-height: 1.6; }
.proof-strip-cta { flex-shrink: 0; background: var(--green); color: #04120c; text-decoration: none;
  font-weight: 700; font-size: 14px; padding: 13px 24px; border-radius: 999px; white-space: nowrap; }
.proof-strip-cta:hover { background: var(--green-hi); }

/* picks + paywall */
.picks-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin-bottom: 34px; }
.pick { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 14px; }
.pick b { font-family: var(--mono); font-size: 16px; }
.pick .sc { font-family: var(--mono); font-size: 12px; color: var(--green-hi); margin-top: 2px; }
.pick .dt { font-size: 11px; color: var(--ink-3); margin-top: 6px; }
.pick.locked { position: relative; overflow: hidden; }
.pick.locked b, .pick.locked .sc { filter: blur(6px); user-select: none; }
.pick.locked::after { content: "🔒"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; }
/* pricing tiers */
.pricing { margin: 40px 0; }
.pricing-h { font-family: var(--serif); font-weight: 650; font-size: clamp(22px, 3vw, 30px); margin-bottom: 8px; }
.pricing-note { color: var(--ink-2); max-width: 680px; margin-bottom: 26px; font-size: 14.5px; line-height: 1.6; }
.tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.tier { position: relative; background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 28px; }
.tier-featured { border-color: rgba(47, 207, 150, .35); background: linear-gradient(170deg, rgba(25, 158, 112, .1), rgba(14, 20, 27, .5)); }
.tier-badge { position: absolute; top: -11px; left: 28px; background: var(--green); color: #04120c; font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; }
.tier-name { font-family: var(--mono); font-size: 12px; letter-spacing: .18em; color: var(--ink-3); margin-bottom: 12px; }
.tier-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
.tier-price b { font-family: var(--serif); font-size: 40px; font-weight: 650; color: var(--ink); }
.tier-price span { font-size: 13px; color: var(--ink-3); }
.tier-tag { font-size: 14.5px; color: var(--ink); font-weight: 600; margin-bottom: 16px; }
.tier-list { list-style: none; padding: 0; margin: 0 0 18px; }
.tier-list li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.tier-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-hi); font-weight: 700; }
.tier-featured .tier-list li:first-child { color: var(--ink); font-weight: 600; }
.tier-cta { display: block; text-align: center; background: var(--green); color: #04120c; text-decoration: none; font-weight: 700; font-size: 14.5px; padding: 13px; border-radius: 999px; }
.tier-cta:hover { background: var(--green-hi); }
.tier-cta-note { font-size: 12.5px; color: var(--ink-3); text-align: center; padding-top: 6px; }
.wl-micro { margin-top: 12px; font-size: 12px; color: var(--ink-3); }

.paywall { background: linear-gradient(160deg, rgba(25, 158, 112, .12), rgba(201, 133, 0, .05)); border: 1px solid rgba(47, 207, 150, .25); border-radius: 20px; padding: 34px; text-align: center; }
.paywall h3 { font-family: var(--serif); font-size: 26px; margin-bottom: 8px; }
.paywall p { color: var(--ink-2); max-width: 480px; margin: 0 auto 20px; font-size: 14.5px; }
.waitlist { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.waitlist input { background: var(--bg); border: 1px solid var(--line); color: var(--ink); border-radius: 999px; padding: 12px 18px; font-size: 16px; min-width: 260px; font-family: var(--sans); }
.waitlist button { background: var(--green); color: #04120c; border: none; border-radius: 999px; padding: 12px 24px; font-weight: 700; font-size: 14.5px; cursor: pointer; font-family: var(--sans); }
.waitlist button:hover { background: var(--green-hi); }
#wl-done { margin-top: 12px; color: var(--green-hi); }

/* the engine room overlay */
.engine-room { position: fixed; inset: 0; z-index: 200; display: none; flex-direction: column;
  background: rgba(4, 6, 9, .93); backdrop-filter: blur(10px); }
.engine-room.open { display: flex; animation: erin .3s ease; }
@keyframes erin { from { opacity: 0; } to { opacity: 1; } }
.er-top { display: flex; align-items: center; gap: 20px; padding: 16px 24px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.er-title { font-family: var(--mono); font-weight: 700; letter-spacing: .18em; font-size: 14px; color: var(--ink); display: flex; align-items: center; gap: 12px; }
.er-live { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; letter-spacing: .12em; color: var(--green-hi); }
.er-stats { display: flex; gap: 22px; flex: 1; flex-wrap: wrap; }
.er-stats span { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.er-stats b { color: var(--green-hi); font-size: 14px; }
.er-close { background: none; border: 1px solid var(--line); color: var(--ink-2); border-radius: 999px; padding: 9px 18px; font-size: 13px; cursor: pointer; font-family: var(--sans); }
.er-close:hover { border-color: var(--ink-3); color: var(--ink); }
.er-stage { flex: 1; min-height: 0; position: relative; }
#er-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.er-foot { display: flex; gap: 18px; align-items: center; padding: 13px 24px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.er-legend-item { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--ink-2); }
.er-legend-item i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.er-foot-note { flex: 1; text-align: right; font-size: 11px; color: var(--ink-3); min-width: 200px; }

footer { padding: 40px 0 60px; border-top: 1px solid var(--line); }

/* tablet: readout wraps */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 8px; }
  .hero-entity { order: -1; }
  .entity-chamber { max-width: 320px; }
  .hero-copy { text-align: center; }
  .hero-copy .sub { margin-left: auto; margin-right: auto; }
  .hero-cta-row { justify-content: center; }
}

/* mobile */
@media (max-width: 760px) {
  .nav-links a:not(.cta-mini) { display: none; }
  .lenses { grid-template-columns: 1fr; }
  .readout { flex-direction: column; }
  .readout-div { width: auto; height: 1px; }
  .readout-cell span { max-width: none; }
  .band { padding: 52px 0; }
  .insight { padding: 24px; }
  .loop-arrow { display: none; }
  .loop-step { min-width: 0; }
  .proof-strip-in { padding: 24px; }
  .proof-strip-cta { width: 100%; text-align: center; }
  .entity-chamber { max-width: 300px; }
  .tiers { grid-template-columns: 1fr; }
  .entity-badge { font-size: 9px; letter-spacing: .06em; padding: 5px 11px; bottom: 5%; }
}
