.matrix-mode,
.matrix-mode body {
  background-color: #000 !important;
  color: #96F447 !important;
  font-family: 'IBM Plex Mono', monospace !important;
}
.matrix-mode .desktop-header,
.matrix-mode .header-title {
  background-color: #000 !important;
  color: #96F447 !important;
  font-family: 'IBM Plex Mono', monospace !important;
}
.matrix-mode .bio-container {
  background: none !important;
  color: #96F447 !important;
  border-color: #96F447 !important;
}
.matrix-mode .photo-container {
  border-right-color: #96F447 !important;
  border-bottom-color: #96F447 !important;
  color: #96F447 !important;
  font-family: 'IBM Plex Mono', monospace !important;
}
.matrix-mode .bio-text {
  color: #96F447 !important;
  font-family: 'IBM Plex Mono', monospace !important;
  word-wrap: normal;
  overflow-wrap: anywhere;
}
.matrix-mode .section,
.matrix-mode .contact-section,
.matrix-mode .privacy-policy,
.matrix-mode main,
.matrix-mode footer {
  background: none !important;
  color: #96F447 !important;
  border-color: #96F447 !important;
}
.matrix-mode .kc-item,
.konami-code .kc-item {
  display: inline-block;
  padding: 7px 14px;
  margin: 4px;
  border-radius: 7px;
  background-color: #fff;          /* matches site card bg */
  color: #82008F;                  /* site accent purple */
  font-size: 1.18em;
  border: 2px solid #4A4D55;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 1px 5px #0002;
  user-select: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.konami-code .kc-item:active {
  background: #4A4D55;
  color: #fff;
  border-color: #82008F;
}
.dark-theme .konami-code .kc-item {
  background: #333;
  color: #96F447;
  border-color: #b0b0b0;
}
.dark-theme .konami-code .kc-item:active {
  background: #82008F;
  color: #fff;
  border-color: #96F447;
}
/* Matrix mode override */
.matrix-mode .konami-code .kc-item {
  background-color: #111 !important;
  color: #96F447 !important;
  border: 2px solid #4A4D55 !important;
}
.matrix-mode .konami-code .kc-item:active {
  background: #96F447 !important;
  color: #000 !important;
  border-color: #82008F !important;
}
.matrix-mode .kc-item:active,
.konami-code {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: 'Courier New', monospace;
  font-size: 22px;
  margin-top: 30px;
  opacity: 1;
  gap: 4px;
  width: 100%;
}
.matrix-mode .jj-audio-icon,
.matrix-mode .adam-audio-icon,
.matrix-mode .mike-audio-icon {
  display: inline-block !important;
  visibility: visible;
  opacity: 1;
}
#blue-pill-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
#blue-pill-overlay.show {
  opacity: 1;
  pointer-events: all;
}
#blue-pill-quote {
  color: #96F447;
  font-family: 'IBM Plex Mono', 'Roboto', monospace;
  font-size: 2.2em;
  text-align: center;
  max-width: 90vw;
  font-weight: bold;
  text-shadow: 0 0 16px #66ff44, 0 0 2px #000;
  line-height: 1.4;
}
.blue-pill-btn {
  background: #0096f4;
  color: #fff;
  font-family: 'IBM Plex Mono', 'Roboto', monospace;
  font-size: 1.3em;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  margin: 30px auto 20px auto;   /* bottom margin added */
  cursor: pointer;
  display: block;
  font-weight: bold;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #001;
}
.blue-pill-btn:hover {
  background: #005c96;
  color: #fffb;
}

