:root {
  --bg-0: #081018;
  --bg-1: #111c28;
  --bg-2: #1d2a35;
  --panel: rgba(14, 20, 28, 0.82);
  --panel-strong: rgba(9, 15, 22, 0.9);
  --panel-soft: rgba(19, 28, 38, 0.68);
  --line: rgba(163, 188, 204, 0.18);
  --line-strong: rgba(212, 182, 133, 0.24);
  --text: #eff4f7;
  --text-soft: #bfd0db;
  --text-dim: #8ea3b0;
  --accent: #d0a16a;
  --accent-soft: #7ecad0;
  --live: #8dd4b0;
  --legacy: #8aa6df;
  --coming: #7c8c99;
  --danger: #db7a77;
  --success: #8ed19f;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font: 16px/1.65 "Trebuchet MS", Verdana, sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(44, 192, 201, 0.16), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(208, 161, 106, 0.16), transparent 28%),
    radial-gradient(circle at 54% 76%, rgba(126, 202, 208, 0.1), transparent 30%),
    linear-gradient(145deg, var(--bg-0), var(--bg-1) 42%, var(--bg-2));
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.85), transparent 90%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.gcm-site-shell {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 56px;
}

.gcm-topbar {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    rgba(9, 14, 20, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.gcm-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.gcm-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(208, 161, 106, 0.88), rgba(44, 192, 201, 0.72));
  color: #071017;
  font: 700 18px/1 "Trebuchet MS", Verdana, sans-serif;
  letter-spacing: 0.08em;
}

.gcm-brand-copy {
  display: grid;
  gap: 2px;
}

.gcm-brand-copy strong {
  display: block;
  font: 32px/1.02 "Palatino Linotype", "Book Antiqua", Garamond, serif;
  letter-spacing: 0.01em;
}

.gcm-brand-copy span {
  color: var(--text-dim);
  font-size: 13px;
}

.gcm-nav,
.gcm-account-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gcm-nav-link,
.gcm-utility-link,
.gcm-button,
.gcm-button-secondary,
.gcm-button-ghost,
.gcm-chip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.gcm-nav-link:hover,
.gcm-utility-link:hover,
.gcm-button:hover,
.gcm-button-secondary:hover,
.gcm-button-ghost:hover,
.gcm-chip-link:hover {
  transform: translateY(-1px);
  border-color: rgba(208, 161, 106, 0.4);
}

.gcm-nav-link.is-active,
.gcm-utility-link.is-active {
  background: rgba(208, 161, 106, 0.14);
  border-color: rgba(208, 161, 106, 0.35);
  color: #fff4de;
}

.gcm-account-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(126, 202, 208, 0.22);
  color: #dff6f7;
  background: rgba(44, 192, 201, 0.08);
  font-size: 14px;
}

.gcm-page {
  display: grid;
  gap: 28px;
}

.gcm-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(280px, 0.8fr);
  gap: 22px;
}

.gcm-panel,
.gcm-hero-panel,
.gcm-world-card,
.gcm-metric-card,
.gcm-side-panel,
.gcm-doc-card,
.gcm-form-card,
.gcm-status-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 48%),
    var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.gcm-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
}

.gcm-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -8% -18% 46%;
  height: 280px;
  background:
    radial-gradient(circle at center, rgba(208, 161, 106, 0.4), transparent 60%);
  pointer-events: none;
}

.gcm-eyebrow,
.gcm-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(126, 202, 208, 0.24);
  color: #dff6f7;
  background: rgba(44, 192, 201, 0.08);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-title {
  margin: 0;
  font: clamp(42px, 7vw, 72px) / 0.96 "Palatino Linotype", "Book Antiqua", Garamond, serif;
  letter-spacing: -0.03em;
}

.gcm-subtitle {
  margin: 16px 0 0;
  color: var(--text-soft);
  font-size: 18px;
}

.gcm-copy,
.gcm-panel p,
.gcm-doc-card p,
.gcm-doc-card li,
.gcm-form-card p {
  color: var(--text-soft);
}

.gcm-hero-actions,
.gcm-inline-actions,
.gcm-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.gcm-button {
  border-color: rgba(208, 161, 106, 0.34);
  color: #111824;
  background: linear-gradient(135deg, #f1d5b2, #d0a16a);
  font-weight: bold;
}

.gcm-button-secondary {
  border-color: rgba(126, 202, 208, 0.3);
  color: #dcf4f7;
  background: rgba(44, 192, 201, 0.08);
}

.gcm-button-ghost {
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.02);
}

.gcm-button.is-disabled,
.gcm-chip-link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.gcm-login-card,
.gcm-summary-card {
  padding: 28px;
}

.gcm-login-card h2,
.gcm-section-title,
.gcm-form-card h1,
.gcm-form-card h2,
.gcm-doc-card h2,
.gcm-doc-card h3,
.gcm-side-panel h2 {
  margin: 0 0 14px;
  font-family: "Palatino Linotype", "Book Antiqua", Garamond, serif;
  line-height: 1.05;
}

.gcm-login-card h2,
.gcm-section-title,
.gcm-doc-card h2,
.gcm-form-card h1 {
  font-size: clamp(34px, 5vw, 54px);
}

.gcm-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gcm-field-grid.is-single {
  grid-template-columns: 1fr;
}

.gcm-field {
  display: grid;
  gap: 8px;
}

.gcm-field label,
.gcm-field legend {
  color: #e7dac0;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gcm-field input,
.gcm-field select,
.gcm-field textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  font: 16px/1.4 "Trebuchet MS", Verdana, sans-serif;
}

.gcm-field textarea {
  min-height: 140px;
  resize: vertical;
}

.gcm-field input:focus,
.gcm-field select:focus,
.gcm-field textarea:focus {
  outline: 2px solid rgba(126, 202, 208, 0.45);
  outline-offset: 2px;
}

.gcm-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.gcm-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--text-soft);
}

.gcm-checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.gcm-notice {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
}

.gcm-notice.success,
.gcm-notice.banner-success {
  border-color: rgba(142, 209, 159, 0.28);
  background: rgba(32, 88, 49, 0.34);
  color: #e4ffe8;
}

.gcm-notice.error,
.gcm-notice.banner-error {
  border-color: rgba(219, 122, 119, 0.28);
  background: rgba(98, 34, 31, 0.36);
  color: #fff0ef;
}

.gcm-metric-grid,
.gcm-world-grid,
.gcm-card-grid,
.gcm-doc-grid {
  display: grid;
  gap: 18px;
}

.gcm-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcm-world-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gcm-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.gcm-doc-grid {
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  align-items: start;
}

.gcm-metric-card,
.gcm-status-card,
.gcm-side-panel,
.gcm-doc-card,
.gcm-form-card {
  padding: 24px;
}

.gcm-metric-card strong,
.gcm-status-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text-dim);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-metric-card span,
.gcm-status-card span {
  display: block;
  font: 34px/1 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-world-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.gcm-world-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--world-accent, var(--accent));
}

.gcm-world-card.is-coming {
  opacity: 0.68;
}

.gcm-world-card.is-legacy {
  background:
    linear-gradient(155deg, rgba(138, 166, 223, 0.08), rgba(255, 255, 255, 0) 52%),
    var(--panel);
}

.gcm-world-card.is-live {
  background:
    linear-gradient(155deg, rgba(141, 212, 176, 0.08), rgba(255, 255, 255, 0) 52%),
    var(--panel);
}

.gcm-world-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.gcm-stage-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gcm-stage-pill.is-live {
  background: rgba(141, 212, 176, 0.12);
  color: #dff8e8;
}

.gcm-stage-pill.is-legacy {
  background: rgba(138, 166, 223, 0.12);
  color: #e3ebff;
}

.gcm-stage-pill.is-coming {
  background: rgba(124, 140, 153, 0.14);
  color: #dde4ea;
}

.gcm-world-card h3 {
  margin: 0 0 8px;
  font: 28px/1.04 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-world-genre {
  color: var(--text-dim);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gcm-world-links,
.gcm-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.gcm-chip-link {
  min-height: 38px;
  color: #e7eef2;
  background: rgba(255, 255, 255, 0.03);
}

.gcm-doc-card {
  display: grid;
  gap: 18px;
  align-content: start;
}

.gcm-form-card {
  align-content: start;
}

.gcm-side-panel {
  position: sticky;
  top: 22px;
}

.gcm-side-panel ul {
  margin: 0;
  padding-left: 18px;
  color: var(--text-soft);
}

.gcm-side-panel li + li {
  margin-top: 10px;
}

.gcm-chapter-nav {
  display: grid;
  gap: 10px;
}

.gcm-chapter-link {
  display: block;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.gcm-manual-section {
  scroll-margin-top: 24px;
  padding-top: 4px;
}

.gcm-manual-section + .gcm-manual-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
}

.gcm-manual-section h3 {
  font-size: 28px;
}

.gcm-callout {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(126, 202, 208, 0.2);
  background: rgba(44, 192, 201, 0.08);
  color: #e1f8fa;
}

.gcm-callout.is-warm {
  border-color: rgba(208, 161, 106, 0.22);
  background: rgba(208, 161, 106, 0.1);
  color: #fff1d4;
}

.gcm-faded-block {
  opacity: 0.52;
}

.gcm-list {
  margin: 0;
  padding-left: 20px;
}

.gcm-list li + li {
  margin-top: 8px;
}

.gcm-inline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--text-dim);
  font-size: 14px;
}

.gcm-inline-meta strong {
  color: var(--text);
}

.gcm-hero-note,
.gcm-form-help,
.gcm-muted {
  color: var(--text-dim);
  font-size: 14px;
}

.gcm-divider.is-spaced {
  margin-top: 18px;
  margin-bottom: 18px;
}

.gcm-value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.gcm-value-item {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.gcm-value-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-dim);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-value-item span {
  display: block;
  color: var(--text);
  font-size: 17px;
}

.gcm-link-list,
.gcm-stack {
  display: grid;
  gap: 12px;
}

.gcm-link-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.gcm-link-list span {
  color: var(--text-dim);
}

.gcm-steps {
  counter-reset: gcm-steps;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gcm-steps li {
  position: relative;
  padding: 16px 16px 16px 58px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.gcm-steps li::before {
  counter-increment: gcm-steps;
  content: counter(gcm-steps);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #101720;
  background: linear-gradient(135deg, #f1d5b2, #d0a16a);
  font-weight: bold;
}

.gcm-steps strong {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
}

.gcm-form-card.is-danger {
  border-color: rgba(219, 122, 119, 0.24);
}

.gcm-form-card.is-danger .gcm-button {
  background: linear-gradient(135deg, #db938f, #b95c57);
  color: #fff7f6;
}

.gcm-prose h3 {
  margin: 24px 0 10px;
  font: 26px/1.08 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-prose p + p,
.gcm-prose ul + p,
.gcm-prose p + ul {
  margin-top: 14px;
}

.gcm-prose ul {
  margin: 0;
  padding-left: 20px;
  color: var(--text-soft);
}

.gcm-prose li + li {
  margin-top: 8px;
}

.gcm-footer {
  margin-top: 16px;
  padding: 18px 22px 28px;
  color: var(--text-dim);
}

.gcm-footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
}

.gcm-footer-grid p {
  margin: 8px 0 0;
  max-width: 720px;
}

.gcm-footer-links {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.gcm-footnote {
  color: var(--text-dim);
  font-size: 14px;
}

.gcm-auth-layout {
  display: grid;
  gap: 18px;
}

.gcm-auth-layout .gcm-form-card {
  padding: 30px;
}

.gcm-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 8px 0 0;
}

.gcm-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

/* 2026-03-30 marketing refresh */
.gcm-topbar {
  position: sticky;
  top: 14px;
  z-index: 30;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 11, 16, 0.95), rgba(13, 18, 26, 0.88));
}

.gcm-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 16, 0.95), rgba(7, 11, 16, 0.6)),
    url("images/World-Map-PNG3.png") right center / 380px auto no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.gcm-brand-block,
.gcm-nav,
.gcm-account-links {
  position: relative;
  z-index: 1;
}

.gcm-brand-mark {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.gcm-nav-link,
.gcm-utility-link {
  background: rgba(255, 255, 255, 0.02);
}

.gcm-page {
  gap: 22px;
}

.gcm-hero {
  align-items: stretch;
}

.gcm-hero-panel {
  min-height: 360px;
  padding: 36px;
}

.gcm-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(8, 13, 19, 0.15), rgba(8, 13, 19, 0.55)),
    url("images/World-Map-PNG3.png") right center / 70% auto no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.gcm-hero-panel > * {
  position: relative;
  z-index: 1;
}

.gcm-title {
  max-width: 11ch;
}

.gcm-subtitle,
.gcm-copy {
  max-width: 62ch;
}

.gcm-hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.gcm-hero-stat {
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 10, 15, 0.42);
  backdrop-filter: blur(6px);
}

.gcm-hero-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-hero-stat span {
  display: block;
  color: #fff5e1;
  font: 28px/1 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-visual-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(10, 15, 22, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.gcm-visual-panel::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at center, rgba(44, 192, 201, 0.22), transparent 70%);
  pointer-events: none;
}

.gcm-visual-panel > * {
  position: relative;
  z-index: 1;
}

.gcm-visual-heading {
  margin: 0 0 14px;
  color: var(--text-dim);
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-visual-stack {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.9fr);
  gap: 14px;
}

.gcm-shot-column {
  display: grid;
  gap: 14px;
}

.gcm-shot-card {
  position: relative;
  overflow: hidden;
  min-height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(8, 12, 18, 0.9);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.gcm-shot-card.is-tall {
  min-height: 374px;
}

.gcm-shot-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gcm-shot-card.is-screenshot img {
  object-fit: contain;
  object-position: center top;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 72%),
    rgba(8, 12, 18, 0.94);
}

.gcm-shot-card.is-contain img {
  object-fit: contain;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 70%);
}

.gcm-shot-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6, 10, 15, 0.74) 100%);
  pointer-events: none;
}

.gcm-shot-caption {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 14px 16px 16px;
  z-index: 1;
}

.gcm-shot-caption strong {
  display: block;
  margin-bottom: 4px;
  color: #fff6e4;
}

.gcm-shot-caption span {
  display: block;
  color: #d2e0e7;
  font-size: 13px;
  line-height: 1.45;
}

.gcm-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.gcm-feature-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(11, 17, 24, 0.88);
  box-shadow: var(--shadow);
}

.gcm-feature-card img {
  width: 100%;
  height: 188px;
  display: block;
  object-fit: cover;
}

.gcm-feature-body {
  display: grid;
  gap: 12px;
  padding: 22px 24px 24px;
}

.gcm-feature-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(208, 161, 106, 0.2);
  color: #f4ddbd;
  background: rgba(208, 161, 106, 0.1);
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-feature-body h3 {
  margin: 0;
  font: 30px/1.04 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-feature-body p {
  margin: 0;
  color: var(--text-soft);
}

.gcm-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gcm-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.gcm-section-heading p {
  margin: 8px 0 0;
  max-width: 62ch;
  color: var(--text-soft);
}

.gcm-section-heading .gcm-button-secondary {
  flex-shrink: 0;
}

.gcm-world-card {
  padding: 0;
}

.gcm-world-shell {
  display: grid;
  gap: 18px;
  padding: 20px 20px 22px;
}

.gcm-world-thumb {
  position: relative;
  overflow: hidden;
  min-height: 126px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(135deg, rgba(12, 18, 26, 0.92), rgba(18, 27, 40, 0.72));
}

.gcm-world-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.14), transparent 30%),
    radial-gradient(circle at 82% 24%, rgba(208, 161, 106, 0.28), transparent 34%),
    url("images/World-Map-PNG3.png") right center / 58% auto no-repeat;
  opacity: 0.5;
}

.gcm-world-thumb::after {
  content: attr(data-world);
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #fff5e1;
  font: 700 26px/1 "Palatino Linotype", "Book Antiqua", Garamond, serif;
  letter-spacing: 0.02em;
}

.gcm-world-thumb.is-live {
  background:
    linear-gradient(135deg, rgba(11, 24, 23, 0.92), rgba(16, 24, 34, 0.72));
}

.gcm-world-thumb.is-legacy {
  background:
    linear-gradient(135deg, rgba(18, 20, 34, 0.92), rgba(21, 31, 47, 0.74));
}

.gcm-world-thumb.is-coming {
  background:
    linear-gradient(135deg, rgba(17, 20, 23, 0.92), rgba(18, 24, 31, 0.78));
}

.gcm-world-thumb small {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 1;
  color: #dce8ef;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-world-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
}

.gcm-world-meta {
  margin-bottom: 0;
}

.gcm-world-copy {
  margin: 0;
  color: var(--text-soft);
}

.gcm-bullet-grid {
  display: grid;
  gap: 10px;
}

.gcm-bullet {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
}

.gcm-bullet strong {
  color: #fff4de;
}

.gcm-story-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.gcm-story-panel {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0)),
    rgba(10, 15, 22, 0.84);
  box-shadow: var(--shadow);
}

.gcm-story-panel h2 {
  margin: 0;
  font: 36px/1.05 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-story-panel p {
  margin: 0;
  color: var(--text-soft);
}

.gcm-form-spotlight {
  display: grid;
  gap: 16px;
}

.gcm-form-spotlight .gcm-callout,
.gcm-form-spotlight .gcm-value-item {
  background: rgba(8, 12, 18, 0.48);
}

.gcm-quote-card {
  padding: 22px 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(208, 161, 106, 0.22);
  background: rgba(208, 161, 106, 0.08);
}

.gcm-quote-card strong {
  display: block;
  margin-bottom: 10px;
  color: #fff3de;
}

.gcm-banner-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(11, 17, 24, 0.92), rgba(11, 17, 24, 0.75));
  box-shadow: var(--shadow);
}

.gcm-banner-media {
  min-height: 240px;
  background:
    linear-gradient(135deg, rgba(7, 11, 16, 0.8), rgba(7, 11, 16, 0.2)),
    url("images/party3.png") center center / cover no-repeat;
}

.gcm-banner-body {
  display: grid;
  gap: 12px;
  padding: 24px 26px 28px;
}

.gcm-world-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--text-dim);
  font-size: 14px;
}

.gcm-support-list {
  display: grid;
  gap: 12px;
}

.gcm-support-item {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.gcm-support-item strong {
  color: #fff4de;
}

.gcm-support-item span {
  color: var(--text-soft);
  font-size: 14px;
}

.gcm-form-card,
.gcm-doc-card,
.gcm-side-panel,
.gcm-summary-card {
  position: relative;
  overflow: hidden;
}

.gcm-form-card::before,
.gcm-doc-card::before,
.gcm-summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 30%),
    radial-gradient(circle at top right, rgba(126, 202, 208, 0.08), transparent 34%);
  pointer-events: none;
}

.gcm-form-card > *,
.gcm-doc-card > *,
.gcm-summary-card > * {
  position: relative;
  z-index: 1;
}

.gcm-footer {
  margin-top: 24px;
  padding-bottom: 36px;
}

.gcm-footer-grid {
  padding-top: 22px;
}

.gcm-footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1080px) {
  .gcm-topbar,
  .gcm-hero,
  .gcm-doc-grid,
  .gcm-story-grid,
  .gcm-visual-stack {
    grid-template-columns: 1fr;
  }

  .gcm-side-panel {
    position: static;
  }

  .gcm-metric-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .gcm-site-shell {
    width: min(100%, calc(100% - 18px));
    padding: 16px 0 42px;
  }

  .gcm-topbar,
  .gcm-hero-panel,
  .gcm-login-card,
  .gcm-summary-card,
  .gcm-metric-card,
  .gcm-status-card,
  .gcm-side-panel,
  .gcm-doc-card,
  .gcm-form-card,
  .gcm-world-card {
    padding: 20px;
  }

  .gcm-title {
    font-size: clamp(34px, 11vw, 52px);
  }

  .gcm-hero-panel {
    min-height: auto;
    padding: 24px;
  }

  .gcm-visual-panel,
  .gcm-story-panel,
  .gcm-banner-body {
    padding: 20px;
  }

  .gcm-shot-card.is-tall {
    min-height: 240px;
  }

  .gcm-feature-card img {
    height: 164px;
  }

  .gcm-world-shell {
    padding: 18px;
  }

  .gcm-world-card {
    padding: 0;
  }

  .gcm-field-grid {
    grid-template-columns: 1fr;
  }

  .gcm-nav,
  .gcm-account-links,
  .gcm-hero-actions,
  .gcm-inline-actions,
  .gcm-form-actions,
  .gcm-world-links,
  .gcm-chip-row {
    width: 100%;
  }

  .gcm-nav-link,
  .gcm-utility-link,
  .gcm-button,
  .gcm-button-secondary,
  .gcm-button-ghost,
  .gcm-chip-link {
    flex: 1 1 100%;
  }
}

/* 2026-03-30 publisher redesign pass */
body {
  background:
    radial-gradient(circle at 14% 16%, rgba(53, 167, 189, 0.22), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(215, 167, 92, 0.2), transparent 24%),
    radial-gradient(circle at 50% 82%, rgba(19, 100, 106, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(5, 11, 17, 0.66), rgba(5, 11, 17, 0.9)),
    url("images/BackgroundSlate.jpg") center top / cover no-repeat fixed;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 54px 54px;
  opacity: 0.45;
}

.gcm-site-shell {
  width: min(1320px, calc(100% - 40px));
  padding-top: 30px;
}

.gcm-topbar {
  grid-template-columns: minmax(360px, 1fr) auto auto;
  gap: 20px;
  padding: 16px 22px;
  border-color: rgba(212, 182, 133, 0.2);
  background:
    linear-gradient(135deg, rgba(5, 9, 14, 0.96), rgba(11, 18, 26, 0.9));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
}

.gcm-topbar::before {
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.96), rgba(4, 8, 12, 0.74)),
    url("images/World-Map-PNG3.png") right center / 360px auto no-repeat,
    linear-gradient(180deg, rgba(44, 192, 201, 0.08), rgba(208, 161, 106, 0.08));
  opacity: 0.46;
}

.gcm-topbar::after {
  content: "";
  position: absolute;
  right: 22px;
  left: 22px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(208, 161, 106, 0.42), transparent);
}

.gcm-brand {
  gap: 16px;
}

.gcm-brand-logo {
  width: min(360px, 100%);
  max-width: 360px;
  display: block;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
}

.gcm-brand-copy {
  gap: 6px;
}

.gcm-brand-copy strong {
  font-size: 16px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f3e2c7;
}

.gcm-brand-copy span {
  max-width: 30ch;
  color: #94acba;
  font-size: 13px;
}

.gcm-nav {
  gap: 12px;
}

.gcm-nav-link,
.gcm-utility-link {
  min-height: 40px;
  padding: 0 16px;
  border-color: rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
  color: #d8e2ea;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gcm-nav-link.is-active,
.gcm-utility-link.is-active {
  border-color: rgba(208, 161, 106, 0.4);
  background: linear-gradient(135deg, rgba(208, 161, 106, 0.16), rgba(44, 192, 201, 0.08));
  color: #fff4dd;
}

.gcm-account-chip {
  border-color: rgba(212, 182, 133, 0.24);
  background: rgba(208, 161, 106, 0.08);
  color: #f6e7cc;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.gcm-page {
  gap: 26px;
}

.gcm-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 24px;
}

.gcm-hero-panel {
  min-height: 500px;
  padding: 42px;
  border: 1px solid rgba(212, 182, 133, 0.16);
  background:
    linear-gradient(115deg, rgba(5, 10, 16, 0.9) 0%, rgba(9, 16, 23, 0.7) 48%, rgba(5, 10, 16, 0.24) 100%),
    radial-gradient(circle at 82% 18%, rgba(208, 161, 106, 0.18), transparent 24%),
    radial-gradient(circle at 72% 68%, rgba(44, 192, 201, 0.2), transparent 30%),
    url("images/gcm-hero-fantasy.png") right 6% bottom / 46% auto no-repeat,
    linear-gradient(180deg, rgba(6, 12, 18, 0.35), rgba(6, 12, 18, 0.8)),
    url("images/gcm-hero-cyber.png") right -7% center / 54% auto no-repeat,
    rgba(8, 12, 18, 0.92);
}

.gcm-hero-panel::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 10, 16, 0.14), transparent 50%),
    url("images/World-Map-PNG3.png") right -28px center / 48% auto no-repeat;
  opacity: 0.15;
}

.gcm-hero-panel::after {
  inset: auto -10% -26% 42%;
  height: 340px;
  background: radial-gradient(circle at center, rgba(208, 161, 106, 0.26), transparent 62%);
}

.gcm-eyebrow,
.gcm-section-kicker {
  padding: 9px 14px;
  border-color: rgba(208, 161, 106, 0.28);
  background: rgba(208, 161, 106, 0.08);
  color: #f0ddbf;
  letter-spacing: 0.12em;
}

a.gcm-section-kicker {
  text-decoration: none;
}

.gcm-section-kicker.is-link {
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.gcm-section-kicker.is-link:hover {
  transform: translateY(-1px);
}

.gcm-section-kicker.is-link.is-active {
  border-color: rgba(209, 125, 36, 0.28);
  background: rgba(232, 166, 87, 0.14);
  color: #d17d24;
}

.gcm-title {
  max-width: 10ch;
  font-size: clamp(52px, 8vw, 84px);
  color: #fbf1df;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.gcm-subtitle {
  margin-top: 18px;
  color: #dce7ed;
  font-size: 20px;
  max-width: 34em;
}

.gcm-copy {
  color: #aec1cc;
}

.gcm-genre-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.gcm-genre-rail span,
.gcm-world-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #dbe6ec;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gcm-hero-actions,
.gcm-inline-actions,
.gcm-form-actions {
  gap: 14px;
}

.gcm-button,
.gcm-button-secondary,
.gcm-button-ghost,
.gcm-chip-link {
  min-height: 46px;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-button {
  border-color: rgba(208, 161, 106, 0.48);
  background: linear-gradient(135deg, #f0c98d, #bf8248);
  box-shadow: 0 12px 24px rgba(118, 68, 24, 0.24);
}

.gcm-button-secondary {
  border-color: rgba(70, 163, 170, 0.32);
  background: linear-gradient(135deg, rgba(31, 87, 94, 0.66), rgba(16, 35, 42, 0.72));
  color: #def0f4;
}

.gcm-button-ghost,
.gcm-chip-link {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gcm-hero-stats {
  gap: 14px;
}

.gcm-hero-stat,
.gcm-value-item,
.gcm-support-item,
.gcm-link-list a,
.gcm-steps li,
.gcm-bullet {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(8, 13, 18, 0.54));
  border-color: rgba(255, 255, 255, 0.08);
}

.gcm-hero-stat span {
  font-size: 30px;
}

.gcm-visual-panel,
.gcm-story-panel,
.gcm-banner-panel,
.gcm-form-card,
.gcm-doc-card,
.gcm-side-panel,
.gcm-summary-card,
.gcm-panel,
.gcm-feature-card,
.gcm-world-card {
  border-color: rgba(212, 182, 133, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, rgba(7, 11, 16, 0.92), rgba(12, 19, 27, 0.84));
}

.gcm-visual-panel {
  padding: 26px;
  background:
    linear-gradient(160deg, rgba(6, 11, 16, 0.92), rgba(10, 18, 26, 0.84)),
    url("images/gcm-world-sea.jpg") center center / cover no-repeat;
}

.gcm-visual-panel::before {
  inset: 0;
  width: auto;
  height: auto;
  background:
    linear-gradient(180deg, rgba(5, 11, 17, 0.16), rgba(5, 11, 17, 0.82)),
    radial-gradient(circle at 76% 18%, rgba(44, 192, 201, 0.24), transparent 26%),
    radial-gradient(circle at 12% 88%, rgba(208, 161, 106, 0.22), transparent 30%);
}

.gcm-visual-heading {
  color: #eedec4;
  letter-spacing: 0.12em;
}

.gcm-login-card,
.gcm-quote-card {
  border-radius: 24px;
  border: 1px solid rgba(212, 182, 133, 0.14);
  background: linear-gradient(180deg, rgba(6, 11, 16, 0.82), rgba(12, 19, 27, 0.92));
}

.gcm-login-card h2 {
  font-size: 42px;
  color: #fbf1df;
}

.gcm-login-card p {
  margin-top: 0;
}

.gcm-field input,
.gcm-field select,
.gcm-field textarea {
  border-color: rgba(212, 182, 133, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.gcm-visual-stack {
  align-items: stretch;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 16px;
}

.gcm-shot-card {
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
}

.gcm-shot-card.is-tall {
  min-height: 420px;
}

.gcm-shot-card.is-screenshot img {
  padding: 12px;
}

.gcm-shot-caption {
  padding: 16px 18px 18px;
}

.gcm-shot-caption strong {
  font-size: 18px;
}

.gcm-feature-card {
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gcm-feature-card:hover,
.gcm-world-card:hover,
.gcm-chapter-link:hover,
.gcm-link-list a:hover,
.gcm-footer-links a:hover {
  transform: translateY(-3px);
  border-color: rgba(208, 161, 106, 0.28);
}

.gcm-feature-card img {
  height: 220px;
  object-position: center top;
}

.gcm-feature-body {
  gap: 14px;
  padding: 24px 24px 26px;
}

.gcm-feature-body h3 {
  font-size: 34px;
  color: #fbf0df;
}

.gcm-feature-body p,
.gcm-world-copy,
.gcm-story-panel p,
.gcm-doc-card p,
.gcm-support-item span,
.gcm-copy,
.gcm-panel p,
.gcm-doc-card li,
.gcm-form-card p {
  color: #afc1cc;
}

.gcm-section-heading {
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.gcm-section-title {
  font-size: clamp(38px, 5vw, 58px);
  color: #fbf0df;
}

.gcm-world-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.gcm-world-card {
  padding: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.gcm-world-card::before {
  width: 5px;
}

.gcm-world-shell {
  gap: 16px;
  padding: 18px 18px 20px;
}

.gcm-world-thumb {
  min-height: 190px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background:
    linear-gradient(180deg, rgba(6, 11, 16, 0.04), rgba(6, 11, 16, 0.78));
  background-size: cover;
  background-position: center center;
}

.gcm-world-thumb::before {
  background:
    linear-gradient(180deg, rgba(6, 11, 16, 0.08), rgba(6, 11, 16, 0.9)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 24%);
  opacity: 1;
}

.gcm-world-thumb::after {
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-size: 30px;
  line-height: 1.02;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.36);
}

.gcm-world-thumb small {
  top: 16px;
  left: 18px;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(6, 11, 16, 0.54);
  color: #edf3f6;
}

.gcm-world-meta {
  align-items: start;
}

.gcm-world-card h3 {
  font-size: 32px;
  color: #fbf0df;
}

.gcm-world-genre {
  color: #90a9b8;
}

.gcm-stage-pill {
  min-height: 32px;
}

.gcm-chip-link {
  color: #eef3f6;
}

.gcm-doc-grid {
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: 22px;
}

.gcm-side-panel {
  top: 20px;
  background:
    linear-gradient(180deg, rgba(8, 12, 18, 0.96), rgba(13, 21, 29, 0.88)),
    url("images/gcm-world-ruin.jpg") center top / cover no-repeat;
}

.gcm-side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 10, 16, 0.2), rgba(5, 10, 16, 0.9));
  pointer-events: none;
}

.gcm-side-panel > * {
  position: relative;
  z-index: 1;
}

.gcm-chapter-link {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gcm-story-grid {
  gap: 20px;
}

.gcm-story-panel {
  padding: 30px;
}

.gcm-story-panel h2 {
  font-size: 42px;
  color: #fbf0df;
}

.gcm-banner-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
}

.gcm-banner-media {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(5, 10, 16, 0.18), rgba(5, 10, 16, 0.68)),
    url("images/gcm-hero-cyber.png") center center / cover no-repeat;
}

.gcm-banner-body {
  padding: 28px;
}

.gcm-summary-card {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(7, 12, 18, 0.9), rgba(12, 20, 28, 0.88)),
    url("images/gcm-world-sea.jpg") center center / cover no-repeat;
}

.gcm-summary-card::before {
  background:
    linear-gradient(180deg, rgba(5, 11, 16, 0.2), rgba(5, 11, 16, 0.9)),
    radial-gradient(circle at top right, rgba(44, 192, 201, 0.16), transparent 34%);
}

.gcm-summary-card strong,
.gcm-status-card strong {
  color: #96acb8;
}

.gcm-summary-card span,
.gcm-status-card span {
  color: #fbf0df;
}

.gcm-status-card span {
  color: #5f4630;
  text-shadow: 0 1px 0 rgba(255, 249, 240, 0.55);
}

.gcm-notice {
  border-radius: 18px;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
}

.gcm-footer {
  margin-top: 12px;
  padding: 24px 0 40px;
}

.gcm-footer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(212, 182, 133, 0.14);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(5, 10, 16, 0.94), rgba(10, 18, 26, 0.88)),
    url("images/gcm-world-sea.jpg") center center / cover no-repeat;
  box-shadow: var(--shadow);
}

.gcm-footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}

.gcm-footer-logo {
  width: 128px;
  height: 128px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.32));
}

.gcm-footer-brand strong {
  display: block;
  margin-bottom: 8px;
  color: #fbf0df;
  font: 700 34px/1.04 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-footer-brand p {
  margin: 0;
  max-width: 46ch;
  color: #b4c4cf;
}

.gcm-footer-callout {
  display: grid;
  gap: 10px;
  align-content: center;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.gcm-footer-callout span {
  color: #96acb8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gcm-footer-callout strong {
  color: #fbf0df;
  font: 700 30px/1.08 "Palatino Linotype", "Book Antiqua", Garamond, serif;
}

.gcm-footer-grid {
  margin-top: 18px;
  padding-top: 24px;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.gcm-footer-grid > div {
  display: grid;
  gap: 12px;
  min-width: 220px;
}

.gcm-footer-grid > div > strong {
  color: #f2e2c5;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gcm-footer-links a {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.gcm-faded-block {
  opacity: 0.58;
  filter: saturate(0.68);
}

@media (max-width: 1180px) {
  .gcm-topbar {
    grid-template-columns: 1fr;
  }

  .gcm-hero,
  .gcm-banner-panel,
  .gcm-footer-hero {
    grid-template-columns: 1fr;
  }

  .gcm-hero-panel {
    min-height: 420px;
    background:
      linear-gradient(115deg, rgba(5, 10, 16, 0.92) 0%, rgba(9, 16, 23, 0.82) 52%, rgba(5, 10, 16, 0.42) 100%),
      url("images/gcm-hero-fantasy.png") right 4% bottom / 44% auto no-repeat,
      url("images/gcm-hero-cyber.png") right -4% center / 46% auto no-repeat,
      rgba(8, 12, 18, 0.92);
  }

  .gcm-doc-grid,
  .gcm-visual-stack,
  .gcm-story-grid {
    grid-template-columns: 1fr;
  }

  .gcm-side-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .gcm-site-shell {
    width: min(100%, calc(100% - 18px));
  }

  .gcm-topbar {
    padding: 16px;
  }

  .gcm-brand-logo {
    max-width: 240px;
  }

  .gcm-brand-copy strong {
    font-size: 14px;
  }

  .gcm-hero-panel,
  .gcm-visual-panel,
  .gcm-story-panel,
  .gcm-banner-body,
  .gcm-form-card,
  .gcm-doc-card,
  .gcm-summary-card,
  .gcm-side-panel {
    padding: 22px;
  }

  .gcm-hero-panel {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(5, 10, 16, 0.94), rgba(9, 16, 23, 0.88)),
      url("images/gcm-hero-fantasy.png") center bottom / cover no-repeat;
  }

  .gcm-title {
    max-width: none;
    font-size: clamp(40px, 13vw, 58px);
  }

  .gcm-shot-card.is-tall {
    min-height: 300px;
  }

  .gcm-world-thumb {
    min-height: 160px;
  }

  .gcm-world-thumb::after {
    font-size: 24px;
  }

  .gcm-footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 2026-03-30 wix conference refinement */
:root {
  --text: #14202a;
  --text-soft: #445868;
  --text-dim: #708494;
  --line: rgba(20, 32, 42, 0.1);
  --line-strong: rgba(20, 32, 42, 0.14);
  --panel: rgba(248, 244, 236, 0.98);
  --panel-strong: rgba(255, 251, 246, 0.99);
  --panel-soft: rgba(244, 238, 228, 0.94);
  --shadow: 0 18px 42px rgba(16, 24, 34, 0.14);
}

body {
  color: #14202a;
  font: 16px/1.68 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  background:
    linear-gradient(180deg, rgba(9, 19, 30, 0.9), rgba(9, 19, 30, 0.72) 420px, #ece7dd 420px, #f5f1e8 100%),
    url("images/BackgroundSlate.jpg") center top / cover no-repeat fixed;
}

body::before {
  opacity: 0.24;
}

.gcm-site-shell {
  width: min(1280px, calc(100% - 36px));
}

.gcm-topbar {
  position: sticky;
  top: 14px;
  z-index: 30;
  border-color: rgba(245, 214, 161, 0.14);
  background:
    linear-gradient(135deg, rgba(8, 16, 26, 0.96), rgba(10, 22, 34, 0.92));
  backdrop-filter: blur(14px);
}

.gcm-topbar::before {
  opacity: 0.38;
}

.gcm-brand-copy strong,
.gcm-title,
.gcm-section-title,
.gcm-feature-body h3,
.gcm-story-panel h2,
.gcm-login-card h2,
.gcm-world-card h3,
.gcm-world-thumb::after,
.gcm-footer-brand strong,
.gcm-footer-callout strong,
.gcm-form-card h1,
.gcm-form-card h2,
.gcm-doc-card h2,
.gcm-doc-card h3,
.gcm-side-panel h2 {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.gcm-brand-copy strong {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.gcm-brand-copy span {
  color: #a3b5c0;
}

.gcm-nav-link,
.gcm-utility-link,
.gcm-account-chip {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.gcm-page {
  gap: 28px;
}

.gcm-hero {
  gap: 26px;
}

.gcm-hero-panel {
  min-height: 560px;
  border-color: rgba(245, 214, 161, 0.16);
  background:
    linear-gradient(110deg, rgba(8, 16, 26, 0.96) 0%, rgba(10, 20, 31, 0.86) 46%, rgba(10, 20, 31, 0.18) 100%),
    radial-gradient(circle at 76% 16%, rgba(36, 176, 194, 0.2), transparent 22%),
    radial-gradient(circle at 72% 78%, rgba(208, 161, 106, 0.16), transparent 24%),
    url("images/gcm-hero-fantasy.png") right 4% bottom / 46% auto no-repeat,
    linear-gradient(180deg, rgba(9, 19, 30, 0.12), rgba(9, 19, 30, 0.42)),
    url("images/gcm-hero-cyber.png") right -10% center / 50% auto no-repeat,
    rgba(9, 19, 30, 0.96);
}

.gcm-route-index .gcm-title {
  max-width: 9.5ch;
  font-size: clamp(56px, 8vw, 86px);
  font-weight: 700;
}

.gcm-title,
.gcm-section-title,
.gcm-feature-body h3,
.gcm-story-panel h2,
.gcm-form-card h1,
.gcm-doc-card h2 {
  text-transform: uppercase;
}

.gcm-subtitle {
  color: #d9e4eb;
  font-size: 20px;
}

.gcm-copy {
  color: #b7c5ce;
}

.gcm-hero-stat {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
}

.gcm-button,
.gcm-button-secondary,
.gcm-button-ghost,
.gcm-chip-link {
  min-height: 48px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-button {
  background: linear-gradient(135deg, #f5b05a, #d7862e);
  color: #0d1720;
}

.gcm-button-secondary {
  background: linear-gradient(135deg, rgba(36, 176, 194, 0.14), rgba(24, 38, 52, 0.58));
}

.gcm-button-ghost,
.gcm-chip-link {
  color: #eef4f6;
}

.gcm-brand-spotlight {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(245, 214, 161, 0.16);
  background: linear-gradient(135deg, rgba(8, 16, 26, 0.72), rgba(14, 24, 36, 0.78));
}

.gcm-brand-spotlight img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.gcm-brand-spotlight strong {
  display: block;
  margin-bottom: 6px;
  color: #fff4e2;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gcm-brand-spotlight span {
  display: block;
  color: #b8c7d0;
  font-size: 14px;
}

.gcm-visual-panel {
  border-color: rgba(245, 214, 161, 0.16);
  background:
    linear-gradient(180deg, rgba(8, 16, 26, 0.92), rgba(13, 24, 36, 0.86)),
    url("images/gcm-world-sea.jpg") center center / cover no-repeat;
}

.gcm-visual-panel::before {
  background:
    linear-gradient(180deg, rgba(8, 16, 26, 0.18), rgba(8, 16, 26, 0.84)),
    radial-gradient(circle at 74% 20%, rgba(36, 176, 194, 0.18), transparent 24%);
}

.gcm-visual-heading,
.gcm-feature-tag,
.gcm-eyebrow,
.gcm-section-kicker,
.gcm-stage-pill,
.gcm-world-genre,
.gcm-hero-stat strong,
.gcm-metric-card strong,
.gcm-status-card strong,
.gcm-value-item strong,
.gcm-field label,
.gcm-field legend,
.gcm-footer-grid > div > strong,
.gcm-footer-callout span {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.gcm-feature-card,
.gcm-world-card,
.gcm-panel,
.gcm-story-panel,
.gcm-form-card,
.gcm-doc-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 236, 0.98));
  box-shadow: 0 18px 36px rgba(22, 30, 40, 0.08);
}

.gcm-panel,
.gcm-feature-card,
.gcm-world-card,
.gcm-story-panel,
.gcm-form-card,
.gcm-doc-card,
.gcm-value-item,
.gcm-support-item,
.gcm-link-list a,
.gcm-steps li,
.gcm-bullet {
  border-color: rgba(20, 32, 42, 0.1);
}

.gcm-feature-body h3,
.gcm-world-card h3,
.gcm-section-title,
.gcm-story-panel h2,
.gcm-form-card h1,
.gcm-doc-card h2,
.gcm-doc-card h3 {
  color: #13202a;
}

.gcm-feature-body p,
.gcm-world-copy,
.gcm-story-panel p,
.gcm-doc-card p,
.gcm-doc-card li,
.gcm-form-card p,
.gcm-support-item span,
.gcm-bullet,
.gcm-value-item span,
.gcm-form-help,
.gcm-muted,
.gcm-footnote,
.gcm-link-list span {
  color: #556876;
}

.gcm-feature-card img {
  height: 214px;
}

.gcm-feature-tag {
  color: #c17323;
  background: rgba(232, 166, 87, 0.14);
  border-color: rgba(210, 134, 46, 0.16);
}

.gcm-world-card::before {
  width: 4px;
}

.gcm-world-thumb {
  min-height: 210px;
  border-color: rgba(20, 32, 42, 0.08);
}

.gcm-world-thumb::before {
  background:
    linear-gradient(180deg, rgba(9, 19, 30, 0.08), rgba(9, 19, 30, 0.74)),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.2), transparent 20%);
}

.gcm-world-thumb::after {
  color: #fff6ea;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.gcm-world-thumb small {
  color: #f3f7f8;
  background: rgba(9, 19, 30, 0.64);
}

.gcm-stage-pill.is-live {
  background: rgba(36, 176, 194, 0.12);
  color: #245d66;
}

.gcm-stage-pill.is-legacy {
  background: rgba(75, 112, 176, 0.12);
  color: #385179;
}

.gcm-stage-pill.is-coming {
  background: rgba(132, 143, 150, 0.14);
  color: #56636b;
}

.gcm-chip-link {
  border-color: rgba(20, 32, 42, 0.1);
  background: #172532;
  color: #edf3f6;
}

.gcm-chip-link.is-disabled {
  background: rgba(20, 32, 42, 0.16);
  color: #6f7f8c;
}

.gcm-story-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 239, 230, 0.98));
}

.gcm-story-panel .gcm-section-kicker {
  color: #d17d24;
  background: rgba(232, 166, 87, 0.12);
  border-color: rgba(232, 166, 87, 0.18);
}

.gcm-banner-panel {
  background:
    linear-gradient(180deg, rgba(10, 20, 31, 0.96), rgba(13, 24, 36, 0.92));
}

.gcm-banner-body .gcm-section-title,
.gcm-banner-body .gcm-copy,
.gcm-banner-body .gcm-world-meta-row span {
  color: #eff5f7;
}

.gcm-banner-body .gcm-section-kicker {
  background: rgba(36, 176, 194, 0.12);
  border-color: rgba(36, 176, 194, 0.18);
  color: #d7f1f3;
}

.gcm-side-panel,
.gcm-summary-card {
  background:
    linear-gradient(180deg, rgba(10, 20, 31, 0.96), rgba(13, 24, 36, 0.92));
  box-shadow: 0 18px 36px rgba(12, 20, 31, 0.18);
}

.gcm-side-panel h2,
.gcm-summary-card span,
.gcm-summary-card strong,
.gcm-side-panel .gcm-footnote,
.gcm-chapter-link,
.gcm-chapter-link strong {
  color: #eef4f7;
}

.gcm-side-panel .gcm-callout,
.gcm-chapter-link {
  background: rgba(255, 255, 255, 0.05);
}

.gcm-form-card,
.gcm-doc-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 233, 0.98));
}

.gcm-form-card::before,
.gcm-doc-card::before,
.gcm-summary-card::before {
  opacity: 0.85;
}

.gcm-field input,
.gcm-field select,
.gcm-field textarea {
  color: #14202a;
  background: rgba(255, 255, 255, 0.88);
}

.gcm-field input::placeholder,
.gcm-field textarea::placeholder {
  color: #7d8f9c;
}

.gcm-checkbox {
  color: #556876;
}

.gcm-footer {
  color: #b1c1cb;
}

.gcm-footer-hero {
  background:
    linear-gradient(135deg, rgba(9, 19, 30, 0.96), rgba(11, 23, 35, 0.92)),
    url("images/gcm-world-sea.jpg") center center / cover no-repeat;
}

.gcm-footer-brand strong,
.gcm-footer-callout strong {
  color: #fff1df;
}

.gcm-footer-links a {
  color: #e8f0f4;
  background: rgba(255, 255, 255, 0.04);
}

.gcm-route-index .gcm-feature-grid,
.gcm-route-index .gcm-story-grid {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .gcm-route-index .gcm-title {
    max-width: none;
  }

  .gcm-hero-panel {
    min-height: 460px;
  }
}

@media (max-width: 760px) {
  body {
    background:
      linear-gradient(180deg, rgba(9, 19, 30, 0.94), rgba(9, 19, 30, 0.76) 320px, #ece7dd 320px, #f5f1e8 100%);
  }

  .gcm-hero-panel {
    min-height: auto;
  }

  .gcm-brand-spotlight {
    grid-template-columns: 1fr;
  }

  .gcm-brand-spotlight img {
    width: 74px;
    height: 74px;
  }

  .gcm-world-thumb {
    min-height: 170px;
  }
}

/* 2026-03-30 homepage layout tightening */
.gcm-route-index .gcm-topbar {
  position: relative;
  top: 0;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
}

.gcm-route-index .gcm-brand {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.gcm-route-index .gcm-brand-logo {
  max-width: 270px;
}

.gcm-route-index .gcm-brand-copy {
  max-width: 126px;
}

.gcm-route-index .gcm-brand-copy strong {
  font-size: 12px;
  line-height: 1.15;
}

.gcm-route-index .gcm-brand-copy span {
  font-size: 11px;
  line-height: 1.45;
}

.gcm-route-index .gcm-nav {
  justify-content: center;
  gap: 10px;
}

.gcm-route-index .gcm-account-links {
  justify-content: flex-end;
}

.gcm-route-index .gcm-nav-link,
.gcm-route-index .gcm-utility-link {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.gcm-route-index .gcm-hero {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 22px;
}

.gcm-route-index .gcm-hero-panel {
  min-height: 470px;
  padding: 34px 34px 30px;
  background:
    linear-gradient(108deg, rgba(8, 16, 26, 0.96) 0%, rgba(9, 18, 28, 0.9) 40%, rgba(9, 18, 28, 0.42) 100%),
    linear-gradient(180deg, rgba(8, 16, 26, 0.06), rgba(8, 16, 26, 0.3)),
    url("images/gcm-home-art-city-final.jpg") right center / cover no-repeat,
    rgba(9, 19, 30, 0.96);
}

.gcm-route-index .gcm-title {
  max-width: 6.8ch;
  font-size: clamp(46px, 6.2vw, 70px);
  line-height: 0.94;
}

.gcm-route-index .gcm-subtitle {
  max-width: 28ch;
  font-size: 17px;
}

.gcm-route-index .gcm-copy {
  max-width: 30em;
  font-size: 14px;
}

.gcm-route-index .gcm-genre-rail {
  margin-top: 16px;
}

.gcm-route-index .gcm-genre-rail span {
  min-height: 30px;
  font-size: 11px;
}

.gcm-route-index .gcm-hero-stats {
  margin-top: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gcm-route-index .gcm-hero-stat {
  padding: 12px 14px;
}

.gcm-route-index .gcm-hero-actions {
  margin-top: 18px;
}

.gcm-route-index .gcm-visual-panel {
  padding: 18px;
}

.gcm-route-index .gcm-visual-heading {
  margin-bottom: 12px;
}

.gcm-brand-spotlight {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
}

.gcm-brand-spotlight img {
  width: 70px;
  height: 70px;
}

.gcm-brand-spotlight strong {
  font-size: 20px;
  line-height: 1.05;
}

.gcm-brand-spotlight span {
  font-size: 13px;
  line-height: 1.45;
}

.gcm-brand-spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.gcm-brand-spotlight-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #eef4f6;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-route-index .gcm-login-card {
  margin-bottom: 14px !important;
  padding: 22px;
}

.gcm-route-index .gcm-login-card h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.gcm-route-index .gcm-login-card p {
  margin-bottom: 14px;
}

.gcm-route-index .gcm-field-grid.is-single {
  gap: 12px;
}

.gcm-home-preview-grid {
  display: grid;
  gap: 12px;
}

.gcm-home-preview-card {
  position: relative;
  overflow: hidden;
  min-height: 168px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 14, 22, 0.88);
}

.gcm-home-preview-card.is-wide {
  min-height: 212px;
}

.gcm-home-preview-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gcm-home-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 16, 26, 0.04), rgba(8, 16, 26, 0.84));
  pointer-events: none;
}

.gcm-home-preview-copy {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.gcm-home-preview-copy strong {
  color: #fff4e2;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.gcm-home-preview-copy span {
  color: #d7e3ea;
  font-size: 13px;
  line-height: 1.45;
}

.gcm-route-index .gcm-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gcm-route-index .gcm-feature-card,
.gcm-route-index .gcm-world-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gcm-route-index .gcm-feature-card img {
  height: 186px;
  object-fit: cover;
  background: #0b1219;
}

.gcm-route-index .gcm-feature-card-campaign img {
  object-position: center 54%;
}

.gcm-route-index .gcm-feature-card-battle img {
  object-position: center 38%;
}

.gcm-route-index .gcm-feature-card-identity img {
  object-position: center 26%;
}

.gcm-route-index .gcm-feature-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 20px;
}

.gcm-route-index .gcm-feature-body h3 {
  font-size: 24px;
  line-height: 1.08;
}

.gcm-route-index .gcm-feature-body p {
  font-size: 14px;
}

.gcm-route-index .gcm-feature-actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gcm-route-index .gcm-feature-actions .gcm-chip-link,
.gcm-route-index .gcm-world-links .gcm-chip-link,
.gcm-route-index .gcm-world-links .gcm-chip-link.is-disabled {
  width: 100%;
}

.gcm-route-index .gcm-world-shell {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gcm-route-index .gcm-world-links {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.gcm-route-index .gcm-section-title {
  font-size: clamp(32px, 4vw, 46px);
}

@media (max-width: 1180px) {
  .gcm-route-index .gcm-topbar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .gcm-route-index .gcm-brand {
    grid-template-columns: 1fr;
  }

  .gcm-route-index .gcm-brand-copy {
    max-width: none;
  }

  .gcm-route-index .gcm-hero,
  .gcm-route-index .gcm-feature-grid {
    grid-template-columns: 1fr;
  }

  .gcm-route-index .gcm-feature-actions,
  .gcm-route-index .gcm-world-links {
    grid-template-columns: 1fr;
  }

  .gcm-route-index .gcm-hero-stats {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 760px) {
  .gcm-route-index .gcm-brand-logo {
    max-width: 220px;
  }

  .gcm-route-index .gcm-hero-panel {
    min-height: auto;
    padding: 24px 22px 22px;
  }

  .gcm-route-index .gcm-title {
    max-width: none;
    font-size: clamp(38px, 13vw, 58px);
  }

  .gcm-route-index .gcm-hero {
    grid-template-columns: 1fr;
  }

  .gcm-home-preview-card,
  .gcm-home-preview-card.is-wide {
    min-height: 180px;
  }

  .gcm-route-index .gcm-brand-spotlight {
    grid-template-columns: 1fr;
  }
}

/* 2026-03-30 shared header cleanup */
body:not(.gcm-route-index) .gcm-topbar {
  position: relative;
  top: 0;
  grid-template-columns: minmax(260px, 310px) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
}

body:not(.gcm-route-index) .gcm-brand {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

body:not(.gcm-route-index) .gcm-brand-logo {
  max-width: 270px;
}

body:not(.gcm-route-index) .gcm-brand-copy {
  max-width: 138px;
}

body:not(.gcm-route-index) .gcm-brand-copy strong {
  font-size: 12px;
  line-height: 1.15;
}

body:not(.gcm-route-index) .gcm-brand-copy span {
  font-size: 11px;
  line-height: 1.45;
}

body:not(.gcm-route-index) .gcm-nav {
  justify-content: center;
  gap: 10px;
}

body:not(.gcm-route-index) .gcm-account-links {
  justify-content: flex-end;
}

body:not(.gcm-route-index) .gcm-nav-link,
body:not(.gcm-route-index) .gcm-utility-link,
body:not(.gcm-route-index) .gcm-account-chip {
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
}

.gcm-main-site-link {
  border-color: rgba(126, 202, 208, 0.24);
  background: rgba(36, 176, 194, 0.08);
  color: #d8f3f5;
}

.gcm-main-site-link:hover {
  border-color: rgba(126, 202, 208, 0.4);
  background: rgba(36, 176, 194, 0.12);
}

@media (max-width: 1180px) {
  body:not(.gcm-route-index) .gcm-topbar {
    grid-template-columns: 1fr;
  }

  body:not(.gcm-route-index) .gcm-brand {
    grid-template-columns: 1fr;
  }

  body:not(.gcm-route-index) .gcm-brand-copy {
    max-width: none;
  }
}

@media (max-width: 760px) {
  body:not(.gcm-route-index) .gcm-brand-logo {
    max-width: 220px;
  }
}

.gcm-social-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  align-items: start;
}

.gcm-social-grid-messages {
  align-items: start;
}

.gcm-social-list {
  display: grid;
  gap: 14px;
}

.gcm-social-row,
.gcm-social-message-row {
  display: grid;
  gap: 16px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(20, 32, 42, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
}

.gcm-social-row {
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 244px);
}

.gcm-social-message-row {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.gcm-social-message-row.is-unread {
  border-color: rgba(191, 130, 72, 0.34);
  box-shadow: inset 0 0 0 1px rgba(240, 201, 141, 0.24);
}

.gcm-social-avatar {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 42, 0.12);
  background: linear-gradient(180deg, rgba(18, 30, 41, 0.16), rgba(18, 30, 41, 0.06));
}

.gcm-social-avatar.is-small {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.gcm-social-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.gcm-social-badge {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgba(255, 248, 237, 0.94);
  box-shadow: 0 8px 18px rgba(12, 20, 28, 0.18);
  background: #fff9f0;
}

.gcm-social-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gcm-social-meta {
  display: grid;
  gap: 5px;
}

.gcm-social-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.gcm-social-name strong,
.gcm-social-open-header strong {
  color: #13202a;
  font: 700 26px/1.05 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.gcm-social-message-subject {
  color: #13202a;
  font: 700 18px/1.2 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.gcm-social-handle,
.gcm-social-submeta {
  color: #7b8f9d;
  font-size: 13px;
}

.gcm-social-detail,
.gcm-social-open-message p {
  color: #556876;
}

.gcm-social-presence,
.gcm-social-static {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(20, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: #556876;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gcm-social-presence.is-online {
  border-color: rgba(93, 169, 118, 0.32);
  background: rgba(93, 169, 118, 0.1);
  color: #2e6c43;
}

.gcm-social-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.gcm-social-actions-friend {
  display: grid;
  gap: 10px;
  width: 100%;
  justify-items: stretch;
  align-content: start;
}

.gcm-social-actions-main,
.gcm-social-actions-danger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

.gcm-social-actions-main.is-single,
.gcm-social-actions-danger.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.gcm-social-actions-message {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 216px;
  justify-items: stretch;
  align-content: start;
}

.gcm-inline-form {
  display: inline;
}

.gcm-social-actions-friend .gcm-inline-form {
  display: block;
}

.gcm-social-actions-message .gcm-inline-form {
  display: block;
}

.gcm-inline-form button,
.gcm-social-actions .gcm-chip-link,
.gcm-social-actions .gcm-button,
.gcm-social-actions .gcm-button-ghost {
  min-height: 40px;
  padding: 0 14px;
  font-size: 12px;
}

.gcm-social-actions-friend .gcm-inline-form button,
.gcm-social-actions-friend .gcm-chip-link,
.gcm-social-actions-friend .gcm-button,
.gcm-social-actions-friend .gcm-button-ghost {
  width: 100%;
  min-width: 0;
}

.gcm-social-actions-message .gcm-inline-form button,
.gcm-social-actions-message .gcm-chip-link,
.gcm-social-actions-message .gcm-button,
.gcm-social-actions-message .gcm-button-ghost {
  width: 100%;
  min-width: 0;
}

.gcm-social-actions-friend .gcm-chip-link,
.gcm-social-actions-friend .gcm-button-ghost,
.gcm-social-actions-message .gcm-chip-link,
.gcm-social-actions-message .gcm-button-ghost {
  box-shadow: 0 12px 22px rgba(15, 24, 32, 0.08);
}

.gcm-social-actions-main .gcm-chip-link,
.gcm-social-actions-main .gcm-button-ghost {
  border-color: rgba(20, 32, 42, 0.1);
  background: #172532;
  color: #edf3f6;
}

.gcm-social-actions-main .gcm-chip-link:hover,
.gcm-social-actions-main .gcm-button-ghost:hover {
  border-color: rgba(20, 32, 42, 0.24);
  background: #203445;
  color: #f5f8fa;
}

.gcm-chip-link.is-caution {
  border-color: rgba(150, 57, 45, 0.24);
  background: linear-gradient(180deg, rgba(255, 240, 239, 0.94), rgba(249, 214, 210, 0.92));
  color: #8c3027;
}

.gcm-chip-link.is-caution:hover {
  border-color: rgba(150, 57, 45, 0.4);
  background: linear-gradient(180deg, rgba(255, 244, 242, 0.98), rgba(251, 222, 218, 0.95));
}

.gcm-button-ghost.is-destructive {
  border-color: rgba(150, 57, 45, 0.24);
  background: linear-gradient(180deg, rgba(255, 240, 239, 0.94), rgba(249, 214, 210, 0.92));
  color: #8c3027;
}

.gcm-button-ghost.is-destructive:hover {
  border-color: rgba(150, 57, 45, 0.4);
  background: linear-gradient(180deg, rgba(255, 244, 242, 0.98), rgba(251, 222, 218, 0.95));
}

.gcm-social-message-row {
  grid-template-columns: auto minmax(0, 1fr) minmax(196px, 216px);
  align-items: start;
}

.gcm-social-message-row-featured {
  padding: 18px;
}

.gcm-social-message-row-featured .gcm-social-meta {
  gap: 8px;
}

.gcm-social-message-row-featured .gcm-social-detail {
  max-width: 36ch;
}

.gcm-social-panel-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 2px;
}

.gcm-social-empty {
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(20, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.42);
  color: #667a88;
}

.gcm-social-open-message {
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(20, 32, 42, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.gcm-social-open-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
  margin-bottom: 10px;
}

.gcm-social-open-header span {
  color: #7b8f9d;
  font-size: 13px;
}

.gcm-social-mini-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.gcm-social-mini-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(20, 32, 42, 0.1);
  background: rgba(255, 255, 255, 0.58);
}

.gcm-social-mini-card img {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center top;
}

.gcm-social-mini-card strong {
  color: #13202a;
  font: 700 20px/1.1 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.gcm-social-mini-card span {
  color: #556876;
}

.gcm-social-feature-intro {
  margin-bottom: 14px;
  color: #556876;
}

.gcm-social-carousel {
  display: grid;
  gap: 14px;
}

.gcm-social-carousel-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gcm-social-carousel-stage {
  position: relative;
  min-height: 540px;
}

.gcm-social-feature-card {
  display: none;
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(20, 32, 42, 0.12);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 40px rgba(12, 20, 28, 0.08);
}

#gcm-social-feature-1:checked ~ .gcm-social-carousel-stage [data-slide="1"],
#gcm-social-feature-2:checked ~ .gcm-social-carousel-stage [data-slide="2"],
#gcm-social-feature-3:checked ~ .gcm-social-carousel-stage [data-slide="3"],
#gcm-social-feature-4:checked ~ .gcm-social-carousel-stage [data-slide="4"],
#gcm-social-feature-5:checked ~ .gcm-social-carousel-stage [data-slide="5"] {
  display: grid;
}

.gcm-social-feature-art {
  position: relative;
  min-height: 390px;
  background: linear-gradient(180deg, rgba(18, 30, 41, 0.02), rgba(18, 30, 41, 0.16));
}

.gcm-social-feature-art img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center top;
}

.gcm-social-feature-art .gcm-social-badge {
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
}

.gcm-social-feature-body {
  display: grid;
  gap: 10px;
  padding: 20px 20px 22px;
}

.gcm-social-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.gcm-social-carousel-dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 2px solid rgba(19, 32, 42, 0.22);
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

#gcm-social-feature-1:checked ~ .gcm-social-carousel-dots label[for="gcm-social-feature-1"],
#gcm-social-feature-2:checked ~ .gcm-social-carousel-dots label[for="gcm-social-feature-2"],
#gcm-social-feature-3:checked ~ .gcm-social-carousel-dots label[for="gcm-social-feature-3"],
#gcm-social-feature-4:checked ~ .gcm-social-carousel-dots label[for="gcm-social-feature-4"],
#gcm-social-feature-5:checked ~ .gcm-social-carousel-dots label[for="gcm-social-feature-5"] {
  background: linear-gradient(180deg, #f3bb5b, #d08d39);
  border-color: rgba(177, 104, 33, 0.56);
  transform: scale(1.08);
}

@media (max-width: 920px) {
  .gcm-social-row,
  .gcm-social-message-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .gcm-social-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .gcm-social-actions-friend {
    justify-items: stretch;
  }

  .gcm-social-actions-message {
    max-width: none;
  }

  .gcm-social-panel-actions {
    justify-content: flex-start;
  }

  .gcm-social-carousel-stage {
    min-height: 0;
  }

  .gcm-social-feature-art,
  .gcm-social-feature-art img {
    min-height: 280px;
  }
}

/* 2026-04-01 shared header rebalance */
.gcm-topbar,
.gcm-route-index .gcm-topbar,
body:not(.gcm-route-index) .gcm-topbar {
  grid-template-columns: minmax(280px, 1fr) auto;
  grid-template-areas:
    "brand account"
    "nav nav";
  align-items: center;
  row-gap: 14px;
  column-gap: 18px;
  padding: 16px 20px 18px;
}

.gcm-brand-block,
.gcm-route-index .gcm-brand-block,
body:not(.gcm-route-index) .gcm-brand-block {
  grid-area: brand;
  min-width: 0;
}

.gcm-nav,
.gcm-route-index .gcm-nav,
body:not(.gcm-route-index) .gcm-nav {
  grid-area: nav;
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
}

.gcm-account-links,
.gcm-route-index .gcm-account-links,
body:not(.gcm-route-index) .gcm-account-links {
  grid-area: account;
  justify-self: end;
  justify-content: flex-end;
  gap: 10px;
}

.gcm-brand,
.gcm-route-index .gcm-brand,
body:not(.gcm-route-index) .gcm-brand {
  display: grid;
  grid-template-columns: auto minmax(124px, 168px);
  gap: 14px;
  align-items: center;
  width: max-content;
  max-width: 100%;
}

.gcm-brand-logo,
.gcm-route-index .gcm-brand-logo,
body:not(.gcm-route-index) .gcm-brand-logo {
  width: clamp(170px, 19vw, 220px);
  max-width: 220px;
}

.gcm-brand-copy,
.gcm-route-index .gcm-brand-copy,
body:not(.gcm-route-index) .gcm-brand-copy {
  max-width: none;
  gap: 4px;
}

.gcm-brand-copy strong,
.gcm-route-index .gcm-brand-copy strong,
body:not(.gcm-route-index) .gcm-brand-copy strong {
  font-size: 13px;
  line-height: 1.15;
}

.gcm-brand-copy span,
.gcm-route-index .gcm-brand-copy span,
body:not(.gcm-route-index) .gcm-brand-copy span {
  max-width: 22ch;
  font-size: 11px;
  line-height: 1.4;
}

.gcm-nav-link,
.gcm-utility-link,
.gcm-account-chip,
.gcm-route-index .gcm-nav-link,
.gcm-route-index .gcm-utility-link,
.gcm-route-index .gcm-account-chip,
body:not(.gcm-route-index) .gcm-nav-link,
body:not(.gcm-route-index) .gcm-utility-link,
body:not(.gcm-route-index) .gcm-account-chip {
  min-height: 36px;
  padding: 0 13px;
  font-size: 11px;
}

.gcm-account-chip,
.gcm-route-index .gcm-account-chip,
body:not(.gcm-route-index) .gcm-account-chip {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .gcm-topbar,
  .gcm-route-index .gcm-topbar,
  body:not(.gcm-route-index) .gcm-topbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "account"
      "nav";
  }

  .gcm-account-links,
  .gcm-route-index .gcm-account-links,
  body:not(.gcm-route-index) .gcm-account-links {
    justify-self: start;
  }
}

/* 2026-04-01 shared header notice layout */
.gcm-topbar,
.gcm-route-index .gcm-topbar,
body:not(.gcm-route-index) .gcm-topbar {
  grid-template-columns: minmax(0, 1fr) minmax(470px, 540px);
  grid-template-areas:
    "brand update"
    "nav account";
  align-items: end;
  row-gap: 10px;
  column-gap: 22px;
  padding: 14px 20px 16px;
}

.gcm-brand-block,
.gcm-route-index .gcm-brand-block,
body:not(.gcm-route-index) .gcm-brand-block {
  grid-area: brand;
  min-width: 0;
}

.gcm-brand,
.gcm-route-index .gcm-brand,
body:not(.gcm-route-index) .gcm-brand {
  display: grid;
  grid-template-columns: minmax(300px, 350px) minmax(210px, 1fr);
  gap: 22px;
  align-items: center;
  width: 100%;
  max-width: 760px;
}

.gcm-brand-logo,
.gcm-route-index .gcm-brand-logo,
body:not(.gcm-route-index) .gcm-brand-logo {
  width: min(100%, 340px);
  max-width: 340px;
  justify-self: start;
}

.gcm-brand-copy,
.gcm-route-index .gcm-brand-copy,
body:not(.gcm-route-index) .gcm-brand-copy {
  align-self: center;
  gap: 6px;
  padding-top: 2px;
}

.gcm-brand-copy strong,
.gcm-route-index .gcm-brand-copy strong,
body:not(.gcm-route-index) .gcm-brand-copy strong {
  font-size: 15px;
  line-height: 1.14;
  letter-spacing: 0.12em;
}

.gcm-brand-copy span,
.gcm-route-index .gcm-brand-copy span,
body:not(.gcm-route-index) .gcm-brand-copy span {
  max-width: 32ch;
  font-size: 12px;
  line-height: 1.45;
}

.gcm-header-update,
.gcm-route-index .gcm-header-update,
body:not(.gcm-route-index) .gcm-header-update {
  grid-area: update;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  align-self: stretch;
  justify-self: stretch;
  min-height: 84px;
  padding: 12px 16px 13px;
  border-radius: 22px;
  border: 1px solid rgba(245, 214, 161, 0.18);
  background:
    linear-gradient(145deg, rgba(8, 18, 28, 0.9), rgba(13, 28, 40, 0.82)),
    linear-gradient(180deg, rgba(44, 192, 201, 0.08), rgba(208, 161, 106, 0.06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.gcm-header-update.is-empty,
.gcm-route-index .gcm-header-update.is-empty,
body:not(.gcm-route-index) .gcm-header-update.is-empty {
  border-color: rgba(245, 214, 161, 0.1);
  background:
    linear-gradient(145deg, rgba(8, 18, 28, 0.72), rgba(13, 28, 40, 0.66)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.gcm-header-update-kicker,
.gcm-route-index .gcm-header-update-kicker,
body:not(.gcm-route-index) .gcm-header-update-kicker {
  color: #d0a160;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gcm-header-update strong,
.gcm-route-index .gcm-header-update strong,
body:not(.gcm-route-index) .gcm-header-update strong {
  color: #f5e6cf;
  font: 700 15px/1.15 "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.02em;
}

.gcm-header-update span,
.gcm-route-index .gcm-header-update span,
body:not(.gcm-route-index) .gcm-header-update span {
  color: #b6c7d0;
  font-size: 12px;
  line-height: 1.42;
}

.gcm-header-update-link,
.gcm-route-index .gcm-header-update-link,
body:not(.gcm-route-index) .gcm-header-update-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  min-height: 30px;
  padding: 0 12px;
  margin-top: 3px;
  border-radius: 999px;
  border: 1px solid rgba(208, 161, 106, 0.28);
  background: rgba(208, 161, 106, 0.08);
  color: #f3d7ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.gcm-header-update-link:hover,
.gcm-route-index .gcm-header-update-link:hover,
body:not(.gcm-route-index) .gcm-header-update-link:hover {
  background: rgba(208, 161, 106, 0.14);
  border-color: rgba(208, 161, 106, 0.42);
}

.gcm-nav,
.gcm-route-index .gcm-nav,
body:not(.gcm-route-index) .gcm-nav {
  grid-area: nav;
  width: 100%;
  justify-content: flex-start;
  gap: 10px;
  align-self: center;
}

.gcm-account-links,
.gcm-route-index .gcm-account-links,
body:not(.gcm-route-index) .gcm-account-links {
  grid-area: account;
  width: 100%;
  justify-self: stretch;
  justify-content: flex-end;
  align-self: center;
  gap: 10px;
}

.gcm-nav-link,
.gcm-utility-link,
.gcm-account-chip,
.gcm-route-index .gcm-nav-link,
.gcm-route-index .gcm-utility-link,
.gcm-route-index .gcm-account-chip,
body:not(.gcm-route-index) .gcm-nav-link,
body:not(.gcm-route-index) .gcm-utility-link,
body:not(.gcm-route-index) .gcm-account-chip {
  min-height: 38px;
  padding: 0 14px;
  font-size: 11px;
}

@media (max-width: 1180px) {
  .gcm-topbar,
  .gcm-route-index .gcm-topbar,
  body:not(.gcm-route-index) .gcm-topbar {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "update"
      "nav"
      "account";
  }

  .gcm-brand,
  .gcm-route-index .gcm-brand,
  body:not(.gcm-route-index) .gcm-brand {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    max-width: none;
  }

  .gcm-account-links,
  .gcm-route-index .gcm-account-links,
  body:not(.gcm-route-index) .gcm-account-links {
    justify-self: start;
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .gcm-brand,
  .gcm-route-index .gcm-brand,
  body:not(.gcm-route-index) .gcm-brand {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gcm-brand-logo,
  .gcm-route-index .gcm-brand-logo,
  body:not(.gcm-route-index) .gcm-brand-logo {
    width: min(100%, 280px);
    max-width: 280px;
  }
}

/* 2026-04-01 shared footer visibility pass */
.gcm-footer {
  margin-top: 20px;
  padding: 26px 24px 34px;
  border: 1px solid rgba(245, 214, 161, 0.14);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(8, 16, 25, 0.97), rgba(11, 22, 34, 0.93)),
    linear-gradient(180deg, rgba(44, 192, 201, 0.05), rgba(208, 161, 106, 0.06));
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
  color: #bccbd3;
}

.gcm-footer-hero {
  margin-bottom: 18px;
}

.gcm-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gcm-footer-grid > div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px 18px 20px;
  min-width: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(7, 13, 20, 0.54);
}

.gcm-footer-grid > div > strong {
  color: #f2dfc0;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gcm-footer-links {
  display: grid;
  gap: 10px;
  align-items: start;
}

.gcm-footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  max-width: 100%;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.055);
  color: #eef4f6;
  text-decoration: none;
}

.gcm-footer-links a:hover {
  border-color: rgba(208, 161, 106, 0.32);
  background: rgba(208, 161, 106, 0.12);
  color: #fff4df;
}

@media (max-width: 760px) {
  .gcm-footer {
    padding: 20px 16px 28px;
  }
}

/* 2026-04-02 FAQ hero art pass */
.gcm-route-howtoplay .gcm-hero-panel {
  min-height: 520px;
  background:
    linear-gradient(108deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.9) 42%, rgba(9, 18, 28, 0.46) 100%),
    radial-gradient(circle at 78% 22%, rgba(36, 176, 194, 0.14), transparent 22%),
    radial-gradient(circle at 70% 82%, rgba(208, 161, 106, 0.18), transparent 26%),
    url("images/gcm-root-art-temple.jpg") right 10% center / 56% auto no-repeat,
    linear-gradient(180deg, rgba(9, 19, 30, 0.18), rgba(9, 19, 30, 0.48)),
    rgba(9, 19, 30, 0.96);
}

.gcm-route-howtoplay .gcm-hero-panel::before {
  background: none;
  opacity: 0;
}

.gcm-route-howtoplay .gcm-hero-panel::after {
  inset: auto -8% -28% 48%;
  height: 300px;
  background: radial-gradient(circle at center, rgba(208, 161, 106, 0.2), transparent 64%);
}

@media (max-width: 1180px) {
  .gcm-route-howtoplay .gcm-hero-panel {
    min-height: 430px;
    background:
      linear-gradient(110deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.92) 48%, rgba(9, 18, 28, 0.58) 100%),
      url("images/gcm-root-art-temple.jpg") right 6% center / 50% auto no-repeat,
      rgba(9, 19, 30, 0.96);
  }
}

@media (max-width: 760px) {
  .gcm-route-howtoplay .gcm-hero-panel {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(8, 16, 26, 0.97), rgba(9, 18, 28, 0.92)),
      url("images/gcm-root-art-temple.jpg") center bottom / cover no-repeat;
  }
}

/* 2026-04-02 route hero art pass */
.gcm-route-social .gcm-hero-panel {
  min-height: 520px;
  background:
    linear-gradient(108deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.9) 42%, rgba(9, 18, 28, 0.42) 100%),
    radial-gradient(circle at 78% 24%, rgba(36, 176, 194, 0.14), transparent 22%),
    radial-gradient(circle at 70% 80%, rgba(208, 161, 106, 0.16), transparent 25%),
    url("images/gcm-root-art-inn.jpg") right 4% center / 58% auto no-repeat,
    linear-gradient(180deg, rgba(9, 19, 30, 0.18), rgba(9, 19, 30, 0.46)),
    rgba(9, 19, 30, 0.96);
}

.gcm-route-social .gcm-hero-panel::before {
  background: none;
  opacity: 0;
}

.gcm-route-social .gcm-hero-panel::after {
  inset: auto -6% -26% 46%;
  height: 300px;
  background: radial-gradient(circle at center, rgba(36, 176, 194, 0.18), transparent 66%);
}

.gcm-route-contact .gcm-hero-panel {
  min-height: 520px;
  background:
    linear-gradient(108deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.9) 44%, rgba(9, 18, 28, 0.46) 100%),
    radial-gradient(circle at 76% 18%, rgba(208, 161, 106, 0.16), transparent 22%),
    radial-gradient(circle at 74% 76%, rgba(36, 176, 194, 0.14), transparent 24%),
    url("images/gcm-root-art-council.jpg") right 5% center / 58% auto no-repeat,
    linear-gradient(180deg, rgba(9, 19, 30, 0.18), rgba(9, 19, 30, 0.46)),
    rgba(9, 19, 30, 0.96);
}

.gcm-route-contact .gcm-hero-panel::before {
  background: none;
  opacity: 0;
}

.gcm-route-contact .gcm-hero-panel::after {
  inset: auto -7% -28% 44%;
  height: 320px;
  background: radial-gradient(circle at center, rgba(208, 161, 106, 0.2), transparent 64%);
}

.gcm-route-donate .gcm-hero-panel {
  min-height: 520px;
  background:
    linear-gradient(108deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.9) 42%, rgba(9, 18, 28, 0.46) 100%),
    radial-gradient(circle at 80% 20%, rgba(36, 176, 194, 0.14), transparent 22%),
    radial-gradient(circle at 72% 80%, rgba(208, 161, 106, 0.18), transparent 26%),
    url("images/gcm-root-art-airship.jpg") right 6% center / 58% auto no-repeat,
    linear-gradient(180deg, rgba(9, 19, 30, 0.18), rgba(9, 19, 30, 0.46)),
    rgba(9, 19, 30, 0.96);
}

.gcm-route-donate .gcm-hero-panel::before {
  background: none;
  opacity: 0;
}

.gcm-route-donate .gcm-hero-panel::after {
  inset: auto -9% -26% 46%;
  height: 320px;
  background: radial-gradient(circle at center, rgba(36, 176, 194, 0.16), transparent 64%);
}

@media (max-width: 1180px) {
  .gcm-route-social .gcm-hero-panel {
    min-height: 430px;
    background:
      linear-gradient(110deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.92) 48%, rgba(9, 18, 28, 0.58) 100%),
      url("images/gcm-root-art-inn.jpg") right 4% center / 50% auto no-repeat,
      rgba(9, 19, 30, 0.96);
  }

  .gcm-route-contact .gcm-hero-panel {
    min-height: 430px;
    background:
      linear-gradient(110deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.92) 48%, rgba(9, 18, 28, 0.58) 100%),
      url("images/gcm-root-art-council.jpg") right 4% center / 52% auto no-repeat,
      rgba(9, 19, 30, 0.96);
  }

  .gcm-route-donate .gcm-hero-panel {
    min-height: 430px;
    background:
      linear-gradient(110deg, rgba(8, 16, 26, 0.97) 0%, rgba(9, 18, 28, 0.92) 48%, rgba(9, 18, 28, 0.58) 100%),
      url("images/gcm-root-art-airship.jpg") right 4% center / 50% auto no-repeat,
      rgba(9, 19, 30, 0.96);
  }
}

@media (max-width: 760px) {
  .gcm-route-social .gcm-hero-panel {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(8, 16, 26, 0.97), rgba(9, 18, 28, 0.92)),
      url("images/gcm-root-art-inn.jpg") center bottom / cover no-repeat;
  }

  .gcm-route-contact .gcm-hero-panel {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(8, 16, 26, 0.97), rgba(9, 18, 28, 0.92)),
      url("images/gcm-root-art-council.jpg") center bottom / cover no-repeat;
  }

  .gcm-route-donate .gcm-hero-panel {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(8, 16, 26, 0.97), rgba(9, 18, 28, 0.92)),
      url("images/gcm-root-art-airship.jpg") center bottom / cover no-repeat;
  }
}
