.mmf-map {
  width: 100%;
  height: 70vh;
  min-height: 420px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.mmf-stats {
  font-family: "Source Sans 3", "Noto Sans", sans-serif;
}

.mmf-controls {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 10px 0 18px;
}

.mmf-controls label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.mmf-kpis {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  margin-bottom: 16px;
}

.mmf-kpis div {
  background: #f6f7f9;
  border-radius: 10px;
  padding: 12px 14px;
}

.mmf-kpis span {
  font-size: 26px;
  font-weight: 700;
  display: block;
}

.mmf-kpis small {
  color: #606b75;
}

.mmf-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.mmf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.mmf-table th,
.mmf-table td {
  border: 1px solid #e5e7eb;
  padding: 6px 8px;
  text-align: center;
}

.mmf-table th {
  background: #f6f7f9;
  text-align: center;
}

.mmf-dt td {
  width: 36px;
}

.mmf-calendar-heat {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
}

.mmf-calendar-heat th,
.mmf-calendar-heat td {
  border: 1px solid #e5e7eb;
  padding: 2px;
  text-align: center;
}

.mmf-calendar-heat th {
  background: #f6f7f9;
  position: sticky;
  left: 0;
  z-index: 1;
}

.mmf-calendar-heat thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}

.mmf-hit {
  background: #dbeafe;
}

.mmf-empty {
  background: #fafafa;
}
