.ChatWidget-module__MMKJYW__toggleButton{background-color:var(--color-secondary,#8e2323);color:#fff;cursor:pointer;z-index:9999;will-change:transform;border:none;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;font-size:32px;transition:transform .2s;animation:2.4s ease-in-out infinite ChatWidget-module__MMKJYW__pulse;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #0000004d}.ChatWidget-module__MMKJYW__toggleButton:hover{animation:none;transform:scale(1.1)}@keyframes ChatWidget-module__MMKJYW__pulse{0%{opacity:1;transform:scale(1)}40%{opacity:.9;transform:scale(1.08)}60%{opacity:.9;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.ChatWidget-module__MMKJYW__chatWindow{z-index:1001;background-color:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;width:350px;max-width:calc(100vw - 40px);height:500px;max-height:calc(80vh - 20px);display:flex;position:fixed;bottom:90px;right:20px;overflow:hidden;box-shadow:0 5px 20px #0003}.ChatWidget-module__MMKJYW__header{background-color:var(--color-primary,#1a1a1a);color:#fff;justify-content:space-between;align-items:center;padding:15px;display:flex}.ChatWidget-module__MMKJYW__header h3{margin:0;font-size:1rem}.ChatWidget-module__MMKJYW__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.ChatWidget-module__MMKJYW__messages{background-color:#f9f9f9;flex:1;padding:15px;overflow-y:auto}.ChatWidget-module__MMKJYW__message{margin-bottom:15px;display:flex}.ChatWidget-module__MMKJYW__messageContent{flex-direction:column;max-width:85%;display:flex}.ChatWidget-module__MMKJYW__user{justify-content:flex-end}.ChatWidget-module__MMKJYW__user .ChatWidget-module__MMKJYW__messageContent{align-items:flex-end}.ChatWidget-module__MMKJYW__model{justify-content:flex-start}.ChatWidget-module__MMKJYW__model .ChatWidget-module__MMKJYW__messageContent{align-items:flex-start}.ChatWidget-module__MMKJYW__bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;padding:10px 15px;font-size:.9rem;line-height:1.4}.ChatWidget-module__MMKJYW__user .ChatWidget-module__MMKJYW__bubble{background-color:var(--color-secondary,#8e2323);color:#fff;border-bottom-right-radius:2px}.ChatWidget-module__MMKJYW__model .ChatWidget-module__MMKJYW__bubble{color:#333;background-color:#fff;border:1px solid #ddd;border-bottom-left-radius:2px}.ChatWidget-module__MMKJYW__loading{color:#999;text-align:left;margin-left:10px;font-size:.8rem}.ChatWidget-module__MMKJYW__options{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.ChatWidget-module__MMKJYW__optionButton{border:1px solid var(--color-secondary,#8e2323);color:var(--color-secondary,#8e2323);cursor:pointer;background-color:#fff;border-radius:16px;padding:5px 12px;font-size:.8rem;transition:all .2s;box-shadow:0 2px 4px #0000000d}.ChatWidget-module__MMKJYW__inputForm{background-color:#fff;border-top:1px solid #eee;gap:10px;padding:10px;display:flex}.ChatWidget-module__MMKJYW__inputForm input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:10px 12px;font-size:16px;transition:border-color .3s}.ChatWidget-module__MMKJYW__inputForm input:focus{border-color:var(--color-secondary,#8e2323)}.ChatWidget-module__MMKJYW__inputForm button{background-color:var(--color-secondary,#8e2323);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:20px;padding:0 20px;font-size:.9rem;font-weight:700;transition:background-color .3s}.ChatWidget-module__MMKJYW__inputForm button:disabled{cursor:not-allowed;background-color:#ccc}.ChatWidget-module__MMKJYW__inputForm button:hover:not(:disabled){background-color:#7a1d1d;transform:translateY(-1px)}@media (max-width:480px){.ChatWidget-module__MMKJYW__chatWindow{border-radius:12px;width:90%;max-width:350px;height:60vh;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #00000080}.ChatWidget-module__MMKJYW__toggleButton{width:60px;height:60px;font-size:28px;bottom:20px;right:20px}}.ChatWidget-module__MMKJYW__headerTitle{align-items:center;gap:10px;display:flex}.ChatWidget-module__MMKJYW__headerIcon{object-fit:cover;background-color:#fff;border-radius:50%;width:24px;height:24px}.ChatWidget-module__MMKJYW__avatar{background-color:#eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-right:8px;display:flex;overflow:hidden}.ChatWidget-module__MMKJYW__avatar img{object-fit:cover;width:100%;height:100%}.ChatWidget-module__MMKJYW__model{align-items:flex-start}
