
body.grudge-skin {
  background-color: #0d0d0d;
  color: #ff3366;
  font-family: 'Share Tech Mono', monospace;
  text-shadow: 0 0 6px #ff3366aa;
  padding: 2em;
  max-width: 720px;
  margin: auto;
  border: 2px solid #ff336655;
  box-shadow: 0 0 30px #ff003340, inset 0 0 20px #ff336620;
  animation: flickerBg 10s infinite alternate;
}

.grudge-container h1 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  text-shadow: 0 0 6px #ff0033, 0 0 12px #ff3366;
}

.intro {
  font-style: italic;
  margin-bottom: 2em;
  color: #ff6688;
  text-align: center;
}

.grudge-entry {
  border-top: 1px dashed #ff669988;
  padding-top: 1em;
  margin-bottom: 2em;
  position: relative;
}

.grudge-entry h2 {
  font-size: 1.4em;
  color: #ffffff;
  text-shadow: 0 0 4px #ff0033, 0 0 8px #ff3366;
  letter-spacing: 0.05em;
}

.grudge-entry p {
  color: #ff99aa;
  line-height: 1.6;
  margin-top: 0.5em;
}

.realtalk {
  border-left: 5px solid #ff0033;
  padding-left: 1em;
  background: rgba(255, 0, 51, 0.05);
  animation: pulseRage 2.2s infinite alternate;
  font-style: italic;
}

.footer-curse {
  margin-top: 4em;
  text-align: center;
  color: #cc2266;
  font-size: 0.95em;
  border-top: 1px solid #ff336655;
  padding-top: 1em;
  text-shadow: none;
  font-style: italic;
}


.grudge-entry h2:hover::after {
  content: " ✨ Academic integrity sold separately ✨";
  display: block;
  font-size: 0.9em;
  color: #ff88aa;
  text-shadow: 0 0 4px #ff99aa;
  margin-top: 0.3em;
  animation: glitchFlicker 1.5s infinite;
}


@keyframes pulseRage {
  from { box-shadow: inset 0 0 10px #ff003340; }
  to   { box-shadow: inset 0 0 30px #ff336680; }
}

@keyframes flickerBg {
  0% { background-color: #0d0d0d; }
  100% { background-color: #1a0b0b; }
}

@keyframes glitchFlicker {
  0%   { opacity: 0.9; }
  50%  { opacity: 0.4; }
  100% { opacity: 0.9; }
}

.footer-curse a {
  color: #ff3366; 
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease-in-out;
}

.footer-curse a:hover {
  color: #ffffff;
  text-shadow: 0 0 10px #ff6699, 0 0 15px #ff3366;
}

.footer-curse a:visited {
  color: #ff3366; 
}

