@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);border-right:1px solid var(--border);height:100vh;color:var(--text);scrollbar-width:thin;scrollbar-color:#ffffff24 transparent;background:#111;flex-direction:column;flex-shrink:0;padding:24px 10px 18px;display:flex;position:sticky;top:0;overflow:hidden auto}.sidebar-brand{padding:4px 18px 28px}.sidebar-brand h2{letter-spacing:-.5px;color:var(--text);margin:0;font-size:24px;font-weight:800;line-height:1.1}.sidebar-brand p{color:var(--text-secondary);margin:7px 0 0;font-size:12px;font-weight:500;line-height:1.4}.sidebar-menu{flex-direction:column;gap:5px;display:flex}.sidebar-item{color:#c9bec0;text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:0 12px 12px 0;align-items:center;gap:13px;width:100%;min-height:48px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;text-decoration:none;transition:background .18s,color .18s,border-color .18s,transform .18s;display:flex;position:relative}.sidebar-item:hover{color:var(--text);background:#ffffff0d}.sidebar-item.active{color:#fff;border-left-color:var(--primary);background:#ffffff16}.sidebar-item.active:after{content:"";background:#ffffff14;border-radius:999px;width:2px;position:absolute;inset:7px 8px 7px auto}.sidebar-item svg{color:currentColor;stroke-width:2px;flex-shrink:0;width:19px;height:19px}.sidebar-footer{border-top:1px solid var(--border);margin-top:auto;padding-top:16px}.sidebar-footer .sidebar-item{margin-top:4px}.logout{width:100%;color:var(--primary)}.logout:hover{color:var(--primary);background:#d6092f1a}.sidebar::-webkit-scrollbar{width:5px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff38}.topbar{height:var(--topbar-height);min-height:var(--topbar-height);z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111111f0;justify-content:space-between;align-items:center;gap:24px;padding:0 32px;display:flex;position:sticky;top:0}.topbar-search{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;align-items:center;gap:11px;width:min(560px,45vw);height:46px;padding:0 17px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.topbar-search:focus-within{background:#ffffff0b;border-color:#e50914a6;box-shadow:0 0 0 3px #e509141a}.topbar-search svg{width:18px;height:18px;color:var(--text-secondary);flex-shrink:0}.topbar-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:14px;font-weight:500}.topbar-search input::placeholder{color:#77777f}.topbar-search input::-webkit-search-cancel-button{cursor:pointer;filter:invert();opacity:.45}.topbar-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.notify-btn{border:1px solid var(--border);background:var(--surface-2);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:13px;flex-shrink:0;place-items:center;padding:0;transition:background .18s,border-color .18s,transform .18s;display:grid;position:relative}.notify-btn:hover{background:#ffffff12;border-color:#ffffff29}.notify-btn:active{transform:scale(.96)}.notify-btn svg{width:19px;height:19px}.notification-badge{background:var(--primary);color:#fff;border:2px solid #111;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:9px;font-weight:800;line-height:1;display:flex;position:absolute;top:-5px;right:-5px}.topbar-profile-wrapper{position:relative}.topbar-user{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;min-height:48px;padding:4px 6px 4px 12px;font-family:inherit;transition:background .18s,border-color .18s;display:flex}.topbar-user:hover,.topbar-user[aria-expanded=true]{border-color:var(--border);background:#ffffff0d}.topbar-user-info{text-align:right;line-height:1.25}.topbar-user strong{color:var(--text);white-space:nowrap;font-size:14px;font-weight:750;display:block}.topbar-user small{color:var(--text-secondary);white-space:nowrap;margin-top:3px;font-size:11px;font-weight:500;display:block}.topbar-user img{border:2px solid var(--primary);object-fit:cover;border-radius:50%;flex-shrink:0;width:42px;height:42px}.profile-dropdown{z-index:200;border:1px solid var(--border);background:#181818;border-radius:14px;width:230px;padding:8px;animation:.16s profileDropdownOpen;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 50px #0000006b,0 2px 10px #00000038}@keyframes profileDropdownOpen{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-dropdown-header{padding:10px 11px 9px}.profile-dropdown-header strong{color:var(--text);font-size:14px;font-weight:750;display:block}.profile-dropdown-header span{color:var(--text-secondary);margin-top:4px;font-size:12px;display:block}.profile-dropdown-divider{background:var(--border);height:1px;margin:6px 4px}.profile-dropdown button{color:#dedede;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;height:40px;padding:0 11px;font-family:inherit;font-size:13px;font-weight:600;transition:background .16s,color .16s;display:flex}.profile-dropdown button:hover{color:#fff;background:#ffffff0f}.profile-dropdown button svg{flex-shrink:0;width:17px;height:17px}.profile-dropdown .profile-logout{color:#ff5d68}.profile-dropdown .profile-logout:hover{color:#ff6a74;background:#e509141c}@media (width<=1000px){.topbar{padding:0 22px}.topbar-search{width:min(460px,42vw)}}@media (width<=820px){.topbar{gap:14px;padding:0 16px}.topbar-search{width:100%}.topbar-user-info{display:none}.topbar-user{padding:3px}.topbar-user img{width:40px;height:40px}}@media (width<=560px){.topbar{padding:0 12px}.topbar-search{border-radius:12px;height:42px;padding:0 13px}.topbar-search input{font-size:13px}.notify-btn{border-radius:12px;width:40px;height:40px}.topbar-user img{width:38px;height:38px}.profile-dropdown{width:215px;right:-2px}}html,body,#root{background:var(--bg);width:100%;height:100%;margin:0;padding:0}body{overflow:hidden}.admin-layout{background:var(--bg);width:100%;height:100vh;display:flex;overflow:hidden}.admin-main{background:var(--bg);flex-direction:column;flex:1;min-width:0;height:100vh;display:flex;overflow:hidden}.admin-content-scroll{scrollbar-width:thin;scrollbar-color:#ffffff38 transparent;flex:1;min-width:0;min-height:0;overflow:hidden auto}.admin-content-scroll::-webkit-scrollbar{width:7px}.admin-content-scroll::-webkit-scrollbar-track{background:0 0}.admin-content-scroll::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.admin-content-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.admin-login-page{color:#fff;background:radial-gradient(circle at 100% 0,#e5091438,#0000 35%),#050505;justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-card{background:linear-gradient(#181818,#0d0d0d);border:1px solid #ffffff14;border-radius:28px;width:430px;padding:38px;box-shadow:0 30px 80px #0000008c}.admin-login-logo{color:#e50914;background:#e5091424;border-radius:22px;justify-content:center;align-items:center;width:74px;height:74px;margin-bottom:22px;display:flex}.admin-login-card h1{margin:0;font-size:34px}.admin-login-card p{color:#9ca3af;margin:10px 0 28px}.admin-login-card form{flex-direction:column;gap:18px;display:flex}.admin-login-card label{color:#d1d5db;font-size:14px;font-weight:700}.login-input-box{background:#080808;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;height:52px;margin-top:8px;padding:0 16px;display:flex}.login-input-box svg{color:#8b8b8b}.login-input-box input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:15px}.login-error{color:#ff6b72;background:#e5091424;border:1px solid #e5091459;border-radius:14px;padding:12px 14px;font-size:14px;font-weight:700}.admin-login-card button{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:16px;height:52px;font-size:16px;font-weight:800;box-shadow:0 18px 40px #e5091447}.page-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:26px;display:flex}.page-header>div:first-child{min-width:0}.page-header-eyebrow{color:var(--primary);letter-spacing:1px;text-transform:uppercase;align-items:center;margin-bottom:8px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.page-header h1{color:var(--text);letter-spacing:-1px;margin:0;font-size:clamp(30px,2.8vw,36px);font-weight:850;line-height:1.08}.page-header p{max-width:680px;color:var(--text-secondary);margin:10px 0 0;font-size:15px;font-weight:500;line-height:1.6}.page-header-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}@media (width<=900px){.page-header{flex-direction:column;align-items:flex-start;gap:18px}.page-header-actions{width:100%}.page-header-actions>*{justify-content:center;width:100%}}@media (width<=600px){.page-header{margin-bottom:22px}.page-header h1{font-size:28px}.page-header p{font-size:14px}}.stat-card{background:linear-gradient(180deg, #ffffff05, #fff0), var(--surface);border:1px solid var(--border);min-height:136px;box-shadow:var(--shadow);border-radius:18px;justify-content:space-between;align-items:flex-start;gap:18px;padding:20px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex}.stat-card:hover{box-shadow:0 16px 34px #0000003d, var(--shadow);border-color:#ffffff1f;transform:translateY(-2px)}.stat-card-info{flex-direction:column;gap:8px;min-width:0;display:flex}.stat-card-info span{color:var(--text-secondary);font-size:13px;font-weight:650;line-height:1.3}.stat-card-info strong{color:var(--text);letter-spacing:-.8px;margin-top:2px;font-size:clamp(26px,2.3vw,31px);font-weight:850;line-height:1}.stat-card-info small{color:var(--success);margin-top:3px;font-size:12px;font-weight:800;line-height:1.2}.stat-card-icon{width:44px;height:44px;color:var(--primary);background:#e509141c;border:1px solid #e5091414;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.stat-card-icon svg{stroke-width:2.1px;width:21px;height:21px}.stat-card.success .stat-card-icon{color:var(--success);background:#1ec9711c;border-color:#1ec97114}.stat-card.warning .stat-card-icon{color:var(--warning);background:#ffb0201c;border-color:#ffb02014}.stat-card.danger .stat-card-icon{color:var(--danger);background:#ff4d4f1c;border-color:#ff4d4f14}.stat-card.danger .stat-card-info small{color:var(--danger)}@media (width<=1180px){.stat-card{min-height:128px}}@media (width<=700px){.stat-card{min-height:120px;padding:18px}.stat-card-info strong{font-size:27px}}.dashboard{color:var(--text)}.primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #e509142e}.primary-btn:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 14px 30px #e509143d}.primary-btn:active{transform:translateY(0)}.primary-btn svg{width:18px;height:18px}.dashboard .grid-4{margin-bottom:22px}.dashboard .grid-4>a{color:inherit;text-decoration:none}.dashboard-content-grid{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:22px;display:grid}.dashboard .panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px}.recent-series{padding:0;overflow:hidden}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:0 22px;display:flex}.panel-header h2,.panel-title-row h2{color:var(--text);letter-spacing:-.2px;margin:0;font-size:17px;font-weight:800;line-height:1.25}.panel-title-row{justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.panel-title-row a,.panel-header a{color:var(--primary-hover);flex-shrink:0;font-size:12px;font-weight:800;text-decoration:none;transition:color .18s,opacity .18s}.panel-title-row a:hover,.panel-header a:hover{color:#fff}.dashboard table{border-collapse:collapse;table-layout:auto;width:100%}.dashboard th{color:var(--text-secondary);letter-spacing:.6px;text-align:left;text-transform:uppercase;white-space:nowrap;padding:13px 20px;font-size:11px;font-weight:800;line-height:1}.dashboard td{border-top:1px solid var(--border);color:var(--text);vertical-align:middle;padding:13px 20px;font-size:13px;font-weight:650;line-height:1.35}.dashboard th:first-child,.dashboard td:first-child{width:82px}.dashboard th:nth-child(5),.dashboard td:nth-child(5),.dashboard th:nth-child(6),.dashboard td:nth-child(6){width:90px}.poster{object-fit:cover;border:1px solid #ffffff12;border-radius:9px;width:44px;height:60px;display:block}.badge{letter-spacing:.25px;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:48px;height:23px;padding:0 9px;font-size:10px;font-weight:900;line-height:1;display:inline-flex}.badge.red{color:#ff6670;background:#e5091424}.badge.green{color:var(--success);background:#1ec9711f}.badge.gray{color:#cacaca;background:#ffffff13}.clickable-row:focus-visible{outline-offset:-2px;outline:2px solid #e509148c}.right-widgets{flex-direction:column;gap:22px;display:flex}.right-widgets .panel{padding:20px}.video-item{border:none;border-bottom:1px solid var(--border);width:100%;min-height:62px;color:var(--text);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;font-family:inherit;transition:background .18s,padding .18s;display:flex}.video-item:hover{background:#ffffff06;padding-left:7px;padding-right:7px}.video-item:last-child{border-bottom:none;padding-bottom:2px}.video-item strong{color:var(--text);font-size:13px;font-weight:750;line-height:1.35;display:block}.video-item>span{color:var(--text-secondary);flex-shrink:0;font-size:11px;font-weight:600}.video-status{letter-spacing:.35px;text-transform:uppercase;margin:5px 0 0;font-size:10px;font-weight:900;line-height:1}.video-status.İşleniyor{color:#60a5fa}.video-status.Hazır{color:var(--success)}.video-status.Başarısız{color:var(--danger)}.status-row{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:14px;margin-top:17px;font-size:13px;line-height:1.3;display:flex}.status-row strong{color:var(--text);font-size:13px;font-weight:800}.status-row .green-text{color:var(--success)}.progress{background:#ffffff13;border-radius:999px;height:6px;margin-top:10px;overflow:hidden}.progress-green,.progress-red{border-radius:inherit;height:100%}.progress-green{background:var(--success);width:32%}.progress-red{background:var(--primary);width:66%}@media (width<=1280px){.dashboard-content-grid{grid-template-columns:minmax(0,1fr) 300px;gap:18px}.dashboard th,.dashboard td{padding-left:16px;padding-right:16px}}@media (width<=1180px){.dashboard .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-content-grid{grid-template-columns:1fr}.right-widgets{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=820px){.recent-series{overflow-x:auto}.dashboard table{min-width:760px}}@media (width<=700px){.dashboard .grid-4,.right-widgets{grid-template-columns:1fr}.primary-btn{width:100%}.panel-header{padding:0 16px}.right-widgets .panel{padding:17px}}.series-page{min-height:calc(100vh - var(--topbar-height));color:var(--text);padding:30px 32px 40px}.series-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;display:flex}.series-header h1{color:var(--text);letter-spacing:-1px;margin:0;font-size:clamp(30px,2.8vw,36px);font-weight:850;line-height:1.08}.series-header p{color:var(--text-secondary);margin:9px 0 0;font-size:15px;line-height:1.5}.series-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.series-page .primary-btn,.series-page .secondary-btn{color:#fff;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:800;text-decoration:none;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.series-page .primary-btn{border:1px solid var(--primary);background:var(--primary);box-shadow:0 10px 24px #e509142e}.series-page .primary-btn:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 14px 30px #e509143d}.series-page .secondary-btn{border:1px solid var(--border);background:var(--surface-2)}.series-page .secondary-btn:hover{background:#ffffff14;border-color:#ffffff29}.filter-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;grid-template-columns:minmax(220px,1.35fr) repeat(3,minmax(150px,1fr));gap:16px;margin-bottom:22px;padding:20px;display:grid}.filter-item{min-width:0}.filter-item label{color:var(--text-secondary);margin-bottom:8px;font-size:12px;font-weight:700;line-height:1.2;display:block}.input-like,.filter-item select{border:1px solid var(--border);width:100%;height:44px;color:var(--text);background:#111;border-radius:11px;font-family:inherit;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.input-like{align-items:center;gap:10px;padding:0 13px;display:flex}.input-like svg{width:17px;height:17px;color:var(--text-secondary);flex-shrink:0}.input-like input{width:100%;min-width:0;color:var(--text);font:inherit;background:0 0;border:none;outline:none;padding:0}.input-like input::placeholder{color:#707078}.filter-item select{cursor:pointer;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#8f8f95 50%),linear-gradient(135deg,#8f8f95 50%,#0000 50%);background-position:calc(100% - 17px) 18px,calc(100% - 12px) 18px;background-repeat:no-repeat;background-size:5px 5px;outline:none;padding:0 38px 0 13px}.input-like:focus-within,.filter-item select:focus{background-color:#ffffff09;border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.series-table-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.series-table-card table{border-collapse:collapse;table-layout:auto;width:100%}.series-table-card th{color:var(--text-secondary);letter-spacing:.65px;text-align:left;text-transform:uppercase;white-space:nowrap;background:#ffffff04;padding:14px 20px;font-size:11px;font-weight:800;line-height:1}.series-table-card td{border-top:1px solid var(--border);color:var(--text);vertical-align:middle;padding:14px 20px;font-size:13px;font-weight:600;line-height:1.35}.series-table-card td strong{color:var(--text);margin:0 0 5px;font-size:14px;font-weight:750;line-height:1.3;display:block}.series-table-card td>span:not(.category-pill):not(.status){color:var(--text-secondary);font-size:11px;font-weight:500;line-height:1.35;display:block}.series-table-card th:first-child,.series-table-card td:first-child{width:88px}.series-table-card th:last-child,.series-table-card td:last-child{text-align:center;width:72px}.clickable-row{cursor:pointer;transition:background .18s,box-shadow .18s}.clickable-row:hover{background:#ffffff09}.clickable-row:hover .series-poster{border-color:#ffffff26}.series-poster{object-fit:cover;border:1px solid #ffffff12;border-radius:9px;width:50px;height:70px;transition:border-color .18s;display:block}.category-pill{white-space:nowrap;background:#ffffff13;border:1px solid #ffffff0f;border-radius:999px;align-items:center;width:fit-content;padding:6px 11px;font-weight:700;line-height:1;color:#d7d7da!important;font-size:11px!important;display:inline-flex!important}.stat-line{color:var(--text-secondary);white-space:nowrap;flex-wrap:wrap;align-items:center;gap:7px;font-size:12px;line-height:1;display:flex}.stat-line svg{color:#8a8a92;width:14px;height:14px}.stat-line svg:nth-of-type(2){margin-left:5px}.mini-icon-btn{width:38px;height:38px;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;padding:0;transition:background .18s,border-color .18s,transform .18s;display:inline-grid}.mini-icon-btn:hover{border-color:var(--border);background:#ffffff0f}.mini-icon-btn:active{transform:scale(.95)}.vip-active{color:var(--primary);fill:#e5091440}.vip-passive{color:#53535a}.status{white-space:nowrap;align-items:center;width:fit-content;font-weight:800;line-height:1;font-size:11px!important;display:inline-flex!important}.status:before{content:"";border-radius:50%;width:7px;height:7px;margin-right:7px}.status.live{color:var(--success)!important}.status.live:before{background:var(--success);box-shadow:0 0 0 4px #1ec97114}.status.draft{color:var(--warning)!important}.status.draft:before{background:var(--warning);box-shadow:0 0 0 4px #ffb02014}.edit-btn{width:38px;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;padding:0;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-grid}.edit-btn:hover{color:#ff5c67;background:#e509141a;border-color:#e5091424}.edit-btn:active{transform:scale(.95)}.table-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:64px;padding:12px 20px;display:flex}.table-footer p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.4}.table-footer p strong{color:var(--text);font-weight:750}.pagination{align-items:center;gap:7px;display:flex}.pagination button{border:1px solid var(--border);color:#d6d6d9;cursor:pointer;background:#131313;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;font-family:inherit;font-size:13px;font-weight:700;transition:background .18s,border-color .18s,color .18s,transform .18s;display:grid}.pagination button:hover:not(:disabled):not(.active){background:#ffffff12;border-color:#ffffff24}.pagination button.active{background:var(--primary);border-color:var(--primary);color:#fff}.pagination button:active:not(:disabled){transform:scale(.95)}.pagination button:disabled{opacity:.35;cursor:not-allowed}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000c7;justify-content:center;align-items:center;padding:24px;animation:.17s seriesOverlayOpen;display:flex;position:fixed;inset:0}@keyframes seriesOverlayOpen{0%{opacity:0}to{opacity:1}}.add-series-modal{width:100%;max-width:720px;max-height:min(90vh,880px);color:var(--text);border:1px solid var(--border);background:#151515;border-radius:20px;padding:24px;animation:.19s seriesModalOpen;overflow-y:auto;box-shadow:0 28px 90px #0000008c}@keyframes seriesModalOpen{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.add-series-modal::-webkit-scrollbar{width:6px}.add-series-modal::-webkit-scrollbar-track{background:0 0}.add-series-modal::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px;padding-bottom:20px;display:flex}.modal-header h2{color:var(--text);letter-spacing:-.5px;margin:0;font-size:23px;font-weight:850;line-height:1.2}.modal-header p{color:var(--text-secondary);margin:7px 0 0;font-size:13px;line-height:1.5}.modal-header>button{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:#ffffff0b;border-radius:11px;flex-shrink:0;place-items:center;padding:0;transition:background .18s,color .18s,transform .18s;display:grid}.modal-header>button:hover{color:#ff6670;background:#e509141f}.modal-header>button:active{transform:scale(.94)}.modal-form{flex-direction:column;gap:16px;display:flex}.form-row{flex-direction:column;gap:8px;min-width:0;display:flex}.form-row label{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.2}.form-row input,.form-row select,.form-row textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0d0d0d;border-radius:11px;outline:none;font-family:inherit;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.form-row input,.form-row select{min-height:45px;padding:0 13px}.form-row textarea{resize:vertical;min-height:105px;padding:13px;line-height:1.5}.form-row input::placeholder,.form-row textarea::placeholder{color:#65656d}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{background:#101010;border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.form-row input[type=file]{cursor:pointer;min-height:48px;padding:7px 8px}.form-row input[type=file]::file-selector-button{border:1px solid var(--border);background:var(--surface-2);height:32px;color:var(--text);cursor:pointer;border-radius:8px;margin-right:12px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:750;transition:background .18s,border-color .18s}.form-row input[type=file]::file-selector-button:hover{background:#ffffff14;border-color:#ffffff26}.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;margin-top:8px;padding-top:20px;display:flex}@media (width<=1250px){.filter-card{grid-template-columns:repeat(2,minmax(0,1fr))}.series-table-card{overflow-x:auto}.series-table-card table{min-width:1020px}}@media (width<=900px){.series-page{padding:24px 20px 34px}.series-header{flex-direction:column;align-items:flex-start;gap:18px}.series-actions{width:100%}.series-actions>*{flex:1}}@media (width<=650px){.series-page{padding:20px 14px 30px}.filter-card{grid-template-columns:1fr;padding:16px}.table-footer{flex-direction:column;align-items:flex-start}.pagination{justify-content:flex-end;width:100%}.modal-overlay{align-items:flex-end;padding:0}.add-series-modal{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;max-height:94vh;padding:20px 16px}.modal-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.series-table-scroll{width:100%;overflow-x:auto}.series-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:30px;display:flex}.series-empty-state svg{width:36px;height:36px;color:var(--text-secondary);margin-bottom:14px}.series-empty-state strong{color:var(--text);margin:0 0 7px;font-size:15px;font-weight:800}.series-empty-state p{max-width:340px;color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.stat-line span{color:var(--text-secondary)!important;font-size:12px!important;display:inline!important}.series-description{max-width:290px;color:var(--text-secondary);-webkit-box-orient:vertical;margin:8px 0 0;font-size:11px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.season-count{color:var(--text);align-items:center;gap:8px;display:inline-flex}.season-count svg{width:17px;height:17px;color:var(--primary)}.season-count strong{white-space:nowrap;margin:0!important;font-size:13px!important}.modal-section{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-direction:column;gap:16px;padding:18px;display:flex}.modal-section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:2px;display:flex}.modal-section-heading>div{align-items:flex-start;gap:12px;display:flex}.modal-section-heading>div>span{width:30px;height:30px;color:var(--primary);background:#e509141f;border-radius:9px;flex-shrink:0;place-items:center;font-size:11px;font-weight:900;display:grid}.modal-section-heading h3{color:var(--text);margin:0;font-size:15px;font-weight:800}.modal-section-heading p{color:var(--text-secondary);margin:5px 0 0;font-size:11px;line-height:1.45}.add-season-btn{color:#ff5f6b;cursor:pointer;background:#e509141a;border:1px solid #e5091433;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:800;display:inline-flex}.add-season-btn:hover{background:#e5091429}.add-season-btn svg{width:16px;height:16px}.season-form-list{flex-direction:column;gap:10px;display:flex}.season-form-item{border:1px solid var(--border);background:#101010;border-radius:12px;grid-template-columns:34px minmax(0,1fr) 38px;align-items:end;gap:10px;padding:12px;display:grid}.season-number{width:34px;height:44px;color:var(--text-secondary);background:#ffffff0e;border-radius:10px;place-items:center;font-size:12px;font-weight:800;display:grid}.remove-season-btn{border:1px solid var(--border);width:38px;height:44px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;place-items:center;padding:0;display:grid}.remove-season-btn:hover:not(:disabled){color:#ff5d68;background:#e509141a;border-color:#e509142e}.remove-season-btn:disabled{opacity:.3;cursor:not-allowed}.remove-season-btn svg{width:16px;height:16px}@media (width<=650px){.modal-section{padding:15px}.season-heading{flex-direction:column;align-items:flex-start}.add-season-btn{width:100%}.season-form-item{grid-template-columns:30px minmax(0,1fr) 36px;padding:10px}}.episodes-page{width:100%;min-height:calc(100vh - var(--topbar-height));background:var(--bg);color:var(--text);padding:30px 32px 40px}.episode-primary-btn{border:1px solid var(--primary);background:var(--primary);color:#fff;white-space:nowrap;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:800;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #e509142e}.episode-primary-btn:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 14px 30px #e509143d}.episode-primary-btn:active{transform:translateY(0)}.episode-primary-btn svg{width:18px;height:18px}.episode-layout{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:22px;width:100%;display:grid}.episode-content{flex-direction:column;gap:22px;min-width:0;display:flex}.series-select-card{top:calc(var(--topbar-height) + 22px);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;position:sticky;overflow:hidden}.series-select-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:16px 18px;display:flex}.series-select-heading>div{min-width:0}.series-select-heading span{color:var(--primary);letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:850;line-height:1;display:block}.series-select-heading h2{color:var(--text);margin:0;font-size:16px;font-weight:800;line-height:1.2}.series-select-heading>svg{width:21px;height:21px;color:var(--text-secondary);flex-shrink:0}.series-list{flex-direction:column;gap:5px;padding:10px;display:flex}.series-option{width:100%;min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:9px;font-family:inherit;transition:background .18s,border-color .18s,transform .18s;display:flex;position:relative}.series-option:hover{background:#ffffff0a;border-color:#ffffff0a}.series-option.selected{background:#fff1;border-color:#ffffff12}.series-option.selected:before{content:"";background:var(--primary);border-radius:0 999px 999px 0;width:3px;position:absolute;top:10px;bottom:10px;left:0}.series-option img{object-fit:cover;border:1px solid #ffffff12;border-radius:8px;flex-shrink:0;width:48px;height:68px}.series-option-info{flex-direction:column;flex:1;min-width:0;display:flex}.selected-label{width:fit-content;color:var(--primary);letter-spacing:.7px;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:900;line-height:1;display:inline-flex}.series-option-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:13px;font-weight:750;line-height:1.3;overflow:hidden}.series-option-info small{color:var(--text-secondary);font-size:11px;font-weight:500;line-height:1.3}.all-series-btn{border:1px solid var(--border);width:calc(100% - 20px);height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;margin:0 10px 10px;font-family:inherit;font-size:12px;font-weight:750;transition:background .18s,border-color .18s,color .18s}.all-series-btn:hover{color:var(--text);background:#ffffff0d;border-color:#ffffff24}.episode-table-card{background:var(--surface);border:1px solid var(--border);width:100%;box-shadow:var(--shadow);border-radius:18px;overflow:hidden}.episode-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:14px 20px;display:flex}.episode-toolbar>div:first-child{min-width:0}.episode-toolbar-label{color:var(--text-secondary);letter-spacing:.8px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;line-height:1;display:block}.episode-toolbar h2{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:800;line-height:1.25;overflow:hidden}.episode-search{border:1px solid var(--border);width:min(300px,40%);height:42px;color:var(--text-secondary);background:#111;border-radius:11px;flex-shrink:0;align-items:center;gap:9px;padding:0 13px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.episode-search:focus-within{background:#ffffff09;border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.episode-search svg{flex-shrink:0;width:17px;height:17px}.episode-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:13px}.episode-search input::placeholder{color:#6f6f77}.season-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;align-items:center;gap:6px;min-height:54px;padding:8px 18px;display:flex;overflow-x:auto}.season-tabs::-webkit-scrollbar{display:none}.season-tabs button{height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:9px;flex-shrink:0;padding:0 14px;font-family:inherit;font-size:12px;font-weight:750;transition:background .18s,border-color .18s,color .18s}.season-tabs button:hover{color:var(--text);background:#ffffff0b}.season-tabs button.active{color:#ff5965;background:#e509141c;border-color:#e509142b}.episode-table-wrap{scrollbar-width:none;-ms-overflow-style:none;width:100%;overflow-x:auto}.episode-table-wrap::-webkit-scrollbar{display:none}.episode-table-card table{border-collapse:collapse;width:100%;min-width:990px}.episode-table-card th{color:var(--text-secondary);letter-spacing:.7px;text-align:left;text-transform:uppercase;white-space:nowrap;background:#ffffff04;padding:13px 16px;font-size:10px;font-weight:850;line-height:1}.episode-table-card td{border-top:1px solid var(--border);color:var(--text);vertical-align:middle;padding:14px 16px;font-size:12px;font-weight:600;line-height:1.4}.episode-table-card tbody tr{transition:background .18s}.episode-table-card tbody tr:hover{background:#ffffff07}.episode-table-card th:first-child,.episode-table-card td:first-child{width:94px}.episode-table-card th:nth-child(2),.episode-table-card td:nth-child(2){width:100px}.episode-table-card th:nth-child(4),.episode-table-card td:nth-child(4){width:74px}.episode-table-card th:nth-child(5),.episode-table-card td:nth-child(5){width:110px}.episode-table-card th:nth-child(6),.episode-table-card td:nth-child(6),.episode-table-card th:nth-child(7),.episode-table-card td:nth-child(7){width:90px}.episode-table-card th:last-child,.episode-table-card td:last-child{text-align:center;width:68px}.episode-poster{object-fit:cover;border:1px solid #ffffff12;border-radius:7px;width:68px;height:42px;display:block}.episode-number{color:var(--text);white-space:nowrap;font-size:12px;font-weight:750}.episode-title{color:var(--text);margin-bottom:5px;font-size:13px;font-weight:750;line-height:1.3;display:block}.episode-description{max-width:320px;color:var(--text-secondary);-webkit-box-orient:vertical;margin:0;font-size:10px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.video-pill,.subtitle-pill,.episode-status{letter-spacing:.15px;white-space:nowrap;border-radius:7px;justify-content:center;align-items:center;width:fit-content;padding:6px 9px;font-size:9px;font-weight:850;line-height:1;display:inline-flex}.video-pill.ready{color:var(--success);background:#1ec9711f}.video-pill.processing{color:var(--warning);background:#ffb0201f}.video-pill.empty{color:#777780;background:#ffffff0f}.subtitle-pill{color:#d4d4d7;background:#ffffff12}.episode-status{background:0 0;padding-left:18px;position:relative}.episode-status:before{content:"";border-radius:50%;width:6px;height:6px;position:absolute;left:5px}.episode-status.live{color:var(--success)}.episode-status.live:before{background:var(--success)}.episode-status.draft{color:var(--warning)}.episode-status.draft:before{background:var(--warning)}.episode-status.missing{color:#777780}.episode-status.missing:before{background:#777780}.episode-edit-btn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;padding:0;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-grid}.episode-edit-btn:hover{color:#ff5e69;background:#e509141a;border-color:#e5091426}.episode-edit-btn:active{transform:scale(.94)}.episode-edit-btn svg{width:17px;height:17px}.episode-count{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:12px 20px;display:flex}.episode-count>span{color:#ff5965;background:#e509141a;border-radius:8px;align-items:center;padding:6px 10px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.episode-count p{color:var(--text-secondary);margin:0;font-size:12px}.episode-count strong{color:var(--text);font-weight:800}.episode-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:32px;display:flex}.episode-empty-state>svg{width:36px;height:36px;color:var(--text-secondary);margin-bottom:14px}.episode-empty-state strong{color:var(--text);margin-bottom:7px;font-size:15px;font-weight:800}.episode-empty-state p{max-width:340px;color:var(--text-secondary);margin:0 0 16px;font-size:12px;line-height:1.5}.episode-empty-state button{color:#ff5b67;cursor:pointer;background:#e509141a;border:1px solid #e509142e;border-radius:10px;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-family:inherit;font-size:11px;font-weight:800;display:inline-flex}.episode-empty-state button:hover{background:#e5091429}.episode-empty-state button svg{width:15px;height:15px}.episode-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.episode-summary-card{background:var(--surface);border:1px solid var(--border);min-height:100px;box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:15px;padding:18px;transition:transform .18s,border-color .18s;display:flex}.episode-summary-card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.episode-summary-icon{border-radius:13px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.episode-summary-icon svg{width:20px;height:20px}.episode-summary-icon.red{color:var(--primary);background:#e509141c}.episode-summary-icon.green{color:var(--success);background:#1ec9711c}.episode-summary-icon.blue{color:#60a5fa;background:#3b82f61c}.episode-summary-card span{color:var(--text-secondary);letter-spacing:.7px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:800;line-height:1;display:block}.episode-summary-card strong{color:var(--text);letter-spacing:-.4px;font-size:20px;font-weight:850;line-height:1.1;display:block}.episode-modal-overlay{z-index:999;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000c;justify-content:center;align-items:center;padding:24px;animation:.17s episodeOverlayOpen;display:flex;position:fixed;inset:0}@keyframes episodeOverlayOpen{0%{opacity:0}to{opacity:1}}.episode-modal{width:min(740px,100%);max-height:min(92vh,900px);color:var(--text);border:1px solid var(--border);background:#151515;border-radius:20px;padding:24px;animation:.19s episodeModalOpen;overflow-y:auto;box-shadow:0 28px 90px #0000008c}@keyframes episodeModalOpen{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.episode-modal::-webkit-scrollbar{width:6px}.episode-modal::-webkit-scrollbar-track{background:0 0}.episode-modal::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.episode-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;padding-bottom:20px;display:flex}.episode-modal-header>div{min-width:0}.episode-modal-header>div>span{color:var(--primary);letter-spacing:.8px;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:850;line-height:1;display:block}.episode-modal-header h2{color:var(--text);letter-spacing:-.5px;margin:0;font-size:23px;font-weight:850;line-height:1.2}.episode-modal-header p{color:var(--text-secondary);margin:7px 0 0;font-size:12px;line-height:1.5}.episode-modal-header>button{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:#ffffff0b;border-radius:11px;flex-shrink:0;place-items:center;padding:0;transition:background .18s,color .18s,transform .18s;display:grid}.episode-modal-header>button:hover{color:#ff6670;background:#e509141f}.episode-modal-header>button:active{transform:scale(.94)}.episode-form{flex-direction:column;gap:16px;display:flex}.episode-form-section{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-direction:column;gap:15px;padding:18px;display:flex}.episode-section-heading{align-items:flex-start;gap:12px;margin-bottom:2px;display:flex}.episode-section-heading>span{width:30px;height:30px;color:var(--primary);background:#e509141f;border-radius:9px;flex-shrink:0;place-items:center;font-size:10px;font-weight:900;display:grid}.episode-section-heading h3{color:var(--text);margin:0;font-size:15px;font-weight:800}.episode-section-heading p{color:var(--text-secondary);margin:5px 0 0;font-size:11px;line-height:1.45}.episode-form .form-row{flex-direction:column;gap:8px;min-width:0;display:flex}.episode-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.episode-form .form-row label{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.2}.episode-form .form-row input,.episode-form .form-row select,.episode-form .form-row textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0d0d0d;border-radius:11px;outline:none;font-family:inherit;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.episode-form .form-row input,.episode-form .form-row select{min-height:45px;padding:0 13px}.episode-form .form-row textarea{resize:vertical;min-height:105px;padding:13px;line-height:1.5}.episode-form .form-row input::placeholder,.episode-form .form-row textarea::placeholder{color:#65656d}.episode-form .form-row input:focus,.episode-form .form-row select:focus,.episode-form .form-row textarea:focus{background:#101010;border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.episode-form .form-row input[type=file]{cursor:pointer;min-height:48px;padding:7px 8px}.episode-form .form-row input[type=file]::file-selector-button{border:1px solid var(--border);background:var(--surface-2);height:32px;color:var(--text);cursor:pointer;border-radius:8px;margin-right:12px;padding:0 13px;font-family:inherit;font-size:11px;font-weight:750;transition:background .18s,border-color .18s}.episode-form .form-row input[type=file]::file-selector-button:hover{background:#ffffff14;border-color:#ffffff26}.upload-info{color:#e8c8cb;background:#e5091414;border:1px solid #e509141f;border-radius:11px;align-items:center;gap:11px;padding:12px 14px;display:flex}.upload-info>svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.upload-info>div{min-width:0}.upload-info strong{color:var(--text);margin-bottom:4px;font-size:11px;font-weight:800;display:block}.upload-info span{color:var(--text-secondary);font-size:10px;line-height:1.4;display:block}.episode-form .modal-actions{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:12px;margin-top:6px;padding-top:20px;display:flex}.cancel-btn{border:1px solid var(--border);background:var(--surface-2);min-height:46px;color:var(--text);cursor:pointer;border-radius:12px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:750;transition:background .18s,border-color .18s}.cancel-btn:hover{background:#ffffff13;border-color:#ffffff26}@media (width<=1200px){.episode-layout{grid-template-columns:250px minmax(0,1fr);gap:18px}.episode-summary-grid{gap:14px}}@media (width<=1000px){.episode-layout{grid-template-columns:1fr}.series-select-card{position:static}.series-list{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.episode-summary-grid{grid-template-columns:1fr}}@media (width<=760px){.episodes-page{padding:24px 18px 34px}.episode-toolbar{flex-direction:column;align-items:flex-start}.episode-search{width:100%}.series-list,.episode-form .form-grid{grid-template-columns:1fr}}@media (width<=560px){.episodes-page{padding:20px 14px 30px}.episode-primary-btn{width:100%}.episode-count{flex-direction:column;align-items:flex-start}.episode-modal-overlay{align-items:flex-end;padding:0}.episode-modal{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;max-height:94vh;padding:20px 16px}.episode-form-section{padding:15px}.episode-form .modal-actions{flex-direction:column-reverse}.episode-form .modal-actions button{width:100%}}.users-page{color:#f4eeee;background:#070707;width:100%;min-height:100vh;overflow-x:hidden}.users-top{background:#151515;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.users-search{color:#d8bcbc;border:1px solid #ffffff17;border-radius:28px;align-items:center;gap:12px;width:min(620px,52vw);height:44px;padding:0 16px;display:flex}.users-search input{color:#fff;width:100%;font:inherit;background:0 0;border:none;outline:none}.users-admin{align-items:center;gap:16px;display:flex}.users-bell{color:#fff;cursor:pointer;background:0 0;border:none;position:relative}.users-bell span{background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:1px}.users-admin div{flex-direction:column;align-items:flex-end;display:flex}.users-admin strong{font-size:15px}.users-admin small{color:#d1b6b6}.users-admin img{border-radius:50%;width:42px;height:42px}.users-body{padding:42px}.users-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:34px;display:flex}.users-header h1{letter-spacing:-1px;margin:0;font-size:clamp(30px,3vw,42px)}.users-header p{color:#aaa;margin:8px 0 0;font-size:16px}.users-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c8102e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-size:15px;font-weight:800;display:inline-flex}.users-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-bottom:34px;display:grid}.user-stat-card{background:#1b1b1b;border:1px solid #ffffff17;border-radius:14px;justify-content:space-between;align-items:flex-start;height:190px;padding:28px;display:flex;box-shadow:0 18px 40px #00000038}.user-stat-card span{color:#aaa;text-transform:uppercase;font-size:16px;line-height:1.45;display:block}.user-stat-card strong{letter-spacing:.5px;margin-top:22px;font-size:29px;display:block}.user-stat-card small{color:#aaa;margin-top:10px;font-size:15px;display:block}.user-stat-card small.up{color:#e00028}.user-stat-card svg{color:#c8102e;background:#c8102e1f;border-radius:10px;width:46px;height:46px;padding:9px}.users-table-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;overflow:hidden}.users-table-head{justify-content:space-between;align-items:center;height:92px;padding:0 26px;display:flex}.users-title-tabs{align-items:center;gap:24px;display:flex}.users-title-tabs h2{margin:0;font-size:23px}.users-title-tabs button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:18px;padding:7px 13px}.users-title-tabs button.active{color:#fff;background:#ffffff12}.users-table-actions{gap:14px;display:flex}.users-table-actions button{color:#d8d0d0;cursor:pointer;background:0 0;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:10px;height:44px;padding:0 18px;font-size:15px;display:inline-flex}.users-table-card table{border-collapse:collapse;table-layout:fixed;width:100%}.users-table-card th{text-align:left;color:#aaa;text-transform:uppercase;letter-spacing:1.5px;border-top:1px solid #ffffff14;padding:22px 26px;font-size:14px}.users-table-card td{color:#ddd;border-top:1px solid #ffffff12;padding:20px 26px;font-size:15px}.user-cell{align-items:center;gap:14px;min-width:0;display:flex}.user-cell img{border-radius:50%;flex-shrink:0;width:43px;height:43px}.user-cell div{min-width:0}.user-cell strong{color:#fff;font-size:16px;display:block}.user-cell span{color:#aaa;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;display:block;overflow:hidden}.watch-dot{background:#c8102e;border-radius:50%;width:7px;height:7px;margin-right:10px;display:inline-block}.vip-badge{color:#aaa;background:#ffffff14;border-radius:999px;padding:7px 13px;font-size:11px;font-weight:900}.vip-badge.elite,.vip-badge.premium,.vip-badge.ultra{color:#e00028;background:#c8102e29}.user-status{font-size:15px}.user-status:before{content:"";border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.user-status.active{color:#45d66f}.user-status.active:before{background:#45d66f}.user-status.banned{color:#ffc4c4}.user-status.banned:before{background:#ffc4c4}.user-status.offline{color:#aaa}.user-status.offline:before{background:#aaa}.users-modal-overlay{z-index:999;background:#000000c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.users-modal{color:#fff;background:#151515;border:1px solid #ffffff1a;border-radius:20px;width:min(560px,100%);padding:24px}.users-modal-header{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.users-modal-header h2{margin:0}.users-modal-header p{color:#999;margin:6px 0 0}.users-modal-header button{color:#fff;cursor:pointer;background:#242424;border:none;border-radius:50%;width:38px;height:38px;font-size:26px}.users-form,.form-row{flex-direction:column;gap:12px;display:flex}@media (width<=1150px){.users-stats{grid-template-columns:repeat(2,1fr)}.users-table-card{overflow-x:auto}}@media (width<=800px){.users-body{padding:24px}.users-header,.users-table-head{flex-direction:column;align-items:flex-start;height:auto;padding:22px}.users-stats{grid-template-columns:1fr}}.banner-page{width:100%;min-height:calc(100vh - var(--topbar-height));background:var(--bg);color:var(--text);padding:30px 32px 40px}.banner-primary-btn,.save-btn{border:1px solid var(--primary);background:var(--primary);color:#fff;white-space:nowrap;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:800;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 24px #e509142e}.banner-primary-btn:hover,.save-btn:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 14px 30px #e509143d}.banner-primary-btn:active,.save-btn:active{transform:translateY(0)}.banner-primary-btn svg,.save-btn svg{width:18px;height:18px}.banner-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.banner-stat-card{background:linear-gradient(180deg, #ffffff05, #fff0), var(--surface);border:1px solid var(--border);min-height:126px;box-shadow:var(--shadow);border-radius:18px;flex-direction:column;justify-content:center;gap:8px;padding:20px;transition:transform .18s,border-color .18s;display:flex}.banner-stat-card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.banner-stat-card svg{width:22px;height:22px;color:var(--primary);margin-bottom:3px}.banner-stat-card span{color:var(--text-secondary);letter-spacing:.8px;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1}.banner-stat-card strong{color:var(--text);letter-spacing:-.5px;font-size:25px;font-weight:850;line-height:1.1}.banner-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:22px;display:grid}.banner-list-card,.banner-editor-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px}.banner-list-card{top:calc(var(--topbar-height) + 22px);position:sticky;overflow:hidden}.banner-editor-card{min-width:0;padding:22px}.card-title{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:74px;padding:15px 18px;display:flex}.card-title>div{min-width:0}.card-title span{color:var(--primary);letter-spacing:.75px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:850;line-height:1;display:block}.card-title h2{color:var(--text);margin:0;font-size:16px;font-weight:800;line-height:1.2}.card-title small{color:var(--text-secondary);flex-shrink:0;font-size:11px;font-weight:700}.home-area-search{border:1px solid var(--border);height:42px;color:var(--text-secondary);background:#111;border-radius:11px;align-items:center;gap:9px;margin:10px;padding:0 12px;transition:border-color .18s,box-shadow .18s;display:flex}.home-area-search:focus-within{border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.home-area-search svg{flex-shrink:0;width:16px;height:16px}.home-area-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:12px}.home-area-search input::placeholder{color:#6b6b73}.banner-list{flex-direction:column;gap:7px;padding:0 10px 10px;display:flex}.home-area-row{border:1px solid #0000;border-radius:13px;grid-template-columns:minmax(0,1fr) 34px;gap:6px;padding:4px;transition:background .18s,border-color .18s;display:grid;position:relative}.home-area-row:hover{background:#ffffff06}.home-area-row.selected{background:#ffffff0e;border-color:#ffffff12}.home-area-row.selected:before{content:"";background:var(--primary);border-radius:0 999px 999px 0;width:3px;position:absolute;top:10px;bottom:10px;left:0}.banner-item{width:100%;min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:28px 38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:8px;font-family:inherit;display:grid}.area-order{width:28px;height:28px;color:var(--text-secondary);background:#ffffff0e;border-radius:8px;place-items:center;font-size:10px;font-weight:850;display:grid}.area-icon{width:36px;height:36px;color:var(--primary);background:#e509141a;border-radius:10px;place-items:center;display:grid}.area-icon svg{width:17px;height:17px}.banner-item-info{flex-direction:column;gap:3px;min-width:0;display:flex}.banner-item-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:750;line-height:1.25;overflow:hidden}.banner-item-info span,.banner-item-info small{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:10px;line-height:1.25;overflow:hidden}.banner-item em{white-space:nowrap;font-size:9px;font-style:normal;font-weight:850}.banner-item em.active{color:var(--success)}.banner-item em.passive{color:#777780}.area-order-actions{flex-direction:column;justify-content:center;gap:4px;display:flex}.area-order-actions button{border:1px solid var(--border);width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;place-items:center;padding:0;transition:background .18s,border-color .18s,color .18s;display:grid}.area-order-actions button:hover:not(:disabled){color:var(--text);background:#ffffff0f;border-color:#ffffff24}.area-order-actions button:disabled{opacity:.28;cursor:not-allowed}.area-order-actions svg{width:14px;height:14px}.editor-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;padding-bottom:20px;display:flex}.editor-head>div{min-width:0}.editor-head>div>span{color:var(--primary);letter-spacing:.8px;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:850;line-height:1;display:block}.editor-head h2{color:var(--text);letter-spacing:-.4px;margin:0;font-size:22px;font-weight:850;line-height:1.2}.editor-head p{max-width:620px;color:var(--text-secondary);margin:7px 0 0;font-size:12px;line-height:1.5}.status-toggle{border:1px solid var(--border);min-height:42px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:11px;flex-shrink:0;align-items:center;gap:8px;padding:0 14px;font-family:inherit;font-size:12px;font-weight:750;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.status-toggle.active{color:var(--success);background:#1ec97114;border-color:#1ec97126}.status-toggle.passive{color:var(--text-secondary);background:#ffffff09}.status-toggle:hover{border-color:#ffffff26}.status-toggle svg{width:23px;height:23px}.editor-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:24px;display:grid}.banner-form{flex-direction:column;gap:15px;min-width:0;display:flex}.banner-form .form-row{flex-direction:column;gap:8px;min-width:0;display:flex}.banner-form .form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.banner-form .form-row label{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1.2}.banner-form .form-row input,.banner-form .form-row select,.banner-form .form-row textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0d0d0d;border-radius:11px;outline:none;font-family:inherit;font-size:13px;transition:border-color .18s,background .18s,box-shadow .18s}.banner-form .form-row input,.banner-form .form-row select{min-height:45px;padding:0 13px}.banner-form .form-row textarea{resize:vertical;min-height:105px;padding:13px;line-height:1.5}.banner-form .form-row input:focus,.banner-form .form-row select:focus,.banner-form .form-row textarea:focus{background:#101010;border-color:#e509149e;box-shadow:0 0 0 3px #e5091417}.editor-section{border:1px solid var(--border);background:#ffffff05;border-radius:16px;flex-direction:column;gap:15px;padding:17px;display:flex}.editor-section-title span{color:var(--text);font-size:14px;font-weight:800;display:block}.editor-section-title p{color:var(--text-secondary);margin:5px 0 0;font-size:11px;line-height:1.45}.upload-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.upload-action{min-height:46px;color:var(--text-secondary);cursor:pointer;background:#ffffff06;border:1px dashed #ffffff29;border-radius:11px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12px;font-weight:750;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.upload-action:hover{color:var(--text);background:#ffffff0e;border-color:#ffffff3d}.upload-action svg{width:17px;height:17px}.series-picker{border:1px solid var(--border);background:#101010;border-radius:13px;overflow:hidden}.series-picker-search{border-bottom:1px solid var(--border);height:42px;color:var(--text-secondary);align-items:center;gap:9px;padding:0 12px;display:flex}.series-picker-search svg{flex-shrink:0;width:16px;height:16px}.series-picker-search input{width:100%;min-width:0;color:var(--text);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:12px}.series-picker-list{flex-direction:column;gap:4px;max-height:250px;padding:8px;display:flex;overflow-y:auto}.series-picker-list::-webkit-scrollbar{width:5px}.series-picker-list::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.series-picker-list button{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px;font-family:inherit;transition:background .18s,border-color .18s;display:grid}.series-picker-list button:hover{background:#ffffff0a}.series-picker-list button.selected{background:#e5091414;border-color:#e5091421}.series-picker-list img{object-fit:cover;border-radius:7px;width:42px;height:56px}.series-picker-list button>div{min-width:0}.series-picker-list strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;font-weight:750;display:block;overflow:hidden}.series-picker-list span{color:var(--text-secondary);font-size:10px}.series-picker-list em{color:#ff5e69;font-size:10px;font-style:normal;font-weight:800}.selected-series-order{border:1px solid var(--border);border-radius:13px;overflow:hidden}.selected-series-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:45px;padding:0 12px;display:flex}.selected-series-heading span{color:var(--text);font-size:12px;font-weight:800}.selected-series-heading small{color:var(--text-secondary);font-size:10px}.selected-series-row{border-top:1px solid var(--border);grid-template-columns:30px 42px minmax(0,1fr) 70px;align-items:center;gap:9px;padding:8px 10px;display:grid}.selected-series-row:first-of-type{border-top:none}.series-order-number{width:28px;height:28px;color:var(--text-secondary);background:#ffffff0e;border-radius:8px;place-items:center;font-size:10px;font-weight:850;display:grid}.selected-series-row img{object-fit:cover;border-radius:7px;width:42px;height:56px}.selected-series-row>div:nth-child(3){min-width:0}.selected-series-row strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:12px;font-weight:750;display:block;overflow:hidden}.selected-series-row span{color:var(--text-secondary);font-size:10px}.series-order-actions{justify-content:flex-end;gap:5px;display:flex}.series-order-actions button{border:1px solid var(--border);width:31px;height:31px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;place-items:center;padding:0;display:grid}.series-order-actions button:hover:not(:disabled){color:var(--text);background:#ffffff0f}.series-order-actions button:disabled{opacity:.28;cursor:not-allowed}.series-order-actions svg{width:14px;height:14px}.phone-preview{min-width:0;top:calc(var(--topbar-height) + 22px);position:sticky}.preview-label{align-items:center;gap:10px;margin-bottom:10px;display:flex}.preview-label>svg{width:19px;height:19px;color:var(--primary)}.preview-label span{color:var(--text-secondary);letter-spacing:.6px;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800;line-height:1;display:block}.preview-label strong{color:var(--text);font-size:12px;font-weight:750;display:block}.phone-frame{background:#090909;border:1px solid #ffffff21;border-radius:28px;min-height:540px;padding:13px;overflow:hidden;box-shadow:0 22px 55px #0006}.phone-top-line{background:#333;border-radius:999px;width:70px;height:4px;margin:0 auto 13px}.preview-app-header{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 4px;display:flex}.preview-app-header strong{color:#fff;font-size:15px;font-weight:850}.preview-app-header>div{align-items:center;gap:8px;display:flex}.preview-app-header svg{color:#d0d0d3;width:15px;height:15px}.mobile-hero{background-position:50%;background-size:cover;border-radius:20px;align-items:flex-end;min-height:330px;padding:17px;display:flex;position:relative;overflow:hidden}.mobile-hero-overlay{background:linear-gradient(#0000000d,#000000eb);position:absolute;inset:0}.mobile-hero-content{z-index:1;position:relative}.mobile-hero-content>span{color:#ffb8c1;letter-spacing:.7px;text-transform:uppercase;font-size:9px;font-weight:900}.mobile-hero-content h3{color:#fff;margin:6px 0;font-size:23px;font-weight:850;line-height:1.1}.mobile-hero-content p{color:#ffffffc7;margin:0 0 7px;font-size:11px;line-height:1.4}.mobile-hero-content small{color:#ffffff8f;margin-bottom:12px;font-size:9px;display:block}.mobile-hero-content button{background:var(--primary);color:#fff;border:none;border-radius:999px;min-height:34px;padding:0 14px;font-family:inherit;font-size:10px;font-weight:800}.mobile-collection-preview{padding:10px 1px 4px}.mobile-section-heading{justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:12px;display:flex}.mobile-section-heading h3{color:#fff;margin:0 0 4px;font-size:14px;font-weight:800}.mobile-section-heading p{color:#777780;margin:0;font-size:9px}.mobile-section-heading>span{color:var(--primary);font-size:9px;font-weight:800}.mobile-poster-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.mobile-poster-row>div{min-width:0;position:relative}.mobile-poster-row>div>span{z-index:2;background:var(--primary);color:#fff;border-radius:7px;place-items:center;width:21px;height:21px;font-size:9px;font-weight:900;display:grid;position:absolute;top:4px;left:4px}.mobile-poster-row img{object-fit:cover;border-radius:10px;width:100%;height:112px;display:block}.mobile-poster-row strong{color:#e5e5e7;white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:8px;font-weight:700;display:block;overflow:hidden}.mobile-vip-preview{text-align:center;background:radial-gradient(circle at top,#e5091433,#0000 50%),#111;border:1px solid #e5091421;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:26px 18px;display:flex}.mobile-vip-preview>svg{width:34px;height:34px;color:var(--primary);margin-bottom:12px}.mobile-vip-preview>span{color:#ffb8c1;letter-spacing:.7px;text-transform:uppercase;margin-bottom:9px;font-size:9px;font-weight:900}.mobile-vip-preview h3{color:#fff;margin:0 0 8px;font-size:20px;font-weight:850;line-height:1.2}.mobile-vip-preview p{color:#9b9ba2;margin:0 0 17px;font-size:10px;line-height:1.5}.mobile-vip-preview button{background:var(--primary);color:#fff;border:none;border-radius:999px;min-height:35px;padding:0 16px;font-family:inherit;font-size:10px;font-weight:800}.mobile-profile-preview{background:#101010;border-radius:20px;min-height:330px;padding:18px}.preview-profile-avatar{color:#d5d5d7;background:#ffffff12;border-radius:50%;place-items:center;width:52px;height:52px;margin:12px auto 8px;display:grid}.preview-profile-avatar svg{width:23px;height:23px}.mobile-profile-preview>h3{color:#fff;text-align:center;margin:0 0 24px;font-size:14px}.profile-campaign-card{background:linear-gradient(135deg,#e5091438,#e509140f);border:1px solid #e509142e;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.profile-campaign-card span{color:#ffb8c1;margin-bottom:5px;font-size:8px;font-weight:900;display:block}.profile-campaign-card strong{color:#fff;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.profile-campaign-card p{color:#b0b0b5;margin:0;font-size:8px;line-height:1.35}.profile-campaign-card button{color:#111;background:#fff;border:none;border-radius:999px;flex-shrink:0;min-height:30px;padding:0 12px;font-family:inherit;font-size:9px;font-weight:850}.banner-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:11px;display:grid}.banner-metrics div{border:1px solid var(--border);background:#111;border-radius:11px;min-width:0;padding:11px}.banner-metrics span{color:var(--text-secondary);margin-bottom:5px;font-size:9px;display:block}.banner-metrics strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;display:block;overflow:hidden}.created-note{z-index:500;color:#ffd4d9;background:#1a1012;border:1px solid #e5091438;border-radius:12px;max-width:390px;padding:14px 17px;font-size:12px;line-height:1.45;animation:.18s bannerNoteOpen;position:fixed;bottom:26px;right:26px;box-shadow:0 20px 55px #0006}@keyframes bannerNoteOpen{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1300px){.banner-layout{grid-template-columns:290px minmax(0,1fr)}.editor-grid{grid-template-columns:minmax(0,1fr) 290px;gap:18px}}@media (width<=1120px){.banner-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-layout{grid-template-columns:1fr}.banner-list-card,.phone-preview{position:static}.editor-grid{grid-template-columns:1fr}.phone-preview{max-width:360px}}@media (width<=760px){.banner-page{padding:24px 18px 34px}.editor-head{flex-direction:column;align-items:flex-start}.banner-form .form-grid,.upload-row{grid-template-columns:1fr}.selected-series-row{grid-template-columns:28px 40px minmax(0,1fr)}.series-order-actions{grid-column:1/-1;justify-content:flex-end}}@media (width<=560px){.banner-page{padding:20px 14px 30px}.banner-stats{grid-template-columns:1fr}.banner-primary-btn{width:100%}.banner-editor-card{padding:16px}.home-area-row{grid-template-columns:1fr}.area-order-actions{flex-direction:row;justify-content:flex-end}.phone-preview{max-width:100%}.created-note{max-width:none;bottom:14px;left:14px;right:14px}}.vip-page{color:#f4eeee;background:#070707;width:100%;min-height:100vh;overflow-x:hidden}.vip-top{background:#151515;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.vip-search{color:#d8bcbc;border:1px solid #ffffff17;border-radius:28px;align-items:center;gap:12px;width:min(620px,52vw);height:44px;padding:0 16px;display:flex}.vip-search input{color:#fff;width:100%;font:inherit;background:0 0;border:none;outline:none}.vip-admin{align-items:center;gap:16px;display:flex}.vip-admin button{color:#fff;cursor:pointer;background:0 0;border:none;position:relative}.vip-admin button span{background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:1px}.vip-admin div{flex-direction:column;align-items:flex-end;display:flex}.vip-admin strong{font-size:15px}.vip-admin small{color:#d1b6b6}.vip-admin img{border-radius:50%;width:42px;height:42px}.vip-body{padding:38px}.vip-header{justify-content:space-between;align-items:center;gap:22px;margin-bottom:28px;display:flex}.vip-header h1{letter-spacing:-1px;margin:0;font-size:clamp(30px,3vw,42px)}.vip-header p{color:#aaa;margin:8px 0 0;font-size:16px}.vip-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c8102e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-size:15px;font-weight:800;display:inline-flex}.vip-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.vip-stat-card{background:#1b1b1b;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;gap:8px;min-height:148px;padding:22px;display:flex}.vip-stat-card svg{color:#c8102e}.vip-stat-card span{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-size:12px}.vip-stat-card strong{font-size:27px}.vip-stat-card small{color:#aaa}.vip-stat-card small.up{color:#e00028}.vip-layout{grid-template-columns:360px minmax(0,1fr);gap:24px;min-width:0;display:grid}.vip-plans-card,.vip-table-card,.vip-income-card,.vip-security-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;overflow:hidden}.vip-card-head,.vip-table-head{justify-content:space-between;align-items:center;gap:16px;min-height:78px;padding:0 22px;display:flex}.vip-card-head h2,.vip-table-head h2,.vip-income-card h2,.vip-security-card h2{margin:0;font-size:22px}.vip-card-head small{color:#999}.vip-plan-list{flex-direction:column;gap:10px;padding:10px;display:flex}.vip-plan-item{color:#fff;text-align:left;cursor:pointer;background:#202020;border:none;border-radius:13px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;padding:15px;display:grid}.plan-icon{color:#c8102e;background:#c8102e24;border-radius:12px;place-items:center;width:44px;height:44px;display:grid}.vip-plan-item div:nth-child(2){flex-direction:column;gap:4px;min-width:0;display:flex}.vip-plan-item span,.vip-plan-item small{color:#aaa;font-size:12px}.vip-plan-item em{color:#ffccd3;font-style:normal;font-weight:900}.coupon-box{background:#c8102e1a;border:1px solid #c8102e2e;border-radius:14px;margin:12px;padding:18px}.coupon-box div{flex-direction:column;gap:7px;display:flex}.coupon-box svg{color:#c8102e}.coupon-box span{color:#aaa;font-size:13px}.coupon-box button{color:#fff;cursor:pointer;background:#c8102e;border:none;border-radius:9px;width:100%;height:42px;margin-top:15px;font-weight:800}.vip-table-card{min-width:0}.vip-table-head{flex-wrap:wrap;padding-top:14px;padding-bottom:14px}.vip-tabs{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.vip-tabs button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:18px;padding:7px 12px}.vip-tabs button.active{color:#fff;background:#ffffff12}.vip-actions{gap:12px;display:flex}.vip-actions button{color:#d8d0d0;cursor:pointer;background:0 0;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:9px;height:42px;padding:0 16px;display:inline-flex}.vip-table-card table{border-collapse:collapse;table-layout:fixed;width:100%}.vip-table-card th{text-align:left;color:#aaa;text-transform:uppercase;letter-spacing:1.2px;border-top:1px solid #ffffff14;padding:18px 20px;font-size:12px}.vip-table-card td{color:#ddd;border-top:1px solid #ffffff12;padding:18px 20px;font-size:14px}.vip-user-cell{align-items:center;gap:13px;min-width:0;display:flex}.vip-user-cell img{border-radius:50%;flex-shrink:0;width:42px;height:42px}.vip-user-cell div{min-width:0}.vip-user-cell strong{color:#fff;display:block}.vip-user-cell span{color:#aaa;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;display:block;overflow:hidden}.vip-plan-badge{color:#ffccd3;background:#c8102e29;border-radius:999px;margin-bottom:5px;padding:7px 12px;font-size:11px;font-weight:900;display:inline-block}td small{color:#aaa;display:block}.vip-status:before{content:"";border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.vip-status.active{color:#45d66f}.vip-status.active:before{background:#45d66f}.vip-status.renew{color:#ffc400}.vip-status.renew:before{background:#ffc400}.vip-status.cancelled{color:#aaa}.vip-status.cancelled:before{background:#aaa}.vip-bottom-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:24px;margin-top:24px;display:grid}.vip-income-card,.vip-security-card{padding:24px}.vip-income-card p,.vip-security-card p{color:#aaa;margin:7px 0 0}.income-bars{flex-direction:column;gap:18px;margin-top:24px;display:flex}.income-bars div{background:#111;border-radius:999px;justify-content:space-between;align-items:center;height:44px;padding:0 18px;display:flex;position:relative;overflow:hidden}.income-bars em{background:#c8102e73;height:100%;position:absolute;top:0;left:0}.income-bars span,.income-bars strong{z-index:1;position:relative}.vip-security-card{align-items:flex-start;gap:18px;display:flex}.vip-security-card svg{color:#c8102e;flex-shrink:0}.vip-modal-overlay{z-index:999;background:#000000c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.vip-modal{color:#fff;background:#151515;border:1px solid #ffffff1a;border-radius:20px;width:min(560px,100%);padding:24px}.vip-modal-head{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.vip-modal-head h2{margin:0}.vip-modal-head p{color:#999;margin:6px 0 0}.vip-modal-head button{color:#fff;cursor:pointer;background:#242424;border:none;border-radius:50%;width:38px;height:38px;font-size:26px}.vip-form,.form-row{flex-direction:column;gap:12px;display:flex}.form-row input,.form-row select{color:#fff;background:#0b0b0b;border:1px solid #ffffff17;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px}@media (width<=1200px){.vip-stats{grid-template-columns:repeat(2,1fr)}.vip-layout,.vip-bottom-grid{grid-template-columns:1fr}}@media (width<=760px){.vip-body{padding:24px}.vip-header{flex-direction:column;align-items:flex-start}.vip-stats,.form-grid{grid-template-columns:1fr}}.vip-mini-search{color:#d8bcbc;background:#0b0b0b;border:1px solid #ffffff17;border-radius:9px;align-items:center;gap:9px;width:230px;height:42px;padding:0 12px;display:flex}.vip-mini-search input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:none;outline:none}.comments-page{color:#f4eeee;background:#070707;width:100%;min-height:100vh;overflow-x:hidden}.comments-top{background:#151515;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.comments-search{color:#d8bcbc;border:1px solid #ffffff17;border-radius:28px;align-items:center;gap:12px;width:min(620px,52vw);height:44px;padding:0 16px;display:flex}.comments-search input{color:#fff;width:100%;font:inherit;background:0 0;border:none;outline:none}.comments-admin{align-items:center;gap:16px;display:flex}.comments-admin button{color:#fff;cursor:pointer;background:0 0;border:none;position:relative}.comments-admin button span{background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:1px}.comments-admin div{flex-direction:column;align-items:flex-end;display:flex}.comments-admin strong{font-size:15px}.comments-admin small{color:#d1b6b6}.comments-admin img{border-radius:50%;width:42px;height:42px}.comments-body{padding:38px}.comments-header{justify-content:space-between;align-items:center;gap:22px;margin-bottom:28px;display:flex}.comments-header h1{letter-spacing:-1px;margin:0;font-size:clamp(30px,3vw,42px)}.comments-header p{color:#aaa;margin:8px 0 0;font-size:16px}.comments-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c8102e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-size:15px;font-weight:800;display:inline-flex}.comments-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.comment-stat-card{text-align:left;color:#fff;cursor:pointer;background:#1b1b1b;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;min-height:148px;padding:22px;display:flex}.comment-stat-card svg{color:#c8102e}.comment-stat-card span{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-size:12px}.comment-stat-card strong{font-size:27px}.comment-stat-card small{color:#aaa}.comment-stat-card small.up{color:#e00028}.comment-stat-card small.danger{color:#ffc4c4}.comments-layout{grid-template-columns:minmax(0,1fr) 390px;gap:24px;min-width:0;display:grid}.comments-list-card,.comment-detail-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;overflow:hidden}.comments-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:86px;padding:16px 22px;display:flex}.comments-tabs{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.comments-tabs h2,.detail-head h2{margin:0;font-size:22px}.comments-tabs button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:18px;padding:7px 12px}.comments-tabs button.active{color:#fff;background:#ffffff12}.comments-actions{gap:12px;display:flex}.comments-actions button{color:#d8d0d0;cursor:pointer;background:0 0;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:9px;height:42px;padding:0 16px;display:inline-flex}.comments-list{flex-direction:column;display:flex}.comment-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #ffffff12;grid-template-columns:48px minmax(0,1fr) auto;gap:14px;width:100%;padding:18px 22px;display:grid}.comment-item:hover,.comment-item.selected{background:#222}.comment-item.selected{border-left:4px solid #c8102e}.comment-item img{border-radius:50%;width:48px;height:48px}.comment-main{min-width:0}.comment-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.comment-row strong{color:#fff;font-size:16px}.comment-row span{color:#888;white-space:nowrap;font-size:12px}.comment-main small{color:#aaa;margin-top:4px;display:block}.comment-main p{color:#ddd;-webkit-box-orient:vertical;margin:10px 0 12px;line-height:1.55;display:-webkit-box;overflow:hidden}.comment-meta{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.comment-meta span,.sentiment{color:#ddd;background:#ffffff0f;border-radius:999px;align-items:center;gap:5px;height:26px;padding:0 10px;font-size:12px;font-style:normal;display:inline-flex}.sentiment.pozitif{color:#45d66f;background:#45d66f1c}.sentiment.nötr{color:#ffc400;background:#ffc4001a}.sentiment.negatif{color:#ffc4c4;background:#ffc4c41a}.report-count{color:#ffc4c4!important;background:#ffc4c41a!important}.comment-status{white-space:nowrap;font-size:12px;font-weight:900}.comment-status.live{color:#45d66f}.comment-status.review{color:#ffc400}.comment-status.reported{color:#ffc4c4}.comment-status.rejected{color:#888}.comment-status.neutral{color:#aaa}.comment-detail-card{align-self:start;padding:22px}.detail-head button{color:#fff;cursor:pointer;background:#242424;border:none;border-radius:50%;width:38px;height:38px}.detail-user{background:#111;border-radius:14px;align-items:center;gap:13px;margin-bottom:18px;padding:16px;display:flex}.detail-user img{border-radius:50%;width:48px;height:48px}.detail-user div{flex:1;min-width:0}.detail-user strong{display:block}.detail-user span{color:#aaa;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;display:block;overflow:hidden}.detail-info-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.detail-info-grid div{background:#111;border-radius:12px;padding:14px}.detail-info-grid span{color:#888;margin-bottom:6px;font-size:12px;display:block}.detail-info-grid strong{font-size:14px}.comment-text-box{background:#111;border-radius:14px;margin-top:18px;padding:16px}.comment-text-box span{color:#888;font-size:12px}.comment-text-box p{color:#eee;margin:10px 0 0;line-height:1.6}.moderation-box{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.moderation-box h3{grid-column:1/-1;margin:0 0 2px}.moderation-box button{color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;font-weight:800;display:inline-flex}.moderation-box .approve{color:#45d66f;background:#45d66f2b}.moderation-box .review{color:#ffc400;background:#ffc4001f}.moderation-box .reject{color:#ddd;background:#ffffff12}.moderation-box .delete{color:#ffc4c4;background:#c8102e2e}.ai-note{background:#c8102e1a;border:1px solid #c8102e2e;border-radius:14px;gap:12px;margin-top:18px;padding:14px;display:flex}.ai-note svg{color:#c8102e;flex-shrink:0}.ai-note strong{margin-bottom:4px;display:block}.ai-note span{color:#aaa;line-height:1.5}.empty-comments{text-align:center;color:#888;place-items:center;gap:8px;min-height:260px;display:grid}@media (width<=1200px){.comments-stats{grid-template-columns:repeat(2,1fr)}.comments-layout{grid-template-columns:1fr}}@media (width<=760px){.comments-body{padding:24px}.comments-header{flex-direction:column;align-items:flex-start}.comments-stats,.detail-info-grid,.moderation-box{grid-template-columns:1fr}.comment-item{grid-template-columns:42px minmax(0,1fr)}.comment-status{grid-column:2}}.notifications-page{color:#f4eeee;background:#070707;width:100%;min-height:100vh;overflow-x:hidden}.notifications-top{background:#151515;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:72px;padding:0 34px;display:flex}.notifications-search{color:#d8bcbc;border:1px solid #ffffff17;border-radius:28px;align-items:center;gap:12px;width:min(620px,52vw);height:44px;padding:0 16px;display:flex}.notifications-search input{color:#fff;width:100%;font:inherit;background:0 0;border:none;outline:none}.notifications-admin{align-items:center;gap:16px;display:flex}.notifications-admin button{color:#fff;cursor:pointer;background:0 0;border:none;position:relative}.notifications-admin button span{background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:1px}.notifications-admin div{flex-direction:column;align-items:flex-end;display:flex}.notifications-admin strong{font-size:15px}.notifications-admin small{color:#d1b6b6}.notifications-admin img{border-radius:50%;width:42px;height:42px}.notifications-body{padding:38px}.notifications-header{justify-content:space-between;align-items:center;gap:22px;margin-bottom:28px;display:flex}.notifications-header h1{letter-spacing:-1px;margin:0;font-size:clamp(30px,3vw,42px)}.notifications-header p{color:#aaa;margin:8px 0 0;font-size:16px}.notifications-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c8102e;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-size:15px;font-weight:800;display:inline-flex}.notifications-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-bottom:28px;display:grid}.notification-stat-card{text-align:left;color:#fff;cursor:pointer;background:#1b1b1b;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;align-items:flex-start;gap:8px;min-height:148px;padding:22px;display:flex}.notification-stat-card svg{color:#c8102e}.notification-stat-card span{color:#aaa;text-transform:uppercase;letter-spacing:1px;font-size:12px}.notification-stat-card strong{font-size:27px}.notification-stat-card small{color:#aaa}.notification-stat-card small.up{color:#e00028}.notification-stat-card small.danger{color:#ffc4c4}.notifications-layout{grid-template-columns:minmax(0,1fr) 390px;gap:24px;min-width:0;display:grid}.system-card,.notification-detail-card,.scheduled-card,.push-preview-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;overflow:hidden}.notifications-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:86px;padding:16px 22px;display:flex}.notification-tabs{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.notification-tabs h2,.detail-head h2,.mini-card-head h2,.push-preview-card h2{margin:0;font-size:22px}.notification-tabs button{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:18px;padding:7px 12px}.notification-tabs button.active{color:#fff;background:#ffffff12}.notification-actions{flex-wrap:wrap;gap:12px;display:flex}.notification-actions button{color:#d8d0d0;cursor:pointer;background:0 0;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:9px;height:42px;padding:0 16px;display:inline-flex}.notification-list{flex-direction:column;display:flex}.notification-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #ffffff12;grid-template-columns:46px minmax(0,1fr);gap:14px;width:100%;padding:18px 22px;display:grid}.notification-item:hover,.notification-item.selected{background:#222}.notification-item.selected{border-left:4px solid #c8102e}.notification-item.unread{background:#c8102e0d}.notification-icon{color:#ddd;background:#ffffff0f;border-radius:13px;place-items:center;width:46px;height:46px;display:grid}.notification-icon.critical{color:#ffccd3;background:#c8102e29}.notification-main{min-width:0}.notification-main>div{justify-content:space-between;gap:14px;display:flex}.notification-main strong{color:#fff;font-size:16px}.notification-main span{color:#888;white-space:nowrap;font-size:12px}.notification-main p{color:#ddd;margin:8px 0 12px;line-height:1.45}.notification-meta{flex-wrap:wrap;align-items:center;gap:9px;display:flex}.notification-meta em,.notification-meta small{color:#ddd;background:#ffffff0f;border-radius:999px;align-items:center;height:25px;padding:0 10px;font-size:11px;font-style:normal;display:inline-flex}.notification-meta small.critical{color:#ffc4c4;background:#ffc4c41a}.unread-dot{color:#ffccd3!important;background:#c8102e2e!important}.notification-detail-card{align-self:start;padding:22px}.detail-head{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.detail-head p{color:#999;margin:6px 0 0}.detail-head button{color:#fff;cursor:pointer;background:#242424;border:none;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.selected-notification-box{background:#111;border-radius:14px;align-items:center;gap:13px;margin-bottom:18px;padding:16px;display:flex}.selected-notification-box div:last-child{min-width:0}.selected-notification-box strong{display:block}.selected-notification-box span{color:#aaa;margin-top:5px;display:block}.notification-message-box{background:#111;border-radius:14px;margin-bottom:16px;padding:16px}.notification-message-box span{color:#888;font-size:12px}.notification-message-box p{color:#eee;margin:10px 0 0;line-height:1.55}.notification-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.notification-detail-grid div{background:#111;border-radius:12px;padding:14px}.notification-detail-grid span{color:#888;margin-bottom:6px;font-size:12px;display:block}.notification-detail-grid strong{font-size:14px}.detail-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.detail-actions button,.push-panel-card button,.mini-card-head button{color:#fff;cursor:pointer;background:#ffffff12;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;font-weight:800;display:inline-flex}.detail-actions button:first-child,.push-panel-card button,.mini-card-head button{background:#c8102e}.push-panel-card{background:#c8102e1a;border:1px solid #c8102e2e;border-radius:14px;margin-top:18px;padding:16px}.push-panel-card div{flex-direction:column;gap:7px;display:flex}.push-panel-card svg{color:#ffccd3}.push-panel-card span{color:#aaa;line-height:1.4}.push-panel-card button{width:100%;margin-top:14px}.push-history-grid{grid-template-columns:minmax(0,1fr) 390px;gap:24px;margin-top:24px;display:grid}.scheduled-card,.push-preview-card{padding:22px}.mini-card-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.scheduled-item{background:#111;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;height:74px;margin-top:12px;padding:0 16px;display:flex}.scheduled-item strong{display:block}.scheduled-item span{color:#aaa;margin-top:5px;display:block}.scheduled-item em{color:#ffccd3;white-space:nowrap;font-style:normal}.phone-push-preview{background:#090909;border:1px solid #ffffff21;border-radius:28px;min-height:300px;margin-top:20px;padding:16px}.phone-line{background:#333;border-radius:999px;width:76px;height:5px;margin:0 auto 22px}.push-notification-preview{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border-radius:18px;gap:12px;padding:12px;display:flex}.push-notification-preview img{border-radius:10px;width:42px;height:42px}.push-notification-preview strong{margin-bottom:4px;display:block}.push-notification-preview span{color:#ddd;font-size:13px;line-height:1.35}.preview-content-block{background:linear-gradient(135deg,#252525,#111);border-radius:18px;height:130px;margin-top:20px}.preview-content-row{grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px;display:grid}.preview-content-row span{background:linear-gradient(135deg,#252525,#111);border-radius:12px;height:62px}.empty-notifications{text-align:center;color:#888;place-items:center;gap:8px;min-height:260px;display:grid}.push-modal-overlay{z-index:999;background:#000000c2;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.push-modal{color:#fff;background:#151515;border:1px solid #ffffff1a;border-radius:20px;width:min(620px,100%);max-height:92vh;padding:24px;overflow-y:auto}.push-modal-head{justify-content:space-between;gap:16px;margin-bottom:22px;display:flex}.push-modal-head h2{margin:0}.push-modal-head p{color:#999;margin:6px 0 0}.push-modal-head button{color:#fff;cursor:pointer;background:#242424;border:none;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.push-form,.form-row{flex-direction:column;gap:12px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-row label{color:#d6baba;font-size:13px}.form-row input,.form-row select,.form-row textarea{color:#fff;width:100%;min-height:46px;font:inherit;background:#0b0b0b;border:1px solid #ffffff17;border-radius:10px;outline:none;padding:0 14px}.form-row textarea{resize:vertical;min-height:94px;padding:13px 14px}.form-row input:disabled{opacity:.45;cursor:not-allowed}.push-live-preview{background:#101010;border:1px solid #ffffff17;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.push-live-preview svg{color:#c8102e;flex-shrink:0}.push-live-preview strong{margin-bottom:5px;display:block}.push-live-preview span{color:#aaa;line-height:1.45}.modal-actions{justify-content:flex-end;gap:12px;margin-top:12px;display:flex}.cancel-btn{color:#f2dada;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:10px;min-height:48px;padding:0 22px}@media (width<=1200px){.notifications-stats{grid-template-columns:repeat(2,1fr)}.notifications-layout,.push-history-grid{grid-template-columns:1fr}}@media (width<=760px){.notifications-body{padding:24px}.notifications-header{flex-direction:column;align-items:flex-start}.notifications-stats,.notification-detail-grid,.detail-actions,.form-grid{grid-template-columns:1fr}}*{box-sizing:border-box}html,body{overflow-x:hidden}.statistics-page{color:#f4eeee;background:#070707;width:100%;min-height:100vh;overflow-x:hidden}.statistics-top{background:#151515;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex}.statistics-search{color:#d8bcbc;background:#ffffff05;border:1px solid #ffffff17;border-radius:28px;align-items:center;gap:10px;width:min(560px,48vw);height:42px;padding:0 15px;display:flex}.statistics-search input{color:#fff;width:100%;font:inherit;background:0 0;border:none;outline:none}.statistics-admin{align-items:center;gap:14px;display:flex}.statistics-admin button{color:#fff;cursor:pointer;background:0 0;border:none;position:relative}.statistics-admin button span{background:#c8102e;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:1px}.statistics-admin div{flex-direction:column;align-items:flex-end;display:flex}.statistics-admin strong{font-size:14px}.statistics-admin small{color:#d1b6b6;font-size:12px}.statistics-admin img{border-radius:50%;width:40px;height:40px}.statistics-body{padding:28px}.statistics-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.statistics-header h1{margin:0;font-size:38px}.statistics-header p{color:#aaa;max-width:820px;margin:7px 0 0;font-size:15px;line-height:1.45}.statistics-primary-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#c8102e;border:none;border-radius:10px;align-items:center;gap:9px;min-height:46px;padding:0 20px;font-size:14px;font-weight:800;display:inline-flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:20px;display:grid}.stat-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;flex-direction:column;justify-content:center;min-height:155px;padding:18px;display:flex;overflow:hidden}.stat-icon{color:#c8102e;background:#c8102e24;border-radius:11px;place-items:center;width:40px;height:40px;margin-bottom:12px;display:grid}.stat-icon svg{width:20px;height:20px}.stat-card span{color:#aaa;text-transform:uppercase;letter-spacing:.8px;white-space:normal;font-size:12px;line-height:1.25;overflow:visible}.stat-card strong{color:#fff;white-space:normal;margin-top:8px;font-size:27px;line-height:1.15;overflow:visible}.stat-card small{color:#e00028;white-space:normal;margin-top:7px;font-size:13px;line-height:1.25;overflow:visible}.analytics-layout{grid-template-columns:minmax(0,1fr) 310px;gap:18px;margin-bottom:18px;display:grid}.large-chart-card,.live-card,.panel-card,.ai-card{background:#181818;border:1px solid #ffffff17;border-radius:14px;padding:20px;overflow:hidden}.card-head{justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;display:flex}.card-head h2,.ai-card h2{margin:0;font-size:21px;line-height:1.25}.card-head p{color:#aaa;margin:5px 0 0;font-size:13px;line-height:1.45}.card-head svg{color:#c8102e;flex-shrink:0}.fake-line-chart{align-items:end;gap:14px;height:220px;padding:16px 4px 0;display:flex}.fake-line-chart span{background:linear-gradient(#c8102e,#c8102e2e);border-radius:999px 999px 0 0;flex:1;min-height:42px}.chart-days{color:#888;grid-template-columns:repeat(7,1fr);gap:12px;padding:0 4px;font-size:12px;display:grid}.chart-days span{text-align:center}.live-card{flex-direction:column;justify-content:center;display:flex}.live-dot{color:#45d66f;font-size:12px;font-weight:900}.live-card h2{margin:14px 0 4px;font-size:46px}.live-card p{color:#aaa;margin:0 0 20px;font-size:14px}.live-mini{gap:10px;display:grid}.live-mini div,.country-list div,.system-list div,.revenue-grid div{background:#111;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.live-mini span,.country-list span,.system-list span,.revenue-grid span{color:#aaa;font-size:13px}.live-mini strong,.country-list strong,.system-list strong,.revenue-grid strong{color:#fff;font-size:15px}.middle-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(260px,.8fr);gap:18px;margin-bottom:18px;display:grid}.top-series-list{gap:12px;display:grid}.top-series-item{background:#111;border-radius:13px;grid-template-columns:30px 52px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.top-series-item img{object-fit:cover;border-radius:8px;width:52px;height:70px}.rank{color:#c8102e;font-size:14px}.series-info strong{color:#fff;font-size:15px;line-height:1.25;display:block}.series-info span,.series-numbers span{color:#aaa;margin-top:5px;font-size:12px;display:block}.series-numbers{text-align:right;min-width:78px}.series-numbers strong{color:#fff;font-size:15px;display:block}.series-numbers span{color:#45d66f}.category-bars{gap:15px;display:grid}.category-bars div div{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.category-bars span{color:#ddd;font-size:14px}.category-bars strong{color:#fff;font-size:14px}.category-bars em{background:#101010;border-radius:999px;height:9px;display:block;overflow:hidden}.category-bars i{background:#c8102e;border-radius:999px;height:100%;display:block}.country-list,.system-list{gap:10px;display:grid}.bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(290px,.85fr);gap:18px;display:grid}.revenue-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.revenue-grid div{flex-direction:column;align-items:flex-start;gap:7px}.revenue-grid strong{font-size:18px}.ai-card{background:linear-gradient(135deg,#c8102e3d,#181818);align-items:flex-start;gap:14px;display:flex}.ai-card svg{color:#ffccd3;flex-shrink:0}.ai-card p{color:#ddd;margin:7px 0 0;font-size:14px;line-height:1.55}@media (width<=1350px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.middle-grid,.bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.middle-grid .panel-card:last-child,.bottom-grid .ai-card{grid-column:1/-1}}@media (width<=1050px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-layout,.middle-grid,.bottom-grid{grid-template-columns:1fr}}@media (width<=760px){.statistics-top{padding:0 18px}.statistics-search{width:58vw}.statistics-admin div{display:none}.statistics-body{padding:20px}.statistics-header{flex-direction:column;align-items:flex-start}.stats-grid,.revenue-grid{grid-template-columns:1fr}.top-series-item{grid-template-columns:26px 48px minmax(0,1fr)}.series-numbers{text-align:left;grid-column:3}}.settings-page{color:#fff;padding:32px 32px 80px}.settings-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.settings-subtitle{color:#e50914;letter-spacing:.7px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700}.settings-header h1{margin:0 0 8px;font-size:32px}.settings-header span{color:#9ca3af;font-size:15px}.settings-save-btn{color:#fff;cursor:pointer;background:#e50914;border:none;border-radius:14px;align-items:center;gap:9px;height:46px;padding:0 18px;font-weight:700;display:flex;box-shadow:0 12px 30px #e5091447}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settings-card{background:linear-gradient(#171717,#101010);border:1px solid #ffffff14;border-radius:22px;padding:22px;box-shadow:0 18px 45px #00000047}.settings-card.wide{grid-column:span 2}.settings-card-title{align-items:flex-start;gap:14px;margin-bottom:20px;display:flex}.settings-card-title svg{color:#e50914;background:#e509141f;border-radius:14px;width:42px;height:42px;padding:10px}.settings-card-title h3{margin:0 0 5px;font-size:18px}.settings-card-title p{color:#8b8b8b;margin:0;font-size:14px}.settings-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings-form.three{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-form label{color:#d1d5db;flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.settings-form input,.settings-form select{color:#fff;background:#0b0b0b;border:1px solid #ffffff14;border-radius:14px;outline:none;height:46px;padding:0 14px}.settings-form input:focus,.settings-form select:focus{border-color:#e50914bf}.settings-options{flex-direction:column;gap:16px;display:flex}.settings-option{background:#0b0b0b;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:15px;display:flex}.settings-option h4{margin:0 0 5px;font-size:15px}.settings-option p{color:#8b8b8b;margin:0;font-size:13px}.settings-option input{accent-color:#e50914;cursor:pointer;width:19px;height:19px}.danger{border-color:#e5091447}.danger-actions{flex-wrap:wrap;gap:12px;display:flex}.danger-actions button{color:#fff;cursor:pointer;background:#0b0b0b;border:1px solid #ffffff14;border-radius:13px;height:43px;padding:0 16px;font-weight:700}.danger-actions .delete{color:#ff5b63;background:#e509141f;border-color:#e5091473}@media (width<=1000px){.settings-grid{grid-template-columns:1fr}.settings-card.wide{grid-column:span 1}.settings-form,.settings-form.three{grid-template-columns:1fr}.settings-header{flex-direction:column;align-items:flex-start}}:root{--bg:#0b0b0b;--surface:#171717;--surface-2:#1d1d1d;--border:#ffffff14;--primary:#e50914;--primary-hover:#ff2230;--success:#1ec971;--warning:#ffb020;--danger:#ff4d4f;--text:#fff;--text-secondary:#9f9f9f;--sidebar-width:285px;--topbar-height:84px;--radius:20px;--radius-small:14px;--shadow:0 20px 60px #00000059;--transition:.25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif}img{max-width:100%;display:block}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.admin-page{min-height:calc(100vh - var(--topbar-height));padding:34px}.page-title{margin-bottom:8px;font-size:58px;font-weight:800}.page-description{color:var(--text-secondary);margin-bottom:34px}.grid-4{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:22px;padding:24px}.section{margin-top:24px}
