:root{--bg: #0f172a;--panel: #1e293b;--panel-2: #334155;--text: #e2e8f0;--muted: #94a3b8;--ok: #22c55e;--bad: #ef4444;--pending: #f59e0b;--accent: #38bdf8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#app{display:flex;align-items:flex-start;justify-content:center;padding:24px;min-height:100vh}
