.admin-module__4WpgRW__wrapper{background:var(--bg-primary);min-height:100vh;display:flex}.admin-module__4WpgRW__sidebar{background:var(--bg-secondary);z-index:50;border-right:1px solid #ffffff0a;flex-direction:column;width:260px;padding:2rem 1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0}.admin-module__4WpgRW__sidebarTitle{font-family:var(--font-heading);align-items:center;display:flex}.admin-module__4WpgRW__logoImage{object-fit:contain;width:auto;height:40px}.admin-module__4WpgRW__sidebarSub{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2rem;font-size:.8rem;font-weight:500}.admin-module__4WpgRW__sidebarNav{flex-direction:column;flex:1;gap:.4rem;display:flex}.admin-module__4WpgRW__navItem{color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.admin-module__4WpgRW__navItem:hover{color:var(--text-primary);background:#ffffff0a}.admin-module__4WpgRW__navItemActive{color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf626}.admin-module__4WpgRW__backLink{color:var(--text-muted);margin-top:auto;font-size:.85rem;text-decoration:none;transition:color .2s}.admin-module__4WpgRW__backLink:hover{color:var(--text-primary)}.admin-module__4WpgRW__main{flex:1;max-width:1100px;margin-left:260px;padding:2.5rem 3rem}.admin-module__4WpgRW__pageTitle{font-family:var(--font-heading);margin-bottom:2rem;font-size:1.75rem;font-weight:800}.admin-module__4WpgRW__toast{color:var(--accent-secondary);z-index:999;background:#06d6a026;border:1px solid #06d6a04d;border-radius:10px;padding:.8rem 1.5rem;font-size:.9rem;font-weight:600;animation:.3s admin-module__4WpgRW__fadeInUp;position:fixed;top:24px;right:24px}@keyframes admin-module__4WpgRW__fadeInUp{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.admin-module__4WpgRW__statCard{background:var(--bg-tertiary);border-radius:var(--card-radius-lg);border:1px solid #ffffff0a;flex-direction:column;gap:.4rem;padding:1.5rem;transition:transform .2s,border-color .2s;display:flex}.admin-module__4WpgRW__statCard:hover{border-color:#ffffff14;transform:translateY(-2px)}.admin-module__4WpgRW__statIcon{margin-bottom:.2rem;font-size:1.5rem}.admin-module__4WpgRW__statValue{font-family:var(--font-heading);font-size:2.2rem;font-weight:800}.admin-module__4WpgRW__statLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500}.admin-module__4WpgRW__dashSection{margin-bottom:2.5rem}.admin-module__4WpgRW__dashSectionHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-module__4WpgRW__dashSectionTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.15rem;font-weight:700}.admin-module__4WpgRW__dashSectionCount{color:var(--text-muted);background:#ffffff0a;border-radius:20px;padding:.2rem .7rem;font-size:.8rem;font-weight:600}.admin-module__4WpgRW__table{border-collapse:separate;border-spacing:0;background:var(--bg-tertiary);border-radius:var(--card-radius-lg);border:1px solid #ffffff0a;width:100%;overflow:hidden}.admin-module__4WpgRW__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;background:#ffffff05;border-bottom:1px solid #ffffff0f;padding:.85rem 1.2rem;font-size:.75rem;font-weight:700}.admin-module__4WpgRW__table td{color:var(--text-primary);vertical-align:middle;border-bottom:1px solid #ffffff08;padding:.75rem 1.2rem;font-size:.88rem}.admin-module__4WpgRW__table tr:last-child td{border-bottom:none}.admin-module__4WpgRW__table tr:hover td{background:#ffffff05}.admin-module__4WpgRW__roleBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:.15rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-module__4WpgRW__roleAdmin{color:#a78bfa;background:#8b5cf626;border:1px solid #8b5cf640}.admin-module__4WpgRW__roleUser{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff14}.admin-module__4WpgRW__statusBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;padding:.15rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.admin-module__4WpgRW__statusOngoing{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f633}.admin-module__4WpgRW__statusCompleted{color:#06d6a0;background:#06d6a01f;border:1px solid #06d6a033}.admin-module__4WpgRW__statusUpcoming{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b33}.admin-module__4WpgRW__mutedText{color:var(--text-muted);font-size:.82rem}.admin-module__4WpgRW__emailText{color:var(--text-secondary);font-family:monospace;font-size:.85rem}.admin-module__4WpgRW__searchBar{color:#f0f6fc;width:100%;font-size:.9rem;font-family:var(--font-body);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;margin-bottom:1.2rem;padding:.7rem 1rem .7rem 2.5rem;transition:border-color .2s}.admin-module__4WpgRW__searchBar:focus{border-color:var(--accent-primary)}.admin-module__4WpgRW__searchBar::placeholder{color:var(--text-muted)}.admin-module__4WpgRW__searchWrapper{position:relative}.admin-module__4WpgRW__searchIcon{color:var(--text-muted);pointer-events:none;font-size:.95rem;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.admin-module__4WpgRW__form{background:var(--bg-tertiary);border-radius:var(--card-radius-lg);border:1px solid #ffffff0a;margin-bottom:2rem;padding:1.5rem}.admin-module__4WpgRW__formTitle{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem;font-weight:600}.admin-module__4WpgRW__formGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.admin-module__4WpgRW__inputGroup{flex-direction:column;gap:.35rem;display:flex}.admin-module__4WpgRW__inputLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.admin-module__4WpgRW__input{color:#f0f6fc;font-size:.9rem;font-family:var(--font-body);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s}.admin-module__4WpgRW__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px #8b5cf626}.admin-module__4WpgRW__input::placeholder{color:#8e99a799}.admin-module__4WpgRW__textarea{color:#f0f6fc;width:100%;min-height:80px;font-size:.9rem;font-family:var(--font-body);resize:vertical;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;outline:none;margin-bottom:.75rem;padding:.7rem .9rem;transition:border-color .2s,box-shadow .2s}.admin-module__4WpgRW__textarea:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px #8b5cf626}.admin-module__4WpgRW__textarea::placeholder{color:#8e99a799}.admin-module__4WpgRW__checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.admin-module__4WpgRW__submitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem 2rem;font-size:.9rem;font-weight:700;transition:transform .2s,box-shadow .2s}.admin-module__4WpgRW__submitBtn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #8b5cf64d}.admin-module__4WpgRW__cancelBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;margin-left:.5rem;padding:.7rem 2rem;font-size:.9rem;font-weight:600;transition:all .2s}.admin-module__4WpgRW__cancelBtn:hover{color:var(--text-primary);background:#ffffff1a}.admin-module__4WpgRW__listSection{margin-top:1rem}.admin-module__4WpgRW__listItem{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.8rem 1rem;transition:border-color .15s;display:flex}.admin-module__4WpgRW__listItem:hover{border-color:#ffffff14}.admin-module__4WpgRW__listMeta{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;display:block}.admin-module__4WpgRW__deleteBtn{color:var(--accent-danger);cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:.4rem 1rem;font-size:.8rem;font-weight:600;transition:background .2s}.admin-module__4WpgRW__deleteBtn:hover{background:#ef444433}.admin-module__4WpgRW__emptyState{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.admin-module__4WpgRW__progressContainer{flex-direction:column;gap:.3rem;width:100%;margin-top:.35rem;display:flex}.admin-module__4WpgRW__progressLabel{color:var(--accent-primary-light,#c084fc);justify-content:space-between;font-size:.75rem;font-weight:600;display:flex}.admin-module__4WpgRW__progressBar{background:#ffffff14;border-radius:4px;width:100%;height:6px;overflow:hidden}.admin-module__4WpgRW__progressFill{background:var(--gradient-primary,linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%));border-radius:4px;height:100%;transition:width .1s linear}.admin-module__4WpgRW__uploadingText{animation:1.5s infinite admin-module__4WpgRW__pulse}@keyframes admin-module__4WpgRW__pulse{0%,to{opacity:1}50%{opacity:.6}}.admin-module__4WpgRW__input option{background:var(--bg-tertiary);color:#f0f6fc}.admin-module__4WpgRW__sentinel{min-height:48px;padding:1.5rem 0}.admin-module__4WpgRW__loadingMore{color:var(--accent-primary-light);justify-content:center;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.admin-module__4WpgRW__loadingDot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite admin-module__4WpgRW__loadPulse}@keyframes admin-module__4WpgRW__loadPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.admin-module__4WpgRW__endOfList{text-align:center;color:var(--text-muted);opacity:.6;padding:.5rem 0;font-size:.8rem}@media (max-width:768px){.admin-module__4WpgRW__sidebar{flex-direction:row;width:100%;padding:1rem;position:relative;overflow-x:auto}.admin-module__4WpgRW__sidebarNav{flex-direction:row}.admin-module__4WpgRW__sidebarSub,.admin-module__4WpgRW__backLink{display:none}.admin-module__4WpgRW__main{margin-left:0;padding:1.5rem}.admin-module__4WpgRW__table{font-size:.82rem}.admin-module__4WpgRW__table th,.admin-module__4WpgRW__table td{padding:.6rem .8rem}}
.LoginPage-module__NBcOdW__wrapper{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.LoginPage-module__NBcOdW__bgGradient{background:radial-gradient(ellipse at 30% 20%, #8b5cf614 0%, transparent 50%), radial-gradient(ellipse at 70% 80%, #06d6a00f 0%, transparent 50%), var(--bg-primary);z-index:0;position:fixed;inset:0}.LoginPage-module__NBcOdW__bgOrb1,.LoginPage-module__NBcOdW__bgOrb2,.LoginPage-module__NBcOdW__bgOrb3{filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;position:fixed}.LoginPage-module__NBcOdW__bgOrb1{background:#8b5cf61f;width:500px;height:500px;animation:20s ease-in-out infinite alternate LoginPage-module__NBcOdW__float1;top:-150px;left:-100px}.LoginPage-module__NBcOdW__bgOrb2{background:#06d6a014;width:400px;height:400px;animation:25s ease-in-out infinite alternate LoginPage-module__NBcOdW__float2;bottom:-100px;right:-80px}.LoginPage-module__NBcOdW__bgOrb3{background:#3b82f60f;width:300px;height:300px;animation:18s ease-in-out infinite alternate LoginPage-module__NBcOdW__float3;top:50%;left:60%}@keyframes LoginPage-module__NBcOdW__float1{0%{transform:translate(0)}to{transform:translate(80px,100px)}}@keyframes LoginPage-module__NBcOdW__float2{0%{transform:translate(0)}to{transform:translate(-60px,-80px)}}@keyframes LoginPage-module__NBcOdW__float3{0%{transform:translate(0)}to{transform:translate(-40px,60px)}}.LoginPage-module__NBcOdW__logo{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.LoginPage-module__NBcOdW__logoImage{object-fit:contain;width:auto;height:64px}.LoginPage-module__NBcOdW__card{z-index:2;-webkit-backdrop-filter:blur(24px);width:100%;max-width:420px;animation:LoginPage-module__NBcOdW__scaleIn .5s var(--ease-out) forwards;background:#0d1117bf;border:1px solid #8b5cf61a;border-radius:20px;padding:2.5rem;position:relative}@keyframes LoginPage-module__NBcOdW__scaleIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.LoginPage-module__NBcOdW__cardFade{animation:.35s forwards LoginPage-module__NBcOdW__cardOut}@keyframes LoginPage-module__NBcOdW__cardOut{to{opacity:0;transform:scale(.97)translateY(-8px)}}.LoginPage-module__NBcOdW__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.4rem;font-size:1.75rem;font-weight:800}.LoginPage-module__NBcOdW__subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.LoginPage-module__NBcOdW__form{flex-direction:column;gap:1.25rem;display:flex}.LoginPage-module__NBcOdW__inputGroup{flex-direction:column;gap:.4rem;display:flex}.LoginPage-module__NBcOdW__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.LoginPage-module__NBcOdW__input{width:100%;color:var(--text-primary);font-size:.95rem;font-family:var(--font-body);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;outline:none;padding:.85rem 1rem;transition:border-color .2s,background .2s}.LoginPage-module__NBcOdW__input::placeholder{color:var(--text-muted)}.LoginPage-module__NBcOdW__input:focus{border-color:var(--accent-primary);background:#8b5cf60a}.LoginPage-module__NBcOdW__strengthBar{align-items:center;gap:.75rem;margin-top:.3rem;display:flex}.LoginPage-module__NBcOdW__strengthBar:before{content:"";background:#ffffff14;border-radius:3px;flex:1;height:3px;position:relative}.LoginPage-module__NBcOdW__strengthFill{border-radius:3px;height:3px;transition:width .3s,background .3s;position:absolute;top:0;left:0}.LoginPage-module__NBcOdW__strengthLabel{font-size:.75rem;font-weight:600}.LoginPage-module__NBcOdW__error{color:var(--accent-danger);background:#ef444414;border:1px solid #ef444426;border-radius:8px;padding:.6rem .8rem;font-size:.85rem}.LoginPage-module__NBcOdW__success{color:var(--accent-success,#06d6a0);background:#06d6a014;border:1px solid #06d6a026;border-radius:8px;padding:.6rem .8rem;font-size:.85rem}.LoginPage-module__NBcOdW__primaryBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:.9rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.LoginPage-module__NBcOdW__primaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #8b5cf659}.LoginPage-module__NBcOdW__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.LoginPage-module__NBcOdW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite LoginPage-module__NBcOdW__spin}@keyframes LoginPage-module__NBcOdW__spin{to{transform:rotate(360deg)}}.LoginPage-module__NBcOdW__divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.5rem 0;font-size:.8rem;display:flex}.LoginPage-module__NBcOdW__divider:before,.LoginPage-module__NBcOdW__divider:after{content:"";background:#ffffff0f;flex:1;height:1px}.LoginPage-module__NBcOdW__googleBtn{width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;gap:.75rem;padding:.8rem;font-size:.95rem;font-weight:500;transition:background .2s,border-color .2s;display:flex}.LoginPage-module__NBcOdW__googleBtn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26}.LoginPage-module__NBcOdW__switchText{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.9rem}.LoginPage-module__NBcOdW__switchLink{color:var(--accent-primary-light);cursor:pointer;font-weight:600;font-size:inherit;background:0 0;border:none;font-family:inherit;transition:color .2s}.LoginPage-module__NBcOdW__switchLink:hover{color:var(--accent-primary);text-decoration:underline}.LoginPage-module__NBcOdW__footer{z-index:2;color:var(--text-muted);text-align:center;max-width:350px;margin-top:2rem;font-size:.75rem;position:relative}@media (max-width:480px){.LoginPage-module__NBcOdW__card{border-radius:16px;padding:2rem 1.5rem}.LoginPage-module__NBcOdW__title{font-size:1.5rem}}
.ProfileGate-module__vV3swq__wrapper{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.ProfileGate-module__vV3swq__bgGradient{pointer-events:none;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);position:absolute;inset:0}.ProfileGate-module__vV3swq__content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:2rem;display:flex;position:relative}.ProfileGate-module__vV3swq__logo{align-items:center;display:flex;position:absolute;top:2rem;left:3rem}.ProfileGate-module__vV3swq__logoImage{object-fit:contain;width:auto;height:48px}.ProfileGate-module__vV3swq__gateFadeIn{animation:ProfileGate-module__vV3swq__fadeIn .5s var(--ease-out) forwards;flex-direction:column;align-items:center;width:100%;display:flex}@keyframes ProfileGate-module__vV3swq__fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ProfileGate-module__vV3swq__title{font-family:var(--font-heading);color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.ProfileGate-module__vV3swq__profileGrid{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:4rem;display:flex}.ProfileGate-module__vV3swq__profileBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s;display:flex}.ProfileGate-module__vV3swq__profileBtn:hover{transform:translateY(-5px)}.ProfileGate-module__vV3swq__avatar{border:3px solid #0000;border-radius:20px;justify-content:center;align-items:center;width:120px;height:120px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.ProfileGate-module__vV3swq__profileBtn:hover .ProfileGate-module__vV3swq__avatar{border-color:#fffc;box-shadow:0 10px 30px #00000080}.ProfileGate-module__vV3swq__avatarIcon{font-size:3.5rem}.ProfileGate-module__vV3swq__profileName{color:var(--text-secondary);font-size:1.1rem;font-weight:500;transition:color .2s}.ProfileGate-module__vV3swq__profileBtn:hover .ProfileGate-module__vV3swq__profileName{color:var(--text-primary)}.ProfileGate-module__vV3swq__addBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s;display:flex}.ProfileGate-module__vV3swq__addBtn:hover{transform:translateY(-5px)}.ProfileGate-module__vV3swq__addAvatar{color:#ffffff80;background:#ffffff05;border:2px dashed #fff3;border-radius:20px;justify-content:center;align-items:center;width:120px;height:120px;font-size:3rem;font-weight:300;transition:all .2s;display:flex}.ProfileGate-module__vV3swq__addBtn:hover .ProfileGate-module__vV3swq__addAvatar{border-color:var(--text-primary);color:var(--text-primary);background:#ffffff0d}.ProfileGate-module__vV3swq__manageBtn{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:6px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.ProfileGate-module__vV3swq__manageBtn:hover{border-color:var(--text-primary);color:var(--text-primary)}.ProfileGate-module__vV3swq__manageBtnActive{color:#000;background:#fff;border-color:#fff}.ProfileGate-module__vV3swq__profileBtnManaging{opacity:.7}.ProfileGate-module__vV3swq__profileBtnManaging:hover{opacity:1;transform:scale(1.05)}.ProfileGate-module__vV3swq__deleteOverlay{border-radius:inherit;color:#fff;opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.ProfileGate-module__vV3swq__avatar:hover .ProfileGate-module__vV3swq__deleteOverlay{opacity:1}.ProfileGate-module__vV3swq__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--card-radius-lg);width:100%;max-width:480px;animation:ProfileGate-module__vV3swq__slideUp .3s var(--ease-out) forwards;background:#0d1117d9;border:1px solid #ffffff14;padding:2.5rem}@keyframes ProfileGate-module__vV3swq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileGate-module__vV3swq__cardTitle{font-family:var(--font-heading);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.ProfileGate-module__vV3swq__form{flex-direction:column;gap:1.5rem;display:flex}.ProfileGate-module__vV3swq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.ProfileGate-module__vV3swq__label{color:var(--text-secondary);font-size:.85rem;font-weight:600}.ProfileGate-module__vV3swq__input{color:#fff;width:100%;font-family:var(--font-body);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.8rem 1rem;font-size:1rem}.ProfileGate-module__vV3swq__input:focus{border-color:var(--accent-primary)}.ProfileGate-module__vV3swq__colorGrid,.ProfileGate-module__vV3swq__iconGrid{flex-wrap:wrap;gap:.75rem;display:flex}.ProfileGate-module__vV3swq__colorBtn{cursor:pointer;border:2px solid #0000;border-radius:50%;width:36px;height:36px;transition:transform .2s}.ProfileGate-module__vV3swq__colorBtn:hover{transform:scale(1.1)}.ProfileGate-module__vV3swq__colorActive{border-color:#fff;transform:scale(1.1);box-shadow:0 0 10px #ffffff4d}.ProfileGate-module__vV3swq__iconBtn{cursor:pointer;background:#ffffff0d;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;transition:all .2s;display:flex}.ProfileGate-module__vV3swq__iconBtn:hover{background:#ffffff1a}.ProfileGate-module__vV3swq__iconActive{border-color:var(--accent-primary);background:#8b5cf626}.ProfileGate-module__vV3swq__formActions{gap:1rem;margin-top:1rem;display:flex}.ProfileGate-module__vV3swq__cancelBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.8rem;font-weight:600;transition:background .2s}.ProfileGate-module__vV3swq__cancelBtn:hover{background:#ffffff0d}.ProfileGate-module__vV3swq__submitBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:2;padding:.8rem;font-weight:700;transition:opacity .2s}.ProfileGate-module__vV3swq__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ProfileGate-module__vV3swq__logoMobile{display:none}@media (max-width:640px){.ProfileGate-module__vV3swq__logo{top:1.5rem;left:1.5rem}.ProfileGate-module__vV3swq__hideLogoMobile{display:none!important}.ProfileGate-module__vV3swq__logoMobile{justify-content:center;width:100%;margin-bottom:2rem;display:flex}.ProfileGate-module__vV3swq__title{margin-bottom:1.5rem;font-size:2rem}.ProfileGate-module__vV3swq__avatar,.ProfileGate-module__vV3swq__addAvatar{width:90px;height:90px}.ProfileGate-module__vV3swq__avatarIcon,.ProfileGate-module__vV3swq__addAvatar{font-size:2.5rem}.ProfileGate-module__vV3swq__profileGrid{gap:1.5rem}}
.PreferencesGate-module__FeueOq__wrapper{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.PreferencesGate-module__FeueOq__bgOrb1,.PreferencesGate-module__FeueOq__bgOrb2{filter:blur(80px);z-index:0;pointer-events:none;border-radius:50%;position:fixed}.PreferencesGate-module__FeueOq__bgOrb1{background:#8b5cf61a;width:500px;height:500px;animation:20s ease-in-out infinite alternate PreferencesGate-module__FeueOq__float1;top:-150px;left:-100px}.PreferencesGate-module__FeueOq__bgOrb2{background:#06d6a012;width:400px;height:400px;animation:25s ease-in-out infinite alternate PreferencesGate-module__FeueOq__float2;bottom:-100px;right:-80px}@keyframes PreferencesGate-module__FeueOq__float1{0%{transform:translate(0)}to{transform:translate(80px,100px)}}@keyframes PreferencesGate-module__FeueOq__float2{0%{transform:translate(0)}to{transform:translate(-60px,-80px)}}.PreferencesGate-module__FeueOq__card{z-index:2;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;width:100%;max-width:600px;animation:PreferencesGate-module__FeueOq__scaleIn .5s var(--ease-out) forwards;background:#0d1117bf;border:1px solid #8b5cf61a;border-radius:24px;padding:3rem;position:relative}@keyframes PreferencesGate-module__FeueOq__scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.PreferencesGate-module__FeueOq__heading{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.PreferencesGate-module__FeueOq__sub{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem}.PreferencesGate-module__FeueOq__genreGrid{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem;display:flex}.PreferencesGate-module__FeueOq__genreChip{color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:25px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.PreferencesGate-module__FeueOq__genreChip:hover{color:var(--text-primary);background:#ffffff14;border-color:#ffffff26}.PreferencesGate-module__FeueOq__genreSelected{color:var(--accent-primary-light)!important;background:#8b5cf626!important;border-color:#8b5cf666!important}.PreferencesGate-module__FeueOq__genreEmoji{font-size:1rem}.PreferencesGate-module__FeueOq__checkMark{margin-left:.2rem;font-size:.75rem}.PreferencesGate-module__FeueOq__nextBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;max-width:300px;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s}.PreferencesGate-module__FeueOq__nextBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf659}.PreferencesGate-module__FeueOq__nextBtn:disabled{opacity:.4;cursor:not-allowed}.PreferencesGate-module__FeueOq__hint{color:var(--text-muted);margin-top:.75rem;font-size:.8rem}
.Navbar-module___rHu7W__navbar{z-index:100;padding:0 var(--page-padding);background:#000;justify-content:space-between;align-items:center;height:64px;transition:background .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{-webkit-backdrop-filter:none;background:0 0;border-bottom:none}.Navbar-module___rHu7W__left,.Navbar-module___rHu7W__right{align-items:center;gap:1.5rem;display:flex}.Navbar-module___rHu7W__logo{align-items:center;text-decoration:none;display:flex}.Navbar-module___rHu7W__logoImage{object-fit:contain;width:auto;height:48px}.Navbar-module___rHu7W__navLinks{align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module___rHu7W__navLinks li{align-items:center;display:flex}.Navbar-module___rHu7W__navLinks li a{height:100%;color:var(--text-secondary);border-radius:8px;align-items:center;padding:.5rem .9rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:flex}.Navbar-module___rHu7W__navLinks li a:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module___rHu7W__searchContainer{align-items:center;gap:0;display:flex}.Navbar-module___rHu7W__searchForm{animation:Navbar-module___rHu7W__expandSearch .3s var(--ease-out) forwards;position:relative}@keyframes Navbar-module___rHu7W__expandSearch{0%{opacity:0;width:0}to{opacity:1;width:220px}}.Navbar-module___rHu7W__searchInput{width:220px;color:var(--text-primary);font-size:.85rem;font-family:var(--font-body);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.5rem .9rem;transition:border-color .2s}.Navbar-module___rHu7W__searchInput:focus{border-color:var(--accent-primary)}.Navbar-module___rHu7W__searchInput::placeholder{color:var(--text-muted)}.Navbar-module___rHu7W__searchShortcutHint{color:var(--text-muted);pointer-events:none;align-items:center;gap:.3rem;font-size:.75rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Navbar-module___rHu7W__searchShortcutHint span{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.1rem .4rem;font-weight:700}.Navbar-module___rHu7W__megaMenuTrigger{position:relative}.Navbar-module___rHu7W__megaMenuLink{cursor:pointer;color:var(--text-secondary);border-radius:8px;align-items:center;gap:.25rem;height:100%;padding:.5rem .9rem;font-size:.9rem;font-weight:500;transition:color .2s,background .2s;display:flex}.Navbar-module___rHu7W__megaMenuLink:hover{color:var(--text-primary);background:#ffffff0d}.Navbar-module___rHu7W__megaMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:#0d1117f2;border:1px solid #ffffff1a;border-radius:12px;width:400px;padding:1.5rem;animation:.2s forwards Navbar-module___rHu7W__fadeInDown;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000080}.Navbar-module___rHu7W__megaMenu:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.Navbar-module___rHu7W__megaMenuGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.Navbar-module___rHu7W__megaMenuGrid a{color:var(--text-secondary);border-radius:6px;padding:.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.Navbar-module___rHu7W__megaMenuGrid a:hover{color:#fff;background:#ffffff0d}@keyframes Navbar-module___rHu7W__fadeInDown{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.Navbar-module___rHu7W__iconBtn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:color .2s,background .2s;display:flex}.Navbar-module___rHu7W__iconBtn:hover{color:var(--text-primary);background:#ffffff0f}.Navbar-module___rHu7W__profileContainer{position:relative}.Navbar-module___rHu7W__profileBtn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;transition:transform .2s,box-shadow .2s;display:flex}.Navbar-module___rHu7W__profileBtn:hover{transform:scale(1.08);box-shadow:0 0 15px #8b5cf64d}.Navbar-module___rHu7W__dropdown{-webkit-backdrop-filter:blur(24px);border-radius:var(--card-radius-lg);width:240px;box-shadow:var(--shadow-lg);animation:Navbar-module___rHu7W__dropIn .2s var(--ease-out) forwards;background:#0d1117eb;border:1px solid #ffffff14;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden}@keyframes Navbar-module___rHu7W__dropIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Navbar-module___rHu7W__dropdownHeader{align-items:center;gap:.75rem;padding:1rem;display:flex}.Navbar-module___rHu7W__dropdownAvatar{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.Navbar-module___rHu7W__dropdownName{color:var(--text-primary);font-size:.9rem;font-weight:600}.Navbar-module___rHu7W__dropdownRole{color:var(--text-muted);font-size:.75rem}.Navbar-module___rHu7W__dropdownDivider{background:#ffffff0f;height:1px;margin:0}.Navbar-module___rHu7W__dropdownList{padding:.5rem;list-style:none}.Navbar-module___rHu7W__dropdownList li{color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .75rem;font-size:.85rem;font-weight:500;transition:background .15s,color .15s;display:flex}.Navbar-module___rHu7W__dropdownList li:hover{color:var(--text-primary);background:#ffffff0f}.Navbar-module___rHu7W__logoutItem{color:var(--accent-danger)!important}.Navbar-module___rHu7W__logoutItem:hover{background:#ef444414!important}.Navbar-module___rHu7W__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;width:24px;height:20px;padding:0;display:none}.Navbar-module___rHu7W__bar{background:var(--text-secondary);border-radius:2px;width:100%;height:2px;transition:all .3s}.Navbar-module___rHu7W__bar1Active{transform:rotate(45deg)translate(5px,5px)}.Navbar-module___rHu7W__bar2Active{opacity:0}.Navbar-module___rHu7W__bar3Active{transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module___rHu7W__mobileOverlay{z-index:98;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}.Navbar-module___rHu7W__mobileMenu{background:var(--bg-secondary);z-index:99;width:280px;height:100vh;transition:left .35s var(--ease-out);border-right:1px solid #ffffff0f;padding:5rem 1.5rem 2rem;position:fixed;top:0;left:-280px;overflow-y:auto}.Navbar-module___rHu7W__mobileMenuOpen{left:0}.Navbar-module___rHu7W__mobileMenu ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Navbar-module___rHu7W__mobileMenu li a{color:var(--text-secondary);border-radius:10px;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.Navbar-module___rHu7W__mobileMenu li a:hover{color:var(--text-primary);background:#8b5cf61a}.Navbar-module___rHu7W__mobileDivider{background:#ffffff0f;height:1px;margin:.75rem 0}.Navbar-module___rHu7W__mobileSubheading{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.25rem;padding:0 1rem;font-size:.7rem;font-weight:700}.Navbar-module___rHu7W__mobileSubLinks{flex-wrap:wrap;gap:.25rem;padding:0 .5rem;list-style:none;display:flex}.Navbar-module___rHu7W__mobileSubLinks li a{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:20px;padding:.4rem .8rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-block}.Navbar-module___rHu7W__mobileSubLinks li a:hover{color:var(--text-primary);background:#8b5cf61f;border-color:#8b5cf633}@media (max-width:768px){.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__searchInput{width:160px}.Navbar-module___rHu7W__megaMenu{display:none}}
.ShowCard-module__ZqG0bG__cardOuter{transition:all var(--transition-normal);flex-shrink:0;position:relative}.ShowCard-module__ZqG0bG__cardOuter.ShowCard-module__ZqG0bG__expanded{z-index:20}.ShowCard-module__ZqG0bG__card{width:180px;color:inherit;transition:transform var(--transition-normal);text-decoration:none;display:block}.ShowCard-module__ZqG0bG__cardOuter:hover .ShowCard-module__ZqG0bG__card{transform:scale(1.03)}.ShowCard-module__ZqG0bG__imageContainer{border-radius:var(--card-radius);background:var(--bg-tertiary);width:180px;height:260px;position:relative;overflow:hidden}.ShowCard-module__ZqG0bG__image{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-slow)}.ShowCard-module__ZqG0bG__cardOuter:hover .ShowCard-module__ZqG0bG__image{transform:scale(1.08)}.ShowCard-module__ZqG0bG__imagePlaceholder{background:var(--gradient-primary);color:#fff6;justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;font-weight:800;display:flex}.ShowCard-module__ZqG0bG__imageOverlay{opacity:0;transition:opacity var(--transition-normal);background:linear-gradient(#0000 40%,#000000b3 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ShowCard-module__ZqG0bG__cardOuter:hover .ShowCard-module__ZqG0bG__imageOverlay{opacity:1}.ShowCard-module__ZqG0bG__playIcon{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:44px;height:44px;transition:transform var(--transition-normal);background:#8b5cf6d9;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;transform:scale(.8);box-shadow:0 4px 20px #8b5cf666}.ShowCard-module__ZqG0bG__cardOuter:hover .ShowCard-module__ZqG0bG__playIcon{transform:scale(1)}.ShowCard-module__ZqG0bG__maturityBadge{color:#ffffffd9;text-transform:uppercase;letter-spacing:.03em;background:#000000a6;border:1px solid #ffffff26;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;top:8px;right:8px}.ShowCard-module__ZqG0bG__topBadges{flex-direction:column;gap:4px;display:flex;position:absolute;top:8px;left:8px}.ShowCard-module__ZqG0bG__epBadge{background:var(--accent-primary);color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700;box-shadow:0 2px 5px #00000080}.ShowCard-module__ZqG0bG__typeBadge{color:#fff;text-transform:uppercase;letter-spacing:.03em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #fff3;border-radius:4px;width:fit-content;padding:2px 6px;font-size:.65rem;font-weight:700}.ShowCard-module__ZqG0bG__titleBar{padding:.6rem .2rem 0}.ShowCard-module__ZqG0bG__cardTitle{font-family:var(--font-body);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-size:.85rem;font-weight:600;line-height:1.3;overflow:hidden}.ShowCard-module__ZqG0bG__cardSubtitle{color:var(--accent-secondary);margin-top:2px;font-size:.75rem;font-weight:600}.ShowCard-module__ZqG0bG__sidePanel{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border-light);border-radius:var(--card-radius-lg);width:260px;box-shadow:var(--shadow-lg);animation:ShowCard-module__ZqG0bG__slideInRight .25s var(--ease-out) forwards;z-index:30;position:absolute;top:0;left:calc(100% + 8px);overflow:hidden}@keyframes ShowCard-module__ZqG0bG__slideInRight{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.ShowCard-module__ZqG0bG__panelPoster{background-position:top;background-size:cover;width:100%;height:140px;position:relative}.ShowCard-module__ZqG0bG__panelPosterOverlay{background:linear-gradient(180deg, transparent 30%, var(--glass-bg) 100%);position:absolute;inset:0}.ShowCard-module__ZqG0bG__panelInfo{padding:.8rem 1rem 1rem}.ShowCard-module__ZqG0bG__panelTitle{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.ShowCard-module__ZqG0bG__panelMeta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.ShowCard-module__ZqG0bG__panelScore{color:var(--accent-warm);font-size:.8rem;font-weight:600}.ShowCard-module__ZqG0bG__panelBadge{color:var(--text-secondary);text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600}.ShowCard-module__ZqG0bG__panelSynopsis{color:var(--text-secondary);margin-bottom:.6rem;font-size:.78rem;line-height:1.5}.ShowCard-module__ZqG0bG__panelGenres{flex-wrap:wrap;gap:.4rem;display:flex}.ShowCard-module__ZqG0bG__genreChip{color:var(--accent-primary-light);background:#8b5cf61f;border:1px solid #8b5cf633;border-radius:20px;padding:3px 8px;font-size:.7rem;font-weight:500}@media (max-width:768px){.ShowCard-module__ZqG0bG__card{width:140px}.ShowCard-module__ZqG0bG__imageContainer{width:140px;height:200px}.ShowCard-module__ZqG0bG__cardTitle{max-width:140px;font-size:.8rem}.ShowCard-module__ZqG0bG__sidePanel{display:none}}
.ContentRow-module__Tqnvka__rowContainer{padding:0 var(--page-padding);scroll-margin-top:100px}.ContentRow-module__Tqnvka__rowHeader{align-items:baseline;gap:.75rem;margin-bottom:1rem;display:flex}.ContentRow-module__Tqnvka__rowTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.35rem;font-weight:700}.ContentRow-module__Tqnvka__rowSubtitle{color:var(--text-muted);font-size:.85rem;font-weight:400}.ContentRow-module__Tqnvka__carouselWrapper{position:relative}.ContentRow-module__Tqnvka__row{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;padding:.5rem 0 1rem;overflow:auto visible}.ContentRow-module__Tqnvka__row::-webkit-scrollbar{display:none}.ContentRow-module__Tqnvka__rowInner{gap:1rem;padding-right:2rem;display:flex}.ContentRow-module__Tqnvka__chevron{z-index:15;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);opacity:0;background:#0d1117d9;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ContentRow-module__Tqnvka__carouselWrapper:hover .ContentRow-module__Tqnvka__chevron{opacity:1}.ContentRow-module__Tqnvka__chevron:hover{background:#8b5cf64d;border-color:#8b5cf666;transform:translateY(-50%)scale(1.1)}.ContentRow-module__Tqnvka__chevronLeft{left:-8px}.ContentRow-module__Tqnvka__chevronRight{right:-8px}@media (max-width:768px){.ContentRow-module__Tqnvka__rowTitle{font-size:1.15rem}.ContentRow-module__Tqnvka__rowInner{gap:.75rem}.ContentRow-module__Tqnvka__chevron{display:none}}
.TabbedSection-module__mgPbOG__tabbedSection{margin-bottom:2rem}.TabbedSection-module__mgPbOG__header{border-bottom:1px solid #ffffff0d;justify-content:flex-start;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.TabbedSection-module__mgPbOG__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:-1px;font-size:1.5rem;font-weight:700}.TabbedSection-module__mgPbOG__tabs{align-items:center;gap:1.5rem;margin-bottom:-1px;display:flex}.TabbedSection-module__mgPbOG__tabBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.8rem 0;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.TabbedSection-module__mgPbOG__tabBtn:hover{color:var(--text-secondary)}.TabbedSection-module__mgPbOG__tabBtn.TabbedSection-module__mgPbOG__active{color:var(--text-primary)}.TabbedSection-module__mgPbOG__tabBtn.TabbedSection-module__mgPbOG__active:after{content:"";background:var(--accent-primary);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:0;left:0;right:0}@media (max-width:768px){.TabbedSection-module__mgPbOG__header{flex-direction:column;align-items:flex-start;gap:.5rem}}
.Leaderboard-module__k7kcCq__leaderboard{background:var(--bg-tertiary);border-radius:var(--card-radius-lg);border:1px solid #ffffff0d;padding:1.5rem}.Leaderboard-module__k7kcCq__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.Leaderboard-module__k7kcCq__title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.2rem;font-weight:700}.Leaderboard-module__k7kcCq__tabs{background:#0003;border-radius:8px;gap:.5rem;padding:4px;display:flex}.Leaderboard-module__k7kcCq__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:all .2s}.Leaderboard-module__k7kcCq__tab:hover{color:var(--text-secondary)}.Leaderboard-module__k7kcCq__tab.Leaderboard-module__k7kcCq__active{background:var(--accent-primary);color:#fff}.Leaderboard-module__k7kcCq__item{border-radius:var(--card-radius);align-items:center;gap:1rem;padding:.5rem;text-decoration:none;transition:background .2s;display:flex}.Leaderboard-module__k7kcCq__item:hover{background:#ffffff0d}.Leaderboard-module__k7kcCq__rankWrapper{flex-shrink:0;justify-content:center;width:30px;display:flex}.Leaderboard-module__k7kcCq__rank{color:var(--text-muted);font-size:1.2rem;font-weight:800}.Leaderboard-module__k7kcCq__top1{color:gold;font-size:1.5rem}.Leaderboard-module__k7kcCq__top2{color:silver;font-size:1.4rem}.Leaderboard-module__k7kcCq__top3{color:#cd7f32;font-size:1.3rem}.Leaderboard-module__k7kcCq__posterWrapper{background:var(--bg-elevated);border-radius:6px;flex-shrink:0;width:50px;height:70px;overflow:hidden}.Leaderboard-module__k7kcCq__poster{object-fit:cover;width:100%;height:100%}.Leaderboard-module__k7kcCq__posterFallback{width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg, var(--bg-tertiary), var(--bg-elevated));justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.Leaderboard-module__k7kcCq__list{flex-direction:column;gap:.5rem;animation:.25s Leaderboard-module__k7kcCq__fadeIn;display:flex}@keyframes Leaderboard-module__k7kcCq__fadeIn{0%{opacity:0}to{opacity:1}}.Leaderboard-module__k7kcCq__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.Leaderboard-module__k7kcCq__showTitle{font-family:var(--font-body);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;line-height:1.3;overflow:hidden}.Leaderboard-module__k7kcCq__meta{align-items:center;gap:.4rem;display:flex}.Leaderboard-module__k7kcCq__metaText{color:var(--text-secondary);font-size:.75rem;font-weight:500}.Leaderboard-module__k7kcCq__metaDot{color:var(--text-muted);font-size:.6rem}
.page-module___8aEwW__container{background-color:var(--bg-primary);flex-direction:column;min-height:100vh;padding-bottom:4rem;display:flex}.page-module___8aEwW__rowsContainer{padding:2rem var(--page-padding) 0;z-index:5;grid-template-columns:1fr 320px;gap:2rem;width:100%;max-width:1600px;margin:0 auto;display:grid;position:relative}.page-module___8aEwW__mainContent{gap:var(--section-gap);flex-direction:column;min-width:0;display:flex}.page-module___8aEwW__sidebar{flex-direction:column;gap:2rem;display:flex}@media (max-width:1024px){.page-module___8aEwW__rowsContainer{grid-template-columns:1fr}}.page-module___8aEwW__emptyHero{height:70vh;padding:2rem var(--page-padding);justify-content:center;align-items:center;display:flex}.page-module___8aEwW__emptyContent{text-align:center;max-width:500px}.page-module___8aEwW__emptyTitle{font-family:var(--font-heading);background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:900}.page-module___8aEwW__emptySubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.page-module___8aEwW__adminLink{background:var(--gradient-primary);color:#fff;border-radius:10px;padding:.8rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.page-module___8aEwW__adminLink:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf659}.page-module___8aEwW__heroSkeleton{height:85vh;min-height:550px;padding:6rem var(--page-padding);flex-direction:column;justify-content:flex-end;gap:1rem;display:flex}.page-module___8aEwW__skeletonTitle{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:8px;width:400px;max-width:60%;height:48px;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmer}.page-module___8aEwW__skeletonText{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:6px;width:300px;max-width:45%;height:20px;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmer}.page-module___8aEwW__skeletonButtons{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:10px;width:250px;height:44px;margin-top:.5rem;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmer}.page-module___8aEwW__rowSkeleton{padding:0 var(--page-padding)}.page-module___8aEwW__skeletonRowTitle{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;border-radius:6px;width:180px;height:24px;margin-bottom:1rem;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmer}.page-module___8aEwW__skeletonCards{gap:1rem;display:flex;overflow:hidden}.page-module___8aEwW__skeletonCard{background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);border-radius:var(--card-radius);background-size:200% 100%;flex-shrink:0;width:180px;height:260px;animation:1.5s ease-in-out infinite page-module___8aEwW__shimmer}@keyframes page-module___8aEwW__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.VideoPlayer-module__a2ZpKa__overlay{z-index:9999;background:#000000f7;flex-direction:column;animation:.3s forwards VideoPlayer-module__a2ZpKa__fadeIn;display:flex;position:fixed;inset:0}@keyframes VideoPlayer-module__a2ZpKa__fadeIn{0%{opacity:0}to{opacity:1}}.VideoPlayer-module__a2ZpKa__topBar{z-index:150;background:linear-gradient(#000c 0%,#0000 100%);align-items:center;gap:1.5rem;padding:1rem 2rem;display:flex;position:absolute;top:0;left:0;right:0}.VideoPlayer-module__a2ZpKa__closeBtn{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.VideoPlayer-module__a2ZpKa__closeBtn:hover{background:#ffffff26}.VideoPlayer-module__a2ZpKa__videoTitle{color:#ffffffb3;font-size:.95rem;font-weight:500}.VideoPlayer-module__a2ZpKa__theaterContainer{flex:1;justify-content:center;align-items:center;width:100%;max-height:calc(100vh - 80px);display:flex;position:relative}.VideoPlayer-module__a2ZpKa__progressInfo{align-items:center;gap:1rem;padding:.5rem 2rem 1rem;display:flex}.VideoPlayer-module__a2ZpKa__progressBarContainer{cursor:pointer;background:#ffffff26;border-radius:4px;flex:1;height:4px;overflow:hidden}.VideoPlayer-module__a2ZpKa__progressFill{background:var(--accent-primary,#8b5cf6);border-radius:4px;height:100%;transition:width .3s linear}.VideoPlayer-module__a2ZpKa__timeDisplay{color:#fff9;font-variant-numeric:tabular-nums;text-align:right;min-width:100px;font-size:.85rem}.VideoPlayer-module__a2ZpKa__watermark{pointer-events:none;z-index:10;-webkit-user-select:none;user-select:none;opacity:.3;position:absolute;top:50%;right:2rem;transform:translateY(-50%)}.VideoPlayer-module__a2ZpKa__watermarkLogo{object-fit:contain;filter:grayscale()brightness(200%);width:auto;height:60px}.VideoPlayer-module__a2ZpKa__promoContainer{z-index:100;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.VideoPlayer-module__a2ZpKa__promoContainer *{pointer-events:auto}.VideoPlayer-module__a2ZpKa__promoOverlay{z-index:200;cursor:pointer;background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.VideoPlayer-module__a2ZpKa__promoVideo{object-fit:contain;width:100%;height:100%}.VideoPlayer-module__a2ZpKa__promoBadge{color:#fff;pointer-events:none;background:#0009;border:1px solid #fff3;border-radius:4px;padding:.3rem .8rem;font-size:.8rem;font-weight:700;position:absolute;top:6rem;left:2rem}.VideoPlayer-module__a2ZpKa__promoClickHint{color:#fff;pointer-events:none;background:#8b5cf6d9;border-radius:6px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;position:absolute;bottom:2rem;left:2rem;box-shadow:0 4px 12px #0000004d}.VideoPlayer-module__a2ZpKa__promoControls{z-index:210;align-items:center;display:flex;position:absolute;bottom:2rem;right:2rem}.VideoPlayer-module__a2ZpKa__skipPromoBtn{color:#000;cursor:pointer;background:#ffffffe6;border:1px solid #fff;border-radius:4px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:700;transition:background-color .2s;box-shadow:0 4px 12px #0000004d}.VideoPlayer-module__a2ZpKa__skipPromoBtn:hover{background:#fff}.VideoPlayer-module__a2ZpKa__skipCountdown{color:#fff;pointer-events:none;background:#000000b3;border:1px solid #fff3;border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500}.VideoPlayer-module__a2ZpKa__topBar{opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;transform:translateY(-10px)}.VideoPlayer-module__a2ZpKa__topBarVisible{opacity:1;pointer-events:auto;transform:translateY(0)}.VideoPlayer-module__a2ZpKa__controlsOverlay{z-index:50;opacity:0;pointer-events:none;background:linear-gradient(#0006 0%,#0000 20% 80%,#000000d9 100%);flex-direction:column;justify-content:flex-end;transition:opacity .3s;display:flex;position:absolute;inset:0}.VideoPlayer-module__a2ZpKa__controlsVisible{opacity:1;pointer-events:auto}.VideoPlayer-module__a2ZpKa__controlsBottom{width:100%;padding:1.5rem 2rem}.VideoPlayer-module__a2ZpKa__timelineWrapper{cursor:pointer;width:100%;padding:10px 0}.VideoPlayer-module__a2ZpKa__timelineBar{background:#fff3;border-radius:2px;height:4px;transition:height .15s;position:relative}.VideoPlayer-module__a2ZpKa__timelineWrapper:hover .VideoPlayer-module__a2ZpKa__timelineBar{height:6px}.VideoPlayer-module__a2ZpKa__timelineProgress{background:var(--accent-primary,#8b5cf6);border-radius:2px;height:100%}.VideoPlayer-module__a2ZpKa__timelineHandle{background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .15s;position:absolute;top:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 2px 4px #00000080}.VideoPlayer-module__a2ZpKa__timelineWrapper:hover .VideoPlayer-module__a2ZpKa__timelineHandle{transform:translate(-50%,-50%)scale(1)}.VideoPlayer-module__a2ZpKa__controlsRow{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.VideoPlayer-module__a2ZpKa__controlsLeft{align-items:center;gap:1.5rem;display:flex}.VideoPlayer-module__a2ZpKa__controlsRight{align-items:center;display:flex}.VideoPlayer-module__a2ZpKa__iconBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;padding:.4rem;transition:background-color .2s,transform .1s;display:flex}.VideoPlayer-module__a2ZpKa__iconBtn:hover{background-color:#ffffff1a}.VideoPlayer-module__a2ZpKa__iconBtn:active{transform:scale(.95)}.VideoPlayer-module__a2ZpKa__volumeWrapper{align-items:center;gap:.5rem;display:flex}.VideoPlayer-module__a2ZpKa__volumeSlider{appearance:none;cursor:pointer;background:#ffffff4d;border-radius:2px;outline:none;width:0;height:4px;transition:width .2s}.VideoPlayer-module__a2ZpKa__volumeWrapper:hover .VideoPlayer-module__a2ZpKa__volumeSlider,.VideoPlayer-module__a2ZpKa__volumeSlider:focus{width:65px}.VideoPlayer-module__a2ZpKa__volumeSlider::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:10px;height:10px}.VideoPlayer-module__a2ZpKa__volumeSlider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;width:10px;height:10px}.VideoPlayer-module__a2ZpKa__timeLabel{color:#fffc;font-variant-numeric:tabular-nums;font-family:inherit;font-size:.85rem}
.page-module__DDweCa__container{background:var(--bg-primary);min-height:100vh}.page-module__DDweCa__content{padding:calc(64px + 3rem) var(--page-padding) 4rem;max-width:1400px;margin:0 auto}.page-module__DDweCa__title{font-family:var(--font-heading);margin-bottom:.4rem;font-size:2rem;font-weight:800}.page-module__DDweCa__subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem}.page-module__DDweCa__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.page-module__DDweCa__card{border-radius:var(--card-radius-lg);background:linear-gradient(135deg, var(--card-color) 0%, #06080de6 100%);color:#fff;min-height:140px;transition:transform .25s var(--ease-out), box-shadow .25s;animation:page-module__DDweCa__fadeInUp .5s var(--ease-out) backwards;border:1px solid #ffffff0f;align-items:flex-end;padding:1.25rem;text-decoration:none;display:flex;position:relative;overflow:hidden}@keyframes page-module__DDweCa__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-module__DDweCa__card:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 40px #0006}.page-module__DDweCa__cardContent{z-index:2;position:relative}.page-module__DDweCa__genreName{font-family:var(--font-heading);margin-bottom:.25rem;font-size:1.15rem;font-weight:700}.page-module__DDweCa__exploreText{color:#ffffffb3;font-size:.8rem;font-weight:500}.page-module__DDweCa__cardGlow{background:var(--card-color);opacity:.15;filter:blur(40px);z-index:0;border-radius:50%;width:120px;height:120px;position:absolute;top:-50%;right:-30%}.page-module__DDweCa__skeletonCard{border-radius:var(--card-radius-lg);background:linear-gradient(90deg, var(--bg-tertiary) 25%, var(--bg-elevated) 50%, var(--bg-tertiary) 75%);background-size:200% 100%;min-height:140px;animation:1.5s ease-in-out infinite page-module__DDweCa__shimmer}@keyframes page-module__DDweCa__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-module__DDweCa__emptyState{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.page-module__DDweCa__adminLink{background:var(--gradient-primary);color:#fff;border-radius:8px;margin-top:1rem;padding:.6rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}@media (max-width:640px){.page-module__DDweCa__grid{grid-template-columns:repeat(2,1fr)}}
.plans-module__E_h_ya__container{background:var(--bg-primary);min-height:100vh}.plans-module__E_h_ya__content{padding:calc(64px + 4rem) var(--page-padding) 6rem;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.plans-module__E_h_ya__header{text-align:center;max-width:600px;animation:plans-module__E_h_ya__fadeInUp .5s var(--ease-out) forwards;margin-bottom:4rem}@keyframes plans-module__E_h_ya__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.plans-module__E_h_ya__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.plans-module__E_h_ya__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.plans-module__E_h_ya__grid{width:100%;animation:plans-module__E_h_ya__fadeInUp .5s var(--ease-out) .1s backwards;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.plans-module__E_h_ya__card{background:var(--bg-card);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.plans-module__E_h_ya__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.plans-module__E_h_ya__popular{background:#8b5cf60d;border:2px solid #8b5cf64d;transform:scale(1.03)}.plans-module__E_h_ya__popular:hover{transform:scale(1.03)translateY(-8px);box-shadow:0 20px 40px #8b5cf633}.plans-module__E_h_ya__popularBadge{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:.3rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.plans-module__E_h_ya__planName{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.plans-module__E_h_ya__popular .plans-module__E_h_ya__planName{color:var(--accent-primary-light)}.plans-module__E_h_ya__priceContainer{align-items:baseline;gap:.2rem;margin-bottom:1rem;display:flex}.plans-module__E_h_ya__price{color:var(--text-primary);font-size:3rem;font-weight:800}.plans-module__E_h_ya__period{color:var(--text-muted);font-size:1rem;font-weight:500}.plans-module__E_h_ya__description{color:var(--text-secondary);height:45px;font-size:.95rem;line-height:1.5}.plans-module__E_h_ya__divider{background:#ffffff14;height:1px;margin:2rem 0}.plans-module__E_h_ya__featureList{flex-direction:column;flex:1;gap:1rem;margin-bottom:2.5rem;list-style:none;display:flex}.plans-module__E_h_ya__featureItem{color:var(--text-primary);gap:.75rem;font-size:.95rem;line-height:1.4;display:flex}.plans-module__E_h_ya__checkIcon{width:18px;height:18px;color:var(--accent-secondary);flex-shrink:0;margin-top:2px}.plans-module__E_h_ya__actionBtn{cursor:pointer;text-align:center;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s}.plans-module__E_h_ya__primaryBtn{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 15px #8b5cf64d}.plans-module__E_h_ya__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf680}.plans-module__E_h_ya__secondaryBtn{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a}.plans-module__E_h_ya__secondaryBtn:hover{background:#ffffff1a;border-color:#fff3}@media (max-width:1024px){.plans-module__E_h_ya__popular{transform:none}.plans-module__E_h_ya__popular:hover{transform:translateY(-8px)}}@media (max-width:768px){.plans-module__E_h_ya__content{padding-top:calc(64px + 2rem)}.plans-module__E_h_ya__title{font-size:2.2rem}}
.search-module__iEHJ8a__container{background:var(--bg-primary);min-height:100vh}.search-module__iEHJ8a__content{padding:calc(64px + 3rem) var(--page-padding) 4rem;max-width:1400px;margin:0 auto}.search-module__iEHJ8a__title{font-family:var(--font-heading);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.search-module__iEHJ8a__queryHighlight{color:var(--accent-primary-light)}.search-module__iEHJ8a__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.search-module__iEHJ8a__empty{text-align:center;color:var(--text-secondary);padding:4rem 2rem;font-size:1rem}
.settings-module__eSbG6G__container{background-color:var(--bg-color);min-height:100vh;padding-bottom:4rem}.settings-module__eSbG6G__content{max-width:700px;margin:0 auto;padding:100px 4% 0}.settings-module__eSbG6G__pageTitle{font-family:var(--font-heading);margin-bottom:.3rem;font-size:2.5rem;font-weight:800}.settings-module__eSbG6G__pageSubtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:1rem}.settings-module__eSbG6G__section{margin-bottom:2rem}.settings-module__eSbG6G__sectionTitle{font-family:var(--font-heading);color:var(--text-muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.8rem;font-size:1.1rem;font-weight:600}.settings-module__eSbG6G__card{background:var(--bg-color-secondary);border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.settings-module__eSbG6G__settingRow{border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;display:flex}.settings-module__eSbG6G__settingRow:last-child{border-bottom:none}.settings-module__eSbG6G__label{margin-bottom:.2rem;font-size:1rem;font-weight:600;display:block}.settings-module__eSbG6G__value{color:var(--text-muted);font-size:.9rem;display:block}.settings-module__eSbG6G__desc{color:var(--text-muted);max-width:350px;font-size:.8rem;display:block}.settings-module__eSbG6G__profileBadge{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.settings-module__eSbG6G__editBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.settings-module__eSbG6G__editBtn:hover{color:var(--text-primary);background:#ffffff1a;border-color:#fff3}.settings-module__eSbG6G__toggle{flex-shrink:0;width:48px;height:26px;display:inline-block;position:relative}.settings-module__eSbG6G__toggle input{opacity:0;width:0;height:0}.settings-module__eSbG6G__slider{cursor:pointer;background-color:#ffffff1a;border-radius:26px;transition:all .3s;position:absolute;inset:0}.settings-module__eSbG6G__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:3px;left:3px}.settings-module__eSbG6G__toggle input:checked+.settings-module__eSbG6G__slider{background-color:var(--accent-primary)}.settings-module__eSbG6G__toggle input:checked+.settings-module__eSbG6G__slider:before{transform:translate(22px)}.settings-module__eSbG6G__select{color:#fff;cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:.9rem}@media (prefers-color-scheme:dark){.settings-module__eSbG6G__select{--lightningcss-light: ;--lightningcss-dark:initial}}.settings-module__eSbG6G__select option{background-color:var(--bg-secondary);color:var(--text-primary)}.settings-module__eSbG6G__select:focus{border-color:var(--accent-primary)}.settings-module__eSbG6G__saveBtn{background:linear-gradient(135deg, var(--accent-primary), #6b3cd4);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:4rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.settings-module__eSbG6G__saveBtn:hover{transform:scale(1.02);box-shadow:0 6px 20px #8c52ff66}.settings-module__eSbG6G__dangerTitle{color:#ff5e5e}.settings-module__eSbG6G__dangerCard{border-color:#ff5e5e33}.settings-module__eSbG6G__deleteBtn{color:#ff5e5e;cursor:pointer;background:#ff5e5e1a;border:1px solid #ff5e5e4d;border-radius:8px;flex-shrink:0;padding:.6rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .3s}.settings-module__eSbG6G__deleteBtn:hover{color:#fff;background:#ff5e5e;box-shadow:0 4px 15px #ff5e5e4d}
.page-module__L2-wRq__container{background:var(--bg-primary);min-height:100vh}.page-module__L2-wRq__loadingState{height:80vh;color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__L2-wRq__spinner{border:3px solid #8b5cf633;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite page-module__L2-wRq__spin}@keyframes page-module__L2-wRq__spin{to{transform:rotate(360deg)}}.page-module__L2-wRq__heroContainer{min-height:70vh;padding:4rem var(--page-padding) 3rem;align-items:flex-end;margin-top:64px;display:flex;position:relative}.page-module__L2-wRq__heroBg{background-position:top;background-size:cover;position:absolute;inset:0}.page-module__L2-wRq__heroOverlay{background:linear-gradient(90deg, #06080df2 0%, #06080d99 50%, #06080d4d 100%), linear-gradient(180deg, transparent 30%, var(--bg-primary) 100%);position:absolute;inset:0}.page-module__L2-wRq__heroContent{z-index:2;max-width:650px;position:relative}.page-module__L2-wRq__title{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:900}.page-module__L2-wRq__meta{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.page-module__L2-wRq__rating{color:var(--accent-warm);font-size:.9rem;font-weight:700}.page-module__L2-wRq__badge{color:var(--text-secondary);text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.page-module__L2-wRq__statusBadge{color:var(--accent-secondary);text-transform:uppercase;background:#06d6a01f;border:1px solid #06d6a033;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.page-module__L2-wRq__genreTags{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.page-module__L2-wRq__genreTag{color:var(--accent-primary-light);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:20px;padding:.25rem .6rem;font-size:.75rem}.page-module__L2-wRq__synopsis{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.page-module__L2-wRq__actions{gap:.75rem;display:flex}.page-module__L2-wRq__playBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex}.page-module__L2-wRq__playBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #8b5cf666}.page-module__L2-wRq__listBtn{color:var(--text-primary);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.page-module__L2-wRq__listBtn:hover{background:#ffffff1a}.page-module__L2-wRq__listBtnActive{border-color:var(--accent-secondary);color:var(--accent-secondary);background:#06d6a01a}.page-module__L2-wRq__contentSection{padding:2rem var(--page-padding) 4rem}.page-module__L2-wRq__episodesSection{max-width:1200px}.page-module__L2-wRq__episodesHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__L2-wRq__sectionTitle{font-family:var(--font-heading);font-size:1.35rem;font-weight:700}.page-module__L2-wRq__seasonTabs{gap:.5rem;display:flex}.page-module__L2-wRq__seasonTab{color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;padding:.4rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s}.page-module__L2-wRq__seasonTab:hover{color:var(--text-primary);background:#ffffff14}.page-module__L2-wRq__seasonTabActive{color:var(--accent-primary-light);background:#8b5cf626;border-color:#8b5cf64d}.page-module__L2-wRq__episodesList{flex-direction:column;gap:.75rem;display:flex}.page-module__L2-wRq__episodeCard{border-radius:var(--card-radius);cursor:pointer;background:#ffffff05;border:1px solid #ffffff0a;align-items:center;gap:1rem;padding:.8rem;transition:background .2s,border-color .2s;display:flex}.page-module__L2-wRq__episodeCard:hover{background:#ffffff0d;border-color:#8b5cf626}.page-module__L2-wRq__epNumber{color:var(--text-muted);text-align:center;min-width:32px;font-size:1.1rem;font-weight:700}.page-module__L2-wRq__epThumbnail{background:var(--bg-tertiary);border-radius:8px;flex-shrink:0;width:160px;height:90px;position:relative;overflow:hidden}.page-module__L2-wRq__epThumbnail img{object-fit:cover;width:100%;height:100%}.page-module__L2-wRq__epThumbPlaceholder{background:var(--bg-elevated);width:100%;height:100%}.page-module__L2-wRq__epPlayIcon{opacity:0;background:#0006;justify-content:center;align-items:center;font-size:1.2rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.page-module__L2-wRq__episodeCard:hover .page-module__L2-wRq__epPlayIcon{opacity:1}.page-module__L2-wRq__epInfo{flex:1;min-width:0}.page-module__L2-wRq__epTitle{margin-bottom:.3rem;font-size:.95rem;font-weight:600}.page-module__L2-wRq__epDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.page-module__L2-wRq__epDuration{color:var(--text-muted);margin-top:.3rem;font-size:.75rem;display:inline-block}@media (max-width:768px){.page-module__L2-wRq__heroContainer{min-height:50vh}.page-module__L2-wRq__epThumbnail{width:120px;height:68px}.page-module__L2-wRq__epNumber{display:none}}
