*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;background:#0f172a}button{font-family:inherit;cursor:pointer}html{scroll-behavior:smooth}::selection{background:#0ea5e94d;color:inherit}:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}body::-webkit-scrollbar{display:none}body{-ms-overflow-style:none;scrollbar-width:none}:root{--snow-white: #f8fafc;--ice-blue: #e0f2fe;--sky-blue: #0ea5e9;--deep-blue: #0c4a6e;--midnight: #0f172a;--dark-slate: #1e293b;--sunset-orange: #f97316;--alpine-green: #22c55e;--powder-pink: #fda4af;--mountain-purple: #a855f7}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow-x:hidden;overflow-y:auto}body{font-family:Outfit,sans-serif;background:var(--midnight);color:var(--snow-white);direction:ltr}.app.rtl{font-family:Heebo,sans-serif}.app.rtl .logo h1,.app.rtl .exercise-name,.app.rtl .timer-seconds,.app.rtl .complete-screen h1,.app.rtl .stat-value{font-family:Rubik,sans-serif;font-weight:800}.app{min-height:100vh;min-height:100dvh;width:100%;position:relative;display:flex;flex-direction:column;overflow:hidden;background:radial-gradient(circle at top right,#1e3a5f,#0f172a 60%,#020617)}.fullscreen-btn{position:fixed;top:1rem;right:1rem;width:40px;height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#ffffffb3;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.fullscreen-btn:hover{background:#ffffff26;color:#fff;transform:scale(1.05)}.fullscreen-btn:active{transform:scale(.95)}.language-btn{position:fixed;top:1rem;right:4rem;height:40px;padding:0 12px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;font-size:.85rem;font-weight:600;cursor:pointer;z-index:100;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}.language-btn:hover{background:#ffffff26;color:#fff}.main-layout{display:flex;flex-direction:row;width:100%;height:100vh;height:100dvh;position:relative;z-index:2;overflow:hidden}.sidebar-container{width:280px;flex-shrink:0;transition:width .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1);overflow:hidden;border-right:1px solid rgba(255,255,255,.05);height:100%;background:#0f172a99}.sidebar-container.sidebar-hidden{width:0;transform:translate(-20px);border-right:none}.sidebar-container.sidebar-visible{width:280px;transform:translate(0)}.timeline-sidebar{width:280px;height:100%;border-right:none;background:transparent}.content-area{flex:1;position:relative;height:100%;overflow-y:auto;display:flex;flex-direction:column;transition:all .6s cubic-bezier(.16,1,.3,1)}.fade-in{animation:fadeInContent .8s ease-out forwards}@keyframes fadeInContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.start-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;width:100%}.logo{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.workout-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:100%}@media (max-width: 900px){.sidebar-container,.sidebar-container.sidebar-visible,.timeline-sidebar{width:220px}}@media (max-width: 700px){.sidebar-container,.sidebar-container.sidebar-visible,.timeline-sidebar{width:4rem}}@media (max-width: 500px){.main-layout{display:grid!important;grid-template-rows:1fr auto;grid-template-columns:1fr}.sidebar-container{grid-row:2;width:100%!important;height:auto;min-height:80px;max-height:100px;transform:none!important;transition:height .5s ease;border-right:none;border-top:1px solid rgba(255,255,255,.15)}.sidebar-container.sidebar-hidden{width:100%!important;height:0;min-height:0;max-height:0;overflow:hidden;padding:0;border-top:none}.sidebar-container.sidebar-visible{height:auto;min-height:80px}.timeline-sidebar{width:100%;height:100%;background:transparent}.content-area{grid-row:1;overflow-y:auto}}.logo-icon{display:flex;align-items:center;justify-content:center;color:#38bdf8;margin-bottom:1rem;filter:drop-shadow(0 0 20px rgba(56,189,248,.3));animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.logo h1{font-family:Bebas Neue,sans-serif;font-size:5rem;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(to bottom,#f8fafc 40%,#94a3b8);-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin:0;drop-shadow:0 4px 10px rgba(0,0,0,.3)}.workout-info{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}.info-card{background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;padding:1.25rem 2rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;border:1px solid rgba(255,255,255,.08);min-width:140px;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px);background:#ffffff0f;border-color:#ffffff26}.info-icon{color:var(--sky-blue);opacity:.9}.info-text{font-weight:500;font-size:.95rem;color:#ffffffe6;letter-spacing:.02em}.start-button{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:100px;padding:1.25rem 3.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 30px #0ea5e966,inset 0 1px 1px #ffffff4d;text-transform:uppercase;letter-spacing:.05em}.start-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0ea5e980,inset 0 1px 1px #ffffff4d;filter:brightness(1.1)}.start-button:active{transform:translateY(1px)}.button-icon{display:flex;align-items:center}.tip{margin-top:3rem;opacity:.5;font-size:.85rem;color:#fff;max-width:400px;line-height:1.5}.workout-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.phase-badge{display:inline-flex;align-items:center;padding:.4rem 1rem;border-radius:100px;font-weight:700;font-size:.7rem;letter-spacing:.12em;margin-bottom:1.5rem;text-transform:uppercase;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 12px #0000001a}.focus-tag{font-weight:400;opacity:.7;margin-left:.3em}.exercise-name{font-family:Bebas Neue,sans-serif;font-size:5rem;letter-spacing:.05em;margin-bottom:.5rem;line-height:1;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2)}.exercise-note{font-size:1.25rem;opacity:.7;max-width:600px;margin:0 auto 2rem;font-weight:400;line-height:1.4}.timer-gif-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;margin:1rem 0;position:relative}.timer-container{margin:0;cursor:pointer;transition:transform .2s ease;position:relative;z-index:2;width:320px;height:320px;display:flex;align-items:center;justify-content:center}.timer-container:hover{transform:scale(1.02)}.timer-ring{position:relative;width:280px;height:280px;background:transparent;border-radius:50%;transition:all .3s ease}.timer-ring.paused{opacity:.8}.timer-ring svg{transform:rotate(-90deg);width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(0,0,0,.3))}.timer-bg{fill:none;stroke:#ffffff0d;stroke-width:3}.timer-progress{fill:none;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .5s linear}.timer-display{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.timer-seconds{font-family:Bebas Neue,sans-serif;font-size:6rem;line-height:1;transition:color .3s,transform .1s;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2)}.timer-seconds.warning{color:var(--sunset-orange);animation:pulse .5s ease-in-out infinite}.timer-paused-icon{color:var(--sky-blue);filter:drop-shadow(0 4px 10px rgba(0,0,0,.3));margin-bottom:.5rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.timer-label{font-size:.85rem;font-weight:600;opacity:.8;text-transform:uppercase;letter-spacing:.2em;color:#ffffffb3}.next-preview{margin-top:3rem;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:100px;display:flex;align-items:center;gap:1rem;border:1px solid rgba(255,255,255,.08);transition:background .2s}.next-preview:hover{background:#ffffff12}.next-label{font-size:.7rem;font-weight:700;opacity:.5;letter-spacing:.15em;color:#fff;text-transform:uppercase}.next-name{font-weight:600;color:#fff;font-size:.95rem}.timeline-sidebar{width:280px;background:#0f172a99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;overflow:hidden;color:#fff}.timeline-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;background:#0000001a}.timeline-title{font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;opacity:.7}.timeline-progress{font-weight:600;font-size:.85rem;color:var(--sky-blue);background:#0ea5e91a;padding:.2rem .5rem;border-radius:4px}.timeline-list{flex:1;overflow-y:auto;padding:.75rem}.timeline-list::-webkit-scrollbar{width:4px}.timeline-list::-webkit-scrollbar-track{background:transparent}.timeline-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.timeline-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:10px;border:1px solid transparent;background:transparent;color:#fff;width:100%;text-align:left;cursor:pointer;transition:all .2s ease;margin-bottom:4px}.timeline-item:hover{background:#ffffff0d}.timeline-item.active{background:#ffffff14;border-color:#ffffff0d}.timeline-item.completed{opacity:.4}.timeline-item.completed .timeline-marker{background:var(--alpine-green);color:#fff;border-color:var(--alpine-green)}.timeline-item.timeline-home{border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:.75rem;padding-bottom:.75rem}.timeline-item.timeline-home .timeline-marker{background:#64748b33;color:#94a3b8}.timeline-marker{width:32px;height:32px;border-radius:50%;background:#ffffff08;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0;transition:all .3s ease;color:#ffffffb3}.timeline-item.active .timeline-marker{background:var(--phase-color);color:#fff;border-color:var(--phase-color);box-shadow:0 0 15px var(--phase-color)}.timeline-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.timeline-phase{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.5}.timeline-name{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#ffffffe6}.timeline-duration{font-size:.75rem;opacity:.4;font-family:monospace}.complete-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.complete-icon{margin-bottom:2rem;color:#fbbf24;filter:drop-shadow(0 0 30px rgba(251,191,36,.3));animation:float 4s ease-in-out infinite}.complete-screen h1{font-family:Bebas Neue,sans-serif;font-size:5rem;letter-spacing:.05em;margin-bottom:1rem;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.2)}.complete-message{font-size:1.35rem;opacity:.8;max-width:500px;margin:0 auto 3rem;color:#fffc;line-height:1.5}.stats{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem}.stat{text-align:center;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);min-width:200px}.stat-value{font-family:Bebas Neue,sans-serif;font-size:4rem;display:block;color:var(--sunset-orange);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.85rem;opacity:.6;text-transform:uppercase;letter-spacing:.15em;color:#fff;display:flex;align-items:center;justify-content:center}.flex-center{display:flex;align-items:center;justify-content:center}.gap-2{gap:.5rem}.opacity-50{opacity:.5}@media (max-width: 900px){.timeline-sidebar{width:220px}.exercise-name{font-size:3.5rem}}@media (max-width: 700px){.timeline-sidebar{width:4rem;padding:0}.timeline-header,.timeline-phase,.timeline-name,.timeline-duration{display:none}.timeline-item{justify-content:center;padding:.5rem}.exercise-name{font-size:3rem}.logo h1{font-size:3.5rem}.timer-ring,.timer-container{width:240px;height:240px}.timer-seconds{font-size:5rem}}@media (max-width: 500px){html,body,#root{height:100%;overflow:hidden}.app{height:100vh;height:100dvh;min-height:0}.main-layout{display:grid!important;grid-template-rows:1fr auto;grid-template-columns:1fr;height:100vh!important;height:100dvh!important;min-height:0;overflow:hidden}.language-btn{right:3.5rem;top:.75rem;padding:0 .5rem}.fullscreen-btn{display:none}.language-btn{right:.75rem}.timeline-sidebar{grid-row:2;width:100%;height:auto;min-height:80px;max-height:100px;border-left:none;border-top:1px solid rgba(255,255,255,.15);background:#0f172af2;padding-bottom:env(safe-area-inset-bottom,0)}.timeline-list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:.5rem .75rem;gap:.5rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.timeline-list::-webkit-scrollbar{height:3px;display:none}.timeline-item{flex-direction:row;flex-shrink:0;width:auto;min-width:auto;max-width:none;padding:.6rem;text-align:left;margin-bottom:0;border-radius:50%;scroll-snap-align:center;background:transparent;gap:0;justify-content:center;border:none}.timeline-item.active{background:transparent;border:none}.timeline-item.timeline-home{border-bottom:none;margin-bottom:0;padding-bottom:.6rem}.timeline-marker{width:44px;height:44px;font-size:.9rem;margin-bottom:0}.timeline-content{display:none}.start-screen{padding:1.5rem;justify-content:center}.logo h1{font-size:4rem}.workout-info{margin-bottom:2rem;gap:.75rem}.info-card{min-width:auto;padding:.6rem .75rem;flex:0 0 auto;gap:.4rem}.info-text{font-size:.75rem;white-space:nowrap}.info-icon{transform:scale(.85)}.exercise-name{font-size:3.5rem;margin-top:0}.timer-gif-row{flex-direction:column;gap:1rem}.timer-container{width:250px;height:250px}.timer-ring{width:240px;height:240px}.timer-seconds{font-size:5rem}}
