.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:linear-gradient(135deg,#ffb347,#f97316);color:#fff;font-weight:800;box-shadow:0 8px 24px rgba(249,115,22,.22)}.brand-mark.small{width:1.75rem;height:1.75rem}.search-icon{position:absolute;left:.9rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:1.2rem;line-height:1}.search-icon.big{left:1rem;font-size:1.35rem}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity 1s ease}.hero-slide.is-active{opacity:1;pointer-events:auto}.hero-control{width:2.5rem;height:2.5rem;font-size:2rem;display:flex;align-items:center;justify-content:center}.hero-dot{width:.65rem;height:.65rem;border-radius:9999px;background:rgba(255,255,255,.45);transition:all .3s ease}.hero-dot.is-active{width:2rem;background:#ffb347}.category-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.category-card,.category-overview-card{display:block;background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.category-card:hover,.category-overview-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:#ffe4b8}.category-card h3,.category-overview-card h2{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#111827;margin-bottom:.5rem}.category-card p,.category-overview-card p{color:#4b5563;font-size:.875rem;line-height:1.55;margin-bottom:1rem}.category-card span,.category-overview-card span{color:#ff9f24;font-weight:600;font-size:.875rem}.overview-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem}.category-samples{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.category-samples a{font-size:.875rem;color:#4b5563;background:#f9fafb;border-radius:9999px;padding:.3rem .7rem}.filter-panel{border:1px solid #f3f4f6}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pill{border:1px solid #e5e7eb;border-radius:9999px;padding:.45rem .9rem;color:#4b5563;background:#fff;font-weight:600;font-size:.875rem;transition:all .2s ease}.filter-pill:hover,.filter-pill.is-active{border-color:#ffb347;background:#fff7ed;color:#f58700}.rank-row{position:relative;align-items:center}.rank-num{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:9999px;background:#fff7ed;color:#f58700;font-weight:800}.breadcrumb{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.875rem;margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumb a{color:#ff9f24;font-weight:600}.player-title{position:absolute;left:1rem;right:1rem;bottom:1rem;color:#fff;font-weight:700;font-size:1rem;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.5)}.movie-card-item.hidden{display:none}.empty-state.hidden{display:none}@media (min-width:768px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.player-title{font-size:1.25rem;left:1.5rem;bottom:1.5rem}}@media (min-width:1024px){.category-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}