:root {
  --bg: #0b0910;
  --surface: #121019;
  --surface-raised: #181421;
  --surface-purple: #1d1729;
  --text: #f3f0f7;
  --muted: #a29baa;
  --faint: #706979;
  --purple: #a78bfa;
  --purple-bright: #c4b5fd;
  --purple-deep: #6d4bc3;
  --green: #73d9ac;
  --amber: #e3af72;
  --red: #ee8a9a;
  --line: rgba(213, 201, 230, .13);
  --line-strong: rgba(213, 201, 230, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(rgba(167, 139, 250, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 139, 250, .025) 1px, transparent 1px),
    var(--bg);
  background-size: 64px 64px;
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 10px; letter-spacing: .14em; }
.brand-mark {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--purple-bright);
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  font: 500 17px "Newsreader", serif;
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 11px; }
.brand small { margin-top: 4px; color: var(--faint); font-size: 7px; }
nav { display: flex; gap: 30px; color: var(--muted); font-size: 12px; font-weight: 600; }
nav a { transition: color .18s; }
nav a:hover { color: var(--text); }
.live-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font: 500 9px "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px rgba(115, 217, 172, .6); }

.hero {
  min-height: 530px;
  padding: 82px 0 66px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 72px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--purple);
  font: 500 10px "DM Mono", monospace;
  letter-spacing: .14em;
}
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { margin: 0; max-width: 730px; font-size: clamp(50px, 6.3vw, 78px); line-height: .98; }
h1 em { color: var(--purple-bright); font-weight: 500; }
.lede { max-width: 680px; margin: 26px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button {
  display: inline-flex;
  gap: 26px;
  align-items: center;
  padding: 13px 16px;
  color: var(--text);
  background: var(--purple-deep);
  border: 1px solid rgba(196, 181, 253, .28);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.button span { color: var(--purple-bright); }
.as-of { color: var(--faint); font: 400 9px "DM Mono", monospace; text-transform: uppercase; }

.next-card {
  min-height: 315px;
  padding: 25px;
  color: var(--text);
  background: var(--surface-purple);
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .24);
  position: relative;
  overflow: hidden;
}
.next-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 2px; background: linear-gradient(90deg, var(--purple), transparent 70%); }
.next-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -90px; bottom: -100px; border: 1px solid rgba(196, 181, 253, .16); border-radius: 50%; }
.next-label { display: flex; justify-content: space-between; color: var(--faint); font: 500 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.countdown { margin: 42px 0 7px; color: var(--purple-bright); font: 400 10px "DM Mono", monospace; }
.next-card h2 { margin: 0; font-size: 37px; line-height: 1; }
.ticker { display: inline-block; margin-top: 11px; padding: 3px 7px; color: var(--purple-bright); background: rgba(167, 139, 250, .1); border: 1px solid rgba(167, 139, 250, .24); border-radius: 3px; font: 500 9px "DM Mono", monospace; }
.next-date { margin-top: 38px; padding-top: 17px; border-top: 1px solid var(--line); }
.next-date strong { display: block; font-family: "Newsreader", serif; font-size: 21px; }
.next-date small { color: var(--muted); }

.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 5px; background: rgba(18, 16, 25, .72); }
.metrics article { padding: 22px 24px; border-right: 1px solid var(--line); }
.metrics article:last-child { border-right: 0; }
.metrics span { font: 500 28px "DM Mono", monospace; }
.metrics p { margin: 5px 0 0; color: var(--faint); font-size: 10px; }

.section { padding-block: 92px; }
.section-heading { margin-bottom: 36px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .method h2 { margin: 0; font-size: clamp(34px, 4.2vw, 49px); line-height: 1; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.calendar-list { border-top: 1px solid var(--line-strong); }
.calendar-row { display: grid; grid-template-columns: 105px 1.45fr 1fr 145px; gap: 24px; align-items: center; padding: 21px 10px; border-bottom: 1px solid var(--line); transition: background .18s; }
.calendar-row:hover { background: rgba(167, 139, 250, .035); }
.calendar-date strong { display: block; font: 500 20px "DM Mono", monospace; }
.calendar-date small, .meta { color: var(--faint); font: 400 9px "DM Mono", monospace; text-transform: uppercase; }
.company strong { display: block; font-size: 14px; }
.company small { color: var(--faint); font-size: 11px; }
.report-title { color: var(--muted); font-size: 12px; }
.state { justify-self: end; padding: 6px 8px; color: var(--muted); border: 1px solid var(--line); border-radius: 3px; font: 500 8px "DM Mono", monospace; text-transform: uppercase; text-align: center; }
.state.ready { color: var(--green); border-color: rgba(115, 217, 172, .3); background: rgba(115, 217, 172, .05); }
.state.due { color: var(--amber); border-color: rgba(227, 175, 114, .35); }

.research-section { padding-block: 92px; background: rgba(18, 16, 25, .88); border-block: 1px solid var(--line); }
.section-heading.light .eyebrow { color: var(--purple); }
.section-heading.light > p { color: var(--muted); }
.research-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.research-card { min-height: 340px; padding: 25px; background: var(--surface-raised); border: 1px solid var(--line); border-radius: 5px; }
.research-card.featured { grid-column: span 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 38px; color: var(--text); background: var(--surface-purple); border-color: rgba(167, 139, 250, .28); }
.research-card-head { display: flex; justify-content: space-between; gap: 20px; }
.research-card h3 { margin: 8px 0 4px; font: 500 31px "Newsreader", serif; line-height: 1; }
.research-card .badge { align-self: start; white-space: nowrap; padding: 5px 7px; color: var(--purple-bright); border: 1px solid rgba(167, 139, 250, .32); border-radius: 3px; font: 500 8px "DM Mono", monospace; text-transform: uppercase; }
.research-card .summary { margin: 20px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.research-card h4, .research-card.featured h4 { margin: 21px 0 9px; color: var(--purple); font: 500 9px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.field-list { display: grid; gap: 6px; }
.field, .featured .field { padding: 9px 0; border-top: 1px solid var(--line); }
.field strong { display: block; font-size: 12px; }
.field small { display: block; margin-top: 3px; color: var(--faint); font-size: 10px; }
.empty-card { grid-column: 1 / -1; padding: 46px; text-align: center; border: 1px dashed var(--line-strong); color: var(--muted); }

.signal-area { min-height: 150px; }
.empty-signal { padding: 34px; display: flex; align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 5px; background: var(--surface); }
.empty-signal .zero { min-width: 62px; height: 62px; display: grid; place-items: center; color: var(--purple-bright); background: rgba(167, 139, 250, .09); border: 1px solid rgba(167, 139, 250, .24); border-radius: 4px; font: 500 24px "DM Mono", monospace; }
.empty-signal h3 { margin: 0 0 5px; font: 500 21px "Newsreader", serif; }
.empty-signal p { margin: 0; color: var(--muted); font-size: 12px; }
.signal-row { display: grid; grid-template-columns: 110px 1fr 100px 120px; align-items: center; gap: 22px; padding: 19px; border-bottom: 1px solid var(--line); }
.direction { font: 600 11px "DM Mono", monospace; }
.direction.up { color: var(--green); }.direction.down { color: var(--red); }.direction.no-trade { color: var(--muted); }

.method { padding: 28px 0 96px; }
.method > div:first-child { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line-strong); padding-top: 36px; }
.method-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.method-grid b { color: var(--purple); font: 500 10px "DM Mono", monospace; }
.method-grid h3 { margin: 12px 0 7px; font: 500 20px "Newsreader", serif; }
.method-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

footer { background: #08070b; border-top: 1px solid var(--line); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { max-width: 460px; margin: 0; color: var(--faint); font-size: 9px; }
.inverse { color: var(--text); }
.skeleton { height: 80px; background: linear-gradient(90deg, rgba(167,139,250,.04), rgba(167,139,250,.12), rgba(167,139,250,.04)); background-size: 200% 100%; animation: shimmer 1.6s infinite; }
.skeleton.tall { height: 260px; }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (max-width: 820px) {
  nav { display: none; }
  .hero { padding-top: 60px; grid-template-columns: 1fr; gap: 38px; }
  .next-card { min-height: 290px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; }
  .calendar-row { grid-template-columns: 90px 1fr auto; }
  .calendar-row .report-title { display: none; }
  .research-grid { grid-template-columns: 1fr; }
  .research-card.featured { grid-column: auto; grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { padding-block: 32px; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 26px, 1120px); }
  .site-header { height: 64px; }
  .live-pill { font-size: 8px; }
  .hero { min-height: 0; padding-block: 50px; }
  h1 { font-size: 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .metrics article { padding: 18px 13px; }
  .section, .research-section { padding-block: 68px; }
  .calendar-row { grid-template-columns: 70px 1fr; gap: 14px; }
  .calendar-row .state { grid-column: 2; justify-self: start; }
  .method-grid { grid-template-columns: 1fr; }
  .empty-signal { align-items: flex-start; flex-direction: column; }
  .signal-row { grid-template-columns: 1fr 1fr; }
}
