/* Group Private — premium model dashboard + live room chrome */

.sl-gp-dash {
  max-width: 820px;
  margin: 0 auto 120px;
  padding: 0 16px 40px;
  color: #e8edf7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.sl-gp-dash__hero {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.18), rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.sl-gp-dash__hero.is-vip-split {
  background: linear-gradient(135deg, rgba(250, 204, 21, 0.16), rgba(15, 23, 42, 0.96));
  border-color: rgba(250, 204, 21, 0.28);
}

.sl-gp-dash__hero.is-vip-split .sl-gp-dash__hero-icon {
  color: #1a1204;
  background: linear-gradient(135deg, #facc15, #eab308);
  border-color: rgba(253, 230, 138, 0.55);
}

.sl-gp-tagline {
  margin: 0 0 8px !important;
  color: #fde68a !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
}

.sl-gp-dash__hero--pro {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(15, 23, 42, 0.95));
}

.sl-gp-dash__hero-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.sl-gp-dash__hero h1 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 900;
}

.sl-gp-dash__hero p {
  margin: 0 0 12px;
  color: #9fb0cd;
  font-size: 14px;
  line-height: 1.55;
}

.sl-gp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sl-gp-badge--pro {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.25), rgba(234, 88, 12, 0.15));
  color: #fde68a;
}

.sl-gp-link {
  margin-left: 10px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.sl-gp-alert {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 13px;
}

.sl-gp-alert--ok { background: rgba(34, 197, 94, 0.14); color: #bbf7d0; }
.sl-gp-alert--err { background: rgba(239, 68, 68, 0.14); color: #fecaca; }

.sl-gp-card {
  background: #141a2b;
  border: 1px solid #23304d;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 16px;
}

.sl-gp-card--live {
  border-color: rgba(124, 58, 237, 0.45);
  box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.2);
}

.sl-gp-card--pro {
  background: linear-gradient(180deg, #1a1528, #141a2b);
}

.sl-gp-card h2 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 800;
}

.sl-gp-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.sl-gp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
}

.sl-gp-grid label,
.sl-gp-full {
  display: block;
  font-size: 12px;
  color: #9fb0cd;
  font-weight: 600;
}

.sl-gp-grid input,
.sl-gp-full textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #2b3a5e;
  background: #0f1524;
  color: #e8edf7;
  box-sizing: border-box;
}

.sl-gp-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.sl-gp-switch--inline { margin-top: 24px; }

.sl-gp-btn {
  border: 0;
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  color: #fff;
  margin-top: 8px;
}

.sl-gp-btn--gold {
  background: linear-gradient(135deg, #f59e0b, #ea580c);
}

.sl-gp-btn--sm {
  padding: 8px 14px;
  font-size: 12px;
}

.sl-gp-muted { color: #8fa1c2; font-size: 13px; }
.sl-gp-pro-active { color: #86efac; font-weight: 700; }
.sl-gp-features { margin: 0 0 16px; padding-left: 18px; color: #b8c5dc; line-height: 1.7; }

.sl-gp-addon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.sl-gp-addon {
  padding: 16px;
  border-radius: 14px;
  background: #0f1524;
  border: 1px solid #2b3a5e;
}

.sl-gp-addon--owned { border-color: rgba(34, 197, 94, 0.4); }
.sl-gp-addon i { font-size: 20px; color: #a78bfa; margin-bottom: 8px; }
.sl-gp-addon h3 { margin: 0 0 6px; font-size: 15px; }
.sl-gp-addon p { margin: 0 0 12px; font-size: 12px; color: #9fb0cd; line-height: 1.5; }
.sl-gp-addon-status { font-size: 12px; font-weight: 800; color: #86efac; }

/* Live room chrome */
.sl-gp-room-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 10px 14px;
  margin: 0 0 10px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.22), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(167, 139, 250, 0.35);
  font-size: 13px;
  font-weight: 700;
  color: #ede9fe;
}

.sl-gp-room-banner__seats {
  color: #c4b5fd;
  font-weight: 800;
}

.sl-gp-room-btn {
  border: 0;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 800;
  font-size: 12px;
  cursor: pointer;
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  color: #fff;
}

.sl-gp-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100050;
  background: rgba(0, 0, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.sl-gp-modal {
  width: min(440px, 100%);
  border-radius: 20px;
  background: linear-gradient(180deg, #1a2035, #0f1524);
  border: 1px solid rgba(148, 163, 184, 0.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}

.sl-gp-modal__head {
  padding: 20px 22px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.sl-gp-modal__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.sl-gp-modal__body { padding: 16px 22px; }

.sl-gp-tier-pick {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px;
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid #2b3a5e;
  background: #141a2b;
  color: #e8edf7;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}

.sl-gp-tier-pick:hover,
.sl-gp-tier-pick.is-selected {
  border-color: #a78bfa;
  transform: translateY(-1px);
}

.sl-gp-tier-pick strong { display: block; font-size: 15px; margin-bottom: 4px; }
.sl-gp-tier-pick span { font-size: 12px; color: #9fb0cd; }

.sl-gp-modal__foot {
  display: flex;
  gap: 10px;
  padding: 16px 22px 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.sl-gp-modal__foot button {
  flex: 1;
  border: 0;
  border-radius: 12px;
  padding: 12px;
  font-weight: 800;
  cursor: pointer;
}

.sl-gp-modal__cancel { background: #2b3a5e; color: #e8edf7; }
.sl-gp-modal__confirm { background: linear-gradient(135deg, #7c3aed, #6366f1); color: #fff; }

.sl-lumi-card--group-private .sl-model-status,
.sl-lumi-card--group-private .sl-lumi-dot--group {
  background: #7c3aed !important;
  box-shadow: 0 0 8px rgba(124, 58, 237, 0.6) !important;
}

.sl-gp-broadcast-panel {
  margin-top: 12px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(167, 139, 250, 0.25);
}

.sl-gp-broadcast-panel h4 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
  color: #ede9fe;
}

.sl-gp-broadcast-select {
  width: 100%;
  margin: 8px 0;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid #2b3a5e;
  background: #0f1524;
  color: #e8edf7;
}

.sl-gp-broadcast-live {
  color: #c4b5fd;
  font-weight: 700;
  font-size: 13px;
}

/* Custom tier dropdown — renders identically on desktop and mobile (unlike a
   native <select>, which is a collapsed line on desktop but a full-screen picker
   on mobile). */
.sl-gp-tier-dd {
  position: relative;
  margin: 8px 0;
}

.sl-gp-tier-dd__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #2b3a5e;
  background: #0f1524;
  color: #e8edf7;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.sl-gp-tier-dd__toggle:hover,
.sl-gp-tier-dd__toggle:focus-visible {
  border-color: #7c3aed;
  outline: none;
}

.sl-gp-tier-dd__current {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sl-gp-tier-dd__toggle .fa-chevron-down {
  flex: 0 0 auto;
  font-size: 11px;
  color: #a78bfa;
  transition: transform 0.16s ease;
}

.sl-gp-tier-dd[data-open="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.sl-gp-tier-dd__menu {
  list-style: none;
  margin: 6px 0 0;
  padding: 6px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 40;
  max-height: 260px;
  overflow-y: auto;
  border-radius: 12px;
  border: 1px solid #2b3a5e;
  background: #0c1120;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
}

.sl-gp-tier-dd__menu[hidden] {
  display: none;
}

.sl-gp-tier-dd__opt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 9px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.sl-gp-tier-dd__opt:hover {
  background: rgba(124, 58, 237, 0.18);
}

.sl-gp-tier-dd__opt.is-selected {
  background: rgba(124, 58, 237, 0.28);
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.45);
}

.sl-gp-tier-dd__name {
  font-size: 13px;
  font-weight: 800;
  color: #ede9fe;
}

.sl-gp-tier-dd__meta {
  font-size: 11px;
  font-weight: 600;
  color: #9aa6c4;
}

.sl-gp-card-label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  background: rgba(124, 58, 237, 0.92);
  color: #fff;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
  text-shadow: none;
}

.sl-gp-card-label--vip {
  background: linear-gradient(135deg, #facc15, #eab308);
  color: #111827;
}
