:root{--color-primary:#B98AD8;--color-primary-hover:#a370c4;--color-primary-bg:#f5f3ff;--color-text-primary:#1f2937;--color-text-secondary:#374151;--color-text-tertiary:#4b5563;--color-text-muted:#6b7280;--color-text-disabled:#9ca3af;--color-border:#d1d5db;--color-border-light:#e5e7eb;--color-bg:#ffffff;--color-bg-subtle:#f9fafb;--color-bg-muted:#f3f4f6;--color-success:#10b981;--color-warning:#d97706;--color-warning-bg:#fffbeb;--color-error:#ef4444;--color-error-bg:#fef2f2;--color-error-text:#991b1b;--color-onboarding-bg:#FFF7EB;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:0.75rem;--space-base:1rem;--space-lg:1.5rem;--space-xl:2rem;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px}@keyframes icon-spin{to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}#__next,body,html{height:100%}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.spinner{border:3px solid #f3f3f3;border-top-color:#b98ad8;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:2rem auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){body{font-size:14px}input,select,textarea{font-size:16px!important}}