@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Roboto+Mono:wght@400;500;700&display=swap";:root{--slate-900: #0f172a;--slate-800: #1e293b;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-400: #94a3b8;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--white: #ffffff;--cobalt-700: #0369a1;--cobalt-600: #0284c7;--cobalt-500: #0ea5e9;--cobalt-100: #e0f2fe;--cobalt-50: #f0f9ff;--emerald-800: #065f46;--emerald-700: #047857;--emerald-600: #10b981;--emerald-100: #d1fae5;--emerald-50: #ecfdf5;--amber-800: #92400e;--amber-700: #b45309;--amber-600: #d97706;--amber-100: #fef3c7;--amber-50: #fffbeb;--red-800: #991b1b;--red-700: #b91c1c;--red-600: #ef4444;--red-100: #fee2e2;--red-50: #fef2f2;--indigo-700: #4338ca;--indigo-50: #eef2ff;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "Roboto Mono", monospace;--bg-app: var(--slate-100);--bg-card: var(--white);--border-color: var(--slate-300);--text-main: var(--slate-900);--text-muted: var(--slate-600)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app);color:var(--text-main);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}:focus-visible{outline:2px solid var(--cobalt-600);outline-offset:2px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--slate-100)}::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}
