: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: 480px;--page-pad: clamp(15px, 4.6vw, 20px);--nav-height: 66px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg);overscroll-behavior-y:none}body{min-width:320px;min-height:100%;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,.home-page{padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 24px)}.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 .22s ease,transform .22s ease}.route-enter-from{opacity:0;transform:translateY(8px)}.route-leave-to{opacity:0;transform:translateY(-4px)}.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));min-height:calc(var(--nav-height) + var(--safe-bottom));padding:6px 12px max(6px,var(--safe-bottom));grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.08);background:#0c0e12f0;transform:translate(-50%);backdrop-filter:blur(22px) saturate(120%)}.bottom-nav a{position:relative;display:flex;min-width:0;align-items:center;justify-content:center;flex-direction:column;gap:3px;color:#747a85;font-size:10px;font-weight:600;transition:color .18s ease,transform .18s ease}.bottom-nav a svg{width:23px;height:23px;stroke-width:1.9}.bottom-nav a:active{transform:scale(.95)}.bottom-nav a.active{color:#fff}.bottom-nav a.active:after{content:"";position:absolute;top:-6px;width:20px;height:2px;border-radius:2px;background:var(--brand)}.system-toast{position:fixed;z-index:90;right:18px;bottom:calc(var(--nav-height) + var(--safe-bottom) + 26px);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:hidden;background:#020306;scroll-snap-type:y mandatory}.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:max(32px,var(--safe-bottom));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-close{position:fixed;z-index:4;top:calc(var(--safe-top) + 14px);right:max(18px,calc((100vw - var(--app-width))/2 + 18px))}.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:55;bottom:0;left:50%;display:grid;width:min(100%,var(--app-width));min-height:calc(66px + var(--safe-bottom));padding:7px 10px max(7px,var(--safe-bottom));grid-template-columns:1fr 1fr;gap:8px;border-top:1px solid var(--line);background:#16191ef5;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:126px;padding:20px;overflow:hidden;grid-template-columns:26px 1fr 18px;align-items:start;gap:12px;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-band>svg{color:#ffc15c}.membership-band div{position:relative;z-index:1}.membership-band span{color:#f6bd67;font-size:9px;font-weight:800;letter-spacing:.12em}.membership-band h2{margin:7px 0 5px;font-size:19px}.membership-band p{margin:0;color:#aaa6a0;font-size:12px;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-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}.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{color:#c0c4cb;line-height:1.75}.legal-page h1{color:#fff;font-size:clamp(32px,9vw,48px);line-height:1;letter-spacing:-.05em}.legal-page h2{margin-top:30px;color:#fff;font-size:18px}.legal-page a{color:#75aaff}.legal-date{color:var(--brand-2);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.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}.install-steps{display:grid;margin-top:24px;gap:12px;counter-reset:steps;text-align:left}.install-steps li{display:grid;min-height:58px;padding:12px 15px;grid-template-columns:32px 1fr;align-items:center;gap:10px;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}.auth-options{display:grid;margin-top:25px;gap:12px}.auth-options .primary-button,.auth-form .primary-button{width:100%}.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}.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-legal{display:flex;margin-top:22px!important;align-items:center;justify-content:center;gap:7px;color:#666c76!important;font-size:10px!important}@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-copy h1{font-size:22px}.poster-card{flex-basis:132px}.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-actions button,.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}}@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}}
