@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#fff;color:#18181b;overflow-x:hidden;transition:background-color .5s ease,color .5s ease}.hex-clip{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%)}.bg-grid-pattern{background-image:linear-gradient(to right,#27272a 1px,transparent 1px),linear-gradient(to bottom,#27272a 1px,transparent 1px);background-size:60px 60px}.glass-panel{background:#18181b66;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px #0000001a}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.animate-text-gradient{background-size:200% auto;animation:textGradient 5s linear infinite}@keyframes textGradient{to{background-position:200% center}}
