/* Neo timer */
.fasto-timer { --num:#e6fbff; --muted:#9fc4d9; --accent: var(--fasto-accent); }
.fasto-timer .fasto-timer-label { color: var(--muted); font-weight:700; letter-spacing:.5px; }
.fasto-timer .fasto-timer-digits {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(24px,4.6vw,48px);
  line-height:1; font-variant-numeric: tabular-nums;
  text-shadow: 0 0 10px rgba(58,211,255,.35);
}
.fasto-timer .ft-colon { opacity:.9; animation: blink 1s steps(2,end) infinite; }
@keyframes blink{ 50%{ opacity:.2 } }
.fasto-timer-status { margin-top:.3rem; color: var(--muted); }

