.auth-field{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:var(--text-muted)}.auth-field__label{line-height:1.35}.auth-field__input{display:block;width:100%;padding:.65rem .85rem;border-radius:10px;border:1px solid var(--glass-border);background:var(--chrome-field-bg);color:var(--chrome-field-text);font-family:var(--font-body);font-size:.95rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-field__input::placeholder{color:var(--chrome-field-placeholder);opacity:1}.auth-field__input:focus{border-color:var(--chrome-accent);background:var(--chrome-field-bg-focus);box-shadow:0 0 0 2px rgba(184,146,46,.22)}.auth-field__password-wrap{position:relative;display:flex;align-items:stretch}.auth-field__input--password{padding-right:4.25rem}.auth-field__toggle{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);border:none;border-radius:8px;padding:.3rem .55rem;font-size:.72rem;font-weight:600;letter-spacing:.02em;color:var(--gold,#8B7BB8);background:rgba(0,0,0,.35);cursor:pointer}.auth-field__toggle:hover{background:rgba(184,146,46,.18)}.auth-field__hint{font-size:.75rem;color:var(--text-muted);line-height:1.45}.auth-form{display:flex;flex-direction:column;gap:.85rem}.auth-form__intro{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.55}.auth-form__divider{margin:0 0 1rem;text-align:center;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);position:relative}.auth-form__divider:after,.auth-form__divider:before{content:"";position:absolute;top:50%;width:38%;height:1px;background:rgba(255,255,255,.12)}.auth-form__divider:before{left:0}.auth-form__divider:after{right:0}.auth-form__error{color:#ff6b8a}.auth-form__error,.auth-form__success{margin:0;font-size:.85rem;line-height:1.45}.auth-form__success{color:#7dcea0}.auth-form__actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;padding-bottom:.25rem}.auth-tabs{display:flex;gap:.5rem;margin-bottom:1rem;align-items:stretch}.auth-tabs__btn{flex:1 1;min-width:0}.auth-card{overflow:visible}.clerk-social-only .cl-alternativeMethodsBlockButton,.clerk-social-only .cl-backRow,.clerk-social-only .cl-dividerRow,.clerk-social-only .cl-dividerText,.clerk-social-only .cl-footer,.clerk-social-only .cl-footerAction,.clerk-social-only .cl-formButtonPrimary,.clerk-social-only .cl-formFieldRow,.clerk-social-only .cl-identityPreview{display:none!important}.auth-form__clear{border:none;background:none;padding:0;font-size:.78rem;color:var(--text-muted);text-decoration:underline;cursor:pointer}.auth-form__clear:hover{color:var(--text)}