.BenefitsSection-module__bpsuFG__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:4rem;display:grid}.BenefitsSection-module__bpsuFG__benefitItem{text-align:center}.BenefitsSection-module__bpsuFG__benefitIcon{color:var(--color-accent-purple);margin:0 auto 1.5rem;display:block}.BenefitsSection-module__bpsuFG__benefitItem h3{margin-bottom:.5rem}@media (max-width:992px){.BenefitsSection-module__bpsuFG__benefitsGrid{grid-template-columns:1fr}}
.ScenePreviewWindow-module__OL-leG__heroVisualWrapper{width:100%;position:relative}.ScenePreviewWindow-module__OL-leG__heroVisual{background:var(--color-background-dark-secondary);border:1px solid var(--color-alpha-white-10);box-shadow:0 20px 50px var(--color-alpha-black-30);border-radius:16px;width:100%;max-width:1000px;margin:0 auto;padding:16px;transition:all .3s;position:relative}.ScenePreviewWindow-module__OL-leG__heroVisual:hover{box-shadow:0 25px 60px var(--color-alpha-black-40);border-color:var(--color-alpha-accent-purple-30);transform:translateY(-5px)}.ScenePreviewWindow-module__OL-leG__heroVisualHeader{border-bottom:1px solid var(--color-alpha-white-10);align-items:center;gap:8px;padding-bottom:16px;display:flex}.ScenePreviewWindow-module__OL-leG__heroVisualContent{background:var(--gradient-hero-visual);height:500px;color:var(--color-alpha-white-10);border-radius:8px;justify-content:center;align-items:center;margin-top:16px;font-size:2rem;font-weight:800;display:flex;position:relative;overflow:hidden}.ScenePreviewWindow-module__OL-leG__heroPlaceholderText{z-index:2;position:relative}.ScenePreviewWindow-module__OL-leG__heroVisualContent:before{content:"";background:var(--gradient-hero-overlay);z-index:1;width:100%;height:100%;animation:8s ease-in-out infinite ScenePreviewWindow-module__OL-leG__gradient-shift;position:absolute;top:0;left:0}@keyframes ScenePreviewWindow-module__OL-leG__gradient-shift{0%,to{opacity:.2}50%{opacity:.4}}.ScenePreviewWindow-module__OL-leG__windowDot{border-radius:50%;width:12px;height:12px;transition:all .3s}.ScenePreviewWindow-module__OL-leG__dotRed{background-color:#ff5f57}.ScenePreviewWindow-module__OL-leG__dotYellow{background-color:#ffbd2e}.ScenePreviewWindow-module__OL-leG__dotGreen{background-color:#28ca42}.ScenePreviewWindow-module__OL-leG__heroVisual:hover .ScenePreviewWindow-module__OL-leG__windowDot{transform:scale(1.1)}@media (max-width:992px){.ScenePreviewWindow-module__OL-leG__heroVisualContent{height:400px}}@media (max-width:768px){.ScenePreviewWindow-module__OL-leG__heroVisualContent{height:300px;font-size:1.5rem}}
.DemoSection-module__JkCcWG__demoArea{perspective:1500px;justify-content:center;align-items:center;display:flex}.DemoSection-module__JkCcWG__productVisual{background:var(--color-background-dark-secondary);border:1px solid var(--color-alpha-white-10);width:100%;max-width:900px;height:550px;box-shadow:0 20px 50px var(--color-alpha-black-30);border-radius:12px;padding:1rem;transition:transform .5s;transform:rotateX(10deg)rotateY(-5deg)}.DemoSection-module__JkCcWG__demoArea:hover .DemoSection-module__JkCcWG__productVisual{transform:rotateX(0)rotateY(0)scale(1.02)}.DemoSection-module__JkCcWG__productWindowHeader{border-bottom:1px solid var(--color-alpha-white-10);align-items:center;gap:.5rem;padding-bottom:1rem;display:flex}.DemoSection-module__JkCcWG__windowDot{border-radius:50%;width:12px;height:12px}.DemoSection-module__JkCcWG__dotRed{background:#ff5f56}.DemoSection-module__JkCcWG__dotYellow{background:#ffbd2e}.DemoSection-module__JkCcWG__dotGreen{background:#27c93f}.DemoSection-module__JkCcWG__productInterface{height:calc(100% - 45px);color:var(--color-text-secondary);background-image:linear-gradient(var(--color-alpha-white-03)1px,transparent 1px),linear-gradient(90deg,var(--color-alpha-white-03)1px,transparent 1px);background-size:30px 30px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:500;display:flex}@media (max-width:992px){.DemoSection-module__JkCcWG__productVisual{height:auto;min-height:400px;transform:rotateX(0)rotateY(0)}}
.CTASection-module__bkbZrW__ctaSection{background:linear-gradient(135deg,var(--color-card-background)0%,var(--color-card-background-elevated)100%);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-alpha-white-05);max-width:1000px;box-shadow:0 8px 32px var(--color-alpha-black-30),inset 0 1px 0 var(--color-alpha-white-05);text-align:center;border-radius:20px;margin:0 auto;position:relative;overflow:hidden}.CTASection-module__bkbZrW__auroraContainer{border-radius:inherit;width:100%;height:100%;padding:80px 50px}.CTASection-module__bkbZrW__ctaContent{z-index:1;position:relative}.CTASection-module__bkbZrW__ctaContent h2{max-width:600px;margin:0 auto 16px}.CTASection-module__bkbZrW__ctaContent p{max-width:600px;margin:0 auto 40px}.CTASection-module__bkbZrW__waitlistForm{justify-content:center;gap:16px;max-width:500px;margin:0 auto;display:flex}.CTASection-module__bkbZrW__waitlistForm input{border:1px solid var(--color-alpha-white-10);background-color:var(--color-background-dark);color:var(--color-text-primary);border-radius:50px;flex-grow:1;padding:14px 20px;font-size:1rem;transition:border-color .3s}.CTASection-module__bkbZrW__waitlistForm input:focus{border-color:var(--color-accent-purple);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent-purple)20%,transparent);outline:none}.CTASection-module__bkbZrW__waitlistForm input::placeholder{color:var(--color-text-secondary)}@media (max-width:600px){.CTASection-module__bkbZrW__waitlistForm{flex-direction:column}.CTASection-module__bkbZrW__ctaSection{margin:0 20px;padding:60px 30px}}
.card{border-radius:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.card-padding-xs{padding:1rem}.card-padding-sm{padding:1.5rem}.card-padding-md{padding:2rem}.card-padding-lg{padding:2.5rem}.card-text-left{text-align:left}.card-text-center{text-align:center}.card-text-right{text-align:right}.card-full-height{height:100%}.card-clickable{cursor:pointer}.card-default,.card-elevate-glow{background:linear-gradient(135deg,var(--color-card-background)0%,var(--color-card-background-elevated)100%);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-alpha-white-05);box-shadow:0 8px 32px var(--color-alpha-black-30),inset 0 1px 0 var(--color-alpha-white-05);overflow:hidden}.card-hover-enabled.card-elevate-glow:hover{background:linear-gradient(135deg,var(--color-card-background-elevated)0%,#ffffff1a 100%);box-shadow:0 25px 80px var(--color-alpha-black-40),0 0 0 1px var(--color-alpha-accent-purple-30),0 0 40px var(--color-alpha-accent-purple-20),0 0 80px var(--color-alpha-accent-purple-20),inset 0 1px 0 #ffffff26;border-color:var(--color-alpha-accent-purple-30);transform:translateY(-12px)scale(1.02)}.card-gradient-decoration{background:linear-gradient(135deg,var(--color-card-background)0%,var(--color-card-background-elevated)100%);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-alpha-white-05);box-shadow:0 8px 32px var(--color-alpha-black-30),inset 0 1px 0 var(--color-alpha-white-05);overflow:hidden}.card-gradient-decoration:before{content:"";background:var(--gradient-main);opacity:1;border-radius:20px 0 0 20px;width:4px;height:100%;position:absolute;top:0;left:0}.card-hover-enabled.card-gradient-decoration:hover{background:linear-gradient(135deg,var(--color-card-background-elevated)0%,#ffffff1a 100%);box-shadow:0 25px 80px var(--color-alpha-black-40),0 0 0 1px var(--color-alpha-accent-purple-30),0 0 40px var(--color-alpha-accent-purple-20),0 0 80px var(--color-alpha-accent-purple-20),inset 0 1px 0 #ffffff26;border-color:var(--color-alpha-accent-purple-30);transform:translateY(-12px)scale(1.02)}.card.card-gradient-outline{background-image:linear-gradient(var(--color-background-dark-secondary),var(--color-background-dark-secondary)),var(--gradient-main);background-origin:border-box;background-clip:padding-box,border-box;border:2px solid #0000;margin-top:20px;position:relative;scale:1.05;overflow:visible!important}.card-hover-enabled.card.card-gradient-outline:hover{box-shadow:0 25px 80px var(--color-alpha-black-40),0 0 0 1px var(--color-alpha-accent-purple-30),0 0 40px var(--color-alpha-accent-purple-20),0 0 80px var(--color-alpha-accent-purple-20),inset 0 1px 0 #ffffff26;transform:translateY(-12px)scale(1.07)}.card-tool{background:linear-gradient(135deg,var(--color-card-background)0%,var(--color-card-background-elevated)100%);-webkit-backdrop-filter:blur(8px);border:1px solid var(--color-alpha-white-05);box-shadow:0 4px 16px var(--color-alpha-black-20),inset 0 1px 0 var(--color-alpha-white-05);border-radius:8px;transition:all .2s;overflow:hidden}.card-hover-enabled.card-tool:hover{box-shadow:0 8px 24px var(--color-alpha-black-30),0 0 0 1px var(--color-alpha-white-10),inset 0 1px 0 #ffffff1a;border-color:var(--color-alpha-white-10);transform:translateY(-2px)}.card-popular-badge{background:var(--gradient-main);color:var(--color-base-white);white-space:nowrap;z-index:10;box-shadow:0 4px 12px var(--color-alpha-black-30);border-radius:16px;padding:6px 16px;font-size:.75rem;font-weight:600;position:absolute;top:-15px;left:50%;transform:translate(-50%)}@media (max-width:768px){.card-gradient-outline{scale:1}.card-hover-enabled.card-gradient-outline:hover{scale:1.02}.card-padding-lg{padding:2rem 1.5rem}.card-padding-xs{padding:.75rem}.card.card-gradient-outline{margin-top:25px}.card-hover-enabled.card-tool:hover{transform:translateY(-1px)}}
.FeaturesSection-module__ixS2ia__modulesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:none;margin-top:4rem;display:grid}.FeaturesSection-module__ixS2ia__icon{background:var(--gradient-main);width:56px;height:56px;box-shadow:0 4px 16px var(--color-alpha-accent-purple-30),inset 0 1px 0 #ffffff4d;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:2rem;transition:all .3s;display:flex}.FeaturesSection-module__ixS2ia__icon svg{width:24px;height:24px;stroke:var(--color-base-white);stroke-width:2px}@media (max-width:992px){.FeaturesSection-module__ixS2ia__modulesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width:768px){.FeaturesSection-module__ixS2ia__modulesGrid{grid-template-columns:1fr;gap:1.5rem}}
.WorkflowSection-module__QIu4Vq__workflowSection{padding:100px 0}.WorkflowSection-module__QIu4Vq__workflowContent{align-items:center;gap:80px;margin-bottom:120px;display:flex}.WorkflowSection-module__QIu4Vq__workflowContent:last-child{margin-bottom:0}.WorkflowSection-module__QIu4Vq__workflowContentReverse{flex-direction:row-reverse}.WorkflowSection-module__QIu4Vq__workflowVisual{flex:1;max-width:50%}.WorkflowSection-module__QIu4Vq__workflowText{flex:1;max-width:45%}.WorkflowSection-module__QIu4Vq__sectionSubtitle{text-align:center;color:var(--color-text-secondary);max-width:700px;margin:0 auto 80px;font-size:1.125rem;line-height:1.6}.WorkflowSection-module__QIu4Vq__workflowTagline{color:var(--color-accent-orange);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:1rem;font-weight:600}.WorkflowSection-module__QIu4Vq__workflowText h3{color:var(--color-text-primary);margin-bottom:20px;font-size:2rem}.WorkflowSection-module__QIu4Vq__workflowText p{color:var(--color-text-secondary);font-size:1.1rem;line-height:1.7}.WorkflowSection-module__QIu4Vq__workflowVisualWeb,.WorkflowSection-module__QIu4Vq__workflowVisualEngine{background:var(--color-background-dark);border:1px solid var(--color-alpha-white-10);border-radius:16px;justify-content:center;align-items:center;height:400px;display:flex;position:relative;overflow:hidden}.WorkflowSection-module__QIu4Vq__workflowVisualWeb svg,.WorkflowSection-module__QIu4Vq__workflowVisualEngine svg{z-index:2;width:60%;max-width:200px;height:auto;color:var(--color-text-primary);position:relative}.WorkflowSection-module__QIu4Vq__webGlow{background:var(--color-accent-purple);filter:blur(80px);z-index:1;opacity:.3;border-radius:50%;width:200px;height:200px;position:absolute}.WorkflowSection-module__QIu4Vq__engineGlow{background:var(--color-accent-orange);filter:blur(80px);z-index:1;opacity:.3;border-radius:50%;width:200px;height:200px;position:absolute}@media (max-width:992px){.WorkflowSection-module__QIu4Vq__workflowContent{flex-direction:column;gap:60px;margin-bottom:80px}.WorkflowSection-module__QIu4Vq__workflowContentReverse{flex-direction:column}.WorkflowSection-module__QIu4Vq__workflowVisual,.WorkflowSection-module__QIu4Vq__workflowText{max-width:100%}.WorkflowSection-module__QIu4Vq__workflowText h3{text-align:center;font-size:1.8rem}.WorkflowSection-module__QIu4Vq__workflowTagline{text-align:center}}
.Footer-module__KF9QYa__footer{background:var(--color-background-dark);border-top:1px solid var(--color-alpha-white-03);padding:80px 0 0;position:relative}.Footer-module__KF9QYa__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.Footer-module__KF9QYa__footerAbout{max-width:300px}.Footer-module__KF9QYa__footerAbout .Footer-module__KF9QYa__logo{color:var(--color-text-primary);margin-bottom:16px;font-size:1.2rem;font-weight:700;text-decoration:none;display:block}.Footer-module__KF9QYa__footerAbout p{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}.Footer-module__KF9QYa__footerLinks h4{color:var(--color-text-primary);margin-bottom:16px;font-size:1.1rem}.Footer-module__KF9QYa__footerLinks ul{list-style:none}.Footer-module__KF9QYa__footerLinks ul li{margin-bottom:10px}.Footer-module__KF9QYa__footerLinks ul li a{color:var(--color-text-secondary);text-decoration:none;transition:color .3s}.Footer-module__KF9QYa__footerLinks ul li a:hover{color:var(--color-text-primary)}.Footer-module__KF9QYa__socialLinks{gap:16px;margin-top:24px;display:flex}.Footer-module__KF9QYa__socialLink{color:var(--color-text-secondary);justify-content:center;align-items:center;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__KF9QYa__socialLink:hover{color:var(--color-text-primary)}.Footer-module__KF9QYa__footerBottom{border-top:1px solid var(--color-alpha-white-05);text-align:center;color:var(--color-text-secondary);margin-top:60px;padding-top:30px;padding-bottom:30px;font-size:.9rem}.Footer-module__KF9QYa__footerBottom p{font-size:.9rem}.Footer-module__KF9QYa__footerLink{color:var(--color-text-secondary)}@media (max-width:768px){.Footer-module__KF9QYa__footerContent{flex-direction:column}.Footer-module__KF9QYa__socialLinks{flex-wrap:wrap;gap:12px}}
.brand{cursor:pointer;color:var(--color-text-primary);align-items:center;gap:.5rem;transition:opacity .2s;display:flex;text-decoration:none!important}.brand-sm{font-size:1.25rem;font-weight:700}.brand-md{font-size:1.5rem;font-weight:800}.brand-lg{font-size:2rem;font-weight:800}.brand-sm .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:1.75rem}.brand-md .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:2.25rem}.brand-lg .brand-icon{-o-object-fit:contain;object-fit:contain;width:auto;height:2.5rem}.brand-text{font-size:inherit;font-weight:inherit}.brand-accent{font-size:inherit;font-weight:inherit;background:var(--gradient-text);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.brand:hover{opacity:.9;text-decoration:none!important}.brand:active{opacity:.8;text-decoration:none!important}a .brand,a:hover .brand,a:active .brand,a:focus .brand,a:visited .brand,.brand *,.brand :hover,.brand :active,.brand :focus{text-decoration:none!important}.brand,.brand:hover,.brand:active,.brand:focus,.brand:visited{-webkit-text-decoration:none!important;text-decoration:none!important}
.popover-container{display:inline-block;position:relative}.popover-trigger{border:1px solid var(--color-alpha-white-10);color:var(--color-text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.popover-trigger:hover{background:var(--color-alpha-white-05);border-color:var(--color-alpha-white-20);color:var(--color-text-primary)}.popover-trigger:focus{border-color:var(--color-accent-purple);box-shadow:0 0 0 2px var(--color-alpha-accent-purple-20);outline:none}.popover-trigger:disabled{opacity:.5;cursor:not-allowed}.popover-content{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-alpha-white-10);min-width:140px;box-shadow:0 4px 6px -1px var(--color-alpha-black-30),0 2px 4px -1px var(--color-alpha-black-30),0 0 0 1px var(--color-alpha-white-05);z-index:1100;isolation:isolate;border-radius:8px;padding:.25rem;animation:.15s ease-out popoverFadeIn;position:absolute;top:calc(100% + .5rem)}@supports ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.popover-content{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px)}}.popover-option{width:100%;color:var(--color-text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.popover-option:hover{background:var(--color-alpha-white-05);color:var(--color-text-primary)}.popover-option:focus{background:var(--color-alpha-white-05);color:var(--color-text-primary);outline:none}.popover-option.popover-option-active{background:var(--color-alpha-accent-purple-10);color:var(--color-accent-purple)}.popover-option.popover-option-active:hover{background:var(--color-alpha-accent-purple-15)}.popover-option:disabled{opacity:.5;cursor:not-allowed;color:var(--color-text-disabled)}.popover-option:disabled:hover{color:var(--color-text-disabled);background:0 0}.popover-content-left{left:0;right:auto}.popover-content-right{left:auto;right:0}.popover-content-center{left:50%;transform:translate(-50%)}.popover-content-top{top:auto;bottom:calc(100% + .5rem)}.popover-trigger-sm{width:32px;height:32px;padding:0}.popover-trigger-md{width:40px;height:40px;padding:0}.popover-trigger-lg{gap:6px;min-height:40px;padding:10px 12px}.popover-trigger-xl{gap:8px;min-height:44px;padding:12px 16px}.popover-content-sm{min-width:120px}.popover-content-md{min-width:160px}.popover-content-lg{min-width:200px}.popover-content-xl{min-width:240px}.popover-trigger-primary{background:var(--color-accent-purple);color:var(--color-text-inverse);border-color:var(--color-accent-purple)}.popover-trigger-primary:hover{background:var(--color-accent-purple-600);border-color:var(--color-accent-purple-600);color:var(--color-text-inverse)}.popover-trigger-elevated{background:var(--color-card-background-elevated);box-shadow:0 1px 3px 0 var(--color-alpha-black-30)}.popover-trigger-elevated:hover{box-shadow:0 2px 6px 0 var(--color-alpha-black-40)}.popover-trigger-ghost{background:0 0;border:none}.popover-trigger-ghost:hover{background:var(--color-alpha-white-08)}.popover-content-menu{min-width:200px;padding:.5rem 0}.popover-content-menu .popover-option{border-radius:0;justify-content:flex-start;padding:.5rem 1rem}.popover-content-compact{padding:.25rem}.popover-content-filter{min-width:240px;max-height:300px;padding:.5rem 0;overflow-y:auto}.popover-header{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-alpha-white-10);justify-content:space-between;align-items:center;margin-bottom:4px;padding:8px 12px;font-size:.75rem;font-weight:600;display:flex}.popover-divider{background:var(--color-alpha-white-10);height:1px;margin:8px 12px}.popover-section-title{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;padding:.25rem 1rem;font-size:.75rem;font-weight:600}.popover-option-icon{width:16px;height:16px;color:var(--color-text-secondary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.popover-option:hover .popover-option-icon,.popover-option-active .popover-option-icon{color:currentColor}.popover-option-text{text-align:left;flex:1;font-weight:500}.popover-option-checkmark{color:var(--color-accent-purple);flex-shrink:0;width:16px;height:16px}.popover-trigger-chevron{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.popover-trigger-chevron-open{transform:rotate(180deg)}.popover-option-checkbox{appearance:none;border:2px solid var(--color-alpha-white-30);background:var(--color-card-background-elevated);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-right:10px;transition:all .2s;position:relative}.popover-option-checkbox:checked{background:var(--color-accent-purple);border-color:var(--color-accent-purple)}.popover-option-checkbox:checked:after{content:"";border:solid var(--color-base-white);opacity:1;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)rotate(45deg)}.popover-option-checkbox:hover{border-color:var(--color-accent-purple)}.popover-option-checkbox:focus{outline:2px solid var(--color-accent-purple);outline-offset:2px}.popover-credits-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:.5rem;margin:.5rem .75rem;padding:.75rem}.popover-credits-content{justify-content:space-between;align-items:center;display:flex}.popover-credits-label{align-items:center;display:flex}.popover-credits-icon{background:linear-gradient(120deg,var(--color-accent-purple),var(--color-accent-orange));border-radius:50%;margin-right:.5rem;padding:.375rem}.popover-credits-icon svg{color:#fff;width:.75rem;height:.75rem}.popover-credits-text{color:var(--color-text-secondary);font-size:.75rem;font-weight:500}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:768px){.popover-trigger-md{width:36px;height:36px}.popover-content{min-width:140px}.popover-content-right{left:0;right:auto}.popover-content-filter{min-width:200px}}@media (prefers-contrast:high){.popover-trigger,.popover-content{border-width:2px}}
.header{z-index:1000;width:100%;padding:12px 0;transition:all .3s;position:fixed;top:0;left:0}.header.transparent{-webkit-backdrop-filter:none;background:0 0;border-bottom:1px solid #0000}.header.scrolled{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-alpha-white-05)}.header-container{justify-content:space-between;align-items:center;display:flex}.header-logo{color:var(--color-text-primary);text-decoration:none!important}.header-logo:hover,.header-logo:active,.header-logo:focus,.header-logo .logo-component,.header-logo:hover .logo-component,.header-logo:active .logo-component,.header-logo:focus .logo-component{text-decoration:none!important}.header-nav{gap:2rem;list-style:none;display:flex}.header-nav a{color:var(--color-text-secondary);font-weight:500;text-decoration:none;transition:color .3s}.header-nav a:hover{color:var(--color-text-primary)}.header-nav a.active{color:var(--color-text-primary);position:relative}.header-nav a.active:after{content:"";background:var(--color-accent-orange);border-radius:1px;height:2px;position:absolute;bottom:-8px;left:0;right:0}.header-actions{align-items:center;gap:1.5rem;display:flex}.mobile-toggle{color:var(--color-text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px;transition:background .3s;display:none}.mobile-toggle:hover{background:var(--color-alpha-white-10)}.mobile-menu{background:var(--color-header-background);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--color-alpha-white-05);padding:1rem 0;display:none;position:absolute;top:100%;left:0;right:0}.mobile-menu.open{display:block}.mobile-nav{flex-direction:column;gap:.5rem;margin:0;padding:0 24px;list-style:none;display:flex}.mobile-nav a{color:var(--color-text-secondary);border-radius:8px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .3s}.mobile-nav a:hover{color:var(--color-text-primary);background:var(--color-alpha-white-05)}@media (max-width:992px){.header-nav,.header-actions .btn-secondary{display:none}.header-actions{gap:1rem}}.header.app{background:linear-gradient(to right,var(--color-accent-orange-100),var(--color-accent-green-100));border-bottom:1px solid var(--color-alpha-white-10);height:4rem;padding:0;position:relative;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.dark .header.app{background:linear-gradient(to right,var(--color-accent-orange-700),var(--color-accent-green-700));border-bottom-color:var(--color-alpha-white-10)}.header.app .header-container{box-sizing:border-box;max-width:none;height:100%;padding:0 1rem}.header.admin{background:var(--color-background-dark-secondary);border-bottom:1px solid var(--color-alpha-white-10)}
.HeroSection-module__MZ47lq__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:200px;padding-bottom:120px;display:flex}.HeroSection-module__MZ47lq__heroContent{max-width:900px}.HeroSection-module__MZ47lq__heroTitle{max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:4.5rem;font-weight:800;line-height:1.1}.HeroSection-module__MZ47lq__heroContent p{max-width:700px;color:var(--color-text-secondary);margin:0 auto 40px;font-size:1.25rem;line-height:1.7}.HeroSection-module__MZ47lq__heroActions{justify-content:center;gap:16px;display:flex}.HeroSection-module__MZ47lq__heroVisualWrapper{margin-top:80px;position:relative}.HeroSection-module__MZ47lq__heroVisual{background:var(--color-background-dark-secondary);border:1px solid var(--color-alpha-white-10);box-shadow:0 20px 50px var(--color-alpha-black-30);border-radius:16px;width:100%;max-width:1000px;margin:0 auto;padding:16px;transition:all .3s;position:relative}.HeroSection-module__MZ47lq__heroVisual:hover{box-shadow:0 25px 60px var(--color-alpha-black-40);border-color:var(--color-alpha-accent-purple-30);transform:translateY(-5px)}.HeroSection-module__MZ47lq__heroVisualHeader{border-bottom:1px solid var(--color-alpha-white-10);align-items:center;gap:8px;padding-bottom:16px;display:flex}.HeroSection-module__MZ47lq__heroVisualContent{background:var(--gradient-hero-visual);height:500px;color:var(--color-alpha-white-10);border-radius:8px;justify-content:center;align-items:center;margin-top:16px;font-size:2rem;font-weight:800;display:flex;position:relative;overflow:hidden}.HeroSection-module__MZ47lq__heroPlaceholderText{z-index:2;position:relative}.HeroSection-module__MZ47lq__heroVisualContent:before{content:"";background:var(--gradient-hero-overlay);z-index:1;width:100%;height:100%;animation:8s ease-in-out infinite HeroSection-module__MZ47lq__gradient-shift;position:absolute;top:0;left:0}@keyframes HeroSection-module__MZ47lq__gradient-shift{0%,to{opacity:.2}50%{opacity:.4}}@media (max-width:992px){.HeroSection-module__MZ47lq__heroTitle{font-size:3rem}.HeroSection-module__MZ47lq__heroVisualWrapper{margin-top:60px}.HeroSection-module__MZ47lq__heroVisualContent{height:400px}}@media (max-width:768px){.HeroSection-module__MZ47lq__heroTitle{font-size:2.5rem}.HeroSection-module__MZ47lq__heroContent p{font-size:1.1rem}.HeroSection-module__MZ47lq__heroActions{flex-direction:column}.HeroSection-module__MZ47lq__heroVisualWrapper{margin-top:40px}.HeroSection-module__MZ47lq__heroVisualContent{height:300px;font-size:1.5rem}}
.blog-post-module__SbCC2G__blogPostPage{background-color:var(--color-background-secondary);flex-direction:column;min-height:100vh;display:flex}.blog-post-module__SbCC2G__heroSection{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;width:100%;min-height:400px;padding:8rem 1rem 6rem;display:flex;position:relative}.blog-post-module__SbCC2G__heroOverlay{background:linear-gradient(to bottom,var(--color-alpha-black-60)0%,var(--color-alpha-black-80)100%);position:absolute;inset:0}.blog-post-module__SbCC2G__heroContent{z-index:1;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1024px;margin:0 auto;padding:0 1rem;display:grid;position:relative}@media (min-width:1200px){.blog-post-module__SbCC2G__heroContent{grid-template-columns:1fr 250px}}.blog-post-module__SbCC2G__heroSpacer{display:none}@media (min-width:1200px){.blog-post-module__SbCC2G__heroSpacer{display:block}}.blog-post-module__SbCC2G__mainContent{background-color:var(--color-background-secondary);flex:1;justify-content:center;padding:4rem 1rem;display:flex}.blog-post-module__SbCC2G__contentContainer{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1024px;display:grid}@media (min-width:1200px){.blog-post-module__SbCC2G__contentContainer{grid-template-columns:1fr 250px}}.blog-post-module__SbCC2G__articleHeader{max-width:800px;margin:0 auto;padding:3rem 1.5rem 2rem}.blog-post-module__SbCC2G__backLink{color:var(--color-text-secondary);align-items:center;margin-bottom:2rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.blog-post-module__SbCC2G__backLink:hover{color:var(--color-accent-purple)}.blog-post-module__SbCC2G__articleTitle{color:var(--color-text-primary);margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.blog-post-module__SbCC2G__articleMeta{color:var(--color-text-secondary);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.blog-post-module__SbCC2G__metaItem{align-items:center;display:inline-flex}.blog-post-module__SbCC2G__metaDivider{color:var(--color-alpha-white-20)}.blog-post-module__SbCC2G__articleTags{flex-wrap:wrap;gap:.5rem;display:flex}.blog-post-module__SbCC2G__tag{background:var(--color-alpha-accent-purple-20);border:1px solid var(--color-alpha-accent-purple-30);color:var(--color-text-primary);border-radius:20px;padding:.375rem 1rem;font-size:.875rem;font-weight:500}.blog-post-module__SbCC2G__articleContent{width:100%;max-width:100%}.blog-post-module__SbCC2G__articleContent h2:first-of-type{margin-top:0!important}.blog-post-module__SbCC2G__tocSidebar{display:none}@media (min-width:1200px){.blog-post-module__SbCC2G__tocSidebar{display:block}}.blog-post-module__SbCC2G__notFound{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:80vh;padding:2rem;display:flex}.blog-post-module__SbCC2G__notFound h1{color:var(--color-text-primary);font-size:2rem}.blog-post-module__SbCC2G__notFound a{color:var(--color-accent-orange);text-decoration:none;transition:color .2s}.blog-post-module__SbCC2G__notFound a:hover{color:var(--color-accent-purple)}@media (max-width:768px){.blog-post-module__SbCC2G__heroSection{min-height:400px;padding:6rem 1rem 4rem}.blog-post-module__SbCC2G__articleTitle{font-size:2rem}.blog-post-module__SbCC2G__articleMeta{flex-wrap:wrap}}
.MissionSection-module__0AC2yq__sectionTag{background:var(--color-card-background);border:1px solid var(--color-alpha-white-05);color:var(--color-text-primary);border-radius:99px;margin-bottom:1rem;padding:6px 14px;font-size:.875rem;font-weight:600;display:inline-block}.MissionSection-module__0AC2yq__sectionHeader{text-align:center;max-width:700px;margin:0 auto 60px}.MissionSection-module__0AC2yq__fundingLogos{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:64px;margin-bottom:80px;display:flex}.MissionSection-module__0AC2yq__fundingAgency{opacity:.8;flex-direction:column;align-items:center;gap:16px;width:200px;transition:opacity .3s,transform .3s;display:flex}.MissionSection-module__0AC2yq__fundingAgency:hover{opacity:1;transform:scale(1.05)}.MissionSection-module__0AC2yq__agencyLogo{justify-content:center;align-items:center;width:160px;height:80px;display:flex}.MissionSection-module__0AC2yq__agencyLogo img{-o-object-fit:contain;object-fit:contain;width:auto;height:100%}.MissionSection-module__0AC2yq__fundingAgency span{font-family:var(--font-heading,"Inter",sans-serif);color:var(--color-text-secondary);text-align:center;justify-content:center;align-items:center;width:100%;min-height:3.5rem;font-size:.875rem;font-weight:600;line-height:1.3;display:flex}.MissionSection-module__0AC2yq__missionContent{text-align:center;background:var(--color-card-background);border:1px solid var(--color-alpha-white-05);border-radius:16px;max-width:800px;margin:0 auto;padding:60px;position:relative;overflow:hidden}.MissionSection-module__0AC2yq__missionContent:after{content:"\"";color:var(--color-alpha-white-03);z-index:0;font-family:serif;font-size:15rem;line-height:1;position:absolute;top:-20px;left:20px}.MissionSection-module__0AC2yq__missionContent>*{z-index:1;position:relative}.MissionSection-module__0AC2yq__missionContent h3{color:var(--color-text-primary);margin-bottom:1.5rem}.MissionSection-module__0AC2yq__missionContent p{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.7}.MissionSection-module__0AC2yq__missionAttribution{color:var(--color-text-primary);margin-top:2rem;font-style:italic;font-weight:600}.MissionSection-module__0AC2yq__missionAttribution span{color:var(--color-text-secondary);margin-top:.5rem;font-size:.9rem;font-style:normal;font-weight:400;display:block}@media (max-width:768px){.MissionSection-module__0AC2yq__fundingLogos{flex-direction:column;gap:48px}.MissionSection-module__0AC2yq__fundingAgency{width:300px}.MissionSection-module__0AC2yq__missionContent{padding:40px 24px}.MissionSection-module__0AC2yq__missionContent:after{font-size:8rem;top:-10px;left:10px}}
.blog-page-module__li1sAq__blogPageWrapper{background-color:var(--color-background-secondary);flex-direction:column;min-height:100vh;display:flex}.blog-page-module__li1sAq__heroSection{text-align:center;background:linear-gradient(135deg,var(--color-primary-600)0%,var(--color-primary-800)100%);align-items:center;min-height:260px;padding-top:8rem;padding-bottom:5rem;display:flex}.blog-page-module__li1sAq__heroTitle{color:var(--color-base-white);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.blog-page-module__li1sAq__heroSubtitle{color:var(--color-alpha-white-90);max-width:48rem;margin:0 auto;font-size:1.25rem;line-height:1.75rem}@media (min-width:768px){.blog-page-module__li1sAq__heroSection{padding-top:10rem;padding-bottom:6rem}.blog-page-module__li1sAq__heroTitle{font-size:3rem}.blog-page-module__li1sAq__heroSubtitle{font-size:1.5rem;line-height:2rem}}.blog-page-module__li1sAq__blogPage{background-color:var(--color-background-secondary);flex:1;padding:4rem 1.5rem}.blog-page-module__li1sAq__blogGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.blog-page-module__li1sAq__blogCardLink{color:inherit;height:100%;text-decoration:none;display:block}.blog-page-module__li1sAq__blogCard{flex-direction:column;display:flex}.blog-page-module__li1sAq__blogCardImage{background:var(--color-background-dark-secondary);border-radius:20px 20px 0 0;width:calc(100% + 4rem);height:200px;margin:-2rem -2rem 1.5rem;overflow:hidden}.blog-page-module__li1sAq__blogCardImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.blog-page-module__li1sAq__blogCardContent{flex-direction:column;flex:1;gap:.75rem;display:flex}.blog-page-module__li1sAq__blogCardMeta{color:var(--color-text-secondary);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.blog-page-module__li1sAq__blogCardDivider{color:var(--color-alpha-white-20)}.blog-page-module__li1sAq__blogCardTitle{color:var(--color-text-primary);margin:0;font-size:1.25rem;font-weight:500;line-height:1.4}.blog-page-module__li1sAq__blogCardDescription{color:var(--color-text-secondary);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-page-module__li1sAq__blogCardTags{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.blog-page-module__li1sAq__blogCardTag{background:var(--color-alpha-accent-purple-20);border:1px solid var(--color-alpha-accent-purple-30);color:var(--color-text-primary);border-radius:16px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}@media (max-width:768px){.blog-page-module__li1sAq__blogPage{padding:2rem 1rem}.blog-page-module__li1sAq__blogGrid{grid-template-columns:1fr;gap:1.5rem}}
.PricingSection-module__sJFphG__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:end;gap:2rem;margin-top:4rem;padding-top:1rem;display:grid}.PricingSection-module__sJFphG__popularCard{transform:translateY(-1.5rem)}.PricingSection-module__sJFphG__price{margin:1.5rem 0;font-size:3rem;font-weight:700}.PricingSection-module__sJFphG__price span{color:var(--color-text-secondary);font-size:1rem;font-weight:400}.PricingSection-module__sJFphG__featuresList{text-align:left;margin:2rem 0;list-style:none}.PricingSection-module__sJFphG__featuresList li{color:var(--color-text-secondary);align-items:center;margin-bottom:1rem;display:flex}.PricingSection-module__sJFphG__featuresList li:before{content:"✓";color:var(--color-accent-purple);margin-right:.75rem;font-size:1.2rem;font-weight:700}@media (max-width:992px){.PricingSection-module__sJFphG__pricingGrid{grid-template-columns:1fr}}
