html,body,#app{height:100%;margin:0;padding:0;background:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Roboto,sans-serif}:root{--cg-bg: #0f172a;--cg-bg-soft: #1e293b;--cg-bg-mute: #334155;--cg-border: #334155;--cg-text: #e2e8f0;--cg-text-muted: #94a3b8;--cg-text-dim: #64748b;--cg-primary: #38bdf8;--cg-success: #22c55e;--cg-warning: #f59e0b;--cg-danger: #ef4444;--cg-critical: #a855f7;--cg-high: #ef4444;--cg-medium: #f59e0b;--cg-low: #3b82f6;--cg-info: #64748b}*{box-sizing:border-box}a{color:var(--cg-primary);text-decoration:none}a:hover{text-decoration:underline}.cg-page{padding:24px}.cg-card{background:var(--cg-bg-soft);border:1px solid var(--cg-border);border-radius:8px;padding:16px}.cg-muted{color:var(--cg-text-muted)}.cg-dim{color:var(--cg-text-dim)}.cg-mono{font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.cg-row{display:flex;align-items:center;gap:8px}.cg-row-spread{display:flex;align-items:center;justify-content:space-between;gap:8px}.cg-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cg-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cg-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 1024px){.cg-grid-3,.cg-grid-4{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.cg-grid-2,.cg-grid-3,.cg-grid-4{grid-template-columns:1fr}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--cg-bg)}::-webkit-scrollbar-thumb{background:var(--cg-bg-mute);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--cg-text-dim)}
