/* Msinterface Email Verifier — dark theme tweaks */
body { background: #0f1115; }
.card { background: #1a1d23; border: 1px solid #2a2e37; }
.navbar { background: #14171c; }
.table { --bs-table-bg: transparent; }
.btn-xs, .btn-sm.py-0 { font-size: .75rem; }
.progress { background: #2a2e37; }
.list-group-item { border-color: #2a2e37 !important; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.badge { font-weight: 500; }
code, .mono { font-family: ui-monospace, Menlo, Consolas, monospace; }
