:root{--bg-0:#04060f;--bg-1:#080d1a;--bg-2:#0e1326;--bg-3:#141930;--bg-4:#1c2240;--surface-card:#0e1326b8;--surface-hover:#6366f114;--brand:#6366f1;--brand-light:#818cf8;--brand-dark:#4f46e5;--brand-glow:#6366f147;--violet:#a78bfa;--cyan:#22d3ee;--emerald:#10b981;--amber:#f59e0b;--rose:#f43f5e;--text-1:#f0f4ff;--text-2:#9ba8c4;--text-3:#4e5a7a;--text-inv:#080d1a;--border:#6366f12e;--border-soft:#ffffff0f;--shadow-md:0 8px 32px #0000007a;--shadow-glow:0 0 40px #6366f12e;--radius:12px;--radius-sm:8px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg-1);color:var(--text-1);min-height:100vh;margin:0}.login-screen{background:radial-gradient(ellipse 60% 50% at 50% -10%, #6366f138, transparent), radial-gradient(ellipse 40% 40% at 90% 80%, #a78bfa1f, transparent), var(--bg-0);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.login-screen:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f10f,#0000 60%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.login-card{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:var(--surface-card)!important;border:1px solid var(--border)!important;width:min(440px,100%)!important;box-shadow:var(--shadow-md), var(--shadow-glow)!important;border-radius:20px!important;padding:36px!important}.brand-row{align-items:center;gap:14px;display:flex}.brand-row .ant-typography{color:var(--text-1)!important}.brand-row .ant-typography+.ant-typography{color:var(--text-2)!important}.header-brand{align-items:center;gap:10px;display:flex}.header-brand *{line-height:1!important}.header-brand-name{color:var(--text-1);letter-spacing:-.01em;margin-bottom:4px;font-size:14px;font-weight:700}.admin-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;justify-content:space-between;align-items:center;gap:24px;min-height:72px;padding:0 32px;display:flex;position:sticky;top:0;border-bottom:1px solid var(--border)!important;background:#04060fe6!important;height:auto!important}.admin-header-left{align-items:center;gap:16px;display:flex}.header-brand-badge{align-items:center;gap:10px;display:flex}.header-subtitle{color:var(--text-3);letter-spacing:.03em;font-size:11px}.admin-shell{min-height:100vh;background:var(--bg-1)!important}.admin-content{width:100%;max-width:1440px;margin:0 auto;padding:32px 36px}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .18s,box-shadow .18s;background:var(--surface-card)!important;border:1px solid var(--border-soft)!important;border-radius:var(--radius)!important}.stat-card:hover{border-color:var(--border)!important;box-shadow:var(--shadow-glow)!important}.stat-card .ant-statistic-title{letter-spacing:.05em;text-transform:uppercase;color:var(--text-2)!important;font-size:12px!important}.stat-card .ant-statistic-content-value{letter-spacing:-.02em;font-weight:700;color:var(--text-1)!important;font-size:32px!important}.stat-accent-brand .ant-statistic-content-value{color:var(--brand-light)!important}.stat-accent-emerald .ant-statistic-content-value{color:var(--emerald)!important}.stat-accent-amber .ant-statistic-content-value{color:var(--amber)!important}.stat-accent-violet .ant-statistic-content-value{color:var(--violet)!important}.admin-section-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:24px;background:var(--surface-card)!important;border:1px solid var(--border-soft)!important;border-radius:var(--radius)!important}.admin-section-card .ant-card-head{min-height:56px;padding:0 24px;border-bottom:1px solid var(--border-soft)!important}.admin-section-card .ant-card-head-title{font-size:15px;font-weight:600;color:var(--text-1)!important}.admin-table .ant-table{background:0 0!important}.admin-table .ant-table-thead>tr>th{letter-spacing:.06em;text-transform:uppercase;font-size:12px;border-bottom:1px solid var(--border)!important;color:var(--text-2)!important;background:#6366f10f!important}.admin-table .ant-table-tbody>tr>td{padding:14px 16px;border-bottom:1px solid var(--border-soft)!important;color:var(--text-1)!important}.admin-table .ant-table-tbody>tr:hover>td{background:var(--surface-hover)!important}.admin-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.badge{letter-spacing:.04em;border-radius:100px;align-items:center;gap:5px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-active{color:#34d399;background:#10b98124;border:1px solid #10b98140}.badge-suspended{color:#fb7185;background:#f43f5e1f;border:1px solid #f43f5e33}.badge-trial{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b33}.badge-paid{color:var(--brand-light);border:1px solid var(--border);background:#6366f124}.badge-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.usage-row{align-items:center;gap:8px;display:flex}.usage-label{color:var(--text-3);min-width:48px;font-size:11px}.usage-bar{background:var(--bg-4);border-radius:2px;flex:1;height:4px;overflow:hidden}.usage-fill{background:linear-gradient(90deg, var(--brand), var(--violet));border-radius:2px;height:100%;transition:width .4s}.usage-text{color:var(--text-2);white-space:nowrap;font-size:11px}.ant-modal-content{background:var(--bg-2)!important;border:1px solid var(--border)!important;box-shadow:var(--shadow-md)!important;border-radius:18px!important;padding:32px!important}.ant-modal-title{color:var(--text-1)!important;font-size:17px!important;font-weight:700!important}.ant-modal-close{color:var(--text-3)!important}.ant-modal-close:hover{color:var(--text-1)!important;background:var(--surface-hover)!important}.ant-modal-footer{border-top:1px solid var(--border-soft)!important;margin-top:8px!important;padding-top:20px!important}.ant-form-item-label>label{color:var(--text-2)!important;font-size:13px!important}.ant-input,.ant-input-affix-wrapper,.ant-input-password,.ant-select-selector,.ant-input-number,.ant-input-number-input{background:var(--bg-3)!important;border-color:var(--border-soft)!important;color:var(--text-1)!important;border-radius:var(--radius-sm)!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-input-number:focus,.ant-input-number-focused,.ant-select-focused .ant-select-selector{border-color:var(--brand)!important;box-shadow:0 0 0 3px var(--brand-glow)!important}.ant-input-status-error,.ant-input-affix-wrapper-status-error,.ant-input-number-status-error,.ant-select-status-error .ant-select-selector{background:var(--bg-3)!important;border-color:var(--rose)!important;box-shadow:none!important}.ant-input-status-error:focus,.ant-input-affix-wrapper-status-error:focus,.ant-input-affix-wrapper-status-error.ant-input-affix-wrapper-focused{box-shadow:0 0 0 3px #f43f5e2e!important}.ant-input-affix-wrapper .ant-input,.ant-input-affix-wrapper-status-error .ant-input{background:0 0!important}.ant-form-item-explain-error{color:var(--rose)!important}.ant-input::placeholder,.ant-select-selection-placeholder{color:var(--text-3)!important}.ant-select-dropdown{background:var(--bg-2)!important;border:1px solid var(--border)!important;border-radius:var(--radius-sm)!important}.ant-select-item{color:var(--text-2)!important}.ant-select-item-option-selected{background:var(--surface-hover)!important;color:var(--text-1)!important}.ant-select-item-option-active{background:#ffffff0a!important}.ant-btn-primary{font-weight:600;background:linear-gradient(135deg, var(--brand), var(--brand-dark))!important;box-shadow:0 4px 16px var(--brand-glow)!important;border:none!important}.ant-btn-primary:hover{background:linear-gradient(135deg, var(--brand-light), var(--brand))!important;box-shadow:0 6px 22px var(--brand-glow)!important}.ant-btn-default{background:var(--bg-3)!important;border-color:var(--border-soft)!important;color:var(--text-2)!important}.ant-btn-default:hover{border-color:var(--brand)!important;color:var(--brand-light)!important}.ant-alert{border-radius:var(--radius-sm)!important;border-color:var(--border-soft)!important}.ant-alert-info{background:#22d3ee0f!important;border-color:#22d3ee33!important}.ant-alert-warning{background:#f59e0b14!important;border-color:#f59e0b33!important}.ant-divider{border-color:var(--border-soft)!important}.ant-divider-inner-text{color:var(--text-3)!important;font-size:12px!important}.ant-pagination-item a{color:var(--text-2)!important}.ant-pagination-item-active{border-color:var(--brand)!important}.ant-pagination-item-active a{color:var(--brand-light)!important}.full-width{width:100%}.audit-card{margin-top:0}.audit-card .ant-table-tbody>tr>td{padding:10px 16px!important}.ant-empty-description{color:var(--text-3)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bg-4)}@media (width<=768px){.admin-header{padding:0 20px;flex-wrap:wrap;min-height:auto;padding-block:16px}.admin-content{padding:20px 16px}.summary-grid{grid-template-columns:repeat(2,1fr)}}
