#root{text-align:center;width:100dvw;min-height:100dvh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}: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;min-width:320px;min-height:100vh}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: #6366f1;--primary-dark: #4f46e5;--bg: #f0f0f3;--surface: #f0f0f3;--shadow: 8px 8px 16px #d1d1d1, -8px -8px 16px #ffffff;--inner-shadow: inset 4px 4px 8px #d1d1d1, inset -4px -4px 8px #ffffff;--text: #2d3748;--text-light: #718096;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--border-radius: 16px}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg);color:var(--text)}#root{height:100dvh;min-height:100dvh;min-width:100dvw;display:flex;flex-direction:column;overflow:hidden}.btn{height:35px;padding:10px;border:none;border-radius:var(--border-radius);background:var(--surface);box-shadow:var(--shadow);color:var(--text);font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:active{box-shadow:var(--inner-shadow)}.btn.primary{background:var(--primary);color:#fff;box-shadow:8px 8px 16px #d1d1d1,-8px -8px 16px #fff,inset 0 0 0 0 var(--primary-dark)}.btn.primary:active{box-shadow:inset 4px 4px 8px var(--primary-dark),inset -4px -4px 8px var(--primary)}.input{width:100%;height:48px;padding:0 16px;border:none;border-radius:var(--border-radius);background:var(--surface);box-shadow:var(--inner-shadow);font-size:16px;color:var(--text);transition:all .2s ease}.input:focus{outline:none;box-shadow:var(--inner-shadow),0 0 0 2px var(--primary)}.card{background:var(--surface);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:8px;margin-bottom:8px}header{display:flex;gap:12px;align-items:center;background:var(--surface);padding:12px 16px;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100}header h3{margin:0;color:var(--primary);font-weight:700}footer{padding:12px;border-top:1px solid #91badb;text-align:center;background:var(--surface);z-index:100}@media (max-height: 900px){.footer{display:none}}main{flex:1;min-height:0;overflow:auto;padding:16px;-webkit-overflow-scrolling:touch;width:100%}.nav{display:flex;gap:8px;margin-left:auto}.workout-list{list-style:none;padding:0;margin:0}.workout-item{background:var(--surface);border-radius:var(--border-radius);box-shadow:var(--shadow);padding:16px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.workout-item:active{box-shadow:var(--inner-shadow)}.timer-display{font-size:200px;font-weight:700;text-align:center;margin:0;color:var(--primary);text-shadow:2px 2px 4px rgba(0,0,0,.1)}.stage-label{font-size:3rem;font-weight:600;text-align:center;margin:0;color:var(--text)}@media (max-width: 480px){main{padding:12px}.timer-display{font-size:105px}}.app-title{margin:0;color:#000}@media (max-width: 450px){.app-title{display:none}}.input.small{height:28px;padding:0 12px;font-size:14px;border-radius:12px}.btn.small{height:32px;padding:6px 12px;font-size:13px;border-radius:10px;min-width:auto}
