:root{
  --gold: #d4af37;
  --gold-dark: #b3882a;
  --muted: #6b6b6b;
  --bg: #ffffff;
  --card: #faf8f6;
  --accent: #0b3d91;
  --font: 'Poppins', sans-serif;
}

body { font-family: var(--font); background: #f5f5f7; color: #222; }
.navbar .brand-mark { width:48px;height:48px;background:var(--gold);display:flex;align-items:center;justify-content:center;border-radius:8px;color:#fff;font-weight:700; }
.brand-title { font-weight:700; color:var(--accent); }
.btn-gold { background: linear-gradient(180deg,var(--gold),var(--gold-dark)); color:#fff; border: none; }
.btn-gold:hover { filter:brightness(0.95); }

.card { background: var(--card); border-radius:12px; box-shadow: 0 8px 24px rgba(10,10,10,0.04); }
.card-highlight { border-left: 6px solid var(--gold); padding:14px; }

.h2-style { color:var(--accent); font-weight:700; }

.table thead th { border-bottom: 2px solid #eee; }
.small-muted { color:var(--muted); }

.form-control:focus { box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.15); border-color: var(--gold-dark); }

/* responsive */
@media (max-width:767px){
  .brand-title{font-size:0.95rem;}
}
