:root{--color-brand:#f5c518;--color-brand-muted:#ecd168;--color-accent:#00539c;--color-canvas:#000;--color-ink:#121212;--color-surface:#2f2d2d;--color-backdrop:#1f1f1f;--color-text:#d3d3d3;--color-text-muted:#a9a9a9;--color-text-placeholder:gray;--color-text-on-brand:#121212;--color-link:#5799ef;--color-error:#cd5c5c;--color-success:green;--transition:.3s}.title-tile{color:var(--color-text);transition-duration:var(--transition);flex-direction:column;gap:.5rem;display:flex}.title-tile:hover .title-tile-title{text-decoration:underline}.title-tile:hover .title-tile-poster{border-bottom:1px solid var(--color-brand)}.title-tile-poster{aspect-ratio:2/3;object-fit:cover;background-color:var(--color-surface);width:100%;transition-duration:var(--transition);border-bottom:1px solid #0000;border-radius:6px}.title-tile-placeholder{background-image:repeating-linear-gradient(45deg, var(--color-surface), var(--color-surface) 10px, var(--color-ink) 10px, var(--color-ink) 20px)}.title-tile-title{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;display:-webkit-box;overflow:hidden}.title-tile-meta{color:var(--color-text-muted);gap:.5rem;font-size:.9rem;display:flex}
:root{--color-brand:#f5c518;--color-brand-muted:#ecd168;--color-accent:#00539c;--color-canvas:#000;--color-ink:#121212;--color-surface:#2f2d2d;--color-backdrop:#1f1f1f;--color-text:#d3d3d3;--color-text-muted:#a9a9a9;--color-text-placeholder:gray;--color-text-on-brand:#121212;--color-link:#5799ef;--color-error:#cd5c5c;--color-success:green;--transition:.3s}.search-results-sentinel{color:var(--color-text-muted);justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;display:flex}
:root{--color-brand:#f5c518;--color-brand-muted:#ecd168;--color-accent:#00539c;--color-canvas:#000;--color-ink:#121212;--color-surface:#2f2d2d;--color-backdrop:#1f1f1f;--color-text:#d3d3d3;--color-text-muted:#a9a9a9;--color-text-placeholder:gray;--color-text-on-brand:#121212;--color-link:#5799ef;--color-error:#cd5c5c;--color-success:green;--transition:.3s}.carousel{margin-bottom:2rem}.carousel-title{color:var(--color-brand);margin:0 0 .75rem;font-size:1.25rem}.carousel-track{scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.carousel-item{scroll-snap-align:start;flex:0 0 160px}.carousel-skeleton{background:linear-gradient(90deg, var(--color-ink) 25%, var(--color-surface) 50%, var(--color-ink) 75%);background-size:400% 100%;border-radius:8px;height:300px;margin-bottom:2rem;animation:1.4s ease-in-out infinite carousel-shimmer}@keyframes carousel-shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.carousel-skeleton{animation:none}}
:root{--color-brand:#f5c518;--color-brand-muted:#ecd168;--color-accent:#00539c;--color-canvas:#000;--color-ink:#121212;--color-surface:#2f2d2d;--color-backdrop:#1f1f1f;--color-text:#d3d3d3;--color-text-muted:#a9a9a9;--color-text-placeholder:gray;--color-text-on-brand:#121212;--color-link:#5799ef;--color-error:#cd5c5c;--color-success:green;--transition:.3s}.title-card-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:3rem;display:grid}
