#onion-archives {
  margin: 0.75rem 0 1.25rem;
  padding: 0.95rem 1.05rem;

  border-radius: 1rem;
  border: 1px solid rgba(255, 43, 179, 0.28);
  background:
    radial-gradient(120% 140% at 10% 0%,
      rgba(255, 43, 179, 0.18) 0%,
      rgba(0, 0, 0, 0.92) 55%,
      rgba(0, 0, 0, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(0, 255, 255, 0.08) inset,
    0 0 18px rgba(255, 43, 179, 0.16);

  position: relative;
  overflow: hidden;
}

#onion-archives::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.7rem;
  bottom: 0.7rem;
  width: 2px;
  border-radius: 6px;

  background: linear-gradient(
    to bottom,
    rgba(0, 220, 220, 0.55) 0%,
    rgba(0, 0, 0, 0.85) 50%,
    rgba(255, 70, 185, 0.65) 100%
  );

  box-shadow:
    0 0 6px rgba(0, 220, 220, 0.18),
    0 0 6px rgba(255, 70, 185, 0.16);

  opacity: 0.85;
}


#onion-archives::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    rgba(0, 0, 0, 0) 4px,
    rgba(0, 0, 0, 0) 7px
  );
  opacity: 0.22;
  pointer-events: none;
  mix-blend-mode: screen;
}

#onion-archives .glitch-line {
  margin: 0;
  padding-left: 1.35rem; 
  font-size: 0.98rem;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 0 12px rgba(0, 255, 255, 0.10);
}
