@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;--color-brand-dark: 15, 17, 21;--color-brand-gray: 26, 29, 35;--color-brand-gray-light: 42, 45, 52;--color-brand-gold: 200, 167, 78;--color-brand-text-light: 242, 244, 248;--color-brand-text-dim: 156, 163, 175;color:rgb(var(--color-brand-text-light));background-color:rgb(var(--color-brand-dark));font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0f1115}::-webkit-scrollbar-thumb{background:#c8a74e;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8943f}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.text-gradient-gold{background:linear-gradient(135deg,#c8a74e,#b8943f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card-hover{transition:all .3s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 24px #c8a74e33}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,280px));justify-content:center;justify-items:center;align-items:start;gap:2rem}@media(min-width:768px){.featured-grid{grid-template-columns:repeat(auto-fit,minmax(240px,280px))}}
