@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:255,245,250;--background-end-rgb:250,245,255}html{scroll-behavior:smooth}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom right,rgb(var(--background-start-rgb)),rgb(var(--background-end-rgb)))}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}@media (max-width:640px){.chat-widget-container{position:fixed;inset:0;border-radius:0}}button:focus,input:focus,textarea:focus{outline:none}::selection{background:rgba(236,72,153,.2);color:inherit}