.ClassDetail-module__itFloa__classDetailContainer{color:#fff;background:#000;max-width:80rem;min-height:calc(100vh - 8rem);margin:0 auto;padding:6rem 1rem 2rem}.ClassDetail-module__itFloa__backButton{color:#d1d5db;cursor:pointer;background:#374151;border:none;border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.ClassDetail-module__itFloa__backButton:hover{color:#fff;background:#4b5563}.ClassDetail-module__itFloa__loadingState,.ClassDetail-module__itFloa__errorState{text-align:center;padding:4rem 2rem}.ClassDetail-module__itFloa__errorState h2{color:#ef4444;margin-bottom:1rem}.ClassDetail-module__itFloa__spinner{border:4px solid #374151;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite ClassDetail-module__itFloa__spin}@keyframes ClassDetail-module__itFloa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ClassDetail-module__itFloa__classHeader{justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:3rem;display:flex}.ClassDetail-module__itFloa__classInfo{flex:1}.ClassDetail-module__itFloa__classImageContainer{background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;border-radius:1rem;flex-shrink:0;width:400px;height:300px;overflow:hidden}.ClassDetail-module__itFloa__classImage{object-fit:cover;width:100%;height:100%}.ClassDetail-module__itFloa__classImagePlaceholder{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex}.ClassDetail-module__itFloa__classImagePlaceholder span{color:#9ca3af;font-size:.875rem}.ClassDetail-module__itFloa__classTitleSection{margin-bottom:1.5rem}.ClassDetail-module__itFloa__classTitle{color:#fff;margin-bottom:.5rem;font-size:3rem;font-weight:800}.ClassDetail-module__itFloa__classCategory{color:#f97316;background:#f973161a;border-radius:99px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.ClassDetail-module__itFloa__classMeta{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.ClassDetail-module__itFloa__metaItem{color:#d1d5db;align-items:center;gap:.5rem;display:flex}.ClassDetail-module__itFloa__metaItem svg{color:#f97316}.ClassDetail-module__itFloa__ratingOverview{margin-top:1rem}.ClassDetail-module__itFloa__reviewButton{color:#fff;cursor:pointer;white-space:nowrap;background:#f97316;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:700;transition:all .3s;display:flex}.ClassDetail-module__itFloa__reviewButton:hover{background:#ea580c;transform:translateY(-2px)}.ClassDetail-module__itFloa__classDescription{background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;border-radius:1rem;margin-bottom:3rem;padding:2rem}.ClassDetail-module__itFloa__classDescription h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.ClassDetail-module__itFloa__classDescription p{color:#d1d5db;margin:0;line-height:1.6}.ClassDetail-module__itFloa__reviewsSection{margin-bottom:3rem}.ClassDetail-module__itFloa__reviewsLayout{grid-template-columns:350px 1fr;align-items:start;gap:2rem;display:grid}.ClassDetail-module__itFloa__statsColumn{flex-direction:column;gap:1.5rem;display:flex}.ClassDetail-module__itFloa__reviewPrompt{text-align:center;background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;border-radius:1rem;padding:1.5rem}.ClassDetail-module__itFloa__reviewPrompt h4{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.ClassDetail-module__itFloa__reviewPrompt p{color:#9ca3af;margin-bottom:1rem}.ClassDetail-module__itFloa__loginButton{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:.5rem;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.ClassDetail-module__itFloa__loginButton:hover{background:#ea580c}.ClassDetail-module__itFloa__reviewsColumn{min-height:400px}@media (max-width:1024px){.ClassDetail-module__itFloa__reviewsLayout{grid-template-columns:300px 1fr}}@media (max-width:768px){.ClassDetail-module__itFloa__classDetailContainer{padding:5rem 1rem 2rem}.ClassDetail-module__itFloa__classHeader{flex-direction:column;align-items:stretch}.ClassDetail-module__itFloa__classImageContainer{order:-1;width:100%;height:250px}.ClassDetail-module__itFloa__classTitle{font-size:2.5rem}.ClassDetail-module__itFloa__reviewsLayout{grid-template-columns:1fr;gap:1.5rem}.ClassDetail-module__itFloa__statsColumn{order:2}.ClassDetail-module__itFloa__reviewsColumn{order:1}}
.Footer-module__Grjkva__footer{background:linear-gradient(#0a0a0b 0%,#000 100%);border-top:1px solid #ff5b3733;padding:4rem 0 2rem;position:relative;overflow:hidden}.Footer-module__Grjkva__footer:before{content:"";background:linear-gradient(90deg,#0000 0%,#ff5b37 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__Grjkva__container{z-index:1;max-width:85rem;margin:0 auto;padding:0 1.25rem;position:relative}.Footer-module__Grjkva__mainFooter{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.Footer-module__Grjkva__mainFooter{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.Footer-module__Grjkva__brand{max-width:24rem}.Footer-module__Grjkva__logo{align-items:center;gap:.75rem;margin-bottom:1.25rem;transition:transform .3s;display:flex}.Footer-module__Grjkva__logo:hover{transform:scale(1.02)}.Footer-module__Grjkva__logoText{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.Footer-module__Grjkva__description{color:#b0b0b5;margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}.Footer-module__Grjkva__socialLinks{gap:.75rem;display:flex}.Footer-module__Grjkva__socialLink{color:#9ca3af;background:#ffffff05;border:1px solid #212127;border-radius:.5rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Footer-module__Grjkva__socialLink:before{content:"";background:linear-gradient(135deg,#ff5b3733 0%,#ff9a3c33 100%);width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.Footer-module__Grjkva__socialLink:hover{color:#fff;border-color:#ff5b37;transform:translateY(-3px);box-shadow:0 4px 12px #ff5b374d}.Footer-module__Grjkva__socialLink:hover:before{left:0}.Footer-module__Grjkva__socialLink svg{z-index:1;position:relative}.Footer-module__Grjkva__footerSection h3{color:#fff;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.125rem;font-weight:700;position:relative}.Footer-module__Grjkva__footerSection h3:after{content:"";background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);border-radius:2px;width:40px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__footerLinks{flex-direction:column;gap:.875rem;display:flex}.Footer-module__Grjkva__footerLink{color:#b0b0b5;padding-left:0;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module__Grjkva__footerLink:before{content:"→";opacity:0;color:#ff5b37;transition:all .3s;position:absolute;left:-16px;transform:translate(-5px)}.Footer-module__Grjkva__footerLink:hover{color:#ff9a3c;padding-left:20px}.Footer-module__Grjkva__footerLink:hover:before{opacity:1;transform:translate(0)}.Footer-module__Grjkva__contactInfo{flex-direction:column;gap:1.125rem;display:flex}.Footer-module__Grjkva__contactItem{color:#b0b0b5;border-radius:.5rem;align-items:flex-start;gap:.875rem;padding:.5rem;font-size:.95rem;line-height:1.6;transition:all .3s;display:flex}.Footer-module__Grjkva__contactItem:hover{color:#fff;background:#ff5b370d;transform:translate(4px)}.Footer-module__Grjkva__contactItem svg{color:#ff5b37;flex-shrink:0;margin-top:2px;transition:all .3s}.Footer-module__Grjkva__contactItem:hover svg{color:#ff9a3c;transform:scale(1.1)}.Footer-module__Grjkva__contactLink{color:inherit;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__contactLink:hover{color:#ff9a3c;text-decoration:underline}.Footer-module__Grjkva__bottomFooter{border-top:1px solid #ff5b3726;flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:2.5rem;display:flex;position:relative}.Footer-module__Grjkva__bottomFooter:before{content:"";background:linear-gradient(90deg,#0000 0%,#ff5b37 50%,#0000 100%);width:60px;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (min-width:768px){.Footer-module__Grjkva__bottomFooter{flex-direction:row}}.Footer-module__Grjkva__copyright{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__Grjkva__copyright:before{content:"©";color:#ff5b37;font-weight:600}.Footer-module__Grjkva__legalLinks{flex-wrap:wrap;justify-content:center;gap:1.75rem;display:flex}.Footer-module__Grjkva__legalLink{color:#6b7280;padding-bottom:2px;font-size:.875rem;text-decoration:none;transition:all .3s;position:relative}.Footer-module__Grjkva__legalLink:after{content:"";background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.Footer-module__Grjkva__legalLink:hover{color:#ff9a3c}.Footer-module__Grjkva__legalLink:hover:after{width:100%}.Footer-module__Grjkva__developerCredit{text-align:center;border-top:1px solid #ff5b371a;margin-top:2rem;padding-top:2rem}.Footer-module__Grjkva__creditText{color:#6b7280;margin:0;font-size:.875rem}.Footer-module__Grjkva__developerLink{color:#ff9a3c;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Footer-module__Grjkva__developerLink:hover{color:#ff5b37}.Footer-module__Grjkva__developerLink:after{content:"";background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__Grjkva__developerLink:hover:after{width:100%}
.Features-module__MNwinW__features{background:#111827;padding:3rem 0;position:relative;overflow:hidden}@media (min-width:640px){.Features-module__MNwinW__features{padding:4rem 0}}@media (min-width:1024px){.Features-module__MNwinW__features{padding:5rem 0}}.Features-module__MNwinW__backgroundImage{z-index:1;background-image:url(/img2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;inset:0}@media (max-width:768px){.Features-module__MNwinW__backgroundImage{background-attachment:scroll}}.Features-module__MNwinW__overlay{z-index:2;pointer-events:none;background:linear-gradient(135deg,#1118278c 0%,#00000080 50%,#1118278c 100%);width:100%;height:100%;position:absolute;inset:0}.Features-module__MNwinW__container{z-index:10;width:100%;max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:640px){.Features-module__MNwinW__container{padding:0 1.5rem}}@media (min-width:1024px){.Features-module__MNwinW__container{padding:0 2rem}}.Features-module__MNwinW__header{text-align:center;margin-bottom:2rem;padding:0 .5rem}@media (min-width:480px){.Features-module__MNwinW__header{margin-bottom:2.5rem;padding:0}}@media (min-width:640px){.Features-module__MNwinW__header{margin-bottom:3rem}}@media (min-width:1024px){.Features-module__MNwinW__header{margin-bottom:4rem}}.Features-module__MNwinW__title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:480px){.Features-module__MNwinW__title{margin-bottom:1rem;font-size:2.5rem}}@media (min-width:640px){.Features-module__MNwinW__title{font-size:3rem}}@media (min-width:768px){.Features-module__MNwinW__title{font-size:3.5rem}}@media (min-width:1024px){.Features-module__MNwinW__title{font-size:3.75rem}}.Features-module__MNwinW__gradientText{background:linear-gradient(135deg,#f97316,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Features-module__MNwinW__subtitle{color:#d1d5db;max-width:100%;margin:0 auto;padding:0 .5rem;font-size:.875rem;line-height:1.5}@media (min-width:480px){.Features-module__MNwinW__subtitle{max-width:42rem;padding:0;font-size:1rem}}@media (min-width:640px){.Features-module__MNwinW__subtitle{font-size:1.125rem;line-height:1.6}}@media (min-width:768px){.Features-module__MNwinW__subtitle{max-width:48rem;font-size:1.25rem}}@media (min-width:1024px){.Features-module__MNwinW__subtitle{font-size:1.5rem}}.Features-module__MNwinW__carouselWrapper{width:100%;position:relative}.Features-module__MNwinW__featuresGrid{grid-template-columns:1fr;gap:1rem;padding:0 .5rem;display:grid}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__gridMode{display:grid}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:.75rem .25rem;display:flex;overflow-x:auto}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode::-webkit-scrollbar{display:none}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode .Features-module__MNwinW__featureCard{scroll-snap-align:start;flex:0 0 calc(50% - .5rem);min-width:0}@media (min-width:480px){.Features-module__MNwinW__featuresGrid{gap:1.25rem;padding:0}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode .Features-module__MNwinW__featureCard{flex:0 0 calc(50% - .625rem)}}@media (min-width:640px){.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__gridMode{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode{display:flex}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode .Features-module__MNwinW__featureCard{flex:0 0 calc(50% - .75rem)}}@media (min-width:768px){.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__gridMode{gap:2rem}}@media (min-width:1024px){.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__gridMode{grid-template-columns:repeat(4,1fr)}.Features-module__MNwinW__featuresGrid.Features-module__MNwinW__swipeMode{grid-template-columns:repeat(4,1fr);display:grid;overflow-x:visible}}.Features-module__MNwinW__featureCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:linear-gradient(135deg,#1f2937f2,#111827f2);border:1px solid #37415180;border-radius:1rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}@media (min-width:480px){.Features-module__MNwinW__featureCard{border-radius:1.25rem;padding:1.75rem}}@media (min-width:640px){.Features-module__MNwinW__featureCard{border-radius:1.5rem;padding:2rem}}.Features-module__MNwinW__featureCard:hover{border-color:#f97316;transform:translateY(-.5rem);box-shadow:0 20px 40px #f9731626}.Features-module__MNwinW__featureCard:before{content:"";opacity:0;background:linear-gradient(135deg,#f97316,#dc2626);transition:opacity .3s;position:absolute;inset:0}.Features-module__MNwinW__featureCard:hover:before{opacity:.05}.Features-module__MNwinW__featureContent{z-index:10;position:relative}.Features-module__MNwinW__iconContainer{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;transition:transform .3s;display:flex}@media (min-width:480px){.Features-module__MNwinW__iconContainer{width:3.5rem;height:3.5rem;margin-bottom:1.25rem}}@media (min-width:640px){.Features-module__MNwinW__iconContainer{border-radius:1rem;width:4rem;height:4rem;margin-bottom:1.5rem}}.Features-module__MNwinW__featureCard:hover .Features-module__MNwinW__iconContainer{transform:scale(1.1)}.Features-module__MNwinW__iconContainerBlue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.Features-module__MNwinW__iconContainerPurple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.Features-module__MNwinW__iconContainerGreen{background:linear-gradient(135deg,#10b981,#059669)}.Features-module__MNwinW__iconContainerOrange{background:linear-gradient(135deg,#f97316,#ea580c)}.Features-module__MNwinW__iconContainerRed{background:linear-gradient(135deg,#ef4444,#dc2626)}.Features-module__MNwinW__iconContainerYellow{background:linear-gradient(135deg,#f59e0b,#d97706)}.Features-module__MNwinW__iconContainerGray{background:linear-gradient(135deg,#6b7280,#4b5563)}.Features-module__MNwinW__iconContainerIndigo{background:linear-gradient(135deg,#6366f1,#4f46e5)}.Features-module__MNwinW__featureTitle{color:#fff;margin-bottom:.75rem;font-size:1.125rem;font-weight:700;transition:color .3s}@media (min-width:480px){.Features-module__MNwinW__featureTitle{margin-bottom:.875rem;font-size:1.25rem}}@media (min-width:640px){.Features-module__MNwinW__featureTitle{margin-bottom:1rem;font-size:1.375rem}}@media (min-width:1024px){.Features-module__MNwinW__featureTitle{font-size:1.5rem}}.Features-module__MNwinW__featureCard:hover .Features-module__MNwinW__featureTitle{color:#f97316}.Features-module__MNwinW__featureDescription{color:#9ca3af;font-size:.875rem;line-height:1.5;transition:color .3s}@media (min-width:480px){.Features-module__MNwinW__featureDescription{font-size:.9375rem;line-height:1.6}}@media (min-width:640px){.Features-module__MNwinW__featureDescription{font-size:1rem}}.Features-module__MNwinW__featureCard:hover .Features-module__MNwinW__featureDescription{color:#d1d5db}.Features-module__MNwinW__backgroundDecoration{pointer-events:none;z-index:3;position:absolute;inset:0}.Features-module__MNwinW__decorationCircle{opacity:.05;filter:blur(30px);background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;position:absolute}.Features-module__MNwinW__circle1{width:150px;height:150px;top:-75px;right:-75px}.Features-module__MNwinW__circle2{width:100px;height:100px;bottom:-50px;left:-50px}@media (min-width:640px){.Features-module__MNwinW__decorationCircle{filter:blur(35px)}.Features-module__MNwinW__circle1{width:200px;height:200px;top:-100px;right:-100px}.Features-module__MNwinW__circle2{width:150px;height:150px;bottom:-75px;left:-75px}}@media (min-width:1024px){.Features-module__MNwinW__decorationCircle{filter:blur(40px)}.Features-module__MNwinW__circle1{width:300px;height:300px;top:-150px;right:-150px}.Features-module__MNwinW__circle2{width:200px;height:200px;bottom:-100px;left:-100px}}.Features-module__MNwinW__swipeControls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.Features-module__MNwinW__navButton{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:inline-flex}.Features-module__MNwinW__navButton:disabled{opacity:.4;cursor:not-allowed}.Features-module__MNwinW__navButton:hover:not(:disabled){background:#f9731633;border-color:#f97316;transform:translateY(-2px)}.Features-module__MNwinW__dots{align-items:center;gap:.5rem;display:flex}.Features-module__MNwinW__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.Features-module__MNwinW__dotActive{background:#f97316;border-radius:9999px;width:1.25rem;transform:scale(1.3)}.Features-module__MNwinW__dot:hover{background:#f9731699}
.Navbar-module___rHu7W__navbar{z-index:100;background:#000;border-bottom:1px solid #ffffff14;width:100%;transition:background .3s;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ff5b37 50%,#0000 100%);height:1px;position:absolute;bottom:0;left:0;right:0}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;max-width:85rem;height:4.5rem;margin:0 auto;padding:0 1.25rem;display:flex}.Navbar-module___rHu7W__logo{cursor:pointer;align-items:center;gap:.6rem;transition:transform .3s;display:flex}.Navbar-module___rHu7W__logo:hover{transform:scale(1.05)}.Navbar-module___rHu7W__logoText{color:#fff;letter-spacing:1px;font-size:1.4rem;font-weight:700}.Navbar-module___rHu7W__desktopMenu{align-items:center;gap:2rem;display:none}@media (min-width:1024px){.Navbar-module___rHu7W__desktopMenu{display:flex}}.Navbar-module___rHu7W__menuItem{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:all .25s;position:relative}.Navbar-module___rHu7W__menuItem:hover{color:#f97316}.Navbar-module___rHu7W__menuItem:after{content:"";background:#f97316;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__menuItem:hover:after{width:100%}.Navbar-module___rHu7W__joinButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f97316,#ea580c);border:none;border-radius:.5rem;padding:.6rem 1.25rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.Navbar-module___rHu7W__joinButton:hover:not(:disabled){background:linear-gradient(90deg,#ea580c,#f97316);transform:scale(1.05)}.Navbar-module___rHu7W__joinButton:disabled{opacity:.8;cursor:not-allowed;transform:none}.Navbar-module___rHu7W__logoutLoading{justify-content:center;align-items:center;gap:.5rem;display:flex}.Navbar-module___rHu7W__logoutSpinner{animation:1s linear infinite Navbar-module___rHu7W__spin}@keyframes Navbar-module___rHu7W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Navbar-module___rHu7W__mobileMenuButton{color:#fff;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:transform .2s}.Navbar-module___rHu7W__mobileMenuButton:hover{transform:rotate(10deg)}@media (min-width:1024px){.Navbar-module___rHu7W__mobileMenuButton{display:none}}.Navbar-module___rHu7W__mobileMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111827fa;border-top:1px solid #374151;width:100%;box-shadow:0 8px 20px #00000080}.Navbar-module___rHu7W__mobileMenuInner{border-left:4px solid #0000;border-image:linear-gradient(#f97316,#0000) 1;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.5rem;display:flex}.Navbar-module___rHu7W__mobileMenuItem{color:#f3f4f6;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;width:100%;padding:.8rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .25s}.Navbar-module___rHu7W__mobileMenuItem:hover{color:#f97316;background:#f973161a}.Navbar-module___rHu7W__mobileButtonContainer{border-top:1px solid #374151;margin-top:1rem;padding-top:1rem}.Navbar-module___rHu7W__mobileJoinButton{color:#fff;cursor:pointer;background:linear-gradient(90deg,#f97316,#ea580c);border:none;border-radius:.5rem;width:100%;padding:.9rem;font-size:1rem;font-weight:600;transition:all .3s}.Navbar-module___rHu7W__mobileJoinButton:hover:not(:disabled){background:linear-gradient(90deg,#ea580c,#f97316);transform:scale(1.03)}.Navbar-module___rHu7W__mobileJoinButton:disabled{opacity:.8;cursor:not-allowed;transform:none}.Navbar-module___rHu7W__logoutOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#000000d9;justify-content:center;align-items:center;animation:.2s Navbar-module___rHu7W__fadeIn;display:flex;position:fixed;inset:0}@keyframes Navbar-module___rHu7W__fadeIn{0%{opacity:0}to{opacity:1}}.Navbar-module___rHu7W__logoutLoadingCard{text-align:center;background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #f973164d;border-radius:1rem;padding:2rem 2.5rem;box-shadow:0 20px 40px #00000080}.Navbar-module___rHu7W__logoutOverlaySpinner{color:#f97316;margin:0 auto 1rem;animation:1s linear infinite Navbar-module___rHu7W__spin}.Navbar-module___rHu7W__logoutLoadingText{color:#d1d5db;margin:0;font-size:1rem;font-weight:500}
.bell-module__qzSBpG__wrapper{display:inline-block;position:relative}.bell-module__qzSBpG__bellButton{cursor:pointer;color:#d1d5db;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:8px 12px;transition:all .25s;display:flex;position:relative}.bell-module__qzSBpG__bellButton:hover{color:#f97316;background:#f973161a}.bell-module__qzSBpG__bellButton:after{content:"";background:#f97316;width:0%;height:2px;transition:width .3s;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.bell-module__qzSBpG__bellButton:hover:after{width:60%}.bell-module__qzSBpG__adminBell{color:#6b7280}.bell-module__qzSBpG__adminBell:hover{color:#374151;background:#f3f4f6}.bell-module__qzSBpG__badge{color:#fff;text-align:center;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border-radius:10px;min-width:18px;padding:3px 7px;font-size:10px;font-weight:700;animation:2s infinite bell-module__qzSBpG__pulse;position:absolute;top:6px;right:8px;box-shadow:0 2px 8px #ff5b3766}@keyframes bell-module__qzSBpG__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.bell-module__qzSBpG__dropdown{z-index:10000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f0f10;border:1px solid #212127;border-radius:12px;flex-direction:column;width:360px;max-height:480px;animation:.2s ease-out bell-module__qzSBpG__slideDown;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff0d}@keyframes bell-module__qzSBpG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bell-module__qzSBpG__header{background:#ffffff05;border-bottom:1px solid #212127;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.bell-module__qzSBpG__headerButtons{align-items:center;gap:8px;display:flex}.bell-module__qzSBpG__title{color:#fff;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700}.bell-module__qzSBpG__markAllRead{color:#f97316;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.bell-module__qzSBpG__markAllRead:hover{color:#ff9a3c;background:#f973161a}.bell-module__qzSBpG__clearAll{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.bell-module__qzSBpG__clearAll:hover{color:#f87171;background:#ef44441a}.bell-module__qzSBpG__list{max-height:380px;overflow-y:auto}.bell-module__qzSBpG__list::-webkit-scrollbar{width:6px}.bell-module__qzSBpG__list::-webkit-scrollbar-track{background:#0a0a0b}.bell-module__qzSBpG__list::-webkit-scrollbar-thumb{background:#f97316;border-radius:3px}.bell-module__qzSBpG__list::-webkit-scrollbar-thumb:hover{background:#ff9a3c}.bell-module__qzSBpG__empty{text-align:center;color:#6b7280;padding:48px 24px;font-size:14px}.bell-module__qzSBpG__empty:before{content:"🔔";opacity:.5;margin-bottom:12px;font-size:32px;display:block}.bell-module__qzSBpG__itemWrapper{border-bottom:1px solid #212127;position:relative;overflow:hidden}.bell-module__qzSBpG__itemWrapper:last-child{border-bottom:none}.bell-module__qzSBpG__item{cursor:pointer;z-index:1;background:0 0;padding:16px 20px;transition:all .2s;position:relative}.bell-module__qzSBpG__item.bell-module__qzSBpG__swiping{cursor:grabbing}.bell-module__qzSBpG__item:hover,.bell-module__qzSBpG__itemWrapper:hover .bell-module__qzSBpG__item{background:#ff5b370d;border-left:3px solid #f97316;padding-left:17px}.bell-module__qzSBpG__item.bell-module__qzSBpG__unread{background:#ff5b3714;border-left:3px solid #ff5b37;padding-left:17px}.bell-module__qzSBpG__item.bell-module__qzSBpG__unread:before{content:"";background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.bell-module__qzSBpG__content{color:#e5e7eb;margin-bottom:6px;font-size:14px;font-weight:400;line-height:1.5}.bell-module__qzSBpG__item.bell-module__qzSBpG__unread .bell-module__qzSBpG__content{color:#fff;font-weight:500}.bell-module__qzSBpG__time{color:#6b7280;font-size:11px;font-weight:400}.bell-module__qzSBpG__deleteButton{color:#fff;cursor:pointer;z-index:0;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);justify-content:center;align-items:center;width:100px;font-size:12px;font-weight:600;transition:opacity .2s,transform .3s;display:flex;position:absolute;top:0;bottom:0;right:0}
.StarRating-module__1RUhRq__starRating{align-items:center;gap:.5rem;display:flex}.StarRating-module__1RUhRq__stars{gap:.25rem;display:flex}.StarRating-module__1RUhRq__star{color:#d1d5db;cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.25rem;transition:all .2s}.StarRating-module__1RUhRq__star:hover:not(.StarRating-module__1RUhRq__readonly){transform:scale(1.2)}.StarRating-module__1RUhRq__star.StarRating-module__1RUhRq__filled{color:#fbbf24}.StarRating-module__1RUhRq__star.StarRating-module__1RUhRq__readonly{cursor:default}.StarRating-module__1RUhRq__ratingLabel{color:#6b7280;font-size:.875rem;font-weight:500}
.Testimonials-module__5wb8fq__testimonials{background:#111827;padding:3rem 0;position:relative;overflow:hidden}@media (min-width:640px){.Testimonials-module__5wb8fq__testimonials{padding:4rem 0}}@media (min-width:1024px){.Testimonials-module__5wb8fq__testimonials{padding:5rem 0}}.Testimonials-module__5wb8fq__backgroundImage{z-index:1;background-image:url(/img2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100%;height:100%;position:absolute;inset:0}@media (max-width:768px){.Testimonials-module__5wb8fq__backgroundImage{background-attachment:scroll}}.Testimonials-module__5wb8fq__overlay{z-index:2;pointer-events:none;background:linear-gradient(135deg,#1118278c 0%,#00000080 50%,#1118278c 100%);width:100%;height:100%;position:absolute;inset:0}.Testimonials-module__5wb8fq__container{z-index:10;width:100%;max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}@media (min-width:640px){.Testimonials-module__5wb8fq__container{padding:0 1.5rem}}@media (min-width:1024px){.Testimonials-module__5wb8fq__container{padding:0 2rem}}.Testimonials-module__5wb8fq__header{text-align:center;margin-bottom:2rem;padding:0 .5rem}@media (min-width:480px){.Testimonials-module__5wb8fq__header{margin-bottom:2.5rem;padding:0}}@media (min-width:640px){.Testimonials-module__5wb8fq__header{margin-bottom:3rem}}@media (min-width:1024px){.Testimonials-module__5wb8fq__header{margin-bottom:4rem}}.Testimonials-module__5wb8fq__title{color:#fff;margin-bottom:.75rem;font-size:2rem;font-weight:900;line-height:1.2}@media (min-width:480px){.Testimonials-module__5wb8fq__title{margin-bottom:1rem;font-size:2.5rem}}@media (min-width:640px){.Testimonials-module__5wb8fq__title{font-size:3rem}}@media (min-width:768px){.Testimonials-module__5wb8fq__title{font-size:3.5rem}}@media (min-width:1024px){.Testimonials-module__5wb8fq__title{font-size:3.75rem}}.Testimonials-module__5wb8fq__gradientText{background:linear-gradient(135deg,#f97316,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Testimonials-module__5wb8fq__subtitle{color:#d1d5db;max-width:100%;margin:0 auto;padding:0 .5rem;font-size:.875rem;line-height:1.5}@media (min-width:480px){.Testimonials-module__5wb8fq__subtitle{max-width:42rem;padding:0;font-size:1rem}}@media (min-width:640px){.Testimonials-module__5wb8fq__subtitle{font-size:1.125rem;line-height:1.6}}@media (min-width:768px){.Testimonials-module__5wb8fq__subtitle{max-width:48rem;font-size:1.25rem}}@media (min-width:1024px){.Testimonials-module__5wb8fq__subtitle{font-size:1.5rem}}.Testimonials-module__5wb8fq__realReviewsCounter{margin-top:1.5rem}.Testimonials-module__5wb8fq__realReviewsBadge{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e4d;border-radius:99px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600}.Testimonials-module__5wb8fq__carouselWrapper{width:100%;margin-bottom:3rem;position:relative}.Testimonials-module__5wb8fq__carouselTrack{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;cursor:grab;gap:1rem;padding:.75rem .25rem;display:flex;overflow-x:auto}.Testimonials-module__5wb8fq__carouselTrack:active{cursor:grabbing}.Testimonials-module__5wb8fq__carouselTrack::-webkit-scrollbar{display:none}.Testimonials-module__5wb8fq__swipeControls{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.Testimonials-module__5wb8fq__navButton{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:inline-flex}.Testimonials-module__5wb8fq__navButton:disabled{opacity:.4;cursor:not-allowed}.Testimonials-module__5wb8fq__navButton:hover:not(:disabled){background:#f9731633;border-color:#f97316;transform:translateY(-2px)}.Testimonials-module__5wb8fq__dots{justify-content:center;align-items:center;gap:.5rem;display:flex}.Testimonials-module__5wb8fq__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .3s}.Testimonials-module__5wb8fq__dotActive{background:#f97316;border-radius:9999px;width:1.25rem;transform:scale(1.3)}.Testimonials-module__5wb8fq__dot:hover{background:#f9731699}.Testimonials-module__5wb8fq__testimonialCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;scroll-snap-align:start;cursor:pointer;background:linear-gradient(135deg,#1f2937f2,#111827f2);border:1px solid #37415180;border-radius:1rem;flex:0 0 calc(100% - .5rem);min-width:0;padding:1.5rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #0000004d}@media (min-width:480px){.Testimonials-module__5wb8fq__testimonialCard{border-radius:1.25rem;flex:0 0 calc(100% - .625rem);padding:1.75rem}}@media (min-width:640px){.Testimonials-module__5wb8fq__testimonialCard{border-radius:1.5rem;flex:0 0 calc(50% - .75rem);padding:2rem}}@media (min-width:768px){.Testimonials-module__5wb8fq__testimonialCard{flex:0 0 calc(50% - .75rem)}}@media (min-width:1024px){.Testimonials-module__5wb8fq__testimonialCard{flex:0 0 calc(33.333% - .75rem)}}@media (min-width:1280px){.Testimonials-module__5wb8fq__testimonialCard{flex:0 0 calc(33.333% - 1rem)}}.Testimonials-module__5wb8fq__testimonialCard:hover{z-index:5;border-color:#f97316;transform:translateY(-.5rem);box-shadow:0 20px 40px #f9731626}.Testimonials-module__5wb8fq__testimonialCard:before{content:"";opacity:0;background:linear-gradient(135deg,#f97316,#dc2626);transition:opacity .3s;position:absolute;inset:0}.Testimonials-module__5wb8fq__testimonialCard:hover:before{opacity:.05}.Testimonials-module__5wb8fq__quoteIcon{z-index:2;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;position:absolute;top:-.75rem;left:1.5rem}@media (min-width:640px){.Testimonials-module__5wb8fq__quoteIcon{width:3rem;height:3rem;top:-1rem;left:2rem}}.Testimonials-module__5wb8fq__quoteIcon svg{color:#fff}.Testimonials-module__5wb8fq__verifiedBadge{color:#fff;z-index:3;background:#22c55e;border:2px solid #111827;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.Testimonials-module__5wb8fq__content{z-index:10;margin-top:1rem;position:relative}@media (min-width:640px){.Testimonials-module__5wb8fq__content{margin-top:1.5rem}}.Testimonials-module__5wb8fq__quote{color:#d1d5db;min-height:80px;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.Testimonials-module__5wb8fq__author{border-top:1px solid #374151;align-items:center;gap:1rem;padding-top:1rem;display:flex}.Testimonials-module__5wb8fq__avatar{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.125rem;font-weight:700;display:flex}.Testimonials-module__5wb8fq__avatarImage{object-fit:cover;border:2px solid #f97316;border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.Testimonials-module__5wb8fq__authorInfo{flex:1;min-width:0}.Testimonials-module__5wb8fq__authorName{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-weight:700;overflow:hidden}.Testimonials-module__5wb8fq__classInfo{color:#f97316;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.Testimonials-module__5wb8fq__reviewMeta{color:#9ca3af;flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.Testimonials-module__5wb8fq__ratingBadge{color:#fbbf24;background:#fbbf241a;border-radius:.25rem;padding:.25rem .5rem;font-weight:600}.Testimonials-module__5wb8fq__stars{gap:.25rem;margin-bottom:1rem;display:flex}.Testimonials-module__5wb8fq__star{color:#fbbf24}.Testimonials-module__5wb8fq__backgroundDecoration{pointer-events:none;z-index:3;position:absolute;inset:0;overflow:hidden}.Testimonials-module__5wb8fq__decorationCircle{opacity:.03;filter:blur(30px);background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;position:absolute}.Testimonials-module__5wb8fq__circle1{width:150px;height:150px;top:-75px;right:-75px}.Testimonials-module__5wb8fq__circle2{width:100px;height:100px;bottom:-50px;left:-50px}@media (min-width:640px){.Testimonials-module__5wb8fq__decorationCircle{filter:blur(40px)}.Testimonials-module__5wb8fq__circle1{width:250px;height:250px;top:-125px;right:-125px}.Testimonials-module__5wb8fq__circle2{width:150px;height:150px;bottom:-75px;left:-75px}}@media (min-width:1024px){.Testimonials-module__5wb8fq__decorationCircle{filter:blur(60px)}.Testimonials-module__5wb8fq__circle1{width:400px;height:400px;top:-200px;right:-200px}.Testimonials-module__5wb8fq__circle2{width:300px;height:300px;bottom:-150px;left:-150px}}.Testimonials-module__5wb8fq__statsBar{border-top:1px solid #374151;flex-wrap:nowrap;justify-content:center;gap:3rem;margin-top:4rem;padding-top:3rem;display:flex}.Testimonials-module__5wb8fq__stat{text-align:center;flex-shrink:0}.Testimonials-module__5wb8fq__statNumber{color:#f97316;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.Testimonials-module__5wb8fq__statLabel{color:#9ca3af;white-space:nowrap;font-weight:600}.Testimonials-module__5wb8fq__loadingState{text-align:center;color:#9ca3af;padding:4rem 2rem}.Testimonials-module__5wb8fq__spinner{border:4px solid #374151;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite Testimonials-module__5wb8fq__spin}@keyframes Testimonials-module__5wb8fq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Testimonials-module__5wb8fq__emptyState{text-align:center;color:#9ca3af;padding:4rem 2rem}.Testimonials-module__5wb8fq__emptyIcon{margin-bottom:1rem;font-size:4rem}.Testimonials-module__5wb8fq__emptyState h3{color:#d1d5db;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.Testimonials-module__5wb8fq__emptyState p{margin:0;font-size:1.125rem}@media (max-width:640px){.Testimonials-module__5wb8fq__statsBar{gap:1.5rem}.Testimonials-module__5wb8fq__statNumber{font-size:2rem}.Testimonials-module__5wb8fq__statLabel{font-size:.875rem}}@media (max-width:480px){.Testimonials-module__5wb8fq__statsBar{gap:1rem}.Testimonials-module__5wb8fq__statNumber{font-size:1.75rem}.Testimonials-module__5wb8fq__statLabel{font-size:.75rem}}.Testimonials-module__5wb8fq__reviewFormSection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1f2937cc,#111827e6);border:1px solid #37415180;border-radius:1.5rem;margin-top:4rem;padding:2.5rem}.Testimonials-module__5wb8fq__reviewFormHeader{text-align:center;margin-bottom:2rem}.Testimonials-module__5wb8fq__reviewFormTitle{color:#fff;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;display:flex}.Testimonials-module__5wb8fq__reviewFormSubtitle{color:#9ca3af;margin:0;font-size:1rem}.Testimonials-module__5wb8fq__showFormButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Testimonials-module__5wb8fq__showFormButton:hover{background:linear-gradient(135deg,#ea580c,#f97316);transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.Testimonials-module__5wb8fq__reviewForm{flex-direction:column;gap:1.5rem;display:flex}.Testimonials-module__5wb8fq__formField{flex-direction:column;gap:.5rem;display:flex}.Testimonials-module__5wb8fq__formLabel{color:#d1d5db;font-size:.9375rem;font-weight:600}.Testimonials-module__5wb8fq__formSelect{color:#fff;cursor:pointer;background:#111827;border:1px solid #374151;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.Testimonials-module__5wb8fq__formSelect:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973164d}.Testimonials-module__5wb8fq__formSelect option{color:#fff;background:#111827}.Testimonials-module__5wb8fq__formTextarea{color:#fff;resize:vertical;background:#111827;border:1px solid #374151;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.Testimonials-module__5wb8fq__formTextarea:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973164d}.Testimonials-module__5wb8fq__charCount{text-align:right;color:#6b7280;font-size:.875rem}.Testimonials-module__5wb8fq__formActions{gap:1rem;margin-top:.5rem;display:flex}.Testimonials-module__5wb8fq__cancelButton{color:#d1d5db;cursor:pointer;background:0 0;border:1px solid #374151;border-radius:.5rem;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.Testimonials-module__5wb8fq__cancelButton:hover:not(:disabled){color:#fff;background:#374151;border-color:#4b5563}.Testimonials-module__5wb8fq__cancelButton:disabled{opacity:.5;cursor:not-allowed}.Testimonials-module__5wb8fq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.Testimonials-module__5wb8fq__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#f97316);transform:translateY(-2px);box-shadow:0 10px 25px #f973164d}.Testimonials-module__5wb8fq__submitButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.Testimonials-module__5wb8fq__submitButton .Testimonials-module__5wb8fq__spinner{animation:1s linear infinite Testimonials-module__5wb8fq__spin}@media (max-width:640px){.Testimonials-module__5wb8fq__reviewFormSection{margin-top:3rem;padding:1.5rem}.Testimonials-module__5wb8fq__reviewFormTitle{font-size:1.5rem}.Testimonials-module__5wb8fq__formActions{flex-direction:column}}
.Hero-module___3GveG__hero{color:#fff;background:linear-gradient(135deg,#111827 0%,#000 50%,#111827 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1rem 0;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.Hero-module___3GveG__hero{padding:2rem 0}}.Hero-module___3GveG__imageCarousel{z-index:1;width:100%;height:100%;position:absolute;inset:0}.Hero-module___3GveG__carouselSlide{opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1.5s ease-in-out,transform 1.5s ease-in-out;position:absolute;inset:0;transform:scale(1.1)}.Hero-module___3GveG__carouselSlide.Hero-module___3GveG__active{opacity:1;z-index:2;transform:scale(1)}.Hero-module___3GveG__imageOverlay{z-index:3;pointer-events:none;background:linear-gradient(135deg,#11182740 0%,#00000059 50%,#1118278c 100%);position:absolute;inset:0}.Hero-module___3GveG__backgroundElements{z-index:4;position:absolute;inset:0;overflow:hidden}@keyframes Hero-module___3GveG__pulse{0%,to{opacity:.2}50%{opacity:.3}}.Hero-module___3GveG__container{z-index:10;text-align:center;width:100%;max-width:72rem;margin:2rem auto 0;padding:0 1rem;position:relative}@media (min-width:640px){.Hero-module___3GveG__container{margin-top:3rem;padding:0 1.5rem}}@media (min-width:1024px){.Hero-module___3GveG__container{margin-top:4rem;padding:0 2rem}}.Hero-module___3GveG__badge{background:#f9731633;border:1px solid #f9731680;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;display:inline-flex}@media (min-width:640px){.Hero-module___3GveG__badge{margin-bottom:2rem;padding:.75rem 1.5rem;font-size:.875rem}}.Hero-module___3GveG__badgeIcon{flex-shrink:0}@media (min-width:640px){.Hero-module___3GveG__badgeIcon{width:20px;height:20px}}.Hero-module___3GveG__badgeText{color:#fdba74;white-space:nowrap;font-weight:600}.Hero-module___3GveG__mainHeading{margin-bottom:1rem;padding:0 .5rem;font-size:2.5rem;font-weight:900;line-height:1.1}@media (min-width:480px){.Hero-module___3GveG__mainHeading{margin-bottom:1.25rem;font-size:3.5rem}}@media (min-width:640px){.Hero-module___3GveG__mainHeading{margin-bottom:1.5rem;padding:0;font-size:4.5rem}}@media (min-width:768px){.Hero-module___3GveG__mainHeading{font-size:5.5rem}}@media (min-width:1024px){.Hero-module___3GveG__mainHeading{font-size:6.5rem}}@media (min-width:1280px){.Hero-module___3GveG__mainHeading{font-size:7rem}}.Hero-module___3GveG__gradientText{background:linear-gradient(135deg,#f97316,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module___3GveG__subtitle{color:#d1d5db;max-width:100%;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;padding:0 .5rem;font-size:.875rem;line-height:1.5}@media (min-width:480px){.Hero-module___3GveG__subtitle{margin-bottom:1.75rem;font-size:1rem}}@media (min-width:640px){.Hero-module___3GveG__subtitle{max-width:42rem;margin-bottom:2rem;padding:0;font-size:1.125rem}}@media (min-width:768px){.Hero-module___3GveG__subtitle{max-width:48rem;font-size:1.25rem;line-height:1.6}}@media (min-width:1024px){.Hero-module___3GveG__subtitle{font-size:1.5rem}}.Hero-module___3GveG__highlight{color:#f97316;font-weight:600}.Hero-module___3GveG__stats{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;padding:0 .5rem;display:flex}@media (min-width:480px){.Hero-module___3GveG__stats{gap:1.5rem;margin-bottom:2.5rem}}@media (min-width:640px){.Hero-module___3GveG__stats{gap:2rem;margin-bottom:3rem;padding:0}}.Hero-module___3GveG__statItem{text-align:center;min-width:80px}.Hero-module___3GveG__statIcon{margin:0 auto .5rem;display:block}@media (min-width:480px){.Hero-module___3GveG__statIcon{width:28px;height:28px}}@media (min-width:640px){.Hero-module___3GveG__statIcon{width:32px;height:32px}}.Hero-module___3GveG__statValue{color:#fff;font-size:1.5rem;font-weight:700}@media (min-width:480px){.Hero-module___3GveG__statValue{font-size:1.75rem}}@media (min-width:640px){.Hero-module___3GveG__statValue{font-size:1.875rem}}.Hero-module___3GveG__statLabel{color:#9ca3af;font-size:.75rem}@media (min-width:480px){.Hero-module___3GveG__statLabel{font-size:.875rem}}@media (min-width:640px){.Hero-module___3GveG__statLabel{font-size:1rem}}.Hero-module___3GveG__buttons{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;margin-bottom:3rem;padding:0 .5rem;display:flex}@media (min-width:480px){.Hero-module___3GveG__buttons{gap:1rem;margin-bottom:3.5rem}}@media (min-width:640px){.Hero-module___3GveG__buttons{flex-direction:row;width:auto;margin-bottom:4rem;padding:0}}@media (min-width:768px){.Hero-module___3GveG__buttons{margin-bottom:4.5rem}}@media (min-width:1024px){.Hero-module___3GveG__buttons{margin-bottom:5rem}}.Hero-module___3GveG__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s;display:flex;transform:scale(1);box-shadow:0 25px 50px -12px #f9731640}@media (min-width:480px){.Hero-module___3GveG__primaryButton{border-radius:1rem;gap:.75rem;max-width:300px;padding:1rem 2rem;font-size:1rem}}@media (min-width:640px){.Hero-module___3GveG__primaryButton{width:auto;max-width:none;padding:1rem 3rem;font-size:1.125rem}}.Hero-module___3GveG__primaryButton:hover{background:linear-gradient(135deg,#ea580c,#b91c1c);transform:scale(1.05)}.Hero-module___3GveG__secondaryButton{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffff0d;border:2px solid #fff3;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:280px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .3s;display:flex}@media (min-width:480px){.Hero-module___3GveG__secondaryButton{border-radius:1rem;gap:.75rem;max-width:300px;padding:1rem 2rem;font-size:1rem}}@media (min-width:640px){.Hero-module___3GveG__secondaryButton{width:auto;max-width:none;padding:1rem 3rem;font-size:1.125rem}}.Hero-module___3GveG__buttonIcon{flex-shrink:0}@media (min-width:480px){.Hero-module___3GveG__buttonIcon{width:20px;height:20px}}.Hero-module___3GveG__secondaryButton:hover{background:#f973161a;border-color:#f97316}.Hero-module___3GveG__carouselIndicators{z-index:10;gap:.5rem;margin-top:1rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}@media (min-width:480px){.Hero-module___3GveG__carouselIndicators{bottom:2rem}}@media (min-width:640px){.Hero-module___3GveG__carouselIndicators{gap:.75rem;bottom:2.5rem}}@media (min-width:768px){.Hero-module___3GveG__carouselIndicators{bottom:3rem}}@media (min-width:1024px){.Hero-module___3GveG__carouselIndicators{bottom:3.5rem}}.Hero-module___3GveG__indicator{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;outline:none;width:.5rem;height:.5rem;padding:0;transition:all .3s}@media (min-width:640px){.Hero-module___3GveG__indicator{width:.75rem;height:.75rem}}.Hero-module___3GveG__indicator:hover{background:#f973164d;border-color:#f97316;transform:scale(1.2)}.Hero-module___3GveG__indicator.Hero-module___3GveG__active{background:#f97316;border-color:#f97316;border-radius:9999px;width:1.25rem;box-shadow:0 0 8px #f9731680}@media (min-width:640px){.Hero-module___3GveG__indicator.Hero-module___3GveG__active{width:2rem;box-shadow:0 0 10px #f9731680}}
.CTASection-module__uB7_Ra__cta{background:linear-gradient(135deg,#000 0%,#111827 50%,#000 100%);padding:5rem 0;position:relative;overflow:hidden}.CTASection-module__uB7_Ra__container{z-index:10;max-width:80rem;margin:0 auto;padding:0 1rem;position:relative}.CTASection-module__uB7_Ra__content{text-align:center;max-width:48rem;margin:0 auto}.CTASection-module__uB7_Ra__badge{background:#f9731633;border:1px solid #f9731680;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;display:inline-flex}.CTASection-module__uB7_Ra__badgeText{color:#fdba74;font-size:.875rem;font-weight:600}.CTASection-module__uB7_Ra__title{color:#fff;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.2}@media (min-width:768px){.CTASection-module__uB7_Ra__title{font-size:3.75rem}}.CTASection-module__uB7_Ra__gradientText{background:linear-gradient(135deg,#f97316,#dc2626);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTASection-module__uB7_Ra__subtitle{color:#d1d5db;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}@media (min-width:768px){.CTASection-module__uB7_Ra__subtitle{font-size:1.5rem}}.CTASection-module__uB7_Ra__buttons{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:640px){.CTASection-module__uB7_Ra__buttons{flex-direction:row}}.CTASection-module__uB7_Ra__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:inherit;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;transform:scale(1)}.CTASection-module__uB7_Ra__primaryButton:hover{background:linear-gradient(135deg,#ea580c,#b91c1c);transform:scale(1.05);box-shadow:0 20px 40px #f973164d}.CTASection-module__uB7_Ra__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:2px solid #374151;border-radius:.75rem;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:inherit;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.CTASection-module__uB7_Ra__secondaryButton:hover{background:#f973161a;border-color:#f97316;transform:translateY(-2px)}.CTASection-module__uB7_Ra__features{border-top:1px solid #374151;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem;padding-top:4rem;display:grid}@media (min-width:768px){.CTASection-module__uB7_Ra__features{grid-template-columns:repeat(4,1fr)}}.CTASection-module__uB7_Ra__feature{text-align:center}.CTASection-module__uB7_Ra__featureIcon{background:linear-gradient(135deg,#f97316,#dc2626);border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin:0 auto 1rem;display:flex}.CTASection-module__uB7_Ra__featureIcon svg{color:#fff}.CTASection-module__uB7_Ra__featureTitle{color:#fff;margin-bottom:.5rem;font-weight:700}.CTASection-module__uB7_Ra__featureDescription{color:#9ca3af;font-size:.875rem;line-height:1.5}.CTASection-module__uB7_Ra__backgroundElements{pointer-events:none;position:absolute;inset:0;overflow:hidden}.CTASection-module__uB7_Ra__floatingElement{opacity:.05;filter:blur(40px);background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;animation:8s ease-in-out infinite CTASection-module__uB7_Ra__float;position:absolute}.CTASection-module__uB7_Ra__element1{width:200px;height:200px;animation-delay:0s;top:10%;left:10%}.CTASection-module__uB7_Ra__element2{width:150px;height:150px;animation-delay:2s;bottom:20%;right:10%}.CTASection-module__uB7_Ra__element3{width:100px;height:100px;animation-delay:4s;top:60%;left:80%}@keyframes CTASection-module__uB7_Ra__float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(180deg)}}
.ContactBox-module__tOgWGG__container{justify-content:center;padding:48px 16px;display:flex}.ContactBox-module__tOgWGG__card{background:#0f0f10;border:1px solid #212127;border-radius:16px;width:100%;max-width:720px;padding:24px}.ContactBox-module__tOgWGG__title{color:#fff;margin:0 0 8px;font-size:28px}.ContactBox-module__tOgWGG__subtitle{color:#b0b0b5;margin:0 0 24px}.ContactBox-module__tOgWGG__notice{color:#d0d0d5;background:#16161a;border:1px solid #25252b;border-radius:12px;padding:16px}.ContactBox-module__tOgWGG__loading{color:#cfcfd4}.ContactBox-module__tOgWGG__pendingBox{background:#101116;border:1px dashed #3a3a45;border-radius:12px;padding:16px}.ContactBox-module__tOgWGG__pendingText{color:#e1e1e6}.ContactBox-module__tOgWGG__form{gap:16px;display:grid}.ContactBox-module__tOgWGG__inputGroup{gap:8px;display:grid}.ContactBox-module__tOgWGG__inputGroup label{color:#d8d8de}.ContactBox-module__tOgWGG__inputGroup input,.ContactBox-module__tOgWGG__inputGroup textarea{color:#f2f2f5;background:#0c0c0f;border:1px solid #2a2a33;border-radius:10px;padding:12px}.ContactBox-module__tOgWGG__submitButton{color:#0b0b0c;cursor:pointer;background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);border:none;border-radius:10px;padding:12px 16px;font-weight:600}.ContactBox-module__tOgWGG__error{color:#ff6b6b}.ContactBox-module__tOgWGG__success{color:#7ee787}
.ChatWindow-module__WtdX9q__wrapper{background:#0c0d11;border:1px solid #23232a;border-radius:12px;grid-template-rows:auto 1fr auto;height:420px;display:grid;overflow:hidden}.ChatWindow-module__WtdX9q__header{color:#f2f2f5;background:#11121a;padding:12px 16px;font-weight:600}.ChatWindow-module__WtdX9q__list{gap:8px;padding:12px;display:grid;overflow-y:auto}.ChatWindow-module__WtdX9q__bubbleMine{color:#e8eef7;background:#1d2939;border-radius:12px 12px 4px;justify-self:end;max-width:75%;padding:8px 10px}.ChatWindow-module__WtdX9q__bubbleOther{color:#e8e8ec;background:#16161b;border-radius:12px 12px 12px 4px;justify-self:start;max-width:75%;padding:8px 10px}.ChatWindow-module__WtdX9q__content{white-space:pre-wrap}.ChatWindow-module__WtdX9q__ts{opacity:.6;margin-top:4px;font-size:12px}.ChatWindow-module__WtdX9q__inputRow{background:#0f1016;grid-template-columns:1fr auto;gap:8px;padding:8px;display:grid}.ChatWindow-module__WtdX9q__textInput{color:#f2f2f5;background:#0c0c0f;border:1px solid #2a2a33;border-radius:10px;padding:10px 12px}.ChatWindow-module__WtdX9q__sendBtn{color:#0b0b0c;cursor:pointer;background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);border:none;border-radius:10px;padding:10px 14px;font-weight:600}
.MembershipPlans-module__u62-qW__membership{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;min-height:100vh;padding:5rem 1rem;position:relative;overflow:visible}.MembershipPlans-module__u62-qW__backgroundImage{z-index:0;will-change:transform;background-image:url(/img7.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;width:100vw;height:100vh;min-height:100vh;position:fixed;inset:0}.MembershipPlans-module__u62-qW__overlay{z-index:1;pointer-events:none;background:linear-gradient(135deg,#111827bf 0%,#000000b3 50%,#111827bf 100%);width:100vw;height:100vh;min-height:100vh;position:fixed;inset:0}@media (max-width:768px){.MembershipPlans-module__u62-qW__membership{min-height:auto;padding:4rem 1rem}.MembershipPlans-module__u62-qW__container{min-height:auto}}@media (max-width:480px){.MembershipPlans-module__u62-qW__membership{padding:3.5rem .75rem}}.MembershipPlans-module__u62-qW__container{z-index:10;width:100%;max-width:80rem;min-height:calc(100vh - 5rem);margin:0 auto;position:relative}.MembershipPlans-module__u62-qW__header{text-align:center;margin-bottom:2.5rem}.MembershipPlans-module__u62-qW__title{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,5vw,3.25rem);font-weight:900;line-height:1.05}.MembershipPlans-module__u62-qW__subtitle{color:#d1d5db;max-width:58rem;margin:0 auto;font-size:clamp(.95rem,2.2vw,1.15rem);line-height:3}.MembershipPlans-module__u62-qW__sectionToggle{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:640px){.MembershipPlans-module__u62-qW__sectionToggle{margin-bottom:3.5rem}}@media (min-width:1024px){.MembershipPlans-module__u62-qW__sectionToggle{margin-bottom:4rem}}.MembershipPlans-module__u62-qW__toggleButton{color:#d1d5db;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.MembershipPlans-module__u62-qW__toggleButton:hover{background:#ffffff14;border-color:#fff3}.MembershipPlans-module__u62-qW__toggleButton.MembershipPlans-module__u62-qW__active{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-color:#0000}@media (max-width:640px){.MembershipPlans-module__u62-qW__sectionToggle{flex-direction:column;gap:.75rem}.MembershipPlans-module__u62-qW__toggleButton{justify-content:center;width:100%}}.MembershipPlans-module__u62-qW__controlsRow{align-items:center;gap:.5rem;margin-top:.5rem;padding-top:2.5rem;display:flex;position:relative}@media (min-width:640px){.MembershipPlans-module__u62-qW__controlsRow{padding-top:3rem}}@media (min-width:1024px){.MembershipPlans-module__u62-qW__controlsRow{padding-top:3.5rem}}.MembershipPlans-module__u62-qW__fadeLeft,.MembershipPlans-module__u62-qW__fadeRight{pointer-events:none;z-index:3;width:2.5rem;display:none}.MembershipPlans-module__u62-qW__fadeLeft{background:linear-gradient(90deg,#000000e6,#0000);margin-left:-.75rem}.MembershipPlans-module__u62-qW__fadeRight{background:linear-gradient(270deg,#000000e6,#0000);margin-right:-.75rem}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__gridMode{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;width:100%;margin:0 auto;padding:1.5rem 0 0;display:grid}@media (min-width:640px){.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__gridMode{padding:2rem 0 0}}@media (min-width:1024px){.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__gridMode{padding:2.5rem 0 0}}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;width:100%;padding:2rem .25rem .75rem;display:flex;overflow-x:auto}@media (min-width:640px){.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode{padding:2.5rem .25rem .75rem}}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode::-webkit-scrollbar{display:none}.MembershipPlans-module__u62-qW__planCard{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#1f2937d9,#111827e6);border:1px solid #ffffff1a;border-radius:1.25rem;flex-direction:column;justify-content:space-between;min-height:260px;padding:1.8rem;transition:transform .28s cubic-bezier(.2,.9,.2,1),box-shadow .28s,border-color .28s;display:flex;position:relative;overflow:visible;box-shadow:0 20px 40px #0000004d,0 0 0 1px #ffffff0d}.MembershipPlans-module__u62-qW__planCard:before{content:"";opacity:0;pointer-events:none;background:linear-gradient(135deg,#f973160d,#dc26260d);transition:opacity .3s;position:absolute;inset:0}@media (hover:hover) and (pointer:fine){.MembershipPlans-module__u62-qW__planCard:hover{border-color:#f9731680;transform:translateY(-8px);box-shadow:0 25px 50px #0006,0 0 0 1px #f9731633}.MembershipPlans-module__u62-qW__planCard:hover:before{opacity:1}}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode .MembershipPlans-module__u62-qW__planCard{scroll-snap-align:center;border-radius:1rem;flex:0 0 82%;padding:1.25rem}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode .MembershipPlans-module__u62-qW__planCardPopular{flex:0 0 88%;transform:translateZ(0)scale(1.05)}@media (min-width:1024px){.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode{display:grid}.MembershipPlans-module__u62-qW__planCard{border-radius:1.25rem;min-height:340px;padding:2rem}}.MembershipPlans-module__u62-qW__planCardPopular{-webkit-backdrop-filter:blur(20px);color:#fff;z-index:2;background:linear-gradient(135deg,#f97316f2,#dc2626f2);border:1px solid #fff3;transform:translateZ(0)scale(1.1)}@media (min-width:1024px){.MembershipPlans-module__u62-qW__planCardPopular{transform:translateZ(0)scale(1.15)}}.MembershipPlans-module__u62-qW__planCardPopular:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d)}.MembershipPlans-module__u62-qW__popularBadge{color:#92400e;z-index:20;white-space:nowrap;letter-spacing:.3px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:-1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000059,0 0 0 2px #fef3c74d}@media (min-width:640px){.MembershipPlans-module__u62-qW__popularBadge{letter-spacing:.4px;padding:.55rem 1.2rem;font-size:.85rem;top:-1.1rem}}@media (min-width:1024px){.MembershipPlans-module__u62-qW__popularBadge{letter-spacing:.5px;padding:.6rem 1.4rem;font-size:.9rem;top:-1.2rem;box-shadow:0 6px 20px #0006,0 0 0 2px #fef3c74d}}.MembershipPlans-module__u62-qW__planHeader{text-align:center;margin-bottom:1.15rem}.MembershipPlans-module__u62-qW__planName{color:#fff;margin-bottom:.5rem;font-size:clamp(1.05rem,2.6vw,1.45rem);font-weight:700}.MembershipPlans-module__u62-qW__planPrice{justify-content:center;align-items:baseline;gap:.4rem;display:flex}.MembershipPlans-module__u62-qW__price{color:#fff;font-size:clamp(1.9rem,3.5vw,2.6rem);font-weight:900;line-height:1}.MembershipPlans-module__u62-qW__period{color:#cbd5e1;font-size:.95rem}.MembershipPlans-module__u62-qW__planDuration{color:#9ca3af;margin-top:.25rem;font-size:.9rem;font-weight:500}.MembershipPlans-module__u62-qW__featuresList{margin-bottom:1.25rem;padding-top:.25rem;display:block}.MembershipPlans-module__u62-qW__featureItem{color:#d1d5db;align-items:center;gap:.6rem;margin-bottom:.7rem;font-size:.95rem;display:flex}.MembershipPlans-module__u62-qW__featureIcon{color:#10b981;flex-shrink:0}.MembershipPlans-module__u62-qW__getStartedButton{cursor:pointer;border:none;border-radius:.9rem;width:100%;padding:.9rem;font-size:1rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;box-shadow:0 6px 18px #00000059}.MembershipPlans-module__u62-qW__getStartedButton:active{transform:translateY(1px)}.MembershipPlans-module__u62-qW__buttonBasic{color:#fff;background:#f97316}.MembershipPlans-module__u62-qW__buttonBasic:hover{background:#ea580c}.MembershipPlans-module__u62-qW__buttonPopular{color:#dc2626;background:#fff}.MembershipPlans-module__u62-qW__buttonPopular:hover{background:#fef3c7}.MembershipPlans-module__u62-qW__buttonElite{color:#fff;background:0 0;border:2px solid #f97316}.MembershipPlans-module__u62-qW__buttonElite:hover{color:#000;background:#f97316}@media (max-width:1023px){.MembershipPlans-module__u62-qW__fadeLeft,.MembershipPlans-module__u62-qW__fadeRight{border-radius:6px;align-self:stretch;height:160px;display:block;position:relative}.MembershipPlans-module__u62-qW__fadeLeft{width:3.25rem;margin-left:0}.MembershipPlans-module__u62-qW__fadeRight{width:3.25rem;margin-right:0}}.MembershipPlans-module__u62-qW__swipeControls{justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.MembershipPlans-module__u62-qW__navButton{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0a;border-radius:10px;justify-content:center;align-items:center;padding:.55rem;transition:all .18s;display:inline-flex}.MembershipPlans-module__u62-qW__navButton:disabled{opacity:.45;cursor:not-allowed;transform:none}.MembershipPlans-module__u62-qW__navButton:hover:not(:disabled){background:#ffffff0f;transform:translateY(-3px)}.MembershipPlans-module__u62-qW__dots{align-items:center;gap:.5rem;display:flex}.MembershipPlans-module__u62-qW__dot{cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;width:.55rem;height:.55rem;transition:all .18s}.MembershipPlans-module__u62-qW__dotActive{background:#f97316;transform:scale(1.25);box-shadow:0 6px 14px #f973162e}@media (max-width:480px){.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode .MembershipPlans-module__u62-qW__planCard{flex:0 0 88%;padding:1rem}.MembershipPlans-module__u62-qW__popularBadge{letter-spacing:.2px;padding:.45rem .9rem;font-size:.75rem;top:-.9rem}.MembershipPlans-module__u62-qW__controlsRow{padding-top:2rem}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode{padding:1.75rem .25rem .75rem}.MembershipPlans-module__u62-qW__sectionToggle{margin-bottom:2.5rem}.MembershipPlans-module__u62-qW__fadeLeft,.MembershipPlans-module__u62-qW__fadeRight{height:120px}.MembershipPlans-module__u62-qW__title{font-size:clamp(1.6rem,7.5vw,2.25rem)}}.MembershipPlans-module__u62-qW__planCard:focus-within{outline-offset:6px;outline:2px solid #f9731626}.MembershipPlans-module__u62-qW__getStartedButton:focus{outline-offset:4px;outline:3px solid #f9731624}.MembershipPlans-module__u62-qW__plansGrid.MembershipPlans-module__u62-qW__swipeMode{-webkit-user-select:none;user-select:none}
.Toast-module__UKUNqG__toast{z-index:1000;word-wrap:break-word;opacity:0;color:#fff;border-radius:.5rem;max-width:300px;padding:1rem 1.5rem;font-weight:500;transition:all .3s ease-out;position:fixed;bottom:2rem;right:2rem;transform:translate(100%);box-shadow:0 10px 25px #0000004d}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__visible{opacity:1;transform:translate(0)}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__success{background:#22c55e}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__error{background:#ef4444}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__info{background:#f97316}.Toast-module__UKUNqG__toast.Toast-module__UKUNqG__warning{color:#111827;background:#fbbf24}@media (max-width:768px){.Toast-module__UKUNqG__toast{max-width:none;bottom:1rem;left:1rem;right:1rem}}
.The24FitBot-module__zzGB0G__chatButton{cursor:pointer;color:#fff;z-index:9998;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #ff5b3766}.The24FitBot-module__zzGB0G__chatButton:hover{transform:scale(1.1);box-shadow:0 6px 16px #ff5b3799}.The24FitBot-module__zzGB0G__chatButton:active{transform:scale(.95)}.The24FitBot-module__zzGB0G__chatWindow{z-index:9999;background:#0c0d11;border:1px solid #23232a;border-radius:16px;flex-direction:column;width:380px;height:600px;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 8px 32px #00000080}.The24FitBot-module__zzGB0G__chatHeader{background:#11121a;border-bottom:1px solid #23232a;justify-content:space-between;align-items:center;padding:16px;display:flex}.The24FitBot-module__zzGB0G__headerContent{align-items:center;gap:12px;display:flex}.The24FitBot-module__zzGB0G__botAvatar{background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.The24FitBot-module__zzGB0G__botName{color:#f2f2f5;font-size:16px;font-weight:600}.The24FitBot-module__zzGB0G__botStatus{color:#4ade80;margin-top:2px;font-size:12px}.The24FitBot-module__zzGB0G__closeButton{color:#a0a0a8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.The24FitBot-module__zzGB0G__closeButton:hover{color:#f2f2f5}.The24FitBot-module__zzGB0G__messagesContainer{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.The24FitBot-module__zzGB0G__messagesContainer::-webkit-scrollbar{width:6px}.The24FitBot-module__zzGB0G__messagesContainer::-webkit-scrollbar-track{background:#0c0d11}.The24FitBot-module__zzGB0G__messagesContainer::-webkit-scrollbar-thumb{background:#23232a;border-radius:3px}.The24FitBot-module__zzGB0G__messagesContainer::-webkit-scrollbar-thumb:hover{background:#2a2a33}.The24FitBot-module__zzGB0G__message{flex-direction:column;max-width:80%;animation:.3s The24FitBot-module__zzGB0G__fadeIn;display:flex}@keyframes The24FitBot-module__zzGB0G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.The24FitBot-module__zzGB0G__userMessage{align-self:flex-end}.The24FitBot-module__zzGB0G__assistantMessage{align-self:flex-start}.The24FitBot-module__zzGB0G__messageContent{white-space:pre-wrap;word-wrap:break-word;border-radius:12px;padding:10px 14px;line-height:1.5}.The24FitBot-module__zzGB0G__userMessage .The24FitBot-module__zzGB0G__messageContent{color:#0b0b0c;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border-bottom-right-radius:4px}.The24FitBot-module__zzGB0G__assistantMessage .The24FitBot-module__zzGB0G__messageContent{color:#e8e8ec;background:#16161b;border-bottom-left-radius:4px}.The24FitBot-module__zzGB0G__messageTime{color:#6b6b75;margin-top:4px;padding:0 4px;font-size:11px}.The24FitBot-module__zzGB0G__userMessage .The24FitBot-module__zzGB0G__messageTime{text-align:right}.The24FitBot-module__zzGB0G__typingIndicator{color:#a0a0a8;display:inline-block}.The24FitBot-module__zzGB0G__typingIndicator:after{content:"...";animation:1.5s steps(4,end) infinite The24FitBot-module__zzGB0G__dots}@keyframes The24FitBot-module__zzGB0G__dots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.The24FitBot-module__zzGB0G__inputContainer{background:#0f1016;border-top:1px solid #23232a;gap:8px;padding:12px;display:flex}.The24FitBot-module__zzGB0G__input{color:#f2f2f5;background:#0c0c0f;border:1px solid #2a2a33;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:14px;transition:border-color .2s}.The24FitBot-module__zzGB0G__input:focus{border-color:#ff5b37}.The24FitBot-module__zzGB0G__input:disabled{opacity:.6;cursor:not-allowed}.The24FitBot-module__zzGB0G__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5b37 0%,#ff9a3c 100%);border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;transition:opacity .2s;display:flex}.The24FitBot-module__zzGB0G__sendButton:hover:not(:disabled){opacity:.9}.The24FitBot-module__zzGB0G__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.The24FitBot-module__zzGB0G__chatWindow{width:calc(100vw - 32px);max-width:100%;height:calc(100vh - 100px);bottom:16px;left:16px;right:16px}.The24FitBot-module__zzGB0G__chatButton{width:56px;height:56px;bottom:20px;right:20px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5972bc34-module__OU16Qa__className{font-family:Inter,Inter Fallback;font-style:normal}
.reviews-module__InO30q__pageContainer{max-width:1400px;margin:0 auto}.reviews-module__InO30q__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.reviews-module__InO30q__pageTitle{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:800}.reviews-module__InO30q__pageSubtitle{color:#6b7280;font-size:1rem}.reviews-module__InO30q__searchContainer{margin-bottom:1.5rem;position:relative}.reviews-module__InO30q__searchIcon{color:#9ca3af;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.reviews-module__InO30q__searchInput{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem 1rem .75rem 3rem;font-size:1rem;transition:all .3s}.reviews-module__InO30q__searchInput:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973161a}.reviews-module__InO30q__tableContainer{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.reviews-module__InO30q__table{border-collapse:collapse;width:100%}.reviews-module__InO30q__table thead{background:#f9fafb}.reviews-module__InO30q__table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.875rem;font-weight:600}.reviews-module__InO30q__table td{color:#111827;border-top:1px solid #e5e7eb;padding:1rem}.reviews-module__InO30q__table tbody tr:hover{background:#f9fafb}.reviews-module__InO30q__emptyState{text-align:center;color:#9ca3af;padding:4rem 2rem!important}.reviews-module__InO30q__emptyState svg{color:#d1d5db;margin:0 auto 1rem}.reviews-module__InO30q__emptyState p{margin:0;font-size:1.125rem}.reviews-module__InO30q__userCell{align-items:center;gap:.75rem;display:flex}.reviews-module__InO30q__avatar{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.reviews-module__InO30q__actionButtons{gap:.5rem;display:flex}.reviews-module__InO30q__actionBtn{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.reviews-module__InO30q__actionBtn:hover{color:#111827;background:#f3f4f6}.reviews-module__InO30q__deleteBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.reviews-module__InO30q__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.reviews-module__InO30q__modal{background:#fff;border-radius:1rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.reviews-module__InO30q__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.reviews-module__InO30q__modalHeader h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.reviews-module__InO30q__closeButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:2rem;line-height:1;display:flex}.reviews-module__InO30q__closeButton:hover{color:#111827;background:#f3f4f6}.reviews-module__InO30q__modalBody{padding:1.5rem}.reviews-module__InO30q__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.reviews-module__InO30q__detailRow{border-bottom:1px solid #e5e7eb;gap:1rem;padding:1rem;display:flex}.reviews-module__InO30q__detailRow:last-child{border-bottom:none}.reviews-module__InO30q__detailRow svg{color:#f97316;flex-shrink:0;margin-top:.25rem}.reviews-module__InO30q__detailRow label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem;font-weight:600;display:block}.reviews-module__InO30q__detailRow p{color:#111827;margin:0}.reviews-module__InO30q__primaryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.reviews-module__InO30q__primaryButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.reviews-module__InO30q__secondaryButton{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.reviews-module__InO30q__secondaryButton:hover{background:#e5e7eb}.reviews-module__InO30q__dangerButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.reviews-module__InO30q__dangerButton:hover{background:#dc2626}.reviews-module__InO30q__loadingState{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.reviews-module__InO30q__spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin-bottom:1rem;animation:1s linear infinite reviews-module__InO30q__spin}@keyframes reviews-module__InO30q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.reviews-module__InO30q__statsRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.reviews-module__InO30q__statBox{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.reviews-module__InO30q__statBox h3{color:#111827;margin:0 0 .5rem;font-size:2rem;font-weight:800}.reviews-module__InO30q__statBox p{color:#6b7280;margin:0;font-weight:500}.reviews-module__InO30q__filterBar{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.reviews-module__InO30q__filterButton{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1.25rem;font-weight:500;transition:all .3s}.reviews-module__InO30q__filterButton:hover{color:#111827;background:#f3f4f6}.reviews-module__InO30q__filterButton.reviews-module__InO30q__active{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-color:#0000}.reviews-module__InO30q__reviewsList{gap:1.5rem;display:grid}.reviews-module__InO30q__reviewCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.reviews-module__InO30q__reviewHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.reviews-module__InO30q__reviewUserInfo{flex:1;gap:.75rem;display:flex}.reviews-module__InO30q__reviewUserInfo h4{color:#111827;margin:0 0 .25rem;font-weight:600}.reviews-module__InO30q__reviewMeta{color:#6b7280;margin:0;font-size:.875rem}.reviews-module__InO30q__reviewRating{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.reviews-module__InO30q__starRating{gap:.25rem;display:flex}.reviews-module__InO30q__ratingText{color:#111827;font-weight:700}.reviews-module__InO30q__reviewComment{color:#374151;margin:0 0 1rem;line-height:1.6}.reviews-module__InO30q__reviewFooter{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:1rem;font-size:.875rem;display:flex}.reviews-module__InO30q__reviewClass{color:#6b7280}.reviews-module__InO30q__reviewClass strong{color:#111827}.reviews-module__InO30q__reviewDate{color:#9ca3af;align-items:center;gap:.25rem;display:flex}.reviews-module__InO30q__deleteButton{cursor:pointer;color:#6b7280;background:0 0;border:1px solid #e5e7eb;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.reviews-module__InO30q__deleteButton:hover{color:#ef4444;background:#ef44441a;border-color:#ef4444}.reviews-module__InO30q__cardsContainer{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}@media (max-width:768px){.reviews-module__InO30q__statsRow{grid-template-columns:1fr}.reviews-module__InO30q__filterBar{flex-direction:column}.reviews-module__InO30q__filterButton{width:100%}.reviews-module__InO30q__reviewFooter{flex-direction:column;align-items:flex-start;gap:.5rem}}
.weekly-charts-module__joHsUq__container{max-width:1400px;margin:0 auto;padding:1.5rem}.weekly-charts-module__joHsUq__header{margin-bottom:2rem}.weekly-charts-module__joHsUq__title{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:800}.weekly-charts-module__joHsUq__subtitle{color:#6b7280;font-size:1rem}.weekly-charts-module__joHsUq__errorMessage{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.5rem;font-weight:500;display:flex}.weekly-charts-module__joHsUq__errorMessage button{color:#991b1b;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-left:auto;padding:0;font-size:1.5rem;display:flex}.weekly-charts-module__joHsUq__errorMessage button:hover{background:#991b1b1a}.weekly-charts-module__joHsUq__membershipsList{flex-direction:column;gap:1.5rem;display:flex}.weekly-charts-module__joHsUq__membershipCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.weekly-charts-module__joHsUq__membershipHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.weekly-charts-module__joHsUq__membershipName{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.weekly-charts-module__joHsUq__membershipMeta{color:#6b7280;margin:0;font-size:.875rem}.weekly-charts-module__joHsUq__addButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.weekly-charts-module__joHsUq__addButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.weekly-charts-module__joHsUq__noCharts{text-align:center;color:#6b7280;padding:2rem}.weekly-charts-module__joHsUq__chartsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.weekly-charts-module__joHsUq__chartCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .3s}.weekly-charts-module__joHsUq__chartCard:hover{border-color:#f97316;box-shadow:0 2px 8px #0000001a}.weekly-charts-module__joHsUq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.weekly-charts-module__joHsUq__chartWeek{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:.375rem;margin-right:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.weekly-charts-module__joHsUq__chartType{color:#374151;background:#e5e7eb;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.weekly-charts-module__joHsUq__chartActions{gap:.5rem;display:flex}.weekly-charts-module__joHsUq__editButton,.weekly-charts-module__joHsUq__deleteButton{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.weekly-charts-module__joHsUq__editButton:hover{color:#f97316;background:#f3f4f6;border-color:#f97316}.weekly-charts-module__joHsUq__deleteButton:hover{color:#ef4444;background:#fee2e2;border-color:#ef4444}.weekly-charts-module__joHsUq__chartTitle{color:#111827;margin:.5rem 0;font-size:1rem;font-weight:600}.weekly-charts-module__joHsUq__chartMeta{color:#6b7280;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.weekly-charts-module__joHsUq__downloadLink{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.weekly-charts-module__joHsUq__downloadLink:hover{color:#f97316;border-color:#f97316}.weekly-charts-module__joHsUq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.weekly-charts-module__joHsUq__modal{background:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.weekly-charts-module__joHsUq__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.weekly-charts-module__joHsUq__modalHeader h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.weekly-charts-module__joHsUq__modalClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;font-size:1.5rem;transition:all .2s;display:flex}.weekly-charts-module__joHsUq__modalClose:hover{color:#111827;background:#f3f4f6}.weekly-charts-module__joHsUq__modalBody{padding:1.5rem}.weekly-charts-module__joHsUq__formGroup{margin-bottom:1.5rem}.weekly-charts-module__joHsUq__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.weekly-charts-module__joHsUq__formGroup input,.weekly-charts-module__joHsUq__formGroup select,.weekly-charts-module__joHsUq__formGroup textarea{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.weekly-charts-module__joHsUq__formGroup input:focus,.weekly-charts-module__joHsUq__formGroup select:focus,.weekly-charts-module__joHsUq__formGroup textarea:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973161a}.weekly-charts-module__joHsUq__formGroup input:disabled,.weekly-charts-module__joHsUq__formGroup select:disabled{cursor:not-allowed;background:#f3f4f6}.weekly-charts-module__joHsUq__helpText{color:#6b7280;margin-top:.25rem;font-size:.75rem;display:block}.weekly-charts-module__joHsUq__fileUploadContainer{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.weekly-charts-module__joHsUq__fileInput{display:none}.weekly-charts-module__joHsUq__fileInputLabel{color:#374151;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.weekly-charts-module__joHsUq__fileInputLabel:hover{color:#f97316;background:#f3f4f6;border-color:#f97316}.weekly-charts-module__joHsUq__removeFileButton{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.weekly-charts-module__joHsUq__removeFileButton:hover{background:#fecaca;transform:scale(1.1)}.weekly-charts-module__joHsUq__previewContainer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;padding:1rem}.weekly-charts-module__joHsUq__previewImage{object-fit:contain;border-radius:.375rem;max-width:100%;max-height:300px}.weekly-charts-module__joHsUq__previewFile{color:#6b7280;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.weekly-charts-module__joHsUq__previewLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.weekly-charts-module__joHsUq__previewLink:hover{color:#2563eb;text-decoration:underline}.weekly-charts-module__joHsUq__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}.weekly-charts-module__joHsUq__cancelButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.weekly-charts-module__joHsUq__cancelButton:hover{background:#f9fafb;border-color:#d1d5db}.weekly-charts-module__joHsUq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.weekly-charts-module__joHsUq__submitButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.weekly-charts-module__joHsUq__loadingState{text-align:center;color:#6b7280;padding:4rem 2rem}.weekly-charts-module__joHsUq__spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite weekly-charts-module__joHsUq__spin}@keyframes weekly-charts-module__joHsUq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.weekly-charts-module__joHsUq__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.weekly-charts-module__joHsUq__emptyState svg{color:#d1d5db;margin-bottom:1rem}.weekly-charts-module__joHsUq__emptyState h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.weekly-charts-module__joHsUq__emptyState p{color:#6b7280}.weekly-charts-module__joHsUq__cardsContainer{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.weekly-charts-module__joHsUq__reminderCard{background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.weekly-charts-module__joHsUq__reminderIcon{color:#f59e0b;background:#f59e0b33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.weekly-charts-module__joHsUq__reminderContent{flex:1}.weekly-charts-module__joHsUq__reminderTitle{color:#f59e0b;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.weekly-charts-module__joHsUq__reminderText{color:#374151;font-size:.8125rem;line-height:1.4}@media (max-width:768px){.weekly-charts-module__joHsUq__container{padding:1rem}.weekly-charts-module__joHsUq__chartsGrid{grid-template-columns:1fr}.weekly-charts-module__joHsUq__membershipHeader{flex-direction:column;align-items:flex-start;gap:1rem}.weekly-charts-module__joHsUq__addButton{justify-content:center;width:100%}.weekly-charts-module__joHsUq__modal{max-width:100%;margin:1rem}.weekly-charts-module__joHsUq__reminderCard{flex-direction:column;align-items:flex-start}.weekly-charts-module__joHsUq__reminderCard button{width:100%;margin-top:.5rem}}
.messages-module__6K_ddq__container{max-width:1200px;margin:0 auto}.messages-module__6K_ddq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.messages-module__6K_ddq__title{color:#111827;margin:0;font-size:2rem;font-weight:800}.messages-module__6K_ddq__refreshButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.messages-module__6K_ddq__refreshButton:hover:not(:disabled){color:#111827;background:#e5e7eb}.messages-module__6K_ddq__refreshButton:disabled{opacity:.5;cursor:not-allowed}.messages-module__6K_ddq__refreshing{animation:1s linear infinite messages-module__6K_ddq__spin}.messages-module__6K_ddq__conversationsList{flex-direction:column;gap:1rem;display:flex}.messages-module__6K_ddq__conversationItem{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex;position:relative}.messages-module__6K_ddq__conversationItem:hover{background:#f9fafb;border-color:#f97316}.messages-module__6K_ddq__conversationItem.messages-module__6K_ddq__active{background:#fff7ed;border-color:#f97316}.messages-module__6K_ddq__avatar{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.messages-module__6K_ddq__avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.messages-module__6K_ddq__conversationContent{flex:1;min-width:0}.messages-module__6K_ddq__conversationHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.messages-module__6K_ddq__userName{color:#111827;margin:0;font-size:1.125rem;font-weight:600}.messages-module__6K_ddq__time{color:#6b7280;white-space:nowrap;font-size:.875rem}.messages-module__6K_ddq__preview{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.875rem;overflow:hidden}.messages-module__6K_ddq__conversationActions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.messages-module__6K_ddq__unreadBadge{color:#fff;background:#f97316;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:flex}.messages-module__6K_ddq__removeButton{color:#ef4444;cursor:pointer;opacity:0;background:#ef44441a;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.messages-module__6K_ddq__conversationItem:hover .messages-module__6K_ddq__removeButton{opacity:1}.messages-module__6K_ddq__removeButton:hover{background:#ef444433;transform:scale(1.1)}.messages-module__6K_ddq__loadingState{text-align:center;color:#6b7280;padding:4rem 2rem}.messages-module__6K_ddq__spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite messages-module__6K_ddq__spin}@keyframes messages-module__6K_ddq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.messages-module__6K_ddq__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.messages-module__6K_ddq__emptyState svg{color:#d1d5db;margin-bottom:1rem}.messages-module__6K_ddq__emptyState h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.messages-module__6K_ddq__emptyState p{color:#6b7280}.messages-module__6K_ddq__cardsContainer{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}
.weekly-charts-module__Srlqwq__container{max-width:1400px;margin:0 auto;padding:1.5rem}.weekly-charts-module__Srlqwq__header{margin-bottom:2rem}.weekly-charts-module__Srlqwq__title{color:#111827;margin-bottom:.5rem;font-size:2rem;font-weight:800}.weekly-charts-module__Srlqwq__subtitle{color:#6b7280;font-size:1rem}.weekly-charts-module__Srlqwq__clientsList{flex-direction:column;gap:1.5rem;display:flex}.weekly-charts-module__Srlqwq__clientCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.weekly-charts-module__Srlqwq__clientHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.weekly-charts-module__Srlqwq__clientName{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.weekly-charts-module__Srlqwq__clientMeta{color:#6b7280;margin:0;font-size:.875rem}.weekly-charts-module__Srlqwq__addButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.weekly-charts-module__Srlqwq__addButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.weekly-charts-module__Srlqwq__noCharts{text-align:center;color:#6b7280;padding:2rem}.weekly-charts-module__Srlqwq__chartsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.weekly-charts-module__Srlqwq__chartCard{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;transition:all .3s}.weekly-charts-module__Srlqwq__chartCard:hover{border-color:#f97316;box-shadow:0 2px 8px #0000001a}.weekly-charts-module__Srlqwq__chartHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.weekly-charts-module__Srlqwq__chartWeek{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:.375rem;margin-right:.5rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.weekly-charts-module__Srlqwq__chartType{color:#374151;background:#e5e7eb;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.weekly-charts-module__Srlqwq__chartActions{gap:.5rem;display:flex}.weekly-charts-module__Srlqwq__editButton,.weekly-charts-module__Srlqwq__deleteButton{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.weekly-charts-module__Srlqwq__editButton:hover{color:#f97316;background:#f3f4f6;border-color:#f97316}.weekly-charts-module__Srlqwq__deleteButton:hover{color:#ef4444;background:#fee2e2;border-color:#ef4444}.weekly-charts-module__Srlqwq__chartTitle{color:#111827;margin:.5rem 0;font-size:1rem;font-weight:600}.weekly-charts-module__Srlqwq__chartMeta{color:#6b7280;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;display:flex}.weekly-charts-module__Srlqwq__downloadLink{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.weekly-charts-module__Srlqwq__downloadLink:hover{color:#f97316;border-color:#f97316}.weekly-charts-module__Srlqwq__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.weekly-charts-module__Srlqwq__modal{background:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.weekly-charts-module__Srlqwq__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.weekly-charts-module__Srlqwq__modalHeader h2{color:#111827;margin:0;font-size:1.5rem;font-weight:700}.weekly-charts-module__Srlqwq__modalClose{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.25rem;font-size:1.5rem;transition:all .2s;display:flex}.weekly-charts-module__Srlqwq__modalClose:hover{color:#111827;background:#f3f4f6}.weekly-charts-module__Srlqwq__modalBody{padding:1.5rem}.weekly-charts-module__Srlqwq__formGroup{margin-bottom:1.5rem}.weekly-charts-module__Srlqwq__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.weekly-charts-module__Srlqwq__formGroup input,.weekly-charts-module__Srlqwq__formGroup select,.weekly-charts-module__Srlqwq__formGroup textarea{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.weekly-charts-module__Srlqwq__formGroup input:focus,.weekly-charts-module__Srlqwq__formGroup select:focus,.weekly-charts-module__Srlqwq__formGroup textarea:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973161a}.weekly-charts-module__Srlqwq__formGroup input:disabled,.weekly-charts-module__Srlqwq__formGroup select:disabled{cursor:not-allowed;background:#f3f4f6}.weekly-charts-module__Srlqwq__helpText{color:#6b7280;margin-top:.25rem;font-size:.75rem;display:block}.weekly-charts-module__Srlqwq__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}.weekly-charts-module__Srlqwq__cancelButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.weekly-charts-module__Srlqwq__cancelButton:hover{background:#f9fafb;border-color:#d1d5db}.weekly-charts-module__Srlqwq__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.weekly-charts-module__Srlqwq__submitButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.weekly-charts-module__Srlqwq__loadingState{text-align:center;color:#6b7280;padding:4rem 2rem}.weekly-charts-module__Srlqwq__spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite weekly-charts-module__Srlqwq__spin}@keyframes weekly-charts-module__Srlqwq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.weekly-charts-module__Srlqwq__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.weekly-charts-module__Srlqwq__emptyState svg{color:#d1d5db;margin-bottom:1rem}.weekly-charts-module__Srlqwq__emptyState h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.weekly-charts-module__Srlqwq__emptyState p{color:#6b7280}.weekly-charts-module__Srlqwq__cardsContainer{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.weekly-charts-module__Srlqwq__fileUploadContainer{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.weekly-charts-module__Srlqwq__fileInput{display:none}.weekly-charts-module__Srlqwq__fileInputLabel{color:#374151;cursor:pointer;background:#f9fafb;border:2px dashed #d1d5db;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.weekly-charts-module__Srlqwq__fileInputLabel:hover{color:#f97316;background:#f3f4f6;border-color:#f97316}.weekly-charts-module__Srlqwq__removeFileButton{color:#dc2626;cursor:pointer;background:#fee2e2;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.weekly-charts-module__Srlqwq__removeFileButton:hover{background:#fecaca;transform:scale(1.1)}.weekly-charts-module__Srlqwq__previewContainer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;padding:1rem}.weekly-charts-module__Srlqwq__previewImage{object-fit:contain;border-radius:.375rem;max-width:100%;max-height:300px}.weekly-charts-module__Srlqwq__previewFile{color:#6b7280;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}.weekly-charts-module__Srlqwq__previewLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.weekly-charts-module__Srlqwq__previewLink:hover{color:#2563eb;text-decoration:underline}.weekly-charts-module__Srlqwq__reminderCard{background:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.weekly-charts-module__Srlqwq__reminderIcon{color:#f59e0b;background:#f59e0b33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.weekly-charts-module__Srlqwq__reminderContent{flex:1}.weekly-charts-module__Srlqwq__reminderTitle{color:#f59e0b;margin-bottom:.25rem;font-size:.875rem;font-weight:700}.weekly-charts-module__Srlqwq__reminderText{color:#374151;font-size:.8125rem;line-height:1.4}@media (max-width:768px){.weekly-charts-module__Srlqwq__container{padding:1rem}.weekly-charts-module__Srlqwq__chartsGrid{grid-template-columns:1fr}.weekly-charts-module__Srlqwq__clientHeader{flex-direction:column;align-items:flex-start;gap:1rem}.weekly-charts-module__Srlqwq__addButton{justify-content:center;width:100%}.weekly-charts-module__Srlqwq__modal{max-width:100%;margin:1rem}.weekly-charts-module__Srlqwq__reminderCard{flex-direction:column;align-items:flex-start}.weekly-charts-module__Srlqwq__reminderCard button{width:100%;margin-top:.5rem}}
.TrainerChatWindow-module__pp-tbq__wrapper{background:#0c0d11;border:1px solid #23232a;border-radius:12px;grid-template-rows:auto 1fr auto;height:420px;display:grid;overflow:hidden}.TrainerChatWindow-module__pp-tbq__header{color:#f2f2f5;background:#11121a;padding:12px 16px;font-weight:600}.TrainerChatWindow-module__pp-tbq__list{gap:8px;padding:12px;display:grid;overflow-y:auto}.TrainerChatWindow-module__pp-tbq__bubbleMine{color:#e8eef7;background:#1d2939;border-radius:12px 12px 4px;justify-self:end;max-width:75%;padding:8px 10px}.TrainerChatWindow-module__pp-tbq__bubbleOther{color:#e8e8ec;background:#16161b;border-radius:12px 12px 12px 4px;justify-self:start;max-width:75%;padding:8px 10px}.TrainerChatWindow-module__pp-tbq__content{white-space:pre-wrap}.TrainerChatWindow-module__pp-tbq__ts{opacity:.6;margin-top:4px;font-size:12px}.TrainerChatWindow-module__pp-tbq__inputRow{background:#0f1016;grid-template-columns:1fr auto;gap:8px;padding:8px;display:grid}.TrainerChatWindow-module__pp-tbq__textInput{color:#f2f2f5;background:#0c0c0f;border:1px solid #2a2a33;border-radius:10px;padding:10px 12px}.TrainerChatWindow-module__pp-tbq__sendBtn{color:#0b0b0c;cursor:pointer;background:linear-gradient(90deg,#ff5b37 0%,#ff9a3c 100%);border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-weight:600;display:flex}.TrainerChatWindow-module__pp-tbq__sendBtn:hover{opacity:.9}.TrainerChatWindow-module__pp-tbq__loading{color:#9ca3af;justify-content:center;align-items:center;padding:2rem;display:flex}.TrainerChatWindow-module__pp-tbq__typing{color:#6b7280;padding:8px 12px;font-size:.875rem;font-style:italic}.TrainerChatWindow-module__pp-tbq__restrictionMessage{background:#fef3c7;border-bottom:1px solid #fbbf24;padding:12px 16px}.TrainerChatWindow-module__pp-tbq__restrictionContent{color:#92400e;text-align:center;font-size:.875rem;font-weight:500}.TrainerChatWindow-module__pp-tbq__textInput:disabled{opacity:.5;cursor:not-allowed;background:#1a1a1f}.TrainerChatWindow-module__pp-tbq__sendBtn:disabled{opacity:.5;cursor:not-allowed}
.offers-module__2iMPma__container{max-width:1400px;margin:0 auto;padding:2rem}.offers-module__2iMPma__header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.offers-module__2iMPma__title{color:#1f2937;margin-bottom:.5rem;font-size:2rem;font-weight:700}.offers-module__2iMPma__subtitle{color:#6b7280;font-size:1rem}.offers-module__2iMPma__addButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.offers-module__2iMPma__addButton:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.offers-module__2iMPma__loading{text-align:center;color:#6b7280;padding:3rem}.offers-module__2iMPma__emptyState{text-align:center;background:#fff;border:2px dashed #e5e7eb;border-radius:1rem;padding:4rem 2rem}.offers-module__2iMPma__emptyState svg{color:#9ca3af;margin-bottom:1rem}.offers-module__2iMPma__emptyState h2{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem}.offers-module__2iMPma__emptyState p{color:#6b7280;margin-bottom:2rem}.offers-module__2iMPma__offersGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.offers-module__2iMPma__offerCard{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .3s;overflow:hidden}.offers-module__2iMPma__offerCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.offers-module__2iMPma__offerCard.offers-module__2iMPma__inactive{opacity:.6}.offers-module__2iMPma__offerImage{background:#f3f4f6;justify-content:center;align-items:center;width:100%;min-height:250px;max-height:400px;display:flex;overflow:hidden}.offers-module__2iMPma__offerImage img{object-fit:contain;width:100%;height:100%;display:block}.offers-module__2iMPma__offerContent{padding:1.5rem}.offers-module__2iMPma__offerHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.offers-module__2iMPma__offerTitle{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.offers-module__2iMPma__offerBadge{color:#f97316;background:#f973161a;border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.offers-module__2iMPma__offerStatus{gap:.5rem;display:flex}.offers-module__2iMPma__statusBadge{border-radius:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.offers-module__2iMPma__statusBadge.offers-module__2iMPma__active{color:#10b981;background:#10b9811a}.offers-module__2iMPma__statusBadge.offers-module__2iMPma__inactive{color:#6b7280;background:#6b72801a}.offers-module__2iMPma__offerDescription{color:#6b7280;margin-bottom:1rem;font-size:.9375rem;line-height:1.5}.offers-module__2iMPma__offerDetails{background:#f9fafb;border-radius:.5rem;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.offers-module__2iMPma__detailItem{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.offers-module__2iMPma__offerActions{border-top:1px solid #e5e7eb;gap:.5rem;padding-top:1rem;display:flex}.offers-module__2iMPma__editButton,.offers-module__2iMPma__deleteButton{cursor:pointer;border:none;border-radius:.375rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.offers-module__2iMPma__editButton{color:#fff;background:#3b82f6}.offers-module__2iMPma__editButton:hover{background:#2563eb}.offers-module__2iMPma__deleteButton{color:#fff;background:#ef4444}.offers-module__2iMPma__deleteButton:hover{background:#dc2626}.offers-module__2iMPma__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.offers-module__2iMPma__modal{background:#fff;border-radius:1rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.offers-module__2iMPma__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.offers-module__2iMPma__modalHeader h2{color:#1f2937;font-size:1.5rem;font-weight:700}.offers-module__2iMPma__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;padding:.25rem;transition:all .2s}.offers-module__2iMPma__closeButton:hover{color:#1f2937;background:#f3f4f6}.offers-module__2iMPma__modalForm{padding:1.5rem}.offers-module__2iMPma__formGroup{margin-bottom:1.5rem}.offers-module__2iMPma__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.offers-module__2iMPma__formGroup input,.offers-module__2iMPma__formGroup textarea,.offers-module__2iMPma__formGroup select{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.75rem;font-size:.9375rem;transition:all .2s}.offers-module__2iMPma__formGroup input:focus,.offers-module__2iMPma__formGroup textarea:focus,.offers-module__2iMPma__formGroup select:focus{border-color:#f97316;outline:none;box-shadow:0 0 0 3px #f973161a}.offers-module__2iMPma__formGroup textarea{resize:vertical;min-height:80px}.offers-module__2iMPma__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.offers-module__2iMPma__checkboxLabel{cursor:pointer;align-items:center;gap:.5rem;display:flex}.offers-module__2iMPma__checkboxLabel input[type=checkbox]{cursor:pointer;width:auto}.offers-module__2iMPma__modalActions{border-top:1px solid #e5e7eb;gap:1rem;padding-top:1.5rem;display:flex}.offers-module__2iMPma__cancelButton,.offers-module__2iMPma__saveButton{cursor:pointer;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}.offers-module__2iMPma__cancelButton{color:#374151;background:#f3f4f6}.offers-module__2iMPma__cancelButton:hover{background:#e5e7eb}.offers-module__2iMPma__saveButton{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626)}.offers-module__2iMPma__saveButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #f973164d}.offers-module__2iMPma__saveButton:disabled{opacity:.6;cursor:not-allowed}.offers-module__2iMPma__spinner{animation:1s linear infinite offers-module__2iMPma__spin}@keyframes offers-module__2iMPma__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.offers-module__2iMPma__imageUploadContainer{flex-direction:column;gap:1rem;display:flex}.offers-module__2iMPma__imagePreview{border:2px solid #e5e7eb;border-radius:.5rem;width:100%;max-width:300px;position:relative;overflow:hidden}.offers-module__2iMPma__imagePreview img{width:100%;height:auto;display:block}.offers-module__2iMPma__removeImageButton{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.offers-module__2iMPma__removeImageButton:hover{background:#dc2626;transform:scale(1.1)}.offers-module__2iMPma__fileInputLabel{cursor:pointer;color:#374151;background:#f3f4f6;border:2px dashed #d1d5db;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.offers-module__2iMPma__fileInputLabel:hover{color:#f97316;background:#e5e7eb;border-color:#f97316}.offers-module__2iMPma__fileInput{display:none}.offers-module__2iMPma__uploadingIndicator{color:#f97316;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.offers-module__2iMPma__imageHint{color:#6b7280;margin:0;font-size:.75rem}@media (max-width:768px){.offers-module__2iMPma__header{flex-direction:column;gap:1rem}.offers-module__2iMPma__offersGrid,.offers-module__2iMPma__formRow{grid-template-columns:1fr}}
.page-module__CSyFnW__page{background:#000;min-height:calc(100vh - 8rem);padding:6rem 1rem 2rem}.page-module__CSyFnW__container{max-width:800px;margin:0 auto}.page-module__CSyFnW__title{color:#fff;text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:800}
.clients-module__Qsrydq__container{max-width:1200px;margin:0 auto}.clients-module__Qsrydq__title{color:#111827;margin-bottom:2rem;font-size:2rem;font-weight:800}.clients-module__Qsrydq__clientsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.clients-module__Qsrydq__clientCard{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .3s;box-shadow:0 1px 3px #0000001a}.clients-module__Qsrydq__clientCard:hover{border-color:#f97316;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.clients-module__Qsrydq__clientHeader{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.clients-module__Qsrydq__clientAvatar{color:#fff;background:linear-gradient(135deg,#f97316,#dc2626);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.clients-module__Qsrydq__clientName{color:#111827;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.clients-module__Qsrydq__clientMeta{color:#6b7280;margin:0;font-size:.875rem}.clients-module__Qsrydq__clientInfo{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.clients-module__Qsrydq__infoRow{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.clients-module__Qsrydq__infoRow svg{color:#f97316;flex-shrink:0}.clients-module__Qsrydq__cardActions{gap:.75rem;display:flex}.clients-module__Qsrydq__messageButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#dc2626);border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.clients-module__Qsrydq__messageButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f973164d}.clients-module__Qsrydq__removeButton{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.clients-module__Qsrydq__removeButton:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.clients-module__Qsrydq__loadingState{text-align:center;color:#6b7280;padding:4rem 2rem}.clients-module__Qsrydq__spinner{border:4px solid #e5e7eb;border-top-color:#f97316;border-radius:50%;width:48px;height:48px;margin:0 auto 1rem;animation:1s linear infinite clients-module__Qsrydq__spin}@keyframes clients-module__Qsrydq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clients-module__Qsrydq__emptyState{text-align:center;color:#6b7280;padding:4rem 2rem}.clients-module__Qsrydq__emptyState svg{color:#d1d5db;margin-bottom:1rem}.clients-module__Qsrydq__emptyState h3{color:#111827;margin-bottom:.5rem;font-size:1.5rem}.clients-module__Qsrydq__emptyState p{color:#6b7280}@media (max-width:768px){.clients-module__Qsrydq__clientsGrid{grid-template-columns:1fr}}
