.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6);padding:2rem 1rem}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.auth-brand{display:flex;align-items:center;gap:.6rem;margin-bottom:2rem}.auth-brand-mark{width:36px;height:36px;border-radius:8px;border:2px solid #111827;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem;letter-spacing:.05em;color:#111827;flex-shrink:0}.auth-brand-name{font-weight:600;font-size:1rem;color:#111827}.auth-tabs{display:flex;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.auth-tab{flex:1;padding:.6rem 0;font-size:.875rem;font-weight:500;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:#6b7280;transition:color .2s,border-color .2s}.auth-tab:hover{color:#111827}.auth-tab--active{color:#111827;border-bottom-color:#111827}.auth-fields{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.auth-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:10px;font-size:.9rem;color:#111827;background:#f9fafb;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.06);background:#fff}.auth-btn-primary{width:100%;padding:.85rem 1.5rem;background:#111827;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .15s;text-decoration:none}.auth-btn-primary:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.auth-btn-primary:disabled{opacity:.5;cursor:not-allowed}.auth-btn-secondary{width:100%;padding:.85rem 1.5rem;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s,transform .15s}.auth-btn-secondary:hover:not(:disabled){background-color:#f9fafb;transform:translateY(-1px)}.auth-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;margin:1.25rem 0;color:#9ca3af;font-size:.85rem}.auth-divider-line{flex:1;height:1px;background-color:#e5e7eb}.auth-divider-text{padding:0 10px}.auth-error{color:#dc2626;font-size:.8rem;margin-bottom:.75rem;padding:.5rem .75rem;background:#fef2f2;border-radius:8px;border:1px solid #fee2e2}.auth-legal{margin-top:1rem;font-size:.75rem;color:#9ca3af;text-align:center}.auth-legal a{color:#6b7280;text-decoration:underline;text-underline-offset:2px}.auth-step-badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:999px;padding:.25rem .75rem;margin-bottom:1rem}.auth-subscription{margin-top:.5rem}.auth-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.4rem}.auth-section-sub{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.auth-plan-card{border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.auth-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.auth-plan-name{font-weight:600;font-size:.95rem;color:#111827}.auth-plan-badge{font-size:.7rem;font-weight:600;background:#111827;color:#fff;border-radius:999px;padding:.2rem .6rem;text-transform:uppercase;letter-spacing:.06em}.auth-plan-features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.4rem}.auth-plan-features li{font-size:.85rem;color:#374151}.auth-unlocked{text-align:center;padding:1rem 0}.auth-unlocked-icon{width:52px;height:52px;background:#111827;color:#fff;border-radius:50%;font-size:1.4rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}