:root{--bg:#0a0b14;--surface:#14161f;--surface-hover:#1c1e2a;--border:#262838;--fg:#e9eaf0;--muted:#9a9cab;--accent:#c8cad6}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{color:var(--fg);-webkit-font-smoothing:antialiased;background-color:#0000;background-image:radial-gradient(680px 400px at 16% -8%,#969ec40d 0%,#0000 58%),linear-gradient(#0a0b13 0%,#08090f 70%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.page{min-height:100%}.content{max-width:1100px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:62vh;padding:3rem 1rem;display:flex}.hero-title{letter-spacing:-.03em;background:linear-gradient(90deg,#7c7e8e 0%,#b6b8c4 30%,#fff 67%,#d0d2dc 100%);color:#0000;filter:drop-shadow(0 0 7px #ffffff12)drop-shadow(0 0 18px #bec6e814);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.75rem,9vw,5.5rem);font-weight:800}.hero-subtitle{color:var(--muted);margin-top:1rem;font-size:clamp(1rem,2.5vw,1.25rem)}.section-title{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:1.5rem;font-size:.8rem;font-weight:600}.grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem 1.25rem;display:grid}.card{cursor:pointer}.cover{aspect-ratio:2/3;background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:10px;justify-content:center;align-items:center;transition:background .15s,border-color .15s,transform .15s;display:flex}.card:hover .cover{background:var(--surface-hover);border-color:var(--accent);transform:translateY(-3px)}.placeholder-icon{width:30%;max-width:48px;height:auto}.card-title{margin-top:.7rem;font-size:.9rem;font-weight:600;line-height:1.3}.card-genre{color:var(--muted);margin-top:.2rem;font-size:.75rem}
