.page-module__iluw1G__container{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);padding:2rem}.page-module__iluw1G__header{margin-bottom:2rem}.page-module__iluw1G__header h1{color:var(--text-primary);font-size:1.8rem;font-weight:700}.page-module__iluw1G__content{grid-template-columns:1fr 2fr;gap:2rem;display:grid}.page-module__iluw1G__metricsContainer{gap:1rem;margin-bottom:2rem;display:flex}.page-module__iluw1G__metricCard{background-color:var(--bg-secondary);text-align:center;border:1px solid var(--border-color);border-radius:12px;flex:1;padding:1.5rem}.page-module__iluw1G__metricValue{color:var(--accent-primary);font-size:2.5rem;font-weight:700}.page-module__iluw1G__metricLabel{color:var(--text-secondary);margin-top:.5rem;font-size:.9rem}@media (max-width:768px){.page-module__iluw1G__content{grid-template-columns:1fr}}.page-module__iluw1G__panel{background-color:var(--bg-secondary);border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.page-module__iluw1G__panel h2{color:var(--accent-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.page-module__iluw1G__formGroup{margin-bottom:1rem}.page-module__iluw1G__formGroup label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.page-module__iluw1G__input{border:1px solid var(--border-color);background-color:var(--bg-primary);width:100%;color:var(--text-primary);border-radius:8px;padding:.75rem;font-size:1rem}.page-module__iluw1G__input:focus{border-color:var(--accent-primary);outline:none}.page-module__iluw1G__submitButton{background-color:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:600;transition:opacity .2s}.page-module__iluw1G__submitButton:hover{opacity:.9}.page-module__iluw1G__submitButton:disabled{opacity:.5;cursor:not-allowed}.page-module__iluw1G__exerciseList{flex-direction:column;gap:1rem;display:flex}.page-module__iluw1G__exerciseItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.page-module__iluw1G__exerciseInfo h3{margin-bottom:.25rem;font-size:1.1rem}.page-module__iluw1G__exerciseInfo p{color:var(--text-secondary);font-size:.9rem}.page-module__iluw1G__deleteButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.page-module__iluw1G__deleteButton:hover{background-color:#ef44441a}.page-module__iluw1G__emptyState{text-align:center;color:var(--text-secondary);padding:2rem;font-style:italic}.page-module__iluw1G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module__iluw1G__modalContent{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:16px;width:100%;max-width:500px;max-height:90vh;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) page-module__iluw1G__slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000080}.page-module__iluw1G__modalCloseBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;position:absolute;top:1.5rem;right:1.5rem}.page-module__iluw1G__modalCloseBtn:hover{color:var(--text-primary)}.page-module__iluw1G__fullWidthPanel{background-color:var(--bg-secondary);border-radius:16px;margin-top:2rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.page-module__iluw1G__fullWidthPanel h2{color:var(--accent-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.page-module__iluw1G__userList{flex-direction:column;gap:1rem;display:flex}.page-module__iluw1G__userItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.page-module__iluw1G__userItem>div{flex:1}.page-module__iluw1G__statusIndicator{border-radius:50%;width:12px;height:12px;margin-right:.5rem;display:inline-block}.page-module__iluw1G__statusGreen{background-color:var(--success);box-shadow:0 0 8px var(--success)}.page-module__iluw1G__statusRed{background-color:var(--error);box-shadow:0 0 8px var(--error)}.page-module__iluw1G__adminPostsList{flex-direction:column;gap:1.5rem;display:flex}.page-module__iluw1G__adminPostItem{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__iluw1G__adminPostHeader{justify-content:space-between;align-items:center;display:flex}.page-module__iluw1G__adminPostAvatar{background:linear-gradient(135deg, var(--accent-primary), #3b82f6);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.page-module__iluw1G__adminDeletePostBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .2s;display:flex}.page-module__iluw1G__adminDeletePostBtn:hover{color:#fff;background:#ef4444}.page-module__iluw1G__adminPostContent p{color:var(--text-primary);margin:0 0 1rem;line-height:1.5}.page-module__iluw1G__adminPostImageWrapper{border:1px solid var(--border-color);border-radius:8px;max-width:300px;overflow:hidden}.page-module__iluw1G__adminPostImageWrapper img{width:100%;height:auto;display:block}.page-module__iluw1G__adminPostFooter{color:var(--text-secondary);border-top:1px solid var(--border-color);flex-wrap:wrap;align-items:center;padding-top:.8rem;font-size:.85rem;display:flex}
.Logo-module__XR4DIG__logoContainer{letter-spacing:-1px;-webkit-user-select:none;user-select:none;align-items:center;font-size:2rem;font-weight:900;display:flex}.Logo-module__XR4DIG__textWhite{color:var(--text-primary)}.Logo-module__XR4DIG__textOrange{color:var(--accent-primary)}
.ProfileDashboard-module__lVOksG__overlay{-webkit-backdrop-filter:blur(8px);z-index:900;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ProfileDashboard-module__lVOksG__modal{background:var(--bg-primary);border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;width:100%;max-width:500px;height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) ProfileDashboard-module__lVOksG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}@keyframes ProfileDashboard-module__lVOksG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ProfileDashboard-module__lVOksG__header{background:var(--bg-secondary);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 1rem;display:flex}.ProfileDashboard-module__lVOksG__title{color:var(--text-primary);margin:0;font-size:1.6rem;font-weight:800}.ProfileDashboard-module__lVOksG__subtitle{color:var(--accent-primary);margin-top:.2rem;font-size:.9rem;font-weight:600}.ProfileDashboard-module__lVOksG__closeBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.ProfileDashboard-module__lVOksG__closeBtn:hover{color:#fff;background:#ffffff1a}.ProfileDashboard-module__lVOksG__content{flex-direction:column;flex:1;gap:2rem;padding:1.5rem;display:flex;overflow:hidden auto}.ProfileDashboard-module__lVOksG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.ProfileDashboard-module__lVOksG__statCard{background:var(--bg-secondary);border:1px solid #ffffff05;border-radius:20px;flex-direction:column;padding:1.2rem;transition:transform .2s;display:flex}.ProfileDashboard-module__lVOksG__statIcon{opacity:.9;margin-bottom:.8rem}.ProfileDashboard-module__lVOksG__statLabel{color:var(--text-secondary);margin-bottom:.2rem;font-size:.8rem;font-weight:600}.ProfileDashboard-module__lVOksG__statValue{color:#fff;font-size:1.6rem;font-weight:800}.ProfileDashboard-module__lVOksG__sectionHeader{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.ProfileDashboard-module__lVOksG__sectionHeader h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.ProfileDashboard-module__lVOksG__exerciseList{flex-direction:column;gap:.5rem;display:flex}.ProfileDashboard-module__lVOksG__exerciseItem{background:var(--bg-secondary);cursor:pointer;border:1px solid #ffffff05;border-radius:16px;justify-content:space-between;align-items:center;padding:1rem 1.2rem;transition:background .2s;display:flex}.ProfileDashboard-module__lVOksG__exerciseItem:hover{background:#ffffff0a}.ProfileDashboard-module__lVOksG__exInfo{flex-direction:column;display:flex}.ProfileDashboard-module__lVOksG__exName{color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:700}.ProfileDashboard-module__lVOksG__exMeta{color:var(--text-secondary);font-size:.8rem}.ProfileDashboard-module__lVOksG__loadingState{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;font-weight:600;display:flex}.ProfileDashboard-module__lVOksG__spinner{color:var(--accent-primary);animation:1s linear infinite ProfileDashboard-module__lVOksG__spin}@keyframes ProfileDashboard-module__lVOksG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfileDashboard-module__lVOksG__emptyState{text-align:center;color:var(--text-secondary);padding:2rem;font-style:italic}.ProfileDashboard-module__lVOksG__filters{justify-content:flex-end;margin-bottom:1rem;padding:0 1.5rem;display:flex}.ProfileDashboard-module__lVOksG__timeSelect{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.5rem;font-size:.9rem}.ProfileDashboard-module__lVOksG__chartContainer{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;margin-bottom:1.5rem;padding:1rem}
.MotivationalText-module__NA3K-a__container{-webkit-user-select:none;user-select:none;pointer-events:none;letter-spacing:.1em;opacity:.15;filter:blur(.5px);flex-direction:column;align-items:center;font-family:Inter,sans-serif;font-size:8rem;font-weight:300;line-height:.85;display:flex;transform:rotate(-8deg)}@media (max-width:500px){.MotivationalText-module__NA3K-a__container{font-size:5rem}}.MotivationalText-module__NA3K-a__row{justify-content:center;width:100%;display:flex}.MotivationalText-module__NA3K-a__highlight{color:var(--primary-color,#f97316);text-shadow:0 0 5px #f97316cc,0 0 15px #f9731680,0 0 30px #f973164d;margin:0 .2rem}.MotivationalText-module__NA3K-a__dimmed{color:#f1f5f9;text-shadow:0 0 5px #fff9,0 0 15px #ffffff4d;margin:0 .2rem}.MotivationalText-module__NA3K-a__strike{position:relative}.MotivationalText-module__NA3K-a__strike:after{content:"";background-color:#ffffffb3;border-radius:2px;height:4px;position:absolute;top:50%;left:-5%;right:-5%;transform:translateY(-50%);box-shadow:0 0 8px #ffffff80}
.TutorialOverlay-module__dAVV7W__overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.TutorialOverlay-module__dAVV7W__modal{background:var(--bg-primary);border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;width:100%;max-width:400px;animation:.4s cubic-bezier(.16,1,.3,1) TutorialOverlay-module__dAVV7W__scaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #000c}@keyframes TutorialOverlay-module__dAVV7W__scaleUp{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.TutorialOverlay-module__dAVV7W__slideContainer{text-align:center;flex-direction:column;align-items:center;min-height:280px;padding:2.5rem 2rem 1.5rem;display:flex}.TutorialOverlay-module__dAVV7W__iconWrapper{width:72px;height:72px;color:var(--accent-primary);background:#f05a281a;border:1px solid #f05a2833;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.TutorialOverlay-module__dAVV7W__title{color:#fff;margin-bottom:.8rem;font-size:1.4rem;font-weight:800}.TutorialOverlay-module__dAVV7W__description{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.TutorialOverlay-module__dAVV7W__indicators{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.TutorialOverlay-module__dAVV7W__dot{background:#fff3;border-radius:50%;width:8px;height:8px;transition:all .3s}.TutorialOverlay-module__dAVV7W__dotActive{background:var(--accent-primary);border-radius:4px;width:20px}.TutorialOverlay-module__dAVV7W__actions{gap:1rem;padding:0 2rem 2rem;display:flex}.TutorialOverlay-module__dAVV7W__btnPrimary{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;padding:.9rem;font-size:1rem;font-weight:700;transition:opacity .2s;display:flex}.TutorialOverlay-module__dAVV7W__btnPrimary:hover{opacity:.9}.TutorialOverlay-module__dAVV7W__btnSecondary{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:14px;flex:1;padding:.9rem;font-size:1rem;font-weight:600;transition:all .2s}.TutorialOverlay-module__dAVV7W__btnSecondary:hover{color:#fff;background:#ffffff1a}
.AddExerciseModal-module__y9uXGG__overlay{-webkit-backdrop-filter:blur(8px);z-index:1500;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.AddExerciseModal-module__y9uXGG__modal{background:var(--bg-primary);border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;width:100%;max-width:500px;height:80vh;animation:.3s cubic-bezier(.16,1,.3,1) AddExerciseModal-module__y9uXGG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}@keyframes AddExerciseModal-module__y9uXGG__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.AddExerciseModal-module__y9uXGG__header{background:var(--bg-secondary);border-bottom:1px solid #ffffff0d;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.AddExerciseModal-module__y9uXGG__titleRow{justify-content:space-between;align-items:center;display:flex}.AddExerciseModal-module__y9uXGG__title{color:#fff;margin:0;font-size:1.3rem;font-weight:800}.AddExerciseModal-module__y9uXGG__closeBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.AddExerciseModal-module__y9uXGG__closeBtn:hover{color:#fff;background:#ffffff1a}.AddExerciseModal-module__y9uXGG__searchInput{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border .2s}.AddExerciseModal-module__y9uXGG__searchInput:focus{border-color:var(--accent-primary)}.AddExerciseModal-module__y9uXGG__list{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex;overflow-y:auto}.AddExerciseModal-module__y9uXGG__exerciseItem{background:var(--bg-secondary);cursor:pointer;border:1px solid #ffffff05;border-radius:16px;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:flex}.AddExerciseModal-module__y9uXGG__exerciseItem:hover{background:#ffffff0d}.AddExerciseModal-module__y9uXGG__thumb{object-fit:cover;background:#0000004d;border-radius:12px;width:48px;height:48px}.AddExerciseModal-module__y9uXGG__thumbPlaceholder{width:48px;height:48px;color:var(--text-secondary);background:#ffffff0d;border-radius:12px;justify-content:center;align-items:center;display:flex}.AddExerciseModal-module__y9uXGG__info{flex-direction:column;flex:1;display:flex}.AddExerciseModal-module__y9uXGG__name{color:#fff;margin-bottom:.2rem;font-size:1rem;font-weight:700}.AddExerciseModal-module__y9uXGG__muscle{color:var(--accent-primary);text-transform:uppercase;font-size:.8rem;font-weight:700}.AddExerciseModal-module__y9uXGG__emptyState{text-align:center;color:var(--text-secondary);padding:2rem;font-style:italic}
.ExerciseDetailModal-module__E-46fW__overlay{-webkit-backdrop-filter:blur(5px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ExerciseDetailModal-module__E-46fW__modal{background:var(--bg-secondary);border:1px solid #ffffff0d;border-radius:24px;width:100%;max-width:450px;max-height:90vh;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) ExerciseDetailModal-module__E-46fW__slideUp;position:relative;overflow-y:auto;box-shadow:0 10px 40px #00000080}@keyframes ExerciseDetailModal-module__E-46fW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ExerciseDetailModal-module__E-46fW__closeBtn{color:var(--text-secondary);cursor:pointer;z-index:10;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ExerciseDetailModal-module__E-46fW__closeBtn:hover{color:#fff;background:#ffffff1a}.ExerciseDetailModal-module__E-46fW__title{color:var(--text-primary);margin-bottom:.5rem;padding-right:2rem;font-size:1.5rem;font-weight:800}.ExerciseDetailModal-module__E-46fW__badge{text-transform:uppercase;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}.ExerciseDetailModal-module__E-46fW__imageContainer{background:0 0;border-radius:16px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1.5rem;display:flex;overflow:hidden}.ExerciseDetailModal-module__E-46fW__image{object-fit:contain;width:100%;height:100%}.ExerciseDetailModal-module__E-46fW__noImageSpace{background:#ffffff05;border:1px dashed #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:100%;height:120px;margin-bottom:1.5rem;display:flex}.ExerciseDetailModal-module__E-46fW__statsContainer{gap:1rem;margin-bottom:1.5rem;display:flex}.ExerciseDetailModal-module__E-46fW__statBox{background:#f05a281a;border:1px solid #f05a2833;border-radius:16px;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.ExerciseDetailModal-module__E-46fW__statLabel{color:var(--accent-primary);text-transform:uppercase;text-align:center;margin-bottom:.3rem;font-size:.75rem;font-weight:800}.ExerciseDetailModal-module__E-46fW__statValue{color:#fff;font-size:1.5rem;font-weight:800}.ExerciseDetailModal-module__E-46fW__chartSection{background:#0003;border:1px solid #ffffff08;border-radius:16px;padding:1.2rem}.ExerciseDetailModal-module__E-46fW__chartTitle{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1rem;font-weight:700;display:flex}.ExerciseDetailModal-module__E-46fW__chartWrapper{justify-content:center;align-items:center;height:200px;display:flex}.ExerciseDetailModal-module__E-46fW__loading,.ExerciseDetailModal-module__E-46fW__noData{color:var(--text-secondary);font-size:.9rem;font-style:italic}
.RoutineBuilder-module__VolOEq__overlay{-webkit-backdrop-filter:blur(8px);z-index:1200;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.RoutineBuilder-module__VolOEq__modal{background:var(--bg-primary);border:1px solid #ffffff0d;border-radius:28px;flex-direction:column;width:100%;max-width:500px;height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) RoutineBuilder-module__VolOEq__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}@keyframes RoutineBuilder-module__VolOEq__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.RoutineBuilder-module__VolOEq__header{background:var(--bg-secondary);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.RoutineBuilder-module__VolOEq__title{color:#fff;margin:0;font-size:1.3rem;font-weight:800}.RoutineBuilder-module__VolOEq__closeBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.RoutineBuilder-module__VolOEq__closeBtn:hover{color:#fff;background:#ffffff1a}.RoutineBuilder-module__VolOEq__content{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.RoutineBuilder-module__VolOEq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.RoutineBuilder-module__VolOEq__label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.RoutineBuilder-module__VolOEq__input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border .2s}.RoutineBuilder-module__VolOEq__input:focus{border-color:var(--accent-primary)}.RoutineBuilder-module__VolOEq__sectionHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.RoutineBuilder-module__VolOEq__sectionTitle{color:#fff;font-size:1.1rem;font-weight:700}.RoutineBuilder-module__VolOEq__addBtn{color:var(--accent-primary);cursor:pointer;background:#f05a281a;border:1px solid #f05a2833;border-radius:8px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.RoutineBuilder-module__VolOEq__addBtn:hover{background:#f05a2833}.RoutineBuilder-module__VolOEq__exerciseList{flex-direction:column;gap:1rem;display:flex}.RoutineBuilder-module__VolOEq__exerciseItem{background:var(--bg-secondary);border:1px solid #ffffff05;border-radius:16px;flex-direction:column;gap:1rem;padding:1rem;display:flex}.RoutineBuilder-module__VolOEq__exHeader{justify-content:space-between;align-items:center;display:flex}.RoutineBuilder-module__VolOEq__exName{color:#fff;font-size:1rem;font-weight:700}.RoutineBuilder-module__VolOEq__exActions{align-items:center;gap:.5rem;display:flex}.RoutineBuilder-module__VolOEq__iconBtn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.RoutineBuilder-module__VolOEq__iconBtn:hover:not(:disabled){color:#fff;background:#ffffff1a}.RoutineBuilder-module__VolOEq__iconBtn:disabled{opacity:.3;cursor:not-allowed}.RoutineBuilder-module__VolOEq__iconBtn.RoutineBuilder-module__VolOEq__danger:hover{color:#ef4444;background:#ef44441a}.RoutineBuilder-module__VolOEq__exSettingsRow{gap:1rem;display:flex}.RoutineBuilder-module__VolOEq__exInputGroup{flex-direction:column;flex:1;gap:.3rem;display:flex}.RoutineBuilder-module__VolOEq__exInputGroup label{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:700}.RoutineBuilder-module__VolOEq__exInputGroup input{color:#fff;background:#0003;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.6rem;font-size:.9rem}.RoutineBuilder-module__VolOEq__exInputGroup input:focus{border-color:var(--accent-primary)}.RoutineBuilder-module__VolOEq__footer{background:var(--bg-secondary);border-top:1px solid #ffffff0d;padding:1.5rem}.RoutineBuilder-module__VolOEq__saveBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1rem;font-weight:800;transition:opacity .2s;display:flex}.RoutineBuilder-module__VolOEq__saveBtn:disabled{opacity:.5;cursor:not-allowed}.RoutineBuilder-module__VolOEq__saveBtn:hover:not(:disabled){opacity:.9}
.MultiSelect-module__uZtTxG__container{width:100%;position:relative}.MultiSelect-module__uZtTxG__selector{width:100%;min-height:52px;color:var(--text-primary);cursor:pointer;background:#0003;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.MultiSelect-module__uZtTxG__selector:hover{background:#ffffff05;border-color:#fff3}.MultiSelect-module__uZtTxG__selector:focus-within{border-color:var(--accent-primary);background:#f05a2808;outline:none;box-shadow:0 0 0 4px #f05a281a}.MultiSelect-module__uZtTxG__tagsContainer{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.MultiSelect-module__uZtTxG__placeholder{color:var(--text-secondary);padding:.25rem 0;font-style:italic}.MultiSelect-module__uZtTxG__tag{background:var(--accent-primary);color:#fff;border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.85rem;font-weight:600;animation:.2s ease-out MultiSelect-module__uZtTxG__scaleIn;display:flex;box-shadow:0 2px 8px #f05a2840}@keyframes MultiSelect-module__uZtTxG__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.MultiSelect-module__uZtTxG__removeBtn{color:#fff;cursor:pointer;background:#0003;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.15rem;transition:all .2s;display:flex}.MultiSelect-module__uZtTxG__removeBtn:hover{background:#0006;transform:scale(1.1)}.MultiSelect-module__uZtTxG__icon{color:var(--text-secondary);flex-shrink:0;margin-left:.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.MultiSelect-module__uZtTxG__dropdown{-webkit-backdrop-filter:blur(12px);z-index:100;background:#1e1e1ef2;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:.2rem;max-height:280px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) MultiSelect-module__uZtTxG__slideDown;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0009}@keyframes MultiSelect-module__uZtTxG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.MultiSelect-module__uZtTxG__dropdown::-webkit-scrollbar{width:6px}.MultiSelect-module__uZtTxG__dropdown::-webkit-scrollbar-track{background:0 0}.MultiSelect-module__uZtTxG__dropdown::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.MultiSelect-module__uZtTxG__dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.MultiSelect-module__uZtTxG__option{cursor:pointer;color:var(--text-primary);border-radius:8px;align-items:center;gap:.75rem;padding:.6rem .8rem;font-size:.95rem;transition:all .2s;display:flex}.MultiSelect-module__uZtTxG__option:hover{background:#ffffff14}.MultiSelect-module__uZtTxG__checkbox{width:18px;height:18px;accent-color:var(--accent-primary);cursor:pointer;transition:transform .2s}.MultiSelect-module__uZtTxG__option:hover .MultiSelect-module__uZtTxG__checkbox{transform:scale(1.1)}
