.styles_checkboxContainer__cGIrS{display:flex;align-items:center;cursor:pointer;user-select:none;padding:.5rem}.styles_checkboxInput__QQx_a{margin-right:.5rem;width:1rem;height:1rem;border:1px solid var(--muted-border);background:var(--background);border-radius:calc(var(--radius)*.25);appearance:none;cursor:pointer;transition:all .2s ease}.styles_checkboxInput__QQx_a:hover{border-color:var(--ring)}.styles_checkboxInput__QQx_a:focus{outline:none;border-color:var(--ring)}.styles_checkboxInput__QQx_a:checked{background-color:var(--primary);border-color:var(--primary)}.styles_checkboxInput__QQx_a:checked:before{content:"✔";display:block;color:var(--primary-foreground);font-size:.75rem;text-align:center;line-height:1rem}.styles_checkboxLabel__UMXjZ{font-size:.875rem;color:var(--foreground)}.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}