
:root { --soft-bg: #f6f8fb; }
body { background: var(--soft-bg); }
.bg-gradient { background: linear-gradient(180deg, rgba(0,123,255,.08), rgba(0,123,255,0) 50%); }
.table .badge.text-bg-soft { background-color: rgba(108,117,125,.15); color: inherit; }
.badge.fiat { background: #eaf5ff; color:#0d6efd; }
footer { background: rgba(0,0,0,.02); }
.navbar .btn-sm { padding: .25rem .6rem; }
.avatar i { color: var(--bs-secondary); }
.card { border-radius: 1rem; }

/* ── Dark mode tuning ───────────────────────────────────────────── */
:root[data-bs-theme="dark"] {
  --soft-bg: #0f1216;
}
:root[data-bs-theme="dark"] body { background: var(--soft-bg); }
:root[data-bs-theme="dark"] .bg-gradient { background: linear-gradient(180deg, rgba(13,110,253,.15), rgba(13,110,253,0) 55%); }
:root[data-bs-theme="dark"] .card { background-color: #151a21; border-color: #202632; }
:root[data-bs-theme="dark"] .table { --bs-table-color: #e2e8f0; --bs-table-bg: transparent; --bs-table-border-color: #2a3341; }
:root[data-bs-theme="dark"] .table thead th { background-color: #1b212a; color: #e7edf7; }
:root[data-bs-theme="dark"] .table-hover tbody tr:hover { background-color: rgba(255,255,255,.03); }
:root[data-bs-theme="dark"] .badge.bg-primary-subtle { background-color: rgba(13,110,253,.18)!important; color:#82b0ff!important; }
:root[data-bs-theme="dark"] .badge.bg-success-subtle { background-color: rgba(25,135,84,.2)!important; color:#86efac!important; }
:root[data-bs-theme="dark"] .badge.bg-warning-subtle { background-color: rgba(255,193,7,.18)!important; color:#ffd479!important; }
:root[data-bs-theme="dark"] .text-bg-soft { background-color: rgba(226,232,240,.1)!important; color:#cbd5e1!important; }
:root[data-bs-theme="dark"] .navbar, :root[data-bs-theme="dark"] footer { background-color: #0f1216!important; border-color:#202632!important; }
:root[data-bs-theme="dark"] .btn-outline-secondary { color:#cbd5e1; border-color:#2a3341; }
:root[data-bs-theme="dark"] .btn-outline-secondary:hover { background:#1b212a; }
:root[data-bs-theme="dark"] .form-control, :root[data-bs-theme="dark"] .form-select {
  background-color:#12161c; border-color:#2a3341; color:#e2e8f0;
}
:root[data-bs-theme="dark"] .form-control::placeholder { color:#8a97ab; }
:root[data-bs-theme="dark"] .input-group-text { background-color:#12161c; border-color:#2a3341; color:#b8c4d6; }
:root[data-bs-theme="dark"] .list-group-item { background-color:#151a21; color:#e2e8f0; border-color:#293140; }
:root[data-bs-theme="dark"] .border-top { border-top-color:#202632!important; }
:root[data-bs-theme="dark"] .border-bottom { border-bottom-color:#202632!important; }

/* Offer type soft pills in light */
.text-bg-danger-subtle { background-color: rgba(220,53,69,.15)!important; }
.text-bg-success-subtle { background-color: rgba(25,135,84,.15)!important; }

.input-group-text {
  background: transparent;
  border-left: none;
}
