/* PlayStation Plus Visual Theme — Electric Blue */
.theme-playstation {
  --theme-color: #0070d1;
  --theme-color-secondary: #00b4d8;
  --theme-glow: 0 0 20px rgba(0, 112, 209, 0.4);
}

.theme-playstation .service-header-top {
  border-bottom: 2px solid rgba(0, 112, 209, 0.25);
  padding-bottom: 1rem;
}

.theme-playstation .service-title-text h1 {
  background: linear-gradient(90deg, #00a2ff, #0070d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-playstation .tier-tab.active {
  background: linear-gradient(135deg, rgba(0, 112, 209, 0.3), rgba(0, 180, 216, 0.25));
  border-color: #00a2ff;
  color: #00a2ff;
  box-shadow: 0 0 15px rgba(0, 162, 255, 0.3);
}

.theme-playstation .tier-tab.active .tier-count {
  background: #00a2ff;
  color: #040914;
  font-weight: 800;
}

.theme-playstation .search-input:focus {
  border-color: #00a2ff;
  box-shadow: 0 0 15px rgba(0, 162, 255, 0.25);
}

.theme-playstation .select-wrap select:focus {
  border-color: #00a2ff;
}

.theme-playstation .game-card:hover {
  border-color: rgba(0, 162, 255, 0.5);
  box-shadow: 0 12px 30px -5px rgba(0, 162, 255, 0.25);
}

.theme-playstation .tier-badge.essential {
  background: rgba(0, 162, 255, 0.2);
  border: 1px solid #00a2ff;
  color: #00a2ff;
}

.theme-playstation .tier-badge.extra {
  background: rgba(0, 112, 209, 0.3);
  border: 1px solid #0070d1;
  color: #90e0ef;
}

.theme-playstation .tier-badge.deluxe {
  background: linear-gradient(135deg, #005bb5, #022060);
  border: 1px solid #0070d1;
  color: #ffffff;
}

.theme-playstation .spinner {
  border-top-color: #00a2ff;
}
