:root{--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Outfit", "Inter", system-ui, -apple-system, sans-serif;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--bg: #f8fafc;--bg-rgb: 248, 250, 252;--surface: #ffffff;--surface-rgb: 255, 255, 255;--surface-hover: #f1f5f9;--text: #0f172a;--text-muted: #64748b;--primary: #3b82f6;--primary-rgb: 59, 130, 246;--primary-hover: #2563eb;--primary-contrast: #ffffff;--accent: #f59e0b;--border: #e2e8f0;--border-focus: #3b82f6;--error: #ef4444;--success: #10b981}[data-theme=dark]{--bg: #141415;--bg-rgb: 20, 20, 21;--surface: #1e1e1f;--surface-rgb: 30, 30, 31;--surface-hover: #2a2a2b;--text: #e2e2e4;--text-muted: #a0a0a5;--primary: #60a5fa;--primary-rgb: 96, 165, 250;--primary-hover: #3b82f6;--primary-contrast: #141415;--accent: #fbbf24;--border: #2e2e30;--border-focus: #60a5fa;--error: #f87171;--success: #34d399}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.2}button{font-family:inherit;cursor:pointer;transition:var(--transition);border:none;background:none}input,textarea{font-family:inherit;font-size:1rem;border:1px solid var(--border);border-radius:var(--radius-md);padding:.5rem .75rem;background-color:var(--surface);color:var(--text);transition:var(--transition)}input:focus,textarea:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 2px #3b82f633}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}#root{min-height:100vh;display:flex}
