.htm-form-container{--htm-background:0 0% 100%;--htm-foreground:222.2 84% 4.9%;--htm-card:0 0% 100%;--htm-card-bg:0 0% 100%;--htm-bg-white:0 0% 100%;--htm-primary:221.2 83.2% 53.3%;--htm-primary-foreground:210 40% 98%;--htm-secondary:210 40% 96.1%;--htm-secondary-foreground:222.2 47.4% 11.2%;--htm-muted:210 40% 96.1%;--htm-muted-foreground:215.4 16.3% 46.9%;--htm-destructive:0 84.2% 60.2%;--htm-border:214.3 31.8% 91.4%;--htm-input:214.3 31.8% 91.4%;--htm-ring:221.2 83.2% 53.3%;--htm-radius:0.75rem;--htm-success:142.1 76.2% 36.3%;--htm-success-foreground:0 0% 100%;--htm-warning:47.9 95.8% 53.1%;--htm-info:199 89% 48%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;margin:0 auto;max-width:440px;width:100%}.htm-form-container,.htm-form-container *,.htm-form-container :after,.htm-form-container :before{box-sizing:border-box}.htm-form-container.htm-form-wide{max-width:560px}.htm-form-container.htm-form-full{max-width:100%}.htm-form-card{background:hsl(var(--htm-card-bg));border:1px solid hsl(var(--htm-border));border-radius:var(--htm-radius);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);padding:32px}.htm-form-header{border-bottom:1px solid hsl(var(--htm-border));margin-bottom:28px;padding-bottom:24px;text-align:center}.htm-form-title{color:hsl(var(--htm-foreground));font-size:24px;font-weight:600;letter-spacing:-.025em;line-height:1.3;margin:0 0 8px}.htm-form-subtitle{color:var(--htm-muted-foreground);font-size:14px;line-height:1.5;margin:0}.htm-form-messages{margin-bottom:20px}.htm-alert{align-items:flex-start;border-radius:calc(var(--htm-radius) - 4px);display:flex;font-size:14px;gap:12px;line-height:1.5;padding:14px 16px}.htm-alert-content{flex:1}.htm-alert-content p{margin:0}.htm-alert-error{background:var(--htm-danger-light);border:1px solid var(--htm-danger);color:#dc2626}.htm-alert-success{background:var(--htm-success-light);border:1px solid var(--htm-success);color:#12873d}.htm-alert-info{background:var(--htm-info-light);border:1px solid var(--htm-info);color:#0b81b7}.htm-alert-warning{background:var(--htm-warning-light);border:1px solid var(--htm-warning);color:#ae5f05}.htm-form-group{margin-bottom:20px}.htm-form-label{color:var(--htm-foreground);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.htm-form-container input[type=email],.htm-form-container input[type=number],.htm-form-container input[type=password],.htm-form-container input[type=search],.htm-form-container input[type=tel],.htm-form-container input[type=text],.htm-form-container input[type=url],.htm-form-container select,.htm-form-container textarea,.htm-form-input{background:hsl(var(--htm-bg-white))!important;border:1px solid hsl(var(--htm-input))!important;border-radius:calc(var(--htm-radius) - 4px);color:hsl(var(--htm-foreground))!important;display:block;font-size:14px;line-height:1.5;outline:none;padding:12px 14px;transition:all .15s ease;width:100%}.htm-form-container input::-moz-placeholder, .htm-form-container textarea::-moz-placeholder, .htm-form-input::-moz-placeholder{color:hsl(var(--htm-muted-foreground))!important}.htm-form-container input::placeholder,.htm-form-container textarea::placeholder,.htm-form-input::placeholder{color:hsl(var(--htm-muted-foreground))!important}.htm-form-container input:hover,.htm-form-container select:hover,.htm-form-container textarea:hover,.htm-form-input:hover{border-color:hsl(var(--htm-muted-foreground))!important}.htm-form-container input:focus,.htm-form-container select:focus,.htm-form-container textarea:focus,.htm-form-input:focus{border-color:hsl(var(--htm-primary))!important;box-shadow:0 0 0 3px hsl(var(--htm-primary)/.1)!important}.htm-form-container input:disabled,.htm-form-container select:disabled,.htm-form-container textarea:disabled,.htm-form-input:disabled{background:hsl(var(--htm-muted))!important;color:hsl(var(--htm-muted-foreground))!important;cursor:not-allowed}.htm-form-textarea{min-height:100px;resize:vertical}.htm-form-help{color:hsl(var(--htm-muted-foreground));display:block;font-size:12px;line-height:1.4;margin-top:6px}.htm-form-checkbox-group{align-items:center;display:flex;gap:10px}.htm-form-checkbox{accent-color:hsl(var(--htm-primary));border:1px solid hsl(var(--htm-input));border-radius:4px;cursor:pointer;height:18px;width:18px}.htm-form-checkbox-label{color:hsl(var(--htm-foreground));cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.htm-form-btn{align-items:center;border:none;border-radius:calc(var(--htm-radius) - 2px);cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;line-height:1;outline:none;padding:14px 24px;text-decoration:none;transition:all .2s ease;width:100%}.htm-form-btn:focus-visible{outline:2px solid hsl(var(--htm-ring));outline-offset:2px}.htm-form-btn:disabled{cursor:not-allowed;opacity:.5}.htm-form-btn-primary{background:hsl(var(--htm-primary));box-shadow:0 1px 2px 0 rgba(0,0,0,.05);color:var(--htm-text-inverse)}.htm-form-btn-primary:hover:not(:disabled){background:#1451d7;box-shadow:0 4px 12px -2px rgba(34,113,177,.4);transform:translateY(-1px)}.htm-form-btn-secondary{background:hsl(var(--htm-secondary));border:1px solid var(--htm-border);color:hsl(var(--htm-secondary-foreground))}.htm-form-btn-secondary:hover:not(:disabled){background:#e6edf4}.htm-form-btn-success{background:hsl(var(--htm-success));color:hsl(var(--htm-success-foreground))}.htm-form-btn-success:hover:not(:disabled){background:#12873d}.htm-form-footer{text-align:center}.htm-form-links{display:flex;flex-direction:column;gap:12px}.htm-form-link{color:hsl(var(--htm-primary));font-size:14px;text-decoration:none;transition:color .15s ease}.htm-form-link:hover{color:#1451d7;text-decoration:underline}.htm-form-section{border-top:1px solid var(--htm-border);margin-top:32px;padding-top:24px}.htm-form-section-title{color:var(--htm-foreground);font-size:16px;font-weight:600;margin:0 0 8px}.htm-form-section-desc{color:var(--htm-muted-foreground);font-size:13px;margin:0 0 20px}.htm-form-two-col{display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:900px}.htm-form-two-col .htm-form-container{max-width:100%;padding:0}.htm-thankyou-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;margin:0 auto;max-width:700px;padding:40px 20px}.htm-thankyou-header{margin-bottom:40px;text-align:center}.htm-thankyou-icon{align-items:center;animation:htm-success-pop .4s ease-out;background:hsl(var(--htm-success));border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}@keyframes htm-success-pop{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.htm-thankyou-icon svg{color:#fff;height:40px;width:40px}.htm-thankyou-title{color:var(--htm-foreground);font-size:32px;font-weight:700;letter-spacing:-.025em;margin:0 0 12px}.htm-thankyou-message{color:var(--htm-muted-foreground);font-size:16px;line-height:1.6;margin:0}.htm-thankyou-details{background:hsl(var(--htm-card-bg));border:1px solid var(--htm-border);border-radius:var(--htm-radius);margin-bottom:24px;overflow:hidden;padding:0}.htm-thankyou-details-header{background:hsl(var(--htm-muted)/.5);border-bottom:1px solid var(--htm-border);padding:20px 24px}.htm-thankyou-details-title{color:var(--htm-foreground);font-size:16px;font-weight:600;margin:0}.htm-thankyou-details-body{padding:24px}.htm-thankyou-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.htm-thankyou-item{display:flex;flex-direction:column;gap:4px}.htm-thankyou-item-full{grid-column:1/-1}.htm-thankyou-label{color:var(--htm-muted-foreground);font-size:13px;font-weight:500}.htm-thankyou-value{color:var(--htm-foreground);font-size:15px;font-weight:500}.htm-thankyou-value code{background:hsl(var(--htm-muted));border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;padding:4px 8px}.htm-thankyou-status{align-items:center;border-radius:9999px;display:inline-flex;font-size:13px;font-weight:500;padding:4px 12px}.htm-thankyou-status-success{background:var(--htm-success-light);color:#12873d}.htm-thankyou-status-pending{background:var(--htm-warning-light);color:#ae5f05}.htm-thankyou-notice{align-items:flex-start;background:var(--htm-info-light);border:1px solid var(--htm-info);border-radius:calc(var(--htm-radius) - 4px);display:flex;gap:12px;margin-top:20px;padding:16px}.htm-thankyou-notice svg{color:hsl(var(--htm-info));flex-shrink:0;height:20px;width:20px}.htm-thankyou-notice p{color:#0a76a9;font-size:14px;line-height:1.5;margin:0}.htm-thankyou-steps{background:hsl(var(--htm-card-bg));border:1px solid var(--htm-border);border-radius:var(--htm-radius);margin-bottom:24px;padding:24px}.htm-thankyou-steps-title{color:var(--htm-foreground);font-size:16px;font-weight:600;margin:0 0 16px}.htm-thankyou-steps-list{list-style:none;margin:0;padding:0}.htm-thankyou-steps-list li{align-items:center;border-bottom:1px solid var(--htm-border);color:var(--htm-foreground);display:flex;font-size:14px;gap:12px;padding:12px 0}.htm-thankyou-steps-list li:last-child{border-bottom:none;padding-bottom:0}.htm-thankyou-steps-list li:first-child{padding-top:0}.htm-thankyou-steps-list svg{color:hsl(var(--htm-success));flex-shrink:0;height:20px;width:20px}.htm-thankyou-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.htm-thankyou-btn{align-items:center;border-radius:calc(var(--htm-radius) - 2px);display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:14px 28px;text-decoration:none;transition:all .2s ease}.htm-thankyou-btn svg{height:18px;width:18px}.htm-thankyou-btn-primary{background:hsl(var(--htm-primary));color:hsl(var(--htm-primary-foreground))}.htm-thankyou-btn-primary:hover{background:#1451d7;box-shadow:0 4px 12px -2px hsl(var(--htm-primary)/.4);color:hsl(var(--htm-primary-foreground));transform:translateY(-1px)}.htm-thankyou-btn-secondary{background:hsl(var(--htm-card-bg));border:1px solid var(--htm-border);color:var(--htm-foreground)}.htm-thankyou-btn-secondary:hover{background:hsl(var(--htm-muted));color:var(--htm-foreground)}@media screen and (max-width:768px){.htm-form-card{padding:24px 20px}.htm-form-header{margin-bottom:24px;padding-bottom:20px}.htm-form-title{font-size:20px}.htm-form-subtitle{font-size:13px}.htm-form-group{margin-bottom:16px}.htm-form-input{font-size:16px;padding:11px 12px}.htm-form-btn{font-size:14px;padding:12px 20px}.htm-form-two-col{gap:24px;grid-template-columns:1fr}.htm-thankyou-container{padding:24px 16px}.htm-thankyou-icon{height:64px;margin-bottom:20px;width:64px}.htm-thankyou-icon svg{height:32px;width:32px}.htm-thankyou-title{font-size:26px}.htm-thankyou-message{font-size:15px}.htm-thankyou-grid{gap:16px;grid-template-columns:1fr}.htm-thankyou-details-body{padding:20px}.htm-thankyou-actions{flex-direction:column}.htm-thankyou-btn{width:100%}}@media screen and (max-width:480px){.htm-form-card{padding:20px 16px}.htm-form-title{font-size:18px}.htm-form-label{font-size:13px}.htm-form-input{padding:10px 12px}.htm-form-btn{padding:11px 16px}.htm-form-btn,.htm-form-link{font-size:13px}.htm-thankyou-title{font-size:22px}.htm-thankyou-message{font-size:14px}.htm-thankyou-details-header{padding:16px 20px}.htm-thankyou-details-title{font-size:15px}.htm-thankyou-label{font-size:12px}.htm-thankyou-value{font-size:14px}.htm-thankyou-steps{padding:20px}.htm-thankyou-steps-title{font-size:15px}.htm-thankyou-steps-list li{font-size:13px;padding:10px 0}.htm-thankyou-btn{font-size:14px;padding:12px 20px}}@media (prefers-reduced-motion:reduce){.htm-form-btn,.htm-form-input,.htm-form-link,.htm-thankyou-icon{animation:none;transition:none}}@media print{.htm-form-btn,.htm-thankyou-actions{display:none}.htm-form-card,.htm-thankyou-details,.htm-thankyou-steps{border:1px solid #ddd;box-shadow:none}}.htm-password-wrapper{display:block;position:relative}.htm-password-wrapper .htm-password-input{padding-right:48px;width:100%}.htm-password-toggle{align-items:center;background:transparent;border:none;border-radius:4px;color:var(--htm-muted-foreground);cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;position:absolute;right:8px;top:50%;transform:translateY(-50%);transition:color .15s ease,background-color .15s ease;width:32px}.htm-password-toggle:hover{background-color:hsl(var(--htm-muted));color:var(--htm-foreground)}.htm-password-toggle:focus{outline:2px solid var(--htm-primary);outline-offset:2px}.htm-password-toggle:focus:not(:focus-visible){outline:none}.htm-password-toggle[aria-pressed=true]{color:var(--htm-primary)}.htm-password-toggle svg{flex-shrink:0;height:20px;width:20px}.htm-password-field .htm-form-help,.htm-password-field .htm-password-match-status{margin-top:6px}.htm-form-btn.htm-btn-loading{cursor:not-allowed;opacity:.8}.htm-btn-spinner{align-items:center;display:inline-flex;margin-left:8px}.htm-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.htm-form-btn:focus-visible,.htm-form-checkbox:focus-visible,.htm-form-input:focus-visible{outline:2px solid hsl(var(--htm-ring));outline-offset:2px}@media (prefers-reduced-motion:reduce){.htm-password-toggle,.htm-spinner{transition:none}.htm-spinner{animation:none}}@media (prefers-color-scheme:dark){.htm-form-container,.htm-thankyou-container{--htm-background:222.2 84% 4.9%;--htm-foreground:210 40% 98%;--htm-card:222.2 84% 4.9%;--htm-card-bg:222.2 84% 4.9%;--htm-bg-white:222.2 84% 4.9%;--htm-muted:217.2 32.6% 17.5%;--htm-muted-foreground:215 20.2% 65.1%;--htm-border:217.2 32.6% 17.5%;--htm-input:217.2 32.6% 17.5%;--htm-primary:221.2 83.2% 53.3%;--htm-primary-foreground:210 40% 98%;--htm-radius:0.75rem}.htm-form-card{background:hsl(var(--htm-card-bg));border-color:hsl(var(--htm-border));box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.htm-form-header{border-bottom-color:hsl(var(--htm-border))}.htm-form-title{color:hsl(var(--htm-foreground))}.htm-form-subtitle{color:hsl(var(--htm-muted-foreground))}.htm-form-label{color:hsl(var(--htm-foreground))}.htm-form-container input[type=email],.htm-form-container input[type=number],.htm-form-container input[type=password],.htm-form-container input[type=search],.htm-form-container input[type=tel],.htm-form-container input[type=text],.htm-form-container input[type=url],.htm-form-container select,.htm-form-container textarea,.htm-form-input,.htm-form-select,.htm-form-textarea{background:#020817!important;border-color:hsl(var(--htm-border))!important;color:hsl(var(--htm-foreground))!important}.htm-form-input:focus,.htm-form-select:focus,.htm-form-textarea:focus{border-color:hsl(var(--htm-primary));box-shadow:0 0 0 3px hsl(var(--htm-primary)/.2)}.htm-form-input::-moz-placeholder, .htm-form-textarea::-moz-placeholder{color:hsl(var(--htm-muted-foreground))}.htm-form-input::placeholder,.htm-form-textarea::placeholder{color:hsl(var(--htm-muted-foreground))}.htm-form-input:disabled{background:hsl(var(--htm-muted));color:hsl(var(--htm-muted-foreground));opacity:.7}.htm-form-btn-primary{background:hsl(var(--htm-primary));color:hsl(var(--htm-primary-foreground))}.htm-form-btn-primary:hover:not(:disabled){background:#1451d7}.htm-form-btn-secondary{background:hsl(var(--htm-muted));border-color:hsl(var(--htm-border));color:hsl(var(--htm-foreground))}.htm-form-btn-secondary:hover:not(:disabled){background:#26344a}.htm-form-checkbox{background:#020817;border-color:hsl(var(--htm-border))}.htm-form-checkbox:checked{background:hsl(var(--htm-primary));border-color:hsl(var(--htm-primary))}.htm-form-checkbox-label{color:hsl(var(--htm-foreground))}.htm-form-help{color:hsl(var(--htm-muted-foreground))}.htm-form-error{background:rgba(239,68,68,.15);border-color:rgba(220,38,38,.3);color:#f58a8a}.htm-form-success{background:rgba(34,197,94,.15);border-color:rgba(22,163,74,.3);color:#4be785}.htm-form-link{color:#739bf2}.htm-form-link:hover{color:#a2bcf6}.htm-form-links{border-top-color:hsl(var(--htm-border))}.htm-form-text,.htm-password-toggle{color:hsl(var(--htm-muted-foreground))}.htm-password-toggle:hover{background-color:hsl(var(--htm-muted)/.3);color:hsl(var(--htm-foreground))}.htm-password-toggle[aria-pressed=true]{color:hsl(var(--htm-primary))}.htm-thankyou-container{background:hsl(var(--htm-bg-white))}.htm-thankyou-title{color:hsl(var(--htm-foreground))}.htm-thankyou-message{color:hsl(var(--htm-muted-foreground))}.htm-thankyou-details{background:hsl(var(--htm-card-bg));border-color:hsl(var(--htm-border))}.htm-thankyou-details-header{background:hsl(var(--htm-muted)/.3);border-bottom-color:hsl(var(--htm-border))}.htm-thankyou-details-title{color:hsl(var(--htm-foreground))}.htm-thankyou-label{color:hsl(var(--htm-muted-foreground))}.htm-thankyou-value,.htm-thankyou-value code{color:hsl(var(--htm-foreground))}.htm-thankyou-value code{background:hsl(var(--htm-muted))}.htm-thankyou-status-success{background:var(--htm-success-light);color:#4be785}.htm-thankyou-status-pending{background:var(--htm-warning-light);color:#fcde69}.htm-thankyou-notice{background:var(--htm-info-light);border-color:hsl(var(--htm-info)/.3)}.htm-thankyou-notice p{color:#6ecbf7}.htm-thankyou-notice svg{color:hsl(var(--htm-info))}.htm-thankyou-steps{background:hsl(var(--htm-card-bg));border-color:hsl(var(--htm-border))}.htm-thankyou-steps-list li,.htm-thankyou-steps-title{color:hsl(var(--htm-foreground))}.htm-thankyou-steps-list li{border-bottom-color:hsl(var(--htm-border))}.htm-thankyou-btn-secondary{background:hsl(var(--htm-card-bg));border-color:hsl(var(--htm-border));color:hsl(var(--htm-foreground))}.htm-thankyou-btn-secondary:hover{background:hsl(var(--htm-muted))}.htm-availability-message.htm-checking{color:var(--htm-muted-foreground)}.htm-availability-message.htm-available{color:#4be785}.htm-availability-message.htm-unavailable{color:#f58a8a}.htm-form-input.htm-field-error,.htm-form-input.htm-input-error{border-color:#ef4444}.htm-form-input.htm-field-error:focus,.htm-form-input.htm-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.2)}.htm-form-input.htm-input-success{border-color:#16a34a}.htm-form-input.htm-input-success:focus{border-color:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.2)}.htm-password-match-status.htm-match{color:#4be785}.htm-password-match-status.htm-no-match{color:#f58a8a}.htm-form-help-warning{background:var(--htm-warning-light);color:#fcde69}.htm-link-cancel{color:#f58a8a}.htm-link-cancel:hover{color:#f9b9b9}.htm-required{color:#f58a8a}}.htm-availability-message{display:block;font-size:12px;line-height:1.4;margin-top:6px}.htm-availability-message.htm-checking{color:var(--htm-muted-foreground)}.htm-availability-message.htm-available{color:hsl(var(--htm-success))}.htm-availability-message.htm-unavailable{color:hsl(var(--htm-destructive))}.htm-form-input.htm-field-error,.htm-form-input.htm-field-error:focus{border-color:hsl(var(--htm-destructive))}.htm-form-input.htm-field-error:focus{box-shadow:0 0 0 3px hsl(var(--htm-destructive)/.1)}.htm-form-btn.htm-loading{color:transparent;position:relative}.htm-form-btn.htm-loading:after{animation:htm-btn-spin .8s linear infinite;border:2px solid hsl(var(--htm-primary-foreground)/.3);border-radius:50%;border-top-color:hsl(var(--htm-primary-foreground));content:"";height:18px;left:50%;margin:-9px 0 0 -9px;position:absolute;top:50%;width:18px}@keyframes htm-btn-spin{to{transform:rotate(1turn)}}.htm-form-row{display:flex;gap:16px}.htm-form-row-2{display:grid;gap:16px;grid-template-columns:1fr 1fr}.htm-form-row-2 .htm-form-group{margin-bottom:0}@media (max-width:480px){.htm-form-row,.htm-form-row-2{display:block}.htm-form-row-2 .htm-form-group{margin-bottom:20px}.htm-form-row-2 .htm-form-group:last-child{margin-bottom:0}}.htm-password-match-status{display:block;font-size:13px;font-weight:500;margin-top:6px;min-height:20px;transition:color .15s ease}.htm-password-match-status.htm-match{color:hsl(var(--htm-success))}.htm-password-match-status.htm-no-match{color:hsl(var(--htm-destructive))}.htm-form-input.htm-input-success{border-color:hsl(var(--htm-success))}.htm-form-input.htm-input-success:focus{border-color:hsl(var(--htm-success));box-shadow:0 0 0 3px hsl(var(--htm-success)/.1)}.htm-form-input.htm-input-error,.htm-form-input.htm-input-error:focus{border-color:hsl(var(--htm-destructive))}.htm-form-input.htm-input-error:focus{box-shadow:0 0 0 3px hsl(var(--htm-destructive)/.1)}.htm-required{color:hsl(var(--htm-destructive));margin-left:2px}.htm-form-help-warning{background:var(--htm-warning-light);border-radius:6px;color:#ae5f05;display:block;margin-top:8px;padding:8px 12px}.htm-form-help-warning strong{font-weight:600}.htm-link-cancel{color:hsl(var(--htm-destructive));font-weight:500;margin-left:8px;text-decoration:underline}.htm-link-cancel:hover{color:#c62020}#htm_update_profile_form .htm-form-section{margin-top:28px;padding-top:28px}#htm_update_profile_form .htm-form-section:first-of-type{margin-top:24px}.htm-profile-submit.htm-btn-loading{pointer-events:none}.htm-profile-submit .htm-btn-spinner{margin-left:8px}.htm-spinner{animation:htm-spin 1s linear infinite}@keyframes htm-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.htm-form-input,.htm-password-match-status{transition:none}.htm-spinner{animation:none}}