#msh2-root{--navy:#0b3d7a;--blue:#124d92;--orange:#f7941d;--ink:#20344d;--line:#d8e2ee;--pale:#f5f8fc;font-family:Arial,Helvetica,sans-serif;position:relative;z-index:2147483000}.msh2-launch{position:fixed;right:18px;bottom:88px;display:flex;align-items:center;gap:10px;border:0;border-radius:34px;padding:9px 17px 9px 10px;background:var(--navy);color:#fff;font-weight:700;font-size:17px;box-shadow:0 10px 28px rgba(0,0,0,.22);cursor:pointer}.msh2-launch img{width:104px;height:44px;object-fit:contain;background:#fff;border-radius:22px;padding:3px}.msh2-panel{position:fixed;right:18px;bottom:150px;width:min(760px,calc(100vw - 28px));max-height:calc(100vh - 175px);background:#fff;border-radius:24px;box-shadow:0 22px 70px rgba(0,0,0,.32);overflow:hidden;color:var(--ink)}.msh2-panel[hidden]{display:none!important}.msh2-header{display:grid;grid-template-columns:145px 1fr 42px;gap:14px;align-items:center;background:var(--navy);color:#fff;padding:18px 20px}.msh2-header img{width:145px;height:75px;object-fit:contain;background:#fff;border-radius:16px;padding:5px}.msh2-header strong{display:block;font-size:25px}.msh2-header small{display:block;font-size:16px;margin-top:5px}.msh2-header button{border:0;background:transparent;color:#fff;font-size:40px;line-height:1;cursor:pointer}.msh2-body{padding:20px;overflow:auto;max-height:calc(100vh - 300px)}.msh2-intro{background:var(--pale);border-radius:18px;padding:16px 18px;margin-bottom:16px}.msh2-intro p{margin:.25em 0;line-height:1.55}.msh2-note{font-size:13px;color:#607287}.msh2-modes{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.msh2-modes button{border:0;border-radius:24px;background:var(--navy);color:#fff;padding:11px 18px;font-weight:700;font-size:16px;cursor:pointer}.msh2-modes button.active{background:var(--orange)}.msh2-modes .msh2-finance{background:#136b3c}.msh2-card{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.msh2-card h3{margin:0 0 12px;color:var(--navy);font-size:25px}.msh2-card h4{margin:18px 0 8px;color:var(--navy)}.msh2-card p{line-height:1.5}.msh2-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.msh2-field{display:flex;flex-direction:column;gap:6px}.msh2-field.full{grid-column:1/-1}.msh2-field label{font-weight:700;font-size:14px}.msh2-field input,.msh2-field select,.msh2-field textarea{width:100%;box-sizing:border-box;border:1px solid #b9c9da;border-radius:12px;padding:12px 13px;font:inherit;color:var(--ink);background:#fff}.msh2-field textarea{min-height:90px;resize:vertical}.msh2-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.msh2-primary,.msh2-secondary{border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer}.msh2-primary{background:var(--navy);color:#fff}.msh2-secondary{background:#edf3f9;color:var(--navy);border:1px solid #c7d6e6}.msh2-result{margin-top:16px;padding:16px;border-radius:14px;background:#f1f6fb;border-left:5px solid var(--orange)}.msh2-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.msh2-kpis>div{border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.msh2-kpis span,.msh2-kpis small{display:block;font-size:12px;color:#66788c}.msh2-kpis b{display:block;color:var(--navy);font-size:18px;margin:5px 0}.msh2-status{margin-top:12px;padding:12px;border-radius:10px;background:#eef4fb}.msh2-status.success{background:#e9f7ef;color:#1b6a3a}.msh2-status.error{background:#fdecec;color:#9d2525}.msh2-helpbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:13px 15px;border-radius:14px;background:#0b3d7a;color:#fff}.msh2-helpbar a{color:#fff;background:#1e9b55;text-decoration:none;border-radius:18px;padding:8px 12px;font-weight:700}@media(max-width:650px){.msh2-launch{right:10px;bottom:82px;font-size:16px}.msh2-launch img{width:96px;height:40px}.msh2-panel{right:7px;bottom:138px;width:calc(100vw - 14px);max-height:calc(100vh - 150px);border-radius:18px}.msh2-header{grid-template-columns:120px 1fr 34px;padding:14px}.msh2-header img{width:120px;height:62px}.msh2-header strong{font-size:21px}.msh2-header small{font-size:14px}.msh2-body{padding:14px;max-height:calc(100vh - 260px)}.msh2-grid,.msh2-kpis{grid-template-columns:1fr}.msh2-modes{gap:8px}.msh2-modes button{font-size:15px;padding:10px 14px}.msh2-helpbar{align-items:flex-start;flex-direction:column}}


/* v1.2.1 mobile-fit refinement: Helios UI only; no page/theme/content changes. */
@media(max-width:650px){
  .msh2-panel{
    left:8px;
    right:8px;
    bottom:86px;
    width:auto;
    max-height:calc(100dvh - 102px);
    border-radius:16px;
  }
  .msh2-header{
    grid-template-columns:84px 1fr 32px;
    gap:10px;
    padding:9px 11px;
    min-height:0;
  }
  .msh2-header img{
    width:84px;
    height:48px;
    border-radius:11px;
    padding:3px;
  }
  .msh2-header strong{
    font-size:18px;
    line-height:1.12;
  }
  .msh2-header small{
    font-size:12px;
    line-height:1.25;
    margin-top:3px;
  }
  .msh2-header button{
    font-size:34px;
    align-self:start;
    margin-top:-1px;
  }
  .msh2-body{
    padding:10px 11px 12px;
    max-height:calc(100dvh - 178px);
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .msh2-intro{
    border-radius:14px;
    padding:10px 12px;
    margin-bottom:10px;
  }
  .msh2-intro p{
    margin:.15em 0;
    line-height:1.35;
    font-size:14px;
  }
  .msh2-note{
    font-size:11.5px!important;
    line-height:1.35!important;
  }
  .msh2-modes{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    margin-bottom:10px;
  }
  .msh2-modes button{
    width:100%;
    min-width:0;
    border-radius:18px;
    padding:9px 6px;
    font-size:13px;
    line-height:1.12;
    white-space:normal;
  }
  .msh2-card{
    border-radius:14px;
    padding:12px;
  }
  .msh2-card h3{
    font-size:20px;
    margin-bottom:9px;
  }
  .msh2-card h4{
    margin:12px 0 6px;
  }
  .msh2-card p{
    line-height:1.4;
  }
  .msh2-field{
    gap:4px;
  }
  .msh2-field label{
    font-size:13px;
  }
  .msh2-field input,.msh2-field select,.msh2-field textarea{
    border-radius:10px;
    padding:10px 11px;
    font-size:16px;
  }
  .msh2-field textarea{
    min-height:72px;
  }
  .msh2-actions{
    gap:7px;
    margin-top:11px;
  }
  .msh2-primary,.msh2-secondary{
    padding:10px 12px;
    border-radius:10px;
    font-size:14px;
  }
  .msh2-result{
    margin-top:11px;
    padding:12px;
  }
  .msh2-kpis{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .msh2-kpis>div{
    padding:9px;
  }
  .msh2-kpis b{
    font-size:16px;
  }
  .msh2-helpbar{
    margin-top:10px;
    padding:10px 12px;
    border-radius:12px;
    font-size:13px;
  }
  .msh2-helpbar a{
    padding:7px 10px;
    font-size:13px;
  }
  .msh2-launch{
    right:10px;
    bottom:74px;
    gap:7px;
    padding:7px 13px 7px 7px;
    font-size:15px;
  }
  .msh2-launch img{
    width:78px;
    height:32px;
    border-radius:17px;
    padding:2px;
  }
}

@media(max-width:390px){
  .msh2-modes{grid-template-columns:repeat(2,minmax(0,1fr));}
  .msh2-header{grid-template-columns:76px 1fr 30px;}
  .msh2-header img{width:76px;height:44px;}
  .msh2-header strong{font-size:17px;}
  .msh2-header small{font-size:11px;}
}


/* Helios conversational technical assistant v1.3.0 */
.msh2-titlewrap{display:flex;align-items:center;gap:8px;min-width:0}.msh2-robot-mini{font-size:25px;line-height:1}.msh2-chatmode{background:#0b6cb8!important;color:#fff!important}.msh2-chatmode.active{box-shadow:0 0 0 3px rgba(40,170,255,.22)}
.msh2-chatcard{padding:0!important;overflow:hidden}.msh2-chathero{display:flex;gap:12px;align-items:center;padding:15px;background:linear-gradient(135deg,#0d3973,#0b5ca8);color:#fff}.msh2-chathero h3{color:#fff!important;margin:0 0 4px!important}.msh2-chathero p{margin:0!important;font-size:13px;opacity:.94}.msh2-robot{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:#fff;font-size:34px;box-shadow:0 5px 18px rgba(0,0,0,.18);flex:0 0 auto}
.msh2-chatlog{padding:12px;background:#f4f7fb;min-height:220px;max-height:42vh;overflow:auto;display:flex;flex-direction:column;gap:10px}.msh2-msg{max-width:92%;display:flex;flex-direction:column;gap:5px}.msh2-msg.user{align-self:flex-end}.msh2-msg.bot{align-self:flex-start}.msh2-msgbody{padding:10px 12px;border-radius:14px;line-height:1.42;font-size:14px}.msh2-msg.user .msh2-msgbody{background:#164c8c;color:#fff;border-bottom-right-radius:4px}.msh2-msg.bot .msh2-msgbody{background:#fff;color:#263a55;border:1px solid #d8e2ee;border-bottom-left-radius:4px}.msh2-msg.loading{opacity:.72}.msh2-source{align-self:flex-start;font-size:10px;font-weight:800;padding:3px 7px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.msh2-source.microsec{background:#dff6e8;color:#176a38}.msh2-source.manufacturer{background:#e4efff;color:#164c8c}.msh2-source.web{background:#fff0d7;color:#875000}.msh2-source.review{background:#ffe2e2;color:#8a2525}.msh2-sources{display:flex;flex-wrap:wrap;gap:5px;font-size:11px}.msh2-sources b{width:100%;color:#53657a}.msh2-sources a{background:#fff;border:1px solid #d8e2ee;border-radius:999px;padding:3px 7px;text-decoration:none}.msh2-review{font-size:12px;font-weight:800;color:#fff!important;background:#16834c;padding:7px 10px;border-radius:9px;text-decoration:none!important;align-self:flex-start}.msh2-quick{padding:9px 12px;display:flex;gap:6px;flex-wrap:wrap;background:#fff;border-top:1px solid #e5ebf2}.msh2-quick button{border:1px solid #b9cbe0;background:#f8fbff;color:#164c8c;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700}.msh2-chatinput{padding:10px 12px;display:grid;grid-template-columns:1fr auto;gap:8px;background:#fff;border-top:1px solid #e5ebf2}.msh2-chatinput textarea{resize:none;border:1px solid #b9cbe0;border-radius:12px;padding:10px;font:inherit;min-height:46px}.msh2-chatinput button{margin:0;align-self:stretch}.msh2-chatfoot{padding:0 12px 12px;background:#fff;color:#67798c;font-size:10.5px;line-height:1.35}
@media(max-width:520px){.msh2-chatlog{max-height:36vh}.msh2-chatinput{grid-template-columns:1fr}.msh2-chatinput button{width:100%}.msh2-robot{width:46px;height:46px;font-size:29px}.msh2-chathero{padding:11px}.msh2-chathero p{font-size:12px}}


/* v1.3.3 visitor greeting */
.msh2-welcome{position:fixed;right:20px;bottom:142px;z-index:999997;display:flex;align-items:center;gap:10px;max-width:330px;border:0;border-radius:18px;padding:11px 14px;background:#fff;color:#173e77;box-shadow:0 12px 34px rgba(0,28,70,.24);text-align:left;cursor:pointer;border-left:5px solid #f7941d}.msh2-welcome[hidden]{display:none!important}.msh2-welcome-robot{font-size:28px;line-height:1}.msh2-welcome span:last-child{display:flex;flex-direction:column}.msh2-welcome strong{font-size:15px}.msh2-welcome small{font-size:12px;line-height:1.25;color:#425b79;margin-top:2px}@media(max-width:520px){.msh2-welcome{right:10px;bottom:132px;max-width:calc(100vw - 28px);padding:10px 12px}.msh2-welcome strong{font-size:14px}.msh2-welcome small{font-size:11.5px}}

/* v1.3.4: Yasmin is the Helios assistant portrait; robot icons removed. */
.msh2-yasmin-avatar{display:block;object-fit:cover;object-position:center 28%;border-radius:50%;background:#fff;flex:0 0 auto}
.msh2-yasmin-mini{width:36px;height:36px;border:2px solid rgba(255,255,255,.9)}
.msh2-yasmin-chat{width:58px;height:58px;border:3px solid #fff;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.msh2-yasmin-welcome{width:42px;height:42px;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.12)}
@media(max-width:520px){.msh2-yasmin-mini{width:32px;height:32px}.msh2-yasmin-chat{width:50px;height:50px}.msh2-yasmin-welcome{width:38px;height:38px}}


/* v1.3.5: proactive Yasmin greeting on every page visit. */
.msh2-welcome{animation:msh2WelcomeIn .28s ease-out both}
@keyframes msh2WelcomeIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:520px){.msh2-welcome{bottom:128px;right:10px;max-width:calc(100vw - 20px)}}

/* v1.4.0 footer-only socials: isolated; never styles header/page/WPBakery content. */
.msh2-follow{background:#0b3565;color:#fff;margin:0;padding:28px 18px 120px;text-align:center;box-sizing:border-box;clear:both}
.msh2-follow *{box-sizing:border-box}
.msh2-follow-inner{max-width:1180px;margin:0 auto}
.msh2-follow h3{color:#fff!important;margin:0 0 18px!important;font-size:30px!important;line-height:1.2!important}
.msh2-follow-links{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}
.msh2-follow-links a{display:inline-flex;align-items:center;justify-content:center;min-width:92px;height:46px;padding:0 14px;border-radius:999px;background:#fff;color:#0b3565!important;text-decoration:none!important;font-weight:700;font-size:14px;line-height:1}
@media(max-width:600px){.msh2-follow{padding:24px 12px 145px}.msh2-follow h3{font-size:27px!important}.msh2-follow-links{gap:9px}.msh2-follow-links a{min-width:72px;height:42px;padding:0 10px;font-size:12px}}
