@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html,body{color:#f3f4f6!important;background:linear-gradient(to bottom right,#111827,#1f2937,#111827)!important;min-height:100vh!important;font-family:Inter,system-ui,-apple-system,sans-serif!important}h1,h2,h3,h4,h5,h6,p,span,div,button,a{color:inherit}.text-white{color:#fff!important}.text-gray-300{color:#d1d5db!important}.text-gray-400{color:#9ca3af!important}.text-gray-500{color:#6b7280!important}.bg-gray-800{background-color:#1f2937!important}.bg-gray-800\/50{background-color:#1f293780!important}.bg-gray-700{background-color:#374151!important}.bg-gray-900{background-color:#111827!important}.bg-gray-900\/50{background-color:#11182780!important}.bg-purple-600{background-color:#9333ea!important}.bg-purple-700{background-color:#7e22ce!important}.border-gray-700{border-color:#374151!important}.border-gray-600{border-color:#4b5563!important}.hover\:bg-purple-700:hover{background-color:#7e22ce!important}.hover\:bg-gray-600:hover{background-color:#4b5563!important}.hover\:text-white:hover{color:#fff!important}.min-h-screen{min-height:100vh!important}.max-w-7xl{max-width:80rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.p-6{padding:1.5rem!important}.flex{display:flex!important}.items-center{align-items:center!important}.justify-between{justify-content:space-between!important}.space-x-4>*+*{margin-left:1rem!important}.grid{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}@media (min-width:768px){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lg\:px-8{padding-left:2rem!important;padding-right:2rem!important}}.gap-6{gap:1.5rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-full{border-radius:9999px!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-t{border-top-width:1px!important}.transition-colors{transition-property:color,background-color,border-color!important;transition-duration:.15s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}
