.chat-container{background:#f7f9fc;display:flex;flex-direction:column;font-family:sans-serif;height:100vh;padding:1rem}.chat-box{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000000d;flex:1 1;overflow-y:auto;padding:1rem 1rem 80px}.chat-bubble{display:flex;margin-bottom:12px;min-width:0}.chat-bubble.user{justify-content:flex-end}.chat-bubble.bot{justify-content:flex-start}.bubble{background:#e0f7fa;border-radius:16px;color:#333;max-width:min(70%,680px);overflow-wrap:anywhere;padding:10px 14px;white-space:pre-wrap;word-break:break-word}.chat-bubble.user .bubble{background:#4fc3f7;color:#fff}.bubble a{word-break:break-all}.chat-input{align-items:center;background:#f7f9fc;border-top:1px solid #e7ebf0;bottom:0;display:flex;gap:8px;padding-top:1rem;position:sticky}.chat-input input{-webkit-appearance:none;background:#fff;border:1px solid #ccc;border-radius:10px;flex:1 1 auto;font-size:16px;line-height:1.25;min-height:44px;min-width:0;outline:none;padding:10px 12px}.chat-input input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.chat-input button{align-items:center;background:#0077c2;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;flex:0 0 auto;font-weight:600;justify-content:center;min-height:44px;padding:0 14px;white-space:nowrap}.chat-input button:hover{background:#005fa3}.chat-input button:disabled{background:#93c5fd;cursor:not-allowed}
/*# sourceMappingURL=main.61b7d175.css.map*/