.Hero-module__PgAKtG__hero{padding:clamp(3rem,8vw,var(--space-3xl))0;text-align:center;background:var(--bg-primary);flex-direction:row;justify-content:center;align-items:center;min-height:max(500px,min(100vh - 90px,100vh));display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__heroContent{max-width:900px;padding:0 var(--space-gutter);z-index:2;opacity:0;margin:0 auto;animation:1s ease-out .2s forwards Hero-module__PgAKtG__heroFadeIn;position:relative;transform:translateY(30px)}@keyframes Hero-module__PgAKtG__heroFadeIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroTitle{margin-bottom:var(--space-lg);letter-spacing:-.02em;color:var(--text-primary);opacity:0;font-size:max(2rem,min(5vw,4rem));font-weight:700;line-height:1.1;animation:.8s ease-out .4s forwards Hero-module__PgAKtG__titleSlideIn;transform:translateY(20px)}@keyframes Hero-module__PgAKtG__titleSlideIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroTitle p{background:linear-gradient(90deg,#4773b6,#96d149,#d53b3b);color:transparent;z-index:4;-webkit-background-clip:text;background-clip:text}.Hero-module__PgAKtG__titleHighlight{color:var(--text-primary);z-index:4;display:inline-block;position:relative}.Hero-module__PgAKtG__titleHighlight:after{content:"";background:var(--text-primary);width:100%;height:3px;animation:2s ease-out .5s forwards Hero-module__PgAKtG__underlineExpand;position:absolute;bottom:0;left:0;transform:scaleX(0)}@keyframes Hero-module__PgAKtG__underlineExpand{to{transform:scaleX(1)}}.Hero-module__PgAKtG__heroSubtitle{color:var(--text-secondary);margin-bottom:var(--space-xl);z-index:4;opacity:0;font-size:max(1rem,min(3vw,1.5rem));font-weight:400;line-height:1.6;animation:.8s ease-out .6s forwards Hero-module__PgAKtG__subtitleSlideIn;transform:translateY(20px)}@keyframes Hero-module__PgAKtG__subtitleSlideIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroDescription{z-index:4;color:var(--text-secondary);margin-bottom:var(--space-2xl);opacity:0;max-width:600px;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;animation:.8s ease-out .8s forwards Hero-module__PgAKtG__descriptionSlideIn;transform:translateY(20px)}@keyframes Hero-module__PgAKtG__descriptionSlideIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__heroActions{z-index:4;gap:clamp(var(--space-md),3vw,var(--space-lg));margin-bottom:var(--space-2xl);opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;animation:.8s ease-out 1s forwards Hero-module__PgAKtG__actionsSlideIn;display:flex;transform:translateY(20px)}@keyframes Hero-module__PgAKtG__actionsSlideIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__primaryButton{z-index:4;align-items:center;gap:var(--space-sm);padding:clamp(var(--space-md),2.5vw,var(--space-lg))clamp(var(--space-xl),4vw,var(--space-2xl));background:var(--text-primary);color:var(--text-inverse);border:2px solid var(--text-primary);cursor:pointer;transition:all var(--transition-normal);border-radius:40px;min-height:48px;font-size:max(1rem,min(2vw,1.125rem));font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__primaryButton:before{content:"";z-index:4;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Hero-module__PgAKtG__primaryButton:hover:before{z-index:4;left:100%}.Hero-module__PgAKtG__primaryButton:hover{background:var(--bg-primary);color:var(--text-primary);z-index:4;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 30px rgba(0,0,0,.2)}.Hero-module__PgAKtG__secondaryButton{align-items:center;gap:var(--space-sm);z-index:4;padding:clamp(var(--space-md),2.5vw,var(--space-lg))clamp(var(--space-xl),4vw,var(--space-2xl));color:var(--text-primary);border:2px solid var(--border-primary);cursor:pointer;transition:all var(--transition-normal);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);background:0 0;border-radius:40px;min-height:48px;font-size:max(1rem,min(2vw,1.125rem));font-weight:600;text-decoration:none;display:inline-flex}.Hero-module__PgAKtG__secondaryButton:hover{background:var(--hover-bg);border-color:var(--text-primary);z-index:4;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 30px rgba(0,0,0,.15)}.Hero-module__PgAKtG__heroStats{gap:clamp(var(--space-md),3vw,var(--space-xl));z-index:4;max-width:600px;padding:var(--space-xl)0;opacity:0;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));margin:0 auto;animation:.8s ease-out 1.2s forwards Hero-module__PgAKtG__statsSlideIn;display:grid;transform:translateY(30px)}@keyframes Hero-module__PgAKtG__statsSlideIn{to{opacity:1;transform:translateY(0)}}.Hero-module__PgAKtG__statItem{text-align:center;background:var(--bg-tertiary-hero);border:1px solid var(--border-primary);-webkit-backdrop-filter:blur(2.5px);backdrop-filter:blur(2.5px);z-index:4;z-index:0;border-radius:.75rem;padding:max(1rem,min(3vw,1.5rem)) max(.75rem,min(2vw,1rem));transition:all .2s;position:relative;overflow:hidden}.Hero-module__PgAKtG__statItem:hover{z-index:4;border-color:transparent;transform:translateY(-8px);box-shadow:0 8px 15px rgba(0,0,0,.075)}.Hero-module__PgAKtG__statItem:before{content:"";z-index:4;opacity:0;-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(270deg,#e2818b,#7fdc93,#6da1c9,#e2818b) 0 0/300% 300%;border-radius:.75rem;padding:2px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Hero-module__PgAKtG__statItem:hover:before{opacity:1;z-index:4;animation:3s linear infinite Hero-module__PgAKtG__gradientBorder}@keyframes Hero-module__PgAKtG__gradientBorder{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Hero-module__PgAKtG__statNumber{color:var(--hero-number);margin-bottom:var(--space-xs);filter:drop-shadow(0px 0px 2px var(--hero-number-neon));z-index:4;-webkit-background-clip:text;background-clip:text;font-size:max(1.85rem,min(6vw,2.5rem));font-weight:700;line-height:1;display:block}.Hero-module__PgAKtG__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;z-index:4;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;font-size:max(.75rem,min(1.5vw,.875rem));font-weight:500;display:flex}.Hero-module__PgAKtG__scrollIndicator{bottom:var(--space-xl);align-items:center;gap:var(--space-sm);color:var(--text-secondary);cursor:pointer;z-index:5;flex-direction:column;font-size:.875rem;transition:opacity .2s ease-in-out;animation:2s infinite Hero-module__PgAKtG__bounce;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollIndicator:hover{color:var(--text-primary)}.Hero-module__PgAKtG__scrollIndicator svg{width:1.5rem;height:1.5rem}.Hero-module__PgAKtG__scrollIndicator.Hero-module__PgAKtG__notVisible{opacity:0;transition:opacity .2s ease-in-out}@keyframes Hero-module__PgAKtG__bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}.Hero-module__PgAKtG__backgroundPattern{opacity:.03;z-index:1;background-image:radial-gradient(circle at 25% 25%,var(--text-primary)2px,transparent 2px),radial-gradient(circle at 75% 75%,var(--text-primary)2px,transparent 2px);background-position:0 0,25px 25px;background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__typewriter{border-right:3px solid var(--text-primary);white-space:nowrap;animation:3s steps(40,end) Hero-module__PgAKtG__typing,.75s step-end infinite Hero-module__PgAKtG__blink-caret;overflow:hidden}@keyframes Hero-module__PgAKtG__typing{0%{width:0}to{width:100%}}@keyframes Hero-module__PgAKtG__blink-caret{0%,to{border-color:transparent}50%{border-color:var(--text-primary)}}@media (max-width:968px){.Hero-module__PgAKtG__hero{min-height:calc(100vh - 70px)}.Hero-module__PgAKtG__heroStats{display:none}}@media (max-width:768px){.Hero-module__PgAKtG__hero{padding:clamp(2rem,6vw,var(--space-2xl))0;min-height:calc(100vh - 70px)}.Hero-module__PgAKtG__heroActions{gap:var(--space-md);flex-direction:column;width:100%;max-width:320px;margin-left:auto;margin-right:auto}.Hero-module__PgAKtG__primaryButton,.Hero-module__PgAKtG__secondaryButton{justify-content:center;width:100%}.Hero-module__PgAKtG__heroStats{display:none}.Hero-module__PgAKtG__statNumber{font-size:max(1.65rem,min(7vw,2rem))}.Hero-module__PgAKtG__scrollIndicator{bottom:var(--space-md);font-size:.75rem}.Hero-module__PgAKtG__scrollIndicator svg{width:1.25rem;height:1.25rem}}@media (max-width:640px){.Hero-module__PgAKtG__heroStats{display:none}.Hero-module__PgAKtG__statItem{padding:max(.75rem,min(2.5vw,1rem)) max(.5rem,min(1.5vw,.75rem))}}@media (max-width:480px){.Hero-module__PgAKtG__heroContent{padding:0 clamp(.75rem,4vw,var(--space-md))}.Hero-module__PgAKtG__heroActions{max-width:100%;padding:0 var(--space-sm)}.Hero-module__PgAKtG__heroStats,.Hero-module__PgAKtG__scrollIndicator{display:none}}@media (max-width:380px){.Hero-module__PgAKtG__statItem{padding:.75rem .5rem}.Hero-module__PgAKtG__statNumber{font-size:max(1.5rem,min(8vw,1.75rem))}.Hero-module__PgAKtG__statLabel{font-size:.7rem}}
.Statistics-module__p0jc2G__statistics{background:var(--bg-primary);padding-block:var(--space-section-y);position:relative;overflow:hidden}.Statistics-module__p0jc2G__container{max-width:1200px;padding-inline:var(--space-gutter);margin:0 auto}.Statistics-module__p0jc2G__statsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:max(1.5rem,min(3vw,3rem));margin-bottom:max(3rem,min(7vw,8rem));display:grid}.Statistics-module__p0jc2G__statCard{background:var(--bg-secondary);border-radius:var(--radius-3xl);padding:clamp(1.5rem,3vw,var(--space-2xl));text-align:center;transition:all var(--transition-normal);z-index:4;position:relative;overflow:hidden}.Statistics-module__p0jc2G__statCard:before{content:"";background-color:var(--border-color);width:100%;height:3px;transition:transform var(--transition-normal);position:absolute;top:0;left:0;transform:scaleX(0)}.Statistics-module__p0jc2G__statCard:hover:before{transform:scaleX(1)}.Statistics-module__p0jc2G__statCard:hover{background:var(--hover-bg);transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,.1)}.Statistics-module__p0jc2G__statIcon{z-index:4;width:4rem;height:4rem;color:var(--text-inverse);border-radius:var(--radius-lg);margin:0 auto var(--space-lg);transition:all var(--transition-normal);background:0 0;justify-content:center;align-items:center;display:flex}.Statistics-module__p0jc2G__statIcon svg{filter:drop-shadow(0 0 5px var(--bg-color))}.Statistics-module__p0jc2G__statCard:hover .Statistics-module__p0jc2G__statIcon{transform:scale(1.1)rotate(5deg)}.Statistics-module__p0jc2G__statIcon svg{z-index:4;width:3rem;height:3rem}.Statistics-module__p0jc2G__statNumber{z-index:4;color:var(--text-primary);margin-bottom:var(--space-sm);font-size:3rem;font-weight:700;line-height:1;display:block}.Statistics-module__p0jc2G__statLabel{color:var(--text-primary);margin-bottom:var(--space-xs);z-index:4;font-size:1.125rem;font-weight:600}.Statistics-module__p0jc2G__statDescription{color:var(--text-secondary);z-index:4;font-size:.875rem;line-height:1.5}.Statistics-module__p0jc2G__achievementsSection{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Statistics-module__p0jc2G__achievementsContent h3{color:var(--text-primary);margin-bottom:var(--space-md);z-index:4;font-size:2rem;font-weight:700}.Statistics-module__p0jc2G__achievementsContent p{color:var(--text-secondary);margin-bottom:var(--space-lg);z-index:4;font-size:1.125rem;line-height:1.6}.Statistics-module__p0jc2G__achievementsList{z-index:4;margin:0;padding:0;list-style:none}.Statistics-module__p0jc2G__achievementItem{align-items:center;gap:var(--space-md);padding:var(--space-md)0;z-index:4;border-bottom:1px solid var(--border-primary);display:flex}.Statistics-module__p0jc2G__achievementItem:last-child{border-bottom:none}.Statistics-module__p0jc2G__achievementIcon{z-index:4;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);width:2.5rem;height:2.5rem;color:var(--text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Statistics-module__p0jc2G__achievementIcon svg{z-index:4;width:1.25rem;height:1.25rem}.Statistics-module__p0jc2G__achievementText{flex:1}.Statistics-module__p0jc2G__achievementTitle{color:var(--text-primary);margin-bottom:var(--space-xs);z-index:4;font-weight:600}.Statistics-module__p0jc2G__achievementDescription{color:var(--text-secondary);z-index:4;font-size:.875rem}.Statistics-module__p0jc2G__achievementsVisual{border-radius:var(--radius-3xl);background:linear-gradient(315deg,var(--bg-secondary),transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid var(--border-primary);z-index:4;height:400px;position:relative;overflow:hidden}.Statistics-module__p0jc2G__visualPattern{z-index:4;background-image:radial-gradient(circle at 20% 20%,var(--text-primary)2px,transparent 2px),radial-gradient(circle at 80% 80%,var(--text-secondary)1px,transparent 1px);opacity:.1;background-size:40px 40px,20px 20px;width:100%;height:100%;position:absolute;top:0;left:0}.Statistics-module__p0jc2G__achievementsVisual:after{content:"";background:radial-gradient(circle at var(--highlight-x,50%)var(--highlight-y,50%),rgba(79,240,255,.4),transparent 70%);opacity:0;z-index:4;pointer-events:none;transition:opacity .2s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.Statistics-module__p0jc2G__achievementsVisual.Statistics-module__p0jc2G__hovered:after{opacity:.2}.Statistics-module__p0jc2G__visualContent{z-index:4;text-align:center;color:var(--text-primary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Statistics-module__p0jc2G__visualNumber{margin-bottom:var(--space-sm);filter:drop-shadow(0 0 5px rgba(0,255,153,.396));color:transparent;z-index:4;background:linear-gradient(270deg,#0ef,#0f9);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700}.Statistics-module__p0jc2G__visualLabel{text-transform:uppercase;letter-spacing:1px;z-index:4;font-size:1.25rem;font-weight:500}.Statistics-module__p0jc2G__progressSection{background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--border-primary);z-index:4;margin-top:max(2.5rem,min(6vw,4rem));padding:max(1.25rem,min(3vw,2.5rem))}.Statistics-module__p0jc2G__progressTitle{color:var(--text-primary);margin-bottom:var(--space-xl);text-align:center;z-index:4;font-size:1.5rem;font-weight:600}.Statistics-module__p0jc2G__progressGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.Statistics-module__p0jc2G__progressItem{gap:var(--space-sm);z-index:4;flex-direction:column;display:flex}.Statistics-module__p0jc2G__progressLabel{color:var(--text-primary);z-index:4;justify-content:space-between;align-items:center;font-weight:500;display:flex}.Statistics-module__p0jc2G__progressBar{z-index:4;background:var(--border-primary);border-radius:var(--radius-sm);height:8px;overflow:hidden}.Statistics-module__p0jc2G__progressFill{background:linear-gradient(90deg,var(--text-primary),var(--text-secondary));border-radius:var(--radius-sm);z-index:4;height:100%;transition:width 2s ease-out}@media (max-width:968px){.Statistics-module__p0jc2G__statsGrid{display:none}.Statistics-module__p0jc2G__achievementsSection{grid-template-columns:1fr;gap:max(2rem,min(5vw,3rem))}.Statistics-module__p0jc2G__achievementsVisual{display:none}.Statistics-module__p0jc2G__progressGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.Statistics-module__p0jc2G__statistics{padding-top:max(2.5rem,min(5vw,4rem));padding-bottom:max(2.5rem,min(5vw,4rem))}.Statistics-module__p0jc2G__statsGrid{gap:var(--space-xl);grid-template-columns:1fr;margin-bottom:max(2rem,min(5vw,3rem))}.Statistics-module__p0jc2G__statCard{padding:max(1.25rem,min(2.5vw,1.5rem))}.Statistics-module__p0jc2G__statIcon{width:3.5rem;height:3.5rem}.Statistics-module__p0jc2G__statIcon svg{width:2.5rem;height:2.5rem}.Statistics-module__p0jc2G__statNumber{font-size:2.5rem}.Statistics-module__p0jc2G__statLabel{font-size:1.0625rem}.Statistics-module__p0jc2G__achievementsVisual{display:none}.Statistics-module__p0jc2G__achievementsContent h3{font-size:1.75rem}.Statistics-module__p0jc2G__achievementsContent p{font-size:1.0625rem}.Statistics-module__p0jc2G__progressSection{margin-top:max(2rem,min(5vw,3rem));padding:max(1rem,min(2.5vw,2rem))}.Statistics-module__p0jc2G__progressTitle{font-size:1.375rem}.Statistics-module__p0jc2G__progressGrid{gap:var(--space-lg);grid-template-columns:1fr}}@media (max-width:640px){.Statistics-module__p0jc2G__statCard{padding:max(1rem,min(2vw,1.25rem))}.Statistics-module__p0jc2G__statIcon{width:3rem;height:3rem;margin-bottom:var(--space-md)}.Statistics-module__p0jc2G__statIcon svg{width:2.25rem;height:2.25rem}.Statistics-module__p0jc2G__statNumber{font-size:2.25rem}.Statistics-module__p0jc2G__statLabel{font-size:1rem}.Statistics-module__p0jc2G__statDescription{font-size:.8125rem}.Statistics-module__p0jc2G__achievementItem{padding:var(--space-sm)0;gap:var(--space-sm)}.Statistics-module__p0jc2G__achievementIcon{width:2.25rem;height:2.25rem}.Statistics-module__p0jc2G__achievementIcon svg{width:1.125rem;height:1.125rem}.Statistics-module__p0jc2G__progressTitle{margin-bottom:var(--space-lg);font-size:1.25rem}}@media (max-width:480px){.Statistics-module__p0jc2G__statsGrid{gap:var(--space-lg)}.Statistics-module__p0jc2G__statNumber{font-size:2rem}.Statistics-module__p0jc2G__statLabel{font-size:.9375rem}.Statistics-module__p0jc2G__achievementsContent h3{font-size:1.5rem}.Statistics-module__p0jc2G__achievementsContent p{font-size:1rem}.Statistics-module__p0jc2G__achievementTitle{font-size:.9375rem}.Statistics-module__p0jc2G__achievementDescription{font-size:.8125rem}.Statistics-module__p0jc2G__visualNumber{font-size:max(2.5rem,min(10vw,3.5rem))}.Statistics-module__p0jc2G__visualLabel{font-size:1.125rem}.Statistics-module__p0jc2G__progressGrid{gap:var(--space-md)}}@media (prefers-reduced-motion:reduce){.Statistics-module__p0jc2G__statCard{transition:none}.Statistics-module__p0jc2G__statCard:hover{transform:none}.Statistics-module__p0jc2G__statCard:before,.Statistics-module__p0jc2G__statIcon{transition:none}.Statistics-module__p0jc2G__statCard:hover .Statistics-module__p0jc2G__statIcon{transform:none}.Statistics-module__p0jc2G__progressFill,.Statistics-module__p0jc2G__achievementsVisual:after{transition:none}}
.AboutPreview-module__erk73W__aboutPreview{background:var(--bg-secondary);border-top:1px solid var(--border-primary);padding:max(3rem,min(8vw,8.5rem)) 0;position:relative;overflow:hidden}.AboutPreview-module__erk73W__container{max-width:1200px;padding-inline:var(--space-gutter);margin:0 auto}.AboutPreview-module__erk73W__content{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.AboutPreview-module__erk73W__textContent{position:relative}.AboutPreview-module__erk73W__sectionTag{padding:var(--space-xs)var(--space-md);background:var(--text-primary);color:var(--text-inverse);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-sm);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:600;display:inline-block}.AboutPreview-module__erk73W__title{color:var(--text-primary);margin-bottom:var(--space-lg);font-size:max(2rem,min(4vw,3rem));font-weight:700;line-height:1.2}.AboutPreview-module__erk73W__description{color:var(--text-secondary);margin-bottom:var(--space-xl);font-size:1.125rem;line-height:1.7}.AboutPreview-module__erk73W__features{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:1fr 1fr;display:grid}.AboutPreview-module__erk73W__feature{align-items:flex-start;gap:var(--space-md);display:flex}.AboutPreview-module__erk73W__featureIcon{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);width:2.5rem;height:2.5rem;color:var(--text-primary);margin-top:var(--space-xs);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AboutPreview-module__erk73W__featureIcon svg{width:1.25rem;height:1.25rem}.AboutPreview-module__erk73W__featureText h4{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:1rem;font-weight:600}.AboutPreview-module__erk73W__featureText p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.AboutPreview-module__erk73W__ctaButton{align-items:center;gap:var(--space-sm);background:var(--text-primary);color:var(--text-inverse);border:2px solid var(--text-primary);border-radius:var(--radius-lg);transition:all var(--transition-normal);min-height:48px;margin-top:2rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.AboutPreview-module__erk73W__ctaButton:hover{background:var(--bg-secondary);color:var(--text-primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.AboutPreview-module__erk73W__imageContent{border-radius:var(--radius-lg);height:500px;position:relative;overflow:visible}@media (max-width:1120px){.AboutPreview-module__erk73W__imageContent{display:none}}.AboutPreview-module__erk73W__imageGrid{gap:var(--space-md);grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;height:100%;margin-top:-1rem;display:grid}.AboutPreview-module__erk73W__imageCard{background:var(--bg-primary);text-align:center;will-change:transform;transform-style:preserve-3d;transform-origin:50%;border-radius:15px;padding:max(1rem,min(3vw,1.5rem));transition:transform .15s ease-out,box-shadow .15s ease-out;position:relative;overflow:hidden}.AboutPreview-module__erk73W__imageCard:after{content:"";background:radial-gradient(circle at var(--highlight-x,50%)var(--highlight-y,50%),rgba(255,255,255,var(--highlight-opacity,.15)),transparent 70%);opacity:0;pointer-events:none;transition:opacity .2s ease-out;position:absolute;top:0;bottom:0;left:0;right:0}.AboutPreview-module__erk73W__imageCard.AboutPreview-module__erk73W__hovered:after{opacity:.2}.AboutPreview-module__erk73W__imageCard:hover{border-color:transparent;transform:translateY(-8px);box-shadow:0 8px 15px rgba(0,0,0,.075)}.AboutPreview-module__erk73W__imageCard:before{content:"";opacity:0;-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(270deg,#e2818b,#7fdc93,#6da1c9,#e2818b) 0 0/300% 300%;border-radius:15px;padding:2px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.AboutPreview-module__erk73W__imageCard:hover:before{opacity:1;animation:3s linear infinite AboutPreview-module__erk73W__gradientBorder}@keyframes AboutPreview-module__erk73W__gradientBorder{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.AboutPreview-module__erk73W__cardIcon{width:3rem;height:3rem;color:var(--text-primary);margin-bottom:var(--space-md);z-index:2;position:relative}.AboutPreview-module__erk73W__cardTitle{color:var(--text-primary);margin-bottom:var(--space-sm);z-index:2;font-size:1.125rem;font-weight:600;position:relative}.AboutPreview-module__erk73W__cardDescription{color:var(--text-secondary);z-index:2;font-size:.875rem;line-height:1.5;position:relative}.AboutPreview-module__erk73W__largeCard{text-align:left;gap:var(--space-lg);flex-direction:row;grid-column:span 2}.AboutPreview-module__erk73W__largeCard .AboutPreview-module__erk73W__cardIcon{flex-shrink:0;width:4rem;height:4rem;margin-bottom:0}.AboutPreview-module__erk73W__backgroundDecoration{background:radial-gradient(circle,var(--text-primary)1px,transparent 1px);opacity:.03;pointer-events:none;background-size:20px 20px;width:200vw;height:200vh;animation:60s linear infinite AboutPreview-module__erk73W__rotate;position:absolute;top:-50%;right:-50%}@keyframes AboutPreview-module__erk73W__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:968px){.AboutPreview-module__erk73W__content{gap:var(--space-2xl);grid-template-columns:1fr}.AboutPreview-module__erk73W__imageContent{height:auto}.AboutPreview-module__erk73W__imageGrid{gap:var(--space-md)}.AboutPreview-module__erk73W__features{gap:var(--space-md);grid-template-columns:1fr}.AboutPreview-module__erk73W__description{font-size:1.0625rem}}@media (max-width:768px){.AboutPreview-module__erk73W__aboutPreview{padding:max(2.5rem,min(6vw,4rem)) 0}.AboutPreview-module__erk73W__content{gap:var(--space-xl)}.AboutPreview-module__erk73W__imageContent{height:auto}.AboutPreview-module__erk73W__imageGrid{gap:var(--space-sm);grid-template-rows:auto;grid-template-columns:1fr}.AboutPreview-module__erk73W__largeCard{text-align:center;flex-direction:column;grid-column:span 1}.AboutPreview-module__erk73W__largeCard .AboutPreview-module__erk73W__cardIcon{margin-bottom:var(--space-md)}.AboutPreview-module__erk73W__features,.AboutPreview-module__erk73W__feature{gap:var(--space-sm)}}@media (max-width:640px){.AboutPreview-module__erk73W__title{font-size:max(1.75rem,min(5vw,2.25rem))}.AboutPreview-module__erk73W__description{margin-bottom:var(--space-lg);font-size:1rem}.AboutPreview-module__erk73W__sectionTag{padding:var(--space-2xs)var(--space-sm);font-size:.6875rem}.AboutPreview-module__erk73W__featureIcon{width:2.25rem;height:2.25rem}.AboutPreview-module__erk73W__featureIcon svg{width:1.125rem;height:1.125rem}.AboutPreview-module__erk73W__featureText h4{font-size:.9375rem}.AboutPreview-module__erk73W__featureText p{font-size:.8125rem}.AboutPreview-module__erk73W__ctaButton{justify-content:center;width:100%;font-size:.9375rem}}@media (max-width:480px){.AboutPreview-module__erk73W__imageCard{padding:max(.875rem,min(2.5vw,1.25rem))}.AboutPreview-module__erk73W__cardIcon{width:2.5rem;height:2.5rem}.AboutPreview-module__erk73W__largeCard .AboutPreview-module__erk73W__cardIcon{width:3rem;height:3rem}.AboutPreview-module__erk73W__cardTitle{font-size:1rem}.AboutPreview-module__erk73W__cardDescription{font-size:.8125rem}}@media (prefers-reduced-motion:reduce){.AboutPreview-module__erk73W__imageCard{transition:none}.AboutPreview-module__erk73W__imageCard:hover{transform:none}.AboutPreview-module__erk73W__ctaButton{transition:none}.AboutPreview-module__erk73W__backgroundDecoration,.AboutPreview-module__erk73W__imageCard:hover:before{animation:none}}
.LatestContent-module__MV0OYG__latestContent{padding:var(--space-section-y)0;background:linear-gradient(65deg,var(--bg-secondary),transparent);border-top:1px solid var(--border-primary);position:relative;overflow:hidden}.LatestContent-module__MV0OYG__blob{filter:blur(55px);pointer-events:none;will-change:transform;z-index:0;border-radius:50%;width:max(280px,min(38vw,520px));height:max(280px,min(38vw,520px));animation:12s ease-in-out infinite LatestContent-module__MV0OYG__blobFloat;position:absolute}.LatestContent-module__MV0OYG__blobLeft{background-color:var(--blobLeft);opacity:var(--blobOpacity);animation-delay:-3s;top:-10%;left:-6%}.LatestContent-module__MV0OYG__blobRight{background-color:var(--blobRight);opacity:var(--blobOpacity);animation-delay:-6s;bottom:0%;right:-4%}@keyframes LatestContent-module__MV0OYG__blobFloat{0%{transform:translate(0,0)scale(1)}12.5%{transform:translate(36px,-26px)scale(1.045)}25%{transform:translate(64px,-42px)scale(1.08)}37.5%{transform:translate(86px,12px)scale(1.03)}50%{transform:translate(96px,34px)scale(.97)}62.5%{transform:translate(70px,58px)scale(.94)}75%{transform:translate(42px,26px)scale(1.06)}87.5%{transform:translate(18px,8px)scale(1.025)}to{transform:translate(0,0)scale(1)}}.LatestContent-module__MV0OYG__container{max-width:1200px;padding-inline:var(--space-gutter);z-index:1;margin:0 auto;position:relative}.LatestContent-module__MV0OYG__header{text-align:center;margin-bottom:var(--space-3xl)}.LatestContent-module__MV0OYG__sectionTag{padding:var(--space-xs)var(--space-md);background:var(--text-primary);color:var(--text-inverse);text-transform:uppercase;letter-spacing:1px;border-radius:var(--radius-sm);margin-bottom:var(--space-lg);font-size:.75rem;font-weight:600;display:inline-block}.LatestContent-module__MV0OYG__title{color:var(--text-primary);margin-bottom:var(--space-md);font-size:max(2rem,min(4vw,3rem));font-weight:700;line-height:1.2}.LatestContent-module__MV0OYG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.LatestContent-module__MV0OYG__tabNavigation{justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-2xl);border-bottom:1px solid var(--border-primary);-webkit-overflow-scrolling:touch;scrollbar-width:thin;display:flex;overflow-x:auto}.LatestContent-module__MV0OYG__tabNavigation::-webkit-scrollbar{height:4px}.LatestContent-module__MV0OYG__tabNavigation::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:2px}.LatestContent-module__MV0OYG__tabButton{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;background:0 0;border:none;border-radius:15px;flex-shrink:0;min-height:48px;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem;font-weight:600;position:relative}.LatestContent-module__MV0OYG__tabButton:hover{color:var(--text-primary);background:var(--anons-dark-button-hover)}.LatestContent-module__MV0OYG__tabButton.LatestContent-module__MV0OYG__active{color:var(--text-primary);background:var(--anons-dark-button-active)}.LatestContent-module__MV0OYG__contentGrid{gap:var(--space-xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.LatestContent-module__MV0OYG__contentCard{background:var(--bg-secondary);border-radius:var(--radius-lg);transition:all var(--transition-normal);position:relative;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.1)}.LatestContent-module__MV0OYG__contentCard:hover{border-color:transparent;transform:translateY(-8px);box-shadow:0 8px 15px rgba(0,0,0,.075)}.LatestContent-module__MV0OYG__contentCard:before{content:"";opacity:0;-webkit-mask-composite:xor;pointer-events:none;z-index:-1;background:linear-gradient(270deg,#e2818b,#7fdc93,#6da1c9,#e2818b) 0 0/300% 300%;border-radius:.75rem;padding:2px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);mask-image:linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.LatestContent-module__MV0OYG__contentCard:hover:before{opacity:1;animation:3s linear infinite LatestContent-module__MV0OYG__gradientBorder}@keyframes LatestContent-module__MV0OYG__gradientBorder{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.LatestContent-module__MV0OYG__cardImage{background:linear-gradient(135deg,var(--bg-primary),var(--bg-secondary));border-bottom:1px solid var(--border-primary);border-radius:10px 10px 0 0;justify-content:center;align-items:center;height:196px;margin:2px;display:flex;position:relative}.LatestContent-module__MV0OYG__cardIcon{width:3rem;height:3rem;color:var(--text-primary)}.LatestContent-module__MV0OYG__cardContent{flex-direction:column;justify-content:space-between;padding:max(1rem,min(3vw,1.5rem));display:flex}.LatestContent-module__MV0OYG__cardMeta{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);color:var(--text-secondary);font-size:.875rem;display:flex}.LatestContent-module__MV0OYG__cardDate{align-items:center;gap:var(--space-xs);display:flex}.LatestContent-module__MV0OYG__cardCategory{padding:var(--space-xs)var(--space-sm);background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.LatestContent-module__MV0OYG__cardTitle{color:var(--text-primary);margin-bottom:var(--space-md);font-size:1.25rem;font-weight:700;line-height:1.3}.LatestContent-module__MV0OYG__cardDescription{color:var(--text-secondary);margin-bottom:3rem;font-size:.875rem;line-height:1.6}.LatestContent-module__MV0OYG__cardFooter{justify-content:space-between;align-items:center;display:flex;bottom:2rem;left:2rem;right:2rem}.LatestContent-module__MV0OYG__cardLink{align-items:center;gap:var(--space-sm);color:var(--text-primary);transition:all var(--transition-normal);font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.LatestContent-module__MV0OYG__cardLink:hover{gap:var(--space-md)}.LatestContent-module__MV0OYG__cardLink svg{width:1rem;height:1rem}.LatestContent-module__MV0OYG__status{align-items:center;gap:var(--space-xs);padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;display:inline-flex}.LatestContent-module__MV0OYG__viewAllButton{align-items:center;gap:var(--space-sm);margin:var(--space-2xl)auto 0;color:var(--text-primary);border:2px solid var(--text-primary);border-radius:var(--radius-lg);transition:all var(--transition-normal);background:0 0;padding:.75rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.LatestContent-module__MV0OYG__viewAllButton:hover{background:var(--text-primary);color:var(--text-inverse);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.LatestContent-module__MV0OYG__emptyState{text-align:center;padding:var(--space-3xl);color:var(--text-secondary)}.LatestContent-module__MV0OYG__emptyState svg{width:4rem;height:4rem;margin-bottom:var(--space-lg);opacity:.5}.LatestContent-module__MV0OYG__emptyState h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.25rem}.LatestContent-module__MV0OYG__emptyState p{font-size:.875rem;line-height:1.6}@media (max-width:768px){.LatestContent-module__MV0OYG__latestContent{padding:var(--space-2xl)1rem}.LatestContent-module__MV0OYG__contentGrid{gap:var(--space-lg);grid-template-columns:1fr}.LatestContent-module__MV0OYG__tabNavigation{align-items:center;gap:var(--space-xs);flex-direction:row}.LatestContent-module__MV0OYG__tabButton{padding:var(--space-md)var(--space-lg);font-size:.875rem}.LatestContent-module__MV0OYG__cardContent{padding:var(--space-lg)}.LatestContent-module__MV0OYG__cardDescription{margin-bottom:1rem}}@media (max-width:968px){.LatestContent-module__MV0OYG__blob{filter:blur(45px);opacity:.7;width:max(240px,min(35vw,400px));height:max(240px,min(35vw,400px))}.LatestContent-module__MV0OYG__contentGrid{gap:var(--space-lg)}}@media (max-width:768px){.LatestContent-module__MV0OYG__blob{filter:blur(35px);opacity:.5;width:max(200px,min(32vw,340px));height:max(200px,min(32vw,340px))}.LatestContent-module__MV0OYG__tabNavigation{padding-bottom:var(--space-xs);justify-content:flex-start}.LatestContent-module__MV0OYG__title{font-size:max(1.75rem,min(5vw,2.5rem))}.LatestContent-module__MV0OYG__contentGrid{gap:var(--space-md)}}@media (max-width:640px){.LatestContent-module__MV0OYG__blob{filter:blur(28px)}.LatestContent-module__MV0OYG__header{margin-bottom:var(--space-2xl)}.LatestContent-module__MV0OYG__tabButton{padding:.625rem .875rem;font-size:.9375rem}.LatestContent-module__MV0OYG__cardMeta{align-items:center;gap:var(--space-sm);flex-direction:row;margin-bottom:3rem}.LatestContent-module__MV0OYG__cardFooter{align-items:center;gap:var(--space-md);flex-direction:row}}@media (max-width:480px){.LatestContent-module__MV0OYG__container{padding-inline:var(--space-sm)}.LatestContent-module__MV0OYG__cardImage{height:150px}.LatestContent-module__MV0OYG__cardIcon{width:2.5rem;height:2.5rem}.LatestContent-module__MV0OYG__sectionTag{padding:var(--space-2xs)var(--space-sm);font-size:.6875rem}.LatestContent-module__MV0OYG__subtitle{font-size:1rem}}@media (prefers-reduced-motion:reduce){.LatestContent-module__MV0OYG__blob{animation:none}.LatestContent-module__MV0OYG__contentCard,.LatestContent-module__MV0OYG__tabButton{transition:none}}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__upcoming{color:#92400e;background:#fef3c7}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__active{color:#166534;background:#dcfce7}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__completed{color:#374151;background:#e5e7eb}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__beginner{color:#065f46;background:#d1fae5}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__intermediate{color:#92400e;background:#fef9c3}.LatestContent-module__MV0OYG__status.LatestContent-module__MV0OYG__advanced{color:#991b1b;background:#fee2e2}
.HomePage-module__jVKYda__homePage{background:var(--bg-primary);color:var(--text-primary)}.HomePage-module__jVKYda__hero-stats-cluster{overflow:hidden}.HomePage-module__jVKYda__blob{filter:blur(55px);pointer-events:none;will-change:transform;width:max(280px,min(38vw,520px));height:max(280px,min(38vw,520px));opacity:var(--blobOpacity);z-index:3;border-radius:50%;animation:12s ease-in-out infinite HomePage-module__jVKYda__blobFloat;position:absolute}.HomePage-module__jVKYda__blobLeftTop{opacity:var(--blobOpacity);background-color:#4773b6;animation:.5s HomePage-module__jVKYda__fadeIn;top:-4%;left:-6%}.HomePage-module__jVKYda__blobRightBottom{opacity:var(--blobOpacity);background:linear-gradient(90deg,#e6ae16,#ff4545);animation-delay:-6s;bottom:0%;right:-4%}.HomePage-module__jVKYda__blobLeftBottom{opacity:var(--blobOpacity);background-color:rgba(250,98,98,.67);animation-delay:-5s;bottom:42%;left:4%}.HomePage-module__jVKYda__blobRightTop{opacity:var(--blobOpacity);background-color:rgba(88,181,80,.765);animation-delay:-4s;top:10%;right:-6%}@keyframes HomePage-module__jVKYda__blobFloat{0%{transform:translate(0,0)scale(1)}12.5%{transform:translate(36px,-26px)scale(1.045)}25%{transform:translate(64px,-42px)scale(1.08)}37.5%{transform:translate(86px,12px)scale(1.03)}50%{transform:translate(96px,34px)scale(.97)}62.5%{transform:translate(70px,58px)scale(.94)}75%{transform:translate(42px,26px)scale(1.06)}87.5%{transform:translate(18px,8px)scale(1.025)}to{transform:translate(0,0)scale(1)}}.HomePage-module__jVKYda__features{padding-block:var(--space-section-y);background:var(--bg-secondary);border-top:1px solid var(--border-primary)}.HomePage-module__jVKYda__featuresContent{max-width:1200px;padding-inline:var(--space-gutter);margin:0 auto}.HomePage-module__jVKYda__featuresTitle{text-align:center;margin-bottom:var(--space-sm);color:var(--text-primary);font-size:2.5rem;font-weight:700;line-height:1.2}.HomePage-module__jVKYda__featuresSubtitle{color:var(--text-secondary);text-align:center;margin-bottom:var(--space-3xl);max-width:600px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400}.HomePage-module__jVKYda__featureGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:max(1.5rem,min(3vw,3rem));margin-bottom:max(2rem,min(5vw,3rem));display:grid}.HomePage-module__jVKYda__featureCard{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-xl);transition:all var(--transition-normal);padding:max(1.25rem,min(3vw,2.5rem));position:relative;overflow:hidden}.HomePage-module__jVKYda__featureCard:before{content:"";background:var(--text-primary);width:100%;height:4px;transition:transform var(--transition-normal);position:absolute;top:0;left:0;transform:scaleX(0)}.HomePage-module__jVKYda__featureCard:hover:before{transform:scaleX(1)}.HomePage-module__jVKYda__featureCard:hover{background:var(--hover-bg);transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.1)}.HomePage-module__jVKYda__featureIcon{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);width:4rem;height:4rem;margin-bottom:var(--space-lg);color:var(--text-primary);transition:all var(--transition-normal);justify-content:center;align-items:center;display:flex}.HomePage-module__jVKYda__featureCard:hover .HomePage-module__jVKYda__featureIcon{background:var(--text-primary);color:var(--text-inverse);transform:scale(1.1)}.HomePage-module__jVKYda__featureIcon svg{width:2rem;height:2rem}.HomePage-module__jVKYda__featureCard h3{margin-bottom:var(--space-md);color:var(--text-primary);font-size:1.5rem;font-weight:600}.HomePage-module__jVKYda__featureCard p{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.HomePage-module__jVKYda__themeDemo{padding:var(--space-2xl)0;text-align:center;background:var(--bg-primary);border-top:1px solid var(--border-primary)}.HomePage-module__jVKYda__themeDemoContent{max-width:600px;padding:0 var(--space-md);margin:0 auto}.HomePage-module__jVKYda__themeDemoTitle{margin-bottom:var(--space-lg);color:var(--text-primary);font-size:1.5rem;font-weight:600}.HomePage-module__jVKYda__themeCard{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-xl)}.HomePage-module__jVKYda__themeValue{color:var(--text-primary);text-transform:capitalize;font-size:1.125rem;font-weight:700}.HomePage-module__jVKYda__colorDemo{gap:var(--space-sm);margin-top:var(--space-lg);flex-wrap:wrap;justify-content:center;display:flex}.HomePage-module__jVKYda__colorBox{padding:var(--space-sm)var(--space-md);border-radius:var(--radius-sm);color:#fff;text-align:center;min-width:80px;font-size:.875rem;font-weight:500}.HomePage-module__jVKYda__colorBox.HomePage-module__jVKYda__primary{background:var(--text-primary)}.HomePage-module__jVKYda__colorBox.HomePage-module__jVKYda__secondary{background:var(--text-secondary)}.HomePage-module__jVKYda__colorBox.HomePage-module__jVKYda__accent{background:var(--text-tertiary)}@media (max-width:968px){.HomePage-module__jVKYda__blob{filter:blur(45px);width:max(220px,min(32vw,380px));height:max(220px,min(32vw,380px))}}@media (max-width:768px){.HomePage-module__jVKYda__featuresTitle{font-size:2rem}.HomePage-module__jVKYda__featureGrid{grid-template-columns:1fr;gap:max(1.25rem,min(4vw,2rem))}.HomePage-module__jVKYda__featureCard{padding:max(1rem,min(4vw,1.5rem))}.HomePage-module__jVKYda__colorDemo{flex-direction:column;align-items:center}.HomePage-module__jVKYda__colorBox{width:120px}.HomePage-module__jVKYda__blob{opacity:calc(var(--blobOpacity)*.7)}}@media (max-width:640px){.HomePage-module__jVKYda__blob{filter:blur(35px);width:max(180px,min(28vw,300px));height:max(180px,min(28vw,300px));opacity:calc(var(--blobOpacity)*.5)}}@media (max-width:480px){.HomePage-module__jVKYda__features{padding-block:var(--space-section-y-tight)}.HomePage-module__jVKYda__featuresTitle{font-size:1.75rem}.HomePage-module__jVKYda__featuresSubtitle{font-size:1.125rem}.HomePage-module__jVKYda__featureCard{padding:max(.9rem,min(5vw,1.25rem))}.HomePage-module__jVKYda__featureIcon{width:3rem;height:3rem}.HomePage-module__jVKYda__featureIcon svg{width:1.5rem;height:1.5rem}.HomePage-module__jVKYda__blob{filter:blur(28px);width:max(150px,min(24vw,240px));height:max(150px,min(24vw,240px))}}@media (prefers-reduced-motion:reduce){.HomePage-module__jVKYda__blob{opacity:calc(var(--blobOpacity)*.3);animation:none}}
.sponsors-module__KDJNPq__container{background-color:var(--bg-quaternary);width:100vw;padding:max(1.5rem,min(3vw,2rem)) 0;position:relative;overflow:hidden}@media (max-width:1120px){.sponsors-module__KDJNPq__container{display:none}}.sponsors-module__KDJNPq__track{align-items:center;gap:max(3rem,min(6vw,6rem));width:max-content;animation:160s linear infinite sponsors-module__KDJNPq__scroll;display:flex}.sponsors-module__KDJNPq__track:hover{animation-play-state:paused}.sponsors-module__KDJNPq__sponsorItem{flex:none;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;display:flex}.sponsors-module__KDJNPq__logo{filter:grayscale();opacity:.7;justify-content:center;align-items:center;width:100%;height:max(35px,min(5vw,50px));transition:filter .3s,opacity .3s;display:flex}.sponsors-module__KDJNPq__logo:hover{filter:grayscale(0%);opacity:1}@keyframes sponsors-module__KDJNPq__scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media (max-width:768px){.sponsors-module__KDJNPq__track{gap:max(2rem,min(4vw,3rem))}.sponsors-module__KDJNPq__logo{height:max(30px,min(4vw,40px))}}@media (max-width:480px){.sponsors-module__KDJNPq__container{padding:max(1rem,min(2.5vw,1.5rem)) 0}.sponsors-module__KDJNPq__track{gap:max(1.5rem,min(3vw,2rem))}.sponsors-module__KDJNPq__logo{opacity:.65;height:max(25px,min(3.5vw,35px))}}@media (prefers-reduced-motion:reduce){.sponsors-module__KDJNPq__track{animation:none}.sponsors-module__KDJNPq__logo{transition:none}}
.ContectBlop-module__IP6u1q__container{z-index:var(--z-toast);border-radius:10px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;position:fixed;bottom:max(1rem,min(3vw,2rem));left:max(1rem,min(3vw,2rem))}.ContectBlop-module__IP6u1q__blobs{border-radius:50%;flex-direction:column-reverse;justify-content:center;margin-bottom:1rem;display:flex}@keyframes ContectBlop-module__IP6u1q__popIn{0%{opacity:0;transform:scale(.6)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ContectBlop-module__IP6u1q__blop{background:var(--bg-quaternary);color:var(--text-primary);width:max(45px,min(6vw,50px));height:max(45px,min(6vw,50px));transition:background var(--transition-fast);border:1px solid var(--border-primary);opacity:0;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-width:44px;min-height:44px;margin:.25rem 0;font-size:max(1.25rem,min(2vw,1.5rem));animation:.4s forwards ContectBlop-module__IP6u1q__popIn;display:flex}.ContectBlop-module__IP6u1q__blop:hover{background:var(--hover-bg)}.ContectBlop-module__IP6u1q__blop:first-child{animation-delay:25ms}.ContectBlop-module__IP6u1q__blop:first-child:hover{background-color:#e4405f}.ContectBlop-module__IP6u1q__blop:nth-child(2):hover{background-color:#0077b5}.ContectBlop-module__IP6u1q__blop:nth-child(3):hover{background-color:#333}.ContectBlop-module__IP6u1q__blop:nth-child(4):hover{background-color:red}.ContectBlop-module__IP6u1q__blop:nth-child(5):hover{background-color:#08c}.ContectBlop-module__IP6u1q__blop:nth-child(8) svg{width:17.5px;height:17.5px}.ContectBlop-module__IP6u1q__blop:nth-child(2){animation-delay:50ms}.ContectBlop-module__IP6u1q__blop:nth-child(3){animation-delay:75ms}.ContectBlop-module__IP6u1q__blop:nth-child(4){animation-delay:.1s}.ContectBlop-module__IP6u1q__blop:nth-child(5){animation-delay:.125s}.ContectBlop-module__IP6u1q__blop:nth-child(6){animation-delay:.15s}.ContectBlop-module__IP6u1q__blop:nth-child(7){animation-delay:.175s}.ContectBlop-module__IP6u1q__blop:nth-child(8){animation-delay:.2s}.ContectBlop-module__IP6u1q__blop:nth-child(9){animation-delay:.225s}.ContectBlop-module__IP6u1q__openButton{background:var(--bg-primary);cursor:pointer;transition:background var(--transition-fast);border:none;border:1px solid var(--border-primary);border-radius:10px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:max(11px,min(2vw,13px));display:flex}.ContectBlop-module__IP6u1q__openButton svg{width:max(18px,min(2.5vw,20px));height:max(18px,min(2.5vw,20px))}.ContectBlop-module__IP6u1q__openButton:hover{background:var(--hover-bg)}.ContectBlop-module__IP6u1q__slider{background:var(--bg-quaternary);border:1px solid var(--border-primary);border-radius:10px;width:20px;height:4px;margin:.5rem 15px}@media (max-width:640px){.ContectBlop-module__IP6u1q__container{bottom:max(.75rem,min(2.5vw,1rem));left:max(.75rem,min(2.5vw,1rem))}.ContectBlop-module__IP6u1q__blop{margin:.2rem 0}}@media (max-width:480px){.ContectBlop-module__IP6u1q__blobs{margin-bottom:.75rem}.ContectBlop-module__IP6u1q__blop:nth-child(8) svg{width:15px;height:15px}}@media (prefers-reduced-motion:reduce){.ContectBlop-module__IP6u1q__blop{opacity:1;animation:none}.ContectBlop-module__IP6u1q__blop:hover,.ContectBlop-module__IP6u1q__openButton:hover{transition:none}}
