@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap);:root{--bg-base:#0A1628;--bg-surface:#0D1B33;--bg-surface-dim:#0D1B33;--bg-surface-bright:#1E3050;--bg-surface-container-lowest:#08101F;--bg-surface-container-low:#0F1D35;--bg-surface-container:#132342;--bg-surface-container-high:#1C3056;--bg-surface-container-highest:#253D6B;--bg-search:#353840;--text-primary:#E3E0F7;--text-secondary:#BBC9CC;--text-muted:#869396;--color-primary:#57E5FE;--color-on-primary:#00363E;--color-primary-container:#2CC9E1;--color-on-primary-container:#00505B;--color-primary-fixed:#A0EFFF;--color-primary-fixed-dim:#45D8F0;--color-on-primary-fixed:#001F25;--color-on-primary-fixed-variant:#004E59;--color-secondary:#F5AEFF;--color-on-secondary:#560069;--color-secondary-container:#80049C;--color-on-secondary-container:#F19DFF;--color-tertiary:#CAD3EF;--color-outline:#869396;--color-outline-variant:#3C494C;--color-error:#FFB4AB;--color-on-error:#690005;--color-error-container:#93000A;--color-on-error-container:#FFDAD6;--glass-bg:rgba(30, 30, 47, 0.8);--glass-blur:20px;--gradient-search:linear-gradient(to right, #57E5FE, #F5AEFF);--gradient-primary:linear-gradient(to right, #4FACFE 0%, #00F2FE 50%, #F093FB 100%, #F5576C 100%);--font-family:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,sans-serif;--fs-headline-lg:22px;--lh-headline-lg:28px;--fw-headline-lg:700;--fs-headline-md:18px;--lh-headline-md:24px;--fw-headline-md:600;--fs-headline-lg-mobile:20px;--lh-headline-lg-mobile:26px;--fw-headline-lg-mobile:700;--fs-movie-title-sm:14px;--lh-movie-title-sm:18px;--fw-movie-title-sm:600;--fs-body-md:14px;--lh-body-md:20px;--fw-body-md:400;--fs-body-sm:12px;--lh-body-sm:16px;--fw-body-sm:400;--fs-label-caps:11px;--lh-label-caps:14px;--fw-label-caps:700;--ls-label-caps:0.5px;--fs-tag:10px;--lh-tag:12px;--fw-tag:500;--sp-container-margin:16px;--sp-gutter-grid:12px;--sp-section-gap:24px;--sp-card-stack:8px;--sp-inline-padding:8px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--header-height:56px;--footer-height:72px;--glow-primary:0 0 12px rgba(87, 229, 254, 0.3);--glow-primary-strong:0 0 20px rgba(87, 229, 254, 0.4);--shadow-card:0 4px 12px rgba(0, 0, 0, 0.3);--shadow-nav:0 -4px 12px rgba(0, 0, 0, 0.3)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-family);font-size:var(--fs-body-md);font-weight:var(--fw-body-md);line-height:var(--lh-body-md);overflow:hidden;position:fixed;top:0;left:0;width:100%;height:100%;user-select:none;-webkit-user-select:none}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.app-container{display:flex;flex-direction:column;width:100%;height:100%;position:relative;padding-bottom:0}.app-main{flex:1;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.tab-panel{display:none;width:100%;min-height:100%;padding-bottom:calc(var(--footer-height) + env(safe-area-inset-bottom,0px) + 16px)}.tab-panel.active{display:block}.app-header{position:sticky;top:0;z-index:50;background:rgba(15,15,31,.8);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));padding:var(--sp-container-margin)}.header-row{display:flex;align-items:center;gap:16px}.header-search-bar{flex:1;display:flex;align-items:center;background:var(--bg-search);border-radius:var(--radius-md);padding:0 0 0 12px;cursor:pointer;position:relative;background-clip:padding-box}.header-search-bar::after{content:'';position:absolute;inset:-1.5px;z-index:-1;background:var(--gradient-primary);pointer-events:none}.header-search-bar .search-icon{position:relative;z-index:1;color:var(--text-secondary);flex-shrink:0}.header-search-bar .search-placeholder{position:relative;z-index:1;flex:1;font-size:var(--fs-body-sm);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-search-bar .search-btn{position:relative;z-index:1;background:var(--gradient-primary);border:none;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:var(--ls-label-caps);cursor:pointer;flex-shrink:0;text-shadow:0 0 8px rgba(0,0,0,.5),0 1px 2px rgba(0,0,0,.4)}.section{margin-bottom:var(--sp-section-gap);padding:0 var(--sp-container-margin)}.section-header{display:flex;justify-content:space-between;align-items:flex-end;position:relative}.section-header h2{font-size:var(--fs-headline-lg-mobile);font-weight:var(--fw-headline-lg-mobile);line-height:var(--lh-headline-lg-mobile);color:var(--text-primary);position:relative;display:flex;align-items:center;gap:4px}.section-header .view-all{font-size:var(--fs-body-sm);display:flex;align-items:center;gap:4px;cursor:pointer;text-decoration:none;transition:color .2s}.section-header .view-all:hover{color:#fff}.section-header .view-all svg{width:12px;height:12px}.history-scroll{display:flex;gap:16px;overflow-x:auto}.history-card{flex-shrink:0;border-radius:var(--radius-md);display:flex;position:relative;cursor:pointer;scroll-snap-align:start;align-items:flex-end}.history-card img{object-fit:cover;flex-shrink:0;border-radius:var(--radius-md)}.history-card .hc-badge{position:absolute;top:0;right:0;background:#dc2626;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-bottom-left-radius:6px;text-align:center;line-height:1.2;z-index:3}.history-card .hc-info{display:flex;flex-direction:column;justify-content:flex-end;min-width:0;align-self:flex-end}.hc-info h3{font-size:var(--fs-body-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-info .hc-year{display:inline-block;width:max-content;line-height:1.2}.hc-info .hc-progress-text{line-height:1.2}.hc-info .hc-progress-bar{width:100%;border-radius:1.5px;overflow:hidden;margin-top:2px}.hc-progress-bar .hc-progress-fill{height:100%;border-radius:1.5px;transition:width .3s}.providers-scroll{display:flex;gap:8px;overflow-x:auto;margin-bottom:var(--sp-section-gap);padding:0 var(--sp-container-margin)}.provider-chip{flex-shrink:0;border-radius:var(--radius-md);font-weight:700;font-size:var(--fs-label-caps);letter-spacing:1px;cursor:pointer;transition:opacity .2s}.provider-chip:active{opacity:.7}.movie-shelf-h{display:flex;overflow-x:auto;padding:0 var(--sp-container-margin)}.movie-shelf-h .movie-card-h{flex-shrink:0;cursor:pointer;scroll-snap-align:start}.movie-shelf-h .movie-card-h .poster{aspect-ratio:2/3;width:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-surface-container);position:relative;box-shadow:var(--shadow-card)}.movie-shelf-h .movie-card-h .poster img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.movie-shelf-h .movie-card-h:active .poster img{transform:scale(1.05)}.movie-shelf-h .movie-card-h .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.movie-shelf-h .movie-card-h.shelf-loading-card{pointer-events:none}.movie-shelf-h .movie-card-h.shelf-loading-card .poster{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 42%,rgba(87,229,254,.16),transparent 42%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.movie-shelf-h .movie-card-h.shelf-loading-card .poster::before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 0,rgba(255,255,255,.08) 44%,transparent 72%);transform:translateX(-100%);animation:1.35s ease-in-out infinite mediaShelfShimmer}.movie-shelf-h .movie-card-h.shelf-loading-card .va-loader-spinner{position:relative;z-index:1;width:24px;height:24px}.movie-shelf-h .movie-card-h.shelf-loading-card .loading-title{display:block;width:82%;height:14px;margin-top:9px;border-radius:999px;color:transparent;background:rgba(255,255,255,.08)}.detail-shelf-empty{flex:0 0 auto;min-width:calc((100vw - 56px)/ 3);min-height:168px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:var(--fs-body-sm)}@keyframes mediaShelfShimmer{to{transform:translateX(100%)}}.movie-shelf-h .movie-card-h .vip-tag{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:8px;font-weight:800;padding:1px 4px;border-radius:3px}.movie-shelf-h .movie-card-h .rating-badge{position:absolute;bottom:4px;left:4px;background:rgba(0,0,0,.7);color:var(--brand-gold,#eab308);font-size:9px;font-weight:700;padding:1px 4px;border-radius:3px}.movie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--sp-gutter-grid);row-gap:24px}.movie-grid-item{display:flex;flex-direction:column;gap:8px;cursor:pointer;min-width:0}.movie-grid-item .poster{aspect-ratio:2/3;width:100%;border-radius:var(--radius-md);overflow:hidden;background:var(--bg-surface-container);position:relative;box-shadow:var(--shadow-card);flex-shrink:0}.movie-grid-item .poster img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;transition:transform .5s}.movie-grid-item:active .poster img{transform:scale(1.05)}.movie-grid-item .poster .play-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.movie-grid-item:active .poster .play-overlay{opacity:1}.movie-grid-item .poster .play-overlay svg{width:40px;height:40px;color:var(--color-primary)}.movie-grid-item .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.movie-grid-item .meta-tag{font-size:var(--fs-tag);background:rgba(6,182,212,.2);color:#67e8f9;padding:2px 6px;border-radius:4px;width:max-content}.filter-section{display:flex;flex-direction:column;gap:16px;margin-bottom:var(--sp-section-gap);overflow:hidden}.filter-row{display:flex;gap:8px;overflow-x:auto;padding:0 var(--sp-container-margin)}.chip{flex-shrink:0;border-radius:var(--radius-md);font-size:var(--fs-body-sm);background:0 0;border:none;color:var(--text-secondary);white-space:nowrap;cursor:pointer;transition:.2s}.chip:hover{background:rgba(255,255,255,.05)}.chip.type-chip{letter-spacing:var(--ls-label-caps);background:0 0;color:var(--text-secondary)}.chip.type-chip.active{background:var(--color-primary);color:var(--color-on-primary);box-shadow:var(--glow-primary)}.chip.sub-chip.active{background:var(--color-primary-container);color:var(--color-on-primary-container)}.settings-list{display:flex;flex-direction:column;gap:16px;padding:0 var(--sp-container-margin)}.settings-item{display:flex;align-items:center;justify-content:space-between;background:var(--bg-surface-container);border-radius:var(--radius-xl);cursor:pointer;transition:background .2s}.settings-item:active{background:rgba(255,255,255,.04)}.settings-item .si-left{display:flex;align-items:center;gap:16px}.settings-item .si-left svg{color:var(--color-primary);color:#fff;opacity:.96}.settings-item .si-right{color:var(--text-muted);font-size:var(--fs-body-sm)}.toggle-switch{position:relative;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch .slider{position:absolute;cursor:pointer;inset:0;background:rgba(255,255,255,.12);border-radius:24px;transition:.3s}.toggle-switch .slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.3)}.toggle-switch input:checked+.slider{background:var(--color-primary-container)}.toggle-switch input:checked+.slider::before{transform:translateX(20px)}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-surface);z-index:110;display:none;flex-direction:column}.search-overlay.open{display:flex}.search-overlay-header{display:flex;align-items:center;gap:12px;padding:12px var(--sp-container-margin);background:var(--bg-surface);position:sticky;top:0;z-index:10}.search-overlay-header .back-btn{background:0 0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-overlay-header .back-btn:active{color:#fff}.search-input-wrap{flex:1;position:relative;background:var(--bg-search);border-radius:var(--radius-md);background-clip:padding-box}.search-input-wrap::after{content:'';position:absolute;inset:-1.5px;z-index:-1;background:var(--gradient-primary);pointer-events:none}.search-input-wrap input{position:relative;z-index:1;width:100%;background:0 0;border:none;outline:0;color:var(--text-primary);font-size:var(--fs-body-sm);caret-color:var(--color-primary)}.search-input-wrap .clear-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;color:var(--text-muted);cursor:pointer;display:none}.search-input-wrap .clear-btn.visible{display:block}.search-results{flex:1;padding:8px var(--sp-container-margin);display:flex;flex-direction:column;gap:16px}.search-result-item{display:flex;gap:16px;cursor:pointer}.search-result-item .sr-poster{flex-shrink:0;aspect-ratio:2/3;overflow:hidden;background:#1f2937}.search-result-item .sr-poster img{width:100%;height:100%;object-fit:cover}.search-result-item .sr-info{flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:4px 0;min-width:0}.sr-info h2{font-weight:500;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-info .sr-meta{display:inline-block;font-size:var(--fs-tag);padding:2px 8px;border-radius:4px;margin-bottom:8px;width:max-content}.sr-info .sr-desc{font-size:var(--fs-body-sm);line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hot-search{padding:16px var(--sp-container-margin)}.hot-search h4{font-size:var(--fs-body-sm);color:var(--text-muted);font-weight:700;margin-bottom:12px;text-transform:uppercase;letter-spacing:var(--ls-label-caps)}.hot-tags{display:flex;flex-wrap:wrap;gap:8px}.hot-tag{padding:7px 14px;background:var(--bg-surface-container);border:.5px solid rgba(60,73,76,.2);border-radius:var(--radius-full);font-size:var(--fs-body-sm);color:var(--text-secondary);cursor:pointer;transition:.2s}.hot-tag:active{background:rgba(255,255,255,.1);color:#fff}.detail-overlay{position:fixed;top:0;left:0;height:100%;background:var(--bg-surface);z-index:105;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1);pointer-events:none}.detail-overlay.open{transform:translateX(0);pointer-events:auto}.detail-overlay .back-btn{position:fixed;z-index:20;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);left:16px}.detail-overlay .more-btn{position:fixed;z-index:20;border:none;border-radius:50%;width:40px;height:40px;align-items:center;justify-content:center;color:#fff;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);right:12px}.detail-player-placeholder{width:100%;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:var(--fs-body-sm);position:relative}.detail-info{padding:16px var(--sp-container-margin);display:flex;flex-direction:column;gap:16px}.detail-info .di-header{display:flex;justify-content:space-between;align-items:flex-start}.di-header .di-subtitle{font-size:var(--fs-body-sm);color:var(--text-muted)}.di-header .di-meta-tag{font-size:var(--fs-tag)}.di-synopsis p{font-size:var(--fs-body-sm);color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical}.di-synopsis p.expanded{-webkit-line-clamp:unset}.di-synopsis .unfold-btn{color:var(--color-primary-container);background:0 0;font-size:var(--fs-body-sm)}.feedback-panel{margin:0 var(--sp-container-margin);box-shadow:0 20px 40px rgba(0,0,0,.3)}.feedback-panel h3{color:var(--text-muted);font-size:var(--fs-headline-md);font-weight:var(--fw-headline-md);text-align:center}.feedback-tags{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feedback-tag{background:var(--bg-surface-container-low);border-radius:var(--radius-xl);color:var(--text-secondary);font-size:var(--fs-body-sm);font-weight:500;text-align:center;cursor:pointer;transition:.2s}.feedback-tag.selected{background:var(--color-primary);color:var(--color-on-primary);border-color:transparent;box-shadow:var(--glow-primary-strong)}.feedback-textarea{width:100%;padding:16px;color:var(--text-primary);font-size:var(--fs-body-md);font-family:var(--font-family);resize:none;outline:0;transition:border .2s}.feedback-textarea:focus{border-color:rgba(87,229,254,.5);ring:2px solid rgba(87,229,254,0.3)}.feedback-textarea::placeholder{color:rgba(187,201,204,.4)}.feedback-submit{background:var(--text-primary);color:var(--bg-surface);border:none;font-size:var(--fs-headline-md);font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.4);transition:.2s}.feedback-submit:active{opacity:.9;transform:scale(.98)}.feedback-submit.success{background:var(--color-primary);color:var(--color-on-primary)}.feedback-footer-text{text-align:center;color:rgba(187,201,204,.5);font-size:var(--fs-body-sm);margin-top:24px}.history-dialog{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-surface);z-index:200;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1);pointer-events:none}.history-dialog.open{transform:translateX(0);pointer-events:auto}.history-dialog .hd-header{display:flex;align-items:center;padding:12px var(--sp-container-margin);position:sticky;top:0;background:var(--bg-surface);z-index:10}.hd-header .back-btn{background:0 0;border:none;color:rgba(255,255,255,.6);padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.hd-header .back-btn:active{color:#fff}.hd-header h2{flex:1;font-size:var(--fs-headline-lg-mobile)}.hd-content{flex:1;overflow-y:auto;padding:0 var(--sp-container-margin)}.hd-content .hd-date-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hd-date-label span{font-size:var(--fs-body-md);color:var(--text-secondary);font-weight:600}.hd-date-label .clear-btn{font-size:var(--fs-body-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:none}.hd-history-item{display:flex;gap:10px;background:var(--bg-surface-container);border-radius:var(--radius-lg);cursor:pointer}.hd-history-item .hd-poster{overflow:hidden;flex-shrink:0}.hd-history-item .hd-poster img{width:100%;height:100%;object-fit:cover}.hd-history-item .hd-meta{flex:1;display:flex;flex-direction:column;justify-content:center;gap:2px;min-width:0}.hd-meta h3{font-size:var(--fs-body-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hd-meta .hd-sub{font-size:var(--fs-tag);color:var(--text-muted)}.hd-meta .hd-progress{font-size:var(--fs-tag);color:var(--color-primary-container)}.hd-play-btn{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;color:var(--color-primary)}.hd-play-btn svg{width:22px;height:22px;margin-left:2px}.app-footer{position:fixed;bottom:0;left:0;width:100%;height:calc(var(--footer-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:var(--shadow-nav);z-index:100}.footer-nav{display:flex;width:100%;height:var(--footer-height);align-items:center;justify-content:space-around;padding:0 var(--sp-gutter-grid)}.nav-item{background:0 0;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer;transition:.2s;border-radius:var(--radius-full);position:relative;gap:2px}.nav-item.active{color:var(--color-primary);box-shadow:var(--glow-primary)}.nav-label{letter-spacing:.3px;text-transform:uppercase}.nav-item::after{content:'';position:absolute;inset:4px;border-radius:50%;background:radial-gradient(circle,rgba(87,229,254,.25) 0,transparent 70%);opacity:0;transform:scale(.3);transition:.4s ease-out;pointer-events:none}.nav-item:active::after{opacity:1;transform:scale(1.3)}.custom-toast{position:fixed;bottom:120px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.85);border:1px solid rgba(255,255,255,.15);color:#fff;padding:10px 20px;border-radius:20px;font-size:13px;font-weight:600;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s}.custom-toast.show{opacity:1}.api-retry-indicator{position:fixed;top:calc(env(safe-area-inset-top,0px) + 14px);left:50%;z-index:1200;display:inline-flex;align-items:center;gap:8px;max-width:calc(100vw - 32px);min-height:38px;padding:9px 14px;border-radius:999px;border:1px solid rgba(87,229,254,.24);background:rgba(5,12,24,.88);color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.34),0 0 18px rgba(87,229,254,.14);backdrop-filter:blur(14px) saturate(1.15);-webkit-backdrop-filter:blur(14px) saturate(1.15);pointer-events:none;opacity:0;transform:translate(-50%,-8px);transition:opacity .22s,transform .22s}.api-retry-indicator.show{opacity:1;transform:translate(-50%,0)}.api-retry-indicator .va-loader-spinner{width:16px;height:16px;border-width:2px;flex:0 0 auto}.api-retry-text{min-width:0;overflow:hidden;color:rgba(255,255,255,.94);font-size:13px;line-height:18px;font-weight:600;white-space:nowrap;text-overflow:ellipsis}@keyframes slideUp{from{transform:translateY(3%);opacity:0}to{transform:translateY(0);opacity:1}}.slide-up{animation:.3s slideUp}.viewall-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-surface);z-index:200;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1);pointer-events:none}.viewall-overlay.open{transform:translateX(0);pointer-events:auto}.viewall-overlay.no-transition{transition:none!important}.va-header{display:flex;align-items:center;padding:12px var(--sp-container-margin);gap:12px;position:sticky;top:0;background:var(--bg-surface);z-index:10}.va-header h2{font-size:var(--fs-headline-lg-mobile)}.va-header .back-btn{background:0 0;border:none;color:rgba(255,255,255,.6);padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.va-header .back-btn:active{color:#fff}.va-content{flex:1;overflow-y:auto;padding:var(--sp-container-margin)}.va-load-more{grid-column:1/-1;min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;color:rgba(255,255,255,.66);font-size:12px}.va-load-more.done{color:rgba(255,255,255,.4)}.provider-chip.provider-text{min-width:auto;width:auto;padding:0 14px;color:#fff;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.12)!important;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase}.modal-overlay{position:fixed;inset:0;z-index:150;background:rgba(0,0,0,.8);display:none;align-items:flex-end;justify-content:center}.modal-overlay.open{display:flex}.modal-sheet{width:100%;max-width:448px;background:var(--bg-surface-container);border-radius:var(--radius-xl) var(--radius-xl) 0 0;padding:24px;display:flex;flex-direction:column;gap:16px;animation:.3s slideUp}.modal-sheet .ms-header{display:flex;justify-content:space-between;align-items:flex-start}.modal-sheet .ms-header h2{font-size:24px;line-height:30px;font-weight:700}.modal-sheet .ms-close{background:#374151;border:none;border-radius:50%;width:32px;height:32px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-meta-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.modal-sheet .modal-meta-row .di-meta-tag{flex:0 0 auto;margin:0}.modal-genre{min-width:0;color:var(--text-muted);font-size:var(--fs-body-sm);line-height:20px}.modal-detail-body{display:flex;flex-direction:column;gap:6px}.modal-detail-body h3{margin:0;color:#d1d5db;font-size:18px;line-height:23px;font-weight:600}.modal-detail-body p{margin:0;color:var(--text-muted);font-size:var(--fs-body-sm);line-height:1.5}:root{--bg-base:#141238;--bg-surface:#141238;--bg-surface-dim:#141238;--bg-surface-container-low:#203953;--bg-surface-container:#284762;--bg-surface-container-high:#305573;--bg-search:rgba(72, 72, 72, 0.94);--text-primary:#F8F7FF;--text-secondary:#DAD9EA;--text-muted:#AEA9C9;--color-primary:#63E7F4;--color-primary-container:#20748A;--color-on-primary-container:#EAFDFF;--sp-container-margin:17px;--sp-section-gap:26px;--footer-height:64px}.app-main,.detail-overlay,.history-dialog,.search-overlay,.tab-panel,.viewall-overlay,body{background:var(--bg-base)}.app-header{background:var(--bg-base);border-bottom:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding:16px var(--sp-container-margin) 14px}.header-row{gap:12px}.home-refresh-indicator{--ptr-y:-96px;--ptr-opacity:0;--ptr-scale:0.72;--ptr-rotate:0deg;position:fixed;left:50%;top:0;z-index:76;width:62px;height:62px;border-radius:999px;opacity:var(--ptr-opacity);transform:translate3d(-50%,var(--ptr-y),0) scale(var(--ptr-scale));transform-origin:center;display:flex;align-items:center;justify-content:center;color:rgba(15,15,18,.88);background:rgba(255,255,255,.94);box-shadow:0 10px 28px rgba(0,0,0,.16);pointer-events:none;transition:opacity .18s,transform .22s cubic-bezier(.2, .9, .2, 1);will-change:transform,opacity}.home-refresh-indicator.visible{--ptr-opacity:1;--ptr-scale:1}.home-refresh-indicator.is-pulling{transition:opacity 80ms linear,transform 80ms linear}.home-refresh-indicator.is-refreshing{--ptr-opacity:1;--ptr-scale:1}.home-refresh-icon{width:33px;height:33px;transform:rotate(var(--ptr-rotate))}.home-refresh-indicator.is-refreshing .home-refresh-icon,.va-loader-spinner{animation:.82s linear infinite mediaSpin}.va-loader-spinner{width:15px;height:15px;border-radius:999px;border:2px solid rgba(255,255,255,.22);border-top-color:var(--color-primary);display:inline-block}@keyframes mediaSpin{to{transform:rotate(360deg)}}.header-search-bar,.search-input-wrap{height:40px;min-width:0;background:var(--bg-search);border:0;border-radius:8px;padding-left:10px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.header-search-bar::after,.search-input-wrap::after{inset:-1.5px;background:linear-gradient(90deg,#44e9f2 0,#a57afb 58%,#f782e6 100%);border-radius:9.5px}.header-search-bar .search-icon{width:29px;height:29px;padding:7px;margin-right:8px;border-radius:50%;color:#dbfcff;background:radial-gradient(circle at 35% 35%,#66f3ff 0,#23b8c7 58%,#177c94 100%);box-shadow:0 0 10px rgba(90,235,255,.35)}.header-search-bar .search-placeholder{font-size:13px;color:rgba(218,217,234,.36)}.header-search-bar .search-btn{width:64px;height:32px;margin-right:4px;padding:0;border-radius:6px;font-size:12px;text-transform:none;letter-spacing:0;background:linear-gradient(90deg,#47e7f4 0,#d971ef 100%)}.section{padding:0 var(--sp-container-margin);margin-bottom:var(--sp-section-gap)}.section-header{align-items:center;margin-bottom:12px}.section-header h2{font-size:21px;line-height:28px;font-weight:500;letter-spacing:-.3px}.section-header h2::after{content:'';position:absolute;width:100px;height:2px}.section-header .view-all{color:#c5c0dc;font-size:13px}.history-scroll{gap:12px;padding-top:31px;padding-bottom:16px;overflow-y:visible}.history-card{width:calc((100vw - 46px)/ 2);height:80px;padding-left:84px;padding-right:8px;overflow:visible;align-items:center;background:#000;border-radius:12px;box-shadow:none}.history-card img{position:absolute;bottom:22px;width:72px;height:117px;border-radius:5px;object-fit:cover;box-shadow:0 6px 12px rgba(0,0,0,.28);left:8px}.history-card .hc-info{align-self:stretch;justify-content:center;padding:0;gap:3px}.hc-info h3{font-size:17px;line-height:1.15;color:#fff}.hc-info .hc-year{font-size:13px;color:#e8ffff;background:#1c747a;padding:3px 6px;border-radius:5px}.hc-info .hc-progress-text{font-size:12px;color:#fff}.hc-info .hc-progress-bar{height:3px;background:rgba(255,255,255,.68)}.hc-progress-bar .hc-progress-fill{background:#56e9f8}.providers-scroll{gap:10px;padding:0 var(--sp-container-margin);margin-bottom:28px}.provider-chip{height:37px;padding:0;border:0!important;border-radius:7px;overflow:hidden;background:0 0!important}.provider-chip img{display:block;width:100%;height:100%;object-fit:cover}.movie-shelf-h{gap:10px;padding:0}.movie-shelf-h .movie-card-h{width:calc((100vw - 56px)/ 3)}.movie-shelf-h .movie-card-h .poster{aspect-ratio:2/3;border-radius:8px;box-shadow:none;background:#0f102b}.hd-history-item .hd-poster img,.movie-grid-item .poster img,.movie-shelf-h .movie-card-h .poster img,.search-result-item .sr-poster img{filter:saturate(1.02) contrast(1.02)}.movie-grid-item .title,.movie-shelf-h .movie-card-h .title{margin-top:9px;font-size:16px;line-height:1.26;font-weight:500;color:#fff}.movie-shelf-h .movie-card-h .rating-badge,.movie-shelf-h .movie-card-h .vip-tag{display:none}#tab-category .app-header{padding-top:16px;padding-bottom:18px}.filter-section{gap:11px;margin-bottom:26px}.filter-row{gap:18px;padding:0 var(--sp-container-margin)}.filter-row:last-child{border-bottom:0;padding-bottom:0}.chip,.chip.sub-chip,.chip.type-chip{min-height:31px;padding:6px 14px;border-radius:6px;font-size:15px;line-height:20px;font-weight:500;color:#fff}.chip.type-chip{min-width:70px;letter-spacing:0}.chip.sub-chip.active,.chip.type-chip.active{color:#fff;background:linear-gradient(90deg,#247b8e 0,#305487 100%);box-shadow:none}.movie-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;row-gap:28px}.movie-grid-item{gap:0}.movie-grid-item .poster{aspect-ratio:351/608;border-radius:8px;box-shadow:none;background:#0f102b}.movie-grid-item .meta-tag,.movie-grid-item .poster .play-overlay{display:none}.page-titlebar{height:70px;display:flex;align-items:center;justify-content:center}.page-titlebar h1{font-size:18px;line-height:24px;font-weight:500;color:#fff}.settings-list{margin-top:0;gap:12px;padding:0 var(--sp-container-margin)}.settings-technical{display:none!important}.settings-item{width:100%;border:0;background:#294760;color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.06) inset}.settings-item .si-left{gap:13px;gap:26px}.settings-item .si-left span{color:#fff;font-size:18px;line-height:24px}.settings-item .si-right{color:rgba(255,255,255,.86)}#feedback-section{position:fixed;inset:0;z-index:180;margin:0!important;overflow-y:auto;padding:58px 24px 36px;background:linear-gradient(180deg,#6db4ff 0,#b7e9ff 55%,#fff 100%);color:#111827}.feedback-back{position:absolute;top:58px;left:24px;z-index:2;width:32px;height:32px;border:0;background:0 0;color:#16436f}.feedback-hero{height:106px;display:flex;align-items:center;justify-content:center;color:#101827;font-weight:800;text-align:center;letter-spacing:-1px;text-shadow:0 2px 0 rgba(255,255,255,.55)}.feedback-hero-text{display:inline-block;transform:rotate(2deg);font-size:34px;line-height:.86}.feedback-panel{margin:0;padding:20px;border-radius:14px;background:rgba(255,255,255,.94);color:#111827;box-shadow:0 12px 28px rgba(29,78,126,.18)}.feedback-panel h3{margin-bottom:16px;color:#111827;font-size:14px;font-weight:600}.feedback-tags{gap:10px;margin-bottom:18px}.feedback-tag{min-height:32px;padding:8px 6px;border:0;border-radius:3px;background:#eef2f5;color:#a4abb3;font-size:10px;line-height:13px}.feedback-tag.selected{background:#101827;color:#fff;box-shadow:none}.feedback-textarea{min-height:108px;border:0;border-radius:10px;background:rgba(255,255,255,.86);color:#111827;font-size:11px;line-height:16px;box-shadow:0 6px 18px rgba(29,78,126,.12)}.feedback-submit{width:128px;height:38px;margin:20px auto 0;border-radius:5px;background:#070a12;color:#fff;font-size:12px;box-shadow:none}.feedback-footer-text{display:none}.detail-overlay .back-btn,.detail-overlay .more-btn{top:18px;background:0 0;backdrop-filter:none;-webkit-backdrop-filter:none}.detail-player-placeholder{height:255px;aspect-ratio:auto;color:transparent;font-size:0;background:#000;flex:0 0 auto}.detail-player-placeholder::before{content:'';left:50%;top:44%}.detail-player-placeholder::after{content:'Video Player Placeholder';position:absolute;left:0;right:0;top:calc(44% + 46px);color:#fff;font-size:18px;line-height:24px;text-align:center}.detail-info{padding:13px var(--sp-container-margin) 14px;gap:14px}.di-header h1{font-size:24px;line-height:30px;font-weight:500;color:#fff;text-overflow:ellipsis}.di-header .di-subtitle{margin-top:2px;font-size:15px;line-height:18px;color:#b9b3d0}.di-actions{display:flex;align-items:center;flex:0 0 auto}.di-chat-tag,.di-header .di-meta-tag,.di-line-tag,.modal-sheet .di-meta-tag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border-radius:7px;padding:0 10px;background:#20748a;color:#f4ffff;font-size:15px;line-height:18px;font-weight:500}.di-line-tag{min-width:74px;background:#4ce8b0;color:#063328}.di-chat-tag{width:38px;min-width:38px;padding:0;color:#102236;background:linear-gradient(135deg,#4de8f4,#f77fd8);font-weight:900}.di-report-btn{width:38px;min-width:38px;height:34px;padding:0;border:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;appearance:none;-webkit-appearance:none;color:#102236;background:linear-gradient(135deg,#4de8f4 0,#f77fd8 100%);cursor:pointer;-webkit-tap-highlight-color:transparent}.di-report-btn svg{width:20px;height:20px}.di-report-btn:active{transform:scale(.96)}.di-synopsis h3,.play-source h3{margin-bottom:4px;color:#fff;font-size:24px;line-height:30px;font-weight:500}.di-synopsis p{display:inline;-webkit-line-clamp:unset}.di-synopsis .unfold-btn{display:inline!important}.play-source{flex-direction:column;gap:8px}.source-row{display:flex;gap:10px;overflow-x:auto}.source-row button{flex:0 0 auto;min-height:41px;padding:0 18px;border:0;border-radius:7px;background:#20748a;color:#fff;font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-row button.active{background:#4ce8b0;color:#063328}.detail-overlay .section{margin-bottom:32px}.history-dialog .hd-header,.va-header{min-height:76px;padding:18px var(--sp-container-margin) 12px;background:var(--bg-base);border-bottom:0}.hd-header h2,.va-header h2{flex:1;text-align:center;margin-right:40px;font-size:18px;line-height:24px;font-weight:500;color:#fff}.va-header{gap:0}.va-content{padding:0 var(--sp-container-margin) 120px}.hd-content{padding:0 var(--sp-container-margin) 24px}.hd-date-label span{font-size:13px;color:#fff}.hd-history-item{margin-bottom:10px;background:#000}.hd-history-item .hd-poster{border-radius:4px}.hd-meta h3{color:#fff;font-size:14px}.hd-meta .hd-progress,.hd-meta .hd-sub{font-size:10px}.hd-play-btn{width:38px;height:38px;background:#5debfa;color:#07121f}.search-overlay-header{padding:16px var(--sp-container-margin) 14px;background:var(--bg-base)}.hd-header .back-btn svg,.search-overlay-header .back-btn svg,.va-header .back-btn svg{width:28px;height:28px}.hot-search h4{color:#fff;text-transform:none;letter-spacing:0}.search-results{gap:18px}.search-result-item .sr-poster{width:94px;border-radius:5px}.sr-info h2{color:#fff;font-size:16px}.sr-info .sr-meta{background:#20748a;color:#e7ffff}.sr-info .sr-desc{color:#c8c3da}.app-footer{height:calc(var(--footer-height) + env(safe-area-inset-bottom,0px));border-top:0;box-shadow:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:rgba(232,233,239,.18);backdrop-filter:blur(8px) saturate(1.05);-webkit-backdrop-filter:blur(8px) saturate(1.05)}.footer-nav{height:var(--footer-height);padding:0}.nav-item{flex:1 1 0;height:100%;padding:5px 0 4px;border-radius:0;gap:1px}.nav-item.active{background:0 0;color:#0b111b;box-shadow:none}.nav-item::after{display:none}.nav-item.active::before{content:'';position:absolute;top:6px;left:50%;width:36px;height:32px;transform:translateX(-50%);border-radius:13px;box-shadow:0 0 12px rgba(95,238,255,.22);background:#080c12}.nav-item svg{position:relative;z-index:1;width:23px;height:23px;stroke-width:1.8}.nav-label{position:relative;z-index:1;color:inherit;font-size:9px;line-height:11px;font-weight:500}@media (max-width:360px){.header-row{gap:9px}.header-search-bar .search-btn{width:58px}.movie-grid-item .title,.movie-shelf-h .movie-card-h .title{font-size:15px}.di-actions{gap:5px}.di-header .di-meta-tag,.di-line-tag{font-size:13px;padding:0 8px}}.nav-item:focus,.nav-item:focus-visible,.settings-item:focus,.settings-item:focus-visible,button:focus,button:focus-visible{outline:0}.providers-scroll{gap:5px}.provider-chip{min-width:78px;appearance:none;-webkit-appearance:none;outline:0}.provider-chip:nth-child(2){min-width:114px}.provider-chip:nth-child(3){min-width:80px}.provider-chip:nth-child(4){min-width:84px}.settings-list{padding:0 25px;gap:23px}.settings-item{min-height:76px;padding:0 27px;border-radius:10px}.settings-item .si-left svg{width:31px;height:31px;stroke-width:1.6}.settings-item .si-right{font-size:15px}.hd-history-item{min-height:104px;padding:10px;border-radius:10px}.hd-history-item .hd-poster{width:61px;height:80px}.source-row button:first-child{width:96px;padding:0 8px}.source-row button:nth-child(2){width:190px;padding:0 10px}.source-row button:nth-child(3){width:74px;padding:0 8px}#history-section .history-scroll{--history-card-w:clamp(184px, calc((100vw - 56px) / 2), 278px);--history-card-h:clamp(80px, min(19.5vw, 12svh), 122px);--history-poster-w:clamp(74px, min(17.9vw, 10.8svh), 110px);--history-poster-h:clamp(96px, min(22.2vw, 13.3svh), 137px);--history-poster-left:clamp(8px, 1.95vw, 12px);--history-poster-bottom:clamp(20px, min(5.2vw, 3.3svh), 32px);--history-info-gap:clamp(8px, 1.6vw, 12px);gap:clamp(16px,5.2vw,32px);padding-top:calc(var(--history-poster-h) - var(--history-card-h) + var(--history-poster-bottom) + 1px);padding-bottom:clamp(10px,2.6vw,18px);overflow-y:visible;scroll-snap-type:x proximity}#history-section .history-card{flex:0 0 var(--history-card-w);width:var(--history-card-w);height:var(--history-card-h);padding-left:calc(var(--history-poster-left) + var(--history-poster-w) + var(--history-info-gap));overflow:visible;align-items:center;background:#000;border-radius:clamp(10px,2vw,13px);padding-right:clamp(6px,1.3vw,8px);padding-left:calc(var(--history-poster-left) + var(--history-poster-w) + var(--history-info-gap))}#history-section .history-card img{left:var(--history-poster-left);bottom:var(--history-poster-bottom);width:var(--history-poster-w);height:var(--history-poster-h);object-fit:contain;object-position:center;border-radius:clamp(4px,1.1vw,6px);object-fit:contain;background:0 0;object-fit:cover;object-position:center bottom;box-shadow:none}#history-section .history-card .hc-info{min-width:0;max-width:100%;height:100%;padding:clamp(6px,1.35vw,9px) 0 clamp(5px,1.15vw,8px);justify-content:center;gap:clamp(1px,.45vw,3px);overflow:hidden}#history-section .hc-info .hc-progress-text{width:100%;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#history-section .hc-info .hc-progress-bar{width:100%;height:clamp(3px,.65vw,4px);margin-top:clamp(1px,.35vw,3px);background:rgba(255,255,255,.72)}@media (max-width:374px){#history-section .history-scroll{--history-card-w:clamp(172px, calc((100vw - 48px) / 2), 184px);--history-poster-w:68px;--history-poster-h:90px;--history-poster-bottom:18px;--history-info-gap:7px;gap:14px}#history-section .hc-info h3{font-size:13px}#history-section .hc-info .hc-year{font-size:10px}#history-section .hc-info .hc-progress-text{font-size:9px}}#history-section .history-scroll{--history-card-h:clamp(80px, 19.5vw, 122px);--history-poster-w:clamp(74px, 17.9vw, 110px);--history-poster-h:clamp(96px, 22.2vw, 137px);--history-poster-bottom:clamp(20px, 5.2vw, 32px);--history-info-gap:clamp(7px, 1.3vw, 8px);--history-poster-w:clamp(78px, 15.8vw, 96px);--history-poster-h:clamp(108px, 24vw, 150px);--history-poster-bottom:clamp(16px, 4vw, 24px);--history-info-gap:clamp(7px, 1.15vw, 8px);--history-poster-w:clamp(76px, 15.2vw, 94px);--history-poster-h:clamp(122px, 24.6vw, 152px);--history-poster-left:clamp(0px, 0.7vw, 4px);--history-poster-bottom:clamp(8px, 2.25vw, 14px);--history-info-gap:clamp(7px, 1.05vw, 8px)}.provider-chip:active{transform:scale(.96);filter:brightness(1.1)}.provider-chip:nth-child(5){min-width:103px}.provider-chip:nth-child(6){min-width:118px}.provider-chip:nth-child(7){min-width:123px}.nav-item,.nav-item svg,.nav-label{opacity:1}.nav-item{color:#2f343c}.nav-item.active svg{color:#67e8f9}.nav-item.active .nav-label{color:#fff}#history-section .hc-info h3{max-width:100%;line-height:1.02;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(13px, 3.2vw, 20px)}#history-section .hc-info .hc-year{max-width:100%;line-height:1;padding:clamp(2px,.7vw,5px) clamp(5px,1.2vw,8px);border-radius:clamp(4px,1vw,7px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:clamp(10px, 2.75vw, 18px)}#history-section .hc-info .hc-progress-text{letter-spacing:-.02em;font-size:clamp(8px, 1.85vw, 12px);line-height:1.08}.section-header h2{--media-flourish-bar-w:clamp(74px, 42%, 132px);--media-flourish-bar-h:3px;--media-flourish-end:-20px;overflow:visible}.section-header h2::after{left:auto;right:max(8px,calc(var(--media-flourish-end) + 18px));bottom:-5px;width:var(--media-flourish-bar-w);height:var(--media-flourish-bar-h);border-radius:999px;background:linear-gradient(90deg,#57e5fe 0,#83ecff 34%,#b881ff 68%,#f774dd 100%);box-shadow:0 0 7px rgba(87,229,254,.22),0 0 7px rgba(247,116,221,.16)}.section-header h2::before{content:'';position:absolute;right:var(--media-flourish-end);top:1px;width:28px;height:18px;border:2px solid #56eafe;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-26deg);transform-origin:center;pointer-events:none;opacity:.95;filter:drop-shadow(0 0 4px rgba(86, 234, 254, .36))}.section-header h2 .accent-dot{position:relative;z-index:1;color:#ffd76b;font-size:15px;line-height:1;margin-left:1px;transform:translate(1px,-8px) rotate(-10deg);text-shadow:0 0 7px rgba(255,215,107,.58)}.section-header h2 .accent-dot::after{content:'';position:absolute;right:-12px;top:6px;width:20px;height:12px;border:1.5px solid #56eafe;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;transform:rotate(-19deg);opacity:.9;pointer-events:none}.detail-overlay .section-header h2:not(:has(.accent-dot))::marker,.viewall-overlay .section-header h2:not(:has(.accent-dot))::marker{content:none}@supports not selector(:has(*)){.section-header h2 .accent-dot::after{display:block}}#history-section .section-header h2,#tab-home .section-header h2,.detail-overlay .section-header h2,.viewall-overlay .va-header h2{position:relative;overflow:visible}#history-section .section-header h2::after,#tab-home .section-header h2::after,.detail-overlay .section-header h2::after{left:44%;right:auto;bottom:-4px;height:3px;border-radius:999px;background:linear-gradient(90deg,#57e5fe 0,#8befff 36%,#a987ff 68%,#f774dd 100%);box-shadow:0 0 6px rgba(87,229,254,.22);z-index:0}#history-section .section-header h2::before,#tab-home .section-header h2::before,.detail-overlay .section-header h2::before{content:'';position:absolute;top:1px;width:30px;height:18px;border:2px solid #56eafe;border-left-color:transparent;border-bottom-color:transparent;border-radius:999px;transform:rotate(-25deg);pointer-events:none;opacity:.95;z-index:0;filter:drop-shadow(0 0 4px rgba(86, 234, 254, .34))}#history-section .section-header h2 .accent-dot,#tab-home .section-header h2 .accent-dot,.detail-overlay .section-header h2 .accent-dot{color:#ffd76b;font-size:15px;transform:translate(-1px,-9px) rotate(-10deg);text-shadow:0 0 7px rgba(255,215,107,.56);z-index:1}#history-section .section-header h2 .accent-dot::after,#tab-home .section-header h2 .accent-dot::after,.detail-overlay .section-header h2 .accent-dot::after{display:none}.section-header{gap:10px}.section-header .view-all{position:relative;z-index:3;flex:0 0 auto}#history-section .section-header h2,#tab-home .section-header h2,.detail-overlay .section-header h2{flex:0 1 auto;min-width:0;width:fit-content;max-width:calc(100% - 96px);white-space:normal}#history-section .section-header h2::after,#tab-home .section-header h2::after,.detail-overlay .section-header h2::after{left:clamp(38px,40%,180px);width:clamp(58px,42%,138px)}#history-section .section-header h2::before,#tab-home .section-header h2::before,.detail-overlay .section-header h2::before{left:clamp(54px,calc(100% - 38px),360px)}#history-section .section-header h2 .accent-dot,#history-section .section-header h2::after,#history-section .section-header h2::before,#tab-home .section-header h2 .accent-dot,#tab-home .section-header h2::after,#tab-home .section-header h2::before,.detail-overlay .section-header h2 .accent-dot,.detail-overlay .section-header h2::after,.detail-overlay .section-header h2::before{pointer-events:none}#history-section .section-header h2::after{left:58px;width:88px}#history-section .section-header h2::before{left:68px;top:-1px}#history-section .section-header h2 .accent-dot{margin-left:4px;transform:translate(5px,-10px) rotate(-10deg)}.hd-header h2::after,.hd-header h2::before,.page-titlebar h1::after,.page-titlebar h1::before,.va-header h2::after,.va-header h2::before{content:none!important}body,html{overscroll-behavior:none}body.detail-active,html.detail-active{width:100%;height:100%;overflow:hidden!important;overscroll-behavior:none!important}body.detail-active{touch-action:auto}body.detail-active #main-footer,body.detail-active #main-header,body.detail-active #main-scroll-area{visibility:hidden}body.detail-active #feedback-section{visibility:visible;pointer-events:auto}body.detail-active #detail-overlay.open{visibility:visible;touch-action:pan-x pan-y}body.detail-active #detail-overlay.open .episode-strip,body.detail-active #detail-overlay.open .movie-shelf-h,body.detail-active #detail-overlay.open .season-strip,body.detail-active #detail-overlay.open .selection-modal-seasons{touch-action:pan-x pan-y}.detail-overlay{inset:0;width:100vw;height:100dvh;max-height:100dvh;overflow-x:hidden!important;overscroll-behavior-x:none;overscroll-behavior-y:contain;contain:paint;will-change:transform}.detail-overlay.open{transform:translate3d(0,0,0)}.detail-overlay,.detail-overlay *{max-width:100%}.detail-overlay .movie-shelf-h,.detail-overlay .source-row{overscroll-behavior-x:contain}.detail-overlay .more-btn,.di-line-tag,.play-source{display:none!important}.detail-info{gap:12px}.di-actions{gap:8px}.di-synopsis{position:relative;padding-bottom:0}.di-synopsis h3{margin-bottom:4px;color:#fff;font-size:18px;line-height:23px;font-weight:500}.di-synopsis p,.di-synopsis p.expanded{display:-webkit-box;width:100%;max-height:36px;padding-right:58px;overflow:hidden;color:#bdb8d0;font-size:13px;line-height:18px;font-weight:400;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.di-synopsis .unfold-btn{position:absolute;right:0;bottom:0;margin:0;padding:0 0 0 18px;border:0;background:linear-gradient(90deg,rgba(20,18,56,0),var(--bg-base) 34%,var(--bg-base) 100%);color:#5ef1c3;font-size:13px;line-height:18px;font-weight:500;cursor:pointer}.detail-player-placeholder{cursor:pointer;overflow:hidden;-webkit-tap-highlight-color:transparent;background-color:#050509;background-image:linear-gradient(180deg,rgba(0,0,0,.36) 0,rgba(0,0,0,.18) 42%,rgba(0,0,0,.48) 100%),radial-gradient(circle at 50% 46%,rgba(94,241,195,.15),rgba(94,241,195,0) 33%),var(--detail-player-bg,none);background-size:cover;background-position:center;background-repeat:no-repeat}.detail-player-placeholder::before{content:"";position:absolute;inset:0;width:auto;height:auto;margin:0;border:0;border-radius:0;background:linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,0) 22%,rgba(0,0,0,0) 78%,rgba(0,0,0,.18)),linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.02) 46%,rgba(0,0,0,.35));pointer-events:none}.detail-player-placeholder::after{content:none!important}.detail-play-cta{position:relative;z-index:2;min-width:112px;height:42px;padding:0 18px 0 14px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(90deg,#31e2ea 0,#5ef1c3 48%,#f77fd8 100%);color:#08223a;font-size:16px;line-height:42px;font-weight:700;box-shadow:0 12px 32px rgba(49,226,234,.24);cursor:pointer}.detail-play-icon{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.7);color:#0e2442;font-size:12px;line-height:1;padding-left:2px}.detail-play-cta:active{transform:scale(.97)}.detail-selection{padding:5px var(--sp-container-margin) 8px}.detail-selection-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.detail-selection-header h2{margin:0;color:#fff;font-size:23px;line-height:30px;font-weight:500}.selection-view-all{padding:0;border:0;display:inline-flex;align-items:center;gap:4px;background:0 0;color:rgba(255,255,255,.92);font-size:16px;line-height:22px;font-weight:500;cursor:pointer}.selection-view-all svg{width:17px;height:17px}.episode-strip,.season-strip,.selection-modal-seasons{display:flex;align-items:center;gap:22px;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.season-strip{margin-bottom:14px}.season-chip{min-width:74px;min-height:34px;padding:0 14px;border:0;border-radius:5px;flex:0 0 auto;background:0 0;color:#fff;font-size:19px;line-height:34px;font-weight:600;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent}.season-chip.active{background:linear-gradient(90deg,#2aa7b3 0,#3768b6 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}.episode-strip{gap:28px}.episode-chip{width:44px;min-width:44px;height:48px;border:0;border-radius:5px;background:#1d4b68;color:#fff;font-size:20px;line-height:48px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent}.episode-chip.active{background:#245b7d;box-shadow:inset 0 0 0 2px #37e0ea}.selection-modal{position:fixed;inset:0;z-index:170;display:none;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.64)}.selection-modal.open{display:flex}body.detail-active .selection-modal.open{visibility:visible;pointer-events:auto;touch-action:pan-y}.selection-sheet{position:relative;width:100%;max-width:448px;height:min(68dvh,620px);min-height:470px;padding:40px 32px 26px;border-radius:24px 24px 0 0;background:#234a5e;color:#fff;animation:.26s slideUp;overflow:hidden}.selection-close{position:absolute;top:20px;right:30px;width:24px;height:24px;padding:0;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.55);color:#fff;font-size:16px;line-height:24px;font-weight:600;cursor:pointer}.selection-sheet h2{margin:0 0 20px;color:#fff;font-size:22px;line-height:28px;font-weight:500}.selection-modal-seasons{gap:24px;margin-bottom:20px}.selection-modal-episodes{height:calc(100% - 76px);padding-bottom:18px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.selection-episode-card{width:100%;min-height:64px;padding:0 24px;border:0;border-radius:5px;display:flex;align-items:center;gap:8px;flex:0 0 auto;background:#257082;color:#fff;text-align:left;font-size:18px;line-height:24px;font-weight:500;cursor:pointer}.selection-episode-card.active{background:linear-gradient(90deg,#2aa7b3 0,#3d73bc 100%)}.selection-episode-index{min-width:18px}@media (max-width:360px){.season-strip,.selection-modal-seasons{gap:16px}.episode-strip{gap:18px}.selection-sheet{min-height:450px;padding-inline:24px}}.search-overlay{height:100dvh;max-height:100dvh;overflow-y:auto;overflow-x:hidden;background:var(--bg-base)}.search-overlay-header{flex:0 0 auto;gap:5px;padding:calc(env(safe-area-inset-top,0px) + 46px) 16px 0;background:var(--bg-base)}.search-overlay-header .back-btn{width:34px;min-width:34px;height:40px;padding:0;color:#fff}.search-overlay-header .back-btn svg{width:32px;height:32px;stroke-width:1.7}.search-input-wrap{height:40px;border:1px solid transparent;border-radius:7px;background:rgba(73,73,73,.92);box-shadow:none}.search-input-wrap::after{inset:-2px;border-radius:9px;background:linear-gradient(90deg,#3be1ea 0,#58f4e1 48%,#f477da 100%)}.search-input-icon{position:absolute;left:12px;top:50%;z-index:2;width:18px;height:18px;padding:0;transform:translateY(-50%);border-radius:0;background:0 0;color:var(--text-secondary);pointer-events:none}.search-input-wrap input{height:100%;padding:0 88px 0 38px;color:#f7f8ff;font-size:15px;line-height:42px}.search-input-wrap.has-value input{padding-right:128px}.search-input-wrap input::placeholder{color:rgba(205,205,205,.34)}.search-input-wrap .clear-btn{right:78px;width:28px;height:28px;padding:0;border-radius:50%;border:2px solid rgba(255,255,255,.78);background:rgba(0,0,0,.08);color:rgba(255,255,255,.92);font-size:19px;line-height:22px;font-weight:400;text-align:center}.search-submit-btn{position:absolute;right:7px;top:50%;z-index:2;min-width:64px;height:28px;padding:0 10px;transform:translateY(-50%);border:0;border-radius:4px;background:linear-gradient(90deg,#47deeb 0,#e67be2 100%);color:#fff;font-size:14px;font-weight:500;line-height:28px;cursor:pointer;-webkit-tap-highlight-color:transparent}.search-submit-btn:active{transform:translateY(-50%) scale(.97)}.search-input-wrap.has-value .search-submit-btn{right:7px;min-width:64px;padding-inline:10px}.search-recommendations,.search-results{flex:1 1 auto;width:100%;max-width:100%;min-width:0;overflow-y:auto;overflow-x:hidden;padding:42px 16px 32px}.search-reco-title{position:relative;display:inline-block;margin:0 0 28px;color:#fff;font-size:20px;font-weight:500;line-height:26px;text-transform:none;letter-spacing:0}.search-reco-title::after{content:"";position:absolute;right:0;bottom:-8px;width:50%;height:3px;border-radius:999px;background:linear-gradient(90deg,#37e0ea 0,#65f4e5 52%,#f180de 100%)}.search-reco-title .accent-dot{position:absolute;right:10px;top:-10px;z-index:1;color:#ffd840;font-size:13px;line-height:1}.search-reco-title .accent-dot::after{content:"";position:absolute;left:-13px;top:7px;width:34px;height:13px;border-top:2px solid #45e4ea;border-radius:50%;transform:rotate(-9deg)}.search-reco-list{display:flex;flex-direction:column;gap:32px;width:100%;max-width:100%;min-width:0;overflow-x:hidden}.search-reco-card,.search-results .search-result-item{display:grid;grid-template-columns:clamp(148px,44vw,176px) minmax(0,1fr);column-gap:8px;align-items:start;cursor:pointer;width:100%;max-width:100%;min-width:0;overflow:hidden}.search-reco-card .sr-poster,.search-results .search-result-item .sr-poster{width:100%;aspect-ratio:533/327;border-radius:3px;overflow:hidden;background:0 0}.search-reco-card .sr-poster img,.search-results .search-result-item .sr-poster img{width:100%;height:100%;object-fit:cover}.search-reco-card .sr-info,.search-results .search-result-item .sr-info{width:100%;max-width:100%;min-width:0;padding:4px 0 0;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}.search-reco-card .sr-info h2,.search-results .search-result-item .sr-info h2{width:100%;max-width:100%;margin:0 0 22px;color:#fff;font-size:clamp(20px, 6.1vw, 28px);font-weight:500;line-height:1.16;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-reco-card .sr-info .sr-meta,.search-results .search-result-item .sr-info .sr-meta{max-width:100%;min-width:72px;min-height:31px;margin:0;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#20748a;color:#f1ffff;font-size:15px;font-weight:500;line-height:31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-reco-card .sr-desc,.search-results .search-result-item .sr-desc{display:none}.search-results{gap:32px;gap:36px;padding-top:36px}.search-results .search-result-item{grid-template-columns:clamp(122px,32vw,136px) minmax(0,1fr);column-gap:16px}.search-results .search-result-item .sr-poster{aspect-ratio:2/3;border-radius:3px;background:#0f102b}.search-results .search-result-item .sr-info{padding-top:1px}.search-results .search-result-item .sr-info h2{margin-bottom:18px;font-size:clamp(22px, 6.2vw, 30px);line-height:1.14;-webkit-line-clamp:2}.search-results .search-result-item .sr-info .sr-meta{max-width:100%;min-height:31px;margin-bottom:20px;padding-inline:16px;justify-content:flex-start;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-results .search-result-item .sr-desc{width:100%;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:rgba(224,226,238,.72);font-size:clamp(18px, 4.9vw, 23px);font-weight:500;line-height:1.34}@media (max-width:360px){.search-overlay-header{gap:14px;padding-inline:12px}.search-input-wrap input{padding-left:38px;padding-right:92px;font-size:14px}.search-input-wrap.has-value input{padding-right:120px}.search-input-icon{left:12px;width:18px;height:18px}.search-submit-btn{min-width:60px;padding-inline:8px;font-size:14px}.search-input-wrap.has-value .search-submit-btn{right:7px;min-width:60px}.search-input-wrap .clear-btn{right:72px;width:27px;height:27px;line-height:21px}.search-recommendations,.search-results{padding-inline:12px}.search-reco-card,.search-results .search-result-item{grid-template-columns:clamp(132px,42vw,148px) minmax(0,1fr);column-gap:8px}.search-reco-card .sr-info h2{margin-bottom:16px;font-size:clamp(18px, 5.7vw, 22px)}.search-reco-card .sr-info .sr-meta{min-width:64px;min-height:28px;padding-inline:12px;font-size:13px;line-height:28px}.search-results .search-result-item{grid-template-columns:clamp(112px,32vw,124px) minmax(0,1fr);column-gap:13px}.search-results .search-result-item .sr-info h2{margin-bottom:14px;font-size:21px}.search-results .search-result-item .sr-info .sr-meta{margin-bottom:16px;padding-inline:12px;font-size:13px}.search-results .search-result-item .sr-desc{font-size:17px}}.movie-grid-item.grid-loading-card .poster,.poster.image-loading{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 42%,rgba(87,229,254,.16),transparent 42%),linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.home-loading-title::before,.movie-grid-item.grid-loading-card .poster::before,.poster.image-loading::before{content:'';position:absolute;inset:0;background:linear-gradient(110deg,transparent 0,rgba(255,255,255,.08) 44%,transparent 72%);transform:translateX(-100%);animation:1.35s ease-in-out infinite mediaShelfShimmer}.poster.image-loading img.deferred-card-img{opacity:0;transform:none;transition:opacity .18s}.poster.image-error img.deferred-card-img,.poster.image-loaded img.deferred-card-img{opacity:1}.movie-grid-item.grid-loading-card .va-loader-spinner,.poster.image-loading .card-image-loader{position:relative;z-index:2;width:24px;height:24px;pointer-events:none}.poster.image-error .card-image-loader,.poster.image-loaded .card-image-loader{display:none}.movie-grid-item.grid-loading-card,.movie-shelf-h .movie-card-h.shelf-loading-card{cursor:default;pointer-events:none}.movie-grid-item.grid-loading-card .loading-title{display:block;width:82%;height:14px;margin-top:9px;border-radius:999px;color:transparent;background:rgba(255,255,255,.08)}.home-loading-section .section-header{justify-content:flex-start}#tab-home .home-loading-section .section-header h2{width:46%;max-width:180px;min-width:118px}#tab-home .home-loading-section .section-header h2::after,#tab-home .home-loading-section .section-header h2::before{display:none}.home-loading-title{position:relative;display:block;width:100%;height:19px;border-radius:999px;overflow:hidden;background:rgba(255,255,255,.08)}.poster.image-error img.deferred-card-img,.poster.image-loaded img.deferred-card-img,.poster.image-loading img.deferred-card-img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.detail-info .di-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;min-width:0}.detail-info .di-header>div:first-child{flex:1 1 auto;min-width:0;overflow:hidden}.detail-info .di-header .di-actions{flex:0 0 auto;margin-left:auto;max-width:max-content}.di-header .di-subtitle,.di-header h1{max-width:100%;min-width:0;overflow:hidden}.di-header .di-subtitle{display:-webkit-box;word-break:break-word;overflow-wrap:anywhere;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}
