*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface2: #242424;--surface3: #2e2e2e;--border: #333;--border-light: #444;--text: #e8e8e8;--text-dim: #888;--text-dimmer: #555;--accent: #d4a843;--accent-dim: rgba(212, 168, 67, .15);--green: #4caf7d;--green-dim: rgba(76, 175, 125, .12);--red: #e05555;--red-dim: rgba(224, 85, 85, .12);--blue: #5b9bd5;--blue-dim: rgba(91, 155, 213, .12);--radius: 4px;--font-mono: "IBM Plex Mono", monospace;--font-sans: "IBM Plex Sans", sans-serif}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{height:100%}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,textarea{font-family:var(--font-sans);outline:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}
