.PortableTextRenderer-module__zbzT8G__content{max-width:800px;margin:0 auto}.PortableTextRenderer-module__zbzT8G__paragraph{font-size:var(--step-0);color:var(--dynamic-dark);margin-bottom:var(--space-m);line-height:1.8}.PortableTextRenderer-module__zbzT8G__h2{font-size:var(--step-4);color:var(--dynamic-dark);margin-top:var(--space-2xl);margin-bottom:var(--space-m);font-weight:500;line-height:1.2}.PortableTextRenderer-module__zbzT8G__h3{font-size:var(--step-3);color:var(--dynamic-dark);margin-top:var(--space-xl);margin-bottom:var(--space-s);font-weight:500;line-height:1.3}.PortableTextRenderer-module__zbzT8G__h4{font-size:var(--step-2);color:var(--dynamic-dark);margin-top:var(--space-l);margin-bottom:var(--space-s);font-weight:500;line-height:1.4}.PortableTextRenderer-module__zbzT8G__blockquote{border-left:4px solid var(--fireburst);padding-left:var(--space-l);margin:var(--space-xl) 0;font-size:var(--step-1);color:var(--neutral-300);font-style:italic}.PortableTextRenderer-module__zbzT8G__ul,.PortableTextRenderer-module__zbzT8G__ol{margin:var(--space-m) 0;padding-left:var(--space-xl)}.PortableTextRenderer-module__zbzT8G__li{font-size:var(--step-0);color:var(--dynamic-dark);margin-bottom:var(--space-xs);line-height:1.8}.PortableTextRenderer-module__zbzT8G__link{color:var(--fireburst);transition:text-decoration-color var(--transition-normal);-webkit-text-decoration:underline #0000;text-decoration:underline #0000}.PortableTextRenderer-module__zbzT8G__link:hover{-webkit-text-decoration-color:var(--fireburst);text-decoration-color:var(--fireburst)}.PortableTextRenderer-module__zbzT8G__strong{font-weight:600}.PortableTextRenderer-module__zbzT8G__em{font-style:italic}.PortableTextRenderer-module__zbzT8G__inlineCode{color:var(--fireburst-400);background:#ffffff1a;border-radius:3px;padding:.2em .4em;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.9em}.PortableTextRenderer-module__zbzT8G__figure{margin:var(--space-2xl) 0}.PortableTextRenderer-module__zbzT8G__imageWrapper{border-radius:var(--space-m);border:1px solid #ffffff0f;width:100%;position:relative;overflow:hidden}.PortableTextRenderer-module__zbzT8G__image{width:100%;height:auto;display:block}.PortableTextRenderer-module__zbzT8G__caption{font-size:var(--step--1);color:var(--neutral-400);text-align:center;margin-top:var(--space-s);font-style:italic}.PortableTextRenderer-module__zbzT8G__codeBlock{margin:var(--space-xl) 0;border-radius:var(--space-s);background:#ffffff0d;border:1px solid #ffffff1a;overflow:hidden}.PortableTextRenderer-module__zbzT8G__codeFilename{padding:var(--space-s) var(--space-m);font-size:var(--step--1);color:var(--neutral-300);background:#ffffff08;border-bottom:1px solid #ffffff1a;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace}.PortableTextRenderer-module__zbzT8G__code{padding:var(--space-m);font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:var(--step--1);color:var(--neutral-200);white-space:pre;line-height:1.6;display:block;overflow-x:auto}
.ShareButtons-module__ziJIXq__container{align-items:center;gap:var(--space-s);padding:var(--space-l) 0;border-top:1px solid var(--neutral-800);border-bottom:1px solid var(--neutral-800);margin:var(--space-2xl) 0;display:flex}.ShareButtons-module__ziJIXq__label{font-size:var(--step--1);color:var(--neutral-400);margin-right:var(--space-xs);font-weight:600}.ShareButtons-module__ziJIXq__socialButton{background:var(--neutral-800);width:40px;height:40px;color:var(--neutral-300);transition:all var(--transition-normal);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.ShareButtons-module__ziJIXq__socialButton:hover{background:var(--neutral-700);transform:translateY(-2px)}.ShareButtons-module__ziJIXq__socialButton.ShareButtons-module__ziJIXq__twitter:hover{color:#fff;background:#1da1f2}.ShareButtons-module__ziJIXq__socialButton.ShareButtons-module__ziJIXq__linkedin:hover{color:#fff;background:#0077b5}.ShareButtons-module__ziJIXq__copyButton{background:var(--neutral-800);border-radius:50%;width:40px;height:40px}.ShareButtons-module__ziJIXq__copyButton:hover{transform:translateY(-2px)}.ShareButtons-module__ziJIXq__icon{width:20px;height:20px}
.Toast-module__dpyMdW__toast{top:var(--space-2xl);right:var(--space-2xl);align-items:center;gap:var(--space-s);padding:var(--space-m) var(--space-l);background:var(--neutral-900);border-radius:var(--space-s);z-index:9999;max-width:420px;transform:translateX(calc(100% + var(--space-2xl)));opacity:0;border:1px solid #ffffff1a;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;box-shadow:0 8px 24px #0006}.Toast-module__dpyMdW__toast.Toast-module__dpyMdW__visible{opacity:1;transform:translate(0)}.Toast-module__dpyMdW__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Toast-module__dpyMdW__success .Toast-module__dpyMdW__iconWrapper{color:var(--success);background:#10b98133}.Toast-module__dpyMdW__error .Toast-module__dpyMdW__iconWrapper{color:var(--error);background:#ef444433}.Toast-module__dpyMdW__icon{width:16px;height:16px}.Toast-module__dpyMdW__message{font-size:var(--step-0);color:var(--neutral-100);flex:1;line-height:1.5}.Toast-module__dpyMdW__closeButton{color:var(--neutral-500);flex-shrink:0}.Toast-module__dpyMdW__closeButton:hover{color:var(--dynamic-light);background:#ffffff1a}@media (max-width:768px){.Toast-module__dpyMdW__toast{top:var(--space-m);right:var(--space-m);left:var(--space-m);max-width:none}}
.ErrorFallback-module__VUQJ_W__container{min-height:400px;padding:var(--spacing-xl);background:var(--surface-primary);justify-content:center;align-items:center;display:flex}.ErrorFallback-module__VUQJ_W__content{text-align:center;max-width:600px}.ErrorFallback-module__VUQJ_W__icon{color:var(--color-error,#ef4444);margin-bottom:var(--spacing-lg);justify-content:center;align-items:center;display:inline-flex}.ErrorFallback-module__VUQJ_W__title{font-size:var(--font-size-2xl);margin-bottom:var(--spacing-md);color:var(--text-primary);font-weight:700}.ErrorFallback-module__VUQJ_W__message{font-size:var(--font-size-lg);color:var(--text-secondary);margin-bottom:var(--spacing-xl);line-height:1.6}.ErrorFallback-module__VUQJ_W__details{margin:var(--spacing-xl) 0;text-align:left;background:var(--surface-secondary);border-radius:var(--border-radius-md);border:1px solid var(--border-primary)}.ErrorFallback-module__VUQJ_W__summary{padding:var(--spacing-md);cursor:pointer;color:var(--text-primary);-webkit-user-select:none;user-select:none;font-weight:600}.ErrorFallback-module__VUQJ_W__summary:hover{background:var(--surface-tertiary)}.ErrorFallback-module__VUQJ_W__errorStack{padding:var(--spacing-md);font-size:var(--font-size-sm);color:var(--text-secondary);border-top:1px solid var(--border-primary);max-height:300px;margin:0;overflow:auto}.ErrorFallback-module__VUQJ_W__errorStack code{white-space:pre-wrap;word-break:break-word;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.ErrorFallback-module__VUQJ_W__actions{gap:var(--spacing-md);flex-wrap:wrap;justify-content:center;display:flex}@media (max-width:640px){.ErrorFallback-module__VUQJ_W__container{min-height:300px;padding:var(--spacing-lg)}.ErrorFallback-module__VUQJ_W__title{font-size:var(--font-size-xl)}.ErrorFallback-module__VUQJ_W__message{font-size:var(--font-size-base)}.ErrorFallback-module__VUQJ_W__actions{flex-direction:column}}
.ContactForm-module__uEQroG__honeypot{width:1px;height:1px;position:absolute;top:-9999px;left:-9999px;overflow:hidden}.ContactForm-module__uEQroG__contactForm{padding:var(--space-2xl);-webkit-backdrop-filter:blur(16px);border-radius:var(--space-l);gap:var(--space-l);background:#ffffff08;border:1px solid #ffffff0f;flex-direction:column;display:flex}.ContactForm-module__uEQroG__formHeader{gap:var(--space-2xs);display:grid}.ContactForm-module__uEQroG__formTitle{color:var(--dynamic-dark);font-size:var(--step-2);font-weight:500}.ContactForm-module__uEQroG__formDescription{color:var(--neutral-400);line-height:1.6}.ContactForm-module__uEQroG__formGrid{gap:var(--space-l);grid-template-columns:minmax(0,1fr);display:grid}.ContactForm-module__uEQroG__submitButton{margin-top:var(--space-s)}
.ContactInfo-module__AOOgCW__contactInfo{top:calc(var(--space-10xl));position:sticky}.ContactInfo-module__AOOgCW__infoTitle{font-size:var(--step-4);margin-bottom:var(--space-m);background:linear-gradient(135deg, var(--dynamic-dark) 0%, var(--fireburst) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:500}.ContactInfo-module__AOOgCW__infoDescription{font-size:var(--step-1);color:var(--neutral-400);margin-bottom:var(--space-2xl);line-height:1.7}.ContactInfo-module__AOOgCW__nextSteps{margin-bottom:var(--space-2xl)}.ContactInfo-module__AOOgCW__nextStepsTitle{color:var(--dynamic-dark);font-size:var(--step-0);margin-bottom:var(--space-s);font-weight:500}.ContactInfo-module__AOOgCW__nextStepsList{gap:var(--space-s);padding-left:var(--space-l);color:var(--neutral-400);line-height:1.6;display:grid}.ContactInfo-module__AOOgCW__contactMethods{gap:var(--space-l);margin-bottom:var(--space-2xl);padding:var(--space-l);border-radius:var(--space-m);background:#e8543d14;border:1px solid #e8543d1a;flex-direction:column;display:flex}.ContactInfo-module__AOOgCW__contactMethod{gap:var(--space-2xs);flex-direction:column;display:flex}.ContactInfo-module__AOOgCW__methodTitle{font-size:var(--step-0);color:var(--dynamic-dark);font-weight:500}.ContactInfo-module__AOOgCW__methodLink{font-size:var(--step-1);color:var(--fireburst);transition:color var(--transition-normal);font-weight:500}.ContactInfo-module__AOOgCW__methodLink:hover{color:var(--fireburst-600)}.ContactInfo-module__AOOgCW__methodText{font-size:var(--step-1);color:var(--neutral-400)}.ContactInfo-module__AOOgCW__social{padding-top:var(--space-xl);border-top:1px solid #ffffff0f}.ContactInfo-module__AOOgCW__socialTitle{font-size:var(--step-0);margin-bottom:var(--space-s);color:var(--dynamic-dark);font-weight:500}@media (max-width:1024px){.ContactInfo-module__AOOgCW__contactInfo{position:static}}
.RatioCard-module__LCZqja__ratioCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(16px);border-radius:var(--space-l);transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0f}.RatioCard-module__LCZqja__ratioCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.RatioCard-module__LCZqja__ratioHeader{margin-bottom:var(--space-m);padding-bottom:var(--space-m);border-bottom:2px solid var(--neutral-800);justify-content:space-between;align-items:baseline;display:flex}.RatioCard-module__LCZqja__ratioHeader h3{font-size:var(--step-2);color:var(--dynamic-dark);font-weight:500;line-height:1.2}.RatioCard-module__LCZqja__ratioValue{font-size:var(--step-1);color:var(--fireburst);font-family:Courier New,monospace;font-weight:500}.RatioCard-module__LCZqja__ratioDescription{font-size:var(--step-0);margin-bottom:var(--space-m);color:var(--neutral-400);line-height:1.6}.RatioCard-module__LCZqja__ratioUseCase{font-size:var(--step--1);color:var(--neutral-400);line-height:1.5}.RatioCard-module__LCZqja__ratioUseCase strong{color:var(--dynamic-dark);font-weight:500}
.PracticeItem-module__pVppOW__practiceCard{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-l);height:100%;transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;display:flex;overflow:hidden}.PracticeItem-module__pVppOW__practiceCard:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.PracticeItem-module__pVppOW__header{padding:var(--space-xl);align-items:center;gap:var(--space-m);background:#ffffff05;border-bottom:1px solid #ffffff0d;display:flex}.PracticeItem-module__pVppOW__iconWrapper{width:32px;height:32px;color:var(--fireburst);background:0 0;justify-content:center;align-items:center;display:flex}.PracticeItem-module__pVppOW__title{font-size:var(--step-0);color:#fff;letter-spacing:-.01em;margin:0;font-weight:600}.PracticeItem-module__pVppOW__content{padding:var(--space-xl);gap:var(--space-l);flex-direction:column;flex:1;display:flex}.PracticeItem-module__pVppOW__text{font-size:var(--step--1);color:#fffc;margin:0;line-height:1.7}.PracticeItem-module__pVppOW__link{color:#fff;text-underline-offset:4px;align-items:center;gap:4px;font-weight:500;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d;display:inline-flex}.PracticeItem-module__pVppOW__link:hover{text-decoration-color:#fff}.PracticeItem-module__pVppOW__tip{border-radius:var(--radius-m);padding:var(--space-l);gap:var(--space-s);margin-top:var(--space-s);background:#e8543d14;flex-direction:column;display:flex}.PracticeItem-module__pVppOW__tipHeader{font-size:var(--step--2);text-transform:uppercase;letter-spacing:.05em;color:var(--fireburst);align-items:center;gap:8px;font-weight:700;display:flex}.PracticeItem-module__pVppOW__tipText{font-size:var(--step--1);color:#ffffffe6;margin:0;line-height:1.6}
.ContrastPracticeItem-module__pLoBpW__practice{gap:var(--space-l);padding:var(--space-xl);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14;flex-direction:column;height:100%;display:flex}.ContrastPracticeItem-module__pLoBpW__practice:hover{background:#0006;border-color:#e8543d4d;transform:translateY(-4px);box-shadow:0 12px 32px #0006}[data-theme=light] .ContrastPracticeItem-module__pLoBpW__practice{background:#00000008;border-color:#00000014}[data-theme=light] .ContrastPracticeItem-module__pLoBpW__practice:hover{background:#0000000f}.ContrastPracticeItem-module__pLoBpW__header{justify-content:space-between;align-items:flex-start;display:flex}.ContrastPracticeItem-module__pLoBpW__iconWrapper{width:48px;height:48px;font-size:var(--step-1);border-radius:var(--radius-full);background:linear-gradient(135deg, var(--fireburst) 0%, var(--fireburst-600) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;box-shadow:0 4px 12px #e8543d4d}.ContrastPracticeItem-module__pLoBpW__badge{font-size:var(--step--2);text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);color:var(--fireburst);background:#e8543d1a;border:1px solid #e8543d33;padding:6px 12px;font-weight:600}.ContrastPracticeItem-module__pLoBpW__badgeMustHave{color:var(--fireburst);background:#e8543d33;border:1px solid #e8543d33}.ContrastPracticeItem-module__pLoBpW__badgeProTip{color:#a855f7;background:#9333ea33;border:1px solid #9333ea4d}.ContrastPracticeItem-module__pLoBpW__badgeSuggested{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f64d}.ContrastPracticeItem-module__pLoBpW__practiceTitle{font-size:var(--step-1);margin-bottom:var(--space-s);color:var(--dynamic-dark);font-weight:600;line-height:1.3}.ContrastPracticeItem-module__pLoBpW__practiceText{font-size:var(--step-0);color:var(--text-muted);line-height:1.6}
.SystemFeatureCard-module__CzEzdW__systemCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(16px);border-radius:var(--space-l);transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0f}.SystemFeatureCard-module__CzEzdW__systemCard:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.SystemFeatureCard-module__CzEzdW__systemCard h3{font-size:var(--step-2);margin-bottom:var(--space-m);color:var(--dynamic-dark);font-weight:500;line-height:1.3}.SystemFeatureCard-module__CzEzdW__iconWrapper{background:rgba(var(--primary-rgb), .1);width:48px;height:48px;color:var(--primary-400);margin-bottom:var(--space-m);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.SystemFeatureCard-module__CzEzdW__systemCard p{font-size:var(--step-0);color:var(--neutral-400);line-height:1.6}
.StatCard-module__ThfBTG__statCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14;flex-direction:column;height:100%;display:flex}[data-theme=light] .StatCard-module__ThfBTG__statCard{background:#00000008;border-color:#00000014}.StatCard-module__ThfBTG__statCard:hover{border-color:#e8543d4d;transform:translateY(-4px);box-shadow:0 12px 32px #0006}.StatCard-module__ThfBTG__statNumber{font-size:var(--step-6);background:linear-gradient(135deg, var(--fireburst), #ff8a75);-webkit-text-fill-color:transparent;margin-bottom:var(--space-m);letter-spacing:-.02em;-webkit-background-clip:text;font-weight:700;line-height:1}.StatCard-module__ThfBTG__cardTitle{font-size:var(--step-2);margin-bottom:var(--space-s);color:var(--dynamic-dark);font-weight:600;line-height:1.2}.StatCard-module__ThfBTG__cardDescription{font-size:var(--step-0);color:var(--text-muted);line-height:1.6}
.StandardCard-module__lkloNa__standardCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14;flex-direction:column;height:100%;display:flex}[data-theme=light] .StandardCard-module__lkloNa__standardCard{background:#00000008;border-color:#00000014}.StandardCard-module__lkloNa__standardCard:hover{border-color:#e8543d4d;transform:translateY(-4px);box-shadow:0 12px 32px #0006}.StandardCard-module__lkloNa__standardTitle{font-size:var(--step-3);margin-bottom:var(--space-xs);color:var(--dynamic-dark);font-weight:600;line-height:1.2}.StandardCard-module__lkloNa__standardSubtitle{font-size:var(--step-0);color:var(--fireburst);margin-bottom:var(--space-l);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.StandardCard-module__lkloNa__requirements{gap:var(--space-m);margin-bottom:var(--space-l);padding:var(--space-l);border-radius:var(--radius-m);background:#ffffff0d;border:1px solid #ffffff0d;flex-direction:column;display:flex}.StandardCard-module__lkloNa__requirement{font-size:var(--step-0);gap:var(--space-3xs);color:var(--text-muted);flex-direction:column;line-height:1.6;display:flex}.StandardCard-module__lkloNa__requirement strong{color:var(--dynamic-dark);font-weight:500}.StandardCard-module__lkloNa__requirementNote{font-size:var(--step--1);color:var(--text-muted);font-style:italic}.StandardCard-module__lkloNa__standardDescription{font-size:var(--step-0);color:var(--text-muted);line-height:1.6}
.GridSystemCard-module__IUR_Xa__gridSystemCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14;flex-direction:column;height:100%;display:flex}[data-theme=light] .GridSystemCard-module__IUR_Xa__gridSystemCard{background:#00000008;border-color:#00000014}.GridSystemCard-module__IUR_Xa__gridSystemCard:hover{border-color:#e8543d4d;transform:translateY(-4px);box-shadow:0 12px 32px #0006}.GridSystemCard-module__IUR_Xa__header{align-items:center;gap:var(--space-m);margin-bottom:var(--space-l);display:flex}.GridSystemCard-module__IUR_Xa__iconWrapper{border-radius:var(--radius-m);width:40px;height:40px;color:var(--fireburst);background:#e8543d1a;justify-content:center;align-items:center;display:flex}.GridSystemCard-module__IUR_Xa__title{font-size:var(--step-2);color:var(--dynamic-dark);margin:0;font-weight:600}.GridSystemCard-module__IUR_Xa__visualPreview{border-radius:var(--radius-m);height:200px;margin-bottom:var(--space-l);background:#0000004d;border:1px solid #ffffff0d;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.GridSystemCard-module__IUR_Xa__gridPattern{opacity:.4;pointer-events:none;position:absolute;inset:0}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__gridPattern{background-image:linear-gradient(#e8543d1a 1px,#0000 1px),linear-gradient(90deg,#e8543d1a 1px,#0000 1px);background-size:16px 16px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__gridPattern{background-image:linear-gradient(#e8543d1a 1px,#0000 1px),linear-gradient(90deg,#e8543d1a 1px,#0000 1px);background-size:32px 32px}.GridSystemCard-module__IUR_Xa__mockInterface{z-index:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.GridSystemCard-module__IUR_Xa__mockCard{background:var(--neutral-800);border:1px solid var(--neutral-700);border-radius:8px;flex-direction:column;width:200px;display:flex;position:relative;box-shadow:0 4px 12px #0000000d}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockCard{gap:8px;padding:12px}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockHeader{align-items:center;gap:4px;margin-bottom:4px;display:flex}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockAvatar{background:var(--neutral-700);border-radius:50%;width:24px;height:24px}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockTitleLine{background:var(--neutral-700);border-radius:2px;width:80px;height:8px}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockContent{flex-direction:column;gap:4px;display:flex}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockTextLine{background:var(--neutral-700);border-radius:2px;width:100%;height:6px}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__mockButton{background:var(--fireburst);opacity:.8;border-radius:4px;height:24px;margin-top:4px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockCard{gap:16px;padding:16px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockHeader{align-items:center;gap:8px;margin-bottom:8px;display:flex}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockAvatar{background:var(--neutral-700);border-radius:50%;width:32px;height:32px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockTitleLine{background:var(--neutral-700);border-radius:4px;width:100px;height:12px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockContent{flex-direction:column;gap:8px;display:flex}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockTextLine{background:var(--neutral-700);border-radius:4px;width:100%;height:8px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__mockButton{background:var(--fireburst);opacity:.8;border-radius:6px;height:32px;margin-top:8px}.GridSystemCard-module__IUR_Xa__markerPadding,.GridSystemCard-module__IUR_Xa__markerGap{font-family:var(--font-mono);color:var(--fireburst);border:1px dashed var(--fireburst);opacity:0;transition:opacity var(--transition-slow);background:#e8543d1a;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute}.GridSystemCard-module__IUR_Xa__gridSystemCard:hover .GridSystemCard-module__IUR_Xa__markerPadding,.GridSystemCard-module__IUR_Xa__gridSystemCard:hover .GridSystemCard-module__IUR_Xa__markerGap{opacity:1}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__markerPadding{background:#e8543d33;border-right:none;width:12px;height:100%;top:0;left:0}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__markerPadding span{transform:rotate(-90deg)}.GridSystemCard-module__IUR_Xa__grid4 .GridSystemCard-module__IUR_Xa__markerGap{border-left:none;border-right:none;height:8px;top:36px;left:12px;right:12px}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__markerPadding{background:#e8543d33;border-right:none;width:16px;height:100%;top:0;left:0}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__markerPadding span{transform:rotate(-90deg)}.GridSystemCard-module__IUR_Xa__grid8 .GridSystemCard-module__IUR_Xa__markerGap{border-left:none;border-right:none;height:16px;top:56px;left:16px;right:16px}.GridSystemCard-module__IUR_Xa__description{font-size:var(--step-0);color:var(--text-muted);margin-bottom:var(--space-l);line-height:1.6}.GridSystemCard-module__IUR_Xa__details{gap:var(--space-l);margin-bottom:var(--space-l);flex-grow:1;grid-template-columns:1fr 1fr;display:grid}.GridSystemCard-module__IUR_Xa__columnTitle{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-s);align-items:center;gap:var(--space-xs);font-weight:600;display:flex}.GridSystemCard-module__IUR_Xa__list{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.GridSystemCard-module__IUR_Xa__list li{font-size:var(--step--1);color:var(--text-muted);align-items:flex-start;gap:var(--space-s);padding:var(--space-xs) var(--space-s);border-radius:var(--radius-s);transition:background var(--transition-normal);background:#ffffff0d;line-height:1.4;display:flex}.GridSystemCard-module__IUR_Xa__checkIcon{color:var(--fireburst);flex-shrink:0;margin-top:3px}.GridSystemCard-module__IUR_Xa__example{padding:var(--space-m);border-radius:var(--radius-m);background:#ffffff08;border:1px solid #ffffff0d}.GridSystemCard-module__IUR_Xa__exampleTitle{font-size:var(--step--2);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-xs);font-weight:600}.GridSystemCard-module__IUR_Xa__code{font-family:var(--font-mono);font-size:var(--step--1);color:var(--fireburst);word-break:break-all}@media (max-width:768px){.GridSystemCard-module__IUR_Xa__details{gap:var(--space-m);grid-template-columns:1fr}}
.StepCard-module__E6_GnW__stepCard{padding:var(--space-xl);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14;height:100%}[data-theme=light] .StepCard-module__E6_GnW__stepCard{background:#00000008;border-color:#00000014}.StepCard-module__E6_GnW__stepCard:hover{border-color:#e8543d4d;transform:translateY(-4px);box-shadow:0 12px 32px #0006}.StepCard-module__E6_GnW__stepTitle{font-size:var(--step-2);margin-bottom:var(--space-m);align-items:baseline;gap:var(--space-xs);color:var(--dynamic-dark);font-weight:600;line-height:1.2;display:flex}.StepCard-module__E6_GnW__stepNumber{color:var(--fireburst);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.StepCard-module__E6_GnW__stepDescription{font-size:var(--step-0);color:var(--text-muted);margin-bottom:var(--space-m);line-height:1.6}.StepCard-module__E6_GnW__formula{padding:var(--space-m) var(--space-l);background:var(--neutral-900);border-radius:var(--radius-m);color:var(--neutral-200);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:var(--step--1);border:1px solid #ffffff0d;overflow-x:auto}.StepCard-module__E6_GnW__formula code{font-size:var(--step-0);color:var(--neutral-200);font-weight:500}
.ExplainerSection-module__M5hUMq__explainerSection{gap:var(--space-3xl);grid-template-columns:1fr;display:grid}.ExplainerSection-module__M5hUMq__explainerBlock{gap:var(--space-2xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.ExplainerSection-module__M5hUMq__explainerBlock.ExplainerSection-module__M5hUMq__reversed{direction:rtl}.ExplainerSection-module__M5hUMq__explainerBlock.ExplainerSection-module__M5hUMq__reversed .ExplainerSection-module__M5hUMq__explainerText{direction:ltr}.ExplainerSection-module__M5hUMq__explainerText{gap:var(--space-m);flex-direction:column;display:flex}.ExplainerSection-module__M5hUMq__iconBadge{background:rgba(var(--primary-rgb), .2);width:40px;height:40px;color:var(--primary-400);margin-bottom:var(--space-s);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.ExplainerSection-module__M5hUMq__explainerText h3{font-size:var(--step-3);color:var(--dynamic-dark);margin:0}.ExplainerSection-module__M5hUMq__explainerText p{font-size:var(--step-0);color:var(--neutral-400);margin:0;line-height:1.6}.ExplainerSection-module__M5hUMq__visualContainer{background:var(--surface-subtle);border-radius:var(--radius-xl);padding:var(--space-xl);border:1px solid var(--border-subtle);justify-content:center;align-items:center;min-height:320px;display:flex;position:relative;overflow:hidden}.ExplainerSection-module__M5hUMq__mathVisual{align-items:stretch;gap:var(--space-s);flex-direction:column;width:min(100%,360px);display:flex}.ExplainerSection-module__M5hUMq__mathStep{align-items:center;gap:var(--space-m);font-family:var(--font-mono);display:flex}.ExplainerSection-module__M5hUMq__mathLabel{font-size:var(--step--2);color:var(--neutral-500);text-align:right;width:110px}.ExplainerSection-module__M5hUMq__mathBox{background:var(--primary-500);color:#fff;padding:var(--space-xs) var(--space-m);border-radius:var(--radius-m);box-shadow:0 4px 12px rgba(var(--primary-rgb), .2);justify-content:center;align-items:center;font-weight:700;display:flex}.ExplainerSection-module__M5hUMq__mathArrow{color:var(--neutral-400);font-size:var(--step--2);font-family:var(--font-mono);margin:var(--space-2xs) 0 var(--space-2xs) 126px}.ExplainerSection-module__M5hUMq__hierarchyPreview{gap:var(--space-l);width:100%;max-width:520px;color:var(--neutral-100);direction:ltr;flex-direction:column;display:flex}.ExplainerSection-module__M5hUMq__sampleLabel{color:var(--fireburst-300);letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:600}.ExplainerSection-module__M5hUMq__sampleHeading{font-size:clamp(1.563rem,1.45rem + .55vw,1.953rem);font-weight:650;line-height:1.15}.ExplainerSection-module__M5hUMq__sampleSection{font-size:1.25rem;font-weight:600;line-height:1.25}.ExplainerSection-module__M5hUMq__sampleBody{color:var(--neutral-300);font-size:1rem;line-height:1.5}@media (max-width:768px){.ExplainerSection-module__M5hUMq__explainerBlock,.ExplainerSection-module__M5hUMq__explainerBlock.ExplainerSection-module__M5hUMq__reversed{direction:ltr;grid-template-columns:1fr}.ExplainerSection-module__M5hUMq__visualContainer{min-height:250px}}
.GridExplainerSection-module__hKlW7W__explainerSection{gap:var(--space-4xl);grid-template-columns:1fr;display:grid}.GridExplainerSection-module__hKlW7W__explainerBlock{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.GridExplainerSection-module__hKlW7W__explainerBlock.GridExplainerSection-module__hKlW7W__reversed{direction:rtl}.GridExplainerSection-module__hKlW7W__explainerBlock.GridExplainerSection-module__hKlW7W__reversed .GridExplainerSection-module__hKlW7W__explainerText{direction:ltr}.GridExplainerSection-module__hKlW7W__explainerText{gap:var(--space-m);flex-direction:column;display:flex}.GridExplainerSection-module__hKlW7W__iconBadge{border-radius:var(--radius-m);width:48px;height:48px;color:var(--fireburst-400);margin-bottom:var(--space-s);background:#e8543d33;justify-content:center;align-items:center;display:inline-flex}.GridExplainerSection-module__hKlW7W__explainerText h3{font-size:var(--step-3);color:var(--neutral-100);margin:0;font-weight:600}.GridExplainerSection-module__hKlW7W__explainerText p{font-size:var(--step-0);color:var(--neutral-400);margin:0;line-height:1.6}.GridExplainerSection-module__hKlW7W__detailsList{gap:var(--space-l);margin-top:var(--space-m);grid-template-columns:1fr 1fr;display:grid}.GridExplainerSection-module__hKlW7W__detailGroup h4{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--neutral-500);margin:0 0 var(--space-xs) 0}.GridExplainerSection-module__hKlW7W__detailGroup ul{gap:var(--space-xs);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.GridExplainerSection-module__hKlW7W__detailGroup li{font-size:var(--step--1);color:var(--neutral-300);align-items:center;gap:var(--space-xs);display:flex}.GridExplainerSection-module__hKlW7W__detailGroup li svg{color:var(--fireburst)}.GridExplainerSection-module__hKlW7W__visualContainer{border-radius:var(--radius-xl);padding:var(--space-xl);background:#0003;border:1px solid #ffffff0d;justify-content:center;align-items:center;min-height:360px;display:flex;position:relative;overflow:hidden}.GridExplainerSection-module__hKlW7W__visualWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.GridExplainerSection-module__hKlW7W__gridPattern4,.GridExplainerSection-module__hKlW7W__gridPattern8{opacity:.3;pointer-events:none;position:absolute;inset:-50%}.GridExplainerSection-module__hKlW7W__gridPattern4{background-image:linear-gradient(#e8543d1a 1px,#0000 1px),linear-gradient(90deg,#e8543d1a 1px,#0000 1px);background-size:16px 16px}.GridExplainerSection-module__hKlW7W__gridPattern8{background-image:linear-gradient(#e8543d1a 1px,#0000 1px),linear-gradient(90deg,#e8543d1a 1px,#0000 1px);background-size:32px 32px}.GridExplainerSection-module__hKlW7W__mockInterface{z-index:1;position:relative}.GridExplainerSection-module__hKlW7W__mockCard4{background:var(--neutral-800);border:1px solid var(--neutral-700);border-radius:8px;flex-direction:column;gap:8px;width:240px;padding:12px;display:flex;position:relative;box-shadow:0 8px 24px #00000014}.GridExplainerSection-module__hKlW7W__mockHeader4{align-items:center;gap:8px;display:flex}.GridExplainerSection-module__hKlW7W__mockAvatar4{background:var(--neutral-200);border-radius:50%;width:32px;height:32px}.GridExplainerSection-module__hKlW7W__mockTitle4{background:var(--neutral-200);border-radius:4px;width:100px;height:12px}.GridExplainerSection-module__hKlW7W__mockContent4{flex-direction:column;gap:4px;display:flex}.GridExplainerSection-module__hKlW7W__mockLine4{background:var(--neutral-100);border-radius:2px;width:100%;height:8px}.GridExplainerSection-module__hKlW7W__mockCard8{background:var(--neutral-800);border:1px solid var(--neutral-700);border-radius:12px;flex-direction:column;gap:16px;width:280px;padding:24px;display:flex;position:relative;box-shadow:0 12px 32px #0000001a}.GridExplainerSection-module__hKlW7W__mockHeader8{align-items:center;gap:16px;display:flex}.GridExplainerSection-module__hKlW7W__mockAvatar8{background:var(--neutral-200);border-radius:50%;width:48px;height:48px}.GridExplainerSection-module__hKlW7W__mockTitle8{background:var(--neutral-200);border-radius:4px;width:120px;height:16px}.GridExplainerSection-module__hKlW7W__mockContent8{flex-direction:column;gap:8px;display:flex}.GridExplainerSection-module__hKlW7W__mockLine8{background:var(--neutral-700);border-radius:4px;width:100%;height:12px}.GridExplainerSection-module__hKlW7W__mockButton8{background:var(--fireburst);border-radius:8px;height:40px;margin-top:8px}.GridExplainerSection-module__hKlW7W__mockAvatar4,.GridExplainerSection-module__hKlW7W__mockTitle4,.GridExplainerSection-module__hKlW7W__mockLine4,.GridExplainerSection-module__hKlW7W__mockAvatar8,.GridExplainerSection-module__hKlW7W__mockTitle8,.GridExplainerSection-module__hKlW7W__mockLine8{background:var(--neutral-700)}.GridExplainerSection-module__hKlW7W__markerPadding,.GridExplainerSection-module__hKlW7W__markerGap{font-family:var(--font-mono);color:var(--fireburst);border:1px dashed var(--fireburst);opacity:0;transition:opacity var(--transition-slow);pointer-events:none;z-index:10;background:#e8543d1a;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute}.GridExplainerSection-module__hKlW7W__visualContainer:hover .GridExplainerSection-module__hKlW7W__markerPadding,.GridExplainerSection-module__hKlW7W__visualContainer:hover .GridExplainerSection-module__hKlW7W__markerGap{opacity:1}.GridExplainerSection-module__hKlW7W__mockCard4 .GridExplainerSection-module__hKlW7W__markerPadding{background:#e8543d33;border-right:none;width:12px;height:100%;top:0;left:0}.GridExplainerSection-module__hKlW7W__mockCard4 .GridExplainerSection-module__hKlW7W__markerPadding span{transform:rotate(-90deg)}.GridExplainerSection-module__hKlW7W__mockCard4 .GridExplainerSection-module__hKlW7W__markerGap{border-left:none;border-right:none;height:8px;top:44px;left:12px;right:12px}.GridExplainerSection-module__hKlW7W__mockCard8 .GridExplainerSection-module__hKlW7W__markerPadding{background:#e8543d33;border-right:none;width:24px;height:100%;top:0;left:0}.GridExplainerSection-module__hKlW7W__mockCard8 .GridExplainerSection-module__hKlW7W__markerPadding span{transform:rotate(-90deg)}.GridExplainerSection-module__hKlW7W__mockCard8 .GridExplainerSection-module__hKlW7W__markerGap{border-left:none;border-right:none;height:16px;top:72px;left:24px;right:24px}@media (max-width:900px){.GridExplainerSection-module__hKlW7W__explainerBlock{gap:var(--space-xl);grid-template-columns:1fr}.GridExplainerSection-module__hKlW7W__explainerBlock.GridExplainerSection-module__hKlW7W__reversed,.GridExplainerSection-module__hKlW7W__explainerBlock.GridExplainerSection-module__hKlW7W__reversed .GridExplainerSection-module__hKlW7W__explainerText{direction:ltr}.GridExplainerSection-module__hKlW7W__visualContainer{order:-1;min-height:280px}}
.SpacingMistakeCard-module__MgEkna__card{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-l);height:100%;transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;display:flex;position:relative;overflow:hidden}.SpacingMistakeCard-module__MgEkna__card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-4px);box-shadow:0 20px 40px #0006}.SpacingMistakeCard-module__MgEkna__header{padding:var(--space-xl);align-items:center;gap:var(--space-m);background:#ffffff05;border-bottom:1px solid #ffffff0d;display:flex}.SpacingMistakeCard-module__MgEkna__iconBadge{width:32px;height:32px;color:var(--fireburst);background:0 0;justify-content:center;align-items:center;display:flex}.SpacingMistakeCard-module__MgEkna__title{font-size:var(--step-0);color:#fff;letter-spacing:-.01em;margin:0;font-weight:600}.SpacingMistakeCard-module__MgEkna__content{padding:var(--space-xl);gap:var(--space-l);flex-direction:column;flex:1;display:flex}.SpacingMistakeCard-module__MgEkna__problemSection,.SpacingMistakeCard-module__MgEkna__solutionSection{gap:var(--space-s);flex-direction:column;display:flex}.SpacingMistakeCard-module__MgEkna__sectionLabel{font-size:var(--step--2);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:4px;font-weight:700;display:flex}.SpacingMistakeCard-module__MgEkna__problemSection .SpacingMistakeCard-module__MgEkna__sectionLabel{color:#ef4444}.SpacingMistakeCard-module__MgEkna__solutionSection .SpacingMistakeCard-module__MgEkna__sectionLabel{color:#10b981}.SpacingMistakeCard-module__MgEkna__text{font-size:var(--step--1);color:#fffc;margin:0;line-height:1.7}
.SpacingImplementationSteps-module__ifL4nG__timeline{gap:var(--space-xl);flex-direction:column;max-width:600px;margin:0 auto;padding-left:24px;display:flex;position:relative}.SpacingImplementationSteps-module__ifL4nG__timeline:before{content:"";background:#ffffff1a;width:2px;position:absolute;top:24px;bottom:24px;left:7px}.SpacingImplementationSteps-module__ifL4nG__step{padding-left:var(--space-xl);position:relative}.SpacingImplementationSteps-module__ifL4nG__marker{border:2px solid var(--fireburst);z-index:2;background:#000;border-radius:50%;width:16px;height:16px;position:absolute;top:24px;left:-24px;box-shadow:0 0 0 4px #000}.SpacingImplementationSteps-module__ifL4nG__card{-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-l);padding:var(--space-xl);transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0d}.SpacingImplementationSteps-module__ifL4nG__card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 20px 40px #0006}.SpacingImplementationSteps-module__ifL4nG__header{align-items:center;gap:var(--space-m);margin-bottom:var(--space-m);display:flex}.SpacingImplementationSteps-module__ifL4nG__number{font-family:var(--font-mono);font-size:var(--step-1);color:var(--fireburst);opacity:.8;font-weight:700}.SpacingImplementationSteps-module__ifL4nG__title{font-size:var(--step-1);color:#fff;letter-spacing:-.01em;margin:0;font-weight:600}.SpacingImplementationSteps-module__ifL4nG__description{font-size:var(--step-0);color:#fffc;margin:0;line-height:1.7}
.ServiceFAQ-module__byFiuW__header{text-align:center;max-width:48rem;margin:0 auto var(--space-8xl)}.ServiceFAQ-module__byFiuW__title{font-size:var(--step-5);color:var(--dynamic-dark);margin-bottom:var(--space-m);font-weight:500;line-height:1.2}.ServiceFAQ-module__byFiuW__description{font-size:var(--step-1);color:var(--text-muted);line-height:1.6}.ServiceFAQ-module__byFiuW__faqList{gap:var(--space-s);flex-direction:column;max-width:56rem;margin:0 auto;display:flex}.ServiceFAQ-module__byFiuW__faqItem{-webkit-backdrop-filter:blur(10px);transition:all var(--transition-slow);background:#0006;border:1px solid #ffffff0f;overflow:hidden}.ServiceFAQ-module__byFiuW__faqItem:hover{border-color:#ffffff1a}.ServiceFAQ-module__byFiuW__faqItem.ServiceFAQ-module__byFiuW__open{background:#0009;border-color:#e8543d33}[data-theme=light] .ServiceFAQ-module__byFiuW__faqItem{background:#00000008;border-color:#0000000f}[data-theme=light] .ServiceFAQ-module__byFiuW__faqItem.ServiceFAQ-module__byFiuW__open{background:#0000000f}.ServiceFAQ-module__byFiuW__question{width:100%;padding:var(--space-l);justify-content:space-between;align-items:center;gap:var(--space-m);cursor:pointer;text-align:left;font-size:var(--step-1);color:var(--dynamic-dark);transition:background-color var(--transition-normal);background:0 0;border:none;font-weight:500;display:flex}.ServiceFAQ-module__byFiuW__question:hover{background:#ffffff05}.ServiceFAQ-module__byFiuW__faqItem.ServiceFAQ-module__byFiuW__open .ServiceFAQ-module__byFiuW__question{color:var(--fireburst-400)}.ServiceFAQ-module__byFiuW__icon{transition:transform var(--transition-normal);opacity:.6;flex-shrink:0}.ServiceFAQ-module__byFiuW__faqItem.ServiceFAQ-module__byFiuW__open .ServiceFAQ-module__byFiuW__icon{opacity:1;transform:rotate(180deg)}.ServiceFAQ-module__byFiuW__answer{max-height:0;transition:max-height var(--transition-slow);overflow:hidden}.ServiceFAQ-module__byFiuW__faqItem.ServiceFAQ-module__byFiuW__open .ServiceFAQ-module__byFiuW__answer{max-height:500px}.ServiceFAQ-module__byFiuW__answer p{padding:0 var(--space-l) var(--space-l);font-size:var(--step-0);color:var(--text-muted);margin:0;line-height:1.6}
.CaseStudyCard-module__ytv4Ha__card{border-radius:var(--space-l);-webkit-backdrop-filter:blur(16px);transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0f;overflow:hidden}[data-theme=light] .CaseStudyCard-module__ytv4Ha__card{background:#00000008;border-color:#00000014}.CaseStudyCard-module__ytv4Ha__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0006}.CaseStudyCard-module__ytv4Ha__image{aspect-ratio:16/9;width:100%;font-size:var(--step-4);color:var(--dynamic-dark);background:linear-gradient(135deg,#e8543d1a 0%,#1f1d414d 100%);border-bottom:1px solid #ffffff0f;justify-content:center;align-items:center;font-weight:500;display:flex;position:relative;overflow:hidden}.CaseStudyCard-module__ytv4Ha__image:after{content:"";background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);animation:3s infinite CaseStudyCard-module__ytv4Ha__shimmer;position:absolute;inset:0}.CaseStudyCard-module__ytv4Ha__title{font-size:var(--step-3);padding:var(--space-m-l) var(--space-xl) var(--space-s);color:var(--dynamic-dark);font-weight:500}.CaseStudyCard-module__ytv4Ha__excerpt{font-size:var(--step-0);color:var(--text-muted);padding:0 var(--space-xl);line-height:1.6}.CaseStudyCard-module__ytv4Ha__link{font-size:var(--step-0);padding:var(--space-s) var(--space-xl) var(--space-xl);align-items:center;gap:var(--space-2xs);color:var(--fireburst);transition:gap var(--transition-normal);font-weight:500;display:inline-flex}.CaseStudyCard-module__ytv4Ha__linkIcon{width:1em;height:1em;transition:transform var(--transition-normal)}.CaseStudyCard-module__ytv4Ha__card:hover .CaseStudyCard-module__ytv4Ha__link{gap:var(--space-xs)}.CaseStudyCard-module__ytv4Ha__card:hover .CaseStudyCard-module__ytv4Ha__linkIcon{transform:translate(4px)}
.TestimonialCard-module__l2JAMG__testimonialContainer{gap:var(--space-3xl);flex-direction:column;height:fit-content;transition:opacity .25s ease-in-out,transform .25s ease-in-out;display:flex}.TestimonialCard-module__l2JAMG__fadeIn{opacity:1;transform:translateY(0)}.TestimonialCard-module__l2JAMG__fadeOut{opacity:0;transform:translateY(10px)}.TestimonialCard-module__l2JAMG__imagesRow{align-items:center;display:flex}.TestimonialCard-module__l2JAMG__avatarImage,.TestimonialCard-module__l2JAMG__companyImage{height:var(--space-9xl);flex:0 0 var(--space-9xl);border-radius:var(--pill);background:var(--neutral-800);position:relative;overflow:hidden}.TestimonialCard-module__l2JAMG__avatarImage{z-index:10;box-shadow:0 0 20px var(--neutral-1000)}.TestimonialCard-module__l2JAMG__companyImage{margin-left:calc(var(--space-2xs) * -1)}.TestimonialCard-module__l2JAMG__avatarPlaceholder{height:var(--space-13xl);flex:0 0 var(--space-13xl);border-radius:var(--pill);background:linear-gradient(135deg, var(--fireburst-900) 0%, var(--lavender-900) 100%);justify-content:center;align-items:center;display:flex}.TestimonialCard-module__l2JAMG__initials{font-size:var(--step-3);color:var(--fireburst-300);font-weight:600}.TestimonialCard-module__l2JAMG__contentSection{gap:var(--space-7xl);padding:var(--space-xl);margin:calc(var(--space-xl) * -1);border-radius:var(--space-2xl);-webkit-backdrop-filter:blur(12px);background:#0000008c;flex-direction:column;flex:1;display:flex}.TestimonialCard-module__l2JAMG__testimonialText{font-size:var(--step-1);color:var(--neutral-50);-webkit-line-clamp:5;line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin:0;line-height:1.8;display:-webkit-box;overflow:hidden}.TestimonialCard-module__l2JAMG__authorInfo{gap:var(--space-2xs);padding-top:var(--space-l);border-top:1px solid #ffffff0f;flex-direction:column;display:flex}.TestimonialCard-module__l2JAMG__authorName{font-size:var(--step-1);color:var(--neutral-50);font-weight:600}.TestimonialCard-module__l2JAMG__authorRole{font-size:var(--step-0);color:var(--neutral-400)}.TestimonialCard-module__l2JAMG__testimonialLink{font-size:var(--step--1);color:var(--fireburst);align-items:center;gap:var(--space-3xs);margin-top:var(--space-m);transition:gap var(--transition-normal);text-decoration:none;display:inline-flex}.TestimonialCard-module__l2JAMG__testimonialLink:hover{gap:var(--space-xs)}.TestimonialCard-module__l2JAMG__mobileAuthorInfo{display:none}.TestimonialCard-module__l2JAMG__linkIcon{width:1em;height:1em;transition:transform var(--transition-normal)}@media (max-width:1024px){.TestimonialCard-module__l2JAMG__contentSection{gap:var(--space-5xl)}.TestimonialCard-module__l2JAMG__authorInfo{display:none}.TestimonialCard-module__l2JAMG__mobileAuthorInfo{gap:var(--space-2xs);margin-left:var(--space-xl);flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.TestimonialCard-module__l2JAMG__mobileAuthorInfo .TestimonialCard-module__l2JAMG__testimonialLink{margin-top:0}.TestimonialCard-module__l2JAMG__authorInfoText{gap:var(--space-3xs);flex-direction:column;display:flex}.TestimonialCard-module__l2JAMG__testimonialText{-webkit-line-clamp:6;line-clamp:6}}@media (max-width:768px){.TestimonialCard-module__l2JAMG__testimonialText{-webkit-line-clamp:7;line-clamp:7}.TestimonialCard-module__l2JAMG__avatarImage,.TestimonialCard-module__l2JAMG__companyImage,.TestimonialCard-module__l2JAMG__avatarPlaceholder{height:var(--space-9xl);flex:0 0 var(--space-9xl)}.TestimonialCard-module__l2JAMG__testimonialLink{transform:translate(0, var(--space-8xl));position:absolute;bottom:0;left:0}}@media (max-width:480px){.TestimonialCard-module__l2JAMG__authorName{font-size:var(--step-0)}.TestimonialCard-module__l2JAMG__authorRole{font-size:var(--step--1)}.TestimonialCard-module__l2JAMG__testimonialText{font-size:var(--step-0);-webkit-line-clamp:10;line-clamp:10}}
.Header-module__lnUIdW__header{z-index:1000;padding:var(--space-m) 0;transition:all var(--transition-slow);isolation:isolate;position:sticky;top:0}.Header-module__lnUIdW__header:before{content:"";-webkit-backdrop-filter:blur(10px)saturate(180%);backdrop-filter:blur(10px)saturate(180%);z-index:0;background-color:#00000080;border-bottom:1px solid #ffffff0f;position:absolute;inset:0}.Header-module__lnUIdW__container{max-width:var(--max-width);padding:0 var(--grid-gutter);justify-content:space-between;align-items:center;gap:var(--space-m);z-index:1;margin:0 auto;display:flex;position:relative}.Header-module__lnUIdW__logo{margin-left:calc(var(--space-xs) * -.8);align-items:center;display:flex}.Header-module__lnUIdW__logo svg{width:fit-content;height:var(--space-xl)}.Header-module__lnUIdW__mobileMenu{position:relative}.Header-module__lnUIdW__menuToggle{gap:var(--space-3xs);padding:var(--space-2xs);cursor:pointer;transition:transform var(--transition-normal);-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1001;background:0 0;border:none;flex-direction:column;display:none;position:relative}.Header-module__lnUIdW__menuToggle:hover{transform:scale(1.05)}.Header-module__lnUIdW__menuIcon{width:var(--space-xl);background-color:var(--dynamic-dark);height:.15em;transition:transform var(--transition-slow), opacity var(--transition-slow), background-color var(--transition-slow);border-radius:var(--pill)}.Header-module__lnUIdW__menuToggle:focus-visible{outline:.15em solid var(--fireburst);outline-offset:4px;border-radius:var(--pill)}.Header-module__lnUIdW__nav{align-items:center;gap:var(--space-s-m);display:flex}.Header-module__lnUIdW__navLink{font-size:var(--step-0);color:var(--dynamic-dark);padding:var(--space-2xs) var(--space-s);border-radius:var(--pill);transition:all var(--transition-normal);font-weight:500;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background-color:var(--fireburst);width:0;height:2px;transition:width var(--transition-normal);border-radius:var(--pill);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.Header-module__lnUIdW__navLink:hover:after{width:80%}.Header-module__lnUIdW__navLinkCta{background:var(--fireburst-600);color:#fff;padding:var(--space-2xs) var(--space-l);border-radius:var(--pill);border:none;box-shadow:0 4px 12px #e8543d33}.Header-module__lnUIdW__navLinkCta:after{display:none}.Header-module__lnUIdW__navLinkCta:hover{background:var(--fireburst-700);box-shadow:0 6px 16px #e8543d4d}@media (max-width:1024px){.Header-module__lnUIdW__menuToggle{display:flex}.Header-module__lnUIdW__header{padding:var(--space-2xl) 0}.Header-module__lnUIdW__nav{width:100vw;height:100dvh;padding:var(--space-8xl) var(--space-5xl);gap:var(--space-2xl);opacity:0;visibility:hidden;transition:all var(--transition-slow);isolation:isolate;overscroll-behavior:contain;flex-direction:column;justify-content:center;align-items:stretch;position:fixed;inset:0;overflow-y:auto;transform:translateY(-10px)}.Header-module__lnUIdW__nav:before{content:"";background-color:color-mix(in srgb, var(--dynamic-light) 97%, transparent);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:0;position:absolute;inset:0}.Header-module__lnUIdW__nav>*{z-index:1;position:relative}.Header-module__lnUIdW__nav.Header-module__lnUIdW__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__menuToggleOpen .Header-module__lnUIdW__menuIcon:first-child{transform:translateY(calc(var(--space-xl)/4)) rotate(45deg);background-color:var(--fireburst)}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__menuToggleOpen .Header-module__lnUIdW__menuIcon:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__lnUIdW__menuToggle.Header-module__lnUIdW__menuToggleOpen .Header-module__lnUIdW__menuIcon:nth-child(3){transform:translateY(calc(-1 * var(--space-xl)/3)) rotate(-45deg);background-color:var(--fireburst)}.Header-module__lnUIdW__navLink{text-align:center;font-size:var(--step-2)}}
.Logo-module__WIRVka__logo{width:100%;height:100%;display:block}.Logo-module__WIRVka__circleLavender{fill:var(--lavender);transition:fill .2s}.Logo-module__WIRVka__circleFireburst{fill:var(--fireburst)}.Logo-module__WIRVka__pathBlack{fill:var(--dynamic-light);transition:fill .2s}.Logo-module__WIRVka__pathWhite{fill:var(--dynamic-dark);transition:fill .2s}.Logo-module__WIRVka__pathOverlay{fill:var(--lavender);fill-opacity:.15}.Logo-module__WIRVka__pathText{fill:var(--dynamic-dark)}
.Footer-module__3hUVsW__footer{background:linear-gradient(180deg, var(--dynamic-light) 0%, #1f1d4166 100%);color:var(--dynamic-dark);padding:var(--space-7xl) var(--space-5xl);border-top:1px solid #ffffff0f;position:relative}[data-theme=light] .Footer-module__3hUVsW__footer{background:linear-gradient(180deg, var(--dynamic-light) 0%, #1f1d4114 100%)}.Footer-module__3hUVsW__container{max-width:var(--max-width);padding:0 var(--space-m-l);margin:0 auto}.Footer-module__3hUVsW__grid{gap:var(--space-12xl);margin-bottom:var(--space-4xl);display:flex}.Footer-module__3hUVsW__about{gap:var(--space-s);flex-direction:column;max-width:22em;display:flex}.Footer-module__3hUVsW__column{gap:var(--space-m);flex-direction:column;flex:1;min-width:8em;display:flex}.Footer-module__3hUVsW__logoWrapper{margin-bottom:var(--space-xs);margin-left:calc(var(--space-s) * -.825)}.Footer-module__3hUVsW__logoWrapper svg{height:var(--space-xl);width:fit-content}.Footer-module__3hUVsW__logoText{font-size:var(--step-2);letter-spacing:-.02em;color:var(--dynamic-dark);margin-bottom:var(--space-xs);font-weight:500}.Footer-module__3hUVsW__tagline{font-size:var(--step--1);color:var(--text-muted);margin-bottom:var(--space-m);line-height:170%}.Footer-module__3hUVsW__description{font-size:var(--step--1);color:var(--text-muted);margin-bottom:var(--space-m);line-height:1.7}.Footer-module__3hUVsW__themeToggleWrapper{margin-bottom:var(--space-m)}.Footer-module__3hUVsW__columnTitle{font-size:var(--step-0);color:var(--dynamic-dark);margin-bottom:var(--space-xs);font-weight:500}.Footer-module__3hUVsW__links{gap:var(--space-10xl) var(--space-2xl);flex-flow:wrap;flex:1;justify-content:space-between;align-items:stretch;display:flex}.Footer-module__3hUVsW__link{font-size:var(--step--1);color:var(--text-muted);transition:all var(--transition-normal);padding-left:var(--space-xs);position:relative}.Footer-module__3hUVsW__link:before{content:"";background-color:var(--fireburst);width:3px;height:0;transition:height var(--transition-normal);border-radius:var(--pill);position:absolute;top:50%;left:0;transform:translateY(-50%)}.Footer-module__3hUVsW__link:hover{color:var(--dynamic-dark);padding-left:var(--space-s)}.Footer-module__3hUVsW__link:hover:before{height:100%}.Footer-module__3hUVsW__bottom{padding-top:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-m);border-top:1px solid #ffffff0f;flex-wrap:wrap;display:flex}.Footer-module__3hUVsW__copyright{font-size:var(--step--1);color:var(--text-muted)}.Footer-module__3hUVsW__legal{gap:var(--space-m);display:flex}.Footer-module__3hUVsW__legalLink{font-size:var(--step--1);color:var(--text-muted);transition:all var(--transition-normal);padding:var(--space-3xs) var(--space-s);border-radius:var(--pill)}.Footer-module__3hUVsW__legalButton{padding:var(--space-3xs) var(--space-s);color:var(--text-muted);font:inherit;font-size:var(--step--1);cursor:pointer;border-radius:var(--pill);transition:all var(--transition-normal);background:0 0;border:0}.Footer-module__3hUVsW__legalLink:hover,.Footer-module__3hUVsW__legalButton:hover{color:var(--fireburst);background-color:#e8543d14}.Footer-module__3hUVsW__legalLink:focus-visible,.Footer-module__3hUVsW__legalButton:focus-visible{outline:2px solid var(--fireburst);outline-offset:2px}@media (max-width:1024px){.Footer-module__3hUVsW__grid{gap:var(--space-8xl);flex-direction:column}.Footer-module__3hUVsW__about{max-width:100%}}@media (max-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}.Footer-module__3hUVsW__bottom{flex-direction:column;align-items:flex-start}}
.AnalyticsConsent-module__o5hlla__banner{right:var(--space-m-l);bottom:var(--space-m-l);z-index:1000;width:min(44rem, calc(100vw - (2 * var(--space-m-l))));gap:var(--space-l);padding:var(--space-l);color:var(--dynamic-dark);border-radius:var(--space-m);background:#131221fa;border:1px solid #ffffff24;align-items:flex-end;display:flex;position:fixed;box-shadow:0 1.5rem 4rem #00000073}.AnalyticsConsent-module__o5hlla__copy{flex:1}.AnalyticsConsent-module__o5hlla__copy h2{margin-bottom:var(--space-xs);font-size:var(--step-0)}.AnalyticsConsent-module__o5hlla__copy p{color:var(--text-muted);font-size:var(--step--1);margin:0;line-height:1.55}.AnalyticsConsent-module__o5hlla__copy a{color:var(--dynamic-dark);text-underline-offset:.2em;text-decoration:underline}.AnalyticsConsent-module__o5hlla__actions{gap:var(--space-s);flex-shrink:0;display:flex}.AnalyticsConsent-module__o5hlla__actions button{min-height:2.75rem;padding:var(--space-xs) var(--space-m);font:inherit;cursor:pointer;border-radius:var(--pill);font-weight:600}.AnalyticsConsent-module__o5hlla__primary{color:#fff;background:var(--fireburst);border:1px solid var(--fireburst)}.AnalyticsConsent-module__o5hlla__secondary{color:var(--dynamic-dark);background:0 0;border:1px solid #ffffff3d}.AnalyticsConsent-module__o5hlla__actions button:focus-visible,.AnalyticsConsent-module__o5hlla__copy a:focus-visible{outline-offset:3px;outline:2px solid #fff}@media (max-width:700px){.AnalyticsConsent-module__o5hlla__banner{left:var(--space-s);right:var(--space-s);bottom:var(--space-s);flex-direction:column;align-items:stretch;width:auto}.AnalyticsConsent-module__o5hlla__actions{flex-direction:column-reverse}}
.CTASection-module__yxcNFW__cta{color:var(--dynamic-light);padding:var(--space-7xl);border-top:1px solid var(--neutral-900);position:relative;overflow:hidden}.CTASection-module__yxcNFW__ctaContainer{-webkit-backdrop-filter:blur(10px)saturate(300%);backdrop-filter:blur(10px)saturate(300%);border-radius:var(--space-4xl);border:1px solid var(--lavender-950);background:linear-gradient(180deg, rgba(var(--lavender-1000), .5) 0%, #0000 100%);mix-blend-mode:normal;transition:all var(--transition-slow);z-index:10;position:relative;padding:var(--space-7xl) var(--space-5xl)!important}.CTASection-module__yxcNFW__ctaContainer:after,.CTASection-module__yxcNFW__ctaContainer:before{content:"";border-radius:var(--space-4xl);pointer-events:none;z-index:20;background:linear-gradient(#00000080 50%,#0000 100%);width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTASection-module__yxcNFW__ctaContainer:hover{-webkit-backdrop-filter:blur(20px)saturate(500%);backdrop-filter:blur(20px)saturate(500%)}.CTASection-module__yxcNFW__cta:before{content:"";background:radial-gradient(circle, var(--lavender-950) 0%, transparent 60%);pointer-events:none;z-index:1;border-radius:100%;width:100vw;height:100vw;position:absolute;top:-25%;left:0;transform:translate(-50%)}.CTASection-module__yxcNFW__cta:after{content:"";background:radial-gradient(circle, var(--lavender-950) 0%, transparent 60%);pointer-events:none;z-index:1;border-radius:100%;width:100vw;height:100vw;position:absolute;bottom:-50%;right:-50%}.CTASection-module__yxcNFW__light{color:var(--dynamic-dark);background:linear-gradient(135deg,#1f1d414d 0%,#00000080 100%);border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f}.CTASection-module__yxcNFW__discBackground{object-fit:cover;pointer-events:none;z-index:0;opacity:1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1.25)}.CTASection-module__yxcNFW__content{text-align:center;gap:var(--space-s);z-index:30;flex-direction:column;align-items:center;max-width:700px;margin:0 auto;display:flex;position:relative}.CTASection-module__yxcNFW__title{font-size:var(--step-5);font-weight:400}.CTASection-module__yxcNFW__cta .CTASection-module__yxcNFW__title{color:var(--neutral-50)}.CTASection-module__yxcNFW__light .CTASection-module__yxcNFW__title{color:var(--dynamic-light)}.CTASection-module__yxcNFW__description{font-size:var(--step-2);margin-bottom:var(--space-2xl);line-height:1.5}.CTASection-module__yxcNFW__cta .CTASection-module__yxcNFW__description,.CTASection-module__yxcNFW__light .CTASection-module__yxcNFW__description{color:var(--neutral-400)}@media (max-width:768px){.CTASection-module__yxcNFW__discBackground{transform:translate(-50%,-50%)scale(1.15)}.CTASection-module__yxcNFW__ctaContainer{-webkit-backdrop-filter:blur(20px)saturate(500%);backdrop-filter:blur(20px)saturate(500%)}.CTASection-module__yxcNFW__cta:before{opacity:.5;top:-75%;left:0;transform:translate(-50%)}.CTASection-module__yxcNFW__cta:after{opacity:.5;bottom:-75%}}@media (max-width:480px){.CTASection-module__yxcNFW__discBackground{transform:translate(-50%,-50%)scale(1)}.CTASection-module__yxcNFW__cta{padding:var(--space-5xl) var(--space-3xl)}.CTASection-module__yxcNFW__title{font-size:var(--step-4)}.CTASection-module__yxcNFW__description{font-size:var(--step-1)}}
.Section-module___Vmd5W__sectionDark{color:var(--dynamic-light);background:linear-gradient(135deg,#1f1d41f2 0%,#0f0e20f2 100%);border-top:1px solid #ffffff1a;position:relative;overflow:hidden}.Section-module___Vmd5W__sectionDark:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#e8543d1a 0%,#0000 50%),radial-gradient(circle at 80% 80%,#edecfb0d 0%,#0000 50%);position:absolute;inset:0}.Section-module___Vmd5W__section{padding:var(--space-8xl-9xl) 0;position:relative}.Section-module___Vmd5W__sectionAlt{background:linear-gradient(#1f1d4133 0%,#0000004d 100%);border-top:1px solid #ffffff0f}[data-theme=light] .Section-module___Vmd5W__sectionAlt{background:linear-gradient(#1f1d4105 0%,#0000000f 100%);border-top:1px solid #0000000f}
.SectionHeader-module__GL-CYG__header{margin-bottom:var(--space-7xl);z-index:10;position:relative}.SectionHeader-module__GL-CYG__center{text-align:center;max-width:800px;margin-left:auto;margin-right:auto}.SectionHeader-module__GL-CYG__left{text-align:left}.SectionHeader-module__GL-CYG__right{text-align:right}.SectionHeader-module__GL-CYG__title{font-size:var(--step-6);margin-bottom:var(--space-xs);color:var(--dynamic-dark)}.SectionHeader-module__GL-CYG__subtitle{font-size:var(--step-2);color:var(--text-muted)}
.PageHero-module__NuqhHa__hero{padding:calc(var(--space-10xl)) var(--space-7xl);border-bottom:1px solid var(--neutral-800);position:relative;overflow:hidden}.PageHero-module__NuqhHa__hero:before{content:"";-webkit-backdrop-filter:blur(10px)saturate(300%);backdrop-filter:blur(10px)saturate(300%);pointer-events:none;z-index:5;background:linear-gradient(#0000 25%,#000 90%);width:100%;height:100%;position:absolute;top:0;left:0}[data-theme=light] .PageHero-module__NuqhHa__hero:before{background:linear-gradient(#fff0 0%,#fff 42% 100%)}.PageHero-module__NuqhHa__hero:after{content:"";background:radial-gradient(circle, var(--lavender-1000) 0%, transparent 50%);opacity:.75;mix-blend-mode:lighten;pointer-events:none;z-index:6;width:100%;height:100%;position:absolute;top:0;left:0}.PageHero-module__NuqhHa__container{align-items:center;gap:var(--space-6xl);z-index:10;flex-direction:column;display:flex;position:relative}.PageHero-module__NuqhHa__content{padding-top:var(--space-12xl);gap:var(--space-xs);z-index:10;flex-direction:column;display:flex;position:relative}.PageHero-module__NuqhHa__center{text-align:center;align-items:center}.PageHero-module__NuqhHa__left{text-align:left;align-items:flex-start}.PageHero-module__NuqhHa__title{font-size:var(--step-7);color:var(--dynamic-dark)}.PageHero-module__NuqhHa__subtitle{font-size:var(--step-2);color:var(--text-muted)}.PageHero-module__NuqhHa__processButton{z-index:20;position:relative}.PageHero-module__NuqhHa__scrollTarget{width:1px;height:1px;display:block;position:absolute;bottom:45%}.PageHero-module__NuqhHa__semiCircleVideo{z-index:0;object-fit:cover;transform-origin:50%;width:95%;max-width:1600px;height:fit-content;position:absolute;bottom:0;right:50%;transform:translate(50%)translateY(10%)}.PageHero-module__NuqhHa__decorativeCircles{pointer-events:none;z-index:10;transform-origin:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:50%;left:0;transform:translateY(20%)}.PageHero-module__NuqhHa__circleSmall,.PageHero-module__NuqhHa__circleMedium,.PageHero-module__NuqhHa__circleLarge{border:2px solid var(--lavender-900);border-radius:50%;position:absolute}.PageHero-module__NuqhHa__circleSmall{aspect-ratio:1;opacity:.2;width:100%;max-width:1750px}.PageHero-module__NuqhHa__circleMedium{aspect-ratio:1;opacity:.15;width:110%;max-width:1950px}.PageHero-module__NuqhHa__circleLarge{aspect-ratio:1;opacity:.1;width:120%;max-width:2150px}
.ColorInput-module__K2z0FW__colorControl{gap:var(--space-s);flex-direction:column;display:flex}.ColorInput-module__K2z0FW__colorHeader{justify-content:space-between;align-items:center;display:flex}.ColorInput-module__K2z0FW__label{font-size:var(--step-0);color:var(--neutral-300);font-weight:500}.ColorInput-module__K2z0FW__inputWrapper{align-items:center;gap:var(--space-s);padding:var(--space-xs);border-radius:var(--radius-m);transition:all var(--transition-normal);background:#0003;border:1px solid #ffffff1a;display:flex}.ColorInput-module__K2z0FW__inputWrapper:focus-within{border-color:var(--fireburst);box-shadow:0 0 0 2px #ff45001a}.ColorInput-module__K2z0FW__colorSwatch{border-radius:var(--radius-s);cursor:pointer;border:1px solid #0000001a;width:40px;height:40px;position:relative;overflow:hidden}.ColorInput-module__K2z0FW__colorInput{cursor:pointer;opacity:0;border:none;width:200%;height:200%;margin:0;padding:0;position:absolute;top:-50%;left:-50%}.ColorInput-module__K2z0FW__hexInput{text-transform:uppercase;color:var(--neutral-100);background:0 0;border:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ColorInput-module__K2z0FW__inputGroup{gap:var(--space-s);align-items:stretch;display:flex}.ColorInput-module__K2z0FW__colorPickerWrapper{flex-shrink:0;position:relative}.ColorInput-module__K2z0FW__colorPicker{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.ColorInput-module__K2z0FW__colorPreview{cursor:pointer;width:70px;height:50px;transition:all var(--transition-normal);border-radius:var(--space-xs);border:1px solid #fff3;box-shadow:0 2px 8px #0000004d}.ColorInput-module__K2z0FW__colorPreview:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000080}.ColorInput-module__K2z0FW__colorPickerWrapper:focus-within .ColorInput-module__K2z0FW__colorPreview{outline:3px solid var(--fireburst);outline-offset:2px}.ColorInput-module__K2z0FW__textInput{padding:var(--space-s) var(--space-m);font-size:var(--step-1);text-transform:uppercase;border-radius:var(--space-xs);transition:all var(--transition-normal);color:var(--dynamic-dark);background:0 0;border:1px solid #ffffff1f;flex:1;font-family:Courier New,monospace;font-weight:500}.ColorInput-module__K2z0FW__textInput:focus{border-color:var(--fireburst);outline:none;box-shadow:0 0 0 3px #e8543d1a}.ColorInput-module__K2z0FW__textInput::placeholder{color:var(--neutral-600);font-weight:400}
.ContrastPreview-module__o3SqzG__mainPreview{border-bottom:1px solid #ffffff0d}.ContrastPreview-module__o3SqzG__previewLarge{min-height:400px;padding:var(--space-3xl);justify-content:center;align-items:center;display:flex;position:relative}.ContrastPreview-module__o3SqzG__previewContent{width:100%;max-width:800px}.ContrastPreview-module__o3SqzG__ratioDisplay{text-align:center;margin-bottom:var(--space-3xl)}.ContrastPreview-module__o3SqzG__ratioLabel{font-size:var(--step-0);margin-bottom:var(--space-s);color:inherit;opacity:.8;font-weight:500;display:block}.ContrastPreview-module__o3SqzG__ratioValue{font-size:var(--step-8);margin-bottom:var(--space-m);color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-weight:700;line-height:1;display:block}.ContrastPreview-module__o3SqzG__levelBadge{padding:var(--space-s) var(--space-l);border-radius:var(--radius-full);align-items:center;gap:var(--space-2xs);color:inherit;transition:all var(--transition-normal);border:2px solid;flex-direction:column;display:inline-flex}.ContrastPreview-module__o3SqzG__levelText{font-size:var(--step-1);color:inherit;font-weight:500;line-height:1}.ContrastPreview-module__o3SqzG__levelSubtext{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:inherit}.ContrastPreview-module__o3SqzG__sampleTexts{gap:var(--space-l);text-align:center;flex-direction:column;display:flex}.ContrastPreview-module__o3SqzG__sampleNormal{color:inherit;margin:0;font-size:16px;line-height:1.5}.ContrastPreview-module__o3SqzG__sampleLarge{color:inherit;margin:0;font-size:24px;font-weight:400;line-height:1.4}.ContrastPreview-module__o3SqzG__sampleBold{color:inherit;margin:0;font-size:18px;font-weight:500;line-height:1.5}@media (max-width:768px){.ContrastPreview-module__o3SqzG__previewLarge{min-height:350px}}@media (max-width:480px){.ContrastPreview-module__o3SqzG__previewLarge{min-height:300px}}
.ComplianceCard-module__BmvGGq__complianceCard{padding:var(--space-xl);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#0003;border:1px solid #ffffff14}.ComplianceCard-module__BmvGGq__complianceCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0006}.ComplianceCard-module__BmvGGq__complianceHeader{margin-bottom:var(--space-l);padding-bottom:var(--space-m);border-bottom:1px solid #ffffff14}.ComplianceCard-module__BmvGGq__complianceTitle{font-size:var(--step-2);margin:0 0 var(--space-2xs) 0;color:var(--neutral-100);font-weight:500}.ComplianceCard-module__BmvGGq__complianceSubtitle{font-size:var(--step--1);color:var(--neutral-400);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.ComplianceCard-module__BmvGGq__complianceItems{gap:var(--space-m);flex-direction:column;display:flex}.ComplianceCard-module__BmvGGq__complianceItem{justify-content:space-between;align-items:center;gap:var(--space-m);display:flex}.ComplianceCard-module__BmvGGq__status{width:32px;height:32px;font-weight:700;font-size:var(--step-0);border-radius:50%;justify-content:center;align-items:center;display:flex}.ComplianceCard-module__BmvGGq__pass{color:var(--success);background:#10b98133}.ComplianceCard-module__BmvGGq__fail{color:var(--error);background:#ef444433}.ComplianceCard-module__BmvGGq__itemInfo{flex:1}.ComplianceCard-module__BmvGGq__itemLabel{color:var(--neutral-100);margin-bottom:2px;font-weight:500;display:block}.ComplianceCard-module__BmvGGq__itemRequirement{font-size:var(--step--1);color:var(--neutral-400);display:block}
.ColorContrastChecker-module__6kr6xG__checker{-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-l);transition:all var(--transition-slow);background:#ffffff08;border:1px solid #ffffff0d;overflow:hidden;box-shadow:0 20px 40px #0003}.ColorContrastChecker-module__6kr6xG__controls{padding:var(--space-2xl);background:#0003;border-top:1px solid #ffffff0d}.ColorContrastChecker-module__6kr6xG__mainPreview{border-bottom:1px solid #ffffff14}.ColorContrastChecker-module__6kr6xG__previewLarge{min-height:400px;padding:var(--space-3xl);justify-content:center;align-items:center;display:flex;position:relative}.ColorContrastChecker-module__6kr6xG__previewContent{width:100%;max-width:800px}.ColorContrastChecker-module__6kr6xG__ratioDisplay{text-align:center;margin-bottom:var(--space-3xl)}.ColorContrastChecker-module__6kr6xG__ratioLabel{font-size:var(--step-0);margin-bottom:var(--space-s);color:inherit;font-weight:500;display:block}.ColorContrastChecker-module__6kr6xG__ratioValue{font-size:var(--step-8);margin-bottom:var(--space-m);color:inherit;font-family:Courier New,monospace;font-weight:500;line-height:1;display:block}.ColorContrastChecker-module__6kr6xG__levelBadge{padding:var(--space-s) var(--space-l);border-radius:var(--space-xs);align-items:center;gap:var(--space-2xs);color:inherit;transition:all var(--transition-normal);border:2px solid;flex-direction:column;display:inline-flex}.ColorContrastChecker-module__6kr6xG__levelText{font-size:var(--step-1);color:inherit;font-weight:500;line-height:1}.ColorContrastChecker-module__6kr6xG__levelSubtext{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:inherit}.ColorContrastChecker-module__6kr6xG__sampleTexts{gap:var(--space-l);text-align:center;flex-direction:column;display:flex}.ColorContrastChecker-module__6kr6xG__sampleNormal{color:inherit;margin:0;font-size:16px;line-height:1.5}.ColorContrastChecker-module__6kr6xG__sampleLarge{color:inherit;margin:0;font-size:24px;font-weight:400;line-height:1.4}.ColorContrastChecker-module__6kr6xG__sampleBold{color:inherit;margin:0;font-size:18px;font-weight:500;line-height:1.5}.ColorContrastChecker-module__6kr6xG__controls{padding:var(--space-2xl);background:#ffffff05}.ColorContrastChecker-module__6kr6xG__controlsRow{gap:var(--space-xl);margin-bottom:var(--space-l);grid-template-columns:1fr auto 1fr;align-items:end;display:grid}.ColorContrastChecker-module__6kr6xG__shareSection{text-align:center}.ColorContrastChecker-module__6kr6xG__results{padding:var(--space-2xl);background:#ffffff05;border-top:1px solid #ffffff14}.ColorContrastChecker-module__6kr6xG__complianceGrid{gap:var(--space-xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.ColorContrastChecker-module__6kr6xG__cta{padding:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-xl);border-radius:var(--radius-l);background:#ffffff05;border:1px solid #ffffff14;display:flex}.ColorContrastChecker-module__6kr6xG__ctaContent{flex:1}.ColorContrastChecker-module__6kr6xG__ctaText{font-size:var(--step-1);margin:0 0 var(--space-xs) 0;color:var(--dynamic-dark);font-weight:500}.ColorContrastChecker-module__6kr6xG__ctaSubtext{font-size:var(--step-0);color:var(--neutral-400);margin:0}@media (max-width:968px){.ColorContrastChecker-module__6kr6xG__complianceGrid{grid-template-columns:1fr}.ColorContrastChecker-module__6kr6xG__cta{text-align:center;flex-direction:column}}@media (max-width:768px){.ColorContrastChecker-module__6kr6xG__checker{border-radius:var(--space-m)}.ColorContrastChecker-module__6kr6xG__controlsRow{grid-template-columns:1fr}}
.ToolLoader-module__0BIr5W__loader{padding:var(--space-5xl) var(--space-2xl);text-align:center;align-items:center;gap:var(--space-l);flex-direction:column;display:flex}.ToolLoader-module__0BIr5W__spinner{border:3px solid var(--neutral-700);border-top-color:var(--fireburst);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite ToolLoader-module__0BIr5W__spin}.ToolLoader-module__0BIr5W__text{color:var(--neutral-400);font-size:var(--step-0)}@keyframes ToolLoader-module__0BIr5W__spin{to{transform:rotate(360deg)}}
.ToolError-module___WPFJW__error{padding:var(--space-5xl) var(--space-2xl);text-align:center;align-items:center;gap:var(--space-l);flex-direction:column;display:flex}.ToolError-module___WPFJW__icon{color:var(--fireburst)}.ToolError-module___WPFJW__title{font-size:var(--step-1);color:var(--dynamic-dark);margin:0;font-weight:600}.ToolError-module___WPFJW__message{font-size:var(--step-0);color:var(--neutral-400);max-width:400px;margin:0}
.PaletteSizeSelector-module__YT9oha__sizeSelector{padding-bottom:var(--space-m);border-bottom:1px solid #ffffff14}.PaletteSizeSelector-module__YT9oha__sizeLabel{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--dynamic-dark);margin-bottom:var(--space-s);font-weight:500;display:block}.PaletteSizeSelector-module__YT9oha__sizeButtons{gap:var(--space-xs);flex-direction:column;display:flex}.PaletteSizeSelector-module__YT9oha__sizeDescription{font-size:var(--step--2);margin-top:var(--space-2xs);opacity:.8;font-weight:400;display:block}
.GenerationMethodTabs-module__4tIZBG__tabs{padding-bottom:var(--space-m);border-bottom:1px solid #ffffff14}.GenerationMethodTabs-module__4tIZBG__tabLabel{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--dynamic-dark);margin-bottom:var(--space-s);font-weight:500;display:block}.GenerationMethodTabs-module__4tIZBG__tabButtons{gap:var(--space-2xs);flex-flow:wrap;display:flex}.GenerationMethodTabs-module__4tIZBG__tabIcon{display:none}
.RandomGenerator-module__V9Ofoa__randomGenerator{gap:var(--space-m);flex-direction:column;display:flex}.RandomGenerator-module__V9Ofoa__harmonySelector{gap:var(--space-s);flex-direction:column;display:flex}.RandomGenerator-module__V9Ofoa__harmonyLabel{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--dynamic-dark);font-weight:500}.RandomGenerator-module__V9Ofoa__harmonyOptions{gap:var(--space-xs);flex-wrap:wrap;display:flex}.RandomGenerator-module__V9Ofoa__harmonyOption{padding:var(--space-xs) var(--space-m);background:var(--neutral-900);border-radius:var(--space-xs);color:var(--dynamic-dark);font-size:var(--step--1);cursor:pointer;transition:all var(--transition-normal);border:1px solid #ffffff14;font-weight:500}.RandomGenerator-module__V9Ofoa__harmonyOption:hover{background:var(--neutral-800)}.RandomGenerator-module__V9Ofoa__harmonyOption.RandomGenerator-module__V9Ofoa__active{background:var(--dynamic-light);color:var(--dynamic-dark);border-color:var(--dynamic-light)}
.ManualSelector-module__Ei4EWW__manualSelector{gap:var(--space-m);flex-direction:column;display:flex}.ManualSelector-module__Ei4EWW__colorPicker{gap:var(--space-xs);padding:var(--space-s);background:var(--neutral-900);border-radius:var(--space-xs);border:1px solid #ffffff14;flex-direction:column;display:flex}.ManualSelector-module__Ei4EWW__colorPickerLabel{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--dynamic-dark);align-items:center;gap:var(--space-s);font-weight:500;display:flex}.ManualSelector-module__Ei4EWW__suggestedBadge{font-size:var(--step--2);color:var(--neutral-400);background:var(--neutral-800);padding:var(--space-2xs) var(--space-xs);border-radius:var(--space-2xs);text-transform:none;letter-spacing:normal;font-weight:500}.ManualSelector-module__Ei4EWW__colorInputGroup{gap:var(--space-m);align-items:center;display:flex}.ManualSelector-module__Ei4EWW__colorPreview{border-radius:var(--space-xs);cursor:pointer;border:1px solid #ffffff1a;flex-shrink:0;width:60px;height:60px}.ManualSelector-module__Ei4EWW__colorInput{flex:1;font-family:monospace;font-weight:500}
.ImageUploader-module__F2J3Xa__imageUploader{gap:var(--space-m);flex-direction:column;display:flex}.ImageUploader-module__F2J3Xa__uploadArea{border-radius:var(--space-s);padding:var(--space-xl) var(--space-m);text-align:center;cursor:pointer;transition:border-color var(--transition-normal), background var(--transition-normal);background:var(--neutral-900);border:2px dashed #ffffff1f}.ImageUploader-module__F2J3Xa__uploadArea:hover{background:#ffffff05;border-color:#fff3}.ImageUploader-module__F2J3Xa__uploadArea.ImageUploader-module__F2J3Xa__dragging{background:var(--neutral-800);border-color:var(--dynamic-light);border-style:solid}.ImageUploader-module__F2J3Xa__uploadIcon{font-size:var(--step-4);margin-bottom:var(--space-s);color:var(--neutral-400);display:block}.ImageUploader-module__F2J3Xa__uploadTitle{font-size:var(--step-1);color:var(--dynamic-dark);margin-bottom:var(--space-2xs);font-weight:500}.ImageUploader-module__F2J3Xa__uploadText{color:var(--neutral-400);font-size:var(--step--1)}.ImageUploader-module__F2J3Xa__fileInput{display:none}.ImageUploader-module__F2J3Xa__previewImage{border-radius:var(--space-xs);max-width:100%;max-height:250px;margin-top:var(--space-s);border:1px solid #ffffff14}
.ColorDisplay-module__KMtt_G__colorDisplay{margin-bottom:var(--space-m)}.ColorDisplay-module__KMtt_G__paletteHeader{align-items:center;gap:var(--space-s);margin-bottom:var(--space-m);display:flex}.ColorDisplay-module__KMtt_G__paletteTitle{font-size:var(--step-0);color:var(--dynamic-dark);font-weight:500}.ColorDisplay-module__KMtt_G__harmonyBadge{font-size:var(--step--2);color:var(--neutral-400);background:var(--neutral-800);padding:var(--space-2xs) var(--space-xs);border-radius:var(--space-2xs);font-weight:500}.ColorDisplay-module__KMtt_G__paletteNote{margin:calc(-1 * var(--space-xs)) 0 var(--space-m);color:var(--neutral-400);font-size:var(--step--2);line-height:1.5}.ColorDisplay-module__KMtt_G__paletteNote a{color:var(--fireburst-400);text-underline-offset:.2em;text-decoration:underline}.ColorDisplay-module__KMtt_G__contrastBadge{align-items:center;gap:var(--space-2xs);font-size:var(--step--2);color:var(--warning);padding:var(--space-2xs) var(--space-xs);border-radius:var(--space-2xs);cursor:help;background:#f59e0b26;font-weight:500;display:inline-flex}.ColorDisplay-module__KMtt_G__colorsGrid{gap:var(--space-s);margin-bottom:var(--space-m);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid}.ColorDisplay-module__KMtt_G__colorCard{background:var(--neutral-900);border-radius:var(--space-s);border:1px solid #ffffff14;overflow:hidden}.ColorDisplay-module__KMtt_G__colorSwatch{border-bottom:1px solid #ffffff14;width:100%;height:60px;position:relative}.ColorDisplay-module__KMtt_G__shadesStrip{border-bottom:1px solid #ffffff14;height:16px;display:flex}.ColorDisplay-module__KMtt_G__shadeChip{cursor:pointer;flex:1;transition:transform .1s}.ColorDisplay-module__KMtt_G__shadeChip:hover{z-index:1;transform:scaleY(1.3)}.ColorDisplay-module__KMtt_G__locked{background:var(--neutral-700)}.ColorDisplay-module__KMtt_G__colorInfo{padding:var(--space-xs)}.ColorDisplay-module__KMtt_G__colorName{font-size:var(--step--2);color:var(--dynamic-dark);margin-bottom:var(--space-2xs);font-weight:500}.ColorDisplay-module__KMtt_G__colorValues{gap:var(--space-xs);flex-direction:column;display:flex}.ColorDisplay-module__KMtt_G__colorValue{font-size:var(--step--2);color:var(--dynamic-dark);padding:var(--space-2xs);border-radius:var(--space-2xs);background:#ffffff08;border:1px solid #ffffff0f;justify-content:space-between;align-items:center;font-family:Courier New,monospace;font-weight:500;display:flex}.ColorDisplay-module__KMtt_G__surfaceColors{gap:var(--space-s);margin-top:var(--space-m);padding-top:var(--space-m);border-top:1px solid #ffffff14;grid-template-columns:1fr 1fr;display:grid}.ColorDisplay-module__KMtt_G__surfaceCard{background:var(--neutral-900);border-radius:var(--space-s);border:1px solid #ffffff14;overflow:hidden}.ColorDisplay-module__KMtt_G__shadesSection{margin-top:var(--space-xl);padding-top:var(--space-l);border-top:1px solid #ffffff14}.ColorDisplay-module__KMtt_G__shadesTitle{font-size:var(--step-1);color:var(--dynamic-dark);margin-bottom:var(--space-2xs);font-weight:500}.ColorDisplay-module__KMtt_G__shadesDescription{font-size:var(--step--1);color:var(--neutral-400);margin-bottom:var(--space-l)}.ColorDisplay-module__KMtt_G__shadeGroup{margin-bottom:var(--space-xl)}.ColorDisplay-module__KMtt_G__shadeGroupTitle{font-size:var(--step-0);color:var(--dynamic-dark);margin-bottom:var(--space-m);padding-bottom:var(--space-xs);border-bottom:1px solid #ffffff14;font-weight:500}.ColorDisplay-module__KMtt_G__shadesGrid{gap:var(--space-s);grid-template-columns:repeat(auto-fill,minmax(100px,1fr));display:grid}.ColorDisplay-module__KMtt_G__shadeItem{background:var(--neutral-900);border-radius:var(--space-xs);border:1px solid #ffffff14;overflow:hidden}.ColorDisplay-module__KMtt_G__shadeColor{width:100%;height:60px}.ColorDisplay-module__KMtt_G__shadeInfo{padding:var(--space-s);gap:var(--space-xs);flex-direction:column;display:flex}.ColorDisplay-module__KMtt_G__shadeName{font-size:var(--step--1);color:var(--dynamic-dark);font-weight:500}.ColorDisplay-module__KMtt_G__shadeHex{font-size:var(--step--2);color:var(--neutral-400);font-family:Courier New,monospace;font-weight:500}.ColorDisplay-module__KMtt_G__shadeCopyButton{width:100%;padding:var(--space-2xs);background:var(--neutral-800);color:var(--dynamic-light);border-radius:var(--space-2xs);font-size:var(--step--2);cursor:pointer;transition:background var(--transition-normal);border:1px solid #ffffff0f;font-weight:500}.ColorDisplay-module__KMtt_G__shadeCopyButton:hover{background:var(--neutral-700)}@media (max-width:768px){.ColorDisplay-module__KMtt_G__colorsGrid,.ColorDisplay-module__KMtt_G__surfaceColors{grid-template-columns:1fr}}
.LivePreview-module__Y9RWRa__livePreview{margin-bottom:var(--space-l)}.LivePreview-module__Y9RWRa__previewHeader{margin-bottom:var(--space-m);justify-content:space-between;align-items:center;display:flex}.LivePreview-module__Y9RWRa__previewTitle{font-size:var(--step-0);color:var(--dynamic-dark);font-weight:500}.LivePreview-module__Y9RWRa__modeToggle{border-radius:var(--space-xs);border:1px solid #ffffff14;gap:0;display:flex;overflow:hidden}.LivePreview-module__Y9RWRa__modeBtn{padding:var(--space-xs) var(--space-s);color:var(--neutral-500);cursor:pointer;transition:all var(--transition-normal);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.LivePreview-module__Y9RWRa__modeBtn:first-child{border-right:1px solid #ffffff14}.LivePreview-module__Y9RWRa__modeBtn:hover{background:var(--neutral-800)}.LivePreview-module__Y9RWRa__modeBtn.LivePreview-module__Y9RWRa__active{background:var(--dynamic-light);color:var(--dynamic-dark)}.LivePreview-module__Y9RWRa__previewContainer{border-radius:var(--space-s);border:1px solid #ffffff14;overflow:hidden;box-shadow:0 4px 24px #0003}.LivePreview-module__Y9RWRa__mockupWebsite{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}.LivePreview-module__Y9RWRa__navbar{border-bottom:1px solid;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.LivePreview-module__Y9RWRa__navLeft{align-items:center;display:flex}.LivePreview-module__Y9RWRa__logo{align-items:center;gap:8px;font-size:16px;font-weight:600;display:flex}.LivePreview-module__Y9RWRa__logoIcon{border-radius:6px;width:24px;height:24px}.LivePreview-module__Y9RWRa__navLinks{gap:24px;font-size:13px;font-weight:500;display:flex}.LivePreview-module__Y9RWRa__navRight{align-items:center;gap:8px;display:flex}.LivePreview-module__Y9RWRa__navBtn{cursor:pointer;background:0 0;border:1px solid;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500}.LivePreview-module__Y9RWRa__navBtnPrimary{color:#fff;cursor:pointer;background:currentColor;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500}.LivePreview-module__Y9RWRa__hero{text-align:center;padding:48px 24px}.LivePreview-module__Y9RWRa__badge{border-radius:20px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:500;display:inline-flex}.LivePreview-module__Y9RWRa__heroTitle{letter-spacing:-.02em;margin:0 0 12px;font-size:32px;font-weight:600;line-height:1.2}.LivePreview-module__Y9RWRa__heroSubtitle{max-width:400px;margin:0 auto 24px;font-size:14px;line-height:1.6}.LivePreview-module__Y9RWRa__heroCta{justify-content:center;gap:12px;display:flex}.LivePreview-module__Y9RWRa__ctaPrimary{color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:500;display:inline-flex}.LivePreview-module__Y9RWRa__ctaSecondary{cursor:pointer;background:0 0;border:1px solid;border-radius:8px;padding:10px 20px;font-size:13px;font-weight:500}.LivePreview-module__Y9RWRa__features{grid-template-columns:repeat(3,1fr);gap:16px;padding:32px 24px;display:grid}.LivePreview-module__Y9RWRa__featureCard{text-align:left;border:1px solid;border-radius:12px;padding:20px}.LivePreview-module__Y9RWRa__featureCard h3{margin:0 0 6px;font-size:14px;font-weight:600}.LivePreview-module__Y9RWRa__featureCard p{margin:0;font-size:12px;line-height:1.5}.LivePreview-module__Y9RWRa__featureIcon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:12px;display:flex}.LivePreview-module__Y9RWRa__stats{color:#fff;grid-template-columns:repeat(3,1fr);padding:24px;display:grid}.LivePreview-module__Y9RWRa__stat{text-align:center}.LivePreview-module__Y9RWRa__statNumber{letter-spacing:-.02em;font-size:24px;font-weight:700;display:block}.LivePreview-module__Y9RWRa__statLabel{opacity:.8;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.LivePreview-module__Y9RWRa__footer{border-top:1px solid;justify-content:space-between;align-items:center;padding:16px 24px;font-size:11px;display:flex}.LivePreview-module__Y9RWRa__footerLinks{gap:16px;display:flex}@media (max-width:768px){.LivePreview-module__Y9RWRa__navLinks{display:none}.LivePreview-module__Y9RWRa__features{grid-template-columns:1fr}.LivePreview-module__Y9RWRa__stats{grid-template-columns:1fr;gap:16px}.LivePreview-module__Y9RWRa__heroTitle{font-size:24px}}
.ExportPanel-module__wK3JPq__exportPanel{margin-bottom:var(--space-l);padding:var(--space-m);background:var(--neutral-900);border-radius:var(--space-s);border:1px solid #ffffff14}.ExportPanel-module__wK3JPq__exportHeader{margin-bottom:var(--space-s)}.ExportPanel-module__wK3JPq__exportTitle{font-size:var(--step-0);color:var(--dynamic-dark);font-weight:500}.ExportPanel-module__wK3JPq__formatTabs{margin-bottom:var(--space-s);border-radius:var(--space-xs);border:1px solid #ffffff14;gap:0;display:flex;overflow:hidden}.ExportPanel-module__wK3JPq__formatTab{padding:var(--space-xs) var(--space-s);font-size:var(--step--1);color:var(--neutral-400);cursor:pointer;transition:all var(--transition-normal);background:0 0;border:none;flex:1;font-weight:500}.ExportPanel-module__wK3JPq__formatTab:not(:last-child){border-right:1px solid #ffffff14}.ExportPanel-module__wK3JPq__formatTab:hover{background:var(--neutral-800)}.ExportPanel-module__wK3JPq__formatTab.ExportPanel-module__wK3JPq__active{background:var(--dynamic-light);color:var(--dynamic-dark)}.ExportPanel-module__wK3JPq__checkboxLabel{align-items:center;gap:var(--space-xs);font-size:var(--step--1);color:var(--dynamic-dark);margin-bottom:var(--space-s);cursor:pointer;display:flex}.ExportPanel-module__wK3JPq__checkbox{width:16px;height:16px;accent-color:var(--fireburst);cursor:pointer}.ExportPanel-module__wK3JPq__toggleLabel{font-size:var(--step--1);color:var(--dynamic-dark);margin-bottom:var(--space-s);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.ExportPanel-module__wK3JPq__toggle{display:inline-block;position:relative}.ExportPanel-module__wK3JPq__toggleInput{opacity:0;width:0;height:0;position:absolute}.ExportPanel-module__wK3JPq__toggleTrack{background:var(--neutral-700);width:36px;height:20px;transition:background var(--transition-normal);border-radius:10px;display:block}.ExportPanel-module__wK3JPq__toggleInput:checked+.ExportPanel-module__wK3JPq__toggleTrack{background:var(--fireburst)}.ExportPanel-module__wK3JPq__toggleThumb{width:16px;height:16px;transition:transform var(--transition-normal);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.ExportPanel-module__wK3JPq__toggleInput:checked~.ExportPanel-module__wK3JPq__toggleTrack .ExportPanel-module__wK3JPq__toggleThumb{transform:translate(16px)}.ExportPanel-module__wK3JPq__codeBlock{background:var(--neutral-950);border-radius:var(--space-xs);padding:var(--space-s);margin-bottom:var(--space-s);border:1px solid #ffffff14;max-height:200px;overflow:auto}.ExportPanel-module__wK3JPq__codeContent{font-size:var(--step--2);white-space:pre-wrap;word-break:break-word;color:var(--neutral-200);margin:0;font-family:Monaco,Courier New,monospace;line-height:1.5}.ExportPanel-module__wK3JPq__exportButtons{gap:var(--space-xs);display:flex}@media (max-width:768px){.ExportPanel-module__wK3JPq__exportButtons{flex-direction:column}}
.ColorPaletteGenerator-module__K0bbcW__emptyState{text-align:center;height:100%;padding:var(--space-3xl);flex-direction:column;justify-content:center;align-items:center;display:flex}.ColorPaletteGenerator-module__K0bbcW__emptyStateTitle{font-size:var(--step-2);color:var(--neutral-50);margin-bottom:var(--space-s);font-weight:500}.ColorPaletteGenerator-module__K0bbcW__emptyStateText{font-size:var(--step-0);color:var(--neutral-400);max-width:400px}
.ModeSelector-module__1FEiFW__modeSelector{margin-bottom:var(--space-l);border-bottom:1px solid #00000014;display:flex}[data-theme=dark] .ModeSelector-module__1FEiFW__modeSelector{border-bottom:1px solid #ffffff14}.ModeSelector-module__1FEiFW__modeTab{padding:0 var(--space-l) var(--space-s) var(--space-l);font-size:var(--step-0);color:var(--neutral-500);cursor:pointer;transition:color var(--transition-normal);background:0 0;border:none;font-weight:500;position:relative}[data-theme=dark] .ModeSelector-module__1FEiFW__modeTab{color:var(--neutral-400)}.ModeSelector-module__1FEiFW__modeTab:hover,.ModeSelector-module__1FEiFW__modeTab.ModeSelector-module__1FEiFW__active{color:var(--dynamic-dark)}.ModeSelector-module__1FEiFW__modeTab.ModeSelector-module__1FEiFW__active:after{content:"";background:var(--fireburst);height:2px;position:absolute;bottom:-1px;left:0;right:0}
.UploadArea-module__81c5uq__uploadArea{border-radius:var(--space-l);padding:var(--space-4xl) var(--space-xl);text-align:center;cursor:pointer;transition:all var(--transition-normal);background:var(--neutral-0);border:2px dashed #00000026;flex-direction:column;justify-content:center;align-items:center;min-height:300px;display:flex}[data-theme=dark] .UploadArea-module__81c5uq__uploadArea{background:var(--neutral-900);border:2px dashed #ffffff26}.UploadArea-module__81c5uq__uploadArea:hover,.UploadArea-module__81c5uq__uploadArea.UploadArea-module__81c5uq__dragging{border-color:var(--fireburst);background:#e8543d08}[data-theme=dark] .UploadArea-module__81c5uq__uploadArea:hover,[data-theme=dark] .UploadArea-module__81c5uq__uploadArea.UploadArea-module__81c5uq__dragging{background:#e8543d0d}.UploadArea-module__81c5uq__uploadArea:focus-within,.UploadArea-module__81c5uq__uploadArea:focus-visible{outline:2px solid var(--fireburst);outline-offset:2px}.UploadArea-module__81c5uq__uploadIcon{margin-bottom:var(--space-m);color:var(--fireburst)}[data-theme=dark] .UploadArea-module__81c5uq__uploadIcon{color:var(--fireburst-400)}.UploadArea-module__81c5uq__uploadTitle{font-size:var(--step-1);margin-bottom:var(--space-xs);color:var(--dynamic-dark);font-weight:500}.UploadArea-module__81c5uq__uploadText{font-size:var(--step-0);color:var(--neutral-600);margin-bottom:var(--space-s)}[data-theme=dark] .UploadArea-module__81c5uq__uploadText{color:var(--neutral-400)}.UploadArea-module__81c5uq__uploadFormats{font-size:var(--step--1);color:var(--neutral-500)}.UploadArea-module__81c5uq__uploadCount{font-size:var(--step--1);color:var(--fireburst);margin-top:var(--space-s);font-weight:500}[data-theme=dark] .UploadArea-module__81c5uq__uploadCount{color:var(--fireburst-400)}.UploadArea-module__81c5uq__fileInput{display:none}@media (max-width:768px){.UploadArea-module__81c5uq__uploadArea{padding:var(--space-2xl) var(--space-m);min-height:200px}}
.ConversionControls-module__EM8wza__controls{flex-direction:column;display:flex}.ConversionControls-module__EM8wza__controlsGrid{gap:var(--space-2xl);flex-direction:column;display:flex}.ConversionControls-module__EM8wza__controlGroup{gap:var(--space-xs);flex-direction:column;display:flex}.ConversionControls-module__EM8wza__label{font-size:var(--step--1);text-transform:uppercase;letter-spacing:.05em;color:var(--dynamic-dark);font-weight:500}.ConversionControls-module__EM8wza__customResolution{margin-top:var(--space-s);padding-top:var(--space-m);border-top:1px solid #00000014}[data-theme=dark] .ConversionControls-module__EM8wza__customResolution{border-top:1px solid #ffffff14}.ConversionControls-module__EM8wza__customResolutionInputs{align-items:flex-end;gap:var(--space-s);display:flex}.ConversionControls-module__EM8wza__customInputGroup{gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.ConversionControls-module__EM8wza__dimensionSeparator{font-size:var(--step-1);color:var(--neutral-500);margin-bottom:var(--space-s);font-weight:500}.ConversionControls-module__EM8wza__resolutionNote{margin-top:var(--space-s);padding:var(--space-xs) var(--space-s);border-left:2px solid var(--warning);border-radius:var(--space-2xs);font-size:var(--step--2);color:var(--neutral-700);background:#f9731614;line-height:1.4}[data-theme=dark] .ConversionControls-module__EM8wza__resolutionNote{color:var(--neutral-300);background:#f973161f}@media (max-width:968px){.ConversionControls-module__EM8wza__customResolutionInputs{flex-direction:row}}
.SingleImagePreview-module__rUOXQa__previewSection{margin-top:var(--space-l)}.SingleImagePreview-module__rUOXQa__previewGrid{gap:var(--space-l);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.SingleImagePreview-module__rUOXQa__previewCard{background:var(--neutral-0);border-radius:var(--space-m);border:1px solid #00000014;overflow:hidden}[data-theme=dark] .SingleImagePreview-module__rUOXQa__previewCard{background:var(--neutral-900);border:1px solid #ffffff14}.SingleImagePreview-module__rUOXQa__previewHeader{padding:var(--space-s) var(--space-m);border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;display:flex}[data-theme=dark] .SingleImagePreview-module__rUOXQa__previewHeader{border-bottom:1px solid #ffffff14}.SingleImagePreview-module__rUOXQa__previewTitle{font-size:var(--step-0);color:var(--dynamic-dark);margin:0;font-weight:500}.SingleImagePreview-module__rUOXQa__imageWrapper{background:var(--neutral-100);width:100%;height:200px;overflow:hidden}[data-theme=dark] .SingleImagePreview-module__rUOXQa__imageWrapper{background:var(--neutral-950)}.SingleImagePreview-module__rUOXQa__previewImage{object-fit:cover;width:100%;height:100%}.SingleImagePreview-module__rUOXQa__imageInfo{padding:var(--space-s) var(--space-m)}.SingleImagePreview-module__rUOXQa__infoRow{margin-bottom:var(--space-2xs);font-size:var(--step--1);justify-content:space-between;align-items:center;display:flex}.SingleImagePreview-module__rUOXQa__infoRow:last-child{margin-bottom:0}.SingleImagePreview-module__rUOXQa__infoLabel{color:var(--neutral-600);font-weight:500}[data-theme=dark] .SingleImagePreview-module__rUOXQa__infoLabel{color:var(--neutral-400)}.SingleImagePreview-module__rUOXQa__infoValue{color:var(--dynamic-dark)}.SingleImagePreview-module__rUOXQa__infoValue.SingleImagePreview-module__rUOXQa__reduction{color:var(--success);font-weight:500}.SingleImagePreview-module__rUOXQa__downloadButton{border-radius:0}.SingleImagePreview-module__rUOXQa__placeholder{text-align:center;height:250px;color:var(--neutral-500);padding:var(--space-l);justify-content:center;align-items:center;display:flex}@media (max-width:768px){.SingleImagePreview-module__rUOXQa__previewGrid{grid-template-columns:1fr}}
.BulkImageList-module__YD20lW__bulkImageList{margin-top:var(--space-m)}.BulkImageList-module__YD20lW__bulkListHeader{margin-bottom:var(--space-s);justify-content:space-between;align-items:center;display:flex}.BulkImageList-module__YD20lW__bulkListTitle{font-size:var(--step--1);color:var(--neutral-600);font-weight:500}[data-theme=dark] .BulkImageList-module__YD20lW__bulkListTitle{color:var(--neutral-400)}.BulkImageList-module__YD20lW__bulkImageGrid{gap:var(--space-s);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.BulkImageList-module__YD20lW__bulkImageCard{padding:var(--space-xs);background:var(--neutral-50);border-radius:var(--space-xs);flex-direction:column;display:flex}[data-theme=dark] .BulkImageList-module__YD20lW__bulkImageCard{background:var(--neutral-900)}.BulkImageList-module__YD20lW__bulkImageCard.BulkImageList-module__YD20lW__converting{background:#3b82f60d}.BulkImageList-module__YD20lW__bulkImageCard.BulkImageList-module__YD20lW__converted{background:#10b9810d}.BulkImageList-module__YD20lW__bulkImageCard.BulkImageList-module__YD20lW__error{background:#ef44440d}.BulkImageList-module__YD20lW__cardThumbnail{border-radius:var(--space-2xs);background:var(--neutral-100);width:100%;height:80px;margin-bottom:var(--space-xs);overflow:hidden}[data-theme=dark] .BulkImageList-module__YD20lW__cardThumbnail{background:var(--neutral-800)}.BulkImageList-module__YD20lW__cardThumbnail img{object-fit:cover;width:100%;height:100%}.BulkImageList-module__YD20lW__cardInfo{margin-bottom:var(--space-xs);flex-direction:column;gap:2px;display:flex}.BulkImageList-module__YD20lW__cardName{font-size:var(--step--1);color:var(--dynamic-dark);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.BulkImageList-module__YD20lW__cardMeta{font-size:var(--step--2);color:var(--neutral-500)}.BulkImageList-module__YD20lW__cardConverted{font-size:var(--step--2);color:var(--success);font-weight:500}.BulkImageList-module__YD20lW__cardFooter{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.BulkImageList-module__YD20lW__statusBadge{align-items:center;gap:var(--space-2xs);padding:2px var(--space-xs);font-size:var(--step--2);border-radius:var(--space-2xs);color:var(--neutral-600);background:var(--neutral-100);font-weight:500;display:inline-flex}[data-theme=dark] .BulkImageList-module__YD20lW__statusBadge{color:var(--neutral-400);background:var(--neutral-800)}.BulkImageList-module__YD20lW__status_converted{background:var(--success-light);color:var(--success-dark)}.BulkImageList-module__YD20lW__status_error{background:var(--error-light);color:var(--error-dark)}.BulkImageList-module__YD20lW__status_converting{background:var(--info-light);color:var(--info-dark)}.BulkImageList-module__YD20lW__statusIconSpin{animation:1s linear infinite BulkImageList-module__YD20lW__spin}@keyframes BulkImageList-module__YD20lW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BulkImageList-module__YD20lW__cardActions{gap:var(--space-2xs);display:flex}@media (max-width:640px){.BulkImageList-module__YD20lW__bulkImageGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.BulkImageList-module__YD20lW__cardThumbnail{height:60px}}
.ActionButtons-module__wFKf4G__actions{gap:var(--space-s);margin-bottom:var(--space-m);flex-wrap:wrap;display:flex}.ActionButtons-module__wFKf4G__bulkActions{align-items:center;gap:var(--space-s);margin-top:var(--space-m);display:flex}@media (max-width:768px){.ActionButtons-module__wFKf4G__actions,.ActionButtons-module__wFKf4G__bulkActions{flex-direction:column}}
.PreviewModal-module__iQmu6a__previewModal{z-index:1000;padding:var(--space-l);background:#000000e6;justify-content:center;align-items:center;animation:.2s PreviewModal-module__iQmu6a__fadeIn;display:flex;position:fixed;inset:0}@keyframes PreviewModal-module__iQmu6a__fadeIn{0%{opacity:0}to{opacity:1}}.PreviewModal-module__iQmu6a__previewModalContent{background:var(--neutral-0);border-radius:var(--space-l);flex-direction:column;width:100%;max-width:1400px;height:90vh;max-height:90vh;animation:.3s PreviewModal-module__iQmu6a__slideUp;display:flex;box-shadow:0 20px 60px #0000004d}[data-theme=dark] .PreviewModal-module__iQmu6a__previewModalContent{background:var(--neutral-950)}@keyframes PreviewModal-module__iQmu6a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PreviewModal-module__iQmu6a__previewModalHeader{padding:var(--space-l);border-bottom:1px solid var(--neutral-200);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}[data-theme=dark] .PreviewModal-module__iQmu6a__previewModalHeader{border-bottom:1px solid var(--neutral-800)}.PreviewModal-module__iQmu6a__previewModeButtons{gap:var(--space-xs);display:flex}.PreviewModal-module__iQmu6a__previewModalActions{gap:var(--space-s);display:flex}.PreviewModal-module__iQmu6a__previewModalBody{flex:1;justify-content:center;align-items:center;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.PreviewModal-module__iQmu6a__fullImageContainer{width:100%;height:100%;padding:var(--space-l);justify-content:center;align-items:center;display:flex}.PreviewModal-module__iQmu6a__fullImage{object-fit:contain;min-width:100%;max-width:100%;max-height:100%}.PreviewModal-module__iQmu6a__comparisonContainer{cursor:ew-resize;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.PreviewModal-module__iQmu6a__comparisonImage{width:100%;height:100%;padding:var(--space-l);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.PreviewModal-module__iQmu6a__comparisonImage img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.PreviewModal-module__iQmu6a__comparisonOverlay{width:100%;height:100%;padding:var(--space-l);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0;overflow:hidden}.PreviewModal-module__iQmu6a__comparisonOverlay img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.PreviewModal-module__iQmu6a__comparisonSlider{background:var(--fireburst);cursor:ew-resize;z-index:10;pointer-events:auto;width:4px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.PreviewModal-module__iQmu6a__sliderHandle{pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PreviewModal-module__iQmu6a__sliderLine{background:var(--fireburst);pointer-events:none;width:4px;height:100vh;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PreviewModal-module__iQmu6a__sliderButton{background:var(--fireburst);width:40px;height:40px;color:var(--neutral-0);font-size:var(--step-1);transition:all var(--transition-normal);pointer-events:auto;cursor:ew-resize;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:relative;box-shadow:0 4px 12px #e8543d4d}.PreviewModal-module__iQmu6a__sliderButton:hover{transform:scale(1.1);box-shadow:0 6px 16px #e8543d66}.PreviewModal-module__iQmu6a__previewModalInfo{padding:var(--space-l);border-top:1px solid var(--neutral-200);background:var(--neutral-50);flex-shrink:0}[data-theme=dark] .PreviewModal-module__iQmu6a__previewModalInfo{border-top:1px solid var(--neutral-800);background:var(--neutral-900)}.PreviewModal-module__iQmu6a__infoPanel{justify-content:space-around;align-items:center;gap:var(--space-l);display:flex}.PreviewModal-module__iQmu6a__infoPanelSection{text-align:center;flex:1}.PreviewModal-module__iQmu6a__infoPanelTitle{font-size:var(--step--1);color:var(--neutral-600);margin:0 0 var(--space-xs) 0;text-transform:uppercase;letter-spacing:.05em;font-weight:500}[data-theme=dark] .PreviewModal-module__iQmu6a__infoPanelTitle{color:var(--neutral-400)}.PreviewModal-module__iQmu6a__infoPanelDetails{gap:var(--space-2xs);font-size:var(--step--1);color:var(--neutral-900);flex-direction:column;display:flex}[data-theme=dark] .PreviewModal-module__iQmu6a__infoPanelDetails{color:var(--neutral-100)}.PreviewModal-module__iQmu6a__infoPanelSeparator{font-size:var(--step-2);color:var(--fireburst);font-weight:700}[data-theme=dark] .PreviewModal-module__iQmu6a__infoPanelSeparator{color:var(--fireburst-400)}.PreviewModal-module__iQmu6a__reductionBadge{padding:var(--space-s) var(--space-l);background:var(--success);color:var(--neutral-0);border-radius:var(--space-xs);font-size:var(--step-0);font-weight:500;display:inline-block;box-shadow:0 2px 8px #10b98133}@media (max-width:768px){.PreviewModal-module__iQmu6a__previewModal{padding:0}.PreviewModal-module__iQmu6a__previewModalContent{border-radius:0;max-height:100vh}.PreviewModal-module__iQmu6a__previewModeButtons{flex-direction:column}.PreviewModal-module__iQmu6a__infoPanel{gap:var(--space-m);flex-direction:column}.PreviewModal-module__iQmu6a__infoPanelSeparator{transform:rotate(90deg)}}
.TargetLoadTimeControl-module__JQ5GgG__section{background:0 0;border:none;border-radius:0}[data-theme=dark] .TargetLoadTimeControl-module__JQ5GgG__section{background:0 0;border:none}.TargetLoadTimeControl-module__JQ5GgG__sectionTitle{font-size:var(--step--1);color:var(--dynamic-dark);text-transform:uppercase;letter-spacing:.05em;margin:0;font-weight:500}[data-theme=dark] .TargetLoadTimeControl-module__JQ5GgG__sectionTitle{color:var(--neutral-50)}.TargetLoadTimeControl-module__JQ5GgG__sectionHeader{margin-bottom:var(--space-2xs);justify-content:space-between;align-items:center;display:flex}.TargetLoadTimeControl-module__JQ5GgG__sectionDescription{margin:0 0 var(--space-m) 0;font-size:var(--step-0);color:var(--neutral-600)}[data-theme=dark] .TargetLoadTimeControl-module__JQ5GgG__sectionDescription{color:var(--neutral-400)}.TargetLoadTimeControl-module__JQ5GgG__control{gap:var(--space-m);flex-direction:column;display:flex}.TargetLoadTimeControl-module__JQ5GgG__sliderWrapper{align-items:center;gap:var(--space-s);display:flex}.TargetLoadTimeControl-module__JQ5GgG__slider{appearance:none;border-radius:var(--space-2xs);cursor:pointer;background:#00000014;outline:none;flex:1;height:8px}[data-theme=dark] .TargetLoadTimeControl-module__JQ5GgG__slider{background:#ffffff14}.TargetLoadTimeControl-module__JQ5GgG__slider::-webkit-slider-thumb{appearance:none;background:var(--fireburst);cursor:pointer;width:18px;height:18px;transition:all var(--transition-normal);border-radius:50%;box-shadow:0 2px 6px #e8543d4d}.TargetLoadTimeControl-module__JQ5GgG__slider::-moz-range-thumb{background:var(--fireburst);cursor:pointer;width:18px;height:18px;transition:all var(--transition-normal);border:none;border-radius:50%;box-shadow:0 2px 6px #e8543d4d}.TargetLoadTimeControl-module__JQ5GgG__slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 10px #e8543d66}.TargetLoadTimeControl-module__JQ5GgG__slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 10px #e8543d66}.TargetLoadTimeControl-module__JQ5GgG__timeDisplay{text-align:center;font-size:var(--step-1)}.TargetLoadTimeControl-module__JQ5GgG__targetModeIndicator{padding:var(--space-3xs) var(--space-2xs);border-radius:var(--space-2xs);font-size:var(--step--2);color:var(--fireburst);background:#e8543d1a;font-weight:500}[data-theme=dark] .TargetLoadTimeControl-module__JQ5GgG__targetModeIndicator{color:var(--fireburst);background:#e8543d26}
.PresetButtons-module__OLrBcq__section{padding:var(--space-m) 0;background:0 0;border:none;border-radius:0}[data-theme=dark] .PresetButtons-module__OLrBcq__section{background:0 0;border:none}.PresetButtons-module__OLrBcq__sectionHeader{margin-bottom:var(--space-xs);justify-content:space-between;align-items:center;display:flex}.PresetButtons-module__OLrBcq__sectionTitle{font-size:var(--step--1);color:var(--dynamic-dark);text-transform:uppercase;letter-spacing:.05em;margin:0;font-weight:500}[data-theme=dark] .PresetButtons-module__OLrBcq__sectionTitle{color:var(--neutral-50)}.PresetButtons-module__OLrBcq__buttonGrid{gap:var(--space-2xs);flex-wrap:wrap;display:flex}@media (max-width:768px){.PresetButtons-module__OLrBcq__buttonGrid{flex-wrap:wrap}}
.EnvironmentSelector-module__Zkc3fG__section{padding:var(--space-xl) 0}.EnvironmentSelector-module__Zkc3fG__sectionTitle{margin:0 0 var(--space-2xs) 0;font-size:var(--step--1);color:var(--neutral-50);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.EnvironmentSelector-module__Zkc3fG__sectionDescription{margin:0 0 var(--space-s) 0;font-size:var(--step-0);color:var(--neutral-400)}.EnvironmentSelector-module__Zkc3fG__selectionGrid{gap:var(--space-xs);grid-template-columns:1fr 1fr;display:grid}@media (max-width:768px){.EnvironmentSelector-module__Zkc3fG__selectionGrid{grid-template-columns:1fr}}
.BudgetControls-module__3IxQhW__section{background:0 0;border:none;border-radius:0}.BudgetControls-module__3IxQhW__sectionTitle{margin:0 0 var(--space-s) 0;font-size:var(--step--1);color:var(--neutral-50);text-transform:uppercase;letter-spacing:.05em;font-weight:500}.BudgetControls-module__3IxQhW__controlsGrid{gap:var(--space-m);flex-direction:column;display:flex}.BudgetControls-module__3IxQhW__controlGroup{gap:var(--space-2xs);flex-direction:column;display:flex}.BudgetControls-module__3IxQhW__controlLabel{font-size:var(--step--1);color:var(--neutral-400);justify-content:space-between;align-items:center;font-weight:500;display:flex}.BudgetControls-module__3IxQhW__controlValue{font-variant-numeric:tabular-nums}.BudgetControls-module__3IxQhW__slider{appearance:none;border-radius:var(--space-2xs);cursor:pointer;background:#ffffff14;outline:none;width:100%;height:8px}.BudgetControls-module__3IxQhW__slider::-webkit-slider-thumb{appearance:none;background:var(--fireburst);cursor:pointer;width:18px;height:18px;transition:all var(--transition-normal);border-radius:50%;box-shadow:0 2px 6px #e8543d4d}.BudgetControls-module__3IxQhW__slider::-moz-range-thumb{background:var(--fireburst);cursor:pointer;width:18px;height:18px;transition:all var(--transition-normal);border:none;border-radius:50%;box-shadow:0 2px 6px #e8543d4d}.BudgetControls-module__3IxQhW__slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 10px #e8543d66}.BudgetControls-module__3IxQhW__slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 10px #e8543d66}
.BudgetUtilizationDisplay-module__NT_rtW__totalBudget{padding:var(--space-s);-webkit-backdrop-filter:blur(8px);border-radius:var(--space-s);background:#fffc;border:1px solid #0000000f}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__totalBudget{background:#1e1e1ee6;border:1px solid #ffffff0f}.BudgetUtilizationDisplay-module__NT_rtW__totalRow{margin-bottom:var(--space-s);font-size:var(--step-0);color:var(--dynamic-dark);justify-content:space-between;align-items:center;display:flex}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__totalRow{color:var(--neutral-50)}.BudgetUtilizationDisplay-module__NT_rtW__totalValue{font-variant-numeric:tabular-nums;color:var(--fireburst);font-weight:600}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__totalValue{color:var(--fireburst)}.BudgetUtilizationDisplay-module__NT_rtW__utilizationContainer{gap:var(--space-xs);flex-direction:column;display:flex}.BudgetUtilizationDisplay-module__NT_rtW__utilizationLabel{font-size:var(--step--1);color:var(--neutral-600);justify-content:space-between;align-items:center;display:flex}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__utilizationLabel{color:var(--neutral-400)}.BudgetUtilizationDisplay-module__NT_rtW__utilizationPercentage{font-variant-numeric:tabular-nums;font-weight:600}.BudgetUtilizationDisplay-module__NT_rtW__utilizationPercentage.BudgetUtilizationDisplay-module__NT_rtW__utilization-under{color:var(--success)}.BudgetUtilizationDisplay-module__NT_rtW__utilizationPercentage.BudgetUtilizationDisplay-module__NT_rtW__utilization-at{color:#3b82f6}.BudgetUtilizationDisplay-module__NT_rtW__utilizationPercentage.BudgetUtilizationDisplay-module__NT_rtW__utilization-over{color:var(--error)}.BudgetUtilizationDisplay-module__NT_rtW__progressBar{border-radius:var(--space-2xs);background:#00000014;height:8px;overflow:hidden}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__progressBar{background:#ffffff14}.BudgetUtilizationDisplay-module__NT_rtW__progressFill{height:100%;transition:width var(--transition-slow), background-color var(--transition-slow)}.BudgetUtilizationDisplay-module__NT_rtW__progressFill.BudgetUtilizationDisplay-module__NT_rtW__progress-under{background:var(--success)}.BudgetUtilizationDisplay-module__NT_rtW__progressFill.BudgetUtilizationDisplay-module__NT_rtW__progress-at{background:#3b82f6}.BudgetUtilizationDisplay-module__NT_rtW__progressFill.BudgetUtilizationDisplay-module__NT_rtW__progress-over{background:var(--error)}.BudgetUtilizationDisplay-module__NT_rtW__utilizationHint{font-size:var(--step--1);text-align:center;color:var(--neutral-600);font-weight:500}[data-theme=dark] .BudgetUtilizationDisplay-module__NT_rtW__utilizationHint{color:var(--neutral-400)}
.FormLabel-module__94X7fa__label{font-size:var(--step-0);color:var(--dynamic-dark);cursor:pointer;font-weight:500}.FormLabel-module__94X7fa__required{color:var(--fireburst,#e8543d)}
