/* =========================
   EPICS — STABLE TEMPLATE
   ========================= */

.epic-container {
  max-width: 900px;
  margin: 120px auto 80px;
  padding: 0 20px;
  color: #f5f5f5;
  line-height: 1.8;
  font-size: 18px;
}

.epic-title {
  color: #c9a23f;
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
}

.epic-subtitle {
  text-align: center;
  opacity: 0.85;
  margin-bottom: 40px;
}

.epic-meta {
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
  margin-bottom: 50px;
}

.epic-content p {
  margin-bottom: 22px;
  text-align: justify;
}

/* watermark */
.epic-watermark {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: rotate(-30deg) translate(-50%, -50%);
  font-size: 60px;
  color: rgba(201,162,63,0.07);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* anti-copy */
.epic-content {
  user-select: none;
}

.epic-content::selection {
  background: transparent;
}
