:root{--bg-page: #0a0a0a;--bg-surface: #161614;--bg-surface-raised: #1d1d1a;--bg-elevated: #2c2c2a;--border: #2c2c2a;--border-strong: #444441;--text-primary: #f1efe8;--text-secondary: #b4b2a9;--text-tertiary: #5f5e5a;--color-green-text: #97c459;--color-green-bar: #639922;--color-amber-text: #ef9f27;--color-amber-bar: #ba7517;--color-red-text: #e24b4a;--color-red-bar: #a32d2d;--color-blue-text: #85b7eb;--color-blue-bg: #0c447c;--color-blue-border: #378add;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg-page);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}input,textarea,select,button{font-family:inherit;color:var(--text-primary);background:var(--bg-surface-raised);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:10px 12px;font-size:14px}button{cursor:pointer;transition:background .15s,transform .05s}button:hover{background:var(--bg-elevated)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}a{color:var(--color-blue-text)}.tabular{font-variant-numeric:tabular-nums}
