.hof-table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0 24px 0;
  background: #231e1a;
  color: #f4e9d7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 18px #0002;
  font-size: 1.05em;
}

.hof-table th, .hof-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #392d1c;
}

.hof-table th {
  background: #47371f;
  color: #ffe5b4;
  font-size: 1.08em;
  font-weight: 700;
  letter-spacing: 0.2px;
  border-bottom: 2px solid #b5945b;
}

.hof-table tr:last-child td {
  border-bottom: none;
}

.hof-table tr:hover td {
  background: #31261b;
  color: #fffbe7;
}

.hof-table td:first-child {
  font-weight: bold;
  color: #cfa869;
}

.admin-title {
  font-size: 2em;
  font-weight: 700;
  margin: 24px 0 12px 0;
  color: #f2e5d0;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px #0003;
}

.mode-header h2 {
  font-size: 1.3em;
  font-weight: 600;
  margin: 14px 0 4px 0;
  color: #ffe5b4;
}

.mode-desc {
  font-size: 1em;
  color: #dacaa6;
  margin-bottom: 10px;
}

.admin-back-link {
  display: inline-block;
  padding: 10px 18px;
  margin: 10px 0 18px 0;
  font-size: 1rem;
  font-weight: 500;
  background: #47371f;
  border: 1px solid #9a7b47;
  border-radius: 7px;
  color: #f1e6ca;
  text-decoration: none;
  transition: all 0.2s;
}
.admin-back-link:hover,
.admin-back-link:focus {
  background: #9a7b47;
  color: #2a2220;
  border-color: #cfa869;
}

.centered-info {
  text-align: center;
  margin: 18px 0 22px 0;
  color: #ffe5b4;
  font-size: 1.09em;
}

@media (max-width: 700px) {
  .hof-table th, .hof-table td {
    padding: 8px 7px;
    font-size: 0.97em;
  }
  .admin-title { font-size: 1.23em; }
  .mode-header h2 { font-size: 1.07em; }
}
