:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#14151a;--fg:#e8e8ec;--muted:#9a9ba5;--card-bg:#1e1f26;--card-border:#2c2d36;--accent:#7c9bff;font-family:system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);min-height:100vh;margin:0}#app{max-width:880px;margin:0 auto;padding:3rem 1.5rem 4rem}header{text-align:center;margin-bottom:3rem}h1{margin:0 0 .5rem;font-size:2.25rem}header .tagline{color:var(--muted);margin:0}a{color:inherit}.grid{flex-direction:column;gap:2rem;display:flex}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;transition:border-color .15s;overflow:hidden}.card:hover{border-color:var(--accent)}.card--wip{opacity:.8}.card__shot{line-height:0;display:block}.card__shot img{aspect-ratio:1280/900;object-fit:cover;width:100%;height:auto;display:block}.card__body{padding:1.5rem}.card__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.card__header h2{margin:0;font-size:1.4rem}.card__header h2 a{text-decoration:none}.card__header h2 a:hover{color:var(--accent)}.card .tagline{color:var(--muted);margin:.4rem 0 0;font-size:.95rem}.card .description{margin:.9rem 0 0;font-size:.95rem;line-height:1.55}.highlights{color:var(--muted);margin:1rem 0 0;padding-left:1.1rem;font-size:.88rem;line-height:1.6}.tags{flex-wrap:wrap;gap:.4rem;margin-top:1.1rem;display:flex}.tag{color:var(--accent);background:#7c9bff1a;border-radius:999px;padding:.2rem .55rem;font-size:.72rem}.play{color:var(--accent);margin-top:1.2rem;font-weight:600;text-decoration:none;display:inline-block}.play:hover{text-decoration:underline}.badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.15rem .5rem;font-size:.7rem}.badge--live{color:var(--accent);background:#7c9bff26}.badge--wip{color:var(--muted);background:#9a9ba526}
