:root{--bg: #000000;--bg-elevated: #0a0f0a;--bg-panel: #0d1410;--green: #00c805;--green-bright: #1ce783;--green-dim: #00a004;--green-soft: rgba(0, 200, 5, .12);--green-line: rgba(0, 200, 5, .28);--text: #f4f7f4;--muted: #8a9a8c;--border: rgba(255, 255, 255, .08);--font: "Space Grotesk", system-ui, sans-serif;--mono: "IBM Plex Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input{font:inherit}::selection{background:#00c80559;color:#fff}.page{min-height:100vh;display:flex;flex-direction:column}.container{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.mono{font-family:var(--mono)}
