/*hss 1.0*/@font-face{font-family:body;font-style:normal;font-weight:400;src:url(/assets/body.woff2) format('woff2');}@font-face{font-family:display;font-style:normal;font-weight:400;src:url(/assets/display.woff2) format('woff2');}*{box-sizing:border-box;}body{background:#000;margin:0;}#map{background:#000;font-family:display;--mapcurr:#d82f19;--mapfill:#333;--mapline:#fff;--maplite:#3bb162;--maptext:#fff;position:relative;transform-origin:top left;user-select:none;}#map [class^=map-node-]{align-items:center;background:var(--mapfill);border:2px solid var(--mapline);color:var(--maptext);display:flex;justify-content:center;padding:2px 0 0 0;position:absolute;text-transform:uppercase;}#map .map-node-s,#map .map-node-o{border-radius:16px;height:32px;margin:-16px 0 0 -16px;width:32px;}#map .map-node-a{height:32px;margin:-16px 0 0 -24px;width:48px;}#map .map-node-current{animation:map-node-blink 1s linear infinite;background:var(--mapcurr);}#map .map-node-lit{background:var(--maplite);}#play-display{align-items:flex-end;background:#000;color:#fff;display:flex;font-family:display;font-size:32px;height:48px;justify-content:flex-end;letter-spacing:4px;max-width:100%;overflow:clip;padding:0 32px;text-transform:uppercase;white-space:nowrap;}@keyframes map-node-blink{50%{background:var(--mapfill);}}