/* Magnetic 30-day swipe files. Tokens from ~/magnetic-v2. Dark only. */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/inter-500.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/inter-600.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/inter-700.woff2') format('woff2'); }

:root {
  --tint: 255, 255, 255;
  --bg: #08090C; --bg-raise: #0C0D11; --panel: #101116; --panel-2: #15161C;
  --line: rgba(var(--tint),.07); --line-strong: rgba(var(--tint),.12);
  --ink: #FFFFFF; --ink-soft: #D3D7DE; --dim: #A5A8B0; --faint: #868B96;
  --accent: #2F6BFF; --accent-lite: #6FA6FF;
  --r-lg: 28px; --r-md: 20px; --r-sm: 14px; --maxw: 980px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  background: var(--bg); color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500; font-size: 16px; line-height: 1.5; letter-spacing: -0.011em;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }
::selection { background: rgba(47,107,255,.4); }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

h1 { font-size: clamp(38px, 6.4vw, 60px); font-weight: 700; letter-spacing: -0.042em; line-height: 1.05; }
h2 { font-size: clamp(26px, 4vw, 38px); font-weight: 700; letter-spacing: -0.038em; line-height: 1.1; }
.hl { color: var(--accent-lite); }
.lede { font-size: clamp(16px, 1.4vw, 18px); color: var(--dim); line-height: 1.55; letter-spacing: -0.014em; }
.eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--faint); }
.eyebrow.blue { color: var(--accent-lite); }

/* nav */
.nav { position: sticky; top: 0; z-index: 40; background: rgba(8,9,12,.86); backdrop-filter: blur(18px) saturate(140%); border-bottom: 1px solid var(--line); }
@media (prefers-reduced-transparency: reduce) { .nav { background: var(--bg-raise); backdrop-filter: none; } }
.nav-in { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand b { font-size: 17px; font-weight: 700; letter-spacing: -0.03em; }
.mark {
  width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 120% at 30% 20%, #7FB2FF 0%, #2F6BFF 55%, #143A9E 100%);
  box-shadow: 0 4px 14px rgba(47,107,255,.5), inset 0 1px 0 rgba(255,255,255,.4);
}
.mark svg { width: 15px; height: 15px; }
.nav-cta { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--dim); transition: color .15s ease; }
.nav-cta:hover { color: var(--ink); }

/* hero */
.hero { padding: 84px 0 30px; }
.hero h1 { margin: 14px 0 16px; }
.hero .lede { max-width: 560px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 22px; font-size: 13px; font-weight: 600; color: var(--faint); }
.hero-meta span::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent-lite); margin-right: 8px; vertical-align: 2px; }

/* days */
.days { padding: 34px 0 10px; }
.day { padding: 22px 24px; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--panel); margin-bottom: 12px; }
.day-top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
.day-n { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent-lite); }
.day-cat { font-size: 12px; font-weight: 600; color: var(--faint); border: 1px solid var(--line-strong); border-radius: 999px; padding: 3px 10px; }
.day-hook { font-size: clamp(18px, 2.4vw, 22px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.25; }
.day-film { margin-top: 10px; font-size: 15px; color: var(--ink-soft); line-height: 1.55; }
.day-film b { color: var(--dim); font-weight: 600; }
.day-why { margin-top: 6px; font-size: 14px; color: var(--faint); line-height: 1.5; }

/* gate */
.gate { padding: 40px 0; }
.gate-card { padding: 34px 28px; border-radius: var(--r-md); background: linear-gradient(180deg, rgba(47,107,255,.12), rgba(47,107,255,.03)); border: 1px solid rgba(47,107,255,.25); }
.gate-card h2 { margin: 10px 0 10px; }
.gate-card .lede { max-width: 520px; }
.gate-form { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.txt {
  flex: 1 1 240px; min-height: 54px; padding: 14px 17px; border-radius: 13px;
  background: rgba(8,9,12,.6); border: 1px solid var(--line-strong);
  color: var(--ink); font: inherit; font-size: 16px;
}
.txt:focus { outline: none; border-color: var(--accent); }
.txt::placeholder { color: var(--faint); }
.gate-done { margin-top: 16px; font-size: 15px; color: #8FE0AE; }
.gate-done a { text-decoration: underline; }
.gate-note { margin-top: 12px; font-size: 12.5px; color: var(--faint); }
.gate-err { margin-top: 12px; font-size: 13.5px; color: #FFA9A9; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; font-size: 16px; font-weight: 700; letter-spacing: -0.02em;
  padding: 14px 30px; border-radius: 999px; position: relative; isolation: isolate;
  transition: transform .18s ease, filter .18s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.07); }
.btn-blue {
  color: #fff;
  background: linear-gradient(180deg, #7FB2FF 0%, #4285F8 46%, #2F6BFF 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), inset 0 -2px 6px rgba(15,50,140,.5), 0 6px 18px rgba(47,107,255,.42);
}
.btn-blue::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  background-image: radial-gradient(rgba(255,255,255,.55) .6px, transparent .7px);
  background-size: 7px 7px; opacity: .35; mix-blend-mode: overlay;
}

/* cta band */
.cta { padding: 44px 0; }
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 26px; padding-top: 34px; padding-bottom: 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.cta-in .lede { max-width: 480px; margin-top: 8px; }

/* other trades + index grid */
.more { padding: 10px 0 70px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip { padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--panel); font-size: 14px; font-weight: 600; color: var(--ink-soft); transition: border-color .15s ease, background .15s ease; }
.chip:hover { border-color: var(--accent); background: rgba(47,107,255,.1); }

.grid-sec { padding: 30px 0 30px; }
.trade-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 12px; }
.trade-card { padding: 24px; border-radius: var(--r-sm); border: 1px solid var(--line); background: var(--panel); transition: border-color .15s ease, transform .15s ease; }
.trade-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.trade-card h3 { font-size: 20px; font-weight: 700; letter-spacing: -0.03em; }
.trade-card p { margin-top: 6px; font-size: 14px; color: var(--faint); }
.trade-card .go { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 700; color: var(--accent-lite); }

/* footer */
.foot { border-top: 1px solid var(--line); padding: 36px 0 60px; margin-top: 30px; }
.foot-in p { margin-top: 14px; font-size: 14px; color: var(--faint); max-width: 420px; line-height: 1.55; }

@media (max-width: 640px) {
  .hero { padding-top: 56px; }
  .cta-in .btn { width: 100%; }
  .gate-form .btn { width: 100%; }
}
