.ui-select-trigger{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--bg);width:100%;min-width:0;height:32px;color:var(--text-primary);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:0 10px;display:flex}.ui-select-trigger>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ui-select-trigger>span:last-child{color:var(--text-icon-muted);flex:0 0 14px;display:flex}.ui-select-trigger svg{width:14px;height:14px}.ui-select-trigger:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.ui-select-trigger:disabled{opacity:.5;cursor:default}.ui-select-content{z-index:calc(var(--z-modal) + 2);width:var(--radix-select-trigger-width);min-width:0;max-width:calc(100vw - 16px);max-height:min(320px, var(--radix-select-content-available-height));transform-origin:var(--radix-select-content-transform-origin);overflow:hidden}.ui-select-item>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ui-select-item[data-state=checked]{background:var(--surface-hover)}.ui-select-indicator{color:var(--accent);flex:0 0 14px;margin-left:auto;display:flex}.ui-select-scroll{height:20px;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}
