#chat-launcher[hidden],#chat-panel[hidden],#chat-retry[hidden]{display:none}
#chat-launcher{position:fixed;right:24px;bottom:24px;z-index:90;border:1px solid #527e9f;border-radius:32px;padding:14px 20px;background:#17212b;color:white;font:600 15px UWeb,sans-serif;box-shadow:0 6px 28px #17212b33;cursor:pointer;display:flex;gap:10px;align-items:center}
#chat-launcher span{color:#69b7f0;font-size:22px}
#chat-panel{position:fixed;right:24px;bottom:88px;z-index:91;width:390px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 108px);background:#fff;border:1px solid #ccd2d5;border-radius:20px;box-shadow:0 16px 70px #17212b40;overflow:auto;color:#17212b;font:14px/1.5 UWeb,sans-serif;overscroll-behavior:contain}
.chat-heading{background:#17212b;color:white;padding:20px;display:flex;align-items:center;gap:12px;position:sticky;top:0;z-index:1}
.chat-heading img{width:36px;height:36px}.chat-heading h2{font-size:18px;margin:0;letter-spacing:0}.chat-heading p{margin:0;color:#b6cfe1;font-size:12px}
#chat-close{margin-left:auto;background:transparent;color:white;border:0;font-size:25px;cursor:pointer;width:36px;height:36px}
.chat-content{padding:18px}.chat-welcome{font-size:19px;line-height:1.35;font-weight:600;margin:0 0 8px}.chat-notice{font-size:12px;color:#52616e;margin:0 0 14px}
.chat-prompts{display:flex;gap:6px;flex-wrap:wrap}.chat-prompts button,#chat-clear,#chat-retry{font:inherit;font-size:12px;background:#f5f2ea;border:1px solid #ccd2d5;border-radius:8px;padding:7px 10px;cursor:pointer;color:#17212b}
.chat-message{border-radius:12px;background:#f1f5f8;padding:12px;margin-top:12px;overflow-wrap:anywhere}.chat-message.visitor{background:#e6eff6;margin-left:26px}.chat-message strong{font-size:11px;color:#52616e}.chat-message p{margin:5px 0 0;white-space:pre-wrap}
#chat-panel form{margin-top:16px}#chat-panel label{font-size:13px;margin-bottom:6px;display:block}#chat-panel textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:66px;max-height:140px;border:1px solid #9caebc;border-radius:10px;padding:10px;font:16px UWeb,sans-serif}
.chat-actions{display:flex;align-items:center;gap:10px;margin-top:10px;justify-content:space-between}.chat-actions .button{padding:10px 18px;font-size:14px}#chat-status{font-size:12px;color:#52616e;margin:8px 0}#chat-security{margin-top:8px;min-height:0}
.chat-handoff{border-top:1px solid #ccd2d5;margin-top:16px;padding-top:14px;display:flex;justify-content:space-between;align-items:center;font-size:13px}.chat-handoff a{font-weight:600;color:#376f9e}
#chat-panel :focus-visible,#chat-launcher:focus-visible{outline:3px solid #376f9e;outline-offset:3px}
@media(max-width:480px){#chat-launcher{right:12px;bottom:12px;padding:12px 16px}#chat-panel{right:12px;bottom:76px;max-height:calc(100dvh - 88px)}.chat-content{padding:14px}.chat-heading{padding:14px}}
