/* Heuristic research notes: mobile-first, readable, fast. */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #0C0E13; --panel: #12151d; --text: #F2F2F0; --muted: #9aa0aa;
  --amber: #E6A93C; --line: rgba(230,169,60,0.25);
}
body { font-family: 'Montserrat', system-ui, sans-serif; background: var(--bg); color: var(--text); line-height: 1.75; }
a { color: var(--amber); }
.wrap { max-width: 740px; margin: 0 auto; padding: 1.25rem 1.25rem 4rem; }
header.site { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0 1.4rem; }
header.site .logo { display: flex; align-items: center; gap: 0.55rem; font-weight: 800; font-size: 1.15rem; color: var(--text); text-decoration: none; }
header.site .logo .bolt { width: 1.55rem; height: 1.55rem; border-radius: 50%; border: 2px solid var(--amber); display: flex; align-items: center; justify-content: center; background: #0A0C10; }
header.site .logo .bolt svg { width: 0.75rem; height: 0.75rem; fill: var(--amber); }
header.site .yt { font-size: 0.8rem; font-weight: 700; color: #0A0C10; background: var(--amber); padding: 0.45rem 0.9rem; border-radius: 0.45rem; text-decoration: none; white-space: nowrap; }
.kicker { color: var(--amber); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.6rem; }
h1 { font-size: clamp(1.6rem, 6vw, 2.4rem); font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.lead { font-size: 1.08rem; font-weight: 500; color: #e4e6ea; margin-bottom: 1.2rem; }
.tldr { background: var(--panel); border: 1px solid var(--line); border-left: 4px solid var(--amber); border-radius: 0.6rem; padding: 1rem 1.2rem; margin: 1.4rem 0; font-size: 0.95rem; }
.tldr strong { color: var(--amber); }
h2 { font-size: 1.3rem; font-weight: 800; margin: 2.2rem 0 0.7rem; line-height: 1.3; }
p { margin-bottom: 1rem; }
.stat { background: var(--panel); border-radius: 0.6rem; padding: 1.1rem 1.2rem; margin: 1.3rem 0; display: flex; gap: 1.4rem; justify-content: center; text-align: center; flex-wrap: wrap; }
.stat div .n { font-size: 1.9rem; font-weight: 800; color: var(--amber); }
.stat div .l { font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; }
.video { position: relative; padding-top: 56.25%; border-radius: 0.7rem; overflow: hidden; margin: 1.6rem 0; background: #000; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.premiere { background: var(--panel); border: 1px solid var(--line); border-radius: 0.7rem; padding: 1.4rem; text-align: center; margin: 1.6rem 0; }
.premiere .when { font-size: 1.15rem; font-weight: 800; color: var(--amber); }
.cta { display: inline-block; background: var(--amber); color: #0A0C10; font-weight: 700; border-radius: 0.5rem; padding: 0.8rem 1.6rem; text-decoration: none; margin-top: 0.8rem; }
.sources { background: var(--panel); border-radius: 0.7rem; padding: 1.2rem 1.4rem; margin: 2rem 0; font-size: 0.85rem; }
.sources h2 { margin-top: 0.2rem; font-size: 1.05rem; }
.sources ol { margin-left: 1.1rem; }
.sources li { margin-bottom: 0.5rem; }
footer.site { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 2.5rem; padding-top: 1.4rem; font-size: 0.85rem; color: var(--muted); }
footer.site a { text-decoration: none; }
footer.site .row { display: flex; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 0.8rem; }
