/* /de/ — locale-specific overlays. Loaded after /index-styles.css. */

.de-rank-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}
.de-rank-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.4rem 0;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  font-variant-numeric: tabular-nums;
}
.de-rank-list li:last-child { border-bottom: none; }
.de-rank-list .rank-name { font-weight: 500; }
.de-rank-list .rank-price { font-family: 'JetBrains Mono', ui-monospace, monospace; font-weight: 600; }

.de-state-table-wrap {
  margin: 2rem 0;
  overflow-x: auto;
}
.de-state-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}
.de-state-table th,
.de-state-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.de-state-table thead th {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: #444;
  border-bottom: 2px solid #111;
}
.de-state-table td.num,
.de-state-table th.num { text-align: right; font-family: 'JetBrains Mono', ui-monospace, monospace; }
.de-state-table tfoot th,
.de-state-table tfoot td {
  font-weight: 700;
  border-top: 2px solid #111;
  border-bottom: none;
  background: #f7f7f4;
}
.de-state-table .state-code {
  color: #888;
  font-weight: 400;
  font-size: 0.85em;
}

.impressum-page {
  max-width: 720px;
  margin: 3rem auto;
  padding: 0 1.5rem;
  font-family: 'Lora', Georgia, serif;
  line-height: 1.65;
}
.impressum-page h1 { font-family: 'Libre Franklin', sans-serif; font-weight: 800; }
.impressum-page h2 { font-family: 'Libre Franklin', sans-serif; font-weight: 700; margin-top: 2rem; }
.impressum-page .placeholder { color: #b00; font-style: italic; }
