@tailwind base;@tailwind components;@tailwind utilities;@apply bg-[#0d1117]text-gray-100 min-h-screen antialiased;html,body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif}@apply max-w-[1800px]mx-auto p-4;::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#30363d;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#3b82f6}@apply text-sky-400 hover:text-sky-300 transition-colors;a{text-decoration:none}@apply rounded-md border border-transparent px-3 py-1 text-sm font-medium transition-colors;button{color:#e2e8f0;background-color:#1e293b}@apply border-sky-500 bg-sky-900 text-white;@apply font-semibold text-gray-100 tracking-wide;@apply bg-[#0f172a]border border-gray-800 rounded-2xl shadow-md hover:shadow-katana-glow transition;@apply text-gray-400;@apply text-sky-400;@media (max-width:640px){@apply px-2;}
