*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── Simulated site header ───────────────────────────────────────────────── */
.sim-header {
  align-items: center;
  background: #030810;
  border-bottom: 1px solid rgba(214,169,53,0.18);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  gap: 1rem;
  justify-content: space-between;
  padding: 0 2rem;
  min-height: 60px;
}
.sim-brand {
  align-items: center;
  color: #d6a935;
  display: flex;
  font-size: 0.68rem;
  font-weight: 900;
  gap: 0.6rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
}
.sim-brand-mark {
  border: 1px solid #d6a935;
  box-shadow: 0 0 18px rgba(214,169,53,0.5);
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
}
.sim-nav { display: flex; gap: 0.2rem; }
.sim-nav a {
  border: 1px solid transparent;
  border-radius: 999px;
  color: #9db4ca;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.6rem;
  text-decoration: none;
  text-transform: uppercase;
}
.sim-nav a:hover { border-color: rgba(214,169,53,0.4); color: #f5d56b; }
.sim-nav a.active { background: rgba(214,169,53,0.1); border-color: rgba(214,169,53,0.4); color: #f5d56b; }
.sim-actions { display: flex; align-items: center; gap: 0.5rem; }
.sim-beta {
  align-items: center;
  color: #9db4ca;
  display: flex;
  font-size: 0.58rem;
  font-weight: 800;
  gap: 0.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sim-beta::after {
  background: #74f2a7;
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(116,242,167,0.7);
  content: "";
  height: 7px;
  width: 7px;
}
.sim-menu {
  background: #d6a935;
  border: none;
  border-radius: 8px;
  color: #060a0e;
  cursor: pointer;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  padding: 0.4rem 0.7rem;
  text-transform: uppercase;
}

/* ── Gameportal CSS ──────────────────────────────────────────────────────── */
.dancz-gameportal,
.dancz-gameportal *,
.dancz-gameportal *::before,
.dancz-gameportal *::after { box-sizing: border-box; }

.dancz-gameportal {
  --dgp-bg: #03070c;
  --dgp-gold: #d6a935;
  --dgp-gold-2: #f5d56b;
  --dgp-teal: #48d7ca;
  --dgp-blue: #76a8ff;
  --dgp-text: #edf4ff;
  --dgp-muted: #9db4ca;
  --dgp-muted-2: #64788c;
  --dgp-ok: #71dfa4;
  --dgp-serif: Georgia, "Times New Roman", serif;
  --dgp-sans: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(ellipse 90% 50% at 50% 0%,   rgba(201,162,39,0.15), transparent),
    radial-gradient(ellipse 60% 30% at 50% 0%,   rgba(201,162,39,0.09), transparent),
    radial-gradient(ellipse 50% 20% at 50% 0%,   rgba(255,210,80,0.05), transparent),
    radial-gradient(ellipse 100% 50% at 50% 100%, rgba(14,36,68,0.50), transparent),
    linear-gradient(180deg, #010407 0%, #050d18 35%, #07111e 60%, #020709 100%);
  color: var(--dgp-text);
  font-family: var(--dgp-sans);
  isolation: isolate;
  overflow-x: hidden;
  position: relative;
}

/* Canvas handles all stars — no CSS pseudo starfield needed */

/* Arch rings */
.dgp-arch {
  inset: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 820px;
  z-index: 1;
}
.dgp-arch::before {
  animation: arch-pulse 4s ease-in-out infinite;
  border: 1px solid rgba(201,162,39,0.40);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  content: "";
  height: 680px;
  left: 50%;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  width: 680px;
  box-shadow: 0 0 80px rgba(201,162,39,0.12), 0 0 20px rgba(201,162,39,0.08), inset 0 0 60px rgba(201,162,39,0.06);
}
@keyframes arch-pulse {
  0%, 100% { box-shadow: 0 0 80px rgba(201,162,39,0.12), 0 0 20px rgba(201,162,39,0.08), inset 0 0 60px rgba(201,162,39,0.06); border-color: rgba(201,162,39,0.40); }
  50%       { box-shadow: 0 0 120px rgba(201,162,39,0.22), 0 0 40px rgba(201,162,39,0.14), inset 0 0 80px rgba(201,162,39,0.10); border-color: rgba(201,162,39,0.65); }
}
.dgp-arch::after {
  border: 1px solid rgba(201,162,39,0.14);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  content: "";
  height: 520px;
  left: 50%;
  position: absolute;
  top: -20px;
  transform: translateX(-50%);
  width: 520px;
}

/* Third inner arch ring */
.dgp-arch-inner {
  border: 1px solid rgba(201,162,39,0.07);
  border-bottom: none;
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  height: 360px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  width: 360px;
  z-index: 1;
}

/* Pyramid rays */
.dgp-rays {
  height: 100%;
  left: 50%;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  width: 900px;
  z-index: 0;
}
.dgp-rays::before {
  border-left: 380px solid transparent;
  border-right: 380px solid transparent;
  border-top: 620px solid rgba(201,162,39,0.025);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.dgp-rays::after {
  border-left: 220px solid transparent;
  border-right: 220px solid transparent;
  border-top: 500px solid rgba(201,162,39,0.018);
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

/* Arch apex glow */
.dgp-apex-glow {
  background: radial-gradient(ellipse 120px 60px at 50% 0%, rgba(201,162,39,0.35), transparent);
  height: 200px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -80px;
  transform: translateX(-50%);
  width: 400px;
  z-index: 2;
}

.dancz-gameportal a { color: inherit; }

.dgp-shell { display: block; }

/* Rail */
.dgp-stage { display: grid; grid-template-columns: 64px minmax(0,1fr); }
.dgp-rail {
  align-content: start;
  background: linear-gradient(180deg, rgba(4,10,17,0.9), rgba(2,6,11,0.96));
  border-right: 1px solid rgba(255,255,255,0.07);
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  padding: 1rem 0.65rem;
}
.dgp-rail a {
  align-items: center;
  background: rgba(8,17,27,0.82);
  border: 1px solid rgba(214,169,53,0.25);
  border-radius: 12px;
  color: var(--dgp-gold-2);
  display: grid;
  font-family: var(--dgp-serif);
  font-size: 0.78rem;
  font-weight: 900;
  height: 38px;
  justify-items: center;
  text-decoration: none;
  width: 38px;
}
.dgp-rail a:hover { background: rgba(214,169,53,0.14); outline: 1px solid rgba(214,169,53,0.45); }
.dgp-page { min-width: 0; }

/* Hero */
.dgp-hero {
  align-items: stretch;
  background:
    linear-gradient(180deg, rgba(1,4,7,0.42) 0%, rgba(1,4,7,0.08) 18%, rgba(1,4,7,0.08) 58%, rgba(1,4,7,0.90) 78%, rgba(1,4,7,0.98) 100%),
    linear-gradient(105deg, rgba(1,4,7,0.94) 0%, rgba(1,4,7,0.48) 45%, rgba(1,4,7,0.90) 100%),
    url('../img/gameportal/functional/dgp3-hero-scene-20260515.jpg') center 28% / cover no-repeat;
  display: grid;
  min-height: min(760px, calc(100vh - 60px));
  overflow: hidden;
  padding: clamp(2.4rem,5vw,4.5rem) clamp(1.3rem,6vw,6.5rem) clamp(1.2rem,3vw,2.2rem);
  position: relative;
}
/* Subtle horizon glow at hero base */
.dgp-hero::after {
  background: radial-gradient(ellipse 70% 18% at 50% 100%, rgba(14,36,68,0.55), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.dgp-hero-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(1rem,3vw,2.8rem);
  grid-template-columns: minmax(0,1fr) minmax(340px,460px);
  position: relative;
  z-index: 4;
}
.dgp-hero-copy { max-width: 650px; padding: 0; }

.dgp-kicker {
  align-items: center;
  color: var(--dgp-gold-2);
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 900;
  gap: 0.7rem;
  letter-spacing: 0.24em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.dgp-kicker::before { background: var(--dgp-gold); content: ""; height: 1px; width: 34px; }

.dgp-hero h1 {
  color: var(--dgp-text);
  font-family: var(--dgp-serif);
  font-size: clamp(3rem,5.5vw,6.2rem);
  letter-spacing: 0;
  line-height: 0.9;
  margin: 0;
  text-shadow: 0 3px 18px rgba(0,0,0,0.72);
}
.dgp-hero h1 span { color: var(--dgp-gold); display: block; font-style: italic; }
.dgp-hero h1 em { color: rgba(230,238,248,0.75); display: block; font-style: normal; font-size: 0.88em; }

.dgp-lede {
  color: #d7e3ee;
  font-size: clamp(0.98rem,1.2vw,1.12rem);
  font-weight: 520;
  line-height: 1.7;
  margin: 1.15rem 0 0;
  max-width: 560px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.72);
}

.dgp-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

.dgp-btn {
  align-items: center;
  background: rgba(4,12,20,0.78);
  border: 1px solid rgba(214,169,53,0.55);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.04);
  color: var(--dgp-text);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  gap: 0.55rem;
  letter-spacing: 0.13em;
  min-height: 58px;
  padding: 0.95rem 1.55rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.15s ease;
}
.dgp-btn:hover { transform: translateY(-2px); }
.dgp-btn-primary {
  background: linear-gradient(180deg, #f4d06a, #a97118);
  border-color: rgba(255,230,139,0.88);
  color: #050a0f;
}
.dgp-btn-teal {
  background: rgba(6,34,34,0.72);
  border-color: rgba(72,215,202,0.62);
  color: var(--dgp-teal);
}

.dgp-hero-scripture {
  background: rgba(214,169,53,0.08);
  border: 1px solid rgba(214,169,53,0.22);
  border-radius: 10px;
  color: var(--dgp-gold-2);
  font-family: var(--dgp-serif);
  font-size: 0.88rem;
  font-style: italic;
  line-height: 1.5;
  margin-top: 1.1rem;
  padding: 0.72rem 1rem;
  width: fit-content;
}
.dgp-hero-build-line {
  align-items: center;
  background: rgba(2,9,16,0.48);
  border: 1px solid rgba(214,169,53,0.12);
  border-radius: 999px;
  color: var(--dgp-muted-2);
  display: flex;
  font-size: 0.64rem;
  font-weight: 700;
  gap: 0;
  letter-spacing: 0.07em;
  margin-top: 0.7rem;
  padding: 0.42rem 0.68rem;
  text-transform: uppercase;
  width: fit-content;
}
.dgp-hero-build-line b { color: var(--dgp-muted); margin-right: 0.4em; }
.dgp-hero-build-line span { color: var(--dgp-teal); }
.dgp-scroll-hint {
  bottom: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}
.dgp-scroll-hint span {
  animation: scroll-bounce 1.8s ease-in-out infinite;
  border-bottom: 1.5px solid rgba(214,169,53,0.5);
  border-right: 1.5px solid rgba(214,169,53,0.5);
  display: block;
  height: 8px;
  transform: rotate(45deg);
  width: 8px;
}
.dgp-scroll-hint span:nth-child(2) { animation-delay: 0.22s; opacity: 0.5; }
@keyframes scroll-bounce {
  0%, 100% { opacity: 0.25; transform: rotate(45deg) translateY(-2px); }
  50%       { opacity: 0.9;  transform: rotate(45deg) translateY(3px); }
}

/* Quest panel */
.dgp-panel {
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(5,16,29,0.9), rgba(2,7,13,0.94));
  border: 1px solid rgba(214,169,53,0.46);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0,0,0,0.42), inset 0 0 0 1px rgba(255,255,255,0.035);
  overflow: hidden;
}
.dgp-quest-panel { margin: 0 0 0.2rem; }
.dgp-panel-head {
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: var(--dgp-gold-2);
  display: flex;
  font-size: 0.68rem;
  font-weight: 950;
  gap: 1rem;
  justify-content: space-between;
  letter-spacing: 0.16em;
  min-height: 54px;
  padding: 0.9rem 1rem;
  text-transform: uppercase;
}
.dgp-panel-body { padding: 0.85rem; }

.dgp-status {
  align-items: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(166,205,232,0.18);
  border-radius: 999px;
  color: var(--dgp-muted);
  display: inline-flex;
  font-size: 0.55rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.13em;
  min-height: 24px;
  padding: 0.18rem 0.55rem;
  text-transform: uppercase;
}
.dgp-status-gold { background: rgba(214,169,53,0.1); border-color: rgba(214,169,53,0.42); color: var(--dgp-gold-2); }
.dgp-status-teal { background: rgba(72,215,202,0.09); border-color: rgba(72,215,202,0.38); color: var(--dgp-teal); }
.dgp-status-ok   { background: rgba(113,223,164,0.09); border-color: rgba(113,223,164,0.38); color: var(--dgp-ok); }

.dgp-quest-list { display: grid; gap: 0.62rem; }
.dgp-quest {
  align-items: start;
  background: rgba(7,18,31,0.78);
  border: 1px solid rgba(214,169,53,0.24);
  border-radius: 9px;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0,1fr) auto;
  min-height: 78px;
  padding: 0.75rem 0.6rem;
  text-decoration: none;
  transition: background 0.15s;
}
.dgp-quest:hover { background: rgba(255,255,255,0.06); outline: 1px solid rgba(214,169,53,0.45); }
.dgp-quest-icon {
  border: 1px solid rgba(214,169,53,0.32);
  border-radius: 8px;
  color: var(--dgp-gold-2);
  display: grid;
  font-family: var(--dgp-serif);
  font-size: 0.72rem;
  font-weight: 950;
  height: 42px;
  letter-spacing: 0.08em;
  place-items: center;
  width: 42px;
}
.dgp-quest strong, .dgp-quest em { display: block; font-style: normal; }
.dgp-quest strong { color: var(--dgp-text); font-family: var(--dgp-serif); font-size: 0.92rem; }
.dgp-quest em { color: var(--dgp-muted); font-size: 0.68rem; margin-top: 0.14rem; }

.dgp-quest-fraction { color: var(--dgp-muted-2); display: block; font-size: 0.58rem; letter-spacing: 0.09em; margin-top: 0.25rem; }
.dgp-quest-progress { background: rgba(255,255,255,0.1); border-radius: 999px; height: 3px; margin-top: 0.35rem; overflow: hidden; width: 100%; }
.dgp-quest-progress-bar { background: var(--dgp-gold); border-radius: 999px; height: 100%; }
.dgp-quest-progress-bar--teal  { background: var(--dgp-teal); }
.dgp-quest-progress-bar--muted { background: var(--dgp-muted-2); }
.dgp-quest-progress-bar--ok    { background: var(--dgp-ok); }

.dgp-panel-cta {
  background: rgba(214,169,53,0.1);
  border-top: 1px solid rgba(214,169,53,0.18);
  color: var(--dgp-gold-2);
  display: block;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  padding: 0.78rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.dgp-panel-cta:hover { background: rgba(214,169,53,0.16); }

/* Sections */
.dgp-section {
  background: #030910;
  padding: clamp(2.2rem,4.4vw,4.2rem) clamp(1.2rem,5vw,6.5rem);
}
.dgp-section-menu {
  background:
    radial-gradient(circle at 50% 0%, rgba(214,169,53,0.09), transparent 28rem),
    linear-gradient(180deg, #030910, #06111b);
}
.dgp-section-head {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}
.dgp-section-head-tight { align-items: center; }
.dgp-section-title {
  color: var(--dgp-text);
  font-family: var(--dgp-serif);
  font-size: clamp(2.6rem,5.5vw,6rem);
  line-height: 0.96;
  margin: 0.2rem 0 0;
}

/* Portal section header — two-column layout */
.dgp-section-head-split {
  align-items: end;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0,1.1fr) minmax(260px,.52fr);
  margin-bottom: 1.4rem;
}
.dgp-section-head-split p {
  color: var(--dgp-muted);
  font-size: 0.96rem;
  line-height: 1.65;
  margin: 0;
}

/* Portal grid */
.dgp-portal-grid {
  display: grid;
  gap: clamp(0.85rem,1.3vw,1.2rem);
  grid-template-columns: repeat(5, minmax(0,1fr));
}
.dgp-portal-card {
  background: #07111d;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.34);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(280px,29vw,390px);
  overflow: hidden;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.dgp-portal-card:hover { transform: translateY(-5px); }

.dgp-card-art { background: #02060b; inset: 0; position: absolute; z-index: 0; }
.dgp-card-art img { display: block; height: 130%; object-fit: cover; object-position: center top; width: 100%; }
.dgp-portal-card::after {
  background: linear-gradient(to top, rgba(2,6,11,1.0) 0%, rgba(2,6,11,1.0) 38%, rgba(2,6,11,0.82) 54%, rgba(2,6,11,0.15) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.dgp-portal-card:hover::after { opacity: 0.78; }

/* Color-coded border by portal identity */
.dgp-portal-card[href*="ministry"]  { border: 1px solid rgba(214,169,53,0.28); }
.dgp-portal-card[href*="apologetics"]{ border: 1px solid rgba(214,169,53,0.28); }
.dgp-portal-card[href*="sanctum"]   { border: 1px solid rgba(72,215,202,0.28); }
.dgp-portal-card[href*="ruachdavid"]{ border: 1px solid rgba(118,168,255,0.28); }
.dgp-portal-card[href*="give"]      { border: 1px solid rgba(113,223,164,0.28); }
/* Hover — brighter border + matched glow */
.dgp-portal-card[href*="ministry"]:hover,
.dgp-portal-card[href*="apologetics"]:hover {
  border-color: rgba(214,169,53,0.75);
  box-shadow: 0 22px 70px rgba(0,0,0,0.44), 0 0 28px rgba(214,169,53,0.14);
}
.dgp-portal-card[href*="sanctum"]:hover {
  border-color: rgba(72,215,202,0.75);
  box-shadow: 0 22px 70px rgba(0,0,0,0.44), 0 0 28px rgba(72,215,202,0.14);
}
.dgp-portal-card[href*="ruachdavid"]:hover {
  border-color: rgba(118,168,255,0.75);
  box-shadow: 0 22px 70px rgba(0,0,0,0.44), 0 0 28px rgba(118,168,255,0.14);
}
.dgp-portal-card[href*="give"]:hover {
  border-color: rgba(113,223,164,0.75);
  box-shadow: 0 22px 70px rgba(0,0,0,0.44), 0 0 28px rgba(113,223,164,0.14);
}

.dgp-card-icon {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(3,10,18,0.7);
  border: 1px solid rgba(214,169,53,0.36);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(214,169,53,0.26);
  color: var(--dgp-gold-2);
  display: grid;
  font-family: var(--dgp-serif);
  font-size: 0.86rem;
  font-weight: 900;
  height: 46px;
  justify-items: center;
  margin: 0.5rem auto auto;
  position: relative;
  width: 46px;
  z-index: 2;
}
.dgp-portal-card h3 {
  color: var(--dgp-gold-2);
  font-family: var(--dgp-serif);
  font-size: clamp(1.0rem,1.3vw,1.3rem);
  margin: 0 0 0.22rem;
  position: relative;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9);
  text-transform: uppercase;
  z-index: 2;
}
.dgp-portal-card p { color: var(--dgp-muted); font-size: 0.76rem; line-height: 1.45; margin: 0; position: relative; text-shadow: 0 1px 8px rgba(0,0,0,0.9); z-index: 2; }

.dgp-card-meta { align-items: center; display: flex; gap: 0.6rem; margin-top: 0.9rem; position: relative; z-index: 2; }
.dgp-card-progress-wrap { background: rgba(255,255,255,0.1); border-radius: 999px; flex: 1; height: 3px; overflow: hidden; }
.dgp-card-progress-fill { border-radius: 999px; height: 100%; }
.dgp-arrow { color: var(--dgp-gold-2); font-size: 0.62rem; font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }

/* Dashboard */
.dgp-dashboard {
  background:
    linear-gradient(180deg, rgba(4,16,26,0.94) 0%, rgba(2,6,11,0.97) 100%),
    url('../img/sanctum/world/environments/parchment-lamp-study-concept-20260515.webp') center/cover no-repeat;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(0,1fr) minmax(310px,430px);
  padding: clamp(2.2rem,4.4vw,4.2rem) clamp(1.2rem,5vw,6.5rem);
}
.dgp-dashboard-main { min-width: 0; }

.dgp-update-table {
  background: rgba(214,169,53,0.2);
  border: 1px solid rgba(214,169,53,0.22);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  overflow: hidden;
}
.dgp-update-table a {
  align-items: center;
  background: rgba(5,16,27,0.92);
  border-left: 4px solid transparent;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 68px minmax(0,0.62fr) minmax(0,1fr) auto;
  min-height: 58px;
  padding: 0.72rem 0.85rem;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s;
}
.dgp-update-table a:hover { background: rgba(11,29,45,0.96); outline: 1px solid rgba(214,169,53,0.3); }
/* Category left-border accents */
.dgp-update-table a:has(.cat-teal) { border-left-color: rgba(72,215,202,0.85); }
.dgp-update-table a:has(.cat-gold) { border-left-color: rgba(245,213,107,0.85); }
.dgp-update-table a:has(.cat-blue) { border-left-color: rgba(118,168,255,0.85); }
.dgp-update-table a:has(b:not([class])) { border-left-color: rgba(113,223,164,0.85); }
.dgp-update-table span { color: var(--dgp-gold-2); font-size: 0.62rem; font-weight: 950; letter-spacing: 0.13em; text-transform: uppercase; }
.dgp-update-table strong { font-family: var(--dgp-serif); color: var(--dgp-text); }
.dgp-update-table em { color: var(--dgp-muted); font-size: 0.78rem; font-style: normal; }
.dgp-update-table b { color: var(--dgp-ok); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; }
.dgp-update-table b.cat-teal { color: var(--dgp-teal); }
.dgp-update-table b.cat-gold { color: var(--dgp-gold-2); }
.dgp-update-table b.cat-blue { color: var(--dgp-blue); }

/* Proof panel */
.dgp-proof-panel { min-width: 0; }
.dgp-proof-grid { background: rgba(214,169,53,0.2); border: 1px solid rgba(214,169,53,0.22); border-radius: 8px; display: grid; gap: 1px; overflow: hidden; }
.dgp-proof-grid a { background: rgba(5,16,27,0.92); display: block; padding: 0.88rem; text-decoration: none; transition: background 0.15s; }
.dgp-proof-grid a:hover { background: rgba(11,29,45,0.96); outline: 1px solid rgba(214,169,53,0.5); }
.dgp-proof-grid strong { color: var(--dgp-text); display: block; font-family: var(--dgp-serif); font-size: 1rem; }
.dgp-proof-grid span { color: var(--dgp-muted); display: block; font-size: 0.74rem; line-height: 1.45; margin-top: 0.3rem; }
.dgp-proof-panel blockquote {
  background: rgba(214,169,53,0.09);
  border: 1px solid rgba(214,169,53,0.22);
  border-radius: 10px;
  color: var(--dgp-gold-2);
  font-family: var(--dgp-serif);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
  margin: 0.9rem;
  padding: 1rem;
}

/* Simulated footer */
.sim-footer {
  align-items: center;
  background: #010407;
  border-top: 1px solid rgba(214,169,53,0.16);
  color: #64788c;
  display: grid;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.7rem;
  gap: 1.5rem 3rem;
  grid-template-columns: auto 1fr auto;
  padding: 1.5rem clamp(1.2rem,5vw,6.5rem) 2rem;
}
.sim-footer-brand {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
}
.sim-footer-mark {
  border: 1px solid rgba(214,169,53,0.55);
  box-shadow: 0 0 16px rgba(214,169,53,0.30);
  color: #d6a935;
  display: grid;
  font-size: 1.1rem;
  height: 30px;
  place-items: center;
  transform: rotate(45deg);
  width: 30px;
}
.sim-footer-brand-text { display: grid; gap: 0.18rem; }
.sim-footer-name { color: #d6a935; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.sim-footer-tagline { color: #4a6070; font-size: 0.58rem; letter-spacing: 0.08em; }
.sim-footer-center {
  align-items: center;
  color: #4a6070;
  display: flex;
  font-size: 0.6rem;
  gap: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sim-footer-links { display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; justify-content: flex-end; }
.sim-footer-links a {
  color: #7a9ab2;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}
.sim-footer-links a:hover { color: #d6a935; }

/* Hero right column — orbital + quest stacked */
.dgp-hero-right {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-width: 0;
}

/* Orbital portal */
.dgp-orbital {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  min-height: 300px;
  position: relative;
}
.dgp-orbital::before {
  background: radial-gradient(ellipse 80% 70% at 50% 50%, rgba(201,162,39,0.09), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.dgp-orbital-svg {
  filter: drop-shadow(0 0 30px rgba(201,162,39,0.18));
  height: auto;
  max-height: 340px;
  overflow: visible;
  padding: 0 6%;
  width: 100%;
}

/* Horizon line between hero and ticker */
.dgp-horizon {
  background: linear-gradient(90deg, transparent, rgba(201,162,39,0.30) 20%, rgba(201,162,39,0.55) 50%, rgba(201,162,39,0.30) 80%, transparent);
  height: 1px;
  width: 100%;
}

/* Status ticker */
.dgp-ticker {
  background: rgba(1,4,9,0.98);
  border-bottom: 1px solid rgba(201,162,39,0.14);
  border-top: 1px solid rgba(201,162,39,0.14);
  color: var(--dgp-muted);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  overflow: hidden;
  padding: 0.6rem 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.dgp-ticker b { color: var(--dgp-gold-2); }
.dgp-ticker-live {
  align-items: center;
  color: var(--dgp-ok);
  display: inline-flex;
  gap: 0.45rem;
}
.dgp-ticker-pulse {
  animation: pulse-dot 1.4s ease-in-out infinite;
  background: var(--dgp-ok);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(113,223,164,0.8);
  display: inline-block;
  height: 6px;
  width: 6px;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(0.7); }
}
.dgp-ticker-sep { color: rgba(255,255,255,0.15); }

/* Dave live status band */
.dgp-dave-band {
  align-items: center;
  background: rgba(1,5,10,0.97);
  border-bottom: 1px solid rgba(72,215,202,0.10);
  color: var(--dgp-muted-2);
  display: flex;
  font-size: 0.62rem;
  font-weight: 700;
  gap: 2rem;
  letter-spacing: 0.07em;
  overflow: hidden;
  padding: 0.55rem clamp(1.2rem,5vw,6.5rem);
  white-space: nowrap;
}
.dgp-dave-band-stat b { color: var(--dgp-teal); }
.dgp-dave-band-link {
  color: var(--dgp-teal);
  flex-shrink: 0;
  margin-left: auto;
  text-decoration: none;
}
.dgp-dave-band-link:hover { color: var(--dgp-gold-2); }
@media (max-width: 720px) { .dgp-dave-band { display: none; } }

/* Ticker auto-scroll */
.dgp-ticker-inner {
  animation: dgp-ticker-scroll 50s linear infinite;
  display: flex;
  gap: 0.9rem;
  width: max-content;
}
.dgp-ticker-inner:hover { animation-play-state: paused; }
@keyframes dgp-ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Scripture verse band */
.dgp-verse-band {
  isolation: isolate;
  overflow: hidden;
  padding: clamp(4.5rem,9vw,8rem) clamp(1.2rem,5vw,6.5rem);
  position: relative;
  text-align: center;
}
.dgp-verse-band::before {
  background:
    linear-gradient(180deg, rgba(3,7,12,0.86) 0%, rgba(3,7,12,0.56) 44%, rgba(3,7,12,0.93) 100%),
    url('../img/gameportal/functional/dgp3-verse-panel-20260515.jpg') center/cover no-repeat;
  content: "";
  filter: saturate(0.75) brightness(0.88);
  inset: 0;
  position: absolute;
  z-index: -1;
}
.dgp-verse-band blockquote {
  color: var(--dgp-text);
  font-family: var(--dgp-serif);
  font-size: clamp(1.85rem,3.8vw,4rem);
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1.22;
  margin: 0 auto;
  max-width: 880px;
  text-shadow: 0 2px 28px rgba(0,0,0,0.72);
}
.dgp-verse-band blockquote em { color: var(--dgp-gold); font-style: normal; }
.dgp-verse-band cite {
  color: var(--dgp-muted);
  display: block;
  font-family: var(--dgp-sans);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.24em;
  margin-top: clamp(1.2rem,2.5vw,2.2rem);
  text-transform: uppercase;
}
.dgp-verse-band cite::before {
  background: linear-gradient(90deg, transparent, rgba(201,162,39,0.45), transparent);
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto 1.1rem;
  width: 80px;
}

/* Sanctum World filmstrip */
.dgp-world-strip {
  overflow: hidden;
  padding: clamp(3rem,6vw,5.5rem) 0 clamp(2rem,4vw,3rem);
}
.dgp-world-strip-head {
  align-items: flex-end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 1.8rem;
  padding: 0 clamp(1.2rem,5vw,6.5rem);
}
.dgp-world-strip-head p {
  color: var(--dgp-muted);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  max-width: 26ch;
}
.dgp-world-filmstrip {
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 clamp(1.2rem,5vw,6.5rem) 1rem;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.dgp-world-filmstrip::-webkit-scrollbar { display: none; }
.dgp-world-filmstrip figure {
  background: var(--dgp-bg);
  border-radius: 6px;
  flex: 0 0 clamp(260px,34vw,460px);
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}
.dgp-world-filmstrip figure img {
  aspect-ratio: 16/10;
  display: block;
  filter: saturate(0.90) brightness(0.94);
  object-fit: cover;
  transition: filter 0.5s ease, transform 0.55s cubic-bezier(0.22,1,0.36,1);
  width: 100%;
}
.dgp-world-filmstrip figure:hover img {
  filter: saturate(1.05) brightness(1.02);
  transform: scale(1.04);
}
.dgp-world-filmstrip figcaption {
  background: linear-gradient(0deg, rgba(2,6,11,0.92) 0%, transparent 100%);
  bottom: 0;
  color: var(--dgp-muted);
  font-size: 0.6rem;
  font-weight: 800;
  left: 0;
  letter-spacing: 0.16em;
  padding: 1.4rem 0.9rem 0.7rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
.dgp-world-strip-foot {
  align-items: center;
  display: flex;
  font-size: 0.7rem;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.2rem clamp(1.2rem,5vw,6.5rem) 0;
}
.dgp-world-strip-foot span { color: var(--dgp-muted-2); letter-spacing: 0.05em; }

/* Support waypoints */
.dgp-waypoints-section {
  background: linear-gradient(180deg, #020709 0%, #04101c 60%, #020709 100%);
  padding: clamp(2.4rem,4.5vw,4.4rem) clamp(1.2rem,5vw,6.5rem);
}
.dgp-waypoints-head { margin-bottom: 1.6rem; }
.dgp-waypoints-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.dgp-waypoint-card {
  backdrop-filter: blur(12px);
  background: rgba(5,14,26,0.88);
  border: 1px solid rgba(214,169,53,0.22);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 155px;
  padding: 1.3rem 1.4rem;
  text-decoration: none;
  transition: border-color 0.18s, transform 0.15s;
}
.dgp-waypoint-card:hover { border-color: rgba(214,169,53,0.58); transform: translateY(-3px); }
.dgp-waypoint-label {
  color: var(--dgp-gold-2);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.dgp-waypoint-card h3 {
  color: var(--dgp-text);
  font-family: var(--dgp-serif);
  font-size: clamp(1.5rem,2.5vw,2.2rem);
  line-height: 1.02;
  margin: 0.65rem 0 0.38rem;
}
.dgp-waypoint-card p {
  color: var(--dgp-muted);
  font-size: 0.84rem;
  line-height: 1.52;
  margin: 0;
}
.dgp-waypoint-card-teal { border-color: rgba(72,215,202,0.22); }
.dgp-waypoint-card-teal:hover { border-color: rgba(72,215,202,0.58); }
.dgp-waypoint-card-teal .dgp-waypoint-label { color: var(--dgp-teal); }
.dgp-waypoint-card-ok { border-color: rgba(113,223,164,0.22); }
.dgp-waypoint-card-ok:hover { border-color: rgba(113,223,164,0.58); }
.dgp-waypoint-card-ok .dgp-waypoint-label { color: var(--dgp-ok); }

/* Secondary route links */
.dgp-route-links {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin-top: 1rem;
}
.dgp-route-link {
  align-items: center;
  background: rgba(2,6,11,0.6);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  min-height: 52px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: border-color 0.15s;
}
.dgp-route-link:hover { border-color: rgba(214,169,53,0.34); }
.dgp-route-link strong { color: var(--dgp-text); font-size: 0.86rem; }
.dgp-route-link span { color: var(--dgp-muted); font-size: 0.74rem; }

/* Responsive */
@media (max-width: 1080px) {
  .dgp-stage { grid-template-columns: 1fr; }
  .dgp-rail { display: none; }
  .dgp-hero-grid, .dgp-dashboard { grid-template-columns: 1fr; }
  .dgp-portal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dgp-hero-right { flex-direction: row; }
  .dgp-orbital { min-height: 200px; }
  .dgp-waypoints-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dgp-route-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dgp-section-head-split { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .dgp-hero { padding: 4.8rem 0.9rem 1.5rem; }
  .dgp-hero h1 {
    font-size: clamp(2.75rem,14vw,3.55rem);
    line-height: 0.92;
  }
  .dgp-lede {
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .dgp-actions {
    gap: 0.72rem;
    margin-top: 1.6rem;
  }
  .dgp-btn {
    min-height: 54px;
    width: min(100%, 210px);
  }
  .dgp-hero-scripture {
    font-size: 0.78rem;
    width: 100%;
  }
  .dgp-hero-build-line {
    align-items: flex-start;
    border-radius: 8px;
    flex-wrap: wrap;
    font-size: 0.56rem;
    line-height: 1.45;
    max-width: 100%;
  }
  .dgp-portal-grid { grid-template-columns: 1fr; }
  .dgp-update-table a {
    align-items: flex-start;
    gap: 0.38rem;
    grid-template-columns: 1fr;
    padding: 0.9rem 1rem;
  }
  .dgp-update-table strong {
    font-size: 1rem;
    line-height: 1.12;
  }
  .dgp-update-table em {
    font-size: 0.76rem;
    line-height: 1.45;
  }
  .dgp-update-table b {
    justify-self: start;
  }
  .sim-header { padding: 0 1rem; }
  .sim-nav { display: none; }
  .dgp-hero-right { flex-direction: column; }
  .dgp-waypoints-grid { grid-template-columns: 1fr; }
  .dgp-route-links { grid-template-columns: 1fr; }
  .dgp-verse-band blockquote { font-size: clamp(1.5rem,7.5vw,2.4rem); }
  .sim-footer { grid-template-columns: 1fr; gap: 1rem; }
  .sim-footer-center { justify-content: flex-start; }
  .dgp-world-strip-head { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
  .dgp-world-strip-foot { flex-direction: column; align-items: flex-start; }
  .dgp-world-filmstrip figure { flex: 0 0 clamp(240px, 80vw, 340px); }
}

/* ── Scroll-reveal animation ──────────────────────────────────────────────── */
.dgp-reveal-item {
  opacity: 1;
  transform: none;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.dgp-portal-card.dgp-reveal-item,
.dgp-quest.dgp-reveal-item,
.dgp-waypoint-card.dgp-reveal-item {
  transition-duration: 0.5s;
}
.dgp-reveal-item.dgp-in-view {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger portal cards */
.dgp-portal-card:nth-child(1) { transition-delay: 0.0s; }
.dgp-portal-card:nth-child(2) { transition-delay: 0.07s; }
.dgp-portal-card:nth-child(3) { transition-delay: 0.14s; }
.dgp-portal-card:nth-child(4) { transition-delay: 0.21s; }
.dgp-portal-card:nth-child(5) { transition-delay: 0.28s; }
/* Stagger waypoints */
.dgp-waypoint-card:nth-child(1) { transition-delay: 0.0s; }
.dgp-waypoint-card:nth-child(2) { transition-delay: 0.08s; }
.dgp-waypoint-card:nth-child(3) { transition-delay: 0.16s; }
/* Stagger route links */
.dgp-route-link:nth-child(1) { transition-delay: 0.0s; }
.dgp-route-link:nth-child(2) { transition-delay: 0.05s; }
.dgp-route-link:nth-child(3) { transition-delay: 0.10s; }
.dgp-route-link:nth-child(4) { transition-delay: 0.15s; }
.dgp-route-link:nth-child(5) { transition-delay: 0.20s; }
.dgp-route-link:nth-child(6) { transition-delay: 0.25s; }
