.Chat-module__JLOOwG__container{background:var(--chat-bg);border-radius:16px;flex-direction:column;width:100%;max-width:600px;height:95vh;margin-top:2.5vh;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000080}.Chat-module__JLOOwG__header{text-align:center;background:#ffffff0d;border-bottom:1px solid #333;flex-shrink:0;padding:20px}.Chat-module__JLOOwG__header h1{margin:0;font-size:1.2rem}.Chat-module__JLOOwG__chatBox{flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.Chat-module__JLOOwG__message{border-radius:12px;max-width:80%;padding:12px 16px;font-size:.95rem;line-height:1.4;animation:.3s ease-out Chat-module__JLOOwG__popIn}.Chat-module__JLOOwG__userMsg{background-color:var(--user-msg-bg);color:var(--text-dark);border-bottom-right-radius:2px;align-self:flex-end}.Chat-module__JLOOwG__botMsg{background-color:var(--bot-msg-bg);color:var(--text-primary);border-bottom-left-radius:2px;align-self:flex-start}.Chat-module__JLOOwG__inputArea{background:#ffffff0d;flex-shrink:0;gap:10px;padding:20px;display:flex}.Chat-module__JLOOwG__input{background:var(--bg-color);color:#fff;border:1px solid #333;border-radius:25px;outline:none;flex:1;padding:15px;font-size:16px}.Chat-module__JLOOwG__input:focus{border-color:var(--user-msg-bg)}.Chat-module__JLOOwG__sendBtn{background:var(--user-msg-bg);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.2rem;transition:transform .2s;display:flex}.Chat-module__JLOOwG__sendBtn:hover{transform:scale(1.1)}.Chat-module__JLOOwG__sendBtn:disabled{opacity:.5;cursor:not-allowed}@keyframes Chat-module__JLOOwG__popIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Chat-module__JLOOwG__container{max-width:100%;height:100dvh;box-shadow:none;border-radius:0;margin-top:0}.Chat-module__JLOOwG__header{padding:15px}.Chat-module__JLOOwG__header h1{font-size:1rem}.Chat-module__JLOOwG__chatBox{padding:15px}.Chat-module__JLOOwG__message{max-width:85%;font-size:.9rem}.Chat-module__JLOOwG__inputArea{padding:15px;padding-bottom:max(15px,env(safe-area-inset-bottom))}.Chat-module__JLOOwG__sendBtn{width:45px;height:45px;font-size:1rem}}
