.select-trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:8px;display:flex}.select-trigger:disabled{cursor:default}.select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;min-height:1.4375em;overflow:hidden}.select-arrow{color:#0000008a;pointer-events:none;flex-shrink:0}.select-menu{z-index:1600;background-color:var(--surface);border-radius:8px;max-height:300px;padding:4px 0;position:fixed;overflow-y:auto;box-shadow:0 4px 16px #0000001f,0 0 1px #0000001a}.select-option{width:100%;color:var(--ink-body);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:8px 12px;font-size:14px;display:flex}.select-option:hover{background-color:#0000000a}.select-option-selected{font-weight:500}.select-bare .tf-root{background-color:#0000}.select-bare .select-trigger{color:#6e6e73;padding:4px 0;font-size:12px;font-weight:400}.select-bare .select-trigger:hover,.select-bare .select-trigger:hover .select-arrow{color:#1d1d1f}.select-bare .select-arrow{color:#6e6e73;width:18px;height:18px}
