.atx-input{display:flex;flex-direction:column;gap:var(--atx-space-2)}.atx-input--width-text{width:300px}.atx-input--width-compact{width:200px}.atx-input__label-row{display:flex;align-items:center;justify-content:space-between;gap:var(--atx-space-3)}.atx-input__label{flex:1 1 auto;min-width:0;font-family:var(--atx-body-lg-medium-font-family);font-size:var(--atx-body-lg-medium-font-size);font-weight:var(--atx-body-lg-medium-font-weight)}.atx-input__label,.atx-input__message{margin:0;line-height:1.5;color:var(--atx-content-brand-primary)}.atx-input__message{font-family:var(--atx-body-md-regular-font-family);font-size:var(--atx-body-md-regular-font-size);font-weight:var(--atx-body-md-regular-font-weight)}.atx-input[data-state-preview=Error] .atx-input__message{color:var(--atx-content-error-primary)}.atx-input[data-state-preview=Disabled] .atx-input__message{color:var(--atx-content-disabled-primary)}.atx-input__field{width:100%;min-height:40px;border:1px solid var(--atx-border-base-secondary);border-radius:var(--atx-radius-default);background:var(--atx-background-base-primary);display:flex;align-items:center;justify-content:space-between;gap:var(--atx-space-2);padding:var(--atx-space-2) var(--atx-space-3);box-sizing:border-box}.atx-input__field[data-state-preview=Focused]{border-color:var(--atx-border-brand-primary)}.atx-input__field[data-state-preview=Disabled]{border-color:var(--atx-border-disabled-primary);background:var(--atx-background-disabled-secondary)}.atx-input__field[data-state-preview=Error]{border-color:var(--atx-border-error-primary)}.atx-input__field--multiline{min-height:120px;align-items:flex-start;position:relative}.atx-input__content{display:inline-flex;align-items:center;gap:var(--atx-space-2);min-width:0;flex:1 1}.atx-input__field--multiline .atx-input__content{align-items:flex-start;align-self:stretch;padding-bottom:var(--atx-space-3)}.atx-input__icon{display:inline-flex;align-items:center;justify-content:center;width:var(--atx-space-6);height:var(--atx-space-6);font-size:var(--atx-space-6);line-height:1;color:var(--atx-content-brand-secondary);flex-shrink:0}.atx-input__icon svg{width:1em;height:1em;flex-shrink:0}.atx-input[data-state-preview=Error] .atx-input__icon,.atx-input__icon--error{color:var(--atx-content-error-primary)}.atx-input[data-state-preview=Disabled] .atx-input__icon{color:var(--atx-content-disabled-primary)}.atx-input__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;box-shadow:none;background:transparent;width:100%;min-width:0;margin:0;padding:0;font-family:var(--atx-body-lg-regular-font-family);font-size:var(--atx-body-lg-regular-font-size);font-weight:var(--atx-body-lg-regular-font-weight);line-height:1.5;color:var(--atx-content-brand-primary)}.atx-input__control:focus,.atx-input__control:focus-visible{outline:none;box-shadow:none;border:none}.atx-input__control::placeholder{color:var(--atx-content-disabled-primary)}.atx-input__control:disabled{color:var(--atx-content-disabled-primary);cursor:not-allowed}.atx-input__control--textarea{min-height:92px;height:100%;resize:none;overflow:hidden}.atx-input__control--centered{text-align:center}.atx-input__affix{margin:0;flex-shrink:0;min-width:24px;font-family:var(--atx-body-lg-regular-font-family);font-size:var(--atx-body-lg-regular-font-size);font-weight:var(--atx-body-lg-regular-font-weight);line-height:1.5;color:var(--atx-content-brand-secondary)}.atx-input[data-state-preview=Disabled] .atx-input__affix{color:var(--atx-content-disabled-primary)}.atx-text-input__actions{display:inline-flex;align-items:center;gap:var(--atx-space-3)}.atx-text-input__action-icon{font-size:20px;color:var(--atx-content-brand-secondary);line-height:1}.atx-text-input__resize-handle{position:absolute;right:5px;bottom:5px;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;border:none;padding:0;margin:0;background-color:transparent;background-image:url(/_next/static/media/resize-handle.21b250af.svg);background-size:16px 16px;background-position:50%;background-repeat:no-repeat;cursor:nwse-resize}.atx-text-input__resize-handle:disabled{cursor:not-allowed}.atx-text-input__password-toggle{display:inline-flex;align-items:center;justify-content:center;border:none;padding:0;margin:0;background:transparent;cursor:pointer;flex-shrink:0;color:inherit}.atx-text-input__password-toggle:disabled{cursor:not-allowed}