:root {
  color-scheme: light;
  font-family: "Segoe UI", system-ui, sans-serif;
  background: #f5f6f8;
}

body {
  margin: 0;
  background: #f5f6f8;
  color: #1f2933;
}

a {
  color: #0052cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem;
}

.site-header {
  background: #2c2f61;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.site-header .brand a {
  color: #fff;
}

.site-header nav a {
  margin-left: 1rem;
  color: rgba(255,255,255,0.85);
}

.site-header nav a:hover {
  color: #fff;
}

.site-footer {
  background: #2c2f61;
  color: #fff;
  margin-top: 2rem;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.table thead {
  background: #eef1f7;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.table th, .table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.table tr:last-child td {
  border-bottom: none;
}

.table.condensed td {
  font-size: 0.9rem;
}

.empty {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
