/* === BASE === */
:root {
  --bg: #0a0a0a;
  --surface: #111111;
  --surface2: #1a1a1a;
  --border: #222222;
  --green: #00ff88;
  --green-dim: #00cc6a;
  --text: #f0f0f0;
  --text-muted: #888888;
  --red: #ff4466;
  --amber: #ffaa00;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* === NAV === */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 16px; }
.nav-logo {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--green);
  letter-spacing: -0.5px;
}
.nav-logo-link { display: flex; align-items: center; }
.nav-logo-img { height: 38px; width: auto; display: block; }
.nav-tag {
  font-size: 12px;
  color: var(--text-muted);
  background: var(--surface2);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}

/* === HERO === */
.hero { padding: 80px 40px 60px; }
.hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { font-size: 13px; color: var(--green); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.hero-headline {
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: var(--text);
  margin-bottom: 20px;
}
.hero-sub { color: var(--text-muted); font-size: 17px; line-height: 1.7; max-width: 460px; }

/* === WIDGET CARD === */
.hero-widget { }
.widget-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 0 60px rgba(0,255,136,0.06);
}
.widget-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.widget-label { font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }
.widget-tag { font-size: 11px; color: var(--green); background: rgba(0,255,136,0.1); padding: 3px 8px; border-radius: 8px; }
.widget-pick { padding: 14px 0; border-top: 1px solid var(--border); }
.widget-pick:first-of-type { border-top: none; padding-top: 0; }
.pick-main { display: flex; justify-content: space-between; margin-bottom: 6px; }
.pick-team { font-weight: 600; font-size: 15px; color: var(--text); }
.pick-units { font-size: 13px; color: var(--green); font-weight: 600; }
.pick-meta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.pick-sport, .pick-market, .pick-odds { font-size: 12px; color: var(--text-muted); }
.pick-conf { font-size: 11px; padding: 2px 8px; border-radius: 6px; font-weight: 600; }
.conf-high { background: rgba(0,255,136,0.15); color: var(--green); }
.conf-med { background: rgba(255,170,0,0.15); color: var(--amber); }

/* === STATS ROW === */
.statsrow { padding: 40px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); }
.stats-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.stat { text-align: center; }
.stat-val { font-family: 'Syne', sans-serif; font-size: 36px; font-weight: 800; color: var(--green); display: block; }
.stat-label { font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.stat-div { width: 1px; height: 40px; background: var(--border); flex-shrink: 0; }

/* === DEMO === */
.demo { padding: 80px 40px; }
.demo-inner { max-width: 1200px; margin: 0 auto; }
.demo-label { font-size: 12px; color: var(--green); text-transform: uppercase; letter-spacing: 2px; font-weight: 600; margin-bottom: 12px; }
.demo-title { font-family: 'Syne', sans-serif; font-size: clamp(24px, 3vw, 38px); font-weight: 700; letter-spacing: -1px; margin-bottom: 40px; }
.demo-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: start; }
.input-label { font-size: 12px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; margin-bottom: 12px; }
.raw-text {
  width: 100%; background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
  padding: 20px; color: var(--text-muted); font-size: 14px; font-family: 'DM Mono', monospace; line-height: 2; height: 280px; resize: none; outline: none;
}
.demo-arrow { display: flex; align-items: center; padding-top: 80px; }
.parsed-cards { display: flex; flex-direction: column; gap: 10px; }
.p-card { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px; border-left: 3px solid var(--border); }
.p-card-win { border-left-color: var(--green); }
.p-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.p-card-team { font-size: 14px; font-weight: 600; }
.p-card-conf { font-size: 10px; padding: 2px 7px; border-radius: 5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.p-high { background: rgba(0,255,136,0.15); color: var(--green); }
.p-med { background: rgba(255,170,0,0.15); color: var(--amber); }
.p-card-mid { font-size: 12px; color: var(--text-muted); margin-bottom: 6px; }
.p-card-bot { font-size: 12px; color: var(--text-muted); }

/* === HOW IT WORKS === */
.hiw { padding: 80px 40px; background: var(--surface); }
.hiw-inner { max-width: 1200px; margin: 0 auto; }
.hiw-title { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -1px; margin-bottom: 60px; }
.hiw-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step-num { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; color: rgba(0,255,136,0.15); display: block; margin-bottom: 16px; }
.step-title { font-family: 'Syne', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.step-desc { color: var(--text-muted); font-size: 15px; line-height: 1.7; }

/* === LEADERBOARD === */
.leaderboard { padding: 80px 40px; }
.lb-inner { max-width: 1200px; margin: 0 auto; }
.lb-header { margin-bottom: 40px; }
.lb-title { font-family: 'Syne', sans-serif; font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -1px; margin-bottom: 8px; }
.lb-sub { color: var(--text-muted); font-size: 16px; }
.lb-table { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.lb-head, .lb-row { display: grid; grid-template-columns: 60px 1fr 100px 100px 100px 80px; padding: 16px 24px; align-items: center; }
.lb-head { background: var(--surface2); font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px solid var(--border); }
.lb-row { border-top: 1px solid var(--border); }
.lb-row:first-of-type { border-top: none; }
.lb-rank { font-family: 'Syne', sans-serif; font-weight: 800; font-size: 20px; color: var(--text-muted); }
.lb-top .lb-rank { color: var(--green); }
.lb-name { font-weight: 600; font-size: 15px; }
.lb-pct, .lb-roi, .lb-u, .lb-form { font-size: 14px; }
.green { color: var(--green); }
.red { color: var(--red); }

/* === MANIFESTO === */
.manifesto { padding: 80px 40px; background: var(--surface); }
.man-inner { max-width: 760px; margin: 0 auto; }
.man-quote { font-family: 'Syne', sans-serif; font-size: clamp(20px, 2.5vw, 28px); font-weight: 700; line-height: 1.5; letter-spacing: -0.5px; color: var(--text); margin-bottom: 32px; border-left: 3px solid var(--green); padding-left: 24px; }
.man-body { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }

/* === FOOTER === */
.footer { padding: 60px 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.footer-logo-img { height: 32px; width: auto; display: block; }
.footer-tag { color: var(--text-muted); font-size: 14px; }
.footer-disclaimer { border-top: 1px solid var(--border); padding-top: 24px; }
.footer-disclaimer p { font-size: 12px; color: #444444; line-height: 1.6; }

/* === NAV DEMO BUTTON === */
.nav-demo-btn {
  margin-left: auto;
  font-size: 12px;
  font-weight: 600;
  color: var(--green);
  background: rgba(0,255,136,0.08);
  border: 1px solid rgba(0,255,136,0.2);
  padding: 6px 14px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
  letter-spacing: 0.3px;
}
.nav-demo-btn:hover {
  background: rgba(0,255,136,0.15);
  border-color: rgba(0,255,136,0.4);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-widget { order: -1; }
  .stats-inner { flex-wrap: wrap; justify-content: center; gap: 24px; }
  .stat-div { display: none; }
  .demo-grid { grid-template-columns: 1fr; }
  .demo-arrow { display: none; }
  .hiw-steps { grid-template-columns: 1fr; }
  .lb-head, .lb-row { grid-template-columns: 40px 1fr 80px 80px; }
  .lb-head span:nth-child(5), .lb-row span:nth-child(5),
  .lb-head span:nth-child(6), .lb-row span:nth-child(6) { display: none; }
  .nav { padding: 16px 20px; }
  .hero, .statsrow, .demo, .hiw, .leaderboard, .manifesto, .footer { padding-left: 20px; padding-right: 20px; }
}