@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-grid{background-size:40px 40px;background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px)}.text-gradient{background:linear-gradient(to bottom right,#000,#4b5563);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.stroke-text{-webkit-text-stroke:1px white}.stroke-text-dim{-webkit-text-stroke:1px rgba(255,255,255,.2)}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee-left{animation:marquee-left 30s linear infinite}.animate-marquee-right{animation:marquee-right 30s linear infinite}.pause{animation-play-state:paused}
