@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg-black: #000000;--text-white: #ffffff;--text-muted: #94a3b8;--pacto-blue: #00a3e0;--pacto-blue-dark: #0077a8}html{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;scroll-behavior:smooth;background-color:#000;color:#fff}body{background-color:#000;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.glass-card{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00a3e0,#0077a8);border-radius:99px;transition:background .3s ease,box-shadow .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#33b9e8,#00a3e0);box-shadow:0 0 8px #00a3e080}::-webkit-scrollbar-corner{background:transparent}
