/* Shared support-page art direction: mirrors the homepage graphite/gold G HUB system. */
body.support-page {
  --bg: #060606;
  --surface: #0d0c0a;
  --surface-2: #16130e;
  --ink: #f4f7fb;
  --ink-muted: #aaa59b;
  --brand: #c99432;
  --accent: #e5b957;
  --border: rgba(255, 255, 255, 0.1);
  --glow: rgba(201, 148, 50, 0.18);
  --radius: 4px;
  background:
    radial-gradient(900px 460px at 82% 0%, rgba(201, 148, 50, 0.08), transparent 58%),
    #060606;
  overflow-x: hidden;
}
body.support-page img[src*="ghub-visual-080-logo.png"] {
  filter: sepia(1) saturate(4.2) hue-rotate(350deg) brightness(1.08);
}

body.support-page .command-topbar {
  background: rgba(8, 7, 5, 0.72);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px) saturate(1.15);
}
body.support-page .command-topbar.is-scrolled {
  background: rgba(8, 7, 5, 0.96);
  box-shadow: 0 18px 42px -32px #000;
}
body.support-page .route-link { color: #c2bdb2; }
body.support-page .route-link:hover,
body.support-page .route-link.is-active { color: #fff; }
body.support-page .route-link.is-active::after {
  height: 2px;
  background: #c99432;
}

body.support-page .action-primary {
  min-height: 44px;
  border-radius: 999px;
  border-color: #c99432;
  background: #c99432;
  color: #120c03;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}
body.support-page .action-primary:hover {
  background: #e0b352;
  border-color: #e0b352;
  filter: none;
  transform: translateY(-1px);
}
body.support-page .action-secondary {
  min-height: 44px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(16, 13, 8, 0.32);
  color: #fff;
}
body.support-page .action-secondary:hover {
  border-color: rgba(201, 148, 50, 0.7);
  background: rgba(201, 148, 50, 0.09);
}

body.support-page main > section:first-child {
  position: relative;
  isolation: isolate;
  min-height: 44vh;
  display: flex;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #0b0906 url("media/ghub-visual-046-g-hub-hero-desktop.webp") center / cover no-repeat;
  background-blend-mode: luminosity;
}
body.support-page main > section:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 8, 5, 0.82), rgba(10, 8, 5, 0.52) 50%, rgba(10, 8, 5, 0.2)),
    linear-gradient(180deg, rgba(10, 8, 5, 0.35), transparent 50%, rgba(6, 6, 6, 0.72));
}
body.support-page main > section:first-child > .pointer-events-none { display: none; }
body.support-page main > section:first-child h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.04;
  letter-spacing: -0.018em;
  text-wrap: balance;
}
body.support-page main > section:first-child p:first-child {
  color: #e5b957;
}
body.support-page main > section:first-child p {
  color: #c8c3b8;
}

body.support-page .data-surface,
body.support-page .answer-row {
  border-radius: 4px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background: linear-gradient(180deg, #14120f, #0d0c0a) !important;
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}
body.support-page .data-surface:hover,
body.support-page .answer-row:hover {
  border-color: rgba(201, 148, 50, 0.38) !important;
  box-shadow: 0 24px 55px -42px rgba(201, 148, 50, 0.8);
  transform: translateY(-2px);
}

body.support-page .module-track {
  border-radius: 4px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(12, 10, 7, 0.78);
}
body.support-page .module-track::before {
  background: linear-gradient(90deg, transparent, #c99432, #e5b957, transparent);
}
body.support-page .module-node { border-radius: 3px; }

body.support-page .interface-frame,
body.support-page .shot {
  border-radius: 4px !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
body.support-page .interface-frame {
  box-shadow: 0 30px 80px -48px #000, 0 0 0 1px rgba(201, 148, 50, 0.05);
}
body.support-page .interface-frame:hover,
body.support-page .shot:hover {
  border-color: rgba(201, 148, 50, 0.35) !important;
}

body.support-page .signal-divider::before,
body.support-page .signal-divider::after,
body.support-page .module-divider::before,
body.support-page .module-divider::after {
  background: linear-gradient(90deg, transparent, rgba(201, 148, 50, 0.3), transparent);
}
body.support-page .module-divider .node {
  border-radius: 3px;
  border-color: rgba(201, 148, 50, 0.25);
  background: #0e0c08;
  color: #efcb73;
}

body.support-page table {
  border-color: rgba(255, 255, 255, 0.1);
}
body.support-page table thead {
  background: #12100c;
}
body.support-page table tbody tr {
  transition: background 180ms ease;
}
body.support-page table tbody tr:hover {
  background: rgba(201, 148, 50, 0.06) !important;
}
body.support-page code {
  border-radius: 4px !important;
}

body.support-page footer {
  border-color: rgba(255, 255, 255, 0.08) !important;
  background: #040609 !important;
}
body.support-page footer .module-divider { display: none; }

body.support-page .dock-download {
  border-radius: 6px;
  border-color: rgba(201, 148, 50, 0.3);
  background: rgba(10, 9, 7, 0.95);
}
body.support-page .dock-download:hover {
  border-color: rgba(201, 148, 50, 0.62);
}
body.support-page .dock-download .dock-icon {
  border-radius: 4px !important;
}

@media (max-width: 640px) {
  body.support-page .command-topbar .action-primary {
    width: 44px;
    min-width: 44px;
    padding-inline: 0 !important;
    font-size: 0;
  }
  body.support-page .command-topbar .action-primary svg {
    width: 18px;
    height: 18px;
  }
  body.support-page main > section:first-child {
    min-height: 48vh;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-position: 55% center;
  }
  body.support-page main > section:first-child::before {
    background: rgba(10, 8, 5, 0.68);
  }
  body.support-page main > section:first-child h1 {
    max-width: 100%;
    font-size: clamp(1.45rem, 7.2vw, 1.8rem) !important;
    overflow-wrap: anywhere;
  }
}
