/* =========================
   CATEGORY SHOWCASE
   ========================= */

.dc-forum-showcase,
.dc-forum-showcase * {
  box-sizing: border-box;
  min-width: 0;
}

.dc-forum-showcase {
  position: relative;
  width: 100%;
  padding: 96px 40px 118px;
  overflow: hidden;
}

.dc-forum-showcase {
  position: relative;
  width: 100%;
  padding: 96px 40px 118px;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(6,7,10,0.94) 0%,
      rgba(8,9,12,0.88) 55%,
      rgba(8,8,10,0.92) 100%
    ),
    url(../../../images/style/devil/body.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, right bottom;
  background-size: cover, auto;
  border-top: 0px solid rgba(170,140,108,0.08);
  border-bottom: 1px solid rgba(170,140,108,0.08);
}

.dc-forum-showcase-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1500px);
  margin: 0 auto;
}

/* =========================
   CATEGORY TITLE
   ========================= */

.dc-forum-showcase-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 24px;
}

.dc-forum-showcase-head::before {
  content: "✦";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 1;
  color: rgba(186, 152, 117, 0.58);
  text-shadow: 0 0 10px rgba(186, 152, 117, 0.12);
}

.dc-forum-showcase-head::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  transform: translateX(-50%);
  width: 40px;
  height: 10px;
  border-top: 1px solid rgba(186, 152, 117, 0.40);
  border-bottom: 1px solid rgba(186, 152, 117, 0.40);
  opacity: 0.95;
}

.dc-forum-showcase-head h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(40px, 4vw, 72px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(
    to bottom,
    #fbfaf8 0%,
    #ece5df 22%,
    #c8bfba 46%,
    #f2ede8 70%,
    #a59a92 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.05),
    0 2px 10px rgba(0,0,0,0.28),
    0 0 20px rgba(215, 210, 206, 0.04);
}

.dc-forum-showcase-line {
  position: relative;
  width: 180px;
  max-width: 20vw;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(
    to right,
    rgba(186,152,117,0),
    rgba(186,152,117,0.48),
    rgba(186,152,117,0)
  );
}

.dc-forum-showcase-line:first-child::before,
.dc-forum-showcase-line:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(186,152,117,0.42);
  transform: translateY(-50%);
}

.dc-forum-showcase-line:first-child::before {
  right: -1px;
}

.dc-forum-showcase-line:last-child::before {
  left: -1px;
}

/* =========================
   CATEGORY DESCRIPTION
   ========================= */

.dc-forum-showcase-subline {
  max-width: 920px;
  margin: 0 auto 62px auto;
  text-align: center;
  color: rgba(215, 206, 198, 0.76);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* =========================
   GRID
   ========================= */

.dc-forum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}

/* =========================
   FORUM CARD
   ========================= */

.dc-forum-card,
.dc-forum-card * {
  box-sizing: border-box;
  min-width: 0;
}

.dc-forum-card {
  position: relative;
  margin: 0;
  padding: 32px 32px 28px;
  background:
    linear-gradient(
      180deg,
      rgba(18, 18, 20, 0.82) 0%,
      rgba(22, 21, 22, 0.90) 100%
    );
  border: 1px solid rgba(201,176,148,0.13);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.018),
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 14px 36px rgba(0,0,0,0.16);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.dc-forum-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 16%, rgba(255,255,255,0.035), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(255,255,255,0.012), transparent 18%),
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.018) 0%,
      rgba(255,255,255,0.006) 24%,
      rgba(0,0,0,0.04) 100%
    );
  opacity: 1;
}

.dc-forum-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(186,152,117,0),
    rgba(186,152,117,0.34),
    rgba(186,152,117,0)
  );
}

.dc-forum-card:hover {
  transform: translateY(-4px);
  border-color: rgba(186,152,117,0.24);
  background:
    linear-gradient(
      180deg,
      rgba(22, 21, 22, 0.88) 0%,
      rgba(26, 24, 25, 0.96) 100%
    );
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.022),
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 18px 42px rgba(0,0,0,0.22);
}

/* =========================
   CARD TOP
   ========================= */

.dc-forum-card-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) 44px;
  gap: 24px;
  align-items: start;
}

.dc-forum-card-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
}

.dc-forum-card-icon .forum_status {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(186,152,117,0.08));
}

.dc-forum-card-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dc-forum-card-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 2vw, 38px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.dc-forum-card-title a,
.dc-forum-card-title a:link,
.dc-forum-card-title a:visited {
  color: #efe3d4;
  text-decoration: none;
}

.dc-forum-card-title a:hover {
  color: #f7ede3;
}

.dc-forum-card-desc {
  color: rgba(221, 211, 201, 0.80);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.75;
}

.dc-forum-card-arrow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 2px;
}

.dc-forum-card-arrow a,
.dc-forum-card-arrow a:link,
.dc-forum-card-arrow a:visited {
  color: #b78f68;
  font-size: 42px;
  line-height: 1;
  text-decoration: none;
  opacity: 0.92;
  transition: transform 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.dc-forum-card:hover .dc-forum-card-arrow a {
  transform: translateX(4px);
  color: #d0aa84;
  opacity: 1;
}

/* =========================
   CARD BOTTOM
   ========================= */

.dc-forum-card-bottom {
  position: relative;
  z-index: 2;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(201,176,148,0.08);
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.dc-forum-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  color: #d2b396;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dc-forum-card-meta span {
  position: relative;
  white-space: nowrap;
}

.dc-forum-card-meta span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 18px 0 2px;
  background: rgba(201,176,148,0.12);
  vertical-align: middle;
}

.dc-forum-card-extra {
  text-align: left;
}

/* =========================
   SUBFORUMS
   ========================= */

.dc-forum-card-subforums {
  color: rgba(207, 197, 189, 0.74);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.dc-forum-card-subforums a,
.dc-forum-card-subforums a:link,
.dc-forum-card-subforums a:visited {
  color: #d7c2ae;
  text-decoration: none;
}

.dc-forum-card-subforums a:hover {
  color: #f0dfcf;
}

/* =========================
   LASTPOST
   ========================= */

.dc-lastpost {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(211,202,193,0.78);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.dc-forum-card-subforums + .dc-lastpost {
  margin-top: 10px;
}

.dc-lastpost-topic {
  color: #efe3d4;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  flex: 0 1 auto;
}

.dc-lastpost-topic a,
.dc-lastpost-topic a:link,
.dc-lastpost-topic a:visited {
  color: #efe3d4;
  text-decoration: none;
}

.dc-lastpost-topic a:hover {
  color: #f7ede3;
}

.dc-lastpost-meta {
  margin-top: 0;
  padding-left: 18px;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(190,180,169,0.76);
  flex: 0 1 auto;
}

.dc-lastpost-meta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  background: rgba(201,176,148,0.12);
  transform: translateY(-50%);
}

.dc-lastpost-meta a,
.dc-lastpost-meta a:link,
.dc-lastpost-meta a:visited {
  color: #cfae8d;
  text-decoration: none;
}

.dc-lastpost-meta a:hover {
  color: #ecd4bc;
}

.dc-lastpost-never .dc-lastpost-topic {
  font-size: 18px;
  color: rgba(190,180,169,0.72);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .dc-forum-showcase {
    padding: 74px 28px 84px;
  }

  .dc-forum-grid {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  .dc-forum-grid {
    grid-template-columns: 1fr;
  }

  .dc-forum-showcase-head {
    gap: 18px;
  }

  .dc-forum-showcase-line {
    width: 90px;
  }

  .dc-forum-showcase-subline {
    margin-bottom: 42px;
    font-size: 12px;
    letter-spacing: 0.10em;
  }

  .dc-forum-card-top {
    grid-template-columns: 48px minmax(0,1fr) 32px;
    gap: 18px;
  }

  .dc-forum-card-bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .dc-forum-showcase {
    padding: 52px 16px 62px;
  }

  .dc-forum-showcase-head h2 {
    font-size: 32px;
  }

  .dc-forum-showcase-head::before {
    top: -20px;
    font-size: 10px;
  }

  .dc-forum-showcase-head::after {
    top: -8px;
    width: 30px;
    height: 8px;
  }

  .dc-forum-card {
    padding: 24px 18px 20px;
  }

  .dc-forum-card-top {
    grid-template-columns: 42px minmax(0,1fr) 24px;
    gap: 14px;
  }

  .dc-forum-card-title {
    font-size: 24px;
  }

  .dc-forum-card-desc {
    font-size: 13px;
  }

  .dc-forum-card-arrow a,
  .dc-forum-card-arrow a:link,
  .dc-forum-card-arrow a:visited {
    font-size: 28px;
  }

  .dc-forum-card-bottom {
    margin-top: 20px;
    padding-top: 16px;
  }

  .dc-forum-card-meta,
  .dc-forum-card-subforums {
    font-size: 12px;
    letter-spacing: 0.08em;
  }

  .dc-forum-card-meta span + span::before {
    margin: 0 12px 0 2px;
  }

  .dc-lastpost-topic {
    font-size: 20px;
  }
}