@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Outfit,Inter,system-ui,sans-serif}body{margin:0;min-width:320px;min-height:100vh;background-color:#fdfbf7;color:#0a0f0d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@layer utilities{.glass-card{background:#fdfbf7d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 40px -10px #0000000d}.glass-dark{background:#0a0f0dd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 40px -10px #00000080}.text-gradient-gold{background:linear-gradient(135deg,#d4af37,wheat,#b8860b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-gradient-green{background:linear-gradient(135deg,#047756,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#04775633;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#04775666}.dark ::-webkit-scrollbar-thumb{background-color:#ffffff1a}.dark ::-webkit-scrollbar-thumb:hover{background-color:#fff3}::selection{background-color:#04775633;color:#047756}
