/* Full-screen paused state: green inset border + "Time paused" stamp.
   Pill styling lives in /css/atoms/pill.css (.pill-paused). */

#pause-overlay {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 80;
    box-shadow: inset 0 0 0 6px var(--color-success);
}

#pause-overlay[hidden] {
    display: none;
}

#pause-label {
    position: absolute;
    top: 20px;
    right: 20px;
}
