.shelf-dropdown{display:inline-flex;position:relative}.shelf-dropdown-panel{z-index:20;background:var(--bg-card);border:1px solid var(--border2);border-radius:var(--r-md);flex-direction:column;gap:2px;min-width:240px;max-width:320px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 32px #0006}.shelf-dropdown-row{border-radius:var(--r-sm);color:var(--t1);justify-content:space-between;align-items:center;gap:12px;padding:9px 10px;font-size:14px;display:flex}.shelf-dropdown-row-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shelf-dropdown-divider{background:var(--border);height:1px;margin:6px 2px}.shelf-dropdown-create{border-radius:var(--r-sm);color:var(--purple-light);cursor:pointer;transition:var(--ease);text-align:left;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:9px 10px;font-size:14px;font-weight:700;display:flex}.shelf-dropdown-create:hover{background:#7235e01a}.shelf-switch{border-radius:var(--r-full);background:var(--bg3);border:1px solid var(--border2);cursor:pointer;width:38px;height:22px;transition:var(--ease);flex-shrink:0;padding:0;position:relative}.shelf-switch:after{content:"";background:var(--t2);width:16px;height:16px;transition:var(--ease);border-radius:50%;position:absolute;top:2px;left:2px}.shelf-switch.active{border-color:var(--success);background:#3ec87e33}.shelf-switch.active:after{background:var(--success);transform:translate(16px)}.shelf-switch:disabled{opacity:.6;cursor:not-allowed}
