.AdminLayout-module__RmJDSW__adminLayout{background:#000;min-height:100vh;transition:grid-template-columns .3s;display:grid}.AdminLayout-module__RmJDSW__sidebarExpanded{grid-template-columns:240px 1fr}.AdminLayout-module__RmJDSW__sidebarCollapsed{grid-template-columns:64px 1fr}.AdminLayout-module__RmJDSW__sidebar{z-index:100;background:#05050afa;border-right:1px solid #ffffff0f;flex-direction:column;height:100vh;transition:width .3s;display:flex;position:sticky;top:0;overflow:hidden}.AdminLayout-module__RmJDSW__sidebarExpanded .AdminLayout-module__RmJDSW__sidebar,.AdminLayout-module__RmJDSW__adminLayout.AdminLayout-module__RmJDSW__sidebarExpanded .AdminLayout-module__RmJDSW__sidebar{width:240px}.AdminLayout-module__RmJDSW__sidebarCollapsed .AdminLayout-module__RmJDSW__sidebar,.AdminLayout-module__RmJDSW__adminLayout.AdminLayout-module__RmJDSW__sidebarCollapsed .AdminLayout-module__RmJDSW__sidebar{width:64px}.AdminLayout-module__RmJDSW__sidebar{width:inherit}.sidebarExpanded .AdminLayout-module__RmJDSW__sidebar{width:240px}.sidebarCollapsed .AdminLayout-module__RmJDSW__sidebar{width:64px}.AdminLayout-module__RmJDSW__adminLayout.AdminLayout-module__RmJDSW__sidebarExpanded>.AdminLayout-module__RmJDSW__sidebar{width:240px}.AdminLayout-module__RmJDSW__adminLayout.AdminLayout-module__RmJDSW__sidebarCollapsed>.AdminLayout-module__RmJDSW__sidebar{width:64px}.AdminLayout-module__RmJDSW__sidebarLogo{border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;min-height:74px;padding:24px 16px;display:flex;overflow:hidden}.AdminLayout-module__RmJDSW__logoIcon{background:linear-gradient(135deg, var(--accent-cyan), #07f);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 0 16px #00f0ff4d}.AdminLayout-module__RmJDSW__logoText{font-family:var(--font-display);white-space:nowrap;flex-direction:column;gap:2px;font-size:17px;font-weight:800;line-height:1;display:flex}.AdminLayout-module__RmJDSW__logoText small{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:500}.AdminLayout-module__RmJDSW__sidebarNav{flex-direction:column;flex:1;gap:4px;padding:16px 8px;display:flex;overflow-y:auto}.AdminLayout-module__RmJDSW__navItem{color:var(--text-muted);cursor:pointer;font-size:14px;font-weight:500;font-family:var(--font-body);white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:all .2s;display:flex;overflow:hidden}.AdminLayout-module__RmJDSW__navItem:hover{color:var(--text-primary);background:#ffffff0d}.AdminLayout-module__RmJDSW__navItemActive{border:1px solid #00f0ff26;color:var(--accent-cyan)!important;background:#00f0ff14!important}.AdminLayout-module__RmJDSW__sidebarBottom{border-top:1px solid #ffffff0f;padding:12px 8px}.AdminLayout-module__RmJDSW__sidebarToggle{cursor:pointer;width:24px;height:24px;color:var(--text-muted);z-index:10;background:#0a0a14e6;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.AdminLayout-module__RmJDSW__sidebarToggle:hover{color:var(--accent-cyan);background:#00f0ff1a;border-color:#00f0ff66}.AdminLayout-module__RmJDSW__mainContent{flex-direction:column;min-height:100vh;margin-left:0;display:flex}.AdminLayout-module__RmJDSW__adminHeader{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:16px 32px;display:flex;position:sticky;top:0}.AdminLayout-module__RmJDSW__headerLeft{align-items:center;gap:16px;display:flex}.AdminLayout-module__RmJDSW__pageTitle{font-family:var(--font-display);color:var(--text-primary);font-size:20px;font-weight:700}.AdminLayout-module__RmJDSW__headerRight{align-items:center;gap:12px;display:flex}.AdminLayout-module__RmJDSW__adminBadge{color:var(--accent-cyan);background:#00f0ff14;border:1px solid #00f0ff33;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.AdminLayout-module__RmJDSW__contentArea{flex:1;padding:32px}.AdminLayout-module__RmJDSW__loadingScreen{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.AdminLayout-module__RmJDSW__loadingSpinner{border:3px solid #ffffff1a;border-top-color:var(--accent-cyan);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite AdminLayout-module__RmJDSW__spin}.AdminLayout-module__RmJDSW__spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite AdminLayout-module__RmJDSW__spin}@keyframes AdminLayout-module__RmJDSW__spin{to{transform:rotate(360deg)}}.AdminLayout-module__RmJDSW__loginPage{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.AdminLayout-module__RmJDSW__loginBg{pointer-events:none;background:radial-gradient(at 50% 30%,#00f0ff0f 0%,#0000 60%);position:fixed;inset:0}.AdminLayout-module__RmJDSW__loginCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:420px;padding:48px 40px;animation:.4s AdminLayout-module__RmJDSW__scaleIn;display:flex;position:relative;box-shadow:0 40px 100px #00000080}@keyframes AdminLayout-module__RmJDSW__scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.AdminLayout-module__RmJDSW__loginLogo{margin-bottom:16px}.AdminLayout-module__RmJDSW__loginLogoIcon{background:linear-gradient(135deg, var(--accent-cyan), #07f);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;animation:3s ease-in-out infinite AdminLayout-module__RmJDSW__pulse-glow;display:flex;box-shadow:0 0 40px #00f0ff66}@keyframes AdminLayout-module__RmJDSW__pulse-glow{0%,to{box-shadow:0 0 20px #00f0ff4d}50%{box-shadow:0 0 50px #00f0ff99}}.AdminLayout-module__RmJDSW__loginTitle{font-family:var(--font-display);color:var(--text-primary);margin-top:8px;font-size:26px;font-weight:800}.AdminLayout-module__RmJDSW__loginSubtitle{color:var(--text-muted);margin-bottom:16px;font-size:14px}.AdminLayout-module__RmJDSW__loginForm{flex-direction:column;gap:16px;width:100%;margin-top:8px;display:flex}.AdminLayout-module__RmJDSW__loginError{color:#fb7185;background:#f43f5e1a;border:1px solid #f43f5e4d;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;display:flex}.AdminLayout-module__RmJDSW__loginBtn{width:100%;margin-top:4px;padding:14px}.AdminLayout-module__RmJDSW__backLink{color:var(--text-muted);align-items:center;gap:6px;margin-top:16px;font-size:13px;text-decoration:none;transition:color .2s;display:flex}.AdminLayout-module__RmJDSW__backLink:hover{color:var(--accent-cyan)}@media (max-width:768px){.AdminLayout-module__RmJDSW__contentArea{padding:20px 16px}.AdminLayout-module__RmJDSW__adminHeader{padding:14px 16px}}
.dashboard-module__BQeV3q__dashboard{flex-direction:column;gap:32px;display:flex}.dashboard-module__BQeV3q__welcome{background:#00f0ff08;border:1px solid #00f0ff1a;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.dashboard-module__BQeV3q__welcomeTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:6px;font-size:22px;font-weight:800}.dashboard-module__BQeV3q__welcomeSubtitle{color:var(--text-muted);font-size:14px}.dashboard-module__BQeV3q__statsGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.dashboard-module__BQeV3q__statCard{background:#ffffff08;border:1px solid #ffffff12;border-radius:14px;align-items:center;gap:16px;padding:20px;transition:all .3s;animation:.5s both dashboard-module__BQeV3q__fadeUp;display:flex;position:relative;overflow:hidden}.dashboard-module__BQeV3q__statCard:before{content:"";background:var(--card-color,var(--accent-cyan));opacity:.6;height:2px;position:absolute;top:0;left:0;right:0}.dashboard-module__BQeV3q__statCard:hover{border-color:#ffffff1f;transform:translateY(-2px)}.dashboard-module__BQeV3q__statIcon{background:#ffffff0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.dashboard-module__BQeV3q__statInfo{flex:1;min-width:0}.dashboard-module__BQeV3q__statVal{font-family:var(--font-display);color:var(--text-primary);margin-bottom:4px;font-size:26px;font-weight:800;line-height:1;display:block}.dashboard-module__BQeV3q__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;display:block}.dashboard-module__BQeV3q__statLink{color:var(--text-muted);border-radius:6px;padding:4px;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__BQeV3q__statLink:hover{color:var(--accent-cyan);background:#00f0ff14}.dashboard-module__BQeV3q__skeletonNum{width:60px;height:26px;display:inline-block}.dashboard-module__BQeV3q__section{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:24px}.dashboard-module__BQeV3q__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dashboard-module__BQeV3q__sectionTitle{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.dashboard-module__BQeV3q__tableWrapper{border:1px solid #ffffff0f;border-radius:10px;overflow-x:auto}.dashboard-module__BQeV3q__table{border-collapse:collapse;width:100%}.dashboard-module__BQeV3q__table thead tr{background:#ffffff08;border-bottom:1px solid #ffffff0f}.dashboard-module__BQeV3q__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:700}.dashboard-module__BQeV3q__tableRow{border-bottom:1px solid #ffffff0a;transition:background .2s}.dashboard-module__BQeV3q__tableRow:last-child{border-bottom:none}.dashboard-module__BQeV3q__tableRow:hover{background:#ffffff05}.dashboard-module__BQeV3q__table td{color:var(--text-primary);vertical-align:middle;padding:12px 16px;font-size:14px}.dashboard-module__BQeV3q__tdMuted{color:var(--text-muted)!important;font-size:13px!important}.dashboard-module__BQeV3q__gameCell{align-items:center;gap:10px;display:flex}.dashboard-module__BQeV3q__gameThumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:40px;height:28px}.dashboard-module__BQeV3q__gameThumbPlaceholder{background:#ffffff0a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:28px;display:flex}.dashboard-module__BQeV3q__gameNameCell{white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-weight:500;overflow:hidden}.dashboard-module__BQeV3q__actionBtns{gap:6px;display:flex}.dashboard-module__BQeV3q__skeletonRow{border-radius:8px;height:52px;margin-bottom:8px}.dashboard-module__BQeV3q__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:48px;display:flex}.dashboard-module__BQeV3q__empty p{color:var(--text-muted);font-size:14px}.dashboard-module__BQeV3q__quickActions{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px;display:grid}.dashboard-module__BQeV3q__quickAction{color:var(--text-secondary);text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__BQeV3q__quickAction:hover{color:var(--text-primary);background:#ffffff0f;border-color:#00f0ff33;transform:translateY(-2px)}@keyframes dashboard-module__BQeV3q__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.dashboard-module__BQeV3q__statsGrid,.dashboard-module__BQeV3q__quickActions{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-module__BQeV3q__welcome{flex-direction:column;align-items:flex-start;padding:20px}.dashboard-module__BQeV3q__statsGrid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.dashboard-module__BQeV3q__statsGrid{grid-template-columns:1fr}}
.games-module__-TQR0a__page{flex-direction:column;gap:20px;display:flex}.games-module__-TQR0a__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.games-module__-TQR0a__filters{flex:1;align-items:center;gap:12px;max-width:500px;display:flex}.games-module__-TQR0a__searchBox{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:1;align-items:center;gap:8px;padding:10px 14px;transition:border-color .2s;display:flex}.games-module__-TQR0a__searchBox:focus-within{border-color:#00f0ff66}.games-module__-TQR0a__searchInput{color:var(--text-primary);width:100%;font-size:14px;font-family:var(--font-body);background:0 0;border:none;outline:none}.games-module__-TQR0a__searchInput::placeholder{color:var(--text-muted)}.games-module__-TQR0a__catFilter{min-width:160px}.games-module__-TQR0a__gameCount{color:var(--text-muted);font-size:13px}.games-module__-TQR0a__tableContainer{background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;overflow:hidden}.games-module__-TQR0a__table{border-collapse:collapse;width:100%;min-width:900px}.games-module__-TQR0a__table thead tr{background:#ffffff08;border-bottom:1px solid #ffffff12}.games-module__-TQR0a__table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;padding:12px 16px;font-size:11px;font-weight:700}.games-module__-TQR0a__row{border-bottom:1px solid #ffffff0a;transition:background .15s}.games-module__-TQR0a__row:last-child{border-bottom:none}.games-module__-TQR0a__row:hover{background:#ffffff05}.games-module__-TQR0a__table td{color:var(--text-primary);vertical-align:middle;padding:10px 16px;font-size:14px}.games-module__-TQR0a__tdNum{color:var(--text-muted)!important;font-size:12px!important}.games-module__-TQR0a__tdMuted{color:var(--text-muted)!important;font-size:13px!important}.games-module__-TQR0a__gameCell{align-items:center;gap:10px;display:flex}.games-module__-TQR0a__thumb{object-fit:cover;border-radius:6px;flex-shrink:0;width:44px;height:30px}.games-module__-TQR0a__thumbPlaceholder{background:#ffffff0a;border-radius:6px;justify-content:center;align-items:center;width:44px;height:30px;display:flex}.games-module__-TQR0a__gameName{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-weight:500;overflow:hidden}.games-module__-TQR0a__actions{gap:4px;display:flex}.games-module__-TQR0a__miniSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.8s linear infinite games-module__-TQR0a__spin}@keyframes games-module__-TQR0a__spin{to{transform:rotate(360deg)}}.games-module__-TQR0a__loadingGrid{flex-direction:column;gap:8px;padding:16px;display:flex}.games-module__-TQR0a__skeletonRow{border-radius:8px;height:50px}.games-module__-TQR0a__empty{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}.games-module__-TQR0a__empty h3{color:var(--text-secondary);font-size:18px}.games-module__-TQR0a__empty p{color:var(--text-muted);font-size:14px}
.GameForm-module__qtvDTW__page{flex-direction:column;gap:24px;display:flex}.GameForm-module__qtvDTW__pageHeader{align-items:center;gap:12px;display:flex}.GameForm-module__qtvDTW__form{flex-direction:column;gap:24px;display:flex}.GameForm-module__qtvDTW__formGrid{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}.GameForm-module__qtvDTW__formLeft,.GameForm-module__qtvDTW__formRight{flex-direction:column;gap:20px;display:flex}.GameForm-module__qtvDTW__formCard{background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.GameForm-module__qtvDTW__cardTitle{font-family:var(--font-display);color:var(--text-primary);border-bottom:1px solid #ffffff0f;align-items:center;gap:8px;padding-bottom:12px;font-size:15px;font-weight:700;display:flex}.GameForm-module__qtvDTW__formFields{flex-direction:column;gap:14px;display:flex}.GameForm-module__qtvDTW__row2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.GameForm-module__qtvDTW__toggleRow{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.GameForm-module__qtvDTW__toggleLabel{color:var(--text-primary);font-size:14px;font-weight:600}.GameForm-module__qtvDTW__toggleDesc{color:var(--text-muted);margin-top:2px;font-size:12px}.GameForm-module__qtvDTW__toggle{cursor:pointer;background:#ffffff1a;border:none;border-radius:100px;flex-shrink:0;width:44px;height:24px;transition:background .3s;position:relative}.GameForm-module__qtvDTW__toggleOn{background:var(--accent-cyan)}.GameForm-module__qtvDTW__toggleKnob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000004d}.GameForm-module__qtvDTW__toggleOn .GameForm-module__qtvDTW__toggleKnob{transform:translate(20px)}.GameForm-module__qtvDTW__uploadZone{border:2px dashed #ffffff1a;border-radius:12px;justify-content:center;align-items:center;min-height:140px;transition:all .2s;display:flex;overflow:hidden}.GameForm-module__qtvDTW__uploadZone:hover{background:#00f0ff05;border-color:#00f0ff66}.GameForm-module__qtvDTW__uploadZoneSmall{min-height:100px}.GameForm-module__qtvDTW__uploading{background:#00f0ff08;border-color:#00f0ff80}.GameForm-module__qtvDTW__uploadPrompt{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:24px;display:flex}.GameForm-module__qtvDTW__uploadPrompt p{color:var(--text-muted);font-size:14px}.GameForm-module__qtvDTW__uploadPrompt small{color:var(--text-muted);opacity:.6;font-size:12px}.GameForm-module__qtvDTW__uploadSpinner{border:3px solid #00f0ff33;border-top-color:var(--accent-cyan);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite GameForm-module__qtvDTW__spin}.GameForm-module__qtvDTW__previewWrapper{aspect-ratio:16/10;width:100%;position:relative}.GameForm-module__qtvDTW__previewImg{object-fit:cover;width:100%;height:100%}.GameForm-module__qtvDTW__previewOverlay{opacity:0;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.GameForm-module__qtvDTW__previewWrapper:hover .GameForm-module__qtvDTW__previewOverlay{opacity:1}.GameForm-module__qtvDTW__orText{color:var(--text-muted);text-align:center;font-size:12px;position:relative}.GameForm-module__qtvDTW__inputHint{color:var(--text-muted);align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}.GameForm-module__qtvDTW__errorMsg{color:#fb7185;background:#f43f5e14;border:1px solid #f43f5e40;border-radius:10px;align-items:center;gap:10px;padding:14px 18px;font-size:14px;display:flex}.GameForm-module__qtvDTW__successMsg{color:#34d399;background:#10b98114;border:1px solid #10b98140;border-radius:10px;align-items:center;gap:10px;padding:14px 18px;font-size:14px;display:flex}.GameForm-module__qtvDTW__formActions{border-top:1px solid #ffffff0f;justify-content:flex-end;align-items:center;gap:12px;padding-top:8px;display:flex}.GameForm-module__qtvDTW__btnSpinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite GameForm-module__qtvDTW__spin}@keyframes GameForm-module__qtvDTW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.GameForm-module__qtvDTW__formGrid{grid-template-columns:1fr}}@media (max-width:640px){.GameForm-module__qtvDTW__row2{grid-template-columns:1fr}.GameForm-module__qtvDTW__formCard{padding:16px}}.GameForm-module__qtvDTW__autofillCard{background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;flex-direction:column;gap:12px;padding:24px;display:flex}.GameForm-module__qtvDTW__autofillTitle{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.GameForm-module__qtvDTW__autofillDesc{color:var(--text-secondary);font-size:13px;line-height:1.5}.GameForm-module__qtvDTW__autofillForm{gap:12px;width:100%;display:flex}.GameForm-module__qtvDTW__autofillForm input{flex:1}@media (max-width:640px){.GameForm-module__qtvDTW__autofillForm{flex-direction:column}}
.LogsPage-module__c64fLW__page{flex-direction:column;gap:24px;height:calc(100vh - 120px);display:flex}.LogsPage-module__c64fLW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.LogsPage-module__c64fLW__title{font-family:var(--font-display);color:#fff;margin-bottom:4px;font-size:24px;font-weight:800}.LogsPage-module__c64fLW__subtitle{color:var(--text-secondary);font-size:14px}.LogsPage-module__c64fLW__controls{align-items:center;gap:12px;display:flex}.LogsPage-module__c64fLW__loaderContainer{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.LogsPage-module__c64fLW__spinner{border:3px solid #ffffff0d;border-top-color:var(--accent-cyan);border-radius:50%;width:32px;height:32px;animation:1s linear infinite LogsPage-module__c64fLW__spin}@keyframes LogsPage-module__c64fLW__spin{to{transform:rotate(360deg)}}.LogsPage-module__c64fLW__terminalContainer{background:#050508;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 20px 50px #0009}.LogsPage-module__c64fLW__terminalHeader{background:#0f0f13;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.LogsPage-module__c64fLW__terminalButtons{gap:6px;display:flex}.LogsPage-module__c64fLW__dotRed,.LogsPage-module__c64fLW__dotYellow,.LogsPage-module__c64fLW__dotGreen{border-radius:50%;width:10px;height:10px}.LogsPage-module__c64fLW__dotRed{background:#ef4444}.LogsPage-module__c64fLW__dotYellow{background:#f59e0b}.LogsPage-module__c64fLW__dotGreen{background:#10b981}.LogsPage-module__c64fLW__terminalTitle{color:var(--text-secondary);font-family:monospace;font-size:12px}.LogsPage-module__c64fLW__terminalConnection{color:var(--accent-green);letter-spacing:.5px;font-family:monospace;font-size:11px;font-weight:700}.LogsPage-module__c64fLW__terminalBody{color:#38bdf8;flex:1;padding:20px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.5;overflow-y:auto}.LogsPage-module__c64fLW__terminalBody::-webkit-scrollbar{width:8px}.LogsPage-module__c64fLW__terminalBody::-webkit-scrollbar-track{background:#0003}.LogsPage-module__c64fLW__terminalBody::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}.LogsPage-module__c64fLW__terminalBody::-webkit-scrollbar-thumb:hover{background:#fff3}.LogsPage-module__c64fLW__terminalWelcome{color:#a1a1aa}.LogsPage-module__c64fLW__terminalEmpty{color:#a1a1aa;font-style:italic}.LogsPage-module__c64fLW__logLine{word-break:break-all;white-space:pre-wrap;margin-bottom:8px}.LogsPage-module__c64fLW__timestamp{color:#71717a}.LogsPage-module__c64fLW__ip{color:#60a5fa;font-weight:700}.LogsPage-module__c64fLW__action{font-weight:700}.LogsPage-module__c64fLW__status{color:#a1a1aa}.LogsPage-module__c64fLW__logError{color:#f87171!important}.LogsPage-module__c64fLW__logWarn{color:#fbbf24!important}.LogsPage-module__c64fLW__logSuccess{color:#4ade80!important}.LogsPage-module__c64fLW__logInfo{color:#38bdf8!important}.LogsPage-module__c64fLW__message{color:inherit}@media (max-width:640px){.LogsPage-module__c64fLW__terminalHeader{flex-direction:column;align-items:flex-start;gap:8px}}
.PremiumManage-module__Tf-L-G__page{flex-direction:column;gap:24px;display:flex}.PremiumManage-module__Tf-L-G__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.PremiumManage-module__Tf-L-G__title{font-family:var(--font-display);color:#fff;margin-bottom:4px;font-size:24px;font-weight:800}.PremiumManage-module__Tf-L-G__subtitle{color:var(--text-secondary);font-size:14px}.PremiumManage-module__Tf-L-G__loaderContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 0;display:flex}.PremiumManage-module__Tf-L-G__spinner{border:3px solid #ffffff0d;border-top-color:var(--accent-cyan);border-radius:50%;width:32px;height:32px;animation:1s linear infinite PremiumManage-module__Tf-L-G__spin}@keyframes PremiumManage-module__Tf-L-G__spin{to{transform:rotate(360deg)}}.PremiumManage-module__Tf-L-G__emptyState{text-align:center;border-radius:var(--radius-lg);background:#ffffff05;border:1px solid #ffffff0d;max-width:500px;margin:40px auto;padding:60px 40px}.PremiumManage-module__Tf-L-G__emptyState h3{font-family:var(--font-display);margin:16px 0 8px;font-size:20px}.PremiumManage-module__Tf-L-G__emptyState p{color:var(--text-secondary);margin-bottom:20px}.PremiumManage-module__Tf-L-G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;display:grid}.PremiumManage-module__Tf-L-G__card{border-radius:var(--radius-md);background:#ffffff05;border:1px solid #ffffff0f;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.PremiumManage-module__Tf-L-G__card:hover{border-color:#ffffff1f;transform:translateY(-2px)}.PremiumManage-module__Tf-L-G__cardImageWrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative;overflow:hidden}.PremiumManage-module__Tf-L-G__cardImage{object-fit:cover;width:100%;height:100%}.PremiumManage-module__Tf-L-G__inactiveBadge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ef4444;border-radius:4px;padding:4px 8px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.PremiumManage-module__Tf-L-G__cardBody{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.PremiumManage-module__Tf-L-G__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.PremiumManage-module__Tf-L-G__cardTitle{font-family:var(--font-display);color:#fff;font-size:18px;font-weight:700}.PremiumManage-module__Tf-L-G__priceTag{color:var(--accent-orange);white-space:nowrap;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:6px;padding:2px 8px;font-size:13px;font-weight:700}.PremiumManage-module__Tf-L-G__description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.PremiumManage-module__Tf-L-G__featuresPreview{flex-wrap:wrap;gap:6px;display:flex}.PremiumManage-module__Tf-L-G__featureBadge{color:var(--text-secondary);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;padding:2px 8px;font-size:11px}.PremiumManage-module__Tf-L-G__featureBadgeMore{color:var(--text-muted);padding:2px 4px;font-size:11px}.PremiumManage-module__Tf-L-G__actions{border-top:1px solid #ffffff0f;gap:10px;margin-top:auto;padding-top:14px;display:flex}.PremiumManage-module__Tf-L-G__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.PremiumManage-module__Tf-L-G__modal{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid #ffffff14;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;box-shadow:0 30px 70px #000c}.PremiumManage-module__Tf-L-G__modalHeader{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PremiumManage-module__Tf-L-G__modalHeader h2{font-family:var(--font-display);color:#fff;font-size:20px;font-weight:800}.PremiumManage-module__Tf-L-G__closeBtn{color:var(--text-muted);transition:color .2s}.PremiumManage-module__Tf-L-G__closeBtn:hover{color:#fff}.PremiumManage-module__Tf-L-G__form{flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.PremiumManage-module__Tf-L-G__formRow{gap:16px;display:flex}.PremiumManage-module__Tf-L-G__modalActions{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:12px;padding-top:20px;display:flex}.PremiumManage-module__Tf-L-G__toast{color:#fff;z-index:1100;background:#333;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) both PremiumManage-module__Tf-L-G__slideIn;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #00000080}.PremiumManage-module__Tf-L-G__toast.PremiumManage-module__Tf-L-G__success{background:var(--accent-green);color:#000;font-weight:700}.PremiumManage-module__Tf-L-G__toast.PremiumManage-module__Tf-L-G__error{color:#fff;background:#ef4444}@keyframes PremiumManage-module__Tf-L-G__slideIn{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.PremiumManage-module__Tf-L-G__formRow{flex-direction:column;gap:16px}}
