@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";
:root{--color-primary:#2563eb;--color-primary-hover:#1d4ed8;--color-on-primary:#fff;--color-primary-light:#2563eb1a;--gradient-brand:linear-gradient(135deg, #2563eb, #7c3aed);--color-success:#10b981;--color-success-light:#10b9811a;--color-warning:#f59e0b;--color-error:#ef4444;--color-error-light:#ef44441a;--color-bg:#f8fafc;--color-surface:#fff;--color-text:#0f172a;--color-text-secondary:#64748b;--color-border:#e2e8f0;--color-overlay:#0f172a80;--color-skeleton:#e2e8f0;--color-skeleton-shimmer:#f1f5f9}
:root{--font-family:"Manrope", sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--line-height-tight:1.25;--line-height-normal:1.5}
*{box-sizing:border-box;margin:0;padding:0}html{height:100%}body{min-height:100%;font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.inputLabel{font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);margin-bottom:6px;display:block}.container{width:100%;max-width:480px;margin:0 auto;padding:0 16px}.srOnly{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
