.lang-btn,
.ss-lang-flagged,
button[data-lang],
[data-ss-lang] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

.stat-card,
.panel,
.card,
textarea,
input,
select {
  background: #071321 !important;
  color: #eaf4ff !important;
  border: 1px solid rgba(56, 189, 248, .35) !important;
}

.stat-card strong,
.panel strong,
.card strong,
.panel h3,
.card h3 {
  color: #ffffff !important;
}

textarea::placeholder,
input::placeholder {
  color: #6f8da8 !important;
}

.panel-head,
.card-head {
  background: rgba(8, 19, 33, .96) !important;
  color: #f7fbff !important;
  border-bottom: 1px solid rgba(148, 163, 184, .25) !important;
}

.status-good {
  color: #22c55e !important;
}

.status-warn {
  color: #f59e0b !important;
}

.status-bad {
  color: #ef4444 !important;
}
