.auth-page{background:#f1eeee4d;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{border:1px solid var(--border);background:#fff;border-radius:.75rem;width:100%;max-width:28rem;padding:1.5rem;box-shadow:0 4px 6px -1px #00000014,0 2px 4px -2px #00000012}.auth-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.auth-logo{object-fit:contain;width:3rem;height:3rem;margin-bottom:1rem}.auth-title{letter-spacing:-.025em;margin:0 0 .375rem;font-size:1.5rem;font-weight:600}.auth-description{color:var(--muted-foreground);margin:0;font-size:.875rem}.auth-tabs{background:var(--muted);border-radius:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;height:2.5rem;margin-bottom:1.5rem;padding:.25rem;display:grid}.auth-methods-state{min-height:5rem;color:var(--muted-foreground);text-align:center;justify-content:center;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.auth-methods-state p{margin:0}.auth-methods-error{flex-direction:column}.auth-tab{color:var(--muted-foreground);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.auth-tab.active{color:var(--foreground);background:#fff;box-shadow:0 1px 3px #0000001a}.auth-panel{gap:1rem;display:grid}.auth-hint{color:var(--muted-foreground);margin:0;font-size:.875rem}.auth-hint strong{color:var(--foreground);font-weight:500}.auth-hint.centered{text-align:center}.auth-field{gap:.5rem;display:grid}.auth-field label{font-size:.875rem;font-weight:500}.auth-field input{border:1px solid var(--border);width:100%;min-height:2.5rem;color:var(--foreground);font:inherit;background:#fff;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem}.auth-field input:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.auth-field input::placeholder{color:var(--muted-foreground)}.auth-note{color:var(--muted-foreground);text-align:center;margin:0;font-size:.75rem}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer a{color:var(--muted-foreground);font-size:.875rem;transition:color .12s}.auth-footer a:hover{color:var(--foreground)}.auth-page .button:disabled{opacity:.5;pointer-events:none}.auth-spinner{animation:.8s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-toast{z-index:100;border:1px solid var(--border);background:#fff;border-radius:.5rem;max-width:22rem;padding:.875rem 1.25rem;font-size:.875rem;font-weight:500;position:fixed;bottom:1rem;right:1rem;box-shadow:0 10px 24px #00000026}.auth-toast-destructive{border-color:var(--primary);background:var(--primary);color:#fff}
