:root{--bg: #0b0b10;--surface: #16161f;--surface-2: #1f1f2c;--text: #f2f2f5;--muted: #9b9bab;--accent: #ffb020;--border: #26263a;--radius: 12px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}.app{max-width:1200px;margin:0 auto;padding:1rem}.hero{padding:1.5rem .25rem 1rem}.hero h1{margin:0;font-size:clamp(1.75rem,6vw,2.5rem);letter-spacing:-.02em}.hero p{margin:.25rem 0 0;color:var(--muted)}.section{margin-top:2rem}.section-header{margin-bottom:.75rem}.section-header h2{margin:0;font-size:clamp(1.15rem,4vw,1.4rem)}.subtitle{margin:.15rem 0 0;color:var(--muted);font-size:.9rem}.grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 600px){.grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (min-width: 900px){.grid{gap:1.25rem}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:row}@media (min-width: 600px){.card{flex-direction:column}}.poster{position:relative;background:var(--surface-2);flex:0 0 120px;aspect-ratio:2 / 3}@media (min-width: 600px){.poster{flex:none;width:100%}}.poster-link{display:block;width:100%;height:100%}.poster img{width:100%;height:100%;object-fit:cover;display:block}.poster-fallback{display:flex;align-items:center;justify-content:center;height:100%;font-size:2rem;color:var(--muted)}.rating{position:absolute;top:.5rem;left:.5rem;background:#000000b3;color:var(--accent);padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.card-body{padding:.75rem .9rem;flex:1;min-width:0}.title{margin:0 0 .25rem;font-size:1rem;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.date{margin:0 0 .4rem;color:var(--accent);font-size:.85rem;font-weight:500;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.countdown{background:var(--surface-2);color:var(--text);padding:.1rem .45rem;border-radius:999px;font-size:.7rem;font-weight:600;border:1px solid var(--border)}.credit{margin:0 0 .2rem;color:var(--muted);font-size:.85rem;line-height:1.35}.credit-label{color:var(--text);font-weight:500}.credit a{color:var(--accent);text-decoration:none}.credit a:hover,.credit a:focus-visible{text-decoration:underline}.notice{padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--muted);text-align:center}.notice.error{color:#ffb4b4}.notice code{background:var(--surface-2);padding:.1rem .35rem;border-radius:6px;color:var(--text)}.empty{color:var(--muted);padding:.5rem 0}.footer{margin-top:3rem;padding:1.5rem .25rem;color:var(--muted);font-size:.8rem;text-align:center;border-top:1px solid var(--border)}
