:root{--color-primary:#e50914;--color-primary-dark:#b20710;--color-primary-light:#ff5b64;--color-primary-soft:#e5091429;--gradient-primary:linear-gradient(135deg, #f23 0%, #b20710 100%);--color-focus:#ff3d47;--color-focus-soft:#ff3d476b;--color-focus-surface:#ff3d471f;--color-bg:#060608;--color-bg-secondary:#0a0a0c;--color-bg-tertiary:#121216;--surface-1:#101013;--surface-2:#17171c;--surface-3:#202026;--color-text:#f7f5f2;--color-text-secondary:#b5bac2;--color-text-tertiary:#747c87;--color-border:#242a33;--color-border-hover:#3d4652;--color-success:#44c48d;--color-warning:#f7c45b;--color-error:#ff6b78;--font-family:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:11px;--font-size-sm:13px;--font-size-base:15px;--font-size-lg:17px;--font-size-xl:21px;--font-size-2xl:26px;--font-size-3xl:34px;--font-size-4xl:42px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:12px;--spacing-lg:16px;--spacing-xl:24px;--spacing-2xl:32px;--spacing-3xl:48px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:8px;--shadow-sm:0 4px 12px #0000003d;--shadow-md:0 12px 28px #00000052;--shadow-lg:0 20px 48px #0000006b;--transition-fast:.12s ease;--transition-base:.18s ease;--transition-slow:.26s ease;--page-padding:34px;--content-max:1920px}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box;letter-spacing:0;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{color:var(--color-text);background:var(--color-bg);font-family:var(--font-family);font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;overflow:hidden}h1,h2,h3,h4,h5,h6{color:var(--color-text);font-weight:750;line-height:1.18}p{margin:0}a{color:var(--color-focus);text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.46}input,select,textarea{color:var(--color-text)}select option{color:var(--color-text);background:var(--color-bg-tertiary)}img{max-width:100%;height:auto;display:block}:focus{outline:none}:focus-visible{border-radius:var(--radius-lg);outline:3px solid var(--color-focus)!important;outline-offset:3px!important;box-shadow:0 0 0 6px var(--color-focus-soft)!important}input:focus-visible{box-shadow:none!important;outline:none!important}select:focus-visible{box-shadow:none!important;outline:none!important}textarea:focus-visible{box-shadow:none!important;outline:none!important}::selection{color:#071014;background:var(--color-focus)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{border:2px solid var(--color-bg-secondary);background:#343c47;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-focus)}.app{background:var(--color-bg);flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.app-content{flex:1;min-height:0;overflow:hidden}.page{width:100%;height:100%;max-width:var(--content-max);margin:0 auto}.icon-button{width:42px;min-width:42px;height:42px;color:var(--color-text-secondary);background:var(--surface-2);border:1px solid var(--color-border);border-radius:6px;place-items:center;padding:0;display:inline-grid}.brand-mark{color:var(--color-text);white-space:nowrap;align-items:center;gap:10px;display:inline-flex}.brand-mark-image{object-fit:cover;border-radius:8px;width:48px;height:48px}.brand-mark-copy{flex-direction:column;align-items:flex-start;line-height:1.08;display:flex}.brand-mark-copy strong{font-size:20px;font-weight:800}.brand-mark-copy small{color:var(--color-text-tertiary);text-transform:uppercase;margin-top:4px;font-size:10px}.icon-button:hover{color:var(--color-text);border-color:var(--color-border-hover)}.loading-container,.loading{width:100%;height:100%;color:var(--color-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.spinner{border:3px solid var(--color-border);border-top-color:var(--color-focus);border-radius:50%;width:46px;height:46px;animation:.85s linear infinite spin}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-muted{color:var(--color-text-tertiary)}.text-small{font-size:var(--font-size-sm)}.text-large{font-size:var(--font-size-lg)}.font-bold{font-weight:800}.font-semibold{font-weight:700}.m-0{margin:0}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.p-0{padding:0}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.hidden{display:none!important}html[data-theme=light]{--color-bg:#f4f5f7;--color-bg-secondary:#e7e9ed;--color-bg-tertiary:#dfe2e7;--surface-1:#fff;--surface-2:#f4f5f7;--surface-3:#e8eaee;--color-text:#16191e;--color-text-secondary:#4e5661;--color-text-tertiary:#737d89;--color-border:#ccd1d8;--color-border-hover:#9ea6b0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=light] .main-nav,html[data-theme=light] .login-page,html[data-theme=light] .splash-screen,html[data-theme=light] .featured-stage{--color-bg:#080a0e;--color-bg-secondary:#0d1015;--color-bg-tertiary:#151920;--surface-1:#10141a;--surface-2:#171c23;--surface-3:#20262f;--color-text:#f7f5f2;--color-text-secondary:#b5bac2;--color-text-tertiary:#747c87;--color-border:#242a33;--color-border-hover:#3d4652;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn var(--transition-base)}@media (max-width:1280px){:root{--page-padding:24px}}@media (max-width:768px){:root{--page-padding:14px;--font-size-3xl:28px;--font-size-4xl:32px}.app-content{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.page{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;max-width:100%}button{touch-action:manipulation}:focus-visible{outline-offset:2px!important;box-shadow:0 0 0 3px var(--color-focus-soft)!important;outline-width:2px!important}.audio-tabs,.audio-filter,.genres,.featured-actions{-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;overflow-x:auto}.audio-tabs::-webkit-scrollbar{display:none}.audio-filter::-webkit-scrollbar{display:none}.genres::-webkit-scrollbar{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.webos-legacy .anime-poster-wrapper,.webos-legacy .search-poster-wrap{height:0;padding-top:150%}.webos-legacy .anime-poster,.webos-legacy .search-poster{position:absolute;top:0;bottom:0;left:0;right:0}.webos-legacy .continue-poster-wrapper{height:0;padding-top:56.25%}.webos-legacy .continue-poster{position:absolute;top:0;bottom:0;left:0;right:0}.webos-legacy .details-poster-wrap{height:390px}.webos-legacy .player-container,.webos-legacy .stream-player{height:62vh}.webos-legacy .brand-mark-image,.webos-legacy .meta-row span>svg,.webos-legacy .profile-facts span>svg,.webos-legacy .date-cell>svg{margin-right:8px}.webos-legacy button>svg+span,.webos-legacy button>span+svg{margin-left:8px}.webos-legacy .nav-menu>*+*{margin-left:6px}.webos-legacy .nav-user>*+*{margin-left:12px}.webos-legacy .audio-filter>*+*,.webos-legacy .featured-actions>*+*,.webos-legacy .audio-tabs>*+*,.webos-legacy .theme-options>*+*,.webos-legacy .settings-actions>*+*,.webos-legacy .user-actions>*+*{margin-left:8px}.webos-legacy .audio-badges>*+*,.webos-legacy .genres>*+*{margin-left:6px}.webos-legacy .home-page>*+*{margin-top:34px}.webos-legacy .details-page>*+*{margin-top:26px}.webos-legacy .watch-page>*+*{margin-top:18px}.webos-legacy .profile-page>*+*{margin-top:28px}.webos-legacy .users-page>*+*{margin-top:24px}.webos-legacy .login-form>*+*{margin-top:18px}.webos-legacy .login-field>*+*{margin-top:8px}.webos-legacy .splash-content>*+*{margin-top:18px}.webos-legacy .episode-list>*+*,.webos-legacy .eps-list>*+*{margin-top:5px}.webos-legacy .watch-main>*+*{margin-top:14px}.webos-legacy .anime-card-copy,.webos-legacy .search-card-copy{margin-top:10px}.webos-legacy .anime-card-copy small,.webos-legacy .search-card-copy small,.webos-legacy .episode-row-copy small{margin-top:4px}@media (max-width:1280px){.webos-legacy .details-poster-wrap{height:330px}.webos-legacy .player-container,.webos-legacy .stream-player{height:58vh}}.cast-diag-list{background:var(--color-surface,#ffffff0d);border-radius:10px;flex-direction:column;gap:8px;margin:14px 0 0;padding:14px 16px;font-size:14px;list-style:none;display:flex}.cast-diag-list strong{color:var(--color-primary-light,inherit)}.lotus-favorite{z-index:4;color:#fff;cursor:pointer;background:#07080cd1;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:absolute;top:10px;right:10px}.lotus-favorite:hover{color:#ff8390;border-color:#ff5b6b;outline:3px solid #ff5b6b57}.lotus-favorite:focus-visible{color:#ff8390;border-color:#ff5b6b;outline:3px solid #ff5b6b57}.lotus-favorite.active{color:#ff5b6b;background:#1e050aeb;border-color:#ff5b6b}.details-favorite{vertical-align:middle;border-radius:8px;gap:9px;width:auto;min-width:48px;min-height:48px;margin-left:10px;padding:0 16px;position:relative;top:auto;right:auto}.details-favorite b{font-size:14px;font-weight:800}.my-list-page{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;width:100%;height:100%;min-height:0;padding:42px clamp(18px,4vw,64px) 90px;overflow:hidden auto}.my-list-header h1{align-items:center;gap:12px;margin:4px 0 8px;display:flex}.my-list-header h1 svg{color:#ff5b6b}.my-list-header>p:last-child{color:var(--color-text-secondary)}.my-list-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:24px 18px;margin-top:32px;display:grid}.my-list-card{min-width:0;position:relative}.my-list-card>button{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:0}.my-list-poster{aspect-ratio:2/3;background:var(--surface-2);border:2px solid #0000;border-radius:8px;width:100%;display:block;position:relative;overflow:hidden}.my-list-poster img{object-fit:cover;width:100%;height:100%}.my-list-card>button:focus-visible .my-list-poster{border-color:var(--color-focus)}.my-list-card strong,.my-list-card small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.my-list-card strong{margin-top:10px}.my-list-card small{color:var(--color-text-secondary);margin-top:4px}.webos-legacy .my-list-poster{height:0;padding-top:150%}.webos-legacy .my-list-poster img{position:absolute;top:0;bottom:0;left:0;right:0}@media (min-width:769px) and (max-height:800px){.my-list-page{padding-top:26px}.my-list-grid{grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:18px 14px;margin-top:22px}}@media (max-width:768px){.my-list-page{padding:18px 12px 96px}.my-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 9px;margin-top:18px}.my-list-card strong{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.my-list-card small{font-size:11px}.my-list-card>.lotus-favorite{width:38px;height:38px;top:6px;right:6px}}@media (max-width:390px){.my-list-grid{column-gap:7px}}.my-list-empty{text-align:center;border:1px solid var(--color-border);background:var(--surface-1);border-radius:12px;place-items:center;max-width:620px;margin:80px auto 0;padding:48px;display:grid}.my-list-empty>svg{color:#ff5b6b}.my-list-empty button{color:#fff;background:var(--color-primary);border:0;border-radius:7px;min-height:48px;margin-top:14px;padding:0 22px;font-weight:800}.cast-sheet-backdrop{z-index:5500;background:#040508b8;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.cast-sheet{width:100%;max-width:460px;max-height:84vh;color:var(--color-text-primary,#fff);background:var(--surface-1,#12141a);border:1px solid var(--color-border,#ffffff24);border-radius:14px;padding:18px 18px 14px;overflow-y:auto}.cast-sheet-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.cast-sheet-head h2{align-items:center;gap:9px;margin:0;font-size:18px;display:flex}.cast-sheet-head button{width:44px;height:44px;color:inherit;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.cast-sheet-head button:focus-visible{border-color:var(--color-focus,#fff);outline:none}.cast-sheet-group{margin-top:16px}.cast-sheet-group h3{color:var(--color-text-secondary,#ffffffa8);letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:800}.cast-device-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.cast-device-list button{width:100%;min-height:56px;color:inherit;text-align:left;background:var(--surface-2,#ffffff0f);border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;display:flex}.cast-device-list button:hover:not(:disabled){border-color:#ff5b6b;outline:none}.cast-device-list button:focus-visible{border-color:#ff5b6b;outline:none}.cast-device-list button:disabled{opacity:.7}.cast-device-list button>span{flex:1;min-width:0}.cast-device-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.cast-device-list small{color:var(--color-text-secondary,#fff9);margin-top:2px;font-size:12px;display:block}.cast-device-list em{color:#ff8390;flex:none;font-size:12px;font-style:normal;font-weight:800}.cast-sheet-hint{color:var(--color-text-secondary,#ffffffa8);margin:8px 0 0;font-size:13px;line-height:1.45}.cast-sheet-feedback{margin:14px 0 0;font-size:13px;font-weight:700}.cast-sheet-foot{border-top:1px solid var(--color-border,#ffffff1f);margin-top:16px;padding-top:12px}.cast-sheet-foot>button{min-height:44px;color:inherit;border:1px solid var(--color-border,#ffffff2e);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:0 12px;font-size:13px;display:inline-flex}.cast-sheet-foot>button:focus-visible{border-color:#ff5b6b;outline:none}.cast-spin{animation:1s linear infinite cast-spin}@keyframes cast-spin{to{transform:rotate(360deg)}}@media (min-width:769px){.cast-sheet-backdrop{align-items:center}}@media (orientation:portrait){.cast-sheet-backdrop.immersive{transform-origin:0 0;width:100vh;height:100vw;top:0;bottom:auto;left:100vw;right:auto;transform:rotate(90deg)}.cast-sheet-backdrop.immersive .cast-sheet{max-height:82vw}}.tv-receiver-app{background:#07080c;min-height:100vh}.tv-receiver{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:34px;min-height:100vh;padding:4vh 6vw;display:flex}.tv-receiver>header{align-items:center;gap:16px;display:flex}.tv-receiver>header svg{color:#ff5b6b}.tv-receiver>header strong{font-size:26px;display:block}.tv-receiver>header span{color:#ffffff9e;font-size:15px}.tv-receiver h1{margin:0 0 18px;font-size:34px}.tv-receiver-code{justify-content:center;gap:12px;margin-bottom:26px;display:flex}.tv-receiver-code b{font-variant-numeric:tabular-nums;background:#ff5b6b1f;border:2px solid #ff5b6b;border-radius:12px;min-width:78px;padding:14px 0;font-size:58px;line-height:1}.tv-receiver-code-wait{letter-spacing:.1em;min-width:auto;padding:14px 26px;font-size:40px}.tv-receiver ol{text-align:left;max-width:760px;margin:0 auto;padding-left:26px}.tv-receiver ol li{margin-bottom:10px;font-size:21px;line-height:1.5}.tv-receiver-note{color:#fff9;max-width:760px;margin:18px auto 0;font-size:16px}.tv-receiver-ready h1{color:#7ee0b8}.tv-receiver-ready p{font-size:22px}.tv-receiver-loading{color:#ffffffb3}.tv-receiver-error{color:#ffb4b4;margin-top:14px;font-size:18px}.tv-receiver-retry{color:#fff;background:var(--color-primary);border:0;border-radius:8px;min-height:48px;margin-top:12px;padding:0 22px;font-weight:700}.tv-receiver-player{background:#000;position:fixed;top:0;bottom:0;left:0;right:0}.tv-receiver-player .stream-player{border:0;border-radius:0;width:100%;height:100%}.tv-receiver-player.tela-cheia{width:100vw;height:100vh;position:static}.tv-receiver-player:fullscreen{background:#000;width:100vw;height:100vh}.tv-receiver-player:-webkit-full-screen{background:#000;width:100vw;height:100vh}.tv-receiver-fs-hint{z-index:12;color:#fff;text-align:center;background:#07080ce0;border:1px solid #ff5b6b8c;border-radius:10px;max-width:80vw;margin:0;padding:12px 20px;font-size:18px;position:absolute;top:24px;left:50%;transform:translate(-50%)}@media (max-height:800px){.tv-receiver{gap:22px}.tv-receiver h1{font-size:27px}.tv-receiver-code b{min-width:60px;padding:10px 0;font-size:42px}.tv-receiver ol li{font-size:18px}}@media (max-width:768px){.tv-receiver-code{flex-wrap:wrap;gap:8px}.tv-receiver-code b{min-width:44px;font-size:32px}.tv-receiver h1{font-size:23px}.tv-receiver ol li{font-size:16px}}.webos-legacy .tv-receiver>*+*{margin-top:26px}.webos-legacy .tv-receiver-code b+b{margin-left:12px}.cast-pair,.cast-mirror{margin-top:12px}.cast-pair ol{color:var(--color-text-secondary,#ffffffb3);margin:0 0 12px;padding-left:20px;font-size:13px}.cast-pair ol li{margin-bottom:6px;line-height:1.5}.cast-pair-url{color:#fff;word-break:break-all;background:#ff5b6b29;border:1px solid #ff5b6b80;border-radius:6px;padding:2px 7px;font-family:ui-monospace,monospace;display:inline-block}.cast-pair-row{gap:9px;display:flex}.cast-pair-row input{min-width:0;min-height:48px;color:inherit;background:var(--surface-2,#ffffff0f);border:1px solid var(--color-border,#fff3);font-variant-numeric:tabular-nums;letter-spacing:.18em;text-align:center;border-radius:9px;flex:1;padding:0 14px;font-size:22px}.cast-pair-row input:focus-visible{border-color:#ff5b6b;outline:none}.cast-pair-row button{color:#fff;background:var(--color-primary,#ff5b6b);border:0;border-radius:9px;flex:none;min-height:48px;padding:0 18px;font-weight:800}.cast-pair-row button:disabled{opacity:.65}.cast-mirror dl{margin:10px 0 12px}.cast-mirror dl>div+div{margin-top:9px}.cast-mirror dt{color:#ff8390;font-size:12px;font-weight:800}.cast-mirror dd{color:var(--color-text-secondary,#ffffffb3);margin:2px 0 0;font-size:13px;line-height:1.45}.cast-mirror-open{color:#fff;background:var(--color-primary,#ff5b6b);border:0;border-radius:9px;align-items:center;gap:9px;min-height:48px;padding:0 16px;font-size:14px;font-weight:800;display:inline-flex}.cast-remote{background:var(--surface-2,#ffffff0d);border-radius:10px;gap:8px;margin:8px 0 0;padding:8px;display:flex}.cast-remote button{min-height:52px;color:inherit;background:#ffffff0f;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;display:inline-flex}.cast-remote button:hover{border-color:#ff5b6b;outline:none}.cast-remote button:focus-visible{border-color:#ff5b6b;outline:none}.casting-overlay{z-index:6;background:#040508eb;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.casting-card{color:#fff;text-align:center;background:var(--surface-1,#12141a);border:1px solid #ff5b6b80;border-radius:14px;width:100%;max-width:360px;padding:20px}.casting-badge{color:#ff8390;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-flex}.casting-card>strong{font-size:19px;display:block}.casting-card>small{color:var(--color-text-secondary,#ffffffa8);margin-top:4px;font-size:13px;display:block}.casting-progress{background:#ffffff29;border-radius:3px;height:5px;margin:16px 0 6px;overflow:hidden}.casting-progress span{background:#ff5b6b;height:100%;display:block}.casting-time{color:var(--color-text-secondary,#fff9);font-variant-numeric:tabular-nums;margin:0;font-size:12px}.casting-controls{justify-content:center;gap:10px;margin-top:16px;display:flex}.casting-controls button{width:56px;height:56px;color:inherit;background:#ffffff14;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.casting-controls .casting-main{background:var(--color-primary,#ff5b6b);width:68px;height:68px}.casting-controls button:hover:not(:disabled){border-color:#fff;outline:none}.casting-controls button:focus-visible{border-color:#fff;outline:none}.casting-controls button:disabled{opacity:.6}.casting-warn{color:#ffd9a1;margin:12px 0 0;font-size:13px}.casting-stop{min-height:46px;color:inherit;border:1px solid var(--color-border,#ffffff38);background:0 0;border-radius:9px;align-items:center;gap:8px;margin-top:16px;padding:0 16px;font-size:13px;display:inline-flex}.casting-stop:focus-visible{border-color:#ff5b6b;outline:none}
