@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Sora:wght@400;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background-color:#1e1e1e;color:#efeadf;font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#252525}::-webkit-scrollbar-thumb{background:#c9a95c;border-radius:3px}}@layer components{.btn-primary{@apply bg-brand-gold hover:bg-brand-gold-dark text-brand-charcoal font-semibold px-4 py-2 rounded-lg transition-colors duration-200 text-sm;}.btn-secondary{@apply bg-surface-overlay hover:bg-surface-border text-brand-cream border border-surface-border px-4 py-2 rounded-lg transition-colors duration-200 text-sm;}.btn-danger{@apply bg-red-600 hover:bg-red-700 text-white font-semibold px-4 py-2 rounded-lg transition-colors duration-200 text-sm;}.card{@apply bg-surface-raised border border-surface-border rounded-xl p-5;}.input{@apply bg-surface-overlay border border-surface-border text-brand-cream rounded-lg px-3 py-2 text-sm w-full focus:outline-none focus:border-brand-gold transition-colors duration-200 placeholder:text-brand-charcoal-lighter;}.label{@apply block text-xs font-medium text-brand-cream/70 mb-1;}.badge-status{@apply inline-flex items-center gap-1 px-2 py-0.5 rounded-full text-xs font-medium;}.table-header{@apply text-xs font-semibold text-brand-cream/50 uppercase tracking-wider;}.table-row{@apply border-b border-surface-border hover:bg-surface-overlay transition-colors duration-150;}}
