@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;-webkit-tap-highlight-color:transparent}body{font-family:Roboto,sans-serif}::-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}.dark ::-webkit-scrollbar-thumb{background:#475569}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}.chat-bg-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23cbd5e1' fill-opacity='0.15'%3E%3Cpath d='M36 34.08c0-1.104.896-2 2-2h12c1.104 0 2 .896 2 2v8c0 1.104-.896 2-2 2H48l-4 4v-4h-4c-1.104 0-2-.896-2-2v-8zM8 2.08c0-1.104.896-2 2-2h12c1.104 0 2 .896 2 2v8c0 1.104-.896 2-2 2H20l-4 4v-4h-4c-1.104 0-2-.896-2-2v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.dark .chat-bg-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23475569' fill-opacity='0.15'%3E%3Cpath d='M36 34.08c0-1.104.896-2 2-2h12c1.104 0 2 .896 2 2v8c0 1.104-.896 2-2 2H48l-4 4v-4h-4c-1.104 0-2-.896-2-2v-8zM8 2.08c0-1.104.896-2 2-2h12c1.104 0 2 .896 2 2v8c0 1.104-.896 2-2 2H20l-4 4v-4h-4c-1.104 0-2-.896-2-2v-8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes slide-up-fast{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up-fast{animation:slide-up-fast .3s ease-out forwards}
