.cts{width:100%;position:relative}.cts-list{z-index:130;background:var(--app-shell-glass-dropdown);max-height:336px;box-shadow:inset 1px 0 0 0 var(--app-shell-border), inset -1px 0 0 0 var(--app-shell-border), inset 0 -1px 0 0 var(--app-shell-border), var(--app-shell-panel-shadow);animation:cts-panel-in .14s var(--app-shell-easing);border-radius:0 0 16px 16px;margin:0;padding:6px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.cts[data-open=true] .sfw-frame{box-shadow:inset 0 1px 0 0 var(--app-shell-border), inset 1px 0 0 0 var(--app-shell-border), inset -1px 0 0 0 var(--app-shell-border);border-radius:16px 16px 0 0}.cts[data-open=true] .sfw-field,.cts[data-open=true] .sfw-field:focus-within{box-shadow:none;background:0 0}.cts-opt{height:44px;color:var(--app-shell-text);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:12px;padding:0 8px 0 6px;display:flex}.cts-opt[data-active=true]{background:var(--app-shell-control)}.cts-opt-tile{box-sizing:border-box;background:var(--app-shell-panel);border:1px solid var(--app-shell-border-strong);border-radius:var(--app-shell-radius-chip);flex:0 0 32px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.cts-opt-fill{border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.cts-opt-glyph{justify-content:center;align-items:center;display:flex}.cts-opt-fallback{color:var(--app-shell-text-muted)}.cts-opt-name{min-width:0;font-size:var(--app-type-small);letter-spacing:var(--app-tracking-hero);white-space:nowrap;text-overflow:ellipsis;flex:1;line-height:18px;overflow:hidden}.cts-opt-status{flex-shrink:0;align-items:center;gap:4px;font-size:12px;line-height:16px;display:inline-flex}.cts-opt-status--connected{color:var(--app-shell-text-muted)}.cts-opt-status--busy{color:var(--app-shell-text-subtle)}.cts-opt-add{width:28px;height:28px;color:var(--app-shell-text-muted);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:color 75ms,background-color 75ms;display:flex}.cts-opt[data-active=true] .cts-opt-add{color:var(--app-shell-text);background:var(--app-shell-control-hover)}.cts-spin{animation:.9s linear infinite cts-spin}.cts-empty{color:var(--app-shell-text-subtle);letter-spacing:var(--app-tracking-body);padding:10px 8px;font-size:13px;line-height:18px}@keyframes cts-panel-in{0%{opacity:0}to{opacity:1}}@keyframes cts-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.cts-list{animation:none}.cts-opt-add{transition:none}.cts-spin{animation:none}}