/* Secciones promocionales — página principal MU Plus One */
.mu-home-showcase {
  width: 100%;
  margin: 0 auto 1.5rem;
}

.mu-home-showcase__block {
  width: 100%;
  margin-bottom: 1.75rem;
  text-align: center;
}

.mu-home-showcase__block img {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}

.mu-home-showcase__roadmap img {
  max-width: 1100px;
}

.mu-home-showcase__roadmap picture {
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  .mu-home-showcase__block {
    margin-bottom: 1.25rem;
  }

  .mu-home-showcase__block img {
    border-radius: 2px;
  }
}

/* Estado del servidor + rates (sidebar / home) */
.mu-server-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.65rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.55rem;
  background: linear-gradient(135deg, rgba(20, 28, 38, 0.95) 0%, rgba(8, 12, 18, 0.98) 100%);
  border: 1px solid rgba(249, 168, 37, 0.22);
  box-shadow:
    0 0 14px rgba(249, 168, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
  color: #94a3b8;
  backdrop-filter: blur(6px);
}

.mu-server-status__left {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.mu-server-status__dot {
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: #64748b;
  box-shadow: 0 0 6px rgba(100, 116, 139, 0.5);
}

.mu-server-status__dot--online {
  background: #4ade80;
  box-shadow:
    0 0 10px rgba(74, 222, 128, 0.85),
    0 0 18px rgba(74, 222, 128, 0.35);
  animation: muStatusPulse 2s ease-in-out infinite;
}

.mu-server-status__dot--warn {
  background: #fbbf24;
  box-shadow:
    0 0 10px rgba(251, 191, 36, 0.75),
    0 0 16px rgba(251, 191, 36, 0.3);
}

.mu-server-status__dot--offline {
  background: #f87171;
  box-shadow:
    0 0 10px rgba(248, 113, 113, 0.75),
    0 0 16px rgba(248, 113, 113, 0.3);
}

@keyframes muStatusPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.65;
    transform: scale(0.92);
  }
}

#serverStatusText {
  color: #f1f5f9;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.12);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mu-server-status__updated {
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
  color: #f9a825;
  text-shadow: 0 0 8px rgba(249, 168, 37, 0.35);
}

.mu-server-rates {
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid rgba(249, 168, 37, 0.35);
  background:
    linear-gradient(180deg, rgba(35, 45, 58, 0.97) 0%, rgba(12, 16, 22, 0.98) 100%);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.45),
    0 0 28px rgba(249, 168, 37, 0.12),
    inset 0 1px 0 rgba(255, 215, 0, 0.12);
  position: relative;
}

.mu-server-rates::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.07) 0%,
    transparent 42%,
    transparent 58%,
    rgba(255, 140, 0, 0.05) 100%
  );
}

.mu-server-rates__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0.6rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: #ffd54f;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid rgba(249, 168, 37, 0.28);
  background: linear-gradient(90deg, rgba(249, 168, 37, 0.18) 0%, rgba(249, 168, 37, 0.04) 100%);
  text-shadow: 0 0 10px rgba(255, 213, 79, 0.45);
  position: relative;
  z-index: 1;
}

.mu-server-rates__head i {
  filter: drop-shadow(0 0 4px rgba(255, 213, 79, 0.6));
}

.mu-server-rates__tag {
  margin-left: auto;
  font-size: 0.62rem;
  font-weight: 600;
  color: #cbd5e1;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.12rem 0.45rem;
  border-radius: 9999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(0, 0, 0, 0.25);
}

.mu-server-rates__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.78rem;
  position: relative;
  z-index: 1;
}

.mu-server-rates__table th,
.mu-server-rates__table td {
  padding: 0.48rem 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: left;
  vertical-align: middle;
}

.mu-server-rates__table tr:last-child th,
.mu-server-rates__table tr:last-child td {
  border-bottom: none;
}

.mu-server-rates__table tr:hover td,
.mu-server-rates__table tr:hover th {
  background: rgba(249, 168, 37, 0.04);
}

.mu-server-rates__table th {
  width: 38%;
  color: #94a3b8;
  font-weight: 600;
}

.mu-server-rates__table td {
  color: #e2e8f0;
}

.mu-server-rates__val {
  color: #ffe082;
  font-weight: 800;
  text-shadow: 0 0 10px rgba(255, 224, 130, 0.35);
}

.mu-server-rates__vip-pill {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.1rem 0.45rem;
  border-radius: 9999px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #fef3c7;
  background: linear-gradient(135deg, rgba(180, 120, 20, 0.55) 0%, rgba(120, 80, 10, 0.65) 100%);
  border: 1px solid rgba(255, 215, 0, 0.45);
  box-shadow: 0 0 10px rgba(255, 193, 7, 0.25);
  vertical-align: middle;
}

.mu-server-rates__link {
  color: #7dd3fc !important;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(125, 211, 252, 0.35);
}

.mu-server-rates__link:hover {
  color: #bae6fd !important;
  text-decoration: underline;
}

.mu-server-rates--compact {
  margin-top: 0.65rem;
}

.mu-server-rates--compact .mu-server-rates__head {
  font-size: 0.72rem;
  padding: 0.48rem 0.65rem;
}

.mu-server-rates--compact .mu-server-rates__table {
  font-size: 0.72rem;
}

.mu-server-rates--compact .mu-server-rates__table th,
.mu-server-rates--compact .mu-server-rates__table td {
  padding: 0.38rem 0.65rem;
}
