/* extra styles */


/* --- Discord branded frame --- */
.discord-brand {
  border: 2px solid #5865F2;              /* Discord Blurple */
  border-radius: 16px;
  background: rgba(88,101,242,0.08);      /* subtle blurple tint */
  box-shadow: 0 10px 28px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.05);
  padding: 12px;
}
.discord-brand .discord-inner {
  border-radius: 12px;
  overflow: hidden;
  background: rgba(12,16,25,.6);
  border: 1px solid rgba(255,255,255,.06);
}
.discord-brand iframe {
  display:block;
  width:100%;
  height: 340px;
  border:0;
}
/* Small label bar (optional, only if present) */
.discord-label {
  display:flex; align-items:center; gap:8px;
  padding: 8px 10px;
  font-weight: 700;
  color: #E9ECFF;
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 8px;
}
.discord-dot { width:10px; height:10px; border-radius:50%; background:#5865F2; }
