.chat-container{align-items:center;background-color:#eef1f5;display:flex;font-family:Segoe UI,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.chat-box{background:#fff;border-radius:16px;box-shadow:0 8px 20px #0000001a;max-width:650px;padding:2rem;width:100%}h2{color:#2c3e50;margin-bottom:1rem;text-align:center}.form-section{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.form-section input,.form-section textarea{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.form-section button{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;transition:background-color .2s ease}.form-section button:hover{background-color:#218838}.messages{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;height:300px;overflow-y:auto;padding:1rem}.message{word-wrap:break-word;border-radius:12px;margin:.5rem 0;max-width:75%;padding:.75rem 1rem}.message.user{align-self:flex-end;background-color:#d1ecf1;margin-left:auto;text-align:right}.message.bot{align-self:flex-start;background-color:#d4edda;margin-right:auto;text-align:left}button .loader{animation:spin .8s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#555;display:inline-block;height:14px;vertical-align:middle;width:14px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.aa0950ec.css.map*/