:root{--bg-primary:#020617;--bg-secondary:#0f172a;--bg-card:#0f172aeb;--bg-card-hover:#111827fa;--bg-overlay:#020617e0;--text-primary:#e5e7eb;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--accent:#60a5fa;--accent-strong:#2563eb;--accent-soft:#60a5fa24;--accent-glow:#60a5fa2e;--cyan-soft:#22d3ee24;--danger:#f87171;--warning:#fbbf24;--success:#34d399;--border:#94a3b83d;--border-strong:#94a3b85c;--shadow-sm:0 10px 24px #0000002e;--shadow-md:0 18px 44px #0000003d;--shadow-lg:0 28px 60px #00000057;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--timer-track:#94a3b82e}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:linear-gradient(180deg,#020617,#0b1120 45%,#111827);color:#e5e7eb;color:var(--text-primary);min-height:100vh}body,h1,h2,h3,h4,h5{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}h1,h2,h3,h4,h5{letter-spacing:-.03em}.mono,code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}input,select,textarea{color:#e5e7eb;color:var(--text-primary);font-family:inherit}#root{min-height:100vh}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#94a3b83d;background:var(--border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b85c;background:var(--border-strong)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes spin{to{transform:rotate(1turn)}}.animate-fade{animation:fadeIn .4s ease forwards}.animate-slide{animation:slideUp .45s cubic-bezier(.16,1,.3,1) forwards}.app-shell{min-height:100vh}.app-nav,.app-shell{display:flex;flex-direction:column}.app-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617d1;border-bottom:1px solid #94a3b83d;border-bottom:1px solid var(--border);gap:12px;padding:16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.brand-row,.inline-row,.nav-actions,.page-header-row{align-items:center;display:flex;gap:10px}.brand-row{flex-wrap:wrap;justify-content:space-between}.brand-link{align-items:center;display:flex;font-weight:700;gap:12px}.brand-mark{align-items:center;background:linear-gradient(135deg,#60a5fa2e,#22d3ee14);border:1px solid #60a5fa57;border-radius:12px;display:inline-flex;height:36px;justify-content:center;width:36px}.brand-title{font-size:1rem}.nav-actions{flex-wrap:wrap}.btn,.input-shell,.nav-link,.pill{border-radius:999px}.nav-link{background:#0000;border:1px solid #0000;color:#cbd5e1;color:var(--text-secondary);font-size:.92rem;padding:10px 14px}.nav-link.active{background:#2563eb;background:var(--accent-strong);border-color:#60a5fa66;color:#fff}.queue-chip{align-items:center;background:#60a5fa24;background:var(--accent-soft);border:1px solid #60a5fa33;border-radius:999px;color:#60a5fa;color:var(--accent);display:inline-flex;font-size:.82rem;gap:6px;padding:8px 12px}.queue-dot{animation:pulse 1.5s infinite;background:currentColor;border-radius:999px;height:7px;width:7px}.app-main{margin:0 auto;max-width:760px;padding:16px;width:100%}.page-stack{animation:fadeIn .35s ease;display:flex;flex-direction:column;gap:16px}.page-header-row{align-items:flex-end;flex-wrap:wrap;justify-content:space-between}.eyebrow{color:#94a3b8;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.page-title{font-size:clamp(1.9rem,5.6vw,2.5rem);font-weight:800;line-height:1.05}.page-subtitle{color:#cbd5e1;color:var(--text-secondary);font-size:.95rem;line-height:1.5}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172aeb;background:var(--bg-card);border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:18px;border-radius:var(--radius-lg);box-shadow:0 10px 24px #0000002e;box-shadow:var(--shadow-sm);padding:16px}.card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.card-title{color:#94a3b8;color:var(--text-muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.card-body,.stack-lg,.stack-md,.stack-sm{display:flex;flex-direction:column}.stack-sm{gap:8px}.stack-md{gap:12px}.stack-lg{gap:16px}.input,.number-input,.select,.textarea{background:#0f172ad6;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:14px;color:#e5e7eb;color:var(--text-primary);font-size:.96rem;outline:none;padding:12px 14px;width:100%}.input:focus,.number-input:focus,.select:focus,.textarea:focus{border-color:#60a5faa6;box-shadow:0 0 0 3px #60a5fa24}.textarea{min-height:88px;resize:vertical}.btn{align-items:center;border:1px solid #0000;border-radius:14px;display:inline-flex;font-size:.94rem;font-weight:600;gap:8px;justify-content:center;min-height:44px;padding:11px 16px}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);background:linear-gradient(135deg,var(--accent-strong),#1d4ed8);box-shadow:0 10px 30px #2563eb47;color:#fff}.btn-secondary{background:#1e293bd6;color:#e5e7eb;color:var(--text-primary)}.btn-ghost,.btn-secondary{border-color:#94a3b83d;border-color:var(--border)}.btn-ghost{background:#0000;color:#cbd5e1;color:var(--text-secondary)}.btn-danger{background:#f871711f;border-color:#f8717133;color:#f87171;color:var(--danger)}.pill{align-items:center;background:#1e293bdb;border:1px solid #94a3b83d;border:1px solid var(--border);color:#cbd5e1;color:var(--text-secondary);display:inline-flex;font-size:.8rem;gap:6px;padding:6px 10px}.pill-accent{background:#60a5fa24;background:var(--accent-soft);border-color:#60a5fa33;color:#60a5fa;color:var(--accent)}.metric-badge{background:#0f172ad6;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:14px;min-width:160px;padding:10px 12px}.metric-label{color:#94a3b8;color:var(--text-muted);font-size:.7rem;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.metric-value{align-items:center;color:#cbd5e1;color:var(--text-secondary);display:flex;font-size:.85rem;gap:8px}.meter{background:#94a3b826;border-radius:999px;height:5px;overflow:hidden;width:84px}.meter>span{background:linear-gradient(90deg,#60a5fa,#34d399);background:linear-gradient(90deg,var(--accent),var(--success));border-radius:inherit;display:block;height:100%}.routine-list{grid-gap:12px;display:grid;gap:12px}.routine-card{display:flex;flex-direction:column;gap:14px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.routine-card:hover{border-color:#60a5fa66;box-shadow:0 18px 44px #0000003d;box-shadow:var(--shadow-md);transform:translateY(-1px)}.routine-card-title{font-size:1.1rem;font-weight:700}.routine-card-copy{color:#cbd5e1;color:var(--text-secondary);font-size:.92rem;line-height:1.5}.routine-card-actions,.routine-card-footer{display:flex;flex-wrap:wrap;gap:8px}.routine-card-footer{align-items:center;justify-content:space-between}.dot-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.dot{background:#60a5fa;background:var(--accent);border-radius:999px;height:9px;width:9px}.empty-state{align-items:center;gap:14px;padding:28px 20px;text-align:center}.composer-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.exercise-results,.exercise-selected-list{display:flex;flex-direction:column;gap:10px}.exercise-result-card,.exercise-selected-card{background:#1e293bd6;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:10px;padding:12px}.exercise-result-top,.exercise-selected-top{align-items:flex-start;display:flex;gap:10px}.exercise-thumb{background:#0f172ae6;border-radius:14px;flex-shrink:0;height:68px;object-fit:cover;width:68px}.exercise-meta{flex:1 1;min-width:0}.exercise-name{font-size:.95rem;font-weight:600;line-height:1.35;text-transform:capitalize}.exercise-copy{color:#94a3b8;color:var(--text-muted);font-size:.82rem;line-height:1.45;text-transform:capitalize}.exercise-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.stepper-col{display:flex;flex-direction:column;gap:4px}.stepper-btn{background:#0f172af0;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:10px;color:#cbd5e1;color:var(--text-secondary);height:28px;width:28px}.time-input-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.player-shell{background:radial-gradient(circle at top,#2563eb2e,#0000 34%),linear-gradient(180deg,#020617,#0b1120 48%,#111827);display:flex;flex-direction:column;min-height:100dvh;overflow:hidden}.player-topbar{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617b8;border-bottom:1px solid #94a3b83d;border-bottom:1px solid var(--border);display:flex;gap:8px;justify-content:space-between;padding:12px 14px}.player-topbar-center{flex:1 1;min-width:0;text-align:center}.player-title{font-size:.98rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-subtitle{color:#94a3b8;color:var(--text-muted);font-size:.76rem;margin-top:2px}.player-progress{background:#0f172a8c;display:flex;gap:2px;height:5px;padding:0 12px}.player-progress-segment{background:#94a3b82e;border-radius:999px;flex:1 1}.player-body{display:flex;flex:1 1;min-height:0;padding:12px}.player-stage{grid-gap:10px;display:grid;gap:10px;grid-template-rows:auto auto auto 1fr auto;margin:0 auto;max-width:430px;min-height:0;width:100%}.phase-chip{border:1px solid #0000;border-radius:999px;font-size:.74rem;justify-self:center;letter-spacing:.08em;padding:6px 12px;text-transform:uppercase}.phase-chip.active{background:#60a5fa24;background:var(--accent-soft);border-color:#60a5fa33;color:#60a5fa;color:var(--accent)}.phase-chip.rest{background:#fbbf241f;border-color:#fbbf2433;color:#fbbf24;color:var(--warning)}.player-card{background:#0f172ad1;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 24px #0000002e;box-shadow:var(--shadow-sm);min-height:0;padding:14px}.player-hero{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center}.timer-ring{flex-shrink:0;height:clamp(148px,32vw,176px);position:relative;width:clamp(148px,32vw,176px)}.timer-ring svg{height:100%;transform:rotate(-90deg);width:100%}.timer-center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;position:absolute}.timer-value{font-size:clamp(2.6rem,10vw,3.5rem);font-weight:800;line-height:.95}.timer-label{color:#94a3b8;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.exercise-title{font-size:clamp(1.35rem,5vw,1.8rem);font-weight:800;line-height:1.1;text-transform:capitalize}.player-tag-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.player-copy{color:#cbd5e1;color:var(--text-secondary);font-size:.84rem;line-height:1.45}.player-instructions{grid-gap:6px;display:grid;gap:6px;text-align:left;width:100%}.player-instruction{color:#cbd5e1;color:var(--text-secondary);font-size:.8rem;line-height:1.4}.player-gif-card,.player-gif-wrap{display:flex;min-height:0}.player-gif-card{flex-direction:column;gap:10px;width:100%}.player-gif-mediaWrap{flex:1 1;min-height:0;position:relative;width:100%}.player-gif{background:#0f172af0;border:1px solid #94a3b83d;border:1px solid var(--border);border-radius:18px;filter:invert(1) hue-rotate(180deg) contrast(1.02);flex:1 1;height:100%;min-height:0;object-fit:cover;width:100%}.timer-ring-overlay{aspect-ratio:1/1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617c7;border-radius:50%;box-shadow:0 18px 44px #0000003d;box-shadow:var(--shadow-md);height:auto;left:10px;max-width:66px;min-width:46px;overflow:hidden;padding:4px;position:absolute;top:10px;width:16.5%}.timer-ring-overlay .timer-value{font-size:clamp(.95rem,4vw,1.3rem)}.timer-ring-overlay .timer-label{font-size:.42rem}.player-controls{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.player-controls.single{grid-template-columns:1fr}.player-done,.player-ready{align-items:center;display:flex;flex:1 1;justify-content:center;padding:16px}.player-done-card,.player-ready-card{align-items:center;display:flex;flex-direction:column;gap:14px;max-width:420px;text-align:center;width:100%}@media (max-width:640px){.app-main,.card,.player-card{padding:14px}.brand-row,.page-header-row,.routine-card-actions{align-items:stretch}.btn{width:100%}.player-topbar{grid-template-columns:1fr}}@media (max-height:760px){.player-body{padding:10px}.player-stage{gap:8px}.player-card{padding:12px}.timer-ring{height:136px;width:136px}.timer-ring-overlay{left:8px;max-width:58px;min-width:44px;padding:4px;top:8px}.exercise-title{font-size:1.2rem}.player-copy,.player-instruction{font-size:.76rem}}
/*# sourceMappingURL=main.2e8150f3.css.map*/