@supports (-webkit-touch-callout: none){input,textarea,select{font-size:max(16px,1em)!important}}.auth-page{display:flex;flex-direction:column;min-height:100vh;width:100%;background:#fff}.auth-content{flex:1;display:flex;align-items:center;justify-content:center;padding:120px 24px}.auth-form{width:100%;max-width:500px;display:flex;flex-direction:column;gap:40px}.auth-form-header{display:flex;flex-direction:column;gap:16px;text-align:left}.auth-form-title{color:#000;font-family:Nunito Sans;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.auth-form-subtitle{color:#4a4a4a;font-family:Nunito Sans;font-size:1rem;font-weight:400;line-height:1.5}.auth-form-fields{display:flex;flex-direction:column;gap:16px}.password-field-wrapper{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.password-toggle-icon{width:24px;height:24px}.password-toggle-icon path{fill:#212529}.auth-form-options{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.remember-me{display:flex;align-items:center;gap:8px;cursor:pointer}.remember-me-label{color:#000;font-family:Nunito Sans;font-size:.875rem;font-weight:400;line-height:1.5;-webkit-user-select:none;user-select:none}.forgot-password-link{color:#4a4a4a;font-family:Nunito Sans;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s ease}.forgot-password-link:hover{color:#000;text-decoration:underline}.auth-form-actions{display:flex;flex-direction:column;gap:16px;margin-top:8px}.auth-submit-button{display:flex;padding:10px 16px;justify-content:center;align-items:center;width:100%;border-radius:4px;background:#011b3f;border:none;cursor:pointer;transition:all .2s ease;color:#fff;font-family:Nunito Sans;font-size:.875rem;font-weight:600;line-height:1}.auth-submit-button:hover{background:#012a5f;transform:translateY(-2px);box-shadow:0 4px 4px #00000040}.auth-submit-button:active{transform:translateY(0)}.auth-switch-text{text-align:center;color:#000;font-family:Nunito Sans;font-size:.875rem;font-weight:500;line-height:1.5}.auth-switch-link{color:#006bff;font-weight:600;text-decoration:underline;transition:color .2s ease}.auth-switch-link:hover{color:#0056cc}@media (max-width: 768px){.auth-content{padding:60px 16px}.auth-form-title{font-size:2rem}}:root{--text-primary: rgba(0, 0, 0, .87);--text-secondary: rgba(0, 0, 0, .6);--text-disabled: rgba(0, 0, 0, .38);--primary-main: #1976D2;--error-main: #D32F2F;--font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular: 400;--font-size-label: .75rem;--font-size-input: 1rem;--letter-spacing: .15px}.text-field{display:flex;width:220px;flex-direction:column;align-items:flex-start;position:relative;transition:all .2s ease}.text-field.full-width{width:100%}.text-field-label{color:var(--text-secondary);font-feature-settings:"liga" off,"clig" off;font-family:var(--font-family);font-size:var(--font-size-label);font-style:normal;font-weight:var(--font-weight-regular);line-height:.75rem;letter-spacing:var(--letter-spacing);position:absolute;top:-6px;left:12px;background:#fff;padding:0 4px;transition:color .2s ease}.text-field-input{flex:1 0 0;width:100%;color:var(--text-primary);font-feature-settings:"liga" off,"clig" off;font-family:var(--font-family);font-size:var(--font-size-input);font-style:normal;font-weight:var(--font-weight-regular);line-height:1.5rem;letter-spacing:var(--letter-spacing);padding:8px 12px;border:2px solid var(--text-secondary);border-radius:4px;background:transparent;outline:none}.text-field:hover:not(.disabled):not(.error) .text-field-input{border-color:var(--text-primary)}.text-field.focused .text-field-label,.text-field-input:focus+.text-field-label{color:var(--primary-main)}.text-field.focused .text-field-input,.text-field-input:focus{border-color:var(--primary-main);border-width:4px}.text-field.disabled .text-field-label{color:var(--text-disabled)}.text-field.disabled .text-field-input{color:var(--text-disabled);border-color:var(--text-disabled);cursor:not-allowed}.text-field.error .text-field-label{color:var(--error-main)}.text-field.error .text-field-input{border-color:var(--error-main)}.text-field.error .text-field-input:focus{border-color:var(--error-main);border-width:4px}.text-field-helper{font-family:var(--font-family);font-size:.75rem;line-height:1rem;letter-spacing:.4px;margin-top:4px;color:var(--text-secondary)}.text-field.error .text-field-helper{color:var(--error-main)}.button-primary{display:inline-flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px;border-radius:4px;background:#011b3f;border:none;color:#fff;font-family:Nunito Sans;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;transition:transform .18s ease-out,box-shadow .18s ease-out,background-color .18s ease-out;position:relative}.button-primary:hover:not(:disabled){transform:translateY(-4px) scale(1.05);box-shadow:0 8px 16px #011b3f4d;background:#00152e}.button-primary:active:not(:disabled){transform:translateY(-1px) scale(1.02);box-shadow:0 4px 8px #011b3f33}.button-primary:disabled{background:#011b3f4d;cursor:not-allowed;box-shadow:none}.button-primary:focus-visible{outline:2px solid #4A90E2;outline-offset:2px}.button-primary.large{padding:12px 24px;font-size:1rem;gap:8px}.button-primary.small{padding:8px 12px;font-size:.75rem;gap:4px}.button-primary.full-width{width:100%}.button-primary-icon{width:16px;height:16px;flex-shrink:0}.button-primary .button-primary-icon.left{order:-1}.button-primary .button-primary-icon.right{order:1}.button-primary.icon-only{padding:10px;gap:0}.button-primary.loading{color:transparent}.button-primary.loading:after{content:"";position:absolute;width:14px;height:14px;top:50%;left:50%;margin-left:-7px;margin-top:-7px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:button-spinner .8s linear infinite}@keyframes button-spinner{to{transform:rotate(360deg)}}.button-secondary{display:inline-flex;padding:10px 16px;justify-content:center;align-items:center;gap:6px;border-radius:4px;background:transparent;border:1px solid #011B3F;color:#011b3f;font-family:Nunito Sans;font-size:.875rem;font-style:normal;font-weight:600;line-height:normal;cursor:pointer;transition:background-color .18s ease-out,box-shadow .18s ease-out;position:relative}.button-secondary:hover:not(:disabled){background:#011b3f0f;box-shadow:0 2px 4px #00000014}.button-secondary:active:not(:disabled){background:#011b3f1a;box-shadow:none}.button-secondary:disabled{border-color:#bdbdbd;color:#bdbdbd;cursor:not-allowed;box-shadow:none}.button-secondary:focus-visible{outline:2px solid #4A90E2;outline-offset:2px}.checkbox{display:flex;width:24px;height:24px;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;position:relative}.checkbox-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;margin:0}.checkbox-icon{width:24px;height:24px;flex-shrink:0}.checkbox-input:focus-visible+.checkbox-icon{outline:2px solid #4A90E2;outline-offset:2px;border-radius:4px}.checkbox:hover .checkbox-icon rect{stroke:#011b3f}.checkbox.disabled{opacity:.38;cursor:not-allowed}.checkbox.disabled .checkbox-input{cursor:not-allowed}.checkbox-wrapper{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label{font-family:Nunito Sans;font-size:.875rem;font-weight:400;color:#000;-webkit-user-select:none;user-select:none}.auth-form.signup{max-width:622px}.auth-form-row{display:flex;align-items:center;gap:22px;align-self:stretch}.auth-form-row .text-field-wrapper{flex:1;width:300px}.auth-form-dropdown{display:flex;width:299px;flex-direction:column;align-items:flex-start;position:relative}.auth-form-dropdown label{color:#000;font-family:Nunito Sans;font-size:.75rem;font-weight:400;margin-bottom:4px}.auth-form-dropdown select{width:100%;height:56px;padding:8px 40px 8px 12px;border:1px solid #E0E0E0;border-radius:4px;background:#fff;color:#000;font-family:Nunito Sans;font-size:.875rem;font-weight:400;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s ease}.auth-form-dropdown select:hover{border-color:#b0b0b0}.auth-form-dropdown select:focus{outline:none;border-color:#011b3f}.auth-form-dropdown:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #323232;pointer-events:none;margin-top:12px}.auth-checkbox-wrapper{display:flex;align-items:center;gap:8px;margin-top:8px}.auth-checkbox-wrapper input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer}.auth-checkbox-wrapper label{color:#1c1b1f;font-family:Nunito Sans;font-size:.875rem;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-password-field{position:relative;width:100%}.auth-password-field .text-field{padding-right:44px}.auth-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#2c2c2c;transition:opacity .2s ease}.auth-password-toggle:hover{opacity:.7}.auth-password-toggle svg{width:24px;height:24px}.auth-terms-wrapper{display:flex;align-items:flex-start;gap:8px;margin-top:8px}.auth-terms-wrapper input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;cursor:pointer;flex-shrink:0}.auth-terms-text{color:#1c1b1f;font-family:Nunito Sans;font-size:.875rem;font-weight:500;line-height:1.4}.auth-terms-link{color:#006bff;font-family:Nunito Sans;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.auth-terms-link:hover{opacity:.8;text-decoration:underline}.auth-login-prompt{color:#000;text-align:center;font-family:Nunito Sans;font-size:.875rem;font-weight:500;margin-top:8px}.auth-login-link{color:#006bff;font-family:Nunito Sans;font-size:.875rem;font-weight:600;text-decoration:underline;transition:opacity .2s ease}.auth-login-link:hover{opacity:.8}@media (max-width: 768px){.auth-form.signup{max-width:100%}.auth-form-row{flex-direction:column;gap:16px}.auth-form-row .text-field-wrapper,.auth-form-dropdown{width:100%}}.auth-back-link{display:inline-flex;align-items:center;gap:4px;margin-bottom:24px;padding:4px 0;color:#000;font-family:Nunito Sans;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.auth-back-link:hover{opacity:.7}.auth-back-icon{width:24px;height:24px}.auth-back-icon path{stroke:currentColor}.auth-form.wide{max-width:622px}.auth-form-single{gap:24px}@media (max-width: 768px){.auth-form.wide{max-width:100%}}.auth-success-message{padding:24px;background:#e6efff;border-radius:8px;text-align:center}.auth-success-title{color:#000;font-family:Nunito Sans;font-size:1.125rem;font-weight:600;margin-bottom:8px}.auth-success-text{color:#4a4a4a;font-family:Nunito Sans;font-size:.875rem;font-weight:400;line-height:1.5}.auth-form.verify{max-width:622px}.auth-code-input .text-field{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.2em;font-family:Nunito Sans}.auth-code-input .text-field-label{font-size:.75rem}.auth-resend-prompt{color:#000;text-align:center;font-family:Nunito Sans;font-size:.875rem;font-weight:500;margin-top:8px}.auth-resend-link{color:#006bff;font-family:Nunito Sans;font-size:.875rem;font-weight:600;text-decoration:underline;transition:opacity .2s ease}.auth-resend-link:hover{opacity:.8}@media (max-width: 768px){.auth-form.verify{max-width:100%}.auth-code-input .text-field{font-size:1.25rem}}.auth-code-boxes{display:flex;gap:12px;justify-content:center;margin:24px 0}.auth-code-box{width:56px;height:56px;border:1px solid #E0E0E0;border-radius:4px;background:#fff;text-align:center;font-family:Nunito Sans;font-size:1.5rem;font-weight:600;transition:all .2s ease}.auth-code-box:focus{outline:none;border-color:#011b3f;box-shadow:0 0 0 2px #011b3f1a}.auth-code-box:hover{border-color:#b0b0b0}.auth-verification-success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;text-align:center}.auth-success-icon{width:64px;height:64px;background:#e6efff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#011b3f}.auth-verification-title{color:#000;font-family:Nunito Sans;font-size:1.5rem;font-weight:700}.auth-verification-text{color:#4a4a4a;font-family:Nunito Sans;font-size:1rem;font-weight:400;line-height:1.5}.auth-form.reset{max-width:622px}.password-requirements{margin-top:8px;padding:12px;background:#f5f5f5;border-radius:4px}.password-requirements-title{color:#323232;font-family:Nunito Sans;font-size:.75rem;font-weight:600;margin-bottom:8px}.password-requirements-list{list-style:none;padding:0;margin:0}.password-requirement{display:flex;align-items:center;gap:8px;color:#4a4a4a;font-family:Nunito Sans;font-size:.75rem;font-weight:400;line-height:1.5;margin-bottom:4px}.password-requirement:before{content:"•";color:#b0b0b0;font-size:1rem;line-height:1}.password-requirement.met{color:#008a00}.password-requirement.met:before{content:"✓";color:#008a00;font-size:.75rem}@media (max-width: 768px){.auth-form.reset{max-width:100%}}.auth-reset-success{display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px;text-align:center}.auth-reset-success-icon{width:64px;height:64px;background:#e6efff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#011b3f}.auth-reset-success-title{color:#000;font-family:Nunito Sans;font-size:1.5rem;font-weight:700}.auth-reset-success-text{color:#4a4a4a;font-family:Nunito Sans;font-size:1rem;font-weight:400;line-height:1.5}.auth-reset-login-button{display:inline-flex;padding:10px 24px;background:#011b3f;color:#fff;border-radius:4px;font-family:Nunito Sans;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.auth-reset-login-button:hover{opacity:.9}
