/* =========================
   GRUNDLAYOUT
========================= */
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #02010a;
    color: #0a1e3a;
    overflow-x: hidden;
}

/* =========================
   CRT SCANLINES
========================= */
body::before {
    content: "";
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    pointer-events:none;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255,255,255,0.04) 0px,
        rgba(255,255,255,0.04) 1px,
        transparent 1px,
        transparent 3px
    );
    z-index: 999;
}

/* =========================
   NEON GRID FLOOR
========================= */
.neon-floor {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background:
      linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0)),
      repeating-linear-gradient(to right, rgba(255,0,255,0.6) 0px, rgba(255,0,255,0.6) 2px, transparent 2px, transparent 80px),
      repeating-linear-gradient(to top, rgba(0,255,255,0.6) 0px, rgba(0,255,255,0.6) 2px, transparent 2px, transparent 80px);
    transform: perspective(400px) rotateX(55deg);
    transform-origin: bottom;
    z-index: 0;
    animation: gridMove 6s linear infinite;
}

@keyframes gridMove {
    to { background-position: 0 0, -200px 0, 0 -200px; }
}

/* =========================
   VHS OVERLAY
========================= */
.vhs-overlay {
    color: red;
    font-family: 'Courier New', monospace;
    padding: 8px;
    border-bottom: 2px solid red;
    text-align: center;
    text-shadow: 0 0 5px red, 0 0 15px red;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    position: relative;
}

/* =========================
   MENU
========================= */
.main-menu {
    text-align: center;
    background-color: #080010;
    padding: 12px;
    box-shadow: 0 0 20px #ff00ff;
    position: relative;
    z-index: 10;
}

.main-menu a {
    color: #00ffff;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3em;
    text-shadow: 0 0 5px cyan, 0 0 15px cyan;
}

/* =========================
   SIDEBAR = VIDEOTHEKENREGAL
========================= */
.sidebar {
    width: 260px;
    float: left;
    padding: 15px;
    min-height: 100vh;
    background:
      repeating-linear-gradient(
        to bottom,
        #3a1d08 0px,
        #3a1d08 80px,
        #2a1405 80px,
        #2a1405 90px
      );
    box-shadow: inset -10px 0 30px rgba(0,0,0,0.9), 0 0 25px #ff6600;
    position: relative;
    z-index: 10;
    border-right: 4px solid #000;
}

.sidebar h2 {
    color: #ff3333;
    text-shadow: 0 0 10px red;
    text-align: center;
    margin-bottom: 20px;
}

/* Regal-Liste */
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* VHS-Rücken */
.sidebar ul li {
    margin: 12px 0;
}

.sidebar ul li a {
    display: block;
    padding: 14px 10px 14px 18px;
    background: linear-gradient(to right, #111, #222, #111);
    color: #ff3333 !important;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 8px red;
    border-left: 12px solid #ff0055;
    box-shadow:
        inset 0 0 10px rgba(0,0,0,0.8),
        0 0 8px rgba(255,0,0,0.4);
    transition: all 0.2s ease;
    position: relative;
}

/* =========================
   UNTERSCHIEDLICHE VHS-FARBEN (8 STÜCK)
========================= */
.sidebar ul li:nth-child(1) a { border-left-color:#ff0055; }
.sidebar ul li:nth-child(2) a { border-left-color:#00ffff; }
.sidebar ul li:nth-child(3) a { border-left-color:#ffaa00; }
.sidebar ul li:nth-child(4) a { border-left-color:#00ff66; }
.sidebar ul li:nth-child(5) a { border-left-color:#aa00ff; }
.sidebar ul li:nth-child(6) a { border-left-color:#ff4444; }
.sidebar ul li:nth-child(7) a { border-left-color:#00aaff; }
.sidebar ul li:nth-child(8) a { border-left-color:#ffee00; }

/* Hover = Kassette rausziehen */
.sidebar ul li a:hover {
    transform: translateX(12px);
    background: linear-gradient(to right, #1a1a1a, #333, #1a1a1a);
    box-shadow: 0 0 25px red;
}

/* =========================
   CONTENT
========================= */
.content {
    margin-left: 280px;
    padding: 20px;
    position: relative;
    z-index: 10;
}

.content h1 {
    font-family: 'Courier New', monospace;
    font-size: 8em;
    text-align: center;
    color: #00ffff;
    text-shadow: 2px 0 red, -2px 0 blue, 0 0 20px #00ffff, 0 0 40px #ff00ff;
}

.content p {
    color: #00ffff;
    text-shadow: 0 0 6px rgba(0,255,255,0.8);
    font-size: 1.15em;
    line-height: 1.6;
}

/* =========================
   CHUCKY SCORE
========================= */
.chucky-score {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
}

.chucky-score img {
    width: 1.5cm;
    height: 1.5cm;
}

/* =========================
   VHS FLOATING
========================= */
.bg-vhs {
    position: fixed;
    width: 3cm;
    opacity: 0.35;
    z-index: 2;
    pointer-events: none;
}

@keyframes spin3d {
    from { transform: rotateY(0deg) rotateX(0deg); }
    to   { transform: rotateY(360deg) rotateX(360deg); }
}

@keyframes drift1 {
    from { top: -30%; left: 10%; }
    to   { top: 120%; left: 20%; }
}
@keyframes drift2 {
    from { top: 40%; left: 120%; }
    to   { top: 50%; left: -40%; }
}
@keyframes drift3 {
    from { top: 110%; left: 60%; }
    to   { top: -40%; left: 30%; }
}

.vhs1 { animation: drift1 22s linear infinite, spin3d 4s linear infinite; }
.vhs2 { animation: drift2 30s linear infinite, spin3d 5s linear infinite; }
.vhs3 { animation: drift3 25s linear infinite, spin3d 6s linear infinite; }

/* =========================
   MOBILE
========================= */
@media screen and (max-width:768px){
    .sidebar { width:100%; float:none; }
    .content { margin-left:0; }
    .content h1 { font-size: 4em; }
}

/* =========================
   REVIEW CLEAN MODE
   (schaltet Animationen & Hintergründe global ab)
========================= */

.neon-floor {
    display: none !important;
}

.bg-vhs {
    display: none !important;
}

.vhs-overlay {
    display: none !important;
}

.content h1 {
    animation: none !important;
}
