body:has(.mhome) footer{margin-top:0}.mhome{background:var(--mh-paper);color:var(--text-2);font-feature-settings:"ss01" on,"cv02" on,"cv11" on}.mhome img,.mhome svg{display:block;max-width:100%}.mhome .label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.mhome .label.crimson{color:var(--crimson)}.mhome .h-1,.mhome .h-2,.mhome .h-3,.mhome .h-display{hyphens:auto;-webkit-hyphens:auto;overflow-wrap:break-word;word-break:break-word}.mhome .h-display{font-size:clamp(40px,5.4vw,68px);line-height:1.02;letter-spacing:-.026em}.mhome .h-1,.mhome .h-display{font-weight:600;color:var(--mh-ink);height:auto}.mhome .h-1{font-size:clamp(30px,3.4vw,44px);line-height:1.08;letter-spacing:-.022em}.mhome .h-2{font-size:clamp(22px,2.2vw,28px);line-height:1.14;letter-spacing:-.018em}.mhome .h-2,.mhome .h-3{font-weight:600;color:var(--mh-ink);height:auto}.mhome .h-3{font-size:18px;letter-spacing:-.01em}.mhome .lede{font-size:18px;line-height:1.5;color:var(--text-2);max-width:60ch}.mhome .hero{padding:96px 0 80px;border-bottom:1px solid var(--line)}.mhome .hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.mhome .hero h1{margin:18px 0 22px;max-width:14ch}.mhome .hero .accent{color:var(--crimson)}.mhome .hero-ctas{margin-top:32px;display:flex;gap:12px;flex-wrap:wrap}.mhome .hero-meta{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;gap:32px;flex-wrap:wrap}.mhome .hero-meta .m{display:flex;flex-direction:column;gap:2px}.mhome .hero-meta .m .k{font-size:12px;font-weight:600;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase}.mhome .hero-meta .m .v{font-size:14px;font-weight:600;color:var(--mh-ink)}.mhome .hero-viz{position:relative;min-width:0}.mhome .hero-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 1px 0 rgba(20,17,15,.04),0 30px 60px -32px rgba(20,17,15,.18)}.mhome .hc-head{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--mh-cream)}.mhome .hc-head .dots{display:flex;gap:5px}.mhome .hc-head .dots i{width:9px;height:9px;border-radius:50%;background:var(--line-strong);display:block}.mhome .hc-head .crumb{font-size:13.5px;color:var(--text-3)}.mhome .hc-head .crumb b{color:var(--mh-ink);font-weight:600}.mhome .hc-head .meta{margin-left:auto;font-size:13px;color:var(--text-3);font-weight:500}.mhome .hc-body{padding:24px 26px 26px;gap:14px}.mhome .hc-body,.mhome .hc-row{display:flex;flex-direction:column}.mhome .hc-row{gap:6px}.mhome .hc-row label{font-size:13px;font-weight:500;color:var(--text-2)}.mhome .hc-row .inp{height:40px;background:var(--mh-cream);border:1px solid var(--line);border-radius:8px;padding:0 14px;display:flex;align-items:center;font-size:14px;color:var(--text-2)}.mhome .hc-row .inp.focused{background:#fff;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint);color:var(--mh-ink)}.mhome .hc-row .inp .caret{width:1.5px;height:16px;background:var(--mh-ink);margin-left:1px;animation:mh-caret 1s steps(2) infinite}@keyframes mh-caret{50%{opacity:0}}.mhome .hc-row .inp.focused .typing,.mhome .rt-row .inp.focused .typing{display:inline-block;overflow:hidden;white-space:nowrap;vertical-align:bottom;border-right:1.5px solid var(--mh-ink);width:13ch;animation:mh-type-email 9s infinite,mh-type-caret 1s steps(2) infinite}@keyframes mh-type-email{0%{width:0;animation-timing-function:steps(13)}35%{width:13ch;animation-timing-function:linear}75%{width:13ch;animation-timing-function:steps(13)}85%{width:0;animation-timing-function:linear}to{width:0}}@keyframes mh-type-caret{50%{border-right-color:transparent}}.mhome .hc-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mhome .hc-foot{margin-top:6px;display:flex;align-items:center;gap:14px}.mhome .audience{padding:88px 0;border-bottom:1px solid var(--line)}.mhome .audience .head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:48px}.mhome .audience .head h2{margin:0;max-width:20ch}.mhome .audience .head .label{margin-bottom:12px;display:block}.mhome .aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.mhome .aud{background:var(--mh-cream);border:1px solid var(--line);border-radius:12px;padding:28px 26px 26px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s,box-shadow .2s,background .2s}.mhome .aud:hover{border-color:var(--line-strong);background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.02),0 16px 32px -24px rgba(20,17,15,.18)}.mhome .aud .who{font-size:12.5px;font-weight:600;color:var(--crimson);letter-spacing:.08em;text-transform:uppercase}.mhome .aud h3{margin:0}.mhome .aud p{margin:0;font-size:15px;color:var(--text-2);line-height:1.55}.mhome .aud .more{margin-top:auto;padding-top:16px;font-size:14px;font-weight:600;color:var(--mh-ink);display:inline-flex;align-items:center;gap:6px;transition:gap .15s ease}.mhome .aud .more:after{content:"→";transition:transform .15s}.mhome .aud:hover .more{gap:9px}.mhome .comply{padding:88px 0;background:var(--mh-cream);border-bottom:1px solid var(--line)}.mhome .comply .head{max-width:760px;margin-bottom:48px}.mhome .comply .head .label{margin-bottom:14px;display:block}.mhome .comply .head h2{margin:0;max-width:20ch}.mhome .comply-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}.mhome .comply-cell{padding:28px 24px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:12px;background:var(--surface);transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.mhome .comply-cell:last-child{border-right:0}.mhome .comply-cell:hover{background:var(--mh-cream);transform:translateY(-2px);box-shadow:0 14px 28px -22px rgba(15,20,25,.25)}.mhome .comply-cell .icon{width:34px;height:34px;border-radius:9px;background:var(--crimson-tint);color:var(--crimson);display:flex;align-items:center;justify-content:center}.mhome .comply-cell .icon svg{width:18px;height:18px}.mhome .comply-cell h3{margin:0;font-size:18px}.mhome .comply-cell p{margin:0;font-size:14px;line-height:1.55;color:var(--text-2)}.mhome .comply-cell .tag{margin-top:auto;padding-top:14px;font-size:12.5px;font-weight:600;color:var(--text-3);letter-spacing:.04em;text-transform:uppercase}.mhome .diff{padding:120px 0;border-bottom:1px solid var(--line)}.mhome .diff-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.mhome .diff.rev .diff-grid{grid-template-columns:1.15fr .85fr}.mhome .diff.rev .diff-text{order:2}.mhome .diff.rev .diff-viz{order:1}.mhome .diff-text h2{margin:14px 0 18px;max-width:14ch}.mhome .diff-text .lede{font-size:17.5px}.mhome .diff-points{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:18px 28px}.mhome .diff-points .pt{display:flex;flex-direction:column;gap:6px}.mhome .diff-points .pt h4{margin:0;font-size:14.5px;font-weight:600;color:var(--mh-ink)}.mhome .diff-points .pt p{margin:0;font-size:14px;line-height:1.55;color:var(--text-2)}.mhome .viz{background:var(--surface);border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 1px 0 rgba(0,0,0,.03),0 30px 60px -36px rgba(20,17,15,.18)}.mhome .viz-head{display:flex;align-items:center;gap:12px;padding:13px 18px;border-bottom:1px solid var(--line);background:var(--mh-cream);font-size:13.5px}.mhome .viz-head .dots{display:flex;gap:6px}.mhome .viz-head .dots i{width:9px;height:9px;border-radius:50%;background:var(--line-strong);display:block}.mhome .viz-head .crumb{color:var(--text-3)}.mhome .viz-head .crumb b{color:var(--mh-ink);font-weight:600}.mhome .viz-head .meta{margin-left:auto;font-size:12.5px;color:var(--text-3);font-weight:500}.mhome .builder-body{display:grid;grid-template-columns:200px 1fr;min-height:420px}.mhome .b-side{background:var(--mh-cream);border-right:1px solid var(--line);padding:18px 14px;display:flex;flex-direction:column;gap:3px}.mhome .b-side .h{padding:6px 10px 8px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.mhome .b-side .it{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;font-size:13.5px;color:var(--text-2)}.mhome .b-side .it:hover{background:#fff}.mhome .b-side .it.on{color:var(--mh-ink);font-weight:500}.mhome .b-side .it .g,.mhome .b-side .it.on{background:#fff;border:1px solid var(--line)}.mhome .b-side .it .g{width:22px;height:22px;flex:0 0 22px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:var(--text-3)}.mhome .b-side .it.on .g{background:var(--crimson);color:#fff;border-color:var(--crimson)}.mhome .b-canvas{padding:22px 24px 24px;gap:12px;background:radial-gradient(rgba(15,20,25,.06) 1px,transparent 1.2px) 0 0 /20px 20px,var(--mh-paper-2)}.mhome .b-canvas,.mhome .b-card{display:flex;flex-direction:column}.mhome .b-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px 16px;gap:8px}.mhome .b-card.on{border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}.mhome .b-card .lbl{display:flex;justify-content:space-between;align-items:baseline}.mhome .b-card .lbl .t{font-size:14px;font-weight:600;color:var(--mh-ink)}.mhome .b-card .lbl .badge{font-size:12px;font-weight:500;color:var(--crimson);display:inline-flex;align-items:center;gap:6px}.mhome .b-card .lbl .badge:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--crimson)}.mhome .b-card .inp{height:34px;background:var(--mh-cream);border:1px solid var(--mh-line-soft);border-radius:7px}.mhome .b-card.on .inp{background:#fff;border-color:var(--line)}.mhome .b-card .opts{display:flex;gap:8px}.mhome .b-card .opts .o{flex:1;height:34px;background:var(--mh-cream);border:1px solid var(--mh-line-soft);border-radius:7px}.mhome .b-card .opts .o.sel{background:var(--mh-ink);border-color:var(--mh-ink)}.mhome .runtime-body{padding:24px;background:var(--mh-cream)}.mhome .browser{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.mhome .browser-bar{display:flex;align-items:center;gap:12px;padding:11px 14px;background:var(--mh-cream);border-bottom:1px solid var(--line)}.mhome .browser-bar .dots{display:flex;gap:6px}.mhome .browser-bar .dots i{width:9px;height:9px;border-radius:50%;background:var(--line-strong);display:block}.mhome .browser-bar .url{flex:1;height:28px;background:var(--mh-paper);border:1px solid var(--line);border-radius:6px;padding:0 12px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--mh-ink)}.mhome .browser-bar .url .lock{color:var(--success)}.mhome .browser-bar .secchip{font-size:12.5px;color:var(--text-3);font-weight:500}.mhome .browser-page{padding:28px 32px 32px;background:#fff}.mhome .rt-tenant{display:flex;align-items:center;gap:12px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:24px}.mhome .rt-tenant .logo{width:30px;height:30px;border-radius:7px;background:linear-gradient(135deg,#3a4f6b,#1a2638)}.mhome .rt-tenant .name{font-size:16px;font-weight:600;color:var(--mh-ink)}.mhome .rt-tenant .meta{margin-left:auto;font-size:13px;color:var(--text-3);font-weight:500}.mhome .rt-form h3{margin:0 0 6px;font-size:22px;font-weight:600;letter-spacing:-.01em;color:var(--mh-ink)}.mhome .rt-form .sub{margin:0 0 22px;font-size:14px;color:var(--text-2)}.mhome .rt-row{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.mhome .rt-row label{font-size:13px;font-weight:500;color:var(--text-2)}.mhome .rt-row .inp{height:40px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:0 14px;display:flex;align-items:center;font-size:14px;color:var(--text-2)}.mhome .rt-row .inp.focused{border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}.mhome .rt-row .inp .caret{width:1.5px;height:16px;background:var(--mh-ink);margin-left:1px;animation:mh-caret 1s steps(2) infinite}.mhome .rt-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mhome .rt-submit{margin-top:8px;display:flex;align-items:center;gap:14px}.mhome .rt-foot,.mhome .rt-submit .note{font-size:13px;color:var(--text-3)}.mhome .rt-foot{margin-top:18px;padding-top:14px;border-top:1px dashed var(--line);display:flex;gap:22px}.mhome .rt-foot b{font-weight:600;color:var(--mh-ink)}.mhome .integ-body{background:var(--surface)}.mhome .integ-head,.mhome .integ-row{display:grid;grid-template-columns:1fr 110px 100px 110px 110px;align-items:center;padding:12px 22px;font-size:14px}.mhome .integ-head{background:var(--mh-cream);border-bottom:1px solid var(--line);font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3)}.mhome .integ-row{padding:16px 22px;border-bottom:1px solid var(--line)}.mhome .integ-row:last-child{border-bottom:0}.mhome .integ-row .name{display:flex;align-items:center;gap:12px;font-weight:600;color:var(--mh-ink)}.mhome .integ-row .ic{width:30px;height:30px;flex:0 0 30px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:700;color:#fff}.mhome .integ-row .ic.hs{background:#5a3e7a}.mhome .integ-row .ic.sf{background:#205d8b}.mhome .integ-row .ic.sap{background:#1e3a52}.mhome .integ-row .ic.ms{background:#3b5d3b}.mhome .integ-row .ic.wh{background:var(--mh-ink)}.mhome .integ-row .name .sub{display:block;font-size:12.5px;color:var(--text-3);font-weight:400}.mhome .integ-row .count,.mhome .integ-row .lat{color:var(--text-2);font-variant-numeric:tabular-nums;text-align:center}.mhome .integ-row .stat{display:flex;align-items:center;justify-content:center;gap:8px}.mhome .integ-row .stat .d{width:7px;height:7px;border-radius:50%}.mhome .integ-row .stat .d.ok{background:var(--success)}.mhome .integ-row .stat .d.warn{background:#c4842a}.mhome .integ-row .act{font-size:13px;color:var(--text-3);font-weight:500;text-align:right}.mhome .integ-head>span:nth-child(2),.mhome .integ-head>span:nth-child(3),.mhome .integ-head>span:nth-child(4){text-align:center}.mhome .integ-head>span:last-child{text-align:right}.mhome .integ-row.retry{background:#fdf7ed}.mhome .integ-foot{display:flex;justify-content:space-between;padding:14px 22px;background:var(--mh-cream);border-top:1px solid var(--line);font-size:13px;color:var(--text-3)}.mhome .integ-foot b{color:var(--mh-ink);font-weight:600}.mhome .stats{padding:80px 0;background:var(--mh-paper-2);border-bottom:1px solid var(--line)}.mhome .stats .head{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;gap:24px;flex-wrap:wrap}.mhome .stats .head h2{margin:8px 0 0}.mhome .stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.mhome .stat{padding:24px 22px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:8px;transition:background .2s ease}.mhome .stat:last-child{border-right:0}.mhome .stat:hover{background:rgba(15,20,25,.025)}.mhome .stat .k{font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3)}.mhome .stat .v{font-size:30px;font-weight:600;letter-spacing:-.02em;color:var(--mh-ink);line-height:1.05;font-variant-numeric:tabular-nums}.mhome .stat .n{font-size:13px;color:var(--text-3)}.mhome .customers{padding:128px 0;text-align:center;border-bottom:1px solid var(--line)}.mhome .customers .label{margin-bottom:16px;display:block}.mhome .customers h2{max-width:22ch;margin:0 auto 14px}.mhome .customers .lede{margin:0 auto;max-width:54ch}.mhome .customers .row{margin-top:48px;display:flex;justify-content:center;gap:40px;flex-wrap:wrap;font-size:14px;color:var(--text-3);font-weight:500}.mhome .customers .row span{display:inline-flex;align-items:center;gap:14px}.mhome .customers .row span:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--line-strong)}.mhome .customers .row span:last-child:after{display:none}.mhome .customers .logo-strip{margin-top:56px;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:56px 0}.mhome .customers .logo-set{display:flex;align-items:center;justify-content:space-evenly;gap:40px;max-width:1200px;margin:0 auto;padding:0 40px;flex-wrap:wrap}.mhome .customers .logo-set img{height:96px;width:auto;opacity:.82;transition:opacity .25s ease}.mhome .customers .logo-set img:hover{opacity:1}@media (max-width:1100px){.mhome .customers .logo-set img{height:80px}}@media (max-width:860px){.mhome .customers .logo-strip{padding:36px 0}.mhome .customers .logo-set{gap:28px;padding:0 24px}.mhome .customers .logo-set img{height:64px}}.mhome .reveal{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--rd,0s);will-change:opacity,transform}.mhome .reveal.in{opacity:1;transform:none}@keyframes mh-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.mhome .hero-card{animation:mh-floaty 9s ease-in-out infinite}@keyframes mh-warnpulse{0%,to{box-shadow:inset 3px 0 0 transparent}50%{box-shadow:inset 3px 0 0 #e9a955}}.mhome .integ-row.retry{animation:mh-warnpulse 2.6s ease-in-out infinite}.mhome .b-canvas{gap:0}.mhome .bld-anim .b-card{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;overflow:hidden;box-shadow:none;border-color:var(--line)}.mhome .bld-anim .b-num{animation:bld-num 13s infinite both}.mhome .bld-anim .b-sel-demo{animation:bld-sel-demo 13s infinite both}.mhome .bld-anim .b-fn{animation:bld-fn 13s infinite both}.mhome .bld-anim .b-em{animation:bld-em 13s infinite both}.mhome .bld-anim .b-co{animation:bld-co 13s infinite both}@keyframes bld-num{0%,3%{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}14%,6%{max-height:90px;opacity:1;margin-top:0;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}17%,29%{max-height:90px;opacity:1;margin-top:0;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--line);box-shadow:none}32%,to{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}}@keyframes bld-sel-demo{0%,17%{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}20%,29%{max-height:90px;opacity:1;margin-top:12px;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}32%,to{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}}@keyframes bld-fn{0%,41%{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}44%,52%{max-height:80px;opacity:1;margin-top:0;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}55%,92%{max-height:80px;opacity:1;margin-top:0;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--line);box-shadow:none}96%,to{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}}@keyframes bld-em{0%,55%{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}58%,67%{max-height:80px;opacity:1;margin-top:12px;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}70%,92%{max-height:80px;opacity:1;margin-top:12px;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--line);box-shadow:none}96%,to{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}}@keyframes bld-co{0%,70%{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}73%,92%{max-height:96px;opacity:1;margin-top:12px;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}96%,to{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0;border-top-width:0;border-bottom-width:0;border-color:var(--line);box-shadow:none}}.mhome .bld-anim .b-side .it.it-num{animation:bld-active-num 13s infinite}.mhome .bld-anim .b-side .it.it-num .g{animation:bld-icon-num 13s infinite}.mhome .bld-anim .b-side .it.it-sel{animation:bld-active-sel 13s infinite}.mhome .bld-anim .b-side .it.it-sel .g{animation:bld-icon-sel 13s infinite}.mhome .bld-anim .b-side .it.it-st{animation:bld-active-st 13s infinite}.mhome .bld-anim .b-side .it.it-st .g{animation:bld-icon-st 13s infinite}.mhome .bld-anim .b-side .it.it-em{animation:bld-active-em 13s infinite}.mhome .bld-anim .b-side .it.it-em .g{animation:bld-icon-em 13s infinite}@keyframes bld-active-num{0%,14%{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}17%,to{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}}@keyframes bld-icon-num{0%,14%{background:var(--crimson);color:#fff;border-color:var(--crimson)}17%,to{background:#fff;color:var(--text-3);border-color:var(--line)}}@keyframes bld-active-sel{0%,14%{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}17%,29%{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}32%,67%{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}70%,82%{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}85%,to{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}}@keyframes bld-icon-sel{0%,14%{background:#fff;color:var(--text-3);border-color:var(--line)}17%,29%{background:var(--crimson);color:#fff;border-color:var(--crimson)}32%,67%{background:#fff;color:var(--text-3);border-color:var(--line)}70%,82%{background:var(--crimson);color:#fff;border-color:var(--crimson)}85%,to{background:#fff;color:var(--text-3);border-color:var(--line)}}@keyframes bld-active-st{0%,38%{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}41%,52%{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}55%,to{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}}@keyframes bld-icon-st{0%,38%{background:#fff;color:var(--text-3);border-color:var(--line)}41%,52%{background:var(--crimson);color:#fff;border-color:var(--crimson)}55%,to{background:#fff;color:var(--text-3);border-color:var(--line)}}@keyframes bld-active-em{0%,52%{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}55%,67%{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}70%,to{background:transparent;border:1px solid transparent;color:var(--text-2);font-weight:400}}@keyframes bld-icon-em{0%,52%{background:#fff;color:var(--text-3);border-color:var(--line)}55%,67%{background:var(--crimson);color:#fff;border-color:var(--crimson)}70%,to{background:#fff;color:var(--text-3);border-color:var(--line)}}@media (prefers-reduced-motion:reduce){.mhome .reveal{opacity:1;transform:none;transition:none}.mhome .hero-card,.mhome .integ-row.retry{animation:none}.mhome .hc-row .inp.focused .typing,.mhome .rt-row .inp.focused .typing{animation:none;width:auto;border-right:0}.mhome .customers .logo-set img{opacity:.78}.mhome .bld-anim .b-card,.mhome .bld-anim .b-side .it,.mhome .bld-anim .b-side .it .g{animation:none}.mhome .bld-anim .b-card{max-height:none;opacity:1;padding-top:14px;padding-bottom:14px;border-top-width:1px;border-bottom-width:1px;margin-top:12px}.mhome .bld-anim .b-card.b-num,.mhome .bld-anim .b-card.b-sel-demo{display:none}.mhome .bld-anim .b-card.b-fn{margin-top:0}.mhome .bld-anim .b-card.b-co{border-color:var(--crimson);box-shadow:0 0 0 3px var(--crimson-tint)}.mhome .bld-anim .b-side .it.it-sel{background:#fff;border:1px solid var(--line);color:var(--mh-ink);font-weight:500}.mhome .bld-anim .b-side .it.it-sel .g{background:var(--crimson);color:#fff;border-color:var(--crimson)}}@media (max-width:1100px){.mhome .b-side{display:none}.mhome .builder-body{grid-template-columns:1fr}.mhome .diff-grid,.mhome .diff.rev .diff-grid{gap:48px}.mhome .stats-grid{grid-template-columns:repeat(3,1fr)}.mhome .stat:nth-child(n+4){border-top:1px solid var(--line)}.mhome .stat:nth-child(3n){border-right:0}}@media (max-width:860px){.mhome .hero{padding:48px 0}.mhome .diff-grid,.mhome .diff.rev .diff-grid,.mhome .hero-grid{grid-template-columns:1fr;gap:40px}.mhome .diff.rev .diff-text{order:1}.mhome .diff.rev .diff-viz{order:2}.mhome .aud-grid{grid-template-columns:1fr}.mhome .comply-grid{grid-template-columns:1fr 1fr}.mhome .comply-cell{border-bottom:1px solid var(--line)}.mhome .comply-cell:nth-child(2n){border-right:0}.mhome .comply-cell:nth-last-child(-n+2){border-bottom:0}.mhome .stats-grid{grid-template-columns:1fr 1fr}.mhome .stat:nth-child(odd){border-right:1px solid var(--line)}.mhome .stat:nth-child(2n){border-right:0}.mhome .stat:not(:nth-last-child(-n+2)){border-bottom:1px solid var(--line)}.mhome .stat:nth-child(n+3){border-top:0}.mhome .stat:nth-child(5){grid-column:1/-1;border-right:0}.mhome .integ-head,.mhome .integ-row{grid-template-columns:1fr 80px 90px}.mhome .integ-head span:nth-child(3),.mhome .integ-head span:nth-child(5),.mhome .integ-row .act,.mhome .integ-row .lat{display:none}.mhome .diff-points{grid-template-columns:1fr}}