@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #f5f6fa;--bg-surface: #ffffff;--bg-elevated: #eef0f6;--border: #d0d5e8;--border-light: #b8bfd6;--text: #2c3250;--text-dim: #6b748f;--text-heading: #111827;--accent: #1a6fd4;--accent-dim: rgba(26, 111, 212, .08);--accent-border:rgba(26, 111, 212, .3);--accent-glow: rgba(26, 111, 212, .12);--green: #0d7a4e;--red: #c0182a;--amber: #b45309;--blue: #1a6fd4;--radius: 6px;--radius-lg: 10px;--sans: "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;font-family:var(--sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;color-scheme:light}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:var(--bg)}#root{min-height:100svh;display:flex;flex-direction:column}h1,h2,h3{margin:0;font-weight:600;color:var(--text-heading);letter-spacing:-.02em}p{margin:0}input,textarea,button{font-family:var(--sans)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}
