/* =====================================================================================
 *  Waiting-Room Monitor (.wm) — PUBLIC full-screen lobby-TV display (light + dark).
 *  Verbatim Signal-design translation of docs/design/queue/Waiting-Room Monitor.dc.html.
 *  Tokens applied via the rootStyle data-bind (mode-aware); 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');

.wm-root * { box-sizing: border-box; }
.wmScrl::-webkit-scrollbar { width: 8px; }
.wmScrl::-webkit-scrollbar-thumb { background: #9aa3c0; border-radius: 99px; }

@keyframes wm-pulse { 0%, 100% { opacity: 1 } 50% { opacity: .45 } }
@keyframes wm-glow  { 0%, 100% { box-shadow: 0 0 0 0 rgba(94,118,238,.5) } 50% { box-shadow: 0 0 0 6px rgba(94,118,238,0) } }
