.count-in-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);backdrop-filter:blur(2px);z-index:9999;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:opacity .2s}.count-in-overlay.show{opacity:1;pointer-events:auto}.count-in-overlay.show.allow-click-through{pointer-events:none}.count-circle{width:120px;height:120px;border-radius:50%;background:rgba(255,140,0,.9);border:4px solid #fff;box-shadow:0 0 30px rgba(255,140,0,.6);display:flex;justify-content:center;align-items:center;transform:scale(.8)}.count-number{font-size:64px;font-weight:800;color:#fff;font-family:sans-serif}.count-circle.pulse{animation:.4s ease-out forwards countPulse}@keyframes countPulse{0%{transform:scale(1.3);background:#ffa028}100%{transform:scale(1);background:rgba(255,140,0,.9)}}