.som-select-trigger .som-select-value{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.som-select-trigger[data-placeholder] .som-select-value{color:var(--label-quaternary)}.som-select-trigger:focus-visible{outline:2px solid var(--shell-red);outline-offset:1px}.som-select-trigger[data-disabled]{cursor:not-allowed;opacity:.6}.som-select-chevron{color:var(--label-tertiary);flex-shrink:0;transition:transform .15s;display:inline-flex}.som-select-trigger[data-state=open] .som-select-chevron{transform:rotate(180deg)}.som-select-content{z-index:1200;min-width:var(--radix-select-trigger-width);max-height:var(--radix-select-content-available-height);background:var(--surface);border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--label);padding:6px;font-family:inherit;font-size:13px;box-shadow:0 20px 60px #1018283d}.som-select-item{border-radius:var(--radius-sm);color:var(--label);cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.som-select-item[data-highlighted]{background:var(--accent-red-bg);color:var(--shell-red)}.som-select-item[data-state=checked]{color:var(--shell-red);font-weight:700}.som-select-item[data-disabled]{opacity:.5;cursor:not-allowed}.som-select-check{color:currentColor;flex-shrink:0;display:inline-flex}.som-select-scroll{height:22px;color:var(--label-tertiary);cursor:default;justify-content:center;align-items:center;font-size:10px;display:flex}
