body {
  background-color: #121212;
  color: #f1f1f1;
      font-family: "Gotham Black", sans-serif;
  margin: 0;
  padding: 2rem;
}

.container {
  max-width: 1600px;
  margin: auto;
  background: #1e1e1e;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

#logo {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 120px;
  z-index: 100;
}


h1 {
  color: #ffcc00;
  text-align: center;
}

h2 {
  color: #ffcc00;
}

h3 {
  color: #ffcc00;
}

.top-logo {
  position: absolute;
  top: 20px;
  right: 30px;
  height: 100px;
}


ul {
  list-style: none;
  padding: 0;
}

.accordion {
  background: transparent;
  border: none;
  color: #f1f1f1;
  font-size: 1rem;
  font-weight: bold;
  margin: 0.5rem 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
}

.subgift-header {
  font-weight: bold;
  font-size: 1.1rem;
  margin-left: 0.4rem;
  font-family: "Gotham Black", sans-serif;
}

.avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.supporter {
  margin-bottom: 1rem;
  background: #2a2a2a;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s;
}

.supporter label {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.entry-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}

.entry-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.entry-value {
  min-width: fit-content;
  text-align: right;
  font-weight: bold;
}


input[type="checkbox"] {
  transform: scale(1.4);
}

.supporter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1rem;
}

.column {
  flex: 1;
  min-width: 345px;
  background: #1e1e1e;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.column h3 {
  margin-bottom: 2.0rem;
  margin-left: 0.3rem;
  font-size: 1.4rem;
  color: #ffcc00;
}

.tier-badge {
  background-color: #ffcc00;
  color: #121212;
  font-weight: bold;
  padding: 2px 8px;
  margin-left: 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  display: inline-block;
}

.tier-label {
  background-color: #ffcc00;
  color: black;
  padding: 0.2rem 0.6rem;
  border-radius: 1rem;
  font-size: 0.8rem;
  margin-left: 0.6rem;
  font-weight: bold;
}

.top-cards {
  display: flex;
  flex-direction: row; /* ← sorgt für vertikale Anordnung */
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.top-supporters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: normal;
}

.top-card {
    display: flex;
  flex-direction: column;
  justify-content: left;
  background: #2a2a2a;
  padding: 1rem 2rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  width: 100%;
  max-width: 380px;
}

.top-card h3 {
  font-size: 1.4rem;
  color: #ffcc00;
  margin-bottom: 2.0rem;
  text-align: center;
}

.top-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  background-color: #1a1a1a;
  border-radius: 6px;
}

.top-list .position {
  width: 2rem;
}

.top-list .name {
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-list .value {
  white-space: nowrap;
  font-weight: bold;
}

.gifter-wrapper {
  border: 2px solid #444;
  border-radius: 10px;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: #1a1a1a;
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.05);
}
