body.theme-neon .subject-list {
  gap: 24px;
  background: transparent !important;
  box-shadow: none !important;
}

body.theme-neon .subject-card {
  background:
    radial-gradient(circle at top right, rgba(82, 255, 240, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(7, 20, 32, 0.98) 0%, rgba(10, 28, 42, 0.98) 100%);
  border-color: rgba(82, 255, 240, 0.18);
  box-shadow:
    0 26px 54px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(82, 255, 240, 0.08) inset;
}

body.theme-neon .subject-card h2,
body.theme-neon .subject-card h3 {
  color: #dffef8;
  text-shadow: 0 0 18px rgba(82, 255, 240, 0.14);
}

body.theme-neon .subject-card p {
  color: #b6dbe5;
}

body.theme-neon .subject-card .btn {
  color: #041723;
  background: linear-gradient(135deg, #58fff1 0%, #68a3ff 100%);
  box-shadow:
    0 18px 34px rgba(52, 138, 255, 0.28),
    0 0 0 1px rgba(82, 255, 240, 0.12) inset;
}
