.ui-select{border:1px solid var(--border-strong,var(--v2-line));border-radius:var(--radius-control,10px);background:var(--bg-raised,var(--v2-panel));width:100%;min-width:0;max-width:280px;min-height:44px;color:var(--fg,var(--v2-text));text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.2;display:inline-flex}.ui-select.is-auto{width:auto}.ui-select.is-sm{border-radius:8px;min-height:36px;padding:0 10px;font-size:13px}.ui-select>span:first-child{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ui-select[data-placeholder]>span:first-child{color:var(--fg-muted,var(--v2-muted))}.ui-select:hover:not(:disabled){border-color:var(--fg-faint,var(--v2-muted))}.v2 .ui-select:focus-visible,.ui-select:focus-visible{outline:2px solid var(--gold,var(--v2-gold));outline-offset:2px}.ui-select:disabled{opacity:.45;cursor:not-allowed}.ui-select[aria-invalid=true]{border-color:var(--accent,var(--v2-red))}.ui-select-caret{color:var(--fg-muted,var(--v2-muted));flex:none;transition:transform .15s;display:inline-flex}.ui-select[data-state=open] .ui-select-caret{transform:rotate(180deg)}.ui-select-menu{z-index:100;min-width:var(--radix-select-trigger-width);max-width:calc(100vw - 24px);max-height:var(--radix-select-content-available-height);background:var(--v2-panel);color:var(--v2-text);box-shadow:0 16px 60px #0005, 0 0 0 1px var(--v2-line);transform-origin:var(--radix-select-content-transform-origin);border-radius:12px;padding:6px;animation:.12s ease-out ui-select-in}@keyframes ui-select-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}}.ui-select-viewport{gap:2px;display:grid}.ui-select-item{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:7px;outline:none;align-items:center;gap:10px;min-height:40px;padding:8px 10px;font-size:15px;line-height:1.3;display:flex}.ui-select-item[data-highlighted]{background:var(--v2-raised);color:var(--v2-text)}.ui-select-item[data-state=checked]{font-weight:600}.ui-select-item[data-disabled]{opacity:.45;cursor:not-allowed}.ui-select-item-label{flex:1;min-width:0;display:grid}.ui-select-item-label>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ui-select-item-label>small{color:var(--v2-muted);font-size:12px;font-weight:400}.ui-select-tick{width:16px;height:16px;color:var(--v2-gold);flex:none;display:flex}.ui-select-scroll{height:22px;color:var(--v2-muted);cursor:default;justify-content:center;align-items:center;display:flex}.ui-select-scroll-up{transform:rotate(180deg)}@media (max-width:639px){.ui-select{max-width:none;font-size:15px}.ui-select-item{min-height:44px}}@media (prefers-reduced-motion:reduce){.ui-select-menu{animation:none}.ui-select-caret{transition:none}}
