:root {
  color-scheme: dark;
  --bg: #040713;
  --panel: rgba(9, 16, 31, 0.68);
  --panel-strong: rgba(8, 15, 29, 0.84);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --border: rgba(155, 187, 255, 0.14);
  --border-strong: rgba(155, 187, 255, 0.24);
  --text: #f5f8ff;
  --muted: #aab7d1;
  --soft: #8696b2;
  --accent: #88b5ff;
  --accent-strong: #c08cff;
  --accent-cyan: #63d8ff;
  --success: #56dbba;
  --danger: #ff9ba1;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 15px;
  --radius-sm: 10px;
  --font-stack: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

html[data-theme="light"],
body[data-theme="light"],
body:has(.theme-toggle-input:checked) {
  color-scheme: light;
  --bg: #eef3fb;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-strong: rgba(255, 255, 255, 0.9);
  --panel-soft: rgba(21, 41, 73, 0.05);
  --border: rgba(20, 48, 89, 0.12);
  --border-strong: rgba(20, 48, 89, 0.18);
  --text: #15233b;
  --muted: #566680;
  --soft: #7f8ea6;
  --accent: #1976e6;
  --accent-strong: #6f71ee;
  --accent-cyan: #1c7cdc;
  --success: #198b63;
  --danger: #c95665;
  --shadow: 0 24px 70px rgba(27, 52, 94, 0.12);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(84, 143, 255, 0.14), transparent 30%),
    radial-gradient(circle at 85% 10%, rgba(179, 112, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #090f1c 0%, #060a14 50%, #040713 100%);
  color: var(--text);
  font-family: var(--font-stack);
}

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

button,
input,
textarea,
code,
pre {
  font: inherit;
}

code {
  padding: 0.14rem 0.45rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.06);
  color: #e1ebff;
}

.site-shell {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px 36px;
}

.fluid-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.fluid-bg::before,
.fluid-bg::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(206, 225, 255, 0.08);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01) 68%, transparent 72%);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.03),
    0 0 120px rgba(129, 177, 255, 0.05);
  opacity: 0.45;
}

.fluid-bg::before {
  top: 16%;
  left: 8%;
  width: 140px;
  height: 140px;
  animation: bubble-drift-a 11s ease-in-out infinite alternate;
}

.fluid-bg::after {
  right: 12%;
  bottom: 18%;
  width: 220px;
  height: 220px;
  animation: bubble-drift-b 14s ease-in-out infinite alternate;
}

.fluid-bg-soft {
  opacity: 0.86;
}

.fluid-orb,
.fluid-ring {
  position: absolute;
  will-change: transform;
}

.fluid-orb {
  border-radius: 42% 58% 54% 46% / 41% 37% 63% 59%;
  filter: blur(54px);
  opacity: 0.72;
  mix-blend-mode: screen;
}

.fluid-orb-a {
  top: -12%;
  left: -12%;
  width: 44vw;
  height: 44vw;
  min-width: 360px;
  min-height: 360px;
  background:
    radial-gradient(circle at 30% 30%, rgba(144, 205, 255, 0.95), rgba(72, 110, 255, 0.35) 52%, transparent 72%);
  animation: orb-drift-a 12s ease-in-out infinite alternate;
}

.fluid-orb-b {
  top: 6%;
  right: -10%;
  width: 38vw;
  height: 38vw;
  min-width: 320px;
  min-height: 320px;
  background:
    radial-gradient(circle at 48% 40%, rgba(204, 142, 255, 0.88), rgba(92, 76, 255, 0.28) 56%, transparent 76%);
  animation: orb-drift-b 14s ease-in-out infinite alternate;
}

.fluid-orb-c {
  bottom: -20%;
  left: 28%;
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  background:
    radial-gradient(circle at 35% 35%, rgba(106, 222, 255, 0.72), rgba(34, 106, 198, 0.2) 58%, transparent 76%);
  animation: orb-drift-c 16s ease-in-out infinite alternate;
}

.fluid-ring {
  top: 16%;
  left: 46%;
  width: 34vw;
  height: 34vw;
  min-width: 280px;
  min-height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 120px rgba(112, 168, 255, 0.06),
    0 0 140px rgba(103, 127, 255, 0.08);
  opacity: 0.72;
  animation:
    ring-spin 22s linear infinite,
    ring-float 16s ease-in-out infinite alternate;
}

.topbar,
.home-main,
.subpage-main,
.page-footer {
  position: relative;
  z-index: 1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -24px calc(50% - 50vw) 28px;
  padding: 14px max(28px, calc((100vw - 1280px) / 2 + 28px));
  margin-bottom: 28px;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(12, 20, 37, 0.56), rgba(7, 12, 23, 0.38)),
    rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  box-shadow:
    0 16px 40px rgba(4, 10, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03);
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(104, 152, 255, 0.05)),
    radial-gradient(circle at 18% 0%, rgba(144, 205, 255, 0.1), transparent 38%);
  opacity: 0.78;
}

.topbar > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.brand-logo {
  display: block;
  height: 28px;
  width: auto;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 40px;
  padding: 0 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-strong);
  background:
    linear-gradient(135deg, rgba(136, 181, 255, 0.3), rgba(192, 140, 255, 0.26)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(27, 60, 132, 0.22);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.nav-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  transition:
    transform 140ms ease,
    border-color 140ms ease,
    background 140ms ease,
    box-shadow 140ms ease,
    color 140ms ease;
}

.nav-link {
  color: var(--muted);
  min-height: 44px;
  padding: 0 16px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--text);
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.04);
}

.button {
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #08111e;
  box-shadow: 0 18px 42px rgba(96, 135, 255, 0.28);
}

.button-secondary,
.button-ghost {
  border-color: var(--border-strong);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.button-compact {
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.95rem;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.button:disabled {
  opacity: 0.64;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.theme-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  width: 42px;
  height: 24px;
  flex: 0 0 auto;
  cursor: pointer;
}

.theme-toggle-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 8px 18px rgba(4, 10, 20, 0.14);
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  pointer-events: none;
}

.theme-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(4, 10, 20, 0.24);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.theme-toggle:hover .theme-toggle-track,
.theme-toggle-input:focus-visible + .theme-toggle-track {
  border-color: rgba(136, 181, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(4, 10, 20, 0.16);
}

.theme-toggle-input:focus-visible + .theme-toggle-track {
  box-shadow:
    0 0 0 4px rgba(136, 181, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 10px 22px rgba(4, 10, 20, 0.16);
}

.theme-toggle-input:checked + .theme-toggle-track {
  border-color: rgba(25, 118, 230, 0.32);
  background: linear-gradient(135deg, rgba(25, 118, 230, 0.88), rgba(111, 113, 238, 0.8));
}

.theme-toggle-input:checked + .theme-toggle-track .theme-toggle-thumb {
  transform: translateX(18px);
  background: #ffffff;
}

html[data-theme="light"] .theme-toggle-track,
body[data-theme="light"] .theme-toggle-track {
  border-color: rgba(20, 48, 89, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.86)),
    rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 8px 18px rgba(27, 52, 94, 0.12);
}

html[data-theme="light"] .theme-toggle-thumb,
body[data-theme="light"] .theme-toggle-thumb {
  background: linear-gradient(180deg, #ffffff, #eff5ff);
  box-shadow: 0 2px 8px rgba(27, 52, 94, 0.16);
}

.eyebrow,
.section-label,
.detail-kicker,
.floating-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c7d7ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-main {
  flex: 1;
  padding: 4px 0 32px;
}

.hero-layout {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 188px);
  padding: 20px 0 92px;
}

.home-hero-card {
  width: 100%;
  padding: 0;
}

.hero-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 88px 40px 92px;
  text-align: center;
}

.hero-content h1 {
  margin: 18px 0 18px;
  max-width: 11.5ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--text);
  text-shadow: none;
}

.hero-content h1 .accent {
  background: linear-gradient(115deg, #ffffff 5%, #7ec9ff 45%, #2a8ef0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle,
.panel-copy,
.detail-item p,
.panel-header p,
.environment-note,
.form-status,
.docs-card p,
.endpoint-value,
.page-footer {
  color: var(--muted);
  line-height: 1.72;
}

.hero-subtitle {
  max-width: 760px;
  font-size: clamp(1.04rem, 1.7vw, 1.28rem);
  margin: 0 auto;
}

.hero-pre {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--accent-cyan);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-launch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-top: 42px;
}

.hero-avail {
  color: var(--success);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.home-rule {
  height: 1px;
  margin: 0 0 28px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.home-section {
  padding: 0 0 28px;
}

.home-section-card {
  padding: 42px;
}

.home-section-title {
  margin: 0 0 16px;
  max-width: 28ch;
  font-size: clamp(2.9rem, 6.4vw, 5.5rem);
  line-height: 0.99;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.home-section-copy {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-shift-grid,
.home-needs-grid,
.home-stat-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.home-shift-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.home-needs-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}

.home-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-mini-card {
  padding: 28px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 20px 70px rgba(8, 14, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.home-shift-grid .home-mini-card {
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(12, 20, 37, 0.62), rgba(7, 12, 23, 0.56)),
    rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

.home-needs-grid .home-mini-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  align-self: start;
}

.home-mini-card h3,
.home-platform-copy h3 {
  margin: 0 0 12px;
  font-size: 1.12rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.home-mini-card p,
.home-platform-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.home-item-number {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-capability-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.home-capability-item,
.home-platform-item {
  display: grid;
  align-items: center;
  gap: 14px;
}

.home-capability-item {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}

.home-capability-item:last-child {
  border-bottom: 1px solid var(--border);
}

.home-capability-label {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.home-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-status-badge.is-now {
  color: #dffff6;
  border-color: rgba(86, 219, 186, 0.3);
  background: rgba(86, 219, 186, 0.12);
}

.home-status-badge.is-soon {
  color: #ffe7c2;
  border-color: rgba(245, 166, 35, 0.28);
  background: rgba(245, 166, 35, 0.12);
}

.home-status-badge.is-may {
  color: #ecd7ff;
  border-color: rgba(192, 132, 252, 0.28);
  background: rgba(192, 132, 252, 0.12);
}

.home-status-badge.is-roadmap {
  color: var(--soft);
  border-color: rgba(176, 198, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.home-equation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}

.home-equation-factor,
.home-equation-result {
  min-width: 110px;
  padding: 0;
  text-align: center;
}

.home-equation-result {
  min-width: 280px;
  padding: 28px 34px;
  border: 1px solid rgba(136, 181, 255, 0.28);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(42, 142, 240, 0.88), rgba(136, 181, 255, 0.62));
  border-color: rgba(136, 181, 255, 0.28);
  box-shadow: 0 18px 44px rgba(42, 142, 240, 0.22);
}

.home-equation-value,
.home-stat-value {
  display: block;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-equation > .home-equation-factor:nth-of-type(1) .home-equation-value,
.home-equation > .home-equation-factor:nth-of-type(2) .home-equation-value,
.home-equation > .home-equation-factor:nth-of-type(3) .home-equation-value {
  color: #2a8ef0;
}

.home-equation-result .home-equation-value {
  color: #ffffff;
}

.home-equation-label,
.home-stat-label {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-equation-result .home-equation-label {
  color: rgba(255, 255, 255, 0.84);
}

.home-equation-operator {
  color: var(--soft);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
}

.home-stat-value {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.home-platform-list {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid var(--border);
}

.home-platform-item {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.home-platform-copy {
  min-width: 0;
}

.home-cta-card {
  padding: 42px;
}

.home-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: 30px;
  align-items: start;
}

.home-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.home-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 500;
}

.home-cta-actions {
  justify-content: flex-start;
}

.home-fine-print {
  margin: 14px 0 0;
  color: var(--soft);
  font-size: 0.84rem;
}

.home-code-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(176, 198, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.home-stat-grid {
  gap: 1px;
  padding: 1px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.home-stat-grid .home-mini-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(12, 20, 37, 0.62), rgba(7, 12, 23, 0.56)),
    rgba(255, 255, 255, 0.02);
}

.home-code-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(176, 198, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.home-code-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.home-code-dot.is-red {
  background: #ff5f56;
}

.home-code-dot.is-amber {
  background: #ffbd2e;
}

.home-code-dot.is-green {
  background: #27c93f;
}

.home-code-label {
  margin-left: 6px;
  color: var(--soft);
  font-size: 0.82rem;
  font-family: var(--mono);
}

.home-code-card .code-block {
  margin: 16px;
  margin-top: 14px;
  min-width: 0;
  max-width: calc(100% - 32px);
  min-height: 320px;
  max-height: 430px;
  border-radius: calc(var(--radius-lg) - 4px);
  overflow: auto;
}

.home-code-card code {
  display: block;
  min-width: max-content;
}

.shell-comment {
  color: #7c8eab;
}

.shell-command {
  color: #7ec9ff;
}

.shell-flag {
  color: #d9a8ff;
}

.shell-string {
  color: #7cf0c2;
}

.shell-heredoc,
.shell-symbol {
  color: #ffd48c;
}

.shell-pipe,
.shell-escape {
  color: #a8bbd9;
}

.portal-inline-actions {
  justify-content: flex-start;
  margin: 18px 0 0;
}

.subpage-main {
  flex: 1;
  padding: 42px 0 24px;
}

.subpage-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.96fr);
  gap: 28px;
  align-items: start;
}

body.portal-authenticated .subpage-grid {
  grid-template-columns: 1fr;
}

body.portal-authenticated #portal-info-panel {
  display: none;
}

body.portal-authenticated .form-panel {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.portal-authenticated .form-panel::before,
body.portal-authenticated .form-panel::after {
  display: none;
}

body.portal-authenticated #portal-dashboard-shell {
  display: grid;
  gap: 20px;
}

body.portal-authenticated #portal-dashboard-shell > .panel-header {
  margin: 0;
  padding: 0 4px;
}

.info-panel,
.form-panel,
.docs-hero,
.docs-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(12, 20, 37, 0.62), rgba(7, 12, 23, 0.56)),
    rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(30px) saturate(140%);
  -webkit-backdrop-filter: blur(30px) saturate(140%);
  box-shadow:
    0 28px 120px rgba(7, 14, 30, 0.24),
    0 18px 60px rgba(32, 70, 150, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 0 90px rgba(255, 255, 255, 0.02);
}

.info-panel::before,
.form-panel::before,
.docs-hero::before,
.docs-card::before {
  content: "";
  position: absolute;
  inset: -20% auto auto -10%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 196, 255, 0.18), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.info-panel::after,
.form-panel::after,
.docs-hero::after,
.docs-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 38%, transparent 62%, rgba(100, 153, 255, 0.06));
  opacity: 0.9;
}

.info-panel,
.docs-hero {
  padding: 34px;
}

.form-panel,
.docs-card {
  padding: 30px;
}

.info-panel h1,
.docs-hero h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.015em;
}

.detail-list {
  display: grid;
  gap: 24px;
  margin-top: 28px;
}

.detail-item {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.detail-item .detail-kicker {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.detail-item .detail-kicker::after {
  content: "";
  width: 104px;
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 198, 255, 0.34), rgba(176, 198, 255, 0));
}

.detail-item p {
  margin: 0;
  max-width: 38ch;
}

.panel-header {
  margin-bottom: 22px;
}

.panel-header h2,
.docs-card h2 {
  margin: 14px 0 10px;
  font-size: 1.6rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.panel-header p {
  margin: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.field span {
  font-weight: 600;
}

.field-wide {
  grid-column: 1 / -1;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(162, 194, 255, 0.2);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(8, 15, 28, 0.8), rgba(5, 10, 20, 0.72)),
    rgba(255, 255, 255, 0.035);
  color: var(--text);
  padding: 15px 16px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 14px 50px rgba(8, 14, 28, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease, transform 140ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 136px;
}

.field select {
  appearance: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #7888a3;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(136, 181, 255, 0.82);
  box-shadow:
    0 0 0 4px rgba(136, 181, 255, 0.14),
    0 18px 56px rgba(59, 99, 207, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(10, 18, 34, 0.92), rgba(5, 10, 20, 0.84));
  transform: translateY(-1px);
}

.submit-button {
  width: 100%;
  margin-top: 22px;
}

.environment-note {
  margin: 18px 0 10px;
}

.form-status {
  min-height: 58px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(176, 198, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 20px 70px rgba(8, 14, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-status.is-loading {
  color: #dff1ff;
  border-color: rgba(136, 181, 255, 0.34);
  background: rgba(136, 181, 255, 0.1);
}

.form-status.is-success {
  color: #dffff6;
  border-color: rgba(86, 219, 186, 0.34);
  background: rgba(86, 219, 186, 0.12);
}

.form-status.is-error {
  color: #ffe4e6;
  border-color: rgba(255, 155, 161, 0.3);
  background: rgba(255, 155, 161, 0.12);
}

.docs-hero {
  margin-bottom: 24px;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.docs-card-wide {
  grid-column: 1 / -1;
}

.portal-session-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 20px;
  margin-bottom: 22px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(176, 198, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 20px 70px rgba(8, 14, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portal-dashboard-grid {
  display: grid;
  gap: 20px;
}

.portal-explorer-shell {
  display: grid;
  grid-template-columns: minmax(148px, 172px) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.portal-explorer-main {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.portal-explorer-overview-card {
  padding-bottom: 34px;
}

.portal-explorer-access {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px 22px;
  margin-top: 20px;
  align-items: start;
}

.portal-explorer-note {
  margin: 0;
  color: var(--muted);
}

.portal-explorer-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 16px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 20px 70px rgba(8, 14, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portal-explorer-directory {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.portal-explorer-link {
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
  color: var(--text);
  transition: border-color 140ms ease, background 140ms ease, transform 140ms ease;
}

.portal-explorer-link:hover,
.portal-explorer-link:focus-visible {
  border-color: rgba(136, 181, 255, 0.38);
  background: rgba(136, 181, 255, 0.08);
  transform: translateY(-1px);
}

.portal-explorer-content {
  display: grid;
  gap: 22px;
}

.portal-endpoint-card {
  padding: 24px;
  scroll-margin-top: 24px;
}

.portal-endpoint-heading {
  display: grid;
  gap: 10px;
}

.portal-endpoint-heading p,
.portal-endpoint-summary,
.portal-error-list {
  margin: 0;
}

.portal-endpoint-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.portal-endpoint-title-row h3 {
  margin: 0;
  font-size: 1.4rem;
}

.method-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(176, 198, 255, 0.18);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.method-badge-get {
  color: #d8f7ef;
  border-color: rgba(86, 219, 186, 0.34);
  background: rgba(86, 219, 186, 0.12);
}

.method-badge-post {
  color: #dff1ff;
  border-color: rgba(136, 181, 255, 0.34);
  background: rgba(136, 181, 255, 0.12);
}

.portal-endpoint-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}

.portal-endpoint-docs {
  display: grid;
  gap: 18px;
  align-content: start;
}

.portal-endpoint-console {
  display: grid;
  gap: 16px;
}

.portal-error-list {
  display: grid;
  gap: 10px;
}

.portal-error-list ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.portal-actions-inline {
  margin-top: 0;
  justify-content: flex-start;
}

.portal-actions.portal-actions-inline .button {
  flex: 0 0 auto;
  min-width: 0;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.portal-actions .button {
  flex: 1 1 220px;
}

.portal-secret {
  min-height: 160px;
  white-space: pre-wrap;
  word-break: break-all;
}

.portal-secret-actions {
  margin-top: 16px;
}

.portal-explorer-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.portal-explorer-advanced {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(176, 198, 255, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
}

.portal-explorer-advanced[open] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portal-explorer-advanced summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 600;
}

.portal-explorer-advanced summary::marker {
  color: var(--accent);
}

.portal-explorer-advanced-copy {
  margin-top: 12px;
}

.portal-explorer-fields-advanced {
  margin-top: 14px;
}

.portal-explorer-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 0;
}

.portal-explorer-panel {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(176, 198, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 20px 70px rgba(8, 14, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portal-explorer-header {
  display: grid;
  gap: 14px;
  margin-bottom: 12px;
}

.portal-response-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.response-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(176, 198, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.response-badge.is-loading {
  color: #dff1ff;
  border-color: rgba(136, 181, 255, 0.34);
  background: rgba(136, 181, 255, 0.1);
}

.response-badge.is-success {
  color: #dffff6;
  border-color: rgba(86, 219, 186, 0.34);
  background: rgba(86, 219, 186, 0.12);
}

.response-badge.is-error {
  color: #ffe4e6;
  border-color: rgba(255, 155, 161, 0.3);
  background: rgba(255, 155, 161, 0.12);
}

.code-block {
  margin: 14px 0 0;
  overflow-x: auto;
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(176, 198, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(8, 17, 32, 0.84), rgba(4, 10, 20, 0.8)),
    rgba(255, 255, 255, 0.025);
  color: #dff0ff;
  font-family: var(--mono);
  font-size: 0.94rem;
  line-height: 1.65;
  scrollbar-color: rgba(155, 200, 255, 0.4) rgba(8, 17, 32, 0.24);
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  box-shadow:
    0 24px 80px rgba(8, 14, 28, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.code-block::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.code-block::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(8, 17, 32, 0.24);
}

.code-block::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(155, 200, 255, 0.4);
  background-clip: padding-box;
}

.code-block::-webkit-scrollbar-corner {
  background: transparent;
}

.portal-explorer-panel .code-block {
  margin-top: 0;
}

.compact-code {
  min-height: 160px;
}

.json-viewer {
  min-height: 240px;
  white-space: pre-wrap;
  word-break: break-word;
}

.portal-explorer-panel .json-viewer {
  min-height: 180px;
  max-height: 280px;
  overflow: auto;
}

.json-viewer code {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
}

.json-key {
  color: #9bc8ff;
}

.json-string {
  color: #7cf0c2;
}

.json-number {
  color: #ffd48c;
}

.json-boolean {
  color: #d8a8ff;
}

.json-null {
  color: #ff9ba1;
}

.endpoint-list {
  display: grid;
  gap: 14px;
}

.endpoint-row {
  display: grid;
  gap: 6px;
}

.endpoint-label {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.endpoint-value {
  color: #dfe7fb;
  word-break: break-word;
}

.page-footer {
  display: grid;
  gap: 20px;
  margin-top: 12px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.page-footer p {
  margin: 0;
}

.page-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 24px;
}

.page-footer-title {
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.page-footer-copyright {
  color: var(--soft);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: right;
}

.page-footer-legal {
  display: grid;
  gap: 8px;
  max-width: 980px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.72;
}

html[data-theme="light"] body,
body[data-theme="light"],
body:has(.theme-toggle-input:checked) {
  background:
    radial-gradient(circle at top left, rgba(76, 137, 255, 0.15), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(159, 121, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #fbfcff 0%, #f1f5fc 48%, #e8eff9 100%);
}

html[data-theme="light"] code {
  background: rgba(21, 35, 59, 0.08);
  color: #215b95;
}

html[data-theme="light"] .fluid-bg::before,
html[data-theme="light"] .fluid-bg::after {
  border-color: rgba(26, 66, 122, 0.08);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.18) 68%, transparent 72%);
  box-shadow:
    inset 0 0 40px rgba(255, 255, 255, 0.22),
    0 0 100px rgba(95, 139, 230, 0.08);
  opacity: 0.42;
}

html[data-theme="light"] .fluid-orb {
  opacity: 0.34;
  mix-blend-mode: multiply;
}

html[data-theme="light"] .fluid-ring {
  border-color: rgba(26, 66, 122, 0.08);
  box-shadow:
    inset 0 0 120px rgba(113, 168, 255, 0.05),
    0 0 120px rgba(113, 150, 230, 0.06);
  opacity: 0.34;
}

html[data-theme="light"] .topbar,
body[data-theme="light"] .topbar,
body:has(.theme-toggle-input:checked) .topbar {
  border-bottom-color: rgba(20, 48, 89, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(245, 249, 255, 0.72)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    0 16px 40px rgba(27, 52, 94, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -1px 0 rgba(255, 255, 255, 0.28);
}

html[data-theme="light"] .topbar::before,
body[data-theme="light"] .topbar::before,
body:has(.theme-toggle-input:checked) .topbar::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), transparent 42%, rgba(76, 137, 255, 0.08)),
    radial-gradient(circle at 18% 0%, rgba(76, 137, 255, 0.12), transparent 38%);
}

html[data-theme="light"] .nav-link:hover,
html[data-theme="light"] .nav-link:focus-visible {
  border-color: rgba(20, 48, 89, 0.14);
  background: rgba(25, 118, 230, 0.08);
}

html[data-theme="light"] .button-primary,
body[data-theme="light"] .button-primary,
body:has(.theme-toggle-input:checked) .button-primary {
  color: #ffffff;
  box-shadow: 0 16px 36px rgba(25, 118, 230, 0.2);
}

html[data-theme="light"] .button-secondary,
html[data-theme="light"] .button-ghost,
body[data-theme="light"] .button-secondary,
body[data-theme="light"] .button-ghost,
body:has(.theme-toggle-input:checked) .button-secondary,
body:has(.theme-toggle-input:checked) .button-ghost {
  border-color: rgba(20, 48, 89, 0.14);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

html[data-theme="light"] .eyebrow,
html[data-theme="light"] .section-label,
html[data-theme="light"] .detail-kicker,
html[data-theme="light"] .floating-label {
  color: #5672a1;
}

html[data-theme="light"] .hero-content h1 .accent {
  background: linear-gradient(115deg, #0f2442 0%, #1c7cdc 44%, #6f71ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-theme="light"] .info-panel,
html[data-theme="light"] .form-panel,
html[data-theme="light"] .docs-hero,
html[data-theme="light"] .docs-card,
html[data-theme="light"] .home-mini-card,
html[data-theme="light"] .home-code-card,
html[data-theme="light"] .portal-explorer-sidebar,
html[data-theme="light"] .portal-explorer-panel,
body[data-theme="light"] .info-panel,
body[data-theme="light"] .form-panel,
body[data-theme="light"] .docs-hero,
body[data-theme="light"] .docs-card,
body[data-theme="light"] .home-mini-card,
body[data-theme="light"] .home-code-card,
body[data-theme="light"] .portal-explorer-sidebar,
body[data-theme="light"] .portal-explorer-panel,
body:has(.theme-toggle-input:checked) .info-panel,
body:has(.theme-toggle-input:checked) .form-panel,
body:has(.theme-toggle-input:checked) .docs-hero,
body:has(.theme-toggle-input:checked) .docs-card,
body:has(.theme-toggle-input:checked) .home-mini-card,
body:has(.theme-toggle-input:checked) .home-code-card,
body:has(.theme-toggle-input:checked) .portal-explorer-sidebar,
body:has(.theme-toggle-input:checked) .portal-explorer-panel {
  border-color: rgba(20, 48, 89, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 250, 255, 0.78)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    0 24px 70px rgba(27, 52, 94, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 0 60px rgba(124, 165, 235, 0.04);
}

html[data-theme="light"] .info-panel::before,
html[data-theme="light"] .form-panel::before,
html[data-theme="light"] .docs-hero::before,
html[data-theme="light"] .docs-card::before {
  background: radial-gradient(circle, rgba(76, 137, 255, 0.12), transparent 70%);
}

html[data-theme="light"] .info-panel::after,
html[data-theme="light"] .form-panel::after,
html[data-theme="light"] .docs-hero::after,
html[data-theme="light"] .docs-card::after {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.62), transparent 38%, transparent 62%, rgba(76, 137, 255, 0.05));
}

html[data-theme="light"] .home-shift-grid,
html[data-theme="light"] .home-stat-grid {
  background: rgba(20, 48, 89, 0.08);
  border-color: rgba(20, 48, 89, 0.1);
}

html[data-theme="light"] .brand-logo,
body[data-theme="light"] .brand-logo,
body:has(.theme-toggle-input:checked) .brand-logo {
  filter: brightness(0.18) saturate(1.05) contrast(1.02);
}

html[data-theme="light"] .home-shift-grid .home-mini-card,
html[data-theme="light"] .home-stat-grid .home-mini-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 250, 255, 0.78)),
    rgba(255, 255, 255, 0.65);
}

html[data-theme="light"] .home-needs-grid .home-mini-card,
body[data-theme="light"] .home-needs-grid .home-mini-card,
body:has(.theme-toggle-input:checked) .home-needs-grid .home-mini-card {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

html[data-theme="light"] .home-status-badge,
body[data-theme="light"] .home-status-badge,
body:has(.theme-toggle-input:checked) .home-status-badge {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 24px rgba(27, 52, 94, 0.06);
}

html[data-theme="light"] .home-status-badge.is-now,
body[data-theme="light"] .home-status-badge.is-now,
body:has(.theme-toggle-input:checked) .home-status-badge.is-now {
  color: #167e69;
  border-color: rgba(22, 126, 105, 0.22);
  background:
    linear-gradient(180deg, rgba(222, 255, 247, 0.92), rgba(204, 248, 236, 0.82)),
    rgba(86, 219, 186, 0.18);
}

html[data-theme="light"] .home-status-badge.is-soon,
body[data-theme="light"] .home-status-badge.is-soon,
body:has(.theme-toggle-input:checked) .home-status-badge.is-soon {
  color: #aa5d00;
  border-color: rgba(221, 132, 24, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 245, 226, 0.96), rgba(255, 236, 205, 0.88)),
    rgba(245, 166, 35, 0.18);
}

html[data-theme="light"] .home-status-badge.is-may,
body[data-theme="light"] .home-status-badge.is-may,
body:has(.theme-toggle-input:checked) .home-status-badge.is-may {
  color: #8a49cf;
  border-color: rgba(158, 93, 223, 0.2);
  background:
    linear-gradient(180deg, rgba(248, 240, 255, 0.96), rgba(241, 229, 255, 0.88)),
    rgba(192, 132, 252, 0.16);
}

html[data-theme="light"] .home-status-badge.is-roadmap,
body[data-theme="light"] .home-status-badge.is-roadmap,
body:has(.theme-toggle-input:checked) .home-status-badge.is-roadmap {
  color: #50627f;
  border-color: rgba(80, 98, 127, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 247, 253, 0.9)),
    rgba(255, 255, 255, 0.7);
}

html[data-theme="light"] .home-equation > .home-equation-factor:nth-of-type(1) .home-equation-value,
html[data-theme="light"] .home-equation > .home-equation-factor:nth-of-type(2) .home-equation-value,
html[data-theme="light"] .home-equation > .home-equation-factor:nth-of-type(3) .home-equation-value {
  color: #1976e6;
}

html[data-theme="light"] .home-equation-operator {
  color: rgba(21, 35, 59, 0.35);
}

html[data-theme="light"] .home-tag {
  border-color: rgba(20, 48, 89, 0.12);
  background: rgba(255, 255, 255, 0.7);
}

html[data-theme="light"] .home-code-header {
  border-bottom-color: rgba(20, 48, 89, 0.1);
  background: rgba(255, 255, 255, 0.52);
}

html[data-theme="light"] .field input,
html[data-theme="light"] .field textarea,
html[data-theme="light"] .field select,
body[data-theme="light"] .field input,
body[data-theme="light"] .field textarea,
body[data-theme="light"] .field select,
body:has(.theme-toggle-input:checked) .field input,
body:has(.theme-toggle-input:checked) .field textarea,
body:has(.theme-toggle-input:checked) .field select {
  border-color: rgba(20, 48, 89, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 249, 255, 0.9)),
    rgba(255, 255, 255, 0.74);
  box-shadow:
    0 14px 36px rgba(27, 52, 94, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] .field input::placeholder,
html[data-theme="light"] .field textarea::placeholder {
  color: #8694aa;
}

html[data-theme="light"] .field input:focus,
html[data-theme="light"] .field textarea:focus,
html[data-theme="light"] .field select:focus {
  border-color: rgba(25, 118, 230, 0.46);
  box-shadow:
    0 0 0 4px rgba(25, 118, 230, 0.12),
    0 18px 44px rgba(27, 52, 94, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.94));
}

html[data-theme="light"] .form-status,
html[data-theme="light"] .response-badge {
  border-color: rgba(20, 48, 89, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 255, 0.74)),
    rgba(255, 255, 255, 0.68);
}

html[data-theme="light"] .portal-explorer-link {
  border-color: rgba(20, 48, 89, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 255, 0.74)),
    rgba(255, 255, 255, 0.64);
}

html[data-theme="light"] .portal-explorer-link:hover,
html[data-theme="light"] .portal-explorer-link:focus-visible {
  border-color: rgba(25, 118, 230, 0.24);
  background: rgba(25, 118, 230, 0.08);
}

html[data-theme="light"] .method-badge-get {
  color: #0f7054;
  border-color: rgba(25, 139, 99, 0.24);
  background: rgba(25, 139, 99, 0.12);
}

html[data-theme="light"] .method-badge-post {
  color: #185fae;
  border-color: rgba(25, 118, 230, 0.24);
  background: rgba(25, 118, 230, 0.12);
}

html[data-theme="light"] .code-block,
body[data-theme="light"] .code-block,
body:has(.theme-toggle-input:checked) .code-block {
  border-color: rgba(20, 48, 89, 0.12);
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.96), rgba(242, 247, 253, 0.94)),
    rgba(255, 255, 255, 0.85);
  color: #17324f;
  box-shadow:
    0 22px 56px rgba(27, 52, 94, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] .json-key {
  color: #0d63ba;
}

html[data-theme="light"] .json-string {
  color: #16725e;
}

html[data-theme="light"] .json-number {
  color: #a76000;
}

html[data-theme="light"] .json-boolean {
  color: #6d46ba;
}

html[data-theme="light"] .json-null {
  color: #c53748;
}

html[data-theme="light"] .shell-comment,
body[data-theme="light"] .shell-comment,
body:has(.theme-toggle-input:checked) .shell-comment {
  color: #7a889d;
}

html[data-theme="light"] .shell-command,
body[data-theme="light"] .shell-command,
body:has(.theme-toggle-input:checked) .shell-command {
  color: #0f68c7;
}

html[data-theme="light"] .shell-flag,
body[data-theme="light"] .shell-flag,
body:has(.theme-toggle-input:checked) .shell-flag {
  color: #8247c5;
}

html[data-theme="light"] .shell-string,
body[data-theme="light"] .shell-string,
body:has(.theme-toggle-input:checked) .shell-string {
  color: #14705b;
}

html[data-theme="light"] .shell-heredoc,
html[data-theme="light"] .shell-symbol,
body[data-theme="light"] .shell-heredoc,
body[data-theme="light"] .shell-symbol,
body:has(.theme-toggle-input:checked) .shell-heredoc,
body:has(.theme-toggle-input:checked) .shell-symbol {
  color: #9c6100;
}

html[data-theme="light"] .shell-pipe,
html[data-theme="light"] .shell-escape,
body[data-theme="light"] .shell-pipe,
body[data-theme="light"] .shell-escape,
body:has(.theme-toggle-input:checked) .shell-pipe,
body:has(.theme-toggle-input:checked) .shell-escape {
  color: #6c7d95;
}

html[data-theme="light"] .endpoint-value {
  color: var(--text);
}

body.page-home {
  --home-bg: #080d1e;
  --home-bg-2: #0c1228;
  --home-bg-3: #111830;
  --home-surface: rgba(90, 172, 255, 0.04);
  --home-border: rgba(120, 160, 255, 0.1);
  --home-border-hi: rgba(140, 180, 255, 0.18);
  --home-blue: #2a8ef0;
  --home-blue-glow: rgba(42, 142, 240, 0.18);
  --home-blue-text: #5aacff;
  --home-text: #ecf0ff;
  --home-text-2: rgba(220, 228, 255, 0.72);
  --home-text-3: rgba(200, 215, 255, 0.45);
  --home-green: #34d058;
  --home-amber: #f5a623;
  --home-purple: #c084fc;
  --home-indigo-glow-strong: rgba(108, 138, 255, 0.2);
  --home-indigo-glow-mid: rgba(108, 138, 255, 0.12);
  --home-indigo-glow-soft: rgba(82, 120, 255, 0.11);
  --home-indigo-glow-feather: rgba(82, 120, 255, 0.025);
  background:
    radial-gradient(circle at 50% 18%, rgba(42, 142, 240, 0.09), transparent 32%),
    linear-gradient(180deg, var(--home-bg) 0%, var(--home-bg) 100%);
  color: var(--home-text);
}

body.page-home .fluid-bg {
  display: none;
}

body.page-home .topbar {
  border-bottom-color: var(--home-border);
  background: rgba(8, 13, 30, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none;
}

body.page-home .topbar::before {
  display: none;
}

body.page-home .nav-link {
  color: var(--home-text-2);
}

body.page-home .nav-link:hover,
body.page-home .nav-link:focus-visible {
  color: var(--home-text);
  border-color: var(--home-border-hi);
  background: transparent;
}

body.page-home .button-primary {
  background: var(--home-blue);
  color: #ffffff;
  box-shadow: 0 18px 42px var(--home-blue-glow);
}

body.page-home .button-secondary,
body.page-home .button-ghost {
  border-color: var(--home-border-hi);
  background: transparent;
  color: var(--home-text-2);
  box-shadow: none;
  backdrop-filter: none;
}

body.page-home .button-secondary:hover,
body.page-home .button-secondary:focus-visible,
body.page-home .button-ghost:hover,
body.page-home .button-ghost:focus-visible {
  color: var(--home-text);
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  box-shadow: none;
}

body.page-home .page-footer {
  padding-top: 40px;
  border-top: 1px solid var(--home-border);
  color: var(--home-text-3);
}

body.page-home .page-footer-title {
  color: var(--home-text);
}

body.page-home .page-footer-copyright,
body.page-home .page-footer-legal {
  color: var(--home-text-3);
}

body.page-home .eyebrow {
  color: var(--home-blue-text);
  opacity: 0.8;
}

body.page-home .home-main {
  padding: 0 0 40px;
}

body.page-home .hero-layout {
  position: relative;
  min-height: calc(100vh - 140px);
  padding: 138px 32px 120px;
  justify-content: center;
  overflow: hidden;
}

body.page-home .hero-layout::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1040px, 92vw);
  height: min(780px, 76vw);
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    var(--home-indigo-glow-strong) 0%,
    var(--home-indigo-glow-mid) 24%,
    var(--home-indigo-glow-soft) 48%,
    var(--home-indigo-glow-feather) 68%,
    transparent 86%
  );
  transform: translate(-50%, -54%);
  filter: blur(18px);
  pointer-events: none;
}

body.page-home .home-hero-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

body.page-home .hero-content {
  max-width: 960px;
  padding: 0;
  text-align: center;
}

body.page-home .hero-pre {
  margin-bottom: 36px;
  color: var(--home-blue-text);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.8;
}

body.page-home .hero-content h1 {
  max-width: 11.5ch;
  margin: 0 auto 30px;
  color: var(--home-text);
  font-size: clamp(48px, 7.5vw, 88px);
  font-weight: 600;
  letter-spacing: -2.5px;
  line-height: 1.02;
}

body.page-home .hero-content h1 .accent {
  background: linear-gradient(115deg, #ffffff 5%, #7ec9ff 45%, #2a8ef0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body.page-home .hero-subtitle {
  max-width: 640px;
  margin: 0 auto 16px;
  color: var(--home-text-2);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.65;
}

body.page-home .hero-launch {
  gap: 20px;
  margin-top: 48px;
}

body.page-home .hero-avail {
  color: var(--home-green);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.8px;
  opacity: 0.9;
}

body.page-home .hero-actions {
  gap: 14px;
  margin-top: 0;
}

body.page-home .home-rule {
  margin: 0;
  height: 1px;
  background: var(--home-border);
}

body.page-home .home-section {
  position: relative;
  padding: 120px 48px;
}

body.page-home .home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center top,
    var(--home-indigo-glow-strong) 0%,
    var(--home-indigo-glow-soft) 36%,
    transparent 78%
  );
  pointer-events: none;
}

body.page-home .home-section > * {
  position: relative;
  z-index: 1;
}

body.page-home .home-section-focus-glow::before {
  inset: 8% 6% auto;
  height: 72%;
  background: radial-gradient(
    ellipse at center,
    var(--home-indigo-glow-strong) 0%,
    var(--home-indigo-glow-mid) 24%,
    var(--home-indigo-glow-soft) 48%,
    var(--home-indigo-glow-feather) 68%,
    transparent 86%
  );
  filter: blur(18px);
}

body.page-home .home-section-tinted {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(48px, calc((100vw - 1100px) / 2 + 48px));
  padding-right: max(48px, calc((100vw - 1100px) / 2 + 48px));
  background: var(--home-bg-2);
}

body.page-home .home-section-card {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

body.page-home .home-section-title {
  max-width: none;
  margin: 0 0 18px;
  color: var(--home-text);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.08;
}

body.page-home .home-section-copy {
  max-width: 540px;
  color: var(--home-text-2);
  font-size: 17px;
  line-height: 1.72;
}

body.page-home .home-equation {
  gap: 20px;
  margin: 72px 0 48px;
}

body.page-home .home-equation-factor {
  display: flex;
  min-width: 100px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

body.page-home .home-equation-result {
  display: flex;
  min-width: 280px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 26px 44px;
  border-radius: 14px;
  border: 0;
  background: var(--home-blue);
  box-shadow: none;
}

body.page-home .home-equation-value,
body.page-home .home-stat-value {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
}

body.page-home .home-equation > .home-equation-factor:nth-of-type(1) .home-equation-value,
body.page-home .home-equation > .home-equation-factor:nth-of-type(2) .home-equation-value,
body.page-home .home-equation > .home-equation-factor:nth-of-type(3) .home-equation-value {
  color: var(--home-blue-text);
}

body.page-home .home-equation-label,
body.page-home .home-stat-label {
  margin-top: 0;
  color: var(--home-text-3);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

body.page-home .home-equation-result .home-equation-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 500;
}

body.page-home .home-equation-operator {
  padding-bottom: 22px;
  color: var(--home-text-3);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 300;
}

body.page-home .home-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 64px;
  padding: 1px;
  border: 1px solid var(--home-border);
  border-radius: 14px;
  background: var(--home-border);
}

body.page-home .home-stat-grid .home-mini-card {
  padding: 32px 28px;
  border: 0;
  border-radius: 0;
  background: var(--home-bg-2);
  box-shadow: none;
}

body.page-home .home-stat-value {
  margin-bottom: 5px;
  color: var(--home-text);
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -1.5px;
}

body.page-home .home-platform-list {
  margin-top: 64px;
}

body.page-home .home-platform-item {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 32px;
  padding: 26px 0;
}

body.page-home .home-platform-copy h3 {
  margin: 0 0 6px;
  color: var(--home-text);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

body.page-home .home-platform-copy p {
  color: var(--home-text-2);
  font-size: 14px;
  line-height: 1.65;
}

body.page-home .home-item-number {
  margin-bottom: 0;
  color: var(--home-text-3);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

body.page-home .home-status-badge {
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}

body.page-home .home-status-badge.is-now {
  color: var(--home-green);
  border-color: rgba(52, 208, 88, 0.25);
  background: rgba(52, 208, 88, 0.1);
}

body.page-home .home-status-badge.is-may {
  color: var(--home-amber);
  border-color: rgba(245, 166, 35, 0.25);
  background: rgba(245, 166, 35, 0.1);
}

body.page-home .home-status-badge.is-soon {
  color: var(--home-purple);
  border-color: rgba(192, 132, 252, 0.25);
  background: rgba(192, 132, 252, 0.1);
}

body.page-home .home-status-badge.is-fall {
  color: var(--home-amber);
  border-color: rgba(245, 166, 35, 0.25);
  background: rgba(245, 166, 35, 0.1);
}

body.page-home .home-status-badge.is-roadmap {
  color: var(--home-text-3);
  border-color: var(--home-border);
  background: var(--home-surface);
}

body.page-home .home-cta-card {
  padding: 0;
}

body.page-home .home-cta-grid {
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

body.page-home .home-tag-list {
  gap: 7px;
  margin-bottom: 32px;
}

body.page-home .home-tag {
  border-color: var(--home-border);
  background: var(--home-surface);
  color: var(--home-text-2);
  font-size: 12px;
  font-weight: 500;
}

body.page-home .home-cta-actions {
  justify-content: flex-start;
}

body.page-home .home-fine-print {
  margin-top: 10px;
  color: var(--home-green);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.8px;
  opacity: 0.9;
  text-transform: uppercase;
}

body.page-home .home-code-card {
  overflow: hidden;
  border: 1px solid var(--home-border);
  border-radius: 14px;
  background:
    radial-gradient(
      ellipse at center top,
      var(--home-indigo-glow-strong) 0%,
      rgba(82, 120, 255, 0.07) 38%,
      transparent 78%
    ),
    var(--home-bg-2);
}

body.page-home .home-code-header {
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--home-border);
  background: rgba(255, 255, 255, 0.02);
}

body.page-home .home-code-label {
  color: var(--home-text-3);
  font-size: 12px;
}

body.page-home .home-code-card .code-block {
  margin: 0;
  height: 280px;
  min-height: 0;
  max-height: 280px;
  border: 0;
  border-radius: 0;
  overflow: auto;
  background:
    linear-gradient(180deg, rgba(8, 17, 32, 0.84), rgba(4, 10, 20, 0.8)),
    rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

html[data-theme="light"] body.page-home,
body[data-theme="light"].page-home,
body.page-home:has(.theme-toggle-input:checked) {
  --home-bg: #f5f8fd;
  --home-bg-2: #eef3fb;
  --home-bg-3: #e7eef9;
  --home-surface: rgba(25, 118, 230, 0.04);
  --home-border: rgba(20, 48, 89, 0.1);
  --home-border-hi: rgba(20, 48, 89, 0.16);
  --home-blue: #1976e6;
  --home-blue-glow: rgba(25, 118, 230, 0.16);
  --home-blue-text: #1c7cdc;
  --home-text: #15233b;
  --home-text-2: rgba(21, 35, 59, 0.72);
  --home-text-3: rgba(21, 35, 59, 0.46);
  --home-green: #198b63;
  --home-amber: #c97915;
  --home-purple: #7b61e8;
  --home-indigo-glow-strong: rgba(57, 118, 230, 0.16);
  --home-indigo-glow-mid: rgba(57, 118, 230, 0.095);
  --home-indigo-glow-soft: rgba(57, 118, 230, 0.07);
  --home-indigo-glow-feather: rgba(57, 118, 230, 0.018);
  background:
    radial-gradient(circle at 50% 16%, rgba(25, 118, 230, 0.1), transparent 30%),
    linear-gradient(180deg, #fbfcff 0%, #f2f6fc 54%, #eaf1f8 100%);
}

html[data-theme="light"] body.page-home .topbar,
body[data-theme="light"].page-home .topbar,
body.page-home:has(.theme-toggle-input:checked) .topbar {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: var(--home-border);
}

html[data-theme="light"] body.page-home .button-primary,
body[data-theme="light"].page-home .button-primary,
body.page-home:has(.theme-toggle-input:checked) .button-primary {
  color: #ffffff;
}

html[data-theme="light"] body.page-home .button-secondary,
html[data-theme="light"] body.page-home .button-ghost,
body[data-theme="light"].page-home .button-secondary,
body[data-theme="light"].page-home .button-ghost,
body.page-home:has(.theme-toggle-input:checked) .button-secondary,
body.page-home:has(.theme-toggle-input:checked) .button-ghost {
  color: var(--home-text-2);
}

html[data-theme="light"] body.page-home .button-secondary:hover,
html[data-theme="light"] body.page-home .button-secondary:focus-visible,
html[data-theme="light"] body.page-home .button-ghost:hover,
html[data-theme="light"] body.page-home .button-ghost:focus-visible,
body[data-theme="light"].page-home .button-secondary:hover,
body[data-theme="light"].page-home .button-secondary:focus-visible,
body[data-theme="light"].page-home .button-ghost:hover,
body[data-theme="light"].page-home .button-ghost:focus-visible,
body.page-home:has(.theme-toggle-input:checked) .button-secondary:hover,
body.page-home:has(.theme-toggle-input:checked) .button-secondary:focus-visible,
body.page-home:has(.theme-toggle-input:checked) .button-ghost:hover,
body.page-home:has(.theme-toggle-input:checked) .button-ghost:focus-visible {
  color: var(--home-text);
  border-color: rgba(20, 48, 89, 0.26);
}

html[data-theme="light"] body.page-home .hero-layout::before,
body[data-theme="light"].page-home .hero-layout::before,
body.page-home:has(.theme-toggle-input:checked) .hero-layout::before {
  background: radial-gradient(
    ellipse at center,
    var(--home-indigo-glow-strong) 0%,
    var(--home-indigo-glow-mid) 24%,
    var(--home-indigo-glow-soft) 48%,
    var(--home-indigo-glow-feather) 68%,
    transparent 86%
  );
}

html[data-theme="light"] body.page-home .hero-content h1 .accent,
body[data-theme="light"].page-home .hero-content h1 .accent,
body.page-home:has(.theme-toggle-input:checked) .hero-content h1 .accent {
  background: linear-gradient(115deg, #0f2442 0%, #1c7cdc 44%, #6f71ee 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

html[data-theme="light"] body.page-home .home-stat-grid .home-mini-card,
body[data-theme="light"].page-home .home-stat-grid .home-mini-card,
body.page-home:has(.theme-toggle-input:checked) .home-stat-grid .home-mini-card {
  background: #ffffff;
}

html[data-theme="light"] body.page-home .home-code-card,
body[data-theme="light"].page-home .home-code-card,
body.page-home:has(.theme-toggle-input:checked) .home-code-card {
  background: #ffffff;
}

html[data-theme="light"] body.page-home .home-code-header,
body[data-theme="light"].page-home .home-code-header,
body.page-home:has(.theme-toggle-input:checked) .home-code-header {
  background: rgba(20, 48, 89, 0.03);
}

html[data-theme="light"] body.page-home .home-code-card .code-block,
body[data-theme="light"].page-home .home-code-card .code-block,
body.page-home:has(.theme-toggle-input:checked) .home-code-card .code-block {
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.96), rgba(242, 247, 253, 0.94)),
    rgba(255, 255, 255, 0.85);
}

body.page-subpage {
  --sub-bg: #080d1e;
  --sub-bg-2: #0c1228;
  --sub-bg-3: #111830;
  --sub-surface: rgba(90, 172, 255, 0.04);
  --sub-border: rgba(120, 160, 255, 0.1);
  --sub-border-hi: rgba(140, 180, 255, 0.18);
  --sub-blue: #2a8ef0;
  --sub-blue-glow: rgba(42, 142, 240, 0.16);
  --sub-blue-text: #5aacff;
  --sub-text: #ecf0ff;
  --sub-text-2: rgba(220, 228, 255, 0.72);
  --sub-text-3: rgba(200, 215, 255, 0.45);
  --sub-green: #34d058;
  --sub-amber: #f5a623;
  --sub-purple: #c084fc;
  --sub-indigo-glow-strong: rgba(108, 138, 255, 0.18);
  --sub-indigo-glow-soft: rgba(82, 120, 255, 0.09);
  background:
    radial-gradient(circle at 50% 14%, rgba(42, 142, 240, 0.1), transparent 42%),
    linear-gradient(180deg, var(--sub-bg) 0%, var(--sub-bg) 100%);
  color: var(--sub-text);
}

body.page-subpage .fluid-bg {
  display: none;
}

body.page-subpage .topbar {
  border-bottom-color: var(--sub-border);
  background: rgba(8, 13, 30, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: none;
}

body.page-subpage .topbar::before {
  display: none;
}

body.page-subpage .nav-link {
  color: var(--sub-text-2);
}

body.page-subpage .nav-link:hover,
body.page-subpage .nav-link:focus-visible {
  color: var(--sub-text);
  border-color: var(--sub-border-hi);
  background: transparent;
}

body.page-subpage .button-primary {
  background: var(--sub-blue);
  color: #ffffff;
  box-shadow: 0 18px 42px var(--sub-blue-glow);
}

body.page-subpage .button-secondary,
body.page-subpage .button-ghost {
  border-color: var(--sub-border-hi);
  background: transparent;
  color: var(--sub-text-2);
  box-shadow: none;
  backdrop-filter: none;
}

body.page-subpage .button-secondary:hover,
body.page-subpage .button-secondary:focus-visible,
body.page-subpage .button-ghost:hover,
body.page-subpage .button-ghost:focus-visible {
  color: var(--sub-text);
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  box-shadow: none;
}

body.page-subpage .eyebrow,
body.page-subpage .section-label,
body.page-subpage .detail-kicker,
body.page-subpage .floating-label {
  color: var(--sub-blue-text);
  opacity: 0.82;
}

body.page-subpage .subpage-main {
  padding: 56px 0 32px;
}

body.page-subpage .subpage-grid,
body.page-subpage .docs-grid {
  gap: 28px;
}

body.page-subpage .info-panel,
body.page-subpage .form-panel,
body.page-subpage .docs-hero,
body.page-subpage .docs-card,
body.page-subpage .portal-session-bar,
body.page-subpage .portal-explorer-sidebar,
body.page-subpage .portal-explorer-panel {
  border-color: var(--sub-border-hi);
  background:
    radial-gradient(
      ellipse at center top,
      var(--sub-indigo-glow-strong) 0%,
      var(--sub-indigo-glow-soft) 44%,
      transparent 82%
    ),
    linear-gradient(180deg, rgba(12, 18, 40, 0.96), rgba(8, 13, 30, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.page-subpage .info-panel::before,
body.page-subpage .form-panel::before,
body.page-subpage .docs-hero::before,
body.page-subpage .docs-card::before,
body.page-subpage .info-panel::after,
body.page-subpage .form-panel::after,
body.page-subpage .docs-hero::after,
body.page-subpage .docs-card::after {
  display: none;
}

body.page-subpage .info-panel,
body.page-subpage .docs-hero {
  padding: 40px;
}

body.page-subpage .form-panel,
body.page-subpage .docs-card {
  padding: 32px;
}

body.page-subpage .info-panel h1,
body.page-subpage .docs-hero h1 {
  margin: 18px 0 16px;
  color: var(--sub-text);
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.08;
}

body.page-subpage #portal-info-panel h1 {
  font-size: clamp(24px, 2.8vw, 40px);
  letter-spacing: -0.04em;
}

body.page-subpage .panel-copy,
body.page-subpage .detail-item p,
body.page-subpage .panel-header p,
body.page-subpage .environment-note,
body.page-subpage .form-status,
body.page-subpage .docs-card p,
body.page-subpage .endpoint-value,
body.page-subpage .portal-explorer-note,
body.page-subpage .portal-error-list ul,
body.page-subpage .page-footer-legal,
body.page-subpage .page-footer-copyright {
  color: var(--sub-text-2);
}

body.page-subpage .detail-item .detail-kicker::after {
  background: linear-gradient(90deg, var(--sub-border-hi), rgba(120, 160, 255, 0));
}

body.page-subpage .panel-header h2,
body.page-subpage .docs-card h2 {
  color: var(--sub-text);
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}

body.page-subpage .field span {
  color: var(--sub-text);
}

body.page-subpage .field input,
body.page-subpage .field textarea,
body.page-subpage .field select {
  border-color: rgba(140, 180, 255, 0.24);
  background:
    radial-gradient(
      ellipse at center top,
      rgba(82, 120, 255, 0.08) 0%,
      transparent 72%
    ),
    var(--sub-bg);
  color: var(--sub-text);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.page-subpage .field input::placeholder,
body.page-subpage .field textarea::placeholder {
  color: var(--sub-text-3);
}

body.page-subpage .field input:focus,
body.page-subpage .field textarea:focus,
body.page-subpage .field select:focus {
  border-color: var(--sub-blue);
  box-shadow: 0 0 0 4px rgba(42, 142, 240, 0.16);
  background:
    radial-gradient(
      ellipse at center top,
      rgba(82, 120, 255, 0.1) 0%,
      transparent 72%
    ),
    var(--sub-bg);
  transform: none;
}

body.page-subpage .form-status,
body.page-subpage .portal-session-bar,
body.page-subpage .portal-explorer-sidebar,
body.page-subpage .portal-explorer-panel,
body.page-subpage .response-badge {
  border-color: var(--sub-border);
  background: var(--sub-surface);
  box-shadow: none;
}

body.page-subpage .form-status.is-loading,
body.page-subpage .response-badge.is-loading {
  color: #dff1ff;
  border-color: rgba(42, 142, 240, 0.32);
  background: rgba(42, 142, 240, 0.12);
}

body.page-subpage .form-status.is-success,
body.page-subpage .response-badge.is-success {
  color: #dffff6;
  border-color: rgba(52, 208, 88, 0.32);
  background: rgba(52, 208, 88, 0.12);
}

body.page-subpage .form-status.is-error,
body.page-subpage .response-badge.is-error {
  color: #ffe4e6;
  border-color: rgba(255, 155, 161, 0.28);
  background: rgba(255, 155, 161, 0.12);
}

body.page-subpage .portal-explorer-advanced {
  border-color: var(--sub-border-hi);
  background:
    radial-gradient(
      ellipse at center top,
      rgba(82, 120, 255, 0.06) 0%,
      transparent 72%
    ),
    var(--sub-bg);
}

body.page-subpage .portal-explorer-advanced summary {
  color: var(--sub-text);
}

body.page-subpage .portal-explorer-advanced-copy {
  color: var(--sub-text-2);
}

body.page-subpage .portal-explorer-link {
  border-color: var(--sub-border);
  background: var(--sub-bg-2);
  color: var(--sub-text);
}

body.page-subpage .portal-explorer-link:hover,
body.page-subpage .portal-explorer-link:focus-visible {
  border-color: var(--sub-border-hi);
  background: rgba(42, 142, 240, 0.08);
}

body.page-subpage .method-badge {
  border-color: var(--sub-border);
}

body.page-subpage .method-badge-get {
  color: var(--sub-green);
  border-color: rgba(52, 208, 88, 0.25);
  background: rgba(52, 208, 88, 0.1);
}

body.page-subpage .method-badge-post {
  color: var(--sub-blue-text);
  border-color: rgba(42, 142, 240, 0.25);
  background: rgba(42, 142, 240, 0.1);
}

body.page-subpage .code-block {
  border-color: var(--sub-border);
  background:
    linear-gradient(180deg, rgba(8, 17, 32, 0.9), rgba(4, 10, 20, 0.88)),
    rgba(255, 255, 255, 0.02);
  box-shadow: none;
}

body.page-subpage .compact-code {
  max-height: 260px;
  overflow: auto;
}

body.page-subpage .endpoint-label {
  color: var(--sub-text-3);
}

body.page-subpage .endpoint-value {
  color: var(--sub-text);
}

body.page-subpage .page-footer {
  border-top-color: var(--sub-border);
}

body.page-subpage .page-footer-title {
  color: var(--sub-text);
}

body.page-subpage .page-footer-copyright,
body.page-subpage .page-footer-legal {
  color: var(--sub-text-3);
}

body.portal-authenticated.page-subpage .form-panel {
  overflow: visible;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.portal-authenticated.page-subpage .form-panel::before,
body.portal-authenticated.page-subpage .form-panel::after {
  display: none;
}

html[data-theme="light"] body.page-subpage,
body[data-theme="light"].page-subpage,
body.page-subpage:has(.theme-toggle-input:checked) {
  --sub-bg: #f5f8fd;
  --sub-bg-2: #eef3fb;
  --sub-bg-3: #e7eef9;
  --sub-surface: rgba(25, 118, 230, 0.04);
  --sub-border: rgba(20, 48, 89, 0.1);
  --sub-border-hi: rgba(20, 48, 89, 0.16);
  --sub-blue: #1976e6;
  --sub-blue-glow: rgba(25, 118, 230, 0.16);
  --sub-blue-text: #1c7cdc;
  --sub-text: #15233b;
  --sub-text-2: rgba(21, 35, 59, 0.72);
  --sub-text-3: rgba(21, 35, 59, 0.46);
  --sub-green: #198b63;
  --sub-amber: #c97915;
  --sub-purple: #7b61e8;
  --sub-indigo-glow-strong: rgba(57, 118, 230, 0.14);
  --sub-indigo-glow-soft: rgba(57, 118, 230, 0.06);
  background:
    radial-gradient(circle at 50% 12%, rgba(25, 118, 230, 0.1), transparent 38%),
    linear-gradient(180deg, #fbfcff 0%, #f2f6fc 54%, #eaf1f8 100%);
}

html[data-theme="light"] body.page-subpage .topbar,
body[data-theme="light"].page-subpage .topbar,
body.page-subpage:has(.theme-toggle-input:checked) .topbar {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: var(--sub-border);
}

html[data-theme="light"] body.page-subpage .button-primary,
body[data-theme="light"].page-subpage .button-primary,
body.page-subpage:has(.theme-toggle-input:checked) .button-primary {
  color: #ffffff;
}

html[data-theme="light"] body.page-subpage .button-secondary,
html[data-theme="light"] body.page-subpage .button-ghost,
body[data-theme="light"].page-subpage .button-secondary,
body[data-theme="light"].page-subpage .button-ghost,
body.page-subpage:has(.theme-toggle-input:checked) .button-secondary,
body.page-subpage:has(.theme-toggle-input:checked) .button-ghost {
  color: var(--sub-text-2);
}

html[data-theme="light"] body.page-subpage .button-secondary:hover,
html[data-theme="light"] body.page-subpage .button-secondary:focus-visible,
html[data-theme="light"] body.page-subpage .button-ghost:hover,
html[data-theme="light"] body.page-subpage .button-ghost:focus-visible,
body[data-theme="light"].page-subpage .button-secondary:hover,
body[data-theme="light"].page-subpage .button-secondary:focus-visible,
body[data-theme="light"].page-subpage .button-ghost:hover,
body[data-theme="light"].page-subpage .button-ghost:focus-visible,
body.page-subpage:has(.theme-toggle-input:checked) .button-secondary:hover,
body.page-subpage:has(.theme-toggle-input:checked) .button-secondary:focus-visible,
body.page-subpage:has(.theme-toggle-input:checked) .button-ghost:hover,
body.page-subpage:has(.theme-toggle-input:checked) .button-ghost:focus-visible {
  color: var(--sub-text);
  border-color: rgba(20, 48, 89, 0.26);
}

html[data-theme="light"] body.page-subpage .info-panel,
html[data-theme="light"] body.page-subpage .form-panel,
html[data-theme="light"] body.page-subpage .docs-hero,
html[data-theme="light"] body.page-subpage .docs-card,
html[data-theme="light"] body.page-subpage .portal-session-bar,
html[data-theme="light"] body.page-subpage .portal-explorer-sidebar,
html[data-theme="light"] body.page-subpage .portal-explorer-panel,
body[data-theme="light"].page-subpage .info-panel,
body[data-theme="light"].page-subpage .form-panel,
body[data-theme="light"].page-subpage .docs-hero,
body[data-theme="light"].page-subpage .docs-card,
body[data-theme="light"].page-subpage .portal-session-bar,
body[data-theme="light"].page-subpage .portal-explorer-sidebar,
body[data-theme="light"].page-subpage .portal-explorer-panel,
body.page-subpage:has(.theme-toggle-input:checked) .info-panel,
body.page-subpage:has(.theme-toggle-input:checked) .form-panel,
body.page-subpage:has(.theme-toggle-input:checked) .docs-hero,
body.page-subpage:has(.theme-toggle-input:checked) .docs-card,
body.page-subpage:has(.theme-toggle-input:checked) .portal-session-bar,
body.page-subpage:has(.theme-toggle-input:checked) .portal-explorer-sidebar,
body.page-subpage:has(.theme-toggle-input:checked) .portal-explorer-panel {
  background:
    radial-gradient(
      ellipse at center top,
      var(--sub-indigo-glow-strong) 0%,
      var(--sub-indigo-glow-soft) 44%,
      transparent 82%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.92)),
    rgba(255, 255, 255, 0.82);
}

html[data-theme="light"] body.page-subpage .field input,
html[data-theme="light"] body.page-subpage .field textarea,
html[data-theme="light"] body.page-subpage .field select,
body[data-theme="light"].page-subpage .field input,
body[data-theme="light"].page-subpage .field textarea,
body[data-theme="light"].page-subpage .field select,
body.page-subpage:has(.theme-toggle-input:checked) .field input,
body.page-subpage:has(.theme-toggle-input:checked) .field textarea,
body.page-subpage:has(.theme-toggle-input:checked) .field select {
  border-color: rgba(20, 48, 89, 0.22);
  background:
    radial-gradient(
      ellipse at center top,
      rgba(57, 118, 230, 0.06) 0%,
      transparent 72%
    ),
    #ffffff;
}

html[data-theme="light"] body.page-subpage .field input:focus,
html[data-theme="light"] body.page-subpage .field textarea:focus,
html[data-theme="light"] body.page-subpage .field select:focus,
body[data-theme="light"].page-subpage .field input:focus,
body[data-theme="light"].page-subpage .field textarea:focus,
body[data-theme="light"].page-subpage .field select:focus,
body.page-subpage:has(.theme-toggle-input:checked) .field input:focus,
body.page-subpage:has(.theme-toggle-input:checked) .field textarea:focus,
body.page-subpage:has(.theme-toggle-input:checked) .field select:focus {
  border-color: var(--sub-blue);
  box-shadow: 0 0 0 4px rgba(25, 118, 230, 0.14);
  background:
    radial-gradient(
      ellipse at center top,
      rgba(57, 118, 230, 0.08) 0%,
      transparent 72%
    ),
    #ffffff;
}

html[data-theme="light"] body.page-subpage .portal-explorer-link,
body[data-theme="light"].page-subpage .portal-explorer-link,
body.page-subpage:has(.theme-toggle-input:checked) .portal-explorer-link {
  background: rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] body.page-subpage .portal-explorer-link:hover,
html[data-theme="light"] body.page-subpage .portal-explorer-link:focus-visible,
body[data-theme="light"].page-subpage .portal-explorer-link:hover,
body[data-theme="light"].page-subpage .portal-explorer-link:focus-visible,
body.page-subpage:has(.theme-toggle-input:checked) .portal-explorer-link:hover,
body.page-subpage:has(.theme-toggle-input:checked) .portal-explorer-link:focus-visible {
  background: rgba(25, 118, 230, 0.08);
}

html[data-theme="light"] body.page-subpage .method-badge-get,
body[data-theme="light"].page-subpage .method-badge-get,
body.page-subpage:has(.theme-toggle-input:checked) .method-badge-get {
  color: #167e69;
  border-color: rgba(22, 126, 105, 0.22);
  background: rgba(22, 126, 105, 0.1);
}

html[data-theme="light"] body.page-subpage .method-badge-post,
body[data-theme="light"].page-subpage .method-badge-post,
body.page-subpage:has(.theme-toggle-input:checked) .method-badge-post {
  color: #185fae;
  border-color: rgba(25, 118, 230, 0.22);
  background: rgba(25, 118, 230, 0.1);
}

html[data-theme="light"] body.page-subpage .code-block,
body[data-theme="light"].page-subpage .code-block,
body.page-subpage:has(.theme-toggle-input:checked) .code-block {
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0.96), rgba(242, 247, 253, 0.94)),
    rgba(255, 255, 255, 0.85);
  border-color: var(--sub-border);
  color: #17324f;
  scrollbar-color: rgba(54, 99, 163, 0.42) rgba(20, 48, 89, 0.08);
}

html[data-theme="light"] body.page-subpage .code-block::-webkit-scrollbar-track,
body[data-theme="light"].page-subpage .code-block::-webkit-scrollbar-track,
body.page-subpage:has(.theme-toggle-input:checked) .code-block::-webkit-scrollbar-track {
  background: rgba(20, 48, 89, 0.08);
}

html[data-theme="light"] body.page-subpage .code-block::-webkit-scrollbar-thumb,
body[data-theme="light"].page-subpage .code-block::-webkit-scrollbar-thumb,
body.page-subpage:has(.theme-toggle-input:checked) .code-block::-webkit-scrollbar-thumb {
  background: rgba(54, 99, 163, 0.42);
}

html[data-theme="light"] body.page-subpage .form-status.is-loading,
html[data-theme="light"] body.page-subpage .response-badge.is-loading,
body[data-theme="light"].page-subpage .form-status.is-loading,
body[data-theme="light"].page-subpage .response-badge.is-loading,
body.page-subpage:has(.theme-toggle-input:checked) .form-status.is-loading,
body.page-subpage:has(.theme-toggle-input:checked) .response-badge.is-loading {
  color: #155c9a;
  border-color: rgba(42, 142, 240, 0.28);
  background: rgba(42, 142, 240, 0.12);
}

html[data-theme="light"] body.page-subpage .form-status.is-success,
html[data-theme="light"] body.page-subpage .response-badge.is-success,
body[data-theme="light"].page-subpage .form-status.is-success,
body[data-theme="light"].page-subpage .response-badge.is-success,
body.page-subpage:has(.theme-toggle-input:checked) .form-status.is-success,
body.page-subpage:has(.theme-toggle-input:checked) .response-badge.is-success {
  color: #0d6a52;
  border-color: rgba(25, 139, 99, 0.24);
  background: rgba(25, 139, 99, 0.12);
}

html[data-theme="light"] body.page-subpage .form-status.is-error,
html[data-theme="light"] body.page-subpage .response-badge.is-error,
body[data-theme="light"].page-subpage .form-status.is-error,
body[data-theme="light"].page-subpage .response-badge.is-error,
body.page-subpage:has(.theme-toggle-input:checked) .form-status.is-error,
body.page-subpage:has(.theme-toggle-input:checked) .response-badge.is-error {
  color: #a03b45;
  border-color: rgba(208, 77, 90, 0.2);
  background: rgba(208, 77, 90, 0.1);
}

@keyframes orb-drift-a {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(14%, 10%, 0) scale(1.12);
  }
}

@keyframes orb-drift-b {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  to {
    transform: translate3d(-14%, 12%, 0) rotate(20deg) scale(1.1);
  }
}

@keyframes orb-drift-c {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(10%, -14%, 0) scale(1.14);
  }
}

@keyframes ring-spin {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.04);
  }
}

@keyframes ring-float {
  from {
    margin-left: 0;
    margin-top: 0;
  }
  to {
    margin-left: -2%;
    margin-top: 2%;
  }
}

@keyframes bubble-drift-a {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.34;
  }
  to {
    transform: translate3d(26px, -22px, 0) scale(1.08);
    opacity: 0.5;
  }
}

@keyframes bubble-drift-b {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.26;
  }
  to {
    transform: translate3d(-34px, 18px, 0) scale(1.1);
    opacity: 0.4;
  }
}

@media (max-width: 1120px) {
  .subpage-grid,
  .docs-grid,
  .home-needs-grid,
  .home-cta-grid {
    grid-template-columns: 1fr;
  }

  .home-shift-grid {
    grid-template-columns: 1fr;
  }

  .home-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-platform-item {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-platform-item .home-status-badge {
    justify-self: flex-start;
  }

  .hero-content h1 {
    max-width: 12ch;
  }

  .portal-explorer-shell,
  .portal-explorer-access,
  .portal-endpoint-grid {
    grid-template-columns: 1fr;
  }

  .portal-explorer-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-shell {
    padding: 20px 18px 28px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-footer-copyright {
    text-align: left;
  }

  .topbar {
    margin: -20px calc(50% - 50vw) 20px;
    padding: 14px 16px;
    margin-bottom: 20px;
  }

  .brand-logo {
    height: 24px;
  }

  .topnav {
    width: 100%;
  }

  .home-main {
    padding: 24px 0 8px;
  }

  .hero-layout {
    min-height: auto;
    padding: 8px 0 52px;
  }

  .hero-content {
    padding: 48px 22px 52px;
  }

  .hero-content h1 {
    font-size: clamp(3rem, 14vw, 4.6rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .home-section-card,
  .home-cta-card {
    padding: 28px 22px;
  }

  .home-section-title {
    max-width: none;
  }

  .home-equation,
  .home-stat-grid,
  .home-cta-grid {
    grid-template-columns: 1fr;
  }

  .home-equation {
    display: grid;
  }

  .home-capability-item,
  .home-platform-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-status-badge {
    justify-self: flex-start;
  }

  .info-panel,
  .form-panel,
  .docs-hero,
  .docs-card {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .portal-explorer-fields,
  .portal-explorer-panels {
    grid-template-columns: 1fr;
  }

  .portal-endpoint-card {
    padding: 20px;
  }

  .portal-endpoint-title-row {
    align-items: flex-start;
  }

  .portal-session-bar {
    align-items: stretch;
  }

  .portal-actions .button {
    flex-basis: 100%;
  }
}


@media (max-width: 1120px) {
  body.page-home .home-section,
  body.page-home .home-section-tinted {
    padding-top: 88px;
    padding-bottom: 88px;
    padding-left: 28px;
    padding-right: 28px;
  }

  body.page-home .home-section-tinted {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  body.page-home .home-cta-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  body.page-home .home-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.page-home .home-main {
    padding: 0 0 24px;
  }

  body.page-home .hero-layout {
    min-height: auto;
    padding: 120px 20px 84px;
  }

  body.page-home .hero-content,
  body.page-home .home-section-card,
  body.page-home .home-cta-card {
    padding: 0;
  }

  body.page-home .hero-content h1 {
    max-width: 8.8ch;
    font-size: clamp(44px, 14vw, 72px);
  }

  body.page-home .home-section,
  body.page-home .home-section-tinted {
    padding-top: 72px;
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
  }

  body.page-home .home-equation {
    gap: 14px;
  }

  body.page-home .home-section-focus-glow::before {
    inset: 10% 0 auto;
    height: 68%;
    filter: blur(16px);
  }

  body.page-home .home-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.page-home .home-stat-grid .home-mini-card {
    padding: 24px 16px;
  }

  body.page-home .home-stat-value {
    font-size: 28px;
  }

  body.page-home .home-platform-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.page-home .home-code-card .code-block {
    height: 220px;
    max-height: 220px;
  }

  body.page-home .page-footer {
    padding-top: 28px;
  }
}
