:root{
  --bg: #0f1115;
  --text: #e6e6e6;
  --accent: #f5c518;
  --accent2: #ff6a00;
}
body{ background: var(--bg); color: var(--text); }
a{ color: var(--accent); }
.card{ border: 1px solid #232a36; }
.accordion-button{ background:#0f1115; color:#e6e6e6; }
.accordion-button:not(.collapsed){ background:#151922; color:#fff; }
img{ max-width:100%; height:auto; }
