/* Component – Tool panel */ .tool-panel { background: var(--bg-surface); border: 1px solid var(--border); border-radius: var(--radius); width: 210px; flex-shrink: 0; overflow: hidden; display: flex; flex-direction: column; }