:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}#root{width:100%;min-height:100vh}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}*{box-sizing:border-box;max-width:100%;margin:0;padding:0}:not(html):not(body){max-width:100vw}html{scroll-behavior:smooth;width:100%;height:100%;font-size:16px;overflow-x:hidden}body{color:#e3e3e3;background:linear-gradient(135deg,#381eba 0%,#3d2b69 25%,#45194a 50%,#3d2b69 75%,#381eba 100%) 0 0/400% 400%;width:100%;max-width:100vw;min-height:100vh;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;animation:13s ease-in-out infinite gradientShift;overflow-x:hidden}#root{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.app{background:0 0;width:100%;max-width:100vw;min-height:100vh;display:block;overflow:hidden auto}.container{box-sizing:border-box;width:100%;max-width:100vw;margin:0 auto;padding:0 2rem}.container-limited{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#1a0d33f2;border-bottom:1px solid #451fff4d;width:100%;position:fixed;top:0}.nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-brand h2{color:#451fff;font-size:1.8rem;font-weight:700}.nav-brand a{text-decoration:none;transition:transform .3s;display:block}.nav-brand a:hover{transform:scale(1.05)}.nav-brand img{border-radius:8px;width:auto;height:40px}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:#e3e3e3;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#451fff}.hamburger-btn{cursor:pointer;z-index:1001;background:0 0;border:none;padding:8px;display:none}.hamburger{flex-direction:column;justify-content:space-between;width:25px;height:20px;display:flex;position:relative}.hamburger span{background:#e3e3e3;border-radius:2px;width:100%;height:3px;transition:all .3s;display:block}.hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(7px,-6px)}.desktop-nav{display:flex}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#1a0d33fa;justify-content:center;align-items:center;width:100%;min-height:100vh;transition:left .3s;display:flex;position:fixed;top:0;left:-100%}.mobile-nav.open{left:0}.mobile-nav-links{text-align:center;flex-direction:column;gap:2rem;margin:0;padding:0;list-style:none}.mobile-nav-links li{margin:0}.mobile-nav-links a{color:#e3e3e3;cursor:pointer;padding:1rem;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s;display:block}.mobile-nav-links a:hover{color:#451fff}.hero{color:#fff;background:0 0;align-items:center;width:100%;min-height:100vh;padding:80px 0 0;display:flex;position:relative}.hero-content{justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.hero-text-logo{align-items:center;gap:4rem;width:100%;max-width:1000px;display:flex}.hero-text{flex:1}.hero-logo{flex-shrink:0}.hero-logo img{width:auto;max-width:300px;height:auto;max-height:300px}.hero-content h1{background:linear-gradient(45deg,#451fff,#ff6b06);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.hero-content h2{opacity:.9;margin-bottom:1rem;font-size:1.5rem}.hero-content p{opacity:.8;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.hero-buttons{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:#451fff}.btn-primary:hover{background:#3915cc;transform:translateY(-2px);box-shadow:0 10px 20px #451fff4d}.btn-secondary{color:#e3e3e3;background:0 0;border:2px solid #e3e3e3}.btn-secondary:hover{color:#000;background:#ff6b06;border:2px solid #ff6b06}.code-animation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border:1px solid #451fff4d;border-radius:10px;flex-direction:column;width:350px;height:400px;padding:2rem;font-family:Courier New,monospace;display:flex}.code-header{border-bottom:1px solid #451fff4d;flex-shrink:0;margin-bottom:1rem;padding-bottom:.5rem}.code-language{color:#451fff;font-size:.9rem;font-weight:700}.code-content{flex:1;overflow:hidden}.code-line{color:#ff6b06;white-space:pre;min-height:1.2rem;margin:.3rem 0;font-family:Courier New,monospace;font-size:.85rem;line-height:1.4}.cursor{color:#451fff;animation:1s infinite blink}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes fadeIn{to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animate-on-scroll{opacity:0;transition:all .6s ease-out}.animate-on-scroll.animate{opacity:1}.animate-child{opacity:0;transition:all .6s ease-out;transform:translateY(30px)}.animate-child.animate{opacity:1;transform:translateY(0)}.slide-up{animation:.8s ease-out forwards slideInUp}.slide-left{animation:.8s ease-out forwards slideInLeft}.slide-right{animation:.8s ease-out forwards slideInRight}.scale-in{animation:.8s ease-out forwards scaleIn}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.about{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.about h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.about-grid{grid-template-columns:2fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.about-code{justify-content:center;align-items:center;display:flex}.about-text p{color:#e3e3e3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.8}.highlight-text{color:#ff6b06;font-size:1.05em;font-weight:700}.effects-stats{flex-direction:column;gap:2rem;display:flex}.stat{text-align:center;background:linear-gradient(135deg,#1a0d33e6 0%,#2e1a5ccc 100%);border:1px solid #451fff4d;border-radius:15px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #0006}.stat:hover{border-color:#451fff80;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.stat-number{color:#451fff;font-size:3rem;font-weight:800;display:block}.stat-label{color:#e3e3e3;font-weight:500}.effects{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.effects h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.effects-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.effects-text h3{color:#451fff;margin-bottom:1.5rem;font-size:1.8rem}.effects-text p{color:#e3e3e3;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.effects-showcase{flex-direction:column;gap:2rem;display:flex}.effect-item p{color:#e3e3e3;line-height:1.6}.groups{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.groups h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.groups-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.group-card{background:linear-gradient(135deg,#1a0d33e6 0%,#2e1a5ccc 100%);border:1px solid #451fff33;border-radius:20px;flex-direction:column;flex:0 0 350px;width:100%;max-width:350px;padding:2rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 10px 30px #0006}.group-card:hover{background:linear-gradient(135deg,#2e1a5ce6 0%,#451fff4d 100%);border-color:#451fff80;transform:translateY(-5px);box-shadow:0 20px 40px #00000080}.group-card h3{color:#e3e3e3;margin-bottom:1rem;font-size:1.5rem}.group-meta{justify-content:center;margin-top:auto;margin-bottom:0;display:flex}.group-duration,.group-level{color:#ff6b06;background:#451fff33;border-radius:20px;padding:.3rem .8rem;font-size:.8rem;font-weight:500}.group-card p{color:#e3e3e3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.btn-group{color:#fff;cursor:pointer;background:linear-gradient(45deg,#451fff,#ff6b06);border:none;border-radius:25px;width:100%;padding:.8rem 1.5rem;font-weight:600;transition:all .3s}.btn-group:hover{transform:translateY(-2px);box-shadow:0 5px 15px #451fff66}.classes{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.classes h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.classes-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.classes-text h3{color:#451fff;margin-bottom:1.5rem;font-size:1.8rem}.classes-text p{color:#e3e3e3;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.classes-features{flex-direction:column;gap:2rem;display:flex}.feature-item{background:#451fff1a;border:1px solid #451fff33;border-radius:15px;padding:1.5rem;transition:transform .3s,background .3s}.feature-item:hover{background:#451fff26;transform:translateY(-3px)}.feature-item h4{color:#451fff;margin-bottom:.5rem;font-size:1.1rem}.feature-item p{color:#e3e3e3;margin:0;line-height:1.6}.reviews{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.reviews h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.reviews-container{grid-template-columns:1fr 1fr;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid}.reviews-section-half{flex-direction:column;align-items:center;display:flex}.reviews-subtitle{text-align:center;color:#451fff;margin-bottom:2rem;font-size:2rem}.review-display{justify-content:center;align-items:center;width:100%;height:400px;display:flex}.review-carousel{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.review-card-single{background:linear-gradient(135deg,#1a0d33e6 0%,#2e1a5ccc 100%);border:1px solid #451fff33;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;min-height:200px;padding:2rem;display:flex;box-shadow:0 10px 30px #0006}.review-text{flex:1;justify-content:center;align-items:center;transition:opacity .5s ease-in-out;display:flex}.review-text.visible{opacity:1}.review-text.hidden{opacity:0}.review-text p{color:#e3e3e3;text-align:center;margin:0;font-size:1.1rem;font-style:italic;line-height:1.6}.review-counter{text-align:center;color:#451fff;margin-top:1rem;font-size:.9rem;font-weight:600}.team{background:0 0;flex-direction:column;justify-content:center;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.team h2{text-align:center;color:#e3e3e3;margin-bottom:1rem;font-size:3rem}.team-subtitle{text-align:center;color:#e3e3e3;max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.team-carousel-container{justify-content:center;align-items:center;gap:1.5rem;max-width:1400px;margin:2rem auto;padding:1rem 70px;display:flex;position:relative}.team-carousel{border-radius:20px;flex:1;padding:1rem;overflow:hidden}.team-slide{justify-content:center;align-items:stretch;gap:1.5rem;transition:opacity .3s ease-in-out,transform .3s ease-in-out;display:flex}.team-slide.visible{opacity:1;transform:translateY(0)}.team-slide.hidden{opacity:0;transform:translateY(20px)}.team-member-card{background:linear-gradient(135deg,#1a0d33f2 0%,#2e1a5ce6 100%);border:1px solid #451fff33;border-radius:20px;flex-direction:column;flex:1;max-width:400px;min-height:450px;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 15px 40px #0006}.team-member-card:hover{background:linear-gradient(135deg,#2e1a5cf2 0%,#451fff33 100%);border-color:#451fff80;transform:translateY(-8px)}.member-photo{border:3px solid #451fff4d;border-radius:50%;width:100px;height:100px;margin:0 auto 1rem;transition:border-color .3s;overflow:hidden}.team-member-card:hover .member-photo{border-color:#451fff99}.member-photo img{object-fit:cover;width:100%;height:100%}.photo-placeholder{color:#fff;background:linear-gradient(45deg,#451fff,#ff6b06);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:700;display:flex}.member-info{text-align:center;flex-direction:column;flex:1;display:flex}.member-name{color:#e3e3e3;margin-bottom:.4rem;font-size:1.3rem;font-weight:600}.member-role{color:#451fff;margin-bottom:.8rem;font-size:.9rem;font-weight:500}.member-description{color:#e3e3e3;margin-bottom:1rem;font-size:.85rem;line-height:1.5}.member-quote{border-top:1px solid #451fff33;margin-top:auto;padding-top:.8rem;position:relative}.quote-icon{color:#451fff4d;margin-bottom:.3rem;font-family:serif;font-size:2.5rem;line-height:1}.quote-text{color:#ff6b06;font-size:.8rem;font-style:italic;line-height:1.4}.team-arrow{flex-shrink:0;width:60px;height:60px;font-size:1.8rem;position:static}.team-arrow:disabled{opacity:.3;cursor:not-allowed;transform:none!important}.team-arrow:disabled:hover{background:#451fff33;border-color:#451fff66}.team-indicators{justify-content:center;gap:12px;margin-top:2rem;display:flex}.team-indicators .indicator{cursor:pointer;background:#451fff4d;border:none;border-radius:50%;width:14px;height:14px;transition:all .3s}.team-indicators .indicator.active{background:#451fff;transform:scale(1.3)}.team-indicators .indicator:hover{background:#451fff99}.contact{background:0 0;flex-direction:column;justify-content:space-between;width:100%;min-height:100vh;padding:4rem 2rem;display:flex}.contact-main{flex-direction:column;flex:1;justify-content:center;display:flex}.contact h2{text-align:center;color:#e3e3e3;margin-bottom:3rem;font-size:3rem}.contact-content{grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.contact-info h3,.contact-buttons h3{color:#e3e3e3;margin-bottom:1.5rem;font-size:1.5rem}.contact-item{color:#e3e3e3;margin-bottom:1rem}.contact-item strong{color:#e3e3e3}.contact-social{margin-top:1.5rem}.discord-btn{max-width:300px}.partner-buttons{flex-direction:column;gap:1rem;display:flex}.partner-btn{color:#e3e3e3;cursor:pointer;background:linear-gradient(135deg,#2e1a5ccc 0%,#1a0d33e6 100%);border:2px solid #451fff4d;border-radius:15px;align-items:center;gap:1rem;min-height:80px;padding:1.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.partner-btn:hover{background:linear-gradient(135deg,#451fff33 0%,#2e1a5ce6 100%);border-color:#451fff99;transform:translateY(-2px)}.partner-btn img{object-fit:contain;border-radius:8px;width:60px;height:60px}.partner-btn span{text-align:left;flex:1}.footer{color:#e3e3e3;text-align:center;background-color:#0000;border-top:1px solid #e3e3e3;padding:1rem 0}.footer.standalone{background:#1a0d33}.footer .container{max-width:1200px}@media (width<=1366px){html{font-size:14px}.container,.container-limited{padding:0 1.2rem}.hero-content{gap:2rem;padding:1rem}.hero-content h1{font-size:2.4rem;line-height:1.1}.hero-content h2{font-size:1.1rem}.hero-content p{font-size:.9rem}.hero-logo img{max-width:130px;max-height:130px}.about,.effects,.groups,.classes,.reviews,.team,.contact{padding:3rem 1.5rem}.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{margin-bottom:1.5rem;font-size:2rem}.nav{padding:.8rem 1.2rem}.nav-brand h2{font-size:1.25rem}.nav-brand img{height:32px}.feature-item,.group-card,.review-item{padding:1.2rem}.team-carousel-container{gap:1rem;max-width:1000px;margin:1rem auto;padding:1rem 60px}.team-carousel{padding:.5rem}.team-member-card{max-width:280px;min-height:350px;padding:1rem}.member-photo{width:90px;height:90px;margin:0 auto 1rem}.member-name{margin-bottom:.4rem;font-size:1.1rem}.member-role{margin-bottom:.6rem;font-size:.8rem}.member-description{margin-bottom:.8rem;font-size:.8rem;line-height:1.3}.quote-text{font-size:.75rem;line-height:1.2}}@media (width<=1200px){html{font-size:15px}.hero-content h1{font-size:2.5rem}.section h2,.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{font-size:2.2rem}}@media (width<=1024px){html{font-size:14px}.container,.container-limited{padding:0 1rem}.hero-content{gap:1.5rem;padding:1rem}.hero-content h1{font-size:2.2rem;line-height:1.1}.hero-content h2{font-size:1.2rem}.hero-content p{font-size:.95rem}.hero-logo img{max-width:120px;max-height:120px}.section h2{font-size:2rem}.about h2,.effects h2,.groups h2,.classes h2,.reviews h2,.team h2,.contact h2{margin-bottom:2rem;font-size:2rem}.nav{padding:.8rem 1rem}.nav-brand h2{font-size:1.3rem}.nav-brand img{height:30px}}@media (width<=768px){.hero,.about,.effects,.groups,.team,.contact{height:auto;min-height:100vh}.contact{justify-content:center;padding-bottom:2rem}.footer{margin-top:0;padding:1rem 0;background:#1a0d33!important}.nav{flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:1rem 2rem}.nav-brand{order:0}.nav-brand img{height:35px}.hamburger-btn{display:block}.desktop-nav{display:none}.hero-content{text-align:center;flex-direction:column;gap:1.5rem;max-width:100%;padding:1.5rem 1rem}.hero-text-logo{text-align:center;flex-direction:column;gap:1.5rem;max-width:100%}.hero-logo img{max-width:120px;max-height:120px}.hero-content h1{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:2.2rem;line-height:1.1}.hero-content h2{word-wrap:break-word;font-size:1.3rem}.hero-content p{word-wrap:break-word;font-size:1rem;line-height:1.4}.about{padding:1.5rem 1rem}.about h2{margin-bottom:2rem;font-size:1.8rem}.about-text p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1rem;font-size:1rem;line-height:1.5}.about-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.about-code{display:none}.effects{padding:1.5rem 1rem}.effects h2{margin-bottom:2rem;font-size:1.8rem}.effects-content{grid-template-columns:1fr;gap:1.5rem;max-width:100%;padding:0}.effects-text h3{word-wrap:break-word;font-size:1.3rem}.effects-text p{margin-bottom:1rem;font-size:.95rem}.effects-showcase{gap:1rem}.groups-grid{flex-direction:column;align-items:center;gap:1.5rem;max-width:100%;padding:0}.group-card{flex:none;width:100%;max-width:100%;padding:1.5rem}.classes h2{margin-bottom:2rem;font-size:1.8rem}.classes-content{grid-template-columns:1fr;gap:1.5rem;max-width:100%;padding:0}.classes-text h3{font-size:1.3rem}.classes-text p{margin-bottom:1rem;font-size:.95rem}.classes-features{gap:1rem}.feature-item{padding:1rem}.team-carousel-container{gap:1rem;max-width:100%;margin:1rem auto;padding:.5rem}.team-member-card{max-width:100%;min-height:350px;padding:1rem}.effects-text p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1rem;line-height:1.5}.groups{padding:2rem 1rem}.groups h2{margin-bottom:2rem;font-size:2rem}.group-card h3{word-wrap:break-word;font-size:1.3rem}.group-card p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.95rem;line-height:1.4}.groups-grid{flex-direction:column;align-items:center;gap:1.5rem;padding:0 1rem}.group-card{flex:none;max-width:100%;min-height:auto}.group-meta{text-align:center;margin-top:auto}.group-meta .stars{margin-bottom:10px}.classes{padding:3rem 1rem}.classes h2{font-size:2rem}.classes-content{grid-template-columns:1fr;gap:2rem}.reviews{padding:3rem 1rem}.reviews h2{font-size:2rem}.reviews-container{grid-template-columns:1fr;gap:3rem}.reviews-subtitle{font-size:1.5rem}.review-display{height:300px}.review-card-single{min-height:150px;padding:1.5rem}.review-text p{font-size:1rem}.review-counter{font-size:.8rem}.team{padding:2rem 1rem}.team h2{margin-bottom:2rem;font-size:2rem}.team-carousel-container{gap:1rem;margin:1.5rem auto;padding:0 .5rem}.team-slide{gap:1rem}.team-member-card{min-height:400px;padding:1.2rem}.member-photo{width:90px;height:90px}.member-name{font-size:1.2rem}.member-role{font-size:.85rem}.member-description{font-size:.8rem;line-height:1.4}.quote-text{font-size:.75rem;line-height:1.3}.team-arrow{width:40px;height:40px;font-size:1.2rem}.contact{padding:2rem 1rem;justify-content:center!important;padding-bottom:2rem!important}.contact-main{flex:none!important}.contact h2{margin-bottom:2rem;font-size:2rem}.contact-content{grid-template-columns:1fr;gap:2rem}.hero-buttons{justify-content:center;gap:1rem}.btn-primary,.btn-secondary{padding:1.2rem 2rem;font-size:1.1rem}.partner-btn{min-height:70px;padding:1.2rem}.discord-btn{max-width:250px}.partner-btn img{width:50px;height:50px}}@media (width<=480px){html{font-size:14px}.container,.container-limited{padding:0 1rem}.hero,.about,.effects,.groups,.classes,.reviews,.team,.contact{box-sizing:border-box;max-width:100vw;height:auto;min-height:100vh;padding:1rem .5rem;overflow-x:hidden}.effects-content,.classes-content,.groups-grid,.team-carousel-container{box-sizing:border-box;max-width:100%;margin:0 auto;padding:0;overflow-x:hidden}.group-card{box-sizing:border-box;max-width:100%;margin:0 auto;padding:1rem}.team-member-card{box-sizing:border-box;max-width:100%;min-height:280px;padding:.8rem}.contact{justify-content:center!important;padding-bottom:1.5rem!important}.contact-main{flex:none!important}.footer{margin-top:0;padding:1rem 0;background:#1a0d33!important}.nav{flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:.8rem 1rem}.nav-brand{order:0}.nav-brand img{height:30px}.nav-brand h2{font-size:1.6rem}.hamburger-btn{display:block}.desktop-nav{display:none}.hero{min-height:100vh;padding:1rem .5rem}.hero-content{gap:1rem;padding:1rem}.hero-text-logo{gap:1.5rem}.hero-logo img{max-width:120px;max-height:120px}.hero-content h1{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:2rem;line-height:1.1}.hero-content h2{word-wrap:break-word;font-size:1.2rem}.hero-content p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:1rem;line-height:1.4}.hero-buttons{flex-direction:column;gap:1rem;width:100%}.btn-primary,.btn-secondary{width:100%;padding:1rem;font-size:1rem}.code-animation{display:none}.code-line{margin:.15rem 0;font-size:.7rem}.about,.effects,.groups,.team,.contact{padding:1.5rem 1rem}.about h2,.effects h2,.groups h2,.courses h2,.team h2,.contact h2{margin-bottom:1.5rem;font-size:1.8rem}.about-text p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.95rem;line-height:1.5}.stat{padding:1.2rem}.stat-number{font-size:2rem}.group-card{padding:1.2rem}.group-card h3{word-wrap:break-word;font-size:1.2rem}.group-card p{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.9rem;line-height:1.4}.team-carousel-container{gap:.5rem;margin:1rem auto;padding:0 .25rem}.team-slide{gap:.5rem}.team-member-card{min-height:350px;padding:1rem}.member-photo{width:80px;height:80px}.member-name{font-size:1.1rem}.member-role{font-size:.8rem}.member-description{font-size:.75rem;line-height:1.3}.quote-text{font-size:.7rem;line-height:1.2}.team-arrow{width:35px;height:35px;font-size:1.1rem}.partner-btn{min-height:60px;padding:1rem;font-size:1rem}.discord-btn{max-width:200px}.partner-btn img{width:40px;height:40px}.contact-item{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.9rem;line-height:1.4}}.groups-carousel{justify-content:center;align-items:center;gap:1rem;max-width:500px;min-height:300px;margin:0 auto;padding:0 70px;display:flex;position:relative}.desktop-view{display:flex}.desktop-hidden{display:none}.mobile-view{display:flex}.mobile-hidden{display:none}.group-card-carousel{justify-content:center;width:100%;display:flex}.group-card-carousel .group-card{width:100%;max-width:380px}.group-card-animated{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.group-card-animated.visible{opacity:1;transform:translateY(0)}.group-card-animated.hidden{opacity:0;transform:translateY(10px)}.carousel-arrow{color:#ff6b06;cursor:pointer;z-index:10;background:#451fff33;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#451fff66;border-color:#451fff99;transform:translateY(-50%)scale(1.1)}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.carousel-indicators{gap:10px;display:flex;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}.indicator{cursor:pointer;background:#451fff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.indicator.active{background:#451fff;transform:scale(1.2)}.indicator:hover{background:#451fff99}@media (width<=1249px){.desktop-view{display:none!important}.desktop-hidden,.mobile-view{display:flex!important}.mobile-hidden{display:none!important}}@media (width>=1250px){.desktop-view{display:flex!important}.desktop-hidden,.mobile-view,.mobile-hidden{display:none!important}}@media (width<=360px){html{font-size:13px}.container,.container-limited{max-width:100vw;padding:0 .5rem;overflow-x:hidden}.nav{padding:.5rem}.nav-brand h2{font-size:1.4rem}.nav-brand img{height:25px}.hero-content h1{font-size:1.8rem;line-height:1.05}.hero-content h2{font-size:1.1rem}.hero-content p{font-size:.9rem}.hero-logo img{max-width:100px;max-height:100px}.section h2{font-size:1.6rem}.effects,.groups,.classes,.team{max-width:100vw;padding:.8rem .3rem;overflow-x:hidden}.effects-content,.classes-content{gap:1rem;padding:0}.groups-grid{gap:1rem;padding:0 .2rem}.group-card{margin:0;padding:.8rem}.code-animation{display:none}.groups-carousel{padding:0 50px}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.team-carousel-container{gap:.5rem;margin:.5rem auto;padding:1rem 50px}.team-slide{gap:.25rem}.team-member-card{min-height:320px;padding:.8rem}.member-photo{width:70px;height:70px}.member-name{font-size:1rem}.member-role{font-size:.75rem}.member-description{font-size:.7rem;line-height:1.2}.quote-text{font-size:.65rem;line-height:1.1}.team-arrow{width:30px;height:30px;font-size:1rem}.team-indicators .indicator{width:8px;height:8px}}@media (width<=320px){html{font-size:12px}.container,.container-limited{max-width:100vw;padding:0 .25rem;overflow-x:hidden}.nav{padding:.5rem .25rem}.nav-brand h2{font-size:1.2rem}.nav-brand img{height:22px}.hero-content{gap:.8rem;padding:.5rem}.hero-content h1{font-size:1.6rem;line-height:1}.hero-content h2{font-size:1rem}.hero-content p{font-size:.85rem;line-height:1.3}.hero-logo img{max-width:80px;max-height:80px}.section h2{font-size:1.4rem}.effects,.groups,.classes,.team{max-width:100vw;padding:.5rem .2rem;overflow-x:hidden}.effects-content,.classes-content{gap:.8rem;padding:0}.groups-grid{gap:.8rem;padding:0 .1rem}.group-card{margin:0;padding:.6rem}.team-carousel-container{gap:0;margin:.25rem auto;padding:0}.team-arrow{width:25px;height:25px;font-size:.9rem}.team-member-card{min-height:300px;padding:.6rem}.member-photo{width:60px;height:60px}.quote-icon{font-size:2rem}}.home-page{color:#e3e3e3;background:0 0}.home-page .animate-on-scroll{opacity:1}.home-page .animate-child{opacity:1;transform:translateY(0)}.sheets-page{color:#e3e3e3;background:linear-gradient(135deg,#381eba 0%,#3d2b69 25%,#45194a 50%,#3d2b69 75%,#381eba 100%) 0 0/400% 400%;flex-direction:column;align-items:center;min-height:100vh;padding:4rem 2rem;animation:13s ease-in-out infinite gradientShift;display:flex}.sheets-header{text-align:center;width:100%;max-width:1000px;margin-bottom:4rem}.back-button{color:#e3e3e3;cursor:pointer;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);border:none;margin-bottom:2rem;padding:.6rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-block}.back-button:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #64647833}.sheets-header h1{color:#e3e3e3;letter-spacing:-1px;margin-bottom:1rem;font-size:2.8rem;font-weight:700}.sheets-subtitle{color:#999;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.6}.sheets-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;width:100%;max-width:1200px;display:grid}.sheet-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#1e1e2db3;border:1px solid #64647866;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:all .3s;display:flex}.sheet-box:hover{background:#1e1e2dd9;border-color:#78788c80;transform:translateY(-5px);box-shadow:0 10px 30px #64647826}.sheet-box h3{color:#fff;margin-bottom:1.8rem;font-size:1.2rem;font-weight:600;line-height:1.5}.sheet-buttons{flex-direction:column;gap:.8rem;width:100%;display:flex}.sheet-btn{color:#e3e3e3;cursor:pointer;background:linear-gradient(135deg,#6b7280 0%,#4b5563 100%);border:none;padding:.7rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.sheet-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 5px 20px #64647833}@media (width<=1024px){.sheets-page{padding:3rem 1.5rem}.sheets-header{margin-bottom:3rem}.sheets-header h1{font-size:2.2rem}.sheets-grid{gap:2rem}}@media (width<=768px){.sheets-page{padding:2.5rem 1.5rem}.sheets-header{margin-bottom:2.5rem}.back-button{margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem}.sheets-header h1{margin-bottom:.8rem;font-size:1.8rem}.sheets-subtitle{font-size:.95rem}.sheets-grid{grid-template-columns:1fr;gap:1.5rem}.sheet-box{padding:2rem 1.5rem}.sheet-box h3{margin-bottom:1.3rem;font-size:1.1rem}.sheet-buttons{gap:.6rem}.sheet-btn{padding:.6rem 1.2rem;font-size:.85rem}}@media (width<=480px){.sheets-page{padding:2rem 1rem}.sheets-header{margin-bottom:2rem}.back-button{margin-bottom:1.2rem;padding:.5rem 1rem;font-size:.85rem}.sheets-header h1{margin-bottom:.6rem;font-size:1.5rem}.sheets-subtitle{font-size:.9rem}.sheet-box{padding:1.5rem 1.2rem}.sheet-box h3{margin-bottom:1.2rem;font-size:1rem}.sheet-buttons{gap:.5rem}.sheet-btn{padding:.5rem 1rem;font-size:.8rem}}
