@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f5;--surface:#fff;--surface-alt:#f2f2f0;--border:#e4e4e0;--border-focus:#a0a09a;--text-primary:#1a1a18;--text-secondary:#6b6b66;--text-tertiary:#9b9b96;--accent:#5b6af0;--accent-light:#eef0fd;--accent-hover:#4a58e0;--success:#2d9e6b;--success-light:#e8f7f0;--warning:#c97c2a;--warning-light:#fdf3e7;--danger:#d94f4f;--danger-light:#fdf0f0;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-pill:999px;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000012, 0 2px 4px #0000000a;--shadow-lg:0 8px 24px #00000014, 0 4px 8px #0000000a}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:var(--bg);font-family:Inter,system-ui,sans-serif;font-size:.9375rem;line-height:1.6;overflow-x:hidden}#root{width:100%}button,input,select,textarea{font-family:inherit;font-size:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}::selection{background:var(--accent-light);color:var(--text-primary)}
