:root{--red:#e50914;--red-dim:#e5091426;--bg:#0a0a0a;--surface:#111;--surface-2:#1a1a1a;--surface-3:#222;--text:#fff;--text-2:#ffffffb3;--text-3:#fff6;--border:#ffffff0f;--border-2:#ffffff1a;--radius:6px;--radius-sm:4px;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--transition:.2s ease;--navbar-h:68px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:100vh;overflow-x:hidden}#root{overflow-x:hidden}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;max-width:100%;display:block}input,textarea,select{font-size:16px}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.navbar{height:var(--navbar-h);z-index:1000;transition:background var(--transition);background:linear-gradient(#000000f2 0%,#0000 100%);justify-content:space-between;align-items:center;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0a0a0af7}.nav-left{align-items:center;gap:40px;display:flex}.nav-logo{letter-spacing:-.04em;color:var(--red);-webkit-user-select:none;user-select:none;text-transform:uppercase;font-size:1.6rem;font-weight:800}.nav-links{align-items:center;gap:28px;display:flex}.nav-links a{color:var(--text-2);letter-spacing:.02em;transition:color var(--transition);font-size:.82rem;font-weight:500;position:relative}.nav-links a.active{color:var(--text);font-weight:600}.nav-right{align-items:center;gap:24px;display:flex}.nav-user{color:var(--text-3);letter-spacing:.02em;font-size:.82rem;font-weight:500}.nav-avatar{background:var(--surface-3);border:1px solid var(--border-2);width:32px;height:32px;color:var(--text-2);border-radius:4px;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.page-wrapper{padding-top:var(--navbar-h);min-height:100vh}.page-content{padding:60px 48px}.auth-bg{background:var(--bg);isolation:isolate;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-bg:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(70% 50% at 20%,#e509140f 0%,#0000 60%),radial-gradient(60% 40% at 80%,#e509140a 0%,#0000 60%);position:absolute;inset:0}.auth-header{padding:28px 48px;position:absolute;top:0;left:0;right:0}.auth-logo{letter-spacing:-.04em;color:var(--red);text-transform:uppercase;font-size:1.6rem;font-weight:800}.auth-tagline{color:#ffffff73;letter-spacing:.02em;margin:4px 0 0;font-size:.78rem}.auth-container{flex:1;justify-content:center;align-items:center;width:100%;padding:100px 24px 40px;display:flex}.auth-box{background:var(--surface);border:1px solid var(--border-2);border-radius:12px;width:100%;max-width:420px;padding:52px 48px}.auth-title{letter-spacing:-.03em;margin-bottom:32px;font-size:1.75rem;font-weight:700}.auth-input-group{flex-direction:column;gap:12px;display:flex}.auth-input{background:var(--surface-3);width:100%;color:var(--text);border:1px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:var(--font);transition:border-color var(--transition);outline:none;padding:14px 16px}.auth-input::placeholder{color:var(--text-3)}.auth-input:focus{border-color:var(--border-2)}.auth-button{background:var(--red);color:#fff;border-radius:var(--radius);letter-spacing:.02em;border:none;width:100%;margin-top:8px;padding:14px 20px;font-size:.9rem;font-weight:700}.auth-links{color:var(--text-3);text-align:center;margin-top:24px;font-size:.82rem;line-height:1.6}.auth-links a{color:var(--text-2);text-decoration:underline}.login-page{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-page:before{content:"";pointer-events:none;background:radial-gradient(70% 50% at 20%,#e509140f 0%,#0000 60%),radial-gradient(60% 40% at 80%,#e509140a 0%,#0000 60%);position:absolute;inset:0}.login-logo{letter-spacing:-.04em;color:var(--red);text-transform:uppercase;font-size:1.5rem;font-weight:800;text-decoration:none;position:absolute;top:28px;left:48px}.login-card{background:var(--surface);border:1px solid var(--border-2);border-radius:16px;grid-template-columns:1fr 1px 340px;width:100%;max-width:860px;display:grid;position:relative;overflow:hidden;box-shadow:0 32px 80px #00000080}.login-left{flex-direction:column;padding:52px 48px;display:flex}.login-divider{background:var(--border);align-self:stretch}.login-right{background:var(--surface-2);flex-direction:column;justify-content:center;align-items:center;gap:0;padding:48px 40px;display:flex}.login-title{letter-spacing:-.03em;color:var(--text);margin-bottom:28px;font-size:1.7rem;font-weight:700}.login-input-group{flex-direction:column;gap:12px;display:flex}.login-input{background:var(--surface-3);width:100%;color:var(--text);border:1px solid var(--border);border-radius:var(--radius);font-size:.88rem;font-family:var(--font);transition:border-color var(--transition);outline:none;padding:13px 16px}.login-input::placeholder{color:var(--text-3)}.login-input:focus{border-color:var(--border-2)}.login-submit{background:var(--red);color:#fff;border-radius:var(--radius);letter-spacing:.02em;width:100%;font-size:.88rem;font-weight:700;font-family:var(--font);cursor:pointer;border:none;margin-top:6px;padding:13px 20px;transition:opacity .15s}.login-submit:disabled{opacity:.6;cursor:default}.login-links{color:var(--text-3);text-align:center;margin-top:24px;font-size:.8rem;line-height:1.7}.login-links a{color:var(--text-2);text-decoration:underline}.login-qr-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);text-align:center;margin-bottom:20px;font-size:.62rem;font-weight:700}.login-qr-frame{background:#fff;border-radius:12px;margin-bottom:20px;padding:14px;display:inline-block}.login-qr-placeholder{background:var(--surface-3);border-radius:12px;justify-content:center;align-items:center;width:180px;height:180px;margin-bottom:20px;display:flex}.login-qr-countdown{color:var(--text-3);margin-bottom:24px;font-size:.72rem}.login-qr-steps{flex-direction:column;gap:10px;width:100%;display:flex}.login-qr-step{align-items:flex-start;gap:10px;display:flex}.login-qr-step-num{background:var(--surface-3);border:1px solid var(--border-2);width:20px;height:20px;color:var(--text-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.65rem;font-weight:700;display:flex}.login-qr-step-text{color:var(--text-3);font-size:.78rem;line-height:1.5}.login-qr-step-text strong{color:var(--text-2);font-weight:600}.login-qr-regen{background:var(--surface-3);border:1px solid var(--border-2);color:var(--text-2);border-radius:var(--radius);font-size:.82rem;font-weight:600;font-family:var(--font);cursor:pointer;padding:10px 20px;transition:background .15s,border-color .15s}.login-qr-regen:hover{background:var(--surface-2);border-color:var(--border-2)}.login-qr-success{flex-direction:column;align-items:center;gap:10px;display:flex}@media (width<=768px){.login-card{grid-template-columns:1fr;max-width:420px}.login-divider,.login-right{display:none}.login-left{padding:40px 28px}.login-logo{left:24px}}@media (width<=480px){.login-left{padding:36px 20px}.login-logo{top:20px;left:20px}}.hero{background:var(--surface);align-items:flex-end;width:100%;height:64vh;min-height:460px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;opacity:.55;width:100%;height:100%;position:absolute;inset:0}.hero-gradient{background:linear-gradient(90deg,#0a0a0a 0%,#0a0a0a99 40%,#0000 70%),linear-gradient(#0000 60%,#0a0a0a 100%);position:absolute;inset:0}.hero-content{z-index:1;max-width:660px;padding:0 48px 60px;position:relative}.hero-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--red);align-items:center;gap:6px;margin-bottom:16px;font-size:.72rem;font-weight:700;display:inline-flex}.hero-title{letter-spacing:-.04em;margin-bottom:16px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.05}.hero-meta{align-items:center;gap:16px;margin-bottom:20px;display:flex}.hero-meta-item{color:var(--text-2);align-items:center;gap:5px;font-size:.82rem;display:flex}.hero-description{color:var(--text-2);-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:520px;margin-bottom:32px;font-size:.9rem;line-height:1.65;display:-webkit-box;overflow:hidden}.hero-actions{align-items:center;gap:12px;display:flex}.hero-dots{z-index:2;align-items:center;gap:6px;display:flex;position:absolute;bottom:28px;right:48px}.hero-dot{cursor:pointer;background:#ffffff40;border:none;border-radius:1px;width:20px;height:2px;padding:0;transition:width .35s,background .35s}.hero-dot.active{background:#ffffffe6;width:32px}.hero-dot:hover{background:#ffffff8c}.hero-skeleton{flex-direction:column;gap:16px;animation:.3s skeleton-fade;display:flex}.hero-skeleton-badge{background:#ffffff14;border-radius:4px;width:72px;height:16px}.hero-skeleton-title{background:#ffffff1a;border-radius:2px;width:55%;height:clamp(2rem,5vw,3.5rem)}.hero-skeleton-meta{background:#ffffff12;border-radius:4px;width:30%;height:18px}.hero-skeleton-desc{background:#ffffff0f;border-radius:4px;width:75%;height:64px}.hero-skeleton-actions{background:#ffffff14;border-radius:6px;width:220px;height:44px}@keyframes skeleton-fade{0%{opacity:0}to{opacity:1}}.btn-primary{color:#000;border-radius:var(--radius);letter-spacing:.01em;background:#fff;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.88rem;font-weight:700;display:inline-flex}.btn-ghost{color:#fff;border-radius:var(--radius);letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.88rem;font-weight:600;display:inline-flex}.btn-red{background:var(--red);color:#fff;border-radius:var(--radius);letter-spacing:.01em;border:none;align-items:center;gap:8px;padding:12px 28px;font-size:.88rem;font-weight:700;display:inline-flex}.btn-outline{color:var(--text);border:1px solid var(--border-2);border-radius:var(--radius);background:0 0;align-items:center;gap:8px;padding:10px 20px;font-size:.82rem;font-weight:600;display:inline-flex}.btn-icon{color:var(--text-2);border:1px solid var(--border-2);border-radius:var(--radius);background:0 0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;display:inline-flex}.section-header{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.section-link{color:var(--text-3);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:500}.media-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.tv-mode .media-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:28px}.media-grid.wide{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.media-grid.recent-grid{grid-template-columns:repeat(8,1fr)}.media-card{background:var(--surface);cursor:pointer;backface-visibility:hidden;border-radius:4px;flex-direction:column;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s;display:flex;position:relative;overflow:hidden}.media-card:hover{transform:scale(1.04);box-shadow:0 16px 40px #0000008c}.media-card-poster{aspect-ratio:2/3;background:var(--surface-2);border-radius:inherit;flex-shrink:0;position:relative;overflow:hidden}.media-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.media-card:hover .media-card-poster img{transform:scale(1.06)}.media-card-poster-placeholder{width:100%;height:100%;color:var(--text-3);letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(135deg, var(--surface-2) 0%, var(--surface-3) 100%);justify-content:center;align-items:center;font-size:.75rem;display:flex}.media-card-progress{background:#ffffff1f;height:3px;position:absolute;bottom:0;left:0;right:0}.media-card-progress-fill{background:var(--red);height:100%}.media-card-body{flex:1;padding:10px 10px 12px}.media-card-title{letter-spacing:-.01em;color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.82rem;font-weight:600;line-height:1.3;overflow:hidden}.media-card-meta{justify-content:space-between;align-items:center;display:flex}.media-card-type{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.media-card-rating{color:var(--red);white-space:nowrap;align-items:center;gap:2px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.catalog-section{margin-bottom:64px}.section-header{margin-bottom:16px}.section-title{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.top5-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:35px;padding-left:10px;display:grid}.top5-card{cursor:pointer;min-width:0;position:relative}.top5-number{color:#0a0a0ad9;-webkit-text-stroke:2px #ffffff6b;text-stroke:2px #ffffff6b;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:0;font-family:Anton,sans-serif;font-size:5.5rem;font-weight:400;line-height:1;position:absolute;bottom:4px;left:6px}.top5-poster{aspect-ratio:2/3;background:var(--surface-2);border-radius:var(--radius);position:relative}.top5-poster-img{border-radius:var(--radius);position:absolute;inset:0;overflow:hidden}.top5-poster-img img{object-fit:cover;width:100%;height:100%}.top5-info{padding:10px 2px 0}.top5-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.top5-rating{color:var(--red);margin-top:3px;font-size:.7rem;font-weight:700}.carousel-wrapper{margin:0 -48px;padding:0 48px;position:relative}.carousel-button{background:var(--surface-2);border:1px solid var(--border-2);width:40px;height:40px;color:var(--text-2);z-index:100;cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,border-color .2s,color .2s,opacity .2s,transform .2s;display:flex;position:absolute;top:calc(50% - 14px);transform:translateY(-50%)}.carousel-button:hover{background:var(--surface-3);color:#fff;border-color:#ffffff2e;transform:translateY(-50%)scale(1.06)}.carousel-button svg{width:18px;height:18px}.carousel-wrapper:hover .carousel-button{opacity:1}.carousel-button.left{left:12px}.carousel-button.right{right:12px}.resume-row{scrollbar-width:none;scroll-behavior:smooth;gap:14px;padding:6px 8px 20px;display:flex;overflow-x:scroll}.resume-row::-webkit-scrollbar{display:none}.resume-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex:0 0 290px;transition:transform .25s,border-color .25s;position:relative;overflow:hidden}.resume-card:hover{border-color:var(--border-2);z-index:5;transform:translateY(-5px)}.resume-card-thumb{aspect-ratio:16/9;background:var(--surface-2);position:relative;overflow:hidden}.resume-card-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.resume-card:hover .resume-card-thumb img{transform:scale(1.05)}.resume-card-thumb-placeholder{width:100%;height:100%;color:var(--text-3);background:var(--surface-2);justify-content:center;align-items:center;font-size:.75rem;display:flex}.resume-card-overlay{background:linear-gradient(#0000 0%,#00000026 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:14px;display:flex;position:absolute;inset:0}.resume-card-play{opacity:0;transition:opacity .22s,transform .22s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.85)}.resume-card:hover .resume-card-play{opacity:1;transform:translate(-50%,-50%)scale(1)}.resume-play-icon{color:#111;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:background .2s,transform .2s;display:flex}.resume-card:hover .resume-play-icon{background:#fff;transform:scale(1.08)}.resume-card-info{z-index:1;position:relative}.resume-card-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin-bottom:4px;font-size:.88rem;font-weight:600;overflow:hidden}.resume-card-ep{color:var(--text-3);letter-spacing:.05em;text-transform:uppercase;font-size:.7rem;font-weight:500}.resume-progress{background:#ffffff14;height:3px;position:absolute;bottom:0;left:0;right:0}.resume-progress-fill{background:var(--red);height:100%}.resume-card-remove{z-index:10;border-radius:var(--radius-sm);border:1px solid var(--border-2);cursor:pointer;width:24px;height:24px;color:var(--text-3);-webkit-backdrop-filter:blur(8px);opacity:0;background:#0a0a0a8c;justify-content:center;align-items:center;transition:opacity .2s,background .15s,color .15s;display:flex;position:absolute;top:8px;right:8px}.resume-card:hover .resume-card-remove,.media-card:hover .resume-card-remove{opacity:1}.resume-card-remove:hover{background:var(--surface-3);color:var(--text);border-color:#ffffff2e}.page-header{margin-bottom:40px}.page-header h1{letter-spacing:-.04em;margin-bottom:8px;font-size:2rem;font-weight:800}.page-header p{color:var(--text-3);font-size:.88rem}.filter-bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:32px;display:flex}.filter-pill{background:var(--surface-2);border:1px solid var(--border);color:var(--text-2);cursor:pointer;font-size:.78rem;font-weight:500;font-family:var(--font);letter-spacing:.02em;border-radius:100px;padding:7px 16px}.filter-pill.active{color:#000;background:#fff;border-color:#fff;font-weight:600}.details-hero{background:var(--surface);align-items:flex-end;width:100%;min-height:55vh;display:flex;position:relative;overflow:hidden}.details-hero-bg{object-fit:cover;opacity:.45;width:100%;height:100%;position:absolute;inset:0}.details-hero-gradient{background:linear-gradient(to top, var(--bg) 0%, #0a0a0a99 40%, transparent 80%);position:absolute;inset:0}.details-hero-content{z-index:1;grid-template-columns:220px 1fr;align-items:flex-end;gap:40px;width:100%;max-width:1440px;margin:0 auto;padding:0 48px 48px;display:grid;position:relative}.details-back-button-wrapper{grid-column:1/-1;margin-bottom:4px}.details-back-button{color:var(--text-2);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:background var(--transition), color var(--transition);background:#ffffff14;align-items:center;gap:8px;padding:8px 16px;font-size:.82rem;font-weight:600;display:inline-flex}.details-back-button:hover{color:var(--text);background:#ffffff24}.details-poster{aspect-ratio:2/3;border-radius:var(--radius);background:var(--surface-2);flex-shrink:0;width:220px;overflow:hidden;box-shadow:0 24px 80px #000000b3}.details-poster img{object-fit:cover;width:100%;height:100%}.details-poster-placeholder{width:100%;height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:.75rem;display:flex}.details-info h1{letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.05}.details-tagline{color:var(--text-2);margin-bottom:18px;font-size:.88rem;font-style:italic}.details-badges{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:28px;display:flex}.badge{border-radius:var(--radius-sm);letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;font-size:.72rem;font-weight:700}.badge-red{background:var(--red-dim);color:var(--red);border:1px solid #e509144d}.badge-neutral{background:var(--surface-3);color:var(--text-2)}.badge-star{color:#ffc800;background:#ffc8001a;border:1px solid #ffc80033}.details-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.details-body{grid-template-columns:1fr 320px;align-items:flex-start;gap:56px;max-width:1440px;margin:0 auto;padding:48px 48px 80px;display:grid}.details-main{min-width:0}.synopsis-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:14px;font-size:.72rem;font-weight:700}.synopsis-text{color:var(--text-2);max-width:680px;font-size:.92rem;line-height:1.75}.divider{background:var(--border);height:1px;margin:40px 0}.seasons-label{letter-spacing:-.02em;margin-bottom:20px;font-size:1rem;font-weight:700}.season-group{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px;overflow:hidden}.season-summary{cursor:pointer;background:var(--surface);color:var(--text);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:16px 20px;font-size:.85rem;font-weight:600;list-style:none;display:flex}.season-summary::-webkit-details-marker{display:none}.season-summary:after{content:"›";color:var(--text-3);font-size:1.1rem}details[open] .season-summary:after{content:"⌄"}.episodes-list{background:var(--surface);border-top:1px solid var(--border)}.episode-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.episode-row:last-child{border-bottom:none}.episode-left{align-items:center;gap:16px;min-width:0;display:flex}.episode-num{color:var(--text-3);font-variant-numeric:tabular-nums;flex-shrink:0;width:24px;font-size:.78rem;font-weight:700}.episode-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.rating-widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:20px;padding:24px}.rating-widget-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:16px;font-size:.72rem;font-weight:700}.rating-score{letter-spacing:-.04em;color:var(--text);margin-bottom:6px;font-size:3rem;font-weight:800;line-height:1}.rating-count{color:var(--text-3);margin-bottom:20px;font-size:.78rem}.rating-count-clickable{cursor:pointer;transition:color var(--transition)}.rating-count-clickable:hover{color:var(--text-2)}.badge-clickable{cursor:pointer;transition:background var(--transition), color var(--transition)}.badge-clickable:hover{background:var(--surface-3);color:var(--text)}.rating-stars{gap:6px;display:flex}.rating-star{cursor:pointer;color:var(--surface-3);transition:color var(--transition);font-size:1.4rem}.rating-star.active{color:#ffc800}.player-shell{z-index:9999;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background:#000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.player-video{object-fit:contain;width:100%;height:100%}.player-ui{opacity:0;z-index:10;background:linear-gradient(#000000bf 0%,#0000 18% 65%,#000c 100%);flex-direction:column;justify-content:space-between;transition:opacity .25s;display:flex;position:absolute;inset:0}.player-shell.controls-visible .player-ui{opacity:1}.player-top{justify-content:space-between;align-items:center;padding:28px 36px 0;display:flex}.player-back{color:#fff;font-size:.88rem;font-weight:600;font-family:var(--font);letter-spacing:-.01em;background:0 0;border:none;align-items:center;gap:10px;display:inline-flex}.player-back-arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.player-title-block{text-align:center}.player-title{color:#fff;letter-spacing:-.01em;font-size:.9rem;font-weight:600}.player-subtitle{color:#ffffff80;margin-top:2px;font-size:.75rem}.player-spacer{width:120px}.player-bottom{flex-direction:column;gap:18px;padding:0 36px 32px;display:flex}.progress-track{cursor:pointer;background:#ffffff2e;border-radius:2px;width:100%;height:4px;position:relative}.progress-fill{pointer-events:none;background:#fff;border-radius:2px;height:100%;position:absolute;top:0;left:0}.progress-handle{pointer-events:none;background:#fff;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%)}.controls-row{justify-content:space-between;align-items:center;display:flex}.controls-left,.controls-right{align-items:center;gap:6px;display:flex}.ctrl-btn{color:#ffffffe6;border-radius:var(--radius);width:42px;height:42px;font-family:var(--font);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ctrl-btn svg{fill:currentColor;width:20px;height:20px}.ctrl-btn.play-btn{width:48px;height:48px}.ctrl-btn.play-btn svg{width:22px;height:22px}.time-label{color:#fff9;white-space:nowrap;letter-spacing:.02em;padding:0 8px;font-size:.8rem;font-weight:500}.settings-anchor{position:relative}.settings-panel{border:1px solid var(--border-2);-webkit-backdrop-filter:blur(20px);background:#101010f7;border-radius:10px;gap:32px;min-width:220px;padding:20px;display:flex;position:absolute;bottom:calc(100% + 14px);right:0;box-shadow:0 20px 60px #000000b3}.settings-col h4{letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);margin-bottom:12px;font-size:.65rem;font-weight:700}.settings-col ul{flex-direction:column;gap:2px;display:flex}.settings-col li{color:var(--text-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition), color var(--transition);padding:7px 10px;font-size:.82rem}.settings-col li.selected{color:#fff;background:var(--surface-3);font-weight:600}.center-play{pointer-events:none;opacity:0;animation:.6s forwards fadeOutPlay;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes fadeOutPlay{0%{opacity:.9;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.3)}}.center-play-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}@media (width<=768px) and (orientation:portrait){.player-video{object-fit:cover}.player-top{padding:max(env(safe-area-inset-top), 16px) 20px 0}.player-bottom{padding:0 20px max(env(safe-area-inset-bottom), 20px);gap:14px}.player-title-block,.player-spacer{display:none}.ctrl-btn{width:52px;height:52px}.ctrl-btn svg{width:24px;height:24px}.ctrl-btn.play-btn{width:56px;height:56px}.ctrl-btn.play-btn svg{width:26px;height:26px}.progress-track{height:6px}.progress-handle{width:18px;height:18px}.time-label{font-size:.72rem}.center-play-icon{width:96px;height:96px}.settings-panel{gap:20px;min-width:180px;padding:16px;bottom:calc(100% + 10px);right:8px}.player-back{font-size:0}.player-back-arrow{width:44px;height:44px;font-size:1.1rem}}@media (width>=1920px){.player-video{image-rendering:-webkit-optimize-contrast;will-change:transform}.player-top{padding:48px 64px 0}.player-bottom{gap:24px;padding:0 64px 48px}.ctrl-btn{width:64px;height:64px}.ctrl-btn svg{width:28px;height:28px}.ctrl-btn.play-btn{width:72px;height:72px}.ctrl-btn.play-btn svg{width:32px;height:32px}.progress-track{height:8px}.progress-handle{width:20px;height:20px}.time-label{font-size:.95rem}.player-title{font-size:1.1rem}.player-subtitle{font-size:.9rem}}.admin-layout{max-width:1200px;margin:0 auto;padding:60px 48px 80px}.admin-header{margin-bottom:48px}.admin-header h1{letter-spacing:-.04em;margin-bottom:6px;font-size:1.75rem;font-weight:800}.admin-header p{color:var(--text-3);font-size:.85rem}.card-block{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:16px;padding:28px 30px}.card-block h3{letter-spacing:-.01em;margin-bottom:20px;font-size:.9rem;font-weight:700}.form-row{flex-wrap:wrap;gap:12px;display:flex}.form-field{flex-direction:column;flex:1;gap:6px;min-width:180px;display:flex}.form-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);font-size:.72rem;font-weight:600}.input-field{background:var(--surface-3);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-family:var(--font);width:100%;transition:border-color var(--transition);outline:none;padding:10px 12px}.input-field::placeholder{color:var(--text-3)}.input-field:focus{border-color:var(--border-2)}select.input-field{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.table-header{border-bottom:1px solid var(--border);margin-bottom:4px;padding:10px 0;display:grid}.table-header-cell{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);font-size:.65rem;font-weight:700}.table-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 0;display:grid}.table-row:last-child{border-bottom:none}.table-cell{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.loading-screen{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-logo{border:3px solid #ffffff14;border-top-color:var(--red);border-radius:50%;width:48px;height:48px;animation:.9s linear infinite loadingSpin}@keyframes loadingSpin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.empty-state{text-align:center;padding:80px 20px}.empty-state p{color:var(--text-3);font-size:.88rem}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-muted{color:var(--text-3)}.tmdb-suggestions-container{width:100%;position:relative}.tmdb-suggestions-list{background:var(--surface-2);border:1px solid var(--border-2);border-radius:var(--radius-sm);z-index:1000;max-height:300px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:hidden auto;box-shadow:0 10px 30px #00000080}.tmdb-suggestion-item{cursor:pointer;transition:background var(--transition);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px;display:flex}.tmdb-suggestion-item:last-child{border-bottom:none}.tmdb-suggestion-item:hover{background:var(--surface-3)}.tmdb-suggestion-poster{object-fit:cover;background:var(--surface-3);border-radius:2px;flex-shrink:0;width:34px;height:50px}.tmdb-suggestion-info{flex:1;min-width:0}.tmdb-suggestion-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.82rem;font-weight:600;overflow:hidden}.tmdb-suggestion-year{color:var(--text-3);font-size:.7rem}.searching-indicator{color:var(--text-3);text-align:center;background:var(--surface-2);padding:10px;font-size:.75rem}.text-dim{color:var(--text-2)}.text-red{color:var(--red)}.nav-search-form{align-items:center;display:flex;position:relative}.nav-search-icon{color:#ffffff73;pointer-events:none;flex-shrink:0;position:absolute;left:10px}.nav-search-input{color:#fff;width:180px;font-family:var(--font);background:#0000004d;border:1px solid #ffffff2e;border-radius:20px;outline:none;padding:6px 12px 6px 32px;font-size:.82rem;transition:width .3s cubic-bezier(.4,0,.2,1),border-color .2s}.nav-search-input:focus{border-color:#ffffff52;width:280px}.nav-search-input::placeholder{color:#ffffff59}.nav-hamburger{border:1px solid var(--border-2);border-radius:var(--radius-sm);color:var(--text-2);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:none}.nav-mobile-menu{top:calc(var(--navbar-h) + env(safe-area-inset-top));height:calc(var(--vv-height,100dvh) - var(--navbar-h) - env(safe-area-inset-top));-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border);z-index:999;background:#0a0a0afa;flex-direction:column;gap:4px;padding:16px 20px 0;display:flex;position:fixed;left:0;right:0;overflow:hidden}.nav-mobile-body{flex-direction:column;flex:1;gap:4px;min-height:0;padding-bottom:24px;display:flex;overflow-y:auto}.nav-mobile-links{flex-direction:column;display:flex}.nav-mobile-links a{color:var(--text-2);border-bottom:1px solid var(--border);letter-spacing:.01em;transition:color var(--transition);padding:13px 8px;font-size:.95rem;font-weight:500}.nav-mobile-links a:last-child{border-bottom:none}.nav-mobile-links a.active{color:var(--text);font-weight:600}.nav-mobile-actions{flex-direction:column;gap:2px;margin-top:8px;display:flex}.nav-mobile-action{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text-2);font-size:.9rem;font-weight:500;font-family:var(--font);cursor:pointer;text-align:left;letter-spacing:.01em;background:0 0;align-items:center;gap:10px;padding:12px 8px;display:flex}.nav-mobile-action:last-child{border-bottom:none}.nav-mobile-search{border:1px solid var(--border-2);background:#ffffff0f;border-radius:20px;align-items:center;gap:10px;margin-top:16px;padding:0 14px;display:flex}.nav-mobile-menu>.nav-mobile-search:first-child{margin-top:0}.nav-mobile-search svg{color:#fff6;flex-shrink:0}.nav-mobile-search input{color:#fff;font-family:var(--font);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:.88rem}.nav-mobile-search input::placeholder{color:#ffffff59}.nav-mobile-logout{color:var(--red);border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;font-family:var(--font);cursor:pointer;width:100%;transition:background var(--transition), border-color var(--transition);background:#e5091414;border:1px solid #e509144d;align-items:center;gap:10px;margin-top:12px;padding:11px 16px;display:flex}.nav-mobile-logout:hover{background:#e5091429;border-color:#e5091480}@media (width<=1024px){.navbar{padding:0 32px}.page-content{padding:52px 32px}.hero-content{padding:0 32px 48px}.carousel-wrapper{margin:0 -32px;padding:0 32px}.details-hero-content{grid-template-columns:180px 1fr;gap:28px;padding:0 32px 40px}.details-poster{width:180px}.details-body{grid-template-columns:1fr 280px;gap:40px;padding:40px 32px 72px}.top5-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.media-grid.recent-grid{grid-template-columns:repeat(4,1fr)}.admin-layout{padding:48px 32px 72px}}@media (width<=768px){.navbar{padding:0 20px}.nav-links,.nav-user,.nav-avatar,.nav-search-form{display:none}.nav-left{gap:0}.nav-hamburger{display:flex}.page-content{padding:32px 20px}.hero{height:56vh;min-height:340px}.hero-content{max-width:100%;padding:0 20px 36px}.hero-dots{bottom:20px;right:20px}.hero-description{-webkit-line-clamp:2}.carousel-wrapper{margin:0 -20px;padding:0 20px}.top5-grid{grid-template-columns:1fr;gap:16px;padding-left:0}.top5-number{font-size:4.5rem}.resume-card{flex:0 0 220px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.media-grid.recent-grid{grid-template-columns:repeat(2,1fr)}.details-hero-content{grid-template-columns:1fr;padding:0 20px 28px}.details-poster{display:none}.details-badges{gap:8px}.details-body{grid-template-columns:1fr;gap:28px;padding:28px 20px 56px}.admin-layout{padding:36px 20px 56px}.card-block{padding:20px 16px;overflow-x:auto}.table-header,.table-row{min-width:580px}.auth-box{padding:40px 28px}.auth-header{padding:24px 20px}.page-header h1{font-size:1.6rem}.filter-bar{gap:8px}}@media (width<=480px){.navbar{padding:0 16px}.page-content{padding:24px 16px}.hero-content{padding:0 16px 28px}.hero-description{display:none}.hero-actions{gap:10px}.carousel-wrapper{margin:0 -16px;padding:0 16px}.top5-grid{grid-template-columns:1fr;gap:16px}.top5-number{font-size:4.5rem}.resume-card{flex:0 0 190px}.media-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px}.media-grid.recent-grid{grid-template-columns:repeat(2,1fr)}.media-grid.wide{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.details-hero-content{padding:0 16px 24px}.details-body{padding:24px 16px 48px}.admin-layout{padding:28px 16px 48px}.auth-box{padding:32px 20px}.auth-container{padding:80px 16px 32px}.card-block{padding:16px 12px}}.trailer-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.trailer-modal{background:#000;width:100vw;height:100vh;position:relative;overflow:hidden}.trailer-modal iframe{border:none;width:100%;height:100%}.trailer-close{z-index:10;color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:10px;right:12px}.trailer-close:hover{background:#ffffff26}.trailer-modal iframe{pointer-events:none;border:none;width:100%;height:calc(100% + 124px);position:absolute;top:-62px;left:0}.trailer-blocker{z-index:2;cursor:default;position:absolute;inset:0}.trailer-close{z-index:3}.votes-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.votes-modal{background:var(--surface);border:1px solid var(--border-2);border-radius:12px;flex-direction:column;width:100%;max-width:420px;max-height:min(70vh,560px);display:flex;overflow:hidden;box-shadow:0 24px 64px #0009}.votes-modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px 14px;display:flex}.votes-modal-title{color:var(--text);letter-spacing:.02em;font-size:.95rem;font-weight:700}.votes-modal-subtitle{color:var(--text-3);margin-top:3px;font-size:.72rem}.votes-loading,.votes-empty{text-align:center;color:var(--text-3);padding:48px 20px;font-size:.85rem}.votes-list{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent;margin:0;padding:6px 0;list-style:none;overflow-y:auto}.votes-item{transition:background var(--transition);align-items:center;gap:12px;padding:9px 20px;display:flex}.votes-item:hover{background:var(--surface-2)}.votes-avatar{background:var(--surface-2);border:1px solid var(--border-2);object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:32px}.votes-username{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.85rem;font-weight:500;overflow:hidden}.votes-stars{flex-shrink:0;gap:1px;display:flex}.votes-star{color:var(--surface-3);font-size:.8rem;line-height:1}.votes-star.active{color:#ffc800}.votes-value{color:var(--text-3);font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:22px;font-size:.75rem}@media (width<=480px){.votes-modal{border-radius:10px;max-height:80vh}.votes-modal-header{padding:14px 16px 12px}.votes-item{padding:9px 16px}}.cast-row{scrollbar-width:none;gap:14px;padding-bottom:8px;display:flex;overflow-x:auto}.cast-row::-webkit-scrollbar{display:none}.cast-card{cursor:pointer;text-align:center;flex-direction:column;flex:0 0 130px;gap:6px;display:flex}.cast-photo{background:var(--surface-2);border-radius:2px;justify-content:center;align-items:center;width:130px;height:160px;display:flex;overflow:hidden}.cast-photo img{object-fit:cover;width:100%;height:100%}.cast-photo-placeholder{color:var(--text-3)}.cast-name{color:var(--text);font-size:.82rem;font-weight:700;line-height:1.2}.cast-role{color:var(--text-3);font-size:.72rem;line-height:1.2}.remote-page{background:var(--bg);justify-content:center;align-items:flex-start;min-height:calc(100vh - 64px);padding:32px 16px 64px;display:flex}.remote-card{background:var(--surface);border:1px solid var(--border-2);border-radius:14px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 8px 32px #00000080}.remote-card-hd{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.remote-card-title{color:var(--text);font-size:.88rem;font-weight:700}.remote-status{letter-spacing:.03em;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3);border-radius:20px;padding:3px 9px;font-size:.67rem;font-weight:600}.remote-status.connected{color:#4ade80;background:#4ade800f;border-color:#4ade8033}.remote-empty{text-align:center;color:var(--text-3);flex-direction:column;align-items:center;gap:12px;padding:60px 24px;display:flex}.remote-empty p{color:var(--text-2);margin:0;font-size:.92rem;font-weight:600}.remote-empty span{font-size:.78rem}.remote-screen-picker{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;padding:12px 16px;display:flex}.remote-screen-btn{border:1px solid var(--border-2);background:var(--surface-2);color:var(--text-2);font-size:.78rem;font-family:var(--font);cursor:pointer;border-radius:20px;padding:5px 12px;transition:all .15s}.remote-screen-btn.active{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}.remote-now-playing{border-bottom:1px solid var(--border);flex-direction:column;gap:10px;padding:16px;display:flex}.remote-title{color:var(--text);text-align:center;margin:0;font-size:.88rem;font-weight:600;line-height:1.4}.remote-title.muted{color:var(--text-3);font-style:italic;font-weight:400}.remote-scrubber-wrap{padding:2px 0}.remote-scrubber{cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none;padding:16px 0;position:relative}.remote-scrubber-track{background:#ffffff1a;border-radius:99px;height:4px;transition:height .2s;position:relative}.remote-scrubber.dragging .remote-scrubber-track,.remote-scrubber:active .remote-scrubber-track{height:6px}.remote-scrubber-fill{background:var(--red);border-radius:99px;height:100%;transition:width 1s linear;position:absolute;top:0;left:0}.remote-scrubber.dragging .remote-scrubber-fill{transition:none}.remote-scrubber-thumb{pointer-events:none;background:#fff;border:2px solid #ffffffe6;border-radius:50%;width:14px;height:14px;transition:width .15s,height .15s,box-shadow .15s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0006}.remote-scrubber:active .remote-scrubber-thumb,.remote-scrubber.dragging .remote-scrubber-thumb{width:20px;height:20px;box-shadow:0 2px 10px #00000080}.remote-scrubber--vol .remote-scrubber-track{height:5px}.remote-scrubber--vol.dragging .remote-scrubber-track,.remote-scrubber--vol:active .remote-scrubber-track{height:7px}.remote-scrubber--vol .remote-scrubber-fill{transition:none}.remote-scrubber--vol .remote-scrubber-thumb{width:17px;height:17px}.remote-scrubber--vol:active .remote-scrubber-thumb,.remote-scrubber--vol.dragging .remote-scrubber-thumb{width:22px;height:22px}.remote-times{color:var(--text-3);justify-content:space-between;margin-top:-8px;font-size:.67rem;display:flex}.remote-controls{border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:16px;padding:20px 16px;display:flex}.remote-btn{cursor:pointer;font-family:var(--font);border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .1s,background .15s;display:flex}.remote-btn:active{transform:scale(.9)}.remote-btn.play{background:var(--red);color:#fff;border:none;border-radius:50%;width:58px;height:58px}.remote-btn.play:hover{background:#c8000f}.remote-btn.skip{background:var(--surface-2);border:1px solid var(--border-2);width:50px;height:50px;color:var(--text-2);border-radius:50%;flex-direction:column;gap:3px}.remote-btn.skip:hover{background:var(--surface-3);color:var(--text)}.remote-btn.skip span{letter-spacing:.03em;font-size:.52rem;font-weight:700;line-height:1}.remote-section{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding:14px 16px;display:flex}.remote-section-hd{justify-content:space-between;align-items:center;display:flex}.remote-section-label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-3);align-items:center;gap:7px;font-size:.62rem;font-weight:700;display:flex}.remote-mute-btn{border:1px solid var(--border-2);background:var(--surface-2);color:var(--text-3);font-size:.68rem;font-weight:600;font-family:var(--font);cursor:pointer;border-radius:20px;padding:3px 10px;transition:all .15s}.remote-mute-btn:hover{background:var(--surface-3);color:var(--text-2)}.remote-option-row{flex-wrap:wrap;gap:6px;display:flex}.remote-option-btn{border:1px solid var(--border-2);background:var(--surface-2);color:var(--text-2);font-size:.78rem;font-family:var(--font);cursor:pointer;border-radius:8px;padding:6px 12px;transition:all .15s}.remote-option-btn:hover{background:var(--surface-3);color:var(--text)}.remote-option-btn.active{color:var(--red);background:#e5091414;border-color:#e5091447;font-weight:600}.btn-cast{width:36px;height:36px;color:var(--text-2);cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.btn-cast:hover{color:#fff;background:#ffffff14}.cast-dropdown{z-index:100;-webkit-backdrop-filter:blur(20px);background:#121212f7;border:1px solid #ffffff1a;border-radius:10px;min-width:160px;padding:6px;position:absolute;top:calc(100% + 8px);left:0}.cast-dropdown-item{text-align:left;width:100%;color:var(--text-2);font-size:.82rem;font-family:var(--font);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;display:block}.cast-dropdown-item:hover{color:#fff;background:#ffffff14}.dl-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.dl-modal-card{background:var(--surface-2);border:1px solid var(--border-2);border-radius:16px 16px 0 0;width:100%;max-width:460px;padding:28px 24px 36px;position:relative}@media (width>=541px){.dl-modal-overlay{align-items:center}.dl-modal-card{border-radius:12px}}.pwa-backdrop{display:none}.pwa-banner{z-index:9100;background:var(--surface-2);border:1px solid var(--border-2);position:fixed;box-shadow:0 24px 60px #000000b3}.pwa-close{color:var(--text-3);cursor:pointer;width:24px;height:24px;transition:color var(--transition), background var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute;top:14px;right:14px}.pwa-close:hover{color:var(--text);background:var(--surface-3)}.pwa-icon{background:var(--red-dim);width:44px;height:44px;color:var(--red);border:1px solid #e5091440;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.pwa-banner-body{align-items:flex-start;gap:14px;display:flex}.pwa-banner-title{color:var(--text);letter-spacing:-.01em;margin-bottom:4px;font-size:.92rem;font-weight:700}.pwa-banner-desc{color:var(--text-3);font-size:.78rem;line-height:1.5}.pwa-banner-actions{gap:8px;display:flex}.pwa-btn-install{background:var(--red);color:#fff;border-radius:var(--radius);font-size:.82rem;font-weight:700;font-family:var(--font);cursor:pointer;transition:opacity var(--transition);border:none;flex:1;padding:10px 16px}.pwa-btn-install:disabled{opacity:.6}.pwa-btn-dismiss{color:var(--text-3);border:1px solid var(--border);border-radius:var(--radius);font-size:.82rem;font-weight:500;font-family:var(--font);cursor:pointer;transition:color var(--transition), border-color var(--transition);background:0 0;padding:10px 14px}.pwa-btn-dismiss:hover{color:var(--text-2);border-color:var(--border-2)}@media (width<=640px){.pwa-backdrop{z-index:9099;background:#00000080;display:block;position:fixed;inset:0}.pwa-banner{border-bottom:none;border-left:none;border-right:none;border-radius:16px 16px 0 0;flex-direction:column;gap:20px;padding:24px 20px 32px;display:flex;bottom:0;left:0;right:0}}@media (width>=641px){.pwa-banner{border-radius:12px;flex-direction:column;gap:18px;width:340px;padding:22px 20px 20px;display:flex;bottom:28px;right:28px}}.tv-mode,.tv-mode *{cursor:none!important}.tv-mode [data-focusable]:focus{outline:none}.tv-mode [data-focusable]:focus-visible,.tv-mode [data-focusable]:focus{border-radius:inherit;z-index:1;position:relative;outline:3px solid var(--red)!important;outline-offset:3px!important;box-shadow:0 0 0 7px #e5091438!important}.tv-mode .media-card[data-focusable]:focus,.tv-mode .media-card[data-focusable]:focus-visible{transition:transform .15s,box-shadow .15s;transform:scale(1.07);box-shadow:0 0 0 3px var(--red), 0 12px 40px #e5091459!important;outline:none!important}.tv-mode .resume-card[data-focusable]:focus,.tv-mode .resume-card[data-focusable]:focus-visible{transition:transform .15s,box-shadow .15s;transform:scale(1.04);box-shadow:0 0 0 3px var(--red), 0 10px 30px #e509144d!important;outline:none!important}.tv-mode .top5-card[data-focusable]:focus,.tv-mode .top5-card[data-focusable]:focus-visible{transition:box-shadow .15s;box-shadow:0 0 0 3px var(--red), 0 10px 30px #e509144d!important;outline:none!important}.tv-mode .nav-links a[data-focusable]:focus,.tv-mode .nav-links a[data-focusable]:focus-visible{background:#e5091424;border-radius:6px;color:var(--text)!important;box-shadow:none!important;outline:none!important}.tv-mode button[data-focusable]:focus,.tv-mode button[data-focusable]:focus-visible{outline:3px solid var(--red)!important;outline-offset:3px!important;box-shadow:0 0 0 6px #e5091433!important}.tv-mode .carousel-button{display:none!important}.tv-mode .media-card{min-width:240px!important;max-width:240px!important}.tv-mode .media-grid .media-card{min-width:auto!important;max-width:none!important}.tv-mode .media-card-title{font-size:.95rem}.tv-mode .media-card-body{padding:14px 12px 16px}.tv-mode .filter-bar{gap:16px;margin-bottom:40px}.tv-mode .filter-pill{padding:12px 24px;font-size:.95rem}.tv-mode .page-header h1{font-size:2.4rem}.tv-mode .page-header p{font-size:1rem}.tv-mode .section-title{font-size:1.3rem}.tv-mode-badge{z-index:9998;color:#fff;letter-spacing:.08em;pointer-events:none;opacity:.85;background:#e50914e6;border-radius:20px;padding:5px 10px;font-size:.72rem;font-weight:700;display:none;position:fixed;bottom:18px;left:18px}.tv-mode .tv-mode-badge{display:block}.tv-mode .resume-card:hover{border-color:var(--border);z-index:auto;transform:none}.tv-mode .resume-card:hover .resume-card-thumb img{transform:none}.tv-mode .resume-card:hover .resume-card-play,.tv-mode .resume-card:hover .resume-play-icon,.tv-mode .resume-card:hover .resume-card-remove{opacity:0}.tv-mode #player-shell button[data-focusable]:focus,.tv-mode #player-shell button[data-focusable]:focus-visible,.tv-mode #player-shell div[data-focusable]:focus,.tv-mode #player-shell div[data-focusable]:focus-visible{border-radius:inherit;outline:3px solid var(--red)!important;outline-offset:4px!important;box-shadow:0 0 0 8px #e5091440!important}.tv-mode #player-progress[data-focusable=seekbar]:focus,.tv-mode #player-progress[data-focusable=seekbar]:focus-visible{outline:3px solid var(--red)!important;outline-offset:6px!important;box-shadow:0 0 0 10px #e5091433!important}.tv-mode .episode-browser-list div[data-focusable]:focus,.tv-mode .episode-browser-list div[data-focusable]:focus-visible{outline:2px solid var(--red)!important;outline-offset:-2px!important;background:#ffffff14!important}.tv-mode #player-settings-panel button[data-focusable]:focus,.tv-mode #player-settings-panel button[data-focusable]:focus-visible{outline:2px solid var(--red)!important;outline-offset:2px!important;background:#ffffff26!important}.tv-mode .cast-card[data-focusable]:focus,.tv-mode .cast-card[data-focusable]:focus-visible{transition:transform .15s,box-shadow .15s;transform:scale(1.06);box-shadow:0 0 0 3px var(--red), 0 8px 24px #e509144d!important;outline:none!important}.tv-mode .episode-row[data-focusable]:focus,.tv-mode .episode-row[data-focusable]:focus-visible{outline:2px solid var(--red)!important;outline-offset:-2px!important;background:#ffffff0f!important}.tv-mode .season-summary[data-focusable]:focus,.tv-mode .season-summary[data-focusable]:focus-visible{color:var(--text)!important;outline:2px solid var(--red)!important;outline-offset:2px!important}.tv-mode div[style*=backdropFilter] button[data-focusable]:focus,.tv-mode div[style*=backdropFilter] button[data-focusable]:focus-visible,.tv-mode .navbar button[data-focusable]:focus,.tv-mode .navbar div[data-focusable]:focus,.tv-mode .navbar a[data-focusable]:focus{outline:2px solid var(--red)!important;outline-offset:2px!important}.tv-mode #player-shell .ctrl-btn,.tv-mode #player-shell button{min-width:44px;min-height:44px}.tv-mode #player-progress{height:8px!important}@media (width<=896px) and (orientation:landscape){.hero{height:100vh;min-height:auto}.hero-description{display:none}.hero-content{padding-bottom:20px}.navbar{padding:8px 20px}}.resume-row,.cast-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.resume-row .resume-card,.resume-row .media-card,.cast-row .cast-card{scroll-snap-align:start}.navbar{padding-top:env(safe-area-inset-top);height:calc(var(--navbar-h) + env(safe-area-inset-top))}.page-content{padding-top:calc(60px + env(safe-area-inset-top))}@media (width<=1024px){.page-content{padding-top:calc(52px + env(safe-area-inset-top))}}@media (width<=768px){.page-content{padding-top:calc(32px + env(safe-area-inset-top))}}@media (width<=480px){.page-content{padding-top:calc(24px + env(safe-area-inset-top))}}:fullscreen{background-color:#000!important}:-webkit-any(#player-shell:-webkit-full-screen,#player-shell:fullscreen){width:100vw!important;height:100vh!important}:is(#player-shell:fullscreen,#player-shell:fullscreen){width:100vw!important;height:100vh!important}.dl-layout{max-width:1440px;margin:0 auto;padding:48px}.dl-header{margin-bottom:40px}.dl-header h1{letter-spacing:-.04em;margin-bottom:6px;font-size:2rem;font-weight:800}.dl-header p,.dl-loading{color:var(--text-3);font-size:.88rem}.dl-empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.dl-empty svg{color:var(--text-3);opacity:.35;margin-bottom:20px}.dl-empty-title{color:var(--text-2);margin-bottom:8px;font-size:1rem;font-weight:700}.dl-empty-desc{color:var(--text-3);max-width:320px;font-size:.85rem;line-height:1.6}.dl-section{margin-bottom:48px}.dl-section-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.dl-section-header h2{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin:0;font-size:.72rem;font-weight:700}.dl-section-count{color:var(--text-3);background:var(--surface-3);border-radius:999px;padding:2px 8px;font-size:.7rem}.dl-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;display:grid}.dl-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.dl-card:hover{border-color:var(--border-2);z-index:2;transform:translateY(-4px);box-shadow:0 12px 32px #00000073}.dl-card-poster{aspect-ratio:2/3;background:var(--surface-2);position:relative;overflow:hidden}.dl-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.dl-card:hover .dl-card-poster img{transform:scale(1.05)}.dl-poster-placeholder{width:100%;height:100%;color:var(--text-3);text-transform:uppercase;background:linear-gradient(135deg, var(--surface-2) 0%, var(--surface-3) 100%);justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.dl-card-body{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex}.dl-card-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.2em;font-size:.82rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.dl-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.dl-card-footer{color:var(--text-3);align-items:center;gap:6px;margin-top:auto;font-size:.72rem;display:flex}.dl-dot{opacity:.5}.dl-card-actions{z-index:3;opacity:0;transition:opacity .2s;position:absolute;top:8px;right:8px}.dl-card:hover .dl-card-actions{opacity:1}.dl-btn-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-2);cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#0a0a0aa6;border:1px solid #ffffff1f;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.dl-btn-play{color:#ffffffe6}.dl-btn-play:hover{color:#fff;background:#0a0a0acc;border-color:#ffffff59}.dl-btn-play-sm{background:var(--red);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:5px;padding:6px 12px;font-size:.75rem;font-weight:700;transition:background .15s;display:inline-flex}.dl-btn-play-sm:hover{background:#c8000f}.dl-delete-confirm{border:1px solid var(--border-2);border-radius:var(--radius);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0ae6;align-items:center;gap:6px;padding:4px 8px;display:flex}.dl-delete-confirm span{color:var(--text-3);white-space:nowrap;font-size:.72rem}.dl-btn-dl{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:5px 10px;font-size:.72rem;font-weight:700}.dl-btn-yes{background:var(--red);color:#fff}.dl-btn-no{color:var(--text-2);border:1px solid var(--border-2);background:0 0}.dl-series-list{flex-direction:column;gap:12px;display:flex}.dl-series-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s;overflow:hidden}.dl-series-card:hover{border-color:var(--border-2)}.dl-series-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:16px;width:100%;padding:14px 18px;display:flex}.dl-series-poster{border-radius:var(--radius-sm);background:var(--surface-2);flex-shrink:0;width:52px;height:76px;overflow:hidden}.dl-series-poster img{object-fit:cover;width:100%;height:100%}.dl-series-info{flex:1;min-width:0}.dl-series-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:700;overflow:hidden}.dl-series-meta{color:var(--text-3);flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:.78rem;display:flex}.dl-series-chevron{color:var(--text-3);flex-shrink:0}.dl-series-episodes{border-top:1px solid var(--border)}.dl-season-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);background:var(--surface-2);padding:10px 18px 6px;font-size:.7rem;font-weight:700}.dl-episode-row{background:var(--surface);align-items:center;gap:14px;padding:12px 18px;transition:background .12s;display:flex}.dl-episode-row:hover{background:#ffffff05}.dl-ep-num{color:var(--text-3);font-variant-numeric:tabular-nums;flex-shrink:0;width:28px;font-size:.78rem;font-weight:700}.dl-ep-info{flex:1;min-width:0}.dl-ep-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:500;overflow:hidden}.dl-ep-meta{color:var(--text-3);flex-wrap:wrap;align-items:center;gap:5px;margin-top:4px;font-size:.7rem;display:flex}.dl-ep-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}@media (width<=1024px){.dl-layout{padding:40px 32px}.dl-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}}@media (width<=768px){.dl-layout{padding:32px 20px}.dl-header h1{font-size:1.6rem}.dl-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.dl-card-actions{opacity:1}.dl-btn-icon{width:40px;height:40px}.dl-series-header{gap:12px;padding:12px 14px}.dl-series-poster{width:44px;height:64px}.dl-series-title{font-size:.88rem}.dl-episode-row{cursor:pointer;gap:10px;padding:14px}.dl-ep-num{width:24px;font-size:.75rem}.dl-ep-title{font-size:.8rem}.dl-btn-play-desktop{display:none}}@media (width<=480px){.dl-layout{padding:24px 16px}.dl-grid{grid-template-columns:repeat(2,1fr);gap:10px}.dl-card-body{padding:10px}.dl-card-title{font-size:.78rem}.dl-series-header{padding:10px 12px}.dl-episode-row{padding:14px 12px}.dl-ep-actions{gap:6px}.dl-btn-icon{width:44px;height:44px}.dl-btn-play-sm{min-height:40px;padding:8px 14px;font-size:.78rem}}.cast-page{background:var(--bg);justify-content:center;min-height:calc(100vh - 64px);padding:16px;display:flex}.cast-page-inner{flex-direction:column;gap:16px;width:100%;max-width:680px;display:flex}.cast-header{justify-content:space-between;align-items:center;padding:4px 4px 8px;display:flex}.cast-header-title{align-items:center;gap:10px;display:flex}.cast-header-title h1{color:var(--text);margin:0;font-size:1.15rem;font-weight:700}.cast-status{letter-spacing:.03em;background:var(--surface-2);border:1px solid var(--border);color:var(--text-3);border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:600}.cast-status.connected{color:#4ade80;background:#4ade800f;border-color:#4ade8033}.cast-screen-picker{background:var(--surface);border:1px solid var(--border-2);border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.cast-screen-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-3);font-size:.65rem;font-weight:700}.cast-screen-chips{flex-wrap:wrap;gap:8px;display:flex}.cast-screen-chip{border:1px solid var(--border-2);background:var(--surface-2);color:var(--text-2);font-size:.82rem;font-family:var(--font);cursor:pointer;border-radius:20px;padding:8px 14px;font-weight:500;transition:all .15s}.cast-screen-chip.active{background:var(--red);border-color:var(--red);color:#fff;font-weight:600}.cast-empty-screens,.cast-empty-history{text-align:center;color:var(--text-3);background:var(--surface);border:1px solid var(--border-2);border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;display:flex}.cast-empty-screens p,.cast-empty-history p{color:var(--text-2);margin:0;font-size:.95rem;font-weight:600}.cast-empty-screens span,.cast-empty-history span{font-size:.78rem}.cast-history,.cast-skeleton-list{flex-direction:column;gap:12px;display:flex}.cast-skeleton-card{background:var(--surface);border:1px solid var(--border-2);border-radius:14px;height:140px;animation:1.6s ease-in-out infinite castSkeletonPulse}@keyframes castSkeletonPulse{0%,to{opacity:1}50%{opacity:.45}}.cast-card{background:var(--surface);border:1px solid var(--border-2);border-radius:14px;flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.cast-card:active{border-color:var(--border)}.cast-card-thumb{aspect-ratio:16/9;background:var(--surface-2);width:100%;position:relative;overflow:hidden}.cast-card-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cast-card-thumb-placeholder{width:100%;height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:.8rem;display:flex}.cast-card-progress{background:#ffffff14;height:4px;position:absolute;bottom:0;left:0;right:0}.cast-card-progress-fill{background:var(--red);height:100%;transition:width .3s}.cast-card-body{flex-direction:column;gap:14px;padding:14px 16px 16px;display:flex}.cast-card-info{flex-direction:column;gap:4px;display:flex}.cast-card-title{color:var(--text);margin:0;font-size:1rem;font-weight:700;line-height:1.3}.cast-card-episode{color:var(--text-2);font-size:.8rem;font-weight:500}.cast-card-meta{align-items:center;gap:10px;margin-top:2px;display:flex}.cast-card-type{letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);background:var(--surface-2);border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:600}.cast-card-remaining{color:var(--text-3);font-size:.75rem;font-weight:500}.cast-card-actions{gap:10px;display:flex}.cast-btn{font-size:.88rem;font-weight:600;font-family:var(--font);cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 14px;transition:transform .1s,background .15s;display:inline-flex}.cast-btn:active{transform:scale(.97)}.cast-btn-primary{background:var(--red);color:#fff}.cast-btn-primary:hover{background:#c8000f}.cast-btn-secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border-2)}.cast-btn-secondary:hover{background:var(--surface-3)}@media (width<=768px){.remote-page{align-items:stretch;padding:12px 12px 40px}.remote-card{border-radius:16px;max-width:100%}.remote-controls{gap:20px;padding:24px 16px}.remote-btn.play{width:68px;height:68px}.remote-btn.skip{width:56px;height:56px}.remote-scrubber{padding:20px 0}.remote-scrubber-track{height:6px}.remote-scrubber-thumb{width:18px;height:18px}.remote-section{gap:12px;padding:16px}.remote-option-btn{padding:8px 14px;font-size:.82rem}}@media (width<=480px){.cast-page{padding:12px}.cast-header-title h1{font-size:1.05rem}.cast-card-actions{flex-direction:column}.cast-btn{width:100%;min-height:52px;font-size:.92rem}.remote-page{padding:8px 8px 32px}.remote-card{border-radius:14px}}.cast-sheet-overlay{-webkit-backdrop-filter:blur(4px);z-index:3000;background:#000000a6;justify-content:center;align-items:flex-end;animation:.2s castSheetFadeIn;display:flex;position:fixed;inset:0}@keyframes castSheetFadeIn{0%{opacity:0}to{opacity:1}}.cast-sheet{background:var(--surface);border:1px solid var(--border-2);border-radius:20px 20px 0 0;width:100%;max-width:520px;padding:16px 20px 32px;animation:.25s castSheetSlideUp}@keyframes castSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cast-sheet-handle{background:var(--border-2);border-radius:99px;width:36px;height:4px;margin:0 auto 16px}.cast-sheet-title{color:var(--text);text-align:center;padding:0 12px;font-size:1.05rem;font-weight:700;line-height:1.3}.cast-sheet-subtitle{color:var(--text-3);text-align:center;margin-top:4px;margin-bottom:4px;font-size:.8rem}.cast-sheet-actions{flex-direction:column;gap:10px;margin-top:18px;display:flex}.cast-sheet-btn{width:100%;font-size:.95rem;font-weight:600;font-family:var(--font);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:14px 16px;transition:transform .1s,background .15s;display:inline-flex}.cast-sheet-btn:active{transform:scale(.98)}.cast-sheet-btn.primary{background:var(--red);color:#fff}.cast-sheet-btn.primary:hover{background:#c8000f}.cast-sheet-btn.secondary{background:var(--surface-2);color:var(--text);border:1px solid var(--border-2)}.cast-sheet-btn.secondary:hover{background:var(--surface-3)}@media (width>=541px){.cast-sheet-overlay{align-items:center;padding:20px}.cast-sheet{border-radius:20px;padding:20px 24px 28px}.cast-sheet-handle{display:none}}.status-pill{letter-spacing:.08em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.status-pill.online{color:#86efac;background:#4ade801a;border-color:#4ade8033}.status-pill.offline{color:#fda4af;background:#f871711a;border-color:#f8717133}.status-stat-grid{grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:40px;display:grid}@media (width<=700px){.status-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=400px){.status-stat-grid{grid-template-columns:1fr 1fr}}.status-loading,.status-empty{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);color:var(--text-2);text-align:center;padding:40px}
