:root{--bg: #f5f5f7;--text: #1d1d1f;--muted: #6e6e73;--line: rgba(0, 0, 0, .08);--accent: #0071e3;--sidebar: #f2f2f7}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,PingFang SC,Hiragino Sans GB,sans-serif;color:var(--text);background:var(--bg)}a{color:var(--accent)}.shell{display:flex;min-height:100%}.sidebar{width:232px;flex-shrink:0;background:var(--sidebar);border-right:1px solid var(--line);padding:20px 12px}.sidebar h1{font-size:15px;font-weight:650;margin:0 12px 16px}.sidebar a{display:block;padding:8px 12px;border-radius:8px;color:var(--text);text-decoration:none;font-size:14px}.sidebar a.active,.sidebar a:hover{background:#0000000f}.sidebar-foot{margin-top:24px;padding:0 12px;color:var(--muted);font-size:13px;line-height:1.7}.main{flex:1;padding:28px 32px;min-width:0}.page-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.page-hero h1{margin:0 0 6px;font-size:28px;font-weight:650}.page-hero p{margin:0;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.stat-card .k{color:var(--muted);font-size:13px}.stat-card .v{font-size:22px;font-weight:650;margin-top:4px}.quota-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:20px}.section-title{font-size:17px;font-weight:650;margin:24px 0 12px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.section-head .section-title{margin-bottom:12px}.section-lead{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.7}.hint-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;color:var(--muted);font-size:13px;line-height:1.8;margin-bottom:4px}.form-card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.cell-main{font-size:14px}.cell-sub{color:var(--muted);font-size:12px}.login-wrap{min-height:100%;display:grid;place-items:center}.login-card{width:360px;background:#fff;border-radius:16px;padding:28px;box-shadow:0 8px 28px #00000014}.table-tags{display:flex;flex-wrap:wrap;gap:4px}.table-col-tags{min-width:36rem}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
