/* STREAMING_CHUNK:Defining custom layout and animations... */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {font-family: 'Inter', sans-serif;}.custom-scrollbar::-webkit-scrollbar {width: 6px;height: 6px;}
.custom-scrollbar::-webkit-scrollbar-track {background: #f1f5f9;}.custom-scrollbar::-webkit-scrollbar-thumb 
{background: #cbd5e1;border-radius: 9999px;}.custom-scrollbar::-webkit-scrollbar-thumb:hover {background: #94a3b8;}
@keyframes fadeIn {from { opacity: 0; transform: scale(0.95); }to { opacity: 1; transform: scale(1); }}.modal-animate 
{animation: fadeIn 0.2s ease-out forwards;}