#root,body,html{background:linear-gradient(135deg,#f0f4f8,#e0e7ee);color:#333;font-family:Segoe UI,Roboto,sans-serif;height:100%;margin:0}.chat-container-wrapper{align-items:center;border-radius:0;box-shadow:none;height:100vh;justify-content:center}.chat-container,.chat-container-wrapper{background-color:#fff;display:flex;width:100%}.chat-container{box-shadow:0 0 10px #0000000d;flex-direction:column;height:100%;max-width:1200px}.chat-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:24px;text-align:center}.chat-title{color:indigo;font-size:1.8rem;font-weight:700;margin-bottom:.25rem}.chat-subtitle{color:#888;font-size:1rem}.chat-history-log{background-color:#f9f9f9;display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow-y:auto;padding:24px}.chat-history-log::-webkit-scrollbar{width:8px}.chat-history-log::-webkit-scrollbar-track{background:#f1f1f1}.chat-history-log::-webkit-scrollbar-thumb{background:silver;border-radius:4px}.chat-history-log::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.initial-message-box{margin-bottom:auto;margin-top:auto;text-align:center}.initial-message-text{color:#b0b0b0;font-size:1.1rem;font-style:italic}.message-bubble{word-wrap:break-word;animation:fadeIn .5s ease-in-out;border-radius:24px;box-shadow:0 2px 5px #0000000d;line-height:1.6;max-width:85%;padding:12px 20px;transition:transform .2s ease}.message-bubble.user{align-self:flex-end;background:linear-gradient(135deg,#a0d4ff,#80bfff);border-bottom-right-radius:8px;color:#1a1a1a}.message-bubble.model{align-self:flex-start;background-color:#fff;border:1px solid #e0e0e0;border-bottom-left-radius:8px;color:#333}.chat-input-area{background-color:#fff;border-top:1px solid #e0e0e0;padding:20px}.input-field-wrapper{border:1px solid #ddd;border-radius:30px;box-shadow:0 2px 8px #0000000d;display:flex;overflow:hidden;position:relative;transition:border-color .2s ease,box-shadow .2s ease}.input-field-wrapper:focus-within{border-color:indigo;box-shadow:0 2px 8px #4b008226}.chat-input-textarea{border:none;flex-grow:1;font-size:1rem;line-height:1.4;max-height:150px;min-height:50px;overflow-y:auto;padding:15px 50px 15px 20px;resize:none}.chat-input-textarea:focus{outline:none}.chat-send-button{align-items:center;background-color:indigo;border:none;bottom:0;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;right:0;transition:background-color .2s ease,transform .1s ease;width:50px}.chat-send-button:hover{background-color:#5d1796;transform:scale(1.05)}.chat-send-button:disabled{background-color:#ccc;cursor:not-allowed;transform:scale(1)}.loading-bubble{padding:12px 20px}.dot-pulse{position:relative}.dot-pulse,.dot-pulse:after,.dot-pulse:before{animation:dotPulse 1s linear infinite alternate;background-color:#999;border-radius:50%;height:8px;width:8px}.dot-pulse:after,.dot-pulse:before{content:"";position:absolute}.dot-pulse:before{animation-delay:0s;left:-16px}.dot-pulse:after{animation-delay:.5s;left:16px}@keyframes dotPulse{0%{transform:scale(1)}to{transform:scale(.6)}}.error-message{background-color:#ffebee;border-radius:8px;bottom:110px;box-shadow:0 2px 8px #0000001a;color:#c62828;left:50%;padding:10px 20px;position:absolute;transform:translateX(-50%);z-index:1000}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.chat-container-wrapper{border-radius:20px;box-shadow:0 15px 30px #0000001a,0 5px 15px #0000000d;position:relative}.chat-header{padding:32px}.chat-title{font-size:2.5rem}.chat-subtitle{font-size:1.1rem}.chat-history-log{padding:32px}.message-bubble{max-width:60%}.chat-input-area{padding:24px 32px}.chat-input-textarea{font-size:1.1rem;min-height:60px}.chat-send-button{height:60px;width:60px}}
/*# sourceMappingURL=main.218e7a74.css.map*/