@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--bg: #0f1409;--bg-deep: #0a0e06;--panel: #141b0d;--card: #192110;--card2: #1e2914;--border: #283618;--border2: #364a22;--olive: #4a5e28;--olive-mid: #5c7430;--olive-light: #6e8c38;--accent: #7aaa30;--accent-hover: #8cc840;--accent-bright: #9ad840;--gold: #a89030;--gold-light: #c8ae48;--gold-bright: #e0c85a;--text: #c0d0a0;--text-muted: #607050;--text-dim: #384828;--white: #e8f0d0;--water: #1a4232;--water-light: #286050}body{@apply bg-bg text-text font-sans antialiased;font-feature-settings:"ss01","ss02","cv01","cv02"}::selection{@apply bg-accent/30 text-white;}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{@apply bg-bg-deep;}::-webkit-scrollbar-thumb{@apply bg-border rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-border2;}}@layer components{.btn-primary{@apply bg-accent hover:bg-accent-hover text-bg-deep font-bold py-3 px-6 rounded-lg transition-all duration-200 shadow-lg shadow-accent/20 hover:shadow-xl hover:shadow-accent/30 focus:outline-none focus:ring-2 focus:ring-accent focus:ring-offset-2 focus:ring-offset-bg-deep;}.btn-secondary{@apply bg-transparent border border-border2 text-text hover:border-accent hover:text-accent font-semibold py-3 px-6 rounded-lg transition-all duration-200 focus:outline-none focus:ring-2 focus:ring-accent focus:ring-offset-2 focus:ring-offset-bg-deep;}.card{@apply bg-card border border-border rounded-xl p-6 transition-all duration-200 hover:border-accent/30 hover:shadow-lg hover:shadow-accent/5;}.input-field{@apply bg-card2 border border-border2 rounded-lg px-4 py-3 text-text placeholder:text-text-muted/50 focus:outline-none focus:border-accent focus:ring-2 focus:ring-accent/20 focus:ring-offset-1 focus:ring-offset-bg-deep transition-all duration-200;}.badge{@apply inline-flex items-center px-3 py-1 rounded-full text-xs font-bold tracking-wide;}.badge-accent{@apply bg-accent/15 text-accent border border-accent/30;}.badge-gold{@apply bg-gold/15 text-gold-light border border-gold/30;}.badge-water{@apply bg-water/15 text-water-light border border-water/30;}.section-padding{@apply px-4 sm:px-6 lg:px-8;}.container-custom{@apply max-w-7xl mx-auto;}}
