.chord-display{background:var(--surface-2);border-radius:var(--border-radius-lg);border:1px solid var(--border-color);text-align:left;margin-bottom:12px;padding:16px}.chord-display h2{color:var(--text-primary);margin-bottom:12px;font-size:1.45rem;font-weight:700}.chord-notes{margin-top:16px}.chord-notes h3{color:var(--text-secondary);margin-bottom:6px;font-size:.95rem;font-weight:600}.chord-notes ul{flex-wrap:wrap;justify-content:flex-start;gap:12px;list-style:none;display:flex}.chord-notes li{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--border-color);transition:var(--transition-fast);border-radius:8px;padding:6px 12px;font-size:.95rem;font-weight:600}.chord-notes li:hover{background:var(--surface-3);border-color:rgba(var(--accent-primary-rgb),.22)}