.ew-chat-launcher{position:fixed;bottom:24px;right:24px;z-index:9998;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;background:linear-gradient(135deg,#001250 0,#001a70 100%);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px -10px rgba(0,18,80,.5);transition:transform .2s ease}.ew-chat-launcher:hover{transform:scale(1.08)}.ew-chat-launcher svg{width:28px;height:28px;fill:#38b6ff}.ew-chat-panel{position:fixed;bottom:96px;right:24px;z-index:9999;width:370px;max-width:calc(100vw - 32px);height:540px;max-height:calc(100vh - 130px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 20px 60px -15px rgba(0,18,80,.35);display:none;flex-direction:column;overflow:hidden;font-family:Nunito,sans-serif}.ew-chat-panel.ew-open{display:flex}.ew-chat-header{background:linear-gradient(135deg,#001250 0,#001a70 100%);color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.ew-chat-header h3{margin:0;font-size:16px;font-weight:700;font-family:Rubik,sans-serif}.ew-chat-header p{margin:2px 0 0;font-size:12px;opacity:.75}.ew-chat-close{background:0 0;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;opacity:.8;padding:4px}.ew-chat-close:hover{opacity:1}.ew-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:rgba(56,182,255,.05)}.ew-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.ew-msg-user{align-self:flex-end;background:#001250;color:#fff;border-bottom-right-radius:4px}.ew-msg-bot{align-self:flex-start;background:#fff;color:#001250;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.ew-msg-typing{align-self:flex-start;color:rgba(0,18,80,.5);font-size:13px;padding:4px 14px}.ew-chat-input-row{display:flex;gap:8px;padding:12px;border-top:1px solid #e2e8f0;background:#fff}.ew-chat-input-row textarea{flex:1;resize:none;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:14px;font-family:Nunito,sans-serif;color:#001250;height:42px;max-height:90px;outline:0}.ew-chat-input-row textarea:focus{border-color:#38b6ff}.ew-chat-send{border:none;border-radius:10px;background:#38b6ff;color:#fff;width:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.ew-chat-send:hover:not(:disabled){background:#001250}.ew-chat-send:disabled{opacity:.5;cursor:default}.ew-chat-send svg{width:18px;height:18px;fill:currentColor}.ew-chat-note{text-align:center;font-size:11px;color:rgba(0,18,80,.45);padding:0 12px 8px;background:#fff;margin:0}@media (max-width:480px){.ew-chat-panel{right:16px;bottom:88px}.ew-chat-launcher{bottom:16px;right:16px}}