:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-soft: #fbfbfe;
  --line: #e8eaf2;
  --text: #242635;
  --muted: #7f8497;
  --primary: #6558df;
  --primary-soft: #f0efff;
  --cyan: #41c8dc;
  --pink: #ed7bb3;
  --green: #31a778;
  --orange: #e49d4a;
  --danger: #d75d70;
  --shadow: 0 12px 30px rgba(44, 48, 77, .06);
  --radius: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 1180px; background: var(--bg); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 248px; min-width: 248px; background: #f8f9fd; border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 14px 10px 10px; }
.brand { height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 11px 14px; font-weight: 800; font-size: 18px; letter-spacing: -.4px; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: white; background: linear-gradient(135deg, #3d2c93, #8b73ff 55%, #50d2d2); box-shadow: 0 5px 12px rgba(100, 88, 223, .3); font-size: 15px; }
.collapse-btn { margin-left: auto; border: 0; background: transparent; color: #9ca1b3; font-size: 17px; }
.nav { flex: 1; overflow: auto; padding-top: 6px; }
.nav-group { margin: 16px 0 6px; }
.nav-label { color: #85899a; font-size: 11px; font-weight: 700; padding: 0 12px 6px; letter-spacing: .06em; text-transform: uppercase; }
.nav-item, .nav-section { width: 100%; display: flex; align-items: center; gap: 10px; min-height: 38px; padding: 0 12px; border: 0; border-radius: 10px; background: transparent; color: #707588; font-size: 13px; text-align: left; transition: .18s; }
.nav-item:hover, .nav-section:hover { color: var(--primary); background: #f0f1fb; }
.nav-item.active { color: var(--primary); background: #ecebff; font-weight: 700; }
.nav-icon { width: 18px; text-align: center; font-size: 15px; opacity: .86; }
.nav-arrow { margin-left: auto; color: #a1a6b5; font-size: 12px; }
.nav-sub { display: grid; gap: 3px; padding-left: 19px; margin-top: 3px; }
.nav-sub .nav-item { min-height: 34px; font-size: 12px; padding-left: 18px; }
.sidebar-bottom { margin-top: auto; }
.referral { border: 1px solid #e6bf88; color: #b7792f; border-radius: 10px; padding: 9px 11px; display: flex; align-items: center; gap: 8px; font-size: 12px; background: linear-gradient(90deg, #fffaf2, #fff); }
.workspace-switcher { display: flex; align-items: center; gap: 8px; padding: 12px 7px 2px; border-top: 1px solid var(--line); margin-top: 10px; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #e4e9ff; color: var(--primary); font-weight: 800; font-size: 12px; }
.workspace-meta { min-width: 0; flex: 1; }
.workspace-meta strong { display: block; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.workspace-meta span { display: block; color: var(--muted); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.switcher-action { border: 0; background: transparent; color: #9aa0af; }

.content-shell { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.trial-bar { height: 48px; display: flex; align-items: center; padding: 0 26px; gap: 9px; color: #a16c2b; border-bottom: 1px solid #f1ddbd; background: linear-gradient(90deg, #fffaf1, #fffdf8); font-size: 12px; }
.trial-icon { color: #d78e2f; font-size: 16px; }
.trial-spacer { flex: 1; }
.trial-bar button { border: 1px solid #e3c594; border-radius: 7px; background: white; color: #946225; padding: 6px 11px; font-size: 12px; }
.main { padding: 26px 32px 42px; max-width: 1540px; width: 100%; margin: 0 auto; }
.page-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.page-head h1 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.page-head p { color: var(--muted); margin: 7px 0 0; font-size: 13px; }
.head-actions { display: flex; gap: 9px; align-items: center; }

.btn { border: 1px solid var(--line); background: white; color: #62687b; border-radius: 9px; padding: 9px 14px; font-size: 12px; transition: .18s; }
.btn:hover { border-color: #c8c5f7; color: var(--primary); }
.btn.primary { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 7px 14px rgba(101, 88, 223, .19); }
.btn.primary:hover { background: #5749d0; color: white; }
.btn.ghost { background: var(--primary-soft); color: var(--primary); border-color: transparent; }
.btn.danger { color: var(--danger); }
.btn.small { padding: 6px 10px; font-size: 11px; }
.btn:disabled { cursor: not-allowed; opacity: .45; }

.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.card-pad { padding: 20px; }
.section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 15px; }
.section-title h2, .section-title h3 { margin: 0; font-size: 15px; }
.section-title p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.section-title .subtle { color: var(--muted); font-size: 11px; font-weight: 400; }

.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 15px; }
.stat-card { padding: 17px 18px; position: relative; overflow: hidden; }
.stat-card::after { content: ''; width: 110px; height: 110px; border-radius: 50%; position: absolute; right: -54px; bottom: -54px; background: var(--tone, #f0efff); opacity: .65; }
.stat-top { display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: 12px; position: relative; z-index: 1; }
.stat-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: var(--tone, #f0efff); color: var(--primary); font-size: 15px; }
.stat-value { position: relative; z-index: 1; margin-top: 14px; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.stat-value small { color: var(--muted); font-size: 12px; font-weight: 500; margin-left: 4px; letter-spacing: 0; }
.stat-note { color: var(--muted); margin-top: 5px; font-size: 11px; }

.onboarding { position: relative; overflow: hidden; margin-bottom: 15px; }
.onboarding::before { content: ''; display: block; height: 4px; background: linear-gradient(90deg, #6658e5, #45ccd6 55%, #ed85b8); }
.onboarding-inner { padding: 18px 20px 20px; }
.onboarding-top { display: flex; align-items: center; gap: 12px; }
.rocket { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #eef0ff; color: var(--primary); font-size: 17px; }
.onboarding-top h2 { margin: 0; font-size: 14px; }
.onboarding-top p { color: var(--muted); margin: 4px 0 0; font-size: 11px; }
.progress { height: 6px; overflow: hidden; border-radius: 20px; background: #f0f1f5; margin: 14px 0 16px; }
.progress i { display: block; height: 100%; width: 40%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--cyan)); }
.setup-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.setup-item { min-height: 104px; border: 1px solid var(--line); border-radius: 12px; padding: 11px; background: var(--surface-soft); display: flex; flex-direction: column; }
.setup-item.done { border-color: #d7eee5; background: #fbfffd; }
.setup-item-icon { color: var(--primary); font-size: 15px; }
.setup-item h4 { margin: 8px 0 4px; font-size: 12px; }
.setup-item p { color: var(--muted); font-size: 10px; line-height: 1.45; margin: 0; flex: 1; }
.setup-item a { color: var(--primary); font-size: 10px; margin-top: 9px; }

.kpi-grid { display: grid; grid-template-columns: 1.35fr .9fr; gap: 15px; margin-top: 15px; }
.kpi-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.kpi-card { padding: 15px 16px; }
.kpi-card .label { color: var(--muted); font-size: 11px; }
.kpi-card strong { display: block; margin-top: 8px; font-size: 22px; letter-spacing: -.03em; }
.trend-up { color: var(--green); font-size: 11px; margin-top: 5px; }
.health { padding: 18px; }
.health-row { display: flex; align-items: center; gap: 15px; }
.ring { width: 82px; height: 82px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--primary) 0 94%, #eeeff5 94%); position: relative; }
.ring::after { content: ''; position: absolute; inset: 9px; background: white; border-radius: 50%; }
.ring strong { z-index: 1; font-size: 16px; }
.health-list { flex: 1; display: grid; gap: 8px; }
.health-line { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.health-line span { color: var(--muted); }
.health-line b { color: var(--text); }
.chart-card { margin-top: 15px; padding: 18px; }
.chart { height: 150px; display: flex; align-items: flex-end; gap: 12px; padding: 17px 4px 2px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 36px, #f3f4f8 37px); }
.bar { flex: 1; max-width: 48px; min-width: 12px; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, #8b80f3, #c9c6fb); position: relative; }
.bar:hover::after { content: attr(data-value); position: absolute; top: -23px; left: 50%; transform: translateX(-50%); background: #2d2b48; color: white; border-radius: 4px; padding: 3px 6px; font-size: 10px; }
.chart-labels { display: flex; gap: 12px; padding: 8px 4px 0; color: var(--muted); font-size: 10px; }
.chart-labels span { flex: 1; text-align: center; }

.toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 14px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; margin-bottom: 14px; }
.field, .select { border: 1px solid var(--line); border-radius: 8px; background: white; color: #666c7e; height: 35px; padding: 0 11px; font-size: 12px; outline: none; }
.field:focus, .select:focus, textarea:focus { border-color: #aaa3f2; box-shadow: 0 0 0 3px #efeeff; }
.field.search { min-width: 220px; }
.toolbar-spacer { flex: 1; }
.segmented { display: inline-flex; padding: 3px; gap: 3px; border: 1px solid var(--line); border-radius: 9px; background: #fafafe; }
.segmented button { border: 0; border-radius: 6px; background: transparent; color: var(--muted); padding: 7px 12px; font-size: 11px; }
.segmented button.active { background: white; color: var(--primary); box-shadow: 0 2px 5px rgba(48, 48, 78, .08); }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 13px; background: white; }
table { border-collapse: collapse; width: 100%; min-width: 850px; }
th, td { padding: 14px 16px; border-bottom: 1px solid #f0f1f5; text-align: left; font-size: 12px; white-space: nowrap; }
th { color: #858a9d; font-weight: 700; font-size: 11px; background: #fbfbfd; }
tr:last-child td { border-bottom: 0; }
td strong { font-size: 12px; }
td .muted { color: var(--muted); font-size: 11px; margin-top: 4px; }
.status { display: inline-flex; align-items: center; gap: 5px; border-radius: 30px; padding: 5px 8px; font-size: 10px; }
.status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.status.active, .status.success, .status.ready { color: #268c6a; background: #eaf8f2; }
.status.paused { color: #9a7a3f; background: #fff7df; }
.status.running, .status.reviewing { color: #5970c8; background: #edf0ff; }
.status.failed { color: #b54e61; background: #fff0f2; }
.table-actions { display: flex; gap: 5px; }
.empty { text-align: center; padding: 64px 20px; color: var(--muted); }
.empty-icon { width: 48px; height: 48px; margin: 0 auto 12px; display: grid; place-items: center; border-radius: 15px; color: var(--primary); background: #f0efff; font-size: 21px; }
.empty h3 { color: #555b6c; margin: 0 0 7px; font-size: 15px; }
.empty p { margin: 0 0 16px; font-size: 12px; }

.stepper { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-bottom: 16px; }
.step { display: flex; align-items: center; gap: 8px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); background: white; font-size: 11px; }
.step.active { border-color: #d7d3ff; color: var(--primary); background: var(--primary-soft); font-weight: 700; }
.step-number { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #f0f1f6; font-size: 10px; }
.step.active .step-number { color: white; background: var(--primary); }
.wizard-body { padding: 24px; }
.wizard-body h2 { margin: 0; font-size: 16px; }
.wizard-body > p { color: var(--muted); margin: 7px 0 20px; font-size: 12px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.choice { text-align: left; border: 1px solid var(--line); border-radius: 12px; padding: 16px; background: white; transition: .18s; }
.choice:hover, .choice.selected { border-color: #aaa3f2; background: #faf9ff; box-shadow: 0 0 0 3px #f0efff; }
.choice strong { display: block; font-size: 13px; }
.choice span { display: block; color: var(--muted); margin-top: 6px; font-size: 11px; line-height: 1.5; }
.wizard-footer { display: flex; justify-content: flex-end; gap: 9px; padding: 16px 24px; border-top: 1px solid var(--line); background: #fcfcfe; }

.tabs { display: flex; gap: 20px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.tab { border: 0; border-bottom: 2px solid transparent; padding: 0 2px 11px; background: transparent; color: var(--muted); font-size: 12px; }
.tab.active { color: var(--primary); border-color: var(--primary); font-weight: 700; }
.upload-box { border: 1px dashed #c7c4ee; border-radius: 13px; background: #faf9ff; padding: 27px; text-align: center; margin-bottom: 16px; }
.upload-box strong { display: block; font-size: 13px; }
.upload-box span { color: var(--muted); display: block; margin: 7px 0 14px; font-size: 11px; }
.storage-bar { height: 7px; border-radius: 10px; background: #eeeff4; overflow: hidden; margin-top: 8px; }
.storage-bar i { display: block; width: 3%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--primary), var(--cyan)); }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { color: #686d7e; font-size: 11px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { min-height: 37px; border: 1px solid var(--line); border-radius: 8px; outline: none; padding: 0 11px; color: var(--text); background: white; font-size: 12px; }
.form-field textarea { padding-top: 10px; min-height: 86px; resize: vertical; }
.form-card { padding: 22px; }
.form-card + .form-card { margin-top: 14px; }
.form-card h3 { margin: 0 0 4px; font-size: 14px; }
.form-card p { margin: 0 0 18px; color: var(--muted); font-size: 11px; }

.plan-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; padding: 20px; position: relative; }
.plan-card.current { border: 2px solid #aaa3f2; padding: 19px; }
.plan-card .plan-tag { position: absolute; top: 13px; right: 13px; color: #b9792d; background: #fff6e5; border-radius: 20px; padding: 4px 7px; font-size: 10px; }
.plan-card h3 { margin: 0; font-size: 16px; }
.price { margin: 14px 0 18px; font-size: 27px; font-weight: 800; letter-spacing: -.04em; }
.price small { color: var(--muted); font-weight: 500; font-size: 11px; letter-spacing: 0; }
.old-price { display: block; color: #a8adba; text-decoration: line-through; font-size: 10px; font-weight: 500; margin-top: 3px; }
.plan-list { display: grid; gap: 10px; padding: 0; margin: 0 0 20px; list-style: none; flex: 1; }
.plan-list li { color: #696e80; font-size: 11px; padding-left: 17px; position: relative; line-height: 1.4; }
.plan-list li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.plan-card .btn { width: 100%; }

.modal-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; background: rgba(35, 37, 56, .28); backdrop-filter: blur(4px); }
.modal { width: min(540px, calc(100vw - 40px)); background: white; border-radius: 16px; box-shadow: 0 25px 80px rgba(32, 31, 58, .2); overflow: hidden; }
.modal-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 21px; border-bottom: 1px solid var(--line); }
.modal-head h3 { margin: 0; font-size: 15px; }
.modal-close { border: 0; background: transparent; color: var(--muted); font-size: 20px; }
.modal-body { padding: 21px; }
.modal-footer { display: flex; justify-content: flex-end; gap: 8px; padding: 14px 21px; background: #fbfbfd; border-top: 1px solid var(--line); }
.notice { padding: 12px 14px; background: #f8f8ff; border: 1px solid #e5e3ff; color: #6864a4; border-radius: 10px; font-size: 11px; line-height: 1.6; }
.notice.success { color: #287e67; background: #f2fbf7; border-color: #d6eee4; }
.notice.warn { color: #976a31; background: #fffaf0; border-color: #f0dfbd; }
.loading { padding: 50px; text-align: center; color: var(--muted); font-size: 12px; }
.toast { position: fixed; right: 28px; bottom: 24px; z-index: 30; background: #28283b; color: white; border-radius: 9px; box-shadow: 0 14px 28px rgba(30, 30, 55, .2); padding: 11px 15px; font-size: 12px; animation: toast-in .2s ease; }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hidden { display: none !important; }

@media (max-width: 1280px) {
  .main { padding-left: 24px; padding-right: 24px; }
  .setup-list { grid-template-columns: repeat(3, 1fr); }
  .plan-grid { grid-template-columns: repeat(2, 1fr); }
}
.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 18px;background:linear-gradient(145deg,#f7f8ff 0%,#eef1fb 100%);color:var(--text)}
.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:22px;font-size:22px;color:#18233d}
.auth-brand .brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:linear-gradient(135deg,#7058e8,#4f3cc9);color:#fff;box-shadow:0 8px 18px #5b4bd340}
.auth-card{width:min(100%,430px);padding:30px 32px 26px;background:#fff;border:1px solid #e5e8f0;border-radius:20px;box-shadow:0 18px 55px #25325718}
.auth-card-head{text-align:center;margin-bottom:22px}.auth-card-head h1{margin:0 0 8px;font-size:25px}.auth-card-head p{margin:0;color:var(--muted);font-size:13px}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:4px;margin-bottom:22px;background:#f3f4fa;border-radius:10px}.auth-tab{border:0;border-radius:8px;padding:10px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.auth-tab.active{background:#fff;color:var(--primary);box-shadow:0 2px 8px #29366112}
.auth-card .form-field{margin-bottom:16px}.auth-card .form-field label{display:block;margin-bottom:7px;font-size:13px;font-weight:700;color:#49546d}.auth-card input{width:100%;box-sizing:border-box;padding:12px 13px;border:1px solid #dfe3ed;border-radius:9px;background:#fff;color:var(--text);font:inherit;outline:none;transition:border-color .2s,box-shadow .2s}.auth-card input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6e5be71a}.auth-card input::placeholder{color:#a6adbd}.field-hint{display:block;margin-top:6px;color:#8a93a8;font-size:12px}.auth-submit{width:100%;margin-top:4px;justify-content:center;padding:12px}.auth-error{margin:0 0 15px;padding:10px 12px;border:1px solid #f0caca;border-radius:8px;background:#fff5f5;color:#c44242;font-size:13px;line-height:1.5}.auth-security-note{text-align:center;margin:18px 0 0;color:#9099ac;font-size:12px;line-height:1.6}
@media (max-width:520px){.auth-card{padding:26px 20px 22px}.auth-page{padding:22px 14px}}
.admin-login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 18px;background:#f5f6fa}.admin-login-card{width:min(100%,440px)}
.admin-shell{min-height:100vh;background:#f5f6fa;color:var(--text)}.admin-header{min-height:76px;box-sizing:border-box;padding:16px 5vw;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-brand{display:flex;align-items:center;gap:10px;font-size:20px}.admin-brand .brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#7058e8,#4f3cc9);color:#fff}.admin-header p{margin:4px 0 0 40px;color:var(--muted);font-size:12px}.admin-header-actions{display:flex;align-items:center;gap:16px;color:var(--muted);font-size:13px}.admin-main{max-width:1280px;margin:0 auto;padding:32px 5vw}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.admin-stat,.admin-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px #2b386c08}.admin-stat{padding:18px 20px}.admin-stat span{display:block;color:var(--muted);font-size:13px}.admin-stat strong{display:block;margin-top:8px;font-size:25px}.admin-card{padding:22px;margin-bottom:18px}.admin-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-section-head h2{margin:0;font-size:17px}.admin-section-head p{margin:6px 0 0;color:var(--muted);font-size:12px}.admin-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:10px}.admin-table-wrap table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}.admin-table-wrap th,.admin-table-wrap td{padding:13px 14px;text-align:left;border-bottom:1px solid #edf0f5;white-space:nowrap}.admin-table-wrap th{background:#fafbfe;color:#69738a;font-weight:700}.admin-table-wrap tr:last-child td{border-bottom:0}.admin-password-status{color:#77829a;font-size:12px}.admin-status{display:inline-flex;padding:4px 9px;border-radius:999px;background:#f2f3f7;color:#7f8797;font-size:12px}.admin-status.active{background:#eaf8f1;color:#268f66}.admin-empty{text-align:center!important;color:var(--muted);padding:28px!important}.admin-recharge-form{display:grid;grid-template-columns:1.3fr .8fr 1fr 1fr 1fr auto;gap:10px;margin-bottom:16px}.admin-recharge-form .field,.admin-recharge-form .select{min-width:0;width:100%;box-sizing:border-box}.admin-recharge-form .btn{white-space:nowrap}@media(max-width:900px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-recharge-form{grid-template-columns:repeat(2,1fr)}.admin-recharge-form .btn{width:100%}}@media(max-width:560px){.admin-header{align-items:flex-start;flex-direction:column}.admin-header-actions{width:100%;justify-content:space-between}.admin-main{padding:20px 14px}.admin-stats{gap:10px}.admin-stat{padding:14px}.admin-stat strong{font-size:20px}.admin-recharge-form{grid-template-columns:1fr}}
