@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=VT323&family=Orbitron:wght@400;600&display=swap');

body {
      margin: 0;
      padding: 24px;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      background: #0b0b0b;
      color: #eaeaea;
      line-height: 1.6;
    }
    h1, h2, h3 {
      color: #ffd100;
      margin-top: 1.4em;
    }
    h1 {
      margin-top: 0;
    }
    ul {
      padding-left: 20px;
    }
    li {
      margin-bottom: 6px;
    }
    .section {
      max-width: 920px;
      margin: 0 auto 32px auto;
    }
    .attention {
      font-weight: bold;
      color: #ffd100;
    }

    .key {
      font-weight: bold;
      color: #00ff66;
    }

    img.devives_img {
    max-width: 800px;
    border-radius: 10px;

    }


    /* === Manual index block === */
.manual_index {
  margin-bottom: 0.6em;
  font-size: 1.4rem;
}

/* Index container */
.manual_index + ul {
  list-style: none;
  padding: 12px 16px;
  margin: 0 0 2em 0;
  background: rgba(255, 255, 255, 0.04);
  border-left: 4px solid #ffd100;
  border-radius: 6px;
}

/* Index items */
.manual_index + ul li {
  margin: 0.45em 0;
}

/* Index links */
.manual_index + ul li a {
  display: block;
  padding: 4px 0;
  color: #eaeaea;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.0;
}

/* Subtle index marker */
.manual_index + ul li a::before {
  content: "› ";
  color: #ffd100;
  font-weight: 700;
}

/* Hover effect */
.manual_index + ul li a:hover {
  color: #ffd100;
  text-decoration: none;
}

    /* === Manual table: stabiel & leesbaar === */
#manual_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;        /* voorkomt inspringen */
  margin: 1.5em 0;
  font-size: 0.95rem;
}

/* Kolombreedtes vastzetten */
#manual_table th:nth-child(1),
#manual_table td:nth-child(1) {
  width: 30%;
}

#manual_table th:nth-child(2),
#manual_table td:nth-child(2),
#manual_table th:nth-child(3),
#manual_table td:nth-child(3) {
  width: 35%;
}

/* Headers */
#manual_table th {
  text-align: left;
  font-weight: 600;
  padding: 10px 12px;
  border-bottom: 2px solid #444;
  vertical-align: middle;
}

/* Cellen */
#manual_table td {
  padding: 8px 12px;
  border-bottom: 1px solid #333;
  vertical-align: top;
}

/* Subtiele afwisseling voor leesbaarheid */
#manual_table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}

/* Voorkom rare woordafbreking */
#manual_table th,
#manual_table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}


/* === Q&A / FAQ opmaak manual === */
#manual_qa {
  margin: 2em 0;
  max-width: 900px;
}

/* Vraag */
dt {
  font-size: 1.05rem;
  font-weight: 600;
  color: #f0f0f0;
  margin-top: 1.2em;
  padding-left: 0.6em;
  border-left: 3px solid #ffcc00;
}

/* Antwoord */
dd {
  margin: 0.4em 0 0.8em 1.2em;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #cfcfcf;
}



/* Eerste vraag geen extra marge */
#manual_qa dt:first-child {
  margin-top: 0;
}

@media (max-width: 919px) {
  /* MOBILE LAYOUT */

  .page {
    max-width: 420px;
  }

  img.devives_img {
    width: 100%;
    max-width: 100%;
  }
}
