@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #08090B;--surface: #111317;--elevated: #171A20;--card: #1C2028;--overlay: rgba(0, 0, 0, .65);--primary-text: #FFFFFF;--secondary-text: #B8BDC7;--muted-text: #8B9098;--divider: #2A3039;--accent: #D4AF37;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444;--info: #3B82F6}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--primary-text)}body{min-height:100vh;background-color:var(--background)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--divider);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-text)}.animate-fade-in{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--elevated) 50%,var(--surface) 75%);background-size:200% 100%;animation:skeleton 1.5s infinite}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
