@font-face {
  font-family: "DM Sans";
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 400 500;
  font-display: swap;
}
html {
  scroll-padding-top: 20px;
}
body {
  margin: 0;
  background: #07130e;
}

#gweb {
  --gw-bg: #07130e;
  --gw-panel: #10241a;
  --gw-forest: #1b4533;
  --gw-ink: #f0f3ed;
  --gw-muted: #afc1b5;
  --gw-gold: #e1c785;
  --gw-mint: #63d5a9;
  --gw-blue: #9bc9ff;
  --gw-rule: #c6d7b928;
  --gw-serif: "Fraunces", Georgia, serif;
  background: var(--gw-bg);
  color: var(--gw-ink);
  font:
    400 15px/1.6 "DM Sans",
    sans-serif;
  color-scheme: dark;
  width: 100%;
  overflow-wrap: break-word;
}
#gweb * {
  box-sizing: border-box;
}
#gweb [hidden] {
  display: none !important;
}
#gweb h1,
#gweb h2,
#gweb h3,
#gweb h4,
#gweb p {
  margin: 0;
}
#gweb button,
#gweb input {
  font: inherit;
}
#gweb button {
  cursor: pointer;
  color: inherit;
  background: none;
  border: 0;
  min-height: 44px;
  padding: 0;
}
#gweb a {
  color: inherit;
  text-decoration: none;
}
#gweb button:hover,
#gweb a:hover {
  filter: brightness(1.15);
}
#gweb a:focus-visible,
#gweb button:focus-visible,
#gweb summary:focus-visible {
  outline: 2px solid var(--gw-gold);
  outline-offset: 4px;
}
#gweb svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#gweb img {
  display: block;
  max-width: 100%;
}
#gweb .gw-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 0 42px;
}
#gweb .gw-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
#gweb .gw-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 400 29px/1 var(--gw-serif);
  letter-spacing: -1px;
  flex-shrink: 0;
}
#gweb .gw-brand img {
  width: 34px;
  height: 34px;
}
#gweb .gw-header {
  border-bottom: 1px solid var(--gw-rule);
}
#gweb .gw-header-inner {
  min-height: 90px;
  gap: 20px;
}
#gweb .gw-nav {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 12px;
}
#gweb .gw-nav a {
  padding: 12px 0;
  color: var(--gw-muted);
}
#gweb .gw-nav a[href="#earnings"] {
  color: var(--gw-gold);
}
#gweb .gw-cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--gw-gold);
  color: #17271b;
  font-size: 13px;
  font-weight: 600;
}
#gweb .gw-cta.gw-header-cta {
  min-height: 40px;
  padding: 9px 14px;
  white-space: nowrap;
}
#gweb .gw-menu {
  display: none;
}
#gweb .gw-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: var(--gw-gold);
  display: flex;
  align-items: center;
  gap: 9px;
}
#gweb .gw-eyebrow:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
#gweb .gw-hero {
  padding-top: 62px;
  padding-bottom: 62px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 38px;
  align-items: center;
  background: radial-gradient(ellipse at 90% 15%, #224f3447, transparent 65%);
}
#gweb .gw-hero h1 {
  font: 400 clamp(48px, 6.4vw, 70px)/1.02 var(--gw-serif);
  letter-spacing: -3px;
  margin: 22px 0;
}
#gweb .gw-hero h1 em {
  font-style: normal;
  color: var(--gw-gold);
}
#gweb .gw-intro {
  font-size: 16px;
  line-height: 1.7;
  max-width: 390px;
  color: var(--gw-muted);
}
#gweb .gw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 28px;
}
#gweb .gw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: var(--gw-gold);
  min-height: 44px;
}
#gweb .gw-founding {
  font-size: 12px;
  color: var(--gw-muted);
  margin-top: 15px;
}
#gweb .gw-founding strong {
  color: var(--gw-ink);
  font-weight: 500;
}
#gweb .gw-quiet-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 28px;
}
#gweb .gw-quiet-line svg {
  width: 14px;
  height: 14px;
}
#gweb .gw-strip {
  border-top: 1px solid var(--gw-rule);
  border-bottom: 1px solid var(--gw-rule);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  gap: 14px;
  font-size: 11px;
  color: var(--gw-muted);
}
#gweb .gw-strip span {
  display: flex;
  gap: 7px;
  align-items: center;
}
#gweb .gw-strip svg {
  width: 14px;
  height: 14px;
  color: var(--gw-gold);
}
#gweb .gw-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
#gweb .gw-heading {
  font: 400 44px/1.13 var(--gw-serif);
  letter-spacing: -1.7px;
}
#gweb .gw-section-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 37px;
}
#gweb .gw-section-intro .gw-heading {
  margin-top: 17px;
}
#gweb .gw-section-intro > p {
  font-size: 14px;
  color: var(--gw-muted);
  max-width: 375px;
  justify-self: end;
}
#gweb .gw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
#gweb .gw-step {
  border-top: 1px solid var(--gw-rule);
  padding-top: 21px;
}
#gweb .gw-step-number {
  font: 400 32px/1 var(--gw-serif);
  color: var(--gw-gold);
}
#gweb .gw-step h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 17px 0 8px;
}
#gweb .gw-step p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--gw-muted);
}
#gweb .gw-earnings {
  background: linear-gradient(180deg, #10251b 0%, #0b1912 70%, #102219 100%);
  border-top: 1px solid var(--gw-rule);
  border-bottom: 1px solid var(--gw-rule);
}
#gweb .gw-earnings-top {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 58px;
}
#gweb .gw-earnings-top .gw-eyebrow {
  justify-content: center;
}
#gweb .gw-earnings-top .gw-heading {
  font-size: 55px;
  margin: 20px 0;
}
#gweb .gw-earnings-top p {
  max-width: 500px;
  margin: auto;
  color: var(--gw-muted);
  font-size: 15px;
}
#gweb .gw-journey {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin: 27px 0 0;
  font-size: 11px;
  color: var(--gw-gold);
}
#gweb .gw-journey svg {
  width: 14px;
  height: 14px;
  color: var(--gw-muted);
}
#gweb .gw-feature {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: center;
  padding: 38px 0 60px;
}
#gweb .gw-feature-copy .gw-feature-index {
  font: 400 17px/1 var(--gw-serif);
  color: var(--gw-gold);
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#gweb .gw-feature-index:after {
  content: "";
  height: 1px;
  width: 45px;
  background: #e1c78566;
}
#gweb .gw-feature-copy h3 {
  font: 400 39px/1.12 var(--gw-serif);
  letter-spacing: -1.4px;
  margin-bottom: 20px;
}
#gweb .gw-feature-copy > p {
  font-size: 14px;
  color: var(--gw-muted);
  max-width: 330px;
}
#gweb .gw-feature-points {
  list-style: none;
  padding: 0;
  margin: 23px 0 12px;
  font-size: 12px;
  color: var(--gw-ink);
}
#gweb .gw-feature-points li {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 11px;
}
#gweb .gw-feature-points svg {
  width: 14px;
  height: 14px;
  color: var(--gw-gold);
}
#gweb .gw-feature-two {
  grid-template-columns: 1.15fr 0.85fr;
  border-top: 1px solid var(--gw-rule);
  padding-top: 60px;
}
#gweb .gw-feature-two .gw-feature-copy {
  grid-column: 2;
  grid-row: 1;
}
#gweb .gw-feature-two .gw-predictor {
  grid-column: 1;
  grid-row: 1;
}
#gweb .gw-demo-caption {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#gweb .gw-demo-caption svg {
  width: 13px;
  height: 13px;
}
#gweb .gw-calendar {
  padding: 26px 28px 25px;
  background: #09170f;
  border: 1px solid #647a5f55;
  border-radius: 18px;
  box-shadow: 0 24px 44px #0002;
  position: relative;
}
#gweb .gw-demo-title {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
#gweb .gw-in-app {
  font-size: 11px;
  color: var(--gw-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}
#gweb .gw-scope {
  display: flex;
  gap: 22px;
  border-bottom: 1px solid var(--gw-rule);
  margin: 10px 0 17px;
}
#gweb .gw-scope button {
  font-size: 12px;
  border-bottom: 2px solid transparent;
  color: var(--gw-muted);
}
#gweb .gw-scope button[aria-pressed="true"] {
  color: var(--gw-gold);
  border-bottom-color: var(--gw-gold);
}
#gweb .gw-month {
  font-size: 12px;
  color: var(--gw-muted);
  margin-bottom: 13px;
}
#gweb .gw-week {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  border-bottom: 1px solid var(--gw-rule);
  padding-bottom: 13px;
}
#gweb .gw-week button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 10px 2px;
  border-radius: 11px;
}
#gweb .gw-week button span {
  font-size: 11px;
  color: var(--gw-muted);
}
#gweb .gw-week button strong {
  font: 400 26px/1 var(--gw-serif);
}
#gweb .gw-week button i {
  font-style: normal;
  font-size: 12px;
  line-height: 8px;
  color: var(--gw-gold);
  height: 8px;
}
#gweb .gw-week button[aria-pressed="true"] {
  background: #193626;
  box-shadow: inset 0 -2px var(--gw-gold);
  color: var(--gw-gold);
}
#gweb .gw-date-title {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 22px 0;
}
#gweb .gw-date-number {
  font: 400 77px/0.9 var(--gw-serif);
  letter-spacing: -4px;
  color: var(--gw-gold);
}
#gweb .gw-date-title h4 {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
#gweb .gw-date-title p {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 5px;
}
#gweb .gw-agenda {
  margin-left: 5px;
  padding-left: 22px;
  border-left: 1px solid #e1c78555;
}
#gweb .gw-session {
  position: relative;
  margin-bottom: 21px;
}
#gweb .gw-session:last-child {
  margin-bottom: 0;
}
#gweb .gw-session:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gw-gold);
  box-shadow: 0 0 0 4px #09170f;
}
#gweb .gw-session-name {
  font-size: 11px;
  color: var(--gw-muted);
  margin-bottom: 11px;
}
#gweb .gw-session .gw-row {
  border-top: 1px solid var(--gw-rule);
  padding-top: 12px;
}
#gweb .gw-session strong {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
}
#gweb .gw-session small {
  display: block;
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 3px;
}
#gweb .gw-session .gw-eps {
  text-align: right;
  font-size: 15px;
}
#gweb .gw-calendar-note {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 21px;
  border-top: 1px solid var(--gw-rule);
  padding-top: 13px;
}
#gweb .gw-empty {
  font-size: 13px;
  color: var(--gw-muted);
  padding-bottom: 30px;
}
#gweb .gw-predictor {
  padding: 0 9px 0 0;
}
#gweb .gw-predictor-top {
  margin-bottom: 20px;
}
#gweb .gw-predictor-top p {
  color: var(--gw-muted);
  font-size: 11px;
  margin-top: 5px;
}
#gweb .gw-ticket {
  background: var(--gw-gold);
  color: #17271b;
  border-radius: 4px 23px 4px 4px;
  position: relative;
  padding: 22px 25px;
  margin-bottom: 23px;
  box-shadow: 0 20px 32px #0002;
  transform: rotate(-2deg);
}
#gweb .gw-ticket:after {
  content: "";
  height: 9px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background: radial-gradient(circle at 5px 9px, #0d1e16 4px, transparent 4.5px) repeat-x;
  background-size: 10px 9px;
}
#gweb .gw-ticket:nth-of-type(3) {
  transform: rotate(1deg);
  background: #d3c18a;
}
#gweb .gw-ticket h4 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -1px;
}
#gweb .gw-ticket .gw-company {
  font-size: 11px;
  color: #3d4c34;
  margin-top: 4px;
}
#gweb .gw-seal {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #26392566;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 4px;
}
#gweb .gw-seal svg {
  width: 12px;
  height: 12px;
}
#gweb .gw-ticket-time {
  font-size: 11px;
  margin: 15px 0;
  color: #3d4c34;
  display: flex;
  gap: 6px;
  align-items: center;
}
#gweb .gw-ticket-time svg {
  width: 13px;
  height: 13px;
}
#gweb .gw-ticket-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px dashed #26392577;
  border-bottom: 1px dashed #26392577;
  padding: 15px 0;
  gap: 10px;
}
#gweb .gw-ticket-grid span {
  font-size: 11px;
  color: #3d4c34;
  display: block;
}
#gweb .gw-ticket-grid strong {
  font: 400 29px/1.3 var(--gw-serif);
}
#gweb .gw-ticket-grid > div:last-child {
  border-left: 1px solid #26392544;
  padding-left: 25px;
}
#gweb .gw-ticket details {
  font-size: 11px;
}
#gweb .gw-ticket summary {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
  cursor: pointer;
  list-style: none;
  font-weight: 500;
}
#gweb summary::-webkit-details-marker {
  display: none;
}
#gweb .gw-ticket summary svg {
  width: 14px;
  height: 14px;
}
#gweb .gw-ticket details p {
  line-height: 1.6;
  color: #3d4c34;
  padding: 5px 0 0;
}
#gweb details[open] summary svg {
  transform: rotate(45deg);
}
#gweb .gw-ticket-flat .gw-ticket {
  transform: none;
}
#gweb .gw-score-feature {
  border-top: 1px solid var(--gw-rule);
  padding-top: 55px;
}
#gweb .gw-score-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 30px;
}
#gweb .gw-score-intro p {
  font-size: 14px;
  color: var(--gw-muted);
  max-width: 370px;
  justify-self: end;
}
#gweb .gw-score-intro h3 {
  font: 400 40px/1.12 var(--gw-serif);
  letter-spacing: -1.4px;
  margin: 15px 0 0;
}
#gweb .gw-scoreboard {
  border-top: 1px solid #e1c78555;
  border-bottom: 1px solid #e1c78555;
  padding: 26px 0 28px;
}
#gweb .gw-scoreboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
#gweb .gw-scoreboard-top h4 {
  font: 400 22px/1.2 var(--gw-serif);
}
#gweb .gw-score-picks {
  display: flex;
  gap: 15px;
}
#gweb .gw-score-picks button {
  font-size: 11px;
  color: var(--gw-muted);
  border-bottom: 2px solid transparent;
}
#gweb .gw-score-picks button[aria-pressed="true"] {
  color: var(--gw-gold);
  border-color: var(--gw-gold);
}
#gweb .gw-score-content {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 38px;
  align-items: center;
  margin-top: 30px;
}
#gweb .gw-score-value {
  font: 400 88px/0.95 var(--gw-serif);
  letter-spacing: -5px;
  color: var(--gw-mint);
}
#gweb .gw-score-summary {
  font-size: 13px;
  margin-top: 14px;
}
#gweb .gw-score-window {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 7px;
}
#gweb .gw-matrix {
  display: grid;
  grid-template-columns: repeat(31, minmax(0, 1fr));
  gap: 4px;
}
#gweb .gw-matrix span {
  aspect-ratio: 1;
  border-radius: 2px;
  background: var(--gw-mint);
}
#gweb .gw-matrix .gw-missed {
  background: #b7786d;
}
#gweb .gw-matrix-legend {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  flex-wrap: wrap;
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 14px;
}
#gweb .gw-matrix-legend b {
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
#gweb .gw-matrix-legend b:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--gw-mint);
  border-radius: 1px;
}
#gweb .gw-matrix-legend b:last-child:before {
  background: #b7786d;
}
#gweb .gw-matrix-legend div {
  display: flex;
  gap: 12px;
}
#gweb .gw-score-totals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  border-top: 1px solid var(--gw-rule);
  margin-top: 27px;
  padding-top: 20px;
}
#gweb .gw-score-totals > div {
  display: flex;
  gap: 13px;
  align-items: center;
}
#gweb .gw-score-totals strong {
  font: 400 27px/1 var(--gw-serif);
}
#gweb .gw-score-totals span {
  font-size: 11px;
  color: var(--gw-muted);
}
#gweb .gw-score-note {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 17px;
}
#gweb .gw-receipts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
#gweb .gw-receipts .gw-heading {
  margin: 18px 0;
}
#gweb .gw-receipts p {
  font-size: 14px;
  color: var(--gw-muted);
}
#gweb .gw-record-list {
  border-top: 1px solid var(--gw-rule);
}
#gweb .gw-record-list div {
  border-bottom: 1px solid var(--gw-rule);
  padding: 21px 0;
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
#gweb .gw-record-list svg {
  color: var(--gw-gold);
  margin-top: 4px;
}
#gweb .gw-record-list h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
#gweb .gw-record-list p {
  font-size: 12px;
}
#gweb .gw-pricing {
  background: #10251b;
  border-top: 1px solid var(--gw-rule);
  border-bottom: 1px solid var(--gw-rule);
}
#gweb .gw-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: center;
}
#gweb .gw-pricing .gw-heading {
  margin: 18px 0;
}
#gweb .gw-pricing p {
  font-size: 14px;
  color: var(--gw-muted);
}
#gweb .gw-included {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  margin-top: 24px;
  font-size: 12px;
}
#gweb .gw-included span {
  display: flex;
  gap: 7px;
  align-items: flex-start;
}
#gweb .gw-included svg {
  width: 14px;
  height: 14px;
  color: var(--gw-gold);
  margin-top: 3px;
}
#gweb .gw-price-box {
  border: 1px solid #e1c78566;
  border-radius: 16px;
  padding: 29px;
  background: linear-gradient(135deg, #283b24, #14271b);
  position: relative;
}
#gweb .gw-price-box .gw-price-label {
  font-size: 12px;
  color: var(--gw-gold);
}
#gweb .gw-price {
  font: 400 65px/1.1 var(--gw-serif);
  letter-spacing: -3px;
  margin: 15px 0 8px;
}
#gweb .gw-price span {
  font:
    400 14px/1.3 "DM Sans",
    sans-serif;
  letter-spacing: 0;
  color: var(--gw-muted);
}
#gweb .gw-price-box .gw-standard {
  font-size: 12px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--gw-rule);
}
#gweb .gw-price-box .gw-cta {
  display: flex;
  margin: 23px 0 13px;
}
#gweb .gw-price-box .gw-price-note {
  font-size: 11px;
  text-align: center;
}
#gweb .gw-faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 55px;
}
#gweb .gw-faq .gw-heading {
  margin-top: 18px;
}
#gweb .gw-faq details {
  border-bottom: 1px solid var(--gw-rule);
}
#gweb .gw-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 64px;
  cursor: pointer;
  font-size: 14px;
  list-style: none;
}
#gweb .gw-faq summary svg {
  width: 16px;
  height: 16px;
  color: var(--gw-gold);
}
#gweb .gw-faq details p {
  font-size: 13px;
  color: var(--gw-muted);
  padding: 0 28px 20px 0;
}
#gweb .gw-final-cta {
  text-align: center;
  border-top: 1px solid var(--gw-rule);
  padding-top: 65px;
  padding-bottom: 65px;
  background: radial-gradient(ellipse at 50% 100%, #33533555, transparent 80%);
}
#gweb .gw-final-cta .gw-heading {
  font-size: 54px;
}
#gweb .gw-final-cta p {
  font-size: 14px;
  color: var(--gw-muted);
  margin: 20px 0 25px;
}
#gweb .gw-footer {
  padding-top: 30px;
  padding-bottom: 26px;
  border-top: 1px solid var(--gw-rule);
}
#gweb .gw-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  font-size: 12px;
  color: var(--gw-muted);
}
#gweb .gw-disclaimer {
  font-size: 11px;
  line-height: 1.7;
  color: var(--gw-muted);
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--gw-rule);
}
#gweb .gw-copyright {
  font-size: 11px;
  color: var(--gw-muted);
  margin-top: 13px;
}
#gweb .gw-up {
  color: var(--gw-mint);
}
@media (min-width: 1100px) {
  #gweb .gw-nav {
    font-size: 13px;
    gap: 24px;
  }
  #gweb .gw-hero h1 {
    font-size: 76px;
  }
  #gweb .gw-hero {
    gap: 70px;
  }
}
@media (max-width: 850px) {
  #gweb .gw-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  #gweb .gw-nav {
    display: none;
  }
  #gweb .gw-menu {
    display: grid;
    place-items: center;
    width: 44px;
    margin-left: auto;
  }
  #gweb .gw-header-inner {
    flex-wrap: wrap;
    min-height: 78px;
    gap: 12px;
  }
  #gweb .gw-nav.gw-menu-open {
    display: flex;
    order: 4;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding-bottom: 15px;
    gap: 9px 21px;
    font-size: 13px;
  }
  #gweb .gw-hero {
    gap: 25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #gweb .gw-hero h1 {
    font-size: 51px;
    letter-spacing: -2px;
  }
  #gweb .gw-intro {
    font-size: 14px;
  }
  #gweb .gw-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #gweb .gw-heading {
    font-size: 37px;
  }
  #gweb .gw-feature {
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
  }
  #gweb .gw-feature-two {
    grid-template-columns: 1.2fr 0.8fr;
  }
  #gweb .gw-feature-copy h3 {
    font-size: 33px;
  }
  #gweb .gw-calendar {
    padding: 21px 20px;
  }
  #gweb .gw-ticket {
    padding: 20px;
  }
  #gweb .gw-score-value {
    font-size: 73px;
  }
  #gweb .gw-score-content {
    gap: 25px;
  }
  #gweb .gw-matrix {
    gap: 3px;
  }
  #gweb .gw-pricing-grid,
  #gweb .gw-receipts,
  #gweb .gw-faq {
    gap: 30px;
  }
  #gweb .gw-included {
    grid-template-columns: 1fr;
  }
  #gweb .gw-price {
    font-size: 57px;
  }
}
@media (max-width: 600px) {
  #gweb .gw-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  #gweb .gw-header-inner {
    min-height: 75px;
  }
  #gweb .gw-brand {
    font-size: 26px;
  }
  #gweb .gw-brand img {
    width: 30px;
    height: 30px;
  }
  #gweb .gw-header-cta {
    display: none;
  }
  #gweb .gw-hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
    gap: 37px;
  }
  #gweb .gw-hero h1 {
    font-size: 58px;
    letter-spacing: -2.5px;
    max-width: 380px;
  }
  #gweb .gw-intro {
    font-size: 15px;
    max-width: 400px;
  }
  #gweb .gw-hero-actions {
    gap: 15px;
    margin-top: 23px;
  }
  #gweb .gw-quiet-line {
    margin-top: 18px;
  }
  #gweb .gw-strip {
    gap: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  #gweb .gw-strip span {
    font-size: 11px;
    gap: 6px;
  }
  #gweb .gw-section {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  #gweb .gw-section-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  #gweb .gw-section-intro > p {
    justify-self: start;
  }
  #gweb .gw-heading {
    font-size: 36px;
  }
  #gweb .gw-steps {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  #gweb .gw-step {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 0 17px;
    padding-top: 20px;
  }
  #gweb .gw-step h3 {
    margin: 0 0 8px;
  }
  #gweb .gw-step-number {
    grid-row: 1/3;
    font-size: 27px;
  }
  #gweb .gw-step p {
    grid-column: 2;
  }
  #gweb .gw-earnings-top {
    margin-bottom: 15px;
    text-align: left;
  }
  #gweb .gw-earnings-top .gw-eyebrow {
    justify-content: flex-start;
  }
  #gweb .gw-earnings-top .gw-heading {
    font-size: 43px;
  }
  #gweb .gw-earnings-top p {
    font-size: 14px;
  }
  #gweb .gw-journey {
    justify-content: flex-start;
    gap: 10px;
    font-size: 11px;
    flex-wrap: wrap;
  }
  #gweb .gw-feature,
  #gweb .gw-feature-two {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 35px;
    padding-bottom: 38px;
  }
  #gweb .gw-feature-copy h3 {
    font-size: 35px;
    margin-bottom: 14px;
  }
  #gweb .gw-feature-copy > p {
    max-width: 420px;
  }
  #gweb .gw-feature-points {
    margin-top: 17px;
  }
  #gweb .gw-feature-two .gw-feature-copy,
  #gweb .gw-feature-two .gw-predictor {
    grid-column: auto;
    grid-row: auto;
  }
  #gweb .gw-predictor {
    padding-right: 4px;
    padding-left: 4px;
  }
  #gweb .gw-calendar {
    padding: 23px 22px;
  }
  #gweb .gw-ticket {
    padding: 22px;
  }
  #gweb .gw-score-feature {
    padding-top: 37px;
  }
  #gweb .gw-score-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  #gweb .gw-score-intro h3 {
    font-size: 36px;
  }
  #gweb .gw-score-intro p {
    justify-self: start;
  }
  #gweb .gw-score-content {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 25px;
  }
  #gweb .gw-score-value {
    font-size: 85px;
  }
  #gweb .gw-matrix {
    gap: 3px;
  }
  #gweb .gw-score-totals {
    gap: 10px;
  }
  #gweb .gw-score-totals > div {
    display: block;
  }
  #gweb .gw-score-totals span {
    display: block;
    margin-top: 8px;
  }
  #gweb .gw-score-totals strong {
    font-size: 28px;
  }
  #gweb .gw-score-picks {
    gap: 14px;
  }
  #gweb .gw-receipts,
  #gweb .gw-pricing-grid,
  #gweb .gw-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #gweb .gw-included {
    grid-template-columns: 1fr 1fr;
  }
  #gweb .gw-price {
    font-size: 65px;
  }
  #gweb .gw-faq summary {
    font-size: 13px;
  }
  #gweb .gw-final-cta .gw-heading {
    font-size: 43px;
  }
  #gweb .gw-final-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #gweb .gw-footer > .gw-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
  }
  #gweb .gw-footer-links {
    gap: 18px;
  }
  #gweb .gw-disclaimer {
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  #gweb .gw-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
  #gweb .gw-hero h1 {
    font-size: 51px;
  }
  #gweb .gw-calendar {
    padding: 20px 16px;
  }
  #gweb .gw-included {
    grid-template-columns: 1fr;
  }
  #gweb .gw-ticket {
    padding: 19px;
  }
  #gweb .gw-ticket-grid > div:last-child {
    padding-left: 17px;
  }
  #gweb .gw-date-number {
    font-size: 68px;
  }
  #gweb .gw-matrix {
    gap: 2px;
  }
  #gweb .gw-market-question {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  #gweb button,
  #gweb a {
    transition:
      background 0.18s,
      color 0.18s,
      filter 0.18s;
  }
  #gweb details summary svg {
    transition: transform 0.18s;
  }
}

/* Production integration. The legacy stylesheet remains exclusive to legal/404 pages. */
#gweb .gw-month-range {
  float: right;
}
#gweb .gw-nav a,
#gweb .gw-footer-links a,
#gweb .gw-journey a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
#gweb .gw-cta.gw-header-cta {
  min-height: 44px;
}
#gweb a.gw-brand {
  min-height: 44px;
}
#gweb .gw-footer-links a {
  min-width: 44px;
}
#gweb .gw-nav a {
  min-width: 44px;
  justify-content: center;
}
#gweb .gw-skip {
  position: absolute;
  left: 16px;
  top: 8px;
  z-index: 10;
  padding: 10px 18px;
  background: var(--gw-gold);
  color: #17271b;
  transform: translateY(-180%);
}
#gweb .gw-skip:focus {
  transform: none;
}
#gweb .sr-only,
#gweb .hp {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#gweb .waitlist {
  margin-top: 28px;
  scroll-margin-top: 24px;
  max-width: 490px;
}
#gweb .waitlist-row {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
#gweb .waitlist input[type="email"] {
  display: block;
  min-width: 0;
  flex: 1;
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #aec5b064;
  border-radius: 8px;
  background: #0a1c12;
  color: var(--gw-ink);
  font-size: 16px;
  line-height: 1.4;
  appearance: none;
}
#gweb .waitlist input[type="email"]::placeholder {
  color: var(--gw-muted);
  opacity: 1;
}
#gweb .waitlist input:focus-visible {
  outline: 2px solid var(--gw-gold);
  outline-offset: 3px;
}
#gweb .waitlist .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  min-height: 50px;
  padding: 12px 17px;
  border-radius: 8px;
  background: var(--gw-gold);
  color: #17271b;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
#gweb .waitlist .btn:disabled {
  opacity: 0.75;
  cursor: default;
}
#gweb .waitlist-status {
  min-height: 22px;
  font-size: 13px;
  padding-top: 5px;
}
#gweb .waitlist-status[data-state="success"] {
  color: var(--gw-mint);
}
#gweb .waitlist-status[data-state="error"] {
  color: #ffab98;
}
#gweb .waitlist-note {
  font-size: 12px;
  line-height: 1.7;
  color: var(--gw-muted);
  margin-top: 5px;
}
#gweb .waitlist-note strong {
  font-weight: 500;
  color: var(--gw-ink);
}
#gweb .gw-ticket summary {
  min-height: 44px;
}
@media (max-width: 900px) {
  #gweb .waitlist-row {
    flex-direction: column;
  }
  #gweb .waitlist .btn {
    width: 100%;
  }
}
@media (max-width: 850px) {
  #gweb .gw-header-cta {
    display: none;
  }
}
@media (max-width: 600px) {
  #gweb .gw-journey {
    gap: 6px;
  }
  #gweb .gw-journey a {
    font-size: 11px;
  }
  #gweb .gw-journey svg {
    width: 11px;
    height: 11px;
  }
  #gweb .gw-hero h1 {
    font-size: 54px;
  }
}
/* Full product tour: three market worlds, each with all five app views. */
#gweb .gw-dual-stage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  padding: 20px 12px;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  background:
    radial-gradient(ellipse at 25% 50%, #255c393d, transparent 60%),
    radial-gradient(ellipse at 90% 50%, #204b7640, transparent 60%);
}
#gweb .gw-hero-phone {
  display: block;
  min-width: 0;
}
#gweb .gw-hero-phone img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 45px #0005;
}
#gweb .gw-phone-options {
  padding-top: 14px;
  transform: rotate(-5deg);
}
#gweb .gw-phone-predictions {
  padding-top: 0;
  transform: rotate(5deg);
}
#gweb .gw-phone-label {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  padding: 15px 0;
  color: var(--gw-ink);
}
#gweb .gw-world-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gw-mint);
  flex: none;
}
#gweb .gw-phone-predictions .gw-world-dot,
#gweb .gw-predictions-section .gw-world-dot {
  background: var(--gw-blue);
}
#gweb .gw-world-section {
  --world-accent: var(--gw-gold);
  border-top: 1px solid var(--gw-rule);
  background: #0c1d14;
}
#gweb .gw-predictions-section {
  --world-accent: var(--gw-blue);
  --gw-muted: #b0c2d6;
  background: #0a1726;
  border-color: #9bc9ff24;
}
#gweb .gw-world-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: center;
  padding-top: 86px;
  padding-bottom: 86px;
}
#gweb .gw-world-copy h2 {
  font: 400 clamp(40px, 4.5vw, 58px)/1.06 var(--gw-serif);
  letter-spacing: -2px;
  margin: 23px 0;
}
#gweb .gw-world-copy .gw-eyebrow,
#gweb .gw-world-copy .gw-text-link {
  color: var(--world-accent);
}
#gweb .gw-world-intro {
  font-size: 17px;
  line-height: 1.7;
  color: var(--gw-muted);
  max-width: 430px;
}
#gweb .gw-world-features {
  display: grid;
  gap: 24px;
  margin: 32px 0 20px;
}
#gweb .gw-world-features > div {
  padding-left: 17px;
  border-left: 1px solid var(--gw-rule);
}
#gweb .gw-world-features h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
#gweb .gw-world-features p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--gw-muted);
}
#gweb .gw-world-showcase {
  min-width: 0;
  background: #153124;
  border: 1px solid #a7cbb02e;
  border-radius: 24px;
  padding: 25px 24px 17px;
}
#gweb .gw-predictions-section .gw-world-showcase {
  background: #122c46;
  border-color: #9bc9ff30;
}
#gweb .gw-showcase-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  margin-bottom: 18px;
}
#gweb .gw-showcase-caption > span:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
#gweb .gw-showcase-caption > span:last-child {
  color: var(--gw-muted);
  font-size: 12px;
}
#gweb .gw-view-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 3px;
  background: #05120da6;
  padding: 4px;
  border: 1px solid var(--gw-rule);
  border-radius: 11px;
}
#gweb .gw-view-tabs button {
  min-height: 44px;
  border-radius: 7px;
  color: var(--gw-muted);
  font-size: 12px;
  font-weight: 500;
}
#gweb .gw-view-tabs [aria-selected="true"] {
  color: #112116;
  background: var(--world-accent);
}
#gweb .gw-predictions-section .gw-view-tabs {
  background: #081525;
}
#gweb .gw-view-content:focus-visible {
  outline: 2px solid var(--world-accent);
  outline-offset: 5px;
  border-radius: 12px;
}
#gweb .gw-view-description {
  min-height: 127px;
  padding: 22px 1px 20px;
}
#gweb .gw-view-description h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
#gweb .gw-view-description p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--gw-muted);
}
#gweb .gw-screen-link {
  display: block;
  width: min(100%, 310px);
  margin: 0 auto;
  border-radius: 24px;
}
#gweb .gw-screen-link img {
  width: 100%;
  height: auto;
  border-radius: inherit;
  box-shadow: 0 18px 40px #0004;
}
#gweb .gw-showcase-hint {
  font-size: 11px;
  color: var(--gw-muted);
  text-align: center;
  margin-top: 18px;
}
#gweb .gw-record-comparison {
  grid-column: 1 / -1;
  border: 1px solid var(--gw-rule);
  border-radius: 14px;
  overflow: hidden;
}
#gweb .gw-record-comparison table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
  font-size: 14px;
}
#gweb .gw-record-comparison caption {
  text-align: left;
  font: 400 25px/1.4 var(--gw-serif);
  background: #10241a;
  padding: 24px;
}
#gweb .gw-record-comparison th,
#gweb .gw-record-comparison td {
  padding: 18px 24px;
  border-top: 1px solid var(--gw-rule);
  font-weight: 400;
}
#gweb .gw-record-comparison tbody th {
  color: var(--gw-muted);
}
#gweb .gw-record-comparison thead th:nth-child(2) {
  color: var(--gw-gold);
}
#gweb .gw-record-comparison thead th:nth-child(3) {
  color: var(--gw-blue);
}
@media (max-width: 1100px) {
  #gweb .gw-world-layout {
    gap: 40px;
  }
  #gweb .gw-world-showcase {
    padding: 22px 16px 17px;
  }
  #gweb .gw-world-intro {
    font-size: 16px;
  }
  #gweb .gw-world-features {
    gap: 20px;
  }
}
@media (min-width: 701px) and (max-width: 1000px) {
  #gweb .gw-world-layout {
    gap: 28px;
  }
  #gweb .gw-view-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #gweb .gw-view-tabs button {
    grid-column: span 2;
  }
  #gweb .gw-view-tabs button:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
  #gweb .gw-showcase-caption {
    flex-wrap: wrap;
    gap: 3px 12px;
  }
  #gweb .gw-view-description {
    min-height: 155px;
  }
  #gweb .gw-dual-stage {
    gap: 12px;
    padding-inline: 8px;
  }
}
@media (max-width: 700px) {
  #gweb .gw-hero {
    grid-template-columns: 1fr;
  }
  #gweb .gw-dual-stage {
    max-width: 450px;
    margin-inline: auto;
    padding: 0 12px;
  }
  #gweb .gw-world-layout {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 60px;
  }
  #gweb .gw-world-copy h2 {
    font-size: 46px;
  }
  #gweb .gw-world-intro {
    max-width: 520px;
  }
  #gweb .gw-world-features {
    margin-top: 25px;
  }
  #gweb .gw-world-showcase {
    width: 100%;
    max-width: 520px;
    margin: auto;
    padding: 24px 20px 18px;
  }
  #gweb .gw-view-description {
    min-height: 133px;
  }
  #gweb .gw-record-comparison caption {
    font-size: 22px;
    padding: 18px 16px;
  }
  #gweb .gw-record-comparison th,
  #gweb .gw-record-comparison td {
    font-size: 12px;
    padding: 15px 12px;
  }
}
@media (max-width: 420px) {
  #gweb .gw-dual-stage {
    gap: 12px;
  }
  #gweb .gw-world-copy h2 {
    font-size: 42px;
  }
  #gweb .gw-world-showcase {
    padding: 20px 14px 17px;
  }
  #gweb .gw-showcase-caption {
    font-size: 12px;
    gap: 5px;
  }
  #gweb .gw-showcase-caption > span:last-child {
    font-size: 11px;
  }
  #gweb .gw-view-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #gweb .gw-view-tabs button {
    grid-column: span 2;
  }
  #gweb .gw-view-tabs button:nth-last-child(-n + 2) {
    grid-column: span 3;
  }
  #gweb .gw-view-description {
    min-height: 159px;
  }
  #gweb .gw-record-comparison th,
  #gweb .gw-record-comparison td {
    font-size: 11px;
    padding: 13px 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #gweb *,
  #gweb *:before,
  #gweb *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

/* Stocks extends the existing product tour with a warm gold identity. */
#gweb .gw-three-worlds {grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;max-width:600px;padding:24px 4px;background:radial-gradient(ellipse at 50% 45%,#a8813029,transparent 60%)}
#gweb .gw-three-worlds .gw-phone-label {font-size:12px;gap:5px}
#gweb .gw-three-worlds .gw-phone-options {padding-top:34px;transform:rotate(-5deg)}
#gweb .gw-three-worlds .gw-phone-stocks {position:relative;z-index:1;transform:translateY(-10px)}
#gweb .gw-three-worlds .gw-phone-predictions {padding-top:34px;transform:rotate(5deg)}
#gweb .gw-phone-stocks .gw-world-dot,#gweb .gw-stocks-section .gw-world-dot {background:#e4c479}
#gweb .gw-stocks-section {--world-accent:#e4c479;--gw-muted:#c4bba9;background:#18140c;border-color:#e4c47924}
#gweb .gw-stocks-section .gw-world-showcase {background:#2a2315;border-color:#e4c4793d}
#gweb .gw-record-comparison thead th:nth-child(2) {color:var(--gw-mint)}
#gweb .gw-record-comparison thead th:nth-child(3) {color:var(--gw-gold)}
#gweb .gw-record-comparison thead th:nth-child(4) {color:var(--gw-blue)}
@media(max-width:700px){#gweb .gw-three-worlds{max-width:540px;padding:12px 7px;gap:9px}#gweb .gw-three-worlds .gw-phone-label{font-size:11px}#gweb .gw-record-comparison th,#gweb .gw-record-comparison td{padding:14px 9px;font-size:11px}}
@media(max-width:360px){#gweb .gw-three-worlds .gw-phone-label{font-size:10px;gap:3px}#gweb .gw-record-comparison th,#gweb .gw-record-comparison td{padding:12px 6px;font-size:10px}}
