:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;justify-content:center;align-items:center;min-width:320px;min-height:100vh}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{max-width:480px;margin:0 auto;padding:2rem;text-align:center}h1{margin-bottom:1.5rem}.stopwatch-layout{position:relative}.stopwatch{width:100%}.timer-display{margin-bottom:1.5rem}.timer-display .time{font-size:4rem;font-family:Courier New,Courier,monospace;font-weight:700;display:block;letter-spacing:.05em}.timer-display .loops{font-size:1rem;color:#888;margin-top:.25rem;display:block}.controls{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.controls button{min-width:5rem}.skip-controls{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-bottom:2rem}.skip-controls .skip-label{font-size:.85rem;color:#888;margin-right:.25rem}.skip-controls button{min-width:3.5rem;font-size:.85rem;padding:.3rem .6rem}.config{text-align:left;border:1px solid #444;border-radius:8px;padding:1rem 1.25rem}.config legend{font-size:.85rem;color:#888;padding:0 .5rem}.config-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.config-row:last-child{margin-bottom:0}.config-row>label:first-child{min-width:6rem;font-weight:500}.duration-inputs{display:flex;align-items:center;gap:.35rem}.duration-inputs input{width:3rem;text-align:center;padding:.3rem;border-radius:4px;border:1px solid #555;background:inherit;color:inherit;font-size:.95rem}.duration-inputs span{font-size:.85rem;color:#888}.loop-inputs{display:flex;align-items:center;gap:.75rem}.loop-inputs label{display:flex;align-items:center;gap:.25rem;cursor:pointer}.loop-count-input{width:3.5rem;text-align:center;padding:.3rem;border-radius:4px;border:1px solid #555;background:inherit;color:inherit;font-size:.95rem}.config-row-center{justify-content:center;margin-top:.5rem}fieldset:disabled{opacity:.5}.checkpoints{position:fixed;top:2rem;right:2rem;width:220px;text-align:left;border:1px solid #444;border-radius:8px;padding:1rem 1.25rem;max-height:calc(100vh - 4rem);display:flex;flex-direction:column}.checkpoints-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem;flex-shrink:0}.checkpoints-title{font-weight:500;font-size:.95rem}.checkpoints-actions{display:flex;gap:.5rem;flex-wrap:wrap}.checkpoints-actions button{font-size:.8rem;padding:.25rem .6rem}.clear-all-btn{color:#f87171}.checkpoints-list{list-style:none;padding:0;margin:0;overflow-y:auto;flex:1;min-height:0}.checkpoints-list li{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;border-bottom:1px solid #333}.checkpoints-list li:last-child{border-bottom:none}.checkpoint-time{font-family:Courier New,Courier,monospace;font-size:.95rem}.checkpoint-remove{background:none;border:none;color:#888;cursor:pointer;font-size:.9rem;padding:.15rem .4rem;border-radius:4px;line-height:1}.checkpoint-remove:hover{color:#f87171;background:#f871711a}
