:root{color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;background:#0b0b0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:#0b0b0d}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}::selection{color:#fff;background:#ff6b00}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:99px;background:#ffffff40}.ryvo-brand{display:inline-flex;align-items:center;flex-shrink:0;-webkit-user-select:none;user-select:none}.ryvo-logo-frame{position:relative;width:190px;aspect-ratio:980 / 310;overflow:hidden;mix-blend-mode:lighten}.ryvo-logo-image{position:absolute;display:block;width:170.612%;max-width:none;height:auto;left:-35.714%;top:-100%}.ryvo-brand.compact .ryvo-logo-frame{width:116px}.auth-screen{position:relative;min-height:100svh;isolation:isolate;overflow:hidden;background:#070708}.auth-backdrop{position:fixed;z-index:-2;inset:-18px;background:url(/auth-background.png) center / cover no-repeat;filter:blur(7px) brightness(.56) saturate(.78);transform:scale(1.035)}.auth-screen:after{content:"";position:fixed;z-index:-1;inset:0;background:radial-gradient(circle at 50% 42%,#0f0f111f,#030304b3 78%),linear-gradient(180deg,#0003,#0000007a)}.auth-shell{min-height:100svh;display:grid;place-items:center;padding:32px 20px}.auth-glass-card.MuiPaper-root{width:min(100%,400px);padding:28px 28px 22px;border:1px solid rgba(255,255,255,.16);border-radius:30px;color:#f5f5f7;background:#18181bbd;box-shadow:inset 0 1px #ffffff14,0 32px 100px #0000009e;-webkit-backdrop-filter:blur(34px) saturate(130%);backdrop-filter:blur(34px) saturate(130%)}.auth-glass-card>.ryvo-brand{display:flex;justify-content:center}.auth-segmented{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-top:24px;padding:4px;border-radius:14px;background:#7676802e}.auth-segmented .MuiButton-root{min-height:38px;color:#ebebf594;border-radius:11px}.auth-segmented .MuiButton-root.active{color:#fff;background:#ffffff21;box-shadow:0 3px 12px #0000003d,inset 0 1px #ffffff14}.auth-back.MuiButton-root{margin:25px 0 -5px -16px;padding-inline:14px;color:#ebebf5ad}.auth-intro{margin:24px 0 20px;text-align:center}.auth-intro h1.MuiTypography-root{margin:0;font-size:1.65rem;font-weight:720;line-height:1.1;letter-spacing:-.04em}.auth-intro>p.MuiTypography-root{margin-top:9px;color:#ebebf594;font-size:.95rem}.auth-clean-form{display:grid;gap:15px}.auth-clean-form .MuiOutlinedInput-root{min-height:48px}.auth-clean-form .MuiInputAdornment-root{color:#ebebf56b}.auth-clean-form .MuiAlert-root{border-radius:14px}.auth-recovery-link.MuiButton-root{width:fit-content;min-height:26px;margin:-4px 0 0 auto;padding:0;color:#ff8a33;font-size:.86rem}.auth-primary-action.MuiButton-root{min-height:46px;margin-top:4px;color:#fff;background:#ff6b00;box-shadow:0 12px 32px #ff5c003d}.auth-primary-action.MuiButton-root:hover{background:#ff7a1a}.auth-privacy.MuiTypography-root{margin-top:25px;color:#ebebf559;font-size:.76rem;text-align:center}.profiles-screen{position:relative;min-height:100svh;overflow:hidden;color:#f5f5f7;background:#0b0b0d}.profiles-aurora{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 50% -10%,rgba(255,107,0,.16),transparent 38%),radial-gradient(circle at 85% 70%,rgba(255,107,0,.055),transparent 30%)}.profiles-container{position:relative;z-index:1;min-height:100svh;padding-top:28px;padding-bottom:48px}.profiles-header{display:flex;align-items:center;justify-content:space-between}.profiles-logout.MuiButton-root{color:#ebebf59e;background:#ffffff0f}.profiles-content{padding-top:clamp(40px,8vh,88px);text-align:center}.profiles-content h1.MuiTypography-root{margin:0;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:720;letter-spacing:-.055em}.profiles-subtitle.MuiTypography-root{margin-top:14px;color:#ebebf58c;font-size:1.05rem}.profiles-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(24px,3.4vw,48px);margin-top:36px}.profile-tile{width:clamp(112px,10vw,144px);padding:0;border:0;color:inherit;background:transparent;cursor:pointer;text-align:center}.profile-avatar-shell{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1;border:2px solid rgba(255,255,255,.09);border-radius:50%;background:#ffffff0e;box-shadow:0 18px 50px #0000004d;overflow:hidden;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .3s,box-shadow .35s}.profile-avatar.MuiAvatar-root{width:100%;height:100%;border-radius:0;background:transparent}.profile-avatar img{object-fit:contain}.profile-tile:hover .profile-avatar-shell,.profile-tile:focus-visible .profile-avatar-shell{transform:translateY(-8px) scale(1.025);border-color:#ff7a1ae6;box-shadow:0 25px 65px #0006,0 0 35px #ff6b001a}.profile-tile>.MuiTypography-root{margin-top:15px;color:#f5f5f7db;font-size:1.05rem;font-weight:620}.profile-pin{position:absolute;right:10px;top:10px;width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#0f0f11b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.profile-pin svg{font-size:16px}.profile-edit-overlay{position:absolute;inset:0;display:grid;place-items:center;background:#0a0a0c8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-edit-overlay svg{font-size:40px}.add-profile .profile-avatar-shell{color:#ebebf58c;border-style:dashed}.add-profile .profile-avatar-shell svg{font-size:54px}.manage-profiles.MuiButton-root{margin-top:36px;padding-inline:27px}.catalog-page{min-height:100vh;background:#0b0b0d}.catalog-header.MuiAppBar-root{top:0;right:auto;left:auto;width:100%;color:#f5f5f7;border:1px solid rgba(255,255,255,.09);border-radius:0;background:#141417f0;box-shadow:0 18px 55px #0000004d,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(28px) saturate(145%);backdrop-filter:blur(28px) saturate(145%);overflow:hidden}.catalog-toolbar.MuiToolbar-root{width:100%;min-height:68px;padding:0 clamp(18px,4vw,68px);gap:30px}.header-brand-button{cursor:pointer}.desktop-navigation{display:flex;align-items:center;gap:3px;padding:4px;border-radius:99px;background:#76768021}.nav-pill.MuiButton-root{min-height:34px;padding:5px 15px;color:#ebebf594}.nav-pill.MuiButton-root.active{color:#fff;background:#ffffff1c}.genre-pill.MuiInputBase-root{min-width:112px;color:#ebebf59e}.genre-pill fieldset{border:0}.header-actions{display:flex;align-items:center;gap:7px;margin-left:auto}.header-search{width:40px;display:flex;justify-content:flex-end;transition:width .35s cubic-bezier(.2,.8,.2,1)}.header-search.open{width:clamp(180px,21vw,300px)}.header-search .MuiTextField-root{width:100%}.header-search .MuiOutlinedInput-root{height:40px;border-radius:999px}.header-actions .MuiIconButton-root{color:#f5f5f7d9;background:#76768024}.header-profile.MuiIconButton-root{padding:3px}.header-profile .MuiAvatar-root{width:36px;height:36px;background:transparent}.header-profile img{object-fit:contain}.profile-menu{min-width:230px;margin-top:8px;border-radius:18px!important}.profile-menu-heading{padding:12px 18px}.profile-menu-heading>.MuiTypography-root:first-child{font-weight:700}.profile-menu-heading>.MuiTypography-caption{color:#ebebf580}.profile-menu .MuiMenuItem-root{gap:13px}.danger-menu-item{color:#ff6b5e!important}.mobile-navigation{display:none}.apple-hero{position:relative;height:auto;min-height:440px;margin:24px clamp(18px,2.8vw,48px) 0;border:1px solid rgba(255,255,255,.1);border-radius:30px;color:#fff;background:#1c1c1e;overflow:hidden;isolation:isolate;box-shadow:0 35px 100px #0000006b}.apple-hero-image{position:absolute;z-index:-3;inset:0;background-position:center;background-size:cover;opacity:0;transform:scale(1.025);transition:opacity 1.2s ease,transform 8s linear}.apple-hero-image.active{opacity:1;transform:scale(1.075)}.hero-fallback{background:radial-gradient(circle at 70% 25%,#4b2413,#121214 65%)}.apple-hero-vignette{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#050507ed,#0505079e 39%,#05050714 75%),linear-gradient(0deg,rgba(8,8,10,.78),transparent 45%)}.apple-hero-content{position:relative;padding:clamp(40px,5vw,72px) 0 64px;margin-left:clamp(24px,4vw,64px);width:min(590px,calc(100% - 48px))}.hero-badges{display:flex;gap:8px;margin-bottom:17px}.hero-badges .MuiChip-root{height:27px;color:#ffffffe0;background:#ffffff24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-badges .MuiChip-root:first-child{color:#fff;background:#ff6b00}.apple-hero-content h1.MuiTypography-root{font-size:clamp(2rem,3.8vw,3.6rem);font-weight:700;line-height:1.12;letter-spacing:-.035em;overflow-wrap:anywhere;text-wrap:balance}.apple-hero-overview.MuiTypography-root{display:-webkit-box;max-width:580px;margin-top:22px;color:#f5f5f7ba;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.apple-hero-actions{display:flex;align-items:center;gap:11px;margin-top:30px}.apple-hero-actions .MuiButton-root{min-height:48px}.glass-action.MuiButton-root{color:#fff;background:#ffffff26;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.glass-action.MuiButton-root:hover{background:#ffffff3b}.glass-icon.MuiIconButton-root{width:48px;height:48px;color:#fff;background:#ffffff24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-dots{position:absolute;right:30px;bottom:25px;display:flex;gap:7px}.hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:99px;background:#ffffff61;transition:width .25s,background .25s;cursor:pointer}.hero-dots button.active{width:24px;background:#fff}.hero-empty{display:grid;place-items:center;padding:30px;text-align:center}.catalog-content,.catalog-results{padding-left:clamp(18px,4vw,68px)!important;padding-right:clamp(18px,4vw,68px)!important}.catalog-content{padding-top:48px;padding-bottom:70px}.catalog-results{min-height:75vh;padding-top:32px;padding-bottom:70px}.catalog-row{margin-bottom:48px}.row-heading{display:flex;align-items:center;gap:8px}.row-heading h2.MuiTypography-root{font-size:clamp(1.2rem,1.7vw,1.55rem);font-weight:700;letter-spacing:-.025em}.row-heading>svg{color:#ebebf573;font-size:16px}.row-heading>p.MuiTypography-root{margin-left:3px;color:#ebebf56b;font-size:.83rem}.content-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(165px,13.2vw,225px);gap:clamp(12px,1.25vw,20px);margin-top:17px;padding:2px 2px 21px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}.content-scroller::-webkit-scrollbar,.continue-scroller::-webkit-scrollbar,.cast-scroller::-webkit-scrollbar{display:none}.content-scroller>*{scroll-snap-align:start}.poster-card{display:block;min-width:0;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.poster-frame{position:relative;aspect-ratio:2 / 3;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:19px;background:#1c1c1e;box-shadow:0 14px 35px #00000047;transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s,border-color .3s}.poster-card:hover .poster-frame,.poster-card:focus-visible .poster-frame{transform:translateY(-8px) scale(1.022);border-color:#ffffff52;box-shadow:0 28px 60px #0000007a}.poster-image{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .35s}.poster-card:hover .poster-image{transform:scale(1.055);filter:saturate(1.08)}.poster-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(6,6,8,.94),transparent 48%)}.poster-copy{position:absolute;right:14px;bottom:14px;left:14px}.poster-copy>.MuiTypography-root:first-child{color:#fff;font-size:1rem;font-weight:720}.poster-copy>.MuiTypography-caption{color:#ebebf594}.poster-play{position:absolute;right:13px;top:13px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#111;background:#ffffffe6;opacity:0;transform:scale(.75);transition:opacity .28s,transform .28s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.poster-card:hover .poster-play{opacity:1;transform:scale(1)}.poster-badge.MuiChip-root{position:absolute;top:14px;left:14px;height:24px;color:#fff;background:#0f0f11a6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.poster-skeleton.MuiSkeleton-root{aspect-ratio:2 / 3;border-radius:19px}.content-fallback{height:100%;display:grid;place-items:center;padding:20px;text-align:center;background:linear-gradient(145deg,#353538,#171719)}.continue-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(250px,23vw,365px);gap:16px;margin-top:17px;padding:2px 2px 18px;overflow-x:auto;scrollbar-width:none}.continue-card{position:relative;aspect-ratio:16 / 9;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:18px;background-position:center;background-size:cover;box-shadow:0 12px 30px #0000003d}.continue-card:after{content:"";position:absolute;inset:0;background:#05050742}.continue-lock{position:absolute;z-index:2;inset:0;display:grid;place-items:center}.continue-progress{position:absolute;z-index:3;right:12px;bottom:0;left:12px;height:4px;background:#ffffff47}.continue-progress span{display:block;height:100%;border-radius:99px;background:#ff6b00}.empty-state.MuiPaper-root{padding:72px 24px;border:1px solid rgba(255,255,255,.08);border-radius:26px;background:#151517;text-align:center}.details-modal.MuiDialog-paper{width:calc(100% - 48px);max-width:1080px;margin:24px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:#151517;box-shadow:0 45px 140px #000c;overflow:hidden}.details-close.MuiIconButton-root{position:absolute;z-index:5;top:20px;right:20px;color:#fff;background:#14141694;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.details-close.MuiIconButton-root:hover{background:#ffffff38}.details-hero{position:relative;min-height:360px;display:flex;align-items:flex-end;padding:64px clamp(24px,4vw,48px) 36px;color:#fff;background-position:center;background-size:cover}.details-hero-copy{position:relative;z-index:2;max-width:680px}.details-kicker.MuiTypography-root{color:#ff8a33;font-weight:750;letter-spacing:.12em}.details-hero-copy h1.MuiTypography-root{margin-top:10px;font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.12;letter-spacing:-.035em;overflow-wrap:anywhere}.details-tagline.MuiTypography-root{margin-top:14px;color:#f5f5f7ab;font-size:1.05rem}.details-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:22px}.glass-chip.MuiChip-root{color:#fff;border-color:#fff3;background:#ffffff24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.glass-chip .MuiChip-icon{color:#fff!important}.details-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:28px}.details-body{padding:42px clamp(24px,4vw,64px) 60px}.details-summary{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.8fr);gap:clamp(30px,5vw,75px);margin-bottom:50px}.details-summary>div:first-child>.MuiTypography-root{max-width:800px;color:#f5f5f7d4;font-size:.95rem;line-height:1.65}.details-facts{display:grid;align-content:start;gap:11px}.details-section{margin-bottom:52px}.details-section-title.MuiTypography-root{display:flex;align-items:center;gap:10px}.cast-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:116px;gap:22px;margin-top:22px;padding:2px 2px 10px;overflow-x:auto;scrollbar-width:none}.cast-person{text-align:center}.cast-person .MuiAvatar-root{width:94px;height:94px;margin:auto;border:2px solid rgba(255,255,255,.12);box-shadow:0 10px 25px #00000040}.cast-person>.MuiTypography-root:not(.MuiTypography-caption){margin-top:10px;font-size:.86rem;font-weight:650}.cast-person>.MuiTypography-caption{color:#ebebf573}.episodes-section{overflow:hidden}.season-heading{display:flex;align-items:center;gap:16px;margin-bottom:20px}.season-heading>.MuiTypography-root{color:#ebebf56e;font-size:.84rem}.season-select.MuiInputBase-root{min-width:190px;height:46px;border-radius:13px;color:#f5f5f7;background:#76768029;font-size:1.04rem;font-weight:700;letter-spacing:-.02em}.season-select .MuiOutlinedInput-notchedOutline{border-color:#ffffff14!important}.season-select .MuiSelect-icon{color:#ff8a33}.episode-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(240px,26vw,300px);gap:18px;padding:2px 2px 20px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none}.episode-scroller::-webkit-scrollbar{display:none}.episode-card.MuiPaper-root{position:relative;min-width:0;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;background-color:#29292c;background-position:center;background-size:cover;box-shadow:0 15px 35px #0000003d;overflow:hidden;scroll-snap-align:start;transition:transform .35s cubic-bezier(.2,.8,.2,1),border-color .3s,box-shadow .35s}.episode-card:hover{transform:translateY(-5px);border-color:#ffffff47;box-shadow:0 24px 50px #00000061}.episode-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#09090bf5,#09090b9e 48%,#09090b0d 80%)}.episode-copy{position:relative;padding:14px 16px 18px}.episode-label.MuiTypography-root{color:#f5f5f79e;font-size:.7rem;font-weight:750;text-transform:uppercase}.episode-title.MuiTypography-root{margin-top:3px;padding-right:25px;color:#fff;font-size:1.05rem;font-weight:720;letter-spacing:-.02em}.episode-overview.MuiTypography-root{display:-webkit-box;margin-top:5px;color:#ebebf5a6;font-size:.82rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.episode-duration.MuiTypography-root{margin-top:8px;color:#f5f5f7c7;font-size:.78rem;font-weight:650}.episode-more.MuiIconButton-root{position:absolute;right:8px;bottom:5px;color:#ffffffb8}.episode-skeleton.MuiSkeleton-root{aspect-ratio:16 / 10.5;border-radius:18px}.details-divider.MuiDivider-root{margin-bottom:38px}.details-skeleton{background:#151517}.fade-in{animation:fade-in .5s ease both}.profile-enter{animation:profile-enter .55s cubic-bezier(.2,.8,.2,1) both}@keyframes fade-in{0%{opacity:0;transform:translateY(9px)}}@keyframes profile-enter{0%{opacity:0;transform:scale(.992)}}@media(max-width:899px){.desktop-navigation{display:none}.catalog-header.MuiAppBar-root{top:0;right:auto;left:auto;border-radius:0}.catalog-toolbar.MuiToolbar-root{min-height:60px;padding-inline:13px}.catalog-header .ryvo-brand.compact .ryvo-logo-frame{width:90px}.catalog-toolbar.MuiToolbar-root{gap:10px}.header-search.open{width:clamp(120px,36vw,180px)}.mobile-navigation{display:flex;gap:4px;padding:0 14px 8px;overflow-x:auto}.mobile-navigation .MuiButton-root{min-height:32px;padding:4px 15px;color:#ebebf58c}.mobile-navigation .MuiButton-root.active{color:#fff;background:#ffffff1a}.apple-hero{height:auto;min-height:400px;margin:16px 10px 0;border-width:1px;border-radius:24px}.apple-hero-vignette{background:linear-gradient(0deg,#0b0b0d,#0505078c 48%,#0505071f),linear-gradient(90deg,rgba(5,5,7,.65),transparent)}.apple-hero-content{padding-top:100px}.hero-dots{bottom:18px}.content-scroller{grid-auto-columns:clamp(150px,44vw,190px)}.row-heading>p.MuiTypography-root{display:none}.details-modal.MuiDialog-paper{width:100%;margin:0;border-radius:24px 24px 0 0}.details-hero{min-height:360px;padding-bottom:45px;background-position:64% center}.details-summary{grid-template-columns:1fr}.episode-scroller{grid-auto-columns:min(78vw,300px)}}@media(max-width:560px){.auth-shell{align-items:center;padding:14px}.auth-glass-card.MuiPaper-root{padding:30px 22px 24px;border-radius:26px}.auth-segmented{margin-top:25px}.auth-intro{margin-top:28px}.profiles-container{padding-inline:18px!important}.profiles-content{padding-top:70px}.profiles-grid{gap:25px 19px;margin-top:45px}.profile-tile{width:min(37vw,145px)}.profile-avatar-shell{border-radius:50%}.apple-hero-content{margin-left:22px;width:calc(100% - 44px)}.apple-hero-content h1.MuiTypography-root{font-size:2rem}.apple-hero-overview.MuiTypography-root{-webkit-line-clamp:2}.catalog-content{padding-top:34px}.catalog-row{margin-bottom:38px}.continue-scroller{grid-auto-columns:78vw}.details-hero{min-height:320px;padding:72px 22px 28px}.details-hero-copy h1.MuiTypography-root{font-size:1.8rem}.details-body{padding:32px 20px 45px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.episode-thumbnail{width:100%;aspect-ratio:16 / 9;display:block;object-fit:cover;background:#242427}.episode-placeholder{display:grid;place-items:center;color:#ebebf580;font-size:.85rem}.episode-navigation{display:flex;gap:6px;margin-left:auto}.episode-navigation .MuiIconButton-root{border:1px solid rgba(255,255,255,.15)}.episode-navigation .Mui-disabled{opacity:.35}.season-heading{flex-wrap:wrap}.episode-card:focus-visible,.hero-dots button:focus-visible{outline:2px solid #ff8a33;outline-offset:3px}.hero-dots button{min-height:20px;background-clip:content-box;padding-block:6px}.auth-clean-form .MuiOutlinedInput-input{padding-block:13px}.player-page{min-height:100svh;display:grid;place-items:center;background:#080809}.player-loading{display:grid;justify-items:center;gap:24px;max-width:560px;padding:32px}.video-player{position:relative;width:100%;height:min(82svh,960px);min-height:320px;background:#000;overflow:hidden;outline:none}.video-player:focus-visible{box-shadow:inset 0 0 0 2px #ff8a33}.video-player>video{width:100%;height:100%;object-fit:contain}.video-player:fullscreen,.video-player.player-expanded{height:100svh;width:100vw}.video-player.player-expanded{position:fixed;inset:0;z-index:1600}.player-chrome{position:absolute;left:0;right:0;z-index:2;transition:opacity .2s ease;padding:22px max(24px,env(safe-area-inset-left))}.player-top{top:0;display:flex;align-items:center;gap:16px;padding-top:max(22px,env(safe-area-inset-top));background:linear-gradient(#000d,transparent)}.player-top>div{min-width:0}.player-top h1{font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-top p{color:#ddd;margin-top:4px}.player-bottom{bottom:0;padding-top:50px;padding-bottom:max(18px,env(safe-area-inset-bottom));background:linear-gradient(transparent,#000e)}.controls-hidden{cursor:none}.controls-hidden .player-chrome{opacity:0;pointer-events:none}.controls-hidden .player-chrome:focus-within{opacity:1;pointer-events:auto}.player-control-row{display:flex;align-items:center;gap:12px}.player-control-row .MuiIconButton-root,.player-top .MuiIconButton-root{min-width:44px;min-height:44px;color:#fff}.player-control-row .MuiIconButton-root:focus-visible,.player-top .MuiIconButton-root:focus-visible{outline:2px solid #ff8a33}.player-volume{display:flex;align-items:center;gap:12px;width:155px}.player-timeline{display:flex;flex-direction:column;gap:0}.player-timeline>.MuiTypography-root{align-self:flex-end;font-variant-numeric:tabular-nums}.player-timeline>.MuiTypography-root>span{color:#aaa}.player-track{position:relative}.player-track .MuiSlider-root{display:block}.player-buffer{position:absolute;height:4px;border-radius:4px;background:#ffffff50;top:50%;transform:translateY(-50%)}.player-settings{margin-left:auto;width:min(300px,100%);padding:20px;border-radius:18px;background:#1c1c1ef2;border:1px solid #ffffff20;box-shadow:0 12px 45px #0008}.player-center{position:absolute!important;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%)}.player-big-play.MuiIconButton-root{color:#fff;width:80px;height:80px;background:#1c1c1e99}.player-big-play svg{font-size:48px}.player-error{display:grid;gap:16px;justify-items:center;width:min(90%,520px)}.library-page{padding-block:48px}.library-heading{display:flex;gap:24px;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:32px}.library-heading h2{font-size:clamp(1.8rem,4vw,3.3rem)}.library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-block:24px}.library-card{border-radius:18px;overflow:hidden;background:#1c1c1e;border:1px solid #ffffff10}.library-image{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#262628}.library-copy{padding:20px}.library-copy h3{font-size:1.2rem;margin-bottom:8px}.real-continue{display:grid;place-items:center;border:0;cursor:pointer;color:#fff;width:100%}.real-continue>svg{opacity:.9;font-size:48px;border-radius:50%;background:#0008}.real-continue:focus-visible{outline:2px solid #ff8a33;outline-offset:3px}.real-continue-progress{position:absolute!important;bottom:0;left:0;right:0;height:5px!important}@media(max-width:900px){.library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.video-player{min-height:300px;height:70svh}.player-chrome{padding-inline:12px}.player-control-row{gap:0}.player-volume{width:80px;gap:3px}.player-top{gap:6px}.player-top h1{font-size:1.05rem}.player-top p{font-size:.72rem}.library-grid{grid-template-columns:minmax(0,1fr)}.library-page{padding-block:28px}}@media(prefers-reduced-motion:reduce){.player-chrome{transition:none}}
