/**
 * ETEA — Crisis institutional overlay (dark monolithic)
 */

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

.sidebar,
aside[class*="sidebar"],
#sidebar {
  background: rgb(15 20 28 / 1) !important;
  border-right: 1px solid #1e2633 !important;
}

.sidebar nav a.is-active,
.sidebar a.active {
  background: #1a2230 !important;
  color: #e8ecf1 !important;
}

.topbar,
header[class*="top"],
.dashboard-header {
  background: rgb(15 20 28 / 1) !important;
  border-bottom: 1px solid #1e2633 !important;
  color: #e8ecf1 !important;
}

.card,
.panel,
.stat-card,
.dashboard-stat {
  background: #141a24 !important;
  border: 1px solid #2a3444 !important;
  box-shadow: none !important;
}

.login-wrap { background: #0a0e14 !important; }

.login-card {
  border-top: 2px solid #dc2626 !important;
  background: #141a24 !important;
  border-color: #2a3444 !important;
  color: #e8ecf1 !important;
}

table thead th {
  background: #1a2230 !important;
  color: #a8b0bd !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid #2a3444 !important;
}

table tbody td {
  border-bottom: 1px solid #1e2633 !important;
  color: #e8ecf1 !important;
}

table tbody tr:hover { background: #1a2230 !important; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="datetime-local"],
input[type="date"],
select,
textarea {
  background: #0f141c !important;
  border: 1px solid #2a3444 !important;
  color: #e8ecf1 !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #6b7585 !important;
  box-shadow: 0 0 0 1px #6b7585 !important;
}

.text-red-500,
.text-red-600 { color: #f87171 !important; }

.text-white { color: #e8ecf1 !important; }
.text-gray-300,
.text-gray-400,
.text-gray-500 { color: #6b7585 !important; }
.bg-white,
.bg-white\/95 { background: #141a24 !important; }
.bg-gray-800,
.bg-gray-900,
.bg-black\/40 { background: #141a24 !important; }
