:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background-color:#e8e8e8}.header{background-color:#fff;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;z-index:100;box-shadow:0 2px 4px #0000001a}.header-logo{margin:0 auto;width:134px;height:36px}.bg-decoration{position:fixed;bottom:0;left:0;pointer-events:none;z-index:0;width:clamp(300px,40vw,600px);height:auto}.bg-svg-blue{position:absolute;left:-130px;bottom:80px;opacity:.6;width:auto;height:auto}.bg-svg-grey{position:absolute;left:180px;bottom:150px;opacity:.5;width:auto;height:auto}#app{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding-top:60px}.container{width:100%;max-width:480px;padding:2rem}.card{background:#fff;border-radius:4px;padding:2.5rem 2rem;box-shadow:0 2px 8px #00000014;text-align:center}.stepper{display:flex;flex-direction:row;align-items:center;padding:0;gap:8px;width:326px;height:24px;margin:0 auto 1.5rem}.step{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 7px;width:24px;min-width:24px;height:24px;min-height:24px;border-radius:100px;font-family:Mulish,sans-serif;font-style:normal;font-weight:400;font-size:12px;line-height:166%;text-align:center;letter-spacing:.4px;color:#fff}.step.active,.step.completed{background:#00629b}.step.inactive{background:#c4c4c4;color:#fff}.step-line{height:1px;background:#c4c4c4;flex-grow:1}.step-line.completed{background:#00629b}h1{font-family:Work Sans,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:160%;text-align:center;letter-spacing:.15px;color:#003b5c;margin-bottom:1rem}h2{font-family:Work Sans,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:160%;text-align:center;letter-spacing:.15px;color:#003b5c;margin-bottom:.5rem}.subtitle{font-family:Mulish,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:143%;text-align:center;letter-spacing:.17px;color:#003b5c;margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;font-family:Mulish,sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:26px;letter-spacing:.46px;text-transform:capitalize;color:#fff;border-radius:4px;border:none;cursor:pointer;transition:all .2s ease;width:100%}.btn-primary{background-color:#00639c;color:#fff}.btn-primary:disabled{opacity:.6;cursor:not-allowed;background-color:#98bfd6}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:none}.form-group input{width:100%;padding:.75rem 1rem;font-family:Mulish,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#003b5cbf;border:1px solid #d1d5db;border-radius:4px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus{border-color:#1e4a6d;box-shadow:0 0 0 2px #1e4a6d1a}.form-group input::placeholder{color:#406b85}.input-wrapper{position:relative}.input-wrapper input{padding-right:2.5rem}.toggle-password{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:row;align-items:flex-start;padding:0;width:24px;height:24px;background:none;border:none;cursor:pointer;color:#00629b}.toggle-password svg{width:24px;height:24px}.required-star{color:#ef4444}.error-message{background-color:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:4px;font-size:.875rem;margin-bottom:1rem;border:1px solid #fecaca}.success-icon{margin-bottom:1.5rem}#success-message{animation:fadeIn .3s ease}#success-message p{font-family:Mulish,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:143%;text-align:center;letter-spacing:.17px;color:#003b5c}.loading-spinner{display:flex;align-items:center;justify-content:center}.spinner{width:32px;height:32px;border:3px solid #d1d5db;border-top-color:#00629b;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.toast{position:fixed;top:80px;right:20px;display:flex;align-items:center;gap:10px;padding:14px 20px;border-radius:8px;font-size:.9rem;font-weight:500;box-shadow:0 4px 12px #00000026;transform:translate(120%);transition:transform .3s ease;z-index:1000}.toast.show{transform:translate(0)}.toast-success{background:#10b981;color:#fff}.toast-error{background:#ef4444;color:#fff}@media(max-width:768px){.bg-decoration{width:60%}.step-line{width:100px}}@media(max-width:480px){.bg-decoration{width:clamp(150px,50vw,250px)}.container{padding:1rem}.card{padding:1.5rem 1rem}.step-line{width:80px}}
