:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090b0d;--bg-deep:#050607;--surface:#0d1114d1;--surface-strong:#111518f0;--surface-warm:#20160eb8;--text:#fff7ec;--muted:#b7bbb8;--muted-strong:#e2e6e1;--line:#fff7ec24;--line-strong:#8eeaff57;--accent:#56d7ff;--accent-strong:#8eeaff;--accent-soft:#56d7ff1f;--warm:#8eeaff;--shadow:0 28px 80px #0000006b;--radius:8px;--container:min(100% - 40px, 82rem);--site-header-height:76px;--site-header-gutter:20px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}html{scroll-behavior:smooth;scroll-padding-top:var(--site-header-height)}@media (min-width:900px){html{scroll-snap-type:y mandatory}}body{font-family:var(--font-sans), sans-serif;color:var(--text);scroll-padding-top:var(--site-header-height);background:linear-gradient(#090b0da3,#050607f5 48%),linear-gradient(135deg,#14100d 0%,#0a0c0f 46%,#050607 100%);line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}img,svg,video{max-width:100%;display:block}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:4px;outline:2px solid #8eeaffb8}.landingPage{overflow-x:clip}.siteNav,.heroPoster,.demoSection,.featureSection,.salesSection,.siteFooter,.legalHeader,.legalDocument{width:var(--container);margin:0 auto;position:relative}.voiceDock{top:calc(var(--site-header-height) + 12px);z-index:50;border:1px solid var(--line);max-width:min(100% - 24px,38rem);min-height:52px;color:var(--text);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;background:#080b0dd6;border-radius:999px;align-items:center;gap:12px;padding:8px 18px;transition:transform .26s,opacity .26s;display:inline-flex;position:fixed;left:50%;transform:translate(-50%,-140%)}.voiceDockVisible{opacity:1;transform:translate(-50%)}.voiceDockWarning{background:#120f09e6;border-color:#ffd16661}.voiceDockPulse{background:#ffffff3d;border-radius:999px;width:12px;height:12px}.voiceDockWarning .voiceDockPulse{background:#ffd166;box-shadow:0 0 0 8px #ffd16614}.voiceDockPulseLive{background:var(--accent-strong);animation:1.6s ease-in-out infinite dockPulse;box-shadow:0 0 0 8px #8eeaff1a}.voiceDockLabel,.voiceDockPersona,.promptTitle,.demoLink{font-size:.92rem}.voiceDockLabel{font-weight:700}.voiceDockText{gap:2px;min-width:0;display:grid}.voiceDockNotice{color:#e2e6e1ad;font-size:.72rem;line-height:1.18;display:block}.voiceDockPersona{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.heroSection{isolation:isolate;scroll-snap-align:start;background:linear-gradient(#02050905 0%,#02081080 62%,#031826f5 100%),linear-gradient(135deg,#020407 0%,#07101d 48%,#06182a 100%);grid-template-rows:1fr;height:100svh;min-height:100svh;display:grid;position:relative;overflow:hidden}.heroBackdrop{pointer-events:none;z-index:-1;background:linear-gradient(90deg,#8eeaff1a,#0000 24% 76%,#2f9cff1f),linear-gradient(#05070a1f,#050a11e0 82%);position:absolute;inset:0}.heroSection:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#0000,#56d7ff14 54%,#56d7ff24);height:36%;position:absolute;bottom:0;left:-10%;right:-10%}.heroOrbPreview{z-index:1;aspect-ratio:1;opacity:.94;pointer-events:none;background:radial-gradient(circle at 38% 28%,#fffffff2,#aff9ffe6 15%,#58cfffb8 36%,#0a4884eb 67%,#020f28fa 100%),linear-gradient(150deg,#fff3,#0000 34%,#0855a63d 74%);border-radius:50%;place-items:center;width:clamp(22rem,44vw,38rem);animation:5.8s ease-in-out infinite heroOrbBreathe;display:grid;position:absolute;bottom:clamp(-15rem,-18vw,-9rem);left:50%;transform:translate(-50%);box-shadow:0 0 68px #8eeaff70,0 0 146px #2f9cff3d,0 0 260px #09317c52,inset 0 0 58px #f4feff57,inset -42px -56px 84px #01153a7a}.heroOrbPreview:before,.heroOrbPreview:after{content:"";border-radius:inherit;pointer-events:none;position:absolute}.heroOrbPreview:before{filter:blur(18px);z-index:-1;background:radial-gradient(circle,#8eeaff52,#2f9cff21 46%,#0000 71%);inset:-16%}.heroOrbPreview:after{mix-blend-mode:screen;opacity:.46;background:linear-gradient(145deg,#ffffff57,#0000 28%),radial-gradient(circle at 58% 76%,#020d2866,#0000 40%);inset:0}.siteNav{z-index:60;width:100%;padding:14px max(var(--site-header-gutter), calc((100vw - 82rem) / 2));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#05080cfa,#05080ced),#05080cf5;border-bottom:1px solid #fff7ec1a;justify-content:space-between;align-items:center;gap:24px;margin:0;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 18px 50px #0000002e}.navSignature,.navMeta,.navAction{align-items:center;display:inline-flex}.navSignature{border-radius:999px;gap:12px}.navMeta{flex-wrap:nowrap;justify-content:flex-end;gap:12px}.navAction{color:#ecfcffb8;min-height:40px;padding:0 4px;font-size:.95rem;transition:color .16s,border-color .16s,background-color .16s,transform .16s}.navAction:hover{color:var(--text)}.navActionPrimary{color:var(--text);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ecfcff14;border:1px solid #ecfcff29;border-radius:999px;padding:0 16px}.navActionPrimary:hover{background:#56d7ff1f;border-color:#8eeaff73;transform:translateY(-1px)}.brandName{font-size:1.32rem;font-weight:700}.mathuPulseMark{aspect-ratio:1;isolation:isolate;border-radius:50%;flex:none;place-items:center;width:56px;display:inline-grid;position:relative}.mathuPulseShell,.mathuPulseGlow,.mathuPulseRing{border-radius:inherit;position:absolute;inset:0}.mathuPulseShell{background:linear-gradient(145deg,#ffffff24,#0000 44%),radial-gradient(circle at 35% 28%,#56d7ff5c,#081622f5 64%,#05080c 100%);box-shadow:inset 0 0 0 1px #ecfcff14,0 0 0 1px #ecfcff05}.mathuPulseGlow{filter:blur(12px);z-index:1;background:radial-gradient(circle,#8eeaffb3 0%,#56d7ff3d 58%,#0000 78%);inset:22%;transform:scale(1.25)}.mathuPulseRing{opacity:0;z-index:0;border:1.5px solid #8eeaff7a;transform:scale(.58)}.mathuPulseCore{aspect-ratio:1;z-index:2;background:linear-gradient(#8eeaff 0%,#2f9cff 100%);border-radius:50%;width:44%;position:relative;box-shadow:inset 0 1px 2px #ffffff6b,0 0 34px #56d7ff80}.mathuPulseMarkAnimated .mathuPulseRingOne{animation:3.6s ease-out infinite pulseOrbit}.mathuPulseMarkAnimated .mathuPulseRingTwo{animation:3.6s ease-out 1.2s infinite pulseOrbit}.mathuPulseMarkNav{width:28px}.mathuPulseMarkCta{width:20px}.heroPoster{z-index:2;grid-template-rows:minmax(0,1fr) auto;place-items:center;min-height:calc(100svh - 74px);padding:3.4rem 0 1.2rem;animation:.72s ease-out both fadeUp;display:grid;position:relative}.heroCopy{text-align:center;justify-items:center;gap:1.1rem;max-width:58rem;display:grid}.eyebrow{color:var(--warm);text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.heroCopy h1,.sectionIntro h2,.salesCopy h2,.conversationHeader h3{margin:0;font-weight:700;line-height:.96}.heroCopy h1{max-width:13ch;color:var(--text);letter-spacing:0;text-wrap:balance;font-family:Georgia,Times New Roman,serif;font-size:6.8rem;font-weight:500;line-height:.88}.heroCopy p{color:#ecfcffb8;max-width:40rem;margin:0;font-size:1.15rem}.heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:.85rem;display:flex}.heroRequestButton{color:#06101d;background:#f8fbff;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;gap:12px;min-height:54px;padding:0 22px;font-weight:700;transition:transform .18s,border-color .18s,background-color .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 22px 56px #2476ff42}.heroRequestButton:hover,.salesButton:hover{filter:brightness(1.04);transform:translateY(-2px)}.meetStartButton:disabled{cursor:wait;opacity:.62}.meetStartButton:disabled:hover{filter:none;transform:none}.brandMarquee{z-index:2;gap:14px;width:min(100%,66rem);margin-top:1.8rem;display:grid}.brandMarquee p{color:#ecfcff75;text-align:center;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:700}.brandMarqueeViewport{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000);mask-image:linear-gradient(90deg,#0000,#000 2% 98%,#0000)}.brandMarqueeViewport:before{content:"";z-index:0;filter:blur(12px);pointer-events:none;background:radial-gradient(#ecfcff12,#8eeaff0a 32%,#0000 70%),linear-gradient(90deg,#0000,#020912b8 14%,#020912ad 86%,#0000);position:absolute;inset:-18px -2%}.brandMarqueeTrack{z-index:1;align-items:center;width:max-content;animation:28s linear infinite logoMarquee;display:flex;position:relative}.brandLogo{flex:none;justify-content:center;align-items:center;min-width:15rem;height:4.6rem;padding:0 2rem;display:inline-flex;position:relative}.brandLogo:before{content:"";opacity:.68;pointer-events:none;background:radial-gradient(#ecfcff17,#ecfcff0a 44%,#0000 76%);border-radius:999px;position:absolute;inset:.8rem 1rem}.brandLogo img{z-index:1;opacity:.96;object-fit:contain;filter:brightness(1.22)saturate(1.12)drop-shadow(0 2px 8px #ecfcff42)drop-shadow(0 10px 22px #00000057);max-width:11rem;max-height:2.85rem;position:relative}.brandLogoLaQuinta:before{opacity:.88;background:radial-gradient(at 38% 46%,#fff5b029,#0000 34%),radial-gradient(#e0ffef33,#ecfcff1a 50%,#0000 82%);inset:.55rem .4rem}.brandLogoLaQuinta img{filter:brightness(2.15)saturate(1.72)contrast(1.12)drop-shadow(0 1px 5px #fff5b047)drop-shadow(0 2px 10px #ecfcff57)drop-shadow(0 10px 24px #00000057)}.heroOperationsStage{z-index:1;pointer-events:none;width:min(100%,70rem);height:18rem;position:absolute;top:calc(100% + 1rem);left:50%;transform:translate(-50%)}.hotelSystemCanvas{background:linear-gradient(90deg,#0000,#8eeaff14,#0000),linear-gradient(#081827db,#040e1842);border-top:1px solid #8eeaff29;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ecfcff0d}.hotelSystemCanvas:before,.hotelSystemCanvas:after{content:"";opacity:.72;border:1px solid #8eeaff14;position:absolute;inset:18px 8%}.hotelSystemCanvas:after{border-color:#8eeaff1f;inset:46px 18%}.hotelSystemPanel{color:#ecfcffb3;opacity:.62;background:#05101ca3;border:1px solid #8eeaff29;gap:4px;width:15.5rem;padding:13px 14px;display:grid;position:absolute}.hotelSystemPanel span,.hotelSystemPanel small{color:#ecfcff7a;font-size:.72rem}.hotelSystemPanel strong{color:var(--text);font-size:.95rem;font-weight:700}.hotelSystemPanelProfile{top:28px;left:7%}.hotelSystemPanelRequest{top:56px;right:12%}.hotelSystemPanelBooking{bottom:28px;right:5%}.hotelSystemPanelCalendar{bottom:22px;left:14%}.heroPhone{background:linear-gradient(#122c40f0,#040e18fa),#06111e;border:1.5px solid #8eeaff9e;border-radius:34px;align-content:start;justify-items:center;width:13.2rem;height:17.2rem;padding:2.3rem 1.4rem 1.2rem;display:grid;position:absolute;bottom:1rem;left:50%;transform:translate(-50%);box-shadow:0 22px 80px #00000070,0 0 60px #56d7ff29}.heroPhoneSpeaker{border:1px solid #ecfcff47;border-radius:999px;width:48px;height:12px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.heroPhoneMark{width:42px;margin-bottom:12px}.heroPhone strong{color:var(--text);font-size:1.08rem}.heroPhone small{color:#ecfcff94}.heroVoiceWave{align-items:center;gap:4px;height:48px;margin-top:1.5rem;display:flex}.heroVoiceWave span{background:var(--accent-strong);opacity:.7;border-radius:999px;width:3px;height:20px;animation:1.4s ease-in-out infinite heroWave}.heroVoiceWave span:nth-child(2n){height:32px;animation-delay:.12s}.heroVoiceWave span:nth-child(3n){height:14px;animation-delay:.22s}.heroVoiceWave span:nth-child(4n){height:26px;animation-delay:.32s}.heroPhoneActions{gap:18px;margin-top:1.2rem;display:flex}.heroPhoneActions span{background:#ecfcff14;border:1px solid #ecfcff14;border-radius:999px;width:28px;height:28px}.computerUseOverlay strong,.computerUseToolRow strong,.computerUseStepHeader strong{font-size:.98rem;display:block}.conversationBubble strong{color:#fff7eca3;text-transform:uppercase;font-size:.78rem;font-weight:700}.heroPersonaPanel{justify-items:start;gap:16px;max-width:34rem;display:grid}.demoPersonaPanel{justify-self:end;padding-top:0}.heroPersonaKicker{color:var(--muted-strong);text-transform:uppercase;margin:0;font-size:.78rem;font-weight:700}.personaRow{flex-wrap:wrap;align-items:flex-start;gap:14px;display:flex}.personaRowHero{justify-content:flex-start}.personaBubble{width:7rem;color:var(--text);cursor:pointer;background:0 0;border:0;justify-items:center;gap:10px;padding:0;display:grid}.personaImageWrap{background:#fff7ec0f;border:1px solid #fff7ec29;border-radius:999px;width:88px;height:88px;padding:4px;transition:transform .18s,border-color .18s,box-shadow .18s,background-color .18s;box-shadow:0 16px 34px #0000002e}.personaBubble:hover .personaImageWrap,.personaBubbleSelected .personaImageWrap{background:#56d7ff1f;border-color:#8eeaff8a;transform:translateY(-3px);box-shadow:0 20px 44px #0000004d}.personaImage{object-fit:cover;border-radius:999px;width:100%;height:100%}.personaLabel{min-height:2.5rem;color:var(--muted);text-align:center;font-size:.88rem;line-height:1.2;transition:color .18s,transform .18s}.personaBubble:hover .personaLabel,.personaBubbleSelected .personaLabel{color:var(--text);transform:translateY(-1px)}.heroPersonaHint{max-width:28rem;color:var(--muted);gap:6px;margin:0;font-size:.98rem;display:grid}.heroPersonaHint strong{color:var(--text);font-size:1.18rem}.heroPersonaHint span{color:var(--muted)}.demoSection{scroll-snap-align:start;align-content:center;min-height:100svh;padding:72px 0 112px;display:grid}.demoSectionVisible{animation:.5s ease-out both fadeUp}.sectionStory{width:var(--container);grid-template-columns:15rem minmax(0,1fr);align-items:start;gap:1.8rem;margin:0 auto;display:grid}.sectionRail{z-index:1;gap:10px;padding-top:4.5rem;display:grid;position:sticky;top:6rem}.sectionRailLink{border-bottom:1px solid var(--line);color:#ecfcff70;text-transform:uppercase;padding:0 0 12px 18px;font-size:.78rem;font-weight:700;line-height:1.2;transition:border-color .16s,color .16s,transform .16s;display:block;position:relative}.sectionRailLink:before,.sectionRailLink:after{content:"";pointer-events:none;transition:background-color .16s,box-shadow .16s,opacity .16s,transform .16s,width .18s;position:absolute;left:0}.sectionRailLink:before{opacity:.58;background:#ecfcff38;border-radius:999px;width:6px;height:6px;top:.14rem;transform:scale(.74)}.sectionRailLink:after{background:linear-gradient(90deg, var(--accent-strong), #8eeaff00);width:0;height:1px;bottom:-1px}.sectionRailLink:hover,.sectionRailLink:focus-visible{color:var(--text);border-color:#8eeaff85;transform:translate(4px)}.sectionRailLink:hover:before,.sectionRailLink:focus-visible:before{background:var(--accent-strong);opacity:1}.sectionRailLinkActive,.sectionRailLink[aria-current=location]{color:var(--accent-strong);text-shadow:0 0 18px #56d7ff47;border-color:#8eeaff9e;transform:translate(4px)}.sectionRailLinkActive:before,.sectionRailLink[aria-current=location]:before{background:var(--accent-strong);opacity:1;transform:scale(1);box-shadow:0 0 0 5px #56d7ff1a,0 0 18px #56d7ff73}.sectionRailLinkActive:after,.sectionRailLink[aria-current=location]:after{width:100%}.sectionPanels{z-index:2;min-width:0;position:relative}.breakdownSection{border-top:1px solid var(--line);width:100%;scroll-margin-top:var(--site-header-height);scroll-snap-align:start;scroll-snap-stop:always;margin:0;position:relative}.sectionPanels>.breakdownSection{height:calc(100svh - var(--site-header-height));min-height:calc(100svh - var(--site-header-height));scroll-snap-align:center;align-content:center;padding:1.25rem 0;scroll-margin-top:0;display:grid;overflow:hidden}.breakdownHeader{min-width:0;max-width:58rem;padding-top:10px}.breakdownHeader h2{max-width:18ch;color:var(--text);text-wrap:balance;margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:3rem;font-weight:500;line-height:.94}.breakdownHeader p:not(.eyebrow){max-width:42rem;color:var(--muted);margin:12px 0 0;font-size:.98rem}.meetLancePanel{background:linear-gradient(#56d7ff09,#060d0f1a),#070d0fad;min-width:0;padding:22px;display:grid}.meetLanceLabel{align-items:center;gap:10px;min-height:20px;display:flex}.meetLanceLabel span{background:#56d7ffc7;border-radius:999px;width:8px;height:8px;box-shadow:0 0 18px #56d7ff47}.meetLanceLabel p{color:#fff7ecc7;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.meetLanceRule{background:#fff7ec29;height:1px;margin-top:12px}.meetLanceCopy{gap:16px;margin-top:18px;display:grid}.meetLanceCopy h2{color:#fff7ecbd;text-align:right;text-wrap:nowrap;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,4.9vw,4.7rem);font-weight:500;line-height:.96}.meetLanceCopy h2 span{color:#0000;background:linear-gradient(120deg,#2476ff,#56d7ff 64%,#8eeaff);-webkit-background-clip:text;background-clip:text}.meetLanceCopy p{color:#e2e6e1ad;max-width:36rem;margin:0;font-size:.98rem;line-height:1.45}.meetLanceBody{grid-template-columns:minmax(0,3fr) minmax(19rem,2fr);align-items:stretch;gap:24px;margin-top:24px;display:grid}.meetFeatureBox,.systemsCore,.systemTile,.testimonialItem{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, #fff7ec0e, #fff7ec05), var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.meetGraphic{background:radial-gradient(circle at 50% 18%,#56d7ff33,#0000 28%),radial-gradient(circle at 50% 95%,#2476ff29,#0000 36%),#02070924;border:0;place-items:center;min-height:20rem;display:grid;position:relative;overflow:hidden}.meetGraphic:before,.meetGraphic:after{content:"";pointer-events:none;position:absolute}.meetGraphic:before{opacity:.72;border:1px solid #8eeaff1c;inset:18% 5%}.meetGraphic:after{border:1px solid #8eeaff17;border-radius:999px;width:23rem;height:23rem;animation:18s linear infinite slowSpin}.meetGraphicPhone{z-index:2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#060c10cc;border:1px solid #8eeaff38;border-radius:30px;gap:10px;width:min(78%,25rem);min-height:17rem;padding:16px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff0d,0 30px 90px #00000075}.meetGraphicPhone:before{content:"";background:#00000029;border:1px solid #8eeaff24;border-radius:999px;justify-self:center;width:72px;height:16px}.meetGraphicTop{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.meetGraphicMark{width:42px}.meetGraphicMark .mathuPulseShell{background:linear-gradient(145deg,#ffffff1f,#0000 46%),radial-gradient(circle,#164965f0 0%,#081c2bf5 58%,#050c12 100%)}.meetGraphicMark .mathuPulseGlow{background:radial-gradient(circle,#8eeaff9e 0%,#56d7ff33 58%,#0000 78%);inset:24%;transform:none}.meetGraphicMark .mathuPulseCore{width:44%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.meetGraphicTop strong{color:var(--text);font-size:1rem;display:block}.meetGraphicWave{justify-content:center;align-items:center;gap:5px;height:34px;display:flex}.meetGraphicWave span{transform-origin:50%;background:#8eeaffa3;border-radius:999px;width:3px;height:14px;animation:1.4s ease-in-out infinite voiceBar}.meetGraphicWave span:nth-child(2n){height:24px;animation-delay:.12s}.meetGraphicWave span:nth-child(3n){height:31px;animation-delay:.24s}.meetGraphicChat{gap:8px;display:grid}.meetGraphicBubble{background:#fff7ec0b;border:1px solid #fff7ec17;border-radius:18px;max-width:80%;padding:9px 11px}.meetGraphicBubble strong{color:#fff7ecb3;font-size:.72rem;display:block}.meetGraphicBubble p{color:#fff7ecd1;margin:4px 0 0;font-size:.84rem;line-height:1.32}.meetGraphicBubbleagent{background:#56d7ff1a;border-color:#8eeaff3d;justify-self:end}.meetGraphicBubblesystem{background:#fff7ec0f;border-color:#fff7ec1f;max-width:92%}.meetGraphicButton{justify-self:center;margin-top:0}.meetGraphicSystem{z-index:1;opacity:.82;background:#060c106b;border:1px solid #8eeaff1f;width:13rem;padding:14px;position:absolute}.meetGraphicSystem span{color:#8eeaffb8;text-transform:uppercase;font-size:.72rem;font-weight:800;display:block}.meetGraphicSystem strong{color:#fff7ecb8;margin-top:6px;font-size:.88rem;line-height:1.25;display:block}.meetGraphicSystemPms{top:18%;left:4%}.meetGraphicSystemStaff{bottom:20%;right:3%}.meetStartButton{min-height:46px;color:var(--text);cursor:pointer;background:#56d7ff1a;border:1px solid #8eeaff57;border-radius:999px;justify-content:center;align-items:center;margin-top:12px;padding:0 18px;font-weight:700;transition:border-color .16s,background-color .16s,transform .16s;display:inline-flex}.meetStartButton:hover{background:#56d7ff29;border-color:#8eeaff94;transform:translateY(-1px)}.meetFeatureStack{flex-direction:column;gap:14px;min-width:0;display:flex}.meetFeatureBox{min-height:6.4rem;box-shadow:none;background:0 0;border-radius:0;flex:1;align-content:center;padding:18px;display:grid}.meetFeatureBox h3{color:#fff7ecc7;margin:0;font-size:1.12rem;font-weight:500}.meetFeatureBox p{color:#e2e6e19e;margin:10px 0 0;font-size:.88rem;line-height:1.38}.resultsSection{padding:2rem 0}.resultsDashboard{color:var(--text);grid-template-columns:minmax(0,1fr) minmax(17rem,.34fr);gap:14px;margin-top:18px;display:grid}.resultsLedgerPanel,.resultsProofPanel{border-radius:var(--radius);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#56d7ff1a,#ffd1660b 52%,#040a10e0),#060c12db;border:1px solid #8eeaff2e;box-shadow:inset 0 1px #ffffff0a,0 34px 90px #0000005c}.resultsLedgerPanel{min-width:0;padding:18px}.resultsProofPanel{align-content:space-between;min-width:0;padding:18px;display:grid}.resultsPanelHeader{border-bottom:1px solid #8eeaff1f;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.resultsPanelHeader div{min-width:0}.resultsPanelHeader span{color:#8eeaffc7;letter-spacing:0;text-transform:uppercase;font-size:.74rem;font-weight:800;display:block}.resultsPanelHeader h3{color:var(--text);margin:5px 0 0;font-size:1.02rem;line-height:1.18}.resultsPanelHeader p{color:#e2e6e18f;max-width:14rem;margin:0;font-size:.78rem;font-weight:700;line-height:1.32}.resultsPanelHeaderStacked{justify-content:stretch;gap:6px;display:grid}.resultsPanelHeaderStacked h3,.resultsPanelHeaderStacked p{margin:0}.resultsPanelHeaderStacked p{max-width:none}.resultsVisualizer{gap:2rem;margin-top:2rem;display:grid}.resultsCentralHub{border-radius:var(--radius);background:radial-gradient(circle,#8eeaff0d,#040d17cc);border:1px solid #8eeaff26;margin-top:2rem;padding:1.5rem;position:relative}.hubHeader{text-align:center;margin-bottom:1rem}.hubHeader h3{color:#8eeaff;text-transform:uppercase;letter-spacing:1px;margin:0 0 8px;font-size:1.2rem}.hubHeader p{color:#fff9;margin:0;font-size:.9rem}.resultsHubContainer{isolation:isolate;grid-template-rows:minmax(5.2rem,auto) minmax(8.5rem,auto) minmax(5.2rem,auto) auto;grid-template-columns:minmax(13rem,.9fr) minmax(15rem,.74fr) minmax(13rem,.9fr);align-items:center;gap:.8rem clamp(1.4rem,4vw,3.5rem);min-height:29rem;margin-top:-1.25rem;display:grid;position:relative}.hubOrbitNode{z-index:4;flex-direction:column;gap:12px;max-width:18rem;display:flex;position:relative}.hubOrbitGuest{text-align:right;grid-area:2/1;justify-self:end;align-items:flex-end}.hubOrbitEmployee{grid-area:1/3/3;place-self:end start;align-items:flex-start;margin-left:clamp(1.25rem,2.6vw,2.6rem)}.hubOrbitOwner{grid-area:3/3;place-self:start;align-items:flex-start;margin-left:clamp(1.25rem,2.6vw,2.6rem)}.hubOrbitCenter{z-index:3;grid-area:1/2/4;align-self:center;justify-items:center;display:grid;position:relative}.hubOrbitLines{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.hubOrbitLine{fill:none;stroke:#8eeaff29;stroke-linecap:round;stroke-linejoin:round;stroke-width:.24px;vector-effect:non-scaling-stroke;transition:stroke .3s,stroke-width .3s,filter .3s,opacity .3s}.hubOrbitLineActive{stroke:#8eeaffc7;stroke-width:.44px;filter:drop-shadow(0 0 7px #8eeaffb8)}.hubCore{z-index:10;flex-direction:column;align-items:center;gap:clamp(12px,2vw,18px);display:flex}.hubCoreTop{background:#0009;border:1px solid #8eeaff4d;border-radius:50%;flex-direction:column;align-items:center;padding:1.35rem;display:flex;position:relative;box-shadow:0 0 40px #8eeaff1a}.hubCoreTop:after{content:"";background:linear-gradient(#8eeaff9e,#8eeaff29);width:2px;height:18px;position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%)}.visualizerMathuMark{width:72px;height:72px}.hubPersona{background:#0006;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:12px;padding:12px 20px;display:flex}.guestPersona{flex-direction:row-reverse}.humanAvatar{background:#24d27e;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 0 15px #24d27e33}.guestAvatar{background:#ff9f7a;box-shadow:0 0 15px #ff9f7a33}.ownerAvatar{background:#a881ff;box-shadow:0 0 15px #a881ff33}.humanAvatar:after{content:"👤";font-size:1.2rem}.hubPersona span{color:#fff;font-size:.9rem;font-weight:700}.hubChatBubble{border-radius:var(--radius);opacity:.2;z-index:5;background:#040d17e6;border:1px solid #8eeaff66;max-width:250px;padding:1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:translateY(10px)scale(.95)}.hubChatBubble:after{content:"";background:#040d17e6;border-top:1px solid #8eeaff66;border-right:1px solid #8eeaff66;width:12px;height:12px;transition:border-color .4s;position:absolute;top:50%}.hubChatBubbleLeft:after{right:-7px;transform:translateY(-50%)rotate(45deg)}.hubChatBubbleRight:after{left:-7px;transform:translateY(-50%)rotate(225deg)}.activeBubble{opacity:1;border-color:#8eeaff;transform:translateY(0)scale(1);box-shadow:0 10px 30px #00000080,0 0 15px #8eeaff26}.activeBubble:after{border-color:#8eeaff}.hubChatBubble strong{text-transform:uppercase;color:#8eeaff;margin-bottom:4px;font-size:.7rem;display:block}.hubChatBubble p{color:#fff;margin:0;font-size:.85rem;line-height:1.4}.hubComputer{perspective:60rem;justify-items:center;width:min(20.5rem,31vw);min-width:16rem;display:grid}.hubComputerScreen{background:linear-gradient(135deg,#ffffff1f,#0000 30%),radial-gradient(circle at 18% 16%,#8eeaff38,#0000 36%),linear-gradient(#091e2bf5,#02080efa);border:6px solid #050c13f0;border-radius:14px;width:100%;min-height:9rem;padding:1.75rem .9rem 1rem;position:relative;overflow:hidden;transform:rotateX(2deg);box-shadow:inset 0 0 0 1px #8eeaff24,inset 0 -28px 50px #00000061,0 22px 55px #0000006b,0 0 44px #8eeaff17}.hubComputerScreen:before{content:"";pointer-events:none;opacity:.7;background:linear-gradient(120deg,#fff3,#0000 28% 66%,#8eeaff14);position:absolute;inset:0}.hubComputerScreen:after{content:"";pointer-events:none;border:1px solid #8eeaff1c;border-radius:8px;position:absolute;inset:12px}.hubComputerChrome{z-index:2;gap:6px;display:flex;position:absolute;top:8px;left:12px}.hubComputerChrome span{background:#8eeaff6b;border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #8eeaff2e}.hubSystemsArea{z-index:2;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.55rem;width:100%;display:grid;position:relative}.systemNode{text-align:center;opacity:.5;background:linear-gradient(#8eeaff1f,#8eeaff08),#0000006b;border:1px solid #8eeaff33;border-radius:8px;place-items:center;min-height:4.7rem;padding:.65rem;transition:all .3s;display:grid;box-shadow:inset 0 1px #ffffff0a}.systemNodeActive{opacity:1;border-color:#8eeaffcc}.systemNode strong{color:#8eeaff;font-size:.74rem;line-height:1.2;display:block}.hubComputerStand{justify-items:center;margin-top:-1px;display:grid}.hubComputerNeck{background:linear-gradient(90deg,#040a10f5,#192f39f5 50%,#040a10f5);border:1px solid #8eeaff26;border-top:0;width:3.4rem;height:1.9rem;box-shadow:inset 0 1px #ffffff0a}.hubComputerBase{background:linear-gradient(#23424ef0,#040a10fa);border:1px solid #8eeaff29;border-radius:999px 999px 8px 8px;width:8rem;height:.9rem;box-shadow:0 14px 34px #0000005c}.systemFlash{animation:1.5s ease-in-out infinite alternate flashSystem}@keyframes flashSystem{0%{transform:translateY(0);box-shadow:0 0 5px #8eeaff1a}to{transform:translateY(-5px);box-shadow:0 0 25px #8eeaff66}}.hubResolutionTracker{text-align:center;border-radius:var(--radius);background:#24d27e1a;border:1px solid #24d27e4d;grid-area:4/1/auto/-1;justify-self:center;width:min(42rem,100%);margin-top:.25rem;padding:.9rem;animation:.4s fadeIn}.hubTrackerLabel{color:#24d27e;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:800;display:block}.hubResolutionTracker p{color:#fff;margin:8px 0 0;font-size:1rem;font-weight:500}@media (max-width:900px){.resultsHubContainer{grid-template-rows:auto;grid-template-columns:1fr;gap:1.25rem;min-height:0}.hubOrbitGuest,.hubOrbitEmployee,.hubOrbitOwner,.hubOrbitCenter,.hubResolutionTracker{text-align:center;grid-area:auto/1;justify-self:center;align-items:center;margin-left:0}.hubOrbitLines{display:none}.hubOrbitCenter{order:-1;width:100%}.hubCore{width:100%}.hubComputer{width:min(100%,26rem);min-width:0}.hubSystemsArea{flex-direction:column;grid-template-columns:1fr;align-items:center}.systemNode{min-height:4.4rem}.hubChatBubbleLeft:after,.hubChatBubbleRight:after{display:none}}.computerUseFeatureSection{align-content:start;gap:14px;min-height:100svh;padding:1.25rem 0;display:grid}.computerUseFeatureSection .computerUseStage{grid-template-columns:clamp(16rem,22vw,22rem) minmax(0,1fr);align-items:stretch;gap:14px;width:100%;max-width:100%}.computerUseFeatureSection .breakdownHeader{max-width:64rem}.computerUseFeatureSection .breakdownHeader h2{max-width:20ch}.systemsSection{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding:2rem 0;display:grid}.systemsCopy{min-width:0}.systemsFeatureList{border-top:1px solid var(--line);margin-top:24px;display:grid}.systemsFeatureList p{border-bottom:1px solid var(--line);color:var(--muted-strong);margin:0;padding:12px 0}.systemsMap{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(72px,auto);gap:10px;min-width:0;display:grid}.systemsCore{background:linear-gradient(180deg, #56d7ff24, #56d7ff0a), var(--surface-strong);border-color:#8eeaff6b;grid-area:2/2/4/4;align-content:center;place-items:center;min-height:10rem;display:grid}.systemsCoreBrand{align-items:center;gap:12px;display:inline-flex}.systemsCoreBrand .mathuPulseMarkCta{width:28px}.systemsCore strong{font-size:1.42rem;line-height:1}.systemTile{color:#ecfcffdb;isolation:isolate;place-items:center;min-height:84px;padding:14px 12px;transition:border-color .18s,background-color .18s,color .18s,transform .18s;display:grid;position:relative;overflow:hidden}.systemTile:before{content:"";z-index:-1;border-radius:calc(var(--radius) - 2px);background:radial-gradient(circle at 50% 0, var(--system-glow,#8eeaff2e), transparent 72%), linear-gradient(180deg, #ffffff0f, transparent);opacity:.72;transition:opacity .18s,transform .18s;position:absolute;inset:10px}.systemTile:hover:before{opacity:1;transform:scale(1.04)}.systemTile:hover{color:var(--text);background:#56d7ff1a;border-color:#8eeaff6b;transform:translateY(-2px)}.systemTileOpera{--system-glow:#ff312f42}.systemTileSynxis,.systemTileWyndham,.systemTileGoogle{--system-glow:#4285f442}.systemTileCloudbeds,.systemTileEmail,.systemTileTask,.systemTilePortal{--system-glow:#56d7ff3d}.systemTileMews{--system-glow:#ffd84d42}.systemTileChoice,.systemTileAlice{--system-glow:#ff7a3d3d}.systemTileQuore{--system-glow:#24d27e3d}.systemLogo{filter:drop-shadow(0 10px 22px #0000003d);width:min(100%,10rem);height:3.4rem;overflow:visible}.systemLogoWord,.systemLogoSub{font-family:var(--font-sans), Arial, sans-serif;letter-spacing:0}.systemLogoWord{font-size:1.28rem;font-weight:800}.systemLogoWordLarge{font-size:1.55rem}.systemLogoWordSoft{fill:#f8fdff;text-shadow:0 1px 8px #00000094;font-size:1.04rem}.systemLogoWordChoice{font-size:1.02rem;font-weight:800}.systemLogoSub{font-size:.72rem;font-weight:700}.systemLogoSubChoice,.systemLogoUtilityText{fill:#dff8ff;text-shadow:0 1px 8px #00000094;font-size:.66rem}.systemLogoUtilityText{fill:#fff;font-weight:800}.testimonialsSection{padding:2rem 0}.testimonialGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.testimonialItem{align-content:space-between;gap:1.4rem;min-height:14.5rem;padding:20px;display:grid}.testimonialItem p{color:var(--muted-strong);margin:0;font-size:1.05rem;line-height:1.38}.testimonialPerson,.testimonialItem strong,.testimonialItem span{display:block}.testimonialItem strong{color:var(--text)}.testimonialItem span{color:var(--muted);margin-top:4px}.demoTopline{grid-template-columns:minmax(0,1fr) minmax(21rem,.58fr);align-items:end;gap:2.2rem;display:grid}.sectionIntro{border-top:1px solid var(--line);min-width:0;max-width:50rem;padding-top:22px}.sectionIntro h2,.salesCopy h2{text-wrap:balance;max-width:12ch;margin-top:16px;font-size:4rem}.sectionIntro p,.featureIntro p,.salesCopy p{max-width:42rem;color:var(--muted);margin:18px 0 0;font-size:1.06rem}.demoGrid{grid-template-columns:minmax(0,1.08fr) minmax(20rem,.62fr);align-items:start;gap:24px;margin-top:46px;display:grid}.demoMedia{gap:18px;min-width:0;display:grid}.computerUseStage{grid-template-columns:minmax(0,1fr) minmax(16rem,.36fr);align-items:center;gap:16px;min-width:0;display:grid}.computerUseActivity,.conversationPanel{border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(180deg, #fff7ec0e, #fff7ec05), var(--surface);min-width:0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.computerUseCallPanel{border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 28px 28px,#56d7ff2e,#0000 116px),linear-gradient(#0a1c2aeb,#050b10f5),#061018;border:1px solid #8eeaff33;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;min-width:0;height:clamp(22rem,50svh,34rem);padding:12px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ecfcff0f,0 24px 70px #00000057}.computerUseCallPanel:after{content:"";pointer-events:none;background:linear-gradient(90deg,#8eeaff6b,#0000);width:34px;height:1px;position:absolute;top:38%;right:-1px}.computerUseCallPanel>*{z-index:1;position:relative}.computerUseCallHeader{align-items:center;min-height:42px;display:flex}.computerUseCallMark{width:42px}.computerUseCallHeader span,.computerUseCallAnswer span,.computerUseBrowserPulse span,.computerUseCallBubble strong{color:#8eeaffb8;letter-spacing:.02em;text-transform:uppercase;font-size:.68rem;font-weight:800;line-height:1.2}.computerUseCallHeader strong{color:var(--text);margin-top:3px;font-size:.84rem;line-height:1.12;display:block}.computerUseCallBadge{background:#56d7ff14;border:1px solid #8eeaff33;border-radius:999px;justify-self:end;padding:5px 8px;animation:1.8s ease-in-out infinite dockPulse}.computerUseCallWave{background:#ecfcff0b;border:1px solid #8eeaff1f;border-radius:999px;justify-content:center;align-items:center;gap:4px;height:34px;padding:0 11px;display:flex}.computerUseCallWave span{background:var(--accent-strong);opacity:.62;transform-origin:50%;border-radius:999px;width:3px;height:18px;animation:1.45s ease-in-out infinite voiceBar}.computerUseCallWave span:nth-child(2n){height:28px;animation-delay:.12s}.computerUseCallWave span:nth-child(3n){height:12px;animation-delay:.24s}.computerUseCallWave span:nth-child(4n){height:24px;animation-delay:.36s}.computerUseCallTranscript{align-content:start;gap:7px;min-height:0;display:grid;overflow:hidden}.computerUseCallBubble{background:#ecfcff0d;border:1px solid #ecfcff14;border-radius:7px;gap:5px;padding:8px 10px;animation:7s ease-in-out infinite callBubbleBreath;display:grid}.computerUseCallBubble:nth-child(2){animation-delay:.56s}.computerUseCallBubble:nth-child(3){animation-delay:1.12s}.computerUseCallBubble:nth-child(4){animation-delay:1.68s}.computerUseCallBubble:nth-child(5){animation-delay:2.24s}.computerUseCallBubble-agent{background:#56d7ff1f;border-color:#8eeaff38;margin-left:12px}.computerUseCallBubble-thinking{background:linear-gradient(90deg,#56d7ff1f,#56d7ff0a),#ecfcff0a;border-color:#8eeaff33}.computerUseCallBubble-browser{background:#0a1c2ab8;border-color:#8eeaff29}.computerUseCallBubble-system{background:#fff7ec0b;border-style:dashed}.computerUseThinkingRow{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;display:grid}.computerUseThinkingMark{width:28px}.computerUseThinkingDots{gap:4px;margin-top:8px;display:inline-flex}.computerUseThinkingDots span{background:var(--accent-strong);opacity:.35;border-radius:999px;width:5px;height:5px;animation:1.2s ease-in-out infinite thinkingDot}.computerUseThinkingDots span:nth-child(2){animation-delay:.14s}.computerUseThinkingDots span:nth-child(3){animation-delay:.28s}.computerUseCallBubble p{color:#e2e6e1b8;margin:0;font-size:.72rem;line-height:1.23}.computerUseBrowserActivity{border-top:1px solid #8eeaff1f;gap:8px;padding-top:10px;display:grid}.computerUseBrowserPulse{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.computerUseBrowserMark{width:32px}.computerUseBrowserPulse strong{color:var(--text);margin-top:3px;font-size:.8rem;line-height:1.18;display:block}.computerUseBrowserTrack{background:#ecfcff14;border-radius:999px;height:4px;position:relative;overflow:hidden}.computerUseBrowserTrack:before{content:"";border-radius:inherit;background:linear-gradient(90deg, #2476ff, var(--accent-strong));width:42%;animation:4.8s ease-in-out infinite browserUseProgress;position:absolute;inset:0 auto 0 0;box-shadow:0 0 18px #56d7ff73}.computerUseBrowserStatus{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.computerUseBrowserStatus span{color:#e2e6e185;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.66rem;font-weight:700;animation:4.8s ease-in-out infinite browserUseStep;overflow:hidden}.computerUseBrowserStatus span:nth-child(2){animation-delay:.42s}.computerUseBrowserStatus span:nth-child(3){animation-delay:.84s}.computerUseShell{justify-items:center;width:100%;min-width:0;display:grid;overflow:hidden}.computerUseFrame{aspect-ratio:16/9;border-radius:var(--radius) var(--radius) 4px 4px;background:linear-gradient(#fff7ec14,#07090bfa 24%),#07090b;border:1px solid #fff7ec1a;grid-template-rows:auto minmax(0,1fr);width:100%;min-width:0;height:clamp(22rem,50svh,34rem);padding:12px 12px 0;display:grid;box-shadow:inset 0 1px #ffffff0d,0 22px 56px #00000042}.computerUseChrome{align-items:center;gap:10px;padding:0 6px 8px;display:flex}.computerUseDots{align-items:center;gap:6px;display:inline-flex}.computerUseDots span{background:#fff7ec38;border-radius:999px;width:8px;height:8px}.computerUseAddress{min-width:0;height:26px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#fff7ec0f;border-radius:999px;flex:1;padding:0 12px;font-size:.77rem;line-height:26px;overflow:hidden}.computerUseStatus{min-height:26px;color:var(--accent-strong);white-space:nowrap;background:#56d7ff1f;border-radius:999px;align-items:center;gap:8px;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.computerUseStatusDot{background:var(--accent-strong);border-radius:999px;width:8px;height:8px;animation:1.6s ease-in-out infinite dockPulse;box-shadow:0 0 0 6px #8eeaff1f}.computerUseViewport{background:#071120;border-radius:5px;min-height:0;position:relative;overflow:hidden}.lookupGif,.lookupMedia{object-fit:contain;background:#071120;width:100%;height:100%;min-height:100%}.lookupMedia{object-fit:cover}.computerUseFeatureSection .lookupMedia{object-position:100% center}.computerUseMediaToggle{z-index:4;aspect-ratio:1;width:40px;color:var(--text);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050607c2;border:1px solid #ecfcff2e;border-radius:999px;place-items:center;transition:border-color .16s,background-color .16s,transform .16s;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 12px 28px #00000047}.computerUseMediaToggle:hover,.computerUseMediaToggle:focus-visible{background:#09141cdb;border-color:#8eeaff7a;transform:translateY(-1px)}.computerUseMediaIcon{width:16px;height:16px;position:relative}.computerUseMediaIconPause:before,.computerUseMediaIconPause:after{content:"";background:currentColor;border-radius:999px;width:4px;position:absolute;top:2px;bottom:2px}.computerUseMediaIconPause:before{left:3px}.computerUseMediaIconPause:after{right:3px}.computerUseMediaIconPlay:before{content:"";border-top:7px solid #0000;border-bottom:7px solid #0000;border-left:10px solid;width:0;height:0;position:absolute;top:1px;left:4px}@media (min-width:1121px){.computerUseFeatureSection .lookupMedia{--computer-use-video-shift:clamp(5.5rem, 8vw, 9.5rem);width:calc(100% + var(--computer-use-video-shift));max-width:none;transform:translateX(calc(var(--computer-use-video-shift) * -1))}}.computerUseCursor{clip-path:polygon(0 0,100% 46%,58% 55%,72% 100%,46% 100%,34% 62%,0 100%);background:#fffffff5;width:18px;height:24px;animation:4.2s ease-in-out infinite computerCursorMove;position:absolute;top:19%;left:14%;box-shadow:0 10px 24px #0000003d}.computerUseFeatureSection .computerUseCursor{display:none}.computerUseOverlay{border-radius:var(--radius);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#050607d1;border:1px solid #fff7ec1a;gap:4px;padding:10px 12px;display:grid;position:absolute;bottom:14px;left:14px;right:14px}.computerUseFeatureSection .computerUseOverlay{display:none}.computerUseOverlay p,.computerUseStepCard p{color:var(--muted);margin:0;line-height:1.45}.computerUseStand{border-radius:0 0 var(--radius) var(--radius);background:linear-gradient(#fff7ec2e,#fff7ec12);width:28%;height:14px;margin-top:-1px}.computerUseBase{background:#fff7ec1a;border-radius:999px;width:42%;height:10px;margin-top:6px}.computerUseActivity{grid-template-columns:minmax(0,1fr) minmax(16rem,.42fr);gap:8px;padding:8px;display:grid}.computerUseStepStack,.computerUseToolList{gap:6px;display:grid}.computerUseFeatureSection .computerUseStepStack,.computerUseFeatureSection .computerUseToolList{grid-template-columns:repeat(3,minmax(0,1fr))}.computerUseStepCard,.computerUseToolRow{border-radius:var(--radius);background:#fff7ec08;border:1px solid #fff7ec14;padding:8px 10px}.computerUseStepCard{gap:6px;display:grid}.computerUseFeatureSection .computerUseStepCard,.computerUseFeatureSection .computerUseToolRow{min-height:3.4rem}.computerUseFeatureSection .computerUseActivity{display:none}.computerUseStepCard p{font-size:.84rem;line-height:1.32}.computerUseStepHeader strong,.computerUseToolRow strong{font-size:.9rem}.computerUseStepHeader,.computerUseToolRow{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.computerUseStepHeader span,.computerUseToolRow span{color:var(--muted);white-space:nowrap;font-size:.8rem}.computerUseToolRow span{color:var(--accent-strong)}.demoLink{color:var(--muted);justify-self:start;margin-top:-4px;transition:color .16s,transform .16s}.computerUseFeatureSection .demoLink{display:none}.demoLink:after{content:" ->"}.demoLink:hover{color:var(--text);transform:translate(2px)}.conversationPanel{padding:20px;position:sticky;top:86px}.conversationHeader{border-bottom:1px solid var(--line);gap:14px;padding-bottom:18px;display:grid}.conversationHeader h3{margin:6px 0 0;font-size:1.55rem}.conversationStatus{color:var(--muted);margin:0;font-size:.95rem}.conversationStatusLive{color:var(--accent-strong)}.conversationList{gap:12px;min-height:11rem;margin-top:18px;display:grid}.conversationBubble{border-radius:var(--radius);border:1px solid #fff7ec14;padding:14px 15px;animation:.26s ease-out both fadeUp}.conversationBubble strong{margin-bottom:6px;display:block}.conversationBubble p{color:var(--muted);margin:0;font-size:.98rem}.conversationBubblecaller{background:#fff7ec09}.conversationBubbleagent{background:#56d7ff1a;border-color:#8eeaff2e}.conversationBubblesystem{background:#f4a64617;border-color:#f4a64638}.promptBlock{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.promptTitle{margin:0 0 14px;font-weight:700}.promptList{flex-wrap:wrap;gap:10px;display:flex}.promptChip{max-width:100%;color:var(--text);cursor:pointer;text-align:left;background:#fff7ec0a;border:1px solid #fff7ec29;border-radius:999px;padding:10px 13px;transition:border-color .16s,transform .16s,background-color .16s}.promptChip:hover{background:#56d7ff1a;border-color:#8eeaff6b;transform:translateY(-1px)}.featureSection{border-top:1px solid var(--line);scroll-snap-align:start;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:start;gap:5rem;min-height:78svh;padding:7rem 0;display:grid}.featureIntro{border-top:1px solid var(--line);min-width:0;padding-top:22px;position:sticky;top:76px}.featureIntro h2{text-wrap:balance;max-width:11ch;margin:16px 0 0;font-size:4rem;font-weight:700;line-height:.96}.featureList{border-top:1px solid var(--line);min-width:0;display:grid}.featureItem{border-bottom:1px solid var(--line);grid-template-columns:4.5rem minmax(10rem,.52fr) minmax(0,1fr);align-items:start;gap:1.4rem;padding:2rem 0;transition:border-color .18s,transform .18s;display:grid}.featureItem:hover{border-color:#8eeaff5c;transform:translate(4px)}.featureNumber{color:var(--accent-strong);font-size:.78rem;font-weight:700}.featureItem h3{color:var(--text);margin:0;font-size:1.28rem;line-height:1.12}.featureItem p{color:var(--muted);margin:0;font-size:1rem}.salesSection{border-top:1px solid var(--line);scroll-snap-align:start;text-align:center;align-content:center;place-items:center;gap:2.4rem;min-height:72svh;padding:7rem 0;display:grid}.faqSection{width:var(--container);border-top:1px solid var(--line);min-height:72svh;scroll-margin-top:var(--site-header-height);scroll-snap-align:start;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:clamp(2rem,6vw,6rem);margin:0 auto;padding:7rem 0;display:grid;position:relative}.faqIntro{top:calc(var(--site-header-height) + 24px);min-width:0;position:sticky}.faqIntro h2{max-width:12ch;color:var(--text);text-wrap:balance;margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:4rem;font-weight:500;line-height:.96}.faqList{border-top:1px solid var(--line);min-width:0;display:grid}.faqItem{border-bottom:1px solid var(--line);gap:12px;padding:1.8rem 0;display:grid}.faqItem h3{color:var(--text);margin:0;font-size:1.26rem;line-height:1.16}.faqItem p{max-width:43rem;color:var(--muted);margin:0;font-size:1rem}.salesCopy{justify-items:center;display:grid}.salesCopy h2{max-width:17ch;margin-top:0}.salesButton{color:#03101c;white-space:nowrap;background:linear-gradient(135deg,#fffffffa 0%,#8eeafff5 42%,#2476ff 100%);border:1px solid #ecfcff57;border-radius:999px;justify-content:center;align-items:center;gap:14px;min-width:min(100%,22rem);min-height:76px;padding:0 38px;font-size:1.18rem;font-weight:800;transition:box-shadow .16s,transform .16s,filter .16s;display:inline-flex;box-shadow:0 28px 72px #2476ff61,0 0 0 8px #56d7ff14,inset 0 1px #ffffff9e}.siteFooter{border-top:1px solid var(--line);color:#e2e6e1a8;scroll-snap-align:end;grid-template-columns:minmax(16rem,.85fr) minmax(0,1.35fr) auto;align-items:start;gap:clamp(1.5rem,4vw,4rem);padding:2.2rem 0 2.4rem;display:grid}.footerIdentity{gap:14px;min-width:0;display:grid}.footerBrand,.footerColumns{display:inline-flex}.footerBrand{width:fit-content;color:var(--text);align-items:center;gap:10px;font-weight:700}.footerIdentity p,.footerCopyright{margin:0}.footerIdentity p{color:#e2e6e194;max-width:25rem;font-size:.94rem}.footerColumns{justify-content:start;gap:clamp(1.8rem,5vw,4.8rem)}.footerColumn{gap:9px;min-width:9.5rem;display:grid}.footerColumn h2{color:#ecfcff75;letter-spacing:.04em;text-transform:uppercase;margin:0 0 4px;font-size:.74rem;font-weight:800}.footerColumn a,.legalNav a,.legalDocument a{color:var(--accent-strong);transition:color .16s}.footerColumn a:hover,.legalNav a:hover,.legalDocument a:hover{color:var(--text)}.footerCopyright{text-align:right}.legalPage{min-height:100svh;padding:28px 0 72px}.legalHeader{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:48px;display:flex}.legalBrand{color:var(--text);white-space:nowrap;flex:none;font-size:1.18rem;font-weight:700}.legalNav{color:#e2e6e1bd;flex-wrap:wrap;justify-content:flex-end;gap:18px;display:inline-flex}.legalDocument{max-width:min(100% - 40px,58rem)}.legalDocument h1{max-width:11ch;color:var(--text);text-wrap:balance;margin:0;font-size:clamp(3.4rem,9vw,6.7rem);line-height:.94}.legalDocument>p:not(.eyebrow){max-width:48rem;color:var(--muted-strong);margin:1.4rem 0 0;font-size:clamp(1.08rem,2vw,1.38rem)}.legalDocument section{border-top:1px solid var(--line);gap:.7rem;margin-top:3rem;padding-top:2rem;display:grid}.legalDocument h2{color:var(--text);margin:0;font-size:clamp(1.45rem,3vw,2rem);line-height:1.08}.legalDocument section p{color:var(--muted);margin:0;font-size:1.02rem}.aboutDocument h1{max-width:13ch}.careersDocument h1{max-width:12ch}.aboutPrinciples{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.aboutPrinciple{border-top:0;border-right:1px solid var(--line);align-content:start;margin:0;padding:1.25rem;display:grid}.aboutPrinciple:first-child{padding-left:0}.aboutPrinciple:last-child{border-right:0;padding-right:0}.aboutPrinciple h2{font-size:1.22rem}@keyframes pulseOrbit{0%{opacity:0;transform:scale(.58)}22%{opacity:.56}to{opacity:0;transform:scale(1.2)}}@keyframes dockPulse{0%,to{box-shadow:0 0 #8eeaff2e}50%{box-shadow:0 0 0 10px #8eeaff0a}}@keyframes fadeUp{0%{opacity:.78;transform:translateY(12px)}to{opacity:1;transform:translate(0,0)}}@keyframes logoMarquee{0%{transform:translate(0,0)}to{transform:translate(-33.333%)}}@keyframes heroWave{0%,to{opacity:.42;transform:scaleY(.74)}50%{opacity:.96;transform:scaleY(1.16)}}@keyframes heroOrbBreathe{0%,to{filter:saturate()brightness();transform:translate(-50%)scale(1)}50%{filter:saturate(1.16)brightness(1.08);transform:translate(-50%)scale(1.025)}}@keyframes voiceBar{0%,to{opacity:.5;transform:scaleY(.72)}50%{opacity:1;transform:scaleY(1.18)}}@keyframes thinkingDot{0%,to{opacity:.32;transform:translateY(0)}42%{opacity:1;transform:translateY(-3px)}}@keyframes browserUseProgress{0%{width:18%}36%{width:58%}68%,to{width:100%}}@keyframes browserUseStep{0%,22%{color:#e2e6e17a}38%,to{color:var(--accent-strong)}}@keyframes callBubbleBreath{0%,to{opacity:.82;transform:translate(0,0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes slowSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes resultsLedgerIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0,0)}}@keyframes computerCursorMove{0%,to{transform:translate(0,0)scale(1)}22%{transform:translate(160px,36px)scale(1.02)}54%{transform:translate(260px,180px)scale(1)}76%{transform:translate(410px,210px)scale(.98)}}@media (min-width:1320px){.heroCopy h1{font-size:7.5rem}.heroOperationsStage{height:19rem}}@media (min-width:1600px){.sectionStory{width:min(100% - 96px,112rem)}}@media (min-width:1121px){.computerUseFeatureSection{width:100%;max-width:100%;margin-left:0}}@media (max-width:1120px){.sectionStory{grid-template-columns:1fr}.sectionRail{display:none}.demoTopline,.demoGrid,.featureSection,.faqSection,.salesSection,.siteFooter{grid-template-columns:1fr}.meetLanceCopy h2{text-align:left;text-wrap:balance}.meetFeatureStack{gap:14px}.heroPoster{min-height:calc(94svh - 70px);padding-top:3.8rem}.demoPersonaPanel{justify-self:start}.heroCopy h1{font-size:5.4rem}.heroOrbPreview{width:clamp(22rem,58vw,32rem);bottom:-11rem}.heroActions{align-items:center;gap:10px}.brandMarquee{margin-top:1.8rem}.hotelSystemPanel{width:12.5rem}.hotelSystemPanelProfile{left:2%}.hotelSystemPanelRequest{right:4%}.hotelSystemPanelCalendar{left:6%}.hotelSystemPanelBooking{right:2%}.conversationPanel{position:relative;top:auto}.computerUseFrame{height:clamp(24rem,52svh,34rem)}.computerUseFeatureSection .computerUseStage{grid-template-columns:1fr}.computerUseCallPanel{height:auto}.computerUseCallTranscript{grid-template-columns:repeat(2,minmax(0,1fr))}.computerUseCallFlow{grid-template-columns:repeat(3,minmax(0,1fr))}.computerUseFlowStep{grid-template-columns:auto minmax(0,1fr)}.featureIntro,.faqIntro{position:relative;top:auto}.salesButton{justify-self:center}.siteFooter,.footerCopyright{text-align:left}.footerColumns{justify-content:start;width:100%}}@media (max-width:600px){:root{--container:min(100% - 24px, 82rem);--site-header-height:64px;--site-header-gutter:12px}body{scroll-padding-top:var(--site-header-height)}.heroSection{height:100svh;min-height:100svh}.heroBackdrop{background:linear-gradient(90deg,#05080df5,#050e18cc 70%,#050c14b8),linear-gradient(#050a1129,#050a11eb 100%)}.siteNav{align-items:center;gap:8px;padding-top:12px;padding-bottom:12px}.brandName{white-space:nowrap;font-size:1rem}.navSignature{gap:8px;min-width:0}.mathuPulseMarkNav{width:24px}.navMeta{gap:6px}.navAction{white-space:nowrap;min-height:34px;font-size:.82rem}.navActionPrimary{padding:0 10px}.heroPoster{height:100%;min-height:0;padding:2.6rem 0 max(.95rem, env(safe-area-inset-bottom))}.heroCopy{gap:1rem}.eyebrow{font-size:.72rem}.heroCopy h1{max-width:13.5ch;font-size:3.35rem;line-height:.94}.heroOrbPreview{width:min(23rem,86vw);bottom:-7rem}.heroCopy p{font-size:1rem}.heroActions{align-items:stretch;gap:12px;width:min(100%,24rem)}.heroRequestButton{width:100%;min-height:54px}.brandMarquee{align-self:end;gap:10px;margin-top:1.35rem}.brandLogo{min-width:12rem;height:3.8rem;padding:0 1.2rem}.brandLogo img{max-width:9rem;max-height:2.35rem}.heroOperationsStage,.hotelSystemPanel{display:none}.hotelSystemCanvas:before{inset:18px 5%}.hotelSystemCanvas:after{inset:52px 13%}.heroPhone{width:11.5rem;height:14.5rem;padding-top:2.1rem}.voiceDock{justify-content:center;width:calc(100% - 24px);top:12px}.demoSection{min-height:auto;padding:48px 0 86px}.sectionPanels>.breakdownSection{height:auto;min-height:auto;scroll-margin-top:0;overflow:visible}.breakdownSection,.resultsSection,.computerUseFeatureSection,.systemsSection,.testimonialsSection,.faqSection{padding:5rem 0}.demoTopline{gap:1.6rem}.meetLanceBody,.resultsDashboard,.computerUseStage,.computerUseFeatureSection .computerUseStage,.systemsSection,.testimonialGrid{grid-template-columns:1fr}.resultsDashboard{gap:12px}.systemsCore{grid-area:auto/1/auto/-1}.sectionIntro h2,.breakdownHeader h2,.featureIntro h2,.faqIntro h2,.salesCopy h2{font-size:2.65rem}.sectionIntro p,.breakdownHeader p:not(.eyebrow),.featureIntro p,.faqItem p,.salesCopy p{font-size:1rem}.resultsDashboard,.testimonialGrid{margin-top:34px}.resultsCentralHub{margin-top:0;padding:14px;overflow:hidden}.hubHeader{text-align:left;margin-bottom:.8rem}.hubHeader h3{letter-spacing:.04em;font-size:1rem;line-height:1.18}.resultsHubContainer{gap:10px;margin-top:0}.hubCore{gap:10px}.hubCoreTop{padding:.75rem}.hubCoreTop:after{height:14px}.visualizerMathuMark{width:48px;height:48px}.hubComputer{width:min(100%,17rem)}.hubComputerScreen{border-width:5px;min-height:6.7rem;padding:1.5rem .65rem .8rem}.hubSystemsArea{grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem}.systemNode{min-height:3.45rem;padding:.45rem .35rem}.systemNode strong{font-size:.62rem}.hubComputerNeck{height:1.35rem}.hubComputerBase{width:6.5rem;height:.7rem}.hubOrbitNode{align-items:stretch;gap:8px;width:100%;max-width:none}.hubPersona{justify-content:center;width:100%;padding:8px 12px}.humanAvatar{width:30px;height:30px}.humanAvatar:after{font-size:1rem}.hubChatBubble{opacity:1;width:100%;max-width:none;padding:.85rem;display:none;transform:none}.hubChatBubble.activeBubble{display:block}.hubResolutionTracker{width:100%;margin-top:0;padding:.75rem}.hubResolutionTracker p{font-size:.9rem}.meetLancePanel{padding:22px 16px}.meetLanceCopy{gap:18px;margin-top:22px}.meetLanceCopy h2{text-wrap:balance;font-size:2.85rem}.meetLanceCopy p{font-size:.98rem}.meetLanceBody{gap:22px;margin-top:30px}.meetGraphic{min-height:25rem}.meetGraphicPhone{width:min(100%,21rem);min-height:20rem;padding:18px}.meetGraphicSystem{display:none}.meetFeatureBox{min-height:auto;padding:18px}.resultsLedgerPanel,.resultsProofPanel,.testimonialItem{padding:18px}.resultsPanelHeader{gap:8px;display:grid}.resultsLedgerItem{grid-template-columns:1fr;gap:10px}.resultsVerification strong{font-size:1.32rem}.computerUseFeatureSection{gap:18px;min-height:auto;overflow:hidden}.computerUseFeatureSection .breakdownHeader h2{max-width:13ch;margin-top:0;font-size:2.15rem}.computerUseFeatureSection .computerUseStage{gap:14px}.computerUseFeatureSection .computerUseShell{order:-1}.computerUseCallPanel{grid-template-rows:auto;gap:10px;height:auto;min-height:0;padding:12px}.computerUseCallPanel:after{display:none}.computerUseCallHeader{grid-template-columns:auto minmax(0,1fr)}.computerUseCallBadge,.computerUseCallFlow{display:none}.computerUseCallWave{height:30px}.computerUseCallTranscript{grid-template-columns:1fr;overflow:visible}.computerUseCallBubble{padding:8px 9px}.computerUseCallBubble-system{display:none}.computerUseCallBubble p{font-size:.68rem}.systemsFeatureList{margin-top:24px}.systemsMap{grid-template-columns:1fr 1fr}.systemsCore{min-height:9rem}.systemTile{min-height:72px;font-size:.76rem}.testimonialItem{gap:2rem;min-height:auto}.testimonialItem p{font-size:1.08rem}.personaRow{gap:12px}.personaBubble{width:6rem}.personaImageWrap{width:72px;height:72px}.personaLabel{font-size:.8rem}.demoGrid{margin-top:34px}.computerUseChrome{gap:7px}.computerUseDots span{width:7px;height:7px}.computerUseAddress{height:26px;padding:0 9px;font-size:.66rem;line-height:26px}.computerUseStatus{display:none}.computerUseFrame{aspect-ratio:16/11;height:auto;padding:8px 8px 0}.lookupMedia{object-position:62% center}.computerUseFeatureSection .lookupMedia{object-fit:contain;object-position:center}.computerUseMediaToggle{width:36px;top:8px;right:8px}.computerUseStand,.computerUseBase{display:none}.computerUseActivity,.computerUseFeatureSection .computerUseStepStack,.computerUseFeatureSection .computerUseToolList{grid-template-columns:1fr}.computerUseOverlay{padding:10px;bottom:10px;left:10px;right:10px}.computerUseOverlay p{display:none}.computerUseActivity,.conversationPanel{padding:16px}.promptList{flex-direction:column}.promptChip{width:100%}.featureSection{gap:3rem;min-height:auto;padding:5rem 0}.faqSection{gap:2.4rem;min-height:auto}.featureItem{grid-template-columns:1fr;gap:.7rem;padding:1.5rem 0}.featureItem:hover{transform:none}.salesSection{min-height:62svh;padding:5rem 0}.salesButton{width:100%}.siteFooter{gap:1rem;padding:1.4rem 0 1.8rem}.footerColumns{grid-template-columns:1fr;gap:22px;display:grid}.footerColumn{min-width:0}.legalPage{padding-top:22px}.legalHeader{align-items:flex-start;padding-bottom:42px}.legalNav{gap:12px}.legalDocument{max-width:min(100% - 24px,58rem)}.legalDocument h1{font-size:3.25rem}.aboutPrinciples{grid-template-columns:1fr}.aboutPrinciple{border-right:0;border-bottom:1px solid var(--line);padding:1.25rem 0}.aboutPrinciple:last-child{border-bottom:0}}@media (max-width:360px) and (max-height:700px){.siteNav{gap:6px}.brandName{font-size:.95rem}.mathuPulseMarkNav{width:22px}.navAction{font-size:.78rem}.navActionPrimary{padding:0 8px}.heroPoster{padding:.9rem 0 max(.75rem, env(safe-area-inset-bottom))}.heroCopy{gap:.72rem}.heroCopy h1{max-width:13.5ch;font-size:2.85rem}.heroCopy p{font-size:.92rem;line-height:1.38}.heroActions{gap:8px;margin-top:.45rem}.heroRequestButton{min-height:48px}.brandMarquee{margin-top:.75rem}.brandLogo{min-width:10rem;height:3.1rem}.brandLogo img{max-width:7.8rem;max-height:2rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.0gspg~~t9nou8.woff2?dpl=dpl_BEDWrHWC6e8H4Ng38s4ZWTCtdZXn)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.0rx81dn62y51_.woff2?dpl=dpl_BEDWrHWC6e8H4Ng38s4ZWTCtdZXn)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2?dpl=dpl_BEDWrHWC6e8H4Ng38s4ZWTCtdZXn)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_412bb0dd-module__vq0YDa__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_412bb0dd-module__vq0YDa__variable{--font-sans:"Space Grotesk", "Space Grotesk Fallback"}
