.text-field-root{display:flex;gap:.5rem;border-radius:.75rem;border-width:.0625rem;--tw-border-opacity:1;border-color:rgb(232 234 237/var(--tw-border-opacity))}.text-field-root::-moz-placeholder{--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-root::placeholder{--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-root:hover{--tw-bg-opacity:1;background-color:rgb(247 249 251/var(--tw-bg-opacity))}@supports selector(:has(*)){.text-field-root:where(:has(.text-field-input:focus)){border-width:.0625rem;--tw-border-opacity:1;border-color:rgb(34 34 34/var(--tw-border-opacity))}.text-field-root:where(:has(.text-field-input:focus)):hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}}@supports not selector(:has(*)){.text-field-root:where(:focus-within){border-width:.0625rem;--tw-border-opacity:1;border-color:rgb(34 34 34/var(--tw-border-opacity))}.text-field-root:where(:focus-within):hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}}.text-field-root::-moz-selection{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.text-field-root::selection{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.text-field-root:where(:has(.text-field-input:where(:disabled,:-moz-read-only))){cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-root:where(:has(.text-field-input:where(:disabled,:read-only))){cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity));--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-root:where(:has(.text-field-input:where(:disabled,:-moz-read-only))):hover{--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity))}.text-field-root:where(:has(.text-field-input:where(:disabled,:read-only))):hover{--tw-bg-opacity:1;background-color:rgb(232 234 237/var(--tw-bg-opacity))}.text-field-input{display:flex;width:100%;align-items:center;background-color:transparent;text-align:inherit}.text-field-input::-moz-selection{--tw-bg-opacity:1;background-color:rgb(244 248 255/var(--tw-bg-opacity))}.text-field-input::selection{--tw-bg-opacity:1;background-color:rgb(244 248 255/var(--tw-bg-opacity))}.text-field-input:where(:disabled,:-moz-read-only){cursor:not-allowed;--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-input:where(:disabled,:read-only){cursor:not-allowed;--tw-text-opacity:1;color:rgb(184 188 192/var(--tw-text-opacity))}.text-field-slot{box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;color:currentColor}.text-field-slot:where(:not([data-side=right])){order:-1;margin-right:0}.text-field-slot:where([data-side=right]),:where(.text-field-slot:not([data-side=right]))~.text-field-slot:where(:not([data-side=left])){order:0;margin-left:0}.accordion-contents-animated{overflow:hidden}.accordion-contents-animated[data-state=open]{animation:slide-down .2s ease-out}.accordion-contents-animated[data-state=closed]{animation:slide-up .2s ease-out}@keyframes slide-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes slide-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}