.page-module___8aEwW__page{width:100%;min-height:100dvh;position:relative}.page-module___8aEwW__loadingPlaceholder{text-align:center;padding:6rem 0}
.ThemeToggle-module__Z5gSZG__toggle{border:1px solid var(--border-color);background:var(--surface-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;width:44px;height:44px;color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;transition:background .3s,transform .3s;display:flex;position:relative}.ThemeToggle-module__Z5gSZG__toggle:hover{background:var(--surface-hover);transform:scale(1.05)}.ThemeToggle-module__Z5gSZG__toggle:active{transform:scale(.95)}.ThemeToggle-module__Z5gSZG__icon{justify-content:center;align-items:center;transition:transform .3s;display:flex}.ThemeToggle-module__Z5gSZG__icon.ThemeToggle-module__Z5gSZG__sun{transform:rotate(0)}.ThemeToggle-module__Z5gSZG__icon.ThemeToggle-module__Z5gSZG__moon{transform:rotate(180deg)}
.Navbar-module___rHu7W__navbar{z-index:1000;background:0 0;padding:1rem 0;transition:background .3s,box-shadow .3s,border-color .3s;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);box-shadow:0 4px 24px 0 var(--shadow-color)}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module___rHu7W__logo{align-items:center;gap:.75rem;text-decoration:none;transition:transform .3s;display:flex}.Navbar-module___rHu7W__logo:hover{transform:scale(1.05)}.Navbar-module___rHu7W__logoIcon{flex-shrink:0}.Navbar-module___rHu7W__brandName{background:var(--gradient-primary);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Navbar-module___rHu7W__navLinks{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__navLink{color:var(--text-secondary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.Navbar-module___rHu7W__navLink:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module___rHu7W__navLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__navLink:hover:after{width:100%}.Navbar-module___rHu7W__rightSection{align-items:center;gap:1rem;display:flex}.Navbar-module___rHu7W__ctaButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 16px #4f6ef74d}.Navbar-module___rHu7W__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f6ef766}.Navbar-module___rHu7W__ctaButton:active{transform:translateY(0)}@media (max-width:768px){.Navbar-module___rHu7W__container{gap:1rem;padding:0 1rem}.Navbar-module___rHu7W__navLinks{display:none}.Navbar-module___rHu7W__brandName{font-size:1.25rem}.Navbar-module___rHu7W__ctaButton{padding:.625rem 1rem;font-size:.875rem}}
.Footer-module__Grjkva__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);color:var(--text-secondary);padding:4rem 0 2rem}.Footer-module__Grjkva__container{max-width:1280px;margin:0 auto;padding:0 2rem}.Footer-module__Grjkva__content{grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__logo{align-items:center;gap:.75rem;margin-bottom:.5rem;text-decoration:none;display:flex}.Footer-module__Grjkva__logoIcon{flex-shrink:0}.Footer-module__Grjkva__brandName{background:var(--gradient-primary);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__tagline{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.Footer-module__Grjkva__links{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-module__Grjkva__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__Grjkva__linkTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__Grjkva__linkList a{color:var(--text-secondary);font-size:.9375rem;text-decoration:none;transition:color .3s}.Footer-module__Grjkva__linkList a:hover{color:var(--text-primary)}.Footer-module__Grjkva__bottom{border-top:1px solid var(--border-color);text-align:center;padding-top:2rem}.Footer-module__Grjkva__copyright{color:var(--text-secondary);margin:0;font-size:.875rem}@media (max-width:1024px){.Footer-module__Grjkva__content{grid-template-columns:1fr;gap:3rem}.Footer-module__Grjkva__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__Grjkva__footer{padding:3rem 0 1.5rem}.Footer-module__Grjkva__container{padding:0 1rem}.Footer-module__Grjkva__content{gap:2rem;margin-bottom:2rem}.Footer-module__Grjkva__links{grid-template-columns:1fr;gap:2rem}.Footer-module__Grjkva__brandName{font-size:1.25rem}}
.HeroSection-module__yS5m3G__hero{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100dvh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__hero:before{content:"";pointer-events:none;background:radial-gradient(at top,#4f6ef71a 0%,#0000 50%),radial-gradient(at 100% 100%,#a855f71a 0%,#0000 50%);position:absolute;inset:0}.HeroSection-module__yS5m3G__container{z-index:1;width:100%;max-width:1280px;padding:0 2rem;position:relative}.HeroSection-module__yS5m3G__content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.HeroSection-module__yS5m3G__textContent{flex-direction:column;gap:1.5rem;display:flex}.HeroSection-module__yS5m3G__title{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:4rem;font-weight:800;line-height:1.1}.HeroSection-module__yS5m3G__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HeroSection-module__yS5m3G__subtitle{color:var(--text-secondary);margin:0;font-size:1.25rem;font-weight:400;line-height:1.6}.HeroSection-module__yS5m3G__buttons{gap:1rem;margin-top:1rem;display:flex}.HeroSection-module__yS5m3G__primaryButton{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 16px #4f6ef74d}.HeroSection-module__yS5m3G__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f6ef766}.HeroSection-module__yS5m3G__secondaryButton{color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;-webkit-backdrop-filter:blur(10px);background:0 0;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:inline-block}.HeroSection-module__yS5m3G__secondaryButton:hover{background:var(--surface-color);border-color:var(--gradient-primary-start);transform:translateY(-2px)}.HeroSection-module__yS5m3G__graphContainer{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);width:100%;height:500px;box-shadow:0 8px 32px 0 var(--shadow-color);border-radius:24px;position:relative;overflow:hidden}.HeroSection-module__yS5m3G__graphPlaceholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1rem;display:flex}.HeroSection-module__yS5m3G__scrollIndicator{color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.HeroSection-module__yS5m3G__mouse{border:2px solid var(--border-color);border-radius:12px;justify-content:center;width:24px;height:40px;padding-top:8px;display:flex;position:relative}.HeroSection-module__yS5m3G__wheel{background:var(--text-secondary);border-radius:2px;width:4px;height:8px;animation:2s infinite HeroSection-module__yS5m3G__scroll}@keyframes HeroSection-module__yS5m3G__scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.HeroSection-module__yS5m3G__scrollText{text-transform:uppercase;letter-spacing:.1em;font-size:.75rem}@supports (animation-timeline:scroll()){.HeroSection-module__yS5m3G__scrollIndicator{animation:linear both HeroSection-module__yS5m3G__indicatorFade;animation-timeline:scroll(root);animation-range:0% 3%}@keyframes HeroSection-module__yS5m3G__indicatorFade{to{opacity:0}}}@media (max-width:1024px){.HeroSection-module__yS5m3G__content{grid-template-columns:1fr;gap:3rem}.HeroSection-module__yS5m3G__graphContainer{order:-1;height:400px}.HeroSection-module__yS5m3G__title{font-size:3rem}}@media (max-width:768px){.HeroSection-module__yS5m3G__hero{padding:6rem 0 3rem}.HeroSection-module__yS5m3G__container{padding:0 1rem}.HeroSection-module__yS5m3G__title{font-size:2.5rem}.HeroSection-module__yS5m3G__subtitle{font-size:1.125rem}.HeroSection-module__yS5m3G__buttons{flex-direction:column;width:100%}.HeroSection-module__yS5m3G__primaryButton,.HeroSection-module__yS5m3G__secondaryButton{text-align:center;width:100%}.HeroSection-module__yS5m3G__graphContainer{height:300px}}
.SocialProofBar-module__wwObCq__socialProof{background:var(--bg-secondary);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:3rem 0;position:relative;overflow:hidden}.SocialProofBar-module__wwObCq__socialProof:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#4f6ef70d 50%,#0000 100%);position:absolute;inset:0}.SocialProofBar-module__wwObCq__container{max-width:1280px;margin:0 auto;padding:0 2rem}.SocialProofBar-module__wwObCq__content{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.SocialProofBar-module__wwObCq__stat{flex-direction:column;align-items:center;gap:.5rem;display:flex}.SocialProofBar-module__wwObCq__number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;line-height:1}.SocialProofBar-module__wwObCq__label{color:var(--text-secondary);font-size:.9375rem;font-weight:500}.SocialProofBar-module__wwObCq__divider{background:var(--border-color);width:1px;height:60px}.SocialProofBar-module__wwObCq__rating{align-items:center;gap:1rem;display:flex}.SocialProofBar-module__wwObCq__stars{gap:.25rem;display:flex}.SocialProofBar-module__wwObCq__ratingText{color:var(--text-primary);font-size:1rem;font-weight:600}@media (max-width:768px){.SocialProofBar-module__wwObCq__socialProof{padding:2rem 0}.SocialProofBar-module__wwObCq__content{flex-direction:column;gap:2rem}.SocialProofBar-module__wwObCq__divider{width:60px;height:1px}.SocialProofBar-module__wwObCq__number{font-size:2rem}}
.FeaturesSection-module__Pifczq__features{background:var(--bg-primary);padding:6rem 0;position:relative}.FeaturesSection-module__Pifczq__container{max-width:1280px;margin:0 auto;padding:0 2rem}.FeaturesSection-module__Pifczq__sectionTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4rem;font-size:3rem;font-weight:800}.FeaturesSection-module__Pifczq__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(200px,auto);gap:1.5rem;display:grid}.FeaturesSection-module__Pifczq__card{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow-color);cursor:pointer;transform-style:preserve-3d;border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex}.FeaturesSection-module__Pifczq__card:hover{border-color:var(--gradient-primary-start);box-shadow:0 12px 48px #4f6ef733}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__small{grid-area:span 1/span 1}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__medium{grid-area:span 1/span 2}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__large{grid-area:span 2/span 2}.FeaturesSection-module__Pifczq__icon{filter:drop-shadow(0 4px 8px #4f6ef74d);font-size:3rem;line-height:1}.FeaturesSection-module__Pifczq__title{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.5rem;font-weight:700}.FeaturesSection-module__Pifczq__description{color:var(--text-secondary);flex:1;margin:0;font-size:1rem;line-height:1.6}@media (max-width:1024px){.FeaturesSection-module__Pifczq__grid{grid-template-columns:repeat(3,1fr)}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__medium{grid-column:span 1}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__large{grid-area:span 1/span 3}}@media (max-width:768px){.FeaturesSection-module__Pifczq__features{padding:4rem 0}.FeaturesSection-module__Pifczq__container{padding:0 1rem}.FeaturesSection-module__Pifczq__sectionTitle{margin-bottom:2rem;font-size:2rem}.FeaturesSection-module__Pifczq__grid{grid-template-columns:1fr;gap:1rem}.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__small,.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__medium,.FeaturesSection-module__Pifczq__card.FeaturesSection-module__Pifczq__large{grid-area:span 1/span 1}.FeaturesSection-module__Pifczq__icon{font-size:2.5rem}.FeaturesSection-module__Pifczq__title{font-size:1.25rem}.FeaturesSection-module__Pifczq__description{font-size:.9375rem}}
.HowItWorksSection-module__KOoQpa__howItWorks{background:var(--bg-secondary);padding:6rem 0;position:relative}.HowItWorksSection-module__KOoQpa__container{max-width:1280px;margin:0 auto;padding:0 2rem}.HowItWorksSection-module__KOoQpa__sectionTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:4rem;font-size:3rem;font-weight:800}.HowItWorksSection-module__KOoQpa__stepsContainer{max-width:800px;margin:0 auto;position:relative}.HowItWorksSection-module__KOoQpa__line{z-index:0;width:4px;height:100%;position:absolute;top:0;bottom:0;left:2rem}.HowItWorksSection-module__KOoQpa__steps{z-index:1;flex-direction:column;gap:3rem;display:flex;position:relative}.HowItWorksSection-module__KOoQpa__step{align-items:flex-start;gap:2rem;display:flex;position:relative}.HowItWorksSection-module__KOoQpa__stepNumber{background:var(--gradient-primary);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:4rem;min-width:4rem;height:4rem;font-size:1.5rem;font-weight:700;display:flex;position:relative;box-shadow:0 8px 24px #4f6ef74d}.HowItWorksSection-module__KOoQpa__stepContent{flex:1;padding-top:.5rem}.HowItWorksSection-module__KOoQpa__stepTitle{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.HowItWorksSection-module__KOoQpa__stepDescription{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}@media (max-width:768px){.HowItWorksSection-module__KOoQpa__howItWorks{padding:4rem 0}.HowItWorksSection-module__KOoQpa__container{padding:0 1rem}.HowItWorksSection-module__KOoQpa__sectionTitle{margin-bottom:2rem;font-size:2rem}.HowItWorksSection-module__KOoQpa__stepsContainer{max-width:100%}.HowItWorksSection-module__KOoQpa__line{left:1.5rem}.HowItWorksSection-module__KOoQpa__steps{gap:2rem}.HowItWorksSection-module__KOoQpa__step{gap:1rem}.HowItWorksSection-module__KOoQpa__stepNumber{width:3rem;min-width:3rem;height:3rem;font-size:1.25rem}.HowItWorksSection-module__KOoQpa__stepTitle{font-size:1.25rem}.HowItWorksSection-module__KOoQpa__stepDescription{font-size:.9375rem}}
.DemoPreview-module__fCIAzG__demoPreview{background:var(--bg-primary);padding:6rem 0;position:relative;overflow:hidden}.DemoPreview-module__fCIAzG__container{max-width:1280px;margin:0 auto;padding:0 2rem}.DemoPreview-module__fCIAzG__sectionTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.DemoPreview-module__fCIAzG__sectionSubtitle{text-align:center;color:var(--text-secondary);margin-bottom:4rem;font-size:1.25rem}.DemoPreview-module__fCIAzG__mockupContainer{perspective:1000px;transform-style:preserve-3d;position:relative}.DemoPreview-module__fCIAzG__mockup{max-width:1000px;transform-style:preserve-3d;margin:0 auto;transition:transform .1s;position:relative;overflow:visible}.DemoPreview-module__fCIAzG__mockupContent{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:0 20px 60px 0 var(--shadow-color);transform-style:preserve-3d;border-radius:24px;position:relative;overflow:visible;transform:rotateX(5deg)rotateY(-5deg)}.DemoPreview-module__fCIAzG__mockupHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);border-radius:24px 24px 0 0;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.DemoPreview-module__fCIAzG__mockupControls{gap:.5rem;display:flex}.DemoPreview-module__fCIAzG__control{background:var(--text-secondary);border-radius:50%;width:12px;height:12px}.DemoPreview-module__fCIAzG__control:first-child{background:#ff5f57}.DemoPreview-module__fCIAzG__control:nth-child(2){background:#ffbd2e}.DemoPreview-module__fCIAzG__control:nth-child(3){background:#28ca42}.DemoPreview-module__fCIAzG__mockupTitle{text-align:center;color:var(--text-secondary);flex:1;font-size:.875rem;font-weight:500}.DemoPreview-module__fCIAzG__viewModeToggleWrapper{justify-content:center;margin-bottom:2rem;display:flex}.DemoPreview-module__fCIAzG__viewModeToggle{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;gap:.5rem;padding:2px;display:flex}.DemoPreview-module__fCIAzG__viewModeButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:background .2s,color .2s}.DemoPreview-module__fCIAzG__viewModeButton:hover{background:var(--bg-secondary);color:var(--text-primary)}.DemoPreview-module__fCIAzG__viewModeButtonActive{background:var(--surface-color);color:var(--text-primary);box-shadow:0 1px 2px #0000001a}.DemoPreview-module__fCIAzG__mockupBody{background:var(--bg-secondary);border-radius:0 0 24px 24px;height:500px;display:flex;position:relative;overflow:hidden}.DemoPreview-module__fCIAzG__graphArea{background:radial-gradient(circle,#4f6ef71a 0%,#0000 70%);flex:1;position:relative;overflow:hidden}.DemoPreview-module__fCIAzG__graphArea canvas{display:block;width:100%!important;height:100%!important}.DemoPreview-module__fCIAzG__svgContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.DemoPreview-module__fCIAzG__svgContainer svg{overflow:visible}.DemoPreview-module__fCIAzG__nodeGlow{filter:drop-shadow(0 0 6px #4f6ef780)}.DemoPreview-module__fCIAzG__nodeGlowStrong{filter:drop-shadow(0 0 8px #4f6ef799)}.DemoPreview-module__fCIAzG__dashedOutline{fill:none;stroke:#4f6ef7;stroke-width:.08px;stroke-dasharray:.15 .15;opacity:.8}.DemoPreview-module__fCIAzG__graphGroup{animation:52s linear infinite DemoPreview-module__fCIAzG__graphRotate}@keyframes DemoPreview-module__fCIAzG__graphRotate{to{transform:rotate(360deg)}}.DemoPreview-module__fCIAzG__graphNode{transform-box:fill-box;transform-origin:50%;animation:6.28s ease-in-out infinite DemoPreview-module__fCIAzG__nodePulse}.DemoPreview-module__fCIAzG__graphNode[data-index="1"]{animation-delay:-1s}.DemoPreview-module__fCIAzG__graphNode[data-index="2"]{animation-delay:-2s}.DemoPreview-module__fCIAzG__graphNode[data-index="3"]{animation-delay:-3s}.DemoPreview-module__fCIAzG__graphNode[data-index="4"]{animation-delay:-4s}@keyframes DemoPreview-module__fCIAzG__nodePulse{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(.9)}}.DemoPreview-module__fCIAzG__animatedTask .DemoPreview-module__fCIAzG__nodeGlow{animation:3s linear infinite DemoPreview-module__fCIAzG__ganttStretch}@keyframes DemoPreview-module__fCIAzG__ganttStretch{0%,to{x:-1.9;width:1.8px}33%{x:-1.9;width:3px}66%{x:-.7;width:1.8px}}.DemoPreview-module__fCIAzG__animatedCard{animation:5s cubic-bezier(.455,.03,.515,.955) infinite DemoPreview-module__fCIAzG__kanbanDrag}@keyframes DemoPreview-module__fCIAzG__kanbanDrag{0%,to{transform:translate(0)}50%{transform:translate(35%,-15%)}}.DemoPreview-module__fCIAzG__sidebar{background:var(--surface-color);border-left:1px solid var(--border-color);flex-direction:column;gap:1rem;width:250px;padding:1.5rem;display:flex}.DemoPreview-module__fCIAzG__sidebarItem{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;gap:.75rem;min-height:80px;padding:1rem;display:flex}.DemoPreview-module__fCIAzG__sidebarItemHighlighted{border:1px solid var(--border-color);position:relative}.DemoPreview-module__fCIAzG__sidebarItemHighlighted:before{content:"";pointer-events:none;border:2px dashed #4f6ef7;border-radius:8px;position:absolute;inset:-6px}@keyframes DemoPreview-module__fCIAzG__tooltipFadeIn{0%{opacity:0;transform:var(--tooltip-translate)scale(.8)}}.DemoPreview-module__fCIAzG__tooltip{--tooltip-translate:translate(-50%,-50%);pointer-events:none;z-index:20;transform:var(--tooltip-translate);flex-direction:column;align-items:center;animation:.5s cubic-bezier(.34,1.56,.64,1) backwards DemoPreview-module__fCIAzG__tooltipFadeIn;display:flex;position:absolute}.DemoPreview-module__fCIAzG__tooltip[data-stagger="0"]{animation-delay:0s}.DemoPreview-module__fCIAzG__tooltip[data-stagger="1"]{animation-delay:.5s}.DemoPreview-module__fCIAzG__tooltip[data-stagger="2"]{animation-delay:1s}.DemoPreview-module__fCIAzG__tooltipDot{background:var(--gradient-primary);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin:0 auto .5rem;animation:2s ease-in-out infinite DemoPreview-module__fCIAzG__tooltipPulse;box-shadow:0 0 20px #4f6ef799}@keyframes DemoPreview-module__fCIAzG__tooltipPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.DemoPreview-module__fCIAzG__tooltipContent{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);min-width:200px;box-shadow:0 8px 32px 0 var(--shadow-color);border-radius:12px;padding:1rem}.DemoPreview-module__fCIAzG__tooltip[data-variant="2"]{flex-direction:column;align-items:center}.DemoPreview-module__fCIAzG__tooltip[data-variant="2"] .DemoPreview-module__fCIAzG__tooltipDot{order:2;margin:.5rem 0 0}.DemoPreview-module__fCIAzG__tooltip[data-variant="2"] .DemoPreview-module__fCIAzG__tooltipContent{order:1}.DemoPreview-module__fCIAzG__tooltip[data-variant="3"]{flex-direction:row;align-items:center;gap:.75rem}.DemoPreview-module__fCIAzG__tooltip[data-variant="3"] .DemoPreview-module__fCIAzG__tooltipContent{min-width:200px;max-width:220px}.DemoPreview-module__fCIAzG__tooltipTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:.875rem;font-weight:700}.DemoPreview-module__fCIAzG__tooltipDescription{color:var(--text-secondary);margin:0;font-size:.75rem;line-height:1.4}.DemoPreview-module__fCIAzG__skeletonTitle{background:#8892a480;border-radius:4px;width:60%;height:16px}.DemoPreview-module__fCIAzG__skeletonLine{background:#8892a480;border-radius:4px;width:100%;height:12px}.DemoPreview-module__fCIAzG__skeletonLine:last-child{width:80%}.DemoPreview-module__fCIAzG__mockupContent[data-view=graph] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"]{top:85%;left:20%}.DemoPreview-module__fCIAzG__mockupContent[data-view=graph] .DemoPreview-module__fCIAzG__tooltip[data-variant="2"]{top:15%;left:65%}.DemoPreview-module__fCIAzG__mockupContent[data-view=graph] .DemoPreview-module__fCIAzG__tooltip[data-variant="3"]{top:85%;left:75%}.DemoPreview-module__fCIAzG__mockupContent[data-view=gantt] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"]{top:75%;left:15%}.DemoPreview-module__fCIAzG__mockupContent[data-view=gantt] .DemoPreview-module__fCIAzG__tooltip[data-variant="2"]{top:10%;left:30%}.DemoPreview-module__fCIAzG__mockupContent[data-view=gantt] .DemoPreview-module__fCIAzG__tooltip[data-variant="3"]{top:50%;left:60%}.DemoPreview-module__fCIAzG__mockupContent[data-view=kanban] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"]{top:75%;left:20%}.DemoPreview-module__fCIAzG__mockupContent[data-view=kanban] .DemoPreview-module__fCIAzG__tooltip[data-variant="2"]{top:10%;left:50%}.DemoPreview-module__fCIAzG__mockupContent[data-view=kanban] .DemoPreview-module__fCIAzG__tooltip[data-variant="3"]{top:50%;left:65%}@media (max-width:1024px){.DemoPreview-module__fCIAzG__mockupContent{transform:none}.DemoPreview-module__fCIAzG__tooltip{display:none}}@media (max-width:768px){.DemoPreview-module__fCIAzG__demoPreview{padding:4rem 0}.DemoPreview-module__fCIAzG__container{padding:0 1rem}.DemoPreview-module__fCIAzG__sectionTitle{font-size:2rem}.DemoPreview-module__fCIAzG__sectionSubtitle{margin-bottom:2rem;font-size:1.125rem}.DemoPreview-module__fCIAzG__mockupBody{flex-direction:column;height:auto;min-height:600px}.DemoPreview-module__fCIAzG__graphArea{flex-shrink:0;order:1;height:400px;min-height:400px}.DemoPreview-module__fCIAzG__sidebar{border-left:none;border-top:1px solid var(--border-color);order:2;width:100%}.DemoPreview-module__fCIAzG__sidebarItem:nth-child(n+4){display:none}.DemoPreview-module__fCIAzG__tooltip{display:flex}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"]{--tooltip-translate:translate(0,0);flex-direction:column;top:8%;left:5%}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"] .DemoPreview-module__fCIAzG__tooltipDot{order:2;margin:.5rem 0 0}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="1"] .DemoPreview-module__fCIAzG__tooltipContent{order:1}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="2"]{--tooltip-translate:translate(-50%,-100%);top:58%;left:50%}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="2"] .DemoPreview-module__fCIAzG__tooltipContent{min-width:240px;max-width:280px}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="3"]{--tooltip-translate:translate(0,0);top:65%;left:45%}.DemoPreview-module__fCIAzG__mockupContent[data-view] .DemoPreview-module__fCIAzG__tooltip[data-variant="3"] .DemoPreview-module__fCIAzG__tooltipDot{flex-shrink:0}.DemoPreview-module__fCIAzG__tooltipContent{-webkit-backdrop-filter:blur(20px);background:#0d1117bf;border:2px solid #4f6ef780;min-width:200px;max-width:250px;padding:1.25rem;box-shadow:0 8px 32px #000000b3,0 0 20px #4f6ef74d}.DemoPreview-module__fCIAzG__tooltipTitle{color:#f0f4ff;margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.DemoPreview-module__fCIAzG__tooltipDescription{color:#b8c5d6;font-size:.8125rem;line-height:1.5}}
.PricingSection-module__A1Jopq__pricing{background:var(--bg-secondary);padding:6rem 0;position:relative}.PricingSection-module__A1Jopq__container{max-width:1280px;margin:0 auto;padding:0 2rem}.PricingSection-module__A1Jopq__sectionTitle{text-align:center;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:800}.PricingSection-module__A1Jopq__sectionSubtitle{text-align:center;color:var(--text-secondary);margin-bottom:4rem;font-size:1.25rem}.PricingSection-module__A1Jopq__aiIntroBlock{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);text-align:center;border:none;border-radius:24px;max-width:900px;margin:0 auto 4rem;padding:3rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 8px 32px #4f6ef733}.PricingSection-module__A1Jopq__aiIntroBlock:after,.PricingSection-module__A1Jopq__card.PricingSection-module__A1Jopq__popular:after{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#4f6ef7,#a855f7);padding:2px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-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}.PricingSection-module__A1Jopq__aiIntroBlock:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4f6ef74d}.PricingSection-module__A1Jopq__aiIntroIcon{background:var(--gradient-primary);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:inline-flex;box-shadow:0 4px 16px #4f6ef766}.PricingSection-module__A1Jopq__aiIntroIcon svg{width:32px;height:32px}.PricingSection-module__A1Jopq__aiIntroTitle{color:var(--text-primary);letter-spacing:-.01em;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem;font-weight:700}.PricingSection-module__A1Jopq__aiIntroDescription{color:var(--text-secondary);max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6}.PricingSection-module__A1Jopq__aiIntroFeatures{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.PricingSection-module__A1Jopq__aiIntroFeature{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}.PricingSection-module__A1Jopq__aiIntroFeature svg{color:var(--gradient-primary-start);flex-shrink:0;width:20px;height:20px}.PricingSection-module__A1Jopq__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto;display:grid}.PricingSection-module__A1Jopq__card{background:var(--surface-color);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color);box-shadow:0 8px 32px 0 var(--shadow-color);border-radius:24px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.PricingSection-module__A1Jopq__card:hover{transform:translateY(-8px);box-shadow:0 16px 48px #4f6ef733}.PricingSection-module__A1Jopq__card.PricingSection-module__A1Jopq__popular{border:none;transform:scale(1.05);box-shadow:0 12px 40px #4f6ef74d}.PricingSection-module__A1Jopq__card.PricingSection-module__A1Jopq__popular:hover{transform:scale(1.08)translateY(-8px)}.PricingSection-module__A1Jopq__badge{background:var(--gradient-primary);color:#fff;border-radius:20px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #4f6ef766}.PricingSection-module__A1Jopq__planName{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.PricingSection-module__A1Jopq__price{align-items:baseline;gap:.5rem;margin-bottom:2rem;display:flex}.PricingSection-module__A1Jopq__priceAmount{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1}.PricingSection-module__A1Jopq__pricePeriod{color:var(--text-secondary);font-size:1rem;font-weight:500}.PricingSection-module__A1Jopq__features{flex-direction:column;flex:1;gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.PricingSection-module__A1Jopq__feature{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:1rem;line-height:1.5;display:flex}.PricingSection-module__A1Jopq__feature svg{color:var(--gradient-primary-start);flex-shrink:0;width:20px;height:20px}.PricingSection-module__A1Jopq__cta{text-align:center;cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background .3s,border-color .3s;display:block}.PricingSection-module__A1Jopq__ctaPrimary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #4f6ef74d}.PricingSection-module__A1Jopq__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f6ef766}.PricingSection-module__A1Jopq__ctaSecondary{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.PricingSection-module__A1Jopq__ctaSecondary:hover{background:var(--surface-hover);border-color:var(--gradient-primary-start)}@media (max-width:1024px){.PricingSection-module__A1Jopq__grid{grid-template-columns:1fr;max-width:500px}.PricingSection-module__A1Jopq__card.PricingSection-module__A1Jopq__popular{transform:scale(1)}.PricingSection-module__A1Jopq__card.PricingSection-module__A1Jopq__popular:hover{transform:translateY(-8px)}.PricingSection-module__A1Jopq__aiIntroBlock{padding:2.5rem 2rem}.PricingSection-module__A1Jopq__aiIntroFeatures{flex-direction:column;align-items:flex-start;gap:1rem}}@media (max-width:768px){.PricingSection-module__A1Jopq__pricing{padding:4rem 0}.PricingSection-module__A1Jopq__container{padding:0 1rem}.PricingSection-module__A1Jopq__sectionTitle{font-size:2rem}.PricingSection-module__A1Jopq__sectionSubtitle{margin-bottom:2rem;font-size:1.125rem}.PricingSection-module__A1Jopq__card{padding:2rem}.PricingSection-module__A1Jopq__priceAmount{font-size:2.5rem}.PricingSection-module__A1Jopq__aiIntroBlock{padding:2rem 1.5rem}.PricingSection-module__A1Jopq__aiIntroTitle{font-size:1.5rem}.PricingSection-module__A1Jopq__aiIntroDescription{font-size:1rem}.PricingSection-module__A1Jopq__aiIntroIcon{width:56px;height:56px}.PricingSection-module__A1Jopq__aiIntroIcon svg{width:28px;height:28px}}
.legal-module__FWDERa__page{flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative}.legal-module__FWDERa__main{flex:1;padding:6rem 0 4rem}.legal-module__FWDERa__container{max-width:900px;margin:0 auto;padding:0 2rem}.legal-module__FWDERa__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.legal-module__FWDERa__lastUpdated{color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:3rem;padding-bottom:2rem;font-size:.9375rem}.legal-module__FWDERa__content{flex-direction:column;gap:2.5rem;display:flex}.legal-module__FWDERa__section{flex-direction:column;gap:1rem;display:flex}.legal-module__FWDERa__sectionTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.legal-module__FWDERa__subsectionTitle{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.25rem;font-weight:600}.legal-module__FWDERa__section p{color:var(--text-secondary);margin:.75rem 0;font-size:1rem;line-height:1.8}.legal-module__FWDERa__section ul{color:var(--text-secondary);margin:1rem 0;padding-left:1.5rem;font-size:1rem;line-height:1.8}.legal-module__FWDERa__section ul li{margin:.5rem 0}@media (max-width:1024px){.legal-module__FWDERa__container{padding:0 1.5rem}.legal-module__FWDERa__title{font-size:2.5rem}}@media (max-width:768px){.legal-module__FWDERa__main{padding:5rem 0 3rem}.legal-module__FWDERa__container{padding:0 1rem}.legal-module__FWDERa__title{font-size:2rem}.legal-module__FWDERa__sectionTitle{font-size:1.5rem}.legal-module__FWDERa__subsectionTitle{font-size:1.125rem}.legal-module__FWDERa__section p,.legal-module__FWDERa__section ul{font-size:.9375rem}.legal-module__FWDERa__content{gap:2rem}}
.page-module__OSLHOG__page{flex-direction:column;width:100%;min-height:100dvh;display:flex;position:relative}.page-module__OSLHOG__main{flex:1;padding:6rem 0 4rem}.page-module__OSLHOG__container{max-width:900px;margin:0 auto;padding:0 2rem}.page-module__OSLHOG__title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.2}.page-module__OSLHOG__subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.page-module__OSLHOG__content{flex-direction:column;gap:3rem;display:flex}.page-module__OSLHOG__sectionTitle{color:var(--text-primary);margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.page-module__OSLHOG__contactsSection{flex-direction:column;display:flex}.page-module__OSLHOG__contactsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.page-module__OSLHOG__contactCard{background:var(--surface-color);border:1px solid var(--border-color);color:inherit;border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;text-decoration:none;transition:background .3s,border-color .3s,transform .3s,box-shadow .3s;display:flex}.page-module__OSLHOG__contactCard:hover{background:var(--surface-hover);border-color:var(--gradient-primary-start);box-shadow:0 8px 24px var(--shadow-color);transform:translateY(-2px)}.page-module__OSLHOG__contactIcon{background:var(--gradient-primary);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.page-module__OSLHOG__contactInfo{flex-direction:column;flex:1;gap:.5rem;display:flex}.page-module__OSLHOG__contactLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.875rem;font-weight:600}.page-module__OSLHOG__contactValue{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.page-module__OSLHOG__detailsSection{flex-direction:column;display:flex}.page-module__OSLHOG__detailsCard{background:var(--surface-color);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.page-module__OSLHOG__detailItem{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding-bottom:1.5rem;display:flex}.page-module__OSLHOG__detailItem:last-child{border-bottom:none;padding-bottom:0}.page-module__OSLHOG__detailLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__OSLHOG__detailValue{color:var(--text-primary);font-size:1.125rem;font-weight:600}@media (max-width:1024px){.page-module__OSLHOG__container{padding:0 1.5rem}.page-module__OSLHOG__title{font-size:2.5rem}.page-module__OSLHOG__contactsGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__OSLHOG__main{padding:5rem 0 3rem}.page-module__OSLHOG__container{padding:0 1rem}.page-module__OSLHOG__title{font-size:2rem}.page-module__OSLHOG__subtitle{font-size:1rem}.page-module__OSLHOG__sectionTitle{font-size:1.5rem}.page-module__OSLHOG__content{gap:2rem}.page-module__OSLHOG__contactCard{padding:1.25rem}.page-module__OSLHOG__contactIcon{width:40px;height:40px}.page-module__OSLHOG__contactIcon svg{width:20px;height:20px}.page-module__OSLHOG__detailsCard{padding:1.5rem}.page-module__OSLHOG__contactValue,.page-module__OSLHOG__detailValue{font-size:1rem}}
.CTASection-module__uB7_Ra__cta{background:var(--bg-primary);padding:8rem 0;position:relative;overflow:hidden}.CTASection-module__uB7_Ra__meshBackground{opacity:.6;pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 20%,#4f6ef74d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#a855f74d 0%,#0000 50%),radial-gradient(circle at 40% 20%,#4f6ef733 0%,#0000 50%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;animation:20s ease-in-out infinite CTASection-module__uB7_Ra__meshMove;position:absolute;inset:0}@keyframes CTASection-module__uB7_Ra__meshMove{0%,to{background-position:0%}50%{background-position:100%}}.CTASection-module__uB7_Ra__container{z-index:1;text-align:center;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.CTASection-module__uB7_Ra__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.CTASection-module__uB7_Ra__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTASection-module__uB7_Ra__description{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.CTASection-module__uB7_Ra__ctaButton{background:var(--gradient-primary);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;border-radius:16px;padding:1.25rem 3rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 8px 32px #4f6ef766}.CTASection-module__uB7_Ra__ctaButton:hover{transform:translateY(-4px);box-shadow:0 16px 48px #4f6ef780}.CTASection-module__uB7_Ra__ctaButton:active{transform:translateY(-2px)}@media (max-width:1024px){.CTASection-module__uB7_Ra__title{font-size:3rem}}@media (max-width:768px){.CTASection-module__uB7_Ra__cta{padding:6rem 0}.CTASection-module__uB7_Ra__container{padding:0 1rem}.CTASection-module__uB7_Ra__title{font-size:2.5rem}.CTASection-module__uB7_Ra__description{margin-bottom:2rem;font-size:1.125rem}.CTASection-module__uB7_Ra__ctaButton{width:100%;max-width:300px;padding:1rem 2rem;font-size:1rem}}
