.mi-platform-root {
  max-width: 1320px;
  margin: 0 auto;
}

.mi-platform-hero {
  background: linear-gradient(130deg, #0b1324 0%, #152b4f 55%, #163b74 100%);
  color: #ffffff;
  border-radius: 10px;
}

.mi-platform-hero-title {
  color: #ffffff;
}

.mi-platform-hero-subtitle {
  color: rgba(255, 255, 255, 0.82);
}

.mi-platform-metrics {
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #e5eaf2;
}

.mi-platform-metric-card {
  flex: 1 1 180px;
  min-width: 170px;
  border-radius: 8px;
  background: #f8fafc;
}

.mi-platform-panels {
  gap: 16px;
}

.mi-platform-panel {
  border-radius: 10px;
  border: 1px solid #e5eaf2;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  height: auto;
  flex: 1 1 360px;
  min-width: 320px;
}

.mi-platform-chart-row {
  gap: 25px;
}

.mi-platform-donut {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--mi-donut-bg);
  box-shadow: inset 0 0 0 14px #ffffff, 0 6px 14px rgba(15, 23, 42, 0.12);
}

.mi-platform-legend {
  flex: 1 1 180px;
  min-width: 170px;
}

.mi-platform-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mi-dot-color);
}

.mi-platform-progress {
  width: 100%;
  height: 8px;
  background: #edf2f7;
  border-radius: 999px;
  overflow: hidden;
}

.mi-platform-progress-fill {
  height: 100%;
  width: var(--mi-progress-width);
  border-radius: 999px;
  background: linear-gradient(90deg, #0284c7 0%, #0ea5e9 100%);
}

.mi-platform-gap {
  height: 16px;
}

.mi-platform-backends {
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #e5eaf2;
}

.mi-platform-backend-card {
  flex: 1 1 220px;
  min-width: 200px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e5eaf2;
  display: flex;
  flex-direction: column;
}

.mi-platform-backend-btn {
  width: 100%;
  justify-content: center;
  font-weight: 600;
}
