/* Critical stopwatch layout uses a versioned URL so legacy service workers cannot hide it. */
@media (max-width: 560px) {
  .stopwatch-page.main-container { padding-top: 24px; }
  .stopwatch-page .tool-intro > .eyebrow,
  .stopwatch-page .tool-intro > .small { display: none; }
  .stopwatch-page > .tool-card-wide:first-of-type { display: flex; flex-direction: column; }
  .stopwatch-page > .tool-card-wide:first-of-type > .timer-grid { order: 1; }
  .stopwatch-page > .tool-card-wide:first-of-type > .actions { order: 2; margin-top: 18px; }
  .stopwatch-page > .tool-card-wide:first-of-type > .auto-save-note { order: 3; }
  .stopwatch-page > .tool-card-wide:first-of-type > .backup-panel { order: 4; }
}
