:root{--brand-primary: #4f46e5;--brand-primary-hover: #4338ca;--brand-accent: #4f46e5;--brand-background: #fafafa;--brand-foreground: #1a1a1a;--brand-error: #b91c1c}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}body{min-height:100vh;color:var(--brand-foreground);background-color:var(--brand-background)}#root{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0f172a14;padding:32px}.auth-logo{display:block;max-height:40px;max-width:200px;margin-bottom:16px}.auth-title{font-size:24px;font-weight:600;margin-bottom:8px}.auth-subtitle{color:#52525b;font-size:14px;margin-bottom:24px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:6px;font-size:14px}.auth-field span{font-weight:500;color:#27272a}.auth-field input{padding:10px 12px;border:1px solid #d4d4d8;border-radius:6px;font-size:14px;font-family:inherit}.auth-field input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand-primary) 15%,transparent)}.auth-submit{margin-top:8px;padding:11px 16px;background:var(--brand-primary);color:#fff;font-size:14px;font-weight:500;border:none;border-radius:6px;cursor:pointer}.auth-submit:hover:not(:disabled){background:var(--brand-primary-hover)}.auth-submit:disabled{background:color-mix(in srgb,var(--brand-primary) 50%,white);cursor:not-allowed}.auth-error{color:var(--brand-error);font-size:13px;background:color-mix(in srgb,var(--brand-error) 6%,white);border:1px solid color-mix(in srgb,var(--brand-error) 30%,white);padding:8px 12px;border-radius:6px}.auth-help{margin-top:20px;font-size:13px;color:#52525b;text-align:center}.auth-help a{color:var(--brand-primary);text-decoration:none}.auth-help a:hover{text-decoration:underline}.auth-link-button{background:none;border:none;padding:0;font:inherit;color:var(--brand-primary);cursor:pointer;text-decoration:underline}.auth-skeleton{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0f172a0a;padding:32px;display:flex;flex-direction:column;gap:16px}.auth-skeleton-bar{background:linear-gradient(90deg,#f1f1f3,#e4e4e7,#f1f1f3);background-size:200% 100%;border-radius:6px;animation:auth-skeleton-shimmer 1.4s ease-in-out infinite}.auth-skeleton-bar--title{height:24px;width:60%}.auth-skeleton-bar--subtitle{height:14px;width:80%}.auth-skeleton-bar--field{height:40px;width:100%}.auth-skeleton-bar--button{height:44px;width:100%;margin-top:8px}@keyframes auth-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
