@scope(.custom-select) to (:scope [data-ui-scope]){:where(:scope).custom-select{width:100%;color:var(--ink);font:inherit;position:relative}.custom-select-trigger{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:var(--space-2) var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);cursor:pointer;font:inherit;text-align:left;display:flex}:where(:scope).compact .custom-select-trigger{border-radius:var(--radius-sm);background:var(--surface);font-size:13px;font-weight:800}.custom-select-chevron{width:16px;height:16px;color:var(--muted);transform-origin:50%;flex:0 0 16px;place-items:center;transition:transform .12s;display:grid}.custom-select-trigger[aria-expanded=true] .custom-select-chevron{transform:rotate(180deg)}.custom-select-trigger:disabled{cursor:not-allowed;opacity:.58}.custom-select-menu{z-index:120;gap:var(--space-1);max-height:280px;padding:var(--space-2);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);box-shadow:var(--shadow-popover);display:grid;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow-y:auto}.custom-select-option{justify-content:space-between;align-items:center;gap:var(--space-3);width:100%;min-height:44px;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;display:flex}.custom-select-option:hover,.custom-select-option.selected{background:var(--surface-soft)}.custom-select-option:disabled{color:var(--muted);cursor:not-allowed;opacity:.58}.custom-select-check{color:var(--leaf);font-weight:900}}@media (prefers-reduced-motion:reduce){@scope(.custom-select) to (:scope [data-ui-scope]){.custom-select-chevron{transition:none}}}@scope(.chevron-icon) to (:scope [data-ui-scope]){:where(:scope).chevron-icon{display:block}}
