/* =========================
   Velmoor – Teamboard
   ========================= */
/* Wichtige Links */

.rpgTeamPanel__links{
  margin-top: 12px;
  border: 1px solid rgba(210,179,107,0.18);
  background: rgba(0,0,0,0.25);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
}

.rpgTeamPanel__linksTitle{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-base2, inherit);
  font-size: 13px;
  color: #d5aa43;
  padding-bottom: 10px;
  padding-top:10px;
  border-bottom: 1px solid rgba(210,179,107,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  margin-bottom: 10px;
}

.rpgTeamPanel__linksGrid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
}

.rpgTeamLink{
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.35);
  border: 1px solid rgba(210,179,107,0.22);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: rgba(245,238,228,0.88);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    inset 0 -1px 0 rgba(0,0,0,0.45);
}

.rpgTeamLink:hover{
  color: #d5aa43;
  border-color: rgba(210,179,107,0.35);
  filter: brightness(1.08);
}

.rpgTeamPanel__linksHint{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(245,238,228,0.60);
  text-align: center;
}

.rpgTeamPanel{
  border: 1px solid rgba(210,179,107,0.22);
  padding: 14px;
  background:
    radial-gradient(at 50% 12%, rgba(210,179,107,0.12), rgba(0,0,0,0.55) 60%),
    linear-gradient(180deg, rgba(18,16,14,0.95), rgba(10,9,8,0.95));
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.55),
    0 18px 40px rgba(0,0,0,0.45);
  overflow: hidden;
  margin: 14px 0;
}

.rpgTeamPanel__hero{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 14px;
  margin-bottom: 14px;
}

/* Banner wie Velmoor-Header */
.rpgTeamPanel__banner{
  position: relative;
  min-height: 170px;
  border-radius: 14px;
  border: 1px solid rgba(210,179,107,0.18);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}

.rpgTeamPanel__bannerShade{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(at 30% 20%, rgba(210,179,107,0.20), rgba(0,0,0,0.70)),
    linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0.65));
}

.rpgTeamPanel__bannerContent{
  position: relative;
  padding: 12px 14px;
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}

.rpgTeamPanel__headline{
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-base2, inherit);
}

.rpgTeamPanel__chip{
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(210,179,107,0.22);
  background: rgba(0,0,0,0.35);
  color: rgba(245,238,228,0.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}

.rpgTeamPanel__title{
  font-size: 13px;
  font-weight: 700;
  color: #d5aa43;
}

.rpgTeamPanel__sub{
  margin-top: 8px;
  font-size: 12.5px;
  color: rgba(245,238,228,0.70);
}

/* Info-Box im gleichen Stil wie vm-top-stats */
.rpgTeamPanel__info{
  border-radius: 14px;
  border: 1px solid rgba(210,179,107,0.18);
  background: rgba(0,0,0,0.25);
  padding: 12px 14px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.25);
}

.rpgTeamPanel__infoTitle{
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: var(--font-base2, inherit);
  font-size: 13px;
  color: #d5aa43;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(210,179,107,0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  margin-bottom: 10px;
}

.rpgTeamPanel__infoLine{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-top: 1px solid rgba(210,179,107,0.10);
}
.rpgTeamPanel__infoLine:first-of-type{ border-top: 0; padding-top: 0; }

.rpgTeamPanel__infoMain{
  font-weight: 700;
  font-size: 12.5px;
  color: rgba(245,238,228,0.88);
}
.rpgTeamPanel__infoSub{
  font-size: 12px;
  color: rgba(245,238,228,0.60);
  margin-top: 2px;
}

/* 2 nebeneinander */
.rpgTeamPanel__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 14px;
}

/* =========================
   Velmoor – Admin Card
   ========================= */

.rpgAdminCard__stage{
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(210,179,107,0.22);
  background:
    radial-gradient(at 50% 12%, rgba(210,179,107,0.10), rgba(0,0,0,0.55) 60%),
    linear-gradient(180deg, rgba(18,16,14,0.95), rgba(10,9,8,0.95));
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.55),
    0 18px 40px rgba(0,0,0,0.45);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.rpgAdminCard__stage:hover{
  transform: translateY(-2px);
  border-color: rgba(210,179,107,0.35);
  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.55),
    0 24px 60px rgba(0,0,0,0.55);
}

.rpgAdminCard__avatar{
  display: block;
  padding: 14px;
  padding-bottom: 0;
}

.rpgAdminCard__avatar img{
  width: 100%;
  max-height: 200px;        /* Desktop: nicht zu mächtig */
  height: auto;
  aspect-ratio: 4 / 3;     /* verhindert Verzerrung */
  object-fit: cover;
  object-position: center top;
  border-radius: 14px;
  border: 1px solid rgba(210,179,107,0.18);
  box-shadow: 0 10px 22px rgba(0,0,0,0.35);
  display: block;
}

/* Seal*/
.rpgAdminCard__seal{
  position: absolute;
  top: 22px;
  left: 22px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(213, 170, 67, 0.55);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.45), 0 10px 24px rgba(0,0,0,.45);
  background: rgba(0,0,0,0.25);
}
.rpgAdminCard__seal img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Base content */
.rpgAdminCard__base{
  position: relative;
  z-index: 5;
  padding: 12px 14px 14px 14px;
  color: rgba(245,238,228,0.90);
  text-shadow: 1px 1px 0 rgba(0,0,0,.6);
}

/* Kopf: Name links, Buttons rechts */
.rpgAdminCard__head{
  display:flex;
  justify-content: space-between;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 8px;
}

.rpgAdminCard__char{
    font-family: var(--font-base1);
    font-size: 3em;
    margin-top: -20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #d5aa43;
    line-height: 1.25;
}

.rpgAdminCard__acc{
  font-size: 12.5px;
  color: rgba(245,238,228,0.60);
}

.rpgAdminCard__quick{
  display:flex;
  gap: 8px;
  position: relative;
  z-index: 6;
}

.rpgAdminCard__qbtn{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(210,179,107,0.22);
  background: rgba(0,0,0,0.35);
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  color: rgba(245,238,228,0.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  transition: filter .15s ease, border-color .15s ease;
}
.rpgAdminCard__qbtn:hover{
  color: #d5aa43;
  border-color: rgba(210,179,107,0.35);
  filter: brightness(1.08);
}

.rpgAdminCard__status{
  display:flex;
  gap: 8px;
  align-items:center;
  font-size: 12.5px;
  color: rgba(245,238,228,0.70);
  margin-bottom: 10px;
}

.rpgAdminCard__dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(190,120,120,.75);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.45);
}
.rpg--online .rpgAdminCard__dot{
  background: rgba(120,190,120,.85);
}
.rpgAdminCard__sep{ opacity: .55; }

.rpgAdminCard__text{
  font-size: 13px;
  line-height: 1.4;
  color: rgba(245,238,228,0.82);
  margin-bottom: 10px;
  border-top: 1px solid rgba(210,179,107,0.10);
  padding-top: 10px;
}

.rpgAdminCard__time{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  font-size: 12.5px;
  color: rgba(245,238,228,0.78);
  margin-bottom: 0;
}

/* Icons: match gold */
.rpgIco{
  width: 18px; height: 18px;
  border-radius: 7px;
  border: 1px solid rgba(210,179,107,0.22);
  background: rgba(0,0,0,0.35);
  position: relative;
  flex: 0 0 18px;
  margin-top: 1px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

