.home-page {
  --home-ink: #070907;
  --home-paper: #eef2eb;
  --home-acid: #70ff87;
  --home-cobalt: #596dff;
  --home-rule: rgba(238, 242, 235, .14);
  background:
    radial-gradient(circle at 84% 10%, rgba(112, 255, 135, .07), transparent 26rem),
    #070907;
  color: var(--home-paper);
}
.home-page::selection { color: #071108; background: var(--home-acid); }
.home-page main { overflow: clip; }
.home-shell { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }

.home-header {
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  border-bottom: 1px solid var(--home-rule);
  transition: background .25s ease, backdrop-filter .25s ease;
}
.home-header.is-scrolled { background: rgba(7,9,7,.88); backdrop-filter: blur(18px); }
.home-header-inner {
  width: min(1450px, calc(100% - 64px));
  height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 32px;
}
.home-brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  font-family: var(--display);
}
.home-brand-sigil { position: relative; width: 28px; height: 32px; display: inline-block; }
.home-brand-sigil i {
  position: absolute;
  top: 1px;
  width: 4px;
  height: 30px;
  border-radius: 10px;
  background: var(--home-acid);
  box-shadow: 0 0 22px rgba(112, 255, 135, .26);
}
.home-brand-sigil i:first-child { left: 6px; transform: rotate(-26deg); }
.home-brand-sigil i:last-child { right: 6px; transform: rotate(26deg); }
.home-brand-name { font-size: 1.2rem; font-weight: 700; letter-spacing: -.055em; }
.home-brand-name span { color: var(--home-acid); }
.home-brand small {
  margin-left: 5px;
  color: #778078;
  font: 600 .55rem/1 var(--mono);
  letter-spacing: .14em;
}
.home-nav { display: flex; gap: clamp(20px, 3vw, 46px); }
.home-nav a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #a9b2aa;
  font-size: .76rem;
  font-weight: 650;
}
.home-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 26px;
  height: 1px;
  background: var(--home-acid);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
}
.home-nav a:hover::after,
.home-nav a:focus-visible::after { transform: scaleX(1); }
.home-nav a span { color: var(--home-acid); font: 600 .56rem var(--mono); }
.home-login {
  justify-self: end;
  min-height: 42px;
  padding: 0;
  display: inline-flex;
  align-items: stretch;
  border: 1px solid rgba(238, 242, 235, .22);
  background: transparent;
  color: var(--home-paper);
  cursor: pointer;
}
.home-login span {
  padding: 11px 16px;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.home-login b {
  width: 42px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(238, 242, 235, .22);
  color: var(--home-acid);
  transition: color .2s ease, background .2s ease;
}
.home-login:hover b { color: #061008; background: var(--home-acid); }

.home-hero {
  position: relative;
  min-height: 920px;
  height: max(100vh, 920px);
  padding: 140px max(32px, calc((100vw - 1450px) / 2)) 60px;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr);
  align-items: center;
  gap: clamp(48px, 7vw, 120px);
  isolation: isolate;
  border-bottom: 1px solid var(--home-rule);
}
.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black 8%, transparent 83%);
}
.home-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 48vw;
  aspect-ratio: 1;
  top: 3%;
  right: -16%;
  border: 1px solid rgba(112, 255, 135, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 9vw rgba(112,255,135,.018), 0 0 0 18vw rgba(112,255,135,.012);
}
.hero-index {
  position: absolute;
  right: 29px;
  top: 118px;
  color: rgba(238, 242, 235, .32);
  font: 600 .58rem var(--mono);
  letter-spacing: .13em;
  writing-mode: vertical-rl;
}
.home-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b5beb6;
  font: 600 .63rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .1em;
}
.home-kicker b { margin-left: auto; color: #59625b; font-weight: 500; }
.signal-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--home-acid);
  box-shadow: 0 0 15px var(--home-acid);
}
.home-hero-copy h1 {
  max-width: 850px;
  margin: clamp(42px, 7vh, 74px) 0 40px;
  font: 600 clamp(4.6rem, 8.3vw, 9rem)/.78 var(--display);
  letter-spacing: -.085em;
  text-transform: uppercase;
}
.home-hero-copy h1 span { display: block; }
.home-hero-copy h1 span:nth-child(2) { margin-left: 8.5%; }
.home-hero-copy h1 .hero-outline {
  margin-left: 22%;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--home-acid);
  text-shadow: 0 0 50px rgba(112, 255, 135, .08);
}
.hero-copy-bottom {
  max-width: 740px;
  margin-left: 9%;
  padding-top: 26px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 42px;
  align-items: end;
  border-top: 1px solid var(--home-rule);
}
.hero-copy-bottom p { margin: 0; color: #aeb7af; font-size: clamp(.94rem, 1.2vw, 1.08rem); }
.home-primary-action {
  min-height: 56px;
  padding: 0;
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--home-acid);
  background: var(--home-acid);
  color: #071008;
  cursor: pointer;
  white-space: nowrap;
}
.home-primary-action span {
  padding: 17px 20px;
  font-size: .77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.home-primary-action i {
  width: 56px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(7, 16, 8, .24);
  font-style: normal;
  font-size: 1.15rem;
  transition: transform .2s ease;
}
.home-primary-action:hover i { transform: translateX(4px); }

.signal-board {
  position: relative;
  align-self: center;
  max-width: 480px;
  width: 100%;
  justify-self: end;
  border: 1px solid rgba(238, 242, 235, .2);
  background: rgba(9, 12, 9, .82);
  box-shadow: 0 36px 120px rgba(0, 0, 0, .44);
  backdrop-filter: blur(12px);
}
.signal-board::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: -5px;
  left: -5px;
  border: 1px solid var(--home-acid);
  background: var(--home-ink);
}
.signal-board-top,
.signal-board-foot {
  min-height: 45px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--home-rule);
  color: #8f9a91;
  font: 600 .56rem var(--mono);
  letter-spacing: .11em;
}
.signal-board-clock { color: var(--home-acid); }
.tactical-field {
  position: relative;
  height: 330px;
  margin: 18px;
  overflow: hidden;
  border: 1px solid rgba(112, 255, 135, .24);
  background:
    linear-gradient(rgba(112, 255, 135, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 255, 135, .055) 1px, transparent 1px),
    rgba(112, 255, 135, .025);
  background-size: 28px 28px;
}
.tactical-field::before { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: rgba(112,255,135,.25); }
.field-circle {
  position: absolute;
  width: 96px;
  height: 96px;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(112, 255, 135, .25);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.field-box { position: absolute; width: 46%; height: 52px; left: 27%; border: 1px solid rgba(112,255,135,.22); }
.field-box-top { top: -1px; }
.field-box-bottom { bottom: -1px; }
.tactical-field svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.tactical-field path { fill: none; stroke: rgba(112,255,135,.58); stroke-width: 1.4; stroke-dasharray: 6 7; }
.player-node {
  position: absolute;
  z-index: 2;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--home-acid);
  border-radius: 50%;
  background: #0d160f;
  color: var(--home-acid);
  box-shadow: 0 0 0 5px rgba(112,255,135,.07);
  font: 700 .55rem var(--mono);
}
.node-a { left: 16%; bottom: 13%; }
.node-b { left: 46%; top: 44%; }
.node-c { right: 15%; top: 13%; }
.node-d { left: 10%; top: 34%; }
.signal-readout { padding: 0 18px 18px; }
.signal-readout .status-orb {
  min-height: 39px;
  margin: 0 0 14px;
  padding: 9px 12px;
  overflow: hidden;
  border: 1px solid var(--home-rule);
  color: #aeb8b0;
  font: 500 .63rem var(--mono);
}
.signal-readout .status-orb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.signal-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--home-rule); }
.signal-metrics > div { padding: 16px 12px; border-right: 1px solid var(--home-rule); }
.signal-metrics > div:first-child { padding-left: 0; }
.signal-metrics > div:last-child { border-right: 0; }
.signal-metrics small { display: block; min-height: 28px; color: #778079; font-size: .58rem; }
.signal-metrics strong { display: block; margin: 4px 0; font: 600 1.8rem var(--display); }
.signal-metrics span { color: var(--home-acid); font: 600 .48rem var(--mono); letter-spacing: .1em; }
.signal-board-foot { border-top: 1px solid var(--home-rule); border-bottom: 0; justify-content: flex-start; gap: 10px; }
.signal-board-foot b { color: var(--home-paper); font: 600 .75rem var(--mono); }
.hero-scroll {
  position: absolute;
  left: max(32px, calc((100vw - 1450px) / 2));
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #6e776f;
  font: 600 .55rem var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.hero-scroll i { width: 70px; height: 1px; background: #4d554f; }

.home-ticker { overflow: hidden; border-bottom: 1px solid #071008; background: var(--home-acid); color: #071008; }
.home-ticker > div {
  width: max-content;
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 26px;
  animation: homeTicker 28s linear infinite;
  font: 700 .73rem var(--mono);
  letter-spacing: .16em;
}
.home-ticker i { font-size: .55rem; font-style: normal; }
@keyframes homeTicker { to { transform: translateX(-50%); } }

.home-manifesto { padding: clamp(110px, 14vw, 210px) 0; background: var(--home-paper); color: #0b0e0b; }
.manifesto-layout { display: grid; grid-template-columns: minmax(180px, .32fr) 1fr; gap: clamp(48px, 9vw, 150px); }
.manifesto-label { display: flex; flex-direction: column; justify-content: space-between; gap: 90px; }
.manifesto-label > span,
.home-section-code { color: #586159; font: 600 .57rem var(--mono); letter-spacing: .13em; }
.manifesto-glyph {
  height: 180px;
  overflow: hidden;
  color: transparent;
  -webkit-text-stroke: 1px #aeb5ae;
  font: 600 15rem/.8 var(--display);
  letter-spacing: -.1em;
}
.manifesto-lead {
  max-width: 1000px;
  margin: 0 0 100px;
  font: 600 clamp(2.8rem, 5.2vw, 6.2rem)/.98 var(--display);
  letter-spacing: -.065em;
}
.manifesto-lead em { color: #1fca4d; font-style: normal; }
.manifesto-detail { display: grid; grid-template-columns: minmax(280px, .8fr) 1fr; gap: clamp(45px, 9vw, 150px); align-items: end; }
.manifesto-detail > p { max-width: 520px; margin: 0; color: #4c554d; font-size: 1rem; }
.manifesto-rule { padding: 22px 0; border-block: 1px solid #9fa69f; }
.manifesto-rule strong { display: block; margin-bottom: 12px; color: #1bb548; font: 700 .6rem var(--mono); letter-spacing: .1em; }
.manifesto-rule span { font: 600 clamp(1.05rem, 1.5vw, 1.35rem) var(--display); }

.home-now { padding: clamp(100px, 12vw, 180px) 0; background: #0a0d0a; }
.home-section-head {
  display: grid;
  grid-template-columns: 1.2fr minmax(280px, .55fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 66px;
}
.home-section-head h2,
.protocol-intro h2,
.principles-statement h2 {
  margin: 20px 0 0;
  font: 600 clamp(3rem, 6vw, 6.4rem)/.92 var(--display);
  letter-spacing: -.07em;
}
.home-section-head h2 em,
.principles-statement h2 em { color: var(--home-acid); font-style: normal; }
.section-side-copy { padding-top: 18px; border-top: 1px solid var(--home-rule); }
.section-side-copy p { margin: 20px 0 0; color: #89928a; font-size: .9rem; }
.section-live-mark { display: inline-flex; align-items: center; gap: 8px; color: #b9c2ba; font: 600 .62rem var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.section-live-mark i { width: 7px; height: 7px; border-radius: 50%; background: var(--home-acid); box-shadow: 0 0 13px var(--home-acid); }
.home-match-feed { gap: 0; border-top: 1px solid var(--home-rule); }
.home-page .home-match-feed .match-row {
  min-height: 102px;
  padding: 17px 0;
  grid-template-columns: minmax(280px, 1.25fr) minmax(170px, .62fr) minmax(180px, .55fr) auto;
  border: 0;
  border-bottom: 1px solid var(--home-rule);
  border-radius: 0;
  background: transparent;
  transition: padding .2s ease, background .2s ease;
}
.home-page .home-match-feed .match-row:hover { padding-inline: 18px; background: rgba(112,255,135,.035); }
.home-page .home-match-feed .team-crest { width: 42px; height: 42px; border-color: #0a0d0a; }
.home-page .home-match-feed .team-stack strong { font: 600 1rem var(--display); }
.home-page .home-match-feed .team-stack small { color: #788179; font: 500 .57rem var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.home-page .home-match-feed .match-meta { color: #a2aba3; font: 500 .64rem var(--mono); }
.home-page .home-match-feed .odd-cell { border: 1px solid var(--home-rule); border-radius: 0; background: transparent; }
.feed-footnote {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #6f7870;
  font: 500 .59rem var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.feed-footnote button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: var(--home-paper);
  cursor: pointer;
  font: 700 .66rem var(--mono);
  text-transform: uppercase;
}
.feed-footnote button b { color: var(--home-acid); font-size: .9rem; }

.home-protocol { position: relative; padding: clamp(110px, 12vw, 185px) 0; border-top: 1px solid var(--home-rule); }
.home-protocol::before {
  content: "PROCESS";
  position: absolute;
  right: -1.5vw;
  bottom: -2vw;
  color: rgba(238, 242, 235, .022);
  font: 700 13vw/.8 var(--display);
  letter-spacing: -.09em;
}
.protocol-layout { display: grid; grid-template-columns: minmax(300px, .68fr) 1.32fr; gap: clamp(70px, 10vw, 160px); }
.protocol-intro { position: sticky; top: 120px; align-self: start; }
.protocol-intro p { max-width: 380px; margin: 34px 0 55px; color: #8d968e; }
.protocol-seal {
  position: relative;
  width: 152px;
  height: 152px;
  display: grid;
  place-content: center;
  border: 1px solid rgba(112, 255, 135, .35);
  border-radius: 50%;
  text-align: center;
}
.protocol-seal::before,
.protocol-seal::after { content: ""; position: absolute; inset: 9px; border: 1px dashed rgba(112,255,135,.18); border-radius: 50%; }
.protocol-seal::after { inset: -7px; border-style: solid; border-color: rgba(112,255,135,.08); }
.protocol-seal span { color: #778078; font: 600 .48rem var(--mono); }
.protocol-seal strong { color: var(--home-acid); font: 600 2.45rem/.95 var(--display); }
.protocol-seal small { margin-top: 7px; color: #79827a; font: 500 .42rem/1.45 var(--mono); letter-spacing: .1em; }
.protocol-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--home-rule); }
.protocol-steps li {
  min-height: 164px;
  display: grid;
  grid-template-columns: 56px minmax(180px, .72fr) 1fr 30px;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--home-rule);
}
.protocol-steps li > span { color: var(--home-acid); font: 600 .62rem var(--mono); }
.protocol-steps li small { color: #646d65; font: 600 .5rem var(--mono); letter-spacing: .12em; }
.protocol-steps h3 { margin: 8px 0 0; font: 600 clamp(1.2rem, 2vw, 1.65rem) var(--display); }
.protocol-steps p { margin: 0; color: #89928a; font-size: .82rem; }
.protocol-steps li > b { color: #4e574f; font-size: 1.1rem; transition: color .2s ease, transform .2s ease; }
.protocol-steps li:hover > b { color: var(--home-acid); transform: translateX(4px); }

.home-principles { padding: clamp(110px, 13vw, 200px) 0; background: var(--home-paper); color: #0b0e0b; }
.principles-statement { max-width: 1080px; margin-bottom: 110px; }
.principles-statement .home-section-code { color: #687168; }
.principles-statement h2 em { color: #20b94c; }
.principle-lines { border-top: 1px solid #aeb5ae; }
.principle-lines article {
  min-height: 138px;
  display: grid;
  grid-template-columns: 90px minmax(260px, .8fr) 1fr;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #aeb5ae;
}
.principle-lines article > span { color: #1fbd4c; font: 500 1.15rem var(--display); }
.principle-lines h3 { margin: 0; font: 600 clamp(1.25rem, 2vw, 1.8rem) var(--display); letter-spacing: -.025em; }
.principle-lines p { max-width: 460px; margin: 0; color: #5e675f; }

.home-pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 13vw, 190px) 0 72px;
  border-top: 1px solid var(--home-rule);
  background:
    radial-gradient(circle at 78% 12%, rgba(43, 62, 255, .13), transparent 29%),
    #070907;
}
.home-pricing::after {
  content: "ACCESS";
  position: absolute;
  right: -1.5vw;
  top: 50px;
  color: rgba(238, 242, 235, .025);
  font: 700 12vw/.8 var(--display);
  letter-spacing: -.08em;
  pointer-events: none;
}
.pricing-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr .62fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: end;
  margin-bottom: 88px;
}
.pricing-intro h2 { margin: 24px 0 0; font: 600 clamp(3.2rem, 6vw, 6.3rem)/.91 var(--display); letter-spacing: -.07em; }
.pricing-intro h2 em { color: var(--home-acid); font-style: normal; }
.pricing-side { padding-top: 18px; border-top: 1px solid var(--home-rule); }
.pricing-side p { margin: 0 0 34px; color: #929b93; font-size: .86rem; }
.billing-switch {
  width: max-content;
  display: flex;
  padding: 4px;
  border: 1px solid #242a24;
  background: #0a0d0a;
}
.billing-switch button {
  min-height: 37px;
  padding: 0 17px;
  border: 0;
  background: transparent;
  color: #778078;
  cursor: pointer;
  font: 600 .57rem var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.billing-switch button.active { background: var(--home-paper); color: #090c09; }
.billing-switch button span { margin-left: 5px; color: #21b94c; }
.pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid #2b312b;
  border-bottom: 1px solid #2b312b;
}
.pricing-plan {
  min-height: 650px;
  display: flex;
  flex-direction: column;
  padding: 28px clamp(18px, 1.55vw, 29px) 34px;
  border-right: 1px solid #2b312b;
  background: rgba(10, 13, 10, .72);
}
.pricing-plan:last-child { border-right: 0; }
.pricing-plan > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; }
.plan-index { color: #545d55; font: 600 .58rem var(--mono); }
.plan-state { display: inline-flex; align-items: center; gap: 7px; color: #7f8880; font: 600 .5rem var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.plan-state i { width: 6px; height: 6px; border-radius: 50%; background: #596159; }
.plan-name small { color: #6e776f; font: 600 .54rem var(--mono); letter-spacing: .12em; }
.plan-name h3 { margin: 10px 0 14px; font: 600 clamp(2rem, 3vw, 3.35rem)/1 var(--display); letter-spacing: -.055em; }
.plan-name p { min-height: 68px; margin: 0; color: #818a82; font-size: .78rem; }
.plan-price { display: flex; align-items: flex-start; margin: 42px 0 34px; }
.plan-price > span { margin: 10px 7px 0 0; color: #758076; font: 600 .65rem var(--mono); }
.plan-price strong { font: 600 clamp(3.7rem, 5vw, 5.8rem)/.82 var(--display); letter-spacing: -.08em; }
.plan-price small { align-self: end; margin: 0 0 4px 8px; color: #6f7870; font: 500 .57rem var(--mono); }
.pricing-plan ul { display: grid; gap: 13px; margin: 0 0 38px; padding: 0; list-style: none; }
.pricing-plan li { position: relative; padding-left: 17px; color: #a8b0a9; font-size: .73rem; }
.pricing-plan li::before { content: "·"; position: absolute; left: 0; color: var(--home-acid); }
.pricing-plan > button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid #343b34;
  background: transparent;
  color: var(--home-paper);
  cursor: pointer;
  font: 700 .58rem var(--mono);
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.pricing-plan > button:hover { border-color: var(--home-acid); color: var(--home-acid); }
.pricing-plan-featured {
  position: relative;
  margin-top: -20px;
  padding-top: 48px;
  border: 1px solid var(--home-acid);
  border-bottom: 0;
  background: var(--home-acid);
  color: #071008;
}
.pricing-plan-featured .plan-index,
.pricing-plan-featured .plan-state,
.pricing-plan-featured .plan-name small,
.pricing-plan-featured .plan-name p,
.pricing-plan-featured .plan-price > span,
.pricing-plan-featured .plan-price small,
.pricing-plan-featured li { color: rgba(7, 16, 8, .66); }
.pricing-plan-featured .plan-state i { background: #071008; }
.pricing-plan-featured li::before { color: #071008; }
.pricing-plan-featured > button { border-color: #071008; background: #071008; color: #f3f6ef; }
.pricing-plan-featured > button:hover { background: transparent; color: #071008; }
.pricing-plan-desk { background: rgba(19, 24, 62, .27); }
.pricing-plan-trial { background: rgba(255,255,255,.018); }
.pricing-plan-pro { background: rgba(51,71,255,.08); }
.pricing-disclaimer { margin: 25px 0 0; color: #5e675f; font: 500 .52rem/1.6 var(--mono); letter-spacing: .07em; text-transform: uppercase; }

.home-final { position: relative; overflow: hidden; padding: clamp(110px, 13vw, 195px) 0; background: var(--home-cobalt); color: #f5f6ef; }
.home-final::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(circle at 78% 50%, black, transparent 42%);
}
.final-layout { position: relative; display: grid; grid-template-columns: 1.2fr .62fr; gap: 100px; align-items: end; }
.home-final .home-section-code { color: rgba(255,255,255,.68); }
.home-final h2 { margin: 24px 0 0; font: 600 clamp(3.3rem, 6.5vw, 7rem)/.9 var(--display); letter-spacing: -.075em; }
.home-final h2 span { color: var(--home-acid); }
.final-action { position: relative; z-index: 2; }
.final-action p { margin: 0 0 32px; color: rgba(255,255,255,.76); }
.home-primary-light { border-color: #f3f5ee; background: #f3f5ee; color: #11152e; }
.final-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  right: -110px;
  top: 50%;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  transform: translateY(-50%);
}
.final-orbit::before,
.final-orbit::after { content: ""; position: absolute; inset: 48px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.final-orbit::after { inset: 105px; }
.final-orbit span { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.2); font: 600 7rem var(--display); }
.final-orbit i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--home-acid); }
.final-orbit i:nth-of-type(1) { left: 13%; top: 20%; }
.final-orbit i:nth-of-type(2) { right: 7%; top: 50%; }
.final-orbit i:nth-of-type(3) { left: 42%; bottom: -4px; }

.home-footer { padding: 42px 0; border-top: 1px solid var(--home-rule); background: #060806; }
.home-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.home-footer p { margin: 0; color: #717a72; text-align: center; font-size: .69rem; }
.home-footer-grid > div { justify-self: end; display: flex; gap: 20px; color: #616a62; font: 500 .49rem var(--mono); letter-spacing: .1em; }
.home-page dialog { border-radius: 0; border-color: rgba(112,255,135,.3); }
.home-page dialog::backdrop { background: rgba(3,5,3,.84); backdrop-filter: blur(12px); }
.home-page .dialog-body h2 { margin-top: 15px; font-size: clamp(1.7rem, 3vw, 2.4rem); letter-spacing: -.045em; }
.auth-mode-switch {
  display: flex;
  gap: 8px;
  margin: 0 0 18px;
  padding: 6px;
  border: 1px solid rgba(85,255,120,.2);
  background: rgba(255,255,255,.045);
}
.auth-mode-switch button {
  flex: 1;
  min-height: 44px;
  border: 1px solid transparent;
  background: rgba(4,8,5,.72);
  color: #d8f8dc;
  font: 800 .74rem var(--mono);
  text-transform: uppercase;
  letter-spacing: .07em;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.auth-mode-switch button:hover {
  border-color: rgba(85,255,120,.28);
  background: rgba(85,255,120,.08);
}
.auth-mode-switch button.active {
  background: #4dff83;
  color: #020703;
  border-color: #4dff83;
  box-shadow: 0 0 24px rgba(77,255,131,.2);
}
.checkout-intent {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-left: 2px solid var(--home-lime);
  background: rgba(85,255,120,.06);
  color: var(--home-soft);
  font-size: .82rem;
  line-height: 1.5;
}
.password-rules {
  margin: 0;
  padding: 9px 10px;
  border: 1px solid rgba(85,255,120,.16);
  background: rgba(85,255,120,.055);
  color: #9fb5a2;
  font-size: .73rem;
  line-height: 1.45;
}

.auth-recovery-link {
  width: fit-content;
  margin: -4px 0 4px auto;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: var(--green);
  font: 700 .75rem/1.2 var(--font-mono);
  cursor: pointer;
}

.auth-recovery-link:hover { text-decoration: underline; }

.password-reset-page {
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #050a07;
}

.password-reset-card {
  width: min(100%, 480px);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 6vw, 48px);
  border: 1px solid rgba(82, 255, 138, .3);
  background: #0a100c;
}

.password-reset-card h1 { margin: 6px 0 0; font-size: clamp(2rem, 8vw, 3.25rem); }
.password-reset-card > p { margin: 0; color: var(--muted); line-height: 1.6; }
.password-reset-card form { display: grid; gap: 14px; }

.home-page [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s cubic-bezier(.2,.7,.2,1), transform .65s cubic-bezier(.2,.7,.2,1);
}
.home-page [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .home-header-inner { grid-template-columns: 1fr auto; }
  .home-nav { display: none; }
  .home-hero {
    height: auto;
    min-height: 1000px;
    padding-top: 150px;
    grid-template-columns: 1fr minmax(330px, .62fr);
    gap: 40px;
  }
  .home-hero-copy h1 { font-size: clamp(4.4rem, 9vw, 7rem); }
  .home-hero-copy h1 .hero-outline { margin-left: 10%; }
  .hero-copy-bottom { margin-left: 0; grid-template-columns: 1fr; }
  .home-section-head { grid-template-columns: 1fr minmax(260px, .48fr); gap: 48px; }
  .protocol-layout { gap: 65px; }
  .protocol-steps li { grid-template-columns: 42px 1fr 30px; }
  .protocol-steps li > p { grid-column: 2 / 3; margin: -30px 0 28px; }
  .protocol-steps li > b { grid-column: 3; grid-row: 1 / 3; }
  .pricing-grid { grid-template-columns: 1fr 1fr; border: 0; }
  .pricing-plan { border: 1px solid #2b312b; }
  .pricing-plan-featured { margin: 0; }
}

@media (max-width: 820px) {
  .home-shell,
  .home-header-inner { width: min(100% - 36px, 680px); }
  .home-header-inner { height: 72px; }
  .home-brand small { display: none; }
  .home-login span { display: none; }
  .home-login b { border-left: 0; }
  .home-hero { min-height: 0; padding: 124px 18px 70px; display: block; }
  .hero-index, .hero-scroll { display: none; }
  .home-kicker b { display: none; }
  .home-hero-copy h1 { margin: 42px 0 34px; font-size: clamp(3.75rem, 17vw, 6.3rem); line-height: .83; }
  .home-hero-copy h1 span:nth-child(2) { margin-left: 3%; }
  .home-hero-copy h1 .hero-outline { margin-left: 8%; }
  .hero-copy-bottom { gap: 28px; }
  .home-primary-action { width: 100%; justify-content: space-between; }
  .signal-board { max-width: none; margin-top: 58px; }
  .tactical-field { height: 270px; }
  .home-ticker > div { min-height: 46px; }
  .manifesto-layout,
  .manifesto-detail,
  .home-section-head,
  .protocol-layout,
  .pricing-intro,
  .final-layout { grid-template-columns: 1fr; }
  .manifesto-label { display: block; }
  .manifesto-glyph { display: none; }
  .manifesto-lead { margin-bottom: 60px; }
  .manifesto-detail { gap: 44px; }
  .home-section-head { gap: 42px; }
  .protocol-intro { position: relative; top: auto; }
  .protocol-seal { width: 125px; height: 125px; }
  .principle-lines article { min-height: 155px; grid-template-columns: 42px 1fr; gap: 24px; }
  .principle-lines article p { grid-column: 2; margin-top: -36px; padding-bottom: 24px; }
  .pricing-intro { gap: 45px; margin-bottom: 70px; }
  .pricing-grid { grid-template-columns: 1fr; border: 0; }
  .pricing-plan { min-height: 560px; border: 1px solid #2b312b; border-bottom: 0; }
  .pricing-plan:last-child { border-right: 1px solid #2b312b; border-bottom: 1px solid #2b312b; }
  .pricing-plan-featured { margin: 0; border-color: var(--home-acid); }
  .home-page .home-match-feed .match-row { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .home-page .home-match-feed .match-meta { grid-column: 1; }
  .home-page .home-match-feed .odds-group { grid-column: 1; }
  .home-page .home-match-feed .badge { grid-column: 2; grid-row: 1 / 4; }
  .final-layout { gap: 45px; }
  .final-orbit { opacity: .55; }
  .home-footer-grid { grid-template-columns: 1fr auto; }
  .home-footer p { grid-column: 1 / -1; grid-row: 2; text-align: left; }
}

@media (max-width: 520px) {
  .home-hero-copy h1 { font-size: clamp(3.4rem, 18.4vw, 5.4rem); }
  .home-hero-copy h1 .hero-outline { -webkit-text-stroke-width: 1px; }
  .signal-metrics { grid-template-columns: 1fr 1fr; }
  .signal-metrics > div:nth-child(2) { border-right: 0; }
  .signal-metrics > div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--home-rule); }
  .tactical-field { height: 235px; }
  .home-manifesto,
  .home-now,
  .home-protocol,
  .home-principles,
  .home-pricing,
  .home-final { padding-block: 92px; }
  .manifesto-lead { font-size: 2.6rem; }
  .home-section-head h2,
  .protocol-intro h2,
  .principles-statement h2,
  .pricing-intro h2,
  .home-final h2 { font-size: 3.1rem; }
  .pricing-side { width: 100%; }
  .billing-switch { width: 100%; }
  .billing-switch button { flex: 1; }
  .pricing-plan { min-height: 530px; padding: 26px 23px 30px; }
  .pricing-plan > header { margin-bottom: 52px; }
  .home-page .home-match-feed .match-row { min-height: 132px; }
  .home-page .home-match-feed .badge { display: none; }
  .feed-footnote { align-items: flex-start; flex-direction: column; padding-block: 22px; }
  .protocol-steps li { min-height: 190px; grid-template-columns: 35px 1fr; }
  .protocol-steps li > p { grid-column: 2; margin: -35px 0 30px; }
  .protocol-steps li > b { display: none; }
  .principles-statement { margin-bottom: 70px; }
  .principle-lines article { grid-template-columns: 30px 1fr; gap: 17px; }
  .final-orbit { right: -220px; }
  .home-footer-grid { grid-template-columns: 1fr; }
  .home-footer-grid > div { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page [data-reveal] { opacity: 1; transform: none; }
  .home-ticker > div { animation: none; }
}

.form-error.is-success {
  color: #52ff8a;
  display: block;
  line-height: 1.45;
}
