.ChatInterface-module__WGbyoa__shell{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#051118ad;border:1px solid #ffffff1a;border-radius:30px;gap:12px;min-height:0;padding:18px;display:grid;box-shadow:0 28px 80px #00000047}.ChatInterface-module__WGbyoa__embedded{min-height:0}.ChatInterface-module__WGbyoa__topBar{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ChatInterface-module__WGbyoa__eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:800}.ChatInterface-module__WGbyoa__title{margin-top:6px;font-size:clamp(1.16rem,1.8vw,1.45rem)}.ChatInterface-module__WGbyoa__meta,.ChatInterface-module__WGbyoa__modelRow{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.ChatInterface-module__WGbyoa__modeTabs{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;gap:4px;padding:4px;display:inline-flex}.ChatInterface-module__WGbyoa__modeTab,.ChatInterface-module__WGbyoa__disabledMode,.ChatInterface-module__WGbyoa__clearButton,.ChatInterface-module__WGbyoa__modelChip,.ChatInterface-module__WGbyoa__proChip{min-height:36px;font:inherit;cursor:pointer;border:0;border-radius:999px;padding:0 12px;font-size:.9rem;font-weight:800;transition:all .18s}.ChatInterface-module__WGbyoa__modeTab,.ChatInterface-module__WGbyoa__disabledMode{color:var(--muted);background:0 0}.ChatInterface-module__WGbyoa__activeMode{color:#051118;background:linear-gradient(135deg,#2fe0bb,#1f8fff)}.ChatInterface-module__WGbyoa__disabledMode{opacity:.62}.ChatInterface-module__WGbyoa__disabledMode span{text-transform:uppercase;margin-left:4px;font-size:.66rem}.ChatInterface-module__WGbyoa__clearButton,.ChatInterface-module__WGbyoa__modelChip,.ChatInterface-module__WGbyoa__proChip{color:var(--muted);background:#ffffff0d;border:1px solid #ffffff1a}.ChatInterface-module__WGbyoa__clearButton:hover,.ChatInterface-module__WGbyoa__modelChip:hover{color:var(--text);border-color:#2fe0bb52}.ChatInterface-module__WGbyoa__modelRow{justify-content:flex-start}.ChatInterface-module__WGbyoa__modelChip span{color:var(--muted);margin-left:4px;font-size:.78rem;font-weight:600}.ChatInterface-module__WGbyoa__modelActive{color:var(--text);background:#2fe0bb1f;border-color:#2fe0bb7a}.ChatInterface-module__WGbyoa__proChip{color:#fde68a;background:#fbbf241a;border-color:#fbbf2452}.ChatInterface-module__WGbyoa__proChip span{text-transform:uppercase;background:#fbbf242e;border-radius:999px;margin-left:5px;padding:2px 6px;font-size:.66rem}.ChatInterface-module__WGbyoa__messages{background:#ffffff08;border:1px solid #ffffff14;border-radius:24px;align-content:start;gap:12px;min-height:250px;max-height:330px;padding:15px;display:grid;overflow-y:auto}.ChatInterface-module__WGbyoa__emptyState{align-content:start;gap:14px;display:grid}.ChatInterface-module__WGbyoa__intro,.ChatInterface-module__WGbyoa__error,.ChatInterface-module__WGbyoa__notice{color:var(--muted);line-height:1.7}.ChatInterface-module__WGbyoa__suggestions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ChatInterface-module__WGbyoa__suggestion{min-height:48px;color:var(--muted);font:inherit;text-align:left;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:18px;padding:12px 14px;font-weight:700}.ChatInterface-module__WGbyoa__suggestion:hover{color:var(--text);border-color:#2fe0bb4d}.ChatInterface-module__WGbyoa__message{display:flex}.ChatInterface-module__WGbyoa__user{justify-content:flex-end}.ChatInterface-module__WGbyoa__assistant{justify-content:flex-start}.ChatInterface-module__WGbyoa__bubble{max-width:90%;color:var(--text);background:#ffffff0f;border:1px solid #ffffff14;border-radius:22px;padding:14px 15px;font-size:.96rem;line-height:1.75}.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__bubble{color:#051118;background:linear-gradient(135deg,#2fe0bb,#1f8fff);border-color:#0000;border-bottom-right-radius:8px}.ChatInterface-module__WGbyoa__assistant .ChatInterface-module__WGbyoa__bubble{border-bottom-left-radius:8px}.ChatInterface-module__WGbyoa__bubble p{white-space:pre-wrap}.ChatInterface-module__WGbyoa__notice,.ChatInterface-module__WGbyoa__error{border-radius:16px;margin:0;padding:10px 13px;font-size:.92rem}.ChatInterface-module__WGbyoa__notice{color:#fde68a;background:#fbbf241f}.ChatInterface-module__WGbyoa__error{color:#fecdd3;background:#f43f5e21}.ChatInterface-module__WGbyoa__composer{background:#ffffff0d;border:1px solid #ffffff21;border-radius:24px;align-items:flex-end;gap:8px;padding:10px;display:flex;position:relative}.ChatInterface-module__WGbyoa__plusWrap{position:relative}.ChatInterface-module__WGbyoa__plusButton,.ChatInterface-module__WGbyoa__micButton,.ChatInterface-module__WGbyoa__submit{width:42px;height:42px;font:inherit;cursor:pointer;border:0;border-radius:999px;flex:none;place-items:center;display:grid}.ChatInterface-module__WGbyoa__plusButton{color:var(--text);background:#ffffff14}.ChatInterface-module__WGbyoa__micButton{color:var(--muted);background:0 0}.ChatInterface-module__WGbyoa__submit{color:#051118;background:#fff;font-weight:900}.ChatInterface-module__WGbyoa__plusButton svg,.ChatInterface-module__WGbyoa__micButton svg,.ChatInterface-module__WGbyoa__submit svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.ChatInterface-module__WGbyoa__submit svg{width:23px;height:23px}.ChatInterface-module__WGbyoa__submit:disabled{opacity:.35;cursor:not-allowed}.ChatInterface-module__WGbyoa__input{resize:none;min-height:42px;max-height:170px;color:var(--text);font:inherit;background:0 0;border:0;outline:0;flex:1;padding:9px 4px;line-height:1.55}.ChatInterface-module__WGbyoa__input::placeholder{color:var(--muted)}.ChatInterface-module__WGbyoa__actionMenu{z-index:20;background:#07131b;border:1px solid #ffffff1f;border-radius:24px;width:305px;padding:8px;position:absolute;bottom:52px;left:0;box-shadow:0 28px 70px #00000059}.ChatInterface-module__WGbyoa__actionMenu button{width:100%;min-height:44px;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;padding:0 12px;font-weight:700}.ChatInterface-module__WGbyoa__actionMenu button:hover{background:#ffffff0f}.ChatInterface-module__WGbyoa__actionMenu span{float:right;color:var(--muted);font-size:.76rem}.ChatInterface-module__WGbyoa__typing{gap:6px;display:inline-flex}.ChatInterface-module__WGbyoa__typing span{background:var(--accent);border-radius:999px;width:8px;height:8px;animation:1s ease-in-out infinite ChatInterface-module__WGbyoa__pulse}.ChatInterface-module__WGbyoa__typing span:nth-child(2){animation-delay:.12s}.ChatInterface-module__WGbyoa__typing span:nth-child(3){animation-delay:.24s}.ChatInterface-module__WGbyoa__richText{gap:10px;display:grid}.ChatInterface-module__WGbyoa__richText p{white-space:normal;margin:0}.ChatInterface-module__WGbyoa__richText h3{color:var(--text);margin:2px 0 0;font-size:1.02rem;font-weight:900}.ChatInterface-module__WGbyoa__richText ul,.ChatInterface-module__WGbyoa__richText ol{gap:4px;margin:0;padding-left:20px;display:grid}.ChatInterface-module__WGbyoa__richText strong{color:var(--text);font-weight:900}.ChatInterface-module__WGbyoa__richText code{background:#ffffff1a;border-radius:6px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ChatInterface-module__WGbyoa__user .ChatInterface-module__WGbyoa__richText strong{color:#051118}.ChatInterface-module__WGbyoa__codeBlock{color:#e5e7eb;background:#020617;border:1px solid #ffffff1f;border-radius:16px;overflow:hidden}.ChatInterface-module__WGbyoa__codeHeader{color:#94a3b8;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.78rem;display:flex}.ChatInterface-module__WGbyoa__codeHeader button{color:#f8fafc;cursor:pointer;background:#1f2937;border:0;border-radius:999px;padding:5px 10px}.ChatInterface-module__WGbyoa__codeBlock pre{max-height:360px;margin:0;padding:14px;font-size:.86rem;line-height:1.65;overflow:auto}@keyframes ChatInterface-module__WGbyoa__pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media (max-width:760px){.ChatInterface-module__WGbyoa__shell{border-radius:24px;padding:14px}.ChatInterface-module__WGbyoa__topBar{flex-direction:column;align-items:stretch}.ChatInterface-module__WGbyoa__meta{justify-content:flex-start}.ChatInterface-module__WGbyoa__messages{min-height:235px;max-height:320px;padding:12px}.ChatInterface-module__WGbyoa__suggestions{grid-template-columns:1fr}.ChatInterface-module__WGbyoa__bubble{max-width:96%}.ChatInterface-module__WGbyoa__micButton{display:none}.ChatInterface-module__WGbyoa__actionMenu{width:min(300px,100vw - 42px)}}
.BlogCard-module__1Tt43q__card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;transition:transform .2s,border-color .2s,background .2s;display:flex;overflow:hidden}.BlogCard-module__1Tt43q__card:hover{background:#ffffff0f;border-color:#2fe0bb47;transform:translateY(-4px)}.BlogCard-module__1Tt43q__cover{aspect-ratio:16/9;object-fit:cover;background:#ffffff08;width:100%}.BlogCard-module__1Tt43q__body{padding:20px}.BlogCard-module__1Tt43q__tag,.BlogCard-module__1Tt43q__meta{color:var(--muted);font-size:.9rem}.BlogCard-module__1Tt43q__tag{letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.BlogCard-module__1Tt43q__title{font-size:1.22rem;line-height:1.18}.BlogCard-module__1Tt43q__excerpt{color:var(--muted);margin:12px 0 18px;line-height:1.65}
.HeroSection-module__YGMWTW__hero{align-items:flex-start;min-height:calc(100vh - 70px);padding:28px 0 26px;display:flex;position:relative;overflow:hidden}.HeroSection-module__YGMWTW__orbA,.HeroSection-module__YGMWTW__orbB{filter:blur(88px);pointer-events:none;border-radius:999px;position:absolute}.HeroSection-module__YGMWTW__orbA{background:#2fe0bb29;width:300px;height:300px;top:30px;left:-40px}.HeroSection-module__YGMWTW__orbB{background:#1f8fff29;width:380px;height:380px;top:-30px;right:-60px}.HeroSection-module__YGMWTW__shell{grid-template-columns:minmax(300px,.78fr) minmax(520px,1.22fr);align-items:start;gap:24px;width:min(1120px,100vw - 32px);margin:0 auto;display:grid;position:relative}.HeroSection-module__YGMWTW__copy{padding-top:18px}.HeroSection-module__YGMWTW__badge{min-height:32px;color:var(--muted);letter-spacing:.09em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:0 13px;font-size:.78rem;display:inline-flex}.HeroSection-module__YGMWTW__title{font-family:var(--font-display);letter-spacing:-.045em;margin:16px 0 14px;font-size:clamp(2.55rem,5.2vw,4.3rem);line-height:.98}.HeroSection-module__YGMWTW__title span{color:var(--accent)}.HeroSection-module__YGMWTW__subtitle{max-width:52ch;color:var(--muted);font-size:1rem;line-height:1.65}.HeroSection-module__YGMWTW__actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.HeroSection-module__YGMWTW__primary,.HeroSection-module__YGMWTW__secondary{border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 17px;font-weight:800;display:inline-flex}.HeroSection-module__YGMWTW__primary{color:#051118;background:linear-gradient(135deg,#2fe0bb,#1f8fff)}.HeroSection-module__YGMWTW__secondary{background:#ffffff0a;border:1px solid #ffffff1f}.HeroSection-module__YGMWTW__chatWrap{min-width:0}@media (max-width:1024px){.HeroSection-module__YGMWTW__hero{min-height:auto}.HeroSection-module__YGMWTW__shell{grid-template-columns:1fr}.HeroSection-module__YGMWTW__copy{text-align:center;padding-top:0}.HeroSection-module__YGMWTW__subtitle{margin:0 auto}.HeroSection-module__YGMWTW__actions{justify-content:center}}@media (max-width:640px){.HeroSection-module__YGMWTW__hero{padding:22px 0}.HeroSection-module__YGMWTW__shell{width:min(1180px,100vw - 20px)}.HeroSection-module__YGMWTW__title{font-size:clamp(2.25rem,10vw,3.3rem)}.HeroSection-module__YGMWTW__subtitle{font-size:.96rem}}
.HomeSections-module__ZUJ-pG__section{width:min(1180px,100vw - 32px);margin:0 auto;padding-top:78px}.HomeSections-module__ZUJ-pG__header{max-width:650px;margin-bottom:24px}.HomeSections-module__ZUJ-pG__eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.9rem}.HomeSections-module__ZUJ-pG__title{font-size:clamp(2rem,3.3vw,3rem);line-height:1.02}.HomeSections-module__ZUJ-pG__description{color:var(--muted);margin-top:12px;line-height:1.8}.HomeSections-module__ZUJ-pG__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.HomeSections-module__ZUJ-pG__card,.HomeSections-module__ZUJ-pG__stepCard{background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;padding:24px}.HomeSections-module__ZUJ-pG__cardTop{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.HomeSections-module__ZUJ-pG__icon{background:#ffffff14;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:inline-flex}.HomeSections-module__ZUJ-pG__pill{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.HomeSections-module__ZUJ-pG__cardTitle,.HomeSections-module__ZUJ-pG__stepTitle{font-size:1.18rem}.HomeSections-module__ZUJ-pG__cardText,.HomeSections-module__ZUJ-pG__stepText{color:var(--muted);margin-top:12px;line-height:1.75}.HomeSections-module__ZUJ-pG__linkRow{color:var(--accent);align-items:center;gap:10px;margin-top:18px;font-weight:700;display:inline-flex}.HomeSections-module__ZUJ-pG__stepNumber{color:#051118;background:linear-gradient(135deg,#2fe0bb,#1f8fff);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-weight:800;display:inline-flex}@media (max-width:1024px){.HomeSections-module__ZUJ-pG__grid{grid-template-columns:1fr}}@media (max-width:640px){.HomeSections-module__ZUJ-pG__section{width:min(1180px,100vw - 20px);padding-top:60px}}
.blog-module__JsT-Oq__page{width:min(1180px,100vw - 32px);margin:0 auto}.blog-module__JsT-Oq__section{margin-top:56px}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.blog-module__JsT-Oq__meta{color:var(--muted);letter-spacing:.04em;font-size:.95rem}.blog-module__JsT-Oq__backLink{color:var(--accent);margin-bottom:18px;font-weight:700;display:inline-flex}.blog-module__JsT-Oq__cover{aspect-ratio:16/9;object-fit:cover;background:#ffffff0a;border:1px solid #ffffff14;border-radius:30px;width:100%}.blog-module__JsT-Oq__note{border-left:3px solid var(--accent);color:var(--muted);background:#ffffff0a;border-radius:20px;margin-top:20px;padding:18px 20px;line-height:1.75}.blog-module__JsT-Oq__article{margin-top:26px}.blog-module__JsT-Oq__related{margin-top:58px}@media (max-width:1024px){.blog-module__JsT-Oq__grid{grid-template-columns:1fr}}@media (max-width:640px){.blog-module__JsT-Oq__page{width:min(1180px,100vw - 20px)}}
.ContentSections-module__m2VjUG__stack{gap:18px;display:grid}.ContentSections-module__m2VjUG__section{background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;padding:28px}.ContentSections-module__m2VjUG__section h2{margin-bottom:14px;font-size:clamp(1.4rem,2.2vw,1.9rem)}.ContentSections-module__m2VjUG__section p,.ContentSections-module__m2VjUG__section li{color:var(--muted);line-height:1.8}.ContentSections-module__m2VjUG__section p+p{margin-top:12px}.ContentSections-module__m2VjUG__section ul{margin-top:14px;padding-left:20px}.ContentSections-module__m2VjUG__section li+li{margin-top:10px}
.PageHero-module__nrZRFG__hero{padding:48px 0 10px;position:relative;overflow:hidden}.PageHero-module__nrZRFG__background{pointer-events:none;position:absolute;inset:0}.PageHero-module__nrZRFG__orbA,.PageHero-module__nrZRFG__orbB{filter:blur(80px);opacity:.5;border-radius:999px;position:absolute}.PageHero-module__nrZRFG__orbA{background:#1f8fff38;width:340px;height:340px;top:-40px;right:14%}.PageHero-module__nrZRFG__orbB{background:#2fe0bb2e;width:260px;height:260px;bottom:-50px;left:8%}.PageHero-module__nrZRFG__content{width:min(1180px,100vw - 32px);margin:0 auto;position:relative}.PageHero-module__nrZRFG__badge{min-height:34px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:10px;padding:0 16px;font-size:.86rem;display:inline-flex}.PageHero-module__nrZRFG__title{max-width:12ch;font-family:var(--font-display);letter-spacing:-.04em;margin:22px 0 18px;font-size:clamp(2.5rem,5vw,4.6rem);line-height:.98}.PageHero-module__nrZRFG__description{max-width:60ch;color:var(--muted);font-size:1.06rem}.PageHero-module__nrZRFG__stats{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.PageHero-module__nrZRFG__stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:22px;min-width:170px;padding:16px 18px}.PageHero-module__nrZRFG__stat strong{color:var(--text);margin-bottom:4px;font-size:1.1rem;display:block}.PageHero-module__nrZRFG__stat span{color:var(--muted);font-size:.95rem}.PageHero-module__nrZRFG__center .PageHero-module__nrZRFG__content{text-align:center}.PageHero-module__nrZRFG__center .PageHero-module__nrZRFG__title,.PageHero-module__nrZRFG__center .PageHero-module__nrZRFG__description{margin-left:auto;margin-right:auto}.PageHero-module__nrZRFG__center .PageHero-module__nrZRFG__stats{justify-content:center}@media (max-width:640px){.PageHero-module__nrZRFG__content{width:min(1180px,100vw - 20px)}.PageHero-module__nrZRFG__title{max-width:none}.PageHero-module__nrZRFG__description{font-size:1rem}}
.FaqList-module__WViHSG__list{gap:14px;display:grid}.FaqList-module__WViHSG__item{background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;padding:20px 22px}.FaqList-module__WViHSG__question{cursor:pointer;color:var(--text);font-size:1.04rem;font-weight:700;list-style:none}.FaqList-module__WViHSG__question::-webkit-details-marker{display:none}.FaqList-module__WViHSG__answer{color:var(--muted);margin-top:12px;line-height:1.75}
.PageTemplate-module__VZPGaW__page{width:min(1180px,100vw - 32px);margin:0 auto}.PageTemplate-module__VZPGaW__chatBlock{margin-top:20px}.PageTemplate-module__VZPGaW__chatShell{background:linear-gradient(#ffffff0d,#ffffff06),#050910d1;border:1px solid #ffffff14;border-radius:34px;padding:22px;position:relative;box-shadow:0 28px 70px #00000042}.PageTemplate-module__VZPGaW__notice{border-left:3px solid var(--accent);color:var(--muted);background:#2fe0bb14;border-radius:18px;margin-bottom:14px;padding:14px 16px;line-height:1.7}.PageTemplate-module__VZPGaW__section{margin-top:74px}.PageTemplate-module__VZPGaW__sectionHeader{max-width:640px;margin-bottom:24px}.PageTemplate-module__VZPGaW__eyebrow{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.9rem}.PageTemplate-module__VZPGaW__sectionHeader h2{margin-bottom:12px;font-size:clamp(1.9rem,3vw,2.8rem);line-height:1.02}.PageTemplate-module__VZPGaW__cards,.PageTemplate-module__VZPGaW__blogGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.PageTemplate-module__VZPGaW__card,.PageTemplate-module__VZPGaW__cardLink{background:#ffffff0a;border:1px solid #ffffff14;border-radius:28px;padding:24px}.PageTemplate-module__VZPGaW__card h3,.PageTemplate-module__VZPGaW__cardLink h3{margin-bottom:10px;font-size:1.12rem}.PageTemplate-module__VZPGaW__card p,.PageTemplate-module__VZPGaW__cardLink p{color:var(--muted);line-height:1.75}.PageTemplate-module__VZPGaW__cardLink{flex-direction:column;transition:transform .18s,border-color .18s;display:flex}.PageTemplate-module__VZPGaW__cardLink span{color:var(--accent);margin-top:auto;padding-top:18px;font-weight:700}.PageTemplate-module__VZPGaW__cardLink:hover{border-color:#2fe0bb47;transform:translateY(-4px)}@media (max-width:1024px){.PageTemplate-module__VZPGaW__cards,.PageTemplate-module__VZPGaW__blogGrid{grid-template-columns:1fr}}@media (max-width:640px){.PageTemplate-module__VZPGaW__page{width:min(1180px,100vw - 20px)}.PageTemplate-module__VZPGaW__chatShell{border-radius:28px;padding:16px}.PageTemplate-module__VZPGaW__section{margin-top:60px}}
.SimplePage-module__9PAaSG__page{width:min(1180px,100vw - 32px);margin:0 auto}.SimplePage-module__9PAaSG__section{margin-top:56px}@media (max-width:640px){.SimplePage-module__9PAaSG__page{width:min(1180px,100vw - 20px)}}
