.lia-chat-launcher{position:fixed;right:24px;bottom:max(22px,env(safe-area-inset-bottom));z-index:90;display:flex;align-items:center;gap:10px;padding:16px 21px;border-radius:40px;border:1px solid #e8cc8e;background:#081f3e;color:#f2dcaa;box-shadow:0 8px 32px #081f3e40;cursor:pointer;font:600 14px 'DM Sans',sans-serif}.lia-chat-launcher:hover{background:#163a60}#lia-chat{position:fixed;right:24px;bottom:100px;z-index:100;display:flex;flex-direction:column;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100dvh - 130px));border:1px solid #c9a357;border-radius:18px;overflow:hidden;background:#fffdf7;color:#081f3e;box-shadow:0 18px 70px #081f3e40;font:14px/1.5 'DM Sans',sans-serif}#lia-chat[hidden]{display:none}.lia-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:19px 20px;background:#081f3e;color:#f2dcaa}.lia-chat-header strong{font-size:17px}.lia-chat-header span{display:block;font-size:11px;color:#e0e7ef;margin-top:3px}.lia-chat-close{border:0;background:transparent;color:#f2dcaa;font-size:30px;line-height:1;width:40px;height:40px;cursor:pointer}.lia-chat-notice{padding:12px 18px;font-size:11px;line-height:1.5;border-bottom:1px solid #e8dfcd;color:#596778;margin:0}.lia-chat-messages{flex:1;min-height:60px;overflow-y:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:12px}.lia-chat-message{margin:0;max-width:92%;padding:12px 14px;border-radius:12px;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6;flex-shrink:0}.lia-chat-message.assistant{align-self:flex-start;background:#f2e9d6;border-bottom-left-radius:3px}.lia-chat-message.user{align-self:flex-end;background:#081f3e;color:#fffdf7;border-bottom-right-radius:3px}.lia-chat-status{font-size:12px;color:#596778;padding:0 18px;margin:0}.lia-chat-status:not(:empty){padding-bottom:10px}.lia-chat-form{display:flex;align-items:end;gap:9px;padding:12px 14px;border-top:1px solid #e8dfcd}.lia-chat-form textarea{resize:none;flex:1;min-width:0;max-height:110px;border:1px solid #d4c7aa;border-radius:10px;padding:10px;font:16px/1.4 'DM Sans',sans-serif;color:#081f3e;background:#fff}.lia-chat-form button{border:0;border-radius:10px;padding:13px 12px;background:#e8cc8e;color:#081f3e;font:600 13px 'DM Sans',sans-serif;cursor:pointer}.lia-chat-form :disabled{opacity:.55;cursor:not-allowed}.lia-chat-footer{padding:0 14px 13px;text-align:center;font-size:12px}.lia-chat-footer a{color:#081f3e;text-underline-offset:3px}.lia-chat-footer span{display:block;color:#596778;font-size:10px;margin-top:7px}.lia-chat-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}#lia-chat :focus-visible{outline:3px solid #b68a3e;outline-offset:2px}@media(max-width:560px){.lia-chat-launcher{right:14px;bottom:max(14px,env(safe-area-inset-bottom));padding:14px}.lia-chat-launcher span{display:none}#lia-chat{right:14px;bottom:84px;height:min(610px,calc(100dvh - 100px));border-radius:14px}}@media print{#lia-chat,.lia-chat-launcher{display:none!important}}

/* Keep the composer visible while the keyboard reduces the available viewport. */
#lia-chat, #lia-chat *{box-sizing:border-box}
.lia-chat-header,.lia-chat-notice,.lia-chat-status,.lia-chat-form,.lia-chat-footer{flex-shrink:0}
.lia-chat-messages{min-height:40px}
.lia-chat-form textarea{height:67px;min-height:44px;max-height:190px;overflow-y:auto;overscroll-behavior:contain}
@media(max-width:768px),(max-height:560px) and (pointer:coarse){
  body.lia-chat-open{position:fixed;top:var(--lia-chat-page-top,0);left:0;width:100%;overflow:hidden}
  body.lia-chat-open .lia-chat-launcher{visibility:hidden}
  #lia-chat{top:var(--lia-chat-top,0);right:0;bottom:auto;width:100%;height:var(--lia-chat-height,100dvh);max-height:none;border:0;border-radius:0;z-index:1000;box-shadow:none}
  .lia-chat-header{padding:calc(10px + env(safe-area-inset-top)) 14px 10px}
  .lia-chat-notice{padding:8px 14px}
  .lia-chat-messages{padding:12px 14px}
  .lia-chat-form{padding:8px 12px}
  .lia-chat-form textarea{max-height:min(240px,calc(var(--lia-chat-height,100dvh) * .4));font-size:16px}
  .lia-chat-footer{padding:0 12px calc(8px + env(safe-area-inset-bottom))}
  .lia-chat-footer span{margin-top:3px}
  #lia-chat.lia-chat-compact .lia-chat-header{padding-top:env(safe-area-inset-top);padding-bottom:0}
  #lia-chat.lia-chat-compact .lia-chat-header span{display:none}
  #lia-chat.lia-chat-compact .lia-chat-notice{display:none}
  #lia-chat.lia-chat-compact .lia-chat-footer span{display:none}
  #lia-chat.lia-chat-compact .lia-chat-footer{padding-bottom:max(4px,env(safe-area-inset-bottom))}
  #lia-chat.lia-chat-compact .lia-chat-status{font-size:11px;padding-bottom:4px}
}
