@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-black text-white antialiased;}@keyframes chat-pop{0%{transform:translateY(10px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.chat-pop{animation:chat-pop .35s ease-out forwards}@keyframes bubble-glow{0%,to{box-shadow:0 8px 26px #0f172ab3;filter:brightness(1)}50%{box-shadow:0 10px 34px #2563ebbf;filter:brightness(1.03)}}.bubble-glow{animation:bubble-glow 2.6s ease-in-out infinite}.ios-bubble{position:relative}.ios-bubble:after{content:"";position:absolute;right:-3px;bottom:4px;width:10px;height:16px;background:#0b93ff;border-bottom-left-radius:14px;transform:skew(-20deg)}.custom-scroll::-webkit-scrollbar{width:4px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background:#52525be6;border-radius:999px}.custom-scroll{scrollbar-width:thin;scrollbar-color:rgba(82,82,91,.9) transparent}
