@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--background:#fff;--foreground:#111827;--card:#fff;--card-foreground:#111827;--muted:#f3f4f6;--muted-foreground:#6b7280;--border:#d1d5db;--input-background:#fff;--primary:var(--brand-primary-color,#4f46e5);--primary-foreground:#fff;--secondary:#f9fafb;--secondary-foreground:#374151;--destructive:#dc2626;--destructive-foreground:#fff;--radius:4px;--radius-card:6px;--shadow-elevation:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}body,html{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family)}body{background:#fff;background:var(--background);color:#111827;color:var(--foreground);margin:0}button,input,select,textarea{font-family:inherit}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spinner-inline{animation:spin .8s linear infinite;border:2px solid #d1d5db;border-top-color:#4f46e5;border:2px solid var(--border);border-radius:50%;border-top-color:var(--primary);box-sizing:border-box;display:inline-block;flex-shrink:0;height:16px;width:16px}.top-progress-bar{height:3px;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .15s ease-out;z-index:9999}.top-progress-bar--active{opacity:1;transition:opacity .1s ease-in}.top-progress-bar--active:before{animation:top-progress-slide 1.1s ease-in-out infinite;background:linear-gradient(90deg,#4f46e5,color-mix(in srgb,#4f46e5 40%,#fff));background:linear-gradient(90deg,var(--primary),color-mix(in srgb,var(--primary) 40%,#fff));content:"";display:block;height:100%;width:40%}@keyframes top-progress-slide{0%{margin-left:-40%;width:40%}50%{width:60%}to{margin-left:100%;width:40%}}
/*# sourceMappingURL=main.8ffaee4c.css.map*/