/**
 * Soft premium button rhythm: slight radius, not pill-round.
 * Circles stay for avatars / icon-only controls.
 */
body:not(.tomato-mode) .left-panel .btn-main,
body:not(.tomato-mode) .left-panel .btn-ghost,
body:not(.tomato-mode) #rightPanel .btn-auth,
body:not(.tomato-mode) .my-page-shell .mp-btn,
body:not(.tomato-mode) .my-page-shell .mp-mini-btn,
body:not(.tomato-mode) .my-page-shell .mp-mini-btn-primary,
body:not(.tomato-mode) .msg-polish-btn,
body:not(.tomato-mode) .mnp-polish-icon-btn {
  border-radius: 4px !important;
}

/* Left Clear / Add Node / Sound — keep rectangular, not soft-rounded */
body:not(.tomato-mode) .left-panel .controls-row .btn-main,
body:not(.tomato-mode) .left-panel .controls-row .btn-ghost,
body:not(.tomato-mode) .left-panel #clearPlacesBtn,
body:not(.tomato-mode) .left-panel #addPlaceBtn,
body:not(.tomato-mode) .left-panel #soundToggleBtn {
  border-radius: 3px !important;
}
