/* =====================================================================================
 *  Now Serving — Station View (.ns) — STAFF full-page queue board.
 *  Verbatim Signal-design translation of docs/design/queue/Now Serving (Station View).dc.html.
 *  Tokens applied via the rootStyle data-bind (light only, per the design); this file carries
 *  the font @import + scoped reset/scrollbar/keyframes only.
 * ===================================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

.ns-root * { box-sizing: border-box; }
.ns-root ::selection { background: #C2CCFB; }
.ns-root button { font-family: 'Plus Jakarta Sans', sans-serif; }

.nsScrl::-webkit-scrollbar { width: 9px; height: 9px; }
.nsScrl::-webkit-scrollbar-thumb { background: #cfd4e4; border-radius: 99px; border: 2px solid transparent; background-clip: content-box; }

@keyframes ns-pop   { 0% { transform: translateY(6px); opacity: 0 } 100% { transform: translateY(0); opacity: 1 } }
@keyframes ns-pulse { 0%, 100% { opacity: 1 } 50% { opacity: .5 } }
