@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: oklch(.18 .01 250);--surface: oklch(.22 .012 250);--surface-2: oklch(.25 .012 250);--surface-3: oklch(.3 .012 250);--border: oklch(.3 .012 250);--text: oklch(.96 .005 250);--text-dim: oklch(.78 .008 250);--text-muted: oklch(.58 .012 250);--muted: oklch(.58 .012 250);--accent: oklch(.7 .14 290);--ok: oklch(.74 .16 145);--warn: oklch(.8 .15 75);--danger: oklch(.68 .2 25);--info: oklch(.74 .13 230);--sans: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}html,body,#root{height:100%;margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:13px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p{margin:0}button,input,textarea,select{font-family:inherit}code{font-family:var(--mono)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
