@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--c-bg: #0f1117;--c-surface: #1a1d27;--c-border: #2a2d3e;--c-accent: #3b82f6;--c-green: #22c55e;--c-red: #ef4444;--c-yellow: #eab308;--c-text: #f1f5f9;--c-muted: #64748b;--radius: 12px;--font-main: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace}body{font-family:var(--font-main);background:var(--c-bg);color:var(--c-text);min-height:100dvh;-webkit-font-smoothing:antialiased}#root{min-height:100dvh;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--c-bg)}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}
