:root {
  --bg: #050813;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.82);
  --line: rgba(255, 255, 255, 0.18);
  --violet: #7e49ff;
  --ticker: rgba(58, 12, 126, 0.92);
  --green: #66f2a9;
  --marketing-intro-title-size: clamp(28px, 3.1944vw, 46px);
  --marketing-intro-title-line-height: 1.12;
  --marketing-intro-copy-size: clamp(15.7px, 1.8056vw, 26px);
  --marketing-intro-copy-line-height: 1.35;
  --marketing-intro-cta-font-size: clamp(12px, 1vw, 14.4px);
  --marketing-intro-cta-min-width: clamp(104px, 8.8194vw, 127px);
  --marketing-intro-cta-min-height: clamp(34px, 2.8472vw, 41px);
  --marketing-intro-cta-pad-x: clamp(18px, 1.5278vw, 22px);
  --marketing-intro-cta-margin-top: clamp(18px, 1.6667vw, 24px);
}

* {
  box-sizing: border-box;
}

@property --chip-glow-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@property --interest-left-offset {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

@property --interest-right-offset {
  syntax: "<percentage>";
  inherits: true;
  initial-value: -16.6666667%;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--bg);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.app {
  min-height: 100vh;
  overflow-x: clip;
  background: #030611;
}

@property --theme-split-x {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 100%;
}

.theme-split-experience {
  --theme-split-x: 100%;
  --split-control-bar-height: 58px;
  --split-chrome-height: 112px;
  --theme-split-control-offset: var(--split-chrome-height);
  --interest-left-offset: 0%;
  --interest-right-offset: -16.6666667%;
  --theme-light-surface: #ffffff;

  position: relative;
  overflow: clip;
  isolation: isolate;
  background: #000;
  transition: --theme-split-x 0s linear;
}

.theme-split-nav-collapsed {
  --theme-split-control-offset: var(--split-control-bar-height);
}

.theme-split-snap-animating {
  transition: --theme-split-x 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-layer {
  --growth-surface: #000000;
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-soft: rgba(255, 255, 255, 0.66);
  --theme-line: rgba(255, 255, 255, 0.18);
  --theme-control-bg: rgba(4, 6, 14, 0.86);
  --theme-control-border: rgba(255, 255, 255, 0.12);
  --theme-nav-bg: rgba(4, 6, 14, 0.46);
  --theme-ticker: rgba(58, 12, 126, 0.92);
  --theme-button-bg: #ffffff;
  --theme-button-ink: #080810;
  --theme-copy-shadow: 0 20px 52px rgba(0, 0, 0, 0.62);
  --theme-card-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
  --theme-mosaic-scrim: transparent;
  --theme-panel-overlay: rgba(3, 16, 30, 0.6);
  --theme-chip-bg: #f6fcff;
  --theme-chip-ink: #2e3442;
  --theme-nvidia-mask: linear-gradient(66deg, #000 8.54%, rgba(0, 0, 0, 0) 90.66%);
  --theme-footer-bg: #000;
  --theme-asset-filter: none;
  --theme-logo-filter: none;
  --theme-video-filter: brightness(0.9) contrast(1.08) saturate(0.95);

  color: var(--theme-ink);
  background: var(--growth-surface);
}

.theme-rest-layers {
  position: relative;
  background: #000;
}

.theme-layer-dark {
  position: relative;
  z-index: 1;
}

.theme-layer-light {
  --growth-surface: var(--theme-light-surface);
  --theme-ink: #07111f;
  --theme-muted: rgba(7, 17, 31, 0.7);
  --theme-muted-strong: rgba(7, 17, 31, 0.84);
  --theme-soft: rgba(7, 17, 31, 0.58);
  --theme-line: rgba(7, 17, 31, 0.16);
  --theme-control-bg: rgba(255, 255, 255, 0.84);
  --theme-control-border: rgba(15, 32, 54, 0.14);
  --theme-nav-bg: rgba(250, 253, 255, 0.78);
  --theme-ticker: rgba(227, 236, 255, 0.96);
  --theme-button-bg: #07111f;
  --theme-button-ink: #ffffff;
  --theme-copy-shadow: none;
  --theme-card-shadow: 0 24px 60px rgba(68, 91, 132, 0.16);
  --theme-mosaic-scrim: transparent;
  --theme-panel-overlay: rgba(246, 251, 255, 0.74);
  --theme-chip-bg: #ffffff;
  --theme-chip-ink: #122033;
  --theme-nvidia-mask: linear-gradient(66deg, #000 8.54%, rgba(0, 0, 0, 0) 90.66%);
  --theme-footer-bg: #f4f8ff;
  --theme-asset-filter: none;
  --theme-logo-filter: brightness(0) saturate(100%) invert(7%) sepia(24%) saturate(1308%)
    hue-rotate(180deg) brightness(96%) contrast(96%);
  --theme-video-filter: brightness(0.9) contrast(1.08) saturate(0.95);

  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  background: transparent;
  clip-path: inset(0 0 0 var(--theme-split-x));
}

.theme-split-control {
  position: absolute;
  inset: 0;
  z-index: 70;
  pointer-events: none;
}

.theme-split-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  pointer-events: none;
}

.theme-split-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--theme-split-x);
  width: 3px;
  background: #f7e7ce;
  transform: translateX(-50%);
}

.theme-split-hit {
  position: absolute;
  top: var(--theme-split-control-offset);
  bottom: 0;
  left: var(--theme-split-x);
  width: 96px;
  cursor: ew-resize;
  pointer-events: auto;
  touch-action: none;
  transform: translateX(-50%);
}

.theme-split-snapped-left .theme-split-hit {
  transform: translateX(0);
}

.theme-split-snapped-right .theme-split-hit {
  transform: translateX(-100%);
}

.theme-split-hit:focus-visible {
  outline: 2px solid #70e0ff;
  outline-offset: 4px;
}

.theme-split-edge-badge {
  position: absolute;
  top: 50%;
  display: flex;
  height: 37px;
  align-items: center;
  background: rgba(26, 30, 38, 0.92);
  border: 1px solid #22262f;
  box-shadow: 0 11px 25px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-split-edge-badge-left {
  left: 0;
  padding: 2px 3px 2px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  border-left: 0;
  justify-content: flex-end;
  transform: translate(-100%, -50%);
}

.theme-split-edge-badge-right {
  right: 0;
  padding: 2px 10px 2px 3px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  justify-content: flex-start;
  transform: translate(100%, -50%);
}

.theme-split-edge-disc {
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #11131a;
  background: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}

.theme-split-edge-disc svg {
  display: block;
  width: 19px;
  height: 19px;
}

.theme-split-snapped-left .theme-split-edge-badge-left {
  opacity: 1;
  transform: translate(0, -50%);
}

.theme-split-snapped-right .theme-split-edge-badge-right {
  opacity: 1;
  transform: translate(0, -50%);
}

.theme-split-snapped-left .theme-split-line,
.theme-split-snapped-right .theme-split-line {
  opacity: 0;
}

.theme-split-line {
  transition: opacity 200ms ease;
}

.theme-split-handle {
  position: absolute;
  top: var(--theme-split-handle-y, 50%);
  left: 50%;
  display: flex;
  width: 96px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  transform-origin: center;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.theme-split-handle img {
  display: block;
  width: 100%;
  height: 100%;
}

.theme-split-dragging .theme-split-handle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition:
    opacity 140ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-split-dragging,
.theme-split-dragging * {
  user-select: none;
}

@media (max-width: 560px) {
  .theme-split-sticky {
    min-height: 100dvh;
  }

  .theme-split-line {
    width: 2px;
  }

  .theme-split-hit {
    top: calc(25dvh - 34px);
    bottom: auto;
    width: 74px;
    height: 68px;
  }

  .theme-split-edge-badge {
    top: 25dvh;
  }

  .theme-split-handle {
    top: 50%;
    width: 74px;
    height: 26px;
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(0.78);
  }

  .theme-split-snapped-left .theme-split-handle,
  .theme-split-snapped-right .theme-split-handle {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.56);
  }

  .theme-split-dragging .theme-split-handle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
}

.sequence-section {
  position: relative;
  min-height: 500vh;
  background: #030611;
}

.phase-scroll-space {
  position: relative;
  height: 400vh;
  pointer-events: none;
}

.phase-target {
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.phase-target-25 {
  top: 0;
}

.phase-target-50 {
  top: 100vh;
}

.phase-target-75 {
  top: 200vh;
}

.sequence-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  background: #030611 url("/frames/hero_0001.webp") center / cover no-repeat;
}

.sequence-sticky::after {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 6, 17, 0.16) 0%, rgba(3, 6, 17, 0) 42%),
    linear-gradient(
      90deg,
      rgba(3, 6, 17, 0.64) 0%,
      rgba(3, 6, 17, 0.1) 42%,
      rgba(3, 6, 17, 0.44) 100%
    ),
    radial-gradient(circle at 50% 68%, rgba(126, 73, 255, 0.12), transparent 46%);
}

.sequence-canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.star-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.78;
  background-image:
    radial-gradient(circle at 7% 18%, rgba(255, 255, 255, 0.8) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 39% 7%, rgba(255, 255, 255, 0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 19%, rgba(255, 255, 255, 0.7) 0 1px, transparent 2px),
    radial-gradient(circle at 87% 37%, rgba(255, 255, 255, 0.62) 0 1px, transparent 2px),
    radial-gradient(circle at 93% 71%, rgba(255, 255, 255, 0.68) 0 1px, transparent 2px);
}

.intro-header,
.data-chrome,
.final-brand {
  position: absolute;
  z-index: 20;
}

.intro-header {
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 126px;
  padding: 28px 42px;
  background: transparent;
}

.data-chrome {
  top: 0;
  right: 0;
  left: 0;
}

.final-brand {
  top: 64px;
  left: 64px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

.brand-mark {
  position: relative;
  display: inline-grid;
  width: clamp(48px, 4.8vw, 66px);
  height: clamp(48px, 4.8vw, 66px);
  flex: 0 0 auto;
  place-items: center;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.icon-button {
  display: grid;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  place-items: center;
}

.icon-button img {
  display: block;
}

.language-toggle {
  position: relative;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  overflow: visible;
  border-radius: 50%;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 220ms ease,
    opacity 220ms ease;
}

.language-toggle:hover {
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.24));
  transform: translateY(-1px);
}

.language-toggle:active {
  transform: scale(0.92);
}

.language-icon-wrap {
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  transform-origin: center;
  animation: language-swap 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.language-icon-wrap svg {
  display: block;
  width: 32px;
  height: 32px;
}

.login-button,
.primary-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--theme-button-ink, #07101f);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  background: var(--theme-button-bg, #f8fbff);
  border: 1px solid var(--theme-line, rgba(255, 255, 255, 0.72));
  border-radius: 4px;
}

.control-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 58px;
  padding: 0 28px;
  background: var(--theme-control-bg, rgba(4, 6, 14, 0.72));
  border-bottom: 1px solid var(--theme-control-border, rgba(255, 255, 255, 0.12));
  backdrop-filter: blur(10px);
}

.control-bar-title {
  padding: 0;
  color: var(--theme-ink, #f3f5ff);
  font-family: Inter, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 850;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.control-bar .top-actions {
  justify-self: end;
  gap: 12px;
}

.menu-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme-ink, #f3f5ff);
  font-size: 14px;
  font-weight: 850;
}

.menu-trigger {
  width: max-content;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.menu-trigger:hover {
  color: #ffffff;
}

.menu-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.84);
  outline-offset: 5px;
}

.menu-icon {
  display: block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.auth-page {
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-line: rgba(255, 255, 255, 0.18);
  --theme-control-bg: rgba(4, 6, 14, 0.94);
  --theme-control-border: rgba(255, 255, 255, 0.12);
  --theme-button-bg: #ffffff;
  --theme-button-ink: #080810;

  position: fixed;
  inset: 0;
  z-index: 160;
  min-height: 100dvh;
  overflow: auto;
  overscroll-behavior: contain;
  color: #07111f;
  background: #ffffff;
  animation: auth-sheet-in 760ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.auth-page-closing {
  pointer-events: none;
  animation: auth-sheet-out 560ms cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.auth-shell {
  display: grid;
  min-height: calc(100dvh - 58px);
  grid-template-columns: minmax(0, 60%) minmax(430px, 40%);
}

.auth-visual {
  position: relative;
  display: flex;
  min-height: calc(100dvh - 58px);
  padding: clamp(72px, 9.3vw, 150px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  background: #120023;
}

.auth-visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.auth-visual-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(135deg, #130024 0%, rgba(13, 0, 36, 0.8) 50%, rgba(14, 0, 36, 0) 100%),
    rgba(19, 0, 36, 0.48);
}

.auth-visual-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  text-align: left;
}

.auth-control-bar .control-bar-title {
  color: #ffffff;
}

.auth-top-close {
  display: inline-grid;
  min-width: 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  place-items: center;
}

.login-button.auth-top-close {
  font-size: 30px;
}

.auth-top-close span {
  display: grid;
  width: 100%;
  height: 100%;
  font-size: inherit;
  line-height: 1;
  place-items: center;
}

.auth-visual-copy h1 {
  margin: 0;
  font-size: clamp(38px, 3.35vw, 60px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.auth-visual-copy h1 span {
  display: block;
}

.auth-visual-copy h1 span:first-child {
  white-space: nowrap;
}

.auth-title-cn {
  max-width: 660px;
  margin: 0;
  font-size: 0.86em;
  text-wrap: balance;
}

.auth-visual-copy p {
  max-width: 640px;
  margin: 32px 0 0;
  color: rgba(175, 207, 255, 0.82);
  font-size: clamp(18px, 1.25vw, 23px);
  font-weight: 700;
  line-height: 1.55;
  text-wrap: balance;
}

.auth-visual-copy > p span {
  display: block;
  white-space: nowrap;
}

.auth-visual-copy blockquote {
  width: fit-content;
  margin: 48px 0 0;
  padding-left: 28px;
  border-left: 3px solid #22a36c;
  text-align: left;
}

.auth-visual-copy blockquote p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 1.16vw, 22px);
  font-weight: 500;
}

.auth-visual-copy cite {
  display: block;
  margin-top: 8px;
  color: #20a96b;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
}

.auth-panel {
  position: relative;
  display: flex;
  min-height: calc(100dvh - 58px);
  padding: clamp(52px, 6vw, 96px) clamp(44px, 7vw, 112px);
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.auth-card {
  width: min(100%, 420px);
}

.auth-card h2 {
  margin: 0;
  color: #07111f;
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}

.auth-subtitle {
  margin: 10px 0 0;
  color: rgba(7, 17, 31, 0.72);
  font-size: 17px;
  font-weight: 700;
}

.auth-tabs {
  display: flex;
  gap: 28px;
  margin-top: 42px;
  border-bottom: 1px solid rgba(7, 17, 31, 0.08);
}

.auth-tabs button {
  position: relative;
  padding: 0 0 16px;
  color: rgba(7, 17, 31, 0.66);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.auth-tabs .auth-tab-active {
  color: #07111f;
}

.auth-tabs .auth-tab-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  content: "";
  background: #07111f;
}

.auth-form {
  display: grid;
  gap: 22px;
  margin-top: 36px;
}

.auth-field {
  display: grid;
  gap: 10px;
}

.auth-field-label {
  color: rgba(7, 17, 31, 0.68);
  font-size: 14px;
  font-weight: 800;
}

.auth-input-wrap {
  display: flex;
  height: 58px;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  background: #f1f2f4;
  border-radius: 4px;
}

.auth-input-wrap svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #8a9099;
}

.auth-input-wrap svg * {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-input-wrap input {
  min-width: 0;
  flex: 1;
  color: #07111f;
  font-size: 15px;
  background: transparent;
  border: 0;
  outline: 0;
}

.auth-input-wrap input::placeholder {
  color: #a8aeb8;
}

.auth-eye {
  display: grid;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  place-items: center;
}

.auth-eye svg {
  width: 25px;
  height: 17px;
}

.auth-eye svg * {
  fill: #74777f;
  stroke: none;
}

.auth-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 10px;
  align-items: end;
}

.auth-code-row > button {
  height: 58px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  background: #001329;
  border: 0;
  border-radius: 4px;
}

.auth-check {
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 10px;
  color: rgba(7, 17, 31, 0.68);
  font-size: 14px;
  font-weight: 700;
}

.auth-check input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #001329;
}

.auth-check a {
  color: #b88a1d;
}

.auth-check > a {
  margin-left: auto;
  color: #07111f;
}

.auth-check-login-en {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 4px;
  align-items: start;
  line-height: 1.25;
}

.auth-check-login-en input {
  margin-top: 1px;
}

.auth-check-login-en > a {
  grid-column: 2;
  margin-left: 0;
  justify-self: start;
}

.auth-submit {
  display: inline-flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  background: #001329;
  border: 0;
  border-radius: 4px;
}

.auth-submit-arrow {
  width: 13px;
  height: 10px;
  flex: 0 0 13px;
}

.auth-divider {
  height: 1px;
  margin: 46px 0 38px;
  background: rgba(7, 17, 31, 0.08);
}

.auth-google {
  display: inline-flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #1d2632;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid rgba(7, 17, 31, 0.1);
  border-radius: 4px;
}

.auth-google svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.auth-footer {
  margin-top: clamp(56px, 8vh, 96px);
  color: rgba(7, 17, 31, 0.38);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.auth-footer p {
  margin: 0 0 8px;
}

.auth-footer nav {
  display: flex;
  justify-content: center;
  gap: 14px;
}

@keyframes auth-sheet-in {
  from {
    transform: translate3d(0, -104%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes auth-sheet-out {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, -104%, 0);
  }
}

@media (max-width: 700px) {
  .auth-page {
    overflow-x: hidden;
  }

  .auth-shell {
    min-height: calc(100dvh - 58px);
    grid-template-columns: 1fr;
  }

  .auth-visual {
    display: none;
  }

  .auth-panel {
    min-height: calc(100dvh - 58px);
    padding: 42px 20px 58px;
    align-items: flex-start;
  }

  .auth-card {
    width: min(100%, 420px);
  }

  .auth-top-close {
    display: grid;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    place-items: center;
  }

  .auth-top-close span {
    line-height: 1;
  }

  .auth-card h2 {
    font-size: clamp(24px, 6.7vw, 28px);
    line-height: 1.16;
    white-space: nowrap;
  }

  .auth-tabs {
    margin-top: 30px;
  }

  .auth-form {
    gap: 18px;
    margin-top: 28px;
  }

  .auth-input-wrap {
    height: 54px;
  }

  .auth-code-row > button {
    height: 54px;
  }

  .auth-check {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: start;
    line-height: 1.35;
  }

  .auth-check input {
    margin-top: 1px;
  }

  .auth-check > a {
    margin-left: 10px;
  }

  .auth-divider {
    margin: 34px 0 28px;
  }
}

@media (max-width: 420px) {
  .auth-panel {
    padding: 34px 18px 52px;
  }

  .auth-check {
    grid-template-columns: 16px minmax(0, 1fr);
    row-gap: 8px;
  }

  .auth-check > a {
    grid-column: 2;
    margin-left: 0;
    justify-self: start;
  }
}

.breadcrumb {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 28px;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.92));
  font-size: clamp(14px, 1.35vw, 20px);
  font-weight: 500;
  background: var(--theme-nav-bg, rgba(4, 6, 14, 0.46));
  border-bottom: 1px solid var(--theme-control-border, rgba(255, 255, 255, 0.08));
}

.breadcrumb a:not(:last-child)::after {
  margin-left: 12px;
  color: var(--theme-soft, rgba(255, 255, 255, 0.62));
  content: "|";
}

.ticker {
  width: calc(100% - clamp(24px, 8vw, 180px));
  min-width: min(100%, 320px);
  height: 56px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--theme-ticker, var(--ticker));
}

.ticker-tradingview {
  display: flex;
  align-items: center;
  color-scheme: dark;
  --tv-widget-background-color: transparent;
  --tv-widget-text-color: var(--theme-muted-strong, #f6efff);
  --tv-widget-price-text-color: var(--theme-muted-strong, #f6efff);
}

.ticker-tradingview tv-ticker-tape {
  display: block;
  width: 100%;
  height: 100%;
}

.ticker-track {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  will-change: transform;
  animation: ticker-loop 23s linear infinite;
}

.ticker-track.ticker-mobile-track {
  display: none;
}

.ticker-group {
  display: flex;
  height: 100%;
  flex: 0 0 auto;
  align-items: center;
  gap: 38px;
  padding-right: 38px;
  color: var(--theme-muted-strong, #f6efff);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.ticker-group span:first-child {
  color: var(--green);
  font-weight: 800;
}

.ticker-item {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
}

.ticker-symbol {
  color: var(--green);
  font-weight: 850;
}

.ticker-market {
  color: var(--theme-muted-strong, #f6efff);
  font-weight: 650;
  opacity: 0.82;
}

.mega-menu-page {
  --menu-bg: #111111;
  --menu-ink: #f7f7f7;
  --menu-muted: rgba(255, 255, 255, 0.72);
  --menu-soft: rgba(255, 255, 255, 0.5);
  --menu-line: rgba(255, 255, 255, 0.14);
  --menu-blue: #168bff;
  position: fixed;
  z-index: 120;
  inset: 0;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  color: var(--menu-ink);
  background: var(--menu-bg);
  animation: mega-menu-slide-in 860ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.mega-menu-page button,
.mega-menu-page input {
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mega-menu-header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 144px;
  padding: 38px 46px 28px;
  border-bottom: 1px solid var(--menu-line);
}

.mega-menu-close {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 50%;
  place-items: center;
}

.mega-menu-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mega-menu-close:disabled {
  cursor: default;
}

.mega-menu-brand {
  padding: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.mega-menu-login {
  justify-self: end;
  min-width: 94px;
}

.mega-menu-layout {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  border-bottom: 1px solid var(--menu-line);
}

.mega-menu-main {
  min-width: 0;
}

.mega-menu-search {
  display: flex;
  width: min(640px, calc(100% - 92px));
  height: 68px;
  margin: 34px 46px 32px;
  overflow: hidden;
  color: #111111;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}

.mega-menu-search input {
  width: 100%;
  min-width: 0;
  padding: 0 18px;
  color: #222222;
  font-size: 23px;
  background: transparent;
  border: 0;
  outline: 0;
}

.mega-menu-search input::placeholder {
  color: rgba(17, 17, 17, 0.58);
}

.mega-menu-search button {
  display: grid;
  width: 60px;
  flex: 0 0 60px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  place-items: center;
}

.mega-menu-search svg {
  width: 24px;
  height: 24px;
}

.mega-menu-search path {
  fill: none;
  stroke: #111111;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px;
  padding: 40px 46px 72px;
  border-top: 1px solid var(--menu-line);
}

.mega-menu-column {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 86px;
}

.mega-menu-section h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 31px;
  font-weight: 780;
  line-height: 1.16;
}

.mega-menu-section ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.mega-menu-section a {
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.2;
}

.mega-menu-section a:hover,
.mega-menu-footer a:hover,
.menu-subscribe a:hover,
.highlight-card a:hover {
  color: #dfeeff;
}

.menu-inline-control {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.menu-inline-divider {
  display: block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.28);
}

.menu-more {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.menu-more .menu-down-icon {
  width: 32px;
  height: 32px;
  padding: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.mega-menu-aside {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 42px;
  padding: 24px 46px 52px;
  border-left: 1px solid var(--menu-line);
}

.market-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  gap: 14px;
  padding-top: 0;
  border-bottom: 1px solid var(--menu-line);
}

.market-card span {
  display: block;
  width: var(--bar-width);
  height: 22px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05)),
    #252525;
}

.market-card span:nth-child(2) {
  height: 66px;
}

.market-card span:nth-child(3) {
  height: 40px;
}

.highlight-card {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--menu-line);
}

.highlight-card h2 {
  margin: 0 0 34px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 780;
  line-height: 1.18;
}

.highlight-image-link {
  display: block;
  height: 228px;
  overflow: hidden;
  background: #202020;
}

.highlight-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.highlight-card h3 {
  margin: 22px 0 28px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
}

.highlight-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.highlight-dots {
  display: flex;
  align-items: center;
  gap: 13px;
}

.highlight-dots span {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.highlight-dots .is-active {
  background: var(--menu-blue);
}

.highlight-arrows {
  display: flex;
  gap: 16px;
}

.highlight-arrows button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.16);
  border: 0;
  border-radius: 50%;
  place-items: center;
}

.highlight-arrows .menu-arrow-icon {
  width: 17px;
  height: 17px;
}

.highlight-arrows button:disabled {
  cursor: default;
  opacity: 0.3;
}

.menu-subscribe p:first-child {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.menu-subscribe h2 {
  max-width: 520px;
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 820;
  line-height: 1.18;
}

.menu-subscribe form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.menu-subscribe input {
  width: 100%;
  min-height: 62px;
  padding: 0 18px;
  color: #ffffff;
  font-size: 17px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 5px;
  outline: 0;
}

.menu-subscribe input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.menu-subscribe button {
  min-height: 50px;
  padding: 0 18px;
  color: #07111f;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  background: #f5f9ff;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}

.menu-subscribe-terms {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.5;
}

.menu-subscribe-terms a {
  color: #7ab6ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.mega-menu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 46px 70px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.mega-menu-footer p {
  margin: 0;
}

.mega-menu-footer nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.mega-menu-footer a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.menu-arrow-icon,
.menu-down-icon,
.privacy-options-icon {
  display: inline-block;
  flex: 0 0 auto;
}

.menu-arrow-icon {
  width: 17px;
  height: 17px;
}

.menu-arrow-left {
  transform: rotate(180deg);
}

.menu-down-icon {
  width: 25px;
  height: 25px;
}

.mega-menu-page.is-closing {
  pointer-events: none;
  animation: mega-menu-slide-out 620ms cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

@keyframes mega-menu-slide-in {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes mega-menu-slide-out {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mega-menu-page {
    animation: none;
  }

  .mega-menu-page.is-closing {
    animation: none;
  }
}

.mega-menu-page button:focus-visible,
.mega-menu-page a:focus-visible,
.mega-menu-page input:focus-visible {
  outline: 2px solid rgba(126, 182, 255, 0.88);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .mega-menu-brand {
    font-size: 44px;
  }

  .mega-menu-layout {
    grid-template-columns: 1fr;
  }

  .mega-menu-grid {
    gap: 42px;
  }

  .mega-menu-aside {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
    border-top: 1px solid var(--menu-line);
    border-left: 0;
  }

  .market-card {
    display: none;
  }

  .menu-subscribe {
    align-self: start;
  }
}

@media (max-width: 820px) {
  .mega-menu-header {
    grid-template-columns: auto 1fr auto;
    min-height: 86px;
    padding: 18px 20px;
  }

  .mega-menu-close {
    width: 38px;
    height: 38px;
    font-size: 30px;
  }

  .mega-menu-brand {
    justify-self: center;
    font-size: 30px;
  }

  .mega-menu-login {
    min-width: 74px;
  }

  .mega-menu-search {
    width: calc(100% - 40px);
    height: 58px;
    margin: 24px 20px;
  }

  .mega-menu-search input {
    font-size: 16px;
  }

  .mega-menu-grid {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 34px 20px 52px;
  }

  .mega-menu-column {
    gap: 46px;
  }

  .mega-menu-section h2 {
    margin-bottom: 16px;
    font-size: 25px;
  }

  .mega-menu-section ul {
    gap: 14px;
  }

  .mega-menu-section a {
    font-size: 17px;
  }

  .mega-menu-aside {
    display: flex;
    padding: 34px 20px 42px;
  }

  .highlight-card h2 {
    margin-bottom: 22px;
    font-size: 25px;
  }

  .menu-subscribe h2 {
    font-size: 27px;
  }

  .mega-menu-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px 44px;
  }

  .mega-menu-footer nav {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}

@media (max-width: 520px) {
  .mega-menu-header {
    min-height: 72px;
    padding: 14px 18px;
    grid-template-columns: 38px minmax(0, 1fr) 68px;
    column-gap: 9px;
    row-gap: 0;
  }

  .mega-menu-close {
    width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .mega-menu-login {
    grid-column: auto;
    min-width: 68px;
    min-height: 38px;
    padding: 0 10px;
    justify-self: end;
  }

  .mega-menu-brand {
    min-width: 0;
    justify-self: center;
    overflow: hidden;
    font-size: clamp(20px, 5.4vw, 24px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .highlight-image-link {
    height: 188px;
  }

  .menu-subscribe form {
    grid-template-columns: minmax(0, 1fr) minmax(94px, max-content);
    gap: 10px;
    align-items: stretch;
  }

  .menu-subscribe input {
    min-height: 54px;
    padding: 0 14px;
    font-size: 15px;
  }

  .menu-subscribe button {
    min-height: 54px;
    padding: 0 12px;
    font-size: 14px;
  }
}

.subscription-page {
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-soft: rgba(255, 255, 255, 0.62);
  --theme-line: rgba(255, 255, 255, 0.2);
  --theme-control-bg: rgba(10, 10, 12, 0.96);
  --theme-control-border: rgba(255, 255, 255, 0.12);
  --theme-nav-bg: rgba(10, 10, 12, 0.96);
  --theme-button-bg: #ffffff;
  --theme-button-ink: #07111f;
  --theme-footer-bg: #000;
  --theme-logo-filter: none;

  min-height: 100vh;
  color: #1a1f2b;
  background: #f5f5f5;
}

.subscription-chrome {
  position: sticky;
  top: 0;
  z-index: 80;
}

.subscription-letter {
  padding: clamp(80px, 7vw, 128px) 24px clamp(72px, 7vw, 112px);
}

.subscription-letter-head {
  display: grid;
  justify-items: center;
  text-align: center;
}

.subscription-letter-head img {
  display: block;
  width: clamp(96px, 8vw, 136px);
  height: auto;
  filter: brightness(0) saturate(100%) invert(8%) sepia(12%) saturate(1220%) hue-rotate(179deg)
    brightness(95%) contrast(94%);
}

.subscription-letter-head h1 {
  margin: 16px 0 0;
  color: #303030;
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 850;
  line-height: 1.1;
}

.subscription-letter-head p {
  margin: 8px 0 0;
  color: #a4acb8;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
}

.subscription-letter-card {
  --subscription-sign-gap: 28px;

  display: flex;
  width: min(1132px, calc(100vw - 48px));
  margin: clamp(42px, 4.2vw, 68px) auto 0;
  padding: clamp(41px, 4vw, 65px) clamp(41px, 4vw, 65px) var(--subscription-sign-gap);
  flex-direction: column;
  color: #4d4d4d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.1vw, 22px);
  line-height: 1.78;
  background: #ffffff;
  border: 1px solid #e0e3e8;
}

.subscription-letter-card p {
  margin: 0 0 26px;
}

.subscription-letter-card ol {
  margin: 29px 0;
  padding: 0 0 0 42px;
  border-left: 3px solid #5c4ad8;
}

.subscription-letter-card li {
  margin: 10px 0;
}

.subscription-letter-card strong {
  color: #3a3a3a;
  font-weight: 850;
}

.subscription-feedback span {
  display: block;
}

.subscription-cta {
  display: flex;
  min-height: 55px;
  margin-top: 36px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  font-weight: 850;
  font-family: inherit;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, #332a72 0%, #6150d8 100%);
  cursor: pointer;
}

.subscription-letter-card .subscription-sign {
  margin: var(--subscription-sign-gap) 0 0 auto;
  color: #9ba3af;
  font-weight: 700;
  text-align: right;
}

.contact-page {
  background: #f5f5f5;
}

.contact-help {
  display: grid;
  min-height: clamp(840px, 72vh, 860px);
  padding: calc(clamp(84px, 8vh, 112px) + 70px) 24px 500px;
  place-items: start center;
  align-content: start;
  color: #171717;
  text-align: center;
}

.contact-help h1 {
  max-width: min(760px, 100%);
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(34px, 2.75vw, 54px);
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
  text-wrap: balance;
}

.contact-title-line {
  display: inline;
}

.contact-title-line + .contact-title-line::before {
  content: " ";
}

.contact-help p {
  margin: clamp(12px, 1.2vw, 18px) 0 0;
  color: #2b2b2b;
  font-size: clamp(14px, 0.95vw, 17px);
  font-weight: 500;
  line-height: 1.5;
}

.contact-search {
  position: relative;
  width: min(760px, calc(100vw - 64px));
  margin-top: clamp(34px, 3vw, 46px);
}

.contact-search-icon {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 20px;
  height: 20px;
  color: #969da8;
  pointer-events: none;
  transform: translateY(-50%);
}

.contact-search-icon circle,
.contact-search-icon path {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-search input {
  width: 100%;
  height: 54px;
  padding: 0 20px 0 52px;
  color: #171717;
  border: 1px solid #d6d9df;
  border-radius: 6px;
  outline: 0;
  background: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.contact-search input::placeholder {
  color: #8b929e;
  opacity: 1;
}

.contact-search input:focus {
  border-color: #6d5ce6;
  box-shadow: 0 0 0 3px rgba(97, 80, 216, 0.13);
}

.contact-manual-help {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: flex;
  width: 100%;
  height: 50px;
  align-items: center;
  gap: 9px;
  padding: 0 15px;
  color: #0f0f0f;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  background: #ffffff;
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  box-shadow: 0 8px 18px rgba(15, 15, 15, 0.04);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  visibility: hidden;
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.contact-search-manual-open .contact-manual-help {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.contact-manual-help-icon {
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
}

.contact-support-page {
  background: #f5f5f5;
}

.contact-support-content {
  display: grid;
  width: min(1540px, calc(100vw - 80px));
  min-height: 690px;
  margin: 0 auto;
  padding: clamp(88px, 7vw, 128px) 0 clamp(120px, 9vw, 170px);
  grid-template-columns: minmax(0, 1.32fr) minmax(360px, 0.8fr);
  gap: clamp(74px, 8vw, 140px);
  color: #4a4a4a;
}

.contact-support-form-block header {
  margin: 0 0 28px;
}

.contact-support-form-block h1 {
  margin: 0;
  color: #494949;
  font-size: clamp(30px, 2.1vw, 42px);
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.contact-support-form-block header p {
  margin: 18px 0 0;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.support-form {
  display: grid;
  gap: 15px;
}

.support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 28px;
  align-items: start;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  color: #242424;
  border: 1px solid #aeb3bb;
  border-radius: 6px;
  outline: 0;
  background: #ffffff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.support-form input,
.support-form select {
  height: 50px;
  padding: 0 16px;
}

.support-form textarea {
  min-height: 126px;
  padding: 16px;
  resize: vertical;
  line-height: 1.55;
}

.support-form input::placeholder,
.support-form textarea::placeholder {
  color: #565656;
  opacity: 1;
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: #6d5ce6;
  box-shadow: 0 0 0 3px rgba(97, 80, 216, 0.12);
}

.support-select-field {
  position: relative;
  display: block;
}

.support-select-field select {
  appearance: none;
  padding-right: 40px;
  color: #565656;
}

.support-select-chevron {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 18px;
  height: 18px;
  color: #303030;
  pointer-events: none;
  transform: translateY(-50%);
}

.support-select-chevron path,
.support-link svg path {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-privacy {
  max-width: 880px;
  margin: 6px 0 0;
  color: #666;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}

.support-privacy a,
.support-email a {
  color: #003cff;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.support-submit {
  width: 92px;
  height: 48px;
  margin-top: 6px;
  color: #ffffff;
  border: 0;
  border-radius: 5px;
  background: #031126;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
}

.contact-support-aside {
  padding-top: 16px;
  color: #545454;
}

.support-kicker {
  margin: 0 0 20px;
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 850;
}

.contact-support-aside h2,
.contact-support-aside h3 {
  margin: 0;
  color: #4c4c4c;
  font-weight: 850;
  line-height: 1.18;
  letter-spacing: 0;
}

.contact-support-aside h2 {
  font-size: clamp(29px, 2.25vw, 44px);
}

.support-link {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  gap: 4px;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
}

.support-link svg {
  width: 18px;
  height: 18px;
  color: #003cff;
}

.contact-support-aside h3 {
  margin-top: 36px;
  font-size: clamp(29px, 2vw, 40px);
}

.contact-support-aside p:not(.support-kicker):not(.support-email) {
  max-width: 470px;
  margin: 28px 0 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
}

.support-email {
  margin: 28px 0 0;
  color: #464646;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}

.support-feedback-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: grid;
  place-items: start center;
  padding: clamp(92px, 15vh, 170px) 24px 24px;
  background: rgba(8, 9, 14, 0);
  opacity: 0;
  pointer-events: auto;
  transition:
    opacity 220ms ease,
    background-color 220ms ease;
}

.support-feedback-modal-layer-visible {
  background: rgba(8, 9, 14, 0.04);
  opacity: 1;
}

.support-feedback-modal {
  display: grid;
  width: min(820px, calc(100vw - 48px));
  min-height: 188px;
  padding: 28px 34px 30px;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px 36px;
  align-items: end;
  color: #202020;
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  box-shadow:
    0 20px 40px rgba(8, 12, 24, 0.12),
    0 3px 10px rgba(8, 12, 24, 0.06);
  opacity: 0;
  transform: translateY(-12px) scale(0.985);
  transition:
    opacity 260ms ease,
    transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.support-feedback-modal-layer-visible .support-feedback-modal {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.support-feedback-modal h2 {
  grid-column: 1 / -1;
  margin: 0;
  color: #111111;
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.support-feedback-modal p {
  margin: 0;
  color: #6a7282;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 700;
  line-height: 1.6;
}

.support-feedback-modal button {
  width: 220px;
  height: 64px;
  justify-self: end;
  color: #ffffff;
  border: 0;
  background: #031126;
  box-shadow: 0 12px 22px rgba(3, 17, 38, 0.22);
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.waitlist-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(3, 3, 8, 0.5);
  animation: waitlist-layer-in 220ms ease both;
}

.waitlist-modal-layer-closing {
  pointer-events: none;
  animation: waitlist-layer-out 220ms ease both;
}

.waitlist-modal {
  position: relative;
  width: min(500px, calc(100vw - 32px));
  min-height: 286px;
  padding: 36px 34px 40px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  border-radius: 32.022px;
  background: linear-gradient(180deg, #0e0a1b 0%, #393081 100%);
  box-shadow:
    0 10.007px 15.01px -3.002px rgba(0, 0, 0, 0.1),
    0 4.003px 6.004px -4.003px rgba(0, 0, 0, 0.1);
  animation: waitlist-modal-in 260ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.waitlist-modal-layer-closing .waitlist-modal {
  animation: waitlist-modal-out 220ms ease both;
}

.waitlist-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  padding: 0;
  color: #ffffff;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.waitlist-modal-close svg {
  width: 18px;
  height: 18px;
}

.waitlist-modal-close path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.waitlist-kicker {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.waitlist-title-wrap {
  position: relative;
  display: grid;
  min-height: 62px;
  place-items: center;
}

.waitlist-title {
  grid-area: 1 / 1;
  width: 100%;
  margin: 0;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: 0;
  text-wrap: balance;
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.waitlist-title span {
  display: block;
}

.waitlist-title-thanks {
  opacity: 0;
  transform: translateY(8px);
}

.waitlist-modal-submitted .waitlist-title-entry {
  opacity: 0;
  transform: translateY(-8px);
}

.waitlist-modal-submitted .waitlist-title-thanks {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 110ms;
}

.waitlist-subtitle {
  margin: 15px 0 26px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.waitlist-form {
  position: relative;
  width: 340px;
  height: 60px;
  margin: 0 auto;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(12, 9, 25, 0.18),
    0 3px 10px rgba(255, 255, 255, 0.18);
  transform-origin: center;
  transition:
    width 620ms cubic-bezier(0.72, 0, 0.18, 1),
    box-shadow 420ms ease;
}

.waitlist-form-submitted {
  width: 171px;
  box-shadow:
    inset 0 0 0 1px rgba(12, 9, 25, 0.14),
    0 3px 12px rgba(255, 255, 255, 0.2);
}

.waitlist-field {
  display: block;
  height: 100%;
}

.waitlist-field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.waitlist-field input {
  width: 100%;
  height: 100%;
  padding: 0 82px 0 25px;
  color: #151515;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  line-height: 1;
  background: transparent;
  transition:
    opacity 220ms ease,
    transform 360ms ease;
}

.waitlist-field input::placeholder {
  color: #202020;
  opacity: 1;
}

.waitlist-form-submitted .waitlist-field input {
  opacity: 0;
  transform: scaleX(0.72);
}

.waitlist-submit {
  position: absolute;
  top: 50%;
  right: 7px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  overflow: hidden;
  border: 6px solid #000000;
  border-radius: 999px;
  background: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
  transform-origin: center;
  transition:
    right 620ms cubic-bezier(0.72, 0, 0.18, 1),
    width 420ms ease,
    height 420ms ease,
    border-width 420ms ease,
    background 420ms ease,
    transform 620ms cubic-bezier(0.72, 0, 0.18, 1);
}

.waitlist-submit-arrow,
.waitlist-submit-check {
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
}

.waitlist-submit-arrow {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 180ms ease,
    transform 260ms ease;
}

.waitlist-submit-check {
  opacity: 0;
  transform: scale(0.55) rotate(-16deg);
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.2, 1.25, 0.28, 1);
}

.waitlist-submit svg {
  display: block;
}

.waitlist-form-submitted .waitlist-submit {
  right: 50%;
  width: 49px;
  height: 49px;
  border: 8.006px solid var(--color-black-solid, #000);
  border-radius: 99.069px;
  background: var(--color-grey-9640, rgba(245, 245, 245, 0.4));
  cursor: default;
  transform: translate(50%, -50%) rotate(360deg);
}

.waitlist-form-submitted .waitlist-submit-arrow {
  opacity: 0;
  transform: translateX(18px);
}

.waitlist-form-submitted .waitlist-submit-check {
  opacity: 1;
  transform: scale(0.7) rotate(0deg);
  transition-delay: 420ms;
}

@keyframes waitlist-layer-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes waitlist-layer-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes waitlist-modal-in {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes waitlist-modal-out {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateY(8px) scale(0.99);
  }
}

@media (max-width: 560px) {
  .subscription-letter {
    padding: 42px 16px 64px;
  }

  .subscription-letter-head img {
    width: 84px;
  }

  .subscription-letter-head h1 {
    margin-top: 12px;
    font-size: 30px;
    line-height: 1.14;
  }

  .subscription-letter-head p {
    font-size: 14px;
    line-height: 1.35;
  }

  .subscription-letter-card {
    --subscription-sign-gap: 20px;

    width: calc(100vw - 32px);
    margin-top: 34px;
    padding: 30px 22px 26px;
    font-size: 16px;
    line-height: 1.72;
    overflow-wrap: anywhere;
  }

  .subscription-letter-card p {
    margin-bottom: 20px;
  }

  .subscription-letter-card ol {
    margin: 22px 0;
    padding-left: 22px;
    border-left-width: 2px;
  }

  .subscription-letter-card li {
    margin: 8px 0;
  }

  .subscription-cta {
    min-height: 50px;
    margin-top: 28px;
    letter-spacing: 0.04em;
  }

  .contact-help {
    min-height: 620px;
    padding: 128px 18px 220px;
  }

  .contact-help h1 {
    max-width: 340px;
    font-size: 31px;
    line-height: 1.18;
  }

  .contact-title-line {
    display: block;
  }

  .contact-title-line + .contact-title-line::before {
    content: none;
  }

  .contact-help p {
    font-size: 15px;
  }

  .contact-search {
    width: min(100%, 420px);
  }

  .contact-search input {
    height: 50px;
  }

  .contact-manual-help {
    height: 48px;
    padding: 0 13px;
  }

  .contact-support-content {
    width: min(100%, calc(100vw - 36px));
    min-height: 0;
    padding: 66px 0 92px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .contact-support-form-block h1,
  .contact-support-aside h2,
  .contact-support-aside h3 {
    font-size: 29px;
  }

  .support-form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .contact-support-aside {
    padding-top: 0;
  }

  .support-feedback-modal-layer {
    padding: 88px 14px 18px;
  }

  .support-feedback-modal {
    min-height: 220px;
    padding: 24px 20px 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .support-feedback-modal button {
    width: 100%;
    height: 56px;
  }

  .waitlist-modal-layer {
    padding: 14px;
  }

  .waitlist-modal {
    min-height: 276px;
    padding: 34px 20px 36px;
    border-radius: 26px;
  }

  .waitlist-kicker {
    font-size: 14px;
  }

  .waitlist-title-wrap {
    min-height: 58px;
  }

  .waitlist-title {
    font-size: 23px;
  }

  .waitlist-subtitle {
    font-size: 12px;
  }

  .waitlist-form {
    width: min(340px, 100%);
  }

  .waitlist-form-submitted {
    width: 171px;
  }
}

.phase-copy {
  position: absolute;
  z-index: 12;
  color: #fff;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.42);
  will-change: transform, opacity;
}

.phase-copy > * {
  will-change: transform, opacity, filter;
}

.phase-copy h1,
.phase-copy h2 {
  margin: 0;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.phase-copy .launch-title {
  display: inline-flex;
  align-items: center;
  gap: 0.16em;
  line-height: 1;
  white-space: nowrap;
}

.launch-title-en,
.launch-title-cn {
  display: block;
  flex: 0 0 auto;
  line-height: 1;
}

.launch-title-cn {
  transform: translateY(-0.01em);
}

.phase-copy h1,
.phase-copy-left h2,
.phase-copy-center h2 {
  font-size: clamp(40px, 4.2vw, 64px);
}

.phase-copy-intro h1,
.phase-copy-left h2,
.phase-copy-center h2 {
  white-space: nowrap;
}

.phase-copy p {
  max-width: 740px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 24px);
  line-height: 1.58;
}

.phase-copy-intro {
  top: 35.2%;
  right: 0;
  left: 0;
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
}

.phase-copy-intro p,
.phase-copy-center p {
  margin-right: auto;
  margin-left: auto;
}

.phase-copy-left {
  top: 38%;
  left: 11%;
  width: min(980px, calc(100% - 56px));
}

.phase-copy-center {
  top: 43%;
  right: 0;
  left: 0;
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  text-align: center;
}

.phase-copy-metrics {
  bottom: 7%;
  left: 6.2%;
  width: min(1180px, calc(100% - 56px));
}

.phase-copy-metrics h2 {
  font-size: clamp(34px, 3.35vw, 56px);
}

.phase-copy-metrics p {
  max-width: 720px;
  margin-top: 18px;
}

.metric-line {
  display: block;
}

.metric-line-nowrap {
  white-space: nowrap;
}

.primary-link {
  min-width: 166px;
  margin-top: 34px;
  box-shadow: 0 18px 48px rgba(127, 92, 255, 0.22);
}

.primary-link::after {
  margin-left: 12px;
  content: ">";
}

.play-button {
  position: relative;
  width: 42px;
  height: 26px;
  margin-top: 42px;
  cursor: pointer;
  background: rgba(3, 6, 17, 0.26);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 999px;
}

.play-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: translate(-35%, -50%);
}

.mini-links {
  position: absolute;
  right: 50%;
  bottom: 5.2%;
  z-index: 12;
  display: flex;
  width: min(500px, calc(100% - 48px));
  gap: 40px;
  transform: translateX(50%);
}

.mini-link {
  position: relative;
  flex: 1;
  padding-bottom: 11px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.mini-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: rgba(255, 255, 255, 0.86);
}

.scroll-cue {
  position: absolute;
  right: 5.2%;
  bottom: 5.5%;
  z-index: 12;
  display: grid;
  width: 34px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  place-items: center;
}

.scroll-cue span {
  position: relative;
  width: 3px;
  height: 34px;
  background: #ffffff;
}

.scroll-cue span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  content: "";
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translateX(-50%) rotate(45deg);
}

.growth-continuation {
  --mosaic-design-w: 1441;
  --mosaic-design-h: 2063;
  --mosaic-board-top: 72px;

  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--theme-ink, #fff);
  background: var(--growth-surface);
}

.growth-preview-stable {
  --growth-surface: #000000;
  --growth-surface-light: #ffffff;
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-soft: rgba(255, 255, 255, 0.66);
  --theme-line: rgba(255, 255, 255, 0.18);
  --theme-nav-bg: rgba(4, 6, 14, 0.46);
  --theme-button-bg: #ffffff;
  --theme-button-ink: #080810;
  --theme-copy-shadow: 0 20px 52px rgba(0, 0, 0, 0.62);
  --theme-card-shadow: none;
  --theme-video-filter: brightness(0.9) contrast(1.08) saturate(0.95);
  --theme-video-card-bg: #111111;
  --theme-control-border: rgba(255, 255, 255, 0.045);
  --theme-title-start: #ffffff;
  --theme-title-end: rgba(255, 255, 255, 0.35);
}

.growth-preview-spacer {
  min-height: 1600px;
  pointer-events: none;
}

.mosaic-hero {
  position: relative;
  min-height: calc(100vw * 2063 / 1441 + 72px);
  overflow: hidden;
  background: var(--growth-surface);
}

.growth-preview-stable .mosaic-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: var(--growth-surface-light);
  clip-path: inset(0 0 0 var(--theme-split-x, 100%));
}

.mosaic-hero::after {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  content: "";
  background: var(--theme-mosaic-scrim, transparent);
}

.mosaic-board {
  position: absolute;
  top: var(--mosaic-board-top, 72px);
  left: 50%;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1441 / 2063;
  transform: translateX(-50%);
}

.mosaic-tile {
  position: absolute;
}

.mosaic-video-card {
  isolation: isolate;
  overflow: hidden;
  background: var(--theme-video-card-bg, #111);
  border: 1px solid var(--theme-control-border, rgba(255, 255, 255, 0.045));
  border-radius: 7px;
  box-shadow: var(--theme-card-shadow, 0 28px 80px rgba(0, 0, 0, 0.48));
}

.mosaic-video-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(184deg, #000 28.65%, rgba(68, 68, 68, 0.5) 91.3%);
  opacity: 0.7;
}

.mosaic-video-card video {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--theme-video-filter, brightness(0.9) contrast(1.08) saturate(0.95));
}

/* Column 1 (tiles 1, 4, 7) — design width 434 / 1441 */
.mosaic-tile-1,
.mosaic-tile-4,
.mosaic-tile-7 {
  left: 0;
  width: calc(434 / 1441 * 100%);
}

/* Column 2 (tiles 10, 2, 5, 8) — design width 535 / 1441 */
.mosaic-tile-10,
.mosaic-tile-2,
.mosaic-tile-5,
.mosaic-tile-8 {
  left: calc(468 / 1441 * 100%);
  width: calc(535 / 1441 * 100%);
}

/* Column 3 (tiles 3, 6, 9) — design width 404 / 1441 */
.mosaic-tile-3,
.mosaic-tile-6,
.mosaic-tile-9 {
  left: calc(1037 / 1441 * 100%);
  width: calc(404 / 1441 * 100%);
}

/* Row heights scale against the 2063px design canvas */
.mosaic-tile-10 {
  top: calc(36 / 2063 * 100%);
  height: calc(300 / 2063 * 100%);
  background: #000;
  border-radius: 7px;
}

.mosaic-tile-1 {
  top: calc(84 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-3 {
  top: calc(126 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-2 {
  top: calc(353 / 2063 * 100%);
  height: calc(688 / 2063 * 100%);
}

.mosaic-tile-4 {
  top: calc(703 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-6 {
  top: calc(745 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-5 {
  top: calc(1058 / 2063 * 100%);
  height: calc(300 / 2063 * 100%);
}

.mosaic-tile-7 {
  top: calc(1322 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-9 {
  top: calc(1364 / 2063 * 100%);
  height: calc(602 / 2063 * 100%);
}

.mosaic-tile-8 {
  top: calc(1375 / 2063 * 100%);
  height: calc(688 / 2063 * 100%);
}

.mosaic-copy {
  position: relative;
  z-index: 12;
  display: flex;
  width: 100%;
  min-height: 690px;
  margin: 0 auto;
  padding: 160px 24px 0;
  align-items: center;
  flex-direction: column;
  text-align: center;
  text-shadow: var(--theme-copy-shadow, 0 20px 52px rgba(0, 0, 0, 0.62));
}

.mosaic-copy-light {
  display: none;
}

.growth-preview-stable .mosaic-copy-light {
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-soft: rgba(255, 255, 255, 0.66);
  --theme-line: rgba(7, 17, 31, 0.16);
  --theme-button-bg: #07111f;
  --theme-button-ink: #ffffff;
  --theme-copy-shadow: none;
  --theme-title-start: #ffffff;
  --theme-title-end: rgba(255, 255, 255, 0.35);

  position: absolute;
  inset: 0;
  z-index: 13;
  display: flex;
  color: #07111f;
  pointer-events: none;
  clip-path: inset(0 0 0 var(--theme-split-x, 100%));
}

.growth-preview-stable .mosaic-copy-light .mosaic-pill {
  --theme-muted-strong: rgba(7, 17, 31, 0.84);
  --theme-nav-bg: rgba(250, 253, 255, 0.78);
  --theme-line: rgba(7, 17, 31, 0.16);
}

.mosaic-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.86));
  font-size: 16px;
  font-weight: 700;
  background: var(--theme-nav-bg, rgba(255, 255, 255, 0.1));
  border: 1px solid var(--theme-line, rgba(255, 255, 255, 0.28));
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.mosaic-copy h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 1160px;
  margin: 24px 0 0;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
  background: linear-gradient(
    108deg,
    var(--theme-title-start, #fff) 28%,
    var(--theme-title-end, rgba(255, 255, 255, 0.35)) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mosaic-copy h2 span,
.mosaic-copy h2 strong {
  display: block;
}

.mosaic-copy h2 strong {
  font: inherit;
}

.mosaic-title-line {
  padding-bottom: 0.04em;
  white-space: nowrap;
}

.mosaic-copy p {
  max-width: min(1120px, 100%);
  margin: 22px 0 0;
  color: var(--theme-muted, rgba(255, 255, 255, 0.76));
  font-size: 15px;
  line-height: 1.72;
}

.mosaic-copy p span {
  display: block;
  white-space: nowrap;
}

.mosaic-start {
  display: inline-flex;
  min-width: 142px;
  min-height: 44px;
  margin-top: 38px;
  align-items: center;
  justify-content: center;
  color: var(--theme-button-ink, #0d0d0d);
  font-size: 13px;
  font-weight: 800;
  background: var(--theme-button-bg, #fff);
  border: 1px solid var(--theme-line, transparent);
  border-radius: 999px;
  box-shadow: 0 22px 54px rgba(255, 255, 255, 0.18);
}

.growth-preview-stable .mosaic-copy-light .mosaic-start {
  box-shadow: none;
}

.mosaic-kicker {
  margin-top: 58px;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.86));
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.mosaic-device-gradient {
  display: block;
  width: 2px;
  height: 74px;
  margin-top: 10px;
  background: linear-gradient(180deg, var(--theme-ink, #fff) 0%, rgba(255, 255, 255, 0) 100%);
}

.interest-section {
  --interest-border-1: #48e7ea;
  --interest-border-2: #4853ea;
  --interest-border-3: #48e7ea;
  --interest-border-4: #4853ea;
  --interest-border-5: #ead248;
  --interest-border-6: #ea7348;
  --interest-border-7: #48e7ea;
  --interest-pad-x: clamp(16px, 1.9444vw, 28px);
  --interest-pad-top: clamp(96px, 12vw, 220px);
  --interest-pad-bottom: 0px;
  --interest-cloud-gutter: clamp(64px, 13.8888vw, 200px);
  --interest-cloud-pad-y: clamp(11.2px, 1.1666vw, 16.8px);
  --interest-cloud-margin: clamp(36px, 3.8889vw, 56px);
  --interest-cloud-gap: clamp(22.4px, 2.9166vw, 42px);
  --interest-row-gap: clamp(19.6px, 2.3334vw, 33.6px);
  --interest-title-size: var(--marketing-intro-title-size);
  --interest-copy-size: var(--marketing-intro-copy-size);
  --interest-copy-margin: clamp(18px, 1.9444vw, 28px);
  --interest-chip-font: clamp(18.2px, 1.75vw, 25.2px);
  --interest-chip-pad-y: clamp(14px, 1.5567vw, 22.4154px);
  --interest-chip-pad-x: clamp(19.6px, 2.3349vw, 33.6238px);
  --interest-plain-font: clamp(25.2px, 2.7825vw, 40.068px);
  --interest-symbol-size: clamp(30.8px, 3.2084vw, 46.2px);

  position: relative;
  z-index: 9;
  padding: var(--interest-pad-top) var(--interest-pad-x) var(--interest-pad-bottom);
  overflow: hidden;
  text-align: center;
  color: var(--theme-ink, #fff);
  background: var(--growth-surface);
}

.interest-section-split {
  --interest-boundary-overlap: 8px;
  --growth-surface: #000000;
  --theme-ink: #ffffff;
  --theme-muted-strong: rgba(255, 255, 255, 0.9);

  margin-bottom: calc(var(--interest-boundary-overlap) * -1);
  margin-top: calc(var(--interest-boundary-overlap) * -1);
  padding-bottom: var(--interest-boundary-overlap);
  padding-top: calc(var(--interest-pad-top) + var(--interest-boundary-overlap));
  background: #000000;
}

.interest-section-split::before {
  position: absolute;
  inset: 0 0 -1px;
  z-index: 0;
  content: "";
  background: var(--theme-light-surface, #f5f8ff);
  clip-path: inset(0 0 0 var(--theme-split-x));
}

.interest-copy {
  position: relative;
  z-index: 1;
}

.interest-copy-light {
  --theme-ink: #07111f;
  --theme-muted-strong: rgba(7, 17, 31, 0.84);

  position: absolute;
  top: var(--interest-pad-top);
  right: var(--interest-pad-x);
  left: var(--interest-pad-x);
  z-index: 2;
  color: var(--theme-ink);
  pointer-events: none;
  clip-path: inset(0 0 0 var(--theme-split-x));
}

.interest-section-split .interest-copy-light {
  top: calc(var(--interest-pad-top) + var(--interest-boundary-overlap));
}

.post-interest-sections {
  position: relative;
  display: flow-root;
  background: var(--growth-surface);
}

.post-interest-sections .core-features {
  margin-top: -1px;
}

.persistent-data-chrome {
  position: sticky;
  top: 0;
  z-index: 40;
}

.split-data-chrome {
  position: sticky;
  top: 0;
  z-index: 65;
  height: var(--split-chrome-height, 112px);
  margin-bottom: calc(var(--split-chrome-height, 112px) * -1);
  overflow: hidden;
  isolation: isolate;
  background: #050813;
  contain: paint;
  opacity: var(--split-chrome-progress, 0);
  pointer-events: none;
  transform: translate3d(0, var(--split-chrome-y, -16px), 0);
  transition:
    opacity 80ms linear,
    transform 80ms linear,
    height 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    margin-bottom 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0s linear 80ms;
  visibility: hidden;
  will-change: opacity, transform;
}

.split-data-chrome::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 4;
  height: 3px;
  pointer-events: none;
  content: "";
  background: #050813;
}

.theme-split-chrome-visible .split-data-chrome {
  visibility: visible;
  transition:
    opacity 80ms linear,
    transform 80ms linear,
    height 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    margin-bottom 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    visibility 0s;
}

.theme-split-chrome-pinned .split-data-chrome {
  pointer-events: auto;
}

.split-data-chrome-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateZ(0);
}

.split-data-chrome-dark {
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-line: rgba(255, 255, 255, 0.18);
  --theme-control-border: rgba(255, 255, 255, 0.12);
  --theme-button-bg: #ffffff;
  --theme-button-ink: #080810;

  color: #ffffff;
}

.split-data-chrome-light {
  --theme-ink: #07111f;
  --theme-muted: rgba(7, 17, 31, 0.7);
  --theme-muted-strong: rgba(7, 17, 31, 0.84);
  --theme-line: rgba(7, 17, 31, 0.16);
  --theme-control-border: rgba(15, 32, 54, 0.14);
  --theme-button-bg: #07111f;
  --theme-button-ink: #ffffff;

  color: #07111f;
  pointer-events: none;
  clip-path: inset(0 calc(100% - var(--theme-split-x)) 0 0);
}

.split-control-bar {
  position: relative;
  z-index: 3;
  background: #050813;
  border-bottom: 0;
  backdrop-filter: none;
  box-shadow: 0 1px 0 #050813;
}

.split-primary-nav {
  position: relative;
  z-index: 1;
  background: #050813;
  border-top: 0;
  border-bottom: 0;
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition:
    clip-path 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 140ms ease,
    visibility 0s;
  will-change: clip-path, opacity;
}

.theme-split-nav-collapsed .split-data-chrome {
  height: var(--split-control-bar-height, 58px);
  margin-bottom: calc(var(--split-control-bar-height, 58px) * -1);
}

.theme-split-nav-collapsed .split-primary-nav {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  transition:
    clip-path 240ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 140ms ease,
    visibility 0s linear 240ms;
}

@media (prefers-reduced-motion: reduce) {
  .split-data-chrome,
  .theme-split-chrome-visible .split-data-chrome,
  .split-primary-nav {
    transition-duration: 1ms;
  }
}

.split-data-chrome-light .split-control-bar {
  background: #cfe3f6;
}

.split-data-chrome-light .menu-icon {
  filter: brightness(0) saturate(100%) invert(7%) sepia(24%) saturate(1308%) hue-rotate(180deg)
    brightness(96%) contrast(96%);
}

.split-data-chrome-light .language-icon-wrap svg path {
  fill: var(--theme-ink);
}

.persistent-data-chrome .control-bar {
  background: var(--theme-control-bg, rgba(4, 6, 14, 0.86));
}

.interest-section h2 {
  margin: 0;
  font-size: var(--interest-title-size);
  font-weight: 850;
  line-height: var(--marketing-intro-title-line-height);
  letter-spacing: 0;
}

.interest-section p {
  margin: var(--interest-copy-margin) auto 0;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.9));
  font-size: var(--interest-copy-size);
  line-height: var(--marketing-intro-copy-line-height);
}

.interest-section p span {
  display: block;
  white-space: nowrap;
}

.interest-cloud {
  position: relative;
  z-index: 3;
  width: calc(100vw - var(--interest-cloud-gutter));
  margin: var(--interest-cloud-margin) auto 0;
  margin-left: 50%;
  padding: var(--interest-cloud-pad-y) 0;
  overflow: hidden;
  transform: translateX(-50%);
}

.interest-cloud-layer {
  display: grid;
  gap: var(--interest-cloud-gap);
}

.interest-cloud-layer-light {
  position: absolute;
  top: var(--interest-cloud-pad-y);
  right: 0;
  left: 0;
  color: #07111f;
  pointer-events: none;
  clip-path: inset(0 0 0 var(--theme-split-x));
}

.interest-marquee {
  display: flex;
  width: max-content;
  animation-duration: 18s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-play-state: running;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.interest-marquee:hover {
  animation-play-state: paused;
}

.interest-cloud:has(.interest-marquee:nth-child(1):hover) .interest-marquee:nth-child(1),
.interest-cloud:has(.interest-marquee:nth-child(2):hover) .interest-marquee:nth-child(2),
.interest-cloud:has(.interest-marquee:nth-child(3):hover) .interest-marquee:nth-child(3),
.interest-cloud:has(.interest-marquee:nth-child(4):hover) .interest-marquee:nth-child(4) {
  animation-play-state: paused;
}

.interest-marquee-left {
  animation-name: interest-marquee-left;
}

.interest-marquee-right {
  animation-name: interest-marquee-right;
}

.interest-row {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--interest-row-gap);
  padding-right: var(--interest-row-gap);
  flex-wrap: nowrap;
  transform: translate3d(0, 0, 0);
}

.interest-chip {
  position: relative;

  display: inline-flex;
  padding: var(--interest-chip-pad-y) var(--interest-chip-pad-x);
  align-items: center;
  justify-content: center;
  color: var(--theme-chip-ink, #2e3442);
  font-size: var(--interest-chip-font);
  line-height: 1;
  white-space: nowrap;
  background:
    linear-gradient(var(--theme-chip-bg, #f6fcff), var(--theme-chip-bg, #f6fcff)) padding-box,
    conic-gradient(
        from var(--chip-glow-angle, 0deg),
        #6ff1ff,
        #8f7cff,
        #ff8bd4,
        #fff1a6,
        #7effde,
        #6ff1ff
      )
      border-box;
  border: 2px solid transparent;
  border-radius: 16788858px;
  animation: interest-chip-glow 6s linear infinite;
}

.interest-row .interest-chip:nth-child(7n + 1) {
  animation-delay: -0.2s;
}
.interest-row .interest-chip:nth-child(7n + 2) {
  animation-delay: -1.1s;
}
.interest-row .interest-chip:nth-child(7n + 3) {
  animation-delay: -2.3s;
}
.interest-row .interest-chip:nth-child(7n + 4) {
  animation-delay: -3.4s;
}
.interest-row .interest-chip:nth-child(7n + 5) {
  animation-delay: -4.1s;
}
.interest-row .interest-chip:nth-child(7n + 6) {
  animation-delay: -5.2s;
}
.interest-row .interest-chip:nth-child(7n) {
  animation-delay: -2.7s;
}

.interest-chip-placeholder {
  visibility: hidden;
  animation: none;
}

.interest-plain {
  color: #ffffff;
  font-family: var(--font-family-Font-1, Helvetica), Arial, sans-serif;
  font-size: var(--interest-plain-font);
  font-style: normal;
  font-weight: var(--font-weight-300, 300);
  line-height: 1.259;
  text-align: center;
  white-space: nowrap;
}

.interest-cloud-layer-light .interest-plain {
  color: #07111f;
}

.interest-symbol {
  display: inline-grid;
  width: var(--interest-symbol-size);
  height: var(--interest-symbol-size);
  flex: 0 0 auto;
  color: #ffffff;
  place-items: center;
}

.interest-cloud-layer-light .interest-symbol {
  color: #07111f;
}

.interest-symbol svg {
  display: block;
  width: 100%;
  height: 100%;
}

.interest-symbol svg path {
  fill: currentColor;
}

@media (max-width: 560px) {
  .interest-section {
    --interest-cloud-gutter: 32px;
    --interest-cloud-gap: 18px;
    --interest-row-gap: 12px;
    --interest-chip-font: clamp(15px, 4.2vw, 17px);
    --interest-chip-pad-y: 10px;
    --interest-chip-pad-x: 14px;
    --interest-plain-font: clamp(20px, 5.6vw, 24px);
    --interest-symbol-size: 28px;
  }

  .interest-cloud {
    width: min(100%, calc(100vw - var(--interest-cloud-gutter)));
  }

  .interest-marquee {
    animation-duration: 22s;
  }
}

.core-features {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--theme-ink, #fff);
  text-align: center;
  background-color: #000;
}

.theme-layer-light .core-features {
  background-color: #fefdfd;
}

.core-features-en {
  min-height: max(1280px, calc(100vw * 1134 / 1440 + 220px));
}

.core-features-bg {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  pointer-events: none;
}

.core-features-en .core-features-bg {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.core-features-bg-light {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.theme-layer-light .core-features-bg-light {
  opacity: 1;
}

.core-features-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  padding: 0 min(2.8vw, 64px);
}

.core-features-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(14.1593vw, 320px);
}

.core-features h2 {
  margin: 0;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.9));
  font-size: var(--marketing-intro-title-size);
  font-weight: 400;
  line-height: var(--marketing-intro-title-line-height);
  letter-spacing: 0;
}

.core-features-intro > p {
  margin: min(0.708vw, 16px) 0 0;
  color: var(--theme-soft, rgba(255, 255, 255, 0.66));
  font-size: var(--marketing-intro-copy-size);
  line-height: var(--marketing-intro-copy-line-height);
}

.core-features-cta {
  display: inline-flex;
  min-width: var(--marketing-intro-cta-min-width);
  min-height: var(--marketing-intro-cta-min-height);
  margin-top: var(--marketing-intro-cta-margin-top);
  padding: 0 var(--marketing-intro-cta-pad-x);
  align-items: center;
  justify-content: center;
  color: var(--theme-button-ink, #080810);
  font-size: var(--marketing-intro-cta-font-size);
  font-weight: 800;
  text-decoration: none;
  background: var(--theme-button-bg, #fff);
  border-radius: 999px;
}

.core-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: min(0.7301vw, 16.5px);
  row-gap: min(1.4602vw, 33px);
  width: 95%;
  margin: min(30.0885vw, 680px) auto 0;
}

.core-feature-card {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  text-shadow: var(--theme-copy-shadow, 0 8px 20px rgba(0, 0, 0, 0.58));
}

.theme-layer-light .core-feature-card {
  text-shadow: none;
}

.core-feature-card img {
  display: block;
  width: min(3.1394vw, 70.95px);
  height: min(3.1394vw, 70.95px);
  object-fit: contain;
  filter: var(--theme-logo-filter, none);
}

.core-feature-card h3 {
  margin: min(1.0212vw, 23.1px) 0 0;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.88));
  font-size: min(1.1754vw, 26.565px);
  font-weight: 500;
  line-height: 1.3;
}

.core-feature-card p {
  max-width: min(18.8363vw, 425.7px);
  margin: min(0.5111vw, 11.55px) 0 0;
  color: var(--theme-soft, rgba(255, 255, 255, 0.58));
  font-size: min(1.0495vw, 23.71875px);
  line-height: 1.55;
}

@media (max-width: 1200px) {
  .core-features {
    min-height: max(1120px, calc(100vw * 1134 / 1440));
  }

  .core-features-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .core-features-content {
    padding: 0 18px;
  }

  .core-features-intro {
    margin-top: clamp(120px, 16vw, 176px);
  }

  .core-features-intro > p {
    max-width: 34em;
  }

  .core-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 34px;
    width: min(760px, 86%);
    margin-top: clamp(148px, 20vw, 232px);
  }

  .core-feature-card img {
    width: 48px;
    height: 48px;
  }

  .core-feature-card h3 {
    margin-top: 14px;
    font-size: 19px;
  }

  .core-feature-card p {
    max-width: 310px;
    margin-top: 8px;
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .core-features {
    min-height: 1560px;
  }

  .core-features-intro {
    margin-top: 92px;
  }

  .core-feature-grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
    width: min(420px, 86%);
    margin-top: 120px;
  }
}

.nvidia-insight {
  position: relative;
  overflow: hidden;
  color: var(--theme-ink, #fff);
  background: var(--growth-surface, #000);
}

.nvidia-insight-image {
  display: block;
  width: 100%;
  height: auto;
  filter: var(--theme-asset-filter, none);
}

.nvidia-insight-mask {
  position: absolute;
  inset: 0;
  background: var(--theme-nvidia-mask, linear-gradient(66deg, #000 8.54%, rgba(0, 0, 0, 0) 90.66%));
}

.nvidia-insight-copy {
  position: absolute;
  top: 22%;
  left: 6.7%;
  z-index: 1;
  width: 44%;
  container-type: inline-size;
}

.nvidia-insight-eyebrow {
  margin: 0 0 1.7vw;
  color: var(--theme-soft, rgba(255, 255, 255, 0.68));
  font-size: clamp(11px, 2.6cqw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nvidia-insight h2 {
  margin: 0;
  color: var(--theme-ink, #fff);
  font-size: clamp(20px, 6.1cqw, 54px);
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
}

.nvidia-insight h2 span {
  display: block;
  white-space: nowrap;
}

.nvidia-insight-copy > p:not(.nvidia-insight-eyebrow) {
  margin: 2.2vw 0 0;
  color: var(--theme-muted, rgba(255, 255, 255, 0.78));
  font-size: clamp(13px, 3.2cqw, 25px);
  line-height: 1.55;
}

.nvidia-insight-link {
  display: inline-flex;
  min-height: 32px;
  margin-top: 2.8vw;
  align-items: center;
  gap: 10px;
  color: var(--theme-ink, #fff);
  font-size: clamp(13px, 2.4cqw, 18px);
  font-weight: 700;
}

.nvidia-insight-link svg {
  display: block;
  width: 19px;
  height: 20px;
  flex: 0 0 19px;
}

.follow-section {
  display: grid;
  min-height: clamp(420px, 27.34vw, 620px);
  margin-top: clamp(36px, 4vw, 80px);
  grid-template-columns: 1fr 1fr;
  color: var(--theme-ink, #fff);
  background: var(--growth-surface, #000);
}

.follow-panel,
.follow-photo {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.follow-panel {
  background: var(--theme-follow-panel-bg, #03101e);
}

.follow-panel-image {
  position: absolute;
  inset: 0;
  display: none;
  width: 200%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.follow-panel-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(270deg, #45388e 0%, #251a5b 60.1%),
    var(--color-azure-660, rgba(3, 16, 30, 0.6));
  backdrop-filter: blur(25.017372131347656px);
}

.theme-layer-light .follow-panel-overlay {
  background: #ebf6ff;
  backdrop-filter: none;
}

.follow-content {
  position: relative;
  z-index: 1;
  width: min(75.5%, 768px);
  margin: 0 auto;
  padding-top: clamp(56px, 4.1vw, 92px);
  padding-bottom: clamp(40px, 3vw, 72px);
}

.follow-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
}

.follow-topline h2 {
  margin: 0;
  color: var(--theme-ink, #fff);
  font-size: clamp(22px, 1.35vw, 32px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.follow-topline a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.9));
  font-size: clamp(14px, 0.83vw, 18px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.follow-link-arrow {
  width: 13px;
  height: 10px;
  flex: 0 0 13px;
}

.follow-rule {
  height: 1px;
  margin-top: clamp(18px, 1.25vw, 28px);
  background: var(--theme-line, rgba(255, 255, 255, 0.82));
}

.follow-kicker {
  margin: clamp(34px, 2.4vw, 54px) 0 0;
  color: var(--theme-ink, #fff);
  font-size: clamp(13px, 0.72vw, 16px);
  font-weight: 800;
  line-height: 1.3;
}

.follow-heading {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--theme-ink, #fff);
  font-size: clamp(28px, 1.85vw, 42px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
  text-wrap: pretty;
}

.follow-form {
  display: grid;
  margin-top: clamp(18px, 1.25vw, 28px);
  grid-template-columns: minmax(0, 1fr) clamp(112px, 6.45vw, 150px);
  gap: clamp(18px, 1.15vw, 26px);
}

.follow-form input,
.follow-form button {
  height: clamp(54px, 3.9vw, 72px);
  border: 0;
  border-radius: 6px;
  font-family: inherit;
  font-size: clamp(16px, 0.95vw, 20px);
}

.follow-form input {
  min-width: 0;
  padding: 0 20px;
  color: #121820;
  background: rgba(255, 255, 255, 0.96);
}

.follow-form input::placeholder {
  color: rgba(18, 24, 32, 0.48);
}

.follow-form button {
  color: rgba(3, 16, 30, 0.38);
  font-weight: 700;
  background: #e2f0ff;
}

.follow-legal {
  max-width: 720px;
  margin: clamp(14px, 0.95vw, 20px) 0 0;
  color: var(--theme-muted-strong, rgba(255, 255, 255, 0.86));
  font-size: clamp(11px, 0.62vw, 14px);
  line-height: 1.55;
}

.follow-legal a {
  color: #6ca7ff;
}

.follow-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--theme-asset-filter, none);
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--theme-ink, #fff);
  background: var(--theme-footer-bg, #000) url("/assets/pics/黑footer.png") center 34% / auto 132%
    no-repeat;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(78.2vw, 1780px);
  margin: 0 auto;
  padding: clamp(67px, 4.46vw, 101px) 0 clamp(46px, 3.74vw, 84px);
  grid-template-columns: 320px minmax(0, 1fr);
  column-gap: clamp(160px, 20vw, 460px);
}

.footer-brand-block {
  grid-column: 1;
  width: 320px;
}

.footer-logo-mark {
  display: block;
  width: 139px;
  height: 141px;
  object-fit: contain;
  filter: var(--theme-logo-filter, none);
}

.footer-email {
  margin: clamp(32px, 1.98vw, 45px) 0 0;
  color: var(--theme-muted, rgba(255, 255, 255, 0.82));
  font-size: clamp(14px, 0.83vw, 18px);
  line-height: 1.4;
  white-space: nowrap;
}

.footer-socials {
  display: flex;
  gap: 22px;
  margin-top: 24px;
}

.footer-social {
  display: flex;
  width: 36.025px;
  height: 36.025px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1.001px solid var(--theme-line, var(--color-white-20, rgba(255, 255, 255, 0.2)));
  border-radius: 18.013px;
}

.footer-social svg {
  display: block;
}

.footer-nav {
  display: grid;
  grid-column: 2;
  width: 100%;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(72px, 6.4vw, 148px);
}

.footer-nav h3 {
  margin: 0 0 24px;
  color: var(--theme-ink, #fff);
  font-size: clamp(20px, 1vw, 24px);
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.footer-nav a {
  display: block;
  margin-top: 14px;
  color: var(--theme-soft, rgba(255, 255, 255, 0.62));
  font-size: clamp(16px, 0.88vw, 20px);
  line-height: 1.35;
}

.footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  margin-top: clamp(75px, 4.68vw, 108px);
  padding-top: clamp(20px, 1.22vw, 27px);
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  border-top: 1px solid var(--theme-line, rgba(255, 255, 255, 0.55));
}

.footer-bottom p {
  margin: 0;
  color: var(--theme-soft, rgba(255, 255, 255, 0.38));
  font-size: clamp(13px, 0.72vw, 16px);
  line-height: 1.55;
}

.footer-bottom p:last-child {
  text-align: right;
}

.theme-layer-light .brand-mark img,
.theme-layer-light .menu-icon {
  filter: var(--theme-logo-filter);
}

.theme-layer-light .language-icon-wrap svg path,
.theme-layer-light .interest-symbol svg path,
.theme-layer-light .footer-social svg path {
  fill: var(--theme-ink);
}

.theme-layer-light .ticker-group span:first-child {
  color: #107f61;
}

.theme-layer-light .mosaic-copy,
.theme-layer-light .nvidia-insight {
  --theme-ink: #ffffff;
  --theme-muted: rgba(255, 255, 255, 0.76);
  --theme-muted-strong: rgba(255, 255, 255, 0.9);
  --theme-soft: rgba(255, 255, 255, 0.66);
  --theme-title-start: #ffffff;
  --theme-title-end: rgba(255, 255, 255, 0.35);
}

.theme-layer-light .mosaic-pill {
  --theme-muted-strong: rgba(7, 17, 31, 0.84);
  --theme-nav-bg: rgba(250, 253, 255, 0.78);
  --theme-line: rgba(7, 17, 31, 0.16);
}

.theme-layer-light .site-footer {
  border-radius: 0;
  padding-bottom: 2px;
  background: lightgray url("/assets/pics/白footer.png") 50% / cover no-repeat;
}

.theme-layer-light .site-footer::before {
  content: none;
}

@property --chip-glow-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes interest-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-16.6666667%, 0, 0);
  }
}

@keyframes interest-marquee-right {
  from {
    transform: translate3d(-16.6666667%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes interest-chip-glow {
  from {
    --chip-glow-angle: 0deg;
  }

  to {
    --chip-glow-angle: 360deg;
  }
}

@keyframes ticker-loop {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

@keyframes language-swap {
  from {
    opacity: 0;
    transform: rotate(-18deg) scale(0.72);
  }

  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@media (max-width: 900px) {
  .theme-split-experience {
    --split-chrome-height: 100px;
  }

  .sequence-sticky {
    min-height: 680px;
  }

  .intro-header {
    height: 70px;
    padding: 10px 20px;
  }

  .final-brand {
    top: 42px;
    left: 24px;
  }

  .brand {
    gap: 10px;
    font-size: 22px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .top-actions {
    gap: 8px;
  }

  .control-bar {
    grid-template-columns: auto 1fr auto;
    height: 58px;
    padding: 0 16px;
  }

  .control-bar-title {
    justify-self: center;
    font-size: 20px;
  }

  .control-bar .top-actions {
    gap: 6px;
  }

  .menu-label {
    font-size: 12px;
  }

  .breadcrumb {
    min-height: 42px;
    justify-content: flex-start;
    padding: 0 16px;
    overflow-x: auto;
    font-size: 14px;
    white-space: nowrap;
  }

  .ticker {
    width: 100%;
    height: 46px;
  }

  .ticker-group {
    gap: 30px;
    padding-right: 30px;
    font-size: 12px;
  }

  .phase-copy-intro,
  .phase-copy-left,
  .phase-copy-center,
  .phase-copy-metrics {
    right: auto;
    left: 24px;
    width: calc(100% - 48px);
    margin: 0;
    text-align: left;
  }

  .phase-copy-intro {
    top: 32%;
  }

  .phase-copy-left,
  .phase-copy-center {
    top: 34%;
  }

  .phase-copy-metrics {
    bottom: 7%;
  }

  .phase-copy h1,
  .phase-copy-left h2,
  .phase-copy-center h2 {
    font-size: 38px;
  }

  .phase-copy-metrics h2 {
    font-size: 32px;
  }

  .phase-copy p {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
  }

  .mini-links {
    right: auto;
    bottom: 72px;
    left: 24px;
    width: calc(100% - 96px);
    gap: 22px;
    transform: none;
  }

  .mini-link {
    font-size: 13px;
  }

  .scroll-cue {
    right: 20px;
    bottom: 22px;
  }

  .mosaic-hero {
    min-height: calc(100vw * 2063 / 1441 + 72px);
  }

  .growth-preview-spacer {
    min-height: 1140px;
  }

  .mosaic-copy {
    min-height: 660px;
    padding-top: 138px;
  }

  .mosaic-copy h2 {
    font-size: 42px;
  }

  .mosaic-copy p {
    font-size: 14px;
  }

  .mosaic-copy p span,
  .interest-section p span {
    white-space: normal;
  }

  .nvidia-insight-copy {
    left: 32px;
    width: 42%;
  }

  .follow-section {
    grid-template-columns: 1fr;
  }

  .follow-panel {
    min-height: 520px;
  }

  .follow-photo {
    min-height: 420px;
  }

  .site-footer-inner {
    width: calc(100% - 64px);
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .footer-brand-block {
    grid-column: 1;
    width: auto;
  }

  .footer-nav {
    grid-column: 1;
    width: 100%;
    margin: 46px 0 0;
    column-gap: 36px;
  }

  .footer-bottom {
    margin-top: 52px;
  }

}

@media (max-width: 560px) {
  .theme-split-experience {
    --split-chrome-height: 106px;
  }

  .control-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 10px;
    padding: 0 12px;
  }

  .control-bar-title {
    min-width: 0;
    overflow: hidden;
    font-size: clamp(17px, 5vw, 20px);
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .control-bar .top-actions,
  .intro-header .top-actions {
    gap: 6px;
  }

  .language-toggle,
  .language-icon-wrap,
  .language-icon-wrap svg {
    width: 28px;
    height: 28px;
  }

  .language-toggle {
    flex-basis: 28px;
  }

  .menu-label {
    gap: 6px;
    font-size: 12px;
  }

  .login-button {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .breadcrumb {
    min-height: auto;
    padding: 8px 10px;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    gap: 4px 6px;
    overflow: visible;
    font-size: clamp(10px, 2.65vw, 12px);
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .breadcrumb a {
    white-space: nowrap;
  }

  .breadcrumb a:not(:last-child)::after {
    margin-left: 6px;
  }

  .phase-copy h1,
  .phase-copy-left h2,
  .phase-copy-center h2,
  .phase-copy-metrics h2 {
    font-size: clamp(26px, 7vw, 30px);
    line-height: 1.12;
  }

  .phase-copy .launch-title {
    flex-wrap: wrap;
    white-space: normal;
  }

  .phase-copy-intro,
  .phase-copy-left,
  .phase-copy-center,
  .phase-copy-metrics {
    left: 20px;
    width: calc(100% - 40px);
  }

  .phase-copy-left h2 {
    white-space: normal;
  }

  .phase-copy p {
    max-width: min(100%, 360px);
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.52;
  }

  .phase-copy-metrics {
    bottom: 9%;
    width: min(352px, calc(100% - 40px));
  }

  .phase-copy-metrics h2 {
    font-size: clamp(22px, 6.2vw, 27px);
  }

  .metric-line {
    overflow-wrap: anywhere;
  }

  .metric-line-nowrap {
    font-size: inherit;
    white-space: normal;
  }

  .phase-copy-intro h1,
  .phase-copy-center h2 {
    white-space: normal;
  }

  .primary-link {
    min-width: 138px;
  }

  .mini-links {
    width: calc(100% - 74px);
    gap: 14px;
  }

  .mosaic-hero {
    min-height: calc(100vw * 2063 / 1441 + 72px);
  }

  .growth-preview-spacer {
    min-height: 1080px;
  }

  .mosaic-copy {
    width: 100%;
    min-height: 630px;
    padding: 118px 16px 0;
  }

  .mosaic-pill {
    min-height: 30px;
    font-size: 13px;
  }

  .mosaic-copy h2 {
    font-size: clamp(22px, 7vw, 33px);
  }

  .mosaic-copy h2 strong {
    font-size: inherit;
  }

  .mosaic-copy p br {
    display: none;
  }

  .interest-section p br {
    display: none;
  }

  .nvidia-insight-mask {
    background: linear-gradient(66deg, #000 24%, rgba(0, 0, 0, 0.18) 100%);
  }

  .nvidia-insight-copy {
    top: 16%;
    left: 20px;
    width: 58%;
  }

  .follow-section {
    min-height: 0;
    margin-top: 36px;
  }

  .follow-photo {
    display: none;
  }

  .follow-panel {
    min-height: 0;
  }

  .follow-content {
    width: calc(100% - 40px);
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .follow-topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .follow-heading {
    font-size: 27px;
  }

  .follow-form {
    grid-template-columns: minmax(0, 1fr) minmax(92px, 108px);
    gap: 10px;
    align-items: stretch;
  }

  .follow-form input,
  .follow-form button {
    height: 56px;
    font-size: 15px;
  }

  .follow-form input {
    padding: 0 14px;
  }

  .follow-form button {
    width: auto;
    min-width: 0;
    padding: 0 8px;
    font-size: 14px;
    white-space: nowrap;
  }

  .ticker {
    width: 100%;
    min-width: 0;
    height: 48px;
    margin: 0;
    border-bottom: 1px solid var(--theme-control-border, rgba(255, 255, 255, 0.12));
  }

  .ticker-tradingview {
    display: flex;
    align-items: center;
    max-width: 100vw;
    overflow: hidden;
  }

  .ticker-tradingview tv-ticker-tape {
    display: none;
  }

  .ticker-tradingview iframe {
    display: none !important;
  }

  .ticker-track.ticker-mobile-track {
    display: flex;
    height: 100%;
    align-items: center;
    animation-duration: 30s;
  }

  .ticker-mobile-group {
    height: 100%;
    gap: 18px;
    padding-right: 18px;
    font-size: 12px;
  }

  .ticker-item {
    min-height: 28px;
    align-items: center;
    padding: 0 12px;
    background: rgba(5, 8, 19, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }

  .ticker-market {
    font-size: 10px;
  }

  .site-footer-inner {
    width: calc(100% - 40px);
    padding-top: 29px;
    grid-template-columns: 1fr;
  }

  .footer-logo-mark {
    display: none;
  }

  .footer-brand-block {
    order: 2;
    margin-top: 34px;
  }

  .footer-email {
    margin-top: 0;
    white-space: normal;
  }

  .footer-socials {
    gap: 14px;
    margin-top: 22px;
  }

  .footer-nav {
    order: 1;
    margin: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 0;
  }

  .footer-nav h3 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.25;
    white-space: nowrap;
  }

  .footer-nav a {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.32;
  }

  .footer-bottom {
    order: 3;
    flex-direction: column;
  }

  .footer-bottom p:last-child {
    text-align: left;
  }
}



