.exam-timer{background:var(--color-surface);border:2px solid var(--color-border);border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;display:inline-flex}.exam-timer__label{color:var(--color-text-muted);font-size:.75rem}.exam-timer__value{font-variant-numeric:tabular-nums;color:var(--color-text);font-size:1.05rem;font-weight:500}.exam-timer--low{border-color:var(--color-danger);animation:1s ease-in-out infinite exam-timer-pulse}.exam-timer--low .exam-timer__value{color:var(--color-danger)}@keyframes exam-timer-pulse{0%,to{background:var(--color-surface)}50%{background:var(--color-danger-tint)}}
