@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply antialiased text-white bg-[#0d0d0d];font-feature-settings:"ss01","ss02","cv01","cv02","cv03"}}@layer components{.btn-primary{@apply px-8 py-4 bg-brand-primary text-white font-bold text-sm uppercase tracking-widest rounded transition-all duration-300 hover:bg-[#c28245] hover:shadow-[0_0_20px_rgba(221,153,90,.4)] hover:scale-[1.02] active:scale-[.98];}.glass-card{@apply bg-white/5 backdrop-blur-xl border border-white/10 shadow-2xl;}.glow-border{@apply border border-brand-primary/20 hover:border-brand-primary/50 transition-colors duration-500 shadow-[0_0_15px_rgba(221,153,90,.1)];}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:float 3s ease-in-out infinite}
