:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f0f;--surface:#1a1a1a;--surface2:#242424;--border:#2e2e2e;--text:#e8e8e8;--text-muted:#888;--accent:#f97316;--accent-dim:#f9731626;--accent-green:#22c55e;--accent-green-dim:#22c55e26;--danger:#ef4444;--radius:12px;--radius-sm:8px}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{max-width:480px;min-height:100dvh;margin:0 auto}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}ul{list-style:none}.app{flex-direction:column;min-height:100dvh;display:flex}.app-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 16px 16px;display:flex}.app-header h1{letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.app-sub{color:var(--text-muted);margin-top:2px;font-size:.75rem}.header-actions{gap:8px;display:flex}.icon-btn{background:var(--surface2);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;transition:background .15s;display:flex}.icon-btn:hover{background:var(--border)}main{flex-direction:column;flex:1;gap:24px;padding:16px;display:flex}.section-header{margin-bottom:10px}.section-header h2{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.75rem;font-weight:600}.stretch-card{background:var(--accent-dim);border:1px solid var(--accent);border-radius:var(--radius);text-align:left;align-items:center;gap:14px;width:100%;padding:16px;transition:background .15s;display:flex}.stretch-card:hover{background:#f9731638}.stretch-card-icon{font-size:1.8rem}.stretch-card-title{font-size:1rem;font-weight:600}.stretch-card-sub{color:var(--text-muted);margin-top:2px;font-size:.8rem}.workout-list{flex-direction:column;gap:8px;display:flex}.workout-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;transition:background .15s,border-color .15s;display:flex}.workout-card:hover{background:var(--surface2);border-color:#3e3e3e}.workout-card.running{background:#22c55e12;border-color:#2e3a2e}.workout-card.running:hover{background:#22c55e1f}.workout-card-title{font-size:.95rem;font-weight:600}.workout-card-sub{color:var(--text-muted);margin-top:2px;font-size:.78rem}.arrow{color:var(--text-muted);font-size:1.4rem}.workout-view{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;padding-bottom:32px;display:flex}.workout-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:10;align-items:center;gap:12px;padding:16px 16px 12px;display:flex;position:sticky;top:0}.workout-header h2{font-size:1.1rem;font-weight:700}.back-btn{color:var(--accent);white-space:nowrap;padding:4px 0;font-size:.9rem}.workout-note.alert{border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent);background:#f973161a;margin:12px 16px 0;padding:10px 14px;font-size:.82rem;font-weight:600}.exercise-list{flex-direction:column;gap:6px;padding:12px 16px;display:flex}.exercise-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;align-items:flex-start;gap:12px;padding:12px 14px;transition:background .15s;display:flex}.exercise-item:hover{background:var(--surface2)}.exercise-item.done{opacity:.5;background:var(--surface)}.ex-check{border:2px solid var(--border);width:22px;height:22px;color:var(--accent-green);background:var(--accent-green-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;transition:all .15s;display:flex}.exercise-item.done .ex-check{border-color:var(--accent-green)}.ex-body{flex:1;min-width:0}.ex-name{font-size:.9rem;font-weight:600;line-height:1.3}.ex-meta{color:var(--text-muted);margin-top:3px;font-size:.8rem}.ex-meta .sep{margin:0 4px}.ex-note{color:var(--accent);margin-top:4px;font-size:.75rem}.stretch-link{color:var(--accent);font-size:.9rem;font-weight:600;text-decoration:underline}.log-section{margin-top:auto;padding:16px}.log-form{flex-direction:column;gap:10px;display:flex}.log-form textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;resize:vertical;padding:10px 12px;font-size:.9rem}.logged-badge{text-align:center;color:var(--accent-green);padding:12px;font-size:.95rem;font-weight:600}.btn-row{gap:10px;display:flex}.btn-primary{background:var(--accent);color:#000;border-radius:var(--radius-sm);flex:1;padding:14px;font-size:.95rem;font-weight:700;transition:opacity .15s}.btn-primary:hover{opacity:.85}.btn-secondary{background:var(--surface2);color:var(--text);border-radius:var(--radius-sm);border:1px solid var(--border);flex:1;padding:14px;font-size:.95rem;font-weight:600;transition:background .15s}.btn-secondary:hover{background:var(--border)}.btn-danger{width:100%;color:var(--danger);border-radius:var(--radius-sm);border:1px solid var(--danger);background:#ef44441a;margin-top:8px;padding:12px;font-size:.9rem;font-weight:600;transition:background .15s}.btn-danger:hover{background:#ef444433}.stretch-timer{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.stretch-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px;display:flex}.stretch-progress-label{color:var(--text-muted);font-size:.85rem}.stretch-list-side{border-bottom:1px solid var(--border);max-height:180px;padding:12px 16px;overflow-y:auto}.stretch-list-side ul{flex-direction:column;gap:4px;display:flex}.stretch-list-side li{color:var(--text-muted);padding:3px 0;font-size:.82rem;transition:color .2s}.stretch-list-side li.active{color:var(--accent);font-weight:700}.stretch-list-side li.completed{color:var(--accent-green)}.timer-center{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding:24px 16px 32px;display:flex}.timer-center h2{text-align:center;font-size:1.3rem;font-weight:700;line-height:1.3}.ring{width:140px;height:140px}.ring-bg{fill:none;stroke:var(--surface2);stroke-width:8px}.ring-fill{fill:none;stroke:var(--accent);stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.ring-text{fill:var(--text);font-family:inherit;font-size:28px;font-weight:700}.stretch-done{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:480px;min-height:100dvh;margin:0 auto;padding:32px;display:flex}.done-icon{color:var(--accent-green);font-size:4rem}.stretch-done h2{font-size:1.6rem;font-weight:700}.stretch-done p{color:var(--text-muted)}.running-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;gap:12px;margin:24px 16px;padding:32px 20px;display:flex}.running-icon{font-size:3rem}.running-card h3{font-size:1.4rem;font-weight:700}.running-detail{color:var(--text-muted);font-size:.9rem;line-height:1.5}.history-view{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;padding-bottom:32px;display:flex}.history-list{flex-direction:column;gap:8px;padding:12px 16px;display:flex}.history-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 40px 14px 14px;position:relative}.history-title{font-size:.95rem;font-weight:600}.history-date{color:var(--text-muted);margin-top:3px;font-size:.78rem}.history-notes{color:var(--text-muted);margin-top:6px;font-size:.82rem;font-style:italic}.delete-btn{background:var(--surface2);width:28px;height:28px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.delete-btn:hover{color:var(--danger);background:#ef444433}.wc-body{flex-direction:column;gap:16px;padding:16px;display:flex}.wc-field{flex-direction:column;gap:6px;display:flex}.wc-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);font-size:.75rem;font-weight:600}.wc-select,.wc-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;appearance:none;padding:12px 14px;font-size:1rem}.wc-select:focus,.wc-input:focus{outline:2px solid var(--accent);outline-offset:-1px}.wc-result{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:4px;overflow:hidden}.wc-result-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;font-size:.9rem;font-weight:600;display:flex}.wc-chart-badge{background:var(--accent-dim);color:var(--accent);border:1px solid var(--accent);border-radius:20px;padding:2px 10px;font-size:.72rem;font-weight:600}.wc-rep-scheme{color:var(--text-muted);border-bottom:1px solid var(--border);padding:8px 14px;font-size:.78rem}.wc-sets{background:var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.wc-set{background:var(--surface);flex-direction:column;gap:4px;padding:14px 16px;display:flex}.wc-set.working{background:var(--accent-dim);flex-direction:row;grid-column:1/-1;justify-content:space-between;align-items:center}.wc-set-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.wc-set-weight{font-size:1.3rem;font-weight:700}.wc-set-weight.main{color:var(--accent);font-size:1.6rem}.wc-burnout{border-top:1px solid var(--border);background:#ef444414;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.wc-burnout-label{color:var(--danger);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.wc-burnout-note{text-transform:none;letter-spacing:0;font-weight:400}.wc-burnout-weight{color:var(--danger);font-size:1.3rem;font-weight:700}.wc-note{color:var(--text-muted);text-align:center;padding:10px 14px;font-size:.78rem}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.empty-state p{color:var(--text);font-size:1rem}.empty-state .sub{color:var(--text-muted);font-size:.85rem}
