:root{--bg-main: #0a0c10;--bg-surface: #121620;--bg-surface-elevated: #1a202c;--bg-card: rgba(22, 27, 39, .75);--bg-glass: rgba(18, 22, 32, .65);--bg-glass-modal: rgba(15, 18, 27, .85);--border-subtle: rgba(255, 255, 255, .08);--border-glow: rgba(229, 9, 20, .35);--border-glass: rgba(255, 255, 255, .12);--accent-primary: #e50914;--accent-primary-hover: #f40612;--accent-glow: rgba(229, 9, 20, .4);--accent-anime: #8b5cf6;--accent-anime-glow: rgba(139, 92, 246, .35);--accent-movie: #06b6d4;--accent-tv: #f59e0b;--accent-watched: #10b981;--accent-watching: #3b82f6;--accent-plan: #f59e0b;--accent-dropped: #6b7280;--font-heading: "Outfit", sans-serif;--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-main: #f8fafc;--text-muted: #94a3b8;--text-faint: #64748b;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .45);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .6);--shadow-card: 0 10px 30px -10px rgba(0, 0, 0, .7);--shadow-glow: 0 0 20px rgba(229, 9, 20, .25);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 22px;--radius-full: 9999px;--transition-fast: .18s cubic-bezier(.4, 0, .2, 1);--transition-normal: .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-body);line-height:1.6;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--bg-surface-elevated);border-radius:4px;border:1px solid var(--border-subtle)}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-main);letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;transition:all var(--transition-fast)}input,textarea,select{font-family:inherit;color:var(--text-main)}.app-container{max-width:1240px;margin:0 auto;padding:0 2rem 4rem;min-height:100vh;display:flex;flex-direction:column}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #e5091433}50%{box-shadow:0 0 28px #e5091473}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade{animation:fadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.spinner{animation:spin .8s linear infinite}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;border-bottom:1px solid var(--border-subtle);margin-bottom:1.5rem;gap:1.5rem;width:100%;box-sizing:border-box}.navbar.detail-nav-transparent{border-bottom:none;margin-bottom:1rem;padding:.5rem 0 1rem}.trending-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;flex-wrap:wrap;gap:.75rem}.trending-title-cluster{display:flex;align-items:baseline;gap:.55rem;white-space:nowrap;flex-wrap:nowrap}.trending-fire-icon{flex-shrink:0;align-self:center;filter:drop-shadow(0 0 6px rgba(251,191,36,.5))}.trending-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;white-space:nowrap}.trending-source-tag{font-size:.72rem;font-weight:600;color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.trending-actions-cluster{display:flex;align-items:center;gap:.5rem}.talk-of-the-town-section{position:relative}.regional-megaphone-icon{flex-shrink:0;align-self:center;color:#ff4d4f;filter:drop-shadow(0 0 6px rgba(255,77,79,.4));transition:transform .25s cubic-bezier(.34,1.56,.64,1)}.talk-of-the-town-section:hover .regional-megaphone-icon{transform:rotate(-8deg) scale(1.08)}.regional-tag-pill{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;color:#ff7875;background:#ef44441f;border:1px solid rgba(239,68,68,.28);border-radius:9999px;padding:.15rem .6rem;letter-spacing:.04em;white-space:nowrap}.talk-of-town-card .media-card-poster-wrap:before{content:"";position:absolute;bottom:0;left:0;right:0;height:65px;background:linear-gradient(to top,rgba(8,11,18,.92) 0%,rgba(8,11,18,.5) 50%,transparent 100%);pointer-events:none;z-index:1;border-radius:inherit}.regional-caption-chip{position:absolute;bottom:8px;left:10px;max-width:calc(100% - 20px);display:inline-flex;align-items:center;padding:0;margin:0;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;pointer-events:none;z-index:2;filter:drop-shadow(0 2px 4px rgba(0,0,0,.98)) drop-shadow(0 0 6px rgba(0,0,0,.9))}.regional-caption-chip:after,.regional-caption-chip:before{display:none!important}.regional-caption-text{position:relative;font-size:.72rem;font-weight:800;line-height:1.2;letter-spacing:.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;background:linear-gradient(115deg,#ffffff7a,#ffffff7a 36%,#fff 48%,#fff 52%,#ffffff7a 64%,#ffffff7a);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:text-ray-sweep 2.8s ease-in-out infinite;transition:transform .2s cubic-bezier(.4,0,.2,1)}@keyframes text-ray-sweep{0%{background-position:100% 0}50%{background-position:0% 0}to{background-position:0% 0}}.talk-of-town-card:hover .regional-caption-text{transform:translateY(-1px);animation-duration:1.6s}.detail-page-container{position:relative;width:100%;min-height:100vh;padding-bottom:5rem}.detail-ambient-backdrop{position:absolute;left:calc(-50vw + 50%);right:calc(-50vw + 50%);width:100vw;height:85vh;min-height:600px;max-height:900px;pointer-events:none;z-index:0;overflow:hidden}.detail-ambient-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-position:center 20%;background-size:cover;filter:brightness(1.02) contrast(1.05);z-index:1;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.88) 35%,rgba(0,0,0,.3) 70%,transparent 100%);mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.88) 35%,rgba(0,0,0,.3) 70%,transparent 100%)}.detail-ambient-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 65% 35%,#1e293b 0%,transparent 100%);z-index:1}.detail-ambient-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(10,12,16,.8) 0%,rgba(10,12,16,.2) 25%,transparent 60%),linear-gradient(90deg,rgba(10,12,16,.92) 0%,rgba(10,12,16,.5) 40%,rgba(10,12,16,.1) 75%,transparent 100%);z-index:2;pointer-events:none}.detail-glass-card{background:#121620a6;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:1.5rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 32px #0006}.detail-unboxed-section{display:flex;flex-direction:column;gap:.85rem;padding:.25rem 0}.detail-section-title{font-size:1.18rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.55rem;letter-spacing:-.01em}.detail-synopsis-text{color:#cbd5e1;font-size:.98rem;line-height:1.78;max-width:96%}.detail-hero-top-nav{position:relative;z-index:10;width:100%;margin-bottom:0}.detail-hero-content{position:relative;z-index:5;display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;width:100%;flex-wrap:wrap;margin-bottom:2.2rem;margin-top:5rem;padding-top:.5rem}.detail-hero-left-cluster{display:flex;align-items:flex-end;gap:1.5rem;flex:1;min-width:320px;flex-wrap:wrap}.detail-hero-poster-wrapper{width:215px;aspect-ratio:2/3;border-radius:var(--radius-lg);overflow:hidden;box-shadow:none!important;border:1.5px solid rgba(255,255,255,.15);flex-shrink:0;background:#181d29;transition:transform .3s ease}.detail-hero-poster-wrapper:hover{transform:translateY(-2px) scale(1.015);box-shadow:none!important}.media-detail-page .media-card,.media-detail-page .media-card:hover,.media-detail-page .media-card-poster-wrap,.media-detail-page .media-card-poster-wrap:hover,.media-detail-page .season-card-poster-wrap,.media-detail-page .season-card-poster-wrap:hover{box-shadow:none!important}.detail-hero-meta-col{flex:1;min-width:280px;display:flex;flex-direction:column;gap:.55rem}.detail-hero-title{font-size:clamp(1.85rem,3.4vw,2.5rem);font-weight:800;line-height:1.15;color:#fff;text-shadow:0 3px 20px rgba(0,0,0,.9);letter-spacing:-.02em}.detail-hero-tagline{font-style:italic;color:#94a3b8;font-size:.96rem;line-height:1.4;text-shadow:0 2px 6px rgba(0,0,0,.8)}.detail-hero-meta-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.92rem;color:#e2e8f0;margin-top:.15rem}.detail-rating-pill{display:inline-flex;align-items:center;gap:.35rem;font-weight:700;font-size:.85rem;color:#fbbf24;background:#fbbf241f;border:1px solid rgba(251,191,36,.4);padding:.2rem .6rem;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.meta-cert-badge{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:4px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;font-size:.78rem;font-weight:700;color:#f8fafc;letter-spacing:.04em;line-height:1.2}.meta-inline-text{font-weight:500;color:#cbd5e1;font-size:.9rem}.meta-inline-dot{color:#ffffff4d;font-size:.75rem;-webkit-user-select:none;user-select:none}.detail-hero-genres{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.25rem}.detail-hero-genre-pill{font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:var(--radius-full);background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-hero-right-actions{align-self:flex-end;margin-bottom:.5rem;flex-shrink:0}.btn-trailer-hero-circle{display:inline-flex;align-items:center;justify-content:center;height:44px;width:44px;min-width:44px;border-radius:var(--radius-full);background:#0c101ae0;border:1.5px solid #e50914;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 4px 16px #0000008c,0 0 14px #e5091447;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);padding:0}.btn-trailer-hero-circle .trailer-play-icon{flex-shrink:0;transition:transform .25s ease;margin-left:2px}.btn-trailer-hero-circle .btn-trailer-text{max-width:0;opacity:0;white-space:nowrap;overflow:hidden;font-size:.88rem;font-weight:600;letter-spacing:.01em;color:#fff;transition:max-width .3s cubic-bezier(.16,1,.3,1),opacity .25s ease,margin .25s ease;margin-left:0}.btn-trailer-hero-circle:hover{width:auto;min-width:146px;padding:0 1.15rem 0 1rem;background:#121826f2;border-color:#ff2834;box-shadow:0 6px 24px #000000a6,0 0 22px #e5091473}.btn-trailer-hero-circle:hover .trailer-play-icon{margin-left:0;transform:scale(1.08)}.btn-trailer-hero-circle:hover .btn-trailer-text{max-width:120px;opacity:1;margin-left:.5rem}.fact-row{display:flex;justify-content:space-between;align-items:center;padding:.72rem 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:.86rem;gap:.85rem}.fact-row:last-child{border-bottom:none;padding-bottom:0}.fact-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8b8;display:flex;align-items:center;gap:.4rem;flex-shrink:0}.fact-val{color:#fff;font-size:.92rem;font-weight:600;text-align:right}.fact-truncated{max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:help;position:relative}.cast-crew-unboxed-section{display:flex;flex-direction:column}.seasons-unboxed-section{flex-shrink:0}.cast-view-toggle-btn{display:inline-flex;align-items:center;gap:.35rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.28);color:#22d3ee;font-size:.74rem;font-weight:600;padding:.22rem .65rem;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast)}.cast-view-toggle-btn:hover{background:#06b6d433;border-color:#06b6d480;color:#67e8f9}.cast-scroll-grid-2rows{display:grid;grid-template-columns:repeat(6,1fr);align-content:start;gap:.75rem;max-height:495px;overflow-y:auto;padding-right:.35rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.cast-scroll-grid-2rows.is-series{max-height:335px}@media(max-width:1200px){.cast-scroll-grid-2rows{grid-template-columns:repeat(5,1fr)}}@media(max-width:992px){.cast-scroll-grid-2rows{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.cast-scroll-grid-2rows{grid-template-columns:repeat(3,1fr)}}@media(max-width:440px){.cast-scroll-grid-2rows{grid-template-columns:repeat(2,1fr)}}.cast-scroll-grid-2rows::-webkit-scrollbar{width:5px}.cast-scroll-grid-2rows::-webkit-scrollbar-track{background:#ffffff08;border-radius:4px}.cast-scroll-grid-2rows::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.cast-scroll-grid-2rows::-webkit-scrollbar-thumb:hover{background:#ffffff59}.cast-card-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.85rem .5rem;background:#ffffff08;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.06);transition:border-color .2s ease,background-color .2s ease;height:100%;min-height:155px;box-sizing:border-box;overflow:hidden}.cast-person-name{font-size:.82rem;font-weight:600;color:#fff;line-height:1.25;margin-top:2px;width:100%;max-width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:center;word-break:break-word}.cast-person-role{font-size:.72rem;color:var(--text-muted);line-height:1.25;margin-top:auto;width:100%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;display:block}.cast-person-role.is-crew-role{color:#06b6d4;font-weight:600}.cast-card-item:hover{border-color:#fff3;background:#ffffff0f}.cast-card-item.is-crew{border-color:#06b6d440;background:#06b6d40a}.seasons-horizontal-row{display:flex;gap:.85rem;overflow-x:auto;padding-bottom:.65rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.seasons-horizontal-row::-webkit-scrollbar{height:6px}.seasons-horizontal-row::-webkit-scrollbar-track{background:#ffffff08;border-radius:4px}.seasons-horizontal-row::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.seasons-horizontal-row::-webkit-scrollbar-thumb:hover{background:#ffffff59}.season-card-horizontal{display:flex;flex-direction:column;width:142px;min-width:142px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:.5rem;gap:.5rem;transition:all var(--transition-fast);flex-shrink:0;position:relative}.season-card-horizontal:hover{background:#ffffff0f;border-color:#ffffff2e}.season-card-poster-wrap{position:relative;width:100%;height:206px;border-radius:8px;overflow:hidden;background:#ffffff0a}.season-card-poster{width:100%;height:100%;object-fit:cover;display:block}.season-card-poster-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0f;font-size:1.25rem;font-weight:800;color:var(--text-muted)}.season-card-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000008c,#0000 38%,#00000073);pointer-events:none}.season-card-top-actions{position:absolute;top:7px;right:7px;display:flex;align-items:center;gap:.35rem;z-index:3}.season-card-top-actions .card-action-btn{width:28px;height:28px;border-radius:7px}.season-card-info{display:flex;flex-direction:column;gap:.15rem;text-align:center}.season-card-title{font-size:.86rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.season-card-meta{font-size:.74rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.season-single-banner{display:flex;align-items:center;gap:1.5rem;background:#121622b3;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 8px 30px #0006;position:relative;overflow:hidden;transition:border-color var(--transition-fast);width:100%}.season-single-banner:hover{border-color:#ffffff29}.season-single-poster-wrap{width:95px;min-width:95px;height:142px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;box-shadow:0 8px 20px #0009;border:1px solid rgba(255,255,255,.12);background:#181d29}.season-single-poster{width:100%;height:100%;object-fit:cover;display:block}.season-single-poster-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#ffffff0f;font-size:1.5rem;font-weight:800;color:var(--text-muted)}.season-single-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.season-single-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.season-single-title{font-size:1.15rem;font-weight:700;color:#fff;margin:0}.season-single-badge{font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:var(--radius-full);background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#cbd5e1}.season-single-air{font-size:.82rem;color:var(--text-muted)}.season-single-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.btn-season-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .95rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#cbd5e1;cursor:pointer;transition:all var(--transition-fast)}.btn-season-pill:hover{background:#ffffff1f;border-color:#ffffff40;color:#fff}.btn-season-pill.active-watched{background:#a855f7;border-color:#c084fc;color:#fff;box-shadow:0 4px 14px #a855f766}.btn-season-pill.active-watchlater{background:#f59e0b;border-color:#fbbf24;color:#0b0f19;box-shadow:0 4px 14px #f59e0b66}.season-single-overview{font-size:.88rem;line-height:1.6;color:#94a3b8;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.season-single-progress-bar-wrap{display:flex;align-items:center;gap:.85rem;width:100%}.season-single-progress-track{flex:1;height:6px;border-radius:9999px;background:#ffffff14;overflow:hidden}.season-single-progress-fill{height:100%;border-radius:9999px;transition:width .4s ease;box-shadow:0 0 10px #a855f780}.season-single-progress-label{font-size:.78rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.season-card-actions{display:flex;align-items:center;justify-content:center;gap:.35rem;padding-top:.35rem;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.btn-season-icon-sm{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#cbd5e1;transition:all var(--transition-fast);padding:0;flex-shrink:0}.btn-season-icon-sm:hover{background:#ffffff24;border-color:#ffffff47;color:#fff}.btn-season-icon-sm.active-watched{background:#a855f7;border-color:#c084fc;color:#fff;box-shadow:0 2px 10px #a855f773}.btn-season-icon-sm.active-watchlater{background:#f59e0b;border-color:#fbbf24;color:#0b0f19;box-shadow:0 2px 10px #f59e0b73}.btn-season-icon-sm.active-collections{background:#3b82f6;border-color:#60a5fa;color:#fff;box-shadow:0 2px 10px #3b82f673}.similar-movies-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.15rem}@media(max-width:1100px){.similar-movies-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.similar-movies-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.similar-movies-grid{grid-template-columns:repeat(2,1fr)}}.brand-logo{display:flex;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--text-main);flex-shrink:0}.brand-logo-img{height:32px;width:auto;object-fit:contain;flex-shrink:0;transition:transform var(--transition-fast)}.brand-logo:hover .brand-logo-img{transform:scale(1.04)}.brand-logo span{color:var(--accent-primary);text-shadow:0 0 16px var(--accent-glow)}.brand-badge{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:var(--radius-full);background:#e5091426;color:#ff6b6b;border:1px solid rgba(229,9,20,.3);text-transform:uppercase;letter-spacing:.05em}.nav-search-bar{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-full);padding:.55rem 1.2rem;cursor:pointer;transition:all var(--transition-normal);max-width:520px;width:100%;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-search-bar:hover{border-color:#e5091480;box-shadow:0 0 20px #e5091433;background:#ffffff17}.nav-search-placeholder{color:var(--text-muted);font-size:.88rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-text-mobile{display:none}.search-text-desktop{display:inline}.nav-search-shortcut{font-size:.72rem;font-weight:600;padding:.2rem .45rem;background:#ffffff14;border-radius:var(--radius-sm);color:var(--text-muted);border:1px solid var(--border-subtle);flex-shrink:0}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;padding-right:6px}.user-avatar-btn{width:42px;height:42px;border-radius:50%;padding:0;overflow:hidden;border:2px solid rgba(229,9,20,.6);cursor:pointer;transition:all var(--transition-fast);background:var(--bg-surface-elevated);display:flex;align-items:center;justify-content:center;box-shadow:0 0 14px #e5091440;transform-origin:center right}.user-avatar-btn:hover{transform:scale(1.05);border-color:var(--accent-primary);box-shadow:0 0 18px #e5091480}.user-avatar-img{width:100%;height:100%;object-fit:cover}.user-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;background:var(--bg-surface-elevated)}.user-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:260px;background:linear-gradient(180deg,#121723fa,#0b0e16fc);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.55rem;box-shadow:0 20px 50px -10px #000000d9,0 0 0 1px #ffffff0d,0 8px 30px #e509141f;z-index:1000;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;flex-direction:column}.dropdown-vip-header{display:flex;align-items:center;gap:.75rem;padding:.65rem .75rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;margin-bottom:.45rem;transition:all .2s ease;cursor:pointer}.dropdown-vip-header:hover{background:#ffffff14;border-color:#e5091466;box-shadow:0 4px 16px #e5091426}.dropdown-avatar-wrapper{position:relative;width:38px;height:38px;flex-shrink:0}.dropdown-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid rgba(229,9,20,.7);box-shadow:0 0 10px #e5091459}.dropdown-status-dot{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #111621;box-shadow:0 0 6px #10b98199}.dropdown-user-info{display:flex;flex-direction:column;min-width:0;flex:1}.dropdown-name-badge-row{display:flex;align-items:center;gap:.45rem}.dropdown-user-name{font-weight:700;font-size:.92rem;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-user-tag{font-size:.62rem;font-weight:800;padding:.08rem .35rem;border-radius:var(--radius-full);background:linear-gradient(135deg,#e50914,#ff4757);color:#fff;letter-spacing:.06em}.dropdown-user-tag.admin-tag{background:#e5091424;color:#ff4d4f;border:1px solid rgba(229,9,20,.38);box-shadow:none;font-size:.62rem;font-weight:700;letter-spacing:.08em;padding:.12rem .48rem;border-radius:6px;display:inline-flex;align-items:center;gap:.25rem;line-height:1.2}.dropdown-user-email{font-size:.74rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-header-arrow{color:var(--text-faint);transition:transform .2s ease,color .2s ease;flex-shrink:0}.dropdown-vip-header:hover .dropdown-header-arrow{color:var(--accent-primary);transform:translate(2px)}.dropdown-section{display:flex;flex-direction:column}.dropdown-section-label{font-size:.66rem;font-weight:800;letter-spacing:.08em;color:var(--text-faint);text-transform:uppercase;padding:.35rem .5rem .2rem}.dropdown-divider{height:1px;background:#ffffff0f;margin:.35rem 0}.dropdown-items-list{display:flex;flex-direction:column;gap:.12rem}.dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.42rem .55rem;border-radius:9px;font-size:.84rem;font-weight:600;color:#cbd5e1;text-align:left;transition:all .18s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;background:transparent}.dropdown-item-left{display:flex;align-items:center;gap:.65rem}.dropdown-item-arrow{color:var(--text-faint);opacity:0;transform:translate(-4px);transition:all .18s ease}.dropdown-item:hover{background:#ffffff12;color:#fff;transform:translate(2px)}.dropdown-item:hover .dropdown-item-arrow{opacity:.9;transform:translate(0);color:#fff}.dropdown-item-icon-box{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .18s ease}.dropdown-item:hover .dropdown-item-icon-box{transform:scale(1.08)}.box-amber{background:#f59e0b26;border:1px solid rgba(245,158,11,.3)}.box-purple{background:#a855f726;border:1px solid rgba(168,85,247,.3)}.box-crimson{background:#ef444426;border:1px solid rgba(239,68,68,.3)}.box-red{background:#e5091426;border:1px solid rgba(229,9,20,.3)}.box-cyan{background:#38bdf826;border:1px solid rgba(56,189,248,.3)}.box-blue{background:#06b6d426;border:1px solid rgba(6,182,212,.3)}.box-emerald{background:#10b98126;border:1px solid rgba(16,185,129,.3)}.box-gold{background:#fbbf2426;border:1px solid rgba(251,191,36,.3)}.box-danger{background:#ef444426;border:1px solid rgba(239,68,68,.3)}.dropdown-item.danger{color:#f87171;margin-top:.1rem}.dropdown-item.danger:hover{background:#ef444424;color:#ff4d4d}.filter-container{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.25rem}.status-tabs{display:flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--border-subtle);padding-bottom:1rem;overflow-x:auto}.status-tab-btn{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;color:var(--text-muted);background:transparent;white-space:nowrap}.status-tab-btn:hover{color:var(--text-main);background:#ffffff0a}.status-tab-btn.active{color:#fff;background:var(--accent-primary);box-shadow:0 4px 14px var(--accent-glow)}.badge-count{font-size:.75rem;padding:.15rem .45rem;border-radius:var(--radius-full);background:#0000004d;font-weight:700}.filter-sub-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.type-pills{display:flex;align-items:center;gap:.4rem}.type-pill{padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-muted)}.type-pill:hover{color:var(--text-main)}.type-pill.active{background:#ffffff26;border-color:#ffffff4d;color:var(--text-main)}.filter-controls{display:flex;align-items:center;gap:.75rem}.filter-select{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);padding:.45rem .8rem;border-radius:var(--radius-md);font-size:.85rem;outline:none;cursor:pointer}.view-toggle-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem;border-radius:var(--radius-md);background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);color:var(--text-muted)}.view-toggle-btn.active{color:var(--text-main);background:#ffffff26;border-color:var(--border-glass)}.media-grid,.trending-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:1.25rem}.media-list{display:flex;flex-direction:column;gap:.85rem}.media-card{display:flex;flex-direction:column;cursor:pointer;background:transparent;border:none;transition:transform .2s cubic-bezier(.4,0,.2,1);width:100%}.media-card:hover{transform:translateY(-4px)}.media-card-poster-wrap{position:relative;width:100%;aspect-ratio:2/3;border-radius:10px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);background:#111520;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 14px #0006;transition:border-color .22s ease,box-shadow .22s ease}.media-card:hover .media-card-poster-wrap{border-color:#e5091480;box-shadow:0 10px 28px #000000b3,0 0 16px #e509142e}.media-card-poster{width:100%;height:100%;object-fit:cover;transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.media-card:hover .media-card-poster{transform:scale(1.04)}.media-card-top-actions{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:.35rem;z-index:3;opacity:0;transform:translateY(-3px);transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}.media-card:hover .media-card-top-actions{opacity:1;transform:translateY(0)}.card-action-btn{width:30px;height:30px;border-radius:50%;background:#0a0e18d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease;box-shadow:0 2px 8px #00000080}.card-action-btn:hover{transform:scale(1.12);background:#0f1420f2;border-color:#ffffff73}.card-action-btn.active-watched{background:#a855f7;border-color:#c084fc;color:#fff;box-shadow:0 2px 10px #a855f773}.card-action-btn.active-watched svg{color:#fff!important;stroke:#fff!important}.card-action-btn.active-save,.card-action-btn.active-watchlater{background:#f59e0b;border-color:#fbbf24;color:#0b0f19;box-shadow:0 2px 10px #f59e0b73}.card-action-btn.active-save svg,.card-action-btn.active-watchlater svg{color:#0b0f19!important;stroke:#0b0f19!important}.card-action-btn.active-fav{background:#ef4444;border-color:#f87171;color:#fff;box-shadow:0 2px 10px #ef444473}.media-card-info{display:flex;flex-direction:column;gap:.15rem;padding-top:.45rem;width:100%}.media-card-title{font-size:.88rem;font-weight:600;color:#fff;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}.media-card:hover .media-card-title{color:var(--accent-primary)}.media-card-subtitle{display:flex;align-items:center;gap:.35rem;font-size:.76rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-card-rating{display:inline-flex;align-items:center;gap:.2rem;color:#fbbf24;font-weight:600}.card-title:hover{color:var(--accent-primary)}.card-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--text-muted)}.score-badge{display:inline-flex;align-items:center;gap:.25rem;color:#fbbf24;font-weight:700}.progress-container{display:flex;flex-direction:column;gap:.35rem;margin-top:auto}.progress-header{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--text-muted)}.progress-track{width:100%;height:5px;background:#ffffff14;border-radius:var(--radius-full);overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--accent-primary),#ff6b6b);border-radius:var(--radius-full);transition:width .3s ease}.progress-bar-fill.completed{background:linear-gradient(90deg,#10b981,#34d399)}.quick-stepper{display:flex;align-items:center;gap:.4rem}.btn-step{width:22px;height:22px;border-radius:4px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--text-main)}.btn-step:hover{background:var(--accent-primary)}.status-pill{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem;width:fit-content}.status-pill.plan_to_watch{background:#f59e0b26;color:#fbbf24}.status-pill.watching{background:#3b82f626;color:#60a5fa}.status-pill.completed{background:#10b98126;color:#34d399}.status-pill.dropped{background:#6b728026;color:#9ca3af}.media-list-item{display:flex;align-items:center;gap:1.25rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem 1.25rem;transition:all var(--transition-fast)}.media-list-item:hover{background:var(--bg-surface-elevated);border-color:var(--border-glass);transform:translate(4px)}.list-thumb{width:50px;height:70px;border-radius:var(--radius-sm);object-fit:cover;background:#1a202c;flex-shrink:0}.list-details{flex:1;display:flex;flex-direction:column;gap:.3rem}.list-actions{display:flex;align-items:center;gap:.75rem}@keyframes backdropFade{0%{opacity:0}to{opacity:1}}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#000000d1;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:9999999;animation:backdropFade .22s cubic-bezier(.16,1,.3,1) forwards}.modal-card,.modal-container{background:#0f1118f5;border:1px solid rgba(255,255,255,.12);border-radius:20px;width:100%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 30px 70px -15px #000000e6,0 0 35px -8px #e5091429;overflow:hidden;position:relative}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-subtle)}.modal-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-subtle);display:flex;justify-content:flex-end;gap:.75rem;background:#0003}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.82rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.form-input,.form-textarea,.form-select{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.7rem .9rem;font-size:.95rem;outline:none;transition:border-color var(--transition-fast)}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--accent-primary);box-shadow:0 0 10px #e5091433}.search-command-backdrop{background:#000000d1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;padding:1.5rem 1rem}.search-modal-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:740px;position:relative;z-index:10}.search-modal-top-bar{display:flex;justify-content:flex-end;width:100%;margin-bottom:.6rem}.search-popup-close-above-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .75rem;border-radius:var(--radius-full);background:#141822d9;border:1px solid rgba(255,255,255,.16);color:#e2e8f0;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .18s ease;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 4px 14px #0006}.search-popup-close-above-btn:hover{background:#e5091440;border-color:#e5091480;color:#fff;transform:translateY(-1px)}.search-close-label{font-size:.78rem}.search-command-palette{width:100%;max-width:740px;background:#0f1118f5;border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 70px -15px #000000e6,0 0 35px -8px #e5091429;border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden}.search-command-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.35rem;border-bottom:1px solid rgba(255,255,255,.08)}.search-command-input-wrap{display:flex;align-items:center;gap:.75rem;flex:1;position:relative}.search-command-icon{color:var(--accent-primary);flex-shrink:0;filter:drop-shadow(0 0 8px rgba(229,9,20,.4))}.search-command-input{flex:1;background:transparent;border:none;font-size:1.12rem;font-weight:500;color:#fff;outline:none}.search-command-input::placeholder{color:var(--text-muted)}.search-input-clear-btn{display:inline-flex;align-items:center;gap:.28rem;padding:.22rem .6rem;border-radius:var(--radius-full);background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:var(--text-muted);font-size:.74rem;font-weight:600;cursor:pointer;transition:all .15s ease;flex-shrink:0;letter-spacing:.02em}.search-input-clear-btn:hover{background:#e5091433;border-color:#e5091473;color:#fff}.search-esc-badge{font-size:.65rem;font-weight:700;letter-spacing:.06em;padding:.12rem .4rem;background:#ffffff14;border-radius:4px;color:var(--text-faint)}.search-category-bar{display:flex;gap:.5rem;padding:.75rem 1.35rem;border-bottom:1px solid rgba(255,255,255,.06);background:#00000038;overflow-x:auto}.search-cat-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .85rem;border-radius:var(--radius-full);font-size:.82rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);color:var(--text-muted);cursor:pointer;transition:all .18s ease;white-space:nowrap}.search-cat-pill:hover{background:#ffffff1a;color:#fff}.search-cat-pill.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff;box-shadow:0 0 14px #e5091466}.search-pill-label-desktop{display:inline}.search-pill-label-mobile{display:none}.search-command-body{padding:1.25rem 1.35rem;max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.search-results-list{display:flex;flex-direction:column;gap:.65rem}.search-result-card{display:flex;gap:1rem;padding:.8rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.search-result-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-1px);box-shadow:0 6px 20px #00000059}.search-result-thumb-wrap{cursor:pointer;flex-shrink:0}.search-thumb{width:58px;height:84px;border-radius:6px;object-fit:cover;background:#181d29;box-shadow:0 4px 10px #0006}.search-result-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.28rem;cursor:pointer}.search-result-badges{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.media-type-tag{font-size:.68rem;font-weight:700;letter-spacing:.03em;padding:.16rem .55rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.3rem;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:var(--text-main);line-height:1.2}.media-type-tag.movie{background:#3b82f626;border-color:#3b82f659;color:#93c5fd}.media-type-tag.tv{background:#a855f726;border-color:#a855f759;color:#d8b4fe}.media-type-tag.anime{background:#ec489926;border-color:#ec489959;color:#f472b6}.score-badge{font-size:.68rem;font-weight:700;letter-spacing:.02em;padding:.16rem .55rem;border-radius:var(--radius-full);display:inline-flex;align-items:center;gap:.25rem;background:#fbbf2424;border:1px solid rgba(251,191,36,.35);color:#fbbf24;line-height:1.2}.search-result-year{font-size:.68rem;font-weight:600;color:var(--text-muted);background:#ffffff0d;border:1px solid rgba(255,255,255,.09);padding:.16rem .52rem;border-radius:var(--radius-full);line-height:1.2}.search-result-col-tag{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:700;padding:.16rem .55rem;border-radius:var(--radius-full);background:#e5091429;color:#ff6b6b;border:1px solid rgba(229,9,20,.32);line-height:1.2}.search-result-title{font-size:.98rem;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.search-result-overview{font-size:.78rem;color:var(--text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.search-result-actions{display:flex;flex-direction:column;align-items:stretch;gap:.35rem;flex-shrink:0;width:122px}.search-action-pill{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .65rem;border-radius:var(--radius-full);font-size:.74rem;font-weight:600;cursor:pointer;transition:all .18s ease;white-space:nowrap;border:1px solid transparent;width:100%;box-sizing:border-box}.search-action-pill.btn-watch-later{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-main)}.search-action-pill.btn-watch-later:hover{background:#f59e0b26;border-color:#f59e0b66;color:#f59e0b}.search-action-pill.btn-watch-later.active{background:#f59e0b38;border-color:#f59e0b;color:#fbbf24;box-shadow:0 0 10px #f59e0b4d}.search-action-pill.btn-watched{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-main)}.search-action-pill.btn-watched:hover{background:#a855f726;border-color:#a855f766;color:#c084fc}.search-action-pill.btn-watched.active{background:#a855f73d;border-color:#a855f7;color:#d8b4fe;box-shadow:0 0 12px #a855f752}.search-action-pill.btn-collections{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-main)}.search-action-pill.btn-collections:hover{background:#e5091426;border-color:#e5091466;color:#ff6b6b}.search-action-pill.btn-collections.active{background:#e5091438;border-color:var(--accent-primary);color:#fff;box-shadow:0 0 12px #e5091452}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;gap:.65rem;color:var(--text-muted)}.search-empty-icon-wrap{width:58px;height:58px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--text-faint);margin-bottom:.25rem}.search-empty-state h4{font-size:1.05rem;font-weight:700;color:#fff;margin:0}.search-empty-state p{font-size:.85rem;color:var(--text-muted);max-width:420px;margin:0}.search-section-subheading{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);display:block;margin-bottom:.5rem}.star-picker{display:flex;align-items:center;gap:.35rem}.star-btn{font-size:1.4rem;color:#fff3;transition:transform .15s ease,color .15s ease}.star-btn:hover{transform:scale(1.2)}.star-btn.active{color:#fbbf24}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem}.stat-card{background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.stat-card .val{font-size:1.75rem;font-weight:800;font-family:var(--font-heading);color:#fff}.stat-card .lbl{font-size:.75rem;color:var(--text-muted);text-transform:uppercase}.tracker-compact-cluster{display:flex;flex-direction:column;gap:.75rem;width:100%}.tracker-watched-row{display:flex;align-items:center;gap:.55rem;width:100%}.btn-tracker-watched{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-height:42px;padding:.6rem .85rem;border-radius:9999px;font-size:.88rem;font-weight:700;cursor:pointer;background:#a855f7;color:#fff;border:1px solid #c084fc;box-shadow:0 4px 18px #a855f766;transition:all var(--transition-fast);white-space:nowrap}.btn-tracker-watched:hover{background:#9333ea;box-shadow:0 4px 18px #a855f780}.btn-tracker-watched.inactive{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);color:#cbd5e1;box-shadow:none}.btn-tracker-watched.inactive:hover{background:#ffffff1f;border-color:#ffffff40;color:#fff}.btn-tracker-fav{width:42px;height:42px;min-width:42px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#cbd5e1;transition:all var(--transition-fast);flex-shrink:0}.btn-tracker-fav:hover{background:#ffffff1f;border-color:#ffffff40;color:#fff}.btn-tracker-fav.active{background:#ef4444;border-color:#f87171;color:#fff;box-shadow:0 4px 18px #ef444466}.tracker-secondary-row{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;width:100%}.btn-tracker-pill{display:flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.6rem .65rem;border-radius:var(--radius-full);font-size:.84rem;font-weight:600;background:#ffffff0f;color:#cbd5e1;border:1px solid rgba(255,255,255,.14);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast)}.btn-tracker-pill svg{flex-shrink:0}.btn-tracker-pill:hover{background:#ffffff1f;border-color:#ffffff40;color:#fff}.btn-tracker-pill.active-watchlater{background:#f59e0b;border-color:#fbbf24;color:#0b0f19;box-shadow:0 4px 18px #f59e0b66}.btn-tracker-pill.active-collections{background:#3b82f6;border-color:#60a5fa;color:#fff;box-shadow:0 4px 18px #3b82f666}.toast-message.toast-success{border-color:#10b98180;box-shadow:0 10px 32px -5px #000c,0 0 24px #10b98147}.toast-message.toast-error{border-color:#ef44448c;box-shadow:0 10px 32px -5px #000c,0 0 24px #ef444452}.skeleton-shimmer{background:linear-gradient(110deg,#ffffff05,#ffffff08 25%,#ffffff17 45%,#ffffff26,#ffffff17 55%,#ffffff08 75%,#ffffff05);background-size:250% 100%;animation:skeletonShimmer 1.8s cubic-bezier(.4,0,.2,1) infinite;border-radius:var(--radius-sm);position:relative;overflow:hidden}@keyframes skeletonShimmer{0%{background-position:180% 0}to{background-position:-80% 0}}.skeleton-media-card{position:relative;aspect-ratio:2/3;width:100%;border-radius:var(--radius-lg);overflow:hidden;background:#111520;border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:space-between;padding:.85rem;box-shadow:0 4px 16px #0006}.skeleton-media-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,#ffffff03,#ffffff08,#ffffff14,#ffffff08,#ffffff03);background-size:250% 100%;animation:skeletonShimmer 1.8s cubic-bezier(.4,0,.2,1) infinite;pointer-events:none}.skeleton-card-top-actions{display:flex;justify-content:flex-end;gap:.35rem;z-index:2}.skeleton-card-bottom{display:flex;flex-direction:column;gap:.4rem;z-index:2;margin-top:auto}.skeleton-list-item{display:flex;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:var(--radius-md);background:#ffffff05;border:1px solid rgba(255,255,255,.06);position:relative;overflow:hidden}.skeleton-cast-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:.85rem .5rem;background:#ffffff05;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.05);min-height:155px;box-sizing:border-box}.skeleton-search-item{display:flex;align-items:center;gap:.85rem;padding:.65rem .85rem;border-radius:var(--radius-md);background:#ffffff05;border:1px solid rgba(255,255,255,.05);margin-bottom:.5rem}.tab-btn{background:none;border:none;color:var(--text-muted);font-size:.88rem;font-weight:600;cursor:pointer;padding:.5rem .75rem;border-bottom:2px solid transparent;transition:all .15s ease}.tab-btn:hover{color:var(--text-main)}.tab-btn.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary)}body.profile-page-active{height:100vh!important;max-height:100vh!important;overflow:hidden!important}.app-container.app-container-profile{max-width:1240px;width:100%;margin:0 auto;padding:0 2rem;padding-bottom:0;height:100vh;max-height:100vh;min-height:0;overflow:hidden;box-sizing:border-box}.profile-page-container{height:100%;max-height:100%;min-height:0;overflow:hidden;color:var(--text-main);display:flex;flex-direction:column;padding:0;box-sizing:border-box}.profile-main-layout{flex:1;min-height:0;display:flex;gap:1.75rem;max-width:1680px;width:100%;margin:0 auto;padding:0 0 1rem;box-sizing:border-box;overflow:hidden}.profile-sidebar{width:280px;max-height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.55rem;padding-right:2px;padding-bottom:.75rem;flex-shrink:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.14) transparent;-webkit-overflow-scrolling:touch}.profile-sidebar::-webkit-scrollbar{width:4px}.profile-sidebar::-webkit-scrollbar-track{background:transparent}.profile-sidebar::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:4px}.profile-sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff47}.profile-user-card{background:#0e121cbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:0;overflow:visible;position:relative;box-shadow:0 16px 36px -10px #0009;display:flex;flex-direction:column}.profile-cover-area{width:100%;height:115px;position:relative;overflow:hidden;border-radius:19px 19px 0 0;background:#0f1422;flex-shrink:0}.profile-cover-img{width:100%;height:100%;object-fit:cover;filter:brightness(.88);transition:transform .4s ease}.profile-user-card:hover .profile-cover-img{transform:scale(1.04)}.profile-cover-fallback{width:100%;height:100%;background:#101420;position:relative}.profile-cover-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.08) 1px,transparent 0);background-size:14px 14px;opacity:.7}.profile-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0e121ccc);pointer-events:none}.profile-3dot-container{position:absolute;top:10px;right:10px;z-index:100}.profile-3dot-btn{width:30px;height:30px;border-radius:50%;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.22);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0006}.profile-3dot-btn:hover{background:#e50914bf;border-color:#fff6;transform:scale(1.08)}.profile-3dot-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:175px;background:#0e121cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:.35rem;box-shadow:0 16px 36px #000000bf,0 0 15px #e5091426;z-index:101;display:flex;flex-direction:column;gap:.2rem}.profile-popover-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:8px;border:none;background:transparent;color:var(--text-normal);font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.profile-popover-item:hover{background:#ffffff14;color:#fff}.profile-popover-item.danger{color:#ef4444}.profile-popover-item.danger:hover{background:#ef444426;color:#f87171}.profile-popover-divider{height:1px;background:#ffffff14;margin:.2rem 0}.profile-card-body{padding:0 1rem .95rem;display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;width:100%;box-sizing:border-box}.profile-avatar-wrapper{position:relative;margin-top:-38px;margin-bottom:.6rem}.profile-avatar-overlapping{width:76px;height:76px;border-radius:50%;object-fit:cover;border:3.5px solid #0e121c;box-shadow:0 8px 24px #000000a6;background:#171d2b;display:flex;align-items:center;justify-content:center;font-size:1.85rem;font-weight:800;color:#fff}.profile-avatar-change-badge{position:absolute;bottom:1px;right:1px;width:25px;height:25px;border-radius:50%;background:#e50914;border:2px solid #0e121c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0006}.profile-avatar-change-badge:hover{transform:scale(1.15);background:#ff1f2d}.profile-user-identity{text-align:center;margin-bottom:.55rem;width:100%}.profile-name-row{display:flex;align-items:center;justify-content:center;gap:.35rem;line-height:1.15}.profile-user-name{font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.01em;margin:0;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.profile-verified-badge{display:inline-flex;align-items:center;flex-shrink:0}.profile-handle-row{margin-top:.05rem;line-height:1.1}.profile-user-handle{font-size:.8rem;color:var(--text-muted);font-weight:500;letter-spacing:.01em;display:inline-block;line-height:1.1}.profile-bio-box{width:100%;padding:.48rem .65rem;border-radius:var(--radius-md);background:#ffffff08;border:1px solid rgba(255,255,255,.05);box-sizing:border-box;margin-bottom:.7rem;text-align:center}.profile-bio-text{font-size:.78rem;color:var(--text-muted);line-height:1.4;margin:0;word-break:break-word}.profile-quick-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;width:100%;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.06)}.profile-stat-item{display:flex;flex-direction:column;align-items:center;gap:.1rem}.profile-stat-val{font-size:1.05rem;font-weight:800;color:#fff}.profile-stat-lbl{font-size:.62rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.profile-nav-menu{display:flex;flex-direction:column;gap:.42rem;width:100%}.profile-nav-btn{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.68rem .95rem;border-radius:var(--radius-md);background:#ffffff06;border:1px solid rgba(255,255,255,.06);color:var(--text-main);font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease;box-sizing:border-box}.profile-nav-btn:hover{background:#ffffff0d;border-color:#ffffff1a;transform:none}.profile-nav-btn.active-watch_later{background:#f59e0b1f;border-color:#f59e0b80;color:#fbbf24;box-shadow:0 4px 16px #f59e0b29}.profile-nav-btn.active-watched{background:#a855f71f;border-color:#a855f780;color:#d8b4fe;box-shadow:0 4px 16px #a855f729}.profile-nav-btn.active-favorites{background:#ef44441f;border-color:#ef444480;color:#fca5a5;box-shadow:0 4px 16px #ef444429}.profile-nav-btn.active-collections{background:#e509141f;border-color:#e5091480;color:#fff;box-shadow:0 4px 16px #e5091429}.profile-nav-btn-content{display:flex;align-items:center;gap:.65rem}.profile-nav-badge{font-size:.72rem;font-weight:700;padding:.12rem .5rem;border-radius:var(--radius-full);background:#ffffff0f}.profile-content-area{flex:1;height:100%;min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:1.15rem;padding-right:0;padding-bottom:2rem;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.profile-content-area::-webkit-scrollbar{display:none}.profile-content-header{display:flex;align-items:center;justify-content:space-between;padding-top:.35rem;padding-bottom:.85rem;border-bottom:1px solid rgba(255,255,255,.07)}.profile-heading-cluster{display:flex;flex-direction:column;gap:.25rem;min-width:0}.profile-heading-title-row{display:flex;align-items:center;gap:.65rem;flex-wrap:nowrap;white-space:nowrap;min-width:0}.profile-tab-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.profile-tab-title{font-size:1.35rem;font-weight:800;color:#fff;margin:0;display:inline-flex;align-items:center;line-height:1.2;letter-spacing:-.01em;white-space:nowrap}.profile-count-pill{font-size:.72rem;font-weight:700;padding:.18rem .6rem;border-radius:var(--radius-full);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}.profile-page-container .navbar{margin-bottom:1rem;flex-shrink:0}@media(max-height:640px){.profile-page-container .navbar{margin-bottom:.65rem;padding:.75rem 0}.profile-cover-area{height:80px}.profile-avatar-wrapper{margin-top:-28px;margin-bottom:.35rem}.profile-avatar-overlapping{width:60px;height:60px;font-size:1.4rem}.profile-user-name{font-size:.98rem}.profile-bio-box{padding:.3rem .5rem;margin-bottom:.35rem}.profile-bio-text{-webkit-line-clamp:1;font-size:.72rem}.profile-quick-stats{padding-top:.35rem}.profile-stat-val{font-size:.88rem}.profile-nav-btn{padding:.5rem .8rem;font-size:.82rem}}@media(max-height:520px){.profile-bio-box{display:none}.profile-cover-area{height:55px}}.profile-count-pill{font-size:.72rem;font-weight:700;padding:.18rem .6rem;border-radius:var(--radius-full);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-muted)}.collections-directory-wrapper{display:flex;flex-direction:column;gap:1.25rem}.collection-create-bar{display:flex;align-items:center;gap:.6rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-full);padding:.35rem .4rem .35rem 1.15rem;transition:border-color .2s ease,box-shadow .2s ease}.collection-create-bar:focus-within{border-color:var(--accent-primary);box-shadow:0 0 16px #e5091440}.collection-create-input{flex:1;background:transparent;border:none;color:#fff;font-size:.88rem;outline:none}.collection-create-input::placeholder{color:var(--text-muted)}.collection-directory-header-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding:.35rem 0;flex-wrap:wrap}.collection-directory-header-text h3{letter-spacing:-.01em}.collection-create-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;border-radius:var(--radius-full);background:var(--accent-primary);color:#fff;font-size:.84rem;font-weight:700;border:none;cursor:pointer;transition:all .18s ease;box-shadow:0 4px 14px #e5091466}.collection-create-btn.always-active{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.3rem;border-radius:12px;background:var(--accent-primary);color:#fff;font-size:.86rem;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 16px #e5091461;transition:all .2s ease}.collection-create-btn.always-active:hover{background:#f40612;transform:translateY(-2px);box-shadow:0 6px 20px #e509148c}.collection-create-btn:hover:not(:disabled){background:#f40612;transform:scale(1.03)}.collection-create-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.collections-directory-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:1.15rem;width:100%}@media(min-width:800px){.collections-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.collections-directory-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.collection-folder-card{background:#101520d9;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.15rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 24px -5px #00000080;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);height:195px;min-height:195px}.collection-folder-card:hover{background:#161c2af2;border-color:#fff3;transform:translateY(-3px);box-shadow:0 16px 36px #000000a6}.collection-card-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:17px;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);pointer-events:none;z-index:0}.collection-card-backdrop,.collection-card-overlay,.collection-card-fallback-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black)}.collection-card-fallback-backdrop{background:#111622;z-index:0;transition:all .3s ease}.collection-card-fallback-mesh{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.05) 1px,transparent 0);background-size:16px 16px;opacity:.6}.collection-card-fallback-glow{display:none}.collection-bookmark-pill{width:36px;height:36px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:var(--text-muted);box-shadow:0 4px 14px #00000059;transition:all .22s ease}.collection-folder-card:hover .collection-bookmark-pill{background:#ffffff1f;border-color:#ffffff38;color:#fff;transform:scale(1.05);box-shadow:0 4px 14px #00000059}.collection-folder-title{font-size:1.05rem;font-weight:700;color:#fff;margin:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-folder-count{font-size:.78rem;color:var(--text-muted);margin-bottom:.55rem}.collection-folder-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;font-weight:600;color:var(--text-muted);border-top:1px solid rgba(255,255,255,.06);padding-top:.65rem;transition:all .18s ease}.collection-folder-card:hover .collection-folder-footer{color:#fff;transform:translate(3px)}.collection-folder-card.has-custom-cover{position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);border-color:#ffffff24;height:195px;min-height:195px}.collection-card-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);background-size:cover;background-position:center;z-index:0;filter:brightness(.65) contrast(1.1);transition:transform .4s cubic-bezier(.16,1,.3,1),filter .3s ease}.collection-folder-card:hover .collection-card-backdrop{transform:scale(1.08);filter:brightness(.75) contrast(1.15)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(white,black);mask-image:-webkit-radial-gradient(white,black);background:linear-gradient(180deg,#0a0e1659,#0a0c12d1 55%,#080a0ffa);z-index:1;pointer-events:none}.collection-card-inner{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;width:100%;box-sizing:border-box}.profile-edit-modal-card,.collection-edit-modal-card{max-width:540px;width:92%;background:#0f1118f5;border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;box-shadow:0 30px 70px -15px #000000e6,0 0 35px -8px #e5091429;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.profile-edit-field{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.15rem}.profile-edit-label{font-size:.84rem;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:space-between}.profile-edit-input{width:100%;padding:.75rem .95rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.9rem;outline:none;box-sizing:border-box;transition:all .2s ease}.profile-edit-input:focus{border-color:var(--accent-primary);background:#ffffff12;box-shadow:0 0 0 3px #e509142e}.profile-edit-textarea{width:100%;padding:.75rem .95rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.86rem;outline:none;box-sizing:border-box;resize:vertical;min-height:80px;font-family:inherit;line-height:1.45;transition:all .2s ease}.profile-edit-textarea:focus{border-color:var(--accent-primary);background:#ffffff12;box-shadow:0 0 0 3px #e509142e}.profile-image-pick-row{display:flex;align-items:center;gap:1rem}.profile-avatar-preview-small{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.2);background:#1a2030;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;flex-shrink:0}.profile-cover-preview-rect{width:100%;height:96px;border-radius:12px;border:1px solid rgba(255,255,255,.14);overflow:hidden;position:relative;background:#111624;display:flex;align-items:center;justify-content:center}.profile-cover-preview-img{width:100%;height:100%;object-fit:cover}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#f1f5f9;font-size:.85rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000040;-webkit-user-select:none;user-select:none}.btn-secondary:hover:not(:disabled){background:#ffffff24;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.btn-secondary:active:not(:disabled){transform:translateY(0)}.profile-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#f1f5f9;font-size:.82rem;font-weight:500;cursor:pointer;padding:.48rem .95rem;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000004d;-webkit-user-select:none;user-select:none}.profile-upload-btn:hover{background:#ffffff24;border-color:#ffffff52;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0006}.profile-upload-btn:active{transform:translateY(0)}.profile-upload-delete-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#ef44441f;border:1px solid rgba(239,68,68,.28);color:#ef4444;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ef444426}.profile-upload-delete-btn:hover{background:#ef444438;border-color:#ef444480;color:#f87171;transform:translateY(-1px);box-shadow:0 4px 12px #ef444440}.profile-upload-delete-btn:active{transform:translateY(0)}.profile-username-wrap{position:relative;display:flex;align-items:center;width:100%}.profile-username-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--text-muted, #94a3b8);font-size:.95rem;font-weight:500;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:2}.profile-edit-input.profile-username-input{padding-left:2.25rem!important}.collection-redesign-modal{max-width:540px;width:92%;background:linear-gradient(180deg,#121826fa,#0a0e16fc);border:1px solid rgba(255,255,255,.14);border-radius:22px;overflow:hidden;box-shadow:0 28px 75px -12px #000000f2,0 0 35px #e509142e;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.collection-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.65rem;border-bottom:1px solid rgba(255,255,255,.08)}.collection-modal-header-left{display:flex;align-items:center;gap:.95rem}.collection-modal-icon-badge{width:42px;height:42px;border-radius:12px;background:#e509141f;border:1px solid rgba(229,9,20,.28);display:flex;align-items:center;justify-content:center;box-shadow:0 0 16px #e5091429;flex-shrink:0}.collection-modal-title-wrap{display:flex;flex-direction:column}.collection-modal-title{font-size:1.15rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.01em}.collection-modal-subtitle{font-size:.78rem;color:var(--text-muted);margin:.15rem 0 0}.collection-modal-close-btn{width:34px;height:34px;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease}.collection-modal-close-btn:hover{color:#fff;background:#ffffff24;border-color:#fff3}.collection-redesign-form{display:flex;flex-direction:column;gap:1.2rem;padding:1.45rem 1.65rem;max-height:calc(88vh - 85px);overflow-y:auto}.collection-preview-stage{background:#00000059;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:.95rem 1.1rem;display:flex;flex-direction:column;gap:.75rem}.collection-preview-stage-top{display:flex;justify-content:space-between;align-items:center}.collection-preview-tag{font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--accent-primary);display:flex;align-items:center;gap:.35rem;background:#e509141f;padding:.2rem .55rem;border-radius:6px;border:1px solid rgba(229,9,20,.22)}.collection-preview-reset-btn{font-size:.74rem;font-weight:600;color:var(--text-muted);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:.25rem .65rem;border-radius:8px;display:flex;align-items:center;gap:.35rem;cursor:pointer;transition:all .2s ease}.collection-preview-reset-btn:hover{color:#ef4444;background:#ef44441f;border-color:#ef44444d}.collection-preview-card-replica{height:140px;width:100%;border-radius:14px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.15);box-shadow:0 10px 25px #0000008c}.collection-preview-card-replica .collection-card-bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:14px}.collection-preview-card-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:.95rem 1.15rem;display:flex;flex-direction:column;justify-content:space-between;z-index:2;pointer-events:none}.collection-preview-card-badge{align-self:flex-start;display:flex;align-items:center;gap:.4rem;background:#000000a6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);padding:.25rem .6rem;border-radius:8px;font-size:.74rem;font-weight:600;color:#fff}.collection-preview-card-info{display:flex;flex-direction:column;gap:.15rem}.collection-preview-card-name{font-size:1.12rem;font-weight:800;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.85);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-preview-card-sub{font-size:.74rem;color:#ffffffb3;text-shadow:0 1px 6px rgba(0,0,0,.8)}.collection-redesign-field{display:flex;flex-direction:column;gap:.45rem}.collection-field-header{display:flex;justify-content:space-between;align-items:center}.collection-redesign-label{font-size:.82rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.45rem}.collection-char-count{font-size:.74rem;color:var(--text-faint);font-weight:500}.collection-field-hint{font-size:.74rem;color:var(--text-faint)}.collection-input-wrapper{position:relative;display:flex;align-items:center}.collection-input-icon{position:absolute;left:.95rem;color:var(--text-muted);pointer-events:none}.collection-redesign-input{width:100%;padding:.72rem 1rem .72rem 2.65rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:#fff;font-size:.9rem;outline:none;transition:all .2s ease}.collection-redesign-input:focus{border-color:var(--accent-primary);background:#ffffff14;box-shadow:0 0 14px #e5091440}.collection-presets-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}@media(max-width:480px){.collection-presets-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.collection-preset-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .65rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:10px;color:var(--text-muted);font-size:.76rem;font-weight:600;cursor:pointer;transition:all .18s ease;text-align:left}.collection-preset-chip:hover{background:#ffffff14;color:#fff;border-color:#fff3;transform:translateY(-1px)}.collection-preset-chip.active{border-color:var(--accent-primary);background:#e509141f;color:#fff;box-shadow:0 0 12px #e5091438}.collection-preset-swatch{width:18px;height:18px;border-radius:6px;flex-shrink:0;box-shadow:0 2px 5px #0006;border:1px solid rgba(255,255,255,.2)}.collection-preset-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-preset-check{color:var(--accent-primary);flex-shrink:0}.collection-upload-actions{display:flex;gap:.65rem}.collection-upload-action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .18s ease}.collection-upload-action-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:translateY(-1px)}.collection-quick-pick-wrap{margin-top:.75rem;display:flex;flex-direction:column;gap:.45rem}.collection-quick-pick-label{font-size:.76rem;font-weight:600;color:var(--text-muted)}.collection-quick-pick-posters{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.35rem}.collection-quick-thumb{width:44px;height:64px;border-radius:6px;object-fit:cover;cursor:pointer;border:2px solid transparent;transition:all .18s ease;flex-shrink:0;opacity:.75}.collection-quick-thumb:hover{opacity:1;transform:translateY(-2px);border-color:#ffffff80}.collection-quick-thumb.active{opacity:1;border-color:var(--accent-primary);box-shadow:0 0 10px #e5091499}.collection-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.08)}.collection-modal-btn-cancel{padding:.65rem 1.25rem;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:var(--text-muted);font-size:.86rem;font-weight:600;cursor:pointer;transition:all .2s ease}.collection-modal-btn-cancel:hover{color:#fff;background:#ffffff1f}.collection-modal-btn-submit{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.4rem;border-radius:10px;background:var(--accent-primary);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #e5091466;transition:all .2s ease}.collection-modal-btn-submit:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 22px #e5091499}.collection-modal-btn-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.profile-items-view-wrapper{display:flex;flex-direction:column;gap:1.15rem;flex:1;min-height:0}.profile-controls-bar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap;padding-bottom:.45rem}.profile-search-box{display:flex;align-items:center;gap:.5rem;background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-full);padding:.45rem .95rem;flex:1;max-width:380px;min-width:220px;transition:border-color .18s ease}.profile-search-box:focus-within{border-color:var(--accent-primary);box-shadow:0 0 12px #e5091438}.profile-search-input{background:transparent;border:none;color:#fff;font-size:.84rem;outline:none;width:100%}.profile-search-input::placeholder{color:var(--text-muted)}.profile-filters-sort-row{display:flex;align-items:center;gap:.65rem}.profile-sort-custom{position:relative;display:inline-block;min-width:155px}.sort-label-short,.col-create-btn-text-short,.profile-title-text-short{display:none}.sort-label-full,.col-create-btn-text-full,.profile-title-text-full{display:inline}.profile-sort-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;gap:.5rem;background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.42rem .85rem;font-size:.82rem;font-weight:600;color:#fff;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.profile-sort-trigger:hover,.profile-sort-trigger.open{border-color:#e5091473;background:#ffffff14;box-shadow:0 0 14px #e509142e}.profile-sort-trigger .sort-chevron{transition:transform .2s ease;color:var(--text-muted);flex-shrink:0}.profile-sort-trigger .sort-chevron.rotate{transform:rotate(180deg)}.profile-sort-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;width:100%;min-width:100%;box-sizing:border-box;background:#121620fa;border:1px solid var(--border-glass);border-radius:var(--radius-md);padding:.35rem;box-shadow:0 12px 32px #000000bf;z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:.15rem}.profile-sort-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.45rem .65rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500;color:var(--text-muted);text-align:left;background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:all var(--transition-fast)}.profile-sort-option:hover{background:#ffffff14;color:#fff}.profile-sort-option.selected{background:#e5091424;color:#fff;font-weight:600}.profile-sort-wrapper{display:flex;align-items:center;gap:.45rem;background:var(--bg-surface-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.4rem .8rem}.profile-sort-select{background:transparent;border:none;color:#fff;font-size:.82rem;font-weight:600;outline:none;cursor:pointer}.profile-sort-select option,select option{background:#121620;color:#fff;padding:.5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 1.5rem;width:100%;margin:auto 0;flex:1}.empty-state .empty-icon,.empty-state .empty-icon-wrap{width:56px;height:56px;color:var(--text-faint);background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:50%;padding:14px;margin-bottom:.85rem;box-shadow:0 4px 16px #0000004d;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.empty-icon-favorites{background:#ef44441f!important;border-color:#ef444459!important;box-shadow:0 0 25px #ef444440!important}.empty-icon-watchlater{background:#f59e0b1f!important;border-color:#f59e0b59!important;box-shadow:0 0 25px #f59e0b40!important}.empty-icon-watched{background:#a855f71f!important;border-color:#a855f759!important;box-shadow:0 0 25px #a855f740!important}.empty-icon-collection{background:#e509141f!important;border-color:#e5091459!important;box-shadow:0 0 25px #e5091440!important}.empty-state h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.35rem;letter-spacing:-.01em}.empty-state p{font-size:.88rem;color:var(--text-muted);max-width:400px;line-height:1.5;margin:0 auto 1.25rem}.empty-state-btn,.empty-state .btn-primary,.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:var(--accent-primary);color:#fff;border:none;border-radius:var(--radius-full);padding:.65rem 1.45rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #e5091461}.empty-state-btn:hover,.empty-state .btn-primary:hover,.btn-primary:hover{background:var(--accent-primary-hover);transform:translateY(-2px) scale(1.02);box-shadow:0 6px 22px #e509148c}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:1.35rem 1rem}@media(max-width:960px){.profile-page-container{height:auto;max-height:none;overflow-y:auto}.profile-page-container .navbar{padding-left:0!important;padding-right:0!important}.profile-main-layout{flex-direction:column;gap:1.5rem;padding:1.25rem 0 3rem;overflow:visible}.profile-sidebar{width:100%;max-height:none;height:auto;overflow:visible}.profile-content-area{height:auto;overflow:visible}.profile-controls-bar{flex-direction:column;align-items:stretch}.profile-search-box{max-width:100%}}.moctale-login-root{min-height:100vh;width:100%;background:#000;display:flex;position:relative;overflow:hidden}.moctale-left-stage{flex:1.35;position:relative;height:100vh;overflow:hidden;padding:0 1rem;display:flex;align-items:center;justify-content:center}.moctale-poster-grid{display:flex;gap:1.35rem;width:100%;max-width:720px;height:145%;position:relative;top:-15%}.moctale-col-wrapper{flex:1;min-width:130px;max-width:210px;height:100%;overflow:hidden;position:relative}.moctale-col-track{display:flex;flex-direction:column;gap:1.35rem}.moctale-col-track.track-down{animation:moctaleScrollDown 55s linear infinite}.moctale-col-track.track-up{animation:moctaleScrollUp 60s linear infinite}@keyframes moctaleScrollDown{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes moctaleScrollUp{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.moctale-card-item{position:relative;width:100%;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:#11141c;box-shadow:0 10px 24px #000000bf;flex-shrink:0;transition:transform .25s ease}.moctale-card-item img{width:100%;height:100%;object-fit:cover;display:block}.moctale-mask-top{position:absolute;top:0;left:0;right:0;height:130px;background:linear-gradient(180deg,#000000 15%,rgba(0,0,0,.6) 65%,transparent 100%);pointer-events:none;z-index:2}.moctale-mask-bottom{position:absolute;bottom:0;left:0;right:0;height:140px;background:linear-gradient(0deg,#000000 15%,rgba(0,0,0,.6) 65%,transparent 100%);pointer-events:none;z-index:2}.moctale-mask-right{position:absolute;top:0;bottom:0;right:0;width:160px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.7) 50%,#000000 100%);pointer-events:none;z-index:2}.moctale-right-stage{flex:1;min-width:440px;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2.5rem;position:relative;z-index:10}.moctale-brand-banner{display:flex;align-items:center;gap:.65rem;margin-bottom:1.75rem}.moctale-brand-icon{width:38px;height:38px;border-radius:50%;background:#e50914d9;display:flex;align-items:center;justify-content:center;box-shadow:0 0 16px #e5091466}.moctale-brand-text{font-size:1.85rem;font-weight:800;letter-spacing:.14em;color:#fff}.moctale-white-card{background:#fff;border-radius:20px;width:100%;max-width:385px;padding:2.6rem 2.2rem;box-shadow:0 25px 60px #000000d9;display:flex;flex-direction:column;gap:1.25rem}.moctale-card-title{font-size:1.65rem;font-weight:700;color:#111827;text-align:center;margin:0;letter-spacing:-.015em}.moctale-tab-desc{font-size:.88rem;color:#64748b;line-height:1.55;margin:0;text-align:center}.moctale-google-primary-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.92rem 1.2rem;border-radius:12px;border:1px solid #e2e8f0;background:#fff;color:#0f172a;font-size:.96rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;margin-top:.5rem}.moctale-google-primary-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;box-shadow:0 6px 16px #0000001f;transform:translateY(-2px)}.moctale-google-primary-btn:active:not(:disabled){transform:translateY(0)}.moctale-card-footnote{font-size:.74rem;color:#94a3b8;text-align:center;margin-top:.25rem}.moctale-error-box{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.65rem .85rem;border-radius:9px;font-size:.82rem;display:flex;align-items:flex-start;gap:.45rem;text-align:left}.moctale-spinner{width:18px;height:18px;border:2px solid rgba(15,23,42,.2);border-top-color:#0f172a;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:960px){.moctale-login-root{flex-direction:column;overflow-y:auto;overflow-x:hidden!important;height:auto;min-height:100vh;width:100vw;max-width:100%}.moctale-left-stage{flex:none;height:46vh;min-height:280px;max-height:420px;width:100%;padding:0;overflow:hidden;position:relative}.moctale-poster-grid{height:160%;top:-15%;gap:.65rem;padding:0 .5rem;width:100%;max-width:100%;box-sizing:border-box}.moctale-col-wrapper{min-width:0!important;max-width:none!important;width:100%!important;flex:1!important;overflow:hidden}.moctale-card-item{border-radius:10px;box-shadow:0 4px 14px #000000bf}.moctale-mask-top{height:60px;background:linear-gradient(180deg,#000000 20%,transparent 100%)}.moctale-mask-bottom{height:70px;background:linear-gradient(0deg,#000000 15%,transparent 100%)}.moctale-mask-right{display:none}.moctale-right-stage{flex:1;min-width:0;width:100%;padding:.5rem 1.25rem 2.5rem;box-sizing:border-box}.moctale-brand-banner{margin-bottom:1.25rem}.moctale-white-card{max-width:360px;padding:2.2rem 1.5rem;border-radius:18px}}.collection-card-menu-container{position:relative;z-index:10}.collection-3dot-btn{transition:all .2s cubic-bezier(.16,1,.3,1)}.collection-3dot-btn:hover{background:#ffffff26!important;color:#fff!important;transform:scale(1.08)}.collection-card-popover{position:absolute;top:calc(100% + 6px);right:0;min-width:105px;background:#10141cfa;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 12px 28px #000000b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.25rem;z-index:999;display:flex;flex-direction:column;gap:.15rem}.collection-popover-item{display:flex;align-items:center;gap:.45rem;width:100%;padding:.42rem .6rem;background:transparent;border:none;border-radius:6px;color:#e2e8f0;font-size:.78rem;font-weight:600;cursor:pointer;text-align:left;transition:all .15s ease}.collection-popover-item:hover{background:#ffffff14;color:#fff}.collection-popover-item.danger{color:#f87171}.collection-popover-item.danger:hover{background:#ef444426;color:#ef4444}.collection-popover-divider{height:1px;background:#ffffff0f;margin:.15rem .2rem}.analytics-page-root{min-height:100vh;height:auto;overflow-y:auto;color:var(--text-primary, #ffffff);display:flex;flex-direction:column}.analytics-hero-banner{background:transparent;border-bottom:none;padding:1.25rem 2rem .25rem}.admin-svg-badge{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background:transparent;border:none;color:#ff4d4f;margin-left:.35rem;vertical-align:middle;transition:all .2s ease;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(229,9,20,.45))}.admin-svg-badge:hover{background:transparent;border:none;transform:scale(1.15);color:#ff6b6b;filter:drop-shadow(0 0 10px rgba(229,9,20,.7))}.dropdown-user-handle{font-size:.78rem;color:var(--text-muted);font-weight:500;display:block}.admin-diagnostics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.admin-telemetry-box{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1.1rem;display:flex;flex-direction:column;gap:.55rem}.telemetry-label{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:#cbd5e1}.telemetry-value-row{display:flex;align-items:baseline;gap:.65rem}.telemetry-status-pill{padding:.2rem .55rem;border-radius:6px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.telemetry-status-pill.green{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.3)}.telemetry-status-pill.purple{background:#8b5cf626;color:#a78bfa;border:1px solid rgba(139,92,246,.3)}.telemetry-ms{font-size:1.1rem;font-weight:800;color:#fff}.telemetry-meta{font-size:.72rem;color:var(--text-muted, #94a3b8)}.admin-actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.admin-action-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.admin-action-card h4{margin:0;font-size:.94rem;font-weight:700;color:#fff}.admin-action-card p{margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted, #94a3b8);line-height:1.45}.admin-spec-table-wrap{overflow-x:auto}.admin-spec-table{width:100%;border-collapse:collapse;font-size:.84rem}.admin-spec-table td{padding:.75rem .5rem;border-bottom:1px solid rgba(255,255,255,.06)}.admin-spec-table .spec-label{color:var(--text-muted, #94a3b8);width:220px;font-weight:500}.admin-spec-table .spec-val{color:#fff;font-weight:600}.admin-spec-table .spec-val.mono{font-family:monospace;font-size:.76rem;color:#94a3b8;word-break:break-all}.backup-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.72rem 1.25rem;border-radius:12px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none}.backup-action-btn.export-btn{background:#10b98129;border:1px solid rgba(16,185,129,.38);color:#10b981}.backup-action-btn.export-btn:hover{background:#10b98142;border-color:#10b98199;transform:translateY(-2px);box-shadow:0 6px 20px #10b98140;color:#34d399}.backup-action-btn.import-btn{background:#ffffff12;border:1px solid rgba(255,255,255,.16);color:#f1f5f9}.backup-action-btn.import-btn:hover{background:#ffffff24;border-color:#ffffff47;transform:translateY(-2px);box-shadow:0 6px 20px #00000059;color:#fff}.backup-close-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#cbd5e1;padding:.55rem 1.35rem;border-radius:10px;font-size:.86rem;font-weight:600;cursor:pointer;transition:all .18s ease}.backup-close-btn:hover{background:#ffffff26;color:#fff;border-color:#ffffff40}.username-modal-card{background:linear-gradient(180deg,#131722,#0c0f17)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:20px!important;box-shadow:0 25px 60px -10px #000000d9,0 0 35px #e509141f!important;width:100%;max-width:460px!important;overflow:hidden}.username-input-wrapper{display:flex!important;align-items:center!important;position:relative;width:100%!important;background:#ffffff0d;border:1.5px solid rgba(255,255,255,.12);border-radius:12px;padding:.15rem .95rem;transition:all .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.username-input-wrapper:focus-within{border-color:var(--accent-primary)!important;background:#ffffff14!important;box-shadow:0 0 0 3px #e5091433,0 0 16px #e5091426}.username-input-wrapper.is-valid{border-color:#10b98199!important}.username-input-wrapper.is-valid:focus-within{border-color:#10b981!important;box-shadow:0 0 0 3px #10b98133!important}.username-input-wrapper.is-error{border-color:#ef444499!important}.username-input-wrapper.is-error:focus-within{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}.username-prefix{font-size:1.15rem;font-weight:700;color:var(--accent-primary, #e50914);margin-right:.4rem;-webkit-user-select:none;user-select:none;display:flex;align-items:center}.username-input{flex:1 1 auto!important;width:100%!important;background:transparent!important;border:none!important;outline:none!important;color:#fff!important;font-size:1rem!important;font-weight:600!important;letter-spacing:.02em;padding:.75rem 0!important;font-family:inherit;box-shadow:none!important}.username-input::placeholder{color:#ffffff47!important;font-weight:400!important}.username-status-indicator{display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0}.username-status-indicator .spin{animation:spin .8s linear infinite}.toast-container{position:fixed;bottom:2.25rem;left:50%;transform:translate(-50%);z-index:99999;display:flex;flex-direction:column;align-items:center;gap:.6rem;pointer-events:none}.toast-message{display:flex;align-items:center;gap:.65rem;background:#0f141ef0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.16);color:#fff;padding:.75rem 1.45rem;border-radius:var(--radius-full);font-size:.92rem;font-weight:600;box-shadow:0 10px 32px -5px #000000bf,0 0 20px #00000080;animation:slideUpFade .25s cubic-bezier(.16,1,.3,1) forwards;pointer-events:auto;white-space:nowrap}.toast-message.toast-watchlater{border-color:#f59e0b80;box-shadow:0 10px 32px -5px #000c,0 0 24px #f59e0b47}.toast-message.toast-watched{border-color:#a855f780;box-shadow:0 10px 32px -5px #000c,0 0 24px #a855f747}.toast-message.toast-favorite{border-color:#ef444480;box-shadow:0 10px 32px -5px #000c,0 0 24px #ef444447}.toast-message.toast-collection{border-color:#3b82f680;box-shadow:0 10px 32px -5px #000c,0 0 24px #3b82f647}@keyframes slideUpFade{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.skeleton-shimmer{background:linear-gradient(90deg,#ffffff08,#ffffff14,#ffffff08);background-size:200% 100%;animation:shimmerMove 1.6s infinite ease-in-out;border-radius:var(--radius-sm)}@keyframes shimmerMove{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-console-viewport{min-height:100vh;color:#f1f5f9;font-family:inherit}.admin-console-wrapper{max-width:1440px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.admin-executive-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.07)}.admin-header-left{display:flex;align-items:center;gap:1.25rem;flex:1;min-width:280px}.admin-back-btn{display:inline-flex;align-items:center;gap:.45rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);padding:.55rem .95rem;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);flex-shrink:0}.admin-back-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3;transform:translate(-2px)}.admin-title-group{display:flex;flex-direction:column;gap:.2rem}.admin-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-brand-icon{width:32px;height:32px;border-radius:9px;background:#e5091426;border:1px solid rgba(229,9,20,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-main-heading{font-size:1.35rem;font-weight:900;letter-spacing:.02em;color:#fff;margin:0;text-transform:uppercase}.admin-live-pulse-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.22rem .6rem;border-radius:9999px;background:#22c55e1f;border:1px solid rgba(34,197,94,.28);font-size:.68rem;font-weight:800;letter-spacing:.06em;color:#22c55e}.admin-header-nav-row{display:contents}.admin-live-pulse-badge.mobile-only{display:none}.admin-live-pulse-badge.desktop-only{display:inline-flex}.admin-tab-text-full{display:inline}.admin-tab-text-short{display:none}.admin-table-scroll-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.live-pulse-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e;animation:adminPulse 2s infinite ease-in-out}@keyframes adminPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.admin-sub-heading{font-size:.8rem;color:var(--text-muted);margin:0;line-height:1.4}.admin-operator-card{display:flex;align-items:center;gap:.75rem;padding:.45rem .85rem;background:#121826bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 4px 16px #0000004d}.admin-operator-avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.15);flex-shrink:0}.admin-operator-avatar.fallback{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.admin-operator-info{display:flex;flex-direction:column}.admin-operator-name{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:700;color:#fff;line-height:1.2}.admin-operator-handle{font-size:.72rem;color:var(--text-muted)}.admin-pill-tag{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:6px;margin-left:.25rem}.admin-pill-tag.super{background:#f59e0b26;border:1px solid rgba(245,158,11,.35);color:#fbbf24}.admin-pill-tag.regular{background:#ef444426;border:1px solid rgba(239,68,68,.35);color:#ef4444}.admin-nav-ribbon{display:flex;align-items:center;gap:.5rem;padding:.35rem;background:#0e121c99;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.06);border-radius:14px;overflow-x:auto}.admin-nav-tab{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem 1.15rem;border-radius:10px;background:transparent;border:1px solid transparent;color:var(--text-muted);font-size:.86rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease;position:relative}.admin-nav-tab:hover{color:#fff;background:#ffffff0a}.admin-nav-tab.active{background:#e509141f;border-color:#e509144d;color:#fff;box-shadow:0 2px 10px #e509141a}.admin-tab-count-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem;border-radius:9999px;font-size:.7rem;font-weight:700;background:#ffffff14;color:#f1f5f9}.admin-nav-tab.active .admin-tab-count-badge{background:#e5091440;color:#ff4d58}.admin-module-pane{display:flex;flex-direction:column;gap:1.5rem}.admin-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.15rem}.admin-kpi-card{background:#0e121cbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem 1.35rem;display:flex;flex-direction:column;gap:.75rem;transition:all .22s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.admin-kpi-card.hoverable{cursor:pointer}.admin-kpi-card.hoverable:hover{transform:translateY(-3px);border-color:#ffffff2e;box-shadow:0 12px 28px #00000073}.admin-kpi-header{display:flex;align-items:center;justify-content:space-between}.admin-kpi-title{font-size:.84rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.admin-kpi-icon-wrap{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-kpi-body{display:flex;flex-direction:column;gap:.25rem}.admin-kpi-value{font-size:2.15rem;font-weight:900;letter-spacing:-.02em;color:#fff;line-height:1.1;font-family:monospace,sans-serif}.admin-kpi-trend{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--text-muted)}.admin-kpi-bullet{opacity:.5}.admin-kpi-footer{display:flex;align-items:center;justify-content:space-between;font-size:.76rem;font-weight:600;color:var(--text-faint);border-top:1px solid rgba(255,255,255,.05);padding-top:.65rem;margin-top:.25rem;transition:color .15s ease}.admin-kpi-card.hoverable:hover .admin-kpi-footer{color:#fff}.admin-dashboard-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.25rem}.admin-glass-panel{background:#0e121cbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:1.15rem;box-shadow:0 12px 32px #0006}.admin-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.admin-panel-title{font-size:1.05rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em}.admin-panel-subtitle{font-size:.8rem;color:var(--text-muted);margin:.2rem 0 0;line-height:1.4}.admin-badge-count{font-size:.74rem;font-weight:700;padding:.25rem .65rem;border-radius:9999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-muted)}.admin-telemetry-cards-list{display:flex;flex-direction:column;gap:.75rem}.admin-telemetry-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .18s ease}.admin-telemetry-row:hover{background:#ffffff0d;border-color:#ffffff17}.admin-service-identity{display:flex;align-items:center;gap:.75rem}.admin-service-name{font-size:.88rem;font-weight:700;color:#fff;display:block}.admin-service-meta{font-size:.74rem;color:var(--text-muted);display:block}.admin-latency-pill{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:8px;font-size:.78rem;font-weight:700;letter-spacing:.02em;font-family:monospace,sans-serif}.admin-latency-pill.green{background:#22c55e26;border:1px solid rgba(34,197,94,.35);color:#22c55e}.admin-latency-pill.amber{background:#f59e0b26;border:1px solid rgba(245,158,11,.35);color:#fbbf24}.admin-latency-pill.neutral{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text-muted)}.admin-panel-meta-footer{display:flex;align-items:center;gap:.4rem;font-size:.75rem;color:var(--text-faint);padding-top:.5rem;border-top:1px solid rgba(255,255,255,.04)}.admin-quick-ops-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.admin-op-card{display:flex;align-items:flex-start;gap:.85rem;padding:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;cursor:pointer;text-align:left;transition:all .2s ease}.admin-op-card:hover{background:#ffffff0f;border-color:#ffffff24;transform:translateY(-2px)}.admin-op-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-op-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.admin-op-label{font-size:.86rem;font-weight:700;color:#fff}.admin-op-desc{font-size:.74rem;color:var(--text-muted);line-height:1.35}.admin-audit-list{display:flex;flex-direction:column;gap:.75rem;max-height:260px;overflow-y:auto}.admin-audit-item{display:flex;align-items:flex-start;gap:.85rem;padding:.65rem .85rem;background:#ffffff05;border-radius:10px;border-left:2px solid rgba(255,255,255,.1)}.admin-audit-dot{width:8px;height:8px;border-radius:50%;margin-top:.35rem;flex-shrink:0}.admin-audit-dot.success{background:#22c55e;box-shadow:0 0 6px #22c55e}.admin-audit-dot.info{background:#38bdf8}.admin-audit-dot.warning{background:#fbbf24}.admin-audit-dot.danger{background:#ef4444}.admin-audit-content{flex:1;min-width:0}.admin-audit-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.admin-audit-action{font-size:.82rem;font-weight:700;color:#fff}.admin-audit-time{font-size:.72rem;color:var(--text-faint);font-family:monospace}.admin-audit-detail{font-size:.76rem;color:var(--text-muted);margin:.15rem 0 0}.admin-filter-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.admin-search-wrapper{position:relative;display:flex;align-items:center;min-width:280px;max-width:380px;flex:1;background:#0e121cd9;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 .85rem;transition:border-color .2s ease,box-shadow .2s ease}.admin-search-wrapper:focus-within{border-color:#e5091480;box-shadow:0 0 0 3px #e5091426}.admin-search-icon{color:var(--text-muted);flex-shrink:0;margin-right:.55rem}.admin-search-input{background:transparent;border:none;color:#fff;font-size:.86rem;width:100%;padding:.65rem 0;outline:none}.admin-clear-search-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.2rem;border-radius:4px}.admin-clear-search-btn:hover{color:#fff}.admin-filter-chips{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.admin-chip{padding:.45rem .85rem;border-radius:9999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:all .18s ease}.admin-chip:hover{background:#ffffff17;color:#fff}.admin-chip.active{background:#ffffff26;border-color:#ffffff4d;color:#fff}.admin-chip.active.super{background:#f59e0b2e;border-color:#f59e0b66;color:#fbbf24}.admin-chip.active.admin{background:#ef44442e;border-color:#ef444466;color:#ef4444}.admin-chip.active.verified{background:#38bdf82e;border-color:#38bdf866;color:#38bdf8}.admin-table-card{background:#0e121cbf;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;box-shadow:0 16px 40px #00000080}.admin-table-loading,.admin-table-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1.5rem;text-align:center;color:var(--text-muted);gap:.75rem}.admin-grid-table{width:100%;display:flex;flex-direction:column}.admin-table-row{display:grid;grid-template-columns:2.2fr 1.2fr 1.1fr 2.3fr;align-items:center;padding:1.15rem 1.65rem;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s ease}.admin-table-row:last-child{border-bottom:none}.admin-row-badges-wrap{display:contents}.admin-table-row:hover:not(.header){background:#ffffff08}.admin-table-row.header{background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.07);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);padding:1rem 1.65rem}.cell{min-width:0}.cell.text-right{text-align:right;display:flex;justify-content:flex-end}.admin-user-cell{display:flex;align-items:center;gap:.95rem}.admin-cell-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1.5px solid rgba(255,255,255,.15);flex-shrink:0}.admin-cell-avatar.fallback{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.05rem}.admin-cell-meta{display:flex;flex-direction:column;min-width:0;gap:.15rem}.admin-cell-name-row{display:flex;align-items:center;gap:.45rem;min-width:0}.admin-cell-name{font-size:1rem;font-weight:800;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.admin-cell-handle{font-size:.82rem;color:var(--text-muted);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-self-pill{font-size:.68rem;font-weight:800;padding:.12rem .45rem;border-radius:5px;background:#ffffff1f;color:#fff;letter-spacing:.04em;text-transform:uppercase}.admin-badge-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .85rem;border-radius:9999px;font-size:.82rem;font-weight:700;letter-spacing:.01em;white-space:nowrap;box-shadow:0 2px 8px #00000040}.admin-badge-pill.super{background:#f59e0b24;border:1px solid rgba(245,158,11,.4);color:#fbbf24}.admin-badge-pill.admin{background:#ef444424;border:1px solid rgba(239,68,68,.4);color:#ef4444}.admin-badge-pill.verified{background:#38bdf824;border:1px solid rgba(56,189,248,.4);color:#38bdf8}.admin-badge-pill.member{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8}.admin-unverified-tag{display:inline-flex;align-items:center;padding:.32rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:600;color:#64748b;background:#ffffff08;border:1px dashed rgba(255,255,255,.08)}.admin-current-session-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.42rem .85rem;border-radius:8px;font-size:.82rem;font-weight:700;color:#94a3b8;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.current-session-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e}.admin-protected-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .85rem;border-radius:8px;font-size:.8rem;font-weight:700;color:#fbbf24;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3)}.admin-peer-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.42rem .85rem;border-radius:8px;font-size:.8rem;font-weight:700;color:#ef4444;background:#ef44441a;border:1px solid rgba(239,68,68,.25)}.admin-actions-group{display:flex;align-items:center;gap:.6rem}.admin-action-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.48rem .95rem;border-radius:9px;font-size:.82rem;font-weight:700;cursor:pointer;border:none;transition:all .18s cubic-bezier(.16,1,.3,1);white-space:nowrap}.admin-action-btn.secondary{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff}.admin-action-btn.secondary:hover{background:#ffffff1f;border-color:#fff3}.admin-action-btn.primary{background:#e50914;color:#fff;box-shadow:0 4px 14px #e509144d}.admin-action-btn.primary:hover{background:#f40612;box-shadow:0 6px 20px #e5091473}.admin-action-btn.large{padding:.75rem 1.4rem;font-size:.88rem;border-radius:12px}.admin-action-btn.promote{background:#ef444424;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.admin-action-btn.promote:hover{background:#ef4444;color:#fff}.admin-action-btn.promote-super{background:#f59e0b24;color:#fbbf24;border:1px solid rgba(245,158,11,.35)}.admin-action-btn.promote-super:hover{background:#f59e0b;color:#000;border-color:#f59e0b}.admin-action-btn.danger{background:#ef44441f;color:#f87171;border:1px solid rgba(239,68,68,.25)}.admin-action-btn.danger:hover{background:#ef44444d;color:#fff}.admin-action-btn.verify{background:#38bdf824;color:#38bdf8;border:1px solid rgba(56,189,248,.3)}.admin-action-btn.verify:hover{background:#0284c7;color:#fff}.admin-action-btn.unverify{background:#ffffff0d;color:var(--text-muted);border:1px solid rgba(255,255,255,.1)}.admin-action-btn.unverify:hover{background:#ef444426;color:#ef4444;border-color:#ef44444d}.admin-analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.25rem}.admin-stat-distribution-list{display:flex;flex-direction:column;gap:1rem}.admin-dist-item{display:flex;flex-direction:column;gap:.4rem}.admin-dist-label-row{display:flex;align-items:center;justify-content:space-between;font-size:.84rem;font-weight:600}.admin-dist-name{display:flex;align-items:center;gap:.45rem;color:#fff}.admin-dist-count{color:var(--text-muted);font-family:monospace}.admin-progress-bar-bg{width:100%;height:8px;background:#ffffff0f;border-radius:9999px;overflow:hidden}.admin-progress-fill{height:100%;border-radius:9999px;transition:width .6s cubic-bezier(.16,1,.3,1)}.admin-watch-status-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.85rem}.admin-status-stat-box{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.admin-status-num{font-size:1.6rem;font-weight:900;font-family:monospace}.admin-status-label{font-size:.76rem;color:var(--text-muted)}.admin-collections-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin-metric-tile{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:1.25rem;display:flex;flex-direction:column;gap:.35rem}.admin-metric-digit{font-size:2rem;font-weight:900;color:#fff;font-family:monospace}.admin-metric-desc{font-size:.8rem;color:var(--text-muted)}.admin-backup-meta-box{display:flex;flex-direction:column;gap:.5rem;background:#00000059;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:1rem 1.15rem;margin-bottom:1.25rem}.admin-backup-stat{display:flex;align-items:center;justify-content:space-between;font-size:.82rem}.admin-backup-stat .label{color:var(--text-muted)}.admin-backup-stat .val{color:#fff;font-weight:700;font-family:monospace}.admin-cache-status-chip{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:.82rem;color:var(--text-muted);margin-bottom:1.25rem}.captcha-modal-card{max-width:460px;width:90%;background:#0d111b;border:1px solid rgba(255,255,255,.12);border-radius:20px;overflow:hidden;box-shadow:0 24px 60px #000000d9,0 0 40px #e5091426}.captcha-user-preview{display:flex;align-items:center;gap:.85rem;padding:.85rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;margin-bottom:1.15rem}.captcha-user-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover}.captcha-user-avatar.fallback{background:#1e293b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.captcha-challenge-box{background:#00000059;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1rem}.captcha-label{font-size:.82rem;font-weight:700;color:#fff;display:block;margin-bottom:.25rem}.captcha-code-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e509141f;border:1px dashed rgba(229,9,20,.4);border-radius:10px;letter-spacing:.25em;-webkit-user-select:none;user-select:none}.captcha-char{font-size:1.25rem;font-weight:900;font-family:monospace;color:#ff4d58}.backup-hub-modal{border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 24px 64px #000c,0 0 0 1px #10b98126!important}.spin{animation:spin 1s linear infinite}.btn-trailer-facts-card{margin-top:.85rem;width:100%;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.72rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e2e8f0;font-size:.88rem;font-weight:600;cursor:pointer;box-shadow:none!important;transition:all .25s cubic-bezier(.16,1,.3,1)}.btn-trailer-facts-card .trailer-play-icon{transition:transform .25s ease;flex-shrink:0}.btn-trailer-facts-card:hover{background:#e509141f;border-color:#e50914;color:#fff;box-shadow:none!important;transform:translateY(-1px)}.btn-trailer-facts-card:hover .trailer-play-icon{transform:scale(1.15)}.btn-trailer-facts-card:active{transform:translateY(0)}.media-card-season-bar-wrap{position:absolute;bottom:0;left:0;right:0;background:#0b0f19eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:.35rem .55rem;border-top:1px solid rgba(255,255,255,.12);border-bottom-left-radius:9px;border-bottom-right-radius:9px;overflow:hidden;display:flex;flex-direction:column;gap:.25rem;z-index:3}.media-card-season-label-row{display:flex;justify-content:space-between;align-items:center;font-size:.68rem;font-weight:700;color:#e2e8f0}.media-card-season-track{width:100%;height:4px;background:#ffffff26;border-radius:9999px;overflow:hidden}.media-card-season-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:9999px;transition:width .3s ease}.media-card-season-fill.partial{background:linear-gradient(90deg,#a855f7,#c084fc)}.auth-loading-stage{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.25rem;background:var(--bg-base)}.auth-loading-spinner-wrap{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.auth-spinner-svg{animation:auth-spin 1.4s linear infinite;width:50px;height:50px;transform-origin:center center}.auth-spinner-track{stroke:#ffffff14}.auth-spinner-circle{stroke:var(--accent-primary);stroke-dasharray:85,150;stroke-dashoffset:0;animation:auth-dash 1.4s ease-in-out infinite}.auth-spinner-logo-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--accent-primary);box-shadow:0 0 12px #e50914d9}@keyframes auth-spin{to{transform:rotate(360deg)}}@keyframes auth-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:85,150;stroke-dashoffset:-35}to{stroke-dasharray:85,150;stroke-dashoffset:-120}}.auth-loading-text{color:var(--text-muted);font-size:.92rem;font-weight:500;letter-spacing:.02em}@media(max-width:992px){.media-detail-layout{grid-template-columns:1fr!important;gap:1.5rem!important}.media-detail-left-col{height:auto!important}}@media(max-width:768px){html,body{overflow-x:hidden}*,*:before,*:after{scrollbar-width:none!important}*::-webkit-scrollbar{display:none!important}.app-container{padding:0 1rem 2.5rem!important}h1,.page-title{font-size:1.35rem!important;line-height:1.25!important}h2,.section-title{font-size:1.12rem!important;line-height:1.3!important}h3{font-size:.96rem!important}p{font-size:.82rem!important;line-height:1.45!important}.navbar{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;padding:.85rem 0!important;gap:.5rem!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border-bottom:1px solid var(--border-subtle)!important;position:static!important}.profile-page-container .navbar{padding-left:0!important;padding-right:0!important}.brand-logo{display:flex!important;align-items:center!important;gap:.4rem!important;font-size:1.15rem!important;flex-shrink:0!important;cursor:pointer!important}.brand-logo-img{width:auto!important}.brand-logo>svg{display:none!important}.brand-badge{display:none!important}.nav-search-bar{width:36px!important;height:36px!important;min-width:36px!important;max-width:36px!important;border-radius:50%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff12!important;border:1px solid rgba(255,255,255,.14)!important;cursor:pointer!important;flex:0 0 36px!important;margin-left:auto!important;margin-right:0!important;transition:all .2s ease!important}.nav-search-bar:hover,.nav-search-bar:active{transform:scale(.94)!important;background:#ffffff24!important;border-color:#ffffff40!important}.nav-search-bar svg{width:17px!important;height:17px!important;color:#fff!important;stroke:#fff!important;flex-shrink:0!important}.nav-search-placeholder,.search-text-desktop,.search-text-mobile,.nav-search-shortcut{display:none!important}.nav-actions{display:flex!important;align-items:center!important;gap:.4rem!important;flex-shrink:0!important;width:auto!important;margin-left:0!important}.user-avatar-btn{width:34px!important;height:34px!important;min-width:34px!important}.user-dropdown-menu{position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;width:205px!important;max-width:calc(100vw - 1.5rem)!important;padding:.35rem .4rem!important;border-radius:12px!important;gap:.12rem!important}.dropdown-vip-header{padding:.35rem .45rem!important;gap:.45rem!important;margin-bottom:.2rem!important;border-radius:9px!important}.dropdown-avatar-wrapper{width:28px!important;height:28px!important}.dropdown-user-name{font-size:.8rem!important}.dropdown-user-handle{font-size:.68rem!important}.dropdown-section-label{font-size:.58rem!important;padding:.18rem .35rem .08rem!important;letter-spacing:.05em!important}.dropdown-divider{margin:.18rem 0!important}.dropdown-item{padding:.28rem .4rem!important;font-size:.75rem!important;border-radius:6px!important;gap:.35rem!important}.dropdown-item-left{gap:.45rem!important}.dropdown-item-icon-box{width:20px!important;height:20px!important;border-radius:5px!important}.dropdown-item-icon-box svg{width:11px!important;height:11px!important}.dropdown-items-list{gap:.08rem!important}.trending-header{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:.6rem!important;margin-bottom:.85rem!important}.trending-title-cluster{display:flex!important;align-items:baseline!important;gap:.45rem!important;flex-wrap:nowrap!important;white-space:nowrap!important;width:100%!important}.trending-fire-icon{width:17px!important;height:17px!important;align-self:center!important;flex-shrink:0!important;filter:drop-shadow(0 0 6px rgba(251,191,36,.5))!important}.trending-title{font-size:1.05rem!important;font-weight:700!important;white-space:nowrap!important;color:#fff!important;margin:0!important;flex-shrink:0!important}.trending-source-tag{font-size:.62rem!important;font-weight:600!important;color:var(--text-faint)!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;flex-shrink:0!important}.trending-actions-cluster{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:.5rem!important}.talk-of-the-town-section .trending-header{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.talk-of-the-town-section .trending-title-cluster,.talk-of-the-town-section .trending-actions-cluster{width:auto!important}.trending-actions-cluster .type-pills{display:flex!important;align-items:center!important;gap:.25rem!important;overflow-x:auto!important;scrollbar-width:none!important;flex:1!important}.trending-actions-cluster .type-pill{padding:.32rem .6rem!important;font-size:.74rem!important}.media-grid,.trending-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.65rem!important;width:100%!important;box-sizing:border-box!important}.media-card{display:flex!important;flex-direction:column!important;min-width:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;border-radius:10px!important;overflow:hidden!important}.media-card-poster-wrap{width:100%!important;max-width:100%!important;aspect-ratio:2/3!important;border-radius:10px!important;overflow:hidden!important;-webkit-mask-image:-webkit-radial-gradient(white,black)!important;mask-image:-webkit-radial-gradient(white,black)!important;box-sizing:border-box!important}.media-card-top-actions{opacity:1!important;transform:translateY(0)!important}.card-action-btn{width:26px!important;height:26px!important}.media-card-info{width:100%!important;min-width:0!important;max-width:100%!important;padding:.45rem .15rem!important;overflow:hidden!important;box-sizing:border-box!important}.media-card-title{font-size:.82rem!important;font-weight:700!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;min-width:0!important;max-width:100%!important;display:block!important}.media-card-subtitle{font-size:.7rem!important;margin-top:.15rem!important;gap:.3rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important;align-items:center!important}.media-card-season-bar-wrap{padding:.25rem .45rem!important;border-bottom-left-radius:9px!important;border-bottom-right-radius:9px!important;overflow:hidden!important}.media-card-season-label-row{font-size:.62rem!important}.media-card-season-track{height:3px!important}.filter-container{padding:.65rem!important;gap:.65rem!important;border-radius:12px!important}.filter-sub-bar{flex-direction:column!important;align-items:stretch!important;gap:.6rem!important}.type-pills{display:flex!important;overflow-x:auto!important;gap:.35rem!important;padding-bottom:.2rem!important;scrollbar-width:none}.type-pills::-webkit-scrollbar{display:none}.type-pill{font-size:.74rem!important;padding:.35rem .65rem!important;white-space:nowrap!important}.filter-controls{display:flex!important;gap:.5rem!important;justify-content:space-between!important;align-items:center!important}.filter-search-input{font-size:.78rem!important;padding:.4rem .65rem!important;height:34px!important}.sort-select{font-size:.74rem!important;padding:.35rem .65rem!important;height:34px!important}.detail-page-container{position:relative;width:100%;padding-bottom:0!important}.detail-ambient-backdrop{position:absolute!important;top:0!important;left:calc(-50vw + 50%)!important;right:calc(-50vw + 50%)!important;width:100vw!important;height:250px!important;min-height:unset!important;max-height:250px!important;pointer-events:none!important;z-index:0!important;overflow:hidden!important}.detail-ambient-img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;background-position:center 25%!important;background-size:cover!important;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.9) 55%,rgba(0,0,0,.25) 85%,transparent 100%)!important;mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.9) 55%,rgba(0,0,0,.25) 85%,transparent 100%)!important}.detail-ambient-vignette{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(180deg,rgba(10,12,16,.45) 0%,rgba(10,12,16,.05) 30%,rgba(10,12,16,.85) 80%,var(--bg-main, #0b0f19) 100%)!important}.detail-hero-content{display:flex!important;flex-direction:row!important;align-items:flex-end!important;justify-content:flex-start!important;text-align:left!important;padding:.25rem 0 1.25rem!important;margin-top:5.8rem!important;margin-bottom:1.25rem!important;gap:.95rem!important;flex-wrap:nowrap!important;width:100%!important}.detail-hero-left-cluster{display:flex!important;flex-direction:row!important;align-items:flex-end!important;text-align:left!important;gap:.95rem!important;flex-wrap:nowrap!important;min-width:0!important;width:100%!important}.detail-hero-poster-wrapper{width:115px!important;min-width:115px!important;max-width:115px!important;aspect-ratio:2/3!important;border-radius:10px!important;flex-shrink:0!important;overflow:hidden!important;background:#181d29!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 8px 24px #0009!important}.detail-hero-poster-wrapper img{width:100%!important;height:100%!important;object-fit:cover!important}.detail-hero-meta-col{flex:1!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;text-align:left!important;gap:.3rem!important;padding-top:0!important;padding-bottom:2px!important}.detail-hero-title{font-size:1.25rem!important;font-weight:700!important;line-height:1.2!important;text-align:left!important;margin:0!important;word-break:break-word!important;color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.85)!important}.detail-hero-tagline{font-size:.74rem!important;font-style:italic!important;color:#94a3b8!important;line-height:1.3!important;margin:.05rem 0 .15rem!important;text-align:left!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.detail-hero-meta-row{display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:.28rem!important;margin-top:.15rem!important;font-size:.72rem!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;scrollbar-width:none!important}.detail-hero-meta-row::-webkit-scrollbar{display:none!important}.detail-rating-pill{font-size:.68rem!important;font-weight:700!important;padding:.12rem .38rem!important;gap:.2rem!important;border-radius:9999px!important;flex-shrink:0!important}.detail-rating-pill svg{width:10px!important;height:10px!important;flex-shrink:0!important}.meta-cert-badge{font-size:.62rem!important;padding:.08rem .32rem!important;border-radius:4px!important;flex-shrink:0!important}.meta-inline-text{font-size:.7rem!important;color:#cbd5e1!important;white-space:nowrap!important;flex-shrink:0!important}.meta-inline-dot{font-size:.52rem!important;color:#ffffff59!important;margin:0 -.05rem!important;flex-shrink:0!important}.detail-hero-genres{display:flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:.3rem!important;margin-top:.2rem!important;max-width:100%!important;overflow-x:auto!important;scrollbar-width:none!important}.detail-hero-genres::-webkit-scrollbar{display:none!important}.detail-hero-genre-pill{font-size:.68rem!important;font-weight:600!important;padding:.14rem .48rem!important;border-radius:9999px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;flex-shrink:0!important;white-space:nowrap!important}.media-detail-layout{display:flex!important;flex-direction:column!important;gap:1.15rem!important;margin-bottom:1.5rem!important}.media-detail-left-col,.media-detail-right-col{display:contents!important}.detail-tracker-card{order:1!important}.detail-synopsis-section{order:2!important}.detail-cast-section{order:3!important}.detail-seasons-section{order:4!important}.detail-facts-card{order:5!important;margin-bottom:0!important}.detail-progress-card{order:6!important;margin-bottom:0!important}.detail-unboxed-section.detail-recommendations-section{order:7!important;margin-top:.35rem!important;padding-top:.75rem!important;gap:.25rem!important}.detail-recommendations-section .detail-section-title{margin-bottom:.35rem!important}.detail-unboxed-section{padding:0!important}.detail-section-title{font-size:.98rem!important;gap:.45rem!important;margin-bottom:.55rem!important;display:flex!important;align-items:center!important}.detail-section-title svg{width:16px!important;height:16px!important}.detail-synopsis-text,.story-synopsis-text{font-size:.83rem!important;line-height:1.55!important;color:#cbd5e1!important}.detail-glass-card{padding:.9rem 1rem!important;border-radius:12px!important;background:#121622b3!important;border:1px solid rgba(255,255,255,.09)!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.detail-glass-card .detail-section-title,.detail-glass-card h3{font-size:.98rem!important;font-weight:700!important}.tracker-compact-cluster{gap:.55rem!important}.tracker-watched-row{gap:.5rem!important}.btn-tracker-watched{min-height:38px!important;padding:.45rem .75rem!important;font-size:.82rem!important;border-radius:9999px!important}.btn-tracker-fav{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important}.tracker-secondary-row{gap:.5rem!important}.btn-tracker-pill{min-height:36px!important;padding:.4rem .5rem!important;font-size:.76rem!important;border-radius:9999px!important}.cast-view-toggle-btn{display:inline-flex!important;font-size:.68rem!important;padding:.16rem .52rem!important}.cast-scroll-grid-2rows{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:.55rem!important;padding:.2rem 0 .55rem!important;max-height:none!important;scrollbar-width:none!important}.cast-scroll-grid-2rows::-webkit-scrollbar{display:none!important}.cast-scroll-grid-2rows.is-expanded{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:.55rem!important;max-height:none!important;overflow-x:visible!important;overflow-y:visible!important;padding-bottom:.25rem!important}.cast-scroll-grid-2rows.is-expanded .cast-card-item{width:100%!important;min-width:0!important;flex:1 1 auto!important}.cast-card-item{flex:0 0 96px!important;width:96px!important;min-width:96px!important;height:auto!important;min-height:unset!important;padding:.6rem .45rem .55rem!important;border-radius:12px!important;text-align:center!important;scroll-snap-align:start!important;background:#ffffff09!important;border:1px solid rgba(255,255,255,.08)!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;box-sizing:border-box!important}.cast-card-item img,.cast-card-item div{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;border-radius:50%!important;margin:0 auto .35rem!important;flex-shrink:0!important}.cast-person-name{font-size:.72rem!important;font-weight:600!important;color:#fff!important;line-height:1.25!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;text-align:center!important;word-break:break-word!important;min-height:1.8rem!important}.cast-person-role{font-size:.64rem!important;color:#94a3b8!important;line-height:1.2!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;text-align:center!important;word-break:break-word!important;margin-top:.2rem!important;margin-bottom:0!important}.cast-person-role.is-crew-role{color:#22d3ee!important;font-weight:600!important}.seasons-horizontal-row{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:.65rem!important;padding-bottom:.4rem!important;scrollbar-width:none!important}.seasons-horizontal-row::-webkit-scrollbar{display:none!important}.season-card-horizontal{flex:0 0 110px!important;width:110px!important;min-width:110px!important;scroll-snap-align:start!important}.season-card-poster-wrap{height:155px!important;border-radius:8px!important}.fact-row{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:.4rem 0!important;border-bottom:1px solid rgba(255,255,255,.05)!important;font-size:.76rem!important}.fact-label{font-size:.74rem!important;color:var(--text-muted)!important;font-weight:500!important}.fact-val{font-size:.76rem!important;font-weight:600!important;color:#fff!important;text-align:right!important;max-width:62%!important}.btn-trailer-facts-card{display:flex!important;align-items:center!important;justify-content:center!important;gap:.45rem!important;width:100%!important;margin-top:.65rem!important;padding:.58rem .85rem!important;font-size:.8rem!important;font-weight:600!important;border-radius:9999px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;box-shadow:none!important}.btn-trailer-facts-card:hover{background:#ffffff24!important;border-color:#ffffff47!important}.similar-movies-grid{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:.65rem!important;padding:0 .15rem .65rem!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;width:100%!important;box-sizing:border-box!important}.similar-movies-grid::-webkit-scrollbar{display:none!important}.similar-movies-grid .media-card{flex:0 0 130px!important;width:130px!important;min-width:130px!important;max-width:130px!important;scroll-snap-align:start!important}.media-card-top-actions{opacity:1!important;pointer-events:auto!important}.profile-main-layout{display:flex!important;flex-direction:column!important;gap:.75rem!important;padding:.5rem 0 2rem!important}.profile-sidebar{width:100%!important;display:flex!important;flex-direction:column!important;gap:.5rem!important}.profile-user-card{border-radius:16px!important;overflow:hidden!important;background:#0e121cd9!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 8px 24px -6px #00000080!important}.profile-cover-area{height:125px!important;border-radius:16px 16px 0 0!important}.profile-3dot-container{top:8px!important;right:8px!important}.profile-3dot-btn{width:28px!important;height:28px!important;background:#0009!important}.profile-card-body{padding:0 .85rem .65rem!important}.profile-avatar-wrapper{width:52px!important;height:52px!important;margin-top:-26px!important;margin-bottom:.35rem!important}.profile-avatar-overlapping{width:52px!important;height:52px!important;border-width:2.5px!important;font-size:1.3rem!important;box-shadow:0 4px 14px #0009!important}.profile-avatar-change-badge{display:none!important}.profile-user-identity{margin-bottom:.35rem!important;padding:0!important}.profile-name-row{gap:.3rem!important}.profile-user-name{font-size:1.05rem!important;font-weight:800!important}.profile-user-handle{font-size:.72rem!important}.profile-bio-box{margin:0 0 .45rem!important;padding:.3rem .6rem!important;border-radius:8px!important;background:#ffffff06!important;border:1px solid rgba(255,255,255,.05)!important}.profile-bio-text{font-size:.73rem!important;line-height:1.35!important}.profile-quick-stats{padding-top:.4rem!important;gap:.4rem!important;border-top:1px solid rgba(255,255,255,.06)!important}.profile-stat-val{font-size:.95rem!important}.profile-stat-lbl{font-size:.6rem!important;letter-spacing:.04em!important}.profile-nav-menu{display:flex!important;flex-direction:row!important;align-items:center!important;gap:.25rem!important;margin-top:.2rem!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;padding:2px 1px 4px!important;width:100%!important}.profile-nav-menu::-webkit-scrollbar{display:none!important}.profile-nav-btn{width:auto!important;flex:1 0 auto!important;min-width:max-content!important;padding:.32rem .46rem!important;min-height:32px!important;border-radius:9999px!important;background:#ffffff09!important;border:1px solid rgba(255,255,255,.08)!important;justify-content:center!important;gap:.25rem!important;box-sizing:border-box!important;scroll-snap-align:center!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important}.profile-nav-btn-content{gap:.25rem!important}.profile-nav-btn-content span{font-size:.71rem!important;font-weight:600!important;white-space:nowrap!important}.profile-nav-btn-content svg{width:13px!important;height:13px!important;flex-shrink:0!important}.profile-nav-badge{font-size:.65rem!important;font-weight:700!important;padding:.06rem .32rem!important;border-radius:9999px!important;background:#ffffff14!important}.profile-nav-btn.active-watch_later{background:#f59e0b29!important;border-color:#f59e0b8c!important;box-shadow:0 2px 10px #f59e0b33!important}.profile-nav-btn.active-watch_later .profile-nav-badge{background:#f59e0b40!important}.profile-nav-btn.active-watched{background:#a855f729!important;border-color:#a855f78c!important;box-shadow:0 2px 10px #a855f733!important}.profile-nav-btn.active-watched .profile-nav-badge{background:#a855f740!important}.profile-nav-btn.active-favorites{background:#ef444429!important;border-color:#ef44448c!important;box-shadow:0 2px 10px #ef444433!important}.profile-nav-btn.active-favorites .profile-nav-badge{background:#ef444440!important}.profile-nav-btn.active-collections{background:#e5091429!important;border-color:#e509148c!important;box-shadow:0 2px 10px #e5091433!important}.profile-nav-btn.active-collections .profile-nav-badge{background:#e5091440!important}.profile-content-area{display:flex!important;flex-direction:column!important;gap:.75rem!important}.profile-content-header.is-main-list-header{display:none!important}.profile-content-header.is-sub-collection-header{display:flex!important;padding:.35rem 0!important;margin-bottom:.15rem!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.profile-content-header.is-sub-collection-header h2{font-size:1.15rem!important}.profile-content-header.is-collections-dir-header{display:flex!important;padding:.25rem 0 .45rem!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid rgba(255,255,255,.08)!important;flex-wrap:nowrap!important;gap:.4rem!important}.profile-content-header.is-collections-dir-header>div{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;flex-wrap:nowrap!important;gap:.4rem!important}.profile-heading-title-row{display:flex!important;align-items:center!important;gap:.45rem!important;flex-wrap:nowrap!important;white-space:nowrap!important;min-width:0!important}.profile-tab-title{font-size:1.15rem!important;font-weight:800!important;margin:0!important;white-space:nowrap!important;min-width:0!important;display:inline-flex!important;align-items:center!important}.profile-title-text-full{display:none!important}.profile-title-text-short{display:inline!important;white-space:nowrap!important}.profile-content-header.is-collections-dir-header h2{font-size:1.15rem!important;font-weight:800!important;margin:0!important;white-space:nowrap!important}.profile-content-header.is-collections-dir-header p{display:none!important}.profile-content-header.is-collections-dir-header .collection-create-btn.always-active{padding:.35rem .75rem!important;height:32px!important;border-radius:9999px!important;font-size:.78rem!important;font-weight:700!important;white-space:nowrap!important;flex-shrink:0!important;box-shadow:0 2px 10px #e5091459!important;margin-left:auto!important;display:inline-flex!important;align-items:center!important;gap:.35rem!important}.col-create-btn-text-full{display:none!important}.col-create-btn-text-short{display:inline!important}.collections-directory-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.65rem!important;width:100%!important}.collection-folder-card{height:135px!important;min-height:135px!important;padding:.75rem!important;border-radius:14px!important;overflow:hidden!important;-webkit-mask-image:-webkit-radial-gradient(white,black)!important;mask-image:-webkit-radial-gradient(white,black)!important;background:#101520d9!important;box-shadow:0 4px 16px #0006!important}.collection-folder-card .collection-card-bg-layer,.collection-folder-card .collection-card-backdrop,.collection-folder-card .collection-card-overlay,.collection-folder-card .collection-card-fallback-backdrop{border-radius:13px!important;overflow:hidden!important;-webkit-mask-image:-webkit-radial-gradient(white,black)!important;mask-image:-webkit-radial-gradient(white,black)!important}.collection-folder-card .collection-bookmark-pill{width:28px!important;height:28px!important;border-radius:8px!important}.collection-folder-card .collection-bookmark-pill svg{width:13px!important;height:13px!important}.collection-folder-card .collection-3dot-btn{width:26px!important;height:26px!important}.collection-folder-card .collection-3dot-btn svg{width:13px!important;height:13px!important}.collection-folder-title{font-size:.88rem!important;font-weight:700!important;margin-top:.15rem!important;margin-bottom:.1rem!important;line-height:1.25!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.collection-folder-count{font-size:.68rem!important;color:var(--text-muted)!important;margin-bottom:0!important}.collection-folder-footer{display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:.72rem!important;font-weight:600!important;padding-top:.35rem!important;margin-top:auto!important;border-top:1px solid rgba(255,255,255,.06)!important}.collection-folder-footer svg{width:12px!important;height:12px!important}.profile-controls-bar{display:flex!important;flex-direction:column!important;gap:.35rem!important;width:100%!important;padding-bottom:0!important}.profile-search-box{width:100%!important;max-width:100%!important;min-width:0!important;height:34px!important;padding:.3rem .8rem!important;border-radius:9999px!important;background:#ffffff09!important;border:1px solid rgba(255,255,255,.08)!important}.profile-search-input{font-size:.8rem!important}.profile-filters-sort-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.35rem!important;width:100%!important;flex-wrap:nowrap!important}.profile-filters-sort-row .type-pills{display:flex!important;align-items:center!important;gap:.22rem!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex:1 1 auto!important;min-width:0!important;padding-bottom:0!important;padding-right:.2rem!important}.profile-filters-sort-row .type-pills::-webkit-scrollbar{display:none!important}.profile-filters-sort-row .type-pill{padding:.26rem .52rem!important;font-size:.72rem!important;font-weight:600!important;white-space:nowrap!important;flex-shrink:0!important;border-radius:9999px!important;background:#ffffff09!important;border:1px solid rgba(255,255,255,.08)!important;line-height:1.2!important}.profile-filters-sort-row .type-pill.active{background:var(--accent-primary)!important;color:#fff!important;border-color:var(--accent-primary)!important}.profile-filters-sort-row .profile-sort-custom{flex-shrink:0!important;min-width:auto!important}.profile-filters-sort-row .profile-sort-trigger{padding:.26rem .55rem!important;font-size:.72rem!important;height:30px!important;gap:.25rem!important;white-space:nowrap!important;border-radius:9999px!important;background:#ffffff0a!important;border:1px solid rgba(255,255,255,.08)!important;flex-shrink:0!important}.sort-label-full{display:none!important}.sort-label-short{display:inline!important;font-size:.72rem!important;max-width:65px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.profile-filters-sort-row .profile-sort-trigger svg{flex-shrink:0!important;width:12px!important;height:12px!important}.profile-sort-dropdown{left:auto!important;right:0!important;width:132px!important;min-width:132px!important;max-width:calc(100vw - 2rem)!important;padding:.22rem!important;border-radius:10px!important;background:#0e121cfa!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 10px 28px #000000d9!important;gap:.1rem!important;z-index:120!important}.profile-sort-option{padding:.3rem .5rem!important;font-size:.71rem!important;font-weight:500!important;border-radius:6px!important;gap:.35rem!important;transition:background .15s ease,color .15s ease!important}.profile-sort-option span{font-size:.71rem!important;white-space:nowrap!important}.profile-sort-option svg{width:11px!important;height:11px!important;flex-shrink:0!important}.profile-sort-option.selected{background:#e5091424!important;color:#fff!important;font-weight:600!important}.profile-sort-option:hover{background:#ffffff14!important;color:#fff!important}.profile-3dot-popover{min-width:145px!important;padding:.25rem!important;border-radius:10px!important;z-index:120!important}.profile-popover-item{padding:.38rem .55rem!important;font-size:.74rem!important;gap:.45rem!important;border-radius:6px!important}.profile-popover-item svg{width:13px!important;height:13px!important}.collection-card-popover{min-width:95px!important;padding:.22rem!important;border-radius:8px!important;z-index:120!important}.collection-popover-item{padding:.32rem .5rem!important;font-size:.72rem!important;gap:.35rem!important;border-radius:5px!important}.collection-popover-item svg{width:12px!important;height:12px!important}.profile-count-pill{font-size:.72rem!important}.admin-console-wrapper{gap:1.1rem!important}.admin-executive-header{flex-direction:column!important;align-items:stretch!important;gap:.85rem!important;padding-bottom:.85rem!important}.admin-header-left{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;width:100%!important;min-width:0!important}.admin-header-nav-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important}.admin-back-btn{padding:.42rem .75rem!important;font-size:.78rem!important;border-radius:8px!important}.admin-live-pulse-badge.mobile-only{display:inline-flex!important;padding:.2rem .55rem!important;font-size:.65rem!important}.admin-live-pulse-badge.desktop-only{display:none!important}.admin-title-group{gap:.3rem!important}.admin-title-row{display:flex!important;align-items:center!important;gap:.5rem!important;flex-wrap:wrap!important}.admin-brand-icon{width:28px!important;height:28px!important;border-radius:8px!important}.admin-main-heading{font-size:1.05rem!important;font-weight:800!important;letter-spacing:.01em!important}.admin-sub-heading{font-size:.72rem!important;line-height:1.35!important;color:var(--text-muted)!important}.admin-header-right{width:100%!important}.admin-operator-card{width:100%!important;padding:.45rem .65rem!important;border-radius:10px!important;justify-content:space-between!important}.admin-operator-avatar{width:30px!important;height:30px!important}.admin-operator-name{font-size:.8rem!important}.admin-operator-handle{font-size:.68rem!important}.admin-pill-tag{font-size:.64rem!important;padding:.15rem .45rem!important}.admin-nav-ribbon{display:flex!important;width:100%!important;gap:.35rem!important;padding:.25rem!important;border-radius:10px!important}.admin-nav-tab{flex:1 1 50%!important;justify-content:center!important;padding:.55rem .35rem!important;font-size:.76rem!important;gap:.35rem!important;border-radius:8px!important}.admin-tab-icon{width:14px!important;height:14px!important;flex-shrink:0!important}.admin-tab-text-full{display:none!important}.admin-tab-text-short{display:inline!important;font-weight:700!important}.admin-tab-count-badge{font-size:.66rem!important;padding:.08rem .38rem!important}.admin-kpi-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.55rem!important;margin-bottom:.5rem!important}.admin-kpi-card{padding:.75rem .65rem!important;border-radius:12px!important;gap:.5rem!important}.admin-kpi-header{display:flex!important;align-items:center!important;justify-content:space-between!important}.admin-kpi-title{font-size:.68rem!important;font-weight:700!important}.admin-kpi-icon-wrap{width:28px!important;height:28px!important;border-radius:7px!important}.admin-kpi-icon-wrap svg{width:14px!important;height:14px!important}.admin-kpi-value{font-size:1.28rem!important;font-weight:800!important;font-family:monospace!important}.admin-kpi-trend{font-size:.64rem!important;flex-wrap:wrap!important;gap:.25rem!important}.admin-kpi-footer{display:none!important}.admin-dashboard-split{display:flex!important;flex-direction:column!important;gap:.95rem!important}.admin-glass-panel{padding:.95rem .9rem!important;border-radius:14px!important;gap:.85rem!important;margin-top:0!important}.admin-panel-header{flex-direction:column!important;align-items:stretch!important;gap:.65rem!important}.admin-panel-header .admin-action-btn{align-self:flex-start!important;padding:.38rem .75rem!important;font-size:.75rem!important}.admin-panel-title{font-size:.95rem!important;font-weight:800!important}.admin-panel-subtitle{font-size:.74rem!important;line-height:1.35!important}.admin-telemetry-row{padding:.65rem .75rem!important;gap:.6rem!important;border-radius:10px!important;flex-wrap:wrap!important}.admin-service-identity{gap:.6rem!important;min-width:0!important;flex:1 1 60%!important}.admin-service-identity svg{width:15px!important;height:15px!important;flex-shrink:0!important}.admin-service-name{font-size:.78rem!important;font-weight:700!important}.admin-service-meta{font-size:.68rem!important;line-height:1.3!important}.admin-latency-pill{padding:.22rem .55rem!important;font-size:.7rem!important;border-radius:6px!important;flex-shrink:0!important}.admin-panel-meta-footer{font-size:.68rem!important;padding-top:.4rem!important}.admin-quick-ops-grid{display:flex!important;flex-direction:column!important;gap:.55rem!important}.admin-op-card{padding:.75rem .85rem!important;border-radius:12px!important;gap:.75rem!important}.admin-op-icon{width:34px!important;height:34px!important;border-radius:8px!important;flex-shrink:0!important}.admin-op-icon svg{width:16px!important;height:16px!important}.admin-op-label{font-size:.82rem!important;font-weight:700!important}.admin-op-desc{font-size:.7rem!important;line-height:1.3!important}.admin-audit-list{gap:.55rem!important;max-height:240px!important}.admin-audit-item{padding:.55rem .75rem!important;gap:.65rem!important;border-radius:8px!important}.admin-audit-action{font-size:.76rem!important}.admin-audit-time{font-size:.66rem!important}.admin-audit-detail{font-size:.7rem!important}.admin-filter-toolbar{flex-direction:column!important;align-items:stretch!important;gap:.65rem!important}.admin-search-wrapper{min-width:100%!important;max-width:100%!important;padding:0 .75rem!important;border-radius:10px!important}.admin-search-input{font-size:.8rem!important;padding:.55rem 0!important}.admin-filter-chips{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding-bottom:.2rem!important;gap:.35rem!important;width:100%!important}.admin-filter-chips::-webkit-scrollbar{display:none!important}.admin-chip{flex-shrink:0!important;padding:.35rem .65rem!important;font-size:.72rem!important;white-space:nowrap!important}.admin-toolbar-actions{display:flex!important;gap:.5rem!important;width:100%!important}.admin-toolbar-actions .admin-action-btn{flex:1!important;justify-content:center!important;padding:.45rem .65rem!important;font-size:.76rem!important}.admin-table-scroll-container{overflow-x:visible!important;width:100%!important}.admin-table-card{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.admin-grid-table{display:flex!important;flex-direction:column!important;gap:.75rem!important;width:100%!important;min-width:0!important}.admin-table-row.header{display:none!important}.admin-table-row{display:flex!important;flex-direction:column!important;gap:.65rem!important;padding:.95rem 1rem!important;background:#0e121cbf!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:14px!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;box-shadow:0 4px 18px #00000059!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.cell.col-user{width:100%!important}.admin-user-cell{display:flex!important;align-items:center!important;gap:.75rem!important;width:100%!important}.admin-cell-avatar{width:40px!important;height:40px!important;border-radius:50%!important;flex-shrink:0!important}.admin-cell-meta{flex:1!important;min-width:0!important;gap:.2rem!important}.admin-cell-name-row{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:.4rem!important}.admin-cell-name{font-size:.92rem!important;font-weight:800!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important}.admin-cell-handle{font-size:.74rem!important;color:var(--text-muted)!important}.admin-row-badges-wrap{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:.5rem!important;width:100%!important}.cell.col-role,.cell.col-verification{display:inline-flex!important;align-items:center!important}.admin-badge-pill{font-size:.74rem!important;padding:.28rem .65rem!important;border-radius:9999px!important;white-space:nowrap!important}.admin-unverified-tag{font-size:.72rem!important;padding:.25rem .6rem!important;white-space:nowrap!important}.cell.col-actions{display:flex!important;width:100%!important;justify-content:flex-start!important;border-top:1px solid rgba(255,255,255,.06)!important;padding-top:.65rem!important;margin-top:.15rem!important}.admin-actions-group{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;width:100%!important}.admin-actions-group .admin-action-btn{flex:1 1 calc(50% - .25rem)!important;justify-content:center!important;padding:.45rem .65rem!important;font-size:.76rem!important;border-radius:8px!important}.admin-protected-pill,.admin-current-session-pill,.admin-peer-pill{width:100%!important;justify-content:center!important;font-size:.76rem!important;padding:.42rem .75rem!important;border-radius:8px!important}.modal-backdrop{padding:.75rem .5rem!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.modal-card,.profile-edit-modal-card,.collection-redesign-modal,.backup-hub-modal{width:100%!important;max-width:min(540px,calc(100vw - 1.25rem))!important;max-height:calc(100dvh - 1.5rem)!important;height:auto!important;display:flex!important;flex-direction:column!important;border-radius:18px!important;overflow:hidden!important;margin:auto!important;box-sizing:border-box!important}.modal-header,.collection-modal-header{flex-shrink:0!important;padding:.85rem 1rem!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.modal-header h3,.collection-modal-title{font-size:1.05rem!important}.collection-modal-subtitle{font-size:.74rem!important}.collection-modal-icon-badge{width:36px!important;height:36px!important;border-radius:10px!important}.modal-body,.collection-redesign-form,.profile-edit-modal-card form.modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding:.85rem 1rem!important;gap:.85rem!important;max-height:none!important}.modal-footer,.collection-modal-footer{flex-shrink:0!important;padding:.75rem 1rem!important;border-top:1px solid rgba(255,255,255,.08)!important;background:#0a0e16fa!important;margin-top:0!important}.profile-edit-modal-card .profile-edit-field{margin-bottom:.75rem!important;gap:.35rem!important}.profile-edit-modal-card .profile-cover-preview-rect{height:80px!important;min-height:80px!important}.profile-edit-modal-card .profile-avatar-preview-small{width:44px!important;height:44px!important;min-width:44px!important;font-size:1.1rem!important}.profile-edit-modal-card .profile-edit-input,.profile-edit-modal-card .profile-edit-textarea{font-size:.88rem!important;padding:.65rem .85rem!important}.profile-edit-modal-card .profile-edit-input.profile-username-input{padding-left:2.25rem!important}.collection-preview-stage{padding:.65rem .85rem!important;gap:.45rem!important}.collection-preview-card-replica{height:105px!important;min-height:105px!important}.collection-preview-tag{font-size:.65rem!important}.collection-theme-grid{grid-template-columns:repeat(2,1fr)!important;gap:.4rem!important}.collection-theme-pill{padding:.42rem .6rem!important;font-size:.74rem!important;gap:.4rem!important}.collection-modal-footer button{flex:1!important;padding:.65rem .85rem!important;font-size:.84rem!important;justify-content:center!important}.backup-hub-modal{max-width:calc(100vw - 1.25rem)!important}.backup-hub-modal .modal-body{padding:.85rem 1rem!important;gap:.85rem!important}.profile-items-view-wrapper{display:flex!important;flex-direction:column!important;flex:1!important;min-height:52vh!important}.empty-state{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;flex:1!important;min-height:44vh!important;padding:1.5rem 1rem!important;margin:auto 0!important;width:100%!important;box-sizing:border-box!important}.empty-state .empty-icon,.empty-state .empty-icon-wrap{width:54px!important;height:54px!important;padding:13px!important;margin-bottom:.75rem!important}.empty-state h3{font-size:1.12rem!important;font-weight:700!important;margin-bottom:.35rem!important}.empty-state p{font-size:.82rem!important;max-width:320px!important;line-height:1.5!important;color:var(--text-muted)!important;margin:0 auto 1.15rem!important}.empty-state-btn{padding:.6rem 1.35rem!important;font-size:.84rem!important}.search-command-backdrop{padding:1rem .5rem!important}.search-modal-container{width:95%!important;max-width:95%!important;margin:auto!important}.search-modal-top-bar{margin-bottom:.45rem!important;display:flex!important;justify-content:flex-end!important;width:100%!important}.search-popup-close-above-btn{padding:.32rem .65rem!important;font-size:.76rem!important;gap:.3rem!important}.search-close-label{font-size:.74rem!important}.search-command-palette{max-height:85vh!important;width:100%!important;max-width:100%!important;border-radius:16px!important;margin:0!important}.search-command-header{padding:.65rem .85rem!important;gap:.5rem!important}.search-command-input-wrap{gap:.5rem!important}.search-command-input{font-size:.9rem!important}.search-input-clear-btn{padding:.18rem .5rem!important;font-size:.72rem!important;gap:.22rem!important}.search-esc-badge,.search-pill-label-desktop{display:none!important}.search-pill-label-mobile{display:inline!important}.search-category-bar{display:flex!important;gap:.35rem!important;padding:.45rem .65rem!important;overflow-x:visible!important;justify-content:space-between!important;background:#0000004d!important}.search-cat-pill{flex:1 1 0!important;min-width:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:.38rem .25rem!important;font-size:.74rem!important;font-weight:600!important;gap:.25rem!important;white-space:nowrap!important}.search-cat-pill svg{width:12px!important;height:12px!important;flex-shrink:0!important}.search-command-body{padding:.85rem!important;gap:.65rem!important}.search-result-card{padding:.65rem .75rem!important;gap:.65rem!important}.search-thumb{width:46px!important;height:68px!important}.search-result-title{font-size:.86rem!important}.search-result-overview{font-size:.72rem!important;-webkit-line-clamp:2!important}.search-result-actions{width:105px!important;gap:.25rem!important}.search-action-pill{padding:.25rem .4rem!important;font-size:.68rem!important}.backup-hub-modal .modal-body{padding:.85rem!important;gap:.75rem!important}.backup-hub-modal div[style*="gridTemplateColumns: repeat(4"]{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.45rem!important}}@media(max-width:480px){.app-container{padding:0 .75rem 2.5rem!important}.media-grid,.trending-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important;width:100%!important;box-sizing:border-box!important}.similar-movies-grid .media-card{flex:0 0 120px!important;width:120px!important;min-width:120px!important;max-width:120px!important}.media-card{min-width:0!important;width:100%!important;max-width:100%!important}.media-card-title{font-size:.78rem!important}.media-card-subtitle{font-size:.66rem!important}.detail-hero-poster-wrapper{width:105px!important;min-width:105px!important;max-width:105px!important}.detail-hero-title{font-size:1.18rem!important}.admin-main-heading{font-size:.98rem!important}.admin-kpi-value{font-size:1.2rem!important}.modal-card{width:98%!important;border-radius:14px!important}}@media(max-width:390px){.app-container{padding:0 .65rem 2rem!important}.media-grid,.trending-grid{gap:.45rem!important}.media-card-title{font-size:.76rem!important}.media-card-subtitle{font-size:.64rem!important}.profile-tab-title{font-size:1.05rem!important}.profile-count-pill{font-size:.68rem!important;padding:.15rem .45rem!important}.collection-create-btn.always-active{padding:.3rem .65rem!important;font-size:.75rem!important;height:30px!important}.type-pill{padding:.28rem .5rem!important;font-size:.72rem!important}}@media(max-width:640px){.moctale-login-root{width:100vw!important;max-width:100%!important;overflow-x:hidden!important}.moctale-left-stage{height:48vh!important;min-height:280px!important;max-height:420px!important;width:100%!important;padding:0!important;overflow:hidden!important}.moctale-poster-grid{width:100%!important;max-width:100%!important;gap:.55rem!important;padding:0 .4rem!important;box-sizing:border-box!important}.moctale-col-wrapper{min-width:0!important;max-width:none!important;width:100%!important;flex:1!important}.moctale-mask-top{height:50px!important}.moctale-mask-bottom{height:65px!important}.moctale-right-stage{padding:.5rem 1rem 2rem!important;width:100%!important;box-sizing:border-box!important}.moctale-brand-banner{margin-bottom:1rem!important}.moctale-white-card{max-width:350px!important;padding:1.85rem 1.35rem!important}}
