.rl-chat-fab{position:fixed;right:18px;bottom:18px;z-index:99999;width:56px;height:56px;border-radius:50%;background:#0B1F3B;color:#fff;border:none;box-shadow:0 10px 25px rgba(0,0,0,.2);cursor:pointer;display:flex;align-items:center;justify-content:center;font:700 18px system-ui}
.rl-chat-panel{position:fixed;right:18px;bottom:84px;z-index:99999;width:360px;max-width:calc(100vw - 36px);height:520px;max-height:calc(100vh - 120px);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.25);display:none;flex-direction:column;border:1px solid rgba(0,0,0,.08)}
.rl-chat-header{padding:12px 14px;background:#0B1F3B;color:#fff;display:flex;gap:10px;align-items:center}
.rl-chat-title{display:flex;flex-direction:column;line-height:1.1}.rl-chat-title b{font:700 14px system-ui}.rl-chat-title span{font:400 12px system-ui;opacity:.85}
.rl-chat-close{margin-left:auto;background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer}
.rl-chat-body{padding:12px;flex:1;overflow:auto;background:#F7F8FA}
.rl-msg{margin:10px 0;display:flex}.rl-msg.user{justify-content:flex-end}
.rl-bubble{max-width:82%;padding:10px 12px;border-radius:14px;font:400 13px/1.35 system-ui;white-space:pre-wrap}
.rl-msg.bot .rl-bubble{background:#fff;border:1px solid rgba(0,0,0,.08)}.rl-msg.user .rl-bubble{background:#D4AF37;color:#111}
.rl-chat-footer{padding:10px;border-top:1px solid rgba(0,0,0,.08);background:#fff}.rl-row{display:flex;gap:8px}
.rl-input{flex:1;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.15);font:400 13px system-ui}
.rl-send{padding:10px 12px;border-radius:12px;border:none;background:#0B1F3B;color:#fff;font:800 13px system-ui;cursor:pointer}
.rl-note{margin-top:8px;font:400 11px system-ui;color:#555}.rl-wa-wrap{padding:10px;border-top:1px solid rgba(0,0,0,.08);background:#fff}
.rl-wa-link{display:block;text-align:center;background:#25D366;color:#fff;text-decoration:none;padding:10px 12px;border-radius:12px;font:900 13px system-ui}
