:root{--bg: #000;--bg-secondary: #0a0a0a;--bg-card: #111;--bg-elevated: #161616;--border: #2a2a2a;--border-hover: #444;--text-primary: #e2e8f0;--text-secondary: #8c8c8c;--text-muted: #808080;--accent: #e2e8f0;--accent-dim: #cbd5e1;--accent-glow: rgba(226, 232, 240, .15);--danger: #e50914;--success: #22c55e;--warning: #eab308;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0,0,0,.3);--shadow-md: 0 4px 16px rgba(0,0,0,.4);--shadow-lg: 0 8px 32px rgba(0,0,0,.5);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--font-body: "Rubik", sans-serif;--font-brand: "Agbalumo", cursive;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--z-base: 0;--z-raised: 10;--z-sticky: 100;--z-overlay: 500;--z-nav: 900;--z-modal: 1000;--z-toast: 1100;--ring-color: var(--accent);--ring-width: 2px;--ring-offset: 2px;--header-h: 64px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-body)}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;background-color:var(--bg);color-scheme:dark}body{background-color:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;overscroll-behavior:none;-webkit-overflow-scrolling:touch;touch-action:manipulation}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}ul{list-style:none}a{text-decoration:none;color:inherit}button,input{border:none;font-family:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:var(--weight-semibold);line-height:1.25;letter-spacing:-.01em}button{cursor:pointer;background:none}:focus-visible,a:focus-visible,button:focus-visible,[role=button]:focus-visible{outline:var(--ring-width) solid var(--ring-color);outline-offset:var(--ring-offset)}input:focus,textarea:focus,select:focus,button:focus-visible{outline:var(--ring-width) solid var(--ring-color);outline-offset:var(--ring-offset)}.artplayer-app :focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.body-hidden{width:100%;height:100%;overflow:hidden;position:fixed;top:0;bottom:0;right:0;left:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:2000;padding:12px 20px;background:var(--accent);color:#000;font-size:14px;font-weight:600;border-radius:0 0 8px;text-decoration:none}.skip-link:focus{left:0;top:0}.glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.06;pointer-events:none;z-index:0}.glow-accent{background:var(--accent)}.glow-purple{background:#8b5cf6}.border-gradient{position:relative;border:1px solid transparent;background-clip:padding-box}.border-gradient:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;background:linear-gradient(135deg,#e2e8f04d,#8b5cf626,#e2e8f00d);z-index:-1;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#1a1a1a 25%,#2a2a2a,#1a1a1a 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-sm)}.skeleton-text{height:14px;margin-bottom:8px}.skeleton-title{height:20px;width:60%;margin-bottom:12px}.skeleton-card{aspect-ratio:2/3;border-radius:var(--radius-md)}.skeleton-circle{border-radius:50%}@keyframes pulse-glow{0%,to{opacity:.06;transform:scale(1)}50%{opacity:.1;transform:scale(1.05)}}.swiper-pagination{display:none;position:absolute;flex-direction:column;gap:1em;top:auto;right:10px;width:auto!important;left:auto!important;margin:0;transform:translateY(-20%)}.swiper-pagination-bullet{width:8px;height:8px;margin:3px;display:inline-block;border-radius:100%;opacity:1;background:#fff;vertical-align:middle;box-shadow:0 0 3px #0000007f;cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--accent)}@media(hover:none)and (pointer:coarse){.swiper-pagination-bullet{width:22px;height:22px}}.btn-prev,.btn-next{position:absolute;background-color:var(--bg-elevated);border-radius:var(--radius-md);z-index:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.btn-prev{bottom:2em;right:1em}.btn-next{bottom:5em;right:1em}.btn-prev:hover,.btn-next:hover{background-color:var(--accent);color:#000}.btn-nextTwo,.btn-prevTwo{position:absolute;display:flex;justify-content:center;align-items:center;height:48%;top:0;left:0;right:0;background:var(--bg-elevated);border-radius:var(--radius-md);text-align:center;cursor:pointer;box-shadow:none;color:#fff}.btn-nextTwo:hover,.btn-prevTwo:hover{background-color:var(--accent);color:#111}.btn-prevTwo{bottom:0;top:auto}.swiper-scrollbar{position:absolute;left:50%!important;transform:translate(-50%);width:100px!important;bottom:1em!important;height:5px;background-color:#ffffff1a;z-index:50}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background-color:#ffffff1a;border-radius:10px}.lds-ellipsis{display:inline-block;position:relative;margin:0 auto;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--accent);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}@media screen and (max-width:768px){.btn-prev,.btn-next{display:none}.swiper-pagination{display:flex}}.bottom-nav-spacer{height:70px}@supports (padding: env(safe-area-inset-bottom)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-spacer{height:calc(70px + env(safe-area-inset-bottom))}}@media(max-width:360px){:root{--header-h: 56px}.art-subtitle-wrap span{font-size:16px!important}}input,textarea,select{font-size:16px!important;touch-action:manipulation}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a,button,[role=button]{transition:opacity .15s ease,transform .15s ease}@media(hover:none)and (pointer:coarse){a:active,button:active,[role=button]:active{opacity:.7;transform:scale(.97)}}@media(max-width:768px){.art-settings .art-settings-build{max-height:50vh;overflow-y:auto}}@media(max-width:768px){.art-video-player{border-radius:0!important}.art-bottom{padding:0 8px 4px!important}.art-setting-panel,.art-contextmenus{border-radius:8px!important;max-height:60vh!important;overflow-y:auto!important}.art-subtitle-wrap span{font-size:18px!important}}@media(min-width:769px){.art-video-player{border-radius:4px!important}}video{object-fit:contain}@media(max-width:768px){html{font-size:15px}}@media(max-width:480px){html{font-size:14px}}@media(max-width:360px){html{font-size:13px}}@media(hover:none)and (pointer:coarse){a,button,[role=button],input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}}@media(max-width:768px){::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none}}.container-responsive{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media(max-width:768px){.container-responsive{padding:0 12px}}@media(max-width:480px){.container-responsive{padding:0 10px}}.grid-auto-fill{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}@media(max-width:768px){.grid-auto-fill{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}}@media(max-width:480px){.grid-auto-fill{grid-template-columns:repeat(3,1fr);gap:8px}}@media(max-width:360px){.grid-auto-fill{grid-template-columns:repeat(2,1fr);gap:6px}}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}.scroll-row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px;-webkit-overflow-scrolling:touch}.scroll-row::-webkit-scrollbar{display:none}.scroll-row>*{scroll-snap-align:start;flex:0 0 auto}.page-section{max-width:1400px;margin:0 auto;padding:0 1rem;margin-bottom:2rem}@media(max-width:768px){.page-section{padding:0 12px;margin-bottom:1.5rem}}@media(max-width:480px){.page-section{padding:0 10px;margin-bottom:1.25rem}}@media(max-width:768px){.card-poster img{aspect-ratio:2/3;object-fit:cover}}@media(max-width:768px){.home-scroll-row>div{width:130px!important}}@media(max-width:480px){.home-scroll-row>div{width:120px!important}}@media(max-width:768px){.player-wrapper{border-radius:0!important}}@media(max-width:768px){.watch-ep-toggle{display:flex!important}.watch-episode-sidebar{width:100%!important;max-height:none!important}.watch-info-section{flex-direction:column!important;gap:16px!important;padding:16px 12px!important}.watch-info-section h1{font-size:18px!important;white-space:normal!important}.watch-source-btn{padding:8px 14px!important;font-size:12px!important}}@media(max-width:480px){.catalog-filters{gap:6px!important}}@media(max-width:768px){h1{font-size:1.5rem!important}h2{font-size:1.25rem!important}}@media(max-width:768px){.profile-page{padding:20px 12px!important}.profile-header img{width:64px!important;height:64px!important}.profile-header h1{font-size:20px!important}.profile-tabs{gap:0!important}.profile-tabs button{padding:8px 12px!important;font-size:12px!important}.profile-card{padding:16px!important}.profile-bookmark-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))!important;gap:10px!important}.profile-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(56px,1fr))!important;gap:8px!important}.profile-actions{flex-direction:column!important}}@supports (padding: env(safe-area-inset-bottom)){.mobile-bottom-nav{padding-bottom:calc(8px + env(safe-area-inset-bottom))}}:root{--content-max: 1440px;--page-gutter: clamp(12px, 3vw, 32px);--mobile-nav-height: 68px;--safe-bottom: env(safe-area-inset-bottom, 0px)}body{min-width:0;min-height:100dvh;text-rendering:optimizeLegibility}#root{min-height:100dvh;isolation:isolate}main,[role=main]{width:100%;min-width:0}img,video,canvas,svg{max-width:100%}button,a,input,textarea,select{-webkit-user-select:none;user-select:none}input,textarea,select{-webkit-user-select:text;user-select:text}.catalog-container,.profile-page>div,.page-section,.container-responsive{width:min(100%,var(--content-max));margin-inline:auto}.catalog-page,.profile-page,.watch-page,.anime-detail-page{min-height:calc(100dvh - var(--header-h));padding-bottom:calc(var(--mobile-nav-height) + var(--safe-bottom))}@media(max-width:600px){.catalog-container,.page-section,.container-responsive{padding-inline:12px!important}.catalog-header{align-items:flex-start!important;gap:10px!important;flex-wrap:wrap}.catalog-title{font-size:1.45rem!important}.filter-bar{display:flex!important;overflow-x:auto;flex-wrap:nowrap!important;padding-bottom:4px;scrollbar-width:none}.filter-bar::-webkit-scrollbar{display:none}.filter-select,.search-input{min-height:44px!important}.pagination{gap:8px!important;flex-wrap:wrap}.page-label{order:-1;width:100%;text-align:center}.profile-page{padding-inline:12px!important}.profile-header{align-items:flex-start!important;gap:14px!important}.profile-tabs{margin-inline:-12px;padding-inline:12px}.profile-history-item{min-width:0;padding-inline:10px!important}.profile-history-item img{width:44px!important;height:60px!important}.watch-nav,.watch-sources,.watch-source-group{width:100%}.watch-nav>button,.watch-nav>a,.watch-source-btn{flex:1 1 auto;justify-content:center}.watch-comments-fab{right:12px!important;bottom:calc(76px + var(--safe-bottom))!important}}@media(min-width:601px)and (max-width:1024px){.catalog-container,.page-section,.container-responsive{padding-inline:20px!important}.watch-page{padding-inline:16px!important}.watch-grid{grid-template-columns:minmax(0,1fr) 280px!important}.profile-page{padding-inline:24px!important}.profile-bookmark-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(min-width:1025px){.catalog-container,.page-section,.container-responsive{padding-inline:28px!important}.watch-page{padding-inline:24px!important}}@media(max-height:520px)and (orientation:landscape){:root{--header-h: 52px}.bottom-nav-spacer{height:calc(56px + var(--safe-bottom))}.watch-player{max-height:calc(100svh - var(--header-h) - 12px)}.watch-comments-fab{bottom:calc(12px + var(--safe-bottom))!important}}@supports (-webkit-touch-callout: none){body{min-height:-webkit-fill-available}.mobile-bottom-nav,.bottom-nav-spacer{padding-bottom:var(--safe-bottom)}input,textarea,select{border-radius:8px}}@media(hover:none)and (pointer:coarse){.catalog-card,.profile-history-item,.profile-card,.watch-source-btn,.watch-ep-toggle{min-height:44px}.card-scrim,.card-media img,.catalog-card img{transition:none!important}}:is(h1,h2,h3,h4,h5,h6,p,li,a,span,button,label){min-inline-size:0;max-inline-size:100%;overflow-wrap:break-word;word-break:normal}:is(h1,h2,h3,h4,h5,h6){text-wrap:balance}:is(p,li,blockquote){text-wrap:pretty}@media(prefers-reduced-motion:reduce){.watch-backdrop,.PageBackground,.skeleton,.glow{animation:none!important;transition:none!important}}:root{--site-max: 1440px;--content-pad: clamp(14px, 3vw, 34px);--mobile-dock-clearance: calc(88px + var(--safe-bottom))}html,body,#root{width:100%;max-width:100%;overflow-x:clip}main>*,section,article,aside,header,footer,nav{min-width:0}img,picture,video,iframe,canvas{height:auto;max-inline-size:100%}button,input,select,textarea{max-width:100%;line-height:1.25}@media(max-width:768px){main{padding-bottom:var(--mobile-dock-clearance)}.bottom-nav-spacer{display:none}.catalog-page,.profile-page,.watch-page,.anime-detail-page{padding-bottom:var(--mobile-dock-clearance)}}@media(min-width:769px)and (max-width:1024px){:root{--content-pad: 22px}main{padding-bottom:0}}@media(max-width:768px)and (orientation:landscape)and (max-height:520px){:root{--mobile-dock-clearance: calc(70px + var(--safe-bottom))}}@media(hover:none)and (pointer:coarse){a,button{-webkit-tap-highlight-color:transparent}}.ui-skeleton,.skeleton-card,.card-skeleton,.schedule-skeleton{background:linear-gradient(110deg,#14161c 8%,#252936 18%,#14161c 33%);background-size:220% 100%;animation:ui-skeleton-shimmer 1.35s linear infinite}@keyframes ui-skeleton-shimmer{to{background-position-x:-220%}}.anime-card-skeleton{min-width:0}.anime-card-skeleton-media{width:100%;aspect-ratio:2 / 3;border-radius:var(--radius-md)}.anime-card-skeleton-title{width:82%;height:13px;margin-top:10px;border-radius:5px}.anime-card-skeleton-meta{width:48%;height:10px;margin-top:7px;border-radius:5px}.watch-page-skeleton,.anime-detail-skeleton{width:min(100%,1280px);min-height:100dvh;margin:0 auto;padding:clamp(12px,3vw,28px)}.watch-page-skeleton-player{width:100%;aspect-ratio:16 / 9;border-radius:clamp(0px,1vw,12px)}.watch-page-skeleton-controls{display:flex;flex-direction:column;gap:10px;margin:16px 0}.watch-page-skeleton-line{width:55%;height:13px;border-radius:5px}.watch-page-skeleton-line-wide{width:76%}.watch-page-skeleton-line-medium{width:62%}.watch-page-skeleton-line-short{width:32%}.watch-page-skeleton-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.watch-page-skeleton-pill{width:84px;height:36px;border-radius:var(--radius-full)}.watch-page-skeleton-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.watch-page-skeleton-heading{width:48%;height:24px;margin-bottom:18px;border-radius:6px}.watch-page-skeleton-sidebar{padding:14px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#111111b3}.watch-page-skeleton-sidebar-heading{width:42%;height:16px;margin-bottom:14px;border-radius:5px}.watch-page-skeleton-episode{display:flex;align-items:center;gap:10px;padding:7px 0}.watch-page-skeleton-thumb{width:80px;height:45px;border-radius:6px;flex:0 0 auto}.watch-page-skeleton-episode-title{width:130px;height:12px;border-radius:4px}.watch-page-skeleton-episode-meta{width:54px;height:9px;margin-top:7px;border-radius:4px}.anime-detail-skeleton-banner{width:100%;height:clamp(180px,28vw,360px);border-radius:var(--radius-xl)}.anime-detail-skeleton-content{display:flex;gap:24px;align-items:flex-end;margin-top:-72px;padding:0 clamp(14px,4vw,48px);position:relative}.anime-detail-skeleton-cover{width:clamp(130px,18vw,220px);aspect-ratio:2 / 3;border-radius:var(--radius-lg);flex:0 0 auto}.anime-detail-skeleton-info{flex:1;padding-bottom:10px}.anime-detail-skeleton-title{width:min(70%,560px);height:28px;border-radius:7px}.anime-detail-skeleton-meta{width:42%;height:13px;margin-top:14px;border-radius:5px}.anime-detail-skeleton-description{width:92%;height:12px;margin-top:20px;border-radius:5px}.anime-detail-skeleton-description-short{width:68%;margin-top:8px}.anime-detail-skeleton-actions{display:flex;gap:10px;margin-top:20px}.anime-detail-skeleton-button{width:112px;height:42px;border-radius:10px}.anime-detail-skeleton-episodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:30px;padding:0 clamp(14px,4vw,48px)}.anime-detail-skeleton-episode{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border);border-radius:10px}.anime-detail-skeleton-episode-thumb{width:82px;height:46px;border-radius:6px}.anime-detail-skeleton-episode-line{width:62%;height:12px;border-radius:5px}.page-loader{min-height:min(70dvh,520px);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;color:var(--text-muted);font-size:13px}.page-loader-ring{width:38px;height:38px;border:3px solid var(--border);border-top-color:#8b5cf6;border-radius:50%;animation:page-loader-spin .8s linear infinite}@keyframes page-loader-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.watch-page-skeleton-grid{grid-template-columns:1fr}.watch-page-skeleton-sidebar{display:none}.anime-detail-skeleton-content{align-items:flex-start;margin-top:-44px;padding-inline:12px}.anime-detail-skeleton-cover{width:112px}.anime-detail-skeleton-title{width:100%;height:22px}.anime-detail-skeleton-meta{width:72%}.anime-detail-skeleton-episodes{grid-template-columns:1fr;padding-inline:12px}}@media(max-width:480px){.anime-detail-skeleton-content{gap:14px}.anime-detail-skeleton-cover{width:88px}.anime-detail-skeleton-description{width:100%}.anime-detail-skeleton-actions{display:none}}@media(prefers-reduced-motion:reduce){.ui-skeleton,.skeleton-card,.card-skeleton,.schedule-skeleton,.page-loader-ring{animation:none!important}}.home-card-skeleton{width:150px;flex:0 0 auto}@media(max-width:480px){.home-card-skeleton{width:130px}}.watch-page{width:min(100%,1280px);margin-inline:auto}.watch-player{min-width:0;isolation:isolate}.watch-grid,.watch-info,.watch-sources,.watch-source-group{min-width:0}.watch-sources{align-items:stretch!important}.watch-source-group{min-width:min(100%,280px)}.watch-source-btn{white-space:nowrap}.watch-synopsis{overflow-wrap:anywhere}.watch-episode-row,.watch-episode-ranges,.watch-ep-list,.comments-composer__body,.comments-composer__row{min-width:0;max-width:100%;box-sizing:border-box}.watch-episode-row>:nth-child(2),.comments-item-head__meta{min-width:0;flex:1 1 auto}.watch-episode-ranges{scrollbar-width:thin;overscroll-behavior-inline:contain}.watch-episode-range{flex:0 0 auto;min-width:0}.comments-composer__row>textarea{min-width:0;max-width:100%}.comments-composer__row>button{flex:0 0 auto}#watch-comments{min-width:0;max-width:100%}@media(max-width:768px){.watch-page{padding:8px var(--content-pad) var(--mobile-dock-clearance)!important}.watch-page.theater{padding-inline:0!important}.watch-page.theater .watch-player{border-radius:0!important}.watch-player{border-radius:12px!important}.watch-grid{grid-template-columns:minmax(0,1fr)!important;gap:18px!important;margin-top:18px!important}.watch-sources{gap:9px!important;margin-top:12px!important}.watch-source-group{display:grid!important;grid-template-columns:auto repeat(2,minmax(0,1fr));width:100%;gap:7px!important;align-items:stretch!important}.watch-source-group>span{align-self:center;justify-self:start}.watch-source-btn{min-width:0;justify-content:center;padding-inline:10px!important}.watch-ep-toggle{width:100%!important;max-width:none!important;margin-inline:0!important}.watch-info h1{font-size:clamp(21px,6vw,28px)!important;line-height:1.14!important}.watch-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.watch-nav>*{width:100%;min-width:0;justify-content:center!important}.watch-nav>:last-child:nth-child(odd){grid-column:1 / -1}.watch-error,.watch-loading{padding:16px!important}.watch-error img{width:clamp(52px,18vw,72px)!important;height:auto!important;margin-bottom:10px!important}.watch-resume{left:12px!important;right:12px!important;bottom:12px!important;max-width:none!important;transform:none!important;justify-content:space-between;gap:10px!important;padding:11px 12px!important}.watch-trust-note{margin-top:14px!important}}@media(max-width:420px){.watch-source-group{grid-template-columns:auto minmax(0,1fr)!important}.watch-source-group>span{grid-column:1 / -1}.watch-source-btn{min-height:42px!important}.watch-rating{align-items:flex-start!important}.watch-rating>span:last-of-type{width:100%;justify-content:space-between}.watch-details,.watch-synopsis{font-size:13px!important}}@media(min-width:769px)and (max-width:1024px){.watch-page{padding:12px var(--content-pad) 36px!important}.watch-grid{grid-template-columns:minmax(0,1fr) minmax(250px,286px)!important}.watch-source-group{min-width:0}}@media(max-height:520px)and (orientation:landscape)and (max-width:768px){.watch-page{padding-bottom:16px!important}.watch-player{max-height:calc(100svh - 20px)}}@media(max-width:600px){.watch-episodes{position:static!important;width:100%!important;max-width:100%!important;max-height:none!important;overflow:visible!important}.watch-episode-ranges{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible!important;gap:6px!important}.watch-episode-range{width:100%;min-height:34px;white-space:normal!important}.comments-composer__row{flex-wrap:wrap}.comments-composer__row>textarea{flex:1 1 140px}.comments-composer__row>button{min-height:40px}.watch-page:not(.theater){padding-bottom:calc(124px + var(--safe-bottom))!important}.watch-sources{display:flex!important;flex-direction:column;align-items:stretch!important;gap:10px!important}.watch-source-group{display:flex!important;width:100%!important;min-width:0!important;flex-wrap:wrap;align-items:center!important;gap:8px!important}.watch-source-group>span{flex:0 0 auto}.watch-source-btn{width:auto!important;min-width:0!important;flex:0 1 auto!important;justify-content:center;padding-inline:12px!important}.watch-comments-fab{bottom:calc(84px + var(--safe-bottom))!important}.watch-grid{margin-top:14px!important}#watch-comments{scroll-margin-top:calc(var(--header-h) + 14px)}}@media(max-width:380px){.watch-episode-ranges{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px!important}.watch-episode-range{padding-inline:5px!important;font-size:10px!important}.watch-source-group{gap:6px!important}.watch-source-btn{padding-inline:10px!important;font-size:12px!important}}.profile-page{width:min(100%,var(--content-max));margin-inline:auto;padding-inline:var(--content-pad)!important}.profile-page .profile-card,.profile-page .profile-history-item{min-width:0}.profile-tabs{scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-actions>*{min-height:42px;display:inline-flex;align-items:center;justify-content:center}@media(max-width:768px){.profile-page{padding-top:calc(var(--header-h) + 12px)!important;padding-bottom:var(--mobile-dock-clearance)!important}.profile-header{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;padding:16px!important}.profile-header>:last-child{grid-column:1 / -1}.profile-tabs{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:8px!important;padding:4px var(--content-pad) 10px!important;margin-inline:calc(-1 * var(--content-pad))!important;overscroll-behavior-inline:contain}.profile-tabs>*{flex:0 0 auto;min-height:40px;white-space:nowrap}.profile-card{padding:16px!important;border-radius:var(--radius-lg)!important}.profile-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.profile-actions>:first-child{grid-column:1 / -1}.profile-avatar-grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))!important;gap:9px!important}.profile-bookmark-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.profile-history-item{padding:10px!important;gap:9px!important}.profile-history-item img{width:40px!important;height:56px!important}}@media(max-width:380px){.profile-header,.profile-bookmark-grid,.profile-actions{grid-template-columns:1fr!important}}@media(min-width:769px)and (max-width:1024px){.profile-page{padding-inline:var(--content-pad)!important}.profile-bookmark-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}.watch-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:grid;place-items:center;padding:20px;overflow:hidden;background:radial-gradient(circle at 50% 42%,#eab30824,#020617e6 58%);color:#f8fafc;text-align:center}.watch-loading:before,.watch-loading:after{position:absolute;width:180px;height:180px;border:1px solid rgba(250,204,21,.16);border-radius:50%;content:"";pointer-events:none}.watch-loading:before{transform:translate(-42%,-28%)}.watch-loading:after{transform:translate(42%,28%) scale(.72)}.watch-loading-card{position:relative;width:min(100%,360px);padding:24px 22px 20px;border:1px solid rgba(250,204,21,.28);border-radius:24px;background:linear-gradient(145deg,#0f172af5,#1e293be0);box-shadow:0 18px 60px #0000006b,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.watch-loading-orbit{position:relative;display:grid;width:72px;height:72px;margin:0 auto 14px;place-items:center;border:2px dashed rgba(250,204,21,.66);border-radius:50%;color:#fef08a;font-size:20px;box-shadow:0 0 0 8px #facc150f,0 0 34px #facc152e;animation:watch-loading-float 1.8s ease-in-out infinite}.watch-loading-face{position:relative;z-index:1;letter-spacing:-.12em}.watch-loading-orbit-dot{position:absolute;top:-4px;left:50%;width:9px;height:9px;border-radius:50%;background:#facc15;box-shadow:0 0 14px #facc15e6}.watch-loading-orbit-dot--two{top:auto;right:-3px;bottom:13px;left:auto;width:6px;height:6px;background:#fde68a}.watch-loading-kicker{color:#facc15;font-size:10px;font-weight:850;letter-spacing:.18em}.watch-loading-title{margin-top:7px;font-size:clamp(16px,2.3vw,20px);font-weight:800;letter-spacing:-.03em}.watch-loading-copy{margin:9px auto 14px;max-width:31ch;color:#cbd5e1;font-size:12px;line-height:1.5}.watch-loading-meter{height:5px;overflow:hidden;border-radius:99px;background:#ffffff1a}.watch-loading-meter span{display:block;width:42%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#eab308,#fef08a,#eab308);box-shadow:0 0 15px #facc15bf;animation:watch-loading-scan 1.15s ease-in-out infinite}.watch-loading-status{margin-top:10px;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.watch-loading-action{min-height:40px;margin-top:15px;padding:8px 15px;border:1px solid rgba(250,204,21,.42);border-radius:999px;background:#facc151f;color:#fef08a;font:inherit;font-size:12px;font-weight:750;cursor:pointer;transition:transform .16s ease-out,background .16s ease-out}.watch-loading-action:hover{background:#facc1538;transform:translateY(-1px)}.watch-loading-action:active{transform:scale(.97)}@keyframes watch-loading-float{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-5px) rotate(4deg)}}@keyframes watch-loading-scan{0%{transform:translate(-130%)}to{transform:translate(260%)}}@media(prefers-reduced-motion:reduce){.watch-loading-orbit,.watch-loading-meter span{animation:none}}.watch-timeline-marker-intro,.watch-timeline-marker-outro{background:#facc15!important;box-shadow:0 0 8px #facc1561}.watch-loading-youtube{display:block;padding:0;background:#0f0f0f}.watch-loading-thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.82;filter:saturate(.88)}.watch-loading-thumbnail--empty{background:linear-gradient(135deg,#202124,#0f0f0f)}.watch-loading-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001f,#00000059 55%,#000000d1)}.watch-loading-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.55)}.watch-loading-play{display:grid;width:58px;height:42px;margin-bottom:14px;place-items:center;border-radius:10px;background:#fffffff0;box-shadow:0 3px 14px #00000047}.watch-loading-play span{width:0;height:0;margin-left:3px;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid #242424}.watch-loading-label{font-size:13px;font-weight:650}.watch-loading-episode{max-width:min(80%,460px);margin-top:5px;overflow:hidden;color:#ffffffe0;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.watch-loading-subtitle{margin-top:10px;color:#ffffffb8;font-size:11px}.watch-loading-bottom{position:absolute;right:16px;bottom:14px;left:16px;display:flex;align-items:center;gap:9px;color:#ffffffd1;font-size:10px}.watch-loading-line{position:relative;display:block;flex:1;height:3px;overflow:hidden;border-radius:99px;background:#ffffff57}.watch-loading-line i{display:block;width:30%;height:100%;border-radius:inherit;background:#fff;animation:watch-loading-progress 1.4s ease-in-out infinite}.watch-loading-dot{width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ffffff2e}.watch-loading-time{min-width:25px}.watch-loading-youtube .watch-loading-action{position:absolute;right:16px;bottom:42px;margin:0;border-color:#ffffff61;background:#0000007a;color:#fff;text-shadow:none}@keyframes watch-loading-progress{0%{transform:translate(-120%)}to{transform:translate(360%)}}@media(prefers-reduced-motion:reduce){.watch-loading-line i{animation:none;width:48%}}.watch-art-mount .watch-buffer-indicator-segment{background:#ffffff47;box-shadow:none}
