@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--primary:#6c47ff;--primary-dark:#5639cc;--secondary:#ff3e5f;--dark:#0f0f1a;--dark-light:#1e1e2d;--light:#f5f5fa}body{@apply bg-dark text-light font-sans;font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{@apply bg-dark-light}::-webkit-scrollbar-thumb{@apply bg-gray-700 rounded-full}::-webkit-scrollbar-thumb:hover{@apply bg-gray-600}.prose{@apply max-w-none}.prose-invert{--tw-prose-body:theme("colors.gray.300");--tw-prose-headings:theme("colors.white");--tw-prose-lead:theme("colors.gray.400");--tw-prose-links:theme("colors.primary");--tw-prose-bold:theme("colors.white");--tw-prose-counters:theme("colors.gray.400");--tw-prose-bullets:theme("colors.gray.600");--tw-prose-hr:theme("colors.gray.700");--tw-prose-quotes:theme("colors.gray.300");--tw-prose-quote-borders:theme("colors.gray.700");--tw-prose-captions:theme("colors.gray.500");--tw-prose-code:theme("colors.white");--tw-prose-pre-code:theme("colors.gray.300");--tw-prose-pre-bg:theme("colors.dark");--tw-prose-th-borders:theme("colors.gray.600");--tw-prose-td-borders:theme("colors.gray.700")}.animate-float{animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}