.instrument-select-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.instrument-select-modal{background:var(--card-bg,#111);border:1px solid var(--border-color,#ffffff1f);border-radius:14px;width:100%;max-width:520px;overflow:hidden}.instrument-select-header{border-bottom:1px solid var(--border-color,#ffffff1f);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.instrument-select-title{color:var(--text,#fff);margin:0;font-size:18px}.instrument-select-close{color:var(--text,#fff);cursor:pointer;background:0 0;border:0;padding:0 6px;font-size:26px;line-height:1}.instrument-select-body{padding:16px}.instrument-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.instrument-option{border:1px solid var(--border-color,#ffffff24);color:var(--text,#fff);cursor:pointer;background:#ffffff0a;border-radius:12px;padding:12px 10px;transition:transform .1s,background .12s,border-color .12s}.instrument-option:hover{background:#ffffff12;transform:translateY(-1px)}.instrument-option.active{background:#3b82f626;border-color:#3b82f6cc}.instrument-select-footer{border-top:1px solid var(--border-color,#ffffff1f);justify-content:flex-end;gap:10px;padding:14px 16px;display:flex}@media (max-width:520px){.instrument-options{grid-template-columns:1fr}}
