.pt-select{min-width:0}.pt-select>select[hidden]{display:none!important}.pt-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;text-align:left;cursor:pointer}.pt-trigger:disabled{cursor:default}.pt-trigger .r2-type{max-width:100%;overflow:hidden;text-overflow:ellipsis}.pt-popup{position:fixed;z-index:11000;box-sizing:border-box;max-height:calc(100vh - 24px);padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--bg-surface);box-shadow:0 12px 36px #21164726;color:var(--txt-1)}.pt-popup[hidden]{display:none}.pt-popup>.input{width:100%;margin-bottom:8px}.pt-popup [role=listbox]{max-height:260px;overflow:auto}.pt-popup [role=option]{display:flex;align-items:center;width:100%;min-height:40px;padding:8px;border:0;border-radius:8px;background:transparent;color:var(--txt-1);text-align:left;cursor:pointer}.pt-popup [role=option][aria-selected=true],.pt-popup .pt-highlight{background:var(--bg-violet-soft)}.pt-popup [aria-selected=true]::after{content:'✓';margin-left:auto;color:var(--violet)}.pt-empty{padding:12px;color:var(--txt-3)}.pt-trigger:focus-visible,.pt-popup button:focus-visible{outline:2px solid var(--violet);outline-offset:2px}
