@tailwind base;@tailwind components;@tailwind utilities;:root{--accent: #07C5C9;--accent-2: #059aa0;--bg: #FFFFFF;--fg: #0B0F14;--card: rgba(0,0,0,.04);--card-border: rgba(0,0,0,.1);--glass: rgba(255,255,255,.7);--glass-border: rgba(0,0,0,.1);--brands-bg: #F9FAFB;--brands-pill-bg: #FFFFFF;--brands-pill-border: rgba(0,0,0,.06);--brands-shadow: 0 4px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px -1px rgba(0, 0, 0, .02)}.dark{--accent: #FF5722;--accent-2: #d9471f;--bg: #000000;--fg: #FFFFFF;--card: rgba(255,255,255,.06);--card-border: rgba(255,255,255,.12);--glass: rgba(20,20,20,.7);--glass-border: rgba(255,255,255,.1);--brands-bg: #000000;--brands-pill-bg: #0A0A0A;--brands-pill-border: rgba(255,255,255,.12);--brands-shadow: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .3)}@layer utilities{.font-display{font-family:Unbounded,sans-serif}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#0000000d}.custom-scrollbar::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}.dark .custom-scrollbar::-webkit-scrollbar-track{background:#ffffff0d}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#fff3}.cursor-hover{cursor:none}.brand-logo{transition:all .3s ease}.dark .brand-logo{filter:invert(1) brightness(1.2) contrast(1.1);opacity:.95}}
