body {
  margin: 0;
  font-family: sans-serif;
  background-color: #121212;
  color: white;
  overflow-x: hidden;
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
}

.risk-bar {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
  background: #1e1e1e;
}

.risk-btn {
  background: #2a2a2a;
  color: white;
  border: none;
  margin: 0.5rem;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background 0.3s;
}

.risk-btn:hover {
  background: #444;
}

.map-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.map {
  width: 80vw;
  height: 50vh;
  border: none;
}

.breakdown {
  padding: 2rem;
  text-align: center;
}
