body{background:linear-gradient(314deg,#0285b7 50%,#c51623 0%);overflow:hidden}.chatContainer{justify-content:center;height:100dvh;display:flex;position:relative}.messages{flex-direction:column;width:100%;max-width:800px;padding:0 20px;display:flex;position:absolute;top:20px;bottom:120px;overflow-y:auto}.messageRow{width:100%;margin-bottom:10px;display:flex}.messageRow.user{justify-content:flex-end}.messageRow.ai{justify-content:flex-start}.bubble{border-radius:16px;max-width:70%;padding:12px 16px;font-size:15px}.bubble>div{white-space:break-spaces}.bubble.user{color:#fff;background:#3e2f33}.bubble.ai{background:#e5e5e5;padding-top:30px;position:relative}.chatWrapper{background:#fff;border:1px solid #333;border-radius:25px;width:55vw;max-width:800px;transition:all .4s;position:absolute}.chatWrapper.center{top:50%;transform:translateY(-50%)}.chatWrapper.bottom{bottom:30px}.chatTextarea{resize:none;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;min-height:55px;max-height:250px;padding:10px 70px 10px 20px;font-size:20px;overflow-y:auto}.chatButtons{align-items:center;gap:6px;display:flex;position:absolute;bottom:.5em;right:.5em}.chatMic{cursor:pointer;color:#3f3445;width:18px;height:18px;transition:all .2s}.chatSend{cursor:pointer;border-radius:50%;width:24px;height:24px;padding:4px;transition:all .2s}.chatSend.disabled{color:#999;pointer-events:none}.chatSend.active{color:#fff;background-color:#943148}.chatMic:hover{color:#943148}.copyBtn{cursor:pointer;color:#333;background:0 0;border:1px solid #666;border-radius:8px;align-items:center;gap:4px;padding:2px 6px;font-size:11px;display:flex;position:absolute;top:6px;right:8px}.copyBtn:hover{color:#333;background:0 0}.copyBtn.copied{color:#333;border:1px solid #333}@media (width<=600px){.chatWrapper{width:90vw}.chatTextarea{font-size:16px}}.dots{gap:5px;display:flex}.dots span{background:#555;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both bounce}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.bubble.ai:has(.dots){padding-top:12px}.disclaimer{align-items:end;display:flex}.disclaimer *{color:#323232;height:max-content;margin:0 .5rem}
