.homerat{max-width:1200px;margin:0 auto;padding:2rem;color:#e5e7eb}.workouts-header{text-align:center;margin-bottom:3rem}.workouts-header h1{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.workouts-header p{font-size:1.2rem;color:#9ca3af}.mood-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#1f2937;border:1px solid #374151;color:#9ca3af;padding:.75rem 1.5rem;border-radius:2rem;cursor:pointer;transition:all .2s;font-weight:600;display:flex;align-items:center;gap:.5rem}.filter-btn:hover{background:#374151;color:#e5e7eb}.filter-btn.active{background:linear-gradient(135deg,#4ade80,#3b82f6);color:white;border-color:transparent}.workouts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.workout-card{background:#1f2937;border-radius:1rem;padding:2rem;border:1px solid #374151;transition:transform .2s,border-color .2s}.workout-card:hover{transform:translateY(-4px);border-color:#4ade80}.workout-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.workout-meta{display:flex;gap:1rem;align-items:center}.workout-mood{padding:.5rem 1rem;border-radius:1rem;color:#4ade80}.workout-difficulty,.workout-mood{background:#111827;font-size:.875rem;font-weight:600}.workout-difficulty{padding:.25rem .75rem;border-radius:.5rem}.workout-duration{background:#3b82f6;color:white;padding:.5rem 1rem;border-radius:1rem;font-weight:700;font-size:.875rem}.workout-title{font-size:1.5rem;font-weight:700;color:#f9fafb;margin-bottom:.5rem}.workout-description{color:#9ca3af;margin-bottom:1.5rem;line-height:1.6}.workout-benefits{margin-bottom:1.5rem}.workout-benefits h4{color:#f9fafb;font-size:1rem;margin-bottom:.5rem}.workout-benefits ul{list-style:none;padding:0}.workout-benefits li{color:#d1d5db;font-size:.875rem;margin-bottom:.25rem;padding-left:1rem;position:relative}.workout-benefits li:before{content:"✓";position:absolute;left:0;color:#4ade80;font-weight:700}.workout-exercises h4{color:#f9fafb;font-size:1rem;margin-bottom:.5rem}.exercise-list{display:flex;flex-wrap:wrap;gap:.5rem}.exercise-item{background:#111827;color:#9ca3af;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.start-workout-btn{width:100%;background:linear-gradient(135deg,#4ade80,#3b82f6);color:white;border:none;padding:1rem;border-radius:.75rem;font-weight:700;font-size:1.1rem;cursor:pointer;transition:transform .2s;margin-top:1rem}.start-workout-btn:hover{transform:translateY(-2px)}.workout-active{max-width:800px;margin:0 auto;padding:2rem;color:#e5e7eb}.workout-header{text-align:center;margin-bottom:3rem}.back-btn{background:#374151;color:#e5e7eb;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-weight:600;margin-bottom:2rem}.back-btn:hover{background:#4b5563}.workout-header h1{font-size:2.5rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.workout-progress{display:flex;flex-direction:column;align-items:center;gap:1rem}.progress-bar{width:300px;height:8px;background:#374151;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(135deg,#4ade80,#3b82f6);transition:width .3s ease}.exercise-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.exercise-info{text-align:center}.exercise-info h2{font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:.5rem}.exercise-description{color:#9ca3af;margin-bottom:2rem;font-size:1.1rem}.timer-display{margin-bottom:2rem}.timer-circle{width:200px;height:200px;border:8px solid #374151;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;background:#1f2937}.timer-text{font-size:3rem;font-weight:700;color:#f9fafb;font-family:Courier New,monospace}.exercise-controls{display:flex;flex-direction:column;gap:1rem}.next-btn,.pause-btn,.start-btn{padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s;border:none}.start-btn{background:linear-gradient(135deg,#4ade80,#3b82f6);color:white}.pause-btn{background:#f59e0b;color:white}.next-btn{background:#374151;color:#e5e7eb}.next-btn:hover,.pause-btn:hover,.start-btn:hover{transform:translateY(-2px)}.exercise-instructions{background:#1f2937;border-radius:1rem;padding:2rem;border:1px solid #374151}.exercise-instructions h3{color:#f9fafb;font-size:1.25rem;margin-bottom:1rem}.exercise-instructions ol{color:#d1d5db;line-height:1.6}.exercise-instructions li{margin-bottom:.75rem}.workout-complete{max-width:600px;margin:0 auto;padding:2rem;text-align:center;color:#e5e7eb}.completion-container{background:#1f2937;border-radius:1rem;padding:3rem;border:1px solid #374151}.completion-icon{font-size:4rem;margin-bottom:1rem}.completion-container h1{font-size:2.5rem;font-weight:700;color:#f9fafb;margin-bottom:1rem}.completion-stats{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2rem;font-weight:700;color:#4ade80}.stat-label{color:#9ca3af;font-size:.875rem;margin-top:.25rem}.new-workout-btn{background:linear-gradient(135deg,#4ade80,#3b82f6);color:white;border:none;padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.1rem;cursor:pointer;transition:transform .2s}.new-workout-btn:hover{transform:translateY(-2px)}.workout-tips{margin-top:4rem}.workout-tips h2{text-align:center;font-size:2rem;font-weight:700;color:#f9fafb;margin-bottom:2rem}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tip-card{background:#1f2937;border-radius:1rem;padding:1.5rem;border:1px solid #374151;text-align:center}.tip-card h3{color:#f9fafb;font-size:1.1rem;margin-bottom:.75rem}.tip-card p{color:#9ca3af;line-height:1.6;font-size:.875rem}@media (max-width:768px){.homerat{padding:1rem}.workouts-header h1{font-size:2rem}.workouts-grid{grid-template-columns:1fr}.mood-filters{flex-direction:column;align-items:center}.exercise-container{grid-template-columns:1fr;gap:2rem}.timer-circle{width:150px;height:150px}.timer-text{font-size:2rem}.completion-stats{flex-direction:column;gap:1rem}}.upgradeModal_overlay__LUJhD{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.upgradeModal_modal__aLjTH{background:var(--bg-secondary,#262a2e);border:2px solid var(--fitgitt-orange,#ff8200);border-radius:12px;padding:1.5rem;max-width:440px;width:calc(100% - 2rem);color:var(--text-primary,#fff);box-shadow:0 8px 32px rgba(0,0,0,.4)}.upgradeModal_title__V06LX{margin:0 0 .5rem;font-size:1.25rem;font-weight:800;color:var(--fitgitt-orange,#ff8200)}.upgradeModal_message__HLUmo{margin:0 0 1rem;color:var(--text-primary,#e5e7eb);line-height:1.6}.upgradeModal_callout__zL4io{padding:.75rem 1rem;background:rgba(255,130,0,.12);border:1px solid rgba(255,130,0,.3);border-radius:8px;margin-bottom:1rem;color:var(--text-primary,#fff)}.upgradeModal_actions__gXdx_{display:flex;justify-content:flex-end;gap:.75rem}.upgradeModal_primary__DrEzt,.upgradeModal_secondary__LfPeu{border:none;border-radius:8px;padding:.6rem 1rem;font-weight:700;cursor:pointer}.upgradeModal_primary__DrEzt{background:var(--fitgitt-orange,#ff8200);color:#000}.upgradeModal_secondary__LfPeu{background:#3a3f44;color:#e5e7eb}