/* Night Agents palette: the ground is black, lime is the single accent, the hero is a night agent */
:root{--oh-green:rgb(184, 255, 60);--oh-green-ink:#5f9e00;--oh-night:#090909}
.home-hero .btn-dark{background:var(--oh-green)!important;color:var(--oh-night)!important}
.home-hero .btn-dark:hover{background:#d4ff85!important}
.home-hero .btn-ghost{border-color:rgba(255,255,255,.5)!important}
.token-badge svg{display:none!important}
.page-hero{background:radial-gradient(900px 480px at 12% 0%,rgba(184,255,60,.18),rgba(184,255,60,0) 60%),linear-gradient(200deg,#0c0c0c,#141414,#1c1c1c)!important}
::selection{background:var(--oh-green);color:var(--oh-night)}
.btn-connect{text-decoration:none!important}
/* The hero copy carries a longer headline now: give it the room and take the size down a step, so
   "Autonomous quants." and "Unbreakable policies." each hold one line instead of breaking in half. */
@media (min-width: 1024px) {
  .home-hero .hero-body { grid-template-columns: 596px minmax(0, 1fr) !important; gap: 44px !important; }
}
.home-hero .hero-title { font-size: clamp(38px, 4.4vw, 58px) !important; }
.home-hero .hero-copy { max-width: 560px !important; }

/* Two surfaces the template painted light, on every page (2026-09-18). */
.header-shell{background:rgba(20,20,20,.92)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 12px 34px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.06)!important}
.btn-outline:hover{background:#1c1c1c!important;border-color:rgba(255,255,255,.35)!important}
.supported-stock-more{background:#141414!important;border-color:rgba(255,255,255,.18)!important}
/* The legal pages carry bare links; unstyled they render browser blue on the night ground. */
a:not([class]){color:var(--oh-green);text-decoration-color:rgba(184,255,60,.45)}
