@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#1e293b;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#334155}.nav-collapse-enter{max-height:0;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.nav-collapse-active{max-height:1000px;opacity:1}}@media print{html,body,#root{background-color:#fff!important;color:#000!important}.bg-\[\#020617\],[class*=bg-slate-],[class*=bg-gray-]{background-color:transparent!important}[class*=text-slate-],[class*=text-white],[class*=text-gray-]{color:#000!important}[class*=border-slate-]{border-color:#000!important}}
