html, body {
  height: 100%;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
}

#map {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.hidden {
  display: none !important;
}

#landing {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 24, 28, 0.55);
  z-index: 1000;
}

.landing-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  max-width: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.landing-card h1 {
  margin: 0 0 8px;
  font-size: 20px;
}

.landing-card .hint {
  color: #666;
  font-size: 13px;
}

#session-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  max-height: 240px;
  overflow-y: auto;
}

#session-list li a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: #1a1a1a;
  background: #f2f4f6;
  margin-bottom: 6px;
}

#session-list li a:hover {
  background: #e4e8ec;
}

.rider-icon {
  font-size: 28px;
  line-height: 28px;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4));
}

.stats-popup {
  font-size: 13px;
  line-height: 1.5;
  min-width: 190px;
}

.stats-popup h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.stats-popup table td {
  padding: 1px 4px;
}

.stats-popup td.label {
  color: #666;
}

.stats-popup td.value {
  font-weight: 600;
  text-align: right;
}
