


body {
  background-color: #000000;
  color: #e0e0ff;
  font-family: 'Share Tech Mono', 'Courier New', monospace;
  padding: 2em;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px #33ffff;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: 'Share Tech Mono', monospace;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c150ff;
  text-shadow:
    0 0 2px #c150ff,
    0 0 4px #c150ff,
    0 0 6px #c150ff,
    0 0 10px #00ffff,
    0 0 16px #00ffff;
  margin-bottom: 1em;
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }

p {
  font-size: 1.2em;
  color: #33ffff;
  text-shadow: 0 0 4px #33ffff;
  margin-bottom: 2em;
  line-height: 1.6em;
}


a:active {
  background-color: #c150ff;
  color: #ffffff;
  box-shadow: 0 0 14px #c150ffaa;
  transform: scale(0.98);
}


a:visited {
  color: #33ffff;
  background-color: transparent;
  border: 2px solid #33ffff;
  box-shadow: none;
}

a:hover {
  background-color: #c150ff;
  color: #ffffff;
  border-color: #33ffff;
  text-shadow: 0 0 8px #ffffff;
  box-shadow: 0 0 12px #c150ff;
  transform: scale(1.05);
}



.casefile-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2em;
  color: #00ffff;
  font-family: 'Share Tech Mono', monospace;
}


.casefile-header {
  text-align: left;
  margin-bottom: 2em;
}

.entity-name {
  color: #ff66cc;
}


.neon-line {
  border: none;
  border-top: 2px solid #ff66cc;
  box-shadow: 0 0 8px #ff66cc80;
  margin: 2em 0;
}



.casefile-description ul {
  list-style: none;
  padding-left: 0;
}

.casefile-description li {
  margin-bottom: 0.5em;
}


.casefile-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: nowrap;
}

.casefile-description {
  flex: 1 1 60%;
  min-width: 300px;
  text-align: left;
  line-height: 1.6;
}

.casefile-image {
  flex: 0 0 300px; 
  max-width: 300px;
  text-align: center;
}

.casefile-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border: none;                  
  background: transparent;
  box-shadow: none;              
}


.button-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}

.small-button {
  background: transparent;
  border: 2px solid #00ffff;
  color: #00ffff;
  font-family: 'Share Tech Mono', monospace;
  padding: 0.6em 1.2em;
  text-decoration: none;
  box-shadow: 0 0 6px #00ffff80;
  transition: all 0.2s ease-in-out;
}

.small-button:hover {
  background-color: #00ffff20;
  color: #ffffff;
}



footer {
  margin-top: 6em;
  font-size: 0.9em;
  font-style: italic;
  text-align: center;
  background-color: transparent;
}

footer p {
  color: #ccccff;
  text-shadow: 0 0 6px #9b40e0;
  margin: 0.5em 0;
  font-family: 'Share Tech Mono', monospace;
}

.footer-warning {
  color: #00ffff;
  text-shadow: 0 0 4px #00ffff, 0 0 8px #33ffff;
  opacity: 0.7;
}

.cute-page img {
  filter: drop-shadow(0 0 10px #ff69b4) drop-shadow(0 0 20px #ff69b4);
}

.monster-page img {
  filter: drop-shadow(0 0 10px #ff4500) drop-shadow(0 0 20px #ff4500);
}

.ghost-page img {
  filter: drop-shadow(0 0 10px #66ffff) drop-shadow(0 0 20px #66ffff);
}

.machine-page img {
  filter: drop-shadow(0 0 10px #00ccff) drop-shadow(0 0 20px #00ccff);
}

.void-page img {
  filter: drop-shadow(0 0 10px #9900ff) drop-shadow(0 0 20px #9900ff);
}

.anomaly-page img {
  filter: drop-shadow(0 0 10px #39ff14) drop-shadow(0 0 20px #39ff14);
}

.normal-page img {
  filter: drop-shadow(0 0 10px #33ffff) drop-shadow(0 0 20px #33ffff);
}