.ui-select{position:relative;min-width:0}.ui-select-trigger{width:100%;min-height:36px;padding:0 12px;border:0;border-radius:12px;background:#f2f1f0;color:#000;font:inherit;font-size:13px;line-height:16px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;transition:background-color .15s cubic-bezier(.5,0,.25,1);text-align:left}
.ui-select-trigger:hover{background:#ebeae8}.ui-select-trigger:active{background:#e3e2e1}.ui-select-trigger:focus-visible{outline:0;box-shadow:0 0 0 3px #45c1ff}.ui-select.is-open .ui-select-trigger{background:#e3e2e1}
.ui-select-chevron{flex:none;width:10px;height:7px;background:currentColor;mask:url("/assets/ui/chevron-down.svg") center/contain no-repeat;-webkit-mask:url("/assets/ui/chevron-down.svg") center/contain no-repeat;transition:transform .2s cubic-bezier(.5,0,.25,1)}.ui-select.is-open .ui-select-chevron{transform:rotate(180deg)}
.ui-select-portal{position:relative;z-index:4000}.ui-select-menu{position:fixed;inset:auto;margin:0;z-index:4000;display:grid;overflow:auto;padding:5px 0;border:1px solid color-mix(in srgb,var(--line) 75%,transparent);background:#fff;color:#000;box-shadow:0 1px 3px rgba(0,0,0,.05),0 4px 30px rgba(0,0,0,.10);opacity:0;transform:translateY(-4px) scale(.985);transition:opacity .15s cubic-bezier(.5,0,.25,1),transform .15s cubic-bezier(.5,0,.25,1)}
.ui-select-menu[data-placement="bottom"]{border-radius:10px 10px 20px 20px}.ui-select-menu[data-placement="top"]{border-radius:20px 20px 10px 10px;transform:translateY(4px) scale(.985)}.ui-select-menu.is-visible{opacity:1;transform:none}
.ui-select-option{width:100%;border:0;padding:9px 14px 11px;background:transparent;color:#000;font:inherit;font-size:13px;line-height:16px;text-align:left;cursor:pointer}.ui-select-option:hover,.ui-select-option[aria-selected="true"],.ui-select-option.is-active{background:#e5dfd3}.ui-select-option:focus-visible{outline:0;background:#e5dfd3}
html[data-theme="dark"] .ui-select-trigger{background:#282a27;color:#f2f2ed}html[data-theme="dark"] .ui-select-trigger:hover{background:#30322f}html[data-theme="dark"] .ui-select-trigger:active,html[data-theme="dark"] .ui-select.is-open .ui-select-trigger{background:#383a37}
html[data-theme="dark"] .ui-select-menu{border-color:#3c3e3a;background:#1f211e;color:#f2f2ed;box-shadow:0 1px 3px rgba(0,0,0,.2),0 14px 40px rgba(0,0,0,.38)}html[data-theme="dark"] .ui-select-option{color:#f2f2ed}html[data-theme="dark"] .ui-select-option:hover,html[data-theme="dark"] .ui-select-option[aria-selected="true"],html[data-theme="dark"] .ui-select-option.is-active{background:#474238}

.ui-select-trigger:disabled{cursor:not-allowed;opacity:.55}
@media(prefers-reduced-motion:reduce){.ui-select-trigger,.ui-select-menu,.ui-select-chevron{transition:none!important}}
