.studio-select{width:100%;min-width:0;position:relative}.studio-select-trigger{border:1px solid rgb(var(--green-rgb) / .14);background:rgb(var(--panel-rgb) / .9);width:100%;min-width:0;height:36px;min-height:36px;color:var(--ink);font-size:var(--text-13);font-weight:var(--weight-regular);text-align:left;border-radius:7px;justify-content:space-between;align-items:center;gap:8px;padding:0 9px 0 10px;line-height:1;transition:background .16s,border-color .16s,box-shadow .16s;display:flex}.studio-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.studio-select-trigger svg{color:rgb(var(--muted-rgb) / .82);flex:none;transition:transform .16s}.studio-select.open .studio-select-trigger,.studio-select-trigger:hover,.studio-select-trigger:focus-visible{border-color:rgb(var(--green-rgb) / .28);background:rgb(var(--panel-rgb) / .98);box-shadow:0 5px 14px rgb(var(--shadow-rgb) / .06)}.studio-select.open .studio-select-trigger svg{transform:rotate(180deg)}.studio-select-options{z-index:4100;overscroll-behavior:contain;border:1px solid rgb(var(--green-rgb) / .13);background:rgb(var(--panel-rgb) / .99);box-shadow:0 14px 32px rgb(var(--shadow-rgb) / .14);border-radius:8px;padding:4px;display:grid;position:fixed;overflow-y:auto}.studio-select-options button{width:100%;min-height:28px;color:var(--ink);font-size:var(--text-11);font-weight:var(--weight-medium);text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:5px 7px;line-height:1.25;display:flex}.studio-select-options button:hover,.studio-select-options button:focus-visible{background:rgb(var(--green-soft-rgb) / .78);color:var(--green)}.studio-select-options button.active{background:var(--green);color:#fffefa}.studio-select-options button svg{opacity:0;flex:none}.studio-select-options button.active svg{opacity:1}
