*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{color:#1f2937;background:#f5efea;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif}button,input{font:inherit}.login-page{background:linear-gradient(135deg,#122e8a14,#fff0),#f5efea;grid-template-columns:minmax(0,1fr);place-items:center;min-height:100vh;padding:32px 16px;display:grid}.login-panel{background:#fff;border:1px solid #122e8a1f;border-radius:8px;width:min(440px,100%);padding:32px;box-shadow:0 18px 48px #0f172a14}.login-brand{margin-bottom:24px}.login-brand h1{color:#122e8a;margin:0 0 8px;font-size:28px;line-height:1.2}.login-brand p{color:#64748b;margin:0}.admin-shell{min-height:100vh}.admin-sider{border-right:1px solid #e6eaf2}.admin-logo{color:#122e8a;border-bottom:1px solid #e6eaf2;align-items:center;gap:10px;height:64px;padding:0 20px;font-weight:700;display:flex}.admin-logo-mark{color:#fff;background:#122e8a;border-radius:6px;place-items:center;width:32px;height:32px;display:grid}.admin-header{border-bottom:1px solid #e6eaf2;justify-content:flex-end;align-items:center;height:64px;padding:0 24px;display:flex}.admin-main{padding:24px}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.page-header h1{color:#111827;margin:0;font-size:24px;line-height:1.3}.page-header p{color:#667085;margin:6px 0 0}.page-surface{background:#fff;border:1px solid #e6eaf2;border-radius:8px;padding:20px}.page-loading{color:#667085;place-items:center;min-height:180px;display:grid}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.status-card{border-radius:8px}.status-card-title{color:#667085;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.status-value{color:#122e8a;margin:0;font-size:26px;font-weight:700;line-height:1.2}.table-toolbar{justify-content:flex-end;margin-bottom:16px;display:flex}.users-toolbar{justify-content:space-between}.placeholder-panel{place-items:center;min-height:320px;display:grid}.api-status-list{gap:14px;max-width:720px;display:grid}.api-status-item{border:1px solid #e6eaf2;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}@media (width<=1100px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.admin-sider{display:none}.admin-main{padding:16px}.admin-header{padding:0 16px}.page-header{display:block}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.login-panel{padding:24px}}
