/* LMH guided assistant. Matched to the commercial site. */
.lmh-bot-root{position:relative;z-index:300;--lmh-vv-height:100dvh;--lmh-vv-top:0px}
.lmh-bot-launcher{position:fixed;right:23px;bottom:23px;width:70px;height:65px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:1px solid #80bbc9;border-radius:12px;color:#daf5fa;background:#152b37;box-shadow:0 12px 40px #0005;font-family:Georgia,serif;font-size:18px;z-index:302;transition:background .2s}
.lmh-bot-launcher:hover{background:#214454}.launcher-label{font:400 12px/1.3 Inter,Arial,sans-serif;color:#9ebcc9}
.lmh-bot-teaser{display:none!important}.lmh-bot-panel{position:fixed;right:23px;bottom:100px;width:min(415px,calc(100vw - 32px));height:min(670px,calc(100dvh - 125px));border:1px solid #486375;border-radius:15px;background:#101c29;box-shadow:0 25px 85px #0008;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:303;min-width:0}
.lmh-bot-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.lmh-bot-header{display:flex;align-items:center;gap:12px;padding:17px;border-bottom:1px solid #334756;background:#132330;flex:0 0 auto}
.lmh-bot-avatar{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border:1px solid #5b8291;border-radius:10px;color:#b8ebf3;font:14px Georgia,serif}.lmh-bot-headcopy{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.lmh-bot-headcopy strong{font-size:15px;font-weight:500;color:#eef8fb}.lmh-bot-headcopy span{font-size:12px;color:#9eb3c3;line-height:1.4}.lmh-bot-head-actions{display:flex;gap:3px}.lmh-bot-icon-btn{width:34px;height:36px;display:grid;place-items:center;background:transparent;color:#b6cbd8;font-size:23px;border-radius:6px}.lmh-bot-icon-btn:hover{background:#ffffff0a}.lmh-bot-messages{flex:1;min-height:0;min-width:0;overflow-y:auto;overscroll-behavior:contain;padding:22px 17px;scrollbar-width:thin;scrollbar-color:#385364 transparent;-webkit-overflow-scrolling:touch}.lmh-bot-msg{display:flex;margin-bottom:14px}.lmh-bot-msg.user{justify-content:flex-end}.lmh-bot-bubble{max-width:90%;font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;padding:12px 14px;border-radius:12px}.lmh-bot-msg.assistant .lmh-bot-bubble{background:#192b39;border:1px solid #324a5b;color:#d6e5ef;border-bottom-left-radius:3px}.lmh-bot-msg.user .lmh-bot-bubble{background:#b8e1e9;color:#18343e;border-bottom-right-radius:3px}.lmh-bot-quick{display:flex;flex-wrap:wrap;gap:8px;margin:9px 0 19px}.lmh-bot-chip{background:#1b3341;color:#c5e8f0;border:1px solid #42606f;padding:9px 12px;min-height:39px;border-radius:6px;font-size:13px;line-height:1.4;text-align:left}.lmh-bot-chip:hover{background:#294c5b;border-color:#75a8b6}.lmh-bot-chip.primary{border-color:#80b3c1;background:#254856;color:#edfaff}.lmh-bot-typing{display:flex;gap:6px;padding:13px 15px}.lmh-bot-typing i{display:block;width:5px;height:5px;border-radius:50%;background:#8edbea;animation:bot-pulse 1s infinite}.lmh-bot-typing i:nth-child(2){animation-delay:.15s}.lmh-bot-typing i:nth-child(3){animation-delay:.3s}.lmh-bot-compose{padding:13px 13px 12px;flex:0 0 auto;border-top:1px solid #334756;background:#101c29}.lmh-bot-input-wrap{display:flex;align-items:flex-end;gap:8px;border:1px solid #405d6f;border-radius:9px;padding:6px;background:#0d1824}.lmh-bot-input{font:400 16px/1.5 Inter,Arial,sans-serif;flex:1;min-width:0;min-height:40px;max-height:100px;resize:none;background:transparent;border:0;outline:0!important;color:#eaf3f8;padding:8px;max-width:100%;box-shadow:none}.lmh-bot-input::placeholder{color:#8a9faf;font-size:16px}.lmh-bot-input-wrap:focus-within{outline:2px solid #8edbea55;border-color:#8edbea}.lmh-bot-send{width:39px;height:40px;flex:0 0 39px;border-radius:6px;background:#8edbea;color:#0d2c38;font-size:20px}.lmh-bot-send:disabled{opacity:.5}.lmh-bot-footerline{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:10px 3px 0;font-size:12px;color:#9aafbf;line-height:1.4}.lmh-bot-footerline a{font-size:12px;text-decoration:underline;text-underline-offset:3px;color:#b3cbd7}
@keyframes bot-pulse{0%,100%{opacity:.3}50%{opacity:1}}
@media(max-width:640px){.lmh-bot-launcher{right:14px;bottom:max(14px,env(safe-area-inset-bottom));width:62px;height:60px;font-size:17px}.lmh-bot-panel{left:9px;right:9px;bottom:9px;width:auto;height:min(720px,calc(100dvh - 18px));max-height:none;border-radius:13px}.lmh-bot-root.panel-open .lmh-bot-launcher{visibility:hidden;pointer-events:none}.lmh-bot-header{padding:14px 12px;gap:10px}.lmh-bot-headcopy strong{font-size:14px}.lmh-bot-headcopy span{font-size:12px}.lmh-bot-avatar{width:35px;height:35px;flex-basis:35px;font-size:12px}.lmh-bot-head-actions{gap:0}.lmh-bot-messages{padding:20px 13px}.lmh-bot-bubble{font-size:14px;max-width:91%}.lmh-bot-chip{font-size:13px}.lmh-bot-compose{padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.lmh-bot-root.keyboard-open .lmh-bot-panel{top:calc(var(--lmh-vv-top) + 5px);bottom:auto;height:calc(var(--lmh-vv-height) - 10px);left:5px;right:5px;border-radius:10px}.lmh-bot-root.keyboard-open .lmh-bot-footerline{display:none}.lmh-bot-root.keyboard-open .lmh-bot-header{padding-block:10px}.lmh-bot-root.keyboard-open .lmh-bot-compose{padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px))}}
@media(prefers-reduced-motion:reduce){.lmh-bot-panel,.lmh-bot-typing i{transition:none;animation:none}}
