.fp-page{background:#f8fafc;justify-content:center;align-items:center;min-height:100dvh;padding:24px 20px;display:flex}.fp-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:440px;padding:48px 40px 40px;display:flex;box-shadow:0 8px 40px #00000014}.fp-brand{align-items:center;gap:10px;margin-bottom:36px;display:flex}.fp-brand-icon{color:#fff;background:#0d1525;border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.fp-brand-name{color:#1f2937;letter-spacing:-.2px;font-size:15px;font-weight:700}.fp-heading{text-align:center;width:100%;margin-bottom:28px}.fp-heading-icon{color:#3b82f6;background:#eff6ff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:24px;display:flex}.fp-title{color:#1f2937;margin:0 0 10px;font-size:22px;font-weight:700}.fp-text{color:#6b7280;margin:0;font-size:14px;line-height:1.65}.fp-text--hint{color:#9ca3af;margin-top:8px;font-size:12px}.fp-form{flex-direction:column;gap:18px;width:100%;margin-bottom:24px;display:flex}.fp-field{flex-direction:column;gap:6px;display:flex}.fp-label{color:#374151;font-size:13px;font-weight:600}.fp-input{color:#1f2937;box-sizing:border-box;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .15s,box-shadow .15s}.fp-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.fp-input--error{border-color:#ef4444}.fp-error{color:#ef4444;margin:0;font-size:12px}.fp-btn{color:#fff;cursor:pointer;background:#1f2937;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:opacity .15s;display:flex}.fp-btn:hover:not(:disabled){opacity:.88}.fp-btn:disabled{opacity:.55;cursor:not-allowed}.fp-spin{animation:1s linear infinite fp-rotate}@keyframes fp-rotate{to{transform:rotate(360deg)}}.fp-back-link{color:#6b7280;align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s;display:flex}.fp-back-link:hover{color:#1f2937}.fp-success{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.fp-success-icon{color:#16a34a;background:#f0fdf4;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:8px;font-size:28px;display:flex;box-shadow:0 4px 16px #16a34a26}.fp-success .fp-back-link{margin-top:12px}@media (max-width:480px){.fp-card{padding:36px 24px 32px}}
