/* ABOUTME: The Crawl — a cable-news ticker pinned to the bottom of every Penguinboi Network site. */
#pnn-crawl{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;
  height:102px;background:#0b1020;color:#e8eefc;font:700 39px/1 system-ui,sans-serif;
  border-top:6px solid #ffd23f;box-shadow:0 -12px 42px rgba(0,0,0,.35)}
#pnn-crawl .bug{flex:none;display:flex;align-items:center;gap:1.2rem;padding:0 2.1rem;height:100%;
  background:#ffd23f;color:#0b1020;font-weight:900;letter-spacing:1.5px}
#pnn-crawl .bug .dot{width:24px;height:24px;border-radius:50%;background:#ff3b3b;box-shadow:0 0 24px #ff3b3b}
#pnn-crawl .track{flex:1;overflow:hidden;white-space:nowrap}
#pnn-crawl .run{display:inline-block;padding-left:100%;animation:pnn-crawl-move 180s linear infinite}
#pnn-crawl:hover .run{animation-play-state:paused}
#pnn-crawl .item{padding:0 1.65rem}
#pnn-crawl .sep{color:#ffd23f;opacity:.7}
#pnn-crawl .bumper{color:#ffd23f}
@keyframes pnn-crawl-move{from{transform:translateX(0)}to{transform:translateX(-50%)}}
