#globalTimerBar{position:fixed;z-index:40;top:7px;right:22px;width:min(620px,calc(100vw - 285px));height:52px;background:#071e40;color:#fff;border:1px solid #27486f;border-radius:7px;box-shadow:0 5px 18px #00142f4d;display:grid;grid-template-columns:18px 1fr 95px 125px;gap:11px;align-items:center;padding:7px 8px 7px 13px}.global-timer-pulse{width:10px;height:10px;border-radius:50%;background:#48ba72;box-shadow:0 0 0 5px #48ba7228;animation:timerPulse 1.6s infinite}#globalTimerBar>div{min-width:0;display:flex;flex-direction:column}#globalTimerBar small{font-size:8px;color:#9fb3ca}#globalTimerBar b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#globalTimerBar b span{color:#d3a03b}#globalTimerBar em{font-size:9px;color:#c2cedc;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#globalTimerBar>strong{font:700 17px Consolas;text-align:center}#globalTimerBar>button{height:35px;padding:0 10px;background:#c63d3d;border-color:#c63d3d;color:#fff;font-size:10px}@keyframes timerPulse{50%{opacity:.45;box-shadow:0 0 0 8px #48ba7210}}@media(max-width:800px){#globalTimerBar{left:8px;right:8px;top:6px;width:auto;grid-template-columns:12px 1fr 75px 105px}#globalTimerBar em{display:none}}
