@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");:root{--font-main:"Poppins",sans-serif;--bubble-radius:28px;--tilt-max:8deg;--ripple-color:hsla(0,0%,100%,.3)}.chat-container{position:relative;font-family:var(--font-main);background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);border-radius:32px;padding:30px 30px 0;overflow-x:hidden;overflow-y:auto}.chat-container:before{content:"";position:relative;top:-20%;left:-30%;width:200%;height:200%;background:url(/blob.svg) 50%/cover no-repeat;opacity:.1;animation:blobMove 12s ease-in-out infinite;z-index:0}@keyframes blobMove{0%{transform:translate(0) scale(1)}50%{transform:translate(20px,20px) scale(1.1)}to{transform:translate(0) scale(1)}}.chat-bubble{position:relative;display:block;width:-moz-fit-content;width:fit-content;max-width:75%;margin:16px 0;padding:20px 24px;border-radius:var(--bubble-radius);font-size:1rem;line-height:1.5;overflow:hidden;z-index:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;perspective:600px;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word;color:#fff}.chat-bubble:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 12px 24px rgba(0,0,0,.4),0 0 16px var(--ripple-color)}.chat-bubble:before{width:140%;height:140%;top:-20%;left:-20%;filter:blur(60px)}.chat-bubble:after,.chat-bubble:before{content:"";position:absolute;background:inherit;z-index:-1}.chat-bubble:after{bottom:-6px;width:20px;height:20px;border-radius:6px;transform-origin:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.4);opacity:.3}}.chat-bubble.incoming:after{left:20px;transform:rotate(45deg)}.chat-bubble.outgoing:after{right:20px;transform:rotate(-135deg)}.timestamp{display:block;margin-top:8px;font-size:.7rem;opacity:.6;text-align:right}.chat-bubble.theme-female{background:linear-gradient(135deg,#ff9ec4,#ff758c)}.chat-bubble.theme-male{background:linear-gradient(135deg,#556270,#2b2e4a)}.chat-bubble.theme-other{background:linear-gradient(135deg,#73a5ff,#78ffd6)}.chat-bubble.incoming{margin-right:auto}.chat-bubble.outgoing{margin-left:auto}.textarea-auto{overflow-y:hidden;resize:none;max-height:150px;transition:height .1s}.textarea-auto--scroll{overflow-y:auto}.chat-container{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.chat-container::-webkit-scrollbar{width:6px;height:6px}.chat-container::-webkit-scrollbar-track{background:transparent}.chat-container::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px;border:1px solid transparent}.chat-container::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.3)}@keyframes pulseNeon{0%,to{opacity:.4;transform:scale(1) rotate(0deg)}50%{opacity:.7;transform:scale(1.05) rotate(2deg)}}