:root{--background: 35 33% 97%;--foreground: 220 14% 10%;--card: 0 0% 100%;--card-foreground: 220 14% 10%;--workspace: 40 27% 98%;--primary: 356 72% 48%;--primary-foreground: 0 0% 100%;--secondary: 355 40% 96%;--secondary-foreground: 220 14% 10%;--muted: 30 18% 94%;--muted-foreground: 215 8% 42%;--destructive: 0 84% 50%;--destructive-foreground: 0 0% 100%;--border: 30 12% 88%;--input: 30 12% 88%;--ring: 356 72% 48%;--radius: .75rem;--success: 142 71% 38%;--warning: 40 100% 50%;--info: 207 85% 52%}@media (prefers-color-scheme: dark){:root{--background: 220 14% 10%;--foreground: 40 20% 93%;--card: 220 14% 15%;--card-foreground: 40 20% 93%;--workspace: 220 13% 16%;--primary: 356 76% 58%;--primary-foreground: 0 0% 100%;--secondary: 350 18% 20%;--secondary-foreground: 40 20% 88%;--muted: 215 9% 25%;--muted-foreground: 215 8% 66%;--destructive: 0 84% 58%;--destructive-foreground: 0 0% 100%;--border: 215 9% 28%;--input: 215 9% 28%;--ring: 356 76% 58%;--success: 142 71% 45%;--warning: 40 100% 55%;--info: 207 85% 63%}}*{box-sizing:border-box}body{margin:0;font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:24px;background:hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased}.login-container{width:100%;display:flex;justify-content:center;padding:1.5rem}.login-card{width:100%;max-width:420px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;padding:2.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.logo-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem}.brandmark{display:block;width:200px;max-width:100%;height:auto}.wordmark{font-size:14px;font-weight:400;line-height:20px;color:hsl(var(--muted-foreground))}.state-container.hidden{display:none!important}.welcome-text{font-size:24px;font-weight:600;line-height:28px;letter-spacing:-.4px;text-align:center;margin:0 0 .5rem}.subtitle{text-align:center;color:hsl(var(--muted-foreground));margin:0 0 2rem;font-size:14px;line-height:20px}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:14px;font-weight:600;line-height:20px;color:hsl(var(--muted-foreground));margin-bottom:.375rem}.form-input{width:100%;height:40px;padding:0 .75rem;border:1px solid hsl(var(--input));border-radius:6px;background:transparent;color:hsl(var(--foreground));font-family:inherit;font-size:16px;line-height:24px}.form-input::placeholder{color:hsl(var(--muted-foreground))}.form-input:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:1px}.form-error{color:hsl(var(--destructive));font-size:14px;line-height:20px;margin-bottom:.75rem}.form-error.hidden{display:none}.form-success{color:hsl(var(--success));font-size:14px;line-height:20px;margin-bottom:.75rem}.form-success.hidden{display:none}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:40px;padding:0 1rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:6px;font-family:inherit;font-size:16px;font-weight:600;line-height:20px;cursor:pointer;transition:background-color .15s}.submit-btn:hover:not(:disabled){background:hsl(var(--primary) / .9)}.submit-btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.submit-btn:disabled{opacity:.5;pointer-events:none}.back-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:40px;padding:0 1rem;background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:6px;margin-top:.5rem;font-family:inherit;font-size:16px;font-weight:600;line-height:20px;cursor:pointer;transition:background-color .15s}.back-btn:hover{background:hsl(var(--muted))}.back-btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.identity-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:14px;line-height:20px}.identity-email{color:hsl(var(--muted-foreground));overflow-wrap:anywhere}.identity-change,.forgot-password-link,.back-link{color:hsl(var(--primary));text-decoration:none;text-underline-offset:4px}.identity-change:hover,.forgot-password-link:hover,.back-link:hover{text-decoration:underline}.identity-change:focus-visible,.forgot-password-link:focus-visible,.back-link:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:2px}.forgot-password-link{display:block;text-align:center;margin-top:1rem;font-size:14px;line-height:20px}.step-hint{text-align:center;color:hsl(var(--muted-foreground));font-size:13px;line-height:18px;margin:1rem 0 0}.hidden{display:none!important}.login-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border));font-size:14px;line-height:20px;color:hsl(var(--muted-foreground))}.login-footer p{margin:0}.error-title{font-size:18px;font-weight:600;line-height:26px;text-align:center;margin:0 0 .5rem}.error-description{text-align:center;color:hsl(var(--muted-foreground));font-size:14px;line-height:20px;margin:0}.back-link{display:block;text-align:center;margin-top:1rem;font-size:14px;line-height:20px}#loading-state p{text-align:center;color:hsl(var(--muted-foreground));font-size:14px;line-height:20px;margin:0}.btn-spinner{width:16px;height:16px;border:1.5px solid hsl(var(--primary-foreground) / .4);border-top-color:hsl(var(--primary-foreground));border-radius:50%;animation:spin .6s linear infinite}.btn-spinner.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.btn-spinner{animation-duration:2s}.submit-btn,.back-btn{transition:none}}
