@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-app:#121212;--bg-card:#000;--bg-header:#000;--bg-nav:#000;--border:#2a2a2a;--border-light:#333;--text-primary:#fff;--text-secondary:#999;--text-muted:#666;--accent-yellow:#fc0;--accent-blue:#2196f3;--accent-green:#4caf50;--accent-red:#f44336;--accent:#2196f3;--accent-light:#64b5f6;--accent-glow:#2196f366;--accent2:#7c4dff;--nav-height:56px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px}html,body{background:var(--bg-app);height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;touch-action:pan-x pan-y;font-family:Inter,sans-serif;font-size:14px;line-height:1.4}#root{max-width:770px;height:100%;margin:0 auto;position:relative;box-shadow:0 0 40px #0009}.fullscreen-page{width:100%;max-width:770px;position:fixed;top:0;bottom:0;left:50%;transform:translate(-50%)}html{overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}.app-layout{flex-direction:column;min-height:100dvh;display:flex}.page-content{padding-bottom:calc(var(--nav-height) + 16px);flex:1}.bottom-nav{width:100%;max-width:770px;height:var(--nav-height);background:var(--bg-nav);border-top:1px solid var(--border);z-index:100;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-item{color:var(--text-muted);text-transform:capitalize;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;padding:8px 16px;font-size:10px;font-weight:500;transition:color .2s;display:flex}.nav-item.active{color:var(--accent-yellow)}.nav-item:hover:not(.active){color:var(--text-secondary)}.top-tabs-header{background:var(--bg-header);z-index:50;border-bottom:1px solid var(--border);justify-content:space-around;display:flex;position:sticky;top:0}.top-tab{text-align:center;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;flex:1;padding:16px 0;font-size:13px;font-weight:700;position:relative}.top-tab.active{color:var(--accent-yellow)}.top-tab.active:after{content:"";background:var(--accent-yellow);height:3px;position:absolute;bottom:0;left:0;right:0}.sub-header-actions{background:var(--bg-app);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pill-btn{color:var(--text-primary);text-transform:uppercase;background:#444;border:none;border-radius:99px;padding:6px 14px;font-size:11px;font-weight:600}.icon-btn{color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.icon-btn:hover{color:var(--text-primary)}.section-pill{color:var(--text-primary);-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.4px;background:#333;border-radius:99px;align-items:center;gap:6px;margin:12px 8px 8px;padding:4px 14px 4px 10px;font-size:12px;font-weight:600;display:inline-flex}.section-pill:hover{background:#444}.section-pill-count{text-align:center;background:#555;border-radius:99px;min-width:18px;padding:0 6px;font-size:11px;line-height:18px}.tvtime-section{margin-bottom:4px}.tvtime-list{flex-direction:column;gap:8px;padding:0 8px;display:flex}.tvtime-card{background:var(--bg-card);border-radius:var(--radius-md);min-height:98px;display:flex;position:relative;overflow:hidden}.tvtime-card-img-wrap{background:#222;flex-shrink:0;align-self:stretch;width:92px;min-height:92px;position:relative;overflow:hidden}.tvtime-card-img-wrap img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block;position:absolute;inset:0}.tvtime-card-content{flex-direction:column;flex:1;justify-content:flex-start;min-width:0;padding:12px 16px 12px 12px;display:flex}.tvtime-show-pill{border:1px solid var(--text-primary);text-transform:uppercase;color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;border-radius:99px;align-self:flex-start;align-items:center;max-width:100%;margin-bottom:8px;padding:2px 8px;font-size:9px;font-weight:700;display:inline-flex;overflow:hidden}.tvtime-show-pill span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tvtime-ep-identifier{color:var(--text-primary);align-items:center;gap:6px;margin-bottom:4px;font-size:16px;font-weight:700;display:flex}.tvtime-ep-remaining{color:var(--text-secondary);font-size:12px;font-weight:600}.tvtime-ep-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:13px;overflow:hidden}.tvtime-badges{gap:6px;margin-top:auto;display:flex}.tvbadge{border-radius:var(--radius-sm);text-transform:uppercase;padding:2px 6px;font-size:9px;font-weight:700}.tvbadge-outline{border:1px solid var(--text-primary);color:var(--text-primary)}.tvbadge-yellow{background:var(--accent-yellow);color:#000}.tvtime-check-btn{background:var(--text-primary);width:36px;height:36px;color:var(--text-muted);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .1s,background .2s,color .2s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%);box-shadow:0 2px 8px #00000080}.tvtime-check-btn:active{transform:translateY(-50%)scale(.9)}.tvtime-check-btn.watched{color:var(--text-primary);background:#333}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.truncate{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mt-2{margin-top:8px}.p-4{padding:16px}.page-header{background:var(--bg-header);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px;display:flex}.page-title{text-transform:uppercase;letter-spacing:.5px;font-size:18px;font-weight:700}.section-title{text-transform:uppercase;color:var(--text-secondary);padding:16px 16px 8px;font-size:14px;font-weight:700}.input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;width:100%;padding:12px;font-family:inherit}.input:focus{border-color:var(--text-secondary)}.btn-primary{background:var(--accent-yellow);color:#000;border-radius:var(--radius-sm);text-align:center;border:none;width:100%;padding:12px 16px;font-weight:700}.card{background:var(--bg-card);border-radius:var(--radius-md);margin:0 16px 8px;padding:16px}.scroll-row{scrollbar-width:none;gap:12px;padding:0 16px 16px;display:flex;overflow-x:auto}.poster-card{flex-shrink:0;width:100px}.poster-wrap{border-radius:var(--radius-md);background:#222;width:100px;height:150px;position:relative;overflow:hidden}.poster-wrap img{object-fit:cover;width:100%;height:100%}.poster-title{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);margin-top:6px;font-size:11px;font-weight:600;overflow:hidden}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:40px 16px;display:flex}.empty-icon{opacity:.5;margin-bottom:16px;font-size:40px}.empty-title{color:var(--text-secondary);margin-bottom:8px;font-size:16px;font-weight:600}.modal-overlay{z-index:200;background:#000c;align-items:flex-end;display:flex;position:fixed;inset:0}.modal-sheet{border-top:1px solid var(--border);background:#111;border-radius:16px 16px 0 0;width:100%;padding:24px}.modal-handle{background:#333;border-radius:4px;width:40px;height:4px;margin:0 auto 16px}.modal-title{margin-bottom:16px;font-size:16px;font-weight:700}.api-banner{background:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:12px;margin:16px;padding:12px 16px;display:flex}.api-banner-text{flex:1;font-size:12px}.btn-sm{padding:6px 12px;font-size:12px}.text-sm{font-size:12px}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, #1a1a1a 50%, var(--bg-card) 75%);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-sub{color:var(--text-muted);margin-top:4px;font-size:13px}.search-wrap{padding:16px}.search-input-wrap{position:relative}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.search-input{background:var(--bg-card);border:1px solid var(--border);color:#fff;border-radius:99px;outline:none;width:100%;padding:12px 12px 12px 40px;font-size:14px}.search-clear{color:var(--text-muted);background:0 0;border:none;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.dialog-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.dialog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:24px}.dialog-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dialog-header h3{font-size:16px}.dialog-message{color:var(--text-secondary);margin-bottom:20px;font-size:13px;line-height:1.5}.dialog-actions{flex-direction:column;gap:8px;display:flex}.dialog-actions .btn-primary{text-transform:uppercase;width:100%;padding:12px;font-size:14px;font-weight:700}.profile-page{background:#111;min-height:100dvh}.profile-banner{background:radial-gradient(circle at 30% 20%,#ffcc002e,#0000 60%),linear-gradient(135deg,#232323,#1a1a1a,#101010);height:220px;position:relative}.banner-gradient{background:linear-gradient(#0000 50%,#111 100%);position:absolute;inset:0}.banner-actions{justify-content:flex-end;gap:8px;display:flex;position:absolute;top:16px;right:16px}.banner-edit-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:10;background:#0000008c;border:1px solid #ffffff2e;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .2s,opacity .2s;display:flex;position:absolute;bottom:12px;right:12px}.banner-edit-btn:hover{background:#000000bf}.banner-edit-btn:disabled{opacity:.6;cursor:default}.banner-delete-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:10;background:#f443368c;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,opacity .2s;display:flex;position:absolute;bottom:12px;right:132px}.banner-delete-btn:hover{background:#f44336d9}.banner-delete-btn:disabled{opacity:.6;cursor:default}.notif-badge{background:var(--accent-yellow);border:1px solid #111;border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.profile-user-row{z-index:2;align-items:flex-end;gap:16px;margin-top:-50px;padding:0 20px;display:flex;position:relative}.profile-avatar{border:3px solid #111;border-radius:50%;flex-shrink:0;width:90px;height:90px;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-user-info{padding-bottom:4px}.profile-name{color:#fff;margin:0;font-size:30px;font-weight:700;line-height:1.2}.btn-edit-profile{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff;border-radius:99px;margin-top:6px;padding:4px 14px;font-size:12px;font-weight:600}.tvtime-card .btn-edit-profile{margin-top:0}.btn-edit-profile.following{background:var(--accent-yellow);border-color:var(--accent-yellow);color:#000}.profile-social-row{justify-content:center;align-items:center;gap:0;padding:24px 20px;display:flex}.social-item{cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.social-num{color:#fff;font-size:24px;font-weight:700}.social-label{color:#b0b0b0;font-size:14px}.social-divider{background:#333;width:1px;height:32px}.section-title-row{align-items:center;gap:8px;margin-bottom:16px;padding:0 20px;display:flex}.section-title-row h2{flex:1;font-size:28px;font-weight:700}.section-title-row h3,.detail-section .section-title-row h3{flex:1;margin-bottom:0}.section-title-row svg{color:#b0b0b0;cursor:pointer;flex-shrink:0}.section-title-row .heart-icon{color:#f44}.detail-section .section-title-row{padding:0}.stats-grid{scrollbar-width:none;gap:12px;padding:0 20px 4px;display:flex;overflow-x:auto}.stats-grid::-webkit-scrollbar{display:none}.stat-card{background:#1b1b1b;border:1px solid #2a2a2a;border-radius:12px;flex:none;min-width:168px;padding:14px}.stat-card-header{color:#fff;white-space:nowrap;border-bottom:1px solid #2a2a2a;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:12px;font-size:13px;font-weight:700;display:flex}.stat-card-header svg{color:#fff;flex-shrink:0}.stat-values-split{justify-content:space-between;gap:8px;display:flex}.stat-value-col{flex-direction:column;align-items:center;gap:2px;display:flex}.stat-num{font-size:20px;font-weight:700}.stat-unit{color:#b0b0b0;letter-spacing:.3px;font-size:10px;font-weight:600}.stat-num-lg{text-align:center;padding:4px 0;font-size:24px;font-weight:700;display:block}.create-list-card{cursor:pointer;color:#b0b0b0;background:#1b1b1b;border:1px dashed #333;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:140px;margin:0 20px;font-size:14px;display:flex}.create-list-card svg{color:#666}.scroll-row{scroll-behavior:smooth;cursor:grab;gap:12px;padding:0 20px;display:flex;overflow-x:auto}.scroll-row::-webkit-scrollbar{display:none}.scroll-row img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.profile-poster{cursor:pointer;flex-shrink:0;width:110px}.profile-poster img{object-fit:cover;background:#222;border-radius:8px;width:110px;height:165px}.profile-section{margin-bottom:32px;padding:0}.profile-section:last-child{margin-bottom:0}.collection-page{background:#111;min-height:100dvh}.collection-appbar{z-index:10;background:#111;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.collection-appbar h1{font-size:18px;font-weight:700}.collection-grid{grid-template-columns:repeat(6,1fr);gap:3px;padding:3px;display:grid}.collection-card{cursor:pointer;aspect-ratio:2/3;background:#1b1b1b;border-radius:4px;position:relative;overflow:hidden}.collection-card img{object-fit:cover;width:100%;height:100%}.collection-bar{height:3px;transition:width .3s;position:absolute;bottom:0;left:0}.grid-check-badge{z-index:2;filter:drop-shadow(0 1px 3px #0009);position:absolute;top:6px;right:6px}.grid-check-badge>div{padding:0!important}.sheet-overlay{z-index:200;background:#0009;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:#1b1b1b;border-radius:16px 16px 0 0;width:100%;max-height:80vh;padding:12px 20px 32px;animation:.25s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{background:#444;border-radius:99px;width:40px;height:4px;margin:0 auto 16px}.sheet-title{margin-bottom:20px;font-size:20px;font-weight:700}.sheet-section{margin-bottom:24px}.sheet-section h4{color:#b0b0b0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:14px}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{cursor:pointer;color:#fff;background:#333;border:none;border-radius:99px;padding:8px 16px;font-size:13px;font-weight:600}.chip-active{background:var(--accent-yellow);color:#000}.filter-row{cursor:pointer;border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.filter-row span{font-size:14px}.radio{border:2px solid #555;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.radio-active{border-color:var(--accent-yellow);background:var(--accent-yellow)}.radio-active svg{color:#000}.detail-page{background:#111;min-height:100dvh}.detail-loading{color:#999;background:#111;justify-content:center;align-items:center;height:100dvh;display:flex}.detail-header{height:250px;position:relative;overflow:hidden}.detail-backdrop{object-fit:cover;width:100%;height:100%}.detail-header-gradient{background:linear-gradient(#0000 40%,#111 90%);position:absolute;inset:0}.detail-header-bar{z-index:50;margin-bottom:calc(-1 * var(--header-bar-h,48px));justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.detail-header-bar.scrolled{background:#111}.detail-header-bar .icon-btn{background:#00000073;border-radius:50%;flex-shrink:0;width:36px;height:36px}.detail-header-compact-title{color:#fff;opacity:0;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;max-width:55%;font-size:15px;font-weight:700;transition:opacity .2s;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.detail-header-compact-title.visible{opacity:1}.detail-header-info{z-index:2;justify-content:space-between;align-items:flex-end;padding:0 20px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.detail-title-area h1{margin:0;font-size:24px;font-weight:700}.detail-meta{color:#b0b0b0;margin-top:4px;font-size:13px}.movie-header{height:220px}.movie-title-area{padding:16px 20px 4px}.movie-title-area h1{margin:0;font-size:22px;font-weight:700}.detail-progress-circle{flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.detail-progress-circle svg{position:absolute}.detail-progress-circle span{font-size:13px;font-weight:700}.detail-progress-bar{background:var(--accent-yellow);height:3px;transition:width .3s}.detail-tabs{top:calc(var(--header-bar-h,48px) + var(--info-bar-h,0px));z-index:40;background:#111;border-bottom:1px solid #2a2a2a;display:flex;position:sticky}.detail-sticky-info{top:var(--header-bar-h,48px);z-index:45;background:#111;position:sticky}.detail-sticky-info .episode-info-left{flex-flow:wrap;align-items:center;gap:14px}.detail-tab{text-align:center;color:#666;cursor:pointer;background:0 0;border:none;flex:1;padding:14px 0;font-size:14px;font-weight:600;position:relative}.detail-tab.active{color:var(--accent-yellow)}.detail-tab.active:after{content:"";background:var(--accent-yellow);border-radius:99px;width:40px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.detail-content{padding:20px}.detail-section{margin-bottom:32px}.detail-section h3{margin-bottom:16px;font-size:18px;font-weight:700}.watch-row{flex-wrap:wrap;gap:8px;display:flex}.watch-chip{color:#fff;border-radius:8px;align-items:center;min-height:40px;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.watch-provider-card{text-align:center;cursor:pointer;flex-shrink:0;width:64px}.watch-provider-card img{object-fit:contain;box-sizing:border-box;background:#222;border:3px solid #0000;border-radius:10px;width:44px;height:44px;margin:0 auto}.watch-provider-card:hover img{border-color:#ffd400}.comment-input-row{align-items:flex-end;gap:8px;margin-bottom:16px;display:flex}.comment-input{color:#fff;resize:none;background:#1b1b1b;border:1px solid #2a2a2a;border-radius:12px;outline:none;flex:1;padding:10px 12px;font-family:inherit;font-size:14px}.comment-input:focus{border-color:var(--accent-yellow)}.comment-send-btn{background:var(--accent-yellow);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.comment-send-btn:disabled{color:#666;cursor:default;background:#333}.comment-list{flex-direction:column;gap:16px;display:flex}.comment-item{align-items:flex-start;gap:10px;display:flex}.comment-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px}.comment-body{flex:1;min-width:0}.comment-meta{align-items:baseline;gap:8px;margin-bottom:2px;display:flex}.comment-author{color:#fff;font-size:13px;font-weight:700}.comment-time{color:var(--text-muted);font-size:12px}.comment-text{color:#ddd;word-break:break-word;font-size:14px;line-height:1.4}.comment-delete-btn{color:#666;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px}.comment-delete-btn:hover{color:#f44336}.comment-edit-row .comment-input{margin-bottom:0}.comment-edit-save,.comment-edit-cancel{cursor:pointer;border:none;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:600}.comment-edit-save{background:var(--accent-yellow);color:#000}.comment-edit-cancel{color:#fff;background:#333}.watch-provider-card span{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:11px;display:block;overflow:hidden}.community-card{background:#1b1b1b;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.community-card strong{font-size:14px}.community-card p{color:#b0b0b0;margin-top:4px;font-size:13px}.info-block{background:#1b1b1b;border-radius:12px;padding:16px}.info-year{color:#b0b0b0;margin-bottom:4px;font-size:14px}.info-genres{margin-bottom:8px;font-size:14px}.info-rating{color:#b0b0b0;align-items:center;gap:4px;margin-bottom:12px;font-size:14px;display:flex}.info-overview{color:#ccc;font-size:14px;line-height:1.6}.trailer-card{cursor:pointer;background:#1b1b1b;border-radius:12px;align-items:center;gap:12px;display:flex;position:relative;overflow:hidden}.trailer-card img{object-fit:cover;flex-shrink:0;width:120px;height:68px}.trailer-play{color:#fff;background:#00000059;justify-content:center;align-items:center;width:120px;height:68px;display:flex;position:absolute;top:0;left:0}.trailer-info{flex:1;padding:8px 8px 8px 0}.trailer-info span{font-size:13px;display:block}.trailer-info .text-muted{color:#b0b0b0;margin-top:2px;font-size:12px}.info-grid{background:#1b1b1b;border-radius:12px;overflow:hidden}.info-grid>div{border-bottom:1px solid #2a2a2a;justify-content:space-between;padding:12px 16px;font-size:13px;display:flex}.info-grid>div:last-child{border-bottom:none}.info-grid>div span:first-child{color:#b0b0b0}.cast-card{cursor:pointer;text-align:center;flex-shrink:0;width:90px}.cast-card img{object-fit:cover;background:#222;border-radius:50%;width:90px;height:90px}.cast-card.active img{outline-offset:2px;outline:3px solid #ffd400}.cast-name{margin-top:6px;font-size:12px;font-weight:600;display:block}.cast-role{color:#b0b0b0;font-size:11px;display:block}.similar-card{cursor:pointer;flex-shrink:0;width:110px;position:relative}.similar-card img{object-fit:cover;border-radius:8px;width:110px;height:165px}.similar-check{background:var(--accent-green);color:#fff;border-radius:50%;padding:2px;position:absolute;top:6px;right:6px}.character-card{cursor:pointer;text-align:center;flex-shrink:0;width:90px}.character-card img{object-fit:cover;background:#222;border-radius:10px;width:90px;height:130px}.character-card.active img{outline-offset:2px;outline:3px solid #ffd400}.choice-row{flex-wrap:wrap;gap:12px;display:flex}.choice-chip{cursor:pointer;background:#1b1b1b;border:2px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:84px;padding:14px;display:flex}.choice-chip:hover{background:#242424}.choice-chip.active{background:#ffd40014;border-color:#ffd400}.choice-chip-icon{background:#000;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.choice-chip-label{text-transform:uppercase;letter-spacing:.3px;text-align:center;font-size:11px;font-weight:700}.rating-stars-row{gap:8px;display:flex}.rating-star-chip{cursor:pointer;background:#1b1b1b;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 6px;display:flex}.rating-star-chip:hover{background:#242424}.rating-star-chip-label{text-transform:uppercase;color:#b0b0b0;font-size:11px;font-weight:700}.person-header-bar{padding:12px 16px;display:flex}.person-profile-row{align-items:center;gap:16px;padding:8px 20px 20px;display:flex}.person-photo{object-fit:cover;background:#222;border-radius:50%;flex-shrink:0;width:120px;height:120px}.person-photo-placeholder{justify-content:center;align-items:center;font-size:44px;display:flex}.person-profile-row h1{margin:0;font-size:22px;font-weight:700}.season-block{border-bottom:1px solid #2a2a2a}.season-header{cursor:pointer;justify-content:space-between;align-items:center;padding:16px;font-size:16px;font-weight:700;display:flex}.episode-list{padding:0 0 8px}.episode-card{align-items:flex-start;gap:12px;padding:8px 16px;display:flex}.episode-img{background:#222;border-radius:6px;flex-shrink:0;width:120px;height:68px;overflow:hidden}.episode-img img{object-fit:cover;width:100%;height:100%}.episode-info{flex:1;min-width:0}.episode-top{justify-content:space-between;gap:8px;display:flex}.episode-num{font-size:13px;font-weight:600}.episode-date{color:#b0b0b0;flex-shrink:0;font-size:11px}.episode-runtime{color:#b0b0b0;margin-top:2px;font-size:11px;display:block}.episode-overview{color:#888;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12px;display:-webkit-box;overflow:hidden}.episode-check{cursor:pointer;background:0 0;border:2px solid #555;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.episode-check svg{color:#555}.episode-check.watched{border-color:var(--accent-yellow);background:var(--accent-yellow)}.episode-check.watched svg{color:#000}.episode-check.watched.history{border-color:var(--accent-green);background:var(--accent-green)}.episode-check.watched.history svg{color:#fff}.episode-check.grid{background:#0000008c}.episode-check.grid.watched{background:var(--accent-yellow)}.episode-header{height:300px;position:relative;overflow:hidden}.episode-bg{object-fit:cover;width:100%;height:100%}.episode-header-gradient{background:linear-gradient(#0000 50%,#111 85%);position:absolute;inset:0}.episode-header-bar{z-index:2;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:absolute;top:0;left:0;right:0}.episode-dots{gap:6px;display:flex}.episode-dots .dot{background:#555;border-radius:50%;width:6px;height:6px}.episode-dots .dot.active{background:#fff}.episode-badge{color:#fff;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;z-index:2;background:#000000b3;border-radius:99px;max-width:70%;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:56px;left:16px;overflow:hidden}.episode-header-bottom{z-index:2;padding:0 20px 20px;position:absolute;bottom:0;left:0;right:0}.episode-id{color:#fc0;margin-bottom:4px;font-size:14px;font-weight:600}.episode-absolute{color:#b0b0b0;font-weight:400}.episode-title-header{margin:0;font-size:22px;font-weight:700}.episode-info-bar{border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.episode-info-left{flex-direction:column;gap:2px;display:flex}.info-bar-date{color:#b0b0b0;font-size:13px}.info-bar-status{font-size:13px}.info-bar-status.watched{color:var(--accent-yellow)}.episode-check-big{cursor:pointer;background:0 0;border:2px solid #555;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.episode-check-big svg{color:#555}.episode-check-big.watched{border-color:var(--accent-yellow);background:var(--accent-yellow)}.episode-check-big.watched svg{color:#000}.ep-rating{align-items:center;gap:6px;display:flex}.ep-rating .text-muted{color:#b0b0b0;font-size:13px}.gallery-card{cursor:pointer;border-radius:8px;flex-shrink:0;width:200px;overflow:hidden}.gallery-card img{object-fit:cover;width:200px;height:112px}.episode-nav{gap:8px;margin-top:32px;display:flex}.btn-nav{color:#fff;cursor:pointer;background:#1b1b1b;border:none;border-radius:99px;align-items:center;gap:6px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.text-muted{color:#b0b0b0}.episode-card-expandable{margin-bottom:8px}.section-pill-row{top:var(--pill-top,50px);z-index:40;background:var(--bg-app);justify-content:space-between;align-items:center;min-height:44px;padding:0 20px;display:flex;position:sticky}.pill-search-overlay{top:var(--pill-top,50px);z-index:41;pointer-events:none;justify-content:flex-end;align-items:center;gap:4px;height:44px;margin-bottom:-44px;padding:0 20px;display:flex;position:sticky}.pill-search-overlay>*{pointer-events:auto}.pill-search-overlay.active{background:var(--bg-app);justify-content:flex-start}.movies-search-bar{top:var(--pill-top,50px);z-index:40;background:var(--bg-app);justify-content:flex-end;align-items:center;gap:4px;min-height:44px;padding:0 20px;display:flex;position:sticky}.movies-search-bar.active{justify-content:flex-start}.search-toggle{color:#b0b0b0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.search-toggle:hover{color:#fff}.search-row{align-items:center;gap:8px;width:100%;display:flex}.search-input{color:#fff;box-sizing:border-box;background:#1b1b1b;border:1px solid #333;border-radius:10px;outline:none;flex:1;padding:10px 16px;font-size:14px}.search-input::placeholder{color:#666}.search-input:focus{border-color:#ffd400}.search-close{color:#b0b0b0;font-size:22px}.search-input-wrap .search-input{padding-left:40px}.config-scroll{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}.config-scroll::-webkit-scrollbar{width:0;height:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.page-header{justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.page-header .page-title{text-align:center;flex:1;font-size:16px;font-weight:700}@media (hover:hover) and (pointer:fine){.tvtime-card{transition:background .2s,transform .2s,box-shadow .2s}.tvtime-card:hover{background:#232323;transform:translateY(-2px);box-shadow:0 6px 18px #00000073}.tvtime-card-img-wrap{overflow:hidden}.tvtime-card-img-wrap img{transition:transform .25s}.tvtime-card-img-wrap:hover img{transform:scale(1.06)}.tvtime-show-pill{cursor:pointer;transition:background .15s,color .15s}.tvtime-show-pill:hover{background:var(--text-primary)}.tvtime-show-pill:hover span{color:#000}.episode-check{transition:border-color .15s,transform .15s,box-shadow .15s}.episode-check:hover{border-color:var(--accent-yellow,#ffd400);transform:scale(1.12);box-shadow:0 0 10px #ffd40059}.episode-check.watched:hover{box-shadow:0 0 12px #ffd40080}.episode-check-big{transition:border-color .15s,transform .15s,box-shadow .15s}.episode-check-big:hover{border-color:var(--accent-yellow,#ffd400);transform:scale(1.08);box-shadow:0 0 12px #ffd40059}.tvtime-check-btn:hover{color:var(--accent-yellow,#ffd400);transform:translateY(-50%)scale(1.12)}.poster-card{cursor:pointer}.poster-wrap{transition:transform .2s,box-shadow .2s}.poster-card:hover .poster-wrap{transform:translateY(-4px)scale(1.03);box-shadow:0 8px 20px #00000080}.poster-card:hover .poster-title{color:var(--accent-yellow,#ffd400)}}
