.sidebar { width: 260px; background: var(--accent); color: #fff; display: flex; flex-direction: column; flex-shrink: 0; overflow-y: auto; } .main { flex: 1; display ...