:root{color-scheme:dark;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8f9fc;background:#080a0e;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #080a0e;--surface: #11141a;--surface-2: #181c23;--surface-3: #222730;--line: rgba(255, 255, 255, .09);--text: #f8f9fc;--muted: #8c929e;--brand: #ff6038;--brand-2: #ffb33b;--navy: #102b55;--blue: #3d8cff;--danger: #ff4d62;--radius: 18px;--app-width: 520px;--page-pad: clamp(15px, 4.6vw, 20px);--nav-height: 62px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-offset: max(8px, var(--safe-bottom))}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg);overscroll-behavior-y:none}body{min-width:320px;min-height:100dvh;margin:0;overflow-x:hidden;background:#030405;color:var(--text)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{flex:0 0 auto}::selection{background:#ff603859}#app,.app-shell{min-height:100svh}.app-shell{position:relative;width:min(100%,var(--app-width));min-height:100svh;margin-inline:auto;overflow:clip;background:var(--bg);container-type:inline-size}.page{width:100%;min-height:100svh;margin-inline:auto}.with-bottom-nav{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 28px)}.sub-page{padding:calc(var(--safe-top) + 76px) var(--page-pad) calc(var(--safe-bottom) + 40px)}.content-section{padding:0 var(--page-pad);margin-top:30px}.hide-scrollbar{scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.route-enter-active,.route-leave-active{transition:opacity .14s ease}.route-enter-from,.route-leave-to{opacity:0}.sheet-enter-active,.sheet-leave-active{transition:opacity .24s ease}.sheet-enter-active .bottom-sheet,.sheet-enter-active.bulk-bar,.sheet-leave-active .bottom-sheet,.sheet-leave-active.bulk-bar{transition:transform .32s cubic-bezier(.2,.85,.25,1)}.sheet-enter-from,.sheet-leave-to{opacity:0}.sheet-enter-from .bottom-sheet,.sheet-leave-to .bottom-sheet,.sheet-enter-from.bulk-bar,.sheet-leave-to.bulk-bar{transform:translateY(105%)}.skeleton{position:relative;overflow:hidden;background:#171b22}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}.wordmark{display:inline-flex;align-items:center;gap:10px;letter-spacing:-.035em}.wordmark img{width:34px;height:34px;border-radius:11px}.wordmark strong{font-size:17px;font-weight:800}.wordmark.compact img{width:30px;height:30px;border-radius:9px}.wordmark.compact strong{font-size:19px}.icon-button{display:grid;width:44px;height:44px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#101218b3;backdrop-filter:blur(16px);cursor:pointer}.icon-button svg{width:21px}.icon-button:active{transform:scale(.96)}.primary-button,.text-button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;border:0;cursor:pointer;font-weight:700}.primary-button{padding:0 22px;border-radius:999px}.primary-button.light{color:#080a0e;background:#fff}.primary-button.brand{color:#fff;background:linear-gradient(110deg,#ef4229,#ff7b35);box-shadow:0 12px 32px #ff603838}.primary-button.disabled{color:#7f8490;background:#252931}.primary-button:disabled{cursor:not-allowed;opacity:.65}.text-button{min-height:38px;padding:0;background:transparent;color:#fff}.text-button svg{width:17px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.section-heading h2{margin:0;font-size:20px;line-height:1.1;letter-spacing:-.025em}.section-heading>span{color:var(--muted)}.home-header,.library-header,.profile-brand{position:sticky;z-index:30;top:0;display:flex;min-height:calc(var(--safe-top) + 58px);padding:calc(var(--safe-top) + 7px) var(--page-pad) 5px;align-items:center;justify-content:space-between;background:#080a0ef0;backdrop-filter:blur(18px)}.home-header{display:grid;grid-template-columns:40px 1fr 40px}.home-header .wordmark{grid-column:2;justify-self:center}.home-header .search-icon{grid-column:3}.home-header .icon-button{width:40px;height:40px;border:0;background:transparent;backdrop-filter:none}.home-header:before{display:none}.page-header{position:fixed;z-index:30;top:0;left:50%;display:grid;width:min(100%,var(--app-width));min-height:calc(var(--safe-top) + 62px);padding:calc(var(--safe-top) + 9px) var(--page-pad) 7px;grid-template-columns:42px 1fr 42px;align-items:center;transform:translate(-50%);background:#080a0ef0;backdrop-filter:blur(18px)}.page-header.transparent{background:linear-gradient(rgba(8,10,14,.85),transparent);backdrop-filter:none}.page-header h1{overflow:hidden;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:19px}.header-slot{grid-column:3}.bottom-nav{position:fixed;z-index:50;bottom:0;left:50%;display:grid;width:min(100%,var(--app-width));height:calc(var(--nav-height) + var(--safe-bottom));min-height:calc(var(--nav-height) + var(--safe-bottom));padding:6px 12px calc(6px + var(--safe-bottom));grid-template-columns:repeat(3,minmax(0,1fr));contain:layout paint;border:0;border-top:1px solid rgba(255,255,255,.08);border-radius:0;background:#0c0e13f5;box-shadow:0 -10px 28px #0000003d;transform:translate3d(-50%,0,0);backdrop-filter:blur(22px) saturate(120%)}.bottom-nav a{position:relative;display:flex;min-width:0;height:48px;align-items:center;justify-content:center;flex-direction:column;gap:3px;border-radius:18px;color:#747a85;font-size:10px;font-weight:600;line-height:12px;transition:color .18s ease,background-color .18s ease,opacity .12s ease}.bottom-nav a svg{width:23px;height:23px;stroke-width:1.9}.bottom-nav a span{display:block;height:12px;line-height:12px}.bottom-nav a:active{opacity:.76}.bottom-nav a.active{color:#fff;background:transparent}.bottom-nav a.active:after{content:"";position:absolute;top:-6px;left:50%;width:24px;height:3px;border-radius:0 0 3px 3px;background:var(--brand);transform:translate(-50%)}.system-toast{position:fixed;z-index:90;right:18px;bottom:calc(var(--nav-height) + var(--nav-offset) + 16px);left:18px;width:min(calc(100% - 36px),430px);min-height:48px;margin:auto;padding:12px 18px;border:1px solid var(--line);border-radius:16px;color:#fff;background:#1b1f27;box-shadow:0 15px 40px #0006;text-align:center}.system-toast.actionable{cursor:pointer}.home-search-bar{display:flex;height:46px;margin:10px var(--page-pad) 0;padding:0 15px;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.055);border-radius:15px;color:#747a84;background:#15181d;font-size:13px}.home-search-bar svg{width:18px}.home-hero{position:relative;min-height:0;margin:14px calc(var(--page-pad) + 6px) 0;overflow:hidden;isolation:isolate;aspect-ratio:25 / 26;border-radius:18px;background-image:var(--hero-image);background-position:center 18%;background-size:cover}.home-hero:before{content:"";position:absolute;z-index:-1;inset:0;background-image:var(--hero-image);background-position:center 18%;background-size:cover;animation:heroReveal .7s cubic-bezier(.2,.8,.2,1) both}@keyframes heroReveal{0%{opacity:.35;transform:scale(1.045)}to{opacity:1;transform:scale(1)}}.hero-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0506080a 32%,#050608d1 78%,#050608fa)}.hero-copy{position:absolute;right:16px;bottom:15px;left:16px;animation:copyRise .48s .12s ease both}@keyframes copyRise{0%{opacity:0;transform:translateY(18px)}}.eyebrow{display:inline-flex;margin-bottom:8px;color:#ffffffad;font-size:9px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.hero-copy h1{display:-webkit-box;max-width:14ch;margin:0;overflow:hidden;font-size:clamp(22px,6.9vw,30px);line-height:1.04;letter-spacing:-.035em;text-wrap:balance;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-copy p{display:-webkit-box;max-width:38ch;margin:10px 0 15px;overflow:hidden;color:#ffffffad;font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-actions{display:flex;align-items:center;gap:17px}.hero-actions .primary-button{min-height:38px;padding-inline:16px;font-size:13px}.hero-actions .text-button{font-size:12px}.hero-skeleton{min-height:0;margin:14px calc(var(--page-pad) + 6px) 0;aspect-ratio:25/26;border-radius:18px}.brand-empty{display:grid;min-height:66svh;padding:calc(var(--safe-top) + 90px) 28px 40px;place-items:center;align-content:center;text-align:center}.brand-empty img{width:92px;border-radius:28px;box-shadow:0 25px 70px #0927527a}.brand-empty h1{margin:18px 0 6px;font-size:33px}.brand-empty p{color:var(--muted)}.continue-strip{display:grid;margin:20px var(--page-pad) 2px;padding:10px 12px 10px 10px;grid-template-columns:52px 1fr 34px;align-items:center;gap:11px;border:1px solid var(--line);border-radius:14px;background:#12151a}.continue-strip .artwork{width:54px;aspect-ratio:1;border-radius:12px}.continue-strip>span{display:flex;min-width:0;flex-direction:column}.continue-strip small{color:var(--brand-2);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.continue-strip strong{overflow:hidden;margin-top:4px;text-overflow:ellipsis;white-space:nowrap}.continue-strip em{color:var(--muted);font-size:11px;font-style:normal}.poster-rail{display:flex;margin-inline:calc(var(--page-pad) * -1);padding:3px var(--page-pad) 8px;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory}.poster-card{flex:0 0 clamp(124px,36vw,150px);min-width:0;scroll-snap-align:start}.poster-card .artwork{aspect-ratio:2 / 3;border-radius:12px;transition:transform .2s ease}.poster-card:active .artwork{transform:scale(.975)}.poster-card .artwork .poster-meta{position:absolute;right:7px;bottom:7px;display:inline-flex;margin:0;padding:4px 7px;align-items:center;gap:4px;border-radius:999px;color:#fff;background:#040508c2;font-size:9px;font-weight:700;backdrop-filter:blur(8px)}.poster-card>strong{display:-webkit-box;margin-top:8px;overflow:hidden;font-size:13px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.poster-card>small{display:block;margin-top:4px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px}.rank-number{color:var(--brand-2);font-size:22px;font-weight:800;letter-spacing:-.07em}.artwork{position:relative;overflow:hidden;background:#161920}.artwork>img{width:100%;height:100%;object-fit:cover}.artwork-fallback{display:grid;position:absolute;inset:0;padding:12px;place-items:center;background:radial-gradient(circle at 70% 25%,#183a70,#0b172a 62%)}.artwork-fallback img{width:60%;border-radius:20%;opacity:.78}.ranking-layout{display:grid;gap:14px}.ranking-lead{position:relative;min-height:250px;overflow:hidden;border-radius:16px}.ranking-lead .artwork{position:absolute;inset:0}.ranking-lead:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#07090df5)}.ranking-lead>div{position:absolute;z-index:1;right:20px;bottom:20px;left:20px;display:grid;grid-template-columns:auto 1fr;gap:3px 14px;align-items:end}.ranking-lead>div>span{grid-row:1/3;color:var(--brand-2);font-size:52px;font-weight:800;line-height:.8;letter-spacing:-.09em}.ranking-lead strong{font-size:18px}.ranking-lead small{color:#a7acb6}.ranking-list{display:grid;gap:5px}.ranking-list>a{display:grid;padding:8px 4px;grid-template-columns:28px 58px 1fr;align-items:center;gap:11px;border-bottom:1px solid var(--line)}.ranking-list b{color:#626873;font-size:18px}.ranking-list .artwork{width:58px;aspect-ratio:1;border-radius:12px}.ranking-list span{display:flex;min-width:0;flex-direction:column}.ranking-list strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.ranking-list small{margin-top:4px;color:var(--muted);font-size:11px}.discover-banner{display:flex;min-height:88px;margin:30px var(--page-pad) 4px;padding:18px 2px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.discover-banner:before{display:none}.discover-banner span{color:var(--brand);font-size:10px;font-weight:750;letter-spacing:.1em}.discover-banner p{max-width:28ch;margin:6px 0 0;color:#d9dce2;font-size:14px;font-weight:650;line-height:1.35}.detail-page{padding-bottom:calc(var(--safe-bottom) + 38px)}.detail-hero{position:relative;min-height:min(78svh,720px);background-image:linear-gradient(180deg,transparent 32%,rgba(8,10,14,.76) 69%,var(--bg) 100%),var(--detail-image);background-position:center top;background-size:cover}.detail-hero-copy{position:absolute;right:var(--page-pad);bottom:28px;left:var(--page-pad)}.detail-hero-copy>span{color:#ffc066;font-size:11px;font-weight:800;letter-spacing:.11em}.detail-hero h1{max-width:13ch;margin:10px 0 12px;font-size:clamp(36px,10vw,58px);line-height:.98;letter-spacing:-.055em}.detail-hero p{display:-webkit-box;max-width:52ch;overflow:hidden;color:#b0b4bc;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.detail-actions{display:flex;margin-top:22px;align-items:center;gap:14px}.round-action{display:flex;width:62px;height:54px;align-items:center;justify-content:center;flex-direction:column;gap:2px;border:1px solid var(--line);border-radius:18px;background:#15181eb3;backdrop-filter:blur(14px)}.round-action.active{color:#ffc15c}.round-action svg{width:20px}.round-action small{font-size:9px}.fallback-note{margin:6px var(--page-pad);color:var(--muted);font-size:12px}.episode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.episode-grid a{display:flex;min-height:62px;padding:9px;align-items:center;justify-content:center;flex-direction:column;gap:4px;border:1px solid var(--line);border-radius:15px;background:var(--surface);font-size:12px;font-weight:700}.episode-grid a svg{width:15px;color:#707783}.episode-grid a.locked{color:#777d88}.detail-loading{min-height:100svh}.search-field{position:fixed;z-index:31;top:calc(var(--safe-top) + 9px);left:50%;display:flex;width:min(calc(100% - 108px),calc(var(--app-width) - 108px));height:44px;padding:0 14px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:14px;background:#181b21;transform:translate(-50%)}.search-field input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent}.search-field button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--muted);background:transparent}.search-field svg{width:19px;color:var(--muted)}.search-results{margin-top:20px}.poster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}.grid-poster .artwork{aspect-ratio:2/3;border-radius:16px}.grid-poster strong{display:-webkit-box;margin-top:9px;overflow:hidden;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.grid-poster small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.discover-page{position:relative;width:min(100%,var(--app-width));height:100dvh;margin:auto;overflow-x:hidden;overflow-y:auto;background:#020306;scroll-snap-type:y mandatory;scrollbar-width:none}.discover-page::-webkit-scrollbar{display:none}.discover-slide{position:relative;height:100dvh;overflow:hidden;scroll-snap-align:start;background-image:var(--discover-image);background-position:center;background-size:cover}.discover-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),transparent 45%,rgba(0,0,0,.9))}.discover-copy{position:absolute;z-index:2;right:24px;bottom:calc(var(--nav-height) + var(--nav-offset) + 24px);left:24px}.discover-copy h1{max-width:13ch;margin:8px 0 10px;font-size:clamp(36px,10vw,58px);line-height:.98;letter-spacing:-.05em}.discover-copy>span{color:#ffc36c;font-size:11px;font-weight:800;letter-spacing:.12em}.discover-copy p{max-width:42ch;color:#c0c4cb}.discover-copy>div{display:flex;margin-top:20px;align-items:center;gap:11px}.discover-brand{position:fixed;z-index:4;top:0;left:50%;display:flex;width:min(100%,var(--app-width));min-height:calc(var(--safe-top) + 56px);padding-top:var(--safe-top);align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(2,3,6,.75),transparent);transform:translate(-50%);pointer-events:none}.discover-brand strong{font-size:18px;letter-spacing:-.045em;text-shadow:0 2px 14px rgba(0,0,0,.55)}.library-page{padding-inline:var(--page-pad)}.library-header{margin-inline:calc(var(--page-pad) * -1)}.library-header .wordmark{position:absolute;left:50%;transform:translate(-50%)}.library-header .text-button{margin-left:auto;font-size:13px}.segmented-tabs{display:grid;margin-top:12px;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}.segmented-tabs button{position:relative;display:flex;height:54px;align-items:center;justify-content:center;gap:8px;border:0;color:var(--muted);background:transparent;font-weight:700}.segmented-tabs button:after{content:"";position:absolute;right:25%;bottom:-1px;left:25%;height:2px;border-radius:2px;background:transparent}.segmented-tabs button.active{color:#fff}.segmented-tabs button.active:after{background:var(--brand)}.segmented-tabs svg{width:19px}.library-list{display:grid;margin-top:14px;gap:0}.library-list article{position:relative;display:grid;min-height:112px;padding:12px 0;grid-template-columns:70px 1fr;align-items:center;gap:13px;border-bottom:1px solid var(--line);background:transparent;transition:background .18s}.library-list article.selected{background:#3d8cff14}.library-art .artwork{width:70px;aspect-ratio:2/3;border-radius:10px}.library-art .artwork>svg{position:absolute;top:50%;left:50%;width:25px;padding:7px;overflow:visible;border-radius:50%;color:#050609;background:#fff;transform:translate(-50%,-50%)}.library-list article>div{display:flex;min-width:0;flex-direction:column}.library-list article strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.library-list article span,.library-list article small{margin-top:7px;color:var(--muted);font-size:12px}.select-mark{position:absolute;z-index:2;top:9px;right:9px;display:grid;width:30px;height:30px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--blue);background:#fff}.select-mark svg{width:23px}.library-loading{display:grid;margin-top:22px;gap:16px}.library-loading span{height:122px;border-radius:19px}.empty-state{display:grid;min-height:45svh;padding:30px;place-items:center;align-content:center;gap:10px;color:var(--muted);text-align:center}.empty-state>svg{width:48px;height:48px;stroke-width:1.2}.empty-state strong{color:#fff;font-size:18px}.empty-state p{margin:0;line-height:1.55}.bulk-bar{position:fixed;z-index:69;bottom:calc(var(--nav-height) + var(--safe-bottom));left:50%;display:grid;width:min(100%,var(--app-width));min-height:62px;padding:7px 10px;grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--line);background:#16191efa;transform:translate(-50%);backdrop-filter:blur(18px)}.bulk-bar button{display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:20px;background:#ffffff14;font-weight:700}.bulk-bar .danger{color:#ff6a7a}.bulk-bar button:disabled{opacity:.35}.profile-page{padding-inline:var(--page-pad)}.profile-brand{margin-inline:calc(var(--page-pad) * -1);justify-content:center}.identity-block{display:grid;min-height:150px;padding:20px 2px;grid-template-columns:68px 1fr;align-items:center;gap:16px}.identity-block>img,.avatar-fallback{width:68px;height:68px;border-radius:20px;object-fit:cover}.avatar-fallback{display:grid;place-items:center;background:radial-gradient(circle at 70% 20%,#1f4b89,#101c30)}.avatar-fallback svg{width:31px}.identity-block span{color:var(--brand-2);font-size:9px;font-weight:800;letter-spacing:.14em}.identity-block h1{margin:6px 0 4px;font-size:23px;letter-spacing:-.035em}.identity-block p{margin:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px}.identity-block .text-button{margin-top:8px;color:#fff;font-size:13px}.membership-band{position:relative;display:grid;min-height:106px;padding:16px;overflow:hidden;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:13px;border:1px solid rgba(255,181,66,.18);border-radius:18px;background:#181714}.membership-band:after{display:none}.membership-band.active{border-color:#ffb9518c}.membership-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,193,92,.2);border-radius:14px;color:#ffc15c;background:#ffc15c14}.membership-icon svg{width:21px}.membership-copy{position:relative;z-index:1;min-width:0}.membership-status{display:inline-flex;min-height:20px;padding:0 8px;align-items:center;border-radius:999px;color:#f6bd67;background:#f6bd6717;font-size:8px;font-weight:850;letter-spacing:.11em}.membership-band h2{margin:7px 0 4px;overflow-wrap:anywhere;font-size:18px;line-height:1.15}.membership-band p{margin:0;color:#aaa6a0;font-size:11px;line-height:1.45}.profile-actions,.profile-links{margin-top:22px;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:transparent}.profile-actions button,.profile-actions>a,.profile-select,.profile-links a{display:grid;width:100%;min-height:64px;padding:12px 4px;grid-template-columns:25px 1fr 19px;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--line);color:#f3f4f6;background:transparent;text-align:left}.profile-actions>:last-child,.profile-links>:last-child{border-bottom:0}.profile-actions svg,.profile-links svg{width:21px;color:#adb2bb}.profile-actions span{display:flex;min-width:0;flex-direction:column}.profile-actions strong{font-size:14px}.profile-actions small{margin-top:3px;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px}.profile-select{position:relative}.profile-select select{position:absolute;inset:0;width:100%;opacity:0}.profile-links a{min-height:58px}.profile-links span{font-size:14px}.signout-button{display:flex;width:100%;min-height:52px;margin-top:24px;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,77,98,.18);border-radius:18px;color:#ff7686;background:#ff4d620f}.version-line{display:flex;margin:26px 0 0;align-items:center;justify-content:center;gap:6px;color:#555b65;font-size:10px}.version-line svg{width:13px}.profile-legal{display:flex;margin:10px 0 0;align-items:center;justify-content:center;gap:8px;color:#5d636d;font-size:10px}.profile-legal a{text-decoration:underline;text-decoration-color:#ffffff21;text-underline-offset:3px}.feedback-page,.legal-page{max-width:620px}.feedback-form{display:grid;margin-top:26px;gap:18px}.feedback-form label,.auth-form label{display:grid;gap:8px;color:#c1c5cc;font-size:12px;font-weight:700}.feedback-form textarea,.feedback-form input,.auth-form input{width:100%;border:1px solid var(--line);outline:0;color:#fff;background:var(--surface);transition:border .2s,box-shadow .2s}.feedback-form textarea{min-height:220px;padding:18px;resize:vertical;border-radius:20px;line-height:1.6}.feedback-form input,.auth-form input{height:54px;padding:0 17px;border-radius:15px}.feedback-form textarea:focus,.feedback-form input:focus,.auth-form input:focus{border-color:#3d8cffa6;box-shadow:0 0 0 3px #3d8cff1a}.feedback-success{display:grid;min-height:55svh;place-items:center;align-content:center;gap:13px;text-align:center}.feedback-success svg{width:58px;height:58px;color:#55d895}.form-error{margin:10px 0 0;color:#ff7887;font-size:12px;text-align:center}.legal-page{max-width:720px;color:#c7cbd2;font-size:14px;line-height:1.72}.legal-document{padding-bottom:calc(var(--safe-bottom) + 34px)}.legal-hero{margin-top:10px;padding:25px 20px 20px;border:1px solid rgba(255,255,255,.075);border-radius:22px;background:linear-gradient(145deg,#181c23fa,#0d1015fa);box-shadow:inset 0 1px #ffffff06}.legal-eyebrow{margin:0 0 9px;color:#ff8c58;font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.legal-page .legal-hero h1{margin:0;color:#fff;font-size:clamp(27px,7.4cqw,34px);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}.legal-summary{max-width:55ch;margin:13px 0 0;color:#aeb3bc;font-size:13px;line-height:1.68}.legal-meta{display:grid;margin:20px 0 0;padding-top:17px;grid-template-columns:1fr auto;gap:14px 18px;border-top:1px solid rgba(255,255,255,.075)}.legal-meta div{min-width:0}.legal-meta-operator{grid-column:1 / -1}.legal-meta dt{color:#686e79;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.legal-meta dd{margin:3px 0 0;color:#e6e8ec;font-size:11px;line-height:1.4;overflow-wrap:anywhere}.legal-fallback{margin:14px 0 0;padding:12px 14px;border-left:2px solid #ff8550;border-radius:0 11px 11px 0;color:#c0c4ca;background:#ff845013;font-size:11px;line-height:1.55}.legal-toc{margin-top:18px;padding:17px;border:1px solid rgba(255,255,255,.07);border-radius:18px;background:#111419}.legal-toc>strong{color:#f0f1f4;font-size:11px;letter-spacing:.02em}.legal-toc ol{display:grid;margin:12px 0 0;padding:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;counter-reset:none}.legal-toc li{min-width:0;list-style:none}.legal-toc a{display:block;overflow:hidden;color:#8f96a2;font-size:10px;line-height:1.4;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.legal-toc a:active{color:#fff}.legal-sections{margin-top:7px}.legal-section{padding:25px 1px;scroll-margin-top:calc(var(--safe-top) + 72px);border-bottom:1px solid rgba(255,255,255,.07)}.legal-page .legal-section h2{margin:0 0 12px;color:#f5f6f8;font-size:17px;line-height:1.35;letter-spacing:-.018em;text-wrap:balance}.legal-section p{margin:0;color:#b8bdc5}.legal-section p+p{margin-top:11px}.legal-section ul{display:grid;margin:14px 0 0;padding:0;gap:10px}.legal-section li{position:relative;padding-left:17px;color:#b8bdc5;list-style:none}.legal-section li:before{content:"";position:absolute;top:.67em;left:1px;width:5px;height:5px;border-radius:50%;background:#ff8550;box-shadow:0 0 0 3px #ff855017}.legal-section .legal-note{margin-top:15px;padding:13px 14px;border:1px solid rgba(255,179,93,.13);border-radius:13px;color:#d4c2ad;background:#533a1c29;font-size:12px;line-height:1.6}.legal-contact{margin-top:24px;padding:22px 18px;border:1px solid rgba(89,151,255,.18);border-radius:20px;background:linear-gradient(145deg,#142542b8,#0d1118f2)}.legal-contact>span{color:#75aaff;font-size:8px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.legal-page .legal-contact h2{margin:5px 0 8px;color:#fff;font-size:20px}.legal-contact p{margin:0;color:#aab0ba;font-size:12px}.legal-page .legal-email{display:inline-flex;margin-top:13px;color:#fff;font-size:13px;font-weight:750;text-decoration:none;overflow-wrap:anywhere}.legal-companion{display:flex;min-height:45px;margin-top:20px;padding-top:15px;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid rgba(255,255,255,.08);color:#c6cbd3!important;font-size:11px;font-weight:700;text-decoration:none}.legal-companion span{color:#75aaff;font-size:18px}@media(max-width:350px){.legal-hero{padding:21px 16px 17px;border-radius:19px}.legal-toc{padding:15px}.legal-page{font-size:13px}}@media(min-width:700px){html{scrollbar-gutter:stable}}.player-page{position:relative;width:min(100%,var(--app-width));height:100dvh;margin:auto;overflow:hidden;background:#000}.player-header{position:absolute;z-index:5;top:0;right:0;left:0;display:grid;min-height:calc(var(--safe-top) + 72px);padding:calc(var(--safe-top) + 12px) 16px 10px;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;background:linear-gradient(rgba(0,0,0,.75),transparent)}.player-header span{display:flex;min-width:0;align-items:center;flex-direction:column}.player-header strong{overflow:hidden;max-width:100%;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.player-header small{color:#a7acb5;font-size:10px}.video-surface{width:100%;height:100%;background:#000;object-fit:contain}.player-state{position:absolute;display:grid;inset:0;place-items:center;align-content:center;color:#b9bdc5;text-align:center}.loader{width:36px;height:36px;border:3px solid rgba(255,255,255,.18);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.paywall-state>img{position:absolute;width:100%;height:100%;object-fit:cover;filter:blur(10px);transform:scale(1.08)}.player-state-scrim{position:absolute;inset:0;background:#030508c7}.paywall-state section{position:relative;z-index:1;max-width:420px;padding:30px}.paywall-state section>svg{color:#ffc05c}.paywall-state section>span{display:block;margin-top:15px;color:#ffc05c;font-size:10px;font-weight:800;letter-spacing:.15em}.paywall-state h1{margin:10px 0;font-size:34px;letter-spacing:-.045em}.paywall-state p,.error-state p{color:#9ea3ad;line-height:1.5}.error-state{padding:30px}.error-state>svg{width:42px;height:42px;margin-bottom:12px}.sheet-overlay{position:fixed;z-index:100;inset:0;display:flex;padding:20px max(0px,calc((100vw - var(--app-width))/2));align-items:flex-end;justify-content:center;background:#000000b8;backdrop-filter:blur(8px)}.bottom-sheet{position:relative;width:100%;max-height:min(88dvh,760px);padding:28px 22px calc(var(--safe-bottom) + 24px);overflow-y:auto;border-top:1px solid var(--line);border-radius:24px 24px 0 0;background:#15181e;box-shadow:0 -24px 80px #00000080;text-align:center}.bottom-sheet h2{margin:14px 0 8px;font-size:28px;letter-spacing:-.045em}.bottom-sheet>p{margin:0 auto 22px;max-width:38ch;color:var(--muted);line-height:1.5;font-size:13px}.sheet-logo{width:62px;height:62px;margin:5px auto 0;border-radius:19px;box-shadow:0 14px 35px #0b2b556b}.sheet-close,.sheet-back{position:absolute;top:18px;display:grid;width:39px;height:39px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#20242b}.sheet-close{right:18px}.sheet-back{left:18px}.sheet-close svg,.sheet-back svg{width:19px}.checkin-sheet{padding-inline:20px;text-align:left}.checkin-mark{display:grid;width:54px;height:54px;margin-top:2px;place-items:center;border-radius:17px;color:#100b05;background:linear-gradient(145deg,#ffc54f,#ff6b3b);box-shadow:0 16px 38px #ff673733}.checkin-mark svg{width:25px;height:25px;stroke-width:2.4}.checkin-sheet.done .checkin-mark{background:#65dc9d;animation:checkinPop .42s cubic-bezier(.2,.9,.25,1.25)}@keyframes checkinPop{50%{transform:scale(1.1) rotate(-3deg)}}.checkin-kicker{display:block;margin-top:18px;color:#ff9c5c;font-size:9px;font-weight:850;letter-spacing:.14em}.checkin-sheet h2{margin:7px 0;font-size:26px}.checkin-sheet>p{margin:0;max-width:34ch;color:#9096a0;font-size:12px;line-height:1.55;text-align:left}.checkin-streak{display:flex;min-height:44px;margin-top:18px;align-items:center;gap:6px;color:#ffad58}.checkin-streak svg{width:18px;fill:#ffad5838}.checkin-streak strong{font-size:22px}.checkin-streak span{color:#8d929b;font-size:11px}.checkin-week{display:grid;margin-top:9px;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.checkin-week>div{display:flex;min-width:0;align-items:center;flex-direction:column;gap:7px;color:#747a84;font-size:9px}.checkin-week b{display:grid;width:min(9.5cqw,38px);max-width:38px;min-width:30px;aspect-ratio:1;place-items:center;border:1px solid rgba(255,255,255,.075);border-radius:12px;color:#8e949e;background:#1b1f26;font-size:10px}.checkin-week .checked b{border-color:#ff914e47;color:#080a0d;background:linear-gradient(145deg,#ffc34e,#ff7440)}.checkin-week .today span{color:#fff;font-weight:800}.checkin-week svg{width:16px}.checkin-action{width:100%;margin-top:22px}.install-sheet{text-align:left}.install-sheet-head{display:grid;padding-right:38px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:12px}.install-sheet-head .sheet-logo{width:48px;height:48px;margin:0;border-radius:15px}.install-sheet-head>div{min-width:0}.install-sheet-head span{color:var(--brand-2);font-size:8px;font-weight:850;letter-spacing:.13em}.install-sheet-head h2{margin:4px 0 0;font-size:clamp(19px,5.8vw,25px);line-height:1.12;text-wrap:balance}.install-steps{display:grid;margin:18px 0 0;padding:0;gap:10px;counter-reset:steps;text-align:left}.install-steps li{display:grid;min-height:58px;padding:12px;grid-template-columns:30px 22px minmax(0,1fr);align-items:center;gap:9px;border-radius:15px;background:#1d2128;list-style:none;counter-increment:steps}.install-steps li:before{content:counter(steps);display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:var(--navy);font-size:12px;font-weight:800}.install-steps li>svg{width:19px;color:#aeb4be}.install-steps li>span{min-width:0;color:#e4e6ea;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.auth-options{display:grid;margin-top:25px;gap:12px}.auth-options .primary-button,.auth-form .primary-button{width:100%}.auth-account-entry{min-height:52px}.google-button{min-height:44px;display:grid;place-items:center}.provider-note{margin:0;color:var(--muted);font-size:12px}.auth-form{display:grid;margin-top:24px;gap:18px;text-align:left}.account-form{gap:14px}.auth-mode-tabs{display:grid;padding:4px;grid-template-columns:1fr 1fr;gap:4px;border-radius:14px;background:#0f1217}.auth-mode-tabs button{min-height:38px;padding:0 12px;border:0;border-radius:11px;color:#777d87;background:transparent;font-size:12px;font-weight:800}.auth-mode-tabs button.active{color:#fff;background:#272b33;box-shadow:0 4px 14px #00000038}.code-input{text-align:center;font-size:25px;font-weight:800;letter-spacing:.35em}.sent-copy{margin:0;color:#b4b8c1;font-size:12px;text-align:center}.auth-resend{display:flex;min-height:36px;margin-top:-8px;align-items:center;justify-content:center;border:0;color:#bfc4cc;background:transparent;font-size:12px}.auth-resend:not(:disabled){color:#fff;cursor:pointer}.auth-resend:disabled{opacity:.55}.auth-legal{display:flex;margin-top:22px!important;align-items:center;justify-content:center;gap:7px;color:#666c76!important;font-size:10px!important}.app-shell{background:#07090d}.home-header,.library-header,.profile-brand{min-height:calc(var(--safe-top) + 54px);padding-top:calc(var(--safe-top) + 5px);background:#07090deb}.home-header .wordmark strong,.library-header .wordmark strong,.profile-brand .wordmark strong{font-size:18px;letter-spacing:-.045em}.home-search-bar{height:44px;margin-top:6px;border-radius:22px;background:#171a1f}.hero-carousel{display:flex;margin-top:14px;padding:0 calc((100cqw - clamp(190px,54cqw,238px))/2) 3px;gap:11px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:calc((100cqw - clamp(190px,54cqw,238px))/2)}.hero-card{position:relative;flex:0 0 clamp(190px,54cqw,238px);overflow:hidden;aspect-ratio:2 / 3;scroll-snap-align:center;border:1px solid rgba(255,255,255,.08);border-radius:13px;background-image:var(--hero-image);background-position:center 18%;background-size:cover;box-shadow:0 14px 34px #00000052;transform:scale(.97);opacity:.64;transition:transform .28s ease,opacity .28s ease}.hero-card .hero-scrim{background:linear-gradient(180deg,#04050703 50%,#0405074d 67%,#040507f0)}.hero-card .hero-copy{right:12px;bottom:11px;left:12px}.hero-card .hero-copy h1{max-width:100%;margin-bottom:9px;font-size:clamp(14px,4.1cqw,17px);line-height:1.08;-webkit-line-clamp:2}.hero-card .hero-copy p{margin:7px 0 10px;font-size:10px;-webkit-line-clamp:1}.hero-card .hero-actions{gap:15px}.hero-card .hero-actions .primary-button{min-height:33px;padding-inline:14px;font-size:11px}.hero-play-count{position:absolute;z-index:3;top:12px;right:12px;display:inline-flex;padding:5px 8px;align-items:center;gap:4px;border-radius:999px;background:#040508b8;font-size:9px;font-weight:800;backdrop-filter:blur(10px)}.hero-play-count svg{width:10px;height:10px}.hero-dots{display:flex;min-height:22px;align-items:center;justify-content:center;gap:6px}.hero-dots button{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:#50545c;transition:width .2s,background .2s}.hero-dots button.active{width:18px;background:#fff}.hero-skeleton{width:clamp(190px,54cqw,238px);margin-inline:auto;aspect-ratio:2/3}.install-reward-card{display:grid;margin:22px var(--page-pad) 2px;padding:13px;grid-template-columns:40px 1fr;gap:9px 11px;border:1px solid rgba(255,126,63,.28);border-radius:14px;background:linear-gradient(120deg,#4d1d14f0,#1b1516f5 58%,#14171d);box-shadow:inset 0 1px #ffffff09}.install-reward-card.claimed{border-color:#5ad49452;background:linear-gradient(120deg,#123f2de0,#151a1b)}.reward-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;color:#0a0b0e;background:linear-gradient(145deg,#ffc44f,#ff683d)}.claimed .reward-icon{background:#61d99b}.reward-icon svg{width:20px}.reward-copy{display:flex;min-width:0;flex-direction:column}.reward-copy>span{color:#ffad61;font-size:8px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.reward-copy strong{margin-top:4px;font-size:13px;line-height:1.3}.reward-copy small{margin-top:4px;color:#90959e;font-size:9px;line-height:1.35}.reward-copy .reward-error{color:#ff7b87}.install-reward-card>button{display:grid;min-height:38px;padding:0 11px;grid-column:1 / -1;grid-template-columns:18px 1fr 16px;align-items:center;gap:7px;border:0;border-radius:12px;color:#0a0b0e;background:#fff;font-size:11px;font-weight:800;text-align:left}.install-reward-card>button:disabled{opacity:.68}.install-reward-card>button svg{width:16px}.content-section{margin-top:22px}.section-heading h2{font-size:18px}.section-more{display:inline-flex;align-items:center;gap:2px;color:#858b95;font-size:10px;font-weight:650}.section-more svg{width:14px;height:14px}.poster-rail{display:grid;margin-inline:0;padding:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 9px;overflow:visible;scroll-snap-type:none}.poster-card{min-width:0}.poster-card .artwork{aspect-ratio:2 / 3;border-radius:11px}.poster-card .artwork .poster-meta,.grid-poster .artwork .poster-meta{position:absolute;right:auto;bottom:6px;left:6px;display:inline-flex;margin:0;padding:4px 6px;align-items:center;gap:4px;border-radius:999px;color:#fff;background:#030407c7;font-size:8px;font-weight:800;backdrop-filter:blur(7px)}.poster-card>strong{margin-top:7px;font-size:11px}.poster-card>small{margin-top:3px;font-size:8px}.ranking-live{display:inline-flex;align-items:center;gap:4px;color:#ff8250!important;font-size:8px;font-weight:850;letter-spacing:.1em}.ranking-live svg{width:12px}.ranking-layout{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);gap:10px}.ranking-lead{min-height:278px;border-radius:14px}.ranking-lead>div{right:12px;bottom:13px;left:12px;gap:2px 8px}.ranking-lead>div>span{font-size:38px}.ranking-lead strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ranking-lead small,.ranking-list small{display:inline-flex;align-items:center;gap:4px}.ranking-lead small svg,.ranking-list small svg{width:10px;height:10px}.ranking-list{align-content:start;gap:0}.ranking-list>a{min-height:69px;padding:7px 0;grid-template-columns:22px 48px 1fr;gap:7px}.ranking-list b{font-size:13px}.ranking-list .artwork{width:48px;border-radius:8px}.ranking-list strong{font-size:10px}.ranking-list small{margin-top:3px;font-size:8px}.discover-banner{margin-top:27px}.search-context{display:flex;margin-top:14px;align-items:center;justify-content:space-between}.search-context span{color:#ff8457;font-size:8px;font-weight:850;letter-spacing:.12em}.search-context strong{font-size:15px}.poster-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px 9px}.grid-poster .artwork{aspect-ratio:2/3;border-radius:11px}.grid-poster>strong{display:-webkit-box;margin-top:7px;overflow:hidden;font-size:11px;line-height:1.32;-webkit-box-orient:vertical;-webkit-line-clamp:2}.grid-poster>small{display:block;margin-top:3px;color:var(--muted);font-size:8px}.search-rank{position:absolute;top:5px;left:5px;display:grid;width:24px;height:24px;place-items:center;border-radius:8px;color:#08090c;background:linear-gradient(145deg,#ffcc4f,#ff7440);font-size:9px}.profile-login-button{display:inline-flex;min-height:34px;margin-top:9px;padding:0 13px;align-items:center;gap:5px;border:0;border-radius:999px;color:#080a0e;background:#fff;font-size:11px;font-weight:800}.profile-login-button svg{width:14px}.profile-page>.install-reward-card{margin-inline:0;margin-top:2px}.profile-page .membership-band{margin-top:16px}.provider-button{display:grid;width:100%;min-height:56px;padding:7px 14px;grid-template-columns:34px 1fr;align-items:center;gap:10px;border:1px solid var(--line);border-radius:16px;color:#d8dbe1;background:#1d2026;text-align:left}.provider-button:disabled{opacity:.7}.provider-g{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;color:#4285f4;background:#fff;font-size:17px;font-weight:900}.provider-button>span:last-child{display:flex;min-width:0;flex-direction:column}.provider-button strong{font-size:12px}.provider-button small{margin-top:2px;color:#7f858f;font-size:8px}.install-sheet-reward{display:grid;margin:16px 0 4px;padding:13px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:1px solid rgba(255,133,65,.25);border-radius:15px;color:#ffae68;background:#4d1f1673;text-align:left}.install-sheet-reward>svg{width:23px}.install-sheet-reward span{display:flex;min-width:0;flex-direction:column}.install-sheet-reward strong{color:#fff;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.install-sheet-reward small{margin-top:3px;color:#a7aab0;font-size:9px;line-height:1.4;overflow-wrap:anywhere}@container (min-width: 440px){.poster-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.episode-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:350px){:root{--page-pad: 15px}.hero-card .hero-copy h1{font-size:14px}.poster-card{flex-basis:132px}.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions button,.profile-actions>a,.profile-select,.profile-links a{padding-inline:14px}}@media(orientation:landscape)and (max-height:540px){.home-hero{max-height:calc(100svh - 130px);aspect-ratio:16/9}.detail-hero{min-height:100svh}.hero-copy{max-width:62%;bottom:16px}.hero-copy h1{font-size:28px}.hero-copy p{margin:10px 0 14px}.player-header{min-height:calc(var(--safe-top) + 56px)}.bottom-sheet{max-height:96dvh}}.reward-wallet-card,.profile-wallet-band{display:grid;min-height:70px;padding:13px 15px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;border:1px solid rgba(255,176,72,.22);border-radius:13px;color:#fff;background:linear-gradient(125deg,#3d2614f5,#1d1a1df5);box-shadow:0 15px 35px #0000002e}.reward-wallet-card{margin:0 0 14px}.profile-wallet-band{margin:12px var(--page-pad) 0}.reward-wallet-card>svg,.profile-wallet-band>svg:first-child{width:27px;color:#ffb048}.reward-wallet-card>svg:last-child,.profile-wallet-band>svg:last-child{width:17px;color:#8b8e95}.reward-wallet-card>div,.profile-wallet-band>span{display:flex;min-width:0;flex-direction:column}.reward-wallet-card span,.profile-wallet-band small{color:#a7a1a0;font-size:9px;font-weight:650}.reward-wallet-card strong,.profile-wallet-band strong{margin-top:3px;font-size:19px;letter-spacing:-.02em}.wallet-page{min-height:100dvh;padding-bottom:calc(var(--safe-bottom) + 32px);background:radial-gradient(circle at 80% 8%,rgba(125,67,27,.25),transparent 30%),#090a0d}.wallet-page>:not(.page-header){margin-inline:var(--page-pad)}.wallet-login-state{display:flex;min-height:62dvh;align-items:center;justify-content:center;flex-direction:column;text-align:center}.wallet-login-state>svg{width:54px;height:54px;color:#ffad42}.wallet-login-state h1{margin:17px 0 7px;font-size:25px}.wallet-login-state p{max-width:280px;margin:0 0 20px;color:#858a93;font-size:11px;line-height:1.6}.wallet-hero{position:relative;min-height:203px;margin-top:13px;padding:23px 20px;overflow:hidden;border:1px solid rgba(255,190,100,.24);border-radius:19px;color:#fff;background:linear-gradient(145deg,#5a2d18 0,#2b1c1b 48%,#14151a);box-shadow:0 24px 54px #00000047}.wallet-hero:after{content:"Z";position:absolute;top:-47px;right:-5px;color:#ffb54c12;font-size:190px;font-weight:900;line-height:1}.wallet-hero>span{color:#d1b5a2;font-size:10px;font-weight:750;letter-spacing:.06em}.wallet-hero>strong{position:relative;z-index:1;display:flex;margin-top:9px;align-items:baseline;gap:8px;font-size:44px;letter-spacing:-.05em}.wallet-hero>strong i{display:grid;width:27px;height:27px;place-items:center;border-radius:50%;color:#4a2918;background:#ffb34b;font-size:13px;font-style:normal;letter-spacing:0}.wallet-hero>p{margin:5px 0 21px;color:#aa9d99;font-size:9px}.wallet-hero>div{position:relative;z-index:1;display:grid;padding-top:14px;grid-template-columns:1fr 1fr;gap:12px;border-top:1px solid rgba(255,255,255,.1)}.wallet-hero>div span{display:flex;flex-direction:column;gap:4px;color:#a9a2a2;font-size:9px}.wallet-hero>div b{color:#fff;font-size:15px}.wallet-actions{display:grid;margin-top:17px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wallet-actions>a,.wallet-actions>button{display:flex;min-width:0;min-height:103px;padding:13px 9px;align-items:flex-start;flex-direction:column;gap:8px;border:1px solid rgba(255,255,255,.07);border-radius:13px;color:#f7f7f9;background:#191b20;text-align:left}.wallet-actions>button:disabled{opacity:.62}.wallet-actions svg{width:22px;color:#ffad43}.wallet-actions span{display:flex;min-width:0;flex-direction:column}.wallet-actions strong{font-size:11px}.wallet-actions small{margin-top:4px;color:#7d828b;font-size:8px;line-height:1.35}.wallet-history{margin-top:26px}.wallet-history>header{display:flex;min-height:34px;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08)}.wallet-history h2{margin:0;font-size:16px}.wallet-history header svg{width:18px;color:#777c85}.wallet-history article{display:flex;min-height:65px;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(255,255,255,.07)}.wallet-history article>div{display:flex;min-width:0;flex-direction:column}.wallet-history article strong{font-size:11px}.wallet-history article small{margin-top:5px;color:#717680;font-size:8px}.wallet-history article>b{font-size:14px}.wallet-history article>b.credit{color:#65d796}.wallet-history article>b.debit{color:#ffb14a}.wallet-empty{display:flex;min-height:140px;align-items:center;justify-content:center;flex-direction:column;gap:9px;color:#747983;font-size:10px}.wallet-empty svg{width:25px}.paywall-state section{display:flex;align-items:center;flex-direction:column}.player-unlock-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.player-unlock-button svg{width:18px}.player-membership-link{display:inline-flex;min-height:40px;margin-top:9px;padding:0 18px;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;background:#1214199e;font-size:10px;font-weight:750;backdrop-filter:blur(8px)}.player-membership-link svg{width:15px;color:#ffb048}.player-wallet-balance{margin-top:11px;color:#ffffffa6;font-size:9px}.paywall-state .form-error{margin:7px 0 0;color:#ff9e94;font-size:9px}@media(min-width:600px){.app-shell{border-inline:1px solid rgba(255,255,255,.06);box-shadow:0 0 70px #000000b8}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-page{background:radial-gradient(circle at 50% -8%,rgba(106,65,70,.17),transparent 34%),#07080b}.catalog-topbar{position:sticky;z-index:32;top:0;display:grid;min-height:calc(var(--safe-top) + 64px);padding:calc(var(--safe-top) + 10px) var(--page-pad) 8px;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:9px;background:linear-gradient(180deg,#07080bfc,#07080bed);backdrop-filter:blur(20px)}.catalog-topbar .home-search-bar{height:46px;margin:0;border:1px solid rgba(255,255,255,.075);border-radius:7px;color:#858993;background:#ffffff1b;font-size:13px}.catalog-gift{display:grid;width:42px;height:42px;padding:0;place-items:center;border:0;color:#ff6850;background:transparent;cursor:pointer}.catalog-gift svg{width:23px;height:23px;filter:drop-shadow(0 5px 12px rgba(255,93,65,.28))}.home-channel-tabs{display:flex;min-height:38px;margin:3px 0 0;padding:0 var(--page-pad);align-items:center;gap:21px;overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.045)}.home-channel-tabs{position:sticky;z-index:31;top:calc(var(--safe-top) + 64px);margin-top:0;min-height:42px;gap:24px;background:#07080bf2;backdrop-filter:blur(18px)}.home-channel-tabs button{position:relative;flex:0 0 auto;min-height:42px;padding:0;border:0;color:#777b84;background:transparent;font-size:11px;font-weight:650;cursor:pointer;white-space:nowrap}.home-channel-tabs button.active{color:#fff;font-size:14px;font-weight:850}.home-channel-tabs button.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px;background:var(--brand)}.hero-carousel{margin-top:18px;padding-inline:calc((100cqw - clamp(200px,52cqw,250px))/2);scroll-padding-inline:calc((100cqw - clamp(200px,52cqw,250px))/2);gap:14px}.hero-card{flex-basis:clamp(200px,52cqw,250px);aspect-ratio:2/3;border-radius:7px;box-shadow:0 16px 44px #00000057;opacity:.48;transform:scale(.94)}.hero-card .hero-scrim{background:linear-gradient(180deg,transparent 63%,rgba(0,0,0,.34))}.hero-play-count{inset:auto auto 9px 9px;background:#000000b8}.hero-play{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:#090a0d;background:#fffffff5;box-shadow:0 10px 24px #00000047;opacity:0;transform:translate(-50%,-46%) scale(.88);transition:opacity .2s ease,transform .2s ease}.hero-card.active .hero-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.hero-play svg{width:18px;height:18px;margin-left:2px}.hero-dots button{width:5px;height:5px;background:#41444b}.hero-dots button.active{width:16px;background:#ff5f3d}.home-page>.content-section:first-of-type{margin-top:16px}.home-page>.install-reward-card{margin-top:24px;padding:10px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:8px;border-radius:9px;background:linear-gradient(100deg,#4e1d15eb,#181416f5)}.home-page>.install-reward-card .reward-icon{width:36px;height:36px;border-radius:9px}.home-page>.install-reward-card .reward-copy>span{font-size:7px}.home-page>.install-reward-card .reward-copy strong{margin-top:2px;font-size:11px;line-height:1.25}.home-page>.install-reward-card .reward-copy small{display:none}.home-page>.install-reward-card>button{min-width:72px;min-height:34px;padding:0 9px;grid-column:3;grid-template-columns:1fr;border-radius:7px;font-size:9px;text-align:center}.home-page>.install-reward-card>button svg{display:none}.ranking-list-full{border-top:1px solid rgba(255,255,255,.07)}.ranking-list-full>a{min-height:76px;padding:9px 0;grid-template-columns:31px 56px minmax(0,1fr) 16px;gap:10px}.ranking-list-full>a>b{color:#555a64;font-size:17px;font-variant-numeric:tabular-nums}.ranking-list-full>a.podium>b{color:#ff7147;font-size:21px;font-weight:900}.ranking-list-full .artwork{width:56px;aspect-ratio:1;border-radius:7px}.ranking-list-full>a>span{min-width:0}.ranking-list-full>a>span strong{display:block;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ranking-list-full>a>span small{display:flex;margin-top:5px;align-items:center;gap:4px;color:#777d87;font-size:9px}.ranking-list-full>a>span small svg{width:9px;height:9px}.ranking-list-full>a>svg{width:14px;height:14px;color:#565b65}.app-shell,.home-page{background:#08090c}.home-page{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 92px)}.catalog-topbar{min-height:calc(var(--safe-top) + 60px);padding:calc(var(--safe-top) + 9px) 12px 5px;grid-template-columns:minmax(0,1fr) 44px;gap:8px;background:#08090c;backdrop-filter:none}.catalog-topbar .home-search-bar{height:46px;padding-inline:14px;border:0;border-radius:7px;color:#858892;background:#202124;font-size:13px}.catalog-gift{width:44px;height:44px;color:#ff3f45}.catalog-gift svg{width:25px;height:25px;filter:none}.catalog-gift span{display:block;font-size:24px;line-height:1;transform:translateY(-1px)}.home-channel-tabs{top:calc(var(--safe-top) + 60px);min-height:44px;padding:0 12px;gap:24px;border:0;background:#08090c;backdrop-filter:none}.home-channel-tabs button,.home-channel-tabs a{position:relative;display:inline-flex;flex:0 0 auto;min-height:44px;padding:0;align-items:center;border:0;color:#777a82;background:transparent;font-size:11px;font-weight:650;white-space:nowrap}.home-channel-tabs button.active,.home-channel-tabs a.active{color:#fff;font-size:16px;font-weight:850}.home-channel-tabs button.active:after,.home-channel-tabs a.active:after{content:"";position:absolute;right:0;bottom:2px;left:0;height:2px;border-radius:0;background:#fff}.hero-carousel{margin-top:10px;padding-inline:calc((100cqw - clamp(200px,58cqw,250px))/2);scroll-padding-inline:calc((100cqw - clamp(200px,58cqw,250px))/2);gap:14px}.hero-card{flex-basis:clamp(200px,58cqw,250px);aspect-ratio:5/7;border:0;border-radius:10px;box-shadow:none;opacity:.64;transform:scale(.96)}.hero-card.active{opacity:1;transform:scale(1)}.hero-card .hero-scrim{background:linear-gradient(180deg,transparent 70%,rgba(0,0,0,.22))}.hero-play-count{bottom:8px;left:8px;padding:4px 7px;border-radius:999px;font-size:8px}.hero-dots{min-height:26px}.hero-dots button{width:5px;height:5px;background:#565962}.hero-dots button.active{width:16px;background:#fff}.content-section{margin-top:23px}.section-heading{margin-bottom:12px}.section-heading h2{font-size:19px;font-weight:800}.section-more{gap:1px;color:#8c8f96;font-size:12px;font-weight:500}.section-more svg{width:15px;height:15px}.poster-rail{display:flex;margin-inline:calc(var(--page-pad) * -1);padding:0 var(--page-pad) 5px;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory}.poster-card{flex:0 0 calc((100cqw - (var(--page-pad) * 2) - 16px) / 3);min-width:0;scroll-snap-align:start}.poster-card .artwork{aspect-ratio:4/5;border-radius:8px}.poster-card>strong{display:block;margin-top:7px;overflow:hidden;font-size:11px;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.poster-card>small{display:none}.poster-card .artwork .poster-meta{bottom:6px;left:6px;padding:3px 6px;font-size:7px}.poster-new-badge{position:absolute;z-index:2;top:0;right:0;padding:4px 6px;color:#fff;background:#ff3441;font-size:8px;font-weight:800;line-height:1}.channel-chips{display:flex;margin:0 0 12px;gap:8px;overflow-x:auto}.channel-chips button{flex:0 0 auto;min-height:30px;padding:0 13px;border:0;border-radius:8px;color:#d7d8dc;background:#2b282b;font-size:11px;font-weight:700}.channel-chips button.active{color:#fff;background:#514141}.catalog-end{margin:32px 0 8px;color:#555960;font-size:10px;text-align:center}.home-mini-player{position:fixed;z-index:49;right:50%;bottom:calc(var(--nav-height) + var(--safe-bottom));display:grid;width:min(100%,var(--app-width));height:64px;padding:8px 12px;grid-template-columns:42px minmax(0,1fr) 34px 42px;align-items:center;gap:9px;border-top:1px solid rgba(255,255,255,.06);background:#202124;transform:translate(50%)}.home-mini-player .artwork{width:42px;aspect-ratio:1;border-radius:4px}.mini-player-copy{display:flex;min-width:0;flex-direction:column}.mini-player-copy strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.mini-player-copy small{margin-top:4px;color:#8c8f96;font-size:9px}.home-mini-player button,.mini-player-play{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;color:#d9dadd;background:transparent}.home-mini-player button svg{width:18px;height:18px}.mini-player-play{width:42px;color:#ff3f45}.mini-player-play svg{width:26px;height:26px}.bottom-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding-inline:5px;background:#060709;box-shadow:none}.bottom-nav a{gap:2px;color:#747780;font-size:8px;font-weight:500}.bottom-nav a svg{width:20px;height:20px;stroke-width:1.8}.bottom-nav a.active{color:#ff3f45}.bottom-nav a.active:after{display:none}.bottom-nav{z-index:70;contain:layout paint style}.bottom-nav a{min-width:0;overflow:hidden;border-radius:0}.bottom-nav a span{width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.home-mini-player{z-index:69}.rewards-page{padding-inline:var(--page-pad);background:radial-gradient(circle at 84% 2%,rgba(112,62,28,.32),transparent 30%),#0a0a0d}.rewards-header{position:relative;display:flex;min-height:calc(var(--safe-top) + 118px);padding:calc(var(--safe-top) + 26px) 2px 17px;align-items:center;justify-content:space-between}.rewards-header span{color:#ff4d4f;font-size:9px;font-weight:850;letter-spacing:.14em}.rewards-header h1{margin:7px 0 0;font-size:27px;letter-spacing:-.04em}.rewards-gift{font-size:57px;filter:drop-shadow(0 16px 25px rgba(255,85,50,.24));transform:rotate(3deg)}.reward-checkin-card{padding:17px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#1d1a1af0;box-shadow:0 18px 45px #0000003d}.reward-checkin-card.checked{border-color:#5dd79459}.reward-checkin-heading{display:flex;align-items:center;justify-content:space-between;gap:14px}.reward-checkin-heading>div{display:flex;min-width:0;flex-direction:column}.reward-checkin-heading span{font-size:16px;font-weight:800}.reward-checkin-heading strong{display:inline-flex;margin-top:5px;align-items:center;gap:5px;color:#ff5355;font-size:11px}.reward-checkin-heading strong svg{width:14px}.reward-checkin-heading>svg{width:27px;color:#ff5355}.reward-week{display:grid;margin-top:16px;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.reward-week>div{display:flex;min-width:0;align-items:center;flex-direction:column;gap:6px;color:#7e8189;font-size:8px;text-align:center}.reward-week b{display:grid;width:100%;max-width:39px;aspect-ratio:1;place-items:center;border-radius:9px;color:#9b9da5;background:#29272a}.reward-week b svg{width:15px}.reward-week .today b{outline:1px solid rgba(255,68,72,.75);color:#ff5558}.reward-week .checked b{color:#09110d;background:#62d995;outline:0}.reward-week .checked span{color:#d8dbdf}.reward-checkin-card>button{width:100%;min-height:46px;margin-top:18px;border:0;border-radius:6px;color:#fff;background:#ef3035;font-size:13px;font-weight:800}.reward-checkin-card>button:disabled{color:#a1a4ab;background:#343438}.reward-section{margin-top:28px}.reward-section-heading{display:flex;min-height:30px;align-items:baseline;justify-content:space-between;gap:12px}.reward-section-heading h2{margin:0;color:#ff4549;font-size:18px;letter-spacing:-.02em}.reward-section-heading span{color:#737780;font-size:9px}.rewards-page .install-reward-card{margin:10px 0 0;border-radius:11px}.reward-task-list{margin-top:9px;border-top:1px solid rgba(255,255,255,.08)}.reward-task-list>button,.reward-task-list>a{display:grid;width:100%;min-height:72px;padding:10px 2px;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:11px;border:0;border-bottom:1px solid rgba(255,255,255,.08);color:#f5f6f8;background:transparent;text-align:left}.reward-task-list>*>svg{width:21px;color:#aeb2ba}.reward-task-list>*>span{display:flex;min-width:0;flex-direction:column}.reward-task-list strong{font-size:13px}.reward-task-list small{margin-top:5px;overflow:hidden;color:#7d828c;text-overflow:ellipsis;white-space:nowrap;font-size:9px}.reward-task-list b{min-width:58px;padding:9px 11px;border-radius:5px;color:#fff;background:#ef3035;font-size:10px;text-align:center}.reward-task-list>a:last-child>svg:last-child{width:16px;color:#777b84}.reward-rules{margin:25px 0 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);color:#70747d}.reward-rules strong{color:#9a9ea6;font-size:11px}.reward-rules p{margin:7px 0 0;font-size:9px;line-height:1.65}#spotlight,#featured,#latest,#channels,#ranking{scroll-margin-top:calc(var(--safe-top) + 112px)}.hero-direct-copy{display:inline-flex;min-height:36px;align-items:center;gap:5px;color:#ffffffe0;font-size:10px;font-weight:750}.hero-direct-copy svg{width:14px}.player-page{position:fixed;z-index:60;inset:0;width:min(100%,var(--app-width));height:100dvh;min-height:100svh;margin:auto;overflow:hidden;background:#000;touch-action:pan-x}.player-stage{position:relative;width:100%;height:100%;overflow:hidden;isolation:isolate;background:#000}.video-surface{position:absolute;width:100%;height:100%;inset:0;background:#000;object-fit:cover}.player-vignette{position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.64) 0,transparent 21%,transparent 54%,rgba(0,0,0,.35) 70%,rgba(0,0,0,.94) 100%);opacity:1;transition:opacity .2s ease}.player-header{position:absolute;z-index:8;top:0;right:0;left:0;display:grid;min-height:calc(var(--safe-top) + 62px);padding:calc(var(--safe-top) + 8px) 12px 8px;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:8px;background:transparent;opacity:1;transition:opacity .2s ease,transform .2s ease}.player-header>strong{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:750;text-shadow:0 1px 8px rgba(0,0,0,.6)}.player-round-button{display:grid;width:38px;height:38px;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;background:#0a0b0f66;backdrop-filter:blur(10px);cursor:pointer}.player-round-button svg{width:22px}.player-speed-menu{position:absolute;top:calc(var(--safe-top) + 53px);right:12px;display:grid;width:156px;padding:8px;grid-template-columns:repeat(2,1fr);gap:5px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:#111318f2;box-shadow:0 18px 45px #0000007a;backdrop-filter:blur(18px)}.player-speed-menu>span{display:flex;padding:5px 4px 7px;grid-column:1/-1;align-items:center;gap:7px;color:#aeb3bc;font-size:10px;font-weight:700}.player-speed-menu>span svg{width:15px}.player-speed-menu button{min-height:32px;border:0;border-radius:9px;color:#aeb3bc;background:#24272e;font-size:10px;cursor:pointer}.player-speed-menu button.active{color:#08090b;background:#fff;font-weight:850}.player-center-control{position:absolute;z-index:6;top:50%;left:50%;display:grid;width:62px;height:62px;padding:0;place-items:center;border:0;border-radius:50%;color:#fff;background:#0f11167a;box-shadow:0 10px 34px #0000004d;transform:translate(-50%,-50%);backdrop-filter:blur(8px);cursor:pointer}.player-center-control svg{width:30px;height:30px}.player-action-rail{position:absolute;z-index:7;right:9px;bottom:calc(var(--safe-bottom) + 119px);display:flex;width:58px;align-items:center;flex-direction:column;gap:15px;opacity:1;transition:opacity .2s ease,transform .2s ease}.player-action-rail button{display:flex;width:58px;min-height:54px;padding:0;align-items:center;flex-direction:column;gap:3px;border:0;color:#fff;background:transparent;cursor:pointer}.player-action-rail button>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#0b0c106b;text-shadow:0 2px 7px rgba(0,0,0,.7);backdrop-filter:blur(7px)}.player-action-rail button svg{width:25px;height:25px;stroke-width:2.2}.player-action-rail button.active{color:#ff5d43}.player-action-rail small{max-width:58px;overflow:hidden;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-weight:650;text-shadow:0 1px 7px #000}.player-lower{position:absolute;z-index:7;right:0;bottom:0;left:0;padding:0 11px calc(var(--safe-bottom) + 8px);opacity:1;transition:opacity .2s ease,transform .2s ease}.player-time{display:flex;min-height:19px;padding-right:64px;align-items:center;justify-content:space-between;gap:10px;color:#ffffffeb;font-size:9px;font-weight:700;text-shadow:0 1px 6px #000}.player-time em{overflow:hidden;color:#ffffffa3;text-overflow:ellipsis;white-space:nowrap;font-size:8px;font-style:normal}.player-progress{width:100%;height:15px;margin:0;padding:0;appearance:none;background:transparent;cursor:pointer}.player-progress::-webkit-slider-runnable-track{height:3px;border-radius:999px;background:linear-gradient(90deg,#fff 0 var(--progress),rgba(255,255,255,.26) var(--progress) 100%)}.player-progress::-webkit-slider-thumb{width:9px;height:9px;margin-top:-3px;appearance:none;border:0;border-radius:50%;background:#fff;box-shadow:0 1px 5px #00000080}.player-progress::-moz-range-track{height:3px;border-radius:999px;background:#ffffff42}.player-progress::-moz-range-progress{height:3px;border-radius:999px;background:#fff}.player-progress::-moz-range-thumb{width:9px;height:9px;border:0;border-radius:50%;background:#fff}.player-episode-bar{display:grid;width:100%;min-height:42px;padding:6px 3px 0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;border:0;color:#fff;background:transparent;cursor:pointer}.player-episode-bar>span{display:flex;min-width:0;align-items:center;gap:7px;font-size:9px}.player-episode-bar>span:first-child{overflow:hidden}.player-episode-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.player-episode-bar svg{width:14px}.player-header.hidden{transform:translateY(-10px)}.player-action-rail.hidden{transform:translate(8px)}.player-lower.hidden{transform:translateY(10px)}.player-vignette.hidden,.player-header.hidden,.player-action-rail.hidden,.player-lower.hidden{pointer-events:none;opacity:0}.player-state{z-index:12}.paywall-state{overflow:hidden}.paywall-state section{max-width:370px}.paywall-state h1{font-size:clamp(28px,9vw,38px)}.catalog-home{padding:0 var(--page-pad) calc(var(--nav-height) + var(--safe-bottom) + 30px);background:#08090c}.catalog-brandbar{position:sticky;z-index:34;top:0;display:grid;min-height:calc(var(--safe-top) + 58px);margin-inline:calc(var(--page-pad) * -1);padding:calc(var(--safe-top) + 7px) var(--page-pad) 6px;grid-template-columns:44px minmax(0,1fr) 58px;align-items:center;border-bottom:1px solid rgba(255,255,255,.045);background:#08090cf5;backdrop-filter:blur(18px)}.catalog-wordmark{display:inline-flex;min-width:0;align-items:center;justify-self:center;gap:7px}.catalog-wordmark img{width:25px;height:25px;border-radius:7px}.catalog-wordmark strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:900;letter-spacing:-.045em}.catalog-header-action{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#c4c7cf;background:#17191e}.catalog-header-action svg{width:19px}.catalog-wallet-pill{display:inline-flex;min-width:54px;height:32px;padding:0 8px;align-items:center;justify-content:center;justify-self:end;gap:5px;border:1px solid rgba(255,176,72,.25);border-radius:999px;color:#ffb048;background:#ffb04817;font-size:10px;font-weight:850}.catalog-wallet-pill svg{width:16px}.catalog-search-box{display:flex;height:44px;margin-top:10px;padding:0 14px;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.06);border-radius:11px;color:#7f838c;background:#191b20;font-size:12px}.catalog-search-box svg{width:18px}.catalog-shortcuts{display:grid;margin-top:9px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.catalog-shortcuts a{display:flex;min-width:0;height:35px;padding:0 8px;align-items:center;justify-content:center;gap:5px;border-radius:8px;color:#aaadb5;background:#121419;font-size:10px;font-weight:750}.catalog-shortcuts a svg{width:14px;color:#ff6a49}.catalog-grid-section{margin-top:25px}.catalog-grid-section>header{display:flex;min-height:36px;margin-bottom:11px;align-items:flex-end;justify-content:space-between;gap:12px}.catalog-grid-section>header>div{min-width:0}.catalog-grid-section h2{margin:0;font-size:18px;font-weight:850;letter-spacing:-.025em}.catalog-grid-section header p{margin:3px 0 0;color:#747984;font-size:8px}.catalog-grid-section header>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:2px;color:#858a94;font-size:9px}.catalog-grid-section header>a svg{width:13px}.catalog-poster-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 8px}.catalog-poster-card{min-width:0}.catalog-poster-card .artwork{position:relative;overflow:hidden;width:100%;aspect-ratio:3/4;border-radius:8px;background:#17191f}.catalog-poster-card:active .artwork{transform:scale(.975)}.catalog-poster-card .artwork img{width:100%;height:100%;object-fit:cover}.catalog-poster-card .poster-meta{position:absolute;right:auto;bottom:5px;left:5px;display:inline-flex;padding:3px 5px;align-items:center;gap:3px;border-radius:999px;color:#fff;background:#030407c4;font-size:7px;font-weight:850;backdrop-filter:blur(6px)}.catalog-rank-badge{position:absolute;z-index:2;top:0;left:0;display:grid;width:27px;height:29px;place-items:center;border-radius:8px 0 10px;color:#fff;background:linear-gradient(145deg,#ff774f,#f33842);box-shadow:5px 5px 14px #00000040;font-size:13px;font-style:italic}.catalog-poster-card>strong{display:-webkit-box;margin-top:6px;overflow:hidden;font-size:10px;font-weight:720;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-poster-card>small{display:block;margin-top:3px;color:#727782;font-size:7px}.catalog-home>.install-reward-card{margin:24px 0 0;border-radius:11px}.catalog-all-link{display:flex;height:42px;margin:26px 0 4px;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:#a6aab2;background:#121419;font-size:10px;font-weight:750}.catalog-all-link svg{width:14px}.catalog-loading-grid{display:grid;margin-top:25px;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 8px}.catalog-loading-grid i{display:block;aspect-ratio:3/4;border-radius:8px}.catalog-search-page,.categories-page{background:#08090c}.catalog-search-input{display:flex;height:46px;margin-top:2px;padding:0 13px;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:#191b20}.catalog-search-input svg{width:18px;color:#81858e}.catalog-search-input input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent;font-size:12px}.catalog-search-input button{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;color:#888d96;background:transparent}.catalog-filter-chips{display:flex;margin-top:12px;flex-wrap:wrap;gap:7px}.catalog-filter-chips button{min-height:31px;padding:0 12px;border:1px solid rgba(255,255,255,.07);border-radius:999px;color:#898e97;background:#14161b;font-size:9px}.catalog-filter-chips button.active{border-color:#ff6147;color:#fff;background:#f34f43;font-weight:800}.catalog-results-head{display:flex;margin:24px 0 12px;align-items:flex-end;justify-content:space-between}.catalog-results-head h1{margin:0;font-size:18px}.catalog-results-head p{margin:4px 0 0;color:#737883;font-size:8px}.catalog-results-head b{color:#ff6548;font-size:18px}.category-tab-grid{display:grid;margin-top:4px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-tab-grid button{display:flex;min-height:58px;padding:10px 12px;align-items:flex-start;justify-content:center;flex-direction:column;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#9b9fa8;background:#15171c;text-align:left}.category-tab-grid button strong{font-size:11px}.category-tab-grid button small{margin-top:4px;color:#686d77;font-size:8px}.category-tab-grid button.active{border-color:#ff654880;color:#fff;background:linear-gradient(135deg,#ff573e33,#18191e 70%)}.categories-page>.catalog-grid-section{margin-top:25px}.promo-overlay{position:fixed;z-index:220;inset:0;display:flex;padding:20px;align-items:center;justify-content:center;background:#000000c2;backdrop-filter:blur(8px)}.promo-popup{position:relative;width:min(100%,360px);padding:28px 20px 18px;overflow:hidden;border:1px solid rgba(255,177,70,.28);border-radius:22px;color:#fff;background:radial-gradient(circle at 50% -10%,rgba(255,162,58,.36),transparent 42%),linear-gradient(155deg,#2e1b16,#14151a 58%,#0e0f13);box-shadow:0 30px 90px #0000008c;text-align:center}.promo-popup:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.045),transparent 70%)}.promo-close{position:absolute;z-index:2;top:10px;right:10px;display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:50%;color:#b4b0ae;background:#ffffff14}.promo-close svg{width:17px}.promo-coin-orbit{position:relative;display:grid;width:74px;height:74px;margin:0 auto 13px;place-items:center;border:1px solid rgba(255,193,99,.35);border-radius:50%;color:#ffb345;background:radial-gradient(circle,#6a351a,#261a17 68%);box-shadow:0 0 40px #ff902733}.promo-coin-orbit>svg:first-child{width:36px}.promo-coin-orbit>svg:last-child{position:absolute;top:-3px;right:-4px;width:22px;color:#fff0a7}.promo-popup>span{color:#ffb34b;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.promo-popup h2{margin:6px 0 5px;font-size:25px;letter-spacing:-.04em}.promo-popup>p{max-width:280px;margin:0 auto;color:#aaa5a4;font-size:10px;line-height:1.55}.promo-product-preview{display:grid;margin-top:17px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.promo-product-preview article{display:flex;min-height:63px;padding:9px 5px;align-items:center;justify-content:center;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff0d}.promo-product-preview b{font-size:16px}.promo-product-preview small{margin-top:3px;color:#ffb34b;font-size:7px}.promo-action{display:flex;height:44px;margin-top:16px;align-items:center;justify-content:center;border-radius:10px;color:#24140c;background:linear-gradient(90deg,#ff9e36,#ffd16b);font-size:12px;font-weight:900}.promo-safe-note{display:block;margin-top:10px;color:#716e70;font-size:7px;line-height:1.4}.wallet-product-entry{display:flex;min-height:104px;margin-top:14px;padding:15px;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,173,67,.23);border-radius:13px;background:linear-gradient(125deg,#2f1e18,#191a1f 70%);cursor:pointer}.wallet-product-entry>div:first-child{min-width:0}.wallet-product-entry span{color:#ffad43;font-size:7px;font-weight:900;letter-spacing:.12em}.wallet-product-entry h2{margin:4px 0 0;font-size:15px}.wallet-product-entry p{margin:4px 0 0;color:#777b84;font-size:8px}.wallet-product-mini{display:flex;flex:0 0 auto;flex-direction:column;gap:4px}.wallet-product-mini b{padding:4px 7px;border-radius:999px;color:#ffb34b;background:#ffb34b1a;font-size:8px}.recharge-overlay{z-index:230}.recharge-sheet{padding:15px var(--page-pad) calc(var(--safe-bottom) + 18px);border-radius:20px 20px 0 0;background:#15171c}.recharge-sheet>header{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:10px}.recharge-sheet>header>div{display:flex;min-width:0;align-items:center;gap:10px}.recharge-sheet>header span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#ffb048;background:#ffb0481f}.recharge-sheet>header span svg{width:21px}.recharge-sheet h2{margin:0;font-size:17px}.recharge-sheet header p{margin:3px 0 0;color:#797e88;font-size:8px}.recharge-sheet>header>button{display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;color:#9a9fa8;background:#22252b}.recharge-sheet>header>button svg{width:18px}.recharge-products{display:grid;margin-top:13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.recharge-products>button{position:relative;display:flex;min-width:0;min-height:137px;padding:18px 7px 10px;align-items:center;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:11px;color:#fff;background:#1d2026}.recharge-products em{position:absolute;top:0;right:0;left:0;overflow:hidden;padding:3px;border-radius:10px 10px 0 0;color:#28160c;background:#ffb048;text-overflow:ellipsis;white-space:nowrap;font-size:7px;font-style:normal;font-weight:900}.recharge-products strong{display:flex;margin-top:4px;align-items:center;gap:4px;font-size:18px}.recharge-products strong i{display:grid;width:18px;height:18px;place-items:center;border-radius:50%;color:#452511;background:#ffb048;font-size:9px;font-style:normal}.recharge-products span{min-height:20px;margin-top:5px;color:#ffb048;font-size:7px}.recharge-products b{margin-top:auto;font-size:11px}.recharge-products del{margin-top:2px;color:#6e737d;font-size:7px}.recharge-message{margin:12px 0 0;padding:9px;border-radius:8px;color:#ffbd68;background:#ffb04814;font-size:9px;text-align:center}.recharge-sheet>footer{display:flex;margin-top:13px;align-items:center;justify-content:center;gap:5px;color:#707680;font-size:7px}.recharge-sheet>footer svg{width:13px}@media(max-width:350px){.catalog-home{--page-pad: 12px}.catalog-poster-grid,.catalog-loading-grid{gap-inline:6px}.catalog-poster-card>strong{font-size:9px}.recharge-products{gap:5px}.recharge-products>button{padding-inline:4px}}.player-sheet-overlay{position:fixed;z-index:80;inset:0;display:flex;width:min(100%,var(--app-width));height:100dvh;margin:auto;align-items:flex-end;background:#000000a8;backdrop-filter:blur(5px)}.player-episode-sheet{position:relative;width:100%;max-height:min(74dvh,650px);padding:20px 16px calc(var(--safe-bottom) + 22px);overflow-y:auto;border-top:1px solid rgba(255,255,255,.1);border-radius:22px 22px 0 0;background:#0e1015;box-shadow:0 -20px 70px #0000009e}.player-episode-sheet:before{content:"";display:block;width:36px;height:4px;margin:-8px auto 15px;border-radius:99px;background:#3c4048}.player-sheet-close{position:absolute;z-index:2;top:15px;right:14px;display:grid;width:34px;height:34px;padding:0;place-items:center;border:0;border-radius:50%;color:#b7bcc4;background:#20232a;cursor:pointer}.player-sheet-close svg{width:17px}.player-sheet-summary{display:grid;padding-right:40px;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:12px}.player-sheet-summary>img{width:62px;aspect-ratio:2/3;border-radius:10px;object-fit:cover}.player-sheet-summary>div{min-width:0}.player-sheet-summary span{color:var(--brand);font-size:7px;font-weight:850;letter-spacing:.13em}.player-sheet-summary h2{margin:4px 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px;letter-spacing:-.025em}.player-sheet-summary p{margin:0;color:#858b95;font-size:9px}.player-sheet-heading{display:flex;margin:21px 0 10px;align-items:center;justify-content:space-between}.player-sheet-heading strong{font-size:15px}.player-sheet-heading span{color:#7c828c;font-size:9px}.player-episode-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.player-episode-grid button{position:relative;display:grid;min-height:48px;padding:0;place-items:center;border:1px solid transparent;border-radius:10px;color:#a9aeb7;background:#22252c;font-size:11px;font-weight:750;cursor:pointer}.player-episode-grid button.active{color:#fff;background:linear-gradient(135deg,#e94130,#ff653b);box-shadow:0 8px 20px #ef422a38}.player-episode-grid button>svg:not(.episode-lock){width:19px}.player-episode-grid .episode-lock{position:absolute;top:4px;right:4px;width:10px;height:10px;color:#ffb048}.sheet-enter-active .player-episode-sheet,.sheet-leave-active .player-episode-sheet{transition:transform .32s cubic-bezier(.2,.85,.25,1)}.sheet-enter-from .player-episode-sheet,.sheet-leave-to .player-episode-sheet{transform:translateY(105%)}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease,transform .15s ease}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(-4px)}@container (min-width: 410px){.player-episode-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(orientation:landscape)and (max-height:540px){.video-surface{object-fit:contain}.player-action-rail{right:12px;bottom:72px;flex-direction:row;width:auto}.player-lower{max-width:calc(100% - 190px)}.player-episode-sheet{max-height:96dvh}}
