/*
Copyright (C) 2023-2026 QuantumNous

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

For commercial licensing, please contact support@quantumnous.com
*/
@custom-variant dark (&:is(.dark *));

@theme inline {
  --font-sans: "Public Sans", sans-serif;
  /* Editorial serif token — the body face used by the `serif` font axis
   * and by presets that opt in (currently Anthropic). Lora carries only
   * Latin glyphs, so the stack walks through CJK serifs (Noto / Source Han
   * / Songti / SimSun) before the generic `serif` fallback. Without these
   * explicit CJK fonts the browser's generic-serif pick on Windows is
   * non-deterministic at small sizes and often appears sans-like. */
  --font-serif:
    "Lora Variable", "Lora", "Source Serif Pro", "Source Serif 4",
    "Noto Serif SC", "Noto Serif TC", "Noto Serif JP", "Noto Serif KR",
    "Source Han Serif SC", "Source Han Serif TC", "Source Han Serif",
    "Songti SC", "STSong", "STSongti-SC-Regular", "PingFang SC", "SimSun",
    "NSimSun", "宋体", "FangSong", "仿宋", "KaiTi", "楷体", Georgia,
    "Times New Roman", Cambria, "Liberation Serif", serif;
  --font-inter:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-manrope:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-success: var(--success);
  --color-success-foreground: var(--success-foreground);
  --color-warning: var(--warning);
  --color-warning-foreground: var(--warning-foreground);
  --color-info: var(--info);
  --color-info-foreground: var(--info-foreground);
  --color-neutral: var(--neutral);
  --color-neutral-foreground: var(--neutral-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-overview-accent-1: var(--overview-accent-1);
  --color-overview-accent-2: var(--overview-accent-2);
  --color-overview-accent-3: var(--overview-accent-3);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);

  --radius-sm: calc(var(--radius) * 0.6);
  --radius-md: calc(var(--radius) * 0.8);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) * 1.4);
  --radius-2xl: calc(var(--radius) * 1.8);
  --radius-3xl: calc(var(--radius) * 2.2);
  --radius-4xl: calc(var(--radius) * 2.6);
}

:root {
  --radius: 1rem;
  --app-header-height: 3rem;
  /* Static build-channel fallback consumed when JS hasn't booted yet. */
  --app-rev: "2k6e8r7p";
  /* Shared body font for light and dark modes. */
  --font-body: var(--font-sans);
  --background: oklch(1 0 0);
  --foreground: oklch(0.145 0 0);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.145 0 0);
  --primary: #086fb4;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.95 0 0);
  --secondary-foreground: oklch(0.42 0.16 250);
  --muted: oklch(0.97 0 0);
  --muted-foreground: oklch(0.49 0 0);
  --accent: color-mix(in oklch, var(--primary) 12%, var(--background));
  --accent-foreground: oklch(0.145 0 0);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.985 0 0);
  --success: oklch(0.596 0.145 163.225);
  --success-foreground: oklch(0.985 0 0);
  --warning: oklch(0.681 0.162 75.834);
  --warning-foreground: oklch(0.145 0 0);
  --info: oklch(0.588 0.158 241.966);
  --info-foreground: oklch(0.985 0 0);
  --neutral: oklch(0.708 0 0);
  --neutral-foreground: oklch(0.145 0 0);
  --border: oklch(0.93 0 0);
  --input: oklch(0.93 0 0);
  --ring: oklch(0.708 0.16 249.003);
  --chart-1: oklch(0.72 0.18 250);
  --chart-2: oklch(0.65 0.15 200);
  --chart-3: oklch(0.7 0.12 280);
  --chart-4: oklch(0.68 0.19 325);
  --chart-5: oklch(0.68 0.16 155);
  --overview-accent-1: oklch(0.72 0.18 250);
  --overview-accent-2: oklch(0.65 0.15 200);
  --overview-accent-3: oklch(0.7 0.12 280);
  --sidebar: color-mix(in oklch, var(--foreground) 0.5%, var(--background));
  --sidebar-foreground: oklch(0.145 0 0);
  --sidebar-primary: oklch(0.64 0.197 253.892);
  --sidebar-primary-foreground: oklch(1 0 0);
  --sidebar-accent: color-mix(in oklch, var(--primary) 12%, var(--background));
  --sidebar-accent-foreground: oklch(0.579 0.196 255.909);
  --sidebar-border: oklch(0.93 0 0);
  --sidebar-ring: oklch(0.58 0.2 250);
  --skeleton-base: oklch(0.97 0 0);
  --skeleton-highlight: oklch(0.985 0 0);
  --table-row: var(--background);
  --table-header: color-mix(
    in oklch,
    var(--foreground) 1.5%,
    var(--background)
  );
  --table-header-hover: color-mix(
    in oklch,
    var(--foreground) 3%,
    var(--background)
  );
  /* Disabled rows: kept subtle so they read as "quiet", not as a colored
     alert state. */
  --table-disabled: color-mix(
    in oklch,
    var(--foreground) 3%,
    var(--background)
  );
  --table-disabled-hover: color-mix(
    in oklch,
    var(--foreground) 4.5%,
    var(--background)
  );
  --table-disabled-border: color-mix(
    in oklch,
    var(--foreground) 16%,
    var(--background)
  );
}

.dark {
  /* OpenAI-like dark mode with a crisp charcoal canvas. */
  --background: oklch(0.235 0 0);
  --foreground: oklch(0.965 0 0);
  --card: oklch(0.285 0 0);
  --card-foreground: oklch(0.965 0 0);
  --popover: oklch(0.305 0 0);
  --popover-foreground: oklch(0.965 0 0);
  --primary: oklch(0.54 0.142 248.516);
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(0.335 0 0);
  --secondary-foreground: oklch(0.9 0.05 250);
  --muted: oklch(0.305 0 0);
  --muted-foreground: oklch(0.78 0 0);
  --accent: color-mix(in oklch, var(--primary) 20%, var(--background));
  --accent-foreground: oklch(0.985 0 0);
  --destructive: oklch(0.704 0.191 22.216);
  --destructive-foreground: oklch(0.985 0 0);
  --success: oklch(0.696 0.17 162.48);
  --success-foreground: oklch(0.145 0 0);
  --warning: oklch(0.769 0.188 70.08);
  --warning-foreground: oklch(0.145 0 0);
  --info: oklch(0.613 0.14 239.919);
  --info-foreground: oklch(0.145 0 0);
  --neutral: oklch(0.76 0 0);
  --neutral-foreground: oklch(0.155 0 0);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 17%);
  --ring: oklch(0.554 0.148 250.726);
  --chart-1: oklch(0.76 0.14 250);
  --chart-2: oklch(0.76 0.13 200);
  --chart-3: oklch(0.76 0.13 285);
  --chart-4: oklch(0.75 0.16 325);
  --chart-5: oklch(0.76 0.14 155);
  --sidebar: oklch(0.225 0 0);
  --sidebar-foreground: oklch(0.95 0 0);
  --sidebar-primary: oklch(0.588 0.123 246.488);
  --sidebar-primary-foreground: oklch(1 0 0);
  --sidebar-accent: color-mix(in oklch, var(--primary) 20%, var(--background));
  --sidebar-accent-foreground: oklch(0.9 0.05 250);
  --sidebar-border: oklch(1 0 0 / 11%);
  --sidebar-ring: oklch(0.7 0.17 250);
  --skeleton-base: oklch(0.335 0 0);
  --skeleton-highlight: oklch(0.44 0 0);
  --table-row: var(--background);
  --table-header: color-mix(in oklch, var(--foreground) 6%, var(--background));
  --table-header-hover: color-mix(
    in oklch,
    var(--foreground) 9%,
    var(--background)
  );
  --table-disabled: color-mix(
    in oklch,
    var(--foreground) 7%,
    var(--background)
  );
  --table-disabled-hover: color-mix(
    in oklch,
    var(--foreground) 9.5%,
    var(--background)
  );
  --table-disabled-border: color-mix(
    in oklch,
    var(--foreground) 24%,
    var(--background)
  );
}

/*
Copyright (C) 2023-2026 QuantumNous

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

For commercial licensing, please contact support@quantumnous.com
*/
.getapi-landing {
  --landing-ink: #f7f8ff;
  --landing-muted: #9ba2b8;
  --landing-border: rgb(136 149 199 / 18%);
  --landing-panel: rgb(13 16 34 / 72%);
  position: relative;
  overflow: clip;
  color: var(--landing-ink);
  background: #05050d var(--landing-page-background) center top / 1920px 5059px
    no-repeat;
}

.getapi-landing .landing-section-inner {
  width: min(calc(100% - 40px), 1200px);
  margin-inline: auto;
}

.getapi-landing .landing-hero {
  position: relative;
  min-height: 950px;
  padding: 168px 20px 72px;
  isolation: isolate;
  background: var(--landing-hero-glow) center top / cover no-repeat;
}

.getapi-landing .landing-hero-glow {
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 50%;
  width: min(900px, 90vw);
  height: 500px;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgb(79 75 246 / 15%),
    transparent 67%
  );
  transform: translateX(-50%);
  animation: getapi-landing-hero-drift 8s ease-in-out infinite alternate;
}

.getapi-landing .landing-hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.getapi-landing .landing-hero h1,
.getapi-landing .landing-hero h2 {
  margin: 0;
  font-size: clamp(44px, 4.6vw, 66px);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.045em;
}

.getapi-landing .landing-hero h2 {
  color: transparent;
  font-weight: 650;
  background: linear-gradient(92deg, #6997ff 4%, #976dff 51%, #d76de3 96%);
  background-clip: text;
  -webkit-background-clip: text;
}

.getapi-landing .landing-hero-description {
  max-width: 800px;
  margin: 34px 0 0;
  color: #bdc2d4;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.55;
}

.getapi-landing .landing-capability-links {
  display: grid;
  width: min(100%, 760px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.getapi-landing .landing-capability-link {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px solid rgb(139 147 188 / 22%);
  border-radius: 999px;
  color: #d8daea;
  background: linear-gradient(180deg, rgb(27 31 57 / 74%), rgb(13 16 34 / 66%));
  box-shadow:
    inset 0 1px rgb(255 255 255 / 8%),
    0 15px 40px rgb(1 3 18 / 24%);
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
  backdrop-filter: blur(15px);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-capability-link span {
  color: #9e89ff;
  font-size: 17px;
}

.getapi-landing .landing-capability-link:hover {
  border-color: rgb(145 126 255 / 60%);
  color: #fff;
  transform: translateY(-2px);
}

.getapi-landing .landing-partner-label {
  margin: 105px 0 28px;
  color: #777e96;
  font-size: 14px;
}

.getapi-landing .landing-partner-marquee {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}

.getapi-landing .landing-partner-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: getapi-landing-marquee 34s linear infinite;
}

.getapi-landing .landing-partner-group {
  display: flex;
  flex: none;
  align-items: center;
  gap: 58px;
  padding-right: 58px;
}

.getapi-landing .landing-partner-logo {
  width: 112px;
  height: 48px;
  flex: none;
  object-fit: contain;
  opacity: 0.62;
  filter: grayscale(1) brightness(1.8);
}

.getapi-landing .landing-stats {
  padding: 24px 0 90px;
}

.getapi-landing .landing-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.getapi-landing .landing-stat {
  display: flex;
  min-height: 126px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  text-align: center;
}

.getapi-landing .landing-stat:not(:last-child) {
  border-right: 1px solid rgb(151 158 194 / 14%);
}

.getapi-landing .landing-stat strong {
  color: #fff;
  font-size: clamp(36px, 3.6vw, 54px);
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.045em;
  text-shadow: 0 0 35px rgb(112 100 255 / 30%);
}

.getapi-landing .landing-stat span {
  color: #777f97;
  font-size: 14px;
}

.getapi-landing .landing-model-intro,
.getapi-landing .landing-features,
.getapi-landing .landing-cta {
  content-visibility: auto;
}

.getapi-landing .landing-model-intro {
  min-height: 832px;
  overflow: hidden;
  padding: 64px 0 48px;
  text-align: center;
  contain-intrinsic-size: 832px;
}

.getapi-landing .landing-model-heading h2,
.getapi-landing .landing-features h2,
.getapi-landing .landing-cta h2 {
  margin: 0;
  color: #f5f6ff;
  font-size: clamp(34px, 3.75vw, 52px);
  font-weight: 560;
  line-height: 1.16;
  letter-spacing: -0.04em;
}

.getapi-landing .landing-model-orbit-stage {
  position: relative;
  width: 100%;
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.getapi-landing .landing-model-heading {
  display: flex;
  position: relative;
  z-index: 3;
  width: min(900px, calc(100% - 40px));
  min-height: 720px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.getapi-landing .landing-model-orbit-decoration {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.getapi-landing .landing-model-orbit-track {
  --landing-orbit-radius: 22rem;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  transform: scale(0) rotate(-360deg);
  animation: getapi-landing-orbit-entrance 2.5s cubic-bezier(0.16, 1, 0.3, 1)
    forwards;
}

.getapi-landing .landing-model-orbit-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  will-change: transform;
  animation: getapi-landing-orbit-rotate 80s linear infinite;
}

.getapi-landing .landing-model-orbit-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  transform: rotate(var(--orbit-angle))
    translateY(calc(var(--landing-orbit-radius) * -1));
}

.getapi-landing .landing-model-orbit-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.18rem;
  opacity: 0.5;
  transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  transition: opacity 1.5s;
  animation: getapi-landing-orbit-counter-rotate 80s linear infinite;
}

.getapi-landing .landing-model-orbit-node:hover {
  opacity: 1;
  transition: opacity 300ms;
}

.getapi-landing .landing-model-orbit-icon {
  display: grid;
  width: 1.79rem;
  height: 1.79rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 0.48rem;
  padding: 0.24rem;
  background: #1a1a22;
  filter: drop-shadow(0 0 0.48rem rgb(0 202 224 / 12%));
  transition:
    filter 300ms,
    border-color 300ms;
}

.getapi-landing .landing-model-orbit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.getapi-landing .landing-model-orbit-name {
  max-width: 3.81rem;
  overflow: hidden;
  color: rgb(255 255 255 / 35%);
  font-size: 0.55rem;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 300ms;
}

.getapi-landing .landing-model-orbit-node:hover .landing-model-orbit-icon {
  border-color: rgb(0 202 224 / 30%);
  filter: drop-shadow(0 0 0.71rem rgb(0 202 224 / 30%));
}

.getapi-landing .landing-model-orbit-node:hover .landing-model-orbit-name {
  color: rgb(0 202 224 / 80%);
}

.getapi-landing .landing-model-orbit-item-dim .landing-model-orbit-node {
  opacity: 0;
}

.getapi-landing .landing-model-orbit-item-featured .landing-model-orbit-node {
  opacity: 1;
}

.getapi-landing .landing-model-orbit-item-featured .landing-model-orbit-icon {
  border-color: rgb(0 202 224 / 52%);
  filter: drop-shadow(0 0 0.9rem rgb(0 202 224 / 42%));
  transform: scale(1.16);
}

.getapi-landing .landing-model-spotlight {
  position: absolute;
  z-index: 4;
  width: min(232px, 19vw);
  margin: 0;
  color: rgb(235 239 246 / 70%);
  text-align: center;
  pointer-events: none;
  transform: translateY(-50%);
}

.getapi-landing .landing-model-spotlight-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 8px 4px;
}

.getapi-landing .landing-model-spotlight-1 .landing-model-spotlight-inner,
.getapi-landing .landing-model-spotlight-3 .landing-model-spotlight-inner {
  animation: getapi-landing-spotlight-spring-left 4.8s both;
  animation-delay: var(--spotlight-delay);
}

.getapi-landing .landing-model-spotlight-2 .landing-model-spotlight-inner,
.getapi-landing .landing-model-spotlight-4 .landing-model-spotlight-inner {
  animation: getapi-landing-spotlight-spring-right 4.8s both;
  animation-delay: var(--spotlight-delay);
}

.getapi-landing .landing-model-spotlight-inner img {
  width: 54px;
  height: 54px;
  border: 1px solid rgb(0 202 224 / 30%);
  border-radius: 14px;
  padding: 8px;
  object-fit: contain;
  background: #1a1a22;
  filter: drop-shadow(0 0 14px rgb(0 202 224 / 26%));
}

.getapi-landing .landing-model-spotlight h3 {
  max-width: 220px;
  margin: 1px 0 3px;
  overflow: hidden;
  color: #21d8e7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.getapi-landing .landing-model-spotlight p {
  display: -webkit-box;
  max-width: 230px;
  margin: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.getapi-landing .landing-model-typing-caret {
  display: inline-block;
  width: 1px;
  height: 1em;
  margin-left: 2px;
  vertical-align: -0.12em;
  background: currentcolor;
  animation: getapi-landing-typing-caret 700ms steps(1, end) infinite;
}

.getapi-landing .landing-model-spotlight-1,
.getapi-landing .landing-model-spotlight-3 {
  left: 28px;
}

.getapi-landing .landing-model-spotlight-2,
.getapi-landing .landing-model-spotlight-4 {
  right: 28px;
}

.getapi-landing .landing-model-spotlight-1 {
  top: 31%;
}

.getapi-landing .landing-model-spotlight-2 {
  top: 38%;
}

.getapi-landing .landing-model-spotlight-3 {
  top: 67%;
}

.getapi-landing .landing-model-spotlight-4 {
  top: 62%;
}

.getapi-landing .landing-features {
  padding: 105px 0 150px;
  contain-intrinsic-size: 960px;
}

.getapi-landing .landing-features h2 {
  text-align: center;
}

.getapi-landing .landing-feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.getapi-landing .landing-feature-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: minmax(min-content, 1fr) auto auto;
  column-gap: 20px;
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid var(--landing-border);
  border-radius: 22px;
  padding: 34px;
  background:
    radial-gradient(circle at 70% 115%, rgb(93 86 227 / 22%), transparent 48%),
    linear-gradient(145deg, rgb(19 23 48 / 92%), var(--landing-panel));
  box-shadow: inset 0 1px rgb(255 255 255 / 6%);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-feature-card:hover {
  border-color: rgb(128 119 244 / 48%);
  transform: translateY(-4px);
}

.getapi-landing .landing-feature-card-1,
.getapi-landing .landing-feature-card-4 {
  grid-column: span 8;
}

.getapi-landing .landing-feature-card-2,
.getapi-landing .landing-feature-card-3 {
  grid-column: span 4;
}

.getapi-landing .landing-feature-copy {
  display: contents;
}

.getapi-landing .landing-feature-icon {
  grid-area: 1 / 1;
  width: 32px;
  height: 32px;
  color: #8f85ff;
}

.getapi-landing .landing-feature-card h3 {
  grid-area: 2 / 1 / auto / -1;
  margin: 0;
  color: #f4f5ff;
  font-size: 24px;
  font-weight: 580;
}

.getapi-landing .landing-feature-card p {
  grid-area: 3 / 1 / auto / -1;
  margin: 12px 0 0;
  color: #8d94aa;
  font-size: 14px;
  line-height: 1.65;
}

.getapi-landing .landing-feature-visual {
  display: flex;
  grid-area: 1 / 2;
  align-self: start;
  min-width: 0;
  margin-bottom: 32px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.getapi-landing .landing-feature-visual span {
  max-width: 100%;
  overflow-wrap: anywhere;
  border: 1px solid rgb(145 151 196 / 20%);
  border-radius: 12px;
  padding: 10px 13px;
  color: #aeb4c9;
  background: rgb(7 10 26 / 58%);
  font-size: 12px;
  box-shadow: inset 0 1px rgb(255 255 255 / 5%);
}

.getapi-landing .landing-cta {
  padding: 35px 0 170px;
  contain-intrinsic-size: 790px;
}

.getapi-landing .landing-cta-panel {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgb(144 147 194 / 20%);
  border-radius: 28px;
  padding: 90px 36px 58px;
  text-align: center;
  background:
    linear-gradient(180deg, transparent 42%, rgb(8 10 25 / 45%)),
    var(--landing-cta-background) center / cover no-repeat;
  box-shadow:
    inset 0 1px rgb(255 255 255 / 8%),
    0 35px 90px rgb(1 3 15 / 35%);
}

.getapi-landing .landing-cta-panel h2 {
  font-size: clamp(40px, 5.2vw, 66px);
}

.getapi-landing .landing-cta-panel h3 {
  margin: 20px 0 0;
  color: #d8daea;
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 520;
}

.getapi-landing .landing-cta-panel > p {
  max-width: 650px;
  margin: 20px auto 0;
  color: #949bb0;
  font-size: 15px;
  line-height: 1.7;
}

.getapi-landing .landing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
}

.getapi-landing .landing-pill {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgb(143 151 195 / 25%);
  border-radius: 10px;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.getapi-landing .landing-pill-primary {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(110deg, #5a72f4, #8974f4);
  box-shadow: 0 12px 32px rgb(92 80 236 / 28%);
}

.getapi-landing .landing-pill-secondary {
  color: #d9dbea;
  background: rgb(18 22 43 / 65%);
  backdrop-filter: blur(12px);
}

.getapi-landing .landing-pill:hover {
  border-color: rgb(152 137 255 / 65%);
  transform: translateY(-2px);
}

.getapi-landing .landing-cta-assurances {
  display: grid;
  width: min(100%, 750px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: auto 0 0;
  padding: 38px 0 0;
  border-top: 1px solid rgb(155 160 197 / 13%);
  list-style: none;
}

.getapi-landing .landing-cta-assurances li {
  color: #8e95aa;
  font-size: 11px;
}

.getapi-landing .landing-cta-assurances span {
  display: inline-grid;
  width: 17px;
  height: 17px;
  margin-right: 7px;
  place-items: center;
  border: 1px solid rgb(133 124 250 / 38%);
  border-radius: 50%;
  color: #a89fff;
  font-size: 10px;
}

.getapi-landing footer {
  border-color: rgb(139 147 188 / 13%);
  background: rgb(3 4 11 / 48%);
}

.getapi-landing .landing-entrance {
  animation: getapi-landing-entrance 650ms both;
}

.getapi-landing .landing-entrance:nth-child(2) {
  animation-delay: 80ms;
}

.getapi-landing .landing-entrance:nth-child(3) {
  animation-delay: 140ms;
}

.getapi-landing .landing-entrance:nth-child(4) {
  animation-delay: 200ms;
}

@keyframes getapi-landing-marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes getapi-landing-hero-drift {
  to {
    transform: translateX(-50%) translateY(14px) scale(1.04);
  }
}

@keyframes getapi-landing-entrance {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes getapi-landing-orbit-entrance {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-360deg);
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(0.84) rotate(0deg);
  }
}

@keyframes getapi-landing-orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes getapi-landing-orbit-counter-rotate {
  from {
    transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  }
  to {
    transform: rotate(calc(var(--orbit-counter-angle) - 360deg)) translate(-50%);
  }
}

@keyframes getapi-landing-spotlight-spring-left {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(104px) scale(0.72);
  }
  13% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(-18px) scale(1.08);
  }
  21% {
    transform: translateX(10px) scale(0.96);
  }
  29% {
    transform: translateX(-6px) scale(1.025);
  }
  37%,
  76% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
  90%,
  100% {
    opacity: 0;
    filter: blur(2px);
    transform: translateX(-20px) scale(0.95);
  }
}

@keyframes getapi-landing-spotlight-spring-right {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-104px) scale(0.72);
  }
  13% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(18px) scale(1.08);
  }
  21% {
    transform: translateX(-10px) scale(0.96);
  }
  29% {
    transform: translateX(6px) scale(1.025);
  }
  37%,
  76% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
  90%,
  100% {
    opacity: 0;
    filter: blur(2px);
    transform: translateX(20px) scale(0.95);
  }
}

@keyframes getapi-landing-typing-caret {
  50% {
    opacity: 0;
  }
}

@media (max-width: 63.99rem) {
  .getapi-landing .landing-feature-card-1,
  .getapi-landing .landing-feature-card-2,
  .getapi-landing .landing-feature-card-3,
  .getapi-landing .landing-feature-card-4 {
    grid-column: span 6;
  }
}

@media (max-width: 47.99rem) {
  .getapi-landing {
    background-size: auto 3900px;
  }

  .getapi-landing .landing-section-inner {
    width: min(calc(100% - 32px), 1200px);
  }

  .getapi-landing .landing-hero {
    min-height: 780px;
    padding: 120px 0 50px;
    background-position: 54% top;
  }

  .getapi-landing .landing-hero h1,
  .getapi-landing .landing-hero h2 {
    font-size: clamp(30px, 8.7vw, 34px);
    line-height: 1.2;
    word-break: keep-all;
  }

  .getapi-landing .landing-hero-description {
    margin-top: 24px;
    font-size: 16px;
  }

  .getapi-landing .landing-capability-links {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 34px;
  }

  .getapi-landing .landing-capability-link {
    min-height: 50px;
  }

  .getapi-landing .landing-partner-label {
    margin-top: 58px;
  }

  .getapi-landing .landing-partner-group {
    gap: 34px;
    padding-right: 34px;
  }

  .getapi-landing .landing-partner-logo {
    width: 88px;
    height: 40px;
  }

  .getapi-landing .landing-stats {
    padding-bottom: 58px;
  }

  .getapi-landing .landing-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .getapi-landing .landing-stat {
    min-height: 112px;
  }

  .getapi-landing .landing-stat:nth-child(odd) {
    border-right: 1px solid rgb(151 158 194 / 14%);
  }

  .getapi-landing .landing-stat:nth-child(-n + 2) {
    border-bottom: 1px solid rgb(151 158 194 / 14%);
  }

  .getapi-landing .landing-stat:nth-child(2) {
    border-right: 0;
  }

  .getapi-landing .landing-model-intro {
    min-height: 622px;
    padding: 34px 0 28px;
    contain-intrinsic-size: 622px;
  }

  .getapi-landing .landing-model-heading h2,
  .getapi-landing .landing-features h2 {
    font-size: 31px;
  }

  .getapi-landing .landing-model-orbit-stage {
    min-height: 560px;
  }

  .getapi-landing .landing-model-heading {
    width: calc(100% - 36px);
    min-height: 560px;
  }

  .getapi-landing .landing-model-orbit-track {
    --landing-orbit-radius: 14rem;
  }

  .getapi-landing .landing-model-orbit-node {
    gap: 0.18rem;
  }

  .getapi-landing .landing-model-orbit-icon {
    width: 1.31rem;
    height: 1.31rem;
    padding: 0.18rem;
  }

  .getapi-landing .landing-model-orbit-name {
    max-width: 2.98rem;
    font-size: 0.48rem;
  }

  .getapi-landing .landing-model-spotlight {
    display: none;
  }

  .getapi-landing .landing-features {
    padding: 70px 0 100px;
    contain-intrinsic-size: 1420px;
  }

  .getapi-landing .landing-feature-grid {
    margin-top: 36px;
  }

  .getapi-landing .landing-feature-card-1,
  .getapi-landing .landing-feature-card-2,
  .getapi-landing .landing-feature-card-3,
  .getapi-landing .landing-feature-card-4 {
    grid-column: 1 / -1;
  }

  .getapi-landing .landing-feature-card {
    min-height: 280px;
    padding: 26px;
  }

  .getapi-landing .landing-feature-card h3 {
    font-size: 21px;
  }

  .getapi-landing .landing-cta {
    padding: 0 0 100px;
    contain-intrinsic-size: 680px;
  }

  .getapi-landing .landing-cta-panel {
    min-height: 610px;
    border-radius: 20px;
    padding: 65px 24px 36px;
  }

  .getapi-landing .landing-cta-panel h2 {
    font-size: 38px;
  }

  .getapi-landing .landing-cta-panel h3 {
    font-size: 20px;
  }

  .getapi-landing .landing-cta-actions {
    width: 100%;
  }

  .getapi-landing .landing-pill {
    width: 100%;
  }

  .getapi-landing .landing-cta-assurances {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .getapi-landing .landing-partner-track,
  .getapi-landing .landing-hero-glow,
  .getapi-landing .landing-entrance,
  .getapi-landing .landing-model-orbit-list,
  .getapi-landing .landing-model-orbit-track,
  .getapi-landing .landing-model-orbit-node,
  .getapi-landing .landing-model-spotlight-inner {
    animation: none;
  }

  .getapi-landing .landing-entrance {
    opacity: 1;
    transform: none;
  }

  .getapi-landing .landing-model-orbit-track {
    opacity: 1;
    transform: scale(0.84);
  }

  .getapi-landing .landing-model-orbit-node {
    transform: rotate(var(--orbit-counter-angle)) translate(-50%);
  }

  .getapi-landing .landing-model-spotlight-inner {
    opacity: 1;
  }

  .getapi-landing .landing-model-typing-caret {
    display: none;
  }

  .getapi-landing .landing-capability-link:hover,
  .getapi-landing .landing-feature-card:hover,
  .getapi-landing .landing-pill:hover {
    transform: none;
  }
}

@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./public-sans.woff2") format("woff2");
}

.public-error {
  min-height: 62vh;
  display: grid;
  place-items: center;
  padding: 72px 20px;
  text-align: center;
}
.public-error-inner {
  max-width: 720px;
}
.public-error-code {
  margin: 0 0 8px;
  color: var(--public-muted);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.public-error h1 {
  margin: 0;
  font-size: clamp(40px, 8vw, 72px);
  line-height: 1.05;
}
.public-error h1 + p {
  margin: 24px auto 0;
  max-width: 620px;
  color: var(--public-muted);
  font-size: 18px;
}
.public-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.public-error-actions a {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Public Sans", system-ui, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
summary {
  font: inherit;
}
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
img,
svg {
  vertical-align: middle;
}
a:focus-visible,
summary:focus-visible {
  outline: 2px solid #a794ff;
  outline-offset: 6px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.public-home {
  --landing-page-background: url("/__public/images/page-background.webp");
  --landing-hero-glow: url("/__public/images/hero-glow.webp");
  --landing-cta-background: url("/__public/images/cta-background.webp");
}
.public-home .landing-model-spotlight-inner {
  animation: none;
  opacity: 1;
  transform: none;
}
.public-home .landing-stat strong {
  font-size: clamp(28px, 4vw, 48px);
}
.public-model-link {
  text-align: center;
  color: #bdc2d4;
  line-height: 1.7;
  padding: 0 0 48px;
}
.public-model-link a {
  display: inline-block;
  color: #b4a4ff;
  margin-top: 14px;
}
.public-guide {
  padding-block: 64px 80px;
  color: #bdc2d4;
  line-height: 1.8;
}
.public-guide h2 {
  color: #f7f8ff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
.public-guide > p {
  max-width: 850px;
  font-size: 18px;
}
.public-guide ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 36px 0 64px;
}
.public-guide li {
  padding: 28px;
  border: 1px solid #8895c72e;
  border-radius: 24px;
  background: #0d1022b8;
}
.public-guide h3 {
  font-size: 20px;
  color: #f7f8ff;
  margin-bottom: 16px;
}
.public-guide a {
  color: #c0b4ff;
}
.public-faq {
  width: 100%;
}
.public-faq details {
  border-bottom: 1px solid #8895c72e;
  padding: 22px 0;
}
.public-faq summary {
  cursor: pointer;
  color: #f7f8ff;
  font-size: 18px;
}
.public-faq details p {
  margin: 16px 0 0;
}
.public-paused,
.public-paused *,
.public-paused::before,
.public-paused::after,
.public-paused *::before,
.public-paused *::after {
  animation-play-state: paused !important;
}
@media (max-width: 767px) {
  .public-guide ol {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .public-guide {
    padding-block: 32px 48px;
  }
  .public-guide li {
    padding: 24px;
  }
  .public-model-link {
    font-size: 14px;
  }
}

:root {
  --public-page-width: 1440px;
  --public-page-gutter: 32px;
  --public-header-height: 76px;
  --public-surface: #080911;
  --public-text: #f7f8ff;
  --public-muted: #b5bacb;
  --public-border: #ffffff18;
  --public-nav-active: #cfc5ff;
  --app-header-height: var(--public-header-height);
  --public-link: #075f98;
}
.dark {
  --public-link: #8ecbff;
}

/* Shared shell uses the same persisted color tokens as the application.
   Landing illustrations/gradients remain artwork, not another UI theme. */
body {
  --public-surface: var(--background, #fff);
  --public-text: var(--foreground, #101828);
  --public-muted: var(--muted-foreground, #52627a);
  --public-border: var(--border, #dfe5ef);
  --public-nav-active: var(--public-link);
}
.public-site-header a {
  text-decoration-skip-ink: auto;
}
.public-site-header--console .public-site-header-inner {
  max-width: none;
  width: 100%;
  padding-inline: 16px;
  gap: 16px;
}
.public-site-header .public-site-actions {
  gap: 12px;
}
.public-site-header .public-console-action {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding-inline: 12px;
  border: 1px solid var(--public-border);
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 600;
}
.public-site-header.public-site-header--console .public-console-action,
.public-site-header:has([data-account-state='authenticated'])
  .public-console-action {
  background: var(--primary, #086fb4);
  color: var(--primary-foreground, #fff);
  border-color: transparent;
}
.public-console-action[aria-current='page'] {
  color: var(--public-nav-active);
  background: color-mix(in srgb, var(--public-nav-active) 10%, transparent);
}
.public-site-header .public-console-search {
  width: 36px;
  height: 36px;
  padding: 0;
  flex: 0 0 36px;
}
.public-console-search > :is(span, kbd) {
  display: none;
}
.public-console-search > svg {
  inset-inline-start: 9px;
}
.public-site-header--console .public-site-brand {
  white-space: nowrap;
}
.public-site-header .public-site-login {
  background: var(--primary, #087eb7);
  color: var(--primary-foreground, white);
}
.public-site-header .public-profile-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: 160px;
  gap: 8px;
  border-radius: 999px;
  padding-inline: 12px;
  border: 1px solid var(--public-border);
  background: transparent;
  color: var(--public-text);
}

@media (max-width: 1200px) {
  .public-site-header .public-site-desktop-nav {
    display: none;
  }
  .public-site-header .public-site-mobile-nav {
    display: block;
  }
  .public-site-header .public-site-actions {
    margin-inline-start: auto;
  }
}
@media (max-width: 600px) {
  .public-language-name {
    display: none;
  }
  .public-site-header .public-site-actions > .public-console-action {
    display: none;
  }
  .public-site-header--console .public-site-header-inner {
    gap: 6px;
    padding-inline: 8px;
  }
  .public-site-header--console .public-site-actions {
    gap: 2px;
  }
  .public-site-header--console .public-site-brand {
    font-size: 0;
    gap: 0;
  }
  .public-site-header .public-profile-trigger {
    max-width: 90px;
    padding-inline: 8px;
  }
}

html.light {
  color-scheme: light;
  --public-surface: #ffffff;
  --public-text: #101828;
  --public-ink: #101828;
  --public-muted: #52627a;
  --public-border: #dfe5ef;
  --public-nav-active: #5840ad;
}
html.dark {
  color-scheme: dark;
}
.public-app-layout,
.public-auth-layout {
  background: var(--public-surface);
  color: var(--public-text);
}
.public-site-mobile-nav .public-site-login {
  display: flex;
}
.public-account {
  display: inline-grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  gap: 4px;
}
.public-account-sizing {
  display: contents;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
}
.public-account-sizing > span {
  grid-area: 1 / 1;
  min-inline-size: 68px;
  padding-inline: 18px;
}
.public-account-sizing > span + span {
  grid-area: 1 / 2;
}
.public-account > .public-site-login {
  grid-area: 1 / 1;
  min-inline-size: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-account > .public-site-register {
  grid-area: 1 / 2;
}
.public-account-menu {
  grid-area: 1 / 1 / 2 / 3;
  min-width: 0;
  contain: inline-size;
  position: relative;
}
.public-account [hidden] {
  display: none !important;
}
.public-account-menu summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 36px;
  min-width: 0;
  padding-inline: 12px;
  border: 1px solid var(--public-border);
  border-radius: 999px;
  color: var(--public-text);
  cursor: pointer;
  list-style: none;
}
.public-account-menu summary [data-account-name] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-inline-size: 120px;
}
.public-account-menu summary svg {
  flex-shrink: 0;
}
.public-account > :is(.public-site-login, .public-site-register) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding-block: 0;
  line-height: 1;
}
.public-account-menu summary::-webkit-details-marker {
  display: none;
}
.public-account-options {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 8px);
  min-width: 220px;
  padding: 10px;
  background: var(--public-surface);
  color: var(--public-text);
  border: 1px solid var(--public-border);
  border-radius: 12px;
  box-shadow: 0 12px 36px #0003;
}
.public-account-options :is(a, button) {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: start;
  color: inherit;
  border: 0;
  border-radius: 6px;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.public-account-options :is(a, button):hover {
  background: color-mix(in srgb, var(--public-text) 8%, transparent);
}
.public-account-options button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.public-account-options p {
  padding: 8px;
  margin: 0;
}
.public-account-options [role='alert'] {
  color: #ee6666;
}
.public-auth-placeholder {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.public-auth-placeholder span {
  display: block;
  height: 44px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--public-text) 7%, transparent);
}
.public-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.public-theme {
  position: relative;
}
.public-theme summary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  list-style: none;
  border-radius: 8px;
}
.public-theme summary::-webkit-details-marker {
  display: none;
}
.public-theme-options {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  min-width: 160px;
  padding: 6px;
  border: 1px solid var(--public-border);
  border-radius: 12px;
  background: var(--public-surface);
  box-shadow: 0 12px 36px #0002;
}
.public-theme-options button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  text-align: start;
  cursor: pointer;
  font: inherit;
}
.public-theme-options button[aria-pressed='true'],
.public-theme-options button:hover,
.public-theme summary:hover {
  background: color-mix(in srgb, var(--public-text) 8%, transparent);
}

/* The same root theme applies to static acquisition pages and application chrome. */
.getapi-landing.public-home {
  background-size: max(1920px, 100%) auto;
}
.getapi-landing.public-home .landing-section-inner {
  width: min(
    calc(100% - var(--public-page-gutter) * 2),
    var(--public-page-width)
  );
}
.light body:not(:has(.public-site-header--console)) {
  background: var(--background);
  color: var(--public-text);
}
.light .getapi-landing.public-home {
  background:
    radial-gradient(ellipse at 80% 5%, #daf6ff, transparent 35%),
    radial-gradient(ellipse at 0% 40%, #f1edff, transparent 40%), #fff;
}
.light .public-home :is(h1, h2, h3, .landing-stat strong, .public-faq summary) {
  color: var(--public-text);
  text-shadow: none;
}
.light
  .public-home
  :is(
    p,
    .landing-stat span,
    .landing-model-orbit-name,
    .landing-feature-card p,
    .landing-cta-assurances
  ) {
  color: var(--public-muted);
}
.light
  .public-home
  :is(.landing-feature-card, .public-guide li, .landing-cta-panel) {
  background: #ffffffb8;
  border-color: var(--public-border);
}
.light
  .public-home
  :is(.landing-pill-secondary, .landing-hero-pill, .landing-model-orbit-icon) {
  background: #edf2fa;
  color: var(--public-text);
  border-color: var(--public-border);
}
.light .public-home :is(.public-guide a, .public-model-link a) {
  color: #5043a7;
}
.light .public-home .landing-hero {
  background: transparent;
}
.light .public-home .landing-hero h2 {
  color: transparent;
}
.light .public-home .landing-capability-link {
  background: #eaf0fa;
  color: var(--public-text);
  box-shadow: 0 8px 24px #243b5318;
}
.light .public-home .landing-feature-visual span {
  background: #edf2fa;
  color: #42526b;
  border-color: var(--public-border);
}
.light .public-home .landing-feature-icon {
  color: #6550c5;
}
.light .public-home .landing-feature-card:hover {
  border-color: #8978c7;
}
.light .public-home .landing-partner-logo {
  opacity: 0.85;
  filter: grayscale(1) brightness(0.35);
}
.light .public-home .landing-cta-panel {
  box-shadow: 0 16px 48px #243b5314;
}
.light .public-home .landing-cta-assurances li {
  color: var(--public-muted);
}
.light .public-home .landing-cta-assurances span {
  color: #6550c5;
  border-color: #8978c7;
}
.light .public-home .landing-model-orbit-node {
  opacity: 0.85;
}
.light .public-home .landing-model-orbit-item-dim .landing-model-orbit-node {
  opacity: 0;
}
.public-site-login {
  color: #fff;
}

.public-site-register {
  white-space: nowrap;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--public-border);
}

.public-site-login[data-account-state='authenticated'] + .public-site-register {
  display: none;
}
.light .public-locale-options,
.light .public-site-mobile-nav nav {
  background: var(--public-surface);
  color: var(--public-text);
  border-color: var(--public-border);
}

.public-container {
  width: min(
    calc(100% - var(--public-page-gutter) * 2),
    var(--public-page-width)
  );
  margin-inline: auto;
}

.public-notifications {
  position: relative;
}
.public-notifications summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  cursor: pointer;
  list-style: none;
}
.public-notifications summary::-webkit-details-marker {
  display: none;
}
.public-notifications [data-unread] {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  min-width: 16px;
  border-radius: 8px;
  background: #d92d20;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.public-notification-panel {
  position: absolute;
  inset-block-start: calc(100% + 8px);
  inset-inline-end: 0;
  width: min(400px, calc(100vw - 32px));
  padding: 20px;
  border: 1px solid var(--public-border);
  border-radius: 14px;
  background: var(--public-surface);
  box-shadow: 0 16px 40px #0002;
}
.public-notification-tabs {
  display: flex;
  gap: 8px;
  margin-block: 16px;
}
.public-notification-panel button {
  border: 1px solid var(--public-border);
  border-radius: 8px;
  padding: 8px 12px;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.public-notification-panel button[aria-pressed='true'] {
  background: color-mix(in srgb, var(--public-text) 10%, transparent);
}
.public-notification-content {
  max-height: min(52vh, 448px);
  overflow: auto;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.public-notification-content :is(p, ul, ol, pre, hr) {
  margin-block: 12px;
}
.public-notification-content :is(ul, ol) {
  padding-inline-start: 20px;
}
.public-notification-content img {
  max-width: 100%;
  height: auto;
}
.public-notification-content pre {
  overflow-x: auto;
}
.public-notification-content a {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .public-site-header .public-site-actions {
    gap: 4px;
  }
  .public-notification-panel {
    position: fixed;
    top: calc(var(--public-header-height) + 8px);
    inset-inline: 16px;
    width: auto;
  }
}

html {
  scroll-padding-top: calc(var(--public-header-height) + 24px);
}

.public-site-skip {
  position: fixed;
  z-index: 120;
  inset: -100px auto auto 16px;
  padding: 12px;
  border-radius: 8px;
  background: #292347;
  color: #f7f8ff;
}

.public-site-skip:focus {
  top: 12px;
}

.public-site-header {
  position: sticky;
  z-index: 40;
  flex-shrink: 0;
  inset: 0 0 auto;
  height: var(--public-header-height);
  border-bottom: 1px solid var(--public-border);
  background: color-mix(in srgb, var(--public-surface) 94%, transparent);
  backdrop-filter: blur(16px);
  color: var(--public-text);
  /* Navigation geometry must not depend on an asynchronously swapped font. */
  font-family: system-ui, sans-serif;
  font-size: 14px;
}

.public-site-header-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
}

.public-site-brand,
.public-site-desktop-nav,
.public-site-actions {
  display: flex;
  align-items: center;
}

.public-site-brand {
  gap: 10px;
  font-size: 19px;
  font-weight: 650;
}

.public-site-desktop-nav,
.public-site-actions {
  gap: 22px;
}

.public-site-desktop-nav {
  margin-inline-start: auto;
}

.public-site-desktop-nav a[aria-current='page'],
.public-site-mobile-nav nav a[aria-current='page'] {
  color: var(--public-nav-active);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.public-locale {
  position: relative;
}

#public-main
  input:is([autocomplete='current-password'], [autocomplete='new-password']) {
  direction: ltr;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
[dir='rtl'] #public-main input::placeholder {
  text-align: right;
}
#public-main .cn-input-otp {
  direction: ltr;
}
.public-locale summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  min-height: 40px;
  padding-inline: 8px;
  border-radius: 8px;
  line-height: 1;
}
.public-locale summary svg {
  display: block;
  flex-shrink: 0;
}
.public-locale summary:hover {
  background: color-mix(in srgb, var(--public-text) 8%, transparent);
}
.public-locale summary::-webkit-details-marker {
  display: none;
}
.public-locale-short {
  display: none;
}
.public-locale-options {
  position: absolute;
  inset-inline-end: 0;
  top: calc(100% + 14px);
  display: grid;
  width: 224px;
  max-height: min(420px, calc(100dvh - 100px));
  overflow-y: auto;
  padding: 6px;
  border: 1px solid var(--public-border);
  border-radius: 12px;
  background: var(--public-surface);
  box-shadow: 0 20px 50px #0000005c;
  z-index: 40;
}
.public-locale-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 6px;
  min-height: 40px;
}
.public-locale-options a:hover,
.public-locale-options a[aria-current] {
  background: color-mix(in srgb, var(--public-text) 8%, transparent);
}
.public-locale-options [aria-disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.public-locale-options p {
  margin: 8px;
  font-size: 12px;
  color: #ffb4b4;
}
@media (max-width: 1100px) {
  .public-locale-name {
    display: none;
  }
  .public-locale-short {
    display: inline;
  }
}

.public-site-login {
  padding: 8px 16px;
  border: 1px solid #ffffff30;
  border-radius: 999px;
  background: #086fb4;
}

.public-site-mobile-nav {
  display: none;
  flex-shrink: 0;
}

.public-site-mobile-nav summary {
  cursor: pointer;
  white-space: nowrap;
}

.public-site-mobile-nav nav {
  position: absolute;
  top: 64px;
  right: 16px;
  display: grid;
  gap: 18px;
  min-width: 190px;
  padding: 22px;
  border: 1px solid var(--public-border);
  border-radius: 12px;
  background: var(--public-surface);
  box-shadow: 0 20px 50px #0000005c;
}

.public-site-header a:focus-visible,
.public-site-header summary:focus-visible,
.public-site-support a:focus-visible,
.public-site-support button:focus-visible {
  outline: 2px solid var(--public-link);
  outline-offset: 4px;
}

[dir='rtl'] #public-main :is(.text-left, .sm\:text-left) {
  text-align: start;
}
#public-main
  :is(
    input[type='email'],
    input[type='password'],
    input[autocomplete='one-time-code']
  ) {
  direction: ltr;
}
[dir='rtl'] .public-site-mobile-nav nav {
  right: auto;
  left: 16px;
}

.public-site-support {
  --public-site-safe-bottom: max(18px, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: var(--public-site-safe-bottom);
  color: var(--public-text);
  font-family: 'Public Sans', system-ui, sans-serif;
}

.public-site-support__launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #ffffff38;
  border-radius: 999px;
  background: #6955d9;
  box-shadow: 0 12px 32px #00000052;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.public-site-support__panel {
  position: absolute;
  right: 0;
  bottom: 64px;
  width: min(420px, calc(100vw - 32px));
  max-height: min(680px, calc(100vh - 104px - env(safe-area-inset-bottom)));
  overflow: auto;
  padding: 22px;
  border: 1px solid var(--public-border);
  border-radius: 20px;
  background: var(--public-surface);
  box-shadow: 0 24px 72px #0003;
}

.public-site-support__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--public-border);
}

.public-site-support__header h2,
.public-site-support-channel h3,
.public-site-support__header p,
.public-site-support-channel p,
.public-site-support__note p {
  margin: 0;
}

.public-site-support__header h2 {
  font-size: 20px;
  line-height: 1.3;
}

.public-site-support__header p,
.public-site-support-channel p,
.public-site-support__note p {
  color: var(--public-muted);
  font-size: 13px;
  line-height: 1.55;
}

.public-site-support__close {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--public-border);
  border-radius: 50%;
  background: color-mix(in srgb, var(--public-text) 5%, transparent);
  color: var(--public-text);
  cursor: pointer;
  font: inherit;
}

.public-site-support-channel {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--public-border);
}

.public-site-support-channel__qr {
  width: 112px;
  height: 112px;
  border-radius: 12px;
  background: #fff;
}

.public-site-support-channel__body {
  min-width: 0;
}

.public-site-support-channel h3 {
  margin-bottom: 5px;
  font-size: 16px;
}

.public-site-support-channel__identity {
  margin-top: 8px !important;
  color: var(--public-text) !important;
  overflow-wrap: anywhere;
}

.public-site-support-channel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.public-site-support-channel__actions a,
.public-site-support-channel__actions button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--public-border);
  border-radius: 8px;
  background: color-mix(in srgb, var(--public-text) 5%, transparent);
  color: var(--public-text);
  cursor: pointer;
  font:
    600 12px/1.3 'Public Sans',
    system-ui,
    sans-serif;
  text-decoration: none;
}

.public-site-support-channel__actions a {
  background: #086fb4;
  color: #fff;
}

.public-site-support-channel__status {
  display: block;
  min-height: 18px;
  margin-top: 6px;
  color: var(--public-link);
  font-size: 12px;
}

.public-site-support__note {
  padding-top: 18px;
}

.public-site-support__note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
}

.public-site-support__note a {
  display: inline-block;
  margin-top: 10px;
  color: var(--public-link);
  font-size: 13px;
}

@media (max-width: 920px) {
  :root {
    --public-page-gutter: 24px;
    --public-header-height: 64px;
  }
  .public-site-header-inner {
    gap: 12px;
  }

  .public-site-desktop-nav,
  .public-site-actions > .public-account,
  .public-site-login {
    display: none;
  }

  .public-site-actions {
    margin-inline-start: auto;
    gap: 12px;
    font-size: 12px;
  }

  .public-site-mobile-nav {
    display: block;
  }
  .public-site-mobile-nav nav {
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
  }
  .public-site-mobile-nav .public-account {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    align-items: center;
  }
  .public-site-mobile-nav .public-account-menu[open] {
    display: contents;
  }
  .public-site-mobile-nav .public-account-options {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    margin-top: 8px;
    box-shadow: none;
  }
}

@media (max-width: 380px) {
  .public-site-header-inner,
  .public-site-actions {
    gap: 8px;
  }
}

@media (max-width: 520px) {
  :root {
    --public-page-gutter: 16px;
  }
  .public-site-brand {
    font-size: 18px;
  }

  .public-site-support {
    right: 12px;
  }

  .public-site-support__panel {
    position: fixed;
    inset: auto 0 calc(var(--public-site-safe-bottom) + 64px);
    width: 100%;
    max-height: calc(100dvh - 136px - var(--public-site-safe-bottom));
    padding: 20px 16px;
    border-width: 1px;
    border-radius: 20px;
  }

  .public-site-support-channel {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .public-site-support-channel__qr {
    width: 88px;
    height: 88px;
  }
}

.public-footer {
  padding: 48px 0 24px;
  border-top: 1px solid var(--public-border);
  background: var(--public-surface);
  color: var(--public-muted);
  font-size: 14px;
  line-height: 1.7;
}
.public-footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding-bottom: 36px;
}
.public-footer .public-site-brand {
  align-self: start;
  color: var(--public-text);
}
.public-footer .public-site-brand img {
  width: 32px;
  height: 32px;
}
.public-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.public-footer-links h2 {
  color: var(--public-text);
  font-size: 14px;
  margin: 0 0 16px;
}
.public-footer-links a {
  display: block;
  margin-top: 10px;
}
.public-footer-copyright {
  border-top: 1px solid var(--public-border);
  padding-top: 22px;
  margin: 0;
  font-size: 12px;
}
@media (max-width: 600px) {
  .public-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .public-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .public-footer-copyright {
    padding-bottom: 64px;
  }
}
/* Optional consent is an overlay; it never shifts the page or header. */
.public-analytics-panel[hidden], [data-analytics-preferences][hidden] { display: none !important; }
.public-analytics-panel {
  position: fixed; inset-inline-start: 20px; bottom: 76px; z-index: 60;
  width: min(480px, calc(100vw - 40px)); max-height: calc(100dvh - 170px);
  overflow: auto; padding: 20px; border: 1px solid var(--border);
  border-radius: 16px; background: var(--background); color: var(--foreground);
  box-shadow: 0 8px 28px rgb(0 0 0 / 14%); font-size: 14px; line-height: 1.6;
}
.public-analytics-panel p { margin: 12px 0; }
.public-analytics-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.public-analytics-actions button, [data-analytics-preferences] {
  font: inherit; cursor: pointer; color: inherit; background: transparent;
  border: 1px solid var(--border); border-radius: 8px; padding: 8px 12px;
}
.public-analytics-actions button:focus-visible, [data-analytics-preferences]:focus-visible {
  outline: 2px solid var(--primary); outline-offset: 3px;
}
