@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=IBM+Plex+Sans+Condensed:wght@400;500;600&display=swap";:root{--bg: #0D1E2E;--surface: #152535;--surface-elevated: #1E3347;--fg: #DCE8F0;--fg-muted: #7A9BB0;--primary: #1A3A5C;--green: #2D9B6F;--amber: #E8920A;--red: #C0392B;--border: #1E3347;--font-display: "DM Mono", "Courier New", monospace;--font-body: "IBM Plex Sans Condensed", "Arial Narrow", sans-serif;--radius: 2px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:13px;line-height:1.4;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}
