:root{font-family:SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:1.2;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#000}button{font-family:inherit}.app{min-height:100vh;min-height:100dvh;background:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:stretch}.app.overtime{background:#8a0000}.app.warning{background:#ffd60a;color:#000}.app.warning .control-button{border-color:#0006;background:#f7f7f7;color:#000}.app.warning .control-button:hover,.app.warning .control-button:focus-visible{border-color:#000a;background:#e7e7e7;outline:none}.timer-shell{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.time{font-weight:700;letter-spacing:.06em;font-variant-numeric:tabular-nums;text-align:center;line-height:1;display:flex;justify-content:center;align-items:baseline;gap:.05em}.time-measure{position:absolute;visibility:hidden;pointer-events:none;display:flex;white-space:nowrap;font-weight:700;letter-spacing:.06em;font-variant-numeric:tabular-nums;line-height:1;gap:.05em;align-items:baseline}.digit{display:inline-flex;justify-content:center;align-items:center;width:.7em;text-align:center}.digit.colon{width:.35em}.digit.minus{width:.45em}.controls{display:flex;gap:.5rem;padding:.75rem 1rem;padding-bottom:max(1.5rem,calc(env(safe-area-inset-bottom,0px) + 1.25rem));margin-top:-.25rem;justify-content:center}.control-button{border:1px solid #ffffff66;background:#1a1a1a;color:#fff;padding:.6rem 1.4rem;border-radius:999px;font-size:1rem;cursor:pointer;transition:background .12s ease,border-color .12s ease}.control-button:hover,.control-button:focus-visible{border-color:#fffa;background:#2a2a2a;outline:none}.control-button.secondary{background:transparent}
