/* MOSS Manual — Custom CSS */

/* MOSS MANUAL — mega title */
#inner_wrapper > .container::before {
  content: "MOSS MANUAL";
  display: block;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  color: #93c5fd;
  text-shadow: 0 0 40px rgba(59, 130, 246, 0.3);
  margin: 2rem 0 0;
  padding: 0;
  line-height: 1.1;
}

/* Subtitle — inject into the first content div */
#inner_wrapper > .container > div:first-child::before {
  content: "Manual of Operations & Server Standards";
  display: block;
  text-align: center;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #64748b;
  margin: 0.15rem 0 2.5rem;
  padding: 0;
  font-weight: 400;
}
