/* stopwatch.css v1-0 */
.status-msg{font-size:.8rem;margin-top:.5rem;color:var(--text-muted);}
.status-msg.error{color:#dc2626;}
.sw-display{text-align:center;padding:1.5rem 0;}.sw-time{font-size:3.5rem;font-weight:700;font-family:monospace;}.sw-laps{margin-top:.8rem;display:flex;flex-direction:column;gap:.2rem;max-height:200px;overflow-y:auto;}.sw-lap-row{display:flex;justify-content:space-between;font-size:.82rem;padding:.25rem .5rem;border-bottom:1px solid var(--border);font-family:monospace;}