.wst-sel{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:10px 14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#e0e0e0;font-size:14px;font-family:inherit;outline:none;cursor:pointer;text-align:left;transition:border-color .15s,background .15s;box-sizing:border-box;line-height:1.3}.wst-sel:hover:not(.wst-sel--disabled){border-color:rgba(255,255,255,.16)}.wst-sel--open,.wst-sel:focus-visible{border-color:rgba(153,84,242,.5);background:rgba(255,255,255,.06)}.wst-sel--error{border-color:rgba(239,68,68,.6)}.wst-sel--error.wst-sel--open,.wst-sel--error:focus-visible{border-color:rgba(239,68,68,.85)}.wst-sel--sm{padding:6px 11px;font-size:12px;border-radius:7px;gap:6px}.wst-sel--disabled{opacity:.55;cursor:not-allowed}.wst-sel-val{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wst-sel-placeholder{color:#5c5f63}.wst-sel-chev{flex-shrink:0;color:rgba(255,255,255,.45);transition:transform .18s ease,color .18s ease}.wst-sel--open .wst-sel-chev{transform:rotate(180deg);color:rgba(153,84,242,.95)}.wst-sel-panel{position:fixed;z-index:10000;list-style:none;margin:0;padding:5px;overflow-y:auto;background:rgb(22,24,27);border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 10px 32px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3);font-family:var(--font-outfit),var(--wst-font-family),"Outfit Placeholder",sans-serif;color:#e0e0e0;animation:wst-sel-in .14s ease-out}.wst-sel-panel[data-placement=top]{transform-origin:bottom center}@keyframes wst-sel-in{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.wst-sel-panel::-webkit-scrollbar{width:8px}.wst-sel-panel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}.wst-sel-panel::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.18)}.wst-sel-panel::-webkit-scrollbar-track{background:transparent}.wst-sel-opt{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 11px;font-size:13px;line-height:1.4;color:rgba(255,255,255,.85);border-radius:6px;cursor:pointer;user-select:none;transition:background .08s,color .08s}.wst-sel-opt--highlight{background:rgba(153,84,242,.14);color:#fff}.wst-sel-opt--selected{color:rgb(183,138,255)}.wst-sel-opt--selected.wst-sel-opt--highlight{background:rgba(153,84,242,.2);color:#fff}.wst-sel-opt--disabled{opacity:.4;cursor:not-allowed}.wst-sel-opt-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wst-sel-opt-check{flex-shrink:0;color:rgb(183,138,255)}