vaadin-app-layout::part(navbar) {
  background-color: #cc0000;
  color: #ffffff;
}

vaadin-app-layout::part(drawer) {
  background-color: #f8f8f8;
  border-right: 2px solid #cc0000;
}

vaadin-drawer-toggle {
  color: #ffffff;
}

.hsg-nav-item {
  width: 100%;
  justify-content: flex-start;
  padding: var(--lumo-space-s) var(--lumo-space-m);
  color: #cc0000;
  font-weight: bold;
}

.hsg-nav-item:hover {
  background-color: #ffe0e0;
}

.hsg-primary-button {
  background-color: #cc0000;
  color: #ffffff;
}

.hsg-primary-button:hover {
  background-color: #aa0000;
}

.hsg-welcome-button {
  background-color: #cc0000;
  color: #ffffff;
  min-width: 200px;
  font-size: 1.1em;
  margin: var(--lumo-space-s);
}

.hsg-title {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 1px;
}

.hsg-page-title {
  color: #cc0000;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: var(--lumo-space-m);
}

.hsg-table-row-even {
  background-color: #fff5f5;
}

.hsg-table-highlight {
  background-color: #ffe0e0;
  font-weight: bold;
}

.hsg-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: var(--lumo-space-m);
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: var(--lumo-space-s);
}

.hsg-back-button {
  color: #cc0000;
  margin-bottom: var(--lumo-space-m);
}

.hsg-game-home {
  border-left: 4px solid #cc0000;
}

.hsg-game-away {
  border-left: 4px solid #888888;
}

.hsg-score {
  font-size: 1.2em;
  font-weight: bold;
  color: #cc0000;
}

.hsg-login-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f0f0f0;
}

.hsg-welcome-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--lumo-space-l);
  background: linear-gradient(135deg, #ffffff 0%, #fff0f0 100%);
  min-height: 100vh;
}

.hsg-logo-placeholder {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cc0000, #880000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: var(--lumo-space-l);
  text-align: center;
  box-shadow: 0 4px 12px rgba(204,0,0,0.3);
}

.hsg-player-photo {
  border-radius: 8px;
  border: 2px solid #cc0000;
}

.hsg-donation-item {
  display: flex;
  align-items: center;
  gap: var(--lumo-space-s);
  padding: var(--lumo-space-xs) 0;
  border-bottom: 1px solid #f0f0f0;
}

.hsg-shift-row {
  display: grid;
  grid-template-columns: 140px 1fr auto auto;
  gap: var(--lumo-space-s);
  align-items: center;
  margin-bottom: var(--lumo-space-s);
}
