@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

:root{
  --mlm-primary:#7c3aed;
  --mlm-primary-dark:#6d28d9;
  --mlm-text:#0f172a;
  --mlm-text-soft:#334155;
  --mlm-border:rgba(15,23,42,.09);
  --mlm-heading:'Outfit',sans-serif;
  --mlm-body:'Space Grotesk',sans-serif;
}

html{scroll-behavior:smooth}
body{font-family:var(--mlm-body)!important;color:var(--mlm-text)}
h1,h2,h3,h4,h5,h6{font-family:var(--mlm-heading)!important}
button,input,select,textarea{font-family:var(--mlm-body)!important}

/* Encabezado comercial único, basado en la página principal. */
#nav{
  position:fixed!important;
  inset:0 0 auto 0!important;
  z-index:2000!important;
  width:100%!important;
  height:86px!important;
  min-height:86px!important;
  padding:0 clamp(20px,5vw,72px)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
  background:rgba(255,255,255,.98)!important;
  border:0!important;
  border-bottom:1px solid var(--mlm-border)!important;
  box-shadow:0 8px 35px rgba(15,23,42,.04)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
  box-sizing:border-box!important;
}
#nav.stuck{height:74px!important;min-height:74px!important;box-shadow:0 14px 45px rgba(15,23,42,.09)!important}
#nav .logo{
  display:flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
  width:clamp(188px,17vw,250px)!important;
  min-width:188px!important;
  max-width:250px!important;
  height:60px!important;
  padding:0!important;
  margin:0!important;
  text-decoration:none!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}
#nav .logo img,#nav .brand-logo{
  display:block!important;
  width:100%!important;
  height:54px!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:drop-shadow(0 8px 18px rgba(79,70,229,.13))!important;
}
#nav .nav-links{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(15px,1.8vw,32px)!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
#nav .nav-links li{display:block!important;margin:0!important;padding:0!important;list-style:none!important}
#nav .nav-links a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--mlm-text-soft)!important;
  font-family:var(--mlm-body)!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.2!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:8px 0!important;
  border-radius:0!important;
  transition:color .2s,transform .2s,background .2s,box-shadow .2s!important;
}
#nav .nav-links a:hover{color:var(--mlm-primary)!important}
#nav .nav-links .nav-demo{
  padding:10px 20px!important;
  border:1px solid rgba(79,70,229,.22)!important;
  border-radius:40px!important;
  color:var(--mlm-primary)!important;
  background:rgba(124,58,237,.045)!important;
  font-weight:700!important;
}
#nav .nav-links .nav-demo:hover{background:rgba(124,58,237,.1)!important;transform:translateY(-1px)!important}
#nav .nav-links .nav-pill{
  padding:11px 24px!important;
  border-radius:40px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--mlm-primary),var(--mlm-primary-dark))!important;
  font-weight:700!important;
  box-shadow:0 9px 24px rgba(124,58,237,.18)!important;
}
#nav .nav-links .nav-pill:hover{transform:translateY(-2px)!important;box-shadow:0 12px 30px rgba(124,58,237,.3)!important}
#nav .hamburger{
  display:none!important;
  width:46px!important;
  height:46px!important;
  padding:11px!important;
  margin:0!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  border:1px solid rgba(79,70,229,.16)!important;
  border-radius:13px!important;
  background:#fff!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
#nav .hamburger span{display:block!important;width:23px!important;height:2px!important;background:var(--mlm-text-soft)!important;border-radius:2px!important;transition:.25s!important}
#nav .hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(8px) rotate(45deg)!important}
#nav .hamburger[aria-expanded="true"] span:nth-child(2){opacity:0!important}
#nav .hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)!important}
.mlm-nav-spacer{display:block!important;height:86px!important}

body>.mobile-nav#mlmMobileNav{
  position:fixed!important;
  inset:86px 0 0 0!important;
  z-index:1990!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  gap:8px!important;
  padding:28px 22px 42px!important;
  overflow-y:auto!important;
  background:rgba(255,255,255,.99)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(-12px)!important;
  transition:opacity .22s,transform .22s,visibility .22s!important;
}
body>.mobile-nav#mlmMobileNav.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}
body>.mobile-nav#mlmMobileNav a{
  display:flex!important;
  align-items:center!important;
  min-height:54px!important;
  padding:12px 16px!important;
  border-bottom:1px solid rgba(15,23,42,.07)!important;
  border-radius:12px!important;
  color:var(--mlm-text)!important;
  background:#fff!important;
  font-family:var(--mlm-heading)!important;
  font-size:21px!important;
  font-weight:700!important;
  line-height:1.2!important;
  letter-spacing:-.35px!important;
  text-decoration:none!important;
}
body>.mobile-nav#mlmMobileNav a.mobile-plan{margin-top:8px!important;color:var(--mlm-primary)!important;border:1px solid rgba(79,70,229,.2)!important}
body>.mobile-nav#mlmMobileNav a.mobile-trial{justify-content:center!important;color:#fff!important;border:0!important;background:linear-gradient(135deg,var(--mlm-primary),var(--mlm-primary-dark))!important}
body.mlm-menu-open{overflow:hidden!important}

/* Botones y tipografía compartidos en landings, artículos y herramientas. */
:is(a.btn-primary,button.btn-primary,a.button:not(.alt),button.button:not(.alt),a.btn:not(.btn-secondary):not(.btn-danger):not(.btn-ghost),button.btn:not(.btn-secondary):not(.btn-danger):not(.btn-ghost),a.cta-primary,button.cta-primary,a.pill){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:48px!important;
  padding:13px 26px!important;
  border:0!important;
  border-radius:12px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--mlm-primary),var(--mlm-primary-dark))!important;
  font-family:var(--mlm-body)!important;
  font-size:15px!important;
  font-weight:650!important;
  line-height:1.2!important;
  text-decoration:none!important;
  box-shadow:0 12px 28px rgba(124,58,237,.18)!important;
  transition:transform .2s,box-shadow .2s,border-color .2s,color .2s!important;
}
:is(a.btn-primary,button.btn-primary,a.button:not(.alt),button.button:not(.alt),a.btn:not(.btn-secondary):not(.btn-danger):not(.btn-ghost),button.btn:not(.btn-secondary):not(.btn-danger):not(.btn-ghost),a.cta-primary,button.cta-primary,a.pill):hover{transform:translateY(-2px)!important;box-shadow:0 15px 38px rgba(124,58,237,.28)!important}
:is(a.btn-outline,button.btn-outline,a.button.alt,button.button.alt,a.btn-secondary,button.btn-secondary,a.cta-secondary,button.cta-secondary){
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  min-height:48px!important;
  padding:13px 26px!important;
  border:1px solid var(--mlm-border)!important;
  border-radius:12px!important;
  color:var(--mlm-text)!important;
  background:#fff!important;
  font-family:var(--mlm-body)!important;
  font-size:15px!important;
  font-weight:650!important;
  line-height:1.2!important;
  text-decoration:none!important;
  box-shadow:none!important;
  transition:transform .2s,border-color .2s,color .2s!important;
}
:is(a.btn-outline,button.btn-outline,a.button.alt,button.button.alt,a.btn-secondary,button.btn-secondary,a.cta-secondary,button.cta-secondary):hover{transform:translateY(-2px)!important;border-color:var(--mlm-primary)!important;color:var(--mlm-primary)!important}

/* Alinea las superficies editoriales con la identidad de la portada. */
.site-head,.top,.site-header{font-family:var(--mlm-body)!important}
.hub-hero,.article-hero{background-color:#fff}
.hub-card,.side-card,.article,.aside-card{border-color:var(--mlm-border)!important;box-shadow:0 14px 44px rgba(15,23,42,.045)!important}
.hub-card h2,.article h1,.article h2,.article h3,.blog-title,.guia-title{font-family:var(--mlm-heading)!important}
.hub-card p,.prose,.article p,.article li,.blog-content,.guia-content{font-family:var(--mlm-body)!important}
.hero .lead{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}

@media(max-width:1120px){
  #nav .nav-links{display:none!important}
  #nav .hamburger{display:flex!important}
}
@media(max-width:768px){
  #nav{height:76px!important;min-height:76px!important;padding:0 16px!important}
  #nav.stuck{height:70px!important;min-height:70px!important}
  #nav .logo{width:185px!important;min-width:0!important;height:52px!important}
  #nav .logo img,#nav .brand-logo{height:47px!important;max-height:47px!important}
  .mlm-nav-spacer{height:76px!important}
  body>.mobile-nav#mlmMobileNav{inset:76px 0 0 0!important}
  body>.mobile-nav#mlmMobileNav a{font-size:19px!important}
  #hero{padding-top:54px!important}
}
@media(max-width:420px){
  #nav .logo{width:165px!important}
  body>.mobile-nav#mlmMobileNav{padding-inline:14px!important}
}
@media(prefers-reduced-motion:reduce){#nav *,body>.mobile-nav#mlmMobileNav{transition:none!important}}

/* Footer único: réplica del footer comercial de la página principal. */
.mlm-site-footer{
  position:relative!important;
  z-index:2!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:60px clamp(20px,5vw,72px) 32px!important;
  box-sizing:border-box!important;
  color:#0f172a!important;
  background:#f8f9fc!important;
  border:0!important;
  border-top:1px solid rgba(15,23,42,.09)!important;
  border-radius:0!important;
  font-family:var(--mlm-body)!important;
  text-align:left!important;
}
.mlm-footer-content{width:100%!important;max-width:1300px!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(240px,1fr) minmax(0,2fr)!important;gap:60px!important;align-items:start!important}
.mlm-footer-brand{display:inline-flex!important;width:min(285px,100%)!important;height:auto!important;margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}
.mlm-footer-brand img{display:block!important;width:100%!important;height:auto!important;max-height:94px!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:left center!important;filter:none!important}
.mlm-footer-logo p{max-width:390px!important;margin:16px 0 0!important;padding:0!important;color:#64748b!important;font-family:var(--mlm-body)!important;font-size:14px!important;font-weight:400!important;line-height:1.65!important}
.mlm-footer-logo .mlm-footer-worktic{margin-top:16px!important;color:#475569!important}
.mlm-footer-logo .mlm-footer-worktic strong{color:#1e293b!important;font-weight:700!important}
.mlm-footer-logo .mlm-footer-worktic a{display:inline!important;margin:0!important;color:#64748b!important;text-decoration:none!important}
.mlm-footer-links{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(22px,3vw,40px)!important;margin:0!important;padding:0!important}
.mlm-footer-links>div{display:block!important;margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}
.mlm-footer-links h2{margin:0 0 16px!important;padding:0!important;color:#0f172a!important;font-family:var(--mlm-heading)!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important;text-transform:none!important;letter-spacing:0!important}
.mlm-footer-links a{display:block!important;margin:0 0 10px!important;padding:0!important;color:#64748b!important;background:none!important;border:0!important;box-shadow:none!important;font-family:var(--mlm-body)!important;font-size:13px!important;font-weight:400!important;line-height:1.45!important;text-decoration:none!important;transition:color .2s,transform .2s!important}
.mlm-footer-links a:hover{color:var(--mlm-primary)!important;transform:translateX(2px)!important}
.mlm-footer-bottom{width:100%!important;max-width:1300px!important;margin:40px auto 0!important;padding:32px 0 0!important;border-top:1px solid rgba(15,23,42,.09)!important;text-align:center!important}
.mlm-footer-bottom p{margin:0!important;padding:0!important;color:#64748b!important;font-family:var(--mlm-body)!important;font-size:12px!important;font-weight:400!important;line-height:1.6!important}
.mlm-footer-bottom a{color:#64748b!important;text-decoration:none!important}
.mlm-footer-bottom a:hover{color:var(--mlm-primary)!important}

/* WhatsApp y chat globales. El chat siempre queda por encima del nav y dentro del viewport real. */
.mlm-contact-widgets{position:fixed!important;inset:0!important;z-index:10000!important;width:0!important;height:0!important;pointer-events:none!important;font-family:var(--mlm-body)!important}
.mlm-whatsapp-float,.mlm-chat-launcher{position:fixed!important;right:28px!important;width:58px!important;height:58px!important;margin:0!important;padding:0!important;border:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;pointer-events:auto!important;cursor:pointer!important;transition:transform .2s,box-shadow .2s!important}
.mlm-whatsapp-float{bottom:calc(24px + env(safe-area-inset-bottom))!important;background:linear-gradient(135deg,#25d366,#128c7e)!important;box-shadow:0 9px 30px rgba(37,211,102,.32)!important;text-decoration:none!important}
.mlm-chat-launcher{bottom:calc(94px + env(safe-area-inset-bottom))!important;background:linear-gradient(135deg,#7c3aed,#4f46e5)!important;box-shadow:0 9px 30px rgba(124,58,237,.34)!important;color:#fff!important}
.mlm-whatsapp-float:hover,.mlm-chat-launcher:hover{transform:translateY(-3px) scale(1.04)!important}
.mlm-float-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}
.mlm-float-icon svg{display:block!important;width:29px!important;height:29px!important;fill:#fff!important}
.mlm-chat-launcher svg{display:block!important;width:28px!important;height:28px!important;fill:currentColor!important}
.mlm-float-label{position:absolute!important;right:68px!important;top:50%!important;transform:translate(8px,-50%)!important;opacity:0!important;visibility:hidden!important;white-space:nowrap!important;padding:9px 13px!important;border:1px solid rgba(15,23,42,.1)!important;border-radius:11px!important;color:#334155!important;background:#fff!important;box-shadow:0 8px 28px rgba(15,23,42,.12)!important;font-size:13px!important;font-weight:600!important;line-height:1.2!important;transition:.2s!important}
.mlm-whatsapp-float:hover .mlm-float-label,.mlm-whatsapp-float:focus-visible .mlm-float-label{opacity:1!important;visibility:visible!important;transform:translate(0,-50%)!important}
.mlm-chat-window{
  position:fixed!important;
  right:28px!important;
  bottom:calc(164px + env(safe-area-inset-bottom))!important;
  z-index:10001!important;
  width:min(390px,calc(100vw - 24px))!important;
  height:min(590px,calc(var(--mlm-visual-height,100dvh) - 188px))!important;
  min-height:260px!important;
  max-height:calc(var(--mlm-visual-height,100dvh) - 188px)!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  pointer-events:auto!important;
  visibility:hidden!important;
  opacity:0!important;
  transform:translateY(16px) scale(.98)!important;
  transform-origin:bottom right!important;
  color:#0f172a!important;
  background:#fff!important;
  border:1px solid rgba(15,23,42,.12)!important;
  border-radius:22px!important;
  box-shadow:0 24px 70px rgba(15,23,42,.24)!important;
  box-sizing:border-box!important;
  transition:opacity .2s,transform .2s,visibility .2s!important;
}
.mlm-chat-window.open{visibility:visible!important;opacity:1!important;transform:none!important}
.mlm-chat-header{flex:0 0 auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:74px!important;margin:0!important;padding:14px 16px!important;color:#fff!important;background:linear-gradient(135deg,#7c3aed,#4f46e5)!important;border:0!important;box-sizing:border-box!important}
.mlm-chat-header>div{display:flex!important;align-items:center!important;gap:11px!important;min-width:0!important}
.mlm-chat-status{width:10px!important;height:10px!important;flex:0 0 10px!important;border-radius:50%!important;background:#34d399!important;box-shadow:0 0 0 5px rgba(52,211,153,.18)!important}
.mlm-chat-header h2{margin:0!important;padding:0!important;color:#fff!important;font-family:var(--mlm-heading)!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:0!important}
.mlm-chat-header p{margin:3px 0 0!important;padding:0!important;color:rgba(255,255,255,.78)!important;font-size:11px!important;line-height:1.2!important}
.mlm-chat-header button{flex:0 0 38px!important;width:38px!important;height:38px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:rgba(255,255,255,.12)!important;border:0!important;border-radius:11px!important;cursor:pointer!important;box-shadow:none!important}
.mlm-chat-header button:hover{background:rgba(255,255,255,.22)!important;transform:none!important}
.mlm-chat-header button svg{width:20px!important;height:20px!important;fill:currentColor!important}
.mlm-chat-messages{flex:1 1 auto!important;min-height:0!important;margin:0!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:12px!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain!important;background:#f8fafc!important;scrollbar-width:thin!important;box-sizing:border-box!important}
.mlm-chat-message{display:flex!important;align-items:flex-end!important;gap:9px!important;max-width:88%!important;margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}
.mlm-chat-message.mlm-chat-user{align-self:flex-end!important;flex-direction:row-reverse!important}
.mlm-chat-message.mlm-chat-bot{align-self:flex-start!important}
.mlm-chat-avatar{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:50%!important;color:#fff!important;background:linear-gradient(135deg,#7c3aed,#4f46e5)!important;font-size:9px!important;font-weight:800!important;line-height:1!important}
.mlm-chat-user .mlm-chat-avatar{background:linear-gradient(135deg,#0ea5e9,#06b6d4)!important}
.mlm-chat-message p{margin:0!important;padding:10px 13px!important;color:#1e293b!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:15px 15px 15px 4px!important;box-shadow:0 2px 8px rgba(15,23,42,.05)!important;font-family:var(--mlm-body)!important;font-size:13px!important;font-weight:400!important;line-height:1.5!important;overflow-wrap:anywhere!important;white-space:pre-wrap!important}
.mlm-chat-user p{color:#fff!important;background:#7c3aed!important;border-color:#7c3aed!important;border-radius:15px 15px 4px 15px!important}
.mlm-chat-typing p{color:#64748b!important;font-style:italic!important}
.mlm-chat-form{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:8px!important;margin:0!important;padding:12px!important;background:#fff!important;border:0!important;border-top:1px solid rgba(15,23,42,.09)!important;box-sizing:border-box!important}
.mlm-chat-form input{flex:1 1 auto!important;min-width:0!important;height:44px!important;margin:0!important;padding:0 15px!important;color:#0f172a!important;background:#f8fafc!important;border:1px solid rgba(15,23,42,.12)!important;border-radius:22px!important;outline:0!important;box-shadow:none!important;font-family:var(--mlm-body)!important;font-size:14px!important;box-sizing:border-box!important}
.mlm-chat-form input:focus{border-color:#7c3aed!important;box-shadow:0 0 0 3px rgba(124,58,237,.1)!important}
.mlm-chat-form button{flex:0 0 44px!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:#7c3aed!important;border:0!important;border-radius:50%!important;cursor:pointer!important;box-shadow:none!important}
.mlm-chat-form button:hover{background:#6d28d9!important;transform:none!important}
.mlm-chat-form button svg{width:20px!important;height:20px!important;fill:currentColor!important}
.mlm-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

body.mlm-chat-keyboard .mlm-chat-window{top:calc(var(--mlm-visual-top,0px) + 8px)!important;bottom:auto!important;height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;max-height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;min-height:0!important}
body.mlm-chat-keyboard .mlm-whatsapp-float,body.mlm-chat-keyboard .mlm-chat-launcher{visibility:hidden!important}

@media(max-width:900px){
  .mlm-footer-content{grid-template-columns:1fr!important;gap:42px!important;text-align:center!important}
  .mlm-footer-brand{margin-inline:auto!important}
  .mlm-footer-brand img{object-position:center!important}
  .mlm-footer-logo p{margin-inline:auto!important}
  .mlm-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))!important;text-align:left!important}
}
@media(max-width:600px){
  .mlm-site-footer{padding:46px 18px 28px!important}
  .mlm-footer-links{grid-template-columns:1fr!important;gap:24px!important;text-align:center!important}
  .mlm-footer-links h2{margin-bottom:11px!important}
  .mlm-footer-bottom{margin-top:32px!important;padding-top:24px!important}
  .mlm-whatsapp-float,.mlm-chat-launcher{right:16px!important;width:54px!important;height:54px!important}
  .mlm-whatsapp-float{bottom:calc(16px + env(safe-area-inset-bottom))!important}
  .mlm-chat-launcher{bottom:calc(82px + env(safe-area-inset-bottom))!important}
  .mlm-chat-window{right:12px!important;bottom:calc(148px + env(safe-area-inset-bottom))!important;width:calc(100vw - 24px)!important;height:min(560px,calc(var(--mlm-visual-height,100dvh) - 164px))!important;max-height:calc(var(--mlm-visual-height,100dvh) - 164px)!important;min-height:240px!important;border-radius:19px!important}
  .mlm-float-label{display:none!important}
  body.mlm-chat-keyboard .mlm-chat-window{right:8px!important;top:calc(var(--mlm-visual-top,0px) + 8px)!important;bottom:auto!important;width:calc(100vw - 16px)!important;height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;max-height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;min-height:0!important}
}
@media(max-height:520px){
  .mlm-chat-window{top:calc(var(--mlm-visual-top,0px) + 8px)!important;bottom:auto!important;height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;max-height:calc(var(--mlm-visual-height,100dvh) - 16px)!important;min-height:0!important}
}
@media(prefers-reduced-motion:reduce){.mlm-whatsapp-float,.mlm-chat-launcher,.mlm-chat-window,.mlm-float-label{transition:none!important}}
