/* =========================================================================
   Betable — "Style B" homepage (Harness-style)
   Midnight mission-control: Void Canvas #070707, light-hairline cards,
   Phosphor Mint accent, Cal Sans display + Geist body (the Harness fonts).
   All classes are scoped .hx- so they never collide with the .bt- theme.
   ========================================================================= */

:root {
  --hx-void: #070707;
  --hx-carbon: #0d0e12;
  --hx-obsidian: #141418;
  --hx-iron: #2e3038;
  --hx-border: rgba(217, 218, 229, 0.12);   /* light hairline on dark */
  --hx-border-strong: rgba(217, 218, 229, 0.22);
  --hx-white: #ffffff;
  --hx-ash: #c8cad0;
  --hx-graphite: #aeaeb7;
  --hx-cinder: #60606c;
  --hx-mint: #70dcd3;
  --hx-blue: #0092e4;
  --hx-ice: #a6e5f2;
  --hx-warm: #e8dcc8;         /* legacy accent word (unused) */
  --hx-green: #5cf080;        /* Betable signature green — primary accent */
  --hx-green-2: #38d059;
  --hx-green-ink: #07120b;    /* text on green */
  --hx-green-glow: rgba(92, 240, 128, 0.55);
  --hx-sans: 'Geist', 'Inter', ui-sans-serif, system-ui, -apple-system, sans-serif;
  --hx-display: 'Cal Sans', 'Geist', ui-sans-serif, system-ui, sans-serif;
  --hx-max: 1240px;
  --hx-pad: clamp(20px, 4vw, 56px);
}

body.hx-page {
  background: var(--hx-void);
  color: var(--hx-white);
  font-family: var(--hx-sans);
  -webkit-font-smoothing: antialiased;
}
body.hx-page a { color: var(--hx-white); text-decoration: none; }
.hx-wrap { max-width: var(--hx-max); margin: 0 auto; padding-left: var(--hx-pad); padding-right: var(--hx-pad); }
.hx-section { padding: clamp(72px, 10vw, 140px) 0; position: relative; }

/* ---------- Typography ---------- */
.hx-eyebrow { font-family: var(--hx-sans); font-size: 14px; font-weight: 500; letter-spacing: .01em; color: var(--hx-green); margin: 0 0 26px; }
.hx-display { font-family: var(--hx-display); font-weight: 400; font-size: clamp(42px, 6.4vw, 84px); line-height: 1.02; letter-spacing: -0.02em; margin: 0; color: var(--hx-white); }
.hx-display .accent { color: var(--hx-green); }
.hx-h2 { font-family: var(--hx-display); font-weight: 400; font-size: clamp(34px, 4.6vw, 60px); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 22px; color: var(--hx-white); }
.hx-h3 { font-family: var(--hx-display); font-weight: 400; font-size: clamp(22px, 2.2vw, 30px); line-height: 1.1; letter-spacing: -0.015em; margin: 0 0 12px; }
.hx-lead { font-size: clamp(17px, 1.35vw, 20px); line-height: 1.55; color: var(--hx-ash); max-width: 46ch; margin: 26px 0 0; }
.hx-p { font-size: 16px; line-height: 1.6; color: var(--hx-graphite); }

/* Big translucent "ghost words" (Commit. Branch. Merge.) */
.hx-ghost { font-family: var(--hx-display); font-weight: 400; font-size: clamp(48px, 8vw, 104px); line-height: 1.0; letter-spacing: -0.03em;
  background: linear-gradient(180deg, #d9ffe6 0%, #5cf080 46%, #1f7a3f 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Buttons ---------- */
.hx-btn { display: inline-flex; align-items: center; gap: 9px; font-family: var(--hx-sans); font-size: 16px; font-weight: 500; padding: 13px 26px; border-radius: 800px; border: 1px solid transparent; cursor: pointer; transition: opacity .2s, background .2s, border-color .2s; white-space: nowrap; }
/* High-specificity so the global `body.hx-page a` colour never wins over buttons */
body.hx-page a.hx-btn--fill, .hx-btn--fill { background: var(--hx-white); color: var(--hx-void); box-shadow: inset 0 1px 0 rgba(255,255,255,.6), inset 0 -1px 0 rgba(0,0,0,.1); }
body.hx-page a.hx-btn--fill:hover, .hx-btn--fill:hover { color: var(--hx-void); opacity: .88; }
body.hx-page a.hx-btn--ghost, .hx-btn--ghost { border-color: rgba(255,255,255,.55); color: var(--hx-white); }
body.hx-page a.hx-btn--ghost:hover, .hx-btn--ghost:hover { border-color: var(--hx-white); background: rgba(255,255,255,.04); }
/* Betable green primary — signature CTA with a soft glow */
body.hx-page a.hx-btn--green, .hx-btn--green { background: var(--hx-green); color: var(--hx-green-ink); box-shadow: 0 0 26px -6px var(--hx-green-glow); }
body.hx-page a.hx-btn--green:hover, .hx-btn--green:hover { color: var(--hx-green-ink); box-shadow: 0 0 34px -4px var(--hx-green-glow); opacity: .92; }
.hx-btn__i { font-size: 13px; }

/* ---------- Nav ---------- */
.hx-nav { position: sticky; top: 0; z-index: 60; background: rgba(7,7,7,.72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--hx-border); }
.hx-nav__row { display: flex; align-items: center; gap: 28px; height: 68px; }
.hx-nav__logo img { height: 24px; width: auto; display: block; filter: brightness(0) invert(1); }
.hx-nav__links { display: flex; align-self: stretch; align-items: stretch; gap: clamp(14px, 2vw, 30px); font-size: 15px; color: var(--hx-graphite); }
.hx-nav__links a:hover { color: var(--hx-white); }
.hx-nav__right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.hx-nav__contact { font-size: 15px; color: var(--hx-white); }
@media (max-width: 940px) { .hx-nav__links { display: none; } }

/* ---------- Mega menu ---------- */
.hx-nav__item { position: static; display: inline-flex; align-items: center; }
.hx-nav__trigger { display: inline-flex; align-items: center; gap: 7px; background: none; border: 0; padding: 0; margin: 0; font: inherit; font-size: 15px; line-height: 1; color: var(--hx-white); cursor: pointer; }
.hx-nav__link { display: inline-flex; align-items: center; color: var(--hx-graphite); transition: color .15s; }
body.hx-page .hx-nav__links a.hx-nav__link { color: var(--hx-graphite); }
body.hx-page .hx-nav__links a.hx-nav__link:hover { color: var(--hx-white); }
.hx-nav__caret { width: 6px; height: 6px; border-right: 1.6px solid currentColor; border-bottom: 1.6px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform .22s ease; opacity: .65; }
.hx-nav__item:hover .hx-nav__caret, .hx-nav__item:focus-within .hx-nav__caret, .hx-nav__item.is-open .hx-nav__caret { transform: rotate(-135deg) translateY(1px); opacity: 1; }

/* Full-width layer under the nav (also the hover bridge); the panel is centred inside. */
.hx-mega { position: absolute; top: 100%; left: 0; right: 0; padding: 10px 24px 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease .16s, transform .18s ease .16s, visibility .18s .16s; z-index: 70; pointer-events: none; }
.hx-nav__item:hover .hx-mega, .hx-nav__item:focus-within .hx-mega, .hx-nav__item.is-open .hx-mega { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
.hx-mega__inner { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 316px 1fr 248px; gap: 12px; background: rgba(13,14,18,.975); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); border: 1px solid var(--hx-border-strong); border-radius: 20px; padding: 16px; box-shadow: 0 46px 110px -48px rgba(0,0,0,.92); }

/* Featured spotlight (left) */
.hx-mega__feat { display: flex; flex-direction: column; padding: 24px; border-radius: 16px; color: inherit; border: 1px solid var(--hx-border); background: radial-gradient(130% 90% at 18% 0%, rgba(92,240,128,.13), rgba(0,0,0,0) 60%), var(--hx-obsidian); transition: border-color .2s, transform .2s; }
.hx-mega__feat:hover { border-color: rgba(92,240,128,.4); transform: translateY(-2px); }
.hx-mega__feat-ico { color: var(--hx-green); }
.hx-mega__feat-k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-green); margin-top: 30px; }
.hx-mega__feat-t { font-family: var(--hx-display); font-weight: 400; font-size: 24px; line-height: 1.1; letter-spacing: -0.015em; color: var(--hx-white); margin: 9px 0; }
.hx-mega__feat-d { font-size: 13.5px; line-height: 1.5; color: var(--hx-graphite); }
.hx-mega__feat-go { margin-top: 18px; font-size: 13.5px; font-weight: 500; color: var(--hx-green); }

/* Link list (middle) */
.hx-mega__list { display: flex; flex-direction: column; gap: 2px; align-self: center; }
.hx-mega__label { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-cinder); margin: 0; padding: 4px 14px 10px; }
.hx-mega__link { display: flex; align-items: flex-start; gap: 13px; padding: 11px 14px; border-radius: 12px; color: inherit; transition: background .15s; }
.hx-mega__link:hover { background: rgba(255,255,255,.045); }
.hx-mega__dot { flex: none; margin-top: 5px; width: 11px; height: 11px; border: 1.6px solid var(--hx-green); border-radius: 4px; transform: rotate(45deg); transition: background .15s; }
.hx-mega__link:hover .hx-mega__dot { background: rgba(92,240,128,.22); }
.hx-mega__txt { display: flex; flex-direction: column; }
.hx-mega__ll { font-size: 15px; font-weight: 500; color: var(--hx-white); line-height: 1.3; }
.hx-mega__ld { font-size: 13px; color: var(--hx-graphite); margin-top: 2px; line-height: 1.4; }

/* Promo (right) */
.hx-mega__promo { display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; padding: 22px; border-radius: 16px; color: inherit; border: 1px solid var(--hx-border); background: radial-gradient(130% 90% at 80% 100%, rgba(92,240,128,.16), rgba(0,0,0,0) 62%), var(--hx-obsidian); transition: border-color .2s; }
.hx-mega__promo:hover { border-color: rgba(92,240,128,.4); }
.hx-mega__promok { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-green); }
.hx-mega__promot { font-family: var(--hx-display); font-weight: 400; font-size: 19px; line-height: 1.16; letter-spacing: -0.01em; color: var(--hx-white); }
.hx-mega__promobtn { align-self: flex-start; margin-top: 6px; pointer-events: none; }
@media (max-width: 1080px) {
	.hx-mega__inner { grid-template-columns: 1fr 1fr; }
	.hx-mega__promo { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
	.hx-mega__promobtn { margin-top: 0; }
}

/* ---------- Mobile menu ---------- */
.hx-nav__burger { display: none; width: 42px; height: 42px; flex-direction: column; justify-content: center; gap: 5px; padding: 0; margin: 0; border: 0; background: none; cursor: pointer; }
.hx-nav__burger span { display: block; width: 22px; height: 2px; margin: 0 auto; background: var(--hx-white); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.hx-nav__burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hx-nav__burger.is-open span:nth-child(2) { opacity: 0; }
.hx-nav__burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.hx-mobile { position: fixed; inset: 0; z-index: 55; padding: 92px 22px 44px; background: rgba(7,7,7,.98); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
.hx-mobile.is-open { opacity: 1; visibility: visible; transform: none; }
.hx-mobile__panel { max-width: 540px; margin: 0 auto; display: flex; flex-direction: column; }
.hx-mobile__group { border-bottom: 1px solid var(--hx-border); }
.hx-mobile__group > summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 4px; font-family: var(--hx-display); font-weight: 400; font-size: 23px; letter-spacing: -0.01em; color: var(--hx-white); }
.hx-mobile__group > summary::-webkit-details-marker { display: none; }
.hx-mobile__caret { flex: none; width: 8px; height: 8px; border-right: 2px solid var(--hx-graphite); border-bottom: 2px solid var(--hx-graphite); transform: rotate(45deg); transition: transform .2s ease; }
.hx-mobile__group[open] .hx-mobile__caret { transform: rotate(-135deg); }
.hx-mobile__sub { display: flex; flex-direction: column; padding: 0 4px 14px; }
.hx-mobile__sub a { color: var(--hx-graphite); font-size: 16px; padding: 10px 0; }
.hx-mobile__sub a:hover { color: var(--hx-white); }
.hx-mobile__link { display: block; border-bottom: 1px solid var(--hx-border); padding: 17px 4px; font-family: var(--hx-display); font-weight: 400; font-size: 23px; letter-spacing: -0.01em; color: var(--hx-white); }
.hx-mobile__cta { margin-top: 26px; justify-content: center; font-size: 16px; padding: 15px 24px; }
body.hx-noscroll { overflow: hidden; }
@media (min-width: 941px) { .hx-mobile { display: none; } }
@media (max-width: 940px) { .hx-nav__burger { display: flex; } .hx-nav__contact { display: none; } }

/* ---------- Cards ---------- */
.hx-card { background: var(--hx-carbon); border: 1px solid var(--hx-border); border-radius: 20px; padding: clamp(24px, 3vw, 36px); }
.hx-card--mint { background: var(--hx-green); color: var(--hx-void); border: none; }
.hx-card.hx-card--mint .hx-h3, .hx-card.hx-card--mint .hx-p { color: var(--hx-green-ink); }
.hx-grid { display: grid; gap: 20px; }
.hx-grid--2 { grid-template-columns: repeat(auto-fit, minmax(min(360px,100%), 1fr)); }
.hx-grid--3 { grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr)); }
.hx-split { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(420px,100%), 1fr)); gap: clamp(40px, 6vw, 88px); align-items: center; }

/* Feature pills */
.hx-pills { display: flex; flex-wrap: wrap; gap: 14px; }
.hx-pill { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--hx-border-strong); border-radius: 800px; padding: 11px 20px; font-size: 15px; color: var(--hx-white); background: rgba(255,255,255,.02); }
.hx-pill__dot { width: 16px; height: 16px; border-radius: 4px; border: 1px solid var(--hx-green); display: inline-block; }

/* Inline "card label" line, e.g. "Code reviews. Seamlessly integrated…" */
.hx-cardline { font-size: clamp(17px, 1.5vw, 21px); line-height: 1.45; margin: 0; }
.hx-cardline b { color: var(--hx-white); font-weight: 600; }
.hx-cardline span { color: var(--hx-graphite); }

/* ---------- Copilot chat (dark, animated) ---------- */
.hx-cl__bar { display: flex; align-items: center; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--hx-border); }
.hx-cl__dots { display: inline-flex; gap: 6px; }
.hx-cl__dots i { width: 9px; height: 9px; border-radius: 50%; background: #2e3038; display: block; }
.hx-cl__title { font-size: 12.5px; color: var(--hx-graphite); }
.hx-cl__body { padding: 24px; display: flex; flex-direction: column; }
.hx-cl__q { align-self: flex-end; max-width: 78%; background: rgba(255,255,255,.07); color: var(--hx-white); font-size: 14.5px; line-height: 1.45; padding: 11px 16px; border-radius: 16px 16px 4px 16px; margin-bottom: 14px; transition: opacity .5s ease, transform .5s ease; }
.hx-cl__typing { display: flex; gap: 5px; padding: 6px 2px; margin-bottom: 14px; align-self: flex-start; transition: opacity .3s ease; }
.hx-cl__typing span { width: 6px; height: 6px; border-radius: 50%; background: var(--hx-green); animation: bt-blink 1.2s infinite; }
.hx-cl__typing span:nth-child(2) { animation-delay: .2s; }
.hx-cl__typing span:nth-child(3) { animation-delay: .4s; }
.hx-cl__steps { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--hx-cinder); margin-bottom: 14px; transition: opacity .5s ease, transform .5s ease; }
.hx-cl__a { align-self: flex-start; max-width: 94%; background: var(--hx-obsidian); border: 1px solid var(--hx-border); border-radius: 4px 16px 16px 16px; padding: 18px 20px; transition: opacity .5s ease, transform .5s ease; }
.hx-cl__text { margin: 0 0 16px; font-size: 14.5px; line-height: 1.6; color: var(--hx-ash); }
.hx-cl__text strong { color: var(--hx-white); }
.hx-cl__spark { display: block; margin-bottom: 16px; }
.hx-cl__stats { display: flex; gap: 28px; flex-wrap: wrap; }
.hx-cl__n { font-family: var(--hx-display); font-size: 22px; font-weight: 400; letter-spacing: -0.01em; color: var(--hx-white); }
.hx-cl__l { font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--hx-cinder); margin-top: 3px; }
.hx-cl__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; transition: opacity .5s ease, transform .5s ease; }
.hx-cl__chip { border: 1px solid var(--hx-border-strong); border-radius: 800px; padding: 9px 16px; font-size: 13.5px; font-weight: 500; color: var(--hx-white); background: transparent; }
.hx-cl__chip.is-primary { background: var(--hx-green); color: var(--hx-green-ink); border-color: var(--hx-green); }

/* ---------- Copilot: integrated two-column card (ghost words + chat) ---------- */
.hx-cop2 { position: relative; padding: 0; display: grid; grid-template-columns: 0.82fr 1.18fr; overflow: hidden; }
.hx-cop2__glow { position: absolute; left: 0; top: 0; width: 55%; height: 100%; background: radial-gradient(circle at 24% 50%, rgba(92,240,128,.16), rgba(0,0,0,0) 62%); pointer-events: none; }
.hx-cop2__left { position: relative; z-index: 1; padding: clamp(30px, 3.4vw, 52px); display: flex; flex-direction: column; justify-content: center; gap: 24px; }
.hx-cop2__chrome { display: inline-flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--hx-graphite); }
.hx-cop2__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 0 4px rgba(92,240,128,.16); flex: none; }
.hx-cop2__right { align-self: stretch; background: transparent; border-left: 1px solid var(--hx-border); }
@media (max-width: 820px) {
  .hx-cop2 { grid-template-columns: 1fr; }
  .hx-cop2__glow { width: 100%; height: 55%; }
  .hx-cop2__right { border-left: 0; border-top: 1px solid var(--hx-border); }
}

/* ---------- Crafted UI: player-journey pipeline ---------- */
.hx-mock { border: 1px solid var(--hx-border); border-radius: 16px; overflow: hidden; background: radial-gradient(90% 70% at 15% 15%, rgba(92,240,128,.08), rgba(0,0,0,0) 60%), linear-gradient(150deg, #0f1512 0%, #0b0c10 60%); }
.hx-mock__bar { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-bottom: 1px solid var(--hx-border); font-size: 12.5px; color: var(--hx-graphite); }
.hx-mock__win { display: inline-flex; gap: 5px; }
.hx-mock__win i { width: 8px; height: 8px; border-radius: 50%; background: #2e3038; display: block; }
.hx-mock__wrap { display: grid; grid-template-columns: 1.5fr auto; gap: 18px; padding: 20px; align-items: center; }
.hx-mock__build { display: flex; flex-direction: column; gap: 12px; }
.hx-mock__stage { border: 1px dashed var(--hx-border-strong); border-radius: 12px; padding: 12px 14px; }
.hx-mock__k { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--hx-graphite); display: block; margin-bottom: 10px; }
.hx-mock__nodes { display: flex; gap: 8px; flex-wrap: wrap; }
.hx-node2 { font-size: 12.5px; font-weight: 500; color: var(--hx-ash); border: 1px solid var(--hx-border-strong); border-radius: 8px; padding: 7px 12px; background: rgba(255,255,255,.02); }
.hx-node2.is-on { border-color: var(--hx-green); color: var(--hx-green); box-shadow: 0 0 16px -6px var(--hx-green-glow); }
.hx-node2.is-add { border-style: dashed; color: var(--hx-cinder); }
.hx-mock__out { display: flex; flex-direction: column; gap: 10px; position: relative; padding-left: 20px; }
.hx-mock__out::before { content: ''; position: absolute; left: 0; top: 16px; bottom: 16px; width: 1px; background: var(--hx-green); opacity: .5; }
.hx-node3 { position: relative; font-size: 12.5px; font-weight: 500; color: var(--hx-white); border: 1px solid var(--hx-border-strong); border-radius: 8px; padding: 9px 14px; background: var(--hx-obsidian); white-space: nowrap; }
.hx-node3::before { content: ''; position: absolute; left: -20px; top: 50%; width: 20px; height: 1px; background: var(--hx-green); opacity: .5; }
@media (max-width: 560px) { .hx-mock__wrap { grid-template-columns: 1fr; } .hx-mock__out { padding-left: 0; flex-direction: row; flex-wrap: wrap; } .hx-mock__out::before { display: none; } .hx-node3::before { display: none; } }

/* ---------- Crafted UI: compliance controls ---------- */
.hx-ctrl { border: 1px solid var(--hx-border); border-radius: 16px; background: var(--hx-obsidian); padding: 20px 22px; }
.hx-ctrl__head { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: var(--hx-white); margin-bottom: 14px; }
.hx-ctrl__row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-top: 1px solid var(--hx-border); font-size: 14px; color: var(--hx-ash); }
.hx-ctrl__row:first-of-type { border-top: 0; }
.hx-toggle { width: 34px; height: 20px; border-radius: 800px; background: rgba(92,240,128,.18); border: 1px solid var(--hx-green); position: relative; flex: none; }
.hx-toggle::after { content: ''; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); width: 14px; height: 14px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 10px -2px var(--hx-green-glow); }

/* ---------- Crafted UI: markets panel ---------- */
.hx-mkt { position: relative; border: 1px solid var(--hx-border); border-radius: 20px; overflow: hidden; background: radial-gradient(80% 60% at 60% 25%, rgba(92,240,128,.08), rgba(0,0,0,0) 60%), var(--hx-carbon); display: flex; flex-direction: column; }
.hx-mkt__map { position: relative; flex: 1; min-height: 220px; background-image: radial-gradient(rgba(255,255,255,.10) 1.4px, transparent 1.6px); background-size: 20px 20px; -webkit-mask-image: radial-gradient(120% 90% at 50% 40%, #000 40%, transparent 78%); mask-image: radial-gradient(120% 90% at 50% 40%, #000 40%, transparent 78%); }
.hx-mkt__map .pin { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 0 4px rgba(92,240,128,.14), 0 0 14px 0 var(--hx-green-glow); }
.hx-mkt__rows { border-top: 1px solid var(--hx-border); padding: 12px 22px 18px; }
.hx-mkt__row { display: flex; align-items: center; gap: 12px; padding: 10px 0; font-size: 14px; color: var(--hx-ash); border-bottom: 1px solid var(--hx-border); }
.hx-mkt__row:last-child { border-bottom: 0; }
.hx-mkt__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hx-green); flex: none; }
.hx-mkt__n { margin-left: auto; font-family: var(--hx-display); color: var(--hx-white); font-size: 16px; }

/* ---------- Image placeholders (3D-render grounds) ---------- */
.hx-cardimg { min-height: 190px; margin-bottom: 22px; border-radius: 14px; border: 1px solid var(--hx-border); background-color: #050505; background-size: cover; background-position: center; }
.hx-ph { position: relative; border-radius: 20px; border: 1px solid var(--hx-border); overflow: hidden;
  background:
    radial-gradient(120% 90% at 70% 10%, rgba(92,240,128,.12), rgba(0,0,0,0) 55%),
    linear-gradient(160deg, rgb(22,48,82) 0%, rgb(13,14,18) 62%);
  display: flex; align-items: center; justify-content: center; text-align: center; min-height: 280px; }
.hx-ph--tall { min-height: 460px; }
/* When a real image fills a placeholder */
.hx-ph.has-img { background-size: cover; background-position: center; }
.hx-ph.has-img .hx-ph__grid, .hx-ph.has-img .hx-ph__inner { display: none; }
.hx-hero-full__ground.has-img .hx-ph__grid { display: none; }
.hx-ph--wide { min-height: 360px; }
.hx-ph__inner { padding: 24px; }
.hx-ph__tag { display: inline-block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--hx-green); border: 1px solid rgba(92,240,128,.45); border-radius: 800px; padding: 4px 12px; margin-bottom: 14px; }
.hx-ph__label { font-size: 14px; color: var(--hx-ash); max-width: 40ch; margin: 0 auto; line-height: 1.5; }
.hx-ph__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; pointer-events: none; mask-image: radial-gradient(120% 80% at 50% 0%, #000 30%, transparent 75%); }

/* Floating status cards (hero) */
.hx-status { display: inline-flex; align-items: center; gap: 10px; background: rgba(13,14,18,.85); border: 1px solid var(--hx-border-strong); border-radius: 12px; padding: 12px 18px; font-family: 'Geist', monospace; font-size: 14px; color: var(--hx-white); box-shadow: 0 20px 60px -30px rgba(0,0,0,.9); }
.hx-status__check { color: var(--hx-green); font-weight: 600; }

/* Hero */
.hx-hero { position: relative; padding: clamp(70px, 10vw, 120px) 0 clamp(60px, 8vw, 100px); overflow: hidden; }
.hx-hero__glow { position: absolute; inset: -20% -10% auto auto; width: 70%; height: 120%; background: radial-gradient(circle at 70% 30%, rgba(92,240,128,.16), rgba(0,0,0,0) 60%); pointer-events: none; }
.hx-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 38px; }

/* Full-bleed hero: render fills the frame, text anchored to the bottom */
.hx-hero-full { position: relative; min-height: 104vh; display: flex; align-items: flex-end; overflow: hidden; padding-bottom: clamp(90px, 12vw, 170px); }
.hx-hero-full + .hx-section { padding-top: clamp(40px, 5vw, 72px); }
.hx-hero-full__ground { position: absolute; inset: 0; background:
  radial-gradient(80% 60% at 72% 30%, rgba(92,240,128,.14), rgba(0,0,0,0) 60%),
  linear-gradient(160deg, rgb(20,40,60) 0%, rgb(9,10,14) 60%);
  background-size: cover; background-position: right center; }
.hx-hero-full__ground.has-img { background-image: linear-gradient(rgba(7,7,7,.30), rgba(7,7,7,.30)), var(--hx-hero-img); }
.hx-hero-full__ground.has-img .hx-ph__grid { opacity: .4; }
.hx-hero-full__scrim { position: absolute; inset: 0; z-index: 1; background:
  linear-gradient(0deg, #070707 0%, rgba(7,7,7,.55) 9%, rgba(7,7,7,.12) 22%, rgba(7,7,7,0) 34%),
  linear-gradient(90deg, rgba(7,7,7,.95) 0%, rgba(7,7,7,.9) 34%, rgba(7,7,7,.68) 55%, rgba(7,7,7,.35) 74%, rgba(7,7,7,.1) 88%, rgba(7,7,7,0) 100%); }
.hx-hero-full__content { position: relative; z-index: 3; width: 100%; padding-top: clamp(140px, 20vw, 240px); padding-bottom: clamp(48px, 6vw, 96px); }
.hx-hero-full__content .hx-display { font-size: clamp(44px, 7vw, 92px); }
.hx-hero-full__content .hx-lead { max-width: 44ch; }
.hx-hero-full__cards { position: absolute; top: 14%; right: 6%; z-index: 2; display: flex; flex-direction: column; gap: 18px; align-items: flex-end; }
@media (max-width: 720px) { .hx-hero-full__cards { display: none; } }

/* Section header block */
.hx-shead { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }

/* Language/playbook template cards */
.hx-tcard { display: flex; flex-direction: column; background: var(--hx-carbon); border: 1px solid var(--hx-border); border-radius: 20px; padding: 26px; min-height: 210px; transition: border-color .2s, transform .2s; color: inherit; }
.hx-tcard:hover { border-color: var(--hx-border-strong); transform: translateY(-3px); }
.hx-tcard__ico { width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid var(--hx-border); display: flex; align-items: center; justify-content: center; margin-bottom: auto; color: var(--hx-ash); font-family: var(--hx-display); font-weight: 400; }
.hx-tcard__go { margin-top: auto; width: 34px; height: 34px; border-radius: 50%; background: var(--hx-white); color: var(--hx-void); display: flex; align-items: center; justify-content: center; }

/* Footer */
.hx-footer { background: var(--hx-void); border-top: 1px solid var(--hx-border); padding: 72px 0 40px; }
.hx-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px,100%), 1fr)); gap: 44px; margin-bottom: 64px; }
.hx-footer__h { font-size: 14px; font-weight: 500; color: var(--hx-white); margin: 0 0 18px; }
.hx-footer a { display: block; font-size: 14px; color: var(--hx-graphite); margin-bottom: 12px; }
.hx-footer a:hover { color: var(--hx-white); }
.hx-footer__legal { border-top: 1px solid var(--hx-border); padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: var(--hx-cinder); }

/* Reveal (reuses betable.js [data-rv]) */
.hx-page [data-rv] { will-change: opacity, transform; }
.no-js .hx-page [data-rv] { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  .hx-page * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}


/* ---------- Logo bar (sample wordmarks) ---------- */
.hx-logos { margin-top: clamp(48px, 6vw, 72px); border-top: 1px solid var(--hx-border); padding-top: 32px; }
.hx-logos__label { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--hx-cinder); margin: 0 0 24px; }
.hx-logos__row { display: flex; align-items: center; gap: clamp(26px, 5vw, 60px); flex-wrap: wrap; }
.hx-logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--hx-display); font-weight: 400; font-size: clamp(17px, 1.7vw, 21px); letter-spacing: .01em; color: #8a8b93; opacity: .8; transition: color .2s, opacity .2s; }
.hx-logo:hover { color: var(--hx-white); opacity: 1; }
.hx-logo__m { width: 14px; height: 14px; border: 1.6px solid currentColor; border-radius: 4px; transform: rotate(45deg); display: inline-block; }

/* ---------- Inline "Meet us at SBC" banner ---------- */
.hx-sbcinline { display: flex; align-items: center; gap: clamp(18px, 3vw, 32px); margin-top: clamp(48px, 6vw, 72px); background: var(--hx-carbon); border: 1px solid var(--hx-border-strong); border-radius: 18px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.hx-sbcinline:hover { border-color: var(--hx-green); box-shadow: 0 0 40px -18px var(--hx-green-glow); }
.hx-sbcinline__img { flex: 0 0 clamp(240px, 36%, 400px); align-self: center; aspect-ratio: 2 / 1; margin: clamp(14px, 2vw, 20px) 0 clamp(14px, 2vw, 20px) clamp(14px, 2vw, 20px); border-radius: 12px; background-size: cover; background-repeat: no-repeat; background-position: center; }
.hx-sbcinline__body { flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: clamp(22px, 3vw, 32px) 0; }
.hx-sbcinline__k { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-green); }
.hx-sbcinline__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 10px 0 var(--hx-green-glow); flex: none; }
.hx-sbcinline__t { font-family: var(--hx-display); font-weight: 400; font-size: clamp(24px, 2.6vw, 34px); line-height: 1.08; letter-spacing: -0.015em; color: var(--hx-white); }
.hx-sbcinline__d { font-size: 15px; line-height: 1.55; color: var(--hx-graphite); max-width: 52ch; margin-top: 2px; }
.hx-sbcinline__cta { align-self: center; flex: none; margin: 0 clamp(22px, 3vw, 32px) 0 clamp(18px, 3vw, 32px); }
@media (max-width: 720px) {
	.hx-sbcinline { flex-direction: column; align-items: stretch; }
	.hx-sbcinline__img { flex-basis: auto; width: auto; aspect-ratio: 2 / 1; margin: clamp(14px, 4vw, 18px) clamp(14px, 4vw, 18px) 0; }
	.hx-sbcinline__body { padding: clamp(20px, 4vw, 26px) clamp(20px, 4vw, 26px) 0; }
	.hx-sbcinline__cta { align-self: stretch; justify-content: center; margin: 20px clamp(20px, 4vw, 26px) clamp(22px, 4vw, 28px); }
}

/* ---------- SBC slide-in popout (card + minimised pill) ---------- */
.hx-sbc { position: fixed; right: 24px; bottom: 24px; z-index: 80; }
.hx-sbc__card { position: relative; width: 340px; max-width: calc(100vw - 32px); background: var(--hx-carbon); border: 1px solid var(--hx-border-strong); border-radius: 18px; overflow: hidden; box-shadow: 0 34px 90px -34px rgba(0,0,0,.85); transform: translateX(130%); opacity: 0; transition: transform .55s cubic-bezier(.22,.61,.36,1), opacity .4s ease; }
.hx-sbc.is-expanded .hx-sbc__card { transform: translateX(0); opacity: 1; }
.hx-sbc__img { display: block; aspect-ratio: 2 / 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
.hx-sbc__body { padding: 18px 20px 20px; }
.hx-sbc__k { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-green); margin: 0 0 8px; }
.hx-sbc__t { font-family: var(--hx-display); font-weight: 400; font-size: 21px; line-height: 1.1; letter-spacing: -0.01em; color: var(--hx-white); margin: 0 0 8px; }
.hx-sbc__d { font-size: 13px; line-height: 1.5; color: var(--hx-graphite); margin: 0 0 16px; }
.hx-sbc__cta { display: flex; width: 100%; justify-content: center; font-size: 14.5px; padding: 12px 20px; }
.hx-sbc__close { position: absolute; top: 12px; right: 12px; width: 30px; height: 30px; border-radius: 50%; background: rgba(7,7,7,.55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); border: 1px solid var(--hx-border); color: #fff; font-size: 18px; line-height: 1; cursor: pointer; z-index: 2; display: flex; align-items: center; justify-content: center; }
.hx-sbc__close:hover { background: rgba(7,7,7,.8); }
/* minimised pill (always visible once minimised) */
.hx-sbc__pill { position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; background: var(--hx-carbon); border: 1px solid var(--hx-border-strong); color: var(--hx-white); font-family: var(--hx-sans); font-size: 14px; font-weight: 500; padding: 11px 18px; border-radius: 800px; cursor: pointer; box-shadow: 0 20px 50px -22px rgba(0,0,0,.8); transform: translateX(130%); opacity: 0; transition: transform .5s cubic-bezier(.22,.61,.36,1), opacity .3s ease, border-color .2s; }
.hx-sbc__pill:hover { border-color: var(--hx-green); }
.hx-sbc__pilldot { width: 8px; height: 8px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 10px 0 var(--hx-green-glow); flex: none; }
.hx-sbc.is-min .hx-sbc__pill { transform: translateX(0); opacity: 1; }
@media (max-width: 520px) { .hx-sbc { right: 12px; left: 12px; bottom: 12px; } .hx-sbc__card { width: auto; } .hx-sbc__pill { left: auto; } }
@media (prefers-reduced-motion: reduce) { .hx-sbc__card, .hx-sbc__pill { transition: opacity .3s ease; } .hx-sbc.is-expanded .hx-sbc__card, .hx-sbc.is-min .hx-sbc__pill { transform: none; } }


/* Subtle hero drift so the built-module render has gentle movement */
@keyframes hx-hero-drift { from { transform: scale(1.03) translate3d(0,0,0); } to { transform: scale(1.09) translate3d(-1.4%, -1.1%, 0); } }
.hx-hero-full__ground.has-img { transform: none; animation: none; }
@media (prefers-reduced-motion: reduce) { .hx-hero-full__ground.has-img { animation: none; transform: none; } }


/* =========================================================================
   Interior Style B pages
   ========================================================================= */
.hx-phero { position: relative; overflow: hidden; padding: clamp(130px, 16vw, 200px) 0 clamp(56px, 7vw, 96px); border-bottom: 1px solid var(--hx-border); }
.hx-phero__glow { position: absolute; inset: -20% -10% auto auto; width: 60%; height: 130%; background: radial-gradient(circle at 72% 26%, rgba(92,240,128,.16), rgba(0,0,0,0) 60%); pointer-events: none; }
.hx-phero__inner { position: relative; z-index: 2; max-width: 660px; }
.hx-phero__h { font-size: clamp(40px, 5.6vw, 74px); margin: 0 0 8px; }
.hx-phero__cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.hx-crumbs { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--hx-cinder); margin: 0 0 24px; display: flex; gap: 10px; flex-wrap: wrap; }
.hx-crumbs a { color: var(--hx-cinder); }
.hx-crumbs a:hover { color: var(--hx-white); }

.hx-ctaband { text-align: center; padding: clamp(80px, 11vw, 150px) 0; border-top: 1px solid var(--hx-border); background: radial-gradient(70% 120% at 50% 0%, rgba(92,240,128,.07), rgba(0,0,0,0) 60%); }
.hx-ctaband__h { font-family: var(--hx-display); font-weight: 400; font-size: clamp(38px, 6vw, 84px); line-height: 1; letter-spacing: -0.02em; margin: 0 0 20px; color: var(--hx-white); }
.hx-ctaband__p { font-size: 17px; line-height: 1.55; color: var(--hx-ash); max-width: 48ch; margin: 0 auto 34px; }

.hx-prose { max-width: 760px; }
.hx-prose p { font-size: 16.5px; line-height: 1.7; color: var(--hx-ash); margin: 0 0 18px; }
.hx-prose h3 { margin: 38px 0 12px; }
.hx-prose ul { padding-left: 20px; margin: 0 0 18px; }
.hx-prose li { font-size: 16.5px; line-height: 1.6; color: var(--hx-ash); margin-bottom: 8px; }
.hx-prose a { color: var(--hx-green); border-bottom: 1px solid rgba(92,240,128,.35); }
.hx-prose strong { color: var(--hx-white); }
.hx-prose a.hx-btn { border-bottom: 0; display: inline-flex; }
.hx-section--light .hx-prose a.hx-btn { border-bottom: 0; }

.hx-nlist { border-top: 1px solid var(--hx-border); }
.hx-nrow { display: flex; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--hx-border); align-items: baseline; }
.hx-nrow__n { font-family: var(--hx-display); font-size: 14px; color: var(--hx-green); flex: none; }
.hx-nrow__t { font-size: 16px; color: var(--hx-ash); }
.hx-nrow__t strong { color: var(--hx-white); font-weight: 500; }

.hx-card__k { font-family: var(--hx-sans); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--hx-cinder); margin: 0 0 12px; }
.hx-card .hx-h3 { color: var(--hx-white); }
.hx-card .hx-p { color: var(--hx-graphite); }
.hx-anchor { position: relative; top: -80px; visibility: hidden; }

/* ---------- Light (white) sections to vary the eye ---------- */
.hx-section--light { background: #f4f4ef; color: #111110; border-top: 0; }
.hx-section--light .hx-eyebrow { color: #0e9f63; }
.hx-section--light .hx-h2, .hx-section--light .hx-h3 { color: #111110; }
.hx-section--light .hx-lead { color: #55554f; }
.hx-section--light .hx-p { color: #55554f; }
.hx-section--light .hx-prose p, .hx-section--light .hx-prose li { color: #33332f; }
.hx-section--light .hx-prose strong { color: #111110; }
.hx-section--light .hx-prose a { color: #0e9f63; border-bottom-color: rgba(14,159,99,.35); }
.hx-section--light .hx-card { background: #ffffff; border-color: #e6e6e0; }
.hx-section--light .hx-card .hx-h3 { color: #111110; }
.hx-section--light .hx-card .hx-p { color: #55554f; }
.hx-section--light .hx-card__k { color: #9a9a93; }
.hx-section--light .hx-nlist, .hx-section--light .hx-nrow { border-color: #e6e6e0; }
.hx-section--light .hx-nrow__t { color: #33332f; }
.hx-section--light .hx-nrow__t strong { color: #111110; }
.hx-section--light .hx-nrow__n { color: #0e9f63; }
.hx-section--light .hx-pill { border-color: #d3d0c8; color: #111110; background: #fff; }
.hx-section--light .hx-pill__dot { border-color: #0e9f63; }
/* Market panel on light sections (homepage + solutions parity) */
.hx-section--light .hx-mkt { background: #ffffff; border-color: #e6e6e0; }
.hx-section--light .hx-mkt__map { background-image: radial-gradient(rgba(17,17,16,.09) 1.4px, transparent 1.6px); }
.hx-section--light .hx-mkt__rows { border-color: #e6e6e0; }
.hx-section--light .hx-mkt__row { color: #33332f; border-color: #e6e6e0; }
.hx-section--light .hx-mkt__n { color: #111110; }
/* Ghost button on light sections (playbooks header) */
body.hx-page .hx-section--light a.hx-btn--ghost, .hx-section--light .hx-btn--ghost { border-color: #c9c7bf; color: #111110; }
body.hx-page .hx-section--light a.hx-btn--ghost:hover, .hx-section--light .hx-btn--ghost:hover { border-color: #111110; background: rgba(17,17,16,.04); }
/* Topic cards on light sections (playbooks) */
.hx-section--light .hx-tcard { background: #ffffff; border-color: #e6e6e0; }
.hx-section--light .hx-tcard:hover { border-color: #d3d0c8; }
.hx-section--light .hx-tcard__ico { background: #f4f4ef; border-color: #e6e6e0; color: #55554f; }
.hx-section--light .hx-tcard__go { background: var(--hx-green); color: var(--hx-green-ink); }

/* ---------- Subtle depth on dark sections (green bloom + faint grid mesh) ---------- */
.hx-section--deco { background: radial-gradient(62% 58% at var(--hx-gx, 78%) 4%, rgba(92,240,128,.10), rgba(0,0,0,0) 60%); }
.hx-section--deco > .hx-wrap { position: relative; z-index: 1; }

/* Continuous faint grid behind the whole page, showing through the dark sections. */
body.hx-page::before {
	content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
	background-image: linear-gradient(rgba(217,218,229,.032) 1px, transparent 1px), linear-gradient(90deg, rgba(217,218,229,.032) 1px, transparent 1px);
	background-size: 54px 54px;
}

/* ---------- Neon section connectors (scroll-traced) ---------- */
.hx-connector { position: relative; z-index: 3; width: 100%; max-width: 1180px; margin: clamp(-52px, -4vw, -28px) auto; padding: 0 24px; pointer-events: none; }
.hx-connector__svg { display: block; overflow: visible; }
.hx-connector__line { fill: none; stroke: var(--hx-green); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 4px rgba(92,240,128,.55)); }
.hx-connector__node { fill: var(--hx-void); stroke: var(--hx-green); stroke-width: 1.4; filter: drop-shadow(0 0 5px rgba(92,240,128,.6)); opacity: 0; transition: opacity .2s ease; }
@media (prefers-reduced-motion: reduce) {
	.hx-connector__line { filter: none; }
	.hx-connector__node { opacity: 1; }
}
@media (max-width: 640px) { .hx-connector { max-width: 520px; } }

/* ---------- News cards (harness) ---------- */
.hx-ngrid { display: grid; gap: 24px; margin-top: 44px; }
.hx-ngrid--2 { grid-template-columns: repeat(2, 1fr); }
.hx-ngrid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .hx-ngrid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 700px) { .hx-ngrid--2, .hx-ngrid--3 { grid-template-columns: 1fr; } }
.hx-ncard { display: flex; flex-direction: column; background: var(--hx-carbon); border: 1px solid var(--hx-border); border-radius: 20px; overflow: hidden; color: inherit; transition: border-color .2s, transform .2s; }
.hx-ncard:hover { border-color: var(--hx-border-strong); transform: translateY(-3px); }
.hx-ncard__media { aspect-ratio: 16 / 9; background-size: cover; background-position: center; background-repeat: no-repeat; border-bottom: 1px solid var(--hx-border); display: flex; align-items: flex-end; padding: 16px; }
.hx-ncard__media--ph { background: radial-gradient(120% 90% at 70% 12%, rgba(92,240,128,.10), rgba(0,0,0,0) 55%), linear-gradient(160deg, rgb(22,48,82) 0%, rgb(13,14,18) 62%); }
.hx-ncard__body { display: flex; flex-direction: column; gap: 10px; padding: clamp(22px, 3vw, 30px); flex: 1; }
.hx-ncard__k { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--hx-green); }
.hx-ncard__t { font-family: var(--hx-display); font-weight: 400; font-size: clamp(20px, 2.1vw, 26px); line-height: 1.14; letter-spacing: -0.01em; color: var(--hx-white); }
.hx-ncard__d { font-size: 15px; line-height: 1.55; color: var(--hx-graphite); }
.hx-ncard__go { margin-top: auto; padding-top: 8px; font-size: 14px; font-weight: 500; color: var(--hx-green); }

/* News single: featured media band (placeholder until art is set) */
.hx-news-hero__media { position: relative; margin-top: clamp(28px, 4vw, 44px); aspect-ratio: 21 / 9; max-height: 460px; border-radius: 18px; border: 1px solid var(--hx-border); overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: flex-end; padding: 20px; background-image: radial-gradient(120% 90% at 70% 12%, rgba(92,240,128,.10), rgba(0,0,0,0) 55%), linear-gradient(160deg, rgb(22,48,82) 0%, rgb(13,14,18) 62%); }
.hx-news-hero__media.has-img { background-image: none; }

/* Single news article — all-light, single column, rounded cover panel on top */
.hx-narticle { padding-top: clamp(104px, 12vw, 140px); }
.hx-narticle .hx-wrap { max-width: 820px; }
.hx-narticle .hx-crumbs { color: #8a8a80; margin: 0 0 clamp(22px, 3vw, 32px); }
.hx-narticle .hx-crumbs a { color: #55554f; }
.hx-narticle .hx-crumbs a:hover { color: #111110; }
.hx-narticle__cover { margin: 0 0 clamp(28px, 4vw, 44px); aspect-ratio: 16 / 9; max-height: 520px; border-radius: 22px; overflow: hidden; background-color: #050505; background-size: cover; background-position: center; background-repeat: no-repeat; border: 1px solid #e6e6e0; box-shadow: 0 22px 60px -24px rgba(17,17,16,.30); }
.hx-narticle__h { font-family: var(--hx-display); font-weight: 400; font-size: clamp(32px, 5vw, 56px); line-height: 1.05; letter-spacing: -0.02em; color: #111110; margin: 6px 0 16px; text-wrap: balance; }
.hx-narticle__lead { color: #55554f; font-size: clamp(18px, 2.1vw, 22px); line-height: 1.5; max-width: 70ch; margin: 0 0 clamp(30px, 4vw, 44px); }
.hx-narticle .hx-prose--article { max-width: none; }

/* News article prose: sub-heads + pull quotes */
.hx-prose--article { max-width: 760px; }
.hx-prose h2 { font-family: var(--hx-display); font-weight: 400; font-size: clamp(23px, 2.3vw, 31px); line-height: 1.16; letter-spacing: -0.01em; margin: 44px 0 14px; color: var(--hx-white); }
.hx-prose h2:first-child { margin-top: 0; }
.hx-section--light .hx-prose h2 { color: #111110; }
.hx-prose blockquote { margin: 28px 0; padding: 4px 0 4px 22px; border-left: 3px solid var(--hx-green); }
.hx-prose blockquote p { font-size: 18px; line-height: 1.6; font-style: italic; }
.hx-prose blockquote cite { display: block; font-style: normal; font-size: 14px; letter-spacing: .01em; margin-top: 10px; color: var(--hx-graphite); }
.hx-section--light .hx-prose blockquote cite { color: #55554f; }

/* ---------- Accordion (collapsible cards) ---------- */
.hx-acc-list { display: flex; flex-direction: column; gap: 14px; }
.hx-acc { border: 1px solid var(--hx-border); border-radius: 16px; background: var(--hx-carbon); overflow: hidden; transition: border-color .2s; }
.hx-acc[open] { border-color: var(--hx-border-strong); }
.hx-acc__sum { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 18px; padding: 22px clamp(20px, 3vw, 30px); }
.hx-acc__sum::-webkit-details-marker { display: none; }
.hx-acc__sum:focus-visible { outline: 2px solid var(--hx-green); outline-offset: -2px; border-radius: 16px; }
.hx-acc__k { font-family: var(--hx-sans); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--hx-cinder); flex: 0 0 auto; min-width: 92px; }
.hx-acc__t { font-family: var(--hx-display); font-weight: 400; font-size: clamp(19px, 2vw, 24px); line-height: 1.15; letter-spacing: -0.015em; color: var(--hx-white); flex: 1 1 auto; margin: 0; }
.hx-acc__chev { flex: 0 0 auto; width: 11px; height: 11px; border-right: 2px solid var(--hx-graphite); border-bottom: 2px solid var(--hx-graphite); transform: rotate(45deg); transition: transform .25s ease; }
.hx-acc[open] .hx-acc__chev { transform: rotate(-135deg); }
.hx-acc__body { padding: 0 clamp(20px, 3vw, 30px) 26px; }
.hx-acc__body .hx-p { margin: 0; }
.hx-section--light .hx-acc { background: #ffffff; border-color: #e6e6e0; }
.hx-section--light .hx-acc[open] { border-color: #d3d0c8; }
.hx-section--light .hx-acc__t { color: #111110; }
.hx-section--light .hx-acc__k { color: #9a9a93; }
.hx-section--light .hx-acc__chev { border-color: #8a8a80; }
.hx-section--light .hx-acc__body .hx-p { color: #55554f; }
@media (max-width: 560px) {
	.hx-acc__sum { flex-wrap: wrap; gap: 6px 14px; }
	.hx-acc__k { order: 1; min-width: 0; width: 100%; }
	.hx-acc__t { order: 3; flex-basis: 100%; }
	.hx-acc__chev { order: 2; margin-left: auto; }
}

body.admin-bar .hx-nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar .hx-nav { top: 46px; } }


/* ---------- Forms (demo / contact) ---------- */
.hx-form { display: flex; flex-direction: column; gap: 14px; }
.hx-field { display: flex; flex-direction: column; gap: 6px; }
.hx-field label { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--hx-graphite); }
.hx-field input, .hx-field textarea, .hx-field select { font-family: var(--hx-sans); font-size: 15px; color: var(--hx-white); background: var(--hx-obsidian); border: 1px solid var(--hx-border-strong); border-radius: 10px; padding: 12px 14px; outline: none; transition: border-color .2s; }
.hx-field input:focus, .hx-field textarea:focus, .hx-field select:focus { border-color: var(--hx-green); }
.hx-field input::placeholder, .hx-field textarea::placeholder { color: var(--hx-cinder); }
.hx-form__note { font-size: 12.5px; color: var(--hx-cinder); margin: 6px 0 0; text-align: center; }
.hx-section--light .hx-field input, .hx-section--light .hx-field textarea { background: #fff; border-color: #d3d0c8; color: #111110; }


/* Interior hero: modular render on the right (echoes the homepage), masked to the left for text */
.hx-phero__deco { position: absolute; top: 0; right: 0; bottom: 0; width: 60%; background-size: cover; background-position: left center; -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, #000 62%); mask-image: linear-gradient(90deg, transparent 0%, transparent 20%, #000 62%); opacity: .58; transform-origin: 70% 50%; animation: hx-hero-drift 26s ease-in-out infinite alternate; pointer-events: none; z-index: 0; }
@media (max-width: 860px) { .hx-phero__deco { display: none; } .hx-phero__inner { max-width: none; } }
@media (prefers-reduced-motion: reduce) { .hx-phero__deco { animation: none; } }

/* Richer "audience" cards (creative treatment for 3-up sections) */
.hx-acard { position: relative; overflow: hidden; border: 1px solid var(--hx-border); border-radius: 20px; background: var(--hx-carbon); padding: 30px 28px 26px; transition: border-color .2s, transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.hx-acard:hover { border-color: var(--hx-border-strong); transform: translateY(-4px); box-shadow: 0 44px 90px -54px rgba(0,0,0,.85); }
.hx-acard__num { position: absolute; top: -20px; right: 8px; font-family: var(--hx-display); font-size: 132px; line-height: 1; color: transparent; -webkit-text-stroke: 1.5px rgba(217,218,229,.06); pointer-events: none; transition: -webkit-text-stroke-color .25s; }
.hx-acard:hover .hx-acard__num { -webkit-text-stroke-color: rgba(92,240,128,.28); }
.hx-acard__ico { position: relative; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--hx-border-strong); background: rgba(92,240,128,.05); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--hx-green); }
.hx-acard__k { position: relative; font-family: var(--hx-sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--hx-green); margin: 0 0 10px; }
.hx-acard__t { position: relative; margin: 0 0 10px; }
.hx-acard__p { position: relative; color: var(--hx-graphite); font-size: 15px; line-height: 1.6; flex: 1; }
.hx-acard__go { position: relative; display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; font-size: 14px; font-weight: 600; color: var(--hx-green); transition: gap .2s; }
.hx-acard:hover .hx-acard__go { gap: 12px; }


/* Interior page hero: dark header with a per-page neon "boxes" render on the right */
.hx-shero { position: relative; overflow: hidden; color: var(--hx-white); padding: clamp(104px, 12vw, 132px) 0 clamp(34px, 4.5vw, 56px);
	background:
		radial-gradient(80% 120% at 84% -25%, rgba(var(--hx-acc-rgb, 92,240,128), .30), rgba(0,0,0,0) 52%),
		linear-gradient(180deg, rgba(var(--hx-acc-rgb, 92,240,128), .05), rgba(var(--hx-acc-rgb, 92,240,128), .05)),
		linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,0) 24%),
		var(--hx-void);
}
.hx-shero .hx-wrap { position: relative; z-index: 2; }
.hx-shero__deco { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; background-size: cover; background-position: center; filter: hue-rotate(var(--hx-hue, 0deg)) saturate(1.08); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 42%), linear-gradient(0deg, transparent 3%, #000 40%); -webkit-mask-composite: source-in; mask-image: linear-gradient(90deg, transparent 0%, #000 42%), linear-gradient(0deg, transparent 3%, #000 40%); mask-composite: intersect; opacity: .72; transform-origin: 70% 45%; animation: hx-hero-drift 28s ease-in-out infinite alternate; z-index: 0; pointer-events: none; }
.hx-shero__glow { position: absolute; inset: -60% -10% auto auto; width: 60%; height: 210%; background: radial-gradient(circle at 72% 28%, rgba(var(--hx-acc-rgb, 92,240,128), .24), rgba(0,0,0,0) 58%); -webkit-mask-image: linear-gradient(180deg, #000 52%, rgba(0,0,0,0) 82%); mask-image: linear-gradient(180deg, #000 52%, rgba(0,0,0,0) 82%); pointer-events: none; z-index: 1; }
.hx-shero .hx-crumbs { color: var(--hx-cinder); margin: 0 0 16px; }
.hx-shero .hx-crumbs a { color: var(--hx-cinder); }
.hx-shero .hx-crumbs a:hover { color: var(--hx-white); }
.hx-shero .hx-eyebrow { color: var(--hx-acc, var(--hx-green)); margin: 0 0 12px; }
.hx-shero__h { position: relative; font-family: var(--hx-display); font-weight: 400; font-size: clamp(34px, 4.6vw, 58px); line-height: 1.04; letter-spacing: -0.02em; color: var(--hx-white); margin: 0; }

/* Per-page header accent: colour + render hue shift (green base ~120deg) */
.hx-acc-green  { --hx-acc: #5cf080; --hx-acc-rgb: 92,240,128;  --hx-hue: 0deg; }
.hx-acc-red    { --hx-acc: #ff6060; --hx-acc-rgb: 255,96,96;   --hx-hue: -118deg; }
.hx-acc-orange { --hx-acc: #ff9d3c; --hx-acc-rgb: 255,157,60;  --hx-hue: -92deg; }
.hx-acc-amber  { --hx-acc: #ffd24a; --hx-acc-rgb: 255,210,74;  --hx-hue: -66deg; }
.hx-acc-purple { --hx-acc: #b98cff; --hx-acc-rgb: 185,140,255; --hx-hue: 150deg; }
.hx-acc-cyan   { --hx-acc: #3fe0d0; --hx-acc-rgb: 63,224,208;  --hx-hue: 60deg; }

/* Bleed the header accent into the first dark section below it (matches the
   header's bottom floor at the seam, then fades out down the section). */
.hx-acc-green  + .hx-section { --hx-acc-rgb: 92,240,128; }
.hx-acc-red    + .hx-section { --hx-acc-rgb: 255,96,96; }
.hx-acc-orange + .hx-section { --hx-acc-rgb: 255,157,60; }
.hx-acc-amber  + .hx-section { --hx-acc-rgb: 255,210,74; }
.hx-acc-purple + .hx-section { --hx-acc-rgb: 185,140,255; }
.hx-acc-cyan   + .hx-section { --hx-acc-rgb: 63,224,208; }
.hx-shero + .hx-section:not(.hx-section--light) { background: linear-gradient(180deg, rgba(var(--hx-acc-rgb, 92,240,128), .05), rgba(0,0,0,0) 46%); }
@media (max-width: 860px) { .hx-shero__deco { display: none; } }
@media (prefers-reduced-motion: reduce) { .hx-shero__deco { filter: hue-rotate(var(--hx-hue, 0deg)); } }

.hx-acard__arrow { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--hx-border-strong); display: inline-flex; align-items: center; justify-content: center; color: var(--hx-green); margin-top: 22px; font-size: 15px; transition: background .2s, color .2s, transform .2s, border-color .2s; }
.hx-acard:hover .hx-acard__arrow { background: var(--hx-green); border-color: var(--hx-green); color: var(--hx-green-ink); transform: translateX(4px); }


/* Proof stat band */
.hx-stats { display: flex; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap; }
.hx-stat__n { font-family: var(--hx-display); font-weight: 400; font-size: clamp(32px, 3.6vw, 52px); line-height: 1; letter-spacing: -0.02em; color: var(--hx-white); }
.hx-stat__l { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #9a9aa3; margin-top: 8px; }
.hx-section--light .hx-stat__n { color: #111110; }
.hx-section--light .hx-stat__l { color: #9a9a93; }
.hx-inline-cta { margin-top: 4px; }

/* ---------- SBC lead footer banner (interior pages) ---------- */
.hx-sbcbar { position: fixed; left: 50%; bottom: 22px; width: 70%; max-width: 1080px; z-index: 80; display: flex; align-items: center; min-height: 148px; background: var(--hx-carbon); border: 1px solid var(--hx-border-strong); border-radius: 16px; overflow: hidden; box-shadow: 0 30px 80px -30px rgba(0,0,0,.85); transform: translateX(-50%) translateY(150%); opacity: 0; transition: transform .55s cubic-bezier(.22,.61,.36,1), opacity .4s ease; }
.hx-sbcbar.is-in { transform: translateX(-50%) translateY(0); opacity: 1; }
.hx-sbcbar__img { flex: 0 0 clamp(200px, 30%, 300px); order: 2; aspect-ratio: 2 / 1; border-radius: 12px; margin: 10px 10px 10px 0; background-size: cover; background-repeat: no-repeat; background-position: center; }
.hx-sbcbar__body { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; justify-content: flex-start; gap: 22px; padding: 18px 24px; }
.hx-sbcbar__text { flex: 1; min-width: 0; }
.hx-sbcbar__text { flex: 1; min-width: 0; }
.hx-sbcbar__t { font-family: var(--hx-display); font-weight: 400; font-size: clamp(17px, 1.6vw, 21px); letter-spacing: -0.01em; color: var(--hx-white); margin: 0 0 4px; }
.hx-sbcbar__d { font-size: 13px; color: var(--hx-graphite); margin: 0; }
.hx-sbcbar__cta { flex: none; }
.hx-sbcbar__close { position: absolute; top: 10px; right: 12px; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,.06); border: 1px solid var(--hx-border); color: var(--hx-graphite); font-size: 16px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.hx-sbcbar__close:hover { color: var(--hx-white); }
@media (max-width: 760px) {
  .hx-sbcbar { width: calc(100% - 24px); bottom: 12px; }
  .hx-sbcbar__img { display: none; }
  .hx-sbcbar__body { flex-wrap: wrap; padding: 14px 44px 14px 18px; gap: 12px; }
  .hx-sbcbar__cta { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { .hx-sbcbar { transition: opacity .3s ease; transform: translateX(-50%); } .hx-sbcbar.is-in { transform: translateX(-50%); } }

/* ---------- Crafted visual: wallet ledger ---------- */
.hx-ledger { border: 1px solid var(--hx-border); border-radius: 16px; overflow: hidden; background: var(--hx-obsidian); align-self: start; }
.hx-ledger__bar { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--hx-border); font-size: 12.5px; color: var(--hx-graphite); }
.hx-ledger__rows { padding: 6px 18px; }
.hx-ledger__row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--hx-border); font-size: 14px; color: var(--hx-ash); }
.hx-ledger__row:last-child { border-bottom: 0; }
.hx-ledger__v { font-family: var(--hx-mono, 'Geist'), monospace; font-variant-numeric: tabular-nums; }
.hx-ledger__v.is-cr { color: var(--hx-green); }
.hx-ledger__v.is-dr { color: #f0705c; }
.hx-ledger__foot { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-top: 1px solid var(--hx-border-strong); background: rgba(255,255,255,.02); font-size: 13px; color: var(--hx-graphite); }
.hx-ledger__bal { font-family: var(--hx-display); font-size: 22px; color: var(--hx-white); }

/* Looping hero video (over the render, which stays as poster/fallback) */
.hx-hero-full__vid { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; transform: translateX(26%) scale(1.28); transform-origin: center; }
.hx-hero-full__ground.has-img .hx-ph__grid { z-index: 1; }
@media (prefers-reduced-motion: reduce) { .hx-hero-full__vid { display: none; } }

/* Mobile hero: shorter, static image (no video), a little black headroom at top */
@media (max-width: 720px) {
  .hx-hero-full { min-height: auto; padding-bottom: clamp(28px, 8vw, 52px); }
  .hx-hero-full__vid { display: none; }
  .hx-hero-full__ground.has-img { background-image: linear-gradient(rgba(7,7,7,.30), rgba(7,7,7,.30)), var(--hx-hero-img-m); background-position: 66% center; }
  .hx-hero-full__content { padding-top: clamp(112px, 34vw, 200px); }
  .hx-hero-full__scrim { background:
    linear-gradient(0deg, #070707 6%, rgba(7,7,7,.75) 24%, rgba(7,7,7,.35) 44%, rgba(7,7,7,0) 66%),
    linear-gradient(90deg, rgba(7,7,7,.9) 0%, rgba(7,7,7,.6) 45%, rgba(7,7,7,.2) 78%, rgba(7,7,7,0) 100%),
    linear-gradient(180deg, rgba(7,7,7,.7) 0%, rgba(7,7,7,0) 16%); }
}

/* =========================================================================
   Crafted section visuals (hx-viz family)
   ========================================================================= */
.hx-viz { border: 1px solid var(--hx-border); border-radius: 16px; overflow: hidden; background: var(--hx-obsidian); align-self: start; }
.hx-viz__bar { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid var(--hx-border); font-size: 12.5px; color: var(--hx-graphite); }
.hx-badge { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 800px; border: 1px solid var(--hx-border-strong); color: var(--hx-graphite); white-space: nowrap; }
.hx-badge.is-ok { color: var(--hx-green); border-color: rgba(92,240,128,.4); background: rgba(92,240,128,.08); }

/* Player record */
.hx-profile__body { padding: 20px; }
.hx-profile__head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid var(--hx-border); }
.hx-profile__ava { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(140deg, #5cf080, #0e9f63); color: #07120b; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; flex: none; }
.hx-profile__id { flex: 1; display: flex; flex-direction: column; }
.hx-profile__name { color: var(--hx-white); font-weight: 600; font-size: 15px; }
.hx-profile__meta { color: var(--hx-cinder); font-size: 12.5px; }
.hx-profile__stats { display: flex; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--hx-border); }
.hx-profile__stats b { display: block; font-family: var(--hx-display); font-size: 20px; color: var(--hx-white); }
.hx-profile__stats span { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--hx-cinder); }
.hx-profile__tags { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 16px; }
.hx-profile__tags span { font-size: 12px; color: var(--hx-ash); border: 1px solid var(--hx-border-strong); border-radius: 800px; padding: 5px 12px; }

/* Regions */
.hx-regions__body { padding: 8px 18px 16px; }
.hx-regions__row { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--hx-border); font-size: 14px; color: var(--hx-ash); }
.hx-regions__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hx-green); box-shadow: 0 0 0 0 rgba(92,240,128,.5); animation: bt-nodepulse 2.4s ease-in-out infinite; flex: none; }
.hx-regions__name { flex: 1; font-family: var(--hx-mono, 'Geist'), monospace; }
.hx-regions__ms { color: var(--hx-green); font-variant-numeric: tabular-nums; }
.hx-regions__foot { padding-top: 14px; font-size: 12.5px; color: var(--hx-cinder); }
.hx-regions__foot b { color: var(--hx-white); }

/* Lobby tiles (colour) */
.hx-lobby__grid { padding: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hx-tile { aspect-ratio: 4/3; border-radius: 9px; border: 1px solid var(--hx-border); }
.hx-tile--1 { background: linear-gradient(140deg, #5cf080, #0e6b3f); }
.hx-tile--2 { background: linear-gradient(140deg, #ff9d3c, #b0430f); }
.hx-tile--3 { background: linear-gradient(140deg, #b98cff, #5b2ea6); }
.hx-tile--4 { background: linear-gradient(140deg, #3fe0d0, #0f7d72); }
.hx-tile--5 { background: linear-gradient(140deg, #ff6060, #8f1f1f); }
.hx-tile--6 { background: linear-gradient(140deg, #ffd24a, #a67a10); }
.hx-tile--7 { background: linear-gradient(140deg, #5aa9ff, #1f4f8f); }
.hx-tile--8 { background: linear-gradient(140deg, #ff7ac6, #a02c72); }
.hx-tile--9 { background: linear-gradient(140deg, #8ef0a0, #2f8f4f); }

/* Console */
.hx-console__body { padding: 20px; }
.hx-console__kpis { display: flex; gap: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--hx-border); }
.hx-console__kpis b { display: block; font-family: var(--hx-display); font-size: 22px; color: var(--hx-white); }
.hx-console__kpis span { font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--hx-cinder); }
.hx-console__chart { display: flex; align-items: flex-end; gap: 8px; height: 92px; padding-top: 20px; }
.hx-console__chart span { flex: 1; border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--hx-green), rgba(92,240,128,.25)); min-height: 6px; }

/* Gauge */
.hx-gauge__body { padding: 20px 20px 22px; text-align: center; }
.hx-gauge__svg { width: 100%; max-width: 220px; display: block; margin: 0 auto; }
.hx-gauge__val { margin-top: -6px; }
.hx-gauge__val b { font-family: var(--hx-display); font-size: 30px; color: var(--hx-white); }
.hx-gauge__val span { display: block; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--hx-cinder); margin-top: 2px; }

/* Jurisdictions */
.hx-juris__body { padding: 6px 18px 14px; }
.hx-juris__row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--hx-border); }
.hx-juris__row:last-child { border-bottom: 0; }
.hx-juris__m { flex: 1; font-size: 14px; color: var(--hx-white); }
.hx-juris__l { font-family: var(--hx-mono, 'Geist'), monospace; font-size: 12.5px; color: var(--hx-graphite); }

/* KYC */
.hx-kyc__body { padding: 18px 20px 20px; }
.hx-kyc__row { display: flex; align-items: center; gap: 12px; padding: 9px 0; font-size: 14px; color: var(--hx-ash); }
.hx-kyc__tick { width: 22px; height: 22px; border-radius: 50%; background: rgba(92,240,128,.14); color: var(--hx-green); display: flex; align-items: center; justify-content: center; font-size: 11px; flex: none; }
.hx-kyc__bar { height: 6px; border-radius: 800px; background: var(--hx-iron); margin: 14px 0 10px; overflow: hidden; }
.hx-kyc__bar span { display: block; height: 100%; background: var(--hx-green); }
.hx-kyc__foot { font-size: 12.5px; color: var(--hx-cinder); }

/* Campaign */
.hx-camp__body { padding: 20px; }
.hx-camp__flow { display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.hx-camp__node { flex: 1; min-width: 96px; border: 1px solid var(--hx-border-strong); border-radius: 10px; padding: 12px; font-size: 12px; color: var(--hx-graphite); display: flex; flex-direction: column; gap: 4px; }
.hx-camp__node b { font-size: 14px; color: var(--hx-white); }
.hx-camp__node.is-on { border-color: var(--hx-green); box-shadow: 0 0 18px -8px var(--hx-green-glow); }
.hx-camp__arr { display: flex; align-items: center; color: var(--hx-cinder); }
.hx-camp__roi { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--hx-border); }
.hx-camp__est { font-size: 13px; color: var(--hx-graphite); }
.hx-camp__est b { color: var(--hx-green); }
@media (max-width: 560px) { .hx-camp__arr { display: none; } }
