@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0A0A0A;--offblack: #111214;--surface: #16181C;--border: #1E2128;--muted: #3A3F4A;--dim: #6B7280;--text: #D4D8E0;--white: #F0F2F5;--green: #00E5A0;--green-dim: #00E5A015;--red: #FF4D6A;--amber: #F59E0B;--blue: #7DD3FC;--mono: "IBM Plex Mono", monospace;--sans: "Inter", system-ui, sans-serif}html,body,#root{height:100%;background:var(--black);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans)}input,textarea{font-family:var(--sans)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--offblack)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:3px}
