:root{--mv-black:#000;--mv-charcoal:#2a2f36;--mv-charcoal-deep:#1a1d22;--mv-lime:#a6e100;--mv-lime-bright:#b8f500;--mv-lime-glow:rgba(166,225,0,.4);--mv-orange:#ff6a00;--mv-orange-glow:rgba(255,106,0,.4);--mv-white:#fff;--mv-vermouth:#8f2435;--surface-canvas:var(--mv-black);--surface-raised:var(--mv-charcoal);--surface-sunken:var(--mv-charcoal-deep);--surface-glass:hsla(0,0%,100%,.06);--surface-glass-strong:hsla(0,0%,100%,.1);--hairline:hsla(0,0%,100%,.08);--hairline-bright:hsla(0,0%,100%,.16);--hairline-lime:rgba(166,225,0,.35);--ink-soft:hsla(0,0%,100%,.78);--ink-muted:hsla(0,0%,100%,.56);--ink-dim:hsla(0,0%,100%,.36);--ink-on-lime:#000;--ink-on-orange:#000;--font-body:var(--font-sans);--font-mono:var(--font-console);--font-stencil:var(--font-display);--fs-display-lg:40px;--fs-display-md:32px;--fs-body:15px;--fs-micro:10px;--s-xxs:4px;--s-xs:8px;--s-sm:12px;--s-md:16px;--s-lg:24px;--s-xl:32px;--s-2xl:48px;--s-3xl:64px;--s-viewport:20px;--r-tight:4px;--r-card:8px;--r-control:10px;--r-card-lg:16px;--r-pill:9999px;--glow-lime-sm:0 0 12px rgba(166,225,0,.35);--glow-lime:0 0 24px rgba(166,225,0,.45);--glow-lime-lg:0 0 48px rgba(166,225,0,.55);--glow-orange-sm:0 0 12px rgba(255,106,0,.35);--glow-orange:0 0 24px rgba(255,106,0,.45);--shadow-card:0 1px 0 hsla(0,0%,100%,.04) inset,0 8px 24px rgba(0,0,0,.4);--shadow-glass:0 1px 0 hsla(0,0%,100%,.12) inset,0 16px 40px rgba(0,0,0,.5);--blur-glass:blur(28px) saturate(1.15);--blur-glass-strong:blur(40px) saturate(1.2)}.mv-root{background:var(--surface-canvas);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mv-btn,.mv-root{font-family:var(--font-body)}.mv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 18px;border:0;border-radius:var(--r-pill);cursor:pointer;color:inherit;font-size:var(--fs-body);font-weight:600;line-height:1;letter-spacing:.01em;white-space:nowrap;transition:transform .12s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.mv-btn:active{transform:scale(.97)}.mv-btn--primary{background:var(--mv-lime);color:var(--ink-on-lime);box-shadow:var(--glow-lime-sm)}.mv-btn--primary:hover{background:var(--mv-lime-bright);box-shadow:var(--glow-lime)}.mv-btn--ghost{border:1px solid var(--hairline-bright);background:transparent;color:var(--ink)}.mv-btn--ghost:hover{border-color:var(--mv-lime);color:var(--mv-lime)}.mv-btn--orange{background:var(--mv-orange);color:var(--ink-on-orange);box-shadow:var(--glow-orange-sm)}.mv-btn--orange:hover{box-shadow:var(--glow-orange)}*{box-sizing:border-box}body,html{margin:0;padding:0}.mk-shell{background:var(--mv-black);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:clip;position:relative}.mk-shell:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -5%,rgba(166,225,0,.06) 0,transparent 65%);pointer-events:none;z-index:0}.lime{color:var(--mv-lime)}.orange{color:var(--mv-orange)}.mk-nav{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid transparent;background:rgba(0,0,0,.5);backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08);transition:background .22s ease,border-color .22s ease,-webkit-backdrop-filter .22s ease;transition:background .22s ease,border-color .22s ease,backdrop-filter .22s ease;transition:background .22s ease,border-color .22s ease,backdrop-filter .22s ease,-webkit-backdrop-filter .22s ease}.mk-nav--scrolled{background:rgba(0,0,0,.5);border-bottom-color:var(--hairline)}.mk-nav__inner{max-width:none;margin:0 auto;padding:0 clamp(18px,2.6vw,34px);height:96px;justify-content:space-between;gap:var(--s-md)}.mk-nav__inner,.mk-nav__logo{display:flex;align-items:center}.mk-nav__logo{gap:clamp(14px,1.6vw,22px);text-decoration:none;flex-shrink:0;min-width:0;overflow:visible}.mk-nav__logo img{width:66px;height:66px}.mk-nav__wordmark{font-family:var(--font-display);font-weight:900;font-size:13px;letter-spacing:.18em;color:var(--mv-lime)}.mk-nav__links{display:none;align-items:center;gap:clamp(24px,3.6vw,44px);list-style:none;margin:0;padding:0;flex:1 1;justify-content:center}.mk-nav__links a{font-family:var(--font-body);font-size:14px;font-weight:650;color:hsla(67,63%,92%,.58);text-decoration:none;letter-spacing:0;transition:color .15s ease}.mk-nav__links a:hover{color:var(--mv-white)}.mk-nav__actions{display:flex;align-items:center;gap:8px;min-width:0;justify-content:flex-end}.mk-nav__signin{font-family:var(--font-body);font-size:13px;font-weight:650;color:var(--ink-soft);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 6px;border-radius:0;background:transparent;box-shadow:none;transition:color .15s ease}.mk-nav__signin:hover{color:var(--mv-white);background:transparent}.mk-nav__cta{display:none;min-height:44px;padding-inline:22px;border-radius:999px;font-size:14px;font-weight:900}.mk-nav__burger{display:none;flex-direction:column;gap:5px;padding:6px;background:none;border:none;cursor:pointer;flex-shrink:0}.mk-nav__burger span{display:block;width:20px;height:1.5px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.mk-drawer{position:fixed;inset:0;background:rgba(0,0,0,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:200;display:flex;flex-direction:column;padding:24px var(--s-viewport) 40px;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.mk-drawer--open{transform:translateX(0)}.mk-drawer__head{display:flex;align-items:center;justify-content:space-between;height:64px;flex-shrink:0;border-bottom:1px solid var(--hairline);margin-bottom:32px}.mk-drawer__close{background:none;border:1px solid var(--hairline);color:var(--ink-muted);width:36px;height:36px;border-radius:var(--r-control);cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease,color .15s ease}.mk-drawer__close:hover{border-color:var(--ink);color:var(--ink)}.mk-drawer__nav{display:flex;flex-direction:column;gap:4px;flex:1 1}.mk-drawer__nav a{font-family:var(--font-display);font-weight:700;font-size:26px;text-transform:uppercase;letter-spacing:-.01em;color:var(--ink-muted);text-decoration:none;padding:10px 0;border-bottom:1px solid var(--hairline);transition:color .15s ease}.mk-drawer__nav a:hover{color:var(--mv-lime)}.mk-drawer__foot{padding-top:24px;flex-shrink:0}.mk-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:100px var(--s-viewport) 80px;overflow:hidden;z-index:1}.mk-hero__halo{position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:900px;height:700px;background:radial-gradient(ellipse at center,rgba(166,225,0,.07) 0,transparent 65%);pointer-events:none}.mk-hero__content{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:56px;align-items:center}.mk-hero__text{width:100%}.mk-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mv-lime);margin-bottom:var(--s-lg)}.mk-hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--mv-lime);flex-shrink:0;animation:mk-dot-pulse 2.2s ease-in-out infinite}@keyframes mk-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}.mk-hero__title{font-family:var(--font-display);font-weight:900;font-size:clamp(48px,9vw,92px);text-transform:uppercase;letter-spacing:-.035em;line-height:.93;margin:0 0 var(--s-lg);color:var(--ink)}.mk-hero__title-accent{color:var(--mv-lime)}.mk-hero__sub{font-size:clamp(14px,2vw,17px);color:var(--ink-muted);max-width:480px;line-height:1.65;margin:0 0 var(--s-xl)}.mk-hero__stats{display:flex;align-items:center;gap:var(--s-lg);flex-wrap:wrap;margin-bottom:var(--s-xl)}.mk-hstat{display:flex;flex-direction:column;gap:2px}.mk-hstat__num{font-family:var(--font-display);font-weight:900;font-size:28px;letter-spacing:-.03em;line-height:1;color:var(--ink)}.mk-hstat__num--orange{color:var(--mv-orange)}.mk-hstat__lbl{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim)}.mk-hstat__sep{width:1px;height:28px;background:var(--hairline);flex-shrink:0}.mk-hero__cta{display:flex;gap:var(--s-sm);flex-wrap:wrap;margin-bottom:var(--s-lg)}.mk-hero__btn-primary{display:inline-flex;align-items:center;gap:8px}.mk-hero__proof{display:flex;align-items:center;gap:10px}.mk-hero__proof-avatars{display:flex}.mk-hero__proof-avatars span{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:2px solid var(--mv-black);background:var(--mv-charcoal);font-size:10px;font-weight:700;color:var(--mv-lime);margin-right:-7px}.mk-hero__proof-copy{font-size:12px;color:var(--ink-dim);margin-left:13px}.mk-hero__proof-copy b{color:var(--ink);font-weight:600}.mk-hero__visual{position:relative;flex-shrink:0;display:flex;justify-content:center}.mk-hero__phone{width:230px;height:460px;background:var(--mv-charcoal);border-radius:36px;border:1.5px solid var(--hairline-bright);box-shadow:var(--shadow-glass),0 0 80px rgba(166,225,0,.1);overflow:hidden;position:relative}.mk-hero__phone-notch{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:72px;height:20px;background:#000;border-radius:10px;z-index:4}.mk-hero__phone-slide{position:absolute;inset:0;display:flex;flex-direction:column}.mk-hero__phone-plate{position:absolute;inset:0;z-index:1}.mk-hero__phone-plate--wagyu{background:radial-gradient(ellipse 90% 70% at 50% 35%,rgba(190,85,20,.9) 0,rgba(120,40,10,.7) 35%,rgba(40,15,5,.85) 65%,#000 90%)}.mk-hero__phone-vignette{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.25) 0,transparent 35%,rgba(0,0,0,.9) 80%)}.mk-hero__phone-chrome-top{position:absolute;top:40px;left:12px;right:12px;z-index:3;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:20px;padding:6px 10px 6px 8px;border:1px solid hsla(0,0%,100%,.12)}.mk-hero__phone-rest{display:flex;align-items:center;gap:7px}.mk-hero__phone-rest-logo{width:24px;height:24px;border-radius:50%;background:var(--mv-lime);color:#000;font-size:10px;font-weight:900;display:flex;align-items:center;justify-content:center}.mk-hero__phone-rest-name{font-family:var(--font-body);font-weight:600;font-size:10px;color:var(--ink);line-height:1.2}.mk-hero__phone-rest-loc{font-family:var(--font-mono);font-size:9px;color:var(--ink-dim);line-height:1.2}.mk-hero__phone-lang{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.06em;color:var(--ink-muted);padding:2px 7px;border-radius:var(--r-pill);border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.08)}.mk-hero__macroring{top:110px;left:50%;transform:translateX(-50%);z-index:3;width:72px;height:72px;justify-content:center}.mk-hero__macroring,.mk-hero__macroring-inner{position:absolute;display:flex;align-items:center}.mk-hero__macroring-inner{flex-direction:column;gap:0}.mk-hero__macroring-num{font-family:var(--font-display);font-weight:900;font-size:16px;letter-spacing:-.02em;color:var(--mv-lime);line-height:1}.mk-hero__macroring-lbl{font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim)}.mk-hero__phone-info{position:absolute;bottom:20px;left:12px;right:48px;z-index:3}.mk-hero__phone-tags{display:flex;gap:4px;margin-bottom:5px}.mk-ptag{font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:var(--r-pill)}.mk-ptag--lime{background:rgba(166,225,0,.2);color:var(--mv-lime);border:1px solid rgba(166,225,0,.35)}.mk-ptag--ghost{background:hsla(0,0%,100%,.1);color:var(--ink-muted);border:1px solid hsla(0,0%,100%,.15)}.mk-hero__phone-title-dish{font-family:var(--font-display);font-weight:900;font-size:14px;text-transform:uppercase;letter-spacing:-.01em;color:var(--ink);line-height:1.1;margin-bottom:4px}.mk-hero__phone-macros{display:flex;gap:8px;font-family:var(--font-mono);font-size:9px;color:var(--ink-dim);margin-bottom:8px}.mk-hero__phone-macros b{color:var(--ink-muted);font-weight:700}.mk-hero__phone-row{display:flex;align-items:center;justify-content:space-between}.mk-hero__phone-price{font-family:var(--font-mono);font-weight:700;font-size:18px;color:var(--mv-lime)}.mk-hero__phone-add{font-family:var(--font-body);font-weight:700;font-size:9px;padding:5px 10px;background:var(--mv-lime);color:#000;border:none;border-radius:var(--r-pill);cursor:pointer;letter-spacing:.01em;box-shadow:var(--glow-lime-sm)}.mk-hero__phone-rail{position:absolute;right:8px;bottom:60px;z-index:3;gap:16px}.mk-hero__phone-rail,.mk-rail-btn{display:flex;flex-direction:column;align-items:center}.mk-rail-btn{gap:3px;color:var(--ink)}.mk-rail-btn span{font-family:var(--font-body);font-size:8px;color:var(--ink-muted)}.mk-hero__phone-dots{position:absolute;right:4px;top:50%;transform:translateY(-50%);z-index:3;display:flex;flex-direction:column;gap:4px}.mk-hero__phone-dots span{display:block;width:3px;height:3px;border-radius:50%;background:hsla(0,0%,100%,.25)}.mk-hero__phone-dots span[data-active=true]{background:var(--mv-lime)}.mk-float-card{position:absolute;background:rgba(18,20,24,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--hairline-bright);border-radius:10px;padding:9px 13px;white-space:nowrap;box-shadow:0 8px 24px rgba(0,0,0,.5)}.mk-float-card--tl{top:24px;left:-56px}.mk-float-card--br{bottom:56px;right:-44px}.mk-float-card__lbl{font-family:var(--font-mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-dim);margin-bottom:3px}.mk-float-card__val{font-family:var(--font-display);font-weight:900;font-size:18px;letter-spacing:-.02em;color:var(--mv-lime);line-height:1}.mk-float-card__val--orange{color:var(--mv-orange)}.mk-float-card__delta{color:var(--mv-lime);margin-top:2px}.mk-float-card__delta,.mk-hero__scroll{font-family:var(--font-mono);font-size:9px}.mk-hero__scroll{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-dim);animation:mk-scroll-bounce 2s ease-in-out infinite}@keyframes mk-scroll-bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(5px)}}.mk-ticker{position:relative;z-index:1;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:18px 0;overflow:hidden;background:hsla(0,0%,100%,.015)}.mk-ticker__label{font-family:var(--font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);text-align:center;margin-bottom:12px}.mk-ticker__viewport{overflow:hidden}.mk-ticker__track{display:flex;align-items:center;gap:0;width:max-content;animation:mk-ticker-run 32s linear infinite}@keyframes mk-ticker-run{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.mk-ticker__item{font-family:var(--font-body);font-size:13px;font-weight:500;color:var(--ink-dim);white-space:nowrap;padding:0 var(--s-lg);flex-shrink:0;transition:color .15s ease}.mk-ticker__dot{color:var(--mv-lime);font-size:10px;flex-shrink:0;opacity:.5}.mk-section{position:relative;z-index:1;padding:96px var(--s-viewport)}.mk-section__inner{max-width:1100px;margin:0 auto}.mk-eyebrow{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.14em;color:var(--mv-lime)}.mk-eyebrow,.mk-section__title{text-transform:uppercase;margin:0 0 var(--s-md)}.mk-section__title{font-family:var(--font-display);font-weight:900;font-size:clamp(34px,5.5vw,56px);letter-spacing:-.025em;line-height:.97;color:var(--ink)}.mk-section__sub{font-size:15px;color:var(--ink-muted);max-width:520px;line-height:1.6;margin:0}.mk-steps{display:grid;grid-template-columns:1fr;grid-gap:var(--s-lg);gap:var(--s-lg);margin-top:var(--s-2xl)}.mk-step--connector{display:none}.mk-step{background:var(--mv-charcoal);border:1px solid var(--hairline);border-radius:var(--r-card-lg);padding:var(--s-xl) var(--s-xl) var(--s-lg);position:relative;transition:border-color .18s ease}.mk-step:hover{border-color:rgba(166,225,0,.25)}.mk-step__num{font-family:var(--font-display);font-weight:900;font-size:52px;letter-spacing:-.04em;color:rgba(166,225,0,.12);line-height:1;position:absolute;top:var(--s-lg);right:var(--s-xl);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mk-step__icon{width:44px;height:44px;border-radius:var(--r-card);background:rgba(166,225,0,.08);border:1px solid rgba(166,225,0,.2);display:flex;align-items:center;justify-content:center;color:var(--mv-lime);margin-bottom:var(--s-md)}.mk-step__icon--orange{background:rgba(255,106,0,.08);border-color:rgba(255,106,0,.2);color:var(--mv-orange)}.mk-step__title{font-family:var(--font-display);font-weight:700;font-size:18px;text-transform:uppercase;letter-spacing:.01em;color:var(--ink);margin:0 0 var(--s-sm)}.mk-step__body{font-size:13px;color:var(--ink-muted);line-height:1.65;margin:0 0 var(--s-md);max-width:320px}.mk-step__body-mobile{display:none}.mk-step__tags{display:flex;flex-wrap:wrap;gap:6px}.mk-steptag{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--r-pill);background:hsla(0,0%,100%,.05);border:1px solid var(--hairline);color:var(--ink-dim)}.mk-steptag--lime{background:rgba(166,225,0,.08);border-color:var(--hairline-lime);color:var(--mv-lime)}.mk-steptag--orange{background:rgba(255,106,0,.08);border-color:rgba(255,106,0,.35);color:var(--mv-orange)}.mk-statband{position:relative;z-index:1;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:hsla(0,0%,100%,.015);padding:var(--s-xl) var(--s-viewport)}.mk-statband__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:0}.mk-statband__item{padding:var(--s-md) 0;border-bottom:1px solid var(--hairline)}.mk-statband__item:last-child{border-bottom:none}.mk-statband__div{display:none}.mk-statband__num{font-family:var(--font-display);font-weight:900;font-size:clamp(30px,4.5vw,44px);letter-spacing:-.04em;color:var(--mv-lime);line-height:1;margin-bottom:3px}.mk-statband__num--orange{color:var(--mv-orange)}.mk-statband__lbl{font-size:12px;color:var(--ink-muted);line-height:1.4}.mv4-spice-slideshow{position:relative;width:100%;overflow:hidden;background:var(--mv-black);padding:0}.mv4-spice-slideshow__track{display:flex;width:max-content;gap:16px;padding:24px 0;will-change:transform}.mv4-spice-slideshow__slide{flex:0 0 auto;width:240px;border-radius:12px;overflow:hidden}.mv4-spice-slideshow__slide img{display:block;width:100%;height:auto}@media (min-width:760px){.mv4-spice-slideshow__track{gap:20px;padding:32px 0}.mv4-spice-slideshow__slide{width:280px;border-radius:14px}}@media (min-width:1024px){.mv4-spice-slideshow__track{gap:24px;padding:40px 0}.mv4-spice-slideshow__slide{width:300px;border-radius:16px}}@media (prefers-reduced-motion:reduce){.mv4-spice-slideshow__track{transform:none!important}}.mk-feat-lead-grid{display:flex;flex-direction:column;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:var(--r-card-lg);overflow:hidden;margin-top:var(--s-2xl)}.mk-feat-lead{background:var(--mv-black);display:grid;grid-template-columns:60px 48px 1fr;align-items:start;grid-gap:var(--s-lg);gap:var(--s-lg);padding:var(--s-xl) var(--s-xl);transition:background .18s ease}.mk-feat-lead:hover{background:hsla(0,0%,100%,.02)}.mk-feat-lead__num{font-family:var(--font-display);font-weight:900;font-size:36px;letter-spacing:-.04em;color:rgba(166,225,0,.18);line-height:1;padding-top:8px}.mk-feat-lead__icon{width:48px;height:48px;border-radius:var(--r-card);background:rgba(166,225,0,.08);border:1px solid rgba(166,225,0,.18);display:flex;align-items:center;justify-content:center;color:var(--mv-lime);flex-shrink:0}.mk-feat-lead__icon--orange{background:rgba(255,106,0,.08);border-color:rgba(255,106,0,.18);color:var(--mv-orange)}.mk-feat-lead__content{padding:2px 0}.mk-feat-lead__title{font-family:var(--font-display);font-size:16px;text-transform:uppercase;letter-spacing:.01em;margin:0 0 6px}.mk-feat-lead__body{font-size:13px;color:var(--ink-muted);line-height:1.65;margin:0 0 var(--s-sm);max-width:600px}.mk-feat-lead__tags{display:flex;flex-wrap:wrap;gap:6px}.mk-feat-lead__tags span{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--r-pill);background:hsla(0,0%,100%,.04);border:1px solid var(--hairline);color:var(--ink-dim)}.mk-feat-support-grid{display:flex;flex-direction:column;gap:var(--s-md);margin-top:var(--s-lg)}.mk-feat-support{gap:var(--s-md);padding:var(--s-md) var(--s-lg);background:hsla(0,0%,100%,.02);border-radius:var(--r-card)}.mk-feat-support__icon{width:36px;height:36px;border-radius:var(--r-tight);background:rgba(166,225,0,.07);border:1px solid rgba(166,225,0,.15);display:flex;align-items:center;justify-content:center;color:var(--mv-lime);flex-shrink:0}.mk-feat-support__icon--orange{background:rgba(255,106,0,.07);border-color:rgba(255,106,0,.15);color:var(--mv-orange)}.mk-feat-support__title{font-family:var(--font-body);font-weight:700;font-size:13px;margin-bottom:3px}.mk-feat-support__sub{font-size:12px;line-height:1.5}.mk-quote{position:relative;z-index:1;background:hsla(0,0%,100%,.02);border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);padding:80px var(--s-viewport)}.mk-quote__inner{max-width:820px;margin:0 auto;position:relative}.mk-quote__mark{font-family:var(--font-display);font-weight:900;font-size:clamp(80px,12vw,140px);line-height:.7;color:var(--mv-lime);opacity:.15;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:-32px;display:block}.mk-quote__text{font-family:var(--font-display);font-weight:700;font-size:clamp(20px,3.5vw,30px);line-height:1.35;letter-spacing:-.015em;color:var(--ink);margin:0 0 var(--s-xl);quotes:none}.mk-quote__footer{display:flex;align-items:center;gap:var(--s-md)}.mk-quote__avatar{width:40px;height:40px;border-radius:50%;background:var(--mv-charcoal);border:1px solid var(--hairline-bright);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:var(--ink);flex-shrink:0}.mk-quote__name{font-weight:700;font-size:13px;color:var(--ink)}.mk-quote__role{font-size:12px;color:var(--ink-dim);margin-top:2px}.mk-quote__tier{margin-left:auto;font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:var(--r-pill);background:rgba(166,225,0,.1);border:1px solid rgba(166,225,0,.25);color:var(--mv-lime)}.mk-pricing__toggle{gap:var(--s-sm);margin:var(--s-2xl) 0 var(--s-xl)}.mk-pricing__toggle button{font-family:var(--font-body);font-weight:500;background:none;border:1px solid var(--hairline);border-radius:var(--r-pill);transition:all .18s ease}.mk-pricing__toggle button[data-active]{background:hsla(0,0%,100%,.08);border-color:var(--hairline-bright);color:var(--ink)}.save{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--mv-lime);margin-left:6px}.mk-tiers{display:flex;flex-direction:column;gap:var(--s-md)}.mk-tier{background:var(--mv-charcoal);border:1px solid var(--hairline);border-radius:var(--r-card-lg);padding:var(--s-xl) var(--s-xl) var(--s-lg);position:relative;transition:border-color .18s ease;flex:1 1}.mk-tier:hover{border-color:hsla(0,0%,100%,.18)}.mk-tier--popular{border-color:rgba(166,225,0,.45);box-shadow:0 0 0 1px rgba(166,225,0,.15),var(--glow-lime-sm)}.mk-tier--popular:hover{border-color:var(--mv-lime)}.mk-tier--reserve{border-color:rgba(255,106,0,.3)}.mk-tier--reserve:hover{border-color:rgba(255,106,0,.6)}.mk-tier__badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:3px 14px;border-radius:var(--r-pill);background:var(--mv-lime);color:#000;white-space:nowrap}.mk-tier__badge--orange{background:var(--mv-orange);color:#fff}.mk-tier__eyebrow{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-dim);margin:0 0 3px}.mk-tier__tagline{font-family:var(--font-body);font-size:12px;color:var(--ink-dim);margin-bottom:var(--s-sm)}.mk-tier__price{display:flex;align-items:baseline;gap:3px;margin-bottom:3px}.mk-tier__price-num{font-family:var(--font-display);font-weight:900;font-size:40px;letter-spacing:-.05em;line-height:1}.mk-tier__price-per{font-size:13px;color:var(--ink-dim)}.mk-tier__save{font-family:var(--font-mono);font-size:10px;color:var(--ink-dim);letter-spacing:.04em;margin-bottom:4px}.mk-tier__cap{font-size:13px;margin-bottom:var(--s-md);padding-bottom:var(--s-md);border-bottom:1px solid var(--hairline)}.mk-tier__cap,.mk-tier__cap b{color:var(--ink);font-weight:650}.mk-tier__features{list-style:none;margin:0 0 var(--s-lg);padding:0;display:flex;flex-direction:column;gap:9px}.mk-tier__features li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--ink-muted);line-height:1.4}.mk-tier__features li svg{color:var(--mv-lime);flex-shrink:0;margin-top:2px}.mk-tier__mobile-toggle{display:none;width:100%;align-items:center;justify-content:space-between;gap:10px;margin:0 0 var(--s-md);padding:12px 0;border:0;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:transparent;color:var(--ink-soft);font:700 11px/1 var(--font-body);letter-spacing:.12em;text-transform:uppercase;cursor:pointer}.mk-tier__mobile-toggle svg{color:var(--mv-lime)}.mk-activation-callout{display:none;margin:-10px 0 var(--s-lg);font-family:var(--font-display);font-size:15px;font-weight:900;letter-spacing:.04em;color:var(--mv-lime);text-transform:uppercase}.mk-activation-callout__price{font-family:var(--font-display);font-size:22px;font-weight:900;letter-spacing:0}.mk-addons{margin-top:var(--s-xl);display:flex;flex-direction:column;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:var(--r-card);overflow:hidden}.mk-addon{background:var(--mv-black);gap:var(--s-md);padding:var(--s-md) var(--s-lg)}.mk-addon,.mk-addon__icon{display:flex;align-items:center}.mk-addon__icon{width:36px;height:36px;border-radius:var(--r-tight);background:rgba(166,225,0,.07);border:1px solid rgba(166,225,0,.15);justify-content:center;color:var(--mv-lime);flex-shrink:0}.mk-addon__icon--orange{background:rgba(255,106,0,.07);border-color:rgba(255,106,0,.15);color:var(--mv-orange)}.mk-addon__title{font-size:13px;margin-bottom:2px}.mk-addon__sub{color:var(--ink-dim)}.mk-addon__sub--kit{display:flex;flex-wrap:wrap;gap:4px 10px;line-height:1.45}.mk-addon__price,.mk-addon__sub--kit span{white-space:nowrap}.mk-addon__price{margin-left:auto;font-family:var(--font-mono);font-size:11px;color:var(--ink-muted)}.mk-compare{margin-top:var(--s-2xl);overflow-x:auto;border:1px solid var(--hairline);border-radius:var(--r-card-lg);overflow:hidden}.mk-compare table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.mk-compare thead tr{background:hsla(0,0%,100%,.03);border-bottom:1px solid var(--hairline)}.mk-compare__old-head{color:var(--ink-dim)}.mk-compare__new-head,.mk-compare__old-head{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:14px 20px;text-align:left;width:35%}.mk-compare__new-head{color:var(--mv-lime)}.mk-compare tbody tr{border-bottom:1px solid var(--hairline);transition:background .12s ease}.mk-compare tbody tr:last-child{border-bottom:none}.mk-compare tbody tr:hover{background:hsla(0,0%,100%,.02)}.mk-compare__row-label{font-weight:600;font-size:12px;color:var(--ink);padding:14px 20px;vertical-align:top;width:30%}.mk-compare__no{color:var(--ink-dim)}.mk-compare__no,.mk-compare__yes{font-size:13px;padding:14px 20px;vertical-align:top;line-height:1.5}.mk-compare__yes{color:var(--mv-lime);font-weight:500}.mk-cta-section{padding:0 var(--s-viewport)}.mk-cta-band{position:relative;padding:96px var(--s-xl);text-align:center;border:1px solid var(--hairline);border-radius:var(--r-card-lg);overflow:hidden;background:hsla(0,0%,100%,.02)}.mk-cta-band__halo{position:absolute;bottom:-80px;left:50%;transform:translateX(-50%);width:700px;height:500px;background:radial-gradient(ellipse at center,rgba(166,225,0,.16) 0,transparent 65%);pointer-events:none}.mk-cta-band__content{position:relative;z-index:1}.mk-cta-band__title{font-size:clamp(32px,5.5vw,60px);line-height:.97;margin:var(--s-sm) 0 var(--s-md);color:var(--ink)}.mk-cta-band__sub{font-size:15px;color:var(--ink-muted);max-width:420px;margin:0 auto var(--s-xl);line-height:1.6}.mk-cta-band__actions{display:flex;gap:var(--s-sm);justify-content:center;flex-wrap:wrap;margin-bottom:var(--s-lg)}.mk-cta-band__btn-primary{display:inline-flex;align-items:center;gap:8px}.mk-cta-band__trust{display:flex;align-items:center;justify-content:center;gap:var(--s-lg);flex-wrap:wrap;font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;color:var(--ink-dim)}.mk-cta-band__trust span{display:inline-flex;align-items:center;gap:5px}.mk-cta-band__trust svg{color:var(--mv-lime)}.mk-footer{border-top:1px solid var(--hairline);padding:64px var(--s-viewport) 40px;position:relative;z-index:1}.mk-footer__top{max-width:1100px;margin:0 auto;grid-template-columns:1fr;grid-gap:var(--s-2xl);gap:var(--s-2xl);padding-bottom:var(--s-2xl);border-bottom:1px solid var(--hairline)}.mk-footer__brand{max-width:220px}.mk-footer__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.mk-footer__logo img{width:24px;height:24px;object-fit:contain}.mk-footer__logo span{font-family:var(--font-display);font-weight:900;font-size:12px;letter-spacing:.07em;color:var(--mv-lime)}.mk-footer__tagline{font-size:12px;color:var(--ink-dim);line-height:1.6;margin:0 0 var(--s-lg)}.mk-footer__address-row{margin:var(--s-lg) calc(0px - var(--s-viewport)) 0;padding:10px var(--s-viewport);display:flex;flex-direction:column;gap:var(--s-sm);background:var(--mv-lime)}.mk-footer__address{margin:0;color:#050505;font-size:12px;line-height:1.6}.mk-footer__social-links{display:flex;flex-wrap:wrap;gap:var(--s-sm) var(--s-md)}.mk-footer__social-links a{color:#050505;font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;text-decoration:none;transition:color .15s ease}.mk-footer__social-links a:focus-visible,.mk-footer__social-links a:hover{color:rgba(5,5,5,.68)}.mk-social{display:flex;gap:8px}.mk-social a{width:32px;height:32px;border-radius:var(--r-control);border:1px solid var(--hairline);display:flex;align-items:center;justify-content:center;color:var(--ink-dim);text-decoration:none;transition:border-color .15s ease,color .15s ease}.mk-social a:hover{border-color:rgba(166,225,0,.4);color:var(--mv-lime)}.mk-footer__nav{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--s-xl) var(--s-2xl);gap:var(--s-xl) var(--s-2xl)}.mk-footer__nav h5{font-family:var(--font-mono);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted);margin:0 0 var(--s-sm)}.mk-footer__nav a{display:block;color:var(--ink-dim);text-decoration:none;margin-bottom:8px;transition:color .15s ease}.mk-footer__nav a:hover{color:var(--ink)}.mk-footer__bottom{max-width:1100px;margin:var(--s-sm) auto 0;display:flex;flex-direction:column;gap:var(--s-sm)}.mk-footer__bottom span{font-family:var(--font-mono);font-size:10px;color:var(--ink-dim);letter-spacing:.04em}.mk-footer__bottom-links{display:flex;gap:var(--s-md)}.mk-footer__bottom-links a{font-family:var(--font-mono);font-size:10px;color:var(--ink-dim);text-decoration:none;letter-spacing:.04em;transition:color .15s ease}.mk-footer__bottom-links a:hover{color:var(--ink)}@media (min-width:760px){.mk-nav__logo{min-width:190px}.mk-nav__actions{min-width:190px;gap:var(--s-sm)}.mk-nav__signin{display:block;min-height:0;padding:0;border-radius:0;background:transparent;color:hsla(67,63%,92%,.72);box-shadow:none;font-size:14px;font-weight:650}.mk-nav__signin:hover{color:var(--mv-white);background:transparent}.mk-nav__cta{display:inline-flex}.mk-hero__content{flex-direction:row;align-items:center;gap:64px}.mk-hero__text{flex:1 1;max-width:520px}.mk-hero__visual{flex-shrink:0}.mk-hero__phone{width:260px;height:520px}.mk-float-card--tl{left:-70px}.mk-float-card--br{right:-60px}.mk-steps{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:0}.mk-step--connector{display:block;width:1px;height:48px;background:var(--hairline);margin-top:60px;align-self:start}.mk-statband__inner,.mk-tiers{flex-direction:row;align-items:stretch}.mk-statband__item{flex:1 1;padding:var(--s-xl) var(--s-lg);border-bottom:none;border-right:1px solid var(--hairline);text-align:center}.mk-statband__item:last-child{border-right:none}.mk-feat-support-grid{flex-direction:row}.mk-feat-support{flex:1 1}.mk-footer__top{grid-template-columns:auto 1fr}.mk-footer__nav{grid-template-columns:repeat(4,1fr)}.mk-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}.mk-compare table{table-layout:auto}.mk-compare__row-label{width:22%}.mk-compare__new-head,.mk-compare__old-head{width:auto}}@media (min-width:1024px){.mk-nav__links{display:flex}.mk-nav__signin{display:block}.mk-nav__cta{display:inline-flex}.mk-nav__burger{display:none}.mk-hero__phone{width:280px;height:560px}.mk-float-card--tl{top:40px;left:-80px}.mk-float-card--br{bottom:80px;right:-70px}.mk-feat-lead{grid-template-columns:56px 56px 1fr;gap:var(--s-xl)}.mk-feat-lead__num{font-size:42px}.mk-feat-lead__icon{width:56px;height:56px}}@media (max-width:1023px){.mk-nav__inner{gap:12px}.mk-nav__actions,.mk-nav__cta,.mk-nav__links{display:none}.mk-nav__burger{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent}.mk-nav__burger span{background:#fff;height:2px}}@media (max-width:520px){.mk-nav{backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08)}.mk-nav,.mk-nav--scrolled{background:rgba(0,0,0,.5)}.mk-nav__inner{padding-inline:16px;gap:8px}.mk-nav__logo{gap:12px}.mk-nav__wordmark{font-size:12px;letter-spacing:.16em}.mk-nav__signin{min-height:36px;padding:0 12px;font-size:12px}.mk-nav__burger{width:40px;height:40px;border-radius:13px}}@media (prefers-reduced-motion:reduce){.mk-hero__eyebrow-dot,.mk-hero__scroll{animation:none}.mk-ticker__track{animation-play-state:paused}.mk-feat-lead:hover{background:none}.mk-step:hover{border-color:var(--hairline)}*{transition-duration:.01ms!important}}html{scroll-behavior:smooth}.mk-nav__logo img{width:clamp(56px,8vw,66px)!important;height:clamp(56px,8vw,66px)!important;display:block;flex:0 0 auto;object-fit:contain;object-position:center}.mk-nav__wordmark{margin-left:0}.mk-pricing__toggle{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin:var(--s-xl) auto var(--s-2xl);padding:4px;gap:0;border:1px solid hsla(0,0%,100%,.1);border-radius:999px;background:var(--mv-charcoal)}.mk-pricing__toggle button{border:none;border-radius:999px;padding:10px 24px;cursor:pointer;font-family:var(--font-display);font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:all .2s ease}.mk-pricing__toggle button[data-active]{color:var(--mv-black);box-shadow:0 0 24px rgba(166,225,0,.25)}.mk-pricing__toggle button[data-active] .save{color:rgba(0,0,0,.55)}.mk-pricing__toggle .save{margin-left:8px;font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mv4-hero{--mv4-content-lift:clamp(18px,4svh,52px);position:relative;min-height:100svh;display:flex;flex-direction:column;align-items:center;padding:var(--s-3xl) var(--s-viewport) clamp(132px,18svh,176px);text-align:center}.mv4-hero__glow{position:absolute;top:50%;left:50%;z-index:0;width:min(700px,90vw);height:min(700px,90vw);transform:translate(-50%,-55%);border-radius:50%;background:radial-gradient(circle,rgba(166,225,0,.12) 0,rgba(166,225,0,.04) 40%,transparent 70%);pointer-events:none}.mv4-hero--video .mv4-hero__glow{z-index:2;background:radial-gradient(circle,rgba(166,225,0,.08) 0,rgba(166,225,0,.03) 40%,transparent 70%)}.mv4-hero__video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.mv4-hero__video{display:block;width:100%;height:100%;object-fit:cover}.mv4-hero__video-overlay{position:absolute;inset:0;z-index:1;background:rgba(0,0,0,.72)}.mv4-hero--video .mv4-hero__cta,.mv4-hero--video .mv4-hero__headline,.mv4-hero--video .mv4-hero__mark,.mv4-hero--video .mv4-hero__scroll,.mv4-hero--video .mv4-hero__sub{z-index:3}.mv4-hero__mark{width:clamp(184px,44vw,286px);height:auto;margin-bottom:clamp(38px,7svh,78px);filter:drop-shadow(0 0 34px rgba(166,225,0,.25))}.mv4-hero__headline,.mv4-hero__mark{position:relative;z-index:1;transform:translateY(calc(-1 * var(--mv4-content-lift)))}.mv4-hero__headline{margin:0 0 var(--s-sm);color:var(--mv-white);font-family:var(--font-stencil);font-size:clamp(52px,8.5vw,104px);font-weight:500;letter-spacing:0}.mv4-hero__sub{max-width:520px;margin:0 auto var(--s-lg);font-family:var(--font-body);font-size:var(--fs-body);font-weight:400}.mv4-hero__cta,.mv4-hero__sub{position:relative;z-index:1;transform:translateY(calc(-1 * var(--mv4-content-lift)))}.mv4-hero__cta{flex-wrap:wrap;justify-content:center;gap:var(--s-sm);margin-bottom:clamp(72px,10svh,118px)}.mv4-hero__scroll{position:absolute;bottom:clamp(24px,5svh,52px);left:50%;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;transform:translateX(-50%);color:var(--ink-dim);cursor:pointer;font-size:var(--fs-micro);letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.mv4-hero__scroll svg{animation:mv4-bob 2s ease-in-out infinite}@keyframes mv4-bob{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.mv4-divider{width:100%;max-width:1200px;padding:0 var(--s-viewport)}.mv4-divider__line{height:1px;background:linear-gradient(90deg,transparent 0,var(--hairline-lime) 20%,var(--mv-lime) 50%,var(--hairline-lime) 80%,transparent 100%);opacity:.5}.mv4-section-open{display:flex;align-items:baseline;gap:var(--s-md);margin-bottom:var(--s-lg)}.mv4-section-open__num{color:var(--mv-lime);font-family:var(--font-stencil);font-size:clamp(48px,8vw,80px);line-height:1;opacity:.2}.mv4-section-open__title{color:var(--mv-white);font-family:var(--font-display);font-size:var(--fs-display-md);font-weight:900;line-height:1.15}.mk-how .mk-steps{grid-template-columns:1fr;grid-gap:var(--s-md);gap:var(--s-md)}.mk-how .mk-step{position:relative;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(166,225,0,.15);background:linear-gradient(160deg,rgba(166,225,0,.06) 0,var(--mv-charcoal) 40%,var(--mv-charcoal) 100%)}.mk-how .mk-step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--mv-lime),transparent);opacity:.6}.mk-how .mk-step:nth-child(3):before{background:linear-gradient(90deg,var(--mv-orange),transparent)}.mk-how .mk-step:nth-child(5):before{background:linear-gradient(90deg,var(--mv-lime),var(--mv-orange),transparent)}.mk-how .mk-step:hover{border-color:rgba(166,225,0,.35);background:linear-gradient(160deg,rgba(166,225,0,.1) 0,var(--mv-charcoal) 40%,var(--mv-charcoal) 100%)}.mk-how .mk-step:nth-child(3):hover{border-color:rgba(255,106,0,.35)}.mk-how .mk-step__num{color:rgba(166,225,0,.1);font-size:64px}.mk-how .mk-step:nth-child(3) .mk-step__num{color:rgba(255,106,0,.1)}.mk-how .mk-step__icon{width:48px;height:48px;border:1px solid rgba(166,225,0,.3);background:rgba(166,225,0,.12);box-shadow:0 0 20px rgba(166,225,0,.1)}.mk-how .mk-step__icon--orange{border-color:rgba(255,106,0,.3);background:rgba(255,106,0,.12);box-shadow:0 0 20px rgba(255,106,0,.1)}.mk-how .mk-step__title{color:var(--mv-white);font-size:20px}.mk-how .mk-step__body{flex:1 1;line-height:1.7}.mk-how .mk-steptag{border-color:rgba(166,225,0,.2);background:rgba(166,225,0,.08);color:var(--mv-lime)}.mk-how .mk-steptag--orange{border-color:rgba(255,106,0,.2);background:rgba(255,106,0,.08);color:var(--mv-orange)}.mk-how .mk-steptag--lime{border-color:var(--hairline-lime);background:rgba(166,225,0,.08);color:var(--mv-lime)}.mk-owner-queue{display:flex;align-items:center;gap:14px;flex-wrap:wrap;justify-content:center;padding:16px 22px}.mk-owner-queue>span{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-muted)}.mk-owner-queue>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.mk-owner-queue__item{display:inline-flex;align-items:center;gap:10px}.mk-owner-queue__item b{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--ink-soft);padding:5px 12px;border-radius:9999px;border:1px solid var(--hairline-bright)}.mk-owner-queue__item i{color:var(--ink-dim);font-style:normal}@media (min-width:760px){.mv4-hero__mark{width:clamp(230px,26vw,314px)}.mv4-hero__sub{font-size:17px}.mk-how .mk-steps{grid-template-columns:repeat(3,1fr)}.mk-how .mk-step__num{font-size:72px}}@media (min-width:1024px){.mv4-hero__mark{width:clamp(255px,23vw,350px);margin-bottom:clamp(48px,8svh,86px)}.mv4-hero__glow{width:900px;height:900px}.mv4-section-open__title{font-size:var(--fs-display-lg)}.mk-how .mk-step__num{font-size:80px}.mk-how .mk-step__title{font-size:22px}}@media (prefers-reduced-motion:reduce){.mv4-hero__video-wrap{opacity:.55}.mv4-hero__scroll svg{animation:none}}.mv4-hero{padding:84px clamp(20px,3.1vw,40px) 76px;justify-content:center}.mv4-hero__mark{position:absolute;right:-160px;top:50%;width:760px;height:760px;margin:0;opacity:.04;transform:translateY(-50%)}.mv4-hero__inner{z-index:2}.mv4-hero__copy{width:100%}.mv4-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;padding:5px 13px 5px 11px;border:1px solid var(--hairline);border-radius:var(--r-pill);background:hsla(0,0%,100%,.02);color:var(--mv-lime);font-weight:700;letter-spacing:.18em;text-transform:uppercase}.mv4-hero__eyebrow span{width:5px;height:5px;border-radius:50%;background:var(--mv-lime);box-shadow:0 0 8px var(--mv-lime-glow);animation:mvDot 2s ease-in-out infinite}.mv4-hero__headline{max-width:760px;font-size:clamp(48px,6vw,68px)}.mv4-hero__cta .mv-btn{font-weight:700}.mv4-hero__trust{display:flex;flex-wrap:wrap;color:var(--ink-muted)}.mv4-hero__trust span{display:inline-flex;align-items:center;gap:7px}.mv4-hero__trust svg{color:var(--mv-lime);flex:0 0 auto}.mv4-hero__device{position:relative}.mv4-hero__device:before{content:"";position:absolute;inset:-26% -18%;background:radial-gradient(circle,var(--mv-lime-glow),transparent 62%);filter:blur(46px);animation:mvHaloPulse 3.4s ease-in-out infinite;pointer-events:none}.mv4-hero-phone{position:relative;border:1.5px solid var(--hairline-bright);background:var(--mv-charcoal);box-shadow:0 36px 90px rgba(0,0,0,.65);overflow:hidden}.mv4-hero-phone:before{content:"";position:absolute;inset:10px;z-index:2;border-radius:34px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.06);pointer-events:none}.mv4-hero-phone__screen{position:relative;width:100%;height:100%;border-radius:34px;overflow:hidden;background:#000;isolation:isolate;contain:paint;transform:translateZ(0)}.mv4-hero-phone__reel{position:absolute;inset:0;display:flex;flex-direction:column;min-height:100%;animation:mvReelUp 21.7s cubic-bezier(.7,0,.3,1) infinite;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.mv4-hero-phone__media{flex:0 0 100%;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.95) contrast(1.1) brightness(.76);transform:translateZ(0) scale(1.002)}.mv4-hero-phone__top{position:absolute;top:14px;left:14px;right:14px;z-index:3;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.mv4-hero-phone__top small,.mv4-hero-phone__top span{display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:hsla(0,0%,100%,.08);color:var(--mv-lime);font-size:11px;font-weight:800;letter-spacing:.08em;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mv4-hero-phone__top small{color:var(--ink);font-family:var(--font-mono);font-weight:600;letter-spacing:0}.mv4-hero-phone__top i{width:6px;height:6px;border-radius:50%;background:var(--mv-lime)}.mv4-hero-phone__dish{position:absolute;left:12px;right:12px;bottom:12px;z-index:3;padding:14px;border:1px solid var(--hairline-bright);border-radius:16px;background:hsla(0,0%,100%,.06);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12);backdrop-filter:blur(28px) saturate(1.15);-webkit-backdrop-filter:blur(28px) saturate(1.15)}.mv4-hero-phone__dish-head{display:flex;justify-content:space-between;gap:10px}.mv4-hero-phone__dish strong{font-family:var(--font-display);font-size:19px;font-weight:900;line-height:1;text-transform:uppercase}.mv4-hero-phone__dish b{color:var(--mv-lime);font-family:var(--font-mono);font-size:21px;font-weight:700}.mv4-hero-phone__macros{display:flex;gap:6px;margin-top:9px}.mv4-hero-phone__macros span{padding:4px 9px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);color:var(--ink-soft);font-family:var(--font-mono);font-size:10px}.mv4-hero-phone__actions{display:flex;gap:7px;margin-top:13px}.mv4-hero-phone__actions button{flex:1 1;min-height:0;padding:8px 12px;border:0;border-radius:var(--r-pill);background:var(--mv-lime);color:#000;font-size:12px;font-weight:800}.mv4-hero-phone__actions span{width:34px;display:flex;align-items:center;justify-content:center;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);color:var(--ink-soft)}.mv4-hero__float{position:absolute;left:-30px;top:50%;z-index:4;display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;grid-column-gap:9px;column-gap:9px;align-items:center;padding:10px 13px;border:1px solid var(--hairline-bright);border-radius:14px;background:var(--mv-charcoal);box-shadow:0 16px 40px rgba(0,0,0,.5);transform:translateY(-50%)}.mv4-hero__float span{grid-row:1/3;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#fff;color:#000}.mv4-hero__float small{color:var(--ink-muted);font-size:11px}.mv4-hero__float b{color:var(--mv-lime);font-size:13px;font-weight:800}.mk-reel-wall{position:relative;padding:42px clamp(18px,3.2vw,40px) 48px;border-top:1px solid var(--hairline);border-bottom:1px solid var(--hairline);background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%);overflow:hidden}.mk-reel-wall__label{margin-bottom:28px;text-align:center;color:var(--ink-soft);font-size:12px;font-weight:900;letter-spacing:.3em;text-transform:uppercase}.mk-reel-wall__viewport{position:relative;width:min(100%,1320px);margin:0 auto;display:flex;flex-direction:column;gap:14px;overflow:hidden}.mk-reel-wall__fade{position:absolute;top:0;bottom:0;z-index:4;width:150px;pointer-events:none}.mk-reel-wall__fade--left{left:0;background:linear-gradient(90deg,#000,rgba(0,0,0,.82) 34%,transparent)}.mk-reel-wall__fade--right{right:0;background:linear-gradient(270deg,#000,rgba(0,0,0,.82) 34%,transparent)}.mk-reel-wall__row{height:312px;overflow:hidden}.mk-reel-wall__row--short{height:248px}.mk-reel-wall__track{display:flex;gap:14px;width:max-content;height:100%}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite}.mk-reel-card{position:relative;flex:0 0 auto;height:100%;border:1px solid var(--hairline);border-radius:16px;background:var(--mv-charcoal);box-shadow:0 14px 36px rgba(0,0,0,.45);overflow:hidden}.mk-reel-card[data-shape=portrait]{aspect-ratio:3/4}.mk-reel-card[data-shape=wide]{aspect-ratio:16/11}.mk-reel-card[data-shape=square]{aspect-ratio:1/1}.mk-reel-card[data-shape=poster]{aspect-ratio:4/5}.mk-reel-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.04) brightness(.92);transform:scale(1.04)}.mk-reel-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 32%),linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.42) 24%,rgba(0,0,0,.14) 52%,transparent 76%);pointer-events:none}.mk-gallery-cell__live,.mk-reel-card__live{z-index:2;position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:rgba(0,0,0,.42);color:hsla(0,0%,100%,.86);font-family:var(--font-mono);font-size:8px;font-weight:700;letter-spacing:.08em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mk-gallery-cell__live i,.mk-reel-card__live i{width:5px;height:5px;border-radius:50%;background:var(--mv-lime)}.mk-reel-card__meta{z-index:2;position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.18) 55%,rgba(0,0,0,.34));text-shadow:0 2px 12px rgba(0,0,0,.9)}.mk-gallery-cell__meta span,.mk-reel-card__tag{display:inline-flex;padding:3px 6px;border-radius:var(--r-pill);border:1px solid var(--hairline-bright);background:hsla(0,0%,100%,.1);color:var(--ink-soft);font-size:8px;font-weight:900;letter-spacing:.07em;line-height:1;text-transform:uppercase}.mk-gallery-cell__meta span[data-tone=lime],.mk-reel-card__tag[data-tone=lime]{border-color:rgba(166,225,0,.36);background:rgba(166,225,0,.14);color:var(--mv-lime)}.mk-gallery-cell__meta span[data-tone=orange],.mk-reel-card__tag[data-tone=orange]{border-color:transparent;background:var(--mv-orange);color:#000}.mk-gallery-cell__meta span[data-tone=red],.mk-reel-card__tag[data-tone=red]{border-color:rgba(255,59,48,.34);background:rgba(255,59,48,.16);color:#ff8079}.mk-reel-card__meta strong{color:#fff;font-family:var(--font-display);font-size:11px;font-weight:900;letter-spacing:-.01em;line-height:1;text-transform:uppercase}.mk-reel-card__meta b{color:#fff;font-family:var(--font-mono);font-size:12px;font-weight:700}.mk-guest{padding:88px clamp(20px,3.1vw,40px)}.mk-guest__inner{display:grid;grid-gap:60px}.mk-guest__phone-wrap{justify-self:center}.mk-guest-phone{position:relative;width:286px;height:592px;padding:9px;border:1.5px solid var(--hairline-bright);border-radius:42px;background:var(--mv-charcoal);box-shadow:0 30px 80px rgba(0,0,0,.6)}.mk-guest-phone:before{content:"";position:absolute;inset:-22% -16%;background:radial-gradient(circle,var(--mv-lime-glow),transparent 64%);filter:blur(44px);opacity:.6;pointer-events:none}.mk-guest-phone__screen{position:relative;width:100%;height:100%;border-radius:33px;overflow:hidden;background:#000}.mk-guest-phone__dish-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.78;filter:saturate(.95) contrast(1.05) brightness(.76)}.mk-guest-phone__top{position:absolute;top:13px;left:13px;right:13px;z-index:3;display:flex;justify-content:space-between;pointer-events:none}.mk-guest-phone__top span{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:hsla(0,0%,100%,.08);color:var(--ink);font-size:10px;font-weight:700;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.mk-guest-phone__top i{width:5px;height:14px;margin-left:4px;border-radius:3px;background:hsla(0,0%,100%,.25)}.mk-guest-phone__top i:first-of-type{margin-left:auto;background:var(--mv-lime)}.mk-guest-card{position:absolute;left:11px;right:11px;bottom:11px;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;padding:13px;border:1px solid var(--hairline-bright);border-radius:15px;background:hsla(0,0%,100%,.06);backdrop-filter:blur(28px) saturate(1.15);-webkit-backdrop-filter:blur(28px) saturate(1.15)}.mk-guest-card strong{display:block;color:var(--ink);font-family:var(--font-display);font-size:18px;font-weight:900;line-height:1;text-transform:uppercase}.mk-guest-card>b{color:var(--mv-lime);font-family:var(--font-mono);font-size:19px}.mk-guest-card__tags{display:flex;gap:6px;margin-top:8px}.mk-guest-card__tags small{padding:3px 8px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);color:var(--mv-lime);font-family:var(--font-mono);font-size:10px}.mk-guest-card__actions{grid-column:1/-1;display:flex;gap:8px;margin-top:2px}.mk-guest-card__actions button{min-height:0;padding:10px 14px;border-radius:var(--r-pill);font-size:12px;cursor:pointer}.mk-guest-card__ready,.mk-guest-pairing__half button{flex:1 1;border:0;background:var(--mv-lime);color:#000;font-weight:800}.mk-guest-card__pair{background:transparent;color:var(--ink-soft)}.mk-guest-steps{display:flex;flex-direction:column;gap:18px}.mk-guest-step{display:flex;gap:16px;align-items:flex-start}.mk-guest-step>span{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--hairline-lime);border-radius:var(--r-pill);color:var(--mv-lime);font-family:var(--font-mono);font-size:13px}.mk-guest-step strong{display:block;margin-bottom:3px;color:var(--ink);font-size:16px;font-weight:700}.mk-guest-step p{margin:0;color:var(--ink-muted);font-size:14px;line-height:1.55}.mk-guest-pairing{position:absolute;inset:0;z-index:30;display:flex;flex-direction:column;background:#000;animation:mvFadeUp .26s cubic-bezier(.2,.6,.2,1) both}.mk-guest-pairing__close{position:absolute;top:13px;right:13px;z-index:5;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:rgba(0,0,0,.5);color:var(--ink);cursor:pointer}.mk-guest-pairing__half{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:flex-end;padding:16px;background:radial-gradient(120% 85% at 50% 0,#1a1410,#000 72%)}.mk-guest-pairing__half--orange{background:radial-gradient(120% 85% at 50% 100%,#1c1206,#000 72%)}.mk-guest-pairing__half span{color:var(--ink-muted);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.mk-guest-pairing__half--orange span{color:var(--mv-orange)}.mk-guest-pairing__half strong{margin-top:6px;color:var(--ink);font-family:var(--font-display);font-size:23px;font-weight:900;line-height:1;text-transform:uppercase}.mk-guest-pairing__half small{margin-top:5px;color:var(--mv-lime);font-family:var(--font-mono);font-size:14px}.mk-guest-pairing__half p{margin:6px 0 0;max-width:32ch;color:var(--ink-soft);font-size:11px;line-height:1.45}.mk-guest-pairing__half button{width:100%;margin-top:13px;min-height:0;padding:10px;border-radius:var(--r-pill)}.mk-guest-pairing__chip{position:absolute;top:50%;left:50%;z-index:4;transform:translate(-50%,-50%);padding:6px 13px;border:1px solid var(--hairline-lime);border-radius:var(--r-pill);background:#000;color:var(--mv-lime);box-shadow:0 0 16px rgba(166,225,0,.25);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.mk-reel-gallery{background:#000}.mk-reel-gallery__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:36px}.mk-reel-gallery__head p{max-width:44ch;margin:0;color:var(--ink-soft);font-size:14.5px;line-height:1.6}.mk-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:150px;grid-auto-flow:dense;grid-gap:14px;gap:14px}.mk-gallery-cell{position:relative;border:1px solid var(--hairline);border-radius:16px;box-shadow:0 14px 36px rgba(0,0,0,.35);overflow:hidden}.mk-gallery-cell__image,.mk-gallery-cell__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(1.02) contrast(1.04) brightness(.88);transform:scale(1.035)}.mk-gallery-cell[data-size=hero]{grid-column:span 2;grid-row:span 2}.mk-gallery-cell[data-size=wide]{grid-column:span 2}.mk-gallery-cell[data-size=portrait]{grid-row:span 2}.mk-gallery-cell__texture{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),transparent 34%),linear-gradient(0deg,rgba(0,0,0,.66),rgba(0,0,0,.4) 24%,rgba(0,0,0,.14) 52%,transparent 76%),repeating-linear-gradient(135deg,hsla(0,0%,100%,.018) 0 11px,transparent 11px 22px);pointer-events:none}.mk-gallery-cell__play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.44);opacity:.9}.mk-gallery-cell__meta{position:absolute;z-index:2;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:42px 13px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.16) 54%,rgba(0,0,0,.32));text-shadow:0 2px 12px rgba(0,0,0,.9)}.mk-gallery-cell[data-size=hero] .mk-gallery-cell__meta{gap:7px}.mk-gallery-cell__meta strong{color:#fff;font-family:var(--font-display);font-size:15px;font-weight:900;letter-spacing:-.01em;line-height:1;text-transform:uppercase}.mk-gallery-cell[data-size=hero] .mk-gallery-cell__meta strong{font-size:22px;line-height:.96}.mk-gallery-cell__meta small{color:var(--ink-muted);font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase}@keyframes mvDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}@keyframes mvHaloPulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.82;transform:scale(1.04)}}@keyframes mvReelUp{0%,13%{transform:translateZ(0)}17%,30%{transform:translate3d(0,-100%,0)}34%,47%{transform:translate3d(0,-200%,0)}51%,64%{transform:translate3d(0,-300%,0)}68%,81%{transform:translate3d(0,-400%,0)}85%,99.7%{transform:translate3d(0,-500%,0)}to{transform:translateZ(0)}}@keyframes mvWallL{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes mvWallR{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes mvFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1023px){.mk-guest__inner,.mv4-hero__inner{grid-template-columns:1fr}.mv4-hero__copy,.mv4-hero__headline,.mv4-hero__sub{text-align:center}.mv4-hero__eyebrow,.mv4-hero__sub{margin-left:auto;margin-right:auto}.mv4-hero__cta,.mv4-hero__trust{justify-content:center}.mv4-hero__mark{left:50%;right:auto;width:min(640px,120vw);transform:translate(-50%,-50%)}.mk-guest__phone-wrap{order:2}.mk-guest__copy{order:1}.mk-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.mv4-hero{padding:30px 20px 34px}.mv4-hero__headline{font-size:38px}.mv4-hero__sub{font-size:14.5px}.mv4-hero__cta{flex-wrap:wrap}.mv4-hero-phone{width:236px;height:480px;border-radius:34px}.mv4-hero-phone:before,.mv4-hero-phone__screen{border-radius:28px}.mv4-hero__float{display:none}.mk-reel-wall__row{height:210px}.mk-reel-wall__row--short{height:178px}.mk-reel-wall__fade{width:70px}.mk-gallery-grid{grid-template-columns:1fr;grid-auto-rows:170px}.mk-gallery-cell,.mk-gallery-cell[data-size]{grid-column:span 1;grid-row:span 1}.mk-pricing__toggle{width:100%;justify-content:stretch;gap:4px;padding:5px;border-radius:9999px;background:var(--mv-charcoal-deep);border:1px solid var(--hairline)}.mk-pricing__toggle button{flex:1 1;display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 12px;border:0;border-radius:9999px;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.mk-pricing__toggle button[data-active]{background:var(--mv-lime);color:#000;box-shadow:0 0 14px rgba(166,225,0,.4)}.mk-pricing__toggle .save{display:block;margin-left:6px;font-size:9.5px;font-weight:400;letter-spacing:.06em;color:inherit;opacity:.72}.mk-tier{padding:26px 22px 22px}.mk-tier__mobile-toggle{display:flex}.mk-tier__features{display:none;margin-bottom:var(--s-md)}.mk-tier--open .mk-tier__features{display:flex;animation:mvFadeUp .22s cubic-bezier(.2,.6,.2,1) both}.mk-tier:not(.mk-tier--open) .mv-btn{margin-top:0}.mk-owner-queue{align-items:flex-start;padding:16px}}@media (prefers-reduced-motion:reduce){.mk-reel-wall__track--left,.mk-reel-wall__track--right,.mv4-hero-phone__reel,.mv4-hero__device:before,.mv4-hero__eyebrow span{animation:none}}.mv4-hero{min-height:auto;padding:84px 40px 76px;overflow:hidden;background:#000}.mv4-hero__video-wrap{display:none}.mv4-hero__video{object-position:center center}.mv4-hero__video-overlay{background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.7) 38%,rgba(0,0,0,.84)),rgba(0,0,0,.72)}.mv4-hero__inner{position:relative;z-index:3;width:100%;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:56px;gap:56px;align-items:center}.mv4-hero__copy{min-width:0;padding-top:0}.mv4-hero__eyebrow{position:relative;z-index:4;margin:0 0 28px;font-size:11px;font-weight:600;line-height:1}.mv4-hero__headline{max-width:none;margin:0 0 22px;font-family:var(--font-display);font-size:68px;font-weight:900;line-height:.92;letter-spacing:-.035em;text-align:left;text-transform:uppercase;transform:none}.mv4-hero__headline em{color:var(--mv-lime);font-style:normal}.mv4-hero__sub{max-width:46ch;margin:0 0 32px;color:var(--ink-soft);font-size:18px;line-height:1.6;text-align:left;transform:none}.mv4-hero__cta{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:10px;margin:0 0 30px;transform:none}.mv4-hero__cta .mv-btn{flex-shrink:0;min-height:0;padding:9px 17px;font-size:13px;font-weight:600;white-space:nowrap}.mv4-hero__trust{gap:10px 22px;font-size:13px}.mv4-hero__device{justify-self:center}.mv4-hero-phone{width:300px;height:618px;padding:10px;border-radius:44px}.mv4-hero-phone:before,.mv4-hero-phone__screen{border-radius:34px}.mk-cta-section{padding:40px 40px 88px}.mk-cta-section .mk-section__inner{max-width:none}.mk-cta-band{max-width:1000px;margin:0 auto;padding:64px 40px;border-color:var(--hairline-lime);border-radius:20px;background:var(--mv-charcoal)}.mk-cta-band__halo{top:-40%;bottom:auto;width:540px;height:540px;opacity:.5}.mk-cta-band__title{margin:0 0 18px;font-family:var(--font-display);font-size:46px;font-weight:900;line-height:.96;letter-spacing:-.03em;text-transform:uppercase}.mk-cta-band__sub{max-width:52ch;margin:0 auto 30px;color:var(--ink-soft);font-size:16px;line-height:1.45}.mk-cta-band__actions{gap:14px;margin-bottom:24px}.mk-cta-band .mv-btn{min-height:0;padding:11px 22px;font-size:14px;font-weight:600}.mk-cta-band__trust{gap:24px;color:var(--ink-muted);font-family:var(--font-body);font-size:13px;letter-spacing:0}@media (max-width:860px){.mk-cta-section,.mv4-hero{padding:52px 20px}.mv4-hero__video-wrap{width:100%;opacity:.24}.mv4-hero__inner{grid-template-columns:1fr;gap:34px}.mv4-hero__copy,.mv4-hero__headline,.mv4-hero__sub{text-align:center}.mv4-hero__eyebrow,.mv4-hero__sub{margin-left:auto;margin-right:auto}.mv4-hero__headline{font-size:42px}.mv4-hero__cta,.mv4-hero__trust{justify-content:center}.mv4-hero__cta{flex-wrap:wrap}.mk-cta-band{padding:52px 24px}.mk-cta-band__title{font-size:32px}}@media (max-width:520px){.mv4-hero__headline{font-size:34px}.mv4-hero__sub{font-size:16px}.mk-cta-band__title{font-size:27px}.mk-cta-band__actions{flex-wrap:wrap}}.mk-reel-card{background:radial-gradient(120% 90% at 50% 0,hsla(0,0%,100%,.07),transparent 48%),linear-gradient(180deg,#303640,#282d35 58%,#111317);border-color:hsla(0,0%,100%,.12)}.mk-reel-card:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,hsla(0,0%,100%,.035),transparent 42%,rgba(0,0,0,.08)),radial-gradient(100% 78% at 50% 16%,hsla(0,0%,100%,.045),transparent 62%),#2b3038;pointer-events:none}.mk-reel-card__placeholder{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:rgba(7,9,12,.46);text-align:center;pointer-events:none}.mk-reel-card__placeholder svg{opacity:.5}.mk-reel-card__placeholder span{font-size:13px;font-weight:600}.mk-reel-card__placeholder small{font-size:11px;opacity:.62;text-decoration:underline}.mk-reel-card:after{z-index:2;background:linear-gradient(180deg,hsla(0,0%,100%,.018),transparent 34%),linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.48) 30%,rgba(0,0,0,.16) 58%,transparent 78%)}.mk-reel-card__live{z-index:3}.mk-reel-card__meta{z-index:3;padding:40px 10px 10px;background:transparent;text-shadow:none}.mk-features{padding:88px 40px;background:#000}.mk-features .mk-section__inner{max-width:1140px}.mk-features .mk-eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.16em}.mk-features .mk-section__title{margin:0;font-size:44px;line-height:.96;letter-spacing:-.03em}.mk-feat-lead-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;margin:46px 0 20px;border:0;border-radius:0;background:transparent;overflow:visible}.mk-feat-lead{display:block;min-height:226px;padding:24px;border:1px solid var(--hairline);border-radius:16px;background:var(--mv-charcoal)}.mk-feat-lead__num,.mk-feat-lead__tags{display:none}.mk-feat-lead__icon{width:44px;height:44px;margin-bottom:16px;border-radius:11px;background:rgba(166,225,0,.1);border-color:var(--hairline-lime)}.mk-feat-lead__icon--orange{background:rgba(255,106,0,.1);border-color:rgba(255,106,0,.25)}.mk-feat-lead__title{margin:0 0 8px;color:var(--ink);font-family:var(--font-body);font-size:18px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:none}.mk-feat-lead__body{max-width:none;margin:0;color:var(--ink-soft);font-size:13.5px;line-height:1.6}.mk-feat-support-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:0}.mk-feat-support{display:flex;gap:13px;align-items:flex-start;min-height:88px;padding:18px;border:1px solid var(--hairline);border-radius:12px;background:transparent}.mk-feat-support__icon,.mk-feat-support__icon--orange{width:20px;height:20px;margin-top:1px;border:0;border-radius:0;background:transparent}.mk-feat-support__title{color:var(--ink);font-size:14px;font-weight:600;line-height:1.2}.mk-feat-support__sub{margin-top:3px;color:var(--ink-muted);font-size:12.5px;line-height:1.25}.mk-reel-gallery{padding:88px 40px}.mk-reel-gallery .mk-section__inner{max-width:1140px}.mk-reel-gallery .mk-eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.16em}.mk-reel-gallery .mk-section__title{margin:0;font-size:44px;line-height:.96;letter-spacing:-.03em}.mk-gallery-cell{background:var(--mv-charcoal)}.mk-gallery-cell__texture{background:repeating-linear-gradient(135deg,hsla(0,0%,100%,.025) 0 11px,transparent 11px 22px),linear-gradient(180deg,hsla(0,0%,100%,.025),transparent 38%)}.mk-gallery-cell__play{color:var(--ink-dim)}.mk-gallery-cell__meta{padding:24px 14px 11px;background:linear-gradient(transparent,rgba(0,0,0,.8));text-shadow:none}.mk-gallery-cell[data-size=hero] .mk-gallery-cell__meta{padding:30px 16px 14px}#pricing{padding:88px 40px}#pricing .mk-section__inner{max-width:1160px}#pricing .mk-eyebrow,#pricing .mk-section__sub,#pricing .mk-section__title{text-align:center}#pricing .mk-eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.16em}#pricing .mk-section__title{margin:0 0 16px;font-size:44px;line-height:.96;letter-spacing:-.03em}#pricing .mk-section__sub{max-width:88ch;margin:0 auto 26px;color:var(--ink-soft)}.mk-pricing__toggle{width:max-content;margin:0 auto 34px;padding:5px;gap:4px;border:1px solid var(--hairline);border-radius:9999px;background:var(--mv-charcoal-deep)}.mk-pricing__toggle button{min-height:34px;padding:7px 18px;border:0;border-radius:9999px;background:transparent;color:var(--ink-muted);font-size:13px;font-weight:600}.mk-pricing__toggle button[data-active]{background:var(--mv-lime);color:#000;box-shadow:0 0 14px rgba(166,225,0,.4)}.mk-pricing__toggle .save{color:inherit;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:0;text-transform:none;opacity:.7}.mk-tiers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px}.mk-tier{display:flex;flex-direction:column;min-height:436px;padding:28px;border-radius:16px}.mk-tier--popular{background:linear-gradient(180deg,rgba(166,225,0,.06),var(--mv-charcoal) 30%);border:1.5px solid var(--hairline-lime);box-shadow:0 0 40px rgba(166,225,0,.08)}.mk-tier__badge{top:-13px;padding:7px 15px;font-size:11px;letter-spacing:.08em;box-shadow:var(--glow-lime-sm)}.mk-tier__eyebrow{color:var(--ink-soft);font-size:12px;letter-spacing:.12em}.mk-tier__tagline{margin:4px 0 16px;color:var(--mv-lime);font-size:13px}.mk-tier--reserve .mk-tier__tagline{color:var(--mv-orange)}.mk-tier__price-num{color:var(--ink);font-family:var(--font-mono);font-size:46px;font-weight:600;letter-spacing:-.02em}.mk-tier--popular .mk-tier__price-num{color:var(--mv-lime)}.mk-tier__price-per{color:var(--ink-muted);font-size:15px}.mk-tier__save{height:16px;margin:6px 0 18px;color:var(--ink-muted);font-family:var(--font-body);font-size:12px;letter-spacing:0}.mk-tier__cap{display:none}.mk-tier__features{gap:11px;margin-bottom:22px}.mk-tier__features li{gap:9px;color:var(--ink-soft);font-size:13.5px;line-height:1.45}.mk-tier--popular .mk-tier__features li:first-child,.mk-tier--reserve .mk-tier__features li:first-child{color:var(--ink-muted);font-style:italic}.mk-tier--popular .mk-tier__features li:first-child svg,.mk-tier--reserve .mk-tier__features li:first-child svg{display:none}.mk-tier--reserve .mk-tier__features li svg{color:var(--mv-orange)}.mk-tier__features-highlight{color:var(--ink)!important;font-weight:600}.mk-tier .mv-btn{margin-top:auto;min-height:0;padding:10px;font-size:13px;font-weight:600;letter-spacing:.01em}.mk-addons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:22px;border:0;border-radius:0;overflow:visible}.mk-addon,.mk-addons{background:transparent}.mk-addon{min-height:66px;padding:16px 18px;border:1px solid var(--hairline);border-radius:12px}.mk-addon__icon,.mk-addon__icon--orange{width:20px;height:20px;border:0;border-radius:0;background:transparent}.mk-addon__title{font-size:14px;font-weight:600}.mk-addon__sub{font-size:12px}.mk-addon__price{color:var(--ink-soft);font-size:13px}.mk-addon:first-child .mk-addon__price{color:var(--mv-lime)}.mk-addon:last-child .mk-addon__price{color:var(--mv-orange)}.mk-cta-band{isolation:isolate;background:radial-gradient(80% 110% at 16% 92%,rgba(92,16,8,.72),transparent 44%),radial-gradient(95% 120% at 80% 22%,rgba(154,74,21,.62),transparent 42%),radial-gradient(100% 130% at 88% 82%,hsla(154,9%,69%,.58),transparent 48%),var(--mv-charcoal)}.mk-cta-band:after,.mk-cta-band:before{content:"";position:absolute;inset:0;pointer-events:none}.mk-cta-band:before{z-index:0;background:repeating-linear-gradient(135deg,hsla(0,0%,100%,.022) 0 13px,transparent 13px 26px)}.mk-cta-band:after{z-index:1;background:radial-gradient(120% 120% at 50% 45%,transparent 38%,rgba(0,0,0,.55)),rgba(13,15,17,.42);backdrop-filter:blur(26px) saturate(1.15);-webkit-backdrop-filter:blur(26px) saturate(1.15)}.mk-cta-band__halo{z-index:2;background:radial-gradient(circle,var(--mv-lime-glow),transparent 60%);filter:blur(50px)}.mk-cta-band__content{z-index:3}.mk-footer{padding:48px 40px 36px}.mk-footer__top{max-width:1140px;display:grid;grid-template-columns:1.5fr 4.15fr;grid-gap:34px;gap:34px}.mk-footer__brand{max-width:none}.mk-footer__logo{margin-bottom:4px}.mk-footer__logo img{width:56px;height:56px}.mk-footer__logo span{font-size:14px;letter-spacing:.18em}.mk-footer__tagline{max-width:34ch;font-size:13px}.mk-footer__address-row{max-width:none;margin-right:-40px;margin-left:-40px;padding-right:40px;padding-left:40px;margin-top:28px;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.mk-footer__address{font-size:13px;white-space:nowrap}.mk-footer__social-links{justify-content:flex-end;flex:0 0 auto;gap:22px}.mk-footer__social-links a{font-family:var(--font-body);font-size:12px;letter-spacing:0}.mk-footer__nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}.mk-footer__nav h5{margin-bottom:14px;font-size:11px;letter-spacing:.12em}.mk-footer__nav a{margin-bottom:9px;font-size:13px}.mk-footer__nav div:last-child a:nth-of-type(4){color:var(--mv-lime)}.mk-footer__bottom{max-width:1140px;margin-top:10px;padding-top:22px;border-top:1px solid var(--hairline);flex-direction:row;justify-content:space-between;align-items:center}.mk-footer__bottom span,.mk-footer__bottom-links a{font-family:var(--font-body);font-size:12px;letter-spacing:0}.mk-footer__bottom-links{gap:22px}@media (max-width:860px){#pricing,.mk-features,.mk-reel-gallery{padding:64px 20px}#pricing .mk-section__title,.mk-features .mk-section__title,.mk-reel-gallery .mk-section__title{font-size:36px}.mk-addons,.mk-feat-lead-grid,.mk-feat-support-grid,.mk-footer__nav,.mk-footer__top,.mk-tiers{grid-template-columns:1fr}.mk-feat-lead{min-height:0}.mk-pricing__toggle{width:100%}.mk-footer__bottom{flex-direction:column;align-items:flex-start}}.mk-how{padding:88px 40px}.mk-how .mk-section__inner{max-width:1140px}.mk-how .mk-eyebrow,.mk-how .mk-section__title{text-align:center}.mk-how .mk-eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.16em}.mk-how .mk-section__title{margin:0 0 54px;font-size:44px;line-height:.96;letter-spacing:-.03em}.mk-how .mk-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;margin-top:0}.mk-how .mk-step{min-height:318px;padding:26px;overflow:visible;border:1px solid var(--hairline);border-radius:16px;background:var(--mv-charcoal);box-shadow:none;transition:none}.mk-how .mk-step:before{display:none}.mk-how .mk-step:hover,.mk-how .mk-step:nth-child(3):hover{border-color:var(--hairline);background:var(--mv-charcoal)}.mk-how .mk-step:nth-child(3) .mk-step__num,.mk-how .mk-step__num{top:43px;right:26px;color:var(--ink-dim);font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:0}.mk-how .mk-step__icon,.mk-how .mk-step__icon--orange{width:46px;height:46px;margin-bottom:18px;border-radius:12px;box-shadow:none}.mk-how .mk-step__icon{border-color:var(--hairline-lime);background:rgba(166,225,0,.1)}.mk-how .mk-step__icon--orange{border-color:rgba(255,106,0,.25);background:rgba(255,106,0,.1)}.mk-how .mk-step__title{margin:0 0 9px;color:var(--ink);font-family:var(--font-body);font-size:21px;font-weight:700;letter-spacing:0;line-height:1.2;text-transform:none}.mk-how .mk-step__body{max-width:none;margin:0 0 16px;color:var(--ink-soft);font-size:14px;line-height:1.6}.mk-how .mk-steptag{padding:5px 11px;font-family:var(--font-body);font-size:11px;font-weight:800;letter-spacing:.03em}.mk-owner-queue{margin-top:30px;border:1px dashed var(--hairline-bright);border-radius:14px;background:transparent;box-shadow:none}.mk-owner-queue__item:last-child b{border-color:transparent;background:var(--mv-lime);color:#000;font-weight:700}.mk-guest{padding:88px 40px}.mk-guest__inner{max-width:1140px;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}.mk-guest__copy,.mk-guest__copy .mk-section__title{text-align:left}.mk-guest__copy .mk-eyebrow{margin-bottom:16px;font-size:12px;letter-spacing:.16em}.mk-guest__copy .mk-section__title{margin:0 0 28px;font-size:42px;line-height:.96;letter-spacing:-.03em}.mk-guest-card__pair{min-width:64px;border:1px solid var(--hairline-bright);background:hsla(0,0%,100%,.02);color:var(--ink);font-weight:650}#pricing .mk-eyebrow{color:var(--mv-lime);font-weight:800}#pricing .mk-section__sub{color:hsla(67,63%,92%,.86);font-size:15.5px;font-weight:500}.mk-tier__eyebrow{color:hsla(67,63%,92%,.82);font-weight:800}.mk-tier__tagline{font-weight:700}.mk-tier__save{color:hsla(67,63%,92%,.68);font-weight:600}.mk-tier__features li{color:hsla(67,63%,92%,.82);font-weight:500}.mk-tier--popular .mk-tier__features li:first-child,.mk-tier--reserve .mk-tier__features li:first-child{color:hsla(67,63%,92%,.64);font-weight:650}.mk-addons{color:var(--ink)}.mk-addon__title{color:var(--ink);font-weight:750}.mk-addon__sub{color:hsla(67,63%,92%,.66);font-weight:500}.mk-addon__price{font-weight:700}@media (max-width:1023px){.mk-guest__inner{grid-template-columns:.9fr 1.1fr;gap:38px}}@media (max-width:860px){.mk-guest,.mk-how{padding:64px 20px}.mk-guest__copy .mk-section__title,.mk-how .mk-section__title{font-size:36px}.mk-guest__inner,.mk-how .mk-steps{grid-template-columns:1fr}.mk-guest__copy,.mk-guest__copy .mk-section__title{text-align:center}}.mk-shell{background:#000}.mv4-divider{height:1px;max-width:1140px;margin:0 auto;background:linear-gradient(90deg,transparent,rgba(166,225,0,.22),transparent)}.mv4-divider__line{display:none}.mk-reel-card{border:1px solid hsla(0,0%,100%,.11)!important;border-radius:16px!important}.mk-reel-card:before{background:radial-gradient(120% 76% at 50% 20%,hsla(0,0%,100%,.045),transparent 58%),linear-gradient(180deg,#2c3139,#272c34 58%,#171a20)!important}.mk-reel-card:after{background:linear-gradient(180deg,hsla(0,0%,100%,.015),transparent 38%),linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.46) 30%,rgba(0,0,0,.14) 58%,transparent 78%)!important}.mk-reel-card__placeholder{color:rgba(5,7,10,.48)!important}.mk-reel-card__meta{padding:40px 10px 10px!important;background:transparent!important;text-shadow:none!important}.mk-how{padding:88px 40px!important}.mk-how .mk-section__inner{max-width:1140px!important}.mk-how .mk-eyebrow,.mk-how .mk-section__title{text-align:center!important}.mk-how .mk-eyebrow{margin:0 0 16px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.16em!important}.mk-how .mk-section__title{margin:0 0 54px!important;font-size:44px!important;line-height:.96!important;letter-spacing:-.03em!important}.mk-how .mk-steps{margin:0!important}.mk-how .mk-step--connector{display:none!important}.mk-how .mk-step{display:block!important;padding:26px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:16px!important;background:#2b3038!important;box-shadow:none!important;overflow:visible!important;transition:none!important}.mk-how .mk-step:before{display:none!important}.mk-how .mk-step:hover{border-color:hsla(0,0%,100%,.12)!important;background:#2b3038!important}.mk-how .mk-step__num{top:43px!important;right:26px!important;color:hsla(67,63%,92%,.38)!important;font-family:var(--font-mono)!important;font-size:13px!important;font-weight:700!important}.mk-how .mk-step__icon{width:46px!important;height:46px!important;margin:0 0 18px!important;border-radius:12px!important;border:1px solid var(--hairline-lime)!important;background:rgba(166,225,0,.1)!important;color:var(--mv-lime)!important;box-shadow:none!important}.mk-how .mk-step__icon--orange{border-color:rgba(255,106,0,.25)!important;background:rgba(255,106,0,.1)!important;color:var(--mv-orange)!important}.mk-how .mk-step__title{margin:0 0 9px!important;color:var(--ink)!important;font-family:var(--font-body)!important;font-size:21px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:0!important;text-transform:none!important}.mk-how .mk-step__body{max-width:none!important;margin:0 0 16px!important;color:hsla(67,63%,92%,.82)!important;font-size:14px!important;line-height:1.6!important}.mk-how .mk-step__tags{gap:7px!important}.mk-how .mk-steptag{padding:5px 11px!important;font-family:var(--font-body)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.03em!important;border-radius:9999px!important}.mk-owner-queue{margin-top:30px!important;padding:16px 22px!important;border:1px dashed hsla(0,0%,100%,.16)!important;border-radius:14px!important;background:transparent!important;box-shadow:none!important}.mk-owner-queue>span{font-size:11px!important;font-weight:800!important;letter-spacing:.12em!important}.mk-owner-queue__item b{padding:5px 12px!important;border:1px solid hsla(0,0%,100%,.18)!important;border-radius:9999px!important;color:hsla(67,63%,92%,.84)!important;font-size:12px!important;font-weight:600!important}.mk-owner-queue__item:last-child b{border-color:transparent!important;background:var(--mv-lime)!important;color:#000!important;font-weight:800!important}.mk-guest{padding:88px 40px!important}.mk-guest__inner{display:grid!important;grid-gap:60px!important;align-items:center!important}.mk-guest__phone-wrap{justify-self:center!important}.mk-guest__copy,.mk-guest__copy .mk-section__title{text-align:left!important}.mk-guest__copy .mk-eyebrow{margin:0 0 16px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.16em!important}.mk-guest__copy .mk-section__title{margin:0 0 28px!important;letter-spacing:-.03em!important}.mk-guest-card__ready{padding:10px!important}.mk-guest-card__pair{padding:10px 14px!important;border:1px solid hsla(0,0%,100%,.22)!important;color:var(--ink)!important}.mk-features,.mk-reel-gallery{padding:88px 40px!important;background:#000!important}.mk-features .mk-section__inner,.mk-reel-gallery .mk-section__inner{max-width:1140px!important}.mk-features .mk-section__title,.mk-reel-gallery .mk-section__title{font-size:44px!important;line-height:.96!important;letter-spacing:-.03em!important}.mk-feat-lead-grid,.mk-feat-support-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:20px!important;gap:20px!important}.mk-feat-lead-grid{margin:46px 0 20px!important}.mk-feat-lead{min-height:226px!important;padding:24px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:16px!important;background:#2b3038!important}.mk-feat-support{min-height:88px!important;padding:18px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:12px!important;background:transparent!important}.mk-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-rows:150px!important;gap:14px!important}.mk-gallery-cell{border:1px solid hsla(0,0%,100%,.12)!important;border-radius:16px!important;background:#2b3038!important;box-shadow:0 14px 36px rgba(0,0,0,.35)!important}.mk-gallery-cell__texture{background:repeating-linear-gradient(135deg,hsla(0,0%,100%,.025) 0 11px,transparent 11px 22px),linear-gradient(0deg,rgba(0,0,0,.82),transparent 58%)!important}.mk-gallery-cell__meta{background:linear-gradient(transparent,rgba(0,0,0,.82))!important;text-shadow:none!important}#pricing{padding:88px 40px!important}#pricing .mk-section__inner{max-width:1160px!important}#pricing .mk-eyebrow,#pricing .mk-section__sub,#pricing .mk-section__title{text-align:center!important}#pricing .mk-section__sub{max-width:88ch!important;margin:0 auto 26px!important;color:hsla(67,63%,92%,.88)!important;font-size:15.5px!important;line-height:1.55!important;font-weight:500!important}.mk-tiers{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:20px!important;gap:20px!important}.mk-tier{min-height:436px!important;padding:28px!important;border-radius:16px!important;background:#2b3038!important}.mk-tier__eyebrow{color:hsla(67,63%,92%,.86)!important;font-size:12px!important;font-weight:800!important}.mk-tier__tagline{color:var(--mv-lime)!important;font-size:13px!important;font-weight:800!important}.mk-tier--reserve .mk-tier__tagline{color:var(--mv-orange)!important}.mk-tier__save{color:hsla(67,63%,92%,.7)!important;font-size:12px!important;font-weight:600!important}.mk-tier__features li{color:hsla(67,63%,92%,.84)!important;font-size:13.5px!important;font-weight:550!important}.mk-tier__features-highlight{color:#fff!important;font-weight:800!important}.mk-addons{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;margin-top:22px!important}.mk-addon{min-height:66px!important;padding:16px 18px!important;border:1px solid hsla(0,0%,100%,.11)!important;border-radius:12px!important;background:transparent!important}.mk-addon__title{color:#fff!important;font-size:14px!important;font-weight:800!important}.mk-addon__sub{color:hsla(67,63%,92%,.68)!important;font-size:12px!important;font-weight:550!important}.mk-addon__price{font-size:13px!important;font-weight:800!important}.mk-footer{padding:48px 40px 36px!important}.mk-footer__top{max-width:1140px!important;grid-template-columns:1.5fr 4.15fr!important;gap:34px!important}.mk-footer__nav{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px!important}@media (max-width:900px){#pricing,.mk-cta-section,.mk-features,.mk-guest,.mk-how,.mk-reel-gallery{padding-left:20px!important;padding-right:20px!important}.mk-addons,.mk-feat-lead-grid,.mk-feat-support-grid,.mk-footer__nav,.mk-footer__top,.mk-guest__inner,.mk-how .mk-steps,.mk-tiers{grid-template-columns:1fr!important}.mk-guest__copy,.mk-guest__copy .mk-section__title{text-align:center!important}.mk-gallery-grid{grid-template-columns:1fr!important}}.mk-nav{background:#000!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.mk-nav__inner{width:calc(100% - 80px)!important;height:101px!important;padding:0!important;margin:0 auto!important}.mk-nav__inner,.mv4-hero__inner{max-width:1140px!important}.mv4-hero__eyebrow{display:inline-flex!important;align-items:center!important;gap:8px!important;width:max-content!important;max-width:100%!important;margin:0 0 26px!important;padding:5px 13px 5px 11px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:9999px!important;background:rgba(0,0,0,.62)!important;color:var(--mv-lime)!important;font-size:11px!important;font-weight:800!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important;white-space:nowrap!important}.mv4-hero__eyebrow span{flex:0 0 auto!important;width:5px!important;height:5px!important;border-radius:50%!important;background:var(--mv-lime)!important;box-shadow:none!important}.mk-reel-wall__fade{width:112px!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.72) 42%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.72) 42%,transparent)!important}.mk-reel-wall__row--short{height:248px!important}.mk-reel-card{border-color:hsla(0,0%,100%,.12)!important;background:#2b3038!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-card:before{z-index:0!important;background:linear-gradient(90deg,hsla(0,0%,100%,.035),transparent 42%,rgba(0,0,0,.08)),radial-gradient(100% 78% at 50% 16%,hsla(0,0%,100%,.045),transparent 62%),#2b3038!important}.mk-reel-card:after{z-index:2!important;background:linear-gradient(180deg,hsla(0,0%,100%,.015),transparent 35%),linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.47) 28%,rgba(0,0,0,.12) 55%,transparent 76%)!important}.mk-reel-card__placeholder{z-index:1!important;color:rgba(6,8,11,.44)!important}.mk-reel-card__live,.mk-reel-card__meta{z-index:3!important}.mk-how .mk-steps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-gap:20px!important;gap:20px!important;align-items:stretch!important}.mk-how .mk-step.mk-step--connector{display:none!important;width:0!important;height:0!important;padding:0!important;border:0!important}.mk-how .mk-step{min-height:318px!important}.mk-guest__inner{max-width:1140px!important;grid-template-columns:.95fr 1.05fr!important;gap:60px!important}.mk-guest__copy .mk-section__title{color:#fff!important;font-size:42px!important;line-height:.96!important}.mk-guest__copy .mk-section__title .lime{color:#fff!important}.mk-guest-pairing__half strong{font-size:21px!important}.mk-guest-pairing__half p{max-width:30ch!important}.mk-guest-pairing__half button{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;border:0!important;line-height:1!important}.mk-pricing__toggle{position:relative!important;isolation:isolate!important;width:max-content!important;min-height:48px!important;margin:0 auto 34px!important;gap:4px!important;border:1px solid hsla(0,0%,100%,.1)!important;background:linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.015)),#272c34!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),inset 0 -1px 0 rgba(0,0,0,.35)!important;overflow:hidden!important}.mk-pricing__toggle:before{content:""!important;position:absolute!important;z-index:-1!important;width:102px!important;background:radial-gradient(80% 140% at 50% 0,hsla(0,0%,100%,.32),transparent 48%),var(--mv-lime)!important;box-shadow:0 0 0 2px hsla(0,0%,100%,.78),0 0 18px rgba(166,225,0,.34)!important;transition:left .56s cubic-bezier(.22,1,.36,1),width .56s cubic-bezier(.22,1,.36,1),box-shadow .56s cubic-bezier(.22,1,.36,1)!important}.mk-pricing__toggle:has(button:nth-child(2)[data-active]):before{left:111px!important;width:calc(100% - 116px)!important}.mk-pricing__toggle button{position:relative!important;z-index:1!important;min-height:38px!important;padding:0 18px!important;color:hsla(67,63%,92%,.56)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.12em!important;text-transform:uppercase!important;transition:color .46s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1)!important}.mk-pricing__toggle button[data-active]{background:transparent!important;box-shadow:none!important}.mk-pricing__toggle button:active{transform:scale(.985)!important}.mk-pricing__toggle .save{margin-left:8px!important;color:rgba(0,0,0,.68)!important;font-family:var(--font-body)!important;font-size:12px!important;font-weight:300!important;text-transform:none!important;opacity:1!important}.mk-compare-section{padding:88px 40px!important}.mk-compare-section .mk-section__inner{max-width:1140px!important;display:flex!important;flex-direction:column!important;align-items:center!important}.mk-compare-section .mk-eyebrow,.mk-compare-section .mk-section__title{text-align:center!important}.mk-compare-section .mk-eyebrow{margin:0 0 14px!important;color:var(--mv-lime)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.16em!important}.mk-compare-section .mk-section__title{width:100%!important;max-width:560px!important;margin:0 auto 40px!important;font-size:42px!important;line-height:.96!important;letter-spacing:-.035em!important}.mk-compare{width:100%!important;max-width:1000px!important;margin:0 auto!important;overflow:hidden!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:14px!important;background:#050505!important}.mk-compare table{width:100%!important;border-collapse:collapse!important;table-layout:fixed!important}.mk-compare thead tr{background:#1c2025!important}.mk-compare th{height:42px!important;padding:0 22px!important;color:hsla(67,63%,92%,.56)!important;font-family:var(--font-mono)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.16em!important;text-transform:uppercase!important}.mk-compare__new-head{color:var(--mv-lime)!important}.mk-compare td{height:58px!important;padding:0 22px!important;border-top:1px solid hsla(0,0%,100%,.075)!important;font-size:14px!important;line-height:1.3!important;vertical-align:middle!important}.mk-compare__row-label{width:26%!important;color:#fff!important;font-weight:800!important}.mk-compare__no{width:34%!important;color:hsla(67,63%,92%,.48)!important;font-weight:600!important}.mk-compare__yes{width:40%!important;color:var(--mv-lime)!important;font-weight:750!important}.mk-referral-loop{position:relative!important;padding:74px 40px 64px!important;overflow:hidden!important;background:#000!important}.mk-referral-loop .mk-section__inner{max-width:1140px!important}.mk-referral-loop__card{position:relative!important;min-height:0!important;overflow:hidden!important}.mk-referral-loop__halo{position:absolute!important;left:48%!important;top:-230px!important;width:620px!important;height:620px!important;transform:translateX(-50%)!important;border-radius:999px!important;background:radial-gradient(circle,rgba(166,225,0,.07),transparent 62%)!important;pointer-events:none!important}.mk-referral-loop__content{position:relative!important;z-index:1!important;max-width:520px!important}.mk-referral-loop__title{margin:0 0 18px!important;color:#fff!important;font-family:var(--font-display)!important;font-size:44px!important;font-weight:950!important;letter-spacing:0!important;line-height:.96!important;text-transform:uppercase!important}.mk-referral-loop__title span{display:block!important;color:var(--mv-lime)!important}.mk-referral-loop__copy{max-width:46ch!important;margin:0 0 26px!important;color:hsla(67,63%,92%,.82)!important;font-size:16px!important;font-weight:600!important;line-height:1.6!important}.mk-referral-loop__actions{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important}.mk-referral-loop__button{min-height:40px!important;padding:0 22px!important;gap:10px!important;font-size:14px!important;font-weight:850!important;letter-spacing:0!important}.mk-referral-loop__actions>span{color:hsla(67,63%,92%,.56)!important;font-size:13px!important;line-height:1.45!important}.mk-cta-section{padding:40px 40px 88px!important}.mk-cta-section .mk-section__inner{max-width:none!important}.mk-cta-band{position:relative!important;max-width:1000px!important;min-height:418px!important;margin:0 auto!important;padding:64px 40px!important;overflow:hidden!important;border:1px solid var(--hairline-lime)!important;border-radius:20px!important;background:radial-gradient(95% 120% at 52% 35%,rgba(106,125,93,.45),transparent 48%),linear-gradient(120deg,#1e2227,#522216 50%,#2c3438)!important;text-align:center!important}.mk-cta-band__frost,.mk-cta-band__media,.mk-cta-band__texture,.mk-cta-band__video,.mk-cta-band__vignette{position:absolute!important;inset:0!important;pointer-events:none!important}.mk-cta-band__media{z-index:0!important;background:radial-gradient(70% 90% at 35% 40%,rgba(166,225,0,.22),transparent 55%),radial-gradient(80% 120% at 72% 28%,rgba(255,106,0,.2),transparent 58%),radial-gradient(80% 90% at 77% 75%,rgba(130,160,160,.32),transparent 60%),linear-gradient(120deg,#1e2227,#3d201c 52%,#30383b)!important;transform:scale(1.04)!important}.mk-cta-band__video{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;filter:saturate(1.12) contrast(1.02) brightness(.72)!important}.mk-cta-band__texture{z-index:1!important;background:repeating-linear-gradient(135deg,hsla(0,0%,100%,.022) 0 13px,transparent 13px 26px)!important;opacity:.72!important}.mk-cta-band__frost{z-index:2!important;background:rgba(13,15,17,.58)!important;backdrop-filter:blur(34px) saturate(1.2)!important;-webkit-backdrop-filter:blur(34px) saturate(1.2)!important}.mk-cta-band__vignette{z-index:3!important;background:radial-gradient(120% 120% at 50% 45%,transparent 38%,rgba(0,0,0,.55))!important}.mk-cta-band__halo{z-index:4!important;top:-40%!important;bottom:auto!important;left:50%!important;width:540px!important;height:540px!important;transform:translateX(-50%)!important;background:radial-gradient(circle,var(--mv-lime-glow),transparent 60%)!important;filter:blur(50px)!important;opacity:.5!important}.mk-cta-band__content{position:relative!important;z-index:5!important}.mk-cta-band__title{margin:0 0 18px!important;font-size:46px!important;line-height:.96!important;letter-spacing:-.03em!important}.mk-cta-band__sub{max-width:52ch!important;margin:0 auto 30px!important;color:hsla(67,63%,92%,.82)!important;font-size:16px!important;line-height:1.45!important}.mk-cta-band__actions{gap:14px!important;margin-bottom:24px!important}.mk-cta-band .mv-btn{min-height:0!important;padding:11px 22px!important;font-size:14px!important;font-weight:700!important}.mk-cta-band__trust{gap:24px!important;color:hsla(67,63%,92%,.56)!important;font-family:var(--font-body)!important;font-size:13px!important;letter-spacing:0!important}@media (max-width:900px){.mk-nav__inner{width:calc(100% - 36px)!important;height:76px!important}.mv4-hero__eyebrow{white-space:normal!important;line-height:1.25!important}}.mk-reel-wall{background:linear-gradient(180deg,hsla(0,0%,100%,.018),transparent 12%,transparent 88%,hsla(0,0%,100%,.012)),#000!important}.mk-reel-wall__fade{width:72px!important;opacity:.82!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.58) 48%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.58) 48%,transparent)!important}.mk-reel-wall .mk-reel-card{border-color:rgba(123,135,153,.34)!important;background:linear-gradient(180deg,#303640,#2b3038 58%,#252a31)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.045),0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card:before{background:linear-gradient(90deg,hsla(0,0%,100%,.045),transparent 40%,rgba(0,0,0,.08)),radial-gradient(120% 92% at 52% 22%,hsla(0,0%,100%,.055),transparent 64%),linear-gradient(180deg,#303640,#2b3038 62%,#252a31)!important}.mk-reel-wall .mk-reel-card:after{background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 34%),linear-gradient(0deg,rgba(0,0,0,.54),rgba(0,0,0,.26) 25%,rgba(0,0,0,.06) 56%,transparent 78%)!important}.mk-reel-wall .mk-reel-card__meta{background:linear-gradient(180deg,transparent,rgba(0,0,0,.18) 60%,rgba(0,0,0,.34))!important}.mk-reel-wall .mk-reel-card__placeholder{color:rgba(8,10,13,.48)!important}.mk-guest-phone{width:286px!important;height:592px!important;border:1.5px solid rgba(123,135,153,.48)!important;border-radius:42px!important;background:#2b3038!important;box-shadow:0 30px 80px rgba(0,0,0,.6)!important}.mk-guest-phone:before{inset:-22% -16%!important;background:radial-gradient(circle,rgba(166,225,0,.14),transparent 64%)!important;filter:blur(44px)!important;opacity:.6!important}.mk-guest-phone__screen{border-radius:33px!important;background:radial-gradient(120% 70% at 50% 0,rgba(166,225,0,.08),transparent 54%),#000!important}.mk-guest-phone__dish-image{opacity:.86!important;filter:saturate(.95) contrast(1.08) brightness(.68)!important}.mk-guest-phone__screen--paired .mk-guest-phone__dish-image{opacity:0!important}.mk-guest-phone__top{top:13px!important;left:13px!important;right:13px!important;z-index:12!important}.mk-guest-phone__top span{border-color:hsla(0,0%,100%,.2)!important;background:hsla(0,0%,100%,.08)!important;font-size:10px!important;font-weight:700!important;line-height:1!important}.mk-guest-phone__top i{height:14px!important;border-radius:3px!important;background:hsla(0,0%,100%,.24)!important}.mk-guest-card{left:11px!important;right:11px!important;bottom:11px!important;gap:10px!important;border:1px solid hsla(0,0%,100%,.18)!important;border-radius:15px!important;background:hsla(0,0%,7%,.58)!important;backdrop-filter:blur(28px) saturate(1.15)!important;-webkit-backdrop-filter:blur(28px) saturate(1.15)!important;box-shadow:0 10px 32px rgba(0,0,0,.38)!important}.mk-guest-card strong{color:#fff!important;font-weight:900!important;line-height:.98!important;letter-spacing:-.02em!important}.mk-guest-card>b{color:var(--mv-lime)!important;font-size:19px!important;font-weight:800!important;line-height:1!important}.mk-guest-card__tags{gap:6px!important;margin-top:8px!important}.mk-guest-card__tags small{padding:3px 8px!important;font-size:10px!important;line-height:1!important}.mk-guest-card__actions{grid-column:1/-1!important;margin-top:2px!important}.mk-guest-card__ready{min-height:38px!important;padding:0 12px!important;border:0!important;border-radius:9999px!important;background:var(--mv-lime)!important;color:#000!important;font-weight:800!important}.mk-guest-card__pair,.mk-guest-card__ready{height:38px!important;font-size:12px!important}.mk-guest-card__pair{flex:0 0 auto!important;padding:0 14px!important;border:1px solid hsla(0,0%,100%,.24)!important;border-radius:9999px!important;background:hsla(0,0%,100%,.02)!important;font-weight:700!important}.mk-guest-pairing{background:#000!important}.mk-guest-pairing__close{top:13px!important;right:13px!important;width:30px!important;height:30px!important;border-color:hsla(0,0%,100%,.2)!important;background:rgba(0,0,0,.48)!important}.mk-guest-pairing__half{flex:1 1!important;padding:16px!important;background:radial-gradient(80% 65% at 50% 0,rgba(166,225,0,.12),transparent 58%),#000!important}.mk-guest-pairing__half--orange{background:radial-gradient(100% 82% at 50% 100%,rgba(255,106,0,.12),transparent 62%),#000!important}.mk-guest-pairing__half span{color:hsla(67,63%,92%,.42)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.14em!important}.mk-guest-pairing__half--orange span{color:var(--mv-orange)!important}.mk-guest-pairing__half strong{margin-top:6px!important;color:#fff!important;font-size:23px!important;font-weight:900!important;line-height:1!important;letter-spacing:-.02em!important}.mk-guest-pairing__half small{margin-top:5px!important;color:var(--mv-lime)!important;font-size:14px!important;font-weight:800!important}.mk-guest-pairing__half p{max-width:32ch!important;margin:6px 0 0!important;color:hsla(67,63%,92%,.64)!important;font-size:11px!important;line-height:1.45!important}.mk-guest-pairing__chip{padding:6px 13px!important;border-color:rgba(166,225,0,.45)!important;background:#000!important;box-shadow:0 0 16px rgba(166,225,0,.25)!important}.mk-guest-pairing__half button{height:28px!important;min-height:28px!important;max-height:28px!important;margin-top:13px!important;padding:0 12px!important;border-radius:9999px!important;background:var(--mv-lime)!important;color:#000!important;font-size:12px!important;font-weight:800!important}.mk-guest-phone__dish-image{opacity:.82!important;object-fit:cover!important;object-position:center center!important;filter:saturate(1.02) contrast(1.08) brightness(.82)!important}.mk-guest-phone__screen:after{content:""!important;position:absolute!important;inset:0!important;z-index:2!important;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.04) 45%,rgba(0,0,0,.34)),radial-gradient(105% 54% at 50% 95%,rgba(0,0,0,.18),transparent 68%)!important;pointer-events:none!important}.mk-guest-phone__screen--paired .mk-guest-phone__top,.mk-guest-phone__screen--paired:after{display:none!important}.mk-guest-card{z-index:6!important;min-height:108px!important;background:rgba(5,5,5,.76)!important}.mk-guest-card strong{max-width:160px!important;white-space:normal!important}.mk-guest-card__pair,.mk-guest-card__ready{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.mk-guest-card__pair{min-width:58px!important}.mk-guest-pairing{z-index:8!important}.mk-guest-pairing__half{justify-content:center!important}.mk-guest-pairing__half:first-of-type{justify-content:flex-end!important;padding-bottom:42px!important}.mk-guest-pairing__half--orange{justify-content:flex-end!important;padding-bottom:12px!important}.mk-guest-pairing__half--orange button{width:100%!important;height:31px!important;min-height:31px!important;max-height:31px!important;margin-top:15px!important}.mk-pricing__toggle{display:flex!important;align-items:center!important;width:288px!important;height:46px!important;min-height:46px!important;padding:5px!important;gap:0!important;border:1px solid hsla(0,0%,100%,.08)!important;border-radius:9999px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.01)),#22272f!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),inset 0 -1px 0 rgba(0,0,0,.42),0 14px 34px rgba(0,0,0,.34)!important}.mk-pricing__toggle:before{top:5px!important;bottom:5px!important;left:5px!important;width:88px!important;border-radius:9999px!important;background:radial-gradient(80% 140% at 50% 0,hsla(0,0%,100%,.16),transparent 48%),var(--mv-lime)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.28),0 0 22px rgba(166,225,0,.52),14px 0 26px rgba(166,225,0,.18)!important;transition:left .62s cubic-bezier(.19,1,.22,1),width .62s cubic-bezier(.19,1,.22,1),box-shadow .62s cubic-bezier(.19,1,.22,1)!important}.mk-pricing__toggle:has(button:nth-child(2)[data-active]):before{left:93px!important;width:190px!important}.mk-pricing__toggle button{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:36px!important;min-height:36px!important;padding:0!important;border:0!important;border-radius:9999px!important;background:transparent!important;box-shadow:none!important;color:hsla(67,63%,92%,.62)!important;font-family:var(--font-body)!important;font-size:13px!important;font-weight:750!important;letter-spacing:0!important;line-height:1!important;text-transform:none!important}.mk-pricing__toggle button:first-child{width:88px!important}.mk-pricing__toggle button:nth-child(2){width:190px!important}.mk-pricing__toggle button[data-active]{color:#050705!important}.mk-pricing__toggle .save{margin-left:4px!important;color:rgba(0,0,0,.62)!important;font-size:13px!important;font-weight:350!important;letter-spacing:0!important;line-height:1!important}.mv-root :where(.mv-btn,.mk-pricing__toggle button,.mk-guest-card__ready,.mk-guest-card__pair,.mk-guest-pairing__close,.mk-guest-pairing__add){-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important;transform:translateZ(0) scale(1)!important;transform-origin:center!important;will-change:transform,box-shadow,filter!important;transition:transform .52s cubic-bezier(.18,1.35,.28,1),box-shadow .52s cubic-bezier(.18,1.35,.28,1),filter .52s cubic-bezier(.18,1.35,.28,1),background-color .36s cubic-bezier(.22,1,.36,1),color .36s cubic-bezier(.22,1,.36,1)!important}.mv-root :where(.mv-btn,.mk-pricing__toggle button,.mk-guest-card__ready,.mk-guest-card__pair,.mk-guest-pairing__close,.mk-guest-pairing__add):where(:hover,:focus-visible){transform:translateY(-1px) scale(1.018)!important;filter:brightness(1.035)!important}.mv-root :where(.mv-btn,.mk-pricing__toggle button,.mk-guest-card__ready,.mk-guest-card__pair,.mk-guest-pairing__close,.mk-guest-pairing__add):active{transform:translateY(1px) scale(.955)!important;transition-duration:.13s!important;filter:brightness(.98)!important}.mv-root :where(.mv-btn,.mk-pricing__toggle button,.mk-guest-card__ready,.mk-guest-card__pair,.mk-guest-pairing__close,.mk-guest-pairing__add):focus{outline:none!important}.mv-root :where(.mv-btn,.mk-pricing__toggle button,.mk-guest-card__ready,.mk-guest-card__pair,.mk-guest-pairing__close,.mk-guest-pairing__add):focus-visible{outline:none!important;box-shadow:0 0 0 1px rgba(166,225,0,.42),0 0 18px rgba(166,225,0,.22)!important}.mk-guest-pairing__add{width:100%!important;height:31px!important;min-height:31px!important;max-height:31px!important;margin-top:15px!important;border:0!important;outline:none!important;border-radius:9999px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,0) 48%),var(--mv-lime)!important;color:#000!important;font-family:var(--font-body)!important;font-size:12px!important;font-weight:850!important;letter-spacing:0!important;line-height:1!important;box-shadow:0 12px 28px rgba(166,225,0,.16),0 0 26px rgba(166,225,0,.16),0 15px 24px rgba(255,106,0,.13)!important}.mk-guest-pairing__add:focus-visible,.mk-guest-pairing__add:hover{box-shadow:0 14px 32px rgba(166,225,0,.22),0 0 30px rgba(166,225,0,.22),0 16px 25px rgba(255,106,0,.14)!important}.mk-guest-pairing__add:active{box-shadow:0 7px 18px rgba(166,225,0,.18),0 0 20px rgba(166,225,0,.18),0 10px 18px rgba(255,106,0,.12)!important}@media (min-width:901px){.mv4-hero{min-height:900px!important;padding:185px 40px 72px!important;overflow:hidden!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;background:#000!important}.mv4-hero__inner{max-width:1140px!important;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;gap:58px!important;align-items:center!important}.mv4-hero__copy{align-self:center!important;padding:0!important}.mv4-hero__headline{max-width:660px!important;margin-bottom:22px!important;font-size:64px!important;line-height:.98!important;letter-spacing:-.03em!important}.mv4-hero__sub{max-width:47ch!important;margin-bottom:31px!important}.mv4-hero__device{align-self:start!important;justify-self:center!important;margin:0!important;transform:none!important}.mv4-hero-phone{width:322px!important;height:642px!important;padding:10px!important;border-radius:44px!important;transform:none!important}.mv4-hero-phone:before{inset:10px!important}.mv4-hero-phone:before,.mv4-hero-phone__screen{border-radius:34px!important}.mv4-hero-phone__reel{inset:0!important}.mv4-hero-phone__top{top:14px!important;left:14px!important;right:14px!important}.mv4-hero-phone__dish{left:12px!important;right:12px!important;bottom:12px!important}.mv4-hero__float{left:-30px!important;top:50%!important;transform:translateY(-50%)!important}}@media (max-width:900px){.mv4-hero{padding-top:126px!important}.mv4-hero__device{align-self:center!important;transform:none!important}}.mk-guest-phone{width:min(306px,calc(100vw - 56px))!important;height:auto!important;aspect-ratio:306/612!important;padding:9px!important}.mk-guest-phone__screen{width:100%!important;height:100%!important}.mk-guest-card{left:12px!important;right:12px!important;bottom:12px!important;min-height:116px!important;padding:13px!important;grid-template-columns:minmax(0,1fr) auto!important;align-content:start!important}.mk-guest-card strong{max-width:190px!important;font-size:18px!important;line-height:1!important}.mk-guest-card>b{font-size:20px!important}.mk-guest-card__actions{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:4px!important}.mk-guest-card__actions button{height:38px!important;min-height:38px!important;max-height:38px!important}.mk-guest-card__ready{flex:1 1 auto!important;min-width:0!important}.mk-guest-card__pair{flex:0 0 64px!important;min-width:64px!important;padding:0 13px!important}.mk-guest-card{border:1px solid hsla(0,0%,100%,.16)!important;border-radius:17px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.105),hsla(0,0%,100%,.035) 38%,rgba(42,30,22,.52)),hsla(0,0%,7%,.54)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.13),inset 0 -1px 0 hsla(0,0%,100%,.045),0 14px 30px rgba(0,0,0,.34),0 0 26px rgba(255,106,0,.045)!important;backdrop-filter:blur(32px) saturate(1.14)!important;-webkit-backdrop-filter:blur(32px) saturate(1.14)!important}.mk-guest-card__tags small{border-color:hsla(0,0%,100%,.18)!important;background:rgba(0,0,0,.24)!important;color:var(--mv-lime)!important}.mk-guest-card__pair{background:hsla(0,0%,100%,.045)!important;border-color:hsla(0,0%,100%,.18)!important;color:hsla(67,63%,92%,.82)!important}.mk-guest-card__ready{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.2),0 10px 22px rgba(166,225,0,.16)!important}.mk-guest-pairing:before{content:""!important;position:absolute!important;top:50%!important;z-index:3!important;height:1px!important;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.16) 18%,hsla(0,0%,100%,.22) 50%,hsla(0,0%,100%,.16) 82%,transparent)!important;pointer-events:none!important}.mk-guest-pairing__chip{z-index:4!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:132px!important;height:26px!important;padding:0 16px!important;border:1px solid rgba(166,225,0,.46)!important;border-radius:9999px!important;background:linear-gradient(180deg,rgba(166,225,0,.08),rgba(0,0,0,.92)),#020302!important;color:var(--mv-lime)!important;box-shadow:0 0 0 1px rgba(166,225,0,.1),0 0 18px rgba(166,225,0,.38),0 0 30px rgba(166,225,0,.2)!important;font-size:9px!important;font-weight:900!important;letter-spacing:.12em!important}.mk-reel-wall{background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 16%,transparent 84%,hsla(0,0%,100%,.01)),#000!important}.mk-reel-wall__label{margin-bottom:26px!important}.mk-reel-wall__row,.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__fade{z-index:6!important;width:clamp(72px,9vw,142px)!important;opacity:.86!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.74) 42%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.74) 42%,transparent)!important}.mk-reel-wall .mk-reel-card{border:1px solid rgba(123,135,153,.42)!important;border-radius:9px!important;background:linear-gradient(90deg,hsla(0,0%,100%,.032),transparent 34%,rgba(0,0,0,.08)),linear-gradient(180deg,#30353e,#2b3038 64%,#252a31)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055),0 12px 24px rgba(0,0,0,.46)!important}.mk-reel-wall .mk-reel-card:before{opacity:1!important;background:radial-gradient(110% 78% at 48% 20%,hsla(0,0%,100%,.052),transparent 60%),linear-gradient(90deg,hsla(0,0%,100%,.035),transparent 46%,rgba(0,0,0,.12)),#2b3038!important}.mk-reel-wall .mk-reel-card:after{z-index:2!important;background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 36%),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.33) 24%,rgba(0,0,0,.08) 50%,transparent 72%)!important}.mk-reel-wall .mk-reel-card__placeholder{color:rgba(7,9,12,.5)!important}.mk-reel-wall .mk-reel-card__meta{z-index:3!important;padding:38px 11px 12px!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.12) 48%,rgba(0,0,0,.32))!important;text-shadow:0 2px 12px rgba(0,0,0,.75)!important}.mk-reel-wall .mk-reel-card__meta b,.mk-reel-wall .mk-reel-card__meta strong{font-size:11px!important;line-height:1!important}.mk-reel-wall .mk-reel-card__live{top:7px!important;right:7px!important}.mk-guest-phone__top{top:15px!important;left:15px!important;right:15px!important;align-items:flex-start!important}.mk-guest-phone__top span{height:26px!important;padding:0 11px!important;border-radius:9999px!important;border-color:hsla(0,0%,100%,.28)!important;background:hsla(0,0%,7%,.58)!important;color:#fff!important;backdrop-filter:blur(18px) saturate(1.1)!important;-webkit-backdrop-filter:blur(18px) saturate(1.1)!important}.mk-guest-phone__top i{flex:0 0 5px!important;width:5px!important;height:15px!important;margin-left:4px!important;border-radius:9999px!important;background:rgba(117,105,78,.78)!important;box-shadow:none!important;opacity:1!important}.mk-guest-phone__top i:first-of-type{margin-left:auto!important;background:var(--mv-lime)!important;box-shadow:0 0 12px rgba(166,225,0,.42)!important}.mk-guest-phone__top i:nth-of-type(2){background:rgba(137,123,88,.72)!important}.mk-guest-phone__top i:nth-of-type(3){background:rgba(90,82,66,.82)!important}.mk-guest-pairing{transform-origin:center center!important}.mk-guest-pairing:before{left:0!important;right:0!important;width:100%!important;background:hsla(0,0%,100%,.16)!important}.mk-guest-pairing__chip{min-width:130px!important;height:24px!important;border-color:rgba(166,225,0,.52)!important;background:#020302!important;box-shadow:none!important}.mk-guest-pairing--closing{animation:mvPairingClose .52s cubic-bezier(.22,1,.36,1) both!important}.mk-guest-pairing--closing .mk-guest-pairing__chip{animation:mvPairingChipClick .42s cubic-bezier(.18,1.35,.28,1) both!important}.mk-guest-pairing__add:disabled{cursor:default!important;opacity:.92!important}@keyframes mvPairingChipClick{0%{transform:translate(-50%,-50%) scale(1)}42%{transform:translate(-50%,-50%) scale(1.08)}to{transform:translate(-50%,-50%) scale(.96)}}@keyframes mvPairingClose{0%{opacity:1;filter:blur(0);transform:scale(1);-webkit-clip-path:inset(0 0 0 0 round 33px);clip-path:inset(0 0 0 0 round 33px)}46%{opacity:1;transform:scale(.982);-webkit-clip-path:inset(18% 5% 18% 5% round 28px);clip-path:inset(18% 5% 18% 5% round 28px)}to{opacity:0;filter:blur(8px);transform:scale(.94);-webkit-clip-path:inset(48% 42% 48% 42% round 999px);clip-path:inset(48% 42% 48% 42% round 999px)}}.mk-reel-wall .mk-reel-card{background:linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.08) 13%,transparent 34%,transparent 66%,rgba(0,0,0,.1) 88%,rgba(0,0,0,.3)),linear-gradient(180deg,#2f343d,#2b3038 58%,#252a31)!important;border-color:rgba(123,135,153,.44)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055),inset 0 -1px 0 rgba(0,0,0,.24),0 12px 24px rgba(0,0,0,.46)!important}.mk-reel-wall .mk-reel-card:before{background:radial-gradient(120% 86% at 50% 20%,hsla(0,0%,100%,.052),transparent 60%),linear-gradient(90deg,rgba(0,0,0,.16),hsla(0,0%,100%,.018) 24%,transparent 48%,rgba(0,0,0,.14)),#2b3038!important}.mk-reel-wall .mk-reel-card:after{background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 38%),linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.38) 25%,rgba(0,0,0,.1) 54%,transparent 76%)!important}.mk-reel-wall .mk-reel-card__placeholder{color:rgba(8,10,13,.46)!important}.mk-footer__nav div:last-child a:nth-of-type(4){color:var(--ink-muted)!important}.mk-footer__bottom-links a:focus-visible,.mk-footer__bottom-links a:hover,.mk-footer__nav a:focus-visible,.mk-footer__nav a:hover{color:var(--mv-lime)!important}.mv-cookie{position:fixed;right:20px;bottom:20px;z-index:1000;width:min(328px,calc(100vw - 28px));padding:12px;border:1px solid rgba(161,255,0,.2);border-radius:14px;background:linear-gradient(140deg,rgba(38,42,49,.92),rgba(5,6,6,.92)),rgba(16,18,20,.92);box-shadow:0 18px 54px rgba(0,0,0,.52);color:var(--ink);backdrop-filter:blur(24px) saturate(1.12);-webkit-backdrop-filter:blur(24px) saturate(1.12)}.mv-cookie__copy{display:grid;grid-gap:4px;gap:4px}.mv-cookie__eyebrow{margin:0;color:var(--mv-lime);font-family:var(--font-mono);font-size:8.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.mv-cookie h2{margin:0;color:#fff;font-family:var(--font-display);font-size:17px;font-weight:900;line-height:1;letter-spacing:0}.mv-cookie p{margin:0;color:var(--ink-soft);font-size:11.5px;line-height:1.34}.mv-cookie__settings{display:grid;grid-gap:5px;gap:5px;margin-top:9px}.mv-cookie__settings label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 9px;border:1px solid hsla(0,0%,100%,.1);border-radius:10px;background:rgba(0,0,0,.18)}.mv-cookie__settings span{display:grid;grid-gap:3px;gap:3px}.mv-cookie__settings strong{color:#fff;font-size:11.5px;line-height:1}.mv-cookie__settings small{color:var(--ink-muted);font-size:10px;line-height:1.16}.mv-cookie__settings input{width:15px;height:15px;accent-color:var(--mv-lime)}.mv-cookie__actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;margin-top:10px}.mv-cookie__btn{min-height:30px;padding:0 10px;border-radius:var(--r-pill);font-size:11px;font-weight:800;cursor:pointer;transition:transform .18s cubic-bezier(.2,.8,.2,1),background .18s ease,border-color .18s ease}.mv-cookie__btn:focus-visible,.mv-cookie__btn:hover{transform:translateY(-1px)}.mv-cookie__btn:active{transform:translateY(1px) scale(.98)}.mv-cookie__btn--ghost{border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.04);color:#fff}.mv-cookie__btn--primary{border:1px solid var(--mv-lime);background:var(--mv-lime);color:#050505}@media (max-width:640px){.mv-cookie{right:12px;bottom:12px;padding:12px}.mv-cookie__actions,.mv-cookie__btn{width:100%}.mv-cookie__actions{justify-content:stretch}}@media (max-width:860px){.mv-root,body,html{overflow-x:clip!important}.mv-root{background:#000!important}.mk-nav{height:72px!important;padding:10px 18px!important;background:rgba(0,0,0,.92)!important;border-bottom:1px solid hsla(0,0%,100%,.055)!important;backdrop-filter:blur(18px) saturate(1.08)!important;-webkit-backdrop-filter:blur(18px) saturate(1.08)!important}.mk-nav__inner{width:100%!important;max-width:none!important;height:52px!important;padding:0!important}.mk-nav__logo{gap:10px!important}.mk-nav__logo img{width:52px!important;height:auto!important}.mk-nav__wordmark{font-size:12px!important;letter-spacing:.22em!important}.mk-nav__actions,.mk-nav__links{display:none!important}.mk-nav__burger{display:inline-flex!important;width:44px!important;height:44px!important;border-radius:0!important;border:0!important;background:transparent!important}.mk-drawer{position:fixed!important;inset:82px 14px auto 14px!important;width:auto!important;max-width:none!important;height:auto!important;max-height:calc(100svh - 100px)!important;padding:16px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:18px!important;background:linear-gradient(180deg,rgba(40,45,53,.96),rgba(8,9,10,.96)),#111!important;box-shadow:0 28px 80px rgba(0,0,0,.56)!important;transform:translateY(-12px) scale(.98)!important;opacity:0!important;pointer-events:none!important;transition:opacity .26s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.18,1,.22,1)!important;backdrop-filter:blur(24px) saturate(1.12)!important;-webkit-backdrop-filter:blur(24px) saturate(1.12)!important}.mk-drawer--open{transform:translateY(0) scale(1)!important;opacity:1!important;pointer-events:auto!important}.mk-drawer__head{padding-bottom:12px!important}.mk-drawer__nav{display:grid!important;grid-gap:4px!important;gap:4px!important}.mk-drawer__nav a{min-height:42px!important;padding:0 4px!important;border-bottom:1px solid hsla(0,0%,100%,.06)!important;color:hsla(67,63%,92%,.76)!important;font-size:15px!important}.mk-drawer__foot{padding-top:14px!important}#pricing,.mk-compare-section,.mk-cta-section,.mk-features,.mk-how,.mk-reel-gallery,.mk-section{padding:52px 20px!important}.mk-section__inner{width:100%!important;max-width:520px!important;margin:0 auto!important}.mk-eyebrow{font-size:11px!important;letter-spacing:.18em!important}.mk-section__title{font-size:32px!important;line-height:.95!important;letter-spacing:0!important}.mk-section__sub{max-width:36rem!important;font-size:15px!important;line-height:1.45!important}.mv4-hero{min-height:auto!important;padding:118px 20px 58px!important;overflow:hidden!important;background:#000!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important}.mv4-hero__inner{width:100%!important;max-width:520px!important;grid-template-columns:1fr!important;gap:38px!important;align-items:center!important;justify-items:stretch!important;margin:0 auto!important}.mv4-hero__copy,.mv4-hero__headline,.mv4-hero__sub{text-align:left!important}.mv4-hero__copy{order:1!important;width:100%!important;padding:0!important}.mv4-hero__eyebrow{display:inline-flex!important;width:auto!important;max-width:100%!important;min-height:27px!important;padding:0 12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:10.5px!important;letter-spacing:.18em!important;line-height:1!important}.mv4-hero__headline{max-width:8.8ch!important;margin-top:26px!important;margin-bottom:22px!important;font-size:clamp(42px,13.2vw,64px)!important;line-height:.92!important;letter-spacing:0!important}.mv4-hero__headline em{display:block!important}.mv4-hero__sub{max-width:35ch!important;margin:0 0 25px!important;font-size:17px!important;line-height:1.45!important}.mv4-hero__cta{justify-content:flex-start!important;gap:10px!important}.mv4-hero__cta .mv-btn{min-height:38px!important;padding:0 16px!important;font-size:12px!important}.mv4-hero__trust{justify-content:flex-start!important;gap:12px 18px!important;margin-top:26px!important;color:hsla(67,63%,92%,.58)!important;font-size:12.5px!important}.mv4-hero__device{order:2!important;justify-self:center!important;align-self:center!important;width:min(320px,86vw)!important;margin:0 auto!important;transform:none!important}.mv4-hero__device:before{inset:-8% -24%!important}.mv4-hero-phone{width:min(306px,82vw)!important;height:auto!important;aspect-ratio:306/612!important;padding:9px!important;border-radius:42px!important;transform:none!important}.mv4-hero-phone:before,.mv4-hero-phone__screen{border-radius:33px!important}.mv4-hero-phone__screen{width:100%!important;height:100%!important}.mv4-hero-phone__top{top:14px!important;left:14px!important;right:14px!important}.mv4-hero-phone__dish{left:12px!important;right:12px!important;bottom:12px!important;padding:14px!important}.mv4-hero-phone__dish strong{font-size:18px!important}.mv4-hero__float{left:-20px!important;top:49%!important;transform:translateY(-50%)!important}.mk-reel-wall{padding:42px 0 44px!important}.mk-reel-wall__label{margin-bottom:25px!important;font-size:11px!important;letter-spacing:.36em!important}.mk-reel-wall__viewport{gap:13px!important}.mk-reel-wall__row,.mk-reel-wall__row--short{height:210px!important}.mk-reel-wall__track{gap:13px!important}.mk-reel-wall .mk-reel-card{min-width:230px!important}.mk-reel-wall .mk-reel-card[data-shape=poster],.mk-reel-wall .mk-reel-card[data-shape=wide]{min-width:310px!important}.mk-reel-wall__fade{width:54px!important}.mk-addons,.mk-feat-lead-grid,.mk-feat-support-grid,.mk-steps,.mk-tiers{grid-template-columns:1fr!important}.mk-how .mk-section__title{max-width:10ch!important;margin-left:auto!important;margin-right:auto!important}#pricing .mk-eyebrow,#pricing .mk-section__sub,#pricing .mk-section__title,.mk-compare-section .mk-eyebrow,.mk-compare-section .mk-section__title,.mk-how .mk-eyebrow,.mk-how .mk-section__title{text-align:center!important}.mk-steps{gap:18px!important;margin-top:42px!important}.mk-step{min-height:auto!important;padding:26px!important;border-radius:14px!important}.mk-step__title{font-size:22px!important}.mk-step__body{font-size:15px!important;line-height:1.5!important}.mk-owner-queue{align-items:flex-start!important;gap:14px!important;margin-top:28px!important;padding:18px!important;overflow-x:auto!important}.mk-owner-queue>div{min-width:max-content!important}.mk-guest{padding:64px 20px!important}.mk-guest__inner{max-width:520px!important;grid-template-columns:1fr!important;gap:38px!important;align-items:center!important}.mk-guest__phone-wrap{justify-self:center!important}.mk-guest__copy,.mk-guest__copy .mk-section__title{text-align:left!important}.mk-guest__copy .mk-section__title{font-size:34px!important;max-width:11ch!important}.mk-guest-step{grid-template-columns:38px 1fr!important;gap:10px 14px!important}.mk-guest-step p{font-size:13.5px!important;line-height:1.42!important}.mk-features .mk-section__title{max-width:11.5ch!important}.mk-feat-lead{min-height:auto!important;padding:26px!important;border-radius:14px!important}.mk-feat-support{min-height:auto!important;padding:18px!important}.mk-reel-gallery__head{grid-template-columns:1fr!important;gap:22px!important}.mk-reel-gallery__head p{max-width:34ch!important;font-size:15px!important}.mk-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:138px!important;gap:12px!important}.mk-gallery-cell{border-radius:13px!important}.mk-gallery-cell[data-size=hero],.mk-gallery-cell[data-size=wide]{grid-column:span 2!important}.mk-gallery-cell[data-size=hero]{grid-row:span 2!important}.mk-gallery-cell__meta{padding:14px!important}#pricing .mk-section__sub{margin-left:auto!important;margin-right:auto!important}.mk-pricing__toggle{width:min(320px,100%)!important;height:46px!important;margin:26px auto 34px!important}.mk-pricing__toggle:before{left:5px!important;width:calc(34% - 5px)!important}.mk-pricing__toggle:has(button:nth-child(2)[data-active]):before{left:calc(34% + 1px)!important;width:calc(66% - 6px)!important}.mk-pricing__toggle button:first-child{width:34%!important}.mk-pricing__toggle button:nth-child(2){width:66%!important}.mk-pricing__toggle .save{font-size:12px!important}.mk-tiers{max-width:390px!important;margin-left:auto!important;margin-right:auto!important;gap:14px!important}.mk-tier{min-height:0!important;padding:26px!important;border-radius:14px!important}.mk-tier__badge{top:-14px!important;left:50%!important;transform:translateX(-50%)!important}.mk-tier__price-num{font-size:48px!important}.mk-tier__mobile-toggle{display:flex!important}.mk-tier:not(.mk-tier--open) .mk-tier__features,.mk-tier:not(.mk-tier--open)>.mv-btn{display:none!important}.mk-tier .mk-tier__mobile-toggle{grid-area:1/1/-1/-1!important;inset:0!important;width:100%!important;height:auto!important}.mk-tier--open .mk-tier__features{display:grid!important}.mk-tier--open>.mv-btn{display:inline-flex!important}.mk-addon{min-height:auto!important;grid-template-columns:auto 1fr auto!important;padding:16px!important}.mk-compare{max-width:100%!important;overflow-x:auto!important;border-radius:14px!important;-webkit-overflow-scrolling:touch!important}.mk-compare table{min-width:660px!important;table-layout:fixed!important}.mk-compare td,.mk-compare th{padding:15px 14px!important;font-size:12px!important}.mk-compare__row-label{width:25%!important;font-size:12px!important}.mk-compare__no,.mk-compare__yes{line-height:1.35!important}.mk-cta-section{padding-top:48px!important;padding-bottom:52px!important}.mk-referral-loop{padding:54px 20px 44px!important}.mk-referral-loop__halo{left:52%!important;top:-210px!important;width:520px!important;height:520px!important}.mk-referral-loop__content{max-width:360px!important}.mk-referral-loop__title{margin-bottom:16px!important;font-size:clamp(27px,8.6vw,36px)!important;line-height:.96!important}.mk-referral-loop__copy{max-width:32ch!important;margin-bottom:24px!important;font-size:15px!important;line-height:1.55!important}.mk-referral-loop__actions{align-items:flex-start!important;flex-direction:column!important;gap:14px!important}.mk-referral-loop__button{min-height:40px!important;padding:0 21px!important;font-size:13px!important}.mk-cta-band{min-height:0!important;padding:42px 22px!important;border-radius:20px!important}.mk-cta-band__title{max-width:12ch!important;font-size:30px!important;line-height:.98!important}.mk-cta-band__sub{max-width:31ch!important;font-size:15px!important}.mk-cta-band__actions{gap:10px!important}.mk-cta-band .mv-btn{min-height:38px!important;padding:0 16px!important;font-size:12px!important}.mk-cta-band__trust{gap:10px 16px!important;font-size:12px!important}.mk-footer{padding:42px 20px 28px!important}.mk-footer__top{grid-template-columns:1fr!important;gap:28px!important}.mk-footer__brand{max-width:280px!important}.mk-footer__nav{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 20px!important}.mk-footer__bottom{flex-direction:column!important;align-items:flex-start!important;gap:18px!important}.mk-footer__address-row{margin-right:-20px!important;margin-left:-20px!important;padding-right:20px!important;padding-left:20px!important;align-items:flex-start!important}.mk-footer__address{white-space:normal!important;overflow-wrap:anywhere!important}.mk-footer__social-links{justify-content:flex-start!important}}@media (max-width:520px){#pricing,.mk-compare-section,.mk-cta-section,.mk-features,.mk-how,.mk-reel-gallery,.mk-referral-loop,.mk-section{padding-left:20px!important;padding-right:20px!important}.mv4-hero{padding-top:106px!important}.mv4-hero__headline{max-width:8.6ch!important;font-size:clamp(34px,12.5vw,48px)!important}.mv4-hero__sub{font-size:16px!important}.mv4-hero__cta{flex-wrap:nowrap!important}.mv4-hero__trust{max-width:280px!important}.mv4-hero__device{width:min(315px,88vw)!important}.mv4-hero__float{left:-12px!important;scale:.92!important}.mk-guest__copy .mk-section__title,.mk-section__title{font-size:27px!important}.mk-how .mk-section__title{font-size:31px!important}.mk-feat-lead,.mk-step,.mk-tier{padding:24px!important}.mk-gallery-grid{grid-auto-rows:124px!important}.mk-pricing__toggle{width:min(318px,100%)!important}.mk-pricing__toggle button{font-size:12px!important}.mk-pricing__toggle .save{font-size:11.5px!important}.mk-addon{grid-template-columns:auto 1fr!important}.mk-addon__price{grid-column:2!important;justify-self:start!important;margin-top:2px!important}.mk-cta-band{padding:40px 18px!important}.mk-cta-band__title{font-size:27px!important}}@media (max-width:860px){.mk-how .mk-steps{grid-template-columns:1fr!important}.mk-how .mk-step{width:100%!important;min-width:0!important}}.mk-compare-mobile{display:none}@media (max-width:860px){.mk-pricing__toggle{width:min(306px,100%)!important;height:46px!important;padding:5px!important;margin:26px auto 34px!important;overflow:hidden!important}.mk-pricing__toggle:before{top:5px!important;bottom:5px!important;left:6px!important;width:96px!important}.mk-pricing__toggle:has(button:nth-child(2)[data-active]):before{left:112px!important;width:calc(100% - 118px)!important}.mk-pricing__toggle button:first-child{flex:0 0 104px!important;width:104px!important}.mk-pricing__toggle button:nth-child(2){flex:1 1 auto!important;width:auto!important}.mk-pricing__toggle button{height:36px!important;min-height:36px!important;padding:0!important;font-size:12px!important;white-space:nowrap!important}.mk-pricing__toggle .save{margin-left:3px!important;color:rgba(0,0,0,.66)!important;font-size:11.5px!important;font-weight:350!important}.mk-tier{position:relative!important;overflow:hidden!important;cursor:pointer!important;transition:min-height .42s cubic-bezier(.22,1,.36,1),border-color .36s cubic-bezier(.22,1,.36,1),background-color .36s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1)!important}.mk-tier:not(.mk-tier--open){min-height:174px!important;padding-bottom:22px!important}.mk-tier--open{cursor:default!important}.mk-tier__badge{position:static!important;display:none!important;width:max-content!important;max-width:100%!important;margin:-2px auto 14px!important;transform:none!important}.mk-tier--open .mk-tier__badge{display:inline-flex!important}.mk-tier__mobile-toggle{display:block!important;position:absolute!important;inset:0!important;z-index:5!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;color:transparent!important;font-size:0!important;letter-spacing:0!important;text-transform:none!important}.mk-tier__mobile-toggle span,.mk-tier__mobile-toggle svg{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.mk-tier--open .mk-tier__mobile-toggle{pointer-events:none!important}.mk-tier:not(.mk-tier--open) .mk-tier__features,.mk-tier:not(.mk-tier--open)>.mv-btn{display:none!important}.mk-tier--open .mk-tier__features{display:grid!important}.mk-tier--open .mk-tier__features,.mk-tier--open>.mv-btn{animation:mvTierReveal .42s cubic-bezier(.22,1,.36,1) both!important}.mk-tier--open>.mv-btn{display:inline-flex!important}.mk-tier:not(.mk-tier--open):focus-within,.mk-tier:not(.mk-tier--open):hover{transform:translateY(-1px)!important;border-color:rgba(166,225,0,.36)!important}@keyframes mvTierReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mk-compare{display:none!important}.mk-compare-section .mk-section__title{width:min(100%,320px)!important;max-width:320px!important;margin-bottom:28px!important;font-size:35px!important;line-height:.94!important;letter-spacing:0!important;text-align:center!important;text-wrap:balance!important}.mk-compare-mobile{display:grid!important;width:100%!important;max-width:390px!important;grid-gap:12px!important;gap:12px!important;margin:0 auto!important}.mk-compare-mobile__card{padding:18px!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:14px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.01)),#050505!important}.mk-compare-mobile__card h3{margin:0 0 14px!important;color:#fff!important;font-family:var(--font-display)!important;font-size:18px!important;font-weight:900!important;letter-spacing:0!important;line-height:1!important}.mk-compare-mobile__grid{display:grid!important;grid-gap:10px!important;gap:10px!important}.mk-compare-mobile__grid div{display:grid!important;grid-gap:4px!important;gap:4px!important;padding:12px!important;border-radius:11px!important;background:hsla(0,0%,100%,.035)!important}.mk-compare-mobile__grid div:last-child{border:1px solid rgba(166,225,0,.2)!important;background:rgba(166,225,0,.055)!important}.mk-compare-mobile__grid span{color:hsla(67,63%,92%,.48)!important;font-family:var(--font-mono)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.14em!important;text-transform:uppercase!important}.mk-compare-mobile__grid p{margin:0!important;color:hsla(67,63%,92%,.62)!important;font-size:13px!important;font-weight:650!important;line-height:1.35!important}.mk-compare-mobile__grid div:last-child p,.mk-compare-mobile__grid div:last-child span{color:var(--mv-lime)!important}.mk-footer__logo img{image-rendering:auto!important;transform:translateZ(0)!important}}@media (max-width:640px){.mk-compare-section,.mk-tier__badge{display:none!important}.mk-tier__badge{position:static!important;width:-moz-fit-content!important;width:fit-content!important;max-width:calc(100% - 32px)!important;margin:-2px auto 14px!important;transform:none!important}.mk-tier--open .mk-tier__badge{display:inline-flex!important}}@media (max-width:860px){.mk-drawer{inset:72px 10px auto 10px!important;max-height:calc(100svh - 88px)!important;padding:14px!important;overflow:hidden!important;border:1px solid hsla(0,0%,100%,.14)!important;border-radius:24px!important;background:radial-gradient(circle at 50% -18%,rgba(166,225,0,.18),transparent 38%),linear-gradient(180deg,rgba(32,36,43,.82),rgba(10,11,13,.74)),rgba(16,18,21,.78)!important;box-shadow:0 26px 70px rgba(0,0,0,.58),inset 0 1px 0 hsla(0,0%,100%,.12)!important;backdrop-filter:blur(34px) saturate(1.35)!important;-webkit-backdrop-filter:blur(34px) saturate(1.35)!important}.mk-drawer:before{content:""!important;position:absolute!important;inset:0!important;pointer-events:none!important;border-radius:inherit!important;background:linear-gradient(180deg,hsla(0,0%,100%,.1),transparent 34%),radial-gradient(circle at 92% 18%,hsla(0,0%,100%,.08),transparent 28%)!important}.mk-drawer__foot,.mk-drawer__head,.mk-drawer__nav{position:relative!important;z-index:1!important}.mk-drawer__head{height:58px!important;margin:0 0 12px!important;padding:0 12px!important;border:1px solid hsla(0,0%,100%,.08)!important;border-radius:18px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.055),hsla(0,0%,100%,.02)),hsla(0,0%,100%,.025)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.07)!important}.mk-drawer__head .mk-nav__wordmark{display:inline-flex!important;align-items:center!important;height:36px!important;background:transparent!important;color:var(--mv-lime)!important;font-size:12px!important;font-weight:850!important;letter-spacing:.18em!important}.mk-drawer__close{width:38px!important;height:38px!important;border:1px solid hsla(0,0%,100%,.12)!important;border-radius:999px!important;background:rgba(0,0,0,.24)!important;color:hsla(67,63%,92%,.62)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),0 10px 24px rgba(0,0,0,.22)!important;font-size:17px!important;line-height:1!important}.mk-drawer__close:focus-visible,.mk-drawer__close:hover{border-color:rgba(166,225,0,.48)!important;color:var(--mv-lime)!important;outline:none!important}.mk-drawer__nav{gap:0!important;overflow:hidden!important;border:1px solid hsla(0,0%,100%,.08)!important;border-radius:18px!important;background:linear-gradient(180deg,hsla(0,0%,100%,.048),hsla(0,0%,100%,.012)),hsla(0,0%,100%,.018)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06)!important}.mk-drawer__nav a{display:flex!important;align-items:center!important;min-height:52px!important;padding:0 16px!important;border-bottom:1px solid hsla(0,0%,100%,.075)!important;color:hsla(67,63%,92%,.78)!important;font-family:var(--font-body)!important;font-size:14px!important;font-weight:750!important;letter-spacing:.02em!important;text-transform:none!important;background:transparent!important}.mk-drawer__nav a:last-child{border-bottom:0!important}.mk-drawer__nav a:focus-visible,.mk-drawer__nav a:hover{color:#fff!important;background:hsla(0,0%,100%,.055)!important;outline:none!important}.mk-drawer__nav a:after{content:"\203A"!important;margin-left:auto!important;color:rgba(166,225,0,.62)!important;font-size:22px!important;font-weight:300!important;line-height:1!important}.mk-drawer__foot{padding-top:14px!important;background:transparent!important}.mk-drawer__foot .mv-btn{min-height:52px!important;border-radius:18px!important;box-shadow:0 14px 28px rgba(166,225,0,.18),inset 0 1px 0 hsla(0,0%,100%,.28)!important;font-size:14px!important}.mk-nav__burger span{width:20px!important;height:2px!important;border-radius:999px!important;background:#fff!important}.mk-nav__burger--open span:first-child{transform:translateY(6.5px) rotate(45deg)!important}.mk-nav__burger--open span:nth-child(2){opacity:0!important}.mk-nav__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)!important}}@media (max-width:860px){.mk-nav__burger:focus-visible{outline:none!important;box-shadow:none!important}.mk-drawer{inset:72px 0 auto 0!important;width:100%!important;max-width:none!important;height:calc(100svh - 72px)!important;max-height:calc(100svh - 72px)!important;padding:18px 17px 22px!important;overflow-y:auto!important;border:0!important;border-top:1px solid hsla(0,0%,100%,.08)!important;border-radius:0!important;background:rgba(0,0,0,.985)!important;box-shadow:none!important;backdrop-filter:blur(12px) saturate(1.05)!important;-webkit-backdrop-filter:blur(12px) saturate(1.05)!important}.mk-drawer:before,.mk-drawer__head{display:none!important}.mk-drawer__nav{display:grid!important;grid-gap:0!important;gap:0!important;flex:0 0 auto!important;align-content:start!important;grid-auto-rows:min-content!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.mk-drawer__nav a{min-height:52px!important;padding:0!important;border-bottom:1px solid hsla(0,0%,100%,.1)!important;background:transparent!important;color:hsla(67,63%,92%,.58)!important;font-family:var(--font-display)!important;font-size:clamp(19px,5.25vw,22px)!important;font-weight:850!important;letter-spacing:0!important;line-height:1!important;text-transform:uppercase!important}.mk-drawer__nav a:after{display:none!important;content:""!important}.mk-drawer__nav a:focus-visible,.mk-drawer__nav a:hover{background:transparent!important;color:var(--mv-white)!important;outline:none!important}.mk-drawer__foot{display:none!important}}@media (max-width:380px){.mk-drawer__nav a{min-height:48px!important;font-size:19px!important}}@media (max-width:640px){.mk-guest__phone-wrap{order:1!important}.mk-guest__copy{order:2!important}.mk-how .mk-section__title{width:100%!important;max-width:calc(100vw - 40px)!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(28px,7.7vw,34px)!important;line-height:.96!important;text-align:center!important}.mk-how .mk-section__title .lime{display:block!important;white-space:nowrap!important}.mk-owner-queue{display:none!important}.mk-guest__copy .mk-section__title{width:100%!important;max-width:calc(100vw - 40px)!important;font-size:clamp(27px,7.4vw,32px)!important;line-height:.96!important;text-align:left!important}.mk-guest__copy .mk-section__title .lime{display:block!important;white-space:nowrap!important}.mk-guest-step{grid-template-columns:34px 1fr!important;align-items:center!important;gap:0 12px!important}.mk-guest-step p{display:none!important}.mk-guest-step strong{line-height:1.18!important}.mk-guest-card>div,.mk-guest-card__actions,.mk-guest-card__tags{background:transparent!important;box-shadow:none!important}.mk-guest-card__tags small{background:hsla(0,0%,100%,.035)!important;box-shadow:none!important}.mk-guest-card__ready{background:var(--mv-lime)!important;box-shadow:none!important}.mk-guest-card__pair{background:hsla(0,0%,100%,.035)!important;box-shadow:none!important}.mk-drawer__nav a{min-height:48px!important;font-size:clamp(16px,4.45vw,18px)!important}}@media (max-width:380px){.mk-drawer__nav a{min-height:46px!important;font-size:16.5px!important}}@media (max-width:640px){.mk-cta-band,.mk-cta-band__content{text-align:center!important}.mk-cta-band__content{display:flex!important;flex-direction:column!important;align-items:center!important}.mk-cta-band__title{width:min(100%,12ch)!important;max-width:min(100%,12ch)!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.mk-cta-band__actions,.mk-cta-band__sub,.mk-cta-band__trust{margin-left:auto!important;margin-right:auto!important;justify-content:center!important}#pricing .mk-section__title{width:min(100%,calc(100vw - 40px))!important;max-width:min(100%,calc(100vw - 40px))!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(39px,10.8vw,48px)!important;line-height:.94!important;letter-spacing:0!important;text-align:center!important;white-space:nowrap!important}#pricing .mk-section__title .lime{display:inline!important;white-space:nowrap!important}.mk-how{padding-top:58px!important;padding-bottom:58px!important}.mk-how .mk-section__inner{max-width:430px!important}.mk-how .mk-eyebrow{margin-bottom:11px!important;font-size:11px!important;font-weight:850!important;letter-spacing:.18em!important;text-align:center!important}.mk-how .mk-section__title{width:min(100%,calc(100vw - 34px))!important;max-width:min(100%,calc(100vw - 34px))!important;margin:0 auto 28px!important;font-size:clamp(27px,7.2vw,32px)!important;line-height:.98!important;letter-spacing:0!important;text-align:center!important}.mk-how .mk-section__title .lime{display:block!important;white-space:nowrap!important}.mk-how .mk-steps{display:grid!important;grid-template-columns:1fr!important;grid-gap:12px!important;gap:12px!important;width:100%!important;max-width:390px!important;margin:0 auto!important}.mk-how .mk-step{display:grid!important;grid-template-columns:44px minmax(0,1fr) auto!important;grid-template-areas:"icon title num" "icon body body" ". tags tags"!important;grid-gap:6px 14px!important;gap:6px 14px!important;min-height:0!important;padding:20px 18px!important;overflow:hidden!important;border:1px solid hsla(215,9%,53%,.44)!important;border-radius:12px!important;background:#2b3038!important;box-shadow:none!important}.mk-how .mk-step__icon{grid-area:icon!important;width:40px!important;height:40px!important;margin:0!important;align-self:start!important;border-radius:10px!important}.mk-how .mk-step:nth-child(3) .mk-step__num,.mk-how .mk-step__num{grid-area:num!important;position:static!important;align-self:center!important;justify-self:end!important;color:hsla(67,63%,92%,.42)!important;font-family:var(--font-mono)!important;font-size:14px!important;font-weight:800!important;letter-spacing:0!important;line-height:1!important}.mk-how .mk-step__title{grid-area:title!important;align-self:center!important;margin:0!important;color:var(--ink)!important;font-family:var(--font-body)!important;font-size:18px!important;font-weight:850!important;letter-spacing:-.01em!important;line-height:1.08!important;text-transform:none!important}.mk-how .mk-step__body{grid-area:body!important;max-width:none!important;margin:0!important;color:hsla(67,63%,92%,.68)!important;font-size:14px!important;font-weight:550!important;line-height:1.28!important}.mk-step__body-full{display:none!important}.mk-step__body-mobile{display:inline!important}.mk-how .mk-step__tags{grid-area:tags!important;display:flex!important;gap:7px!important;margin-top:9px!important}.mk-how .mk-steptag{padding:5px 10px!important;font-size:10px!important;font-weight:850!important;letter-spacing:.02em!important;line-height:1!important}}.mk-pricing-sub__mobile,.mk-tier__mobile-summary,.mk-tier__mobile-tagline{display:none}@media (max-width:640px){#pricing{padding-top:58px!important;padding-bottom:52px!important}#pricing .mk-section__inner{display:flex!important;max-width:430px!important;flex-direction:column!important;align-items:center!important}#pricing .mk-eyebrow{order:1!important;margin-bottom:11px!important;color:var(--mv-lime)!important;font-size:11px!important;font-weight:850!important;letter-spacing:.18em!important}#pricing .mk-section__title{order:2!important;width:min(100%,calc(100vw - 42px))!important;max-width:min(100%,calc(100vw - 42px))!important;margin:0 auto 18px!important;font-size:clamp(29px,7.7vw,36px)!important;line-height:.96!important;letter-spacing:0!important;white-space:nowrap!important}.mk-pricing__toggle{order:3!important;width:min(398px,calc(100vw - 18px))!important;height:48px!important;margin:0 auto 24px!important;padding:4px!important;border:1px solid hsla(215,9%,53%,.46)!important;border-radius:999px!important;background:#20252d!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.07)!important}.mk-pricing__toggle:before{top:4px!important;bottom:4px!important;left:4px!important;width:116px!important;border-radius:999px!important;background:var(--mv-lime)!important;box-shadow:18px 0 28px rgba(166,225,0,.18),0 0 28px rgba(166,225,0,.3),inset 0 1px 0 hsla(0,0%,100%,.28)!important}.mk-pricing__toggle:has(button:nth-child(2)[data-active]):before{left:120px!important;width:calc(100% - 124px)!important}.mk-pricing__toggle button:first-child{flex:0 0 116px!important;width:116px!important}.mk-pricing__toggle button:nth-child(2){flex:1 1 auto!important;width:auto!important}.mk-pricing__toggle button{height:40px!important;min-height:40px!important;padding:0 12px!important;color:hsla(67,63%,92%,.72)!important;font-family:var(--font-body)!important;font-size:13px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mk-pricing__toggle button[data-active]{color:#050705!important}.mk-pricing__toggle .save{margin-left:7px!important;color:hsla(67,63%,92%,.34)!important;font-size:10px!important;font-weight:500!important;letter-spacing:.08em!important}.mk-pricing__toggle button[data-active] .save{color:rgba(0,0,0,.46)!important}.mk-tiers{order:4!important;width:min(398px,calc(100vw - 18px))!important;max-width:min(398px,calc(100vw - 18px))!important;grid-gap:12px!important;gap:12px!important;margin:0 auto!important}.mk-tier,.mk-tiers{display:grid!important}.mk-tier{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"eyebrow price" "tagline price" "summary chevron"!important;align-items:end!important;min-height:0!important;padding:35px 18px 18px!important;overflow:visible!important;border:1px solid hsla(215,9%,53%,.42)!important;border-radius:10px!important;background:#2b3038!important;box-shadow:none!important;transform:none!important;cursor:pointer!important}.mk-tier--open,.mk-tier:not(.mk-tier--open){min-height:112px!important;padding-bottom:18px!important}.mk-tier--popular{border-color:rgba(166,225,0,.58)!important;box-shadow:0 0 26px rgba(166,225,0,.1)!important}.mk-tier--reserve{border-color:rgba(255,106,0,.5)!important}.mk-tier__badge{position:absolute!important;top:0!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;display:none!important;align-items:center!important;justify-content:center!important;width:min(160px,calc(100% - 128px))!important;margin:0!important;padding:0 14px!important;border:0!important;border-radius:0 0 8px 8px!important;background:var(--mv-lime)!important;color:#050705!important;min-height:28px!important;box-shadow:none!important;font-size:10px!important;font-weight:900!important;line-height:1!important;letter-spacing:.14em!important;text-align:center!important;text-transform:uppercase!important;white-space:nowrap!important}.mk-tier--popular .mk-tier__badge{display:inline-flex!important}.mk-tier--reserve .mk-tier__badge,.mk-tier__badge--orange{display:none!important}.mk-tier__eyebrow{grid-area:eyebrow!important;margin:0 0 6px!important;color:hsla(67,63%,92%,.92)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.14em!important;line-height:1!important}.mk-tier--open .mk-tier__features,.mk-tier>.mv-btn,.mk-tier__cap,.mk-tier__features,.mk-tier__save,.mk-tier__tagline{display:none!important}.mk-tier__mobile-tagline{grid-area:tagline!important;display:block!important;margin:0 0 11px!important;color:var(--mv-lime)!important;font-size:13px!important;font-weight:850!important;line-height:1.15!important}.mk-tier--reserve .mk-tier__mobile-tagline{color:var(--mv-orange)!important}.mk-tier__price{grid-area:price!important;display:flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:2px!important;margin:0 0 16px!important;white-space:nowrap!important}.mk-tier__price-num{color:var(--ink)!important;font-size:34px!important;line-height:.92!important;letter-spacing:-.02em!important}.mk-tier--popular .mk-tier__price-num{color:var(--mv-lime)!important}.mk-tier__price-per{color:hsla(67,63%,92%,.72)!important;font-size:13px!important;font-weight:550!important}.mk-tier__mobile-summary{grid-area:summary!important;display:block!important;min-width:0!important;overflow:hidden!important;color:hsla(67,63%,92%,.56)!important;font-size:12px!important;font-weight:650!important;line-height:1.2!important;text-overflow:ellipsis!important;white-space:nowrap!important}.mk-tier__mobile-toggle{grid-area:chevron!important;position:absolute!important;inset:0!important;z-index:5!important;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.mk-tier__mobile-toggle span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.mk-tier__mobile-toggle svg{position:absolute!important;right:18px!important;bottom:18px!important;width:14px!important;height:14px!important;overflow:visible!important;clip:auto!important;color:hsla(67,63%,92%,.58)!important;pointer-events:none!important}#pricing .mk-section__sub{order:5!important;width:min(398px,calc(100vw - 18px))!important;max-width:min(398px,calc(100vw - 18px))!important;margin:14px auto 0!important;color:hsla(67,63%,92%,.44)!important;font-size:12px!important;font-weight:550!important;line-height:1.25!important;text-align:left!important}.mk-pricing-sub__desktop{display:none!important}.mk-pricing-sub__mobile{display:inline!important}.mk-addons{order:6!important;margin-top:16px!important}.mk-addons,.mk-hospitality-bar{width:min(398px,calc(100vw - 18px))!important;max-width:min(398px,calc(100vw - 18px))!important}.mk-hospitality-bar{order:7!important;margin:16px auto 0!important}.mk-cta-band__title{width:100%!important;max-width:min(100%,460px)!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(18.5px,4.85vw,30px)!important;line-height:.98!important;letter-spacing:0!important;text-align:center!important}.mk-cta-band__title span{display:block!important;white-space:nowrap!important}}.mk-pricing__toggle .save{color:hsla(67,63%,92%,.92)!important;text-shadow:0 1px 2px rgba(0,0,0,.32)}.mk-pricing__toggle button[data-active],.mk-pricing__toggle button[data-active] .save{color:rgba(0,0,0,.72)!important;text-shadow:none!important}.mk-shell{text-rendering:geometricPrecision!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.mk-shell .mk-compare-section .mk-eyebrow,.mk-shell .mk-guest__copy .mk-eyebrow,.mk-shell .mk-referral-loop .mk-eyebrow,.mk-shell .mk-section .mk-eyebrow{font-size:12px!important;font-weight:900!important;letter-spacing:.16em!important;line-height:1.12!important}.mk-shell .mk-compare-section .mk-section__title,.mk-shell .mk-guest__copy .mk-section__title,.mk-shell .mk-referral-loop__title,.mk-shell .mk-section .mk-section__title{font-size:clamp(36px,4.2vw,46px)!important;font-weight:950!important;letter-spacing:0!important;line-height:.96!important}.mk-referral-loop__title{margin-bottom:24px!important}@media (max-width:640px){.mk-shell .mk-compare-section .mk-eyebrow,.mk-shell .mk-guest__copy .mk-eyebrow,.mk-shell .mk-referral-loop .mk-eyebrow,.mk-shell .mk-section .mk-eyebrow{font-size:11px!important;font-weight:850!important;letter-spacing:.18em!important;line-height:1.12!important}.mk-shell #pricing .mk-section__title,.mk-shell .mk-compare-section .mk-section__title,.mk-shell .mk-how .mk-section__title,.mk-shell .mk-reel-gallery .mk-section__title,.mk-shell .mk-referral-loop__title{width:min(100%,calc(100vw - 40px))!important;max-width:min(100%,calc(100vw - 40px))!important;font-size:clamp(29px,7.7vw,36px)!important;font-weight:950!important;letter-spacing:0!important;line-height:.96!important}.mk-referral-loop__title{margin-bottom:22px!important}}@media (max-width:860px){.mv4-hero__mark{display:none!important}.mv4-hero__copy{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:min(100%,520px)!important}.mv4-hero__copy,.mv4-hero__eyebrow{margin-inline:auto!important;text-align:center!important}.mv4-hero__eyebrow{justify-content:center!important}.mv4-hero__headline,.mv4-hero__sub{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.mv4-hero__cta,.mv4-hero__trust{justify-content:center!important;width:100%!important}.mv4-hero__trust{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.mv4-hero__trust span{justify-content:center!important}}@media (max-width:640px){.mk-features{display:none!important}.mk-tier{isolation:isolate!important;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,min-height .22s ease!important}.mk-tier:not(.mk-tier--open){cursor:pointer!important}.mk-tier--open{grid-template-areas:"eyebrow price" "tagline price" "summary chevron" "features features" "button button"!important;min-height:0!important;padding-bottom:20px!important}.mk-tier--open .mk-tier__mobile-summary{padding-right:24px!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.mk-tier:not(.mk-tier--open) .mk-tier__features,.mk-tier:not(.mk-tier--open)>.mv-btn{display:none!important}.mk-tier .mk-tier__mobile-toggle{grid-area:1/1/-1/-1!important;position:absolute!important;inset:0!important;z-index:20!important;width:100%!important;height:100%!important;pointer-events:auto!important;cursor:pointer!important}.mk-tier--open .mk-tier__features{grid-area:features!important;position:relative!important;z-index:8!important;display:flex!important;flex-direction:column!important;gap:9px!important;margin:14px 0 0!important;padding:13px 0 0!important;border-top:1px solid hsla(67,63%,92%,.12)!important}.mk-tier--open .mk-tier__features li{display:flex!important;align-items:flex-start!important;gap:9px!important;color:hsla(67,63%,92%,.78)!important;font-size:13px!important;font-weight:650!important;line-height:1.34!important}.mk-tier--open .mk-tier__features li svg{width:13px!important;height:13px!important;margin-top:2px!important;color:var(--mv-lime)!important}.mk-tier--reserve.mk-tier--open .mk-tier__features li svg{color:var(--mv-orange)!important}.mk-tier--popular.mk-tier--open .mk-tier__features li:first-child,.mk-tier--reserve.mk-tier--open .mk-tier__features li:first-child{color:hsla(67,63%,92%,.72)!important;font-style:italic!important;font-weight:750!important}.mk-tier--popular.mk-tier--open .mk-tier__features li:first-child svg,.mk-tier--reserve.mk-tier--open .mk-tier__features li:first-child svg{display:none!important}.mk-tier--open>.mv-btn{grid-area:button!important;position:relative!important;z-index:25!important;display:inline-flex!important;min-height:39px!important;margin:18px 0 0!important;border-radius:999px!important;font-size:13px!important;font-weight:850!important}.mk-tier--open .mk-tier__mobile-toggle{inset:0 0 auto!important;height:112px!important;pointer-events:auto!important}.mk-tier--open .mk-tier__mobile-toggle svg{transform:rotate(180deg)!important}}@media (max-width:860px){.mv4-hero__copy,.mv4-hero__headline{align-items:center!important;text-align:center!important}.mv4-hero__headline{width:max-content!important;max-width:calc(100vw - 28px)!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(34px,9vw,42px)!important;line-height:.96!important;letter-spacing:0!important;white-space:nowrap!important}.mv4-hero__headline em{display:block!important;white-space:nowrap!important}}@media (max-width:640px){.mk-pricing__toggle:before{box-shadow:10px 0 16px rgba(166,225,0,.09),0 0 14px rgba(166,225,0,.15),inset 0 1px 0 hsla(0,0%,100%,.24)!important;transition:left .62s cubic-bezier(.18,1.18,.28,1),width .62s cubic-bezier(.18,1.18,.28,1),box-shadow .52s ease!important}.mk-tier{transition:border-color .42s ease,box-shadow .42s ease,background .42s ease,transform .42s cubic-bezier(.18,1.12,.28,1),padding-bottom .52s cubic-bezier(.18,1.08,.28,1)!important}.mk-tier:active{transform:scale(.992)!important}.mk-tier--popular{box-shadow:0 0 14px rgba(166,225,0,.05)!important}.mk-tier__badge{box-shadow:0 0 13px rgba(166,225,0,.18)!important}.mk-tier .mk-tier__features,.mk-tier:not(.mk-tier--open) .mk-tier__features{grid-area:features!important;position:relative!important;z-index:8!important;display:flex!important;max-height:0!important;flex-direction:column!important;gap:9px!important;margin:0!important;padding:0!important;overflow:hidden!important;border-top:0 solid hsla(67,63%,92%,0)!important;opacity:0!important;pointer-events:none!important;transform:translateY(-7px) scale(.992)!important;transform-origin:top center!important;transition:max-height .64s cubic-bezier(.18,1.08,.28,1),margin .64s cubic-bezier(.18,1.08,.28,1),padding .64s cubic-bezier(.18,1.08,.28,1),border-width .42s ease,border-color .42s ease,opacity .26s ease,transform .64s cubic-bezier(.18,1.08,.28,1)!important}.mk-tier--open .mk-tier__features{max-height:260px!important;margin:14px 0 0!important;padding:13px 0 0!important;border-top-width:1px!important;border-top-color:hsla(67,63%,92%,.12)!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}.mk-tier:not(.mk-tier--open)>.mv-btn,.mk-tier>.mv-btn{grid-area:button!important;position:relative!important;z-index:25!important;display:inline-flex!important;max-height:0!important;min-height:0!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;transform:translateY(-6px) scale(.992)!important;transition:max-height .56s cubic-bezier(.18,1.08,.28,1),margin .56s cubic-bezier(.18,1.08,.28,1),padding .56s cubic-bezier(.18,1.08,.28,1),opacity .24s ease,transform .56s cubic-bezier(.18,1.08,.28,1),box-shadow .26s ease!important}.mk-tier--open>.mv-btn{max-height:44px!important;min-height:39px!important;margin:18px 0 0!important;padding-top:0!important;padding-bottom:0!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0) scale(1)!important}#pricing .mk-tier--open .mv-btn--primary{box-shadow:0 7px 20px rgba(166,225,0,.18)!important}#pricing .mk-tier--open .mv-btn--orange{box-shadow:0 7px 20px rgba(255,106,0,.16)!important}.mk-tier__mobile-toggle:before{content:""!important;position:absolute!important;right:9px!important;bottom:10px!important;width:28px!important;height:28px!important;border:1px solid hsla(67,63%,92%,.13)!important;border-radius:999px!important;background:linear-gradient(180deg,hsla(67,63%,92%,.08),hsla(67,63%,92%,.025)),rgba(0,0,0,.1)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08)!important;opacity:.86!important;pointer-events:none!important;transition:background .42s ease,border-color .42s ease,opacity .42s ease,transform .56s cubic-bezier(.18,1.18,.28,1)!important}.mk-tier__mobile-toggle svg{right:16px!important;bottom:17px!important;width:14px!important;height:14px!important;opacity:.82!important;transition:color .36s ease,opacity .36s ease,transform .56s cubic-bezier(.18,1.18,.28,1)!important}.mk-tier--open .mk-tier__mobile-toggle:before{border-color:rgba(166,225,0,.22)!important;background:linear-gradient(180deg,rgba(166,225,0,.11),hsla(67,63%,92%,.035)),rgba(0,0,0,.12)!important;opacity:1!important;transform:scale(1.03)!important}.mk-tier--open .mk-tier__mobile-toggle svg{color:rgba(166,225,0,.88)!important;opacity:.95!important;transform:rotate(180deg)!important}}.mk-how__intro{width:min(760px,100%);margin:20px auto 34px;text-align:center}.mk-how__intro p{margin:0}.mk-how__positioning{color:hsla(67,63%,92%,.94);font-size:clamp(18px,1.65vw,22px);font-weight:850;line-height:1.16}.mk-how__support{max-width:700px;margin:10px auto 0!important;color:hsla(67,63%,92%,.68);font-size:clamp(14.5px,1.15vw,16px);font-weight:560;line-height:1.45}@media (max-width:640px){.mk-how__intro{width:min(100%,392px)!important;margin:15px auto 22px!important;padding:0 4px!important}.mk-how__positioning{font-size:15.5px!important;font-weight:820!important;line-height:1.22!important}.mk-how__support{max-width:35ch!important;margin-top:8px!important;font-size:13.25px!important;font-weight:540!important;line-height:1.42!important}#pricing .mk-tiers{width:min(398px,calc(100vw - 18px))!important;max-width:min(398px,calc(100vw - 18px))!important;gap:12px!important}#pricing .mk-tier{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"eyebrow price" "tagline price" "summary chevron" "features features" "button button"!important;align-items:end!important;min-height:112px!important;padding:22px 18px 18px!important;overflow:visible!important;border-radius:10px!important;background:#2b3038!important;transform-origin:center top!important;transition:border-color .36s ease,background .36s ease,box-shadow .36s ease,transform .46s cubic-bezier(.18,1.08,.28,1),padding .54s cubic-bezier(.18,1.08,.28,1)!important}#pricing .mk-tier:not(.mk-tier--open){min-height:112px!important;padding-bottom:18px!important}#pricing .mk-tier--open{min-height:0!important;padding-bottom:20px!important}#pricing .mk-tier__eyebrow{grid-area:eyebrow!important}#pricing .mk-tier__mobile-tagline{grid-area:tagline!important}#pricing .mk-tier__price{grid-area:price!important;margin:0 0 16px!important}#pricing .mk-tier__mobile-summary{grid-area:summary!important;max-width:100%!important;padding-right:34px!important;overflow:hidden!important;color:hsla(67,63%,92%,.56)!important;text-overflow:ellipsis!important;white-space:nowrap!important}#pricing .mk-tier--open .mk-tier__mobile-summary{color:hsla(67,63%,92%,.6)!important;white-space:normal!important}#pricing .mk-tier .mk-tier__features{grid-area:features!important;display:flex!important;max-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;border-top:0 solid hsla(67,63%,92%,0)!important;opacity:0!important;pointer-events:none!important;transform:translateY(-8px)!important;transition:max-height .62s cubic-bezier(.18,1.08,.28,1),margin .62s cubic-bezier(.18,1.08,.28,1),padding .62s cubic-bezier(.18,1.08,.28,1),border-color .36s ease,border-width .36s ease,opacity .24s ease,transform .62s cubic-bezier(.18,1.08,.28,1)!important}#pricing .mk-tier--open .mk-tier__features{max-height:320px!important;margin-top:14px!important;padding-top:13px!important;border-top-width:1px!important;border-top-color:hsla(67,63%,92%,.12)!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}#pricing .mk-tier>.mv-btn{grid-area:button!important;display:inline-flex!important;max-height:0!important;min-height:0!important;margin:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;transform:translateY(-7px)!important;transition:max-height .54s cubic-bezier(.18,1.08,.28,1),min-height .54s cubic-bezier(.18,1.08,.28,1),margin .54s cubic-bezier(.18,1.08,.28,1),padding .54s cubic-bezier(.18,1.08,.28,1),opacity .22s ease,transform .54s cubic-bezier(.18,1.08,.28,1),box-shadow .26s ease!important}#pricing .mk-tier--open>.mv-btn{max-height:44px!important;min-height:39px!important;margin-top:18px!important;padding-top:0!important;padding-bottom:0!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}#pricing .mk-tier__mobile-toggle{grid-area:1/1/-1/-1!important;position:absolute!important;inset:0!important;z-index:20!important;display:block!important;width:100%!important;height:100%!important;border:0!important;background:transparent!important;cursor:pointer!important}#pricing .mk-tier--open .mk-tier__mobile-toggle{height:112px!important}#pricing .mk-tier__mobile-toggle:before{content:none!important;display:none!important}#pricing .mk-tier__mobile-toggle svg{right:18px!important;bottom:3px!important;width:16px!important;height:16px!important;color:hsla(67,63%,92%,.58)!important;stroke-width:2.15px!important;filter:none!important}#pricing .mk-tier--open .mk-tier__mobile-toggle:before{content:none!important;display:none!important}#pricing .mk-tier--open .mk-tier__mobile-toggle svg{color:rgba(166,225,0,.9)!important}#pricing .mk-tier--reserve.mk-tier--open .mk-tier__mobile-toggle:before{content:none!important;display:none!important}#pricing .mk-tier--reserve.mk-tier--open .mk-tier__mobile-toggle svg{color:rgba(255,106,0,.9)!important}}@keyframes mk-founding-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes mk-founding-pulse{0%,to{box-shadow:0 0 0 0 rgba(255,106,0,.54)}70%{box-shadow:0 0 0 7px rgba(255,106,0,0)}}.mk-founding-strip{display:none}@media (min-width:861px){.mk-founding-strip{position:fixed;top:0;left:0;right:0;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding:8px clamp(28px,3.2vw,46px);border-bottom:1px solid var(--hairline);background:#2a2f36;color:hsla(67,63%,92%,.74);box-shadow:0 14px 34px rgba(0,0,0,.32)}.mk-founding-strip+.mk-nav{top:44px}.mk-founding-strip~.mv4-hero{padding-top:132px!important}}.mk-founding-strip__copy{display:inline-flex;align-items:center;min-width:0;gap:10px;font-size:13px;font-weight:650;white-space:nowrap}.mk-founding-strip__copy strong{color:var(--mv-lime);font-weight:900}.mk-founding-strip__dot{flex:0 0 auto;width:8px;height:8px;border-radius:999px;background:var(--mv-orange);animation:mk-founding-pulse 1.8s ease-in-out infinite}.mk-founding-strip__button{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 18px;border-radius:999px;background:var(--mv-lime);color:#000;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap;box-shadow:0 8px 18px rgba(166,225,0,.22);transition:transform .18s ease,box-shadow .18s ease}.mk-founding-strip__button:focus-visible,.mk-founding-strip__button:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(166,225,0,.3)}.mk-founding-offer{position:relative;width:min(100%,1160px);margin:-2px auto 34px;padding:2px;overflow:hidden;border-radius:20px;box-shadow:0 16px 60px rgba(0,0,0,.55),0 0 60px rgba(166,225,0,.1)}.mk-founding-offer__glow{position:absolute;top:50%;left:50%;width:160%;aspect-ratio:1;transform:translate(-50%,-50%);background:conic-gradient(from 0deg,rgba(166,225,0,0) 0deg,#a6e100 42deg,rgba(166,225,0,0) 104deg,rgba(255,106,0,0) 172deg,#ff6a00 218deg,rgba(255,106,0,0) 286deg,rgba(166,225,0,0) 1turn);animation:mk-founding-spin 7s linear infinite}.mk-founding-offer__card{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:188px;padding:22px 30px;overflow:hidden;border:1px solid hsla(0,0%,100%,.06);border-radius:18px;background:radial-gradient(130% 150% at 6% 0,#1b1e23 0,#0b0c0f 62%)}.mk-founding-offer__halo{position:absolute;left:-4%;top:-55%;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(166,225,0,.16),transparent 64%);pointer-events:none}.mk-founding-offer__copy,.mk-founding-offer__deal{position:relative}.mk-founding-offer__copy{flex:1 1 380px;min-width:0}.mk-founding-offer__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:9px;color:var(--mv-lime);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.mk-founding-offer__eyebrow i{width:8px;height:8px;border-radius:999px;background:var(--mv-orange);animation:mk-founding-pulse 1.8s ease-in-out infinite}.mk-founding-offer h3{max-width:17ch;margin:0;color:#fff;font-family:var(--font-display);font-size:clamp(24px,2.3vw,32px);font-weight:950;letter-spacing:-.02em;line-height:.96;text-transform:uppercase}.mk-founding-offer h3 span{color:var(--mv-lime)}.mk-founding-offer p{max-width:48ch;margin:9px 0 0;color:var(--ink-soft);font-size:13.5px;line-height:1.45}.mk-founding-offer__deal{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px}.mk-founding-offer__price{display:flex;align-items:baseline;gap:9px}.mk-founding-offer__price s{color:var(--ink-dim);font-family:var(--font-mono);font-size:18px}.mk-founding-offer__price strong{color:var(--mv-lime);font-family:var(--font-mono);font-size:40px;font-weight:700;letter-spacing:-.02em;line-height:1}.mk-founding-offer__deal small,.mk-founding-offer__price span{color:var(--ink-muted)}.mk-founding-offer__button{min-height:44px;padding:0 24px;font-size:14px;font-weight:900;letter-spacing:.01em}.mk-founding-offer__deal small{font-size:11px;letter-spacing:.04em}@media (max-width:640px){.mk-founding-offer{width:min(100%,calc(100vw - 16px));margin:20px auto 22px!important;border-radius:20px}.mk-founding-offer__card{min-height:0;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:28px 18px 22px;text-align:center}.mk-founding-offer__halo{left:50%;top:-150px;width:360px;height:360px;transform:translateX(-50%)}.mk-founding-offer__copy{flex:0 0 auto}.mk-founding-offer h3{max-width:22ch;margin:0 auto;font-size:clamp(21px,6.3vw,25px);line-height:1}.mk-founding-offer p{max-width:35ch;margin:9px auto 0;font-size:13px;line-height:1.42}.mk-founding-offer__deal{margin-top:0;gap:9px}.mk-founding-offer__price strong{font-size:38px}.mk-founding-offer__button{width:min(100%,256px);min-height:44px;padding-inline:18px}.mk-reel-wall{padding:28px 0 46px!important;background:#000!important}.mk-reel-wall__label{margin-bottom:28px!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;letter-spacing:.28em!important}.mk-reel-wall__viewport{width:min(100%,calc(100vw - 24px))!important;display:block!important;overflow:visible!important}.mk-reel-wall__fade{display:none!important}.mk-reel-wall__row{height:auto!important;overflow:visible!important}.mk-reel-wall__row--short{display:none!important}.mk-reel-wall__track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;width:100%!important;height:auto!important;animation:none!important;transform:none!important}.mk-reel-wall .mk-reel-card{width:100%!important;height:auto!important;min-height:216px!important;border-radius:10px!important;background:linear-gradient(90deg,rgba(0,0,0,.38),rgba(0,0,0,.08) 14%,transparent 38%,transparent 66%,rgba(0,0,0,.16) 88%,rgba(0,0,0,.42)),radial-gradient(120% 88% at 50% 18%,hsla(0,0%,100%,.055),transparent 60%),#2b3038!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055),inset 0 -1px 0 rgba(0,0,0,.28),0 16px 30px rgba(0,0,0,.48)!important}.mk-reel-wall .mk-reel-card:first-child{grid-column:1/-1!important;min-height:236px!important;aspect-ratio:16/10!important}.mk-reel-wall .mk-reel-card:nth-child(2),.mk-reel-wall .mk-reel-card:nth-child(3){min-height:214px!important;aspect-ratio:1/1.18!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:none!important}.mk-reel-wall .mk-reel-card:before{background:radial-gradient(120% 86% at 50% 20%,hsla(0,0%,100%,.052),transparent 60%),linear-gradient(90deg,rgba(0,0,0,.2),transparent 40%,rgba(0,0,0,.22)),#2b3038!important}.mk-reel-wall .mk-reel-card__placeholder{color:rgba(7,9,12,.5)!important}.mk-reel-wall .mk-reel-card__meta{padding:42px 12px 12px!important}}* End of File @media(max-width: 640px){.mk-referral-loop__actions{display:flex!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;text-align:center!important}.mk-referral-loop__button{width:-moz-fit-content!important;width:fit-content!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}}@media (max-width:640px){.mk-referral-loop__actions{display:flex!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important;text-align:center!important}.mk-referral-loop__button{width:-moz-fit-content!important;width:fit-content!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}.mk-founding-strip{min-height:44px!important;gap:10px!important;padding:7px 14px!important;border:0!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;background:#2a2f36!important}.mk-founding-strip__copy{display:inline-flex!important;flex:1 1 auto!important;align-items:center!important;gap:8px!important;margin:0!important;padding:0!important;background:transparent!important;color:hsla(67,63%,92%,.84)!important;font-size:12.5px!important;line-height:1.12!important}.mk-founding-strip__button{display:inline-flex!important;flex:0 0 auto!important;width:auto!important;min-width:188px!important;min-height:30px!important;max-width:none!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:999px!important;background:var(--mv-lime)!important;color:#000!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;box-shadow:0 8px 20px rgba(166,225,0,.28)!important}.mk-founding-strip+.mk-nav{top:44px!important}.mk-founding-strip~.mv4-hero{padding-top:142px!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{display:flex!important;width:100%!important;max-width:none!important;margin:0!important;overflow:hidden!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;overflow:hidden!important}.mk-reel-wall__row{height:248px!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;border-radius:16px!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}.mk-reel-wall{overflow:hidden!important;padding:32px 0 48px!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{position:relative!important;display:flex!important;width:100vw!important;max-width:none!important;margin-left:50%!important;flex-direction:column!important;gap:14px!important;overflow:hidden!important;transform:translateX(-50%)!important}.mk-reel-wall__fade{display:block!important;width:58px!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;overflow:hidden!important}.mk-reel-wall__row{height:248px!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important;transform:translateZ(0);will-change:transform}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;border-radius:16px!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card[data-shape=portrait]{aspect-ratio:3/4!important}.mk-reel-wall .mk-reel-card[data-shape=wide]{aspect-ratio:16/11!important}.mk-reel-wall .mk-reel-card[data-shape=square]{aspect-ratio:1/1!important}.mk-reel-wall .mk-reel-card[data-shape=poster]{aspect-ratio:4/5!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}.mk-reel-wall .mk-reel-card__meta{text-shadow:0 1px 8px rgba(0,0,0,.62)!important}}.mk-founding-offer__button,.mk-founding-strip__button,.mk-pricing__toggle button,.mk-referral-loop__button,.mk-shell .mv-btn--orange,.mk-shell .mv-btn--primary,.mk-tier>.mv-btn{font-weight:720!important;letter-spacing:0!important}.mk-founding-offer__button,.mk-founding-strip__button,.mk-referral-loop__button,.mk-shell .mv-btn--primary{color:#050704!important}@media (max-width:640px){.mk-reel-wall{padding:32px 0 48px!important;overflow:hidden!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{position:relative!important;display:flex!important;width:100vw!important;max-width:none!important;margin-left:50%!important;transform:translateX(-50%)!important;flex-direction:column!important;gap:14px!important;overflow:hidden!important}.mk-reel-wall__fade{display:block!important;width:58px!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;overflow:hidden!important}.mk-reel-wall__row{height:248px!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important;transform:translateZ(0);will-change:transform}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;border-radius:16px!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card[data-shape=portrait]{aspect-ratio:3/4!important}.mk-reel-wall .mk-reel-card[data-shape=wide]{aspect-ratio:16/11!important}.mk-reel-wall .mk-reel-card[data-shape=square]{aspect-ratio:1/1!important}.mk-reel-wall .mk-reel-card[data-shape=poster]{aspect-ratio:4/5!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}.mk-reel-wall .mk-reel-card__meta{text-shadow:0 1px 8px rgba(0,0,0,.62)!important}}.mk-shell,.mk-shell a,.mk-shell button,.mv-root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision}.mk-founding-offer__button,.mk-founding-strip__button,.mk-pricing__toggle button,.mk-referral-loop__button,.mk-shell .mv-btn,.mk-shell button,.mk-tier>.mv-btn{text-shadow:none!important}.mk-cta-band .mv-btn--primary,.mk-founding-offer__button,.mk-founding-strip__button,.mk-referral-loop__button,.mk-shell .mv-btn--primary{color:#050704!important;font-weight:760!important;letter-spacing:-.005em!important}.mk-pricing__toggle button,.mk-tier>.mv-btn{font-weight:720!important}@media (max-width:640px){.mk-reel-wall{padding:32px 0 48px!important;overflow:hidden!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin-bottom:28px!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{position:relative!important;display:flex!important;width:100vw!important;max-width:none!important;margin-left:50%!important;transform:translateX(-50%)!important;flex-direction:column!important;gap:14px!important;overflow:hidden!important}.mk-reel-wall__fade{display:block!important;width:58px!important}.mk-reel-wall__fade--left{background:linear-gradient(90deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__fade--right{background:linear-gradient(270deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;overflow:hidden!important}.mk-reel-wall__row{height:248px!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important;transform:translateZ(0);will-change:transform}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;border-radius:16px!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card[data-shape=portrait]{aspect-ratio:3/4!important}.mk-reel-wall .mk-reel-card[data-shape=wide]{aspect-ratio:16/11!important}.mk-reel-wall .mk-reel-card[data-shape=square]{aspect-ratio:1/1!important}.mk-reel-wall .mk-reel-card[data-shape=poster]{aspect-ratio:4/5!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}.mk-reel-wall .mk-reel-card__meta{text-shadow:0 1px 8px rgba(0,0,0,.62)!important}}.mk-founding-strip{inset:0 0 auto!important;z-index:220!important;gap:clamp(14px,3vw,26px)!important;padding:8px clamp(16px,3.2vw,46px)!important}.mk-founding-strip,.mk-founding-strip__copy{border:0!important;color:hsla(67,63%,92%,.84)!important}.mk-founding-strip__copy{display:inline-flex!important;align-items:center!important;gap:10px!important;margin:0!important;padding:0!important;background:transparent!important;font-size:13px!important;font-weight:650!important;line-height:1.18!important;white-space:nowrap!important}.mk-founding-strip__copy>span:last-child{display:inline!important;min-width:0!important;overflow:visible!important;background:transparent!important}.mk-founding-strip__copy strong{color:var(--mv-lime)!important;font-weight:900!important}.mk-founding-strip__dot{flex:0 0 auto!important;width:7px!important;height:7px!important;border-radius:999px!important;background:var(--mv-orange)!important;animation:mk-founding-pulse 1.8s ease-in-out infinite!important}.mk-founding-strip__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:186px!important;min-height:30px!important;max-width:none!important;margin:0!important;padding:0 22px!important;border:0!important;border-radius:999px!important;background:var(--mv-lime)!important;color:#000!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-align:center!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:0 8px 20px rgba(166,225,0,.28)!important}@media (max-width:640px){.mk-founding-strip{min-height:44px!important;gap:10px!important;padding:7px 14px!important}.mk-founding-strip+.mk-nav{top:44px!important}.mk-founding-strip~.mv4-hero{padding-top:142px!important}.mk-founding-strip__copy{flex:1 1 auto!important;gap:8px!important;font-size:12.5px!important;line-height:1.12!important;white-space:normal!important}.mk-founding-strip__button{min-width:188px!important;min-height:30px!important;padding-inline:16px!important;font-size:12px!important}.mk-reel-wall{padding:42px 0 48px!important;overflow:hidden!important;border-top:1px solid var(--hairline)!important;border-bottom:1px solid var(--hairline)!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin:0 0 28px!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;font-weight:900!important;letter-spacing:.3em!important;text-align:center!important;text-transform:uppercase!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{position:relative!important;display:flex!important;width:100%!important;max-width:none!important;margin:0!important;flex-direction:column!important;gap:14px!important;overflow:hidden!important}.mk-reel-wall__fade{display:block!important;top:0!important;bottom:0!important;width:58px!important}.mk-reel-wall__fade--left{left:0!important;background:linear-gradient(90deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__fade--right{right:0!important;background:linear-gradient(270deg,#000,rgba(0,0,0,.82) 34%,transparent)!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;height:248px!important;overflow:hidden!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important;transform:none}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{position:relative!important;display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;overflow:hidden!important;border:1px solid var(--hairline)!important;border-radius:16px!important;background:var(--mv-charcoal)!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card[data-shape=portrait]{aspect-ratio:3/4!important}.mk-reel-wall .mk-reel-card[data-shape=wide]{aspect-ratio:16/11!important}.mk-reel-wall .mk-reel-card[data-shape=square]{aspect-ratio:1/1!important}.mk-reel-wall .mk-reel-card[data-shape=poster]{aspect-ratio:4/5!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}.mk-reel-wall .mk-reel-card:before{background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.1) 16%,rgba(42,47,54,.96) 48%,rgba(42,47,54,.92) 70%,rgba(0,0,0,.3)),radial-gradient(85% 70% at 50% 25%,hsla(0,0%,100%,.045),transparent 64%),#2a2f36!important}.mk-referral-loop{text-align:center!important}.mk-referral-loop .mk-eyebrow,.mk-referral-loop .mk-section__inner,.mk-referral-loop__actions,.mk-referral-loop__card,.mk-referral-loop__content,.mk-referral-loop__title{margin-left:auto!important;margin-right:auto!important}.mk-referral-loop__content{display:flex!important;max-width:min(100%,390px)!important;flex-direction:column!important;align-items:center!important}.mk-referral-loop .mk-eyebrow,.mk-referral-loop__actions,.mk-referral-loop__content,.mk-referral-loop__title{text-align:center!important}.mk-referral-loop__actions{width:100%!important}.mk-referral-loop__actions,.mk-referral-loop__button{justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}#pricing{padding-top:38px!important}.mk-founding-offer{margin-top:4px!important;margin-bottom:28px!important}.mk-compare-section,.mk-cta-band,.mk-cta-band__content,.mk-how__intro,.mk-how__positioning,.mk-how__support,.mk-reel-gallery__head,.mk-reel-gallery__head>div,.mk-referral-loop__content,.mv4-hero__copy,.mv4-hero__headline,.mv4-hero__sub{text-align:center!important}.mk-cta-band__sub,.mk-cta-band__title,.mk-how__intro,.mk-how__positioning,.mk-how__support,.mk-reel-gallery__head,.mk-referral-loop__content,.mk-referral-loop__title,.mk-shell .mk-section .mk-eyebrow,.mk-shell .mk-section .mk-section__sub,.mk-shell .mk-section .mk-section__title,.mv4-hero__eyebrow{margin-left:auto!important;margin-right:auto!important}.mk-cta-band__actions,.mk-cta-band__trust,.mk-referral-loop__actions,.mv4-hero__cta,.mv4-hero__eyebrow,.mv4-hero__trust{justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}.mk-reel-wall{padding:28px 0 46px!important;border-top:1px solid var(--hairline)!important;border-bottom:1px solid var(--hairline)!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin:0 0 28px!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.3em!important;text-align:center!important;text-transform:uppercase!important}.mk-reel-wall__viewport{display:none!important}.mk-reel-wall__mobile-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;width:min(calc(100vw - 18px),414px)!important;margin:0 auto!important}.mk-platform-card{position:relative!important;min-height:220px!important;overflow:hidden!important;border:1px solid rgba(123,135,153,.42)!important;border-radius:10px!important;background:linear-gradient(90deg,hsla(0,0%,100%,.032),transparent 34%,rgba(0,0,0,.08)),linear-gradient(180deg,#30353e,#2b3038 64%,#252a31)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055)!important}.mk-platform-card:first-child{grid-column:1/-1!important;aspect-ratio:16/10!important}.mk-platform-card:not(:first-child){aspect-ratio:1/1.18!important}}.mk-reel-wall__mobile-grid{display:none}@media (max-width:640px){.mk-reel-wall{padding:28px 0 46px!important;border-top:1px solid var(--hairline)!important;border-bottom:1px solid var(--hairline)!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin:0 0 28px!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.3em!important;text-align:center!important;text-transform:uppercase!important}.mk-reel-wall__viewport{display:none!important}.mk-reel-wall__mobile-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;width:min(calc(100vw - 18px),414px);margin:0 auto}.mk-platform-card{position:relative;min-height:220px;overflow:hidden;border:1px solid rgba(123,135,153,.42);border-radius:10px;background:linear-gradient(90deg,hsla(0,0%,100%,.032),transparent 34%,rgba(0,0,0,.08)),linear-gradient(180deg,#30353e,#2b3038 64%,#252a31);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055)}.mk-platform-card:first-child{grid-column:1/-1;aspect-ratio:16/10}.mk-platform-card:not(:first-child){aspect-ratio:1/1.18}.mk-platform-card:before{background:radial-gradient(110% 78% at 48% 20%,hsla(0,0%,100%,.052),transparent 60%),linear-gradient(90deg,hsla(0,0%,100%,.035),transparent 46%,rgba(0,0,0,.12))}.mk-platform-card:after,.mk-platform-card:before{content:"";position:absolute;inset:0;pointer-events:none}.mk-platform-card:after{z-index:2;background:linear-gradient(180deg,hsla(0,0%,100%,.012),transparent 36%),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.33) 24%,rgba(0,0,0,.08) 50%,transparent 72%)}.mk-platform-card__placeholder{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:rgba(7,9,12,.5);text-align:center;pointer-events:none}.mk-platform-card__placeholder svg{opacity:.45}.mk-platform-card__placeholder span{font-size:13px;font-weight:600}.mk-platform-card__placeholder small{font-size:11px;opacity:.62;text-decoration:underline}.mk-platform-card__live{position:absolute;z-index:3;top:7px;right:7px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:rgba(0,0,0,.42);color:hsla(0,0%,100%,.86);font-family:var(--font-mono);font-size:8px;font-weight:800;letter-spacing:.08em;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mk-platform-card__live i{width:5px;height:5px;border-radius:50%;background:var(--mv-lime)}.mk-platform-card__meta{position:absolute;z-index:3;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:38px 11px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.12) 48%,rgba(0,0,0,.32));text-shadow:0 2px 12px rgba(0,0,0,.75)}.mk-platform-card__tag{display:inline-flex;padding:3px 6px;border:1px solid var(--hairline-bright);border-radius:var(--r-pill);background:hsla(0,0%,100%,.1);color:var(--ink-soft);font-size:8px;font-weight:900;letter-spacing:.07em;line-height:1;text-transform:uppercase}.mk-platform-card__tag[data-tone=lime]{border-color:rgba(166,225,0,.36);background:rgba(166,225,0,.14);color:var(--mv-lime)}.mk-platform-card__tag[data-tone=orange]{border-color:transparent;background:var(--mv-orange);color:#000}.mk-platform-card__tag[data-tone=red]{border-color:rgba(255,59,48,.34);background:rgba(255,59,48,.16);color:#ff8079}.mk-platform-card__meta strong{color:#fff;font-family:var(--font-display);font-size:11px;font-weight:900;letter-spacing:-.01em;line-height:1;text-transform:uppercase}.mk-platform-card__meta b{color:#fff;font-family:var(--font-mono);font-size:11px;font-weight:800;line-height:1}}.mk-reel-wall{position:relative!important;padding:42px 0 48px!important;overflow:hidden!important;border-top:1px solid var(--hairline)!important;border-bottom:1px solid var(--hairline)!important;background:radial-gradient(120% 130% at 50% -10%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin:0 0 28px!important;text-align:center!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.3em!important;text-transform:uppercase!important}.mk-reel-wall__viewport{position:relative!important;display:flex!important;width:100%!important;max-width:none!important;margin:0!important;flex-direction:column!important;gap:14px!important;overflow:hidden!important}.mk-reel-wall__fade{position:absolute!important;z-index:4!important;top:0!important;bottom:0!important;display:block!important;width:150px!important;pointer-events:none!important}.mk-reel-wall__fade--left{left:0!important;background:linear-gradient(90deg,#000,transparent)!important}.mk-reel-wall__fade--right{right:0!important;background:linear-gradient(270deg,#000,transparent)!important}.mk-reel-wall__row{height:312px!important;overflow:hidden!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important}.mk-reel-wall .mk-reel-card{position:relative!important;height:100%!important;overflow:hidden!important;border:1px solid var(--hairline)!important;border-radius:16px!important;background:#2a2f36!important;box-shadow:0 14px 36px rgba(0,0,0,.45)!important}.mk-reel-wall .mk-reel-card:before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.1) 16%,rgba(42,47,54,.96) 48%,rgba(42,47,54,.92) 70%,rgba(0,0,0,.3)),radial-gradient(85% 70% at 50% 25%,hsla(0,0%,100%,.045),transparent 64%),#2a2f36!important}.mk-reel-wall .mk-reel-card:after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.02) 38%,rgba(0,0,0,.62))!important;pointer-events:none!important}.mk-reel-wall .mk-reel-card__live,.mk-reel-wall .mk-reel-card__meta,.mk-reel-wall .mk-reel-card__placeholder{position:absolute!important}.mk-reel-wall .mk-reel-card__placeholder{z-index:1!important;color:rgba(5,7,10,.44)!important}.mk-reel-wall .mk-reel-card__live{z-index:3!important;top:8px!important;right:8px!important;background:rgba(0,0,0,.42)!important;border-color:var(--hairline-bright)!important;color:hsla(0,0%,100%,.86)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.mk-reel-wall .mk-reel-card__meta{z-index:2!important;inset-inline:0!important;bottom:0!important;padding:42px 10px 9px!important;background:linear-gradient(180deg,transparent,rgba(0,0,0,.28) 42%,rgba(0,0,0,.82))!important}@media (max-width:640px){.mk-reel-wall{padding:28px 0 46px!important;background:#000!important}.mk-reel-wall__label{margin-bottom:28px!important;font-size:12px!important;letter-spacing:.28em!important}.mk-reel-wall__viewport{display:block!important;width:min(100%,calc(100vw - 18px))!important;max-width:414px!important;margin:0 auto!important;overflow:visible!important}.mk-reel-wall__fade{display:none!important}.mk-reel-wall__row{height:auto!important;overflow:visible!important}.mk-reel-wall__row--short{display:none!important}.mk-reel-wall__track{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;height:auto!important;grid-gap:14px!important;gap:14px!important;animation:none!important;transform:none!important}.mk-reel-wall .mk-reel-card{width:100%!important;height:auto!important;min-width:0!important;min-height:220px!important;flex:0 1 auto!important;aspect-ratio:auto!important;border-radius:10px!important;box-shadow:none!important}.mk-reel-wall .mk-reel-card[data-shape]{min-width:0!important}.mk-reel-wall .mk-reel-card:before{background:linear-gradient(90deg,rgba(0,0,0,.22),rgba(0,0,0,.06) 16%,rgba(45,50,59,.98) 48%,rgba(45,50,59,.94) 70%,rgba(0,0,0,.24)),radial-gradient(92% 74% at 50% 25%,hsla(0,0%,100%,.06),transparent 64%),#2d323b!important}.mk-reel-wall .mk-reel-card:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.03) 42%,rgba(0,0,0,.58))!important}.mk-reel-wall .mk-reel-card:first-child{grid-column:1/-1!important;min-height:220px!important;aspect-ratio:16/10!important}.mk-reel-wall .mk-reel-card:nth-child(2),.mk-reel-wall .mk-reel-card:nth-child(3){min-height:220px!important;aspect-ratio:1/1.18!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:none!important}.mk-reel-wall .mk-reel-card__meta{padding:42px 12px 12px!important}.mk-reel-wall{padding:28px 0 46px!important;overflow:hidden!important;border-top:1px solid rgba(166,225,0,.08)!important;border-bottom:1px solid rgba(166,225,0,.08)!important;background:radial-gradient(120% 130% at 50% -12%,#0c0e10 0,#000 62%)!important}.mk-reel-wall__label{margin:0 0 28px!important;color:hsla(67,63%,92%,.82)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.3em!important;line-height:1.1!important;text-align:center!important;text-transform:uppercase!important}.mk-reel-wall__viewport{display:none!important}.mk-reel-wall__mobile-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:14px!important;gap:14px!important;width:min(calc(100vw - 18px),414px)!important;margin:0 auto!important}.mk-platform-card{position:relative!important;min-width:0!important;min-height:220px!important;overflow:hidden!important;border:1px solid rgba(123,135,153,.42)!important;border-radius:10px!important;background-color:#30353e!important;background-image:linear-gradient(90deg,rgba(0,0,0,.32),rgba(48,53,62,.88) 17%,rgba(48,53,62,.9) 82%,rgba(0,0,0,.32)),radial-gradient(92% 74% at 50% 25%,hsla(0,0%,100%,.085),transparent 64%)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.055)!important}.mk-platform-card:after{background:linear-gradient(180deg,hsla(0,0%,100%,.014),transparent 36%),linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.18) 24%,rgba(0,0,0,.025) 52%,transparent 72%)!important}.mk-platform-card:first-child{grid-column:1/-1!important;aspect-ratio:16/10!important}.mk-platform-card:not(:first-child){aspect-ratio:1/1.18!important}}.mk-founding-strip{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:180!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:44px!important;gap:20px!important;padding:8px clamp(28px,3.2vw,46px)!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;background:#2a2f36!important;color:hsla(67,63%,92%,.82)!important;box-shadow:0 14px 34px rgba(0,0,0,.32)!important}.mk-founding-strip+.mk-nav{top:44px!important}.mk-founding-strip~.mv4-hero{padding-top:132px!important}.mk-founding-strip__copy{flex:1 1 auto!important;min-width:0!important}.mk-founding-strip__dot{box-shadow:0 0 10px rgba(255,106,0,.72)!important}.mk-founding-strip__button{flex:0 0 auto!important}@media (max-width:640px){.mk-founding-strip{min-height:54px!important;gap:10px!important;padding:9px 14px!important}.mk-founding-strip+.mk-nav{top:54px!important}.mk-founding-strip~.mv4-hero{padding-top:154px!important}.mk-founding-strip__copy{gap:8px!important;font-size:13px!important;line-height:1.16!important;white-space:normal!important}.mk-founding-strip__copy>span:last-child{display:block!important}.mk-founding-strip__button{min-height:30px!important;max-width:194px!important;padding:0 16px!important;font-size:12px!important;line-height:1!important}.mk-compare-section,.mk-cta-band,.mk-cta-band__content,.mk-how__intro,.mk-how__positioning,.mk-how__support,.mk-reel-gallery__head,.mk-reel-gallery__head>div,.mk-referral-loop__content,.mv4-hero__copy,.mv4-hero__headline,.mv4-hero__sub{text-align:center!important}.mk-cta-band__sub,.mk-cta-band__title,.mk-how__intro,.mk-how__positioning,.mk-how__support,.mk-reel-gallery__head,.mk-referral-loop__content,.mk-referral-loop__title,.mk-shell .mk-section .mk-eyebrow,.mk-shell .mk-section .mk-section__sub,.mk-shell .mk-section .mk-section__title,.mv4-hero__eyebrow{margin-left:auto!important;margin-right:auto!important}.mk-cta-band__actions,.mk-cta-band__trust,.mk-referral-loop__actions,.mv4-hero__cta,.mv4-hero__eyebrow,.mv4-hero__trust{justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}}@media (max-width:380px){.mk-founding-strip{gap:8px!important;padding-inline:12px!important}.mk-founding-strip__copy{font-size:12px!important}.mk-founding-strip__button{max-width:170px!important;padding-inline:13px!important;font-size:11.5px!important}}@media (prefers-reduced-motion:reduce){.mk-founding-strip__dot{animation:none!important}}@media (max-width:640px){.mk-referral-loop{text-align:center!important}.mk-referral-loop .mk-eyebrow,.mk-referral-loop .mk-section__inner,.mk-referral-loop__actions,.mk-referral-loop__card,.mk-referral-loop__content,.mk-referral-loop__title{margin-left:auto!important;margin-right:auto!important}.mk-referral-loop__content{display:flex!important;max-width:min(100%,390px)!important;flex-direction:column!important;align-items:center!important}.mk-referral-loop .mk-eyebrow,.mk-referral-loop__actions,.mk-referral-loop__content,.mk-referral-loop__title{text-align:center!important}.mk-referral-loop__actions{display:flex!important;width:100%!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important}.mk-referral-loop__button{width:-moz-fit-content!important;width:fit-content!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important}.mk-referral-loop__actions>span{width:100%!important;text-align:center!important}.mk-founding-strip{min-height:44px!important;gap:10px!important;padding:7px 14px!important;border:0!important;border-bottom:1px solid hsla(0,0%,100%,.08)!important;background:#2a2f36!important;color:hsla(67,63%,92%,.84)!important}.mk-founding-strip__copy{display:inline-flex!important;flex:1 1 auto!important;align-items:center!important;min-width:0!important;gap:8px!important;margin:0!important;padding:0!important;background:transparent!important;color:hsla(67,63%,92%,.84)!important;font-size:12.5px!important;line-height:1.12!important;text-align:left!important}.mk-founding-strip__copy>span:last-child{display:inline!important;background:transparent!important}.mk-founding-strip__button{display:inline-flex!important;flex:0 0 auto!important;width:auto!important;min-width:188px!important;min-height:30px!important;max-width:none!important;margin:0!important;padding:0 16px!important;border:0!important;border-radius:999px!important;background:var(--mv-lime)!important;color:#000!important;font-size:12px!important;font-weight:900!important;line-height:1!important;text-align:center!important;white-space:nowrap!important;box-shadow:0 8px 20px rgba(166,225,0,.28)!important}.mk-founding-strip+.mk-nav{top:44px!important}.mk-founding-strip~.mv4-hero{padding-top:142px!important}.mk-reel-wall__mobile-grid{display:none!important}.mk-reel-wall__viewport{display:flex!important;width:100%!important;max-width:none!important;margin:0!important;overflow:hidden!important}.mk-reel-wall__row,.mk-reel-wall__row--short{display:block!important;overflow:hidden!important}.mk-reel-wall__row{height:248px!important}.mk-reel-wall__row--short{height:214px!important}.mk-reel-wall__track{display:flex!important;width:max-content!important;height:100%!important;gap:14px!important}.mk-reel-wall__track--left{animation:mvWallL 48s linear infinite!important}.mk-reel-wall__track--right{animation:mvWallR 52s linear infinite!important}.mk-reel-wall .mk-reel-card{display:block!important;flex:0 0 auto!important;width:auto!important;height:100%!important;min-width:0!important;min-height:0!important;border-radius:16px!important}.mk-reel-wall .mk-reel-card:nth-child(n+4){display:block!important}}