.portal-wrapper {
  position: absolute;
  top: 180px;
  right: 20px;
  z-index: 1000;
}

.portal-frame {
  width: 320px;
  height: 380px;
  background: url('/assets/img/bg-portal.jpg') no-repeat center center;
  background-size: cover;
  border-radius: 18px;
  padding: 50px 20px 20px;
  box-shadow: 0 0 20px #00ff88; /* halo verde */
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* Cuadro de estado completamente transparente, sin sombra */
.estado-reino-box {
  background: transparent !important;     /* sin fondo oscuro */
  box-shadow: none !important;           /* sin sombra */
  color: #ffffff;
  text-align: center;
  padding: 15px 12px;
  border-radius: 10px;
  width: 100%;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
}

/* Estado ACTIVO */
.estado-reino-box .status-ok {
  color: #00ff88;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Estado INACTIVO */
.estado-reino-box .status-fail {
  color: #ff4d4d;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Tiempo de actividad */
.estado-reino-box .uptime {
  margin-top: 5px;
  font-size: 0.95rem;
  color: #ccc;
}

/* Realmlist */
.realmlist {
  color: #00ddff;
  font-weight: bold;
}

/* Enlace de login o panel */
.login-link {
  color: orange;
  font-weight: bold;
  text-decoration: none;
}
.login-link:hover {
  color: #ffbb33;
  text-decoration: underline;
}

/* Frase épica */
.frase-epica {
  margin-top: 12px;
  font-style: italic;
  font-size: 0.85rem;
  color: #bbbbbb;
}
