.styles_formItem__ISiSu{display:flex;flex-direction:column;gap:.5rem;width:100%}.styles_label__GjAEE{font-size:.875rem;font-weight:500;color:var(--foreground);user-select:none}.styles_errorMessage__UQ_HS{font-size:.75rem;color:var(--destructive);margin-top:.25rem}.styles_triggerButton__vDOE9{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:200px;height:2.5rem;padding:0 .75rem;background:var(--secondary-background);border:1px solid var(--muted-border);border-radius:calc(var(--radius) - 2px);cursor:pointer;transition:all .2s ease;font-size:16px}.styles_triggerButton__vDOE9.styles_active__Dnmad,.styles_triggerButton__vDOE9:focus,.styles_triggerButton__vDOE9:hover{border-color:var(--ring)}.styles_triggerText__II66k{flex:1;text-align:left;margin-right:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--foreground)}.styles_triggerText__II66k:empty:before{content:attr(data-placeholder);color:var(--muted-foreground)}.styles_icon__FUULt{width:16px;height:16px;color:var(--muted-foreground);transition:transform .2s ease}.styles_icon__FUULt.styles_iconOpen__V_YV6{transform:rotate(180deg)}.styles_dropdownContent__cqC8k{min-width:200px;max-height:300px;display:flex;flex-direction:column}.styles_searchContainer__Zo_S4{padding:.75rem;border-bottom:1px solid var(--muted-border)}.styles_searchInput__FCL_O{width:100%;height:2.5rem;padding:0 .75rem;font-size:16px;background:var(--secondary-background);border:1px solid var(--muted-border);border-radius:calc(var(--radius) - 2px);color:var(--foreground);transition:all .2s ease}.styles_searchInput__FCL_O:focus{outline:none;border-color:var(--ring)}.styles_searchInput__FCL_O::placeholder{color:var(--muted-foreground)}.styles_optionsList__XBlKn{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto}.styles_optionItem__LoRjF{padding:.5rem .75rem;cursor:pointer;transition:background-color .2s ease;font-size:16px}.styles_optionItem__LoRjF.styles_selected__f5x_A,.styles_optionItem__LoRjF:hover{background-color:var(--secondary-background)}.styles_optionItem__LoRjF.styles_selected__f5x_A span{color:var(--primary);font-weight:500}.styles_optionLabel__Hzus9{display:flex;align-items:center;gap:.5rem;cursor:pointer}.styles_optionLabel__Hzus9 span{color:var(--foreground)}.styles_actions__IQXH4{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem;border-top:1px solid var(--muted-border);background:var(--background);border-bottom-left-radius:var(--radius);border-bottom-right-radius:var(--radius)}.styles_noResults__rOKqa{padding:.75rem;text-align:center;color:var(--muted-foreground);font-style:italic;font-size:16px}.style_dropdownContainer__Q54Yj{display:inline-block}.style_dropdownTrigger__7W_gm{cursor:pointer;display:inline-block}.style_dropdownContent__AGxBF{background:var(--popover);border-radius:var(--radius);border:1px solid var(--muted-border);z-index:1000;min-width:200px;animation:style_slideDown__dFGWe .1s ease-out;box-shadow:0 2px 10px rgba(0,0,0,.1)}.style_dropdownContent__AGxBF.style_top__MuEYj{animation:style_slideUp__Yb3Vr .1s ease-out}.style_dropdownContent__AGxBF.style_right__9hX9e{left:auto;right:0}@keyframes style_slideDown__dFGWe{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes style_slideUp__Yb3Vr{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.styles_section__ay_QC{display:flex;flex-direction:column;height:100%;max-height:100vh}@supports (height:100svh){.styles_section__ay_QC{max-height:100svh}}.styles_sectionHeader__GksuR{padding:1rem}.styles_sectionContentContainer__WzCB8{flex:1 1 auto;overflow:auto}.styles_sectionContent__PyxAB{padding:1rem}.styles_sectionFooter__13i_k{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}