/* Mobile market toggle active state */
.mkt-tab-active { background: #e8b14e; color: #030712; font-weight: 600; border-color: #e8b14e; }

/* Edge / fade badge colors */
.edge-strong  { background: #14532d; color: #86efac; padding: 1px 6px; border-radius: 4px; font-weight: 600; }
.edge-mild    { background: #1a3a1a; color: #6ee07a; padding: 1px 6px; border-radius: 4px; }
.fade-strong  { background: #450a0a; color: #fca5a5; padding: 1px 6px; border-radius: 4px; font-weight: 600; }
.fade-mild    { background: #2d1515; color: #f87171; padding: 1px 6px; border-radius: 4px; }

/* Brand color */
.text-brand   { color: #e8b14e; }
.bg-brand     { background: #e8b14e; }
.focus\:border-brand:focus { border-color: #e8b14e; }

/* Table row hover */
#preview-table tbody tr:hover td { background: #111827; }

/* Scrollbar */
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: #030712; }
::-webkit-scrollbar-thumb { background: #374151; border-radius: 3px; }
