/* Preserve native wheel/touch momentum and keep scrolling surfaces inexpensive. */
.workspace{scroll-behavior:auto;overscroll-behavior-y:contain;scrollbar-gutter:stable}
.shelf,.hero-grid,.song-grid{scroll-snap-type:x proximity;scroll-padding-inline:16px}
.lyrics-lines,.queue-panel,.sidebar-scroll{overscroll-behavior:contain}
.player-bar,#mobile-nav{background:var(--surface);backdrop-filter:none;-webkit-backdrop-filter:none}
.full-backdrop{transform:translateZ(0);pointer-events:none}
/* Small glass accents sit inside moving content; use a tint without live blur. */
.hero .pill,.online-hero .hero-play{backdrop-filter:none;-webkit-backdrop-filter:none}
@media(max-width:600px){
 .workspace{scrollbar-gutter:auto}
}
