.uisel{display:inline-flex;position:relative}.uisel-full{width:100%;display:flex}.uisel-full .uisel-trigger{justify-content:space-between;width:100%;height:auto;min-height:44px}.uisel-trigger{border:1px solid var(--line-strong,#e2e0ee);background:var(--panel,#fff);height:38px;font:inherit;color:var(--ink,#14151d);cursor:pointer;white-space:nowrap;border-radius:11px;align-items:center;gap:7px;padding:0 10px 0 12px;font-size:12.5px;font-weight:600;transition:border-color .13s,box-shadow .13s;display:inline-flex}.uisel-trigger:hover:not(:disabled){border-color:var(--brand,#4b43ff)}.uisel.open .uisel-trigger{border-color:var(--brand,#4b43ff);box-shadow:0 0 0 3px #4b43ff21}.uisel-trigger:disabled{opacity:.55;cursor:default}.uisel-icon{color:var(--muted,#595f73);font-size:15px}.uisel-value{text-overflow:ellipsis;overflow:hidden}.uisel-caret{color:var(--muted,#595f73);margin-left:2px;font-size:15px;transition:transform .15s}.uisel.open .uisel-caret{transform:rotate(180deg)}.uisel-list{z-index:60;background:var(--panel,#fff);border:1px solid var(--line-strong,#e2e0ee);border-radius:12px;min-width:100%;max-height:280px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 18px 44px -18px #14122147,0 4px 14px -8px #1412211f}.uisel-list.right{left:auto;right:0}.uisel-opt{color:var(--ink,#14151d);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:13px;font-weight:500;display:flex}.uisel-opt.active{background:var(--brand-soft,#eeedff)}.uisel-opt.sel{color:var(--brand,#4b43ff);font-weight:700}.uisel-opt.disabled{opacity:.45;cursor:default}.uisel-opt.disabled.active{background:0 0}.uisel-opt .ti-check{flex:none;font-size:15px}.dark .uisel-trigger,.dark .uisel-list{color:#f3f2f7;background:#1c1b26;border-color:#322f42}.dark .uisel-opt{color:#e8e6ef}.dark .uisel-opt.active{background:#7a72ff38}.dark .uisel-opt.sel{color:#b3adff}