/* VOID Edition — Violet / Purple Glow Visual Identity */
.theme-void {
  --theme-color: #9d00ff;
  --theme-color-secondary: #b026ff;
  --theme-glow: 0 0 20px rgba(157, 0, 255, 0.4);
}

.theme-void .service-header-top {
  border-bottom: 2px solid rgba(157, 0, 255, 0.2);
  padding-bottom: 1rem;
}

.theme-void .service-title-text h1 {
  background: linear-gradient(90deg, #b026ff, #e040fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-void .tier-tab.active {
  background: linear-gradient(135deg, rgba(157, 0, 255, 0.2), rgba(176, 38, 255, 0.25));
  border-color: #b026ff;
  color: #e040fb;
  box-shadow: 0 0 15px rgba(157, 0, 255, 0.3);
}

.theme-void .tier-tab.active .tier-count {
  background: #b026ff;
  color: #ffffff;
  font-weight: 800;
}

.theme-void .search-input:focus {
  border-color: #b026ff;
  box-shadow: 0 0 15px rgba(157, 0, 255, 0.25);
}

.theme-void .select-wrap select:focus {
  border-color: #b026ff;
}

.theme-void .game-card:hover {
  border-color: rgba(157, 0, 255, 0.5);
  box-shadow: 0 12px 30px -5px rgba(157, 0, 255, 0.25);
}

.theme-void .tier-badge.pc {
  background: rgba(157, 0, 255, 0.25);
  border: 1px solid #9d00ff;
  color: #e040fb;
}

.theme-void .tier-badge.premium {
  background: rgba(114, 9, 183, 0.35);
  border: 1px solid #b5179e;
  color: #f72585;
}

.theme-void .tier-badge.ultimate {
  background: linear-gradient(135deg, #7209b7, #3a0ca3);
  border: 1px solid #b026ff;
  color: #ffffff;
}

.theme-void .spinner {
  border-top-color: #b026ff;
}
