.gl-beat-light{display:inline-block;width:18px;height:18px;border-radius:50%;background:#ced4da;border:2px solid rgba(0,0,0,.15);transition:transform .08s ease, box-shadow .08s ease, background .08s ease;}
.gl-beat-light.active,.gl-beat-light.gl-beat-active{background:#ffb703;box-shadow:0 0 0 6px rgba(255,183,3,.22);transform:scale(1.2);}
.gl-metronome-display{font-size:4rem;font-weight:800;line-height:1;}
.gl-timer-ring{--gl-timer-progress:0;width:220px;height:220px;border-radius:50%;margin-left:auto;margin-right:auto;background:conic-gradient(currentColor calc(var(--gl-timer-progress) * 1turn), rgba(0,0,0,.12) 0);display:flex;align-items:center;justify-content:center;padding:12px;color:#ffb703;}
.gl-timer-inner{width:100%;height:100%;border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:800;}
.gl-tool-status{min-height:1.3rem;font-size:.9rem;}
