@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");:root{--primary-color:#f04;--secondary-color:#f0f;--accent-color:#0f0;--text-color:#fff;--background-color:#0a0a0a;--button-dark-bg:#1a1a1a;--whatsapp-color:#0f0;--whatsapp-color-hover:#00e000}@layer base{*{@apply border-border;box-sizing:border-box}html{@apply scroll-smooth;background-color:#000}body,html{height:100%;width:100%;margin:0;padding:0}body{font-feature-settings:"rlig" 1,"calt" 1;font-family:Montserrat,sans-serif;background-color:#000!important;color:#fff;overflow-x:hidden}#__next,[data-nextjs-app-dir]{background-color:#000;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Orbitron,sans-serif}}@layer components{.btn-primary{@apply bg-primary text-white px-4 py-2 rounded-lg hover:bg-primary-600 transition-custom}.card{@apply bg-gray-900 rounded-xl shadow-custom p-6 hover:shadow-hover transition-custom;background-color:#1a1a1a;color:#fff}.bg-black-forced{background-color:#000!important}.animate-drop,.animate-drop-delay-2{animation:drop 3s linear infinite}.animate-drop-delay-2{animation-delay:2s}.animate-drop-delay-2-5{animation:drop 3s linear infinite;animation-delay:2.5s}}@layer utilities{.transition-custom{@apply transition-all duration-300 ease-in-out}.text-balance{text-wrap:balance}.force-dark{background-color:#000!important;color:#fff!important}}@keyframes drop{0%{transform:translateY(-100vh);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(100vh);opacity:0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}