*,::after,::before{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:#f4f6fa;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.card{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:2.5rem 2rem;width:100%;max-width:420px}.card-header{text-align:center;margin-bottom:2rem}.card-header h1{font-size:1.6rem;font-weight:700;color:#1a1a2e}.card-header p{margin-top:.4rem;color:#6b7280;font-size:.9rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group.full{grid-column:1/-1}label{font-size:.82rem;font-weight:600;color:#374151;letter-spacing:.01em}label .required{color:#ef4444;margin-left:2px}.label-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.forgot-link{font-size:.8rem;color:#6366f1;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.section-title{grid-column:1/-1;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;padding-top:.75rem;border-top:1px solid #f3f4f6}input{border:1.5px solid #d1d5db;border-radius:8px;padding:.6rem .85rem;font-size:.95rem;color:#111827;transition:border-color .15s,box-shadow .15s;width:100%;background:#fafafa}input:focus{outline:0;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15);background:#fff}input.error{border-color:#ef4444}#password{padding-right:2.8rem}.input-wrapper{position:relative}.toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:0 0;border:none;cursor:pointer;padding:0;color:#9ca3af;display:flex;align-items:center}.toggle-password:hover{color:#6366f1}.toggle-password svg{width:18px;height:18px}.btn{width:100%;padding:.8rem;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:background .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover:not(:disabled){background:#4f46e5}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{background:#a5b4fc;cursor:not-allowed}.spinner{display:none;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert{display:none;padding:.85rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;margin-top:1.25rem;line-height:1.4}.alert.success{background:#ecfdf5;color:#065f46;border:1px solid #6ee7b7}.alert.error{background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}.login-link,.signup-link{text-align:center;margin-top:1.25rem;font-size:.875rem;color:#6b7280}.login-link a,.signup-link a{color:#6366f1;text-decoration:none;font-weight:600}.login-link a:hover,.signup-link a:hover{text-decoration:underline}.consent-group{display:flex;align-items:flex-start;gap:.6rem;margin-top:1.25rem}.consent-group input[type=checkbox]{width:17px;height:17px;min-width:17px;margin-top:2px;accent-color:#6366f1;cursor:pointer;border-radius:4px}.consent-group label{font-size:.845rem;font-weight:400;color:#374151;line-height:1.5;cursor:pointer}.consent-group label a{color:#6366f1;text-decoration:none;font-weight:500}.consent-group label a:hover{text-decoration:underline}.icon-wrap{width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.75rem}.icon-wrap.success{background:#ecfdf5}.icon-wrap.error{background:#fef2f2}.icon-wrap svg{width:36px;height:36px}.success-title{color:#065f46}.error-title{color:#991b1b}.lifetime-badge{display:inline-flex;align-items:center;gap:.4rem;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:50px;padding:.35rem 1rem;font-size:.8rem;font-weight:700;margin:1.25rem 0 1.75rem;letter-spacing:.03em}.features-list{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1rem 1.25rem;text-align:left;margin-bottom:2rem;list-style:none;display:flex;flex-direction:column;gap:.5rem}.features-list li{font-size:.875rem;color:#374151;display:flex;align-items:center;gap:.55rem}.features-list li::before{content:'';display:inline-block;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23059669' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/10px no-repeat #dcfce7;border-radius:50%;flex-shrink:0}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s,box-shadow .15s;border:none;cursor:pointer;background:#6366f1;color:#fff;box-shadow:0 4px 16px rgba(99,102,241,.35)}.btn-primary:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 6px 20px rgba(99,102,241,.4)}.btn-primary svg{width:17px;height:17px;stroke:#fff}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.9rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;background:#f4f6fa;color:#374151;border:1.5px solid #e5e7eb;margin-top:.75rem;transition:background .15s}.btn-ghost:hover{background:#e5e7eb}.error-detail{margin-top:1.25rem;padding:.85rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-size:.85rem;color:#991b1b;text-align:left;line-height:1.5}@media (max-width:480px){.card{padding:2rem 1.25rem}.form-grid{grid-template-columns:1fr}.form-group.full,.section-title{grid-column:1}}