﻿.ChatWidget-module__MMKJYW__bubble{background:linear-gradient(135deg,var(--chat-bubble-gradient-start,#1f4fff),var(--chat-bubble-gradient-end,#0f2c8f));width:44px;height:44px;color:var(--chat-bubble-text,#fff);cursor:pointer;box-shadow:none;z-index:60;border:none;border-radius:999px;place-items:center;font-size:1.1rem;font-weight:700;line-height:1;display:grid;position:fixed;bottom:24px;right:24px}.ChatWidget-module__MMKJYW__bubbleIcon{width:22px;height:22px}.ChatWidget-module__MMKJYW__badge{background:var(--chat-badge-bg,#ff2f4d);width:18px;height:18px;color:var(--chat-badge-text,#fff);border:2px solid var(--chat-badge-border,#fff);border-radius:999px;place-items:center;font-size:.7rem;font-weight:700;display:grid;position:absolute;top:-2px;right:-2px}.ChatWidget-module__MMKJYW__panel{background:var(--chat-panel-bg,#fff);border:1px solid var(--chat-panel-border,#dfe5f5);z-index:60;border-radius:18px;flex-direction:column;width:min(380px,100vw - 24px);height:560px;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;box-shadow:0 18px 36px #0a184a40}.ChatWidget-module__MMKJYW__header{background:var(--chat-header-bg,#102a86);color:var(--chat-header-text,#fff);flex-direction:column;gap:2px;padding:12px 16px;display:flex}.ChatWidget-module__MMKJYW__header span{opacity:.85;font-size:.8rem}.ChatWidget-module__MMKJYW__messages{background:var(--chat-messages-bg,#f8f9fd);flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__message{white-space:pre-wrap;border-radius:12px;max-width:85%;padding:10px 12px;font-size:.95rem;line-height:1.4}.ChatWidget-module__MMKJYW__user{background:var(--chat-user-bg,#214ffd);color:var(--chat-user-text,#fff);align-self:flex-end}.ChatWidget-module__MMKJYW__assistant{background:var(--chat-assistant-bg,#fff);color:var(--chat-assistant-text,#151824);border:1px solid var(--chat-assistant-border,#dfe5f5);align-self:flex-start}.ChatWidget-module__MMKJYW__form{background:#fff;border-top:1px solid #e4e8f4;gap:8px;padding:10px;display:flex}.ChatWidget-module__MMKJYW__form input{border:1px solid var(--chat-input-border,#cfd7ed);border-radius:10px;outline:none;flex:1;padding:10px}.ChatWidget-module__MMKJYW__form button{background:var(--chat-send-bg,#1f4fff);color:var(--chat-send-text,#fff);cursor:pointer;border:none;border-radius:10px;padding:0 14px}.ChatWidget-module__MMKJYW__form button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.ChatWidget-module__MMKJYW__panel{width:auto;height:70vh;bottom:90px;left:12px;right:12px}.ChatWidget-module__MMKJYW__bubble{bottom:12px;right:12px}}
