.timer-bar{background:#000000;color:white}.timer-bar>.container{height:54px;display:flex;align-items:center;gap:12px}.timer-pulse{width:9px;height:9px;border-radius:50%;background:var(--primary);animation:pulse 1.5s infinite}.timer-bar div div strong,.timer-bar div div small{display:block}.timer-bar small{color:#d8c3bc}.timer-bar time{margin-left:auto;font:700 18px Manrope;font-variant-numeric:tabular-nums}.timer-bar form{margin:0}.timer-bar button{border:1px solid #854836;background:transparent;color:white;padding:7px 10px;cursor:pointer}.timer-launch{display:flex;gap:20px;align-items:center}.timer-launch>span{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;background:var(--primary);color:white;font-size:22px}.timer-launch h1{margin-bottom:3px}.timer-launch p{color:var(--muted);margin:0}@keyframes pulse{50%{box-shadow:0 0 0 6px #ffb22c33}}@media(max-width:600px){.timer-bar div div{max-width:120px;white-space:nowrap;overflow:hidden}.timer-bar time{font-size:14px}}
