.home-nav{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 1rem;z-index:10}.home-nav__menu{display:flex;flex-direction:column;gap:1.5rem;align-items:center;padding:1.5rem .5rem;border-radius:999px;background:rgba(80,80,82,.2);border:1px solid rgba(148,163,184,.15);box-shadow:0 20px 50px rgba(0,0,0,.4)}.home-nav__button{width:4.5rem;height:4.5rem;padding:0;border-radius:999px;background-color:transparent;border:1px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,transform .2s ease-in-out;display:flex;align-items:center;justify-content:center;color:rgba(226,232,240,.75)}.home-nav__button:hover,.home-nav__button:focus-visible{outline:none;color:#e2e8f0;background:rgba(103,80,164,.15);box-shadow:var(--focus-ring-shadow)}.home-nav__button--active{background:linear-gradient(135deg,#38bdf8,#6366f1);box-shadow:0 12px 30px rgba(99,102,241,.35);transform:scale(1.05);color:#020617!important}.home-nav__button--active svg{color:#020617!important}.home-nav__button svg{transition:color .2s ease-in-out}.home-nav__button.is-focused{background:rgba(103,80,164,.14);color:#e2e8f0;border-color:rgba(255,255,255,.7);box-shadow:var(--focus-ring-shadow);transform:scale(var(--focus-scale-sm))}.home-nav__button.is-focused.home-nav__button--active{transform:scale(var(--focus-scale-md))}html.web-app-compact .home-nav{padding:0 .75rem}html.web-app-compact .home-nav__menu{gap:1.2rem;padding:1.2rem .4rem}html.web-app-compact .home-nav__button{width:4rem;height:4rem}.hero-cards-container{width:100%}.hero-cards-row{display:flex;flex-direction:row;height:800px;gap:0}.hero-card-wrapper{height:100%;transition:flex .3s ease-in-out}.hero-card{flex:1;overflow:hidden;background-color:rgba(17,24,39,.95);position:relative;display:block;width:100%;height:100%;padding:0;border:none}.hero-card--skeleton{background-color:rgba(15,23,42,.9);pointer-events:none}.hero-card-skeleton-image{opacity:.6}.hero-card-skeleton-line{width:55%;height:22px;border-radius:999px}.hero-card-skeleton-line--wide{width:80%;height:30px}.hero-card-skeleton-line--short{width:40%;height:18px}.hero-card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero-card-fallback{display:flex;align-items:center;justify-content:center;background-color:rgba(15,23,42,.95)}.fallback-emoji{font-size:48px;opacity:.3}.hero-card-gradient{position:absolute;top:0;left:0;right:0;bottom:0}.hero-card-wrapper.expanded .hero-card-gradient{background:linear-gradient(to bottom,transparent 0%,transparent 30%,rgba(17,24,39,.4) 50%,rgba(17,24,39,.8) 70%,rgba(17,24,39,.95) 100%)}.hero-card-wrapper:not(.expanded) .hero-card-gradient{background:linear-gradient(to bottom,transparent 0%,rgba(17,24,39,.6) 60%,rgba(17,24,39,.95) 100%)}.hero-card-content{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.hero-card-content.expanded{padding:24px}.hero-card-content.collapsed{padding:16px}.badge-row{display:flex;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.type-badge{padding:4px 10px;border-radius:6px;border:1px solid}.type-badge.movie{background-color:rgba(59,130,246,.15);border-color:rgba(59,130,246,.4)}.type-badge.series{background-color:rgba(139,92,246,.15);border-color:rgba(139,92,246,.4)}.type-badge.live{background-color:rgba(239,68,68,.15);border-color:rgba(239,68,68,.4)}.type-badge span{color:#fff;font-size:16px;line-height:1.4;font-weight:800;letter-spacing:1px}.rating-badge{padding:4px 10px;border-radius:6px;background-color:rgba(251,191,36,.2);border:1px solid rgba(251,191,36,.5)}.rating-badge span{color:#fbbf24;font-size:16px;line-height:1.4;font-weight:700}.title{color:#fff;font-weight:900;text-shadow:0 2px 4px rgba(0,0,0,.8);margin:0}.hero-card-content.expanded .title{font-size:44px;line-height:1.3}.hero-card-content.collapsed .title{font-size:24px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.info-row{display:flex;flex-direction:row;align-items:center;gap:8px}.info-row span{color:rgba(229,231,235,.9);font-size:20px;line-height:1;font-weight:600}.info-dot{color:rgba(229,231,235,.6)}.description{color:rgba(229,231,235,.85);font-size:20px;line-height:1.4;text-align:left;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.action-button-container{margin-top:12px;align-self:flex-start;border-radius:12px;overflow:hidden;position:relative}.action-button-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#6366f1,#ef4444)}.action-button-content{padding:14px 28px;position:relative}.action-button-content span{color:#fff;font-size:22px;line-height:1;font-weight:700;letter-spacing:.5px;text-align:center}html.web-app-compact .hero-cards-row{height:700px}html.web-app-compact .hero-card-content.expanded{padding:20px}html.web-app-compact .hero-card-content.collapsed{padding:14px}html.web-app-compact .hero-card-content.expanded .title{font-size:38px}html.web-app-compact .hero-card-content.collapsed .title{font-size:21px}html.web-app-compact .info-row span,html.web-app-compact .description{font-size:18px}html.web-app-compact .action-button-content{padding:12px 24px}html.web-app-compact .action-button-content span{font-size:20px}.epg-page{display:flex;flex-direction:column;height:100%;background-color:var(--background, #0f172a);overflow:hidden;min-height:0}.epg-page--needs-url{align-items:center;justify-content:center;padding:40px}.epg-missing-url-card{max-width:520px;width:100%;background:rgba(30,41,59,.85);border-radius:16px;padding:32px;border:1px solid rgba(99,102,241,.2)}.epg-missing-url-card__title{color:#f1f5f9;font-size:24px;font-weight:700;margin:0 0 12px}.epg-missing-url-card__description{color:#94a3b8;font-size:14px;margin:0 0 20px;line-height:1.5}.epg-missing-url-card__input{width:100%;min-height:48px;border-radius:10px;padding:0 16px;background:rgba(0,0,0,.2);color:#f1f5f9;border:1px solid rgba(148,163,184,.3);font-size:14px}.epg-missing-url-card__input.is-focused{border-color:#6366f1;outline:none}.epg-missing-url-card__error{color:#ef4444;font-size:13px;margin:8px 0 0}.epg-missing-url-card__actions{display:flex;gap:12px;margin-top:20px}.epg-missing-url-card__button{flex:1;display:flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;color:#f1f5f9;border:none;cursor:pointer;transition:all .15s ease}.epg-missing-url-card__button--primary{background:#6366f1}.epg-missing-url-card__button.is-focused{transform:scale(1.02);box-shadow:0 0 0 3px rgba(99,102,241,.5)}.epg-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:rgba(30,41,59,.9);border-bottom:1px solid rgba(99,102,241,.3);flex-shrink:0}.epg-header__title{color:#f1f5f9;font-size:22px;font-weight:700;margin:0}.epg-header__nav{display:flex;align-items:center;gap:16px}.epg-header__nav-button{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;background:rgba(51,65,85,.7);color:#f1f5f9;border:1px solid rgba(99,102,241,.25);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease}.epg-header__nav-button.is-focused,.epg-header__nav-button.spottable-focus,.epg-header__nav-button[data-focused=true],.epg-header__nav-button:focus{background:rgba(99,102,241,.35);border-color:var(--focus-ring-inner);color:#fff;transform:scale(var(--focus-scale-sm));box-shadow:var(--focus-ring-shadow)}.epg-header__time-info{color:#94a3b8;font-size:14px;min-width:120px;text-align:center}.epg-loading-overlay,.epg-error-overlay{position:absolute;top:80px;left:0;right:0;padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:10px;z-index:100;font-size:13px;color:#fff}.epg-loading-overlay{background:rgba(99,102,241,.85)}.epg-error-overlay{background:rgba(239,68,68,.85)}.epg-grid-container{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.epg-current-time-full{position:absolute;top:0;bottom:0;width:2px;background:#ef4444;z-index:95;pointer-events:none;box-shadow:0 0 8px rgba(239,68,68,.5)}.epg-current-time-full:before{content:"";position:absolute;top:4px;left:50%;width:10px;height:10px;border-radius:50%;background:#ef4444;transform:translate(-50%)}.epg-time-header{display:flex;height:50px;background:rgba(30,41,59,.95);border-bottom:1px solid rgba(99,102,241,.2);flex-shrink:0}.epg-time-header__date{display:flex;align-items:center;justify-content:center;background:rgba(51,65,85,.8);border-right:1px solid rgba(255,255,255,.1);color:#f1f5f9;font-size:13px;font-weight:600;flex-shrink:0}.epg-time-header__timeline-container{flex:1;overflow:hidden;position:relative}.epg-time-header__timeline{height:100%;position:relative}.epg-time-header__slot{position:absolute;top:0;bottom:0;padding-left:10px;display:flex;align-items:center;border-left:1px solid rgba(255,255,255,.1)}.epg-time-header__label{color:#94a3b8;font-size:13px;font-weight:500}.epg-time-header__tick{position:absolute;bottom:0;left:0;width:1px;height:8px;background:rgba(255,255,255,.2)}.epg-grid-body{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;min-height:0}.epg-grid-body::-webkit-scrollbar{width:8px}.epg-grid-body::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.epg-grid-body::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5);border-radius:4px}.epg-grid-content{display:flex;flex-direction:column}.epg-grid-row{display:flex;border-bottom:1px solid rgba(255,255,255,.05)}.epg-channel-cell{flex-shrink:0;background:rgba(51,65,85,.6);border-right:1px solid rgba(255,255,255,.1)}.epg-program-cell-container{flex:1;overflow-x:auto;overflow-y:hidden}.epg-program-cell-container::-webkit-scrollbar{height:6px}.epg-program-cell-container::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.epg-program-cell-container::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5);border-radius:3px}.epg-loading-more{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;color:#94a3b8;font-size:13px}.epg-end-of-list{display:flex;align-items:center;justify-content:center;padding:16px;color:#64748b;font-size:12px;font-style:italic}.epg-channel-row{display:flex;align-items:center;padding:8px 12px;border:none;background:transparent;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.epg-channel-row.is-focused{background:rgba(99,102,241,.2)}.epg-channel-row__content{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:rgba(30,41,59,.9);border-radius:10px;border:1px solid rgba(148,163,184,.18);border-bottom-color:rgba(255,255,255,.06);transition:all .15s ease}.epg-channel-row.is-focused .epg-channel-row__content,.epg-channel-row.spottable-focus .epg-channel-row__content,.epg-channel-row[data-focused=true] .epg-channel-row__content,.epg-channel-row:focus .epg-channel-row__content{background:rgba(99,102,241,.24);border-color:var(--focus-ring-inner);box-shadow:var(--focus-ring-shadow),0 6px 14px rgba(30,41,59,.45)}.epg-channel-row__logo{width:48px;height:48px;border-radius:6px;object-fit:contain;background:rgba(0,0,0,.2)}.epg-channel-row__logo-placeholder{width:48px;height:48px;border-radius:6px;background:rgba(99,102,241,.3);display:flex;align-items:center;justify-content:center;color:#f1f5f9;font-size:20px;font-weight:700}.epg-channel-row__name{flex:1;color:#f1f5f9;font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.epg-program-grid{flex:1;overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;min-height:0}.epg-program-grid::-webkit-scrollbar{height:8px;width:8px}.epg-program-grid::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.epg-program-grid::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5);border-radius:4px}.epg-program-grid__inner{min-height:100%}.epg-program-grid__end{display:flex;align-items:center;justify-content:center;padding:16px;color:#64748b;font-size:12px;font-style:italic}.epg-program-row{position:relative;display:flex;border-bottom:1px solid rgba(255,255,255,.05)}.epg-program-row--loading{display:flex;align-items:center;padding:0 12px;gap:12px}.epg-program-row__loading-cell{width:25%;height:calc(100% - 20px);background:rgba(51,65,85,.4);border-radius:8px;animation:epg-pulse 1.5s ease-in-out infinite}.epg-program-row__loading-cell--short{width:35%}@keyframes epg-pulse{0%,to{opacity:.4}50%{opacity:.7}}.epg-program-row--empty{display:flex;align-items:center;padding-left:16px}.epg-program-row__no-info{color:#64748b;font-size:12px;font-style:italic}.epg-program-row__cell-wrapper{position:absolute;top:0;bottom:0;display:flex;align-items:center;padding:4px 2px}.epg-program-cell{height:calc(100% - 8px);display:flex;flex-direction:column;justify-content:center;padding:8px 12px;background:rgba(51,65,85,.7);border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:all .15s ease;overflow:hidden;text-align:left}.epg-program-cell.is-focused{background:rgba(99,102,241,.3);border-color:#6366f1;transform:scale(1.02);z-index:10}.epg-program-cell.spottable-focus,.epg-program-cell[data-focused=true],.epg-program-cell:focus{background:rgba(99,102,241,.35);border-color:var(--focus-ring-inner);transform:scale(var(--focus-scale-sm));z-index:12;box-shadow:var(--focus-ring-shadow),0 8px 18px rgba(15,23,42,.55)}.epg-program-cell--playing{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.3)}.epg-program-cell--playing.is-focused{background:rgba(34,197,94,.3);border-color:#22c55e}.epg-program-cell__content{display:flex;flex-direction:column;gap:4px;overflow:hidden}.epg-program-cell__title{color:#f1f5f9;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.epg-program-cell__time{display:flex;align-items:center;gap:4px;color:#94a3b8;font-size:11px}.epg-program-cell__progress{height:3px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;margin-top:4px}.epg-program-cell__progress-bar{height:100%;background:#22c55e;border-radius:2px;transition:width .3s ease}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e2e8f0;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.15),transparent 40%),radial-gradient(circle at 80% 0%,rgba(244,114,182,.12),transparent 50%),linear-gradient(145deg,#010713,#050e24 65%,#071533);--media-card-width: 260px;--media-card-compact-width: 220px;--transition-fast: .12s ease-out;--transition-normal: .18s ease-out;--focus-ring-color: rgba(103, 80, 164, .9);--focus-ring-outer: rgba(103, 80, 164, .9);--focus-ring-inner: rgba(255, 255, 255, .72);--focus-ring-glow: rgba(103, 80, 164, .35);--focus-ring-shadow: 0 0 0 1px var(--focus-ring-inner), 0 0 0 3px var(--focus-ring-outer), 0 0 14px var(--focus-ring-glow);--focus-radius-circle: 9999px;--focus-radius-pill: 9999px;--focus-transition: .15s ease-out;--focus-scale-sm: 1;--focus-scale-md: 1}html.web-app-compact{font-size:93%;--media-card-width: 236px;--media-card-compact-width: 198px}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}body.luna-player-active,body.luna-player-active #root,body.luna-player-active .player-view,body.luna-player-active .player-view--overlay,body.luna-player-active .player-view--page,body.luna-player-active .player-view--fullscreen,body.luna-player-active .enhanced-player,body.luna-player-active .player-left,body.luna-player-active .player-video-wrapper,body.luna-player-active .player-video__status,body.luna-player-active video{background:transparent!important;background-color:transparent!important;background-image:none!important}body.luna-player-active video{opacity:0!important}body.luna-player-active .player-video__status{display:none!important}.player-video-wrapper video{object-fit:contain!important;max-width:100%!important;max-height:100%!important;width:100%!important;height:100%!important}.player-video-wrapper video[poster]{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;object-fit:contain!important}.embedded-native-video{object-fit:contain!important;max-width:100%!important;max-height:100%!important}.embedded-native-video[poster]{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(56,189,248,.15),transparent 40%),radial-gradient(circle at 80% 0%,rgba(244,114,182,.12),transparent 50%),linear-gradient(145deg,#010713,#050e24 65%,#071533);color:inherit}[data-spotlight-container] *:focus,.spottable:focus,[data-spotlight-id]:focus{outline:none!important}.tv-focusable{position:relative;transition:box-shadow var(--focus-transition),border-color var(--focus-transition),background-color var(--focus-transition),transform var(--focus-transition)}.focus-shape-inherit{--focus-shape-radius: inherit}.focus-shape-circle{--focus-shape-radius: var(--focus-radius-circle);border-radius:var(--focus-radius-circle)}.focus-shape-pill{--focus-shape-radius: var(--focus-radius-pill);border-radius:var(--focus-radius-pill)}.focus-shape-square{--focus-shape-radius: 0;border-radius:0}.spottable-focus,button.is-focused,[data-focused=true],.media-card.is-focused,.category-chip.is-focused,.channel-card.is-focused,.episode-card.is-focused,.home-nav__button.is-focused,.player-ctrl-btn.is-focused,.settings-button.is-focused{border-radius:inherit;box-shadow:none!important;outline:none!important}#root{min-height:100vh}.manual-input-shell{width:100%;border:1px solid #444;background:#111;color:#fff;padding:10px 12px;font:inherit;text-align:left;cursor:text}.manual-input-display{display:block;min-height:1.2em}.manual-input-display .placeholder{color:rgba(148,163,184,.6)}.manual-input-field{width:100%;border:1px solid #444;background:#111;color:#fff;padding:10px 12px;font:inherit}.manual-input-field.is-editing{outline:2px solid #7c62c0;outline-offset:2px;background:#1a1a1a}.focusable-input-field{width:100%;border:1px solid #444;background:#111;color:#fff;padding:10px 12px;font:inherit}.focusable-input-field.is-editing{outline:2px solid #7c62c0;outline-offset:2px;background:#1a1a1a}.muted{color:rgba(226,232,240,.7)}.otv-spinner{display:inline-flex;align-items:center;justify-content:center;font-weight:800;transform:scaleX(1.3);animation:otv-pulse 1.5s ease-in-out infinite;text-shadow:0 4px 20px rgba(0,0,0,.45)}@keyframes otv-pulse{0%{transform:scale(1) scaleX(1.3);opacity:1}50%{transform:scale(1.2) scaleX(1.3);opacity:.8}to{transform:scale(1) scaleX(1.3);opacity:1}}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:1.05rem;color:rgba(148,163,184,.9);margin:0}.ghost{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:transparent;color:#e2e8f0;font-weight:600;padding:.4rem 1.1rem;cursor:pointer;transition:background .15s ease,border .15s ease}.ghost:hover,.ghost:focus-visible{background:rgba(59,130,246,.15);border-color:rgba(59,130,246,.7);outline:none}.ghost.is-focused{background:rgba(93,72,148,.22);border-color:rgba(93,72,148,.9)}.primary{-webkit-appearance:none;appearance:none;border:2px solid transparent;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;font-weight:700;padding:.8rem 1.6rem;cursor:pointer;transition:transform .15s ease,filter .15s ease,border-color .15s ease,box-shadow .15s ease}.hero-button{max-width:180px!important}.primary:hover,.primary:focus-visible{transform:translateY(-3px);filter:brightness(1.05);outline:none}.primary.is-focused{transform:translateY(-2px);filter:brightness(1.1);border-color:#7c62c0;box-shadow:0 12px 30px rgba(93,72,148,.45),0 0 0 3px rgba(93,72,148,.3)}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;text-align:center}.startup-logo{width:min(26vw,168px);height:auto;filter:drop-shadow(0 10px 26px rgba(0,0,0,.45))}.startup-loading{display:flex;flex-direction:column;align-items:center;gap:.5rem}.startup-loading p{margin:0;font-size:1rem}.auth-shell{min-height:100vh;padding:3rem clamp(1rem,4vw,4rem) 4rem;display:flex;flex-direction:column;gap:2rem}.auth-header h1{font-size:clamp(2rem,6vw,3rem);margin:.25rem 0 .75rem}.auth-panels{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem}@media(min-width:1100px){.auth-panels{grid-template-columns:1.1fr .9fr}}.panel{border:1px solid rgba(148,163,184,.25);border-radius:28px;padding:2rem;box-shadow:0 20px 60px rgba(2,6,23,.7),inset 0 1px rgba(255,255,255,.02)}.panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.panel-header h3{margin:.35rem 0 0;font-size:1.5rem}.pill{border-radius:999px;background:rgba(56,189,248,.15);color:#bae6fd;padding:.2rem .9rem;font-size:.85rem}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.profile-item{display:flex;align-items:center;gap:.75rem}.profile-card{flex:1;border-radius:20px;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.3);padding:1rem}.profile-card--active{border-color:#38bdf8;box-shadow:0 0 0 1px rgba(56,189,248,.25)}.profile-body{width:100%;flex:1;display:flex;gap:.75rem;align-items:center;background:none;border:none;color:inherit;text-align:left;padding:0;border-radius:16px;cursor:pointer}.profile-body:focus-visible,.profile-body.is-focused{outline:2px solid rgba(56,189,248,.6);border-radius:16px}.profile-avatar{width:48px;height:48px;border-radius:16px;background:rgba(56,189,248,.25);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.profile-meta{display:flex;flex-direction:column;gap:.2rem}.profile-name{margin:0;font-weight:600}.profile-host{margin:0;font-size:.85rem;color:rgba(226,232,240,.7)}.profile-badge{font-size:.75rem;color:#bae6fd}.profile-remove{border:1px solid rgba(239,68,68,.45);background:rgba(239,68,68,.15);color:#fecaca;width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;line-height:1;flex-shrink:0;cursor:pointer}.profile-remove.is-focused,.profile-remove:focus-visible{border-color:rgba(248,113,113,.9);background:rgba(127,29,29,.85);color:#ffe4e6}.login-panel h3{margin:.35rem 0 1rem}.login-form{margin-top:1rem}.login-form__shell{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:rgba(15,23,42,.55);border:1px solid rgba(148,163,184,.25);border-radius:1.25rem;backdrop-filter:blur(16px);box-shadow:0 20px 40px rgba(2,6,23,.45)}.login-form__tabs{display:flex;gap:.65rem}.login-form__hint{margin:0;font-size:.9rem;color:rgba(148,163,184,.85)}.login-form__tab{flex:1;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(148,163,184,.25);background:transparent;color:rgba(226,232,240,.75);font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border .15s ease}.login-form__tab.is-active{background:rgba(99,102,241,.2);border-color:rgba(99,102,241,.6);color:#f8fafc}.login-form__body{display:flex;flex-direction:column;gap:1rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-field label{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(148,163,184,.85)}.form-field input,.form-field textarea,.form-field .manual-input-field,.form-field .manual-input-shell{width:100%;border-radius:.85rem;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.6);color:#e2e8f0;padding:.75rem 1rem;font-size:1rem;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.form-field textarea{resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field .manual-input-shell.is-focused,.form-field .manual-input-field.is-editing{outline:none;border-color:rgba(93,72,148,.9);box-shadow:0 0 0 1px rgba(93,72,148,.5)}.form-error{margin:0;font-size:.9rem;color:#fecaca}.auth-status{margin-top:1.5rem;font-size:.95rem;color:rgba(226,232,240,.75)}.auth-error{color:#fecaca;margin-top:.5rem}.home-shell{height:100vh;display:flex;flex-direction:row;overflow:hidden}.home-content{flex:1;display:flex;flex-direction:column;gap:2rem;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;will-change:scroll-position;transform:translateZ(0)}.home-content::-webkit-scrollbar{width:0;height:0}.home-section{display:flex;flex-direction:column;gap:1.5rem;scroll-margin-top:120px}button,.media-card,.channel-card,.category-chip,.epg-item,.episode-card{scroll-margin:40px 20px}.category-shell{border-radius:28px;border:1px solid rgba(148,163,184,.25);padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem;margin-top:30px;margin-bottom:30px;margin-right:10px}.category-shell header h3{margin:0;font-size:1.5rem}.category-shell header p{margin:.3rem 0 0;color:rgba(148,163,184,.85)}.category-chips{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.category-chips__label{margin:0;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(148,163,184,.9)}.category-chips__track{display:flex;gap:.75rem;overflow-x:auto;padding:.35rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.category-chips__track::-webkit-scrollbar{height:4px}.category-chips__track::-webkit-scrollbar-thumb{background:rgba(56,189,248,.4);border-radius:999px}.category-chip{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.85);color:rgba(226,232,240,.8);font-weight:600;font-size:1.3rem;padding:.75rem 1.75rem;cursor:pointer;transition:border .15s ease,background .15s ease,color .15s ease,transform .15s ease;white-space:nowrap}.category-chip:hover,.category-chip:focus-visible{outline:none;border-color:rgba(56,189,248,.6);color:#e2e8f0}.category-chip--active{background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;border-color:transparent}.category-chip.is-focused:not(.category-chip--active){border-color:rgba(93,72,148,.8);color:#e2e8f0;background:rgba(93,72,148,.15)}.category-search-wrapper{display:inline-flex;align-items:center;transition:all .3s ease}.category-search-trigger{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.85);color:rgba(226,232,240,.8);font-weight:600;font-size:1.3rem;padding:.75rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;white-space:nowrap}.category-search-trigger:focus,.category-search-trigger.is-focused{outline:none;border-color:rgba(93,72,148,.8);background:rgba(93,72,148,.15);transform:scale(1.05)}.category-search-input{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.85);color:#e2e8f0;font-weight:600;font-size:1.3rem;padding:.75rem 1.75rem;min-width:300px;transition:all .2s ease;animation:expandSearch .3s ease}.category-search-input::placeholder{color:rgba(148,163,184,.6)}.category-search-input.is-focused{outline:none;border-color:rgba(93,72,148,.9);background:rgba(15,23,42,.95);box-shadow:0 0 0 2px rgba(93,72,148,.4)}.category-search-input.is-editing{border-color:#7c62c0;background:#0f172a;box-shadow:0 0 20px rgba(93,72,148,.5)}@keyframes expandSearch{0%{min-width:48px;opacity:.5}to{min-width:300px;opacity:1}}.favorites-shell{gap:1.75rem}.favorite-filters{display:flex;flex-wrap:wrap;gap:.75rem}.favorite-filter{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.85);color:rgba(226,232,240,.8);font-weight:600;padding:.55rem 1.4rem;display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;transition:background .15s ease,color .15s ease,border .15s ease,transform .15s ease}.favorite-filter__count{font-size:.85rem;color:rgba(148,163,184,.85)}.favorite-filter:hover,.favorite-filter.is-focused{border-color:rgba(93,72,148,.8);color:#e2e8f0}.favorite-filter--active{background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;border-color:transparent;box-shadow:0 12px 26px rgba(99,102,241,.35),inset 0 1px rgba(255,255,255,.2)}.favorite-filter--active .favorite-filter__count{color:rgba(2,6,23,.7)}.favorites-empty{border-radius:18px;border:1px dashed rgba(148,163,184,.5);padding:1.5rem;background:rgba(15,23,42,.6)}.search-shell{gap:1.5rem}.search-controls{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.search-input.focusable-input-field{flex:1;min-width:260px;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:rgba(15,23,42,.95);color:#e2e8f0;font-size:1rem;padding:.95rem 1.2rem}.search-input.focusable-input-field::placeholder{color:rgba(148,163,184,.7)}.search-input.focusable-input-field.is-focused{border-color:rgba(93,72,148,.9);box-shadow:0 0 0 2px rgba(93,72,148,.4)}.search-button{border-radius:14px;border:none;padding:.9rem 1.8rem;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;min-width:140px;transition:transform .15s ease,filter .15s ease}.search-button:hover,.search-button.is-focused{transform:translateY(-2px);filter:brightness(1.05)}.search-button:disabled{opacity:.5;cursor:default;transform:none;filter:none}.search-status{align-items:flex-start;gap:.5rem}.player-view{width:100%;min-height:100vh;padding:2rem clamp(1rem,4vw,3rem);box-sizing:border-box}.player-view--overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0;background:#010713;overflow:hidden}.player-view--page{position:relative}.player-view--page .enhanced-player{margin:0 auto}.player-view--overlay .enhanced-player{margin:0 auto;padding-bottom:2rem}.enhanced-player{width:100%;height:100%;display:flex;gap:3rem;align-items:stretch;padding:60px 80px;position:relative;overflow:hidden}.player-view--fullscreen .enhanced-player{padding:0;background:transparent;gap:0}.player-left{flex:1.8;display:flex;flex-direction:column;gap:2rem;overflow:hidden}.player-left-scroll{flex:1;display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;min-height:0;padding-right:.75rem;padding-bottom:1rem}.player-left-scroll::-webkit-scrollbar,.player-sidebar::-webkit-scrollbar{width:6px}.player-left-scroll::-webkit-scrollbar-thumb,.player-sidebar::-webkit-scrollbar-thumb{background:rgba(148,163,184,.4);border-radius:999px}.player-sidebar{flex:1;min-width:450px;max-width:550px;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden;align-self:stretch;min-height:0;background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border-radius:24px;padding:30px;border:1px solid rgba(255,255,255,.05);scrollbar-width:none;-ms-overflow-style:none;max-height:1000px}.player-sidebar::-webkit-scrollbar{display:none}.player-panel{padding:1.2rem;gap:1rem;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.player-video-wrapper{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16 / 9;width:100%}.player-video-wrapper video{width:100%;height:100%;object-fit:contain;background:#000}.player-video__status{position:absolute;top:0;right:0;left:0;bottom:120px;display:flex;flex-direction:column;gap:.75rem;align-items:center;justify-content:center;text-align:center;background:rgba(2,6,23,.85);padding:1.5rem;color:#f1f5f9;z-index:2}.player-video__status--error{gap:1rem}.player-error-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(1,7,19,.95);backdrop-filter:blur(16px);z-index:50;animation:errorFadeIn .3s ease}@keyframes errorFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.player-error-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:480px;padding:3rem 3.5rem;background:linear-gradient(145deg,rgba(15,23,42,.98),rgba(30,41,59,.95));border:1px solid rgba(148,163,184,.25);border-radius:28px;box-shadow:0 0 80px rgba(99,102,241,.15),0 30px 60px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.05);text-align:center}.player-error-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:rgba(251,191,36,.15);color:#fbbf24;animation:errorPulse 2.5s ease-in-out infinite}@keyframes errorPulse{0%,to{transform:scale(1);box-shadow:0 0 rgba(251,191,36,.3)}50%{transform:scale(1.05);box-shadow:0 0 30px 10px rgba(251,191,36,.1)}}.player-error-title{margin:0;font-size:1.6rem;font-weight:700;color:#f8fafc;letter-spacing:-.01em}.player-error-message{margin:0;font-size:1.05rem;color:rgba(148,163,184,.95);line-height:1.6;max-width:380px}.player-error-actions{display:flex;flex-direction:row;gap:.75rem;margin-top:.75rem;align-items:center;justify-content:center;flex-wrap:wrap}.player-error-btn{-webkit-appearance:none;appearance:none;border:none;border-radius:14px;min-width:180px;justify-content:center;padding:.95rem 1.4rem;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.6rem}.player-error-btn--primary{background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;box-shadow:0 8px 24px rgba(99,102,241,.3)}.player-error-btn--primary:hover,.player-error-btn--primary.is-focused{transform:translateY(-3px);filter:brightness(1.1);box-shadow:0 12px 32px rgba(99,102,241,.45),0 0 0 3px rgba(99,102,241,.3)}.player-error-btn--secondary{background:rgba(148,163,184,.1);color:#e2e8f0;border:1px solid rgba(148,163,184,.3)}.player-error-btn--secondary:hover,.player-error-btn--secondary.is-focused{background:rgba(148,163,184,.2);border-color:rgba(148,163,184,.5);transform:translateY(-2px)}.player-video__status--seeking{background:rgba(2,6,23,.5)}.player-stalling-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:row;align-items:center;gap:.6rem;padding:.6rem 1rem;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);border-radius:8px;color:#f1f5f9;font-size:.85rem;font-weight:500;z-index:5;pointer-events:none;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.player-video__status p{max-width:400px;line-height:1.4}.player-status-actions{display:flex;flex-direction:row;gap:.75rem;margin-top:.5rem}.player-status-close-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#f1f5f9;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s ease;margin-top:.75rem}.player-status-close-btn:hover,.player-status-close-btn:focus{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.4);outline:none}.player-status-actions .player-status-close-btn{margin-top:0}.player-resume-prompt{position:absolute;left:1.5rem;bottom:6.5rem;min-width:260px;max-width:min(360px,90%);background:rgba(15,23,42,.92);border:1px solid rgba(148,163,184,.45);border-radius:18px;padding:1rem 1.25rem;box-shadow:0 25px 45px rgba(2,6,23,.65);display:flex;flex-direction:column;gap:.75rem;z-index:15}.player-resume-prompt h4{margin:.1rem 0 0;color:#f8fafc}.player-resume-actions{display:flex;gap:.5rem;flex-wrap:wrap}.player-controls{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:fit-content;min-width:700px;padding:2.5rem 3.5rem;background:rgba(15,23,42,.85);backdrop-filter:blur(30px);border-radius:50px;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 60px rgba(0,0,0,.8),inset 0 1px rgba(255,255,255,.05);display:flex;flex-direction:column;gap:2rem;z-index:100;transition:transform .3s ease,opacity .3s ease}.player-view--fullscreen .player-controls{bottom:60px}.player-controls--hidden{opacity:0;transform:translate(-50%,20px);pointer-events:none}.player-controls-row{display:flex;gap:1.5rem;align-items:center;justify-content:center}.player-button{border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border:none;background:rgba(255,255,255,.05);color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.player-button.primary-play{width:90px;height:90px;background:#3b82f6;box-shadow:0 0 30px rgba(59,130,246,.4)}.player-button:focus,.player-button.is-focused{background:#fff;color:#000;transform:scale(1.15);box-shadow:0 10px 30px rgba(255,255,255,.3)}.player-button--active{color:#ef4444}.player-slider{display:flex;align-items:center;gap:1rem;color:#e8edf4;font-size:.9rem;font-variant-numeric:tabular-nums}.player-slider input[type=range]{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:rgba(181,190,204,.3);border-radius:999px;cursor:pointer}.player-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#6750a4;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.3);cursor:pointer;transition:transform .15s ease}.player-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}.player-slider input[type=range]:focus{outline:none}.player-slider input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(103,80,164,.4),0 2px 8px rgba(0,0,0,.3)}.player-live-pill{align-self:flex-start;padding:.35rem 1rem;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 2px 8px rgba(239,68,68,.4);animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.7}}.player-meta{display:flex;justify-content:space-between;align-items:flex-start;padding:0;margin-top:1rem}.immersive-meta{margin-bottom:1rem}.cinematic-eyebrow{color:#818cf8;font-weight:800;font-size:1.2rem;letter-spacing:.3em;margin-bottom:.5rem}.cinematic-title{font-size:4.2rem;font-weight:900;margin:0;line-height:1.1;color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.5);letter-spacing:-.02em}.cinematic-subtitle{font-size:1.4rem;margin-top:.75rem;color:rgba(226,232,240,.7)}.player-meta-title-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:nowrap}.player-view-backdrop{position:absolute;top:-50px;right:-50px;bottom:-50px;left:-50px;z-index:-1;pointer-events:none;overflow:hidden}.player-view-backdrop img{width:100%;height:100%;object-fit:cover;filter:blur(80px) brightness(.2);opacity:.6;transform:scale(1.1)}.player-view-backdrop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 30%,transparent 0%,rgba(1,7,19,.8) 100%)}.player-quality-badge-lg{padding:.5rem 1rem;border-radius:10px;font-size:1.2rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px rgba(0,0,0,.3)}.player-quality-badge-lg__resolution{font-size:.85rem;opacity:.8;font-weight:600}.quality-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:6px;font-size:.85rem;font-weight:800;letter-spacing:.5px;color:#fff;text-transform:uppercase}.quality-badge-resolution{font-size:.7rem;font-weight:500;opacity:.85}.fullscreen-title-row{position:absolute;top:1.5rem;left:1.5rem;display:flex;align-items:center;gap:.75rem;z-index:10;animation:fadeIn .3s ease}.fullscreen-stream-name{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.6)}.epg-now,.epg-next{background:rgba(15,23,42,.85);border-radius:16px;padding:.8rem 1rem;border:1px solid rgba(148,163,184,.25)}.epg-title{font-weight:600;margin:0}.epg-time{margin:.35rem 0 0;color:rgba(148,163,184,.85)}.epg-list{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;padding:.25rem .5rem .5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.epg-list::-webkit-scrollbar{display:none}.epg-item{display:flex;justify-content:space-between;gap:.75rem;align-items:center;font-size:.9rem;color:rgba(226,232,240,.8);width:100%;border:1px solid rgba(148,163,184,.3);border-radius:12px;background:rgba(15,23,42,.85);padding:.55rem .85rem;text-align:left;line-height:1.4;cursor:default}.epg-item:focus{outline:2px solid rgba(59,130,246,.9);outline-offset:2px}.channel-search.focusable-input-field{width:100%;border-radius:16px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.95);color:#e2e8f0;padding:.8rem 1rem}.channel-search.focusable-input-field.is-focused{outline:2px solid rgba(93,72,148,.9);outline-offset:2px}.channel-list{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto;padding:.25rem .5rem .5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.channel-list::-webkit-scrollbar{display:none}.channel-item{border-radius:14px;border:1px solid rgba(148,163,184,.3);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;background:rgba(15,23,42,.8);color:rgba(248,250,252,.88)}.channel-item--active{border-color:rgba(59,130,246,.7);background:rgba(59,130,246,.15)}.channel-item__meta{display:flex;align-items:center;gap:.85rem}.channel-item__logo{width:40px;height:40px;border-radius:12px;background:rgba(15,23,42,.95);border:1px solid rgba(148,163,184,.35);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.channel-item__logo img{width:100%;height:100%;object-fit:contain}.channel-item__logo span{font-weight:600;color:#e2e8f0}.channel-item__name{font-weight:600;letter-spacing:.01em;color:rgba(248,250,252,.88)}.channel-live-dot{width:10px;height:10px;border-radius:999px;background:#22c55e}.player-episode-list{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0;overflow-y:auto;padding:.25rem .5rem .5rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.player-episode-list::-webkit-scrollbar{display:none}.player-episode-item{display:flex;gap:.8rem;align-items:center;border-radius:16px;border:1px solid rgba(148,163,184,.3);padding:.5rem;background:rgba(15,23,42,.85)}.player-episode-thumb{width:80px;height:45px;overflow:hidden;border-radius:12px;background:rgba(15,23,42,.9)}.player-episode-thumb img{width:100%;height:100%;object-fit:cover}.player-episode-meta{display:flex;flex-direction:column;gap:.2rem}.player-episode-item p{color:rgba(248,250,252,.9);margin:0}.player-episode-meta span{color:rgba(148,163,184,.8);font-size:.85rem}.player-button,.channel-item,.player-episode-item{display:flex;align-items:center;gap:.6rem;line-height:1;font-size:1rem}.player-button:focus,.channel-item:focus,.player-episode-item:focus{outline:none;border-color:#6750a4;background:rgba(103,80,164,.3);box-shadow:0 0 0 3px rgba(103,80,164,.4);transform:scale(1.02)}.fullscreen-root{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:9999}.fullscreen-root video{width:100vw;height:100vh;object-fit:contain;background:#000}.fullscreen-status{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:rgba(0,0,0,.6);text-align:center}.fullscreen-controls{position:absolute;top:1rem;left:1rem}.player-video-wrapper video:fullscreen,.player-video-wrapper video:-webkit-full-screen{width:100vw!important;height:100vh!important;object-fit:contain;background:#000}.player-button:focus{outline:none;border-color:#6750a4;background:rgba(103,80,164,.35);box-shadow:0 0 0 3px rgba(103,80,164,.5),0 4px 12px rgba(0,0,0,.3);transform:scale(1.05)}.channel-item:focus,.episode-item:focus{outline:none;border-color:#6750a4;background:rgba(103,80,164,.25);box-shadow:0 0 0 2px rgba(103,80,164,.4);transform:translate(4px)}.player-view--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;padding:2rem clamp(1rem,4vw,3rem);background:#010713}.player-view--fullscreen .enhanced-player{position:relative;width:100%;height:100%;max-width:100%;min-height:100%;gap:3rem;flex-direction:row;border-radius:0;border:none;padding:60px 80px;box-shadow:none}.player-view--fullscreen .player-left{flex:1.8;width:100%;height:auto;overflow:hidden;position:relative;z-index:2}.player-view--fullscreen .player-video-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:0;border-radius:0;border:none;aspect-ratio:unset;background:#000}.player-view--fullscreen .player-video-wrapper video{width:100%;height:100%;object-fit:contain;background:#000}.player-view--fullscreen .player-controls{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.25rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.9));transition:opacity .18s ease,transform .18s ease}.player-view--fullscreen .player-controls--hidden{opacity:0;transform:translateY(8px);pointer-events:none}.player-view--fullscreen .player-meta,.player-view--fullscreen .panel.player-panel{display:flex}.player-view--fullscreen .player-right{display:block}.player-view--fullscreen .player-info-overlay,.player-view--fullscreen .player-control-bar{position:fixed;z-index:10}.player-view--fullscreen .player-sidebar,.player-view--fullscreen .player-left-scroll{position:relative;z-index:2}.player-view--fullscreen .player-left-scroll,.player-view--fullscreen .player-sidebar{display:none}.player-view--fullscreen.player-view--panels .player-left-scroll,.player-view--fullscreen.player-view--panels .player-sidebar{display:flex}.player-control-bar{position:absolute;left:0;right:0;bottom:0;max-width:none;background:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,.85) 60%,transparent 100%);backdrop-filter:none;-webkit-backdrop-filter:none;border:none;border-radius:0;padding:2rem 2rem 1.5rem;box-shadow:none;transition:opacity .25s ease,transform .25s ease;z-index:10}.player-control-bar--hidden{opacity:0;transform:translateY(16px);pointer-events:none}.player-control-bar__progress{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.player-control-bar__buttons{display:flex;align-items:center;justify-content:space-between;gap:1rem}.player-control-bar__left,.player-control-bar__right{display:flex;align-items:center;gap:.75rem}.player-control-bar__group{display:flex;align-items:center;gap:.5rem}.player-control-bar__divider{width:1px;height:32px;background:rgba(148,163,184,.25);margin:0 .75rem}.player-time-display{font-size:1.15rem;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.9);white-space:nowrap;margin-left:.5rem}.player-ctrl-btn{width:auto;height:auto;min-width:64px;min-height:64px;padding:.75rem;border-radius:12px;border:2px solid transparent;background:transparent;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.player-ctrl-btn:hover{color:#6750a4;background:rgba(103,80,164,.1)}.player-ctrl-btn:focus{outline:none;color:#6750a4;background:rgba(103,80,164,.2);box-shadow:var(--focus-ring-shadow)}.player-ctrl-btn.is-focused{color:#6750a4;background:rgba(103,80,164,.2);box-shadow:var(--focus-ring-shadow);transform:scale(var(--focus-scale-sm))}.player-ctrl-btn--primary{min-width:72px;min-height:72px;background:transparent;color:#fff;box-shadow:none}.player-ctrl-btn--primary:hover{color:#6750a4}.player-ctrl-btn--primary:focus,.player-ctrl-btn--primary.is-focused{color:#6750a4;background:rgba(103,80,164,.15);border-color:transparent;box-shadow:var(--focus-ring-shadow);transform:scale(var(--focus-scale-sm))}.player-ctrl-btn--seek{width:72px;height:72px;min-width:72px;min-height:72px;border-radius:999px;padding:0;position:relative}.player-ctrl-btn--seek svg{width:24px;height:24px;transform:translateY(-8px)}.player-ctrl-btn__seek-label{position:absolute;left:50%;bottom:13px;transform:translate(-50%);font-size:.8rem;font-weight:800;letter-spacing:.01em;line-height:1;pointer-events:none}.player-ctrl-btn--active{background:transparent;border-color:transparent;color:#6750a4}.player-ctrl-btn--active:focus,.player-ctrl-btn--active.is-focused{background:rgba(103,80,164,.15);border-color:transparent;color:#6750a4}.player-progress{flex:1;display:flex;align-items:center;gap:.75rem}.player-progress__time{font-size:.9rem;font-variant-numeric:tabular-nums;color:rgba(226,232,240,.9);min-width:48px;text-align:center;font-weight:500}.player-progress__track-wrapper{flex:1;height:32px;display:flex;align-items:center;cursor:pointer;position:relative}.player-progress__track{width:100%;height:6px;background:rgba(255,255,255,.15);border-radius:999px;position:relative;overflow:visible;transition:height .15s ease}.player-progress__track-wrapper:hover .player-progress__track,.player-progress__track-wrapper:focus-within .player-progress__track{height:8px}.player-progress__fill{position:absolute;top:0;left:0;height:100%;background:#6750a4;border-radius:999px;transition:width .1s linear}.player-progress__thumb{position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);width:18px;height:18px;background:#fff;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.4),0 0 0 2px rgba(103,80,164,.5);transition:transform .15s ease;pointer-events:none}.player-progress__track-wrapper:hover .player-progress__thumb,.player-progress__track-wrapper:focus-within .player-progress__thumb,.player-progress--dragging .player-progress__thumb{transform:translate(-50%,-50%) scale(1)}.player-progress__input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.player-progress__input:focus+.player-progress__track{height:8px}.player-progress__input:focus~.player-progress__thumb{transform:translate(-50%,-50%) scale(1)}.player-info-overlay{position:absolute;top:0;left:0;right:0;padding:1.25rem 2rem;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,transparent 100%);display:flex;align-items:center;justify-content:space-between;z-index:10;transition:opacity .25s ease,transform .25s ease}.player-back-btn{min-width:46px;min-height:46px;padding:0;border-radius:12px;border:2px solid transparent;background:rgba(0,0,0,.45);color:#fff;margin-right:.75rem}.player-back-btn.player-ctrl-btn:hover,.player-back-btn.player-ctrl-btn.is-focused{color:#6750a4;background:rgba(103,80,164,.2)}.player-info-overlay--hidden{opacity:0;transform:translateY(-8px);pointer-events:none}.player-info__title-group{display:flex;align-items:center;gap:1rem}.player-info__title{font-size:1.6rem;font-weight:600;color:#fff;margin:0}.player-info__subtitle{font-size:1.2rem;color:rgba(255,255,255,.7);margin:0}.player-info__badges{display:flex;gap:.75rem;align-items:center}.player-quality-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:10px;font-size:1.1rem;font-weight:850;letter-spacing:.8px;color:#fff;text-transform:uppercase;box-shadow:0 6px 16px rgba(0,0,0,.4)}.player-quality-badge--4k{background:linear-gradient(135deg,#a855f7,#7c3aed)}.player-quality-badge--fhd{background:linear-gradient(135deg,#3b82f6,#2563eb)}.player-quality-badge--hd{background:linear-gradient(135deg,#22c55e,#16a34a)}.player-quality-badge--sd{background:linear-gradient(135deg,#f59e0b,#d97706)}.player-quality-badge__resolution{font-size:.7rem;font-weight:500;opacity:.85}.player-live-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:6px;background:transparent;color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:none}.player-live-badge__dot{width:8px;height:8px;border-radius:50%;background:#6750a4;animation:dotPulse 1s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.player-resume-modal{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:20;animation:fadeIn .2s ease}.player-resume-card{width:min(400px,90%);background:rgba(15,23,42,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.25);border-radius:28px;padding:2rem;box-shadow:0 32px 64px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.05);animation:slideUp .25s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.player-resume-card__header{text-align:center;margin-bottom:1.5rem}.player-resume-card__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;color:#38bdf8;margin:0 0 .5rem}.player-resume-card__title{font-size:1.4rem;font-weight:700;color:#fff;margin:0}.player-resume-card__time{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0;padding:1rem;background:rgba(255,255,255,.05);border-radius:14px}.player-resume-card__time-icon{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#38bdf8,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff}.player-resume-card__time-text{font-size:1rem;color:#e2e8f0}.player-resume-card__time-value{font-weight:700;color:#fff;font-size:1.1rem}.player-resume-card__actions{display:flex;gap:.75rem;flex-direction:column}.player-resume-btn{width:100%;padding:1rem;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.player-resume-btn--primary{background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617}.player-resume-btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(99,102,241,.4)}.player-resume-btn--primary:focus,.player-resume-btn--primary.is-focused{outline:none;border-color:var(--focus-ring-inner);transform:translateY(-2px);box-shadow:var(--focus-ring-shadow),0 12px 24px rgba(99,102,241,.4)}.player-resume-btn--secondary{background:rgba(255,255,255,.08);color:#e2e8f0;border-color:rgba(148,163,184,.3)}.player-resume-btn--secondary:hover{background:rgba(255,255,255,.12);border-color:rgba(148,163,184,.5)}.player-resume-btn--secondary:focus,.player-resume-btn--secondary.is-focused{outline:none;background:rgba(93,72,148,.2);border-color:var(--focus-ring-inner);box-shadow:var(--focus-ring-shadow)}.player-sidebar-panel{background:rgba(5,10,20,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(148,163,184,.15);box-shadow:0 8px 32px rgba(0,0,0,.6);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;max-height:100%;min-height:0}.player-sidebar-panel__header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.15);flex-shrink:0}.player-sidebar-panel__content{flex:1;overflow-y:auto;padding:.75rem;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.player-sidebar-panel__content::-webkit-scrollbar{display:none}.channel-card{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:16px;border:2px solid transparent;background:rgba(255,255,255,.06);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.channel-card:hover{background:rgba(255,255,255,.12)}.channel-card--active{background:rgba(56,189,248,.12);border-color:rgba(56,189,248,.5)}.channel-card:focus,.channel-card.is-focused{outline:none;background:rgba(93,72,148,.2);border-color:var(--focus-ring-inner);transform:scale(var(--focus-scale-sm)) translate(4px);box-shadow:var(--focus-ring-shadow),0 8px 20px rgba(0,0,0,.3)}.channel-card__logo{width:48px;height:48px;border-radius:12px;background:rgba(15,23,42,.9);border:1px solid rgba(148,163,184,.2);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.channel-card__logo img{width:100%;height:100%;object-fit:contain}.channel-card__logo span{font-weight:700;color:#e2e8f0}.channel-card__info{flex:1;min-width:0}.channel-card__name{font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-card__now-playing{font-size:.85rem;color:rgba(148,163,184,.8);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.channel-card__live-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 8px rgba(34,197,94,.5)}.player-sidebar-panel .episode-card,.player-episode-list .episode-card{display:flex;flex-direction:row!important;gap:1rem;padding:.75rem;border-radius:16px;border:2px solid transparent;background:rgba(255,255,255,.08);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.episode-card:hover{background:rgba(255,255,255,.08)}.episode-card:focus,.episode-card.is-focused{outline:none;background:rgba(93,72,148,.2);border-color:var(--focus-ring-inner);transform:scale(var(--focus-scale-sm));box-shadow:var(--focus-ring-shadow),0 8px 20px rgba(0,0,0,.3)}.player-sidebar-panel .episode-card__thumb,.player-episode-list .episode-card__thumb{width:120px;height:68px;border-radius:10px;background:rgba(0,0,0,.4);overflow:hidden;flex-shrink:0;position:relative}.episode-card__thumb img{width:100%;height:100%;object-fit:cover}.episode-card__badge{position:absolute;bottom:4px;right:4px;background:rgba(99,102,241,.9);color:#fff;padding:2px 6px;border-radius:4px;font-size:.75rem;font-weight:700}.player-sidebar-panel .episode-card__info,.player-episode-list .episode-card__info{flex:1;min-width:0;display:flex!important;flex-direction:column;justify-content:center;gap:.25rem}.player-sidebar-panel .episode-card__title,.player-episode-list .episode-card__title{font-weight:600;color:#fff;font-size:1rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-sidebar-panel .episode-card__duration,.player-episode-list .episode-card__duration{font-size:.9rem;color:rgba(200,210,220,.9)}.player-fullscreen-epg{position:absolute;bottom:7rem;left:2rem;max-width:380px;background:rgba(5,10,20,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.15);box-shadow:0 12px 40px rgba(0,0,0,.7);border-radius:20px;padding:1.25rem;z-index:10;transition:opacity .25s ease,transform .25s ease}.player-fullscreen-epg--hidden{opacity:0;transform:translateY(8px);pointer-events:none}.player-fullscreen-epg__section{margin-bottom:1rem}.player-fullscreen-epg__section:last-child{margin-bottom:0}.player-fullscreen-epg__label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#38bdf8;margin-bottom:.35rem;display:block}.player-fullscreen-epg__title{font-size:1rem;font-weight:600;color:#fff;margin:0}.player-fullscreen-epg__time{font-size:.85rem;color:rgba(148,163,184,.85);margin-top:.25rem}.player-fullscreen-epg__description{font-size:.9rem;color:rgba(226,232,240,.7);margin-top:.35rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.player-fullscreen-epg__divider{height:1px;background:rgba(148,163,184,.15);margin:.75rem 0}.player-controls-container{transition:opacity .3s ease,transform .3s ease}.player-controls-container--hidden{opacity:0;transform:translateY(10px);pointer-events:none}.player-controls-container--visible{animation:controlsAppear .3s ease}@keyframes controlsAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-shell{gap:1.5rem}.settings-grid{display:flex;flex-direction:column;gap:1.5rem}.settings-card{border-radius:22px;border:1px solid rgba(148,163,184,.25);background:rgba(8,12,24,.8);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.settings-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.settings-card__title{font-size:1.2rem;font-weight:700;margin:0}.settings-card__description{margin:.2rem 0 0;color:rgba(148,163,184,.85)}.settings-chip{border-radius:999px;background:rgba(56,189,248,.12);color:rgba(125,211,252,.95);padding:.35rem .9rem;font-size:.85rem;white-space:nowrap}.settings-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.settings-info{display:flex;flex-direction:column;gap:.3rem}.settings-info__label{text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;color:rgba(148,163,184,.85)}.settings-info__value{font-size:1rem;color:#e2e8f0;font-weight:600}.settings-actions{display:flex;flex-wrap:wrap;gap:.75rem}.settings-button{border-radius:14px;border:1px solid rgba(148,163,184,.35);padding:.75rem 1.4rem;background:rgba(56,189,248,.15);color:#e2e8f0;font-weight:600;cursor:pointer;transition:transform .15s ease,background .15s ease,border .15s ease}.settings-button:hover,.settings-button.is-focused{transform:translateY(-2px);background:rgba(93,72,148,.2);border-color:rgba(93,72,148,.7)}.settings-button:disabled{opacity:.5;cursor:default;transform:none}.settings-button--danger{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.5);color:#fecaca}.settings-button--danger:hover,.settings-button--danger.is-focused{background:rgba(239,68,68,.25);border-color:rgba(239,68,68,.7)}.settings-button--ghost{background:transparent;border-color:rgba(148,163,184,.35)}.settings-hint{margin:0;font-size:.85rem;color:rgba(148,163,184,.75)}.settings-profile-list{display:flex;flex-direction:column;gap:.75rem}.settings-profile{border-radius:14px;border:1px solid rgba(148,163,184,.25);background:rgba(15,23,42,.8);padding:.9rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:border-color .2s ease,background .2s ease,transform .2s ease}.settings-profile--active{border-color:rgba(59,130,246,.7);background:rgba(59,130,246,.15)}.settings-profile:focus,.settings-profile.is-focused{border-color:rgba(93,72,148,.8);background:rgba(93,72,148,.2);outline:none;transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.45)}.settings-profile__meta{display:flex;flex-direction:column;gap:.2rem}.settings-profile__label{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0}.settings-profile__subtitle{margin:0;font-size:.85rem;color:rgba(148,163,184,.85)}.settings-profile__status{font-size:.9rem;color:rgba(148,163,184,.85)}.settings-field{display:flex;flex-direction:column;gap:.5rem}.settings-field__label{display:flex;justify-content:space-between;font-size:.9rem;color:rgba(226,232,240,.85)}.settings-slider{width:100%}.settings-weight-grid{display:flex;flex-wrap:wrap;gap:.5rem}.settings-weight{border-radius:10px;border:1px solid rgba(148,163,184,.4);padding:.4rem .8rem;background:transparent;color:#e2e8f0;font-weight:600;cursor:pointer}.settings-weight--active{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.6)}.settings-weight.is-focused:not(.settings-weight--active){border-color:rgba(93,72,148,.6)}.settings-color-input{width:120px;height:42px;border-radius:10px;border:1px solid rgba(148,163,184,.4);background:rgba(15,23,42,.9);cursor:pointer}.subtitle-preview{background:rgba(2,6,23,.65);border-radius:16px;padding:1rem;text-align:center}.subtitle-preview__text{color:#fff;padding:.4rem .8rem;border-radius:10px;display:inline-block}.session-chip{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-radius:20px;border:1px solid rgba(148,163,184,.25)}.session-label{margin:0;font-size:.85rem;color:rgba(148,163,184,.8)}.session-title{margin:.25rem 0 0;font-size:1.2rem}.session-host{color:rgba(56,189,248,.9)}.inline-status{display:flex;align-items:center;gap:.75rem;background:rgba(8,12,24,.85);border-radius:16px;padding:1rem 1.5rem;border:1px solid rgba(148,163,184,.2)}.centered-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;text-align:center;flex:1;min-height:50vh;width:100%}.alert{border-radius:20px;padding:1.5rem;border:1px solid rgba(239,68,68,.4);background:rgba(127,29,29,.25)}.alert-title{margin:0 0 .5rem;font-weight:700;color:#fecaca}.hero-banner{position:relative;overflow:hidden;min-height:550px;background:rgba(15,23,42,.9);margin-bottom:-100px;transition:opacity .3s ease;padding-bottom:5px}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:saturate(1)}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,transparent 30%,rgba(0,0,0,.3) 50%,rgba(0,0,0,.7) 70%,rgba(0,0,0,.95) 85%,#010713 100%);z-index:1}.hero-content{position:relative;padding:3rem;padding-bottom:130px;display:flex;flex-direction:column;gap:.75rem;max-width:700px;z-index:2;justify-content:flex-end;min-height:450px}.hero-meta-row{display:flex;align-items:center;gap:.75rem}.hero-type-badge{padding:.35rem .85rem;border-radius:6px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;background:rgba(99,102,241,.9);color:#fff}.hero-type-badge--movie{background:rgba(239,68,68,.9)}.hero-type-badge--series{background:rgba(34,197,94,.9)}.hero-type-badge--live{background:rgba(59,130,246,.9)}.hero-rating-badge{padding:.35rem .75rem;border-radius:6px;font-size:.85rem;font-weight:700;background:rgba(0,0,0,.6);color:#fbbf24}.hero-title{margin:0;font-size:clamp(2rem,5vw,3.2rem);font-weight:900;text-shadow:0 2px 8px rgba(0,0,0,.8)}.hero-info-row{margin:0;display:flex;align-items:center;gap:.5rem;font-size:1rem;color:rgba(255,255,255,.8)}.hero-info-dot{color:rgba(255,255,255,.5)}.hero-subtitle{margin:0;font-size:1.1rem;color:rgba(226,232,240,.75);max-width:500px;line-height:1.5}.media-section{border-radius:28px;border:1px solid rgba(148,163,184,.25);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}.media-section header h3{margin:0;font-size:1.4rem}.media-section header p{margin:.3rem 0 0;color:rgba(148,163,184,.85)}.media-slider{border-radius:28px;border:1px solid rgba(148,163,184,.25);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;z-index:60;margin:20px}.media-slider__header{display:flex;align-items:center;justify-content:space-between}.media-slider__subtitle{margin:.15rem 0 0;color:rgba(148,163,184,.85)}.media-slider__track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;padding-left:1.5rem;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;transform:translateZ(0);contain:layout style}.media-slider__track::-webkit-scrollbar{height:6px}.media-slider__track::-webkit-scrollbar-thumb{background:rgba(99,102,241,.5);border-radius:999px}.media-card--slider{flex:0 0 var(--media-card-width);min-width:var(--media-card-width);max-width:var(--media-card-width);scroll-snap-align:start}.media-card--compact{flex:0 0 var(--media-card-compact-width);min-width:var(--media-card-compact-width);max-width:var(--media-card-compact-width);min-height:200px}.history-slider{overflow-x:auto;padding-bottom:.5rem;padding-left:1.5rem;gap:.9rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;transform:translateZ(0)}.history-slider--compact{gap:.65rem;padding-bottom:.25rem}.media-card--history-compact{flex:0 0 180px;min-width:180px;max-width:180px;min-height:150px;max-height:150px;border-radius:14px}.media-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--media-card-width),1fr));gap:1rem;padding-left:1.5rem;contain:layout style;transform:translateZ(0)}.media-card{position:relative;display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(148,163,184,.2);background:rgba(15,23,42,.9);overflow:hidden;padding:0;cursor:pointer;text-align:left;color:inherit;transition:transform var(--transition-normal),border-color var(--transition-fast);margin-bottom:1rem;margin-top:1rem;width:100%;max-width:var(--media-card-width);min-height:320px;box-shadow:0 4px 12px rgba(0,0,0,.4);content-visibility:auto;contain-intrinsic-size:200px 320px;will-change:transform;transform:translateZ(0)}.media-card--poster{aspect-ratio:2 / 3;min-height:390px;contain-intrinsic-size:200px 390px}.media-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(15,23,42,.2),rgba(15,23,42,.4),rgba(15,23,42,.85));z-index:1;pointer-events:none}.media-card:hover,.media-card:focus-visible{transform:translateY(-4px) scale(1.02);border-color:rgba(56,189,248,.6);outline:none;box-shadow:0 8px 24px rgba(0,0,0,.5)}.media-card.is-focused{transform:translateY(-6px) scale(1.04);border-color:var(--focus-ring-color);box-shadow:0 12px 32px rgba(0,0,0,.5),0 0 0 2px rgba(103,80,164,.4);outline:none!important}.media-card img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.media-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;z-index:0}.media-card--compact{min-height:200px}.media-card--compact .media-card__body{padding:.75rem}.media-card--history-compact .media-card__body{padding:.55rem;gap:.25rem}.media-card--history-compact .media-card__title{font-size:.92rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.media-card--history-compact .media-card__type,.media-card--history-compact .media-card__rating-badge{font-size:.7rem}.media-card__body{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;flex-direction:column;gap:.4rem;z-index:2}.media-card--poster .media-card__body{background:linear-gradient(to top,rgba(2,6,23,.95),rgba(2,6,23,.7) 45%,rgba(2,6,23,0));padding-top:3.5rem}.media-card--poster .media-card__title,.media-card--poster .media-card__type,.media-card--poster .media-card__rating-badge{text-shadow:0 2px 8px rgba(2,6,23,.9)}.media-card__title{margin:0;font-weight:600;font-size:1.1rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.media-card__subtitle{margin:0;font-size:.9rem;color:rgba(226,232,240,.75);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-card__badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.25rem}.media-card__type{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:6px;background:rgba(103,80,164,.25);color:#c4b5fd}.media-card__type--movie{background:rgba(239,68,68,.2);color:#fca5a5}.media-card__type--series{background:rgba(34,197,94,.2);color:#86efac}.media-card__type--live{background:rgba(59,130,246,.2);color:#93c5fd}.media-card__rating{font-size:.8rem;font-weight:600;color:#fbbf24;display:flex;align-items:center;gap:.2rem}.media-card__top-badges{position:absolute;top:.75rem;left:.75rem;right:.75rem;display:flex;justify-content:flex-start;align-items:center;gap:.5rem;z-index:3}.media-card__rating-badge{padding:.3rem .6rem;border-radius:6px;font-size:.9rem;font-weight:700;background:rgba(0,0,0,.7);color:#fbbf24;backdrop-filter:blur(4px)}.progress{margin-top:.35rem;display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;color:rgba(226,232,240,.75)}.progress__bar{height:6px;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#6366f1)}.media-card--skeleton{pointer-events:none;cursor:default;content-visibility:visible}.skeleton-shimmer{background:linear-gradient(90deg,rgba(148,163,184,.1) 25%,rgba(148,163,184,.2),rgba(148,163,184,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.skeleton-line{border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(2,6,23,.85);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:20}.player-card{width:min(1100px,100%);background:rgba(8,12,24,.98);border-radius:28px;border:1px solid rgba(148,163,184,.35);padding:2rem;display:flex;flex-direction:column;gap:1rem}.player-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.player-label{margin:0;font-size:.85rem;color:rgba(148,163,184,.75)}.player-card video{width:100%;border-radius:20px;background:#000;max-height:60vh}.player-missing{padding:2rem;border:1px dashed rgba(148,163,184,.4);border-radius:20px;text-align:center}.load-more{display:flex;justify-content:center;margin-top:1rem}.details-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#010713;z-index:1000;overflow:hidden}.details-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.details-backdrop__image{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;width:calc(100% + 40px);height:calc(100% + 40px);object-fit:cover;filter:blur(40px) brightness(.4);opacity:.8;transform:scale(1.1)}.details-backdrop__gradient-bottom{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 0%,rgba(1,7,19,.4) 30%,rgba(1,7,19,.8) 60%,#010713 85%)}.details-backdrop__gradient-left{position:absolute;top:0;right:0;bottom:0;left:0;width:60%;background:linear-gradient(to right,rgba(1,7,19,.8) 0%,rgba(1,7,19,.4) 40%,transparent 100%)}.details-scroll-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;z-index:10;padding:0;scroll-behavior:smooth}.details-scroll-container::-webkit-scrollbar{width:0;height:0}.details-fixed-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none;display:flex;justify-content:flex-end;align-items:flex-start;padding:40px}.player-close-layer{position:fixed;z-index:10002;padding:24px}.player-close-layer .details-close-btn{margin:0}.details-close-btn{position:relative;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.45);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;cursor:pointer;pointer-events:auto;transition:all .2s ease;margin:50px}.details-close-btn.is-focused,.details-close-btn.spottable-focus,.details-close-btn[data-focused=true],.details-close-btn:focus{border-color:var(--focus-ring-color);background:rgba(103,80,164,.22);transform:scale(var(--focus-scale-md));box-shadow:0 10px 24px rgba(0,0,0,.45),var(--focus-ring-shadow);outline:none!important}.details-hero-spacer{height:20vh;pointer-events:none}.details-content-wrapper{padding:0 4vw 6vw;display:flex;flex-direction:column;gap:2.5rem;width:100%}.details-hero-info{display:flex;flex-direction:column;gap:1.25rem;max-width:75%}.details-hero-info h1{font-size:4.5rem;font-weight:800;margin:0;color:#fff;line-height:1.1;text-shadow:0 10px 30px rgba(0,0,0,.5)}.details-meta-row{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.badge-rating{background:rgba(99,102,241,.2);color:#818cf8;padding:.4rem .8rem;border-radius:8px;font-weight:700;display:flex;align-items:center;gap:.4rem;font-size:1.1rem}.badge-rating span{color:#fbbf24}.badge-age{border:1px solid rgba(226,232,240,.3);padding:.3rem .7rem;border-radius:6px;font-size:1rem;font-weight:600}.meta-item{font-size:1.15rem;font-weight:600;color:rgba(226,232,240,.9)}.meta-separator{width:4px;height:4px;border-radius:50%;background:rgba(226,232,240,.4)}.details-plot{font-size:1.25rem;line-height:1.6;color:rgba(226,232,240,.85);max-width:900px;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.details-crew{display:flex;flex-direction:column;gap:.6rem}.crew-item{font-size:1.05rem;display:flex;gap:.6rem}.crew-label{font-weight:600;color:rgba(226,232,240,.6)}.crew-value{color:rgba(226,232,240,.9)}.details-actions{display:flex;gap:1rem;margin-top:1rem}.action-btn{padding:.9rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:.8rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.action-btn.primary{background:#fff;color:#000}.action-btn.secondary{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.2)}.action-btn.is-focused,.action-btn.spottable-focus,.action-btn[data-focused=true],.action-btn:focus{transform:scale(var(--focus-scale-sm));border-color:var(--focus-ring-inner);box-shadow:0 10px 24px rgba(0,0,0,.45),var(--focus-ring-shadow);outline:none!important}.action-btn.primary.is-focused{background:#f8fafc}.action-btn.secondary.is-focused{background:rgba(255,255,255,.28)}.details-sections{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.details-section-title{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;color:#fff}.cast-track{display:flex;gap:2rem;overflow-x:auto;padding:.5rem .2rem 2rem}.cast-item{display:flex;flex-direction:column;align-items:center;gap:1rem;width:120px;flex-shrink:0}.cast-avatar{width:100px;height:100px;border-radius:50%;background:rgba(99,102,241,.15);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;color:#818cf8;border:2px solid rgba(99,102,241,.3)}.cast-name{font-size:.95rem;font-weight:600;color:rgba(226,232,240,.8);text-align:center;line-height:1.3}.season-track{display:flex;gap:1rem;margin:.4rem 0 2rem;padding:.1rem .4rem .6rem;width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;scroll-padding-inline:.4rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.season-track::-webkit-scrollbar{display:none;width:0;height:0}.season-chip{padding:.7rem 1.5rem;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.7);font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;scroll-snap-align:start}.season-chip.active{background:#6366f1;color:#fff;border-color:transparent}.season-chip.is-focused,.season-chip.spottable-focus,.season-chip[data-focused=true],.season-chip:focus{border-color:var(--focus-ring-inner);transform:scale(var(--focus-scale-sm));background:rgba(103,80,164,.28);box-shadow:var(--focus-ring-shadow);outline:none!important}.season-chip.active.is-focused,.season-chip.active.spottable-focus,.season-chip.active[data-focused=true],.season-chip.active:focus{background:#6366f1;box-shadow:var(--focus-ring-shadow)}.episodes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%}.episode-item{position:relative}.episode-download-btn{position:absolute;top:10px;right:10px;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.55);color:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease,border-color .2s ease}.episode-download-btn:hover{background:rgba(0,0,0,.7)}.episode-download-btn.is-focused,.episode-download-btn.spottable-focus,.episode-download-btn[data-focused=true],.episode-download-btn:focus{border-color:var(--focus-ring-inner);box-shadow:var(--focus-ring-shadow);transform:scale(var(--focus-scale-sm));outline:none!important}.episode-card{background:rgba(255,255,255,.06);border:2px solid transparent;border-radius:24px;overflow:hidden;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:0;width:100%}.episode-thumb{aspect-ratio:16 / 9;height:140px;background:rgba(0,0,0,.3);position:relative;width:100%;overflow:hidden}.episode-thumb img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:inherit}.episode-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:rgba(255,255,255,.2)}.episode-badge{position:absolute;bottom:8px;right:8px;background:rgba(99,102,241,.9);color:#fff;padding:4px 8px;border-radius:6px;font-size:.85rem;font-weight:800;z-index:2}.episode-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;z-index:1}.episode-card.is-focused .episode-play-overlay,.episode-card.spottable-focus .episode-play-overlay,.episode-card[data-focused=true] .episode-play-overlay,.episode-card:focus .episode-play-overlay{opacity:1}.episode-play-overlay:after{content:"▶";color:#fff;font-size:2.5rem}.episode-info{padding:1.2rem;display:flex;flex-direction:column;gap:.6rem}.episode-title{font-weight:700;font-size:1.15rem;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;align-self:flex-start}.episode-description{font-size:.95rem;color:rgba(226,232,240,.6);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.8em}.episode-meta{font-size:1.05rem;font-weight:600;color:rgba(255,255,255,.5)}.episode-card.is-focused,.episode-card.spottable-focus,.episode-card[data-focused=true],.episode-card:focus{border-color:var(--focus-ring-inner);transform:scale(var(--focus-scale-sm));background:rgba(255,255,255,.16);box-shadow:0 20px 40px rgba(0,0,0,.6),var(--focus-ring-shadow);outline:none!important}.episode-progress-track{position:absolute;bottom:0;left:0;right:0;height:6px;background:rgba(255,255,255,.2);z-index:3}.episode-progress-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#6366f1)}.episode-watched-badge{position:absolute;top:12px;left:12px;background:rgba(34,197,94,.95);color:#fff;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:800;z-index:3;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.3)}.episode-card.is-watched{opacity:.8}.episode-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.time-left{color:#fbbf24;font-size:.9rem;background:rgba(251,191,36,.1);padding:2px 8px;border-radius:6px;font-weight:700}.action-btn.with-progress{position:relative;overflow:hidden!important}.btn-progress-track{position:absolute;bottom:0;left:0;right:0;height:8px;background:rgba(0,0,0,.25);z-index:10}.btn-progress-fill{height:100%;background:#fff;box-shadow:0 0 10px rgba(255,255,255,.5)}.toast-container{position:fixed;top:80px;right:40px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{min-width:300px;max-width:500px;padding:16px 20px;border-radius:8px;border:2px solid;background:rgba(15,23,42,.95);box-shadow:0 8px 32px rgba(0,0,0,.5);pointer-events:all;cursor:pointer;animation:slideIn .3s ease-out;transition:transform .2s ease,opacity .2s ease}.toast:hover{transform:translate(-4px)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-error{border-color:#ef4444}.toast-success{border-color:#22c55e}.toast-info{border-color:#3b82f6}.toast-content{display:flex;flex-direction:column;gap:4px}.toast-title{font-size:16px;font-weight:600;color:#e2e8f0}.toast-message{font-size:14px;color:#94a3b8;line-height:1.4}.category-tabs-with-modal{display:flex;align-items:flex-start;gap:16px;margin-bottom:32px;overflow:visible}.category-modal-trigger{-webkit-appearance:none;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:rgba(15,23,42,.85);color:rgba(226,232,240,.8);padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border .15s ease,background .15s ease,color .15s ease,transform .15s ease;flex-shrink:0;margin-top:28px}.category-modal-trigger:focus{outline:none;border-color:rgba(56,189,248,.6);background:linear-gradient(135deg,#38bdf8,#6366f1);color:#020617;transform:scale(1.05)}.category-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.category-modal{background:linear-gradient(145deg,#0f172a,#1e293b);border:2px solid rgba(93,72,148,.4);border-radius:20px;width:90%;max-width:900px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.6);animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.category-modal__header{padding:32px 40px 24px;border-bottom:1px solid rgba(93,72,148,.2)}.category-modal__title-row{display:flex;align-items:center;justify-content:space-between}.category-modal__title{font-size:32px;font-weight:700;color:#e2e8f0;margin:0}.category-modal__close{width:48px;height:48px;border-radius:24px;background:rgba(93,72,148,.2);border:2px solid rgba(93,72,148,.3);color:#e2e8f0;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.category-modal__close:focus{background:#5d4894;border-color:#5d4894;transform:scale(1.1);box-shadow:0 0 20px rgba(93,72,148,.5)}.category-modal__search{padding:24px 40px;display:flex;gap:12px;align-items:center;border-bottom:1px solid rgba(93,72,148,.1)}.category-modal__search-input{flex:1;padding:16px 20px;background:rgba(15,23,42,.6);border:2px solid rgba(93,72,148,.3);border-radius:12px;color:#e2e8f0;font-size:18px;transition:all .2s ease}.category-modal__search-input::placeholder{color:#64748b}.category-modal__search-input:focus{background:rgba(15,23,42,.8);border-color:#5d4894;box-shadow:0 0 20px rgba(93,72,148,.3)}.category-modal__clear{padding:16px 24px;background:rgba(93,72,148,.2);border:2px solid rgba(93,72,148,.3);border-radius:12px;color:#e2e8f0;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.category-modal__clear:focus{background:#5d4894;border-color:#5d4894;transform:scale(1.05);box-shadow:0 0 20px rgba(93,72,148,.4)}.category-modal__count{padding:12px 40px;color:#94a3b8;font-size:14px}.category-modal__count p{margin:0}.category-modal__list{flex:1;overflow-y:auto;padding:20px 40px 40px;display:flex;flex-direction:column;gap:10px}.category-modal__list::-webkit-scrollbar{width:8px}.category-modal__list::-webkit-scrollbar-track{background:rgba(15,23,42,.5);border-radius:4px}.category-modal__list::-webkit-scrollbar-thumb{background:rgba(93,72,148,.5);border-radius:4px}.category-modal__list::-webkit-scrollbar-thumb:hover{background:rgba(93,72,148,.7)}.category-modal__item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:rgba(15,23,42,.4);border:2px solid rgba(93,72,148,.2);border-radius:12px;cursor:pointer;transition:all .2s ease}.category-modal__item:focus{background:rgba(93,72,148,.3);border-color:#5d4894;transform:translate(8px);box-shadow:0 4px 16px rgba(93,72,148,.3)}.category-modal__item--selected{background:rgba(93,72,148,.2);border-color:rgba(93,72,148,.5)}.category-modal__item--selected:focus{background:rgba(93,72,148,.4);border-color:#5d4894}.category-modal__item-name{color:#e2e8f0;font-size:18px;font-weight:500}.category-modal__item--selected .category-modal__item-name{font-weight:700;color:#fff}.category-modal__item-badge{padding:6px 12px;background:#5d4894;border-radius:6px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.category-modal__empty{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 20px}.category-modal__empty p{color:#64748b;font-size:18px;margin:0}html.web-app-compact .home-content{gap:1.5rem}html.web-app-compact .home-section{gap:1.2rem}html.web-app-compact .hero-banner{min-height:500px;margin-bottom:-84px}html.web-app-compact .hero-content{max-width:640px;min-height:410px;padding:2.5rem;padding-bottom:115px}html.web-app-compact .media-section,html.web-app-compact .category-shell{padding:1.4rem}html.web-app-compact .media-slider{padding:1.2rem;margin:16px}html.web-app-compact .media-row{gap:.85rem}html.web-app-compact .media-card{min-height:292px}html.web-app-compact .media-card--poster{min-height:355px}html.web-app-compact .media-card--history-compact{flex:0 0 168px;min-width:168px;max-width:168px;min-height:140px;max-height:140px}html.web-app-compact .player-controls{min-width:620px;bottom:64px;padding:2rem 2.8rem}html.web-app-compact .player-controls-row{gap:1.25rem}html.web-app-compact .player-button{width:62px;height:62px}html.web-app-compact .player-button.primary-play{width:80px;height:80px}html.web-app-compact .category-modal__content{max-width:820px;max-height:82vh}html.web-app-compact .category-modal__header{padding:28px 34px 20px}html.web-app-compact .category-modal__search{padding:0 34px}html.web-app-compact .category-modal__list{padding:16px 34px 32px}html.web-app-compact .details-fixed-layer{padding:28px}html.web-app-compact .details-close-btn{width:48px;height:48px;margin:36px}
