.auth-page{background:var(--cream);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.auth-card{background:var(--white);border-radius:20px;width:100%;max-width:440px;position:relative;overflow:hidden;box-shadow:0 2px 20px #0000000f,0 8px 40px #1e130a0f}.auth-card-accent{background:linear-gradient(90deg, var(--terracotta) 0%, var(--terracotta-light) 60%, var(--terracotta-pale) 100%);width:100%;height:4px;display:block}.auth-card-body{padding:2.5rem 2.5rem 2.25rem}.auth-brand{justify-content:center;align-items:center;margin-bottom:2rem;display:flex}.auth-brand-link{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;align-items:center;gap:.45rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.auth-brand-link:hover{opacity:.8}.auth-brand-dot{background:var(--terracotta);border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.auth-heading{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin-bottom:.5rem;font-size:1.75rem;font-weight:800;line-height:1.2}.auth-subtext{color:var(--ink-light);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.auth-form{flex-direction:column;gap:0;display:flex}.auth-field{margin-bottom:1.1rem}.auth-label{color:var(--ink);letter-spacing:.02em;margin-bottom:.4rem;font-size:.82rem;font-weight:600;display:block}.auth-input{width:100%;font-family:var(--font-body);border:1.5px solid var(--sand-light);background:var(--cream);color:var(--ink);box-sizing:border-box;appearance:none;border-radius:12px;outline:none;padding:.9rem 1.1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s,background .2s}.auth-input::placeholder{color:var(--sand)}.auth-input:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px var(--terracotta-pale);background:var(--white)}.auth-checkbox-row{align-items:center;gap:.6rem;margin-top:.25rem;margin-bottom:1.5rem;display:flex}.auth-checkbox{border:1.5px solid var(--sand);width:16px;height:16px;accent-color:var(--terracotta);cursor:pointer;border-radius:4px;flex-shrink:0}.auth-checkbox-label{color:var(--ink-light);cursor:pointer;font-size:.85rem;line-height:1.4}.auth-legal{color:var(--ink-light);text-align:center;margin-bottom:1.25rem;font-size:.78rem;line-height:1.6}.auth-legal a{color:var(--terracotta);text-underline-offset:2px;text-decoration:underline;transition:opacity .2s}.auth-legal a:hover{opacity:.75}.auth-btn-primary{width:100%;font-family:var(--font-body);color:var(--white);background:var(--terracotta);cursor:pointer;letter-spacing:.01em;border:none;border-radius:100px;justify-content:center;align-items:center;margin-top:.25rem;padding:.95rem 2rem;font-size:.98rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1);display:flex}.auth-btn-primary:hover{background:#a84830;transform:translateY(-1px);box-shadow:0 8px 24px #c05a3c47}.auth-btn-primary:active{box-shadow:none;transform:translateY(0)}.auth-switch{text-align:center;color:var(--ink-light);margin-top:1.5rem;font-size:.875rem}.auth-switch a{color:var(--terracotta);font-weight:600;text-decoration:none;transition:opacity .2s}.auth-switch a:hover{opacity:.75;text-underline-offset:2px;text-decoration:underline}.auth-divider{background:var(--cream-dark);height:1px;margin:1.75rem 0}.auth-alert{border:1.5px solid;border-radius:12px;align-items:flex-start;gap:.7rem;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.5;display:flex;position:relative}.auth-alert-icon{flex-shrink:0;margin-top:1px}.auth-alert-body{flex:1;min-width:0}.auth-alert-body p{margin:0}.auth-alert-body strong{margin-bottom:.15rem;font-weight:600;display:block}.auth-alert-close{color:inherit;opacity:.6;cursor:pointer;background:0 0;border:none;border-radius:4px;align-self:flex-start;margin-top:1px;padding:2px;transition:opacity .15s}.auth-alert-close:hover{opacity:1}.auth-alert-error{color:#991b1b;background:#fef2f2;border-color:#fecaca}.auth-alert-success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.auth-input--error{background:#fef2f2;border-color:#dc2626}.auth-input--error:focus{background:var(--white);border-color:#dc2626;box-shadow:0 0 0 3px #fee2e2}.auth-field-error{color:#b91c1c;align-items:center;gap:.35rem;margin:.4rem 0 0;font-size:.78rem;line-height:1.4;display:flex}.auth-preview-quickfill{background:#fffbeb;border:1.5px dashed #fbbf24;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.6rem .85rem;display:flex}.auth-preview-label{color:#92400e;white-space:nowrap;flex-shrink:0;font-size:.75rem;font-weight:600}.auth-preview-select{font-family:var(--font-body);color:#78350f;cursor:pointer;appearance:auto;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.82rem}@media (max-width:480px){.auth-page{align-items:flex-start;padding:1.5rem 1rem}.auth-card-body{padding:2rem 1.5rem 1.75rem}.auth-heading{font-size:1.5rem}}
