@tailwind base;@tailwind components;@tailwind utilities;:root{--background: 11 15 23;--surface: 15 20 31;--primary: 59 130 246;--border: 30 41 59}@layer base{body{@apply bg-background text-slate-100 antialiased;font-feature-settings:"cv02","cv03","cv04","cv11"}}@layer components{.glass{@apply bg-opacity-60 backdrop-blur-md border border-white/10;}.btn-primary{@apply bg-primary hover:bg-blue-600 text-white font-bold py-2 px-4 rounded-lg transition-all transform hover:scale-[1.02] active:scale-[.98] shadow-lg shadow-primary/20;}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-transparent;}::-webkit-scrollbar-thumb{@apply bg-slate-800 rounded-full hover:bg-slate-700 transition-colors;}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-shimmer{animation:shimmer 2s infinite}
