/* Dangerously simple homepage system.
   The podcast component is intentionally outside every selector in this file. */
html[data-theme] body.home-refined.home-openai-clean {
  --home-bg: #000;
  --home-surface: #0b0b0b;
  --home-ink: #f7f7f5;
  --home-body: #a7a7a2;
  --home-muted: #747470;
  --home-rule: rgba(255, 255, 255, 0.16);
  --home-rule-soft: rgba(255, 255, 255, 0.1);
  --home-blue: #58c7f7;
  --home-gutter: 24px;
  --home-width: 1200px;
  background: var(--home-bg) !important;
  color: var(--home-body);
  font-family: 'DM Sans', sans-serif;
}

.home-openai-clean .container,
.home-openai-clean .nav-inner {
  max-width: var(--home-width);
  padding-inline: var(--home-gutter);
}

/* Preserve the previously approved podcast component exactly. */
.home-openai-clean #podcast-preview {
  --home-bg: #000;
  --home-panel: #0d0d0d;
  --home-ink: #f7f7f5;
  --home-body: #b5b5b0;
  --home-muted: #7f7f7a;
  --home-rule: rgba(255, 255, 255, 0.2);
  --home-rule-soft: rgba(255, 255, 255, 0.11);
}

.home-openai-clean #podcast-preview .container {
  max-width: var(--home-width);
  padding-inline: var(--home-gutter);
}

.home-openai-clean .nav,
html[data-theme='light'] .home-openai-clean .nav,
html[data-theme='dark'] .home-openai-clean .nav,
.home-openai-clean .nav.is-past-hero,
.home-openai-clean .nav.is-scrolled {
  height: 64px;
  background: rgba(0, 0, 0, 0.94) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

.home-openai-clean .nav-logo-img {
  width: auto;
  height: 31px;
}

.home-openai-clean .nav-logo span,
.home-openai-clean .nav-divider,
.home-openai-clean .theme-toggle {
  display: none !important;
}

.home-openai-clean .nav-link,
.home-openai-clean .nav-logo,
.home-openai-clean .nav-mobile-btn {
  color: var(--home-ink) !important;
}

.home-openai-clean .nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.home-openai-clean .site-drawer-primary > a,
.home-openai-clean .site-drawer-subscribe {
  font-weight: 600 !important;
}

.home-openai-clean .site-drawer-group > a,
.home-openai-clean .site-drawer-footer > div a {
  font-weight: 500 !important;
}

.home-openai-clean .nav-actions .btn {
  min-height: 38px;
  padding-inline: 18px;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
  min-height: 0 !important;
  padding: 150px 0 0 !important;
  background: #000 !important;
  border-bottom: 1px solid var(--home-rule-soft) !important;
}

.home-openai-clean .idx-clean-hero .container {
  min-height: 0 !important;
  display: block !important;
}

.home-openai-clean .idx-clean-hero .idx-hero-content {
  width: min(900px, 100%) !important;
  max-width: none !important;
  margin: 0 !important;
  text-align: left;
}

.home-openai-clean .idx-clean-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(58px, 7.2vw, 92px) !important;
  font-weight: 500 !important;
  line-height: 0.96 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

.home-openai-clean .idx-clean-hero .idx-hero-sub {
  max-width: 620px !important;
  margin: 30px 0 0 !important;
  color: var(--home-body) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(18px, 1.6vw, 21px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.02em;
}

.home-openai-clean .idx-clean-hero .idx-hero-conversion {
  display: flex;
  max-width: 720px;
  margin-top: 34px;
  gap: 12px;
  align-items: center;
}

.home-openai-clean .home-hero-signup {
  display: grid;
  width: min(100%, 500px);
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: #ffffff;
}

.home-openai-clean .home-hero-signup[hidden],
.home-openai-clean .home-hero-signup-confirmation[hidden] {
  display: none !important;
}

.home-openai-clean .home-hero-signup input[type='email'] {
  min-width: 0;
  padding: 0 17px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111111;
  font:
    400 14px/1.2 'DM Sans',
    sans-serif;
}

.home-openai-clean .home-hero-signup input[type='email']::placeholder {
  color: #6d6d6d;
}

.home-openai-clean .home-hero-signup input[type='email']:-webkit-autofill,
.home-openai-clean .home-hero-signup input[type='email']:-webkit-autofill:hover,
.home-openai-clean .home-hero-signup input[type='email']:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #111111;
  caret-color: #111111;
  transition: background-color 9999s ease-out 0s;
}

.home-openai-clean .home-hero-signup button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  font:
    600 13px/1 'DM Sans',
    sans-serif;
}

.home-openai-clean .home-hero-signup button:hover {
  background: #2a2a2a;
}

.home-openai-clean .home-hero-signup button:disabled {
  cursor: wait;
  background: #111111;
  opacity: 1;
}

.home-openai-clean .home-hero-signup-confirmation {
  display: flex;
  width: min(100%, 500px);
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.home-openai-clean .home-hero-signup-confirmation svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: #111111;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 9px;
  padding: 8px 2px;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
  text-decoration: none;
  white-space: nowrap;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary span {
  transition: transform 0.2s ease;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary:hover {
  background: none !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-openai-clean .idx-clean-hero .home-hero-secondary:hover span {
  transform: translateX(3px);
}

.home-openai-clean .home-hero-signup-status {
  min-height: 18px;
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.home-openai-clean .home-hero-signup-status.is-success {
  color: var(--home-ink);
}

.home-openai-clean .home-hero-signup-status.is-error {
  color: #ff8585;
}

.home-openai-clean .home-hero-trust {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  align-items: center;
  max-width: 940px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid var(--home-rule-soft);
}

.home-openai-clean .home-hero-trust > p {
  margin: 0;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-hero-trust-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
}

.home-openai-clean .home-hero-trust-logos img {
  width: 100%;
  max-width: 108px;
  height: 24px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.52;
  filter: grayscale(1) brightness(0) invert(1);
}

.home-openai-clean .idx-hero-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100vw;
  height: clamp(300px, 34vw, 440px);
  margin-top: -24px;
  margin-left: calc(50% - 50vw);
  overflow: visible;
  border-radius: 0;
  background: #050505;
}

.home-openai-clean .idx-hero-earth {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  overflow: hidden;
  background: #050505;
}

.home-openai-clean .idx-hero-media::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(0, 0, 0, 0.96) 15%,
    rgba(0, 0, 0, 0.72) 31%,
    rgba(0, 0, 0, 0.24) 49%,
    transparent 66%
  );
  content: '';
  pointer-events: none;
}

.home-openai-clean .idx-hero-earth img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
}

.home-openai-clean .idx-hero-orbits {
  position: absolute;
  z-index: 3;
  top: -118px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 118px);
  object-fit: cover;
  opacity: 0.62;
  mix-blend-mode: screen;
  pointer-events: none;
}

.home-openai-clean .idx-hero-satellite {
  position: absolute;
  z-index: 4;
  top: -118px;
  left: 0;
  display: block;
  width: 76px;
  height: 76px;
  object-fit: cover;
  opacity: 0.92;
  mix-blend-mode: screen;
  offset-path: ellipse(62% 44% at 50% 61%);
  offset-rotate: auto;
  pointer-events: none;
  animation: homeSatelliteOrbit 24s linear infinite;
}

.home-openai-clean .idx-hero-satellite--one {
  offset-distance: 9%;
}

.home-openai-clean .idx-hero-satellite--two {
  width: 64px;
  height: 64px;
  opacity: 0.7;
  offset-path: ellipse(55% 33% at 50% 64%);
  offset-distance: 61%;
  animation-duration: 31s;
  animation-direction: reverse;
}

@keyframes homeSatelliteOrbit {
  to {
    offset-distance: 100%;
  }
}

.home-openai-clean .home-publications-section,
.home-openai-clean .home-research-section,
.home-openai-clean .home-platform-section,
.home-openai-clean .idx-clean-final {
  padding: 112px 0;
  background: #000 !important;
  border-bottom: 1px solid var(--home-rule-soft);
}

.home-openai-clean .home-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.home-openai-clean .home-section-head h2 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(24px, 2.5vw, 34px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.home-openai-clean .home-section-head > div {
  min-width: 0;
}

.home-openai-clean .home-publications-section .home-section-head {
  align-items: flex-start;
}

.home-openai-clean .home-publications-section .home-section-head > a {
  margin-top: 7px;
}

.home-openai-clean .home-publications-updated {
  display: block;
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-section-head a,
.home-openai-clean .home-platform-actions > a:not(.btn) {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.home-openai-clean .home-section-head a:hover,
.home-openai-clean .home-platform-actions > a:not(.btn):hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-openai-clean .home-publications-list {
  border-top: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
}

.home-openai-clean .home-publication-row {
  display: grid;
  min-height: 132px;
  grid-template-columns: 150px minmax(260px, 0.9fr) minmax(260px, 1.1fr) 28px;
  gap: 30px;
  align-items: center;
  padding: 26px 0;
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-publication-row + .home-publication-row {
  border-top: 1px solid var(--home-rule);
}

.home-openai-clean .home-publication-meta {
  display: grid;
  gap: 8px;
  color: var(--home-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.home-openai-clean .home-publication-meta span {
  color: var(--home-blue);
}

.home-openai-clean .home-publication-row h3 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(22px, 2.1vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.home-openai-clean .home-publication-row p {
  max-width: 460px;
  margin: 0;
  color: var(--home-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.home-openai-clean .home-publication-arrow {
  justify-self: end;
  color: var(--home-ink);
  font-size: 24px;
  transition: transform 180ms ease;
}

.home-openai-clean .home-publication-row:hover .home-publication-arrow {
  transform: translateX(4px);
}

.home-openai-clean .home-research-simple {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.75fr);
  gap: 0 48px;
  border-top: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 34px;
  padding: 32px 48px 32px 0;
  border-right: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-feature-media {
  display: grid;
  place-items: center;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #101010;
}

.home-openai-clean .home-research-feature-media img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  transition: transform 280ms ease;
}

.home-openai-clean .home-research-feature-media:hover img {
  transform: scale(1.012);
}

.home-openai-clean .home-research-feature-copy {
  align-self: end;
  padding-bottom: 4px;
}

.home-openai-clean .home-research-meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px 14px;
  margin-bottom: 16px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.home-openai-clean .home-research-meta span {
  white-space: nowrap;
}

.home-openai-clean .home-research-meta span + span::before {
  margin-right: 14px;
  color: var(--home-rule);
  content: '·';
}

.home-openai-clean .home-research-feature h3,
.home-openai-clean .home-research-row h3 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.home-openai-clean .home-research-feature h3 {
  font-size: clamp(29px, 3vw, 43px) !important;
  line-height: 1.02 !important;
}

.home-openai-clean .home-research-feature h3 a {
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-research-feature p {
  max-width: 360px;
  margin: 20px 0 0;
  color: var(--home-body);
  font-size: 16px;
  line-height: 1.5;
}

.home-openai-clean .home-research-list {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.home-openai-clean .home-research-row {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 48px 32px 0;
  color: inherit;
  text-decoration: none;
}

.home-openai-clean .home-research-row + .home-research-row {
  border-top: 1px solid var(--home-rule);
}

.home-openai-clean .home-research-row h3 {
  max-width: 360px;
  padding-right: 32px;
  font-size: clamp(23px, 2.2vw, 31px) !important;
  line-height: 1.08 !important;
}

.home-openai-clean .home-research-row p {
  max-width: 390px;
  margin: 13px 0 0;
  color: var(--home-body);
  font-size: 14px;
  line-height: 1.45;
}

.home-openai-clean .home-row-arrow {
  position: absolute;
  right: 0;
  bottom: 32px;
  color: var(--home-ink);
  font-size: 24px;
  transition: transform 180ms ease;
}

.home-openai-clean .home-research-row:hover .home-row-arrow {
  transform: translateX(4px);
}

.home-openai-clean .home-platform-section .container {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(52px, 7vw, 110px);
}

.home-openai-clean .home-platform-copy {
  padding-bottom: 6px;
}

.home-openai-clean .home-platform-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.home-openai-clean .home-platform-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(43px, 4.7vw, 64px) !important;
  font-weight: 500 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.055em !important;
}

.home-openai-clean .home-platform-copy > p:not(.home-platform-proof) {
  max-width: 520px;
  margin: 26px 0 0;
  color: var(--home-body);
  font-size: 18px;
  line-height: 1.5;
  text-wrap: pretty;
}

.home-openai-clean .home-platform-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
  margin-top: 32px;
}

.home-openai-clean .home-platform-actions .btn {
  min-height: 44px;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none !important;
}

.home-openai-clean .home-platform-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 44px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--home-rule);
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.home-openai-clean .home-platform-proof span {
  min-width: 0;
  text-wrap: pretty;
}

.home-openai-clean .home-platform-media {
  display: block;
  overflow: hidden;
  border: 1px solid var(--home-rule);
  border-radius: 8px;
  background: var(--home-surface);
}

.home-openai-clean .home-platform-media img {
  display: block;
  width: 100%;
  height: auto;
}

.home-openai-clean .home-adoption-section {
  padding: 0 0 48px !important;
  background: #000;
}

.home-openai-clean .home-adoption-shell {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(340px, 0.86fr) minmax(0, 1.14fr);
  overflow: hidden;
  border: 1px solid var(--home-rule);
  border-radius: 20px;
  background: #0b0d10;
}

.home-openai-clean .home-adoption-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 74px) clamp(38px, 5vw, 64px);
  border-right: 1px solid var(--home-rule-soft);
}

.home-openai-clean .home-adoption-kicker {
  margin-bottom: 24px;
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-openai-clean .home-adoption-copy h2 {
  max-width: 470px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(43px, 4.7vw, 62px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
  text-wrap: balance;
}

.home-openai-clean .home-adoption-copy p {
  max-width: 430px;
  margin: 26px 0 0;
  color: var(--home-body);
  font-size: 18px;
  line-height: 1.55;
  text-wrap: pretty;
}

.home-openai-clean .home-adoption-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  margin-top: 34px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--home-ink);
  color: #090909;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.home-openai-clean .home-adoption-cta:hover {
  background: #fff;
}

.home-openai-clean .home-adoption-media {
  display: grid;
  place-items: center;
  padding: clamp(38px, 5vw, 66px);
  background: #0e1115;
}

.home-openai-clean .home-adoption-card,
.home-openai-clean .home-adoption-card:hover {
  width: min(100%, 540px);
  align-self: center;
  padding: 22px;
  border: 1px solid #d8dadd;
  border-radius: 16px;
  background: #f7f7f9;
  color: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
  text-decoration: none;
}

.home-openai-clean .home-adoption-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.home-openai-clean .home-adoption-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.home-openai-clean .home-adoption-card .adoption-ranking-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dde1;
}

.home-openai-clean .home-adoption-card .adoption-ranking-kicker {
  color: #6b7178;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.home-openai-clean .home-adoption-card .adoption-ranking-head strong {
  color: #111b28;
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.home-openai-clean .home-adoption-card .adoption-ranking-live {
  color: #71777e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.home-openai-clean .home-adoption-card .adoption-ranking-meta {
  gap: 7px;
  padding: 14px 0 16px;
}

.home-openai-clean .home-adoption-card .adoption-ranking-meta span {
  padding: 6px 8px;
  border-radius: 999px;
  background: #e8edf1;
  color: #52616c;
  font-size: 9px;
  font-weight: 600;
}

.home-openai-clean .home-adoption-card .adoption-ranking-columns,
.home-openai-clean .home-adoption-card .adoption-ranking-list li {
  grid-template-columns: 38px minmax(0, 1fr) 44px;
  gap: 10px;
}

.home-openai-clean .home-adoption-card .adoption-ranking-columns {
  padding: 0 10px 7px;
  color: #8a9298;
  font-size: 8px;
  font-weight: 600;
}

.home-openai-clean .home-adoption-card .adoption-ranking-list li {
  min-height: 42px;
  padding: 0 10px;
  border-top: 1px solid #dfe3e7;
}

.home-openai-clean .home-adoption-card .adoption-ranking-list li::before {
  inset: 5px 0;
  width: 100%;
  border-radius: 7px;
  background: #eef2f6;
}

.home-openai-clean .home-adoption-card .adoption-ranking-list li.is-leader {
  box-shadow: inset 2px 0 0 #ef4242;
}

.home-openai-clean .home-adoption-card .adoption-rank {
  color: #1660b7;
  font-size: 10px;
  font-weight: 600;
}

.home-openai-clean .home-adoption-card .adoption-ranking-list strong {
  color: #26313d;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.home-openai-clean .home-adoption-card .adoption-institution {
  gap: 9px;
}

.home-openai-clean .home-adoption-card .adoption-bank-logo {
  flex-basis: 28px;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #fff;
}

.home-openai-clean .home-adoption-card .adoption-bank-logo img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.home-openai-clean .home-adoption-card .adoption-bank-logo--wide img {
  width: 22px;
  height: 15px;
}

.home-openai-clean .home-adoption-card .adoption-score {
  color: #0c1d2b;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-openai-clean .home-adoption-card .adoption-ranking-foot {
  padding-top: 16px;
  color: #7c858c;
  font-size: 9px;
}

.home-openai-clean .home-adoption-card .adoption-ranking-foot strong {
  color: #111b28;
  font-size: 10px;
  font-weight: 600;
}

.home-openai-clean .home-about-section {
  padding-block: 132px 120px !important;
  border-top: 1px solid var(--home-rule-soft);
  background: #000;
}

.home-openai-clean .home-about-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 22px clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: 56px;
}

.home-openai-clean .home-about-kicker,
.home-openai-clean .home-founder-label,
.home-openai-clean .home-history-year,
.home-openai-clean .home-about-orgs-label {
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.home-openai-clean .home-about-heading > .home-about-kicker {
  grid-column: 1 / -1;
}

.home-openai-clean .home-about-heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(46px, 5.4vw, 72px) !important;
  font-weight: 500 !important;
  line-height: 0.99 !important;
  letter-spacing: -0.06em !important;
  text-wrap: balance;
}

.home-openai-clean .home-about-heading p {
  max-width: 500px;
  margin: 0 0 5px;
  color: var(--home-body);
  font-size: 17px;
  line-height: 1.58;
  text-wrap: pretty;
}

.home-openai-clean .home-founder-panel {
  position: relative;
  display: grid;
  min-height: 640px;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #07090b;
}

.home-openai-clean .home-founder-portrait {
  position: relative;
  min-height: 640px;
  overflow: hidden;
}

.home-openai-clean .home-founder-portrait picture,
.home-openai-clean .home-founder-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-openai-clean .home-founder-portrait img {
  object-fit: cover;
  object-position: 50% 24%;
}

.home-openai-clean .home-founder-portrait::after {
  position: absolute;
  inset: 0 -1px 0 48%;
  background: linear-gradient(90deg, transparent, #07090b 94%);
  content: '';
  pointer-events: none;
}

.home-openai-clean .home-founder-story {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 82px) clamp(42px, 6vw, 78px) clamp(44px, 5vw, 70px)
    clamp(28px, 4vw, 54px);
}

.home-openai-clean .home-founder-label {
  margin-bottom: 30px;
}

.home-openai-clean .home-founder-story h3 {
  max-width: 680px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(36px, 3.3vw, 44px) !important;
  font-weight: 500 !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
  text-wrap: balance;
}

.home-openai-clean .home-founder-story > p {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--home-body);
  font-size: 17px;
  line-height: 1.58;
  text-wrap: pretty;
}

.home-openai-clean .home-founder-meta {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: auto;
  padding-top: 32px;
  border-top: 1px solid var(--home-rule);
}

.home-openai-clean .home-founder-meta > div {
  display: grid;
  gap: 5px;
}

.home-openai-clean .home-founder-meta strong {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 600;
}

.home-openai-clean .home-founder-meta > div span {
  color: var(--home-muted);
  font-size: 13px;
}

.home-openai-clean .home-founder-meta a,
.home-openai-clean .home-about-reach-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.home-openai-clean .home-founder-meta a:hover,
.home-openai-clean .home-about-reach-copy > a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-openai-clean .home-about-history {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
}

.home-openai-clean .home-history-item {
  min-width: 0;
  padding: 34px 38px 38px;
}

.home-openai-clean .home-history-item:first-child {
  padding-left: 0;
}

.home-openai-clean .home-history-item:last-child {
  padding-right: 0;
}

.home-openai-clean .home-history-item + .home-history-item {
  border-left: 1px solid var(--home-rule);
}

.home-openai-clean .home-history-year {
  display: block;
  margin-bottom: 42px;
}

.home-openai-clean .home-history-item h3 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(23px, 2.2vw, 31px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

.home-openai-clean .home-history-item p {
  max-width: 330px;
  margin: 17px 0 0;
  color: var(--home-body);
  font-size: 14px;
  line-height: 1.52;
  text-wrap: pretty;
}

.home-openai-clean .home-about-reach {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: start;
  margin-top: 78px;
}

.home-openai-clean .home-about-reach-copy h3 {
  max-width: 450px;
  margin: 20px 0 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(38px, 4.2vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.home-openai-clean .home-about-reach-copy p {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--home-body);
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
}

.home-openai-clean .home-about-reach-copy > a {
  margin-top: 30px;
}

.home-openai-clean .home-about-orgs-label {
  margin: 0 0 18px;
  color: var(--home-muted);
  line-height: 1.5;
}

.home-openai-clean .home-about-orgs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--home-rule);
  border-left: 1px solid var(--home-rule);
  list-style: none;
}

.home-openai-clean .home-about-orgs li {
  min-width: 0;
  padding: 22px 18px;
  border-right: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
  color: var(--home-ink);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.home-openai-clean .idx-clean-final {
  padding-block: 104px !important;
}

.home-openai-clean .idx-clean-final .site-final-cta-panel,
html[data-theme] .home-openai-clean .idx-clean-final .site-final-cta-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(48px, 8vw, 120px);
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.home-openai-clean .idx-clean-final h2 {
  max-width: 660px;
  margin: 0;
  color: var(--home-ink) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.home-openai-clean .idx-clean-final .idx-final-cta-sub {
  margin: 20px 0 0;
  color: var(--home-body) !important;
  font-size: 17px;
  line-height: 1.5;
}

.home-openai-clean .idx-clean-final .idx-final-signup {
  width: 100%;
  max-width: 520px;
  margin: 0 0 0 auto;
}

.home-openai-clean .idx-clean-final .signup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: #080808;
}

.home-openai-clean .idx-clean-final .signup-form > .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.home-openai-clean .idx-clean-final .signup-form input[type='email'] {
  min-width: 0;
  min-height: 52px;
  padding: 0 20px;
  border: 0 !important;
  outline: 0;
  background: transparent !important;
  color: var(--home-ink) !important;
  font:
    400 15px/1 'DM Sans',
    sans-serif;
}

.home-openai-clean .idx-clean-final .signup-form input::placeholder {
  color: #777 !important;
}

.home-openai-clean .idx-clean-final .idx-signup-button {
  min-width: 110px;
  margin: 5px;
  padding: 0 18px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--home-ink) !important;
  color: #050505 !important;
  font:
    500 14px/1 'DM Sans',
    sans-serif;
  box-shadow: none !important;
}

.home-openai-clean .idx-clean-final .form-error {
  margin-top: 10px;
  color: #ff8585;
  font-size: 13px;
}

.home-openai-clean .site-footer {
  background: #000;
  border-top: 0;
}

.home-openai-clean .footer-heading,
.home-openai-clean .footer-link,
.home-openai-clean .footer-brand,
.home-openai-clean .footer-desc,
.home-openai-clean .footer-copy {
  font-family: 'DM Sans', sans-serif;
}

@media (max-width: 1000px) {
  .home-openai-clean .nav-links {
    display: none !important;
  }

  .home-openai-clean .home-research-simple {
    grid-template-columns: 1fr;
  }

  .home-openai-clean .home-publication-row {
    grid-template-columns: 128px minmax(0, 1fr) 28px;
  }

  .home-openai-clean .home-publication-row p {
    display: none;
  }

  .home-openai-clean .home-hero-trust {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-openai-clean .home-research-feature {
    border-right: 0;
    border-bottom: 1px solid var(--home-rule);
    padding-right: 0;
  }

  .home-openai-clean .home-research-row {
    min-height: 220px;
    padding-right: 0;
  }

  .home-openai-clean .home-platform-section .container {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-openai-clean .home-platform-media {
    width: 100%;
  }

  .home-openai-clean .home-adoption-shell {
    grid-template-columns: 1fr;
  }

  .home-openai-clean .home-adoption-copy {
    border-right: 0;
    border-bottom: 1px solid var(--home-rule-soft);
  }

  .home-openai-clean .home-about-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-openai-clean .home-about-heading > .home-about-kicker {
    grid-column: auto;
  }

  .home-openai-clean .home-founder-panel {
    grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  }

  .home-openai-clean .home-about-reach {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .home-openai-clean .nav {
    height: 58px;
  }

  .home-openai-clean .nav-actions .btn {
    display: none;
  }

  html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
    min-height: 0 !important;
    padding: 108px 0 0 !important;
  }

  .home-openai-clean .idx-clean-hero h1 {
    font-size: clamp(46px, 14.5vw, 64px) !important;
    letter-spacing: -0.055em !important;
  }

  .home-openai-clean .idx-clean-hero .idx-hero-sub {
    margin-top: 24px !important;
    font-size: 17px !important;
  }

  .home-openai-clean .idx-hero-media {
    height: min(68vw, 350px);
    margin-top: -12px;
    border-radius: 0;
  }

  .home-openai-clean .idx-hero-media::after {
    background: linear-gradient(
      180deg,
      #000 0%,
      rgba(0, 0, 0, 0.94) 18%,
      rgba(0, 0, 0, 0.64) 38%,
      rgba(0, 0, 0, 0.16) 58%,
      transparent 72%
    );
  }

  .home-openai-clean .idx-hero-orbits {
    top: -70px;
    height: calc(100% + 70px);
    opacity: 0.52;
  }

  .home-openai-clean .idx-hero-satellite {
    top: -70px;
    width: 62px;
    height: 62px;
    opacity: 0.82;
    offset-path: ellipse(68% 39% at 50% 61%);
    animation-duration: 28s;
  }

  .home-openai-clean .idx-hero-satellite--two {
    display: none;
  }

  .home-openai-clean .home-publications-section,
  .home-openai-clean .home-research-section,
  .home-openai-clean .home-platform-section,
  .home-openai-clean .idx-clean-final {
    padding-block: 76px !important;
  }

  .home-openai-clean .home-section-head {
    align-items: center;
    margin-bottom: 28px;
  }

  .home-openai-clean .home-section-head h2 {
    font-size: 25px !important;
  }

  .home-openai-clean .home-section-head a {
    font-size: 13px;
  }

  .home-openai-clean .idx-clean-hero .idx-hero-conversion {
    max-width: 520px;
    align-items: stretch;
    flex-direction: column;
  }

  .home-openai-clean .home-hero-signup {
    width: 100%;
  }

  .home-openai-clean .home-hero-signup-confirmation {
    width: 100%;
  }

  .home-openai-clean .idx-clean-hero .home-hero-secondary {
    width: fit-content;
  }

  .home-openai-clean .home-hero-trust {
    margin-top: 38px;
  }

  .home-openai-clean .home-hero-trust-logos {
    grid-template-columns: repeat(3, minmax(70px, 1fr));
    gap: 22px 26px;
  }

  .home-openai-clean .home-hero-trust-logos img {
    height: 21px;
  }

  .home-openai-clean .home-publication-row {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 24px;
    gap: 18px;
    padding: 25px 0;
  }

  .home-openai-clean .home-publication-meta {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    gap: 12px;
  }

  .home-openai-clean .home-publication-row h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 23px !important;
  }

  .home-openai-clean .home-publication-arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .home-openai-clean .home-research-simple {
    display: block;
  }

  .home-openai-clean .home-research-feature {
    display: block;
    padding: 24px 0 30px;
  }

  .home-openai-clean .home-research-feature-media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .home-openai-clean .home-research-feature-media img {
    max-height: none;
  }

  .home-openai-clean .home-research-feature-copy {
    padding-top: 26px;
  }

  .home-openai-clean .home-research-row {
    min-height: 205px;
    padding: 28px 0;
  }

  .home-openai-clean .home-row-arrow {
    right: 0;
    bottom: 28px;
  }

  .home-openai-clean .home-platform-copy h2 {
    font-size: 44px !important;
  }

  .home-openai-clean .home-platform-copy > p:not(.home-platform-proof) {
    font-size: 17px;
  }

  .home-openai-clean .home-platform-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-openai-clean .home-platform-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-openai-clean .home-adoption-section {
    padding-bottom: 32px !important;
  }

  .home-openai-clean .home-adoption-shell {
    min-height: 0;
    border-radius: 16px;
  }

  .home-openai-clean .home-adoption-copy {
    padding: 46px 28px 44px;
  }

  .home-openai-clean .home-adoption-copy h2 {
    font-size: 44px !important;
  }

  .home-openai-clean .home-adoption-copy p {
    font-size: 17px;
  }

  .home-openai-clean .home-adoption-media {
    padding: 28px 20px 30px;
  }

  .home-openai-clean .home-adoption-card,
  .home-openai-clean .home-adoption-card:hover {
    width: 100%;
    padding: 15px;
    border-radius: 13px;
    transform: none;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-head strong {
    font-size: 17px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-meta {
    gap: 4px;
    padding: 11px 0 13px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-meta span {
    padding: 5px 6px;
    font-size: 7px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-columns,
  .home-openai-clean .home-adoption-card .adoption-ranking-list li {
    grid-template-columns: 32px minmax(0, 1fr) 36px;
    gap: 6px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-list li {
    min-height: 38px;
    padding-inline: 7px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-list strong {
    font-size: 9px;
  }

  .home-openai-clean .home-adoption-card .adoption-bank-logo {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }

  .home-openai-clean .home-adoption-card .adoption-bank-logo img {
    width: 18px;
    height: 18px;
  }

  .home-openai-clean .home-adoption-card .adoption-score {
    font-size: 12px;
  }

  .home-openai-clean .idx-clean-final .site-final-cta-panel {
    grid-template-columns: 1fr !important;
    gap: 34px;
  }

  .home-openai-clean .idx-clean-final h2 {
    font-size: 44px !important;
  }

  .home-openai-clean .idx-clean-final .idx-final-signup {
    max-width: none;
    margin: 0;
  }

  .home-openai-clean .home-about-section {
    padding-block: 94px 88px !important;
  }

  .home-openai-clean .home-about-heading {
    margin-bottom: 38px;
  }

  .home-openai-clean .home-founder-panel {
    min-height: 0;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .home-openai-clean .home-founder-portrait {
    min-height: 0;
    height: min(112vw, 470px);
  }

  .home-openai-clean .home-founder-portrait::after {
    inset: 46% 0 -1px;
    background: linear-gradient(180deg, transparent, #07090b 94%);
  }

  .home-openai-clean .home-founder-story {
    min-height: 500px;
    margin-top: -58px;
    padding: 34px 26px 30px;
  }

  .home-openai-clean .home-founder-label {
    margin-bottom: 22px;
  }

  .home-openai-clean .home-founder-story h3 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  .home-openai-clean .home-founder-story > p {
    margin-top: 22px;
    font-size: 16px;
  }

  .home-openai-clean .home-founder-meta {
    align-items: start;
    margin-top: 36px;
  }

  .home-openai-clean .home-about-history {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .home-openai-clean .home-history-item,
  .home-openai-clean .home-history-item:first-child,
  .home-openai-clean .home-history-item:last-child {
    padding: 28px 0 30px;
  }

  .home-openai-clean .home-history-item + .home-history-item {
    border-top: 1px solid var(--home-rule);
    border-left: 0;
  }

  .home-openai-clean .home-history-year {
    margin-bottom: 24px;
  }

  .home-openai-clean .home-history-item p {
    max-width: 520px;
  }

  .home-openai-clean .home-about-reach {
    gap: 44px;
    margin-top: 62px;
  }

  .home-openai-clean .home-about-orgs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-openai-clean .idx-hero-satellite {
    animation: none;
  }

  .home-openai-clean .idx-hero-satellite--one {
    offset-distance: 16%;
  }

  .home-openai-clean .idx-hero-satellite--two {
    offset-distance: 64%;
  }
}

@media (max-width: 430px) {
  .home-openai-clean .idx-clean-hero h1 {
    font-size: 48px !important;
  }

  .home-openai-clean .idx-clean-final .signup-form {
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .home-openai-clean .home-hero-signup input[type='email'] {
    padding-inline: 14px;
    font-size: 13px;
  }

  .home-openai-clean .home-hero-signup button {
    padding-inline: 15px;
  }

  .home-openai-clean .home-about-heading h2 {
    font-size: 43px !important;
  }

  .home-openai-clean .home-adoption-copy {
    padding-inline: 22px;
  }

  .home-openai-clean .home-adoption-copy h2 {
    font-size: 40px !important;
  }

  .home-openai-clean .home-adoption-cta {
    width: 100%;
    justify-content: center;
    padding-inline: 14px;
    font-size: 13px;
  }

  .home-openai-clean .home-adoption-media {
    padding-inline: 12px;
  }

  .home-openai-clean .home-adoption-card,
  .home-openai-clean .home-adoption-card:hover {
    padding: 12px 10px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-head strong {
    font-size: 15px;
  }

  .home-openai-clean .home-adoption-card .adoption-ranking-live {
    font-size: 7px;
  }

  .home-openai-clean .home-founder-portrait {
    height: 365px;
  }

  .home-openai-clean .home-founder-story {
    min-height: 0;
    padding: 30px 22px 26px;
  }

  .home-openai-clean .home-founder-meta {
    flex-direction: column;
    gap: 18px;
  }

  .home-openai-clean .home-about-orgs li {
    padding: 18px 13px;
    font-size: 15px;
  }

  .home-openai-clean .idx-clean-final .signup-form input[type='email'] {
    border: 1px solid rgba(255, 255, 255, 0.42) !important;
    border-radius: 999px;
    background: #080808 !important;
  }

  .home-openai-clean .idx-clean-final .idx-signup-button {
    min-height: 52px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-openai-clean .home-publication-arrow,
  .home-openai-clean .home-research-feature-media img,
  .home-openai-clean .home-row-arrow {
    transition: none;
  }
}

/* 2026-08-27: FundMoves-style side stage and one unified platform language. */
html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
  min-height: 730px !important;
  padding: 102px 0 36px !important;
  overflow: hidden;
}

.home-openai-clean .idx-clean-hero .container {
  position: relative;
  display: grid !important;
  min-height: 570px !important;
  grid-template-columns: minmax(440px, 0.86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(16px, 2vw, 38px);
}

.home-openai-clean .idx-clean-hero .idx-hero-content {
  width: 100% !important;
  max-width: 650px !important;
  position: relative;
  z-index: 5;
}

.home-openai-clean .idx-clean-hero h1 {
  max-width: 650px;
  font-size: clamp(60px, 6vw, 84px) !important;
}

.home-openai-clean .home-hero-trust {
  grid-template-columns: 174px minmax(0, 1fr);
  margin-top: 40px;
  padding-top: 20px;
}

.home-openai-clean .home-hero-trust-logos {
  grid-template-columns: repeat(6, minmax(82px, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
}

.home-openai-clean .home-hero-trust-logos img {
  max-width: 138px;
  height: 32px;
  opacity: 0.66;
}

.home-openai-clean .idx-hero-media {
  width: 780px;
  height: 660px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 54px;
  margin: 0;
  overflow: visible;
  background: transparent;
  transform: translateY(-47%);
  pointer-events: none;
}

.home-openai-clean .idx-hero-earth {
  position: absolute;
  inset: -34px -80px -28px -82px;
  overflow: visible;
  background: transparent;
}

.home-openai-clean .idx-hero-earth img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.84) brightness(0.88) contrast(1.06);
  animation: homeEarthDrift 24s ease-in-out infinite alternate;
}

.home-openai-clean .idx-hero-media::after {
  z-index: 2;
  inset: -60px -90px -70px -130px;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.92) 12%, transparent 44%),
    linear-gradient(180deg, #000 0%, transparent 18%, transparent 78%, #000 100%);
}

.home-openai-clean .idx-hero-orbits {
  z-index: 3;
  inset: 32px -86px auto -110px;
  width: calc(100% + 196px);
  height: 610px;
  object-fit: contain;
  opacity: 0.54;
}

.home-openai-clean .idx-hero-orbit-motion {
  position: absolute;
  z-index: 4;
  display: block;
  border-radius: 50%;
  transform-origin: center;
  will-change: transform;
  pointer-events: none;
}

.home-openai-clean .idx-hero-orbit-motion--one {
  top: 140px;
  left: 240px;
  width: 620px;
  height: 380px;
  animation: homeOrbitRotate 18s linear infinite;
}

.home-openai-clean .idx-hero-orbit-motion--two {
  top: 190px;
  left: 300px;
  width: 500px;
  height: 280px;
  animation: homeOrbitRotateReverse 25s linear infinite;
}

.home-openai-clean .idx-hero-orbit-motion--three {
  top: 100px;
  left: 350px;
  width: 400px;
  height: 460px;
  animation: homeOrbitRotate 33s linear infinite reverse;
}

.home-openai-clean .idx-hero-satellite {
  width: 164px;
  height: 164px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -82px;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  opacity: 0.92;
  mix-blend-mode: screen;
  offset-path: none;
  offset-distance: 0%;
  offset-rotate: 0deg;
  transform: translateY(-50%);
  animation: homeSatelliteBlink 2.4s ease-in-out infinite;
}

.home-openai-clean .idx-hero-orbit-motion--two .idx-hero-satellite {
  width: 136px;
  height: 136px;
  right: -68px;
  opacity: 0.72;
  animation: homeSatelliteBlink 3.1s ease-in-out -1.1s infinite;
}

.home-openai-clean .idx-hero-orbit-motion--three .idx-hero-satellite {
  width: 116px;
  height: 116px;
  right: -58px;
  opacity: 0.62;
  animation: homeSatelliteBlink 2.8s ease-in-out -0.6s infinite;
}

.home-openai-clean .idx-hero-comet {
  --comet-angle: 49deg;
  --comet-shift-x: 230px;
  --comet-shift-y: 330px;
  position: absolute;
  z-index: 4;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  width: 220px;
  height: 220px;
  object-fit: contain;
  opacity: 0;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(88, 199, 247, 0.34));
  pointer-events: none;
  animation: homeCometPass 10.5s cubic-bezier(0.2, 0.68, 0.28, 1) infinite;
}

.home-openai-clean .idx-hero-comet--one {
  top: -100px;
  left: 34%;
}

.home-openai-clean .idx-hero-comet--two {
  --comet-angle: 42deg;
  --comet-shift-x: 180px;
  --comet-shift-y: 290px;
  top: -118px;
  left: 68%;
  width: 174px;
  height: 174px;
  animation-delay: -3.8s;
  animation-duration: 13.5s;
}

.home-openai-clean .idx-hero-comet--three {
  --comet-angle: 55deg;
  --comet-shift-x: 250px;
  --comet-shift-y: 350px;
  top: -90px;
  left: 8%;
  width: 190px;
  height: 190px;
  animation-delay: -7.2s;
  animation-duration: 15.5s;
}

@keyframes homeEarthDrift {
  from {
    transform: translate3d(-6px, 2px, 0) rotate(-1.1deg) scale(1);
  }
  to {
    transform: translate3d(8px, -5px, 0) rotate(1.15deg) scale(1.018);
  }
}

@keyframes homeOrbitRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes homeOrbitRotateReverse {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes homeSatelliteBlink {
  0%,
  100% {
    opacity: 0.42;
    filter: brightness(0.9) drop-shadow(0 0 3px rgba(88, 199, 247, 0.5));
  }
  42%,
  56% {
    opacity: 1;
    filter: brightness(2.15) drop-shadow(0 0 8px rgba(88, 199, 247, 0.95));
  }
}

@keyframes homeCometPass {
  0%,
  54% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(var(--comet-angle)) scale(0.72);
  }
  59% {
    opacity: 0.76;
  }
  69% {
    opacity: 0.92;
  }
  78%,
  100% {
    opacity: 0;
    transform: translate3d(var(--comet-shift-x), var(--comet-shift-y), 0) rotate(var(--comet-angle))
      scale(1);
  }
}

.home-openai-clean .home-adoption-section {
  padding: 112px 0 !important;
  border-top: 1px solid var(--home-rule-soft);
  border-bottom: 1px solid var(--home-rule-soft);
  background: #000 !important;
}

.home-openai-clean .home-adoption-section .container {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: end;
  gap: clamp(52px, 7vw, 110px);
}

.home-openai-clean .home-adoption-copy {
  display: block;
  padding: 0 0 6px;
  border: 0;
}

.home-openai-clean .home-adoption-media {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--home-rule);
  border-radius: 8px;
  background: var(--home-surface);
  text-decoration: none;
}

.home-openai-clean .home-adoption-card,
.home-openai-clean .home-adoption-card:hover {
  width: 100%;
  min-height: 450px;
  margin: 0;
  padding: clamp(26px, 3.4vw, 44px);
  border: 0;
  border-radius: 0;
  background: #0b0d10;
  color: var(--home-ink);
  box-shadow: none;
  transform: none;
}

.home-openai-clean .home-adoption-card .adoption-ranking-head {
  padding-bottom: 28px;
  border-bottom-color: var(--home-rule);
}

.home-openai-clean .home-adoption-card .adoption-ranking-kicker,
.home-openai-clean .home-adoption-card .adoption-ranking-live,
.home-openai-clean .home-adoption-card .adoption-ranking-columns,
.home-openai-clean .home-adoption-card .adoption-ranking-foot {
  color: var(--home-muted);
}

.home-openai-clean .home-adoption-card .adoption-ranking-head strong,
.home-openai-clean .home-adoption-card .adoption-ranking-list strong,
.home-openai-clean .home-adoption-card .adoption-score,
.home-openai-clean .home-adoption-card .adoption-ranking-foot strong {
  color: var(--home-ink);
}

.home-openai-clean .home-adoption-card .adoption-ranking-head strong {
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 500;
}

.home-openai-clean .home-adoption-card .adoption-ranking-meta span,
.home-openai-clean .home-adoption-card .adoption-ranking-list li::before {
  background: rgba(255, 255, 255, 0.055);
  color: var(--home-body);
}

.home-openai-clean .home-adoption-card .adoption-ranking-list li {
  min-height: 54px;
  border-top-color: var(--home-rule-soft);
}

.home-openai-clean .home-adoption-card .adoption-ranking-list li.is-leader {
  box-shadow: inset 2px 0 0 var(--home-blue);
}

.home-openai-clean .home-adoption-card .adoption-rank {
  color: var(--home-blue);
}

.home-openai-clean .home-adoption-card .adoption-bank-logo {
  background: #fff;
}

@media (max-width: 1000px) {
  html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
    min-height: 900px !important;
    padding: 104px 0 34px !important;
  }

  .home-openai-clean .idx-clean-hero .container {
    display: block !important;
    min-height: 744px !important;
  }

  .home-openai-clean .idx-clean-hero .idx-hero-content {
    max-width: 650px !important;
  }

  .home-openai-clean .idx-hero-media {
    width: min(860px, 110vw);
    height: 610px;
    top: auto;
    right: -210px;
    bottom: -50px;
    transform: none;
  }

  .home-openai-clean .home-adoption-section .container {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 700px) {
  html[data-theme] body.home-refined.home-openai-clean .idx-clean-hero {
    min-height: 760px !important;
    padding: 96px 0 24px !important;
  }

  .home-openai-clean .idx-clean-hero .container {
    min-height: 630px !important;
  }

  .home-openai-clean .idx-hero-media {
    width: 690px;
    height: 430px;
    right: -252px;
    bottom: -10px;
  }

  .home-openai-clean .idx-hero-earth {
    inset: -5px -30px -20px -42px;
  }

  .home-openai-clean .idx-hero-orbits {
    inset: 26px -65px auto -86px;
    width: calc(100% + 151px);
    height: 430px;
  }

  .home-openai-clean .idx-hero-orbit-motion--one {
    top: 120px;
    left: 300px;
    width: 400px;
    height: 240px;
  }

  .home-openai-clean .idx-hero-orbit-motion--two {
    top: 176px;
    left: 38px;
    width: 575px;
    height: 216px;
  }

  .home-openai-clean .idx-hero-satellite {
    width: 132px;
    height: 132px;
    right: -66px;
  }

  .home-openai-clean .idx-hero-orbit-motion--two {
    display: none;
  }

  .home-openai-clean .idx-hero-orbit-motion--three {
    top: 70px;
    left: 345px;
    width: 310px;
    height: 340px;
  }

  .home-openai-clean .idx-hero-orbit-motion--three .idx-hero-satellite {
    width: 100px;
    height: 100px;
    right: -50px;
  }

  .home-openai-clean .idx-hero-comet {
    width: 164px;
    height: 164px;
  }

  .home-openai-clean .idx-hero-comet--two {
    width: 136px;
    height: 136px;
  }

  .home-openai-clean .idx-hero-comet--three {
    display: none;
  }

  .home-openai-clean .home-hero-trust-logos img {
    height: 27px;
  }

  .home-openai-clean .home-hero-trust-logos {
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    gap: 20px 24px;
  }

  .home-openai-clean .home-hero-trust {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 34px;
    padding-top: 18px;
  }

  .home-openai-clean .home-adoption-section {
    padding: 76px 0 !important;
  }

  .home-openai-clean .home-adoption-copy {
    padding: 0;
  }

  .home-openai-clean .home-adoption-media {
    padding: 0;
  }

  .home-openai-clean .home-adoption-card,
  .home-openai-clean .home-adoption-card:hover {
    min-height: 0;
    padding: 22px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-openai-clean .idx-hero-earth img,
  .home-openai-clean .idx-hero-orbit-motion,
  .home-openai-clean .idx-hero-satellite,
  .home-openai-clean .idx-hero-comet {
    animation: none !important;
  }

  .home-openai-clean .idx-hero-comet {
    display: none;
  }

  .home-openai-clean .idx-hero-orbit-motion--one {
    transform: rotate(20deg);
  }
  .home-openai-clean .idx-hero-orbit-motion--two {
    transform: rotate(-42deg);
  }
  .home-openai-clean .idx-hero-orbit-motion--three {
    transform: rotate(74deg);
  }
}
