@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #f7f7f5;--bg2: #ffffff;--bg3: #f0f0ee;--border: #e8e8e4;--border2: #d0d0cb;--accent: #2563eb;--accent2: #1d4ed8;--accent-dim: rgba(37,99,235,.08);--accent-ring: rgba(37,99,235,.2);--green: #16a34a;--green-dim: rgba(22,163,74,.08);--green-mid: rgba(22,163,74,.18);--red: #dc2626;--red-dim: rgba(220,38,38,.07);--yellow: #d97706;--yellow-dim: rgba(217,119,6,.08);--blue: #2563eb;--blue-dim: rgba(37,99,235,.08);--text: #0f0f0f;--text-dim: #52525b;--text-muted: #a1a1aa;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--mono: "DM Mono", ui-monospace, monospace;--sans: "DM Sans", -apple-system, system-ui, sans-serif;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}input,button,select,textarea{font-family:var(--sans)}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent-ring);outline-offset:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
