: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;min-width:320px;min-height:100vh;width:100%}#root{width:100%;display:flex;justify-content:center}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}}:root{--primary-color: #3e63dd;--primary-hover: #2954d4;--danger-color: #e53e3e;--danger-hover: #c53030;--bg-color: #f7f9fc;--card-bg: white;--text-color: #2d3748;--border-color: #e2e8f0;--running-bg: #ebf8ff;--running-border: #90cdf4}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.5;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-text-size-adjust:100%}.container{max-width:1200px;width:100%;padding:2rem 1rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;width:100%;text-align:center}.app-title{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.wolf-logo{width:3rem;height:3rem}h1{font-size:2.25rem;font-weight:700;color:var(--text-color)}.header-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.add-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s;min-width:200px}.add-button:hover{background-color:var(--primary-hover)}.export-button,.import-button{background-color:#fff;color:var(--text-color);border:1px solid var(--border-color);border-radius:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.export-button:hover,.import-button:hover{background-color:#f1f5f9;border-color:#cbd5e0}.stopwatch-list{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:800px}.empty-state{text-align:center;padding:3rem;background-color:var(--card-bg);border-radius:.5rem;border:1px dashed var(--border-color);color:#718096;width:100%}.stopwatch-card{background-color:var(--card-bg);border-radius:.5rem;border:1px solid var(--border-color);padding:1rem 1.25rem;box-shadow:0 2px 4px #0000000a;transition:all .3s ease;width:100%;display:flex;align-items:center;gap:1rem}.stopwatch-card.running{background-color:var(--running-bg);border-color:var(--running-border);box-shadow:0 4px 6px #4299e11a}.stopwatch-title{font-size:1.125rem;font-weight:600;border:none;background:transparent;color:var(--text-color);flex:1;min-width:0;padding:.25rem;border-radius:.25rem;margin-right:.5rem}.stopwatch-title:focus{outline:2px solid var(--primary-color);background-color:#fff}.stopwatch-time{font-size:1.25rem;font-weight:600;font-variant-numeric:tabular-nums;font-family:monospace;white-space:nowrap;min-width:120px;text-align:center}.stopwatch-controls,.time-adjust-group{display:flex;align-items:center;gap:.5rem}.time-adjust-button{padding:.4rem .6rem;border-radius:.375rem;border:1px solid var(--border-color);background-color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500;width:auto;text-align:center}.time-adjust-button.decrease{color:var(--danger-color)}.time-adjust-button.decrease:hover{background-color:#fff5f5;border-color:#fc8181}.time-adjust-button.increase{color:var(--primary-color)}.time-adjust-button.increase:hover{background-color:#ebf8ff;border-color:#63b3ed}.control-button{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;border:1px solid var(--border-color);background-color:#fff;font-size:1.125rem;cursor:pointer;transition:all .2s;width:2.5rem;height:2.5rem}.control-button:hover{background-color:#f7fafc;border-color:#cbd5e0}.delete-button{background:none;border:none;color:#a0aec0;font-size:1.25rem;cursor:pointer;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;padding:0;margin-left:auto}.delete-button:hover{background-color:var(--danger-color);color:#fff}@media (max-width: 768px){.container{padding:1rem .75rem}.stopwatch-list{max-width:100%}.stopwatch-card{flex-wrap:wrap;padding:.75rem;gap:.5rem}.stopwatch-title{flex:1 0 60%;order:1}.stopwatch-time{flex:1 0 30%;text-align:right;margin:0;order:2}.delete-button{order:3;width:1.75rem;height:1.75rem;margin-left:0}.stopwatch-controls{order:4;margin-left:0}.time-adjust-group{order:5;flex:1}}@media (max-width: 480px){.container{padding:.75rem .5rem}.app-title{margin-bottom:1rem}.wolf-logo{width:2.5rem;height:2.5rem}h1{font-size:1.75rem}.header-buttons{flex-direction:column;width:100%;max-width:480px}.add-button,.export-button,.import-button{width:100%;padding:.625rem 1rem}.stopwatch-title{font-size:1rem}.stopwatch-time{font-size:1.125rem}.time-adjust-button{padding:.375rem .5rem;font-size:.8125rem}.control-button{width:2.25rem;height:2.25rem;padding:.4rem}}
