/* ---------- AGGRESSIVE RESET – NO BORDERS, NO ROUNDING, NO SHADOWS ---------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none;
  background: none;
}

/* brutal core – blackout + neon slash */
body {
  background: #000000;
  color: #cccccc;
  font-size: 18px;
  line-height: 1.55;
  padding: 2rem 1.2rem;
  font-family: 'Courier New', 'SF Mono', 'Fira Code', 'Menlo', monospace;
}

.shell {
  max-width: 1100px;
  margin: 0 auto;
}

/* ----- MIXED TYPOGRAPHY – IMPACT + MONO + SANS (aggressive & raw) ----- */
h1, h2, h3, .header-prompt, .intro-highlight {
  font-family: 'Impact', 'Arial Black', 'Helvetica Black', 'Franklin Gothic Heavy', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #0f0;
}

/* title wrapper to keep image inline with h1 – NO LINES ANYWHERE */
.title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0.5rem 0 0.2rem;
}
h1 {
  font-size: 3.5rem;
  line-height: 1;
  margin: 0;
  display: inline-block;
}
/* GIF next to title – fully transparent, no filters, no borders */
.title-gif {
  display: inline-block;
  max-width: 55px;
  height: auto;
  filter: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0;
  outline: none;
  image-rendering: crisp-edges;
}

h2 {
  font-size: 1.7rem;
  margin: 1.8rem 0 0.6rem 0;
  border-bottom: 2px solid #0f0;
  display: inline-block;
  letter-spacing: -0.5px;
}

.subhead {
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #0f0;
  background: #111;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  margin: 0.5rem 0 1.2rem 0;
  border-left: 4px solid #0f0;
}

/* intro block – more prominent, separate from news */
.intro-block {
  margin: 1.2rem 0 2rem 0;
  padding: 1rem 0;
  border-top: 2px solid #2a2a2a;
  border-bottom: 2px solid #2a2a2a;
}
.intro-text {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
  max-width: 90%;
  color: #dddddd;
}
.intro-text strong {
  color: #0f0;
  font-family: 'Courier New', monospace;
}
.glitch-prompt {
  font-family: 'Courier New', monospace;
  font-size: 0.85rem;
  color: #0f0;
  background: #0a0a0a;
  display: inline-block;
  padding: 0.2rem 0.7rem;
  margin-top: 0.8rem;
}

p, li, .text-body, .news-date, figcaption, footer, .intro-text {
  font-family: 'Segoe UI', 'Roboto', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  color: #dddddd;
}

.mono-badge, .maintenance-list li::before {
  font-family: 'Courier New', monospace;
  font-weight: bold;
}

/* news list – raw */
.news-list {
  margin: 1.2rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: baseline;
  padding: 0.6rem 0;
  border-bottom: 1px solid #2a2a2a;
}

.news-date {
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
  font-weight: bold;
  color: #0f0;
  background: #0a0a0a;
  padding: 0.1rem 0.4rem;
  white-space: nowrap;
}

.news-item p {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
}

/* creator grid – brutal left border */
.creator-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.8rem;
  margin: 1.2rem 0 0 0;
}

.creator-grid div {
  border-left: 3px solid #0f0;
  padding-left: 0.8rem;
}

.creator-grid strong {
  font-family: 'Impact', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #0f0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.4rem;
}

.creator-grid p {
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.9rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

/* custom image next to troll – TRULY TRANSPARENT + CRISP */
.custom-emoji-img {
  max-width: 28px;
  max-height: 28px;
  display: inline-block;
  vertical-align: middle;
  filter: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0;
  outline: none;
  image-rendering: crisp-edges;
  object-fit: contain;
}

hr {
  height: 2px;
  background: #0f0;
  margin: 1.2rem 0;
  opacity: 0.5;
}

footer {
  margin-top: 3rem;
  padding-top: 1rem;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.75rem;
  border-top: 1px solid #2a2a2a;
  color: #6a6a6a;
}

/* original prompt-line base */
.prompt-line {
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  background: #0a0a0a;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  margin-bottom: 0.2rem;
}

/* FAST RAINBOW ANIMATION for the entire prompt-line (text + link) */
.rainbow-fast {
  animation: rainbowBlink 0.8s infinite linear;
  font-weight: bold;
}

@keyframes rainbowBlink {
  0% { color: #ff0000; text-shadow: 0 0 2px #ff0000; }
  14% { color: #ff7f00; text-shadow: 0 0 2px #ff7f00; }
  28% { color: #ffff00; text-shadow: 0 0 2px #ffff00; }
  42% { color: #00ff00; text-shadow: 0 0 2px #00ff00; }
  57% { color: #0000ff; text-shadow: 0 0 2px #0000ff; }
  71% { color: #4b0082; text-shadow: 0 0 2px #4b0082; }
  85% { color: #9400d3; text-shadow: 0 0 2px #9400d3; }
  100% { color: #ff0000; text-shadow: 0 0 2px #ff0000; }
}

/* ensure link inside inherits and also has rainbow, no underline distraction */
.prompt-line a {
  text-decoration: none;
  font-weight: bold;
  animation: rainbowBlink 0.8s infinite linear;
}

.prompt-line a:hover {
  text-decoration: underline;
  filter: brightness(1.2);
}

/* responsive */
@media (max-width: 750px) {
  body {
    padding: 1rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  .intro-text {
    max-width: 100%;
  }
  .title-gif {
    max-width: 45px;
  }
}

@media (max-width: 550px) {
  .news-item {
    flex-direction: column;
    gap: 0.2rem;
  }
}

::selection {
  background: #0f0;
  color: #000;
}