@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-gray-950 text-gray-100 antialiased overflow-x-hidden;}}@layer utilities{.animate-shimmer{background:linear-gradient(90deg,#1f293700,#37415180,#1f293700);background-size:200% 100%;animation:shimmer 2s infinite linear}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-gray-900;}::-webkit-scrollbar-thumb{@apply bg-gray-700 rounded-full hover:bg-yellow-500 transition-colors;}iframe{background-color:transparent;color-scheme:dark}
