.ach-web-chat{font-family:inherit;z-index:99999}.ach-web-chat--floating{position:fixed;right:18px;bottom:18px}.ach-web-chat__launcher{width:64px;height:64px;border-radius:22px;border:0;box-shadow:0 18px 45px rgba(8,27,74,.32);font-size:28px;cursor:pointer;background:linear-gradient(135deg,#F8D45A,#F1B800);color:#081B4A;display:flex;align-items:center;justify-content:center;transition:transform .16s ease,box-shadow .16s ease}.ach-web-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(8,27,74,.38)}.ach-web-chat__panel{display:none;position:absolute;right:0;bottom:78px;width:min(390px,calc(100vw - 28px));height:560px;max-height:calc(100vh - 110px);background:#71C8F6;border-radius:28px;box-shadow:0 24px 70px rgba(8,27,74,.35);overflow:hidden;border:1px solid rgba(255,255,255,.45)}.ach-web-chat.is-open .ach-web-chat__panel,.ach-web-chat:not(.ach-web-chat--floating) .ach-web-chat__panel{display:flex;flex-direction:column;position:relative;right:auto;bottom:auto}.ach-web-chat:not(.ach-web-chat--floating) .ach-web-chat__launcher{display:none}.ach-web-chat__header{background:#081B4A;color:#fff;padding:18px 18px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.10)}.ach-web-chat__header strong{display:block;font-size:17px;letter-spacing:.1px}.ach-web-chat__header span{display:block;font-size:12px;opacity:.88;margin-top:3px}.ach-web-chat__header button{background:rgba(255,255,255,.10);color:#fff;border:0;font-size:24px;line-height:1;cursor:pointer;width:34px;height:34px;border-radius:999px}.ach-web-chat__messages{flex:1;padding:16px;background:linear-gradient(180deg,#71C8F6 0%,#EAF8FF 100%);overflow:auto}.ach-web-chat__msg{max-width:88%;margin:0 0 11px;padding:11px 13px;border-radius:18px;line-height:1.36;font-size:14px;white-space:pre-wrap;box-shadow:0 5px 15px rgba(8,27,74,.08)}.ach-web-chat__msg--bot{background:#fff;color:#10203d;border:1px solid rgba(8,27,74,.08);border-bottom-left-radius:7px}.ach-web-chat__msg--user{background:linear-gradient(135deg,#F8D45A,#F1B800);color:#081B4A;margin-left:auto;border-bottom-right-radius:7px;font-weight:600}.ach-web-chat__form{display:flex;gap:9px;padding:12px;background:#fff;border-top:1px solid rgba(8,27,74,.08)}.ach-web-chat__form input{flex:1;border:1px solid rgba(8,27,74,.16);border-radius:999px;padding:12px 14px;font-size:14px;min-width:0;outline:none;background:#F8FCFF}.ach-web-chat__form input:focus{border-color:#F1B800;box-shadow:0 0 0 3px rgba(246,195,50,.22)}.ach-web-chat__form button{border:0;border-radius:999px;background:#081B4A;color:#fff;padding:12px 16px;cursor:pointer;font-weight:800;box-shadow:0 8px 18px rgba(8,27,74,.20)}@media(max-width:520px){.ach-web-chat--floating{right:12px;bottom:12px}.ach-web-chat__panel{width:calc(100vw - 24px);height:min(560px,calc(100vh - 96px));bottom:76px}.ach-web-chat__launcher{width:60px;height:60px}}

.ach-web-chat__actions{display:flex;gap:8px;flex-wrap:wrap;margin:8px 12px 12px;}
.ach-web-chat__action{border:0;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:600;background:#111;color:#fff;}
