.wk-select-native{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%)}.wk-select,.wk-select.input{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px;padding:8px 11px;border:1px solid var(--t-border-medium);border-radius:7px;background:var(--t-surface);color:var(--t-text-primary);font:13px var(--t-font-sans);text-align:left;cursor:pointer;box-shadow:0 1px 2px rgb(0 0 0/3%);max-width:100%}.wk-select:hover:not(:disabled){border-color:var(--t-border-strong);background:var(--t-surface-secondary)}.wk-select:focus-visible,.wk-select[aria-expanded=true]{outline:2px solid var(--t-border-strong);outline-offset:2px}.wk-select[aria-invalid=true]{border-color:var(--sig-negative)}.wk-select-error{color:var(--sig-negative);font-size:12px}.wk-select:disabled{opacity:.5;cursor:not-allowed}.wk-select-value{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wk-select-chevron{flex-shrink:0;color:var(--t-text-secondary);transition:transform .12s ease}.wk-select[aria-expanded=true] .wk-select-chevron{transform:rotate(180deg)}.wk-select-menu{position:fixed;z-index:10000;overflow-y:auto;overscroll-behavior:contain;padding:5px;border:1px solid var(--t-border-medium);border-radius:10px;background:var(--t-surface);color:var(--t-text-primary);box-shadow:0 12px 32px rgb(0 0 0/12%),0 2px 6px rgb(0 0 0/5%);font:13px var(--t-font-sans)}.wk-select-option{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:36px;padding:8px 10px;border-radius:5px;cursor:pointer;line-height:1.4}.wk-select-option>span{overflow-wrap:anywhere}.wk-select-option svg{flex-shrink:0}.wk-select-option[data-active=true]{background:var(--t-surface-hover)}.wk-select-option[aria-selected=true]{font-weight:600}.wk-select-option[aria-disabled=true]{opacity:.4;cursor:not-allowed}.wk-select-caption{padding:8px 10px;color:var(--t-text-secondary);font-size:11px;font-weight:600}.wk-brand-picker.wk-select{width:100%;min-height:48px;padding:7px 9px;background:var(--t-surface)}.wk-brand-content{display:flex;align-items:center;gap:9px;min-width:0}.wk-brand-avatar{display:grid;place-items:center;width:28px;height:28px;flex-shrink:0;border:1px solid var(--t-border-medium);border-radius:7px;background:var(--t-surface-secondary);font-size:11px;font-weight:700}.wk-brand-copy{display:grid;min-width:0;grid-gap:2px;gap:2px}.wk-brand-copy strong{font-size:12px;overflow:hidden;text-overflow:ellipsis}.wk-brand-copy small{color:var(--t-text-secondary);font-size:10px}.collapsed .wk-brand-copy,.collapsed .wk-brand-picker .wk-select-chevron{display:none}.collapsed .wk-brand-picker.wk-select{padding:3px;border-color:transparent}@media (max-width:700px){.wk-brand-copy,.wk-brand-picker .wk-select-chevron{display:none}.wk-brand-picker.wk-select{padding:3px;border-color:transparent}}@media (prefers-reduced-motion:reduce){.wk-select-chevron{transition:none}}