body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: 'Raleway', sans-serif;
}

/* Scanline overlay effect */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0px,
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 2px
  );
  z-index: 9999;
}

/* CRT flicker effect */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0);
  z-index: 9998;
  animation: crtFlicker 0.05s infinite;
}

@keyframes crtFlicker {
  0% { opacity: 0.03; }
  50% { opacity: 0; }
  100% { opacity: 0.03; }
}

.page-container {
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  background-color: #050505;
  padding: 0px;
  box-sizing: border-box;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
}

.v104_189 {
  width: 100%;
  height: 1080px;
  background: #000;
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

/* Dark background with subtle red glow */
.v104_190 {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(80, 0, 0, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(80, 0, 0, 0.04) 0%, transparent 40%),
    radial-gradient(ellipse at center, #080808 0%, #000 100%);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

/* Ambient floating particles */
.v104_190::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image:
    radial-gradient(2px 2px at 20% 30%, rgba(100, 0, 0, 0.2), transparent),
    radial-gradient(2px 2px at 40% 70%, rgba(100, 0, 0, 0.15), transparent),
    radial-gradient(1px 1px at 60% 20%, rgba(100, 0, 0, 0.2), transparent),
    radial-gradient(2px 2px at 80% 50%, rgba(100, 0, 0, 0.15), transparent),
    radial-gradient(1px 1px at 10% 80%, rgba(100, 0, 0, 0.25), transparent),
    radial-gradient(2px 2px at 70% 90%, rgba(100, 0, 0, 0.15), transparent);
  background-size: 300px 300px;
  animation: floatParticles 20s linear infinite;
  pointer-events: none;
}

@keyframes floatParticles {
  0% { transform: translate(0, 0); }
  100% { transform: translate(150px, 150px); }
}

/* Side accent bars - dark with red edge */
.v105_20 {
  width: 68px;
  height: 329px;
  background: linear-gradient(90deg, #121212 0%, #080808 100%);
  border-left: 2px solid #5a0000;
  opacity: 1;
  position: absolute;
  top: 381px;
  left: 1302px;
  box-shadow: -5px 0 20px rgba(90, 0, 0, 0.15);
}

.v105_22 {
  width: 68px;
  height: 329px;
  background: linear-gradient(90deg, #121212 0%, #080808 100%);
  border-left: 2px solid #5a0000;
  opacity: 1;
  position: absolute;
  top: 681px;
  left: 1302px;
  box-shadow: -5px 0 20px rgba(90, 0, 0, 0.15);
}

/* Main dossier panel - blood-stained manila folder */
.v104_191 {
  width: 85%;
  height: 94%;
  background:
    /* Blood drips from top */
    linear-gradient(180deg,
      rgba(85, 5, 5, 0.75) 0%,
      rgba(90, 10, 10, 0.5) 3%,
      transparent 8%
    ),
    /* Blood splatter spots */
    radial-gradient(ellipse 80px 100px at 15% 8%, rgba(90, 8, 8, 0.55), transparent),
    radial-gradient(ellipse 60px 80px at 85% 15%, rgba(80, 5, 5, 0.5), transparent),
    radial-gradient(ellipse 40px 50px at 70% 5%, rgba(85, 8, 8, 0.45), transparent),
    radial-gradient(ellipse 100px 30px at 40% 2%, rgba(75, 5, 5, 0.5), transparent),
    /* More splatter throughout */
    radial-gradient(ellipse 30px 40px at 25% 60%, rgba(85, 8, 8, 0.35), transparent),
    radial-gradient(ellipse 50px 60px at 90% 70%, rgba(80, 5, 5, 0.3), transparent),
    radial-gradient(ellipse 20px 30px at 60% 85%, rgba(90, 8, 8, 0.25), transparent),
    /* Darker aged manila base */
    linear-gradient(145deg, #5a5038 0%, #4d4530 50%, #403828 100%);
  background-color: #4a4230;
  position: absolute;
  top: 55px;
  left: 55px;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  border-radius: 0px 10px 30px 0px;
  border: 1px solid #2a2a2a;
  box-shadow:
    0 0 40px rgba(0, 0, 0, 0.9),
    inset 0 0 100px rgba(0, 0, 0, 0.4),
    0 0 60px rgba(90, 0, 0, 0.08);
  animation: subtlePulse 4s ease-in-out infinite;
}

@keyframes subtlePulse {
  0%, 100% { box-shadow: 0 0 40px rgba(0, 0, 0, 0.9), inset 0 0 100px rgba(0, 0, 0, 0.4), 0 0 60px rgba(90, 0, 0, 0.08); }
  50% { box-shadow: 0 0 40px rgba(0, 0, 0, 0.9), inset 0 0 100px rgba(0, 0, 0, 0.4), 0 0 80px rgba(90, 0, 0, 0.12); }
}

/* Paper texture and more blood */
.v104_191::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    /* Dripping blood effect on sides */
    linear-gradient(90deg, rgba(85, 5, 5, 0.45) 0%, transparent 3%),
    /* Paper fiber texture */
    radial-gradient(ellipse, rgba(0, 0, 0, 0.18) 10%, transparent 30%) 0 0 / 10px 15px,
    radial-gradient(ellipse, rgba(0, 0, 0, 0.12) 8%, transparent 25%) 5px 5px / 12px 18px;
  background-repeat: repeat;
  opacity: 0.6;
  pointer-events: none;
}

/* Corner decoration - red */
.v104_191::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-top: 2px solid rgba(90, 0, 0, 0.4);
  border-right: 2px solid rgba(90, 0, 0, 0.4);
  opacity: 0.4;
}

/* Pin/rivet element */
.v109_52 {
  width: 48px;
  height: 51px;
  background: radial-gradient(circle at 30% 30%, #3a2a1a 0%, #1a0a00 50%, #100500 100%);
  border: 2px solid #5a0000;
  opacity: 1;
  position: absolute;
  top: 68px;
  left: 142px;
  border-radius: 50%;
  transform: rotate(-90deg);
  box-shadow:
    0 0 10px rgba(90, 0, 0, 0.3),
    inset 0 0 10px rgba(0, 0, 0, 0.8);
  animation: pinGlitch 15s infinite;
}

@keyframes pinGlitch {
  0%, 100% { transform: rotate(-90deg) translate(0, 0); }
  44% { transform: rotate(-90deg) translate(0, 0); }
  44.5% { transform: rotate(-90deg) translate(2px, -1px); }
  45% { transform: rotate(-90deg) translate(-1px, 1px); }
  45.5% { transform: rotate(-90deg) translate(0, 0); }
}

.v107_25 {
  width: 215px;
  color: #880000;
  position: absolute;
  top: 489px;
  left: 1353px;
  font-family: Raleway;
  font-weight: Medium;
  font-size: 24px;
  opacity: 1;
  text-align: left;
  text-shadow: 0 0 10px rgba(90, 0, 0, 0.4);
}

.v107_27 {
  width: 215px;
  color: #880000;
  position: absolute;
  top: 772px;
  left: 1353px;
  font-family: Raleway;
  font-weight: Medium;
  font-size: 24px;
  opacity: 1;
  text-align: left;
  text-shadow: 0 0 10px rgba(90, 0, 0, 0.4);
}

/* Menu button containers */
.v105_12 {
  width: 432px;
  height: 49px;
  background: transparent;
  padding: 16px 52px;
  margin: 10px;
  opacity: 1;
  position: absolute;
  top: 620px;
  left: 300px;
  overflow: hidden;
}

.v105_2 {
  width: 432px;
  height: 65px;
  background: transparent;
  padding: 16px 52px;
  margin: 10px;
  opacity: 1;
  position: absolute;
  top: 420px;
  left: 300px;
  overflow: hidden;
}

.v105_9 {
  width: 432px;
  height: 65px;
  background: transparent;
  padding: 16px 52px;
  margin: 10px;
  opacity: 1;
  position: absolute;
  top: 520px;
  left: 300px;
  overflow: hidden;
}

/* Menu buttons - darker text */
.v105_13, .v105_3, .v105_10 {
  background-color: transparent;
  border: none;
  z-index: 20;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  cursor: crosshair;
  margin: 5px 0;
  border-radius: 0;
  font-weight: bold;
  color: #1a0800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  transition: all 0.3s ease;
  position: relative;
  white-space: nowrap;
  animation: textGlitch 10s infinite;
}

@keyframes textGlitch {
  0%, 100% {
    transform: translate(0, 0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  25% {
    transform: translate(0, 0);
  }
  25.3% {
    transform: translate(-2px, 0);
    text-shadow: 2px 0 #5a0000, -2px 0 #004444, 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  25.6% {
    transform: translate(2px, 0);
    text-shadow: -2px 0 #5a0000, 2px 0 #880000, 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  25.9% {
    transform: translate(0, 0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  60% {
    transform: translate(0, 0);
  }
  60.2% {
    transform: translate(1px, -1px);
    text-shadow: -1px 0 #880000, 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
  60.4% {
    transform: translate(0, 0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
}

.v105_13::before, .v105_3::before, .v105_10::before {
  content: '>';
  position: absolute;
  left: -20px;
  opacity: 0;
  color: #5a0000;
  transition: all 0.3s ease;
  text-shadow: 0 0 10px rgba(90, 0, 0, 0.6);
}

.v105_13:hover, .v105_3:hover, .v105_10:hover {
  color: #5a0000;
  text-shadow:
    0 0 5px rgba(90, 0, 0, 0.25),
    0 0 10px rgba(90, 0, 0, 0.15);
  background: linear-gradient(90deg, rgba(90, 0, 0, 0.12) 0%, transparent 100%);
  animation: none;
}

.v105_13:hover::before, .v105_3:hover::before, .v105_10:hover::before {
  opacity: 1;
  left: -5px;
}

.v105_3 {
  width: 350px;
  position: absolute;
  top: 15px;
  left: 50px;
  font-size: 24px;
  text-align: left;
  animation-delay: 0s;
}

.v105_10 {
  width: 350px;
  position: absolute;
  top: 10px;
  left: 50px;
  font-size: 24px;
  text-align: left;
  animation-delay: 0.5s;
}

.v105_13 {
  width: 350px;
  position: absolute;
  top: 7px;
  left: 50px;
  font-size: 24px;
  text-align: left;
  animation-delay: 1s;
}

/* Image frame - darker, no blood overlap */
.v104_192 {
  width: 235px;
  height: 305px;
  background: url("../images/v104_192.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 17;
  opacity: 0.85;
  position: absolute;
  top: 47px;
  left: 133px;
  border: 3px solid #1a0a00;
  box-shadow:
    0 0 20px rgba(0, 0, 0, 0.9),
    0 0 40px rgba(90, 0, 0, 0.1),
    inset 0 0 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  filter: sepia(30%) contrast(100%) brightness(0.75);
  animation: photoGlitch 12s ease-in-out infinite;
}

@keyframes photoGlitch {
  0%, 100% {
    opacity: 0.85;
    filter: sepia(30%) contrast(100%) brightness(0.75);
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.8;
    filter: sepia(35%) contrast(95%) brightness(0.7);
  }
  72% {
    transform: translate(0, 0);
    filter: sepia(30%) contrast(100%) brightness(0.75);
  }
  72.5% {
    transform: translate(-3px, 0);
    filter: sepia(30%) contrast(100%) brightness(0.75) hue-rotate(10deg);
  }
  73% {
    transform: translate(3px, 0);
    filter: sepia(30%) contrast(130%) brightness(0.9);
  }
  73.5% {
    transform: translate(0, 0);
    filter: sepia(30%) contrast(100%) brightness(0.75);
  }
}

/* CLASSIFIED watermark - darker blood red with glitch */
.v105_16 {
  color: #4a0000;
  position: absolute;
  top: 500px;
  left: 100px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  z-index: 11;
  font-size: 150px;
  opacity: 0.18;
  text-align: left;
  transform: rotate(-28deg);
  overflow: hidden;
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(74, 0, 0, 0.25);
  animation: classifiedGlitch 5s infinite;
  letter-spacing: 10px;
}

@keyframes classifiedGlitch {
  0%, 100% {
    opacity: 0.18;
    transform: rotate(-28deg) translate(0, 0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(74, 0, 0, 0.25);
  }
  48% {
    opacity: 0.18;
    transform: rotate(-28deg) translate(0, 0);
  }
  49% {
    opacity: 0.22;
    transform: rotate(-28deg) translate(-4px, 0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(74, 0, 0, 0.25), -3px 0 #880000, 3px 0 #004444;
  }
  50% {
    opacity: 0.12;
    transform: rotate(-28deg) translate(4px, 0);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 20px rgba(74, 0, 0, 0.25), 3px 0 #5a0000, -3px 0 #880000;
  }
  51% {
    opacity: 0.18;
    transform: rotate(-28deg) translate(0, 0);
  }
  70% { opacity: 0.18; }
  71% { opacity: 0.12; }
  72% { opacity: 0.2; }
  73% { opacity: 0.18; }
}

/* Side panel accent */
.v105_18 {
  width: 68px;
  height: 329px;
  background: linear-gradient(90deg, #121212 0%, #080808 100%);
  border-left: 2px solid #5a0000;
  opacity: 1;
  position: absolute;
  top: 79px;
  left: 1390px;
  box-shadow: -5px 0 20px rgba(90, 0, 0, 0.15);
}

.v107_24 {
  width: 215px;
  color: #880000;
  position: absolute;
  top: 150px;
  left: 1353px;
  font-family: Raleway;
  font-weight: Medium;
  font-size: 24px;
  opacity: 1;
  text-align: left;
  text-shadow: 0 0 10px rgba(90, 0, 0, 0.4);
}

/* Paper clip - rusty/darker */
span.paper-clip:after {
  width: 19px;
  height: 29px;
  content: " ";
  background: transparent;
  display: block;
  position: absolute;
  right: 2px;
  z-index: 20;
  top: 5px;
  border-radius: 10px;
  border: 2px solid #3a2a1a;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 5px rgba(90, 0, 0, 0.2);
}

span.paper-clip {
  background: transparent;
  top: 2.8%;
  left: 14%;
  height: 48px;
  z-index: 20;
  width: 23px;
  border-radius: 10px;
  border: 2px solid #3a2a1a;
  display: inline-block;
  position: absolute;
  box-shadow: 0 0 5px rgba(90, 0, 0, 0.2);
  animation: clipGlitch 18s infinite;
}

@keyframes clipGlitch {
  0%, 100% { transform: translate(0, 0); }
  55% { transform: translate(0, 0); }
  55.3% { transform: translate(1px, -1px); }
  55.6% { transform: translate(-1px, 1px); }
  55.9% { transform: translate(0, 0); }
}

/* Logo/emblem area - darker */
.v109_65 {
  width: 330px;
  height: 197px;
  background: url("../images/v109_65.png");
  background-repeat: no-repeat;
  z-index: 20;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
  position: absolute;
  top: 100px;
  left: 1020px;
  overflow: hidden;
  filter: grayscale(60%) brightness(0.4) contrast(120%);
  animation: emblemGlitch 14s ease-in-out infinite;
}

@keyframes emblemGlitch {
  0%, 100% {
    opacity: 0.2;
    filter: grayscale(60%) brightness(0.4) contrast(120%);
    transform: translate(0, 0);
  }
  50% {
    opacity: 0.25;
    filter: grayscale(50%) brightness(0.5) contrast(130%);
  }
  82% {
    transform: translate(0, 0);
  }
  82.3% {
    transform: translate(-2px, 1px);
    filter: grayscale(60%) brightness(0.6) contrast(120%) hue-rotate(20deg);
  }
  82.6% {
    transform: translate(2px, -1px);
    filter: grayscale(60%) brightness(0.3) contrast(140%);
  }
  82.9% {
    transform: translate(0, 0);
    filter: grayscale(60%) brightness(0.4) contrast(120%);
  }
}

/* Folder tabs - matching menu button font style */
.folder-tab {
  position: absolute;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  cursor: crosshair;
  margin: 5px 0;
  border-radius: 0;
  font-weight: bold;
  right: 444px;
  height: 210px;
  width: 25px;
  background: linear-gradient(90deg, #5a5038 0%, #4d4530 50%, #403828 100%);
  border: 1px solid #2a2018;
  border-left: 2px solid #5a0000;
  clip-path: polygon(0% 0%, 0% 100%, 100% 80%, 100% 20%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #1a0800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: 2px;
  transition: all 0.3s ease;
  text-decoration: none;
  animation: tabGlitch 16s infinite;
}

@keyframes tabGlitch {
  0%, 100% { transform: translate(0, 0); }
  38% { transform: translate(0, 0); }
  38.3% { transform: translate(2px, 0); }
  38.6% { transform: translate(-1px, 0); }
  38.9% { transform: translate(0, 0); }
}

.folder-tab:hover {
  background: linear-gradient(90deg, #6a6048 0%, #5d5540 50%, #504838 100%);
  color: #5a0000;
  text-shadow:
    0 0 5px rgba(90, 0, 0, 0.25),
    0 0 10px rgba(90, 0, 0, 0.15);
  border-left-color: #880000;
  animation: none;
}

.tab1 {
  top: 70px;
  animation-delay: 0s;
}

.tab2 {
  top: 280px;
  animation-delay: 0.3s;
}

/* Corner brackets decoration */
.v104_189::before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 70px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid rgba(90, 0, 0, 0.3);
  border-left: 2px solid rgba(90, 0, 0, 0.3);
  opacity: 0.4;
  z-index: 15;
}

/* Darker vignette */
.v104_189::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, transparent 30%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
  z-index: 5;
}

/* Selection color */
::selection {
  background: #5a0000;
  color: #ccc;
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #050505;
}

::-webkit-scrollbar-thumb {
  background: #5a0000;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #700000;
}

/* Heartbeat red glow on the whole page - subtler */
@keyframes heartbeat {
  0%, 100% {
    box-shadow: inset 0 0 100px rgba(90, 0, 0, 0.02);
  }
  25% {
    box-shadow: inset 0 0 120px rgba(90, 0, 0, 0.04);
  }
  35% {
    box-shadow: inset 0 0 100px rgba(90, 0, 0, 0.02);
  }
  45% {
    box-shadow: inset 0 0 110px rgba(90, 0, 0, 0.03);
  }
}

.v104_189 {
  animation: heartbeat 3s ease-in-out infinite;
}
