/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
    --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-emerald-50: oklch(97.9% 0.021 166.113);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-black: #000;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-editorial-sans: "Figtree", Arial, sans-serif;
    --font-editorial-display: "Landing Serif", Georgia, serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4\.5 {
    margin-block: calc(var(--spacing) * 4.5);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .-ml-2 {
    margin-left: calc(var(--spacing) * -2);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-7\.5 {
    width: calc(var(--spacing) * 7.5);
    height: calc(var(--spacing) * 7.5);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-\[17px\] {
    width: 17px;
    height: 17px;
  }
  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }
  .size-\[78\%\] {
    width: 78%;
    height: 78%;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-32 {
    max-height: calc(var(--spacing) * 32);
  }
  .max-h-96 {
    max-height: calc(var(--spacing) * 96);
  }
  .max-h-\[68vh\] {
    max-height: 68vh;
  }
  .max-h-\[480px\] {
    max-height: 480px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-9 {
    min-height: calc(var(--spacing) * 9);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[380px\] {
    max-width: 380px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-44 {
    min-width: calc(var(--spacing) * 44);
  }
  .min-w-\[210px\] {
    min-width: 210px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-border {
    :where(& > :not(:last-child)) {
      border-color: var(--brd);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-border {
    border-color: var(--brd);
  }
  .border-border-strong {
    border-color: var(--brd-strong);
  }
  .border-danger {
    border-color: var(--dng);
  }
  .border-danger-border {
    border-color: var(--dng-brd);
  }
  .border-emerald-200 {
    border-color: var(--color-emerald-200);
  }
  .border-primary-border {
    border-color: var(--pri-brd);
  }
  .border-success-border {
    border-color: var(--ok-brd);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-warning-border {
    border-color: var(--warn-brd);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-background {
    background-color: var(--bg);
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-border {
    background-color: var(--brd);
  }
  .bg-danger {
    background-color: var(--dng);
  }
  .bg-danger-tint {
    background-color: var(--dng-tint);
  }
  .bg-emerald-50 {
    background-color: var(--color-emerald-50);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-primary {
    background-color: var(--pri);
  }
  .bg-primary-tint {
    background-color: var(--pri-tint);
  }
  .bg-success-tint {
    background-color: var(--ok-tint);
  }
  .bg-surface {
    background-color: var(--srf);
  }
  .bg-surface-2 {
    background-color: var(--srf-2);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning {
    background-color: var(--warn);
  }
  .bg-warning-tint {
    background-color: var(--warn-tint);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-3\.5 {
    padding: calc(var(--spacing) * 3.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10\.5px\] {
    font-size: 10.5px;
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12\.5px\] {
    font-size: 12.5px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13\.5px\] {
    font-size: 13.5px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .leading-\[1\.08\] {
    --tw-leading: 1.08;
    line-height: 1.08;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-\[1\.75\] {
    --tw-leading: 1.75;
    line-height: 1.75;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[520\] {
    --tw-font-weight: 520;
    font-weight: 520;
  }
  .font-\[540\] {
    --tw-font-weight: 540;
    font-weight: 540;
  }
  .font-\[550\] {
    --tw-font-weight: 550;
    font-weight: 550;
  }
  .font-\[560\] {
    --tw-font-weight: 560;
    font-weight: 560;
  }
  .font-\[580\] {
    --tw-font-weight: 580;
    font-weight: 580;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[620\] {
    --tw-font-weight: 620;
    font-weight: 620;
  }
  .font-\[630\] {
    --tw-font-weight: 630;
    font-weight: 630;
  }
  .font-\[640\] {
    --tw-font-weight: 640;
    font-weight: 640;
  }
  .font-\[650\] {
    --tw-font-weight: 650;
    font-weight: 650;
  }
  .font-\[680\] {
    --tw-font-weight: 680;
    font-weight: 680;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.01em\] {
    --tw-tracking: -0.01em;
    letter-spacing: -0.01em;
  }
  .tracking-\[-0\.02em\] {
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[-0\.005em\] {
    --tw-tracking: -0.005em;
    letter-spacing: -0.005em;
  }
  .tracking-\[-0\.025em\] {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .tracking-\[-0\.045em\] {
    --tw-tracking: -0.045em;
    letter-spacing: -0.045em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .\!text-danger {
    color: var(--dng) !important;
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-danger {
    color: var(--dng);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-faint {
    color: var(--ink-faint);
  }
  .text-foreground {
    color: var(--ink);
  }
  .text-muted-foreground {
    color: var(--ink-muted);
  }
  .text-primary {
    color: var(--pri);
  }
  .text-success {
    color: var(--ok);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-border-strong {
    text-decoration-color: var(--brd-strong);
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-\[var\(--pri\)\] {
    accent-color: var(--pri);
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .shadow-md {
    --tw-shadow: var(--sh-md);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: var(--sh-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-\[width\] {
    transition-property: width;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:translate-x-0\.5 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-surface {
    &:hover {
      @media (hover: hover) {
        background-color: var(--srf);
      }
    }
  }
  .hover\:bg-surface-2 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--srf-2);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--ink);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--pri);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--sh-md);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .max-lg\:shadow-lg {
    @media (width < 64rem) {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:flex-none {
    @media (width >= 40rem) {
      flex: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:ml-\[228px\] {
    @media (width >= 64rem) {
      margin-left: 228px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[260px_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 260px minmax(0,1fr);
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:px-7 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[34px\] {
    @media (width >= 64rem) {
      font-size: 34px;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:h-screen {
    @media (width >= 80rem) {
      height: 100vh;
    }
  }
  .xl\:min-h-0 {
    @media (width >= 80rem) {
      min-height: calc(var(--spacing) * 0);
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[280px_420px_minmax\(0\,1fr\)\] {
    @media (width >= 80rem) {
      grid-template-columns: 280px 420px minmax(0,1fr);
    }
  }
  .xl\:overflow-hidden {
    @media (width >= 80rem) {
      overflow: hidden;
    }
  }
  .\[\&\>svg\]\:text-danger {
    &>svg {
      color: var(--dng);
    }
  }
  .\[\&\>svg\]\:text-primary {
    &>svg {
      color: var(--pri);
    }
  }
  .\[\&\>svg\]\:text-success {
    &>svg {
      color: var(--ok);
    }
  }
  .\[\&\>svg\]\:text-warning {
    &>svg {
      color: var(--warn);
    }
  }
}
@font-face {
  font-family: "Figtree";
  src: url("/fonts/figtree-var.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
.agentic-v2 a[aria-disabled="true"], .agentic-v2 button[aria-disabled="true"]:disabled {
  cursor: default;
}
.agentic-v2 button[aria-disabled="true"]:disabled {
  opacity: 1;
}
.agentic-v2 .home-product-card {
  padding-bottom: 22px;
}
.agentic-v2 .home-product-heading, .agentic-v2 .home-product-card--api .home-product-heading {
  min-height: 0;
  padding: 28px 28px 24px;
}
.agentic-v2 .home-product-card--universal .home-product-heading, .agentic-v2 .home-product-card--ai .home-product-heading {
  min-height: 156px;
  display: block;
}
.agentic-v2 .home-product-copy {
  max-width: 760px;
  display: block;
}
.agentic-v2 .home-product-card h3 {
  margin: 0 0 10px;
  font-size: clamp(29px, 2.5vw, 36px);
  line-height: 1;
}
.agentic-v2 .home-product-copy p {
  max-width: 69ch;
  font-size: 16.5px;
  line-height: 1.52;
  color: #435167;
}
.agentic-v2 .home-product-card--universal .home-product-copy p, .agentic-v2 .home-product-card--ai .home-product-copy p {
  max-width: 45ch;
}
.agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  background-image: url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg");
  background-position: center top;
}
.agentic-v2 .home-platform-workspace::before, .agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  background: linear-gradient(135deg, rgba(1, 35, 100, 0.28), rgba(1, 48, 130, 0.38));
}
.agentic-v2 .home-platform-workspace {
  min-height: 314px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}
.agentic-v2 .home-platform-request pre {
  padding: 22px 18px;
}
.agentic-v2 .home-platform-request pre code {
  font-size: 11px;
  line-height: 1.78;
}
.agentic-v2 .home-platform-json {
  padding: 13px 16px 15px;
  font-family: var(--font-mono);
  color: #d9e8ff;
}
.agentic-v2 .home-platform-json > p {
  margin: 0;
  font-size: 10.5px;
  line-height: 1.55;
}
.agentic-v2 .home-platform-json > p em {
  font-style: normal;
  color: #8ebaff;
}
.agentic-v2 .home-platform-json dl {
  margin: 4px 0 4px 14px;
}
.agentic-v2 .home-platform-json dl > div {
  min-height: 31px;
  border-bottom: 1px solid rgba(213, 231, 255, 0.1);
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
}
.agentic-v2 .home-platform-json dt, .agentic-v2 .home-platform-json dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 9.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-json dt {
  color: #8ebaff;
}
.agentic-v2 .home-platform-json dd {
  color: #b4f0dc;
}
.agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  min-height: 604px;
}
.agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  min-height: 400px;
}
.agentic-v2 .home-universal-capabilities {
  min-height: 43px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid rgba(218, 234, 255, 0.38);
  border-radius: 6px;
  background: rgba(3, 37, 99, 0.68);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  backdrop-filter: blur(10px);
}
.agentic-v2 .home-universal-capabilities span, .agentic-v2 .home-universal-capabilities strong {
  min-width: 0;
  display: grid;
  place-items: center;
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 610;
  color: rgba(225, 238, 255, 0.68);
  text-align: center;
}
.agentic-v2 .home-universal-capabilities strong {
  background: rgba(255, 255, 255, 0.95);
  color: #123465;
  box-shadow: 0 6px 20px -15px #001d54;
}
.agentic-v2 .home-universal-url b {
  background: #e8f7f1;
  color: #16704f;
}
.agentic-v2 .home-universal-result {
  margin-top: 10px;
}
.agentic-v2 .home-universal-result dl > div {
  min-height: 59px;
  grid-template-columns: 88px minmax(0, 1fr) auto;
}
.agentic-v2 .home-universal-result dd {
  font-size: 10.5px;
}
.agentic-v2 .home-universal-stats {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}
.agentic-v2 .home-universal-stats span {
  min-height: 31px;
  padding: 5px;
  border: 1px solid rgba(215, 231, 255, 0.35);
  border-radius: 4px;
  background: rgba(3, 39, 105, 0.7);
  display: grid;
  place-items: center;
  font-family: var(--font-mono);
  font-size: 8px;
  color: rgba(234, 243, 255, 0.82);
  text-align: center;
}
.agentic-v2 .home-ai-engines {
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.agentic-v2 .home-ai-engines > span {
  min-width: 0;
  min-height: 66px;
  padding: 8px 5px;
  border: 1px solid rgba(215, 231, 255, 0.46);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 12px 24px -22px #001d54;
}
.agentic-v2 .home-ai-engines > span img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.agentic-v2 .home-ai-engines > span strong {
  overflow: hidden;
  font-size: 9.5px;
  color: #152238;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-monitor-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.agentic-v2 .home-ai-monitor-grid > span {
  min-width: 0;
  min-height: 83px;
  padding: 12px 11px 11px 28px;
  position: relative;
  border: 1px solid rgba(215, 231, 255, 0.42);
  border-radius: 6px;
  background: rgba(3, 39, 105, 0.76);
  display: flex;
  flex-direction: column;
  justify-content: center;
  backdrop-filter: blur(10px);
}
.agentic-v2 .home-ai-monitor-grid i {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 17px;
  left: 12px;
  border-radius: 50%;
  background: #66e2b3;
  box-shadow: 0 0 0 3px rgba(102, 226, 179, 0.12);
}
.agentic-v2 .home-ai-monitor-grid strong {
  font-size: 10.5px;
  line-height: 1.25;
  color: #fff;
}
.agentic-v2 .home-ai-monitor-grid small {
  margin-top: 5px;
  font-size: 9px;
  line-height: 1.35;
  color: rgba(220, 235, 255, 0.72);
}
.agentic-v2 .home-ai-summary {
  margin-top: 10px;
  min-height: 42px;
  font-size: 8.5px;
}
@media (max-width: 900px) {
  .agentic-v2 .home-product-card--universal .home-product-heading, .agentic-v2 .home-product-card--ai .home-product-heading {
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .agentic-v2 .home-product-heading, .agentic-v2 .home-product-card--api .home-product-heading {
    padding: 22px 20px 20px;
  }
  .agentic-v2 .home-product-card h3 {
    font-size: 29px;
  }
  .agentic-v2 .home-product-copy p {
    font-size: 15.5px;
  }
  .agentic-v2 .home-platform-workspace {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
    min-height: 0;
  }
  .agentic-v2 .home-universal-result dl > div {
    grid-template-columns: 74px minmax(0, 1fr);
  }
  .agentic-v2 .home-universal-result em {
    display: none;
  }
  .agentic-v2 .home-universal-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentic-v2 .home-ai-engines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentic-v2 .home-ai-monitor-grid {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: "Landing Serif";
  src: url("/fonts/hedvig-letters-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --font-sans: "Figtree", Arial, sans-serif;
  --font-display: "Landing Serif", Georgia, serif;
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
  --r-sm: 8px;
  --r-md: 12px;
  --r-pill: 999px;
}
.agentic-v2 h1 {
  font-family: var(--font-display);
}
.agentic-v2 h2 {
  font-family: var(--font-display);
}
.agentic-v2 h3, .agentic-v2 h4 {
  font-family: "Figtree", sans-serif;
}
.agentic-v2 {
  min-height: 100vh;
  color: #0b1526;
  background: #fff;
  font-family: "Figtree", Arial, sans-serif;
}
.agentic-landing.agentic-v2 {
  overflow: clip;
  font-family: "Figtree", Arial, sans-serif;
  --home-ink: var(--mkt-ink);
  --home-muted: var(--mkt-muted);
  --home-line: var(--mkt-line);
  --home-soft: var(--mkt-surface);
  --home-blue: var(--mkt-primary);
  --home-blue-deep: var(--mkt-primary-deep);
  --home-night: var(--mkt-night);
}
.agentic-v2 a {
  color: inherit;
  text-decoration: none;
}
.home-container {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}
.home-news-strip {
  background: linear-gradient(90deg, #185cff, #0a3fd1);
  font-size: 13px;
}
.home-news-strip-inner {
  min-height: 44px;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}
.home-news-text {
  color: rgba(255, 255, 255, 0.92);
}
.home-news-short {
  display: none;
  color: rgba(255, 255, 255, 0.92);
}
.home-news-text strong, .home-news-short strong {
  color: #fff;
  font-weight: 500;
}
.home-news-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-weight: 500;
}
.home-news-cta .home-link-arrow {
  width: 13px;
  height: 13px;
  transition: transform 180ms ease;
}
.home-news-strip-inner:hover .home-link-arrow {
  transform: translateX(4px);
}
@media (max-width: 900px) {
  .home-news-text {
    display: none;
  }
  .home-news-short {
    display: inline;
  }
}
.home-preview-nav {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid #dbe4f1;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
}
.home-preview-nav nav {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 44px;
  align-items: center;
}
.home-preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #101012;
  font-size: 20px;
  font-weight: 650;
  letter-spacing: -0.035em;
}
.home-preview-brand img {
  display: block;
  width: 42px;
  height: 42px;
  flex: none;
  object-fit: contain;
  object-position: center;
}
.home-preview-links, .home-preview-actions {
  display: flex;
  align-items: center;
}
.home-preview-links {
  justify-content: center;
  gap: 34px;
  color: #0b1526;
  font-size: 15px;
  font-weight: 400;
}
.home-preview-links a:hover {
  color: #185cff;
}
.home-nav-item {
  position: relative;
}
.home-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.home-nav-trigger svg {
  width: 12px;
  height: 12px;
  transition: transform 160ms ease;
}
.home-nav-item:hover .home-nav-trigger, .home-nav-item:focus-within .home-nav-trigger {
  color: #185cff;
}
.home-nav-item:hover .home-nav-trigger svg, .home-nav-item:focus-within .home-nav-trigger svg {
  transform: rotate(180deg);
}
.home-nav-dropdown {
  position: absolute;
  z-index: 60;
  top: calc(100% + 16px);
  left: 50%;
  min-width: 264px;
  padding: 8px;
  border: 1px solid #dbe4f1;
  border-radius: var(--r-md);
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 16px 40px rgba(23, 23, 25, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 6px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}
.home-nav-item:hover .home-nav-dropdown, .home-nav-item:focus-within .home-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.home-nav-item--end .home-nav-dropdown {
  right: 0;
  left: auto;
  transform: translate(0, 6px);
}
.home-nav-item--end:hover .home-nav-dropdown, .home-nav-item--end:focus-within .home-nav-dropdown {
  transform: translate(0, 0);
}
.home-nav-dropdown a {
  padding: 9px 12px;
  border-radius: var(--r-sm);
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #0b1526;
  font-size: 14px;
  text-align: left;
}
.home-nav-dropdown a:hover {
  background: #f5f5f2;
  color: #0b1526;
}
.home-nav-dropdown a strong {
  font-weight: 500;
}
.home-nav-dropdown a small {
  color: #76767c;
  font-size: 12px;
}
.home-nav-heading {
  padding: 10px 12px 4px;
  color: #9a9aa0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-nav-divider {
  height: 1px;
  margin: 6px 10px;
  background: #ececea;
}
.home-preview-actions {
  justify-self: end;
  gap: 24px;
  color: #0b1526;
  font-size: 15px;
  font-weight: 400;
}
.home-preview-cta {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #1d4ed8;
  border-radius: var(--r-sm);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(37, 99, 235, 0.28);
  font-size: 14px;
  font-weight: 650;
}
.home-preview-cta:hover {
  background: linear-gradient(180deg, #4c8ef8, #2e6ceb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 2px 6px rgba(37, 99, 235, 0.28);
}
.home {
  --home-ink: var(--mkt-ink);
  --home-muted: var(--mkt-muted);
  --home-line: var(--mkt-line);
  --home-soft: var(--mkt-surface);
  --home-blue: var(--mkt-primary);
  --home-blue-deep: var(--mkt-primary-deep);
  --home-night: var(--mkt-night);
  color: var(--home-ink);
  background: #fff;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -0.015em;
  line-height: 1.5;
}
.home *, .home *::before, .home *::after {
  box-sizing: border-box;
}
.home h1 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 400;
}
.home h2 {
  margin: 0;
  color: inherit;
  font-family: var(--font-display);
  font-weight: 400;
}
.home h3 {
  margin: 0;
  color: inherit;
  font-family: "Figtree", sans-serif;
  font-weight: 550;
}
.home p {
  margin: 0;
}
.home-section {
  padding: 132px 0;
}
.home-section--soft {
  background: var(--home-soft);
}
.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--home-ink);
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -0.01em;
  line-height: 1;
}
.home-intro {
  margin-bottom: 72px;
}
.home-intro h2 {
  margin-top: 0;
  font-size: clamp(30px, 3.5vw, 44px);
  letter-spacing: -0.03em;
  line-height: 0.98;
  text-wrap: balance;
}
.home-intro > p:last-child:not(.home-kicker), .home-intro-note {
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.55;
}
.home-intro--center {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}
.home-intro--center .home-kicker {
  justify-content: center;
}
.home-intro--center > p:last-child:not(.home-kicker) {
  max-width: 650px;
  margin: 28px auto 0;
}
.home-intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 90px;
  align-items: end;
}
.home-intro--split h2 {
  max-width: 850px;
}
.home-intro-aside {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 4px;
}
.home-intro-aside a {
  display: inline-flex;
  gap: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--home-ink);
  font-weight: 650;
}
.home-intro--compact {
  margin-bottom: 50px;
  align-items: center;
}
.home-intro--compact h2 {
  font-size: clamp(28px, 3.4vw, 40px);
}
.home-intro-note {
  max-width: 390px;
  padding-left: 34px;
  border-left: 1px solid #bdbdb9;
}
.home-intro--side {
  margin: 0;
  align-self: start;
}
.home-intro--side h2 {
  margin-top: 0;
  font-size: clamp(28px, 3.4vw, 40px);
}
.home-intro--side > p:last-child {
  margin-top: 26px;
}
.home-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  padding: 60px 0 96px;
  background: #fff;
}
.home-hero-copy {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.home-hero-wallpaper {
  width: 100%;
  margin: 10px auto 0;
  aspect-ratio: 1308 / 736;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  display: block;
}
.agentic-v2 .home-hero-wallpaper > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56.27%;
  max-width: none;
  height: auto;
  display: block;
  transform: translate(-50%, -50%) rotate(90deg);
  transform-origin: center;
}
.home-hero-demo {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(760px, 72%);
  overflow: hidden;
  border: 1px solid rgba(18, 48, 95, 0.16);
  border-radius: 12px;
  background: #fbfdff;
  color: #172033;
  font-family: var(--font-sans);
  text-align: left;
  transform: translate(-50%, -48%);
  box-shadow: 0 28px 70px rgba(21, 55, 112, 0.22), 0 8px 18px rgba(18, 48, 95, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}
.home-hero-demo-bar {
  min-height: 54px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #dfe6f0;
  background: #fff;
}
.home-hero-demo-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-hero-demo-title > span:last-child {
  min-width: 0;
  display: grid;
  gap: 1px;
}
.home-hero-demo-title strong {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.home-hero-demo-title small {
  color: #6c778b;
  font-size: 10.5px;
}
.home-hero-demo-mark {
  width: 30px;
  height: 30px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: #185cff;
  color: #fff;
  box-shadow: 0 3px 8px rgba(24, 92, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.home-hero-demo-mark svg {
  width: 18px;
  height: 18px;
}
.home-hero-demo-connection {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #506079;
  font-size: 10.5px;
  font-weight: 550;
}
.home-hero-demo-connection > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #16a66a;
  box-shadow: 0 0 0 3px rgba(22, 166, 106, 0.12);
}
.home-hero-demo-tabs {
  min-height: 44px;
  padding: 4px 14px 0;
  display: flex;
  align-items: end;
  gap: 3px;
  border-bottom: 1px solid #dfe6f0;
  background: #f4f7fb;
}
.home-hero-demo-tabs button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6b768a;
  font: inherit;
  font-size: 11px;
  font-weight: 550;
  cursor: pointer;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease;
}
.home-hero-demo-tabs button:hover {
  color: #172033;
  background: rgba(255, 255, 255, 0.72);
}
.home-hero-demo-tabs button.is-active {
  border-bottom-color: #185cff;
  color: #164fcf;
  background: #fff;
}
.home-hero-demo-tabs button:focus-visible, .home-hero-demo-run:focus-visible {
  outline: 2px solid #185cff;
  outline-offset: -2px;
}
.home-hero-demo-prompt {
  min-height: 76px;
  padding: 12px 14px 12px 18px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #dfe6f0;
  background: #fff;
}
.home-hero-demo-prompt > svg {
  width: 21px;
  height: 21px;
  color: #185cff;
}
.home-hero-demo-prompt-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.home-hero-demo-prompt-copy small {
  color: #778297;
  font-size: 9.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-hero-demo-prompt-copy strong {
  overflow: hidden;
  color: #1b2537;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-hero-demo-run {
  min-width: 72px;
  min-height: 44px;
  padding: 0 12px 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #164fcf;
  border-radius: 6px;
  background: #185cff;
  color: #fff;
  font: inherit;
  font-size: 11px;
  font-weight: 650;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(24, 92, 255, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition: background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.home-hero-demo-run:hover {
  background: #124ddb;
  box-shadow: 0 5px 13px rgba(24, 92, 255, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.home-hero-demo-run:active {
  transform: translateY(1px);
}
.home-hero-demo-run svg {
  width: 14px;
  height: 14px;
}
.home-hero-demo-response {
  min-height: 172px;
  display: grid;
  grid-template-columns: 158px minmax(0, 1fr);
  background: #f8fafd;
}
.home-hero-demo-meta {
  padding: 18px;
  border-right: 1px solid #dfe6f0;
  background: #f1f5fa;
}
.home-hero-demo-meta > span {
  display: block;
  color: #7a8699;
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home-hero-demo-meta > strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: #24314a;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
}
.home-hero-demo-meta dl {
  margin: 22px 0 0;
  display: grid;
  gap: 13px;
}
.home-hero-demo-meta dl div {
  display: grid;
  gap: 2px;
}
.home-hero-demo-meta dt {
  color: #8a94a5;
  font-size: 9px;
}
.home-hero-demo-meta dd {
  margin: 0;
  color: #39465d;
  font-size: 10.5px;
  font-weight: 550;
}
.home-hero-demo-results {
  min-width: 0;
  padding: 10px 14px 12px;
  transition: opacity 160ms ease, transform 160ms ease;
}
.home-hero-demo-result-head, .home-hero-demo-result {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 86px;
  gap: 12px;
  align-items: center;
}
.home-hero-demo-result-head {
  min-height: 25px;
  padding: 0 10px;
  color: #8993a5;
  font-size: 8.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.home-hero-demo-result {
  min-height: 41px;
  padding: 0 10px;
  border-top: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.76);
  font-size: 10.5px;
}
.home-hero-demo-result:first-of-type {
  border-radius: 6px 6px 0 0;
}
.home-hero-demo-result:last-child {
  border-radius: 0 0 6px 6px;
}
.home-hero-demo-result strong, .home-hero-demo-result span, .home-hero-demo-result em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-hero-demo-result strong {
  color: #263249;
  font-weight: 650;
}
.home-hero-demo-result span {
  color: #4c5970;
  font-variant-numeric: tabular-nums;
}
.home-hero-demo-result em {
  color: #16734c;
  font-style: normal;
  font-weight: 600;
  text-align: right;
}
.home-hero-demo-status {
  min-height: 36px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #dfe6f0;
  background: #fff;
  color: #778297;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-variant-numeric: tabular-nums;
}
.home-hero-demo-status strong {
  color: #16734c;
  font-weight: 650;
}
.home-hero-demo-status-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: #16a66a;
}
.home-hero-demo-status-spacer {
  flex: 1;
}
.home-hero-demo.is-running .home-hero-demo-results {
  opacity: 0.42;
  transform: translateY(3px);
}
.home-hero-demo.is-running .home-hero-demo-status-dot {
  background: #185cff;
  animation: home-hero-demo-pulse 700ms ease-in-out infinite alternate;
}
.home-hero-demo.is-running .home-hero-demo-status strong {
  color: #164fcf;
}
@keyframes home-hero-demo-pulse {
  to {
    opacity: 0.28;
  }
}
@media (max-width: 980px) {
  .home-hero-demo {
    width: calc(100% - 40px);
  }
}
@media (max-width: 700px) {
  .home-hero-wallpaper {
    min-height: 430px;
    aspect-ratio: 4 / 5;
  }
  .agentic-v2 .home-hero-wallpaper > img {
    width: 125%;
  }
  .home-hero-demo {
    width: calc(100% - 20px);
    transform: translate(-50%, -50%);
  }
  .home-hero-demo-bar {
    min-height: 50px;
    padding-inline: 12px;
  }
  .home-hero-demo-title {
    gap: 8px;
  }
  .home-hero-demo-title small {
    display: none;
  }
  .home-hero-demo-tabs {
    padding-inline: 8px;
  }
  .home-hero-demo-tabs button {
    flex: 1;
    padding-inline: 8px;
  }
  .home-hero-demo-prompt {
    min-height: 82px;
    padding: 10px;
    grid-template-columns: 20px minmax(0, 1fr) auto;
    gap: 8px;
  }
  .home-hero-demo-prompt-copy strong {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.25;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home-hero-demo-run {
    min-width: 58px;
    padding-inline: 10px 8px;
  }
  .home-hero-demo-response {
    grid-template-columns: 1fr;
  }
  .home-hero-demo-meta {
    display: none;
  }
  .home-hero-demo-results {
    padding-inline: 10px;
  }
  .home-hero-demo-result-head, .home-hero-demo-result {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 8px;
  }
  .home-hero-demo-result-head span:last-child, .home-hero-demo-result em {
    display: none;
  }
}
.agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  background-image: url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg");
}
.agentic-v2 .home-platform-workspace {
  background-image: url("/images/agentic/platform-api-auras-landscape.jpeg");
  background-position: center;
  background-size: cover;
}
.agentic-v2 .home-product-card, .agentic-v2 .home-product-card--api, .agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  padding-bottom: 22px;
}
.agentic-v2 .home-product-heading, .agentic-v2 .home-product-card--api .home-product-heading {
  min-height: 0;
  padding: 28px 28px 24px;
}
.agentic-v2 .home-product-card--universal .home-product-heading, .agentic-v2 .home-product-card--ai .home-product-heading {
  min-height: 156px;
  display: block;
}
.agentic-v2 .home-product-copy {
  max-width: 760px;
  display: block;
}
.agentic-v2 .home-product-card h3 {
  margin: 0 0 10px;
  font-size: clamp(29px, 2.5vw, 36px);
  line-height: 1;
}
.agentic-v2 .home-product-copy p {
  max-width: 69ch;
  font-size: 16.5px;
  line-height: 1.52;
  color: #435167;
}
.agentic-v2 .home-product-card--universal .home-product-copy p, .agentic-v2 .home-product-card--ai .home-product-copy p {
  max-width: 45ch;
}
.agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  background-position: center top;
}
.agentic-v2 .home-platform-workspace::before, .agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  background: linear-gradient(135deg, rgba(1, 35, 100, 0.28), rgba(1, 48, 130, 0.38));
}
.agentic-v2 .home-platform-workspace {
  min-height: 314px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}
.agentic-v2 .home-platform-request pre {
  padding: 22px 18px;
}
.agentic-v2 .home-platform-request pre code {
  font-size: 11px;
  line-height: 1.78;
}
.agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  min-height: 604px;
}
.agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  min-height: 400px;
  margin: 0 20px;
  padding: 20px;
}
.agentic-v2 .home-universal-result {
  margin-top: 10px;
}
.agentic-v2 .home-universal-result dl > div {
  min-height: 59px;
  grid-template-columns: 88px minmax(0, 1fr) auto;
}
.agentic-v2 .home-ai-engines {
  margin: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}
.agentic-v2 .home-ai-summary {
  min-height: 42px;
  margin-top: 10px;
  font-size: 8.5px;
}
@media (max-width: 900px) {
  .agentic-v2 .home-product-card--universal .home-product-heading, .agentic-v2 .home-product-card--ai .home-product-heading {
    min-height: 0;
  }
}
@media (max-width: 680px) {
  .agentic-v2 .home-product-heading, .agentic-v2 .home-product-card--api .home-product-heading {
    padding: 22px 20px 20px;
  }
  .agentic-v2 .home-product-card h3 {
    font-size: 29px;
  }
  .agentic-v2 .home-product-copy p {
    font-size: 15.5px;
  }
  .agentic-v2 .home-platform-workspace {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
    min-height: 0;
  }
  .agentic-v2 .home-universal-result dl > div {
    grid-template-columns: 74px minmax(0, 1fr);
  }
  .agentic-v2 .home-universal-result em {
    display: none;
  }
  .agentic-v2 .home-ai-engines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.agentic-v2 .home-products {
  background: #fff;
}
.agentic-v2 .home-products .home-intro {
  max-width: 760px;
}
.agentic-v2 .home-products .home-intro p {
  max-width: 650px;
}
.agentic-v2 .home-product-grid {
  width: min(100%, 1120px);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.agentic-v2 .home-product-card, .agentic-v2 .home-product-card--api, .agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  --product-accent: #185cff;
  min-width: 0;
  min-height: 0;
  padding: 0 0 24px;
  overflow: hidden;
  border: 1px solid #dbe4f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 18px 42px -36px rgba(11, 43, 102, 0.52);
  color: #101827;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.agentic-v2 .home-product-card::before {
  display: none;
}
.agentic-v2 .home-product-card--api {
  grid-column: 1 / -1;
}
.agentic-v2 .home-product-heading {
  min-height: 154px;
  padding: 26px 28px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.agentic-v2 .home-product-card--api .home-product-heading {
  min-height: 132px;
}
.agentic-v2 .home-product-copy {
  max-width: 720px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.agentic-v2 .home-product-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 92, 255, 0.2);
  border-radius: 8px;
  background: #eef4ff;
  box-shadow: none;
  color: #185cff;
}
.agentic-v2 .home-product-icon svg {
  width: 21px;
  height: 21px;
}
.agentic-v2 .home-product-card h3 {
  margin: 1px 0 8px;
  font-family: var(--font-sans);
  font-size: clamp(27px, 2.4vw, 34px);
  font-weight: 690;
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #101827;
}
.agentic-v2 .home-product-copy p {
  max-width: 65ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #4e5b6d;
}
.agentic-v2 .home-product-heading > a {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgba(24, 92, 255, 0.28);
  font-size: 14.5px;
  font-weight: 670;
  color: #124fd5;
}
.agentic-v2 .home-product-heading > a span {
  transition: transform 160ms ease;
}
.agentic-v2 .home-product-heading > a:focus-visible, .agentic-v2 .home-platform-marks > a:focus-visible {
  outline: 2px solid #185cff;
  outline-offset: 3px;
}
.agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-image: url("/images/agentic/blue-feeling-wallpaper.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.agentic-v2 .home-platform-workspace::before, .agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(2, 42, 118, 0.5);
}
.agentic-v2 .home-platform-workspace {
  min-height: 266px;
  margin: 0 24px;
  padding: 28px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 14px;
}
.agentic-v2 .home-platform-request, .agentic-v2 .home-platform-response {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(205, 226, 255, 0.33);
  border-radius: 6px;
  background: rgba(4, 37, 100, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px -23px rgba(0, 19, 61, 0.9);
  backdrop-filter: blur(12px);
}
.agentic-v2 .home-workspace-bar {
  min-height: 39px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(213, 231, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: rgba(225, 238, 255, 0.72);
}
.agentic-v2 .home-workspace-bar > span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.agentic-v2 .home-workspace-bar > span:first-child > i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(197, 218, 255, 0.46);
}
.agentic-v2 .home-workspace-bar b {
  color: #8ff0c6;
}
.agentic-v2 .home-platform-request pre {
  margin: 0;
  padding: 20px 18px;
  overflow: hidden;
  white-space: pre-wrap;
}
.agentic-v2 .home-platform-request pre code {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.75;
  color: #dceaff;
}
.agentic-v2 .home-platform-request pre em {
  font-style: normal;
  color: #8ebaff;
}
.agentic-v2 .home-platform-request pre strong {
  font-weight: 560;
  color: #a8f0d7;
}
.agentic-v2 .home-workspace-status {
  color: rgba(234, 244, 255, 0.84);
}
.agentic-v2 .home-workspace-status > i {
  background: #65e7b1 !important;
  box-shadow: 0 0 0 3px rgba(101, 231, 177, 0.12);
}
.agentic-v2 .home-platform-table {
  padding: 8px 12px 12px;
}
.agentic-v2 .home-platform-row {
  min-height: 45px;
  padding: 0 7px;
  border-bottom: 1px solid rgba(213, 231, 255, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 64px 50px;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(232, 241, 255, 0.82);
}
.agentic-v2 .home-platform-row strong {
  overflow: hidden;
  font-weight: 570;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-row--head {
  min-height: 31px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.035em;
  color: rgba(189, 215, 255, 0.62);
}
.agentic-v2 .home-platform-coverage {
  min-height: 68px;
  padding: 18px 28px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.agentic-v2 .home-platform-coverage > span {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 630;
  color: #667386;
}
.agentic-v2 .home-platform-marks {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.agentic-v2 .home-platform-marks img, .agentic-v2 .home-platform-marks > a {
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}
.agentic-v2 .home-platform-marks > a {
  width: auto;
  min-width: 88px;
  padding-inline: 12px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 680;
  color: #124fd5;
}
.agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  min-height: 590px;
}
.agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  min-height: 330px;
  margin: 0 20px;
  padding: 20px;
  border-radius: 8px;
}
.agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  background: rgba(5, 49, 127, 0.42);
}
.agentic-v2 .home-universal-url, .agentic-v2 .home-ai-query {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid rgba(215, 231, 255, 0.44);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px -20px rgba(2, 28, 78, 0.8);
}
.agentic-v2 .home-universal-url {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
.agentic-v2 .home-universal-url span, .agentic-v2 .home-ai-query span {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #66809f;
}
.agentic-v2 .home-universal-url code {
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 12px;
  color: #172841;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-universal-url b {
  min-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background: #185cff;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  color: #fff;
}
.agentic-v2 .home-universal-fields {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.agentic-v2 .home-universal-fields span, .agentic-v2 .home-ai-usecases span {
  padding: 6px 8px;
  border: 1px solid rgba(216, 232, 255, 0.38);
  border-radius: 4px;
  background: rgba(4, 42, 111, 0.72);
  font-family: var(--font-mono);
  font-size: 9px;
  color: #e7f1ff;
}
.agentic-v2 .home-universal-result {
  overflow: hidden;
  border: 1px solid rgba(215, 231, 255, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}
.agentic-v2 .home-universal-result-head {
  min-height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #e3eaf3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 9px;
  color: #637187;
}
.agentic-v2 .home-universal-result-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #16704f;
}
.agentic-v2 .home-universal-result-head i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35b980;
}
.agentic-v2 .home-universal-result dl {
  margin: 0;
  padding: 4px 12px 8px;
}
.agentic-v2 .home-universal-result dl > div {
  min-height: 52px;
  border-bottom: 1px solid #e8edf4;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
.agentic-v2 .home-universal-result dl > div:last-child {
  border-bottom: 0;
}
.agentic-v2 .home-universal-result dt, .agentic-v2 .home-universal-result dd, .agentic-v2 .home-universal-result em {
  margin: 0;
  font-size: 11px;
}
.agentic-v2 .home-universal-result dt {
  font-family: var(--font-mono);
  color: #5c6c82;
}
.agentic-v2 .home-universal-result dd {
  overflow: hidden;
  font-weight: 620;
  color: #142033;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-universal-result em {
  font-family: var(--font-mono);
  font-size: 9px;
  font-style: normal;
  color: #1b7557;
}
.agentic-v2 .home-ai-query {
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 11px;
}
.agentic-v2 .home-ai-query p {
  margin: 0;
  font-size: 11px;
  line-height: 1.42;
  color: #25354d;
}
.agentic-v2 .home-ai-engines {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.agentic-v2 .home-ai-engines section {
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(215, 231, 255, 0.42);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}
.agentic-v2 .home-ai-engines header {
  min-height: 32px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
}
.agentic-v2 .home-ai-engines header img {
  grid-row: 1 / -1;
  width: 24px;
  height: 24px;
  padding: 3px;
  border: 1px solid #e1e8f2;
  border-radius: 5px;
  object-fit: contain;
}
.agentic-v2 .home-ai-engines header strong {
  font-size: 11px;
  color: #142033;
}
.agentic-v2 .home-ai-engines header span {
  font-family: var(--font-mono);
  font-size: 8px;
  color: #748196;
}
.agentic-v2 .home-ai-engines section p {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.agentic-v2 .home-ai-engines section p b {
  padding: 4px 6px;
  border: 1px solid #e0e7f1;
  border-radius: 4px;
  background: #f7f9fc;
  font-size: 8.5px;
  font-weight: 610;
  color: #39475c;
}
.agentic-v2 .home-ai-summary {
  min-height: 39px;
  margin-top: 10px;
  padding: 0 12px;
  border: 1px solid rgba(215, 231, 255, 0.42);
  border-radius: 6px;
  background: rgba(4, 42, 111, 0.78);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 8.5px;
  color: rgba(226, 238, 255, 0.74);
}
.agentic-v2 .home-ai-summary strong {
  margin-left: auto;
  color: #9fe9d0;
}
.agentic-v2 .home-ai-usecases {
  min-height: 54px;
  padding: 14px 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.agentic-v2 .home-ai-usecases span {
  border-color: #dce5f2;
  background: #f5f8fd;
  color: #42516a;
}
@media (hover: hover) and (pointer: fine) {
  .agentic-v2 .home-product-card:hover {
    border-color: #bfd0e8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 20px 46px -34px rgba(11, 43, 102, 0.6);
  }
  .agentic-v2 .home-product-heading > a:hover span {
    transform: translateX(3px);
  }
}
@media (max-width: 900px) {
  .agentic-v2 .home-product-grid {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-product-card--api {
    grid-column: auto;
  }
  .agentic-v2 .home-platform-workspace {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-platform-request pre {
    padding-block: 16px;
  }
}
@media (max-width: 620px) {
  .agentic-v2 .home-product-grid {
    margin-top: 36px;
    gap: 14px;
  }
  .agentic-v2 .home-product-heading, .agentic-v2 .home-product-card--api .home-product-heading {
    min-height: 0;
    padding: 22px 20px 18px;
    display: block;
  }
  .agentic-v2 .home-product-copy {
    gap: 12px;
  }
  .agentic-v2 .home-product-heading > a {
    margin: 12px 0 0 54px;
  }
  .agentic-v2 .home-product-card h3 {
    font-size: 27px;
  }
  .agentic-v2 .home-product-copy p {
    font-size: 15px;
  }
  .agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
    margin-inline: 12px;
    padding: 12px;
  }
  .agentic-v2 .home-platform-coverage {
    padding: 16px 16px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .agentic-v2 .home-platform-marks {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .agentic-v2 .home-platform-marks img, .agentic-v2 .home-platform-marks > a {
    flex: 0 0 auto;
  }
  .agentic-v2 .home-universal-result dl > div {
    grid-template-columns: 94px minmax(0, 1fr);
  }
  .agentic-v2 .home-universal-result em {
    grid-column: 2;
    margin-top: -10px;
  }
  .agentic-v2 .home-ai-engines {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-ai-summary {
    flex-wrap: wrap;
    padding-block: 9px;
  }
  .agentic-v2 .home-ai-summary strong {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 420px) {
  .home-hero-demo-connection {
    font-size: 0;
  }
  .home-hero-demo-connection > span {
    width: 8px;
    height: 8px;
  }
  .home-hero-demo-status > span:last-child {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero-demo-results, .home-hero-demo-run {
    transition: none;
  }
  .home-hero-demo.is-running .home-hero-demo-status-dot {
    animation: none;
  }
}
.agentic-v2 .home-usecase-tabs-section {
  padding-bottom: 54px;
}
.agentic-v2 .home-product-story-section {
  padding-top: 0;
  padding-bottom: 24px;
}
.agentic-v2 .home-product-story {
  gap: clamp(40px, 4.5vw, 68px);
  padding: 0;
}
.agentic-v2 .home-product-story:first-child {
  padding: 44px 0 38px;
}
.agentic-v2 .home-product-story + .home-product-story {
  padding: 38px 0 54px;
}
.agentic-v2 .home-product-story--visual-first {
  grid-template-columns: minmax(0, 1.62fr) minmax(340px, 1fr);
}
.agentic-v2 .home-product-story--copy-first {
  grid-template-columns: minmax(340px, 1fr) minmax(0, 1.62fr);
}
.agentic-v2 .home-product-story-copy {
  max-width: 420px;
}
.agentic-v2 .home-product-story-copy h2 {
  max-width: none;
  font-size: clamp(36px, 3.15vw, 45px);
  line-height: 1.01;
}
.agentic-v2 .home-product-story-copy h2 > span {
  display: block;
  white-space: nowrap;
}
.agentic-v2 .home-product-story-copy > p {
  margin: 20px 0 23px;
  font-size: 15px;
  line-height: 1.58;
}
.agentic-v2 .home-product-story-copy li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 15px 0;
}
.agentic-v2 .home-product-story-copy li > span {
  padding-top: 1px;
  font-size: 15px;
}
.agentic-v2 .home-product-story-copy li strong {
  font-size: 16px;
}
.agentic-v2 .home-product-story-copy li small {
  font-size: 13px;
}
.agentic-v2 .home-product-story-link:not(.home-button) {
  margin-top: 23px;
}
.agentic-v2 .home-product-story-visual {
  width: 100%;
  height: clamp(430px, 37vw, 480px);
  min-height: 0;
  align-self: center;
  padding: clamp(24px, 2.8vw, 38px);
}
.agentic-v2 .home-web-story-console {
  min-height: 0;
}
.agentic-v2 .home-web-story-workspace {
  min-height: 0;
}
.agentic-v2 .home-web-story-browser {
  min-height: 0;
}
.agentic-v2 .home-ai-api-console {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(6, 34, 91, .78), rgba(4, 24, 69, .7));
  box-shadow: 0 22px 52px rgba(0, 14, 49, .32), inset 0 1px rgba(255, 255, 255, .13);
  -webkit-backdrop-filter: blur(20px) saturate(132%);
  backdrop-filter: blur(20px) saturate(132%);
}
.agentic-v2 .home-ai-api-engines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
}
.agentic-v2 .home-ai-api-engines span {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 34px;
  gap: 8px;
  padding: 0 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #9db3d8;
  font-family: var(--font-mono);
  font-size: 7.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-engines span.is-active {
  border-color: rgba(193, 220, 255, .68);
  background: rgba(237, 246, 255, .94);
  color: #174da9;
  box-shadow: 0 8px 22px rgba(0, 18, 58, .18), inset 0 1px #fff;
}
.agentic-v2 .home-ai-api-engines img {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  padding: 2px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .9);
  object-fit: contain;
}
.agentic-v2 .home-ai-api-flow {
  display: grid;
  grid-template-columns: minmax(0, .92fr) 44px minmax(0, 1.2fr);
  gap: 9px;
  min-height: 0;
  padding: 12px;
}
.agentic-v2 .home-ai-api-request, .agentic-v2 .home-ai-api-response {
  display: grid;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 12px;
  background: rgba(3, 21, 61, .48);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 12px 30px rgba(0, 11, 39, .16);
  -webkit-backdrop-filter: blur(15px) saturate(125%);
  backdrop-filter: blur(15px) saturate(125%);
}
.agentic-v2 .home-ai-api-request {
  grid-template-rows: auto 1fr auto;
  opacity: 0;
  transform: translateX(-10px);
}
.agentic-v2 .home-product-story.is-in .home-ai-api-request {
  animation: home-ai-api-card-in .52s cubic-bezier(.2, .75, .25, 1) .1s forwards;
}
.agentic-v2 .home-ai-api-response {
  grid-template-rows: auto auto 1fr auto;
  opacity: 0;
  transform: translateX(10px);
}
.agentic-v2 .home-product-story.is-in .home-ai-api-response {
  animation: home-ai-api-card-in .58s cubic-bezier(.2, .75, .25, 1) .72s forwards;
}
.agentic-v2 .home-ai-api-request header, .agentic-v2 .home-ai-api-response header, .agentic-v2 .home-ai-api-request footer, .agentic-v2 .home-ai-api-response footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 35px;
  gap: 8px;
  padding: 0 11px;
  border-color: rgba(255, 255, 255, .11);
}
.agentic-v2 .home-ai-api-request header, .agentic-v2 .home-ai-api-response header {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}
.agentic-v2 .home-ai-api-request footer, .agentic-v2 .home-ai-api-response footer {
  border-top: 1px solid rgba(255, 255, 255, .11);
}
.agentic-v2 .home-ai-api-request header span, .agentic-v2 .home-ai-api-response header span {
  color: #72a1f8;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 720;
  letter-spacing: .09em;
}
.agentic-v2 .home-ai-api-request header code, .agentic-v2 .home-ai-api-response header code, .agentic-v2 .home-ai-api-response footer code {
  overflow: hidden;
  color: #c9d9f3;
  font-family: var(--font-mono);
  font-size: 7.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-response header code {
  color: #63e2b2;
}
.agentic-v2 .home-ai-api-request pre {
  display: flex;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 13px;
  overflow: hidden;
  color: #dce8fb;
  font-family: var(--font-mono);
  font-size: 8.2px;
  line-height: 1.7;
  white-space: pre-wrap;
}
.agentic-v2 .home-ai-api-request pre code {
  font: inherit;
}
.agentic-v2 .home-ai-api-request pre b {
  color: #79a7fb;
  font-weight: 600;
}
.agentic-v2 .home-ai-api-request pre em {
  color: #dfe9fb;
  font-style: normal;
}
.agentic-v2 .home-ai-api-request pre i {
  color: #65dfb2;
  font-style: normal;
}
.agentic-v2 .home-ai-api-request footer span, .agentic-v2 .home-ai-api-request footer em, .agentic-v2 .home-ai-api-response footer span {
  color: #8299bf;
  font-family: var(--font-mono);
  font-size: 7px;
  font-style: normal;
}
.agentic-v2 .home-ai-api-request footer span {
  color: #65dfb2;
}
.agentic-v2 .home-ai-api-transit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #82b0ff;
}
.agentic-v2 .home-ai-api-transit > span {
  display: flex;
  gap: 4px;
}
.agentic-v2 .home-ai-api-transit > span i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #58dcff;
  opacity: .25;
  animation: home-ai-api-dot 1.2s ease-in-out infinite;
}
.agentic-v2 .home-ai-api-transit > span i:nth-child(2) {
  animation-delay: .14s;
}
.agentic-v2 .home-ai-api-transit > span i:nth-child(3) {
  animation-delay: .28s;
}
.agentic-v2 .home-ai-api-transit svg {
  width: 34px;
  color: #7faafa;
}
.agentic-v2 .home-ai-api-transit em {
  color: #7891bc;
  font-family: var(--font-mono);
  font-size: 6.5px;
  font-style: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agentic-v2 .home-ai-api-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 10px 4px;
}
.agentic-v2 .home-ai-api-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #9eb3d5;
  font-family: var(--font-mono);
  font-size: 6.8px;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-meta span:first-child {
  color: #6be0b4;
}
.agentic-v2 .home-ai-api-meta span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #59e0ad;
  box-shadow: 0 0 9px rgba(89, 224, 173, .6);
}
.agentic-v2 .home-ai-api-answer {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: 7px;
  min-height: 0;
  padding: 8px 10px;
}
.agentic-v2 #platforms {
  padding-top: 72px;
}
.agentic-v2 .home-ai-api-answer p {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
  opacity: 0;
  transform: translateY(8px);
}
.agentic-v2 .home-product-story.is-in .home-ai-api-answer p {
  animation: home-ai-api-answer-in .46s cubic-bezier(.2, .75, .25, 1) calc(1.04s + var(--answer-order) * 130ms) forwards;
}
.agentic-v2 .home-ai-api-answer strong {
  overflow: hidden;
  color: #f0f6ff;
  font-size: 9px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-answer span {
  overflow: hidden;
  color: #acbfde;
  font-size: 7.8px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-answer a {
  color: #69a2ff;
  font-family: var(--font-mono);
  font-size: 6.6px;
  text-decoration: none;
}
@keyframes home-ai-api-card-in {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-ai-api-answer-in {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-ai-api-dot {
  0%, 100% {
    opacity: .2;
    transform: scale(.75);
  }
  45% {
    opacity: 1;
    transform: scale(1.12);
  }
}
@media (max-width: 1100px) {
  .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 1fr);
  }
  .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(320px, 1fr) minmax(0, 1.45fr);
  }
  .agentic-v2 .home-product-story-visual {
    height: 450px;
    min-height: 0;
  }
  .agentic-v2 .home-ai-api-flow {
    grid-template-columns: minmax(0, .94fr) 30px minmax(0, 1.15fr);
    gap: 6px;
  }
  .agentic-v2 .home-ai-api-transit svg {
    width: 26px;
  }
  .agentic-v2 .home-ai-api-answer p {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .agentic-v2 .home-ai-api-answer a {
    display: none;
  }
}
@media (max-width: 860px) {
  .agentic-v2 .home-usecase-tabs-section {
    padding-bottom: 32px;
  }
  .agentic-v2 .home-product-story, .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-product-story:first-child {
    padding: 38px 0 30px;
  }
  .agentic-v2 .home-product-story + .home-product-story {
    padding: 30px 0 46px;
  }
  .agentic-v2 .home-product-story-visual {
    height: 520px;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  .agentic-v2 .home-product-story-copy h2 {
    font-size: 34px;
  }
  .agentic-v2 .home-product-story-visual {
    height: 720px;
    min-height: 0;
  }
  .agentic-v2 .home-ai-api-console {
    min-height: 0;
  }
  .agentic-v2 .home-ai-api-engines {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-ai-api-engines span:not(.is-active) {
    display: none;
  }
  .agentic-v2 .home-ai-api-flow {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, .86fr) 34px minmax(0, 1.14fr);
    gap: 8px;
  }
  .agentic-v2 .home-ai-api-transit {
    flex-direction: row;
  }
  .agentic-v2 .home-ai-api-transit svg {
    width: 30px;
    transform: rotate(90deg);
  }
  .agentic-v2 .home-ai-api-request pre {
    font-size: 8px;
    line-height: 1.55;
  }
  .agentic-v2 .home-ai-api-answer p {
    grid-template-columns: 72px minmax(0, 1fr);
  }
  .agentic-v2 .home-product-story-visual--web {
    height: 680px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-ai-api-request, .agentic-v2 .home-ai-api-response, .agentic-v2 .home-ai-api-answer p {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .agentic-v2 .home-ai-api-transit > span i {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
.home-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 5px 5px 5px 5px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(6px);
  font-size: 12.5px;
  color: var(--home-ink);
}
.home-hero-badge-pill {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  background: var(--home-blue);
  color: #fff;
}
.home-hero-badge-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-right: 7px;
}
.home-hero-badge-dot {
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 0 3px rgba(24, 92, 255, 0.22);
  animation: home-hero-badge-pulse 2.2s infinite;
}
@keyframes home-hero-badge-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(24, 92, 255, 0.22);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(24, 92, 255, 0.05);
  }
}
.home-hero h1 {
  margin-top: 18px;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.home-hero-switch {
  position: relative;
  display: inline-block;
  color: var(--home-blue);
  text-align: left;
  vertical-align: bottom;
  white-space: nowrap;
}
.home-hero-switch-sizer {
  visibility: hidden;
}
.home-hero-switch-word {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(55%);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.home-hero-switch-word.is-active {
  opacity: 1;
  transform: translateY(0);
}
.home-hero-switch-word.is-leaving {
  opacity: 0;
  transform: translateY(-55%);
}
.home-hero-lede {
  max-width: 800px;
  margin: 20px auto 0 !important;
  color: #0b1526;
  font-size: 19px;
  line-height: 1.5;
  text-wrap: balance;
}
.home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 22px;
}
.home-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  font-size: 12.5px;
  color: var(--home-muted);
  letter-spacing: 0.01em;
}
.home-hero-trust-avatars {
  display: inline-flex;
}
.home-hero-trust-avatars i {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: -6px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.home-hero-trust-avatars i:first-child {
  margin-left: 0;
}
.home-button {
  min-height: 52px;
  padding: 0 24px;
  border-radius: var(--r-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-weight: 650;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.home-button:hover {
  transform: translateY(-2px);
}
.agentic-v2 .home-button--primary {
  gap: 10px;
  border: 1px solid #1d4ed8;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(37, 99, 235, 0.28);
}
.agentic-v2 .home-button--primary:hover {
  background: linear-gradient(180deg, #4c8ef8, #2e6ceb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 2px 6px rgba(37, 99, 235, 0.28);
}
.agentic-v2 .home-button--primary:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
}
.home-button-icon {
  width: 15px;
  height: 15px;
}
.home-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-ink);
  font-weight: 650;
}
.home-link-arrow {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}
.home-text-link:hover .home-link-arrow {
  transform: translateX(5px);
}
.home-usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--home-line);
  border-left: 1px solid var(--home-line);
  border-radius: var(--r-sm);
}
.home-usecase--wide {
  border-radius: var(--r-sm) var(--r-sm) 0 0;
}
.home-usecase:nth-child(2) {
  border-bottom-left-radius: var(--r-sm);
}
.home-usecase:nth-child(4) {
  border-bottom-right-radius: var(--r-sm);
}
.home-usecase {
  position: relative;
  min-height: 320px;
  padding: 32px 30px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  display: flex;
  flex-direction: column;
  transition: opacity .45s ease, transform .45s cubic-bezier(.22,.61,.36,1), border-color .18s ease, box-shadow .18s ease;
}
.home-usecase:hover {
  transform: translateY(-2px);
  border-color: #b9b9b5;
  box-shadow: 0 14px 34px -20px rgba(23, 23, 25, .22);
}
.home-usecase--wide {
  min-height: 300px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 64px;
  align-items: start;
  background: radial-gradient(circle at 94% 0%, rgba(92, 126, 255, .3), transparent 48%), linear-gradient(145deg, #1e1e26, #26262f);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), inset 0 0 0 1px rgba(138, 167, 255, .1), 0 30px 70px -34px rgba(0, 0, 0, .55);
  color: #f4f4f5;
}
.home-usecase--wide:hover {
  border-color: rgba(138, 167, 255, .38);
  background: radial-gradient(circle at 94% 0%, rgba(92, 126, 255, .38), transparent 52%), linear-gradient(145deg, #212129, #292933);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09), inset 0 0 0 1px rgba(138, 167, 255, .18), 0 34px 80px -34px rgba(0, 0, 0, .6);
}
.home-usecase h3 {
  text-wrap: balance;
}
.home-usecase > p:not(.home-card-label), .home-usecase > div > p:not(.home-card-label) {
  color: var(--home-muted);
  text-wrap: pretty;
}
.home-usecase--wide h3 {
  color: #fff;
}
.home-usecase--wide .home-card-number {
  color: #c9c9d2;
}
.home-usecase--wide .home-card-label {
  color: #8aa7ff;
}
.home-usecase--wide > div > p:not(.home-card-label) {
  color: #e8e8ec;
}
.home-wide-copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.home-wide-platforms {
  margin-top: 30px;
}
.home-wide-platforms-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9db6ff;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-wide-platforms-label i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fe0a8;
  box-shadow: 0 0 0 3px rgba(127, 224, 168, .15);
}
.home-wide-platform-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  overflow: hidden;
  mask-image: linear-gradient(90deg, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, #000 88%, transparent);
}
.home-wide-platform-chips span, .home-wide-platform-chips em {
  flex: none;
  padding: 5px 11px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--r-pill);
  color: #ececf0;
  font-size: 12px;
  font-weight: 550;
  white-space: nowrap;
}
.home-wide-platform-chips em {
  border-style: dashed;
  color: #c9c9d2;
  font-style: normal;
}
.home-usecase--wide .home-mini-request {
  align-self: center;
  border: 1px solid rgba(255, 255, 255, .09);
  background: #1b1b22;
}
.home-card-stretch {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}
.home-card-stretch:focus-visible {
  outline: 2px solid #8aa7ff;
  outline-offset: 3px;
}
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
}
.home-usecase-grid .home-usecase {
  opacity: 1;
  transform: none;
}
.home-usecase-grid.is-in .home-usecase:nth-child(2) {
  transition-delay: 70ms;
}
.home-usecase-grid.is-in .home-usecase:nth-child(3) {
  transition-delay: 140ms;
}
.home-usecase-grid.is-in .home-usecase:nth-child(4) {
  transition-delay: 210ms;
}
@media (prefers-reduced-motion: reduce) {
  .reveal, .home-usecase-grid .home-usecase {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .home-usecase:hover {
    transform: none;
  }
  .home-card-scene {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }
  .home-mini-live i, .map-pulse {
    animation: none;
  }
}
.home-card-meta {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.home-card-number {
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
}
.home-card-label {
  margin: 0;
  color: var(--home-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.agentic-landing.agentic-v2 .home-usecase h3 {
  min-height: 2.24em;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 550;
  letter-spacing: -0.022em;
  line-height: 1.12;
}
.agentic-landing.agentic-v2 .home-usecase--wide h3 {
  min-height: 0;
  max-width: 600px;
  font-size: 42px;
  letter-spacing: -0.03em;
  line-height: 1.06;
}
.home-usecase > p:not(.home-card-label), .home-usecase > div > p:not(.home-card-label) {
  margin-top: 16px;
}
.home-card-scene {
  position: relative;
  height: 208px;
  margin-bottom: 22px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-sm);
  background: #f6f6f4;
  overflow: hidden;
  transition: opacity .5s ease .2s, transform .5s cubic-bezier(.22,.61,.36,1) .2s;
}
.home-usecase-grid:not(.is-in) .home-card-scene {
  opacity: 0;
  transform: translateY(10px);
}
.home-card-scene--reference {
  background: #fff;
}
.home-card-scene--reference > :not(.home-outcome-reference) {
  display: none;
}
.home-outcome-reference {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-outcome-reference--market {
  object-position: center 50%;
}
.home-outcome-reference--social {
  object-position: center 50%;
}
.home-outcome-reference--account {
  object-position: center 54%;
}
.home-scene-market {
  position: absolute;
  inset: 0;
  padding: 12px;
  background: radial-gradient(circle at 100% 0%, rgba(94, 130, 235, .12), transparent 32%), linear-gradient(145deg, #fbfbfc, #eff1f4);
}
.home-scene-market::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 19px;
  right: 8px;
  bottom: 17px;
  left: 22px;
  border: 1px solid #e1e4e8;
  border-radius: 8px;
  background: repeating-linear-gradient(0deg, transparent 0 20px, rgba(227,230,235,.65) 20px 21px);
  transform: rotate(1.1deg);
  opacity: .8;
}
.home-market-window {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-right: 10px;
  overflow: visible;
  border: 1px solid #dfe1e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(33, 40, 54, .10), 0 3px 6px rgba(33, 40, 54, .04);
}
.home-market-window::after {
  content: "";
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  pointer-events: none;
}
.home-market-topbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
  height: 31px;
  padding: 0 10px;
  border-bottom: 1px solid #eaebee;
  color: #5e626c;
  font-size: 9px;
  font-weight: 700;
}
.home-market-title {
  color: #24272e;
  font-size: 10px;
  font-weight: 750;
}
.home-market-place {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border: 1px solid #e1e4e9;
  border-radius: 5px;
  background: #fafafa;
  color: #5e636e;
}
.home-market-place i {
  width: 0;
  height: 0;
  border-top: 3px solid #8c9099;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.home-market-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6e7380;
}
.home-market-status b {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #23b581;
  box-shadow: 0 0 0 3px rgba(35, 181, 129, .12);
  animation: home-market-pulse 2.2s ease-in-out infinite;
}
.home-market-tools {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 29px;
  padding: 0 10px;
  border-bottom: 1px solid #eaebee;
  background: #fcfcfc;
}
.home-market-search, .home-market-filter {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 6px;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
  background: #fff;
  color: #91959e;
  font-size: 8.5px;
  font-weight: 600;
}
.home-market-search {
  flex: 1;
  gap: 5px;
}
.home-market-search i {
  width: 6px;
  height: 6px;
  border: 1.3px solid #9599a2;
  border-radius: 50%;
  position: relative;
}
.home-market-search i::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1px;
  right: -3px;
  bottom: -1px;
  background: #9599a2;
  transform: rotate(45deg);
}
.home-market-filter {
  gap: 4px;
  color: #616672;
}
.home-market-filter b {
  color: #9ba0a9;
  font-size: 9px;
}
.home-market-workspace {
  position: relative;
  min-height: 125px;
}
.home-market-results {
  width: 68%;
  overflow: hidden;
  border-right: 1px solid #eaebee;
}
.home-market-columns, .home-market-row {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) 30px 27px;
  align-items: center;
  column-gap: 5px;
  padding: 0 8px;
}
.home-market-columns {
  grid-template-columns: 21px minmax(0, 1fr) 30px;
  height: 20px;
  border-bottom: 1px solid #f0f1f3;
  color: #9a9ea6;
  font-size: 7.5px;
  font-weight: 750;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.home-market-columns span:first-child {
  grid-column: 1 / 3;
}
.home-market-columns span:last-child {
  display: none;
}
.home-market-row {
  position: relative;
  height: 31px;
  border-bottom: 1px solid #f0f1f3;
  color: #30343c;
  transition: background-color 360ms ease, transform 520ms cubic-bezier(.2,.9,.25,1.2), box-shadow 360ms ease;
}
.home-market-row::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: transparent;
  transition: background-color 360ms ease;
}
.home-market-row.is-selected {
  z-index: 1;
  background: #f4f7ff;
  transform: translateX(3px);
  box-shadow: 3px 4px 12px rgba(44, 92, 200, .10);
}
.home-market-row.is-selected::before {
  background: #2f6cf6;
}
.home-market-thumb {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.55);
}
.market-thumb--milk {
  background: linear-gradient(135deg, #dbe8ff 0 42%, #4d7cf0 43%);
}
.market-thumb--water {
  background: linear-gradient(135deg, #d5f5f0 0 42%, #26bfa3 43%);
}
.market-thumb--coffee {
  background: linear-gradient(135deg, #ffedc8 0 42%, #dd8b38 43%);
}
.home-market-row b {
  overflow: hidden;
  color: #343840;
  font-size: 9px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-market-row strong {
  color: #3f444d;
  font-size: 9px;
  font-weight: 750;
  text-align: right;
  font-variant-numeric: tabular-nums;
  transition: color 320ms ease, transform 420ms cubic-bezier(.2,.9,.25,1.2);
}
.home-market-row em {
  display: none;
  color: #f08a2c;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.home-market-row.is-selected strong {
  color: #2363ec;
  transform: translateX(-1px);
}
.home-market-row.is-selected em {
  color: #17a574;
}
.home-market-insight {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: -16px;
  width: 48%;
  min-width: 126px;
  min-height: 112px;
  padding: 10px 9px 8px;
  border: 1px solid #dde1e8;
  border-radius: 8px;
  background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(246,248,252,.98));
  box-shadow: 0 13px 23px rgba(28, 36, 53, .17), 0 2px 4px rgba(28,36,53,.06);
  transform: translateY(2px);
  transition: transform 520ms cubic-bezier(.2,.9,.25,1.2), box-shadow 320ms ease;
}
.home-market-insight::before {
  content: "Price explorer";
  position: absolute;
  top: -7px;
  left: 10px;
  padding: 0 4px;
  background: #fff;
  color: #8d93a0;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.home-market-insight-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 5px;
  color: #777c87;
  font-size: 8px;
  font-weight: 700;
}
.home-market-insight-head b {
  color: #24272e;
  font-size: 10.5px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  transition: transform 420ms cubic-bezier(.2,.9,.25,1.2);
}
.home-market-chart {
  width: 100%;
  height: 49px;
  margin-top: 5px;
  overflow: visible;
}
.home-market-gridline {
  stroke: #e9ebef;
  stroke-width: 1;
}
.home-market-average {
  stroke: #ecad4f;
  stroke-width: 1.5;
  stroke-dasharray: 3 2;
  opacity: .9;
}
.home-market-line {
  stroke: #4e73e6;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: d 650ms ease;
}
.home-market-dot {
  fill: #17a574;
  stroke: #fff;
  stroke-width: 2;
  transition: cx 750ms cubic-bezier(.16,1,.3,1), cy 750ms cubic-bezier(.16,1,.3,1);
}
.home-market-legend {
  display: flex;
  gap: 7px;
  margin-top: -1px;
  color: #8a8f99;
  font-size: 7px;
  font-weight: 650;
}
.home-market-legend span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.home-market-legend i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4e73e6;
}
.home-market-legend span:last-child i {
  background: #ecad4f;
}
.home-market-seller-sheet {
  position: absolute;
  right: 7px;
  bottom: 7px;
  left: 7px;
  display: grid;
  gap: 3px;
  padding: 6px 7px;
  border: 1px solid #e2e4ea;
  border-radius: 6px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 14px rgba(25, 31, 45, .10);
  color: #4d535e;
  font-size: 7.5px;
  font-weight: 650;
}
.home-market-seller-sheet div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-market-seller-sheet div:first-child span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #9169e8;
}
.home-market-seller-sheet div:nth-child(2) span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #22b983;
}
.home-market-seller-sheet b {
  color: #252933;
  font-variant-numeric: tabular-nums;
}
.home-market-seller-sheet em {
  color: #7a808b;
  font-size: 7px;
  font-style: normal;
}
.home-market-scan {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 33%;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47,108,246,.58) 15%, rgba(47,108,246,.58) 65%, transparent);
  opacity: .8;
  pointer-events: none;
  transition: transform 620ms cubic-bezier(.16,1,.3,1);
}
@keyframes home-market-pulse {
  0%,100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.75);
    opacity: .5;
  }
}
.home-scene-volume {
  position: absolute;
  inset: 12px 16px auto;
}
.home-scene-vol-label {
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-scene-vol-rows {
  margin-top: 8px;
  display: grid;
  gap: 5px;
}
.home-scene-vol {
  display: grid;
  grid-template-columns: 20px 1fr 34px;
  align-items: center;
  gap: 9px;
  font-size: 11px;
}
.home-scene-vol b {
  text-align: right;
  color: #6d6d72;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.home-scene-stile {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  color: #fff;
}
.home-scene-stile svg {
  width: 12px;
  height: 12px;
}
.tile-ig {
  background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
}
.tile-x {
  background: #0b1526;
}
.tile-tt {
  background: #0b1526;
  color: #6fd8de;
}
.tile-rd {
  background: #ff4500;
}
.home-scene-track .v-ig {
  background: linear-gradient(90deg, #ee2a7b, #f58529);
}
.home-scene-track .v-x {
  background: #3a3a40;
}
.home-scene-track .v-tt {
  background: #3ec3cf;
}
.home-scene-track .v-rd {
  background: #ff4500;
}
.home-scene-mention.home-scene-mention--float {
  top: 134px;
  left: 16px;
  right: 16px;
}
.home-scene-profile {
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.home-scene-gauge {
  position: relative;
  flex: none;
  width: 50px;
  height: 50px;
}
.home-scene-gauge svg {
  width: 50px;
  height: 50px;
}
.home-scene-gauge b {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--home-ink);
}
.gauge-track {
  fill: none;
  stroke: #ececea;
  stroke-width: 7;
}
.gauge-fill {
  fill: none;
  stroke: #3553c9;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 137.2 163.4;
  transform: rotate(-90deg);
  transform-origin: center;
}
.home-scene-facts {
  display: flex;
  gap: 18px;
}
.home-scene-facts span {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: var(--home-muted);
  font-size: 10.5px;
}
.home-scene-facts b {
  color: var(--home-ink);
  font-size: 15px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.home-scene-mention {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  padding: 13px 15px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-sm);
  background: #fff;
  box-shadow: 0 10px 26px -16px rgba(23, 23, 25, .18);
}
.home-scene-mention-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-scene-avatar {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8aa7ff, #5c7eff);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 650;
}
.home-scene-avatar--alt {
  background: linear-gradient(135deg, #f2b36d, #e8853d);
}
.home-scene-mention-head > div {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.home-scene-mention-head b {
  font-size: 12.5px;
  font-weight: 650;
}
.home-scene-mention-head div span {
  color: var(--home-muted);
  font-size: 10.5px;
}
.home-scene-mention-head em {
  flex: none;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: #e9f7ef;
  color: #1a9e5c;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}
.home-scene-mention > p {
  margin: 9px 0 0;
  color: #55555a;
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-scene-mention-stats {
  margin-top: 9px;
  display: flex;
  gap: 12px;
  color: var(--home-muted);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.home-scene-entity {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 14px;
  padding: 12px 14px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-sm);
  background: #fff;
  box-shadow: 0 10px 26px -16px rgba(23, 23, 25, .18);
}
.home-scene-entity-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-scene-elogo {
  flex: none;
  width: 28px;
  height: 28px;
  border-radius: var(--r-sm);
  background: #0b1526;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 650;
}
.home-scene-entity-head > div {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.home-scene-entity-head b {
  font-size: 12.5px;
  font-weight: 650;
}
.home-scene-entity-head div span {
  color: var(--home-muted);
  font-size: 10.5px;
}
.home-scene-entity-head em {
  flex: none;
  padding: 2px 8px;
  border-radius: var(--r-pill);
  background: #eef2ff;
  color: #3553c9;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
}
.home-scene-coverage {
  margin-top: 11px;
  padding-top: 9px;
  border-top: 1px solid #efefec;
}
.home-scene-coverage-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.home-scene-coverage-head > span {
  color: var(--home-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-scene-legend {
  display: flex;
  gap: 9px;
}
.home-scene-blocks {
  margin-top: 7px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
}
.home-scene-blocks i {
  height: 10px;
  border-radius: 4px;
}
.home-scene-blocks .b-price {
  background: #5c7eff;
}
.home-scene-blocks .b-stock {
  background: #35c172;
}
.home-scene-blocks .b-rating {
  background: #f0b45a;
}
.home-scene-blocks .b-delivery {
  background: #a78bfa;
}
.home-scene-blocks .b-off {
  background: #e9e9e6;
}
.home-scene-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--home-muted);
  font-size: 10.5px;
}
.home-scene-legend i {
  width: 7px;
  height: 7px;
  border-radius: 4px;
}
.home-scene-legend .b-price {
  background: #5c7eff;
}
.home-scene-legend .b-stock {
  background: #35c172;
}
.home-scene-legend .b-rating {
  background: #f0b45a;
}
.home-scene-legend .b-delivery {
  background: #a78bfa;
}
.home-mini-request {
  padding: 28px;
  border-radius: var(--r-md);
  background: var(--home-soft);
}
.home-mini-request-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-mini-request-head > span {
  color: #8a8a8e;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-usecase--wide .home-mini-request-head > span {
  color: #c9c9d2;
}
.home-mini-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7fe0a8 !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-mini-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7fe0a8;
  animation: home-dot-pulse 2.4s ease-in-out infinite;
}
.home-mini-request p {
  margin-top: 15px !important;
  color: var(--home-ink) !important;
  font-size: 18px;
}
.home-usecase--wide .home-mini-request p {
  color: #f4f4f5 !important;
}
.home-map {
  position: relative;
  margin-top: 18px;
  padding: 6px 8px 26px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: var(--r-sm);
  background: radial-gradient(circle at 50% 42%, rgba(82, 113, 190, .14), transparent 67%), #171820;
}
.home-map svg {
  display: block;
  width: 100%;
  height: 300px;
}
.home-map svg.is-fallback {
  display: none;
}
.home-coverage-world {
  overflow: hidden;
}
.coverage-scene {
  transform-origin: 0 0;
}
.coverage-grid line {
  stroke: rgba(166, 184, 230, .10);
  stroke-width: 1;
}
.coverage-country {
  fill: #292b37;
  stroke: rgba(197, 207, 233, .22);
  stroke-width: .8;
  stroke-linejoin: round;
}
.coverage-country.is-active {
  fill: rgba(24, 92, 255, .28);
  stroke: #76a0ff;
  stroke-width: .85;
}
.coverage-node {
  opacity: .16;
  transition: opacity 240ms ease;
}
.coverage-node.is-focus {
  opacity: 1;
}
.coverage-node.is-focus .coverage-node-dot {
  r: 1.4;
}
.coverage-node-ring {
  fill: none;
  stroke: rgba(163, 188, 255, .82);
  stroke-width: .45;
  transform-box: fill-box;
  transform-origin: center;
  animation: coverage-node-ping 2.9s ease-out var(--delay) infinite;
}
.coverage-node:not(.is-focus) .coverage-node-ring {
  animation: none;
  opacity: 0;
}
.coverage-node:not(.is-focus) .coverage-node-dot {
  opacity: .22;
}
.coverage-node-dot {
  fill: #edf3ff;
  stroke: #77a1ff;
  stroke-width: .45;
}
.map-land {
  fill: none;
  stroke: rgba(255, 255, 255, .16);
  stroke-width: 1;
  stroke-linejoin: round;
}
.map-land--hot {
  fill: rgba(36, 93, 255, .55);
  stroke: #aac0ff;
  stroke-width: 1.4;
}
.map-pulse {
  fill: none;
  stroke: rgba(163, 188, 255, .72);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  animation: home-watch-ping 3s ease-out var(--d, 0s) infinite;
}
.map-dot {
  fill: #fff;
}
.map-dot--hub {
  fill: #8aa7ff;
}
.home-map-stat {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 8px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 9px;
  color: #e8e8ec;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .035em;
  line-height: 1.2;
}
.home-map-stat span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.home-map-stat span::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5f8cff;
  box-shadow: 0 0 0 2px rgba(95, 140, 255, .12);
}
.home-map-chip {
  position: absolute;
  transform: translate(-50%, -100%);
  padding: 4px 9px;
  border-radius: var(--r-pill);
  background: rgba(18, 18, 24, .92);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #e8e8ec;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .3s ease, margin-top .3s ease;
  pointer-events: none;
}
.home-map-chip.is-on {
  opacity: 1;
  margin-top: -6px;
}
.home-map-chip i {
  font-style: normal;
  margin-right: 5px;
}
.home-map-chip i.is-down {
  color: #4ade80;
}
.home-map-chip i.is-up {
  color: #fbbf24;
}
.home-map-chip i.is-stock {
  color: #e8e8ec;
}
@keyframes home-watch-ping {
  0% {
    transform: scale(1);
    opacity: .9;
  }
  100% {
    transform: scale(3.2);
    opacity: 0;
  }
}
@keyframes coverage-node-ping {
  0% {
    transform: scale(1);
    opacity: .86;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes home-dot-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .45;
    transform: scale(.75);
  }
}
.home-coverage-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.home-coverage {
  --coverage-accent: #185cff;
  --coverage-glow: rgba(24, 92, 255, .09);
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 278px;
  padding: 30px;
  border: 1px solid #d8d8d4;
  border-radius: var(--r-md);
  background: radial-gradient(circle at 100% 0, var(--coverage-glow), transparent 46%), #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.home-coverage:hover {
  transform: translateY(-3px);
  border-color: #c4c4c0;
  box-shadow: 0 18px 45px rgba(28, 31, 38, .08);
}
.home-coverage > * {
  position: relative;
  z-index: 1;
}
.home-coverage--primary {
  --coverage-accent: #8aa7ff;
  --coverage-glow: rgba(92, 126, 255, .25);
  grid-column: span 7;
  min-height: 356px;
  border-color: #28282d;
  background: radial-gradient(circle at 95% 5%, var(--coverage-glow), transparent 42%), linear-gradient(145deg, #0b1526, #202026);
  color: #fff;
}
.home-coverage--grocery {
  grid-column: span 5;
  min-height: 356px;
}
.home-coverage--social {
  grid-column: span 4;
}
.home-coverage--ads {
  grid-column: span 4;
}
.home-coverage--web {
  grid-column: span 4;
}
.home-coverage--records {
  grid-column: span 7;
  min-height: 390px;
}
.home-coverage--events {
  grid-column: span 5;
  min-height: 390px;
}
.home-coverage-top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.home-coverage-top > span {
  min-width: 31px;
  height: 31px;
  border: 1px solid var(--coverage-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--coverage-accent) 30%, transparent);
  }
  border-radius: var(--r-pill);
  display: inline-grid;
  place-items: center;
  color: var(--coverage-accent);
  background: var(--coverage-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--coverage-accent) 8%, transparent);
  }
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
}
.home-coverage-top strong {
  min-width: 0;
  max-width: 390px;
  font-family: "Figtree", sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.18;
  overflow-wrap: anywhere;
}
.home-coverage > p {
  max-width: 520px;
  margin-top: 22px;
  color: #66666b;
  font-size: 15px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.home-coverage--primary > p {
  color: #b5b5bb;
}
.home-platform-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}
.home-platform-chips span {
  padding: 8px 11px;
  border: 1px solid #d8d8d5;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .72);
  font-size: 11px;
  white-space: nowrap;
}
.home-platform-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: auto;
  padding-top: 22px;
}
.home-platform-logo {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home-platform-logo img {
  display: block;
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.home-platform-logo--mca img {
  width: 34px;
  height: 34px;
}
.home-platform-logo:hover {
  transform: translateY(-1px);
}
.home-coverage--primary .home-platform-logos {
  margin-top: 24px;
  padding-top: 0;
}
.home-coverage--social .home-platform-logos, .home-coverage--ads .home-platform-logos, .home-coverage--web .home-platform-logos {
  margin-top: 12px;
}
.home-coverage--primary > .home-platform-logos, .home-coverage--grocery > .home-platform-logos, .home-coverage--events > .home-platform-logos {
  max-width: 47%;
}
.home-coverage--records > .home-platform-logos {
  width: 38%;
}
.home-platform-logos--grid {
  display: grid;
  grid-template-columns: repeat(4, 34px);
  align-content: start;
  gap: 11px;
}
.home-coverage--primary .home-platform-chips {
  margin-top: 28px;
  padding-top: 0;
}
.home-coverage--primary .home-platform-chips span {
  border-color: #3b3b40;
  background: #232326;
}
.home-coverage-example {
  margin-top: auto;
  padding: 22px;
  border: 1px solid #36363c;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .035);
  color: #dddde1;
  font-size: 16px;
}
.home-coverage-example small {
  display: block;
  margin-bottom: 10px;
  color: #898991;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-platform-visual {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.home-coverage > .home-platform-visual {
  z-index: 0;
}
.home-coverage--primary > :not(.home-platform-visual),.home-coverage--grocery > :not(.home-platform-visual),.home-coverage--events > :not(.home-platform-visual) {
  position: relative;
  z-index: 2;
}
.home-coverage--primary > p,.home-coverage--primary > .home-platform-chips,.home-coverage--primary > .home-coverage-example,.home-coverage--grocery > p,.home-coverage--grocery > .home-platform-chips,.home-coverage--events > p,.home-coverage--events > .home-platform-chips {
  max-width: 47%;
}
.home-coverage--primary .home-coverage-example {
  margin-top: 16px;
  padding: 10px 12px;
  border-color: rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
  font-size: 12px;
}
.home-coverage--primary .home-coverage-example small {
  margin-bottom: 4px;
}
.home-commerce-visual {
  top: 29px;
  right: 24px;
  width: 48%;
  height: 294px;
}
.home-commerce-shell {
  position: absolute;
  top: 0;
  right: 0;
  width: 86%;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background: linear-gradient(145deg,#262b37,#12151d 72%);
  box-shadow: 0 24px 46px rgba(11,17,29,.30),0 4px 10px rgba(11,17,29,.18);
  color: #f5f7fb;
  transform: rotate(2.5deg);
}
.home-v-windowbar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  color: rgba(241,245,251,.55);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .02em;
}
.home-v-windowbar i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
}
.home-v-windowbar span {
  margin-left: 4px;
}
.home-commerce-controls {
  display: flex;
  gap: 6px;
  padding: 12px 1px 9px;
  font-size: 8px;
}
.home-commerce-controls span,.home-commerce-controls b {
  padding: 5px 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 5px;
  color: rgba(246,248,252,.68);
  font-weight: 500;
}
.home-commerce-controls b {
  margin-left: auto;
  border-color: rgba(115,185,255,.36);
  background: rgba(64,141,232,.16);
  color: #dceeff;
}
.home-commerce-controls b i,.home-grocery-order small i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 4px;
  border-radius: 50%;
  background: #5ce5a0;
  box-shadow: 0 0 0 3px rgba(92,229,160,.12);
  vertical-align: 1px;
  animation: home-pulse 2.4s ease-in-out infinite;
}
.home-commerce-table {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 8px;
  background: rgba(255,255,255,.035);
}
.home-commerce-table div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 9px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: 8px;
}
.home-commerce-table div:last-child {
  border-bottom: 0;
}
.home-commerce-table span {
  color: rgba(245,247,251,.72);
}
.home-commerce-table b {
  color: #fff;
  font-size: 8px;
}
.home-commerce-table em {
  color: #70dda1;
  font-style: normal;
}
.home-commerce-table div:first-child em {
  color: #f1a4a4;
}
.home-commerce-scan {
  position: absolute;
  top: 42px;
  right: -14px;
  left: -14px;
  height: 44px;
  border-top: 1px solid rgba(144,204,255,.22);
  background: linear-gradient(180deg,transparent,rgba(100,176,255,.12),transparent);
  animation: home-platform-scan 4.8s ease-in-out infinite;
}
.home-commerce-range {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 59%;
  padding: 13px;
  border: 1px solid rgba(23,31,47,.10);
  border-radius: 12px;
  background: rgba(253,254,255,.92);
  box-shadow: 0 18px 34px rgba(30,39,58,.15);
  backdrop-filter: blur(12px);
  transform: rotate(-2deg);
}
.home-commerce-range div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.home-commerce-range span {
  color: #747d8b;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-commerce-range b {
  color: #1d2634;
  font-size: 13px;
  letter-spacing: -.04em;
}
.home-commerce-range svg {
  display: block;
  width: 100%;
  height: 53px;
  margin: 5px 0 2px;
  overflow: visible;
}
.home-commerce-range path {
  stroke: #e3e7ed;
  stroke-width: 1;
}
.home-commerce-range polyline {
  fill: none;
  stroke: #4e98ef;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-commerce-range circle {
  fill: #4e98ef;
  stroke: #eaf4ff;
  stroke-width: 2;
}
.home-commerce-range small {
  color: #758093;
  font-size: 8px;
}
.home-commerce-range small i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  border-radius: 50%;
  background: #52c98a;
}
.home-grocery-visual {
  right: 17px;
  bottom: 18px;
  width: 59%;
  height: 226px;
}
.home-grocery-map {
  position: absolute;
  inset: 0 0 0 15%;
  overflow: hidden;
  border: 1px solid #e2e7ed;
  border-radius: 16px;
  background: linear-gradient(32deg,transparent 49%,rgba(150,166,184,.20) 50%,transparent 51%) 0 0/38px 38px,linear-gradient(-58deg,transparent 49%,rgba(150,166,184,.15) 50%,transparent 51%) 0 0/52px 52px,#f8fafb;
  box-shadow: inset 0 0 0 8px rgba(255,255,255,.55),0 16px 30px rgba(35,46,62,.09);
}
.home-grocery-route {
  position: absolute;
  display: block;
  height: 2px;
  transform-origin: left center;
  border-radius: 4px;
  background: #75aef1;
  box-shadow: 0 0 0 3px rgba(117,174,241,.12);
}
.home-grocery-route.route-a {
  top: 44%;
  left: 17%;
  width: 61%;
  transform: rotate(20deg);
}
.home-grocery-route.route-b {
  top: 65%;
  left: 31%;
  width: 41%;
  transform: rotate(-34deg);
  background: #51c98b;
  box-shadow: 0 0 0 3px rgba(81,201,139,.12);
}
.home-grocery-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: #397fda;
  box-shadow: 0 3px 8px rgba(34,78,135,.25);
  transform: rotate(-45deg);
}
.home-grocery-pin::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #fff;
}
.home-grocery-pin.pin-a {
  top: 32%;
  left: 18%;
}
.home-grocery-pin.pin-b {
  top: 54%;
  left: 64%;
  background: #4fc88b;
}
.home-grocery-pin.pin-c {
  top: 71%;
  left: 39%;
  background: #f19a58;
}
.home-grocery-order {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 56%;
  padding: 14px;
  border: 1px solid rgba(25,38,57,.10);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 31px rgba(25,39,58,.16);
}
.home-grocery-order > span {
  display: block;
  color: #7d8795;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.home-grocery-order strong {
  display: block;
  padding: 4px 0 5px;
  color: #1b2534;
  font-size: 17px;
  letter-spacing: -.05em;
}
.home-grocery-order small {
  color: #6b7584;
  font-size: 8px;
}
.home-grocery-order small i {
  margin: 0 4px 0 0;
}
.home-grocery-order div {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  margin-top: 12px;
}
.home-grocery-order b {
  flex: 1;
  padding: 5px 1px;
  border: 1px solid #e4e9ee;
  border-radius: 4px;
  color: #737e8c;
  font-size: 8px;
  text-align: center;
}
.home-grocery-order b:nth-child(2) {
  border-color: #98c0f2;
  background: #eef6ff;
  color: #3277cd;
}
.home-coverage--social,.home-coverage--ads,.home-coverage--web {
  min-height: 354px;
  padding-bottom: 145px;
}
.home-coverage--social .home-platform-chips,.home-coverage--ads .home-platform-chips,.home-coverage--web .home-platform-chips {
  margin-top: 14px;
}
.home-social-visual,.home-ads-visual,.home-web-visual {
  right: 18px;
  bottom: 17px;
  left: 18px;
  height: 110px;
}
.home-social-wave {
  position: absolute;
  inset: 0 9px 0 0;
  padding: 12px 13px;
  overflow: hidden;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  background: linear-gradient(145deg,#fbfcfe,#f2f6fb);
  box-shadow: 0 9px 19px rgba(32,49,71,.07);
}
.home-social-wave span {
  display: block;
  color: #798493;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.home-social-wave svg {
  width: 100%;
  height: 63px;
  margin-top: 2px;
  overflow: visible;
}
.home-social-wave path {
  stroke: #e1e7ee;
  stroke-width: 1;
}
.home-social-wave polyline {
  fill: none;
  stroke: #4c90e4;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-social-wave circle {
  fill: #4c90e4;
  stroke: #fff;
  stroke-width: 2px;
}
.home-social-post {
  position: absolute;
  right: 0;
  bottom: -9px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 68%;
  padding: 9px;
  border: 1px solid #e0e5ed;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 10px 20px rgba(28,40,58,.12);
}
.home-social-avatar {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 6px;
  background: #212b3b;
  color: #fff;
  font-size: 9px;
}
.home-social-post div {
  min-width: 0;
}
.home-social-post b {
  display: block;
  overflow: hidden;
  color: #263044;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-social-post small {
  display: block;
  margin-top: 2px;
  color: #838d9c;
  font-size: 7px;
}
.home-social-post em {
  margin-left: auto;
  color: #38a76f;
  font-size: 9px;
  font-style: normal;
}
.home-ads-library {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 68%;
  padding: 11px;
  overflow: hidden;
  border: 1px solid #262d39;
  border-radius: 12px;
  background: linear-gradient(145deg,#242a34,#161b24);
  box-shadow: 0 10px 20px rgba(25,34,48,.19);
}
.home-ads-library-head {
  display: flex;
  justify-content: space-between;
  color: rgba(244,247,251,.66);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.home-ads-library-head b {
  color: #78d9a1;
  font-weight: 500;
}
.home-ad-thumbs {
  display: flex;
  gap: 5px;
  margin-top: 11px;
}
.home-ad-thumbs i {
  display: block;
  width: 31%;
  height: 42px;
  border-radius: 5px;
  background: linear-gradient(145deg,#707cb0,#35405f 47%,#d89a6d 48%,#e5b785);
}
.home-ad-thumbs i:nth-child(2) {
  background: linear-gradient(145deg,#d88769,#65415a 45%,#e5c95c 46%,#b49938);
}
.home-ad-thumbs i:nth-child(3) {
  background: linear-gradient(145deg,#5a9ca8,#2e556c 44%,#d4dde1 45%,#f4f5f1);
}
.home-ad-lines {
  margin-top: 10px;
}
.home-ad-lines i {
  display: block;
  width: 92%;
  height: 4px;
  margin-top: 5px;
  border-radius: 4px;
  background: rgba(255,255,255,.16);
}
.home-ad-lines i:last-child {
  width: 61%;
}
.home-ad-insight {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 46%;
  padding: 11px;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 11px 24px rgba(24,35,52,.15);
}
.home-ad-insight span {
  display: block;
  color: #7b8595;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.home-ad-insight strong {
  display: block;
  padding-top: 3px;
  color: #273144;
  font-size: 18px;
  letter-spacing: -.05em;
}
.home-ad-insight svg {
  display: block;
  width: 100%;
  height: 29px;
  margin-top: -2px;
}
.home-ad-insight polyline {
  fill: none;
  stroke: #598fe0;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-web-search {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #e1e6ec;
  border-radius: 8px;
  background: #fff;
  color: #7d8795;
  box-shadow: 0 5px 13px rgba(30,43,62,.07);
  font-size: 8px;
}
.home-web-search i {
  width: 9px;
  height: 9px;
  margin-left: auto;
  border: 1.5px solid #7d8795;
  border-radius: 50%;
}
.home-web-search i::after {
  content: '';
  display: block;
  width: 4px;
  height: 1.5px;
  margin: 7px 0 0 6px;
  background: #7d8795;
  transform: rotate(45deg);
}
.home-web-results {
  position: absolute;
  top: 39px;
  left: 0;
  width: 47%;
}
.home-web-results div {
  position: relative;
  height: 15px;
  margin-bottom: 6px;
  padding-left: 20px;
}
.home-web-results b {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(135deg,#f3a25f,#e4d7a0);
}
.home-web-results span,.home-web-results i {
  display: block;
  height: 4px;
  border-radius: 4px;
  background: #dce3ec;
}
.home-web-results span {
  width: 88%;
}
.home-web-results i {
  width: 61%;
  margin-top: 4px;
  background: #ecf0f4;
}
.home-web-results div:nth-child(2) b {
  background: linear-gradient(135deg,#55b5aa,#99d2c8);
}
.home-web-results div:nth-child(3) b {
  background: linear-gradient(135deg,#7995d8,#b9c5eb);
}
.home-web-map {
  position: absolute;
  top: 39px;
  right: 0;
  bottom: 0;
  width: 47%;
  overflow: hidden;
  border: 1px solid #e3e8ed;
  border-radius: 8px;
  background: linear-gradient(45deg,#f4f5f2 25%,transparent 25%) 0 0/22px 22px,linear-gradient(-45deg,#f4f5f2 25%,transparent 25%) 0 0/22px 22px,#fbfaf5;
}
.home-web-map .map-road {
  position: absolute;
  display: block;
  height: 2px;
  border-radius: 4px;
  background: #c6cfd9;
}
.home-web-map .road-1 {
  top: 46%;
  left: -8%;
  width: 120%;
  transform: rotate(-24deg);
}
.home-web-map .road-2 {
  top: 50%;
  left: -9%;
  width: 118%;
  transform: rotate(38deg);
}
.home-web-map .map-place {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #3f87dc;
  box-shadow: 0 2px 5px rgba(37,82,137,.24);
}
.home-web-map .place-1 {
  top: 24%;
  left: 31%;
}
.home-web-map .place-2 {
  top: 56%;
  left: 65%;
  background: #ef9361;
}
.home-web-map .place-3 {
  top: 69%;
  left: 38%;
  background: #59b880;
}
.home-events-visual {
  right: 23px;
  bottom: 24px;
  width: 50%;
  height: 242px;
  overflow: hidden;
  border: 1px solid #252c38;
  border-radius: 15px;
  background: radial-gradient(circle at 78% 18%,rgba(78,128,195,.24),transparent 31%),linear-gradient(145deg,#222833,#141922);
  box-shadow: 0 21px 40px rgba(24,32,46,.22);
  transform: rotate(1.5deg);
}
.home-events-header {
  display: flex;
  justify-content: space-between;
  padding: 15px 17px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  color: rgba(243,246,251,.65);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.home-events-header b {
  color: #a7cfff;
  font-weight: 500;
}
.home-seat-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 12px 14px;
  width: 56%;
  margin: 27px 0 0 15%;
}
.home-seat-grid i {
  display: block;
  width: 14px;
  height: 12px;
  border: 1px solid rgba(211,224,241,.36);
  border-radius: 4px 4px 2px 2px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 -3px rgba(255,255,255,.04);
}
.home-seat-grid i:nth-child(3n+1),.home-seat-grid i:nth-child(8),.home-seat-grid i:nth-child(16) {
  border-color: #78aeef;
  background: rgba(91,151,224,.45);
  box-shadow: 0 0 0 3px rgba(104,167,242,.09);
}
.home-seat-grid i:nth-child(12),.home-seat-grid i:nth-child(18) {
  opacity: .25;
}
.home-events-ticket {
  position: absolute;
  right: 11px;
  bottom: 12px;
  width: 54%;
  padding: 12px 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: linear-gradient(135deg,rgba(255,255,255,.17),rgba(255,255,255,.08));
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
  backdrop-filter: blur(10px);
}
.home-events-ticket span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(246,248,252,.69);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.home-events-ticket strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -.04em;
}
.home-events-ticket > i {
  position: absolute;
  top: -20px;
  right: -12px;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(136,191,255,.38);
  border-radius: 50%;
}
.home-commerce-range {
  animation: home-range-drift 7s ease-in-out infinite;
}
.home-grocery-order {
  animation: home-order-drift 6.5s ease-in-out infinite;
}
.home-social-post {
  animation: home-pop-drift 7.4s ease-in-out infinite;
}
.home-ad-insight {
  animation: home-pop-drift 6.8s 1.3s ease-in-out infinite;
}
.home-events-ticket {
  animation: home-ticket-drift 7.2s ease-in-out infinite;
}
.home-seat-grid i:nth-child(3n+1),.home-seat-grid i:nth-child(8),.home-seat-grid i:nth-child(16) {
  animation: home-seat-glow 3.4s ease-in-out infinite;
}
@keyframes home-platform-scan {
  0%,18% {
    transform: translateY(-18px);
    opacity: 0;
  }
  30%,65% {
    opacity: 1;
  }
  82%,100% {
    transform: translateY(135px);
    opacity: 0;
  }
}
@keyframes home-pulse {
  0%,100% {
    opacity: .55;
    box-shadow: 0 0 0 3px rgba(92,229,160,.10);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 0 6px rgba(92,229,160,0);
  }
}
@keyframes home-range-drift {
  0%,100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-4px) rotate(-1.45deg);
  }
}
@keyframes home-order-drift {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes home-pop-drift {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes home-ticket-drift {
  0%,100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-4px) rotate(-.45deg);
  }
}
@keyframes home-seat-glow {
  0%,100% {
    box-shadow: 0 0 0 3px rgba(104,167,242,.09);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(104,167,242,0);
  }
}
@media (max-width: 640px) {
  .home-coverage--primary > p,.home-coverage--primary > .home-platform-chips,.home-coverage--primary > .home-coverage-example,.home-coverage--grocery > p,.home-coverage--grocery > .home-platform-chips,.home-coverage--events > p,.home-coverage--events > .home-platform-chips {
    max-width: 100%;
  }
  .home-coverage--primary,.home-coverage--grocery,.home-coverage--events {
    padding-bottom: 234px;
  }
  .home-commerce-visual {
    top: auto;
    right: 5px;
    bottom: 10px;
    width: 88%;
    transform: scale(.8);
    transform-origin: bottom right;
  }
  .home-grocery-visual {
    right: 5px;
    bottom: 6px;
    width: 86%;
    transform: scale(.82);
    transform-origin: bottom right;
  }
  .home-events-visual {
    right: 7px;
    bottom: 8px;
    width: 87%;
    height: 215px;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-commerce-scan,.home-commerce-controls b i,.home-grocery-order small i,.home-commerce-range,.home-grocery-order,.home-social-post,.home-ad-insight,.home-events-ticket,.home-seat-grid i {
    animation: none;
  }
}
.home-coverage--records > p, .home-coverage--records > .home-platform-chips {
  width: 38%;
}
.home-coverage--records .home-coverage-top strong {
  max-width: 310px;
}
.home-records-visual {
  position: absolute;
  right: 26px;
  bottom: 26px;
  width: 56%;
  min-width: 390px;
  height: 244px;
  border: 1px solid rgba(48, 53, 62, .11);
  border-radius: var(--r-md);
  background: radial-gradient(circle at 70% 18%, rgba(255, 255, 255, .95), transparent 43%), linear-gradient(145deg, #f5f6f5, #eef1f4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 25px 50px -28px rgba(24, 29, 40, .32);
  overflow: hidden;
  perspective: 900px;
}
.home-records-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(38, 49, 65, .026) 1px, transparent 1px), linear-gradient(90deg, rgba(38, 49, 65, .026) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000);
}
.home-records-stage {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}
.home-records-document {
  position: absolute;
  z-index: 1;
  top: 42px;
  left: 26%;
  width: 47%;
  height: 166px;
  padding: 15px 16px;
  border: 1px solid #e9e3cf;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, rgba(255,255,255,.68), transparent 48%), #fffdf4;
  box-shadow: 0 16px 30px -20px rgba(64, 55, 32, .36);
  transform: rotate(-1.4deg) translateZ(5px);
}
.home-records-document-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-records-document-head > span {
  width: 25px;
  height: 25px;
  border-radius: var(--r-sm);
  background: #185cff;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .08em;
}
.home-records-document-head em {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #7c806f;
  font-size: 6px;
  font-style: normal;
  font-weight: 650;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-records-document-head em i, .home-records-card-label em i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3dca83;
  box-shadow: 0 0 0 3px rgba(61, 202, 131, .12);
  animation: home-records-dot 2.4s ease-in-out infinite;
}
.home-records-document > strong {
  display: block;
  margin-top: 12px;
  color: #4f5147;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.home-records-document-lines {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}
.home-records-document-lines i {
  width: 100%;
  height: 5px;
  border-radius: var(--r-pill);
  background: #ece9d7;
}
.home-records-document-lines i:nth-child(2) {
  width: 82%;
}
.home-records-document-lines i:nth-child(3) {
  width: 92%;
}
.home-records-document-lines i:nth-child(4) {
  width: 68%;
}
.home-records-document-lines i:nth-child(5) {
  width: 78%;
}
.home-records-document-foot {
  position: absolute;
  right: 14px;
  bottom: 11px;
  left: 14px;
  display: flex;
  gap: 4px;
}
.home-records-document-foot span {
  padding: 3px 5px;
  border-radius: var(--r-pill);
  background: rgba(120, 118, 97, .08);
  color: #8c8a7c;
  font-size: 5.5px;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.home-records-float {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-sm);
  background: radial-gradient(circle at 80% 0, rgba(95, 113, 162, .18), transparent 38%), linear-gradient(145deg, #202027, #111116);
  color: #fff;
  box-shadow: 0 22px 28px -14px rgba(17, 18, 25, .55), inset 0 1px 0 rgba(255,255,255,.05);
  transform-style: preserve-3d;
  overflow: hidden;
}
.home-records-float::after {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -70%;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.11), transparent);
  transform: skewX(-18deg);
  animation: home-records-sheen 7.5s ease-in-out infinite;
  pointer-events: none;
}
.home-records-card-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #9c9ca7;
  font-size: 6.5px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.home-records-card-label span, .home-records-card-label em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font: inherit;
}
.home-records-card-label > span > i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #7fe0a8;
  box-shadow: 0 0 7px rgba(127, 224, 168, .7);
}
.home-records-trend-card {
  position: absolute;
  z-index: 3;
  left: 7%;
  bottom: 29px;
  width: 31%;
  height: 105px;
  padding: 11px 11px 8px;
  transform: rotate(-9deg) translateZ(30px);
  animation: home-records-float-trend 6.6s ease-in-out infinite;
}
.home-records-trend-card svg {
  display: block;
  width: 100%;
  height: 70px;
  margin-top: 3px;
  overflow: visible;
}
.home-records-chart-area {
  fill: url(#home-records-area);
}
.home-records-chart-line {
  fill: none;
  stroke: url(#home-records-line);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 170;
  stroke-dashoffset: 170;
  animation: home-records-draw 5.4s cubic-bezier(.6, 0, .25, 1) infinite;
}
.home-records-chart-dot {
  fill: #fff;
  stroke: #8eaaff;
  stroke-width: 2;
  filter: drop-shadow(0 0 4px rgba(157, 182, 255, .85));
  animation: home-records-dot 2.4s ease-in-out infinite;
}
.home-records-verify-card {
  position: absolute;
  z-index: 4;
  top: 19px;
  right: 11%;
  width: 27%;
  height: 94px;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(8deg) translateZ(45px);
  animation: home-records-float-verify 7.2s ease-in-out infinite;
}
.home-records-verify-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(138, 167, 255, .12);
  display: grid;
  place-items: center;
  color: #8aa7ff;
  box-shadow: 0 0 0 1px rgba(138, 167, 255, .15), 0 0 18px rgba(138, 167, 255, .13);
}
.home-records-verify-icon svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}
.home-records-verify-card strong {
  margin-top: 7px;
  color: #9db6ff;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: -.01em;
}
.home-records-verify-card small {
  margin-top: 3px;
  color: #8f8f99;
  font-size: 5.8px;
  letter-spacing: .04em;
  white-space: nowrap;
}
.home-records-roles-card {
  position: absolute;
  z-index: 5;
  right: 4%;
  bottom: 15px;
  width: 43%;
  height: 106px;
  padding: 11px 12px 9px;
  transform: rotate(7deg) translateZ(55px);
  animation: home-records-float-roles 7.8s ease-in-out infinite;
}
.home-records-role-bars {
  height: 73px;
  padding-top: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 5px;
}
.home-records-role-bars span {
  height: 100%;
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.home-records-role-bars i {
  width: 72%;
  height: 76%;
  max-width: 15px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(#7096ff, #527bf1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22);
  transform-origin: bottom;
  animation: home-records-bar-rise 5.6s cubic-bezier(.3,.8,.25,1) infinite;
}
.home-records-role-bars span:nth-child(2) i {
  height: 58%;
  background: linear-gradient(#91adff, #6d8fe8);
  animation-delay: -.35s;
}
.home-records-role-bars span:nth-child(3) i {
  height: 86%;
  background: linear-gradient(#dfe7ff, #adbee8);
  animation-delay: -.7s;
}
.home-records-role-bars span:nth-child(4) i {
  height: 48%;
  background: linear-gradient(#5c7eff, #3553c9);
  animation-delay: -1.05s;
}
.home-records-role-bars span:nth-child(5) i {
  height: 67%;
  background: linear-gradient(#b9c6e8, #91adff);
  animation-delay: -1.4s;
}
.home-records-role-bars small {
  margin-top: 5px;
  color: #747580;
  font-size: 5px;
  letter-spacing: .02em;
}
@keyframes home-records-float-trend {
  0%, 100% {
    transform: translate3d(0, 0, 30px) rotate(-9deg);
  }
  50% {
    transform: translate3d(2px, -6px, 38px) rotate(-7.5deg);
  }
}
@keyframes home-records-float-verify {
  0%, 100% {
    transform: translate3d(0, 0, 45px) rotate(8deg);
  }
  50% {
    transform: translate3d(-2px, -7px, 52px) rotate(6.5deg);
  }
}
@keyframes home-records-float-roles {
  0%, 100% {
    transform: translate3d(0, 0, 55px) rotate(7deg);
  }
  50% {
    transform: translate3d(-3px, -5px, 62px) rotate(5.8deg);
  }
}
@keyframes home-records-draw {
  0%, 10% {
    stroke-dashoffset: 170;
    opacity: .35;
  }
  45%, 92% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: .35;
  }
}
@keyframes home-records-bar-rise {
  0%, 12% {
    transform: scaleY(.2);
    opacity: .35;
  }
  40%, 88% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(.2);
    opacity: .35;
  }
}
@keyframes home-records-dot {
  0%, 100% {
    transform: scale(.85);
    opacity: .65;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes home-records-sheen {
  0%, 55% {
    left: -70%;
    opacity: 0;
  }
  64% {
    opacity: .8;
  }
  82%, 100% {
    left: 130%;
    opacity: 0;
  }
}
.home-logos {
  padding-bottom: 48px;
}
#outcomes {
  padding-top: 56px;
}
.home-logos .home-intro {
  margin-bottom: 0;
}
.home-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 22px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-sm);
  background: #fff;
  overflow: hidden;
}
.home-logo-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  border-right: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  transition: background 0.2s;
}
.home-logo-cell:nth-child(5n) {
  border-right: none;
}
.home-logo-cell:nth-last-child(-n+5) {
  border-bottom: none;
}
.home-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--home-ink);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.home-logo-mark svg {
  width: 22px;
  height: 22px;
}
.home-logo-img {
  display: block;
  height: 32px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}
.home-logo-img--cosmos {
  height: 20px;
  max-width: 150px;
}
.home-logo-img--solstice {
  height: 84px;
}
.home-logo-img--hcompany {
  height: 34px;
}
.home-logo-img--toca {
  height: 36px;
}
.home-logo-img--ultraviolet {
  height: 24px;
}
.home-logo-img--harmonic {
  height: 26px;
}
.home-logo-img--happypal {
  height: 35px;
}
.home-logo-img--altlabs {
  height: 33px;
}
.home-logo-img--mariner {
  height: 44px;
}
.home-logo-pill {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 9px;
  border: 1px solid var(--home-line);
  border-radius: var(--r-pill);
  background: #fff;
  color: var(--home-ink);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-logo-pill::after {
  content: "↗";
  margin-left: 5px;
  opacity: 0.85;
}
.home-how {
  background: var(--home-night);
  color: #fff;
}
.home-intro--dark h2 {
  color: #fff;
}
.home-intro--dark > p:last-child {
  color: #a7a7ad;
}
.home-methods {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
}
.home-methods-intro {
  padding-top: 8px;
}
.home-methods-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #6e8fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-methods-kicker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4e78ff;
}
.home-methods-intro h2 {
  max-width: 480px;
  margin-top: 26px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 58px);
  font-weight: 550;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}
.home-methods-intro p {
  max-width: 430px;
  margin-top: 26px;
  color: #a7a7ad;
  font-size: 17px;
  line-height: 1.55;
}
.home-method-explorer {
  min-width: 0;
}
.home-method-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.home-method-tab {
  min-width: 0;
  min-height: 112px;
  padding: 20px 21px;
  border: 1px solid #39393f;
  border-radius: var(--r-sm);
  background: #1d1d20;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color .25s ease, background-color .25s ease, transform .25s ease;
}
.home-method-tab:hover {
  border-color: #606068;
  transform: translateY(-2px);
}
.home-method-tab:focus-visible {
  outline: 2px solid #8da7ff;
  outline-offset: 3px;
}
.home-method-tab.is-active {
  border-color: #376bf4;
  background: #245cf5;
}
.home-method-tag {
  color: #929299;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-method-tab.is-active .home-method-tag {
  color: #c9d7ff;
}
.home-method-tab strong {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -.025em;
  line-height: 1.15;
}
.home-method-preview {
  min-width: 0;
  min-height: 368px;
  margin-top: 10px;
  border: 1px solid #39393f;
  border-radius: var(--r-md);
  background: radial-gradient(circle at 92% 0%, rgba(70, 100, 200, .12), transparent 36%), #19191c;
  overflow: hidden;
}
.home-method-panel {
  min-width: 0;
  min-height: 366px;
  padding: 25px;
}
.home-method-panel[hidden] {
  display: none;
}
.home-method-panel.is-active {
  animation: home-method-in .34s ease both;
}
.home-method-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #303035;
}
.home-method-panel-head > div > span {
  color: #7e8fbd;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-method-panel-head h3 {
  margin-top: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: 550;
  letter-spacing: -.03em;
}
.home-method-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #97979e;
  font-size: 10px;
  white-space: nowrap;
}
.home-method-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3cd493;
  box-shadow: 0 0 0 4px rgba(60, 212, 147, .1);
  animation: home-method-pulse 2s ease-in-out infinite;
}
.home-agent-demo {
  padding-top: 19px;
}
.home-agent-message {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
}
.home-agent-message > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #303036;
  display: grid;
  place-items: center;
  color: #b9b9c0;
  font-size: 9px;
  font-weight: 700;
}
.home-agent-message p {
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #37373d;
  border-radius: 8px;
  background: #222226;
  color: #e6e6e8;
  font-size: 12px;
}
.home-agent-tool {
  margin: 12px 0 0 43px;
  border: 1px solid #374578;
  border-radius: 8px;
  background: #1d2540;
  overflow: hidden;
}
.home-agent-tool-head {
  min-height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #34416e;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}
.home-agent-tool-head > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #aebfe9;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-agent-tool-head > span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6f91ff;
  animation: home-tool-scan 1.8s ease-in-out infinite;
}
.home-agent-tool-head code {
  overflow: hidden;
  color: #d6e0ff;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-agent-tool-head > b {
  padding: 3px 7px;
  border-radius: 99px;
  background: rgba(60,212,147,.1);
  color: #61d9a1;
  font-size: 8px;
  font-weight: 700;
}
.home-agent-args {
  padding: 9px 12px;
  display: flex;
  gap: 8px;
}
.home-agent-args span {
  padding: 5px 7px;
  border: 1px solid #34416e;
  border-radius: 5px;
  color: #8496c5;
  font-size: 8px;
}
.home-agent-args b {
  margin-left: 4px;
  color: #d9e2ff;
  font-weight: 600;
}
.home-agent-result {
  padding: 11px 12px;
  border-top: 1px solid #34416e;
  display: grid;
  grid-template-columns: auto auto auto auto 1fr;
  align-items: baseline;
  gap: 5px;
}
.home-agent-result strong {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.home-agent-result > span {
  margin-right: 8px;
  color: #9eacd0;
  font-size: 8px;
}
.home-agent-result em {
  justify-self: end;
  color: #61d9a1;
  font-size: 8px;
  font-style: normal;
}
.home-agent-composer {
  min-height: 34px;
  margin: 12px 0 0 43px;
  padding: 0 8px 0 12px;
  border: 1px solid #38383e;
  border-radius: 8px;
  background: #202024;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f6f76;
  font-size: 9px;
}
.home-agent-composer i {
  width: 23px;
  height: 23px;
  border-radius: 6px;
  background: #2b5ee8;
  display: grid;
  place-items: center;
  color: #fff;
  font-style: normal;
}
.home-api-demo {
  padding-top: 21px;
  display: grid;
  grid-template-columns: 1fr 42px .8fr;
  align-items: stretch;
  min-height: 235px;
}
.home-api-request, .home-api-response {
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #202024;
  overflow: hidden;
}
.home-demo-bar {
  min-height: 35px;
  padding: 0 11px;
  border-bottom: 1px solid #34343a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a8a8af;
  font-size: 9px;
}
.home-demo-bar > span {
  display: flex;
  gap: 4px;
}
.home-demo-bar > span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4a4a51;
}
.home-demo-bar b {
  font-weight: 650;
}
.home-demo-bar em {
  color: #6f91ff;
  font-style: normal;
  font-weight: 700;
}
.home-api-request > code {
  display: block;
  padding: 18px 15px;
  color: #afb5c5;
  font-size: 9px;
  line-height: 1.9;
}
.home-api-request > code b {
  color: #87a3ff;
  font-weight: 500;
}
.home-api-request > code em {
  color: #b9d39a;
  font-style: normal;
}
.home-api-arrow {
  display: grid;
  place-items: center;
  position: relative;
  color: #7898ff;
}
.home-api-arrow i {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #34343a, #6688ef, #34343a);
}
.home-api-arrow span {
  z-index: 1;
  width: 24px;
  height: 24px;
  border: 1px solid #40517f;
  border-radius: 50%;
  background: #1b2133;
  display: grid;
  place-items: center;
  font-size: 12px;
}
.home-api-response-body {
  padding: 16px 13px;
  display: grid;
  gap: 13px;
}
.home-api-response-body > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #888890;
  font-size: 9px;
}
.home-api-response-body b {
  color: #61d9a1;
  font-weight: 650;
}
.home-api-response-body strong {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.home-api-response-body code {
  color: #9fb3f4;
}
.home-pipeline-demo {
  min-height: 235px;
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr 45px .85fr 45px 1.25fr;
  align-items: center;
}
.home-pipeline-source {
  padding: 16px;
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #202024;
}
.home-pipeline-source > span {
  color: #85858d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-pipeline-source > div {
  margin-top: 16px;
  display: flex;
}
.home-pipeline-source > div i {
  width: 28px;
  height: 28px;
  margin-right: -6px;
  border: 2px solid #202024;
  border-radius: 8px;
  background: linear-gradient(145deg, #607de0, #354680);
}
.home-pipeline-source > div i:nth-child(2) {
  background: linear-gradient(145deg, #9f67da, #57387a);
}
.home-pipeline-source > div i:nth-child(3) {
  background: linear-gradient(145deg, #2eab88, #206653);
}
.home-pipeline-source > div i:nth-child(4) {
  background: linear-gradient(145deg, #e39a49, #8a5e30);
}
.home-pipeline-source > b {
  display: block;
  margin-top: 12px;
  color: #d6d6d9;
  font-size: 10px;
  font-weight: 550;
}
.home-pipeline-core {
  min-height: 128px;
  padding: 17px 10px;
  border: 1px solid #4868c3;
  border-radius: 8px;
  background: #2449b2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home-pipeline-core span {
  color: #aec1ff;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.home-pipeline-core strong {
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 550;
}
.home-pipeline-core small {
  margin-top: 8px;
  color: #bfccf5;
  font-size: 8px;
}
.home-pipeline-line {
  position: relative;
  height: 1px;
  background: #3b435f;
  overflow: hidden;
}
.home-pipeline-line i {
  position: absolute;
  top: -1px;
  left: -10px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #7898ff;
  box-shadow: 0 0 9px #7898ff;
  animation: home-pipeline-move 2.2s linear infinite;
}
.home-pipeline-line--out i {
  animation-delay: 1.1s;
}
.home-pipeline-targets {
  display: grid;
  gap: 7px;
}
.home-pipeline-targets > span {
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #202024;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  color: #d2d2d6;
  font-size: 9px;
}
.home-pipeline-targets > span > i {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #6f91ff;
}
.home-pipeline-targets > span > b {
  color: #61d9a1;
  font-size: 8px;
  font-weight: 650;
}
.home-managed-demo {
  min-height: 235px;
  padding-top: 21px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 12px;
}
.home-managed-flow {
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #202024;
  overflow: hidden;
}
.home-managed-flow > span {
  min-height: 49px;
  padding: 0 12px;
  border-bottom: 1px solid #303035;
  display: grid;
  grid-template-columns: 29px 1fr auto;
  align-items: center;
  gap: 9px;
}
.home-managed-flow > span:last-child {
  border-bottom: 0;
}
.home-managed-flow i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: #2b3150;
  display: grid;
  place-items: center;
  color: #8ca6ff;
  font-size: 8px;
  font-style: normal;
}
.home-managed-flow b {
  color: #d7d7da;
  font-size: 10px;
  font-weight: 550;
}
.home-managed-flow em {
  padding: 3px 6px;
  border-radius: 99px;
  background: rgba(60,212,147,.08);
  color: #61d9a1;
  font-size: 7px;
  font-style: normal;
  white-space: nowrap;
}
.home-managed-status {
  padding: 16px;
  border: 1px solid #34343a;
  border-radius: 8px;
  background: #202024;
  display: flex;
  flex-direction: column;
}
.home-managed-status > span {
  color: #85858d;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.home-managed-status > strong {
  margin-top: 11px;
  color: #fff;
  font-size: 24px;
  font-weight: 550;
}
.home-managed-status > div {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4px;
}
.home-managed-status > div i {
  height: 18px;
  border-radius: 4px;
  background: #3ac78c;
  opacity: .45;
}
.home-managed-status > div i:nth-child(3n), .home-managed-status > div i:nth-child(5n) {
  opacity: .9;
}
.home-managed-status > b {
  margin-top: 10px;
  color: #8fccaE;
  font-size: 8px;
  font-weight: 550;
}
.agentic-v2 .home-managed-status > a {
  margin-top: auto;
  color: #7d9cff;
  font-size: 9px;
  font-weight: 650;
  text-decoration: none;
}
.agentic-v2 .home-managed-status > a:hover {
  color: #fff;
}
@keyframes home-method-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-method-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: .45;
    transform: scale(.75);
  }
}
@keyframes home-tool-scan {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(111,145,255,.35);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(111,145,255,0);
  }
}
@keyframes home-pipeline-move {
  from {
    transform: translateX(-12px);
  }
  to {
    transform: translateX(58px);
  }
}
@keyframes home-pipeline-move-mobile {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(25px);
  }
}
.home-steps {
  margin: 70px 0 0;
  padding: 0;
  border-top: 1px solid #dbe4f1;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  list-style: none;
}
.home-steps li {
  padding: 30px 26px 0;
}
.home-steps li + li {
  border-left: 1px solid #dbe4f1;
}
.home-steps li > span {
  color: #6e8fff;
  font-size: 11px;
  letter-spacing: .1em;
}
.home-steps strong {
  display: block;
  margin-top: 16px;
  font-family: "Figtree",sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.home-steps p {
  margin-top: 11px;
  color: #9b9ba2;
  font-size: 14px;
}
.home-delivery-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 54px;
}
.home-delivery-heading h2 {
  max-width: 720px;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance;
}
.home-delivery-heading p {
  max-width: 430px;
  color: var(--home-muted);
  font-size: 18px;
  line-height: 1.55;
}
.home-live-workspace {
  position: relative;
  isolation: isolate;
  min-height: 630px;
  overflow: hidden;
  border: 1px solid #d8e0ec;
  border-radius: 16px;
  background: #edf3fb;
  box-shadow: 0 26px 60px rgba(38, 59, 96, .13);
}
.home-live-workspace > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.018);
}
.home-live-workspace::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, #f7fafe 0%, #f7fafe 9%, rgba(247,250,254,.72) 13%, rgba(247,250,254,0) 21%);
  content: "";
  pointer-events: none;
}
.home-live-workspace-brief {
  position: absolute;
  z-index: 3;
  left: clamp(16px, 2.4vw, 34px);
  bottom: clamp(14px, 2.1vw, 28px);
  width: min(356px, calc(100% - 32px));
  padding: 24px;
  border: 1px solid rgba(205,214,227,.94);
  border-radius: 16px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 22px 40px rgba(45,67,108,.16);
}
.home-live-workspace-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5f6f89;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.home-live-workspace-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #185cff;
  box-shadow: 0 0 0 4px rgba(24,92,255,.12);
}
.home-live-workspace-eyebrow small {
  margin-left: auto;
  color: #9aa7bb;
  font-family: var(--font-mono);
  font-size: 10px;
}
.home-live-workspace-brief h3 {
  margin-top: 14px;
  color: #1e2a3e;
  font-family: "Hedvig", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.home-live-workspace-brief p {
  margin-top: 11px;
  color: #60708b;
  font-size: 13px;
  line-height: 1.52;
}
.home-live-workspace-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.home-live-workspace-tags span {
  padding: 6px 8px;
  border: 1px solid #dde4ef;
  border-radius: var(--r-pill);
  color: #51627d;
  font-size: 11px;
  font-weight: 600;
}
.home-live-workspace-brief a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #185cff;
  font-size: 12px;
  font-weight: 750;
}
.home-live-workspace-brief a span {
  font-size: 16px;
  line-height: 0;
}
.home-live-workspace-pulse {
  position: absolute;
  z-index: 2;
  top: 38%;
  left: 46.7%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%);
}
.home-live-workspace-pulse::before,.home-live-workspace-pulse::after {
  position: absolute;
  border: 1px solid rgba(24,92,255,.45);
  border-radius: 50%;
  content: "";
  animation: home-live-pulse 3.6s cubic-bezier(.16,1,.3,1) infinite;
}
.home-live-workspace-pulse::before {
  inset: -12px;
}
.home-live-workspace-pulse::after {
  inset: -25px;
  animation-delay: .35s;
}
.home-live-workspace-pulse i {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #185cff;
  box-shadow: 0 0 0 6px rgba(255,255,255,.92), 0 0 0 10px rgba(24,92,255,.18);
}
@keyframes home-live-pulse {
  0%,22% {
    transform: scale(.52);
    opacity: 0;
  }
  38% {
    opacity: .7;
  }
  75%,100% {
    transform: scale(1.12);
    opacity: 0;
  }
}
.agentic-v2 .home-complex-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 56px;
}
.agentic-v2 .home-complex-intro h2 {
  max-width: 620px;
}
.agentic-v2 .home-complex-intro > p:last-child {
  max-width: 440px;
  justify-self: end;
  padding-bottom: 6px;
}
.agentic-v2 .home-complex-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--home-line);
}
.agentic-v2 .home-complex-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: start;
  padding: 42px 0;
  border-bottom: 1px solid var(--home-line);
}
.agentic-v2 .home-complex-num {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1.15;
  color: #c8c8c2;
  transition: color 200ms ease;
}
.agentic-v2 .home-complex-row:hover .home-complex-num {
  color: var(--home-blue);
}
.agentic-landing.agentic-v2 .home-complex-main h3 {
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.agentic-v2 .home-complex-main p {
  margin-top: 12px;
  max-width: 54ch;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.6;
}
.agentic-v2 .home-complex-example > span {
  display: block;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--home-muted);
}
.agentic-v2 .home-complex-example p {
  margin-top: 10px;
  color: var(--home-ink);
  font-size: 14.5px;
  line-height: 1.55;
}
@media (min-width: 981px) {
  .agentic-v2 .home-nav-item:focus-within:not(.is-open):not(:hover) > .home-nav-dropdown {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 6px);
  }
  .agentic-v2 .home-nav-item--end:focus-within:not(.is-open):not(:hover) > .home-nav-dropdown {
    transform: translate(0, 6px);
  }
  .agentic-v2 .home-nav-item:focus-within:not(.is-open):not(:hover) > .home-nav-trigger {
    color: inherit;
  }
  .agentic-v2 .home-nav-item:focus-within:not(.is-open):not(:hover) > .home-nav-trigger svg {
    transform: rotate(0);
  }
}
@media (max-width: 980px) {
  .agentic-v2 .home-complex-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 44px;
  }
  .agentic-v2 .home-complex-intro > p:last-child {
    justify-self: start;
    padding-bottom: 0;
  }
  .agentic-v2 .home-complex-row {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 28px;
  }
  .agentic-v2 .home-complex-example {
    grid-column: 2;
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-complex-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 34px 0;
  }
  .agentic-v2 .home-complex-num {
    font-size: 22px;
  }
  .agentic-v2 .home-complex-example {
    grid-column: auto;
    margin-top: 6px;
  }
}
.home-review-avatar-img {
  flex: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: #e8efff;
}
.agentic-v2 .home-voices.home-section--soft {
  background: #fff;
}
.agentic-v2 .home-voices .home-intro {
  margin-bottom: 56px;
}
.home-voices-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #dbe4f1;
  border-block: 1px solid #dbe4f1;
}
.home-voice {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 24px 22px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.home-voice::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: var(--home-blue);
  transform: rotate(45deg);
}
.home-voice:nth-child(-n+4)::before, .home-voice:nth-child(4n+1)::before {
  content: none;
}
.home-voice blockquote {
  margin: 0 0 26px;
  color: #2a2a2e;
  font-size: 16.5px;
  line-height: 1.6;
}
.home-voice figcaption {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-voice .home-review-avatar-img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}
.home-voice-who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-voice-who b {
  color: #0b1526;
  font-size: 13.5px;
  font-weight: 650;
}
.home-voice-who i {
  color: var(--home-muted);
  font-size: 12.5px;
  font-style: normal;
}
.home-voice--cta {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.home-voice--cta strong {
  color: #0b1526;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.01em;
}
.home-voice--cta span {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
}
.agentic-v2 .home-voice--cta em {
  margin-top: 10px;
  color: var(--home-blue);
  font-size: 13.5px;
  font-weight: 650;
  font-style: normal;
}
@media (max-width: 980px) {
  .home-voices-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .home-voices-grid {
    grid-template-columns: 1fr;
  }
}
.agentic-v2 .home-product-story-section {
  padding: 18px 0 124px;
  overflow: hidden;
  background: #fff;
}
.agentic-v2 .home-product-story {
  display: grid;
  align-items: stretch;
  gap: clamp(44px, 5vw, 72px);
  padding: 92px 0;
  border-top: 1px solid #e7eaf1;
}
.agentic-v2 .home-product-story--visual-first {
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
}
.agentic-v2 .home-product-story--copy-first {
  grid-template-columns: minmax(300px, 2fr) minmax(0, 3fr);
}
.agentic-v2 .home-product-story-copy {
  align-self: center;
  max-width: 430px;
}
.agentic-v2 .home-product-story--visual-first .home-product-story-copy {
  justify-self: end;
}
.agentic-v2 .home-product-story-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 20px;
  padding: 0 10px;
  border: 1px solid #b9ccff;
  border-radius: 999px;
  background: #f4f7ff;
  color: #1f5ef2;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}
.agentic-v2 .home-product-story-copy h2 {
  max-width: 11.5ch;
  margin: 0;
  color: #101a33;
  font-family: var(--font-display);
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.042em;
  line-height: .99;
}
.agentic-v2 .home-product-story-copy > p {
  max-width: 40ch;
  margin: 24px 0 30px;
  color: #596176;
  font-size: 16px;
  line-height: 1.66;
}
.agentic-v2 .home-product-story-copy ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dde2ec;
  list-style: none;
}
.agentic-v2 .home-product-story-copy li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid #dde2ec;
}
.agentic-v2 .home-product-story-copy li > span {
  padding-top: 2px;
  color: #2d68f5;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.agentic-v2 .home-product-story-copy li div {
  display: grid;
  gap: 5px;
}
.agentic-v2 .home-product-story-copy li strong {
  color: #18233d;
  font-size: 14px;
  font-weight: 680;
}
.agentic-v2 .home-product-story-copy li small {
  color: #737b8d;
  font-size: 12px;
  line-height: 1.45;
}
.agentic-v2 .home-product-story-link:not(.home-button) {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  margin-top: 28px;
  padding: 0 17px;
  border: 1px solid #b9ccff;
  border-radius: 8px;
  background: #f7f9ff;
  color: #1658ef;
  font-size: 13px;
  font-weight: 680;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.agentic-v2 .home-product-story-link:not(.home-button) span {
  transition: transform .2s ease;
}
.agentic-v2 .home-product-story-link:not(.home-button):hover {
  border-color: #85a7ff;
  background: #eef3ff;
  box-shadow: 0 8px 24px rgba(44, 101, 238, .12);
  transform: translateY(-1px);
}
.agentic-v2 .home-product-story-link:not(.home-button):hover span {
  transform: translateX(3px);
}
.agentic-v2 .home-product-story-link:not(.home-button):focus-visible {
  outline: 3px solid rgba(47, 106, 245, .25);
  outline-offset: 3px;
}
.agentic-v2 .home-product-story-visual {
  position: relative;
  min-height: 590px;
  padding: clamp(28px, 3.8vw, 52px);
  border: 1px solid rgba(111, 171, 255, .52);
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(135deg, rgba(5, 31, 88, .08), rgba(7, 50, 132, .22)), url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg") center / cover no-repeat;
  box-shadow: 0 24px 60px rgba(8, 44, 112, .16);
}
.agentic-v2 .home-product-story-visual::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 19, 59, .12), rgba(4, 24, 67, .38)), radial-gradient(circle at 82% 8%, rgba(113, 207, 255, .28), transparent 34%);
  content: "";
}
.agentic-v2 .home-product-story-visual::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, .56), inset 0 0 0 1px rgba(41, 117, 242, .14);
  content: "";
}
.agentic-v2 .home-product-story-glow {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  right: -110px;
  bottom: -150px;
  border-radius: 50%;
  background: rgba(47, 202, 255, .28);
  filter: blur(54px);
}
.agentic-v2 .home-ai-story-console, .agentic-v2 .home-web-story-console {
  position: relative;
  z-index: 1;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(6, 34, 91, .78), rgba(4, 24, 69, .7));
  box-shadow: 0 22px 52px rgba(0, 14, 49, .32), inset 0 1px rgba(255, 255, 255, .12);
  -webkit-backdrop-filter: blur(18px) saturate(128%);
  backdrop-filter: blur(18px) saturate(128%);
}
.agentic-v2 .home-story-console-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  background: rgba(4, 25, 70, .46);
}
.agentic-v2 .home-story-console-bar span, .agentic-v2 .home-story-console-bar code {
  color: rgba(235, 244, 255, .84);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agentic-v2 .home-story-console-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.agentic-v2 .home-story-console-bar span i, .agentic-v2 .home-ai-story-query em i, .agentic-v2 .home-web-story-output-head span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5cf0b1;
  box-shadow: 0 0 0 4px rgba(92, 240, 177, .11), 0 0 14px rgba(92, 240, 177, .55);
}
.agentic-v2 .home-ai-story-console {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 486px;
}
.agentic-v2 .home-ai-story-query {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .08);
}
.agentic-v2 .home-ai-story-query > span {
  color: #78aaff;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .1em;
}
.agentic-v2 .home-ai-story-query p {
  margin: 0;
  color: #f6f9ff;
  font-size: 13px;
  font-weight: 580;
  line-height: 1.4;
}
.agentic-v2 .home-ai-story-query em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid rgba(112, 171, 255, .28);
  border-radius: 999px;
  color: #afc8f5;
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
  white-space: nowrap;
}
.agentic-v2 .home-ai-story-query em i {
  width: 5px;
  height: 5px;
  animation: home-story-pulse 1.8s ease-in-out infinite;
}
.agentic-v2 .home-ai-story-engines {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 18px;
}
.agentic-v2 .home-ai-story-engines article {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .09);
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
  opacity: 0;
  transform: translateY(10px);
}
.agentic-v2 .home-product-story.is-in .home-ai-story-engines article {
  animation: home-ai-engine-in .5s cubic-bezier(.2, .75, .25, 1) calc(180ms + var(--engine-order) * 100ms) forwards;
}
.agentic-v2 .home-ai-story-engines article::after {
  position: absolute;
  height: 2px;
  right: 10px;
  bottom: 0;
  left: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #57e3ff, #7d8cff);
  transform: scaleX(0);
  transform-origin: left;
  animation: home-ai-engine-scan 8s ease-in-out calc(1.1s + var(--engine-order) * 1.25s) infinite;
  content: "";
}
.agentic-v2 .home-ai-story-engines img {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  object-fit: contain;
}
.agentic-v2 .home-ai-story-engines div {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.agentic-v2 .home-ai-story-engines strong {
  overflow: hidden;
  color: #f3f7ff;
  font-size: 11px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-story-engines span {
  overflow: hidden;
  color: #9eb6df;
  font-family: var(--font-mono);
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-ai-story-engines b {
  position: absolute;
  top: 5px;
  right: 6px;
  color: rgba(184, 208, 249, .48);
  font-family: var(--font-mono);
  font-size: 7px;
  font-weight: 500;
}
.agentic-v2 .home-ai-story-results {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(150px, .86fr);
  gap: 10px;
  min-height: 0;
  padding: 0 18px 18px;
}
.agentic-v2 .home-ai-story-results > section, .agentic-v2 .home-ai-story-results > aside {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(3, 22, 62, .5);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07);
}
.agentic-v2 .home-ai-story-results > section {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 16px;
}
.agentic-v2 .home-ai-story-results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agentic-v2 .home-ai-story-results-head span, .agentic-v2 .home-ai-story-results-head em {
  color: #dbe7fb;
  font-size: 10px;
  font-weight: 680;
  font-style: normal;
}
.agentic-v2 .home-ai-story-results-head em {
  color: #829ac4;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 500;
}
.agentic-v2 .home-ai-story-bar {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 32px;
  align-items: center;
  gap: 10px;
}
.agentic-v2 .home-ai-story-bar span, .agentic-v2 .home-ai-story-bar b {
  color: #b8c9e6;
  font-size: 9px;
  font-weight: 580;
}
.agentic-v2 .home-ai-story-bar > i {
  position: relative;
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, .11);
}
.agentic-v2 .home-ai-story-bar > i::after {
  position: absolute;
  inset: 0;
  width: var(--score);
  border-radius: inherit;
  background: linear-gradient(90deg, #43d7ff, #6c8eff);
  box-shadow: 0 0 12px rgba(67, 215, 255, .42);
  transform: scaleX(0);
  transform-origin: left;
  content: "";
}
.agentic-v2 .home-product-story.is-in .home-ai-story-bar > i::after {
  animation: home-story-bar-in .78s cubic-bezier(.2, .75, .25, 1) 760ms forwards;
}
.agentic-v2 .home-ai-story-bar b {
  color: #e9f1ff;
  font-family: var(--font-mono);
  font-size: 8px;
  text-align: right;
}
.agentic-v2 .home-ai-story-results > aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
}
.agentic-v2 .home-ai-story-results aside > span {
  color: #7ea8f9;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}
.agentic-v2 .home-ai-story-results aside strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #fff;
  font-size: 11px;
}
.agentic-v2 .home-ai-story-results aside strong i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffbf5a;
  box-shadow: 0 0 12px rgba(255, 191, 90, .6);
}
.agentic-v2 .home-ai-story-results aside p {
  margin: 12px 0 6px;
  color: #c4d3ed;
  font-size: 10px;
  line-height: 1.45;
}
.agentic-v2 .home-ai-story-results aside small {
  color: #778fb9;
  font-size: 8px;
  line-height: 1.4;
}
.agentic-v2 .home-web-story-console {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 486px;
}
.agentic-v2 .home-web-story-modes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 12px 14px 8px;
}
.agentic-v2 .home-web-story-modes span {
  display: grid;
  place-items: center;
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: #92a9d0;
  font-size: 9px;
  font-weight: 620;
}
.agentic-v2 .home-web-story-modes span.is-active {
  border-color: rgba(170, 207, 255, .62);
  background: rgba(231, 242, 255, .92);
  color: #174fbd;
  box-shadow: 0 8px 24px rgba(0, 18, 58, .2), inset 0 1px #fff;
}
.agentic-v2 .home-web-story-url {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  margin: 0 14px 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 8px;
  background: rgba(3, 20, 57, .4);
}
.agentic-v2 .home-web-story-url span, .agentic-v2 .home-web-story-url code, .agentic-v2 .home-web-story-url em {
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
}
.agentic-v2 .home-web-story-url span {
  color: #6f9bf1;
  font-weight: 700;
  letter-spacing: .08em;
}
.agentic-v2 .home-web-story-url code {
  overflow: hidden;
  color: #dce9ff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-web-story-url em {
  color: #62e0af;
}
.agentic-v2 .home-web-story-workspace {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.25fr);
  gap: 10px;
  min-height: 0;
  padding: 0 14px 14px;
}
.agentic-v2 .home-web-story-source, .agentic-v2 .home-web-story-output {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 12px;
  background: rgba(3, 20, 57, .48);
}
.agentic-v2 .home-web-story-source {
  display: grid;
  grid-template-rows: auto 1fr;
}
.agentic-v2 .home-web-story-source-head, .agentic-v2 .home-web-story-output-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}
.agentic-v2 .home-web-story-source-head span, .agentic-v2 .home-web-story-output-head span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d9e6fb;
  font-size: 9px;
  font-weight: 650;
}
.agentic-v2 .home-web-story-source-head em, .agentic-v2 .home-web-story-output-head em {
  color: #7f96bd;
  font-family: var(--font-mono);
  font-size: 7px;
  font-style: normal;
}
.agentic-v2 .home-web-story-output-head span i {
  width: 5px;
  height: 5px;
}
.agentic-v2 .home-web-story-browser {
  position: relative;
  min-height: 260px;
  padding: 27px 18px 18px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 251, 255, .98), rgba(228, 239, 255, .94)), radial-gradient(circle at 70% 0, #a9d5ff, transparent 50%);
}
.agentic-v2 .home-web-story-browser > i {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: linear-gradient(145deg, #2e75ff, #093bb4);
  box-shadow: 0 6px 16px rgba(31, 99, 231, .24);
}
.agentic-v2 .home-web-story-browser strong {
  color: #1750bd;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agentic-v2 .home-web-story-browser h3 {
  margin: 8px 0 16px;
  color: #12234b;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 540;
  letter-spacing: -.025em;
  line-height: 1.03;
}
.agentic-v2 .home-web-story-browser p {
  width: 85%;
  height: 5px;
  margin: 0 0 7px;
  border-radius: 999px;
  background: #c4d3ea;
}
.agentic-v2 .home-web-story-browser p:nth-of-type(2) {
  width: 68%;
}
.agentic-v2 .home-web-story-browser p:nth-of-type(3) {
  width: 76%;
}
.agentic-v2 .home-web-story-browser button {
  margin-top: 20px;
  padding: 8px 10px;
  border: 0;
  border-radius: 6px;
  background: #2164ee;
  color: #fff;
  font-size: 8px;
  font-weight: 680;
}
.agentic-v2 .home-web-story-scan {
  position: absolute;
  z-index: 2;
  top: -12%;
  right: 0;
  left: 0;
  height: 38%;
  border-bottom: 1px solid rgba(43, 127, 255, .75);
  background: linear-gradient(180deg, transparent, rgba(60, 147, 255, .16));
  opacity: 0;
}
.agentic-v2 .home-product-story.is-in .home-web-story-scan {
  animation: home-web-story-scan 4.8s cubic-bezier(.45, 0, .25, 1) .35s infinite;
}
.agentic-v2 .home-web-story-output {
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.agentic-v2 .home-web-story-output dl {
  display: grid;
  align-content: center;
  gap: 8px;
  margin: 0;
  padding: 12px;
}
.agentic-v2 .home-web-story-output dl > div {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 29px;
  grid-template-areas: "key value score" "bar bar bar";
  align-items: center;
  gap: 6px 10px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  opacity: 0;
  transform: translateX(12px);
}
.agentic-v2 .home-product-story.is-in .home-web-story-output dl > div {
  animation: home-web-field-in .5s cubic-bezier(.2, .75, .25, 1) calc(650ms + var(--field-order) * 140ms) forwards;
}
.agentic-v2 .home-web-story-output dt {
  grid-area: key;
  color: #7fa5ef;
  font-family: var(--font-mono);
  font-size: 8px;
}
.agentic-v2 .home-web-story-output dd {
  grid-area: value;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #e5efff;
  font-size: 9px;
  font-weight: 580;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-web-story-output dl > div > em {
  grid-area: score;
  color: #68e3b3;
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
  text-align: right;
}
.agentic-v2 .home-web-story-output dl > div > span {
  position: relative;
  grid-area: bar;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}
.agentic-v2 .home-web-story-output dl > div > span i {
  position: absolute;
  inset: 0;
  width: var(--score);
  border-radius: inherit;
  background: linear-gradient(90deg, #4fdcb1, #58b7ff);
  transform: scaleX(0);
  transform-origin: left;
}
.agentic-v2 .home-product-story.is-in .home-web-story-output dl > div > span i {
  animation: home-story-bar-in .7s ease calc(1s + var(--field-order) * 140ms) forwards;
}
.agentic-v2 .home-web-story-receipt {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8098bf;
  font-family: var(--font-mono);
  font-size: 7px;
}
.agentic-v2 .home-web-story-receipt span, .agentic-v2 .home-web-story-receipt strong {
  align-self: center;
}
.agentic-v2 .home-web-story-receipt strong {
  color: #61dfae;
  font-weight: 650;
}
@keyframes home-ai-engine-in {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes home-ai-engine-scan {
  0%, 12%, 100% {
    opacity: 0;
    transform: scaleX(0);
  }
  18%, 29% {
    opacity: 1;
    transform: scaleX(1);
  }
  38% {
    opacity: 0;
    transform: scaleX(1);
  }
}
@keyframes home-story-bar-in {
  to {
    transform: scaleX(1);
  }
}
@keyframes home-story-pulse {
  0%, 100% {
    opacity: .45;
    transform: scale(.82);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}
@keyframes home-web-story-scan {
  0%, 12% {
    opacity: 0;
    transform: translateY(0);
  }
  18% {
    opacity: 1;
  }
  70% {
    opacity: .8;
  }
  82%, 100% {
    opacity: 0;
    transform: translateY(330%);
  }
}
@keyframes home-web-field-in {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1100px) {
  .agentic-v2 .home-product-story {
    gap: 38px;
  }
  .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .8fr);
  }
  .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.35fr);
  }
  .agentic-v2 .home-product-story-visual {
    min-height: 540px;
    padding: 28px;
  }
  .agentic-v2 .home-ai-story-engines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentic-v2 .home-ai-story-console, .agentic-v2 .home-web-story-console {
    min-height: 482px;
  }
}
@media (max-width: 860px) {
  .agentic-v2 .home-product-story-section {
    padding-bottom: 88px;
  }
  .agentic-v2 .home-product-story, .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 72px 0;
  }
  .agentic-v2 .home-product-story--copy-first .home-product-story-copy {
    order: 2;
  }
  .agentic-v2 .home-product-story--copy-first .home-product-story-visual {
    order: 1;
  }
  .agentic-v2 .home-product-story-copy, .agentic-v2 .home-product-story--visual-first .home-product-story-copy {
    width: min(100%, 590px);
    max-width: none;
    justify-self: start;
  }
  .agentic-v2 .home-product-story-copy h2 {
    max-width: 13ch;
  }
  .agentic-v2 .home-product-story-visual {
    min-height: 590px;
  }
}
@media (max-width: 640px) {
  .agentic-v2 .home-product-story-section {
    padding-top: 4px;
    padding-bottom: 64px;
  }
  .agentic-v2 .home-product-story, .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    gap: 34px;
    padding: 58px 0;
  }
  .agentic-v2 .home-product-story-copy h2 {
    font-size: 39px;
  }
  .agentic-v2 .home-product-story-copy > p {
    margin-top: 20px;
    font-size: 15px;
  }
  .agentic-v2 .home-product-story-visual {
    min-height: 680px;
    margin-inline: -8px;
    padding: 14px;
    border-radius: 16px;
  }
  .agentic-v2 .home-ai-story-console, .agentic-v2 .home-web-story-console {
    min-height: 650px;
  }
  .agentic-v2 .home-ai-story-query {
    grid-template-columns: 1fr auto;
  }
  .agentic-v2 .home-ai-story-query > span {
    grid-column: 1 / -1;
  }
  .agentic-v2 .home-ai-story-query p {
    font-size: 12px;
  }
  .agentic-v2 .home-ai-story-engines {
    padding-inline: 12px;
  }
  .agentic-v2 .home-ai-story-results {
    grid-template-columns: 1fr;
    padding: 0 12px 12px;
  }
  .agentic-v2 .home-ai-story-results > aside {
    min-height: 112px;
  }
  .agentic-v2 .home-web-story-modes {
    padding-inline: 10px;
  }
  .agentic-v2 .home-web-story-url {
    margin-inline: 10px;
  }
  .agentic-v2 .home-web-story-workspace {
    grid-template-columns: 1fr;
    padding: 0 10px 10px;
  }
  .agentic-v2 .home-web-story-browser {
    min-height: 220px;
  }
  .agentic-v2 .home-web-story-receipt {
    min-height: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-ai-story-query em i, .agentic-v2 .home-ai-story-engines article::after, .agentic-v2 .home-web-story-scan {
    animation: none !important;
  }
  .agentic-v2 .home-ai-story-engines article, .agentic-v2 .home-web-story-output dl > div {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .agentic-v2 .home-ai-story-bar > i::after, .agentic-v2 .home-web-story-output dl > div > span i {
    transform: scaleX(1);
    animation: none !important;
  }
}
.agentic-v2 #teams .home-intro {
  margin-bottom: 28px;
}
.home-teams-marquee {
  padding-block: 12px 30px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.home-teams-track {
  display: flex;
  width: max-content;
  animation: home-teams-scroll 48s linear infinite;
}
.home-teams-set {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}
.home-teams-marquee:hover .home-teams-track {
  animation-play-state: paused;
}
@keyframes home-teams-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.home-team-card {
  --team-pos: 100% 0;
  position: relative;
  isolation: isolate;
  flex: none;
  width: 360px;
  min-height: 240px;
  padding: 24px;
  border: 1px solid #e3e4ea;
  border-radius: var(--r-md);
  background: radial-gradient(circle at var(--team-pos), rgba(24, 92, 255, .07), transparent 46%), #fff;
  box-shadow: 0 2px 5px -2px rgba(28, 31, 38, .05), 0 12px 24px -12px rgba(28, 31, 38, .1);
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.home-team-card:nth-of-type(4n+2) {
  --team-pos: 0 0;
}
.home-team-card:nth-of-type(4n+3) {
  --team-pos: 100% 100%;
}
.home-team-card:nth-of-type(4n+4) {
  --team-pos: 0 100%;
}
.home-team-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at var(--team-pos), rgba(24, 92, 255, .26), transparent 55%), linear-gradient(160deg, #141416, #1e1e26);
  opacity: 0;
  transition: opacity .28s ease;
}
.home-team-card:hover {
  transform: translateY(-3px);
  border-color: rgba(24, 92, 255, .45);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, .25), 0 20px 42px -12px rgba(10, 20, 60, .5);
}
.home-team-card:hover::before {
  opacity: 1;
}
.home-team-card blockquote {
  margin: 0;
  color: #3f3f45;
  font-size: 15px;
  line-height: 1.55;
  transition: color .28s ease;
}
.home-team-card:hover blockquote {
  color: #ececf0;
}
.home-team-card figcaption {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-team-card .home-review-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.home-team-who {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-team-who b {
  color: #0b1526;
  font-size: 14px;
  font-weight: 650;
  transition: color .28s ease;
}
.home-team-who i {
  color: var(--home-muted);
  font-size: 12.5px;
  font-style: normal;
  transition: color .28s ease;
}
.home-team-card:hover .home-team-who b {
  color: #fff;
}
.home-team-card:hover .home-team-who i {
  color: #8f8f96;
}
@media (prefers-reduced-motion: reduce) {
  .home-teams-track {
    animation: none;
  }
}
@media (max-width: 700px) {
  .home-team-card {
    width: 300px;
  }
}
.home-bento {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 14px;
}
.home-bento-mcp {
  position: relative;
  overflow: hidden;
  padding: 36px 34px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: var(--r-md);
  background: radial-gradient(circle at 88% 0, rgba(24, 92, 255, .24), transparent 55%), linear-gradient(160deg, #141416, #1e1e26);
  display: flex;
  flex-direction: column;
}
.home-bento-mcp .home-plan-tag {
  color: #7ea2ff;
}
.home-bento-mcp h3 {
  margin-top: 22px;
  color: #fff;
  font-size: 30px;
  letter-spacing: -.04em;
}
.home-bento-mcp > p {
  margin-top: 12px;
  max-width: 380px;
  color: #a7a7ad;
  font-size: 15.5px;
  line-height: 1.55;
}
.home-bento-mcp ul {
  margin: 22px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
  list-style: none;
}
.home-bento-mcp li {
  padding: 6px 0;
  color: #c9c9cf;
  font-size: 13.5px;
}
.home-bento-mcp li::before {
  content: "•";
  margin-right: 10px;
  color: #6b94ff;
}
.home-bento-code {
  margin-top: 22px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #9db4ff;
  font-family: var(--font-mono);
  font-size: 11.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-bento-mcp .home-button {
  margin-top: 24px;
  align-self: flex-start;
}
.home-bento-side {
  display: grid;
  gap: 14px;
}
.home-bento-card {
  min-width: 0;
  padding: 26px 24px;
  border: 1px solid #d8d8d4;
  border-radius: var(--r-md);
  background: radial-gradient(circle at 100% 0, rgba(24, 92, 255, .06), transparent 46%), #fff;
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.home-bento-card:hover {
  transform: translateY(-3px);
  border-color: #c4c4c0;
  box-shadow: 0 18px 45px rgba(28, 31, 38, .08);
}
.home-bento-card h3 {
  margin-top: 16px;
  font-size: 21px;
  letter-spacing: -.03em;
}
.home-bento-card > p {
  margin-top: 10px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.5;
}
.home-bento-card ul {
  margin: 16px 0 20px;
  padding: 14px 0 0;
  border-top: 1px solid #eceae4;
  list-style: none;
}
.home-bento-card li {
  padding: 5px 0;
  color: #5f5f64;
  font-size: 13px;
}
.home-bento-card li::before {
  content: "•";
  margin-right: 10px;
  color: var(--home-blue);
}
.agentic-v2 .home-bento-card .home-plan-cta {
  margin-top: auto;
}
@media (max-width: 980px) {
  .home-bento {
    grid-template-columns: 1fr;
  }
}
.home-plan-tag {
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.agentic-v2 .home-plan-cta {
  margin-top: auto;
  color: var(--home-blue);
  font-size: 14px;
  font-weight: 650;
}
.home-faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: 110px;
  align-items: start;
}
.home-faq-list {
  border-top: 1px solid var(--home-line);
}
.home-faq-list details {
  border-bottom: 1px solid var(--home-line);
}
.home-faq-list summary {
  padding: 28px 42px 28px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-family: "Figtree", sans-serif;
  font-size: 21px;
  letter-spacing: -.025em;
}
.home-faq-list summary::-webkit-details-marker {
  display: none;
}
.home-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 24px;
  color: #777;
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 300;
}
.home-faq-list details[open] summary::after {
  content: "−";
}
.home-faq-list details p {
  max-width: 720px;
  padding: 0 48px 28px 0;
  color: var(--home-muted);
}
.home-final {
  padding: 135px 0;
  background: var(--home-night);
  color: #fff;
}
.home-final-inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.home-final h2 {
  margin-top: 0;
  color: #fff;
  font-size: clamp(38px, 5vw, 60px);
  letter-spacing: -.055em;
  line-height: .98;
}
.home-final-inner > p {
  max-width: 660px;
  margin: 32px auto 0;
  color: #a6a6ad;
  font-size: 18px;
}
.agentic-v2 .home-button--light {
  background: #fff;
  color: #18181a;
}
.agentic-v2 .home-button--outline {
  border: 1px solid #48484d;
  color: #fff;
}
.home-preview-footer {
  padding: 88px 0 30px;
  color: #12326f;
  background: #f3f6fc;
}
.home-preview-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  gap: 100px;
}
.home-preview-footer-brand > p {
  max-width: 390px;
  margin-top: 26px;
  color: #52699d;
  font-size: 16px;
}
.home-preview-health {
  width: min(280px, 100%);
  min-height: 42px;
  margin-top: 24px;
  padding: 0 13px;
  border: 1px solid #dae3f4;
  border-radius: var(--r-pill);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  color: #52699d;
  font-size: 14px;
}
.home-preview-health i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40d99a;
  box-shadow: 0 0 0 4px #dff9ed;
}
.home-preview-footer nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}
.home-preview-footer nav > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.home-preview-footer nav strong {
  margin-bottom: 8px;
  color: #7890bf;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-preview-footer nav a {
  color: #12326f;
  font-size: 14px;
}
.home-preview-footer-bottom {
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid #d7e0f0;
  display: flex;
  justify-content: space-between;
  color: #7890bf;
  font-size: 12px;
}
@media (max-width: 980px) {
  .home-preview-nav nav {
    grid-template-columns: auto 1fr;
  }
  .home-preview-links {
    display: none;
  }
  .home-preview-actions {
    justify-self: end;
  }
  .home-preview-footer-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .home-section {
    padding: 100px 0;
  }
  .home-intro--split, .home-faq-layout {
    grid-template-columns: 1fr;
    gap: 52px;
  }
  .home-delivery-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-delivery-heading p {
    max-width: 620px;
  }
  .home-intro-aside, .home-intro-note {
    max-width: 620px;
  }
  .home-usecase-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-usecase:nth-child(2) {
    border-bottom-left-radius: 0;
  }
  .home-usecase:nth-child(4) {
    border-radius: 0 0 var(--r-sm) var(--r-sm);
  }
  .home-usecase--wide {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .home-usecase--wide .home-mini-request {
    grid-column: auto;
  }
  .home-usecase:last-child {
    grid-column: 1 / -1;
  }
  .home-coverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-coverage {
    grid-column: span 1;
  }
  .home-coverage--primary, .home-coverage--records {
    grid-column: 1 / -1;
  }
  .home-methods {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-methods-intro h2 {
    max-width: 650px;
  }
  .home-methods-intro p {
    max-width: 620px;
  }
  .home-live-workspace {
    min-height: 570px;
  }
}
@media (max-width: 700px) {
  .home-container {
    width: min(100% - 44px, 1280px);
  }
  .home-preview-nav nav {
    min-height: 58px;
  }
  .home-preview-brand {
    font-size: 18px;
  }
  .home-preview-brand img {
    width: 38px;
    height: 38px;
  }
  .home-preview-actions {
    gap: 16px;
  }
  .home-preview-cta {
    min-height: 38px;
    padding: 0 14px;
  }
  .home {
    font-size: 15px;
  }
  .home-section {
    padding: 82px 0;
  }
  .home-intro {
    margin-bottom: 48px;
  }
  .home-intro h2, .home-intro--side h2, .home-intro--compact h2 {
    font-size: 28px;
    line-height: 1.05;
  }
  .home-delivery-heading {
    gap: 20px;
    margin-bottom: 38px;
  }
  .home-delivery-heading h2 {
    font-size: 31px;
    line-height: 1.04;
  }
  .home-delivery-heading p {
    font-size: 16px;
  }
  .home-live-workspace {
    min-height: 570px;
    border-radius: 12px;
  }
  .home-live-workspace > img {
    object-position: center 58%;
    transform: scale(1.018);
  }
  .home-live-workspace-brief {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
    padding: 19px;
  }
  .home-live-workspace-brief h3 {
    font-size: 26px;
  }
  .home-live-workspace-pulse {
    top: 29%;
    left: 53%;
  }
  .home-intro--split {
    gap: 32px;
  }
  .home-intro-note {
    padding-left: 20px;
  }
  .home-intro-aside {
    justify-content: flex-start;
  }
  .home-hero {
    padding-top: 78px;
  }
  .home-hero h1 {
    font-size: 38px;
    line-height: 1.2;
  }
  .home-hero-lede {
    font-size: 18px;
  }
  .home-actions {
    flex-direction: column;
    align-items: center;
  }
  .home-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-logo-cell:nth-child(5n) {
    border-right: 1px solid var(--home-line);
  }
  .home-logo-cell:nth-child(2n) {
    border-right: none;
  }
  .home-logo-cell:nth-last-child(-n+5) {
    border-bottom: 1px solid var(--home-line);
  }
  .home-logo-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .home-usecase-grid, .home-coverage-grid {
    grid-template-columns: 1fr;
  }
  .home-usecase--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .home-usecase--wide .home-mini-request {
    grid-column: auto;
  }
  .home-usecase:last-child {
    grid-column: auto;
  }
  .home-coverage {
    grid-column: auto;
    min-height: 260px;
    padding: 26px;
  }
  .home-coverage--primary, .home-coverage--records {
    grid-column: auto;
  }
  .home-coverage--primary {
    min-height: 440px;
  }
  .home-coverage--records > p, .home-coverage--records > .home-platform-chips {
    width: auto;
  }
  .home-records-visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    height: 230px;
    margin-top: 22px;
  }
  .home-records-document {
    top: 38px;
    left: 23%;
    width: 54%;
    height: 158px;
  }
  .home-records-trend-card {
    left: 4%;
    bottom: 25px;
    width: 35%;
    height: 98px;
  }
  .home-records-verify-card {
    top: 18px;
    right: 7%;
    width: 31%;
    height: 88px;
  }
  .home-records-roles-card {
    right: 3%;
    bottom: 13px;
    width: 48%;
    height: 101px;
  }
  .home-coverage--records > .home-platform-chips {
    margin-top: 0;
    padding-top: 18px;
  }
  .home-methods {
    gap: 38px;
  }
  .home-methods-intro h2 {
    font-size: 37px;
  }
  .home-methods-intro p {
    font-size: 16px;
  }
  .home-method-tabs {
    grid-template-columns: 1fr 1fr;
  }
  .home-method-tab {
    min-height: 104px;
    padding: 17px;
  }
  .home-method-tab strong {
    font-size: 16px;
  }
  .home-method-preview {
    min-height: 490px;
  }
  .home-method-panel {
    min-height: 488px;
    padding: 20px;
  }
  .home-method-panel-head {
    align-items: flex-start;
  }
  .home-method-panel-head h3 {
    font-size: 20px;
  }
  .home-method-live {
    font-size: 8px;
  }
  .home-agent-tool, .home-agent-composer {
    margin-left: 0;
  }
  .home-agent-result {
    grid-template-columns: auto 1fr auto 1fr;
  }
  .home-agent-result em {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: 6px;
  }
  .home-api-demo {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-api-arrow {
    height: 22px;
    transform: rotate(90deg);
  }
  .home-pipeline-demo {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .home-pipeline-line {
    width: 1px;
    height: 18px;
    justify-self: center;
  }
  .home-pipeline-line i {
    top: -7px;
    left: -1px;
    width: 3px;
    height: 9px;
    animation-name: home-pipeline-move-mobile;
  }
  .home-pipeline-core {
    min-height: 94px;
  }
  .home-managed-demo {
    grid-template-columns: 1fr;
  }
  .home-managed-status {
    min-height: 190px;
  }
  .home-steps {
    grid-template-columns: 1fr;
  }
  .home-steps li {
    padding-bottom: 28px;
  }
  .home-steps li + li {
    border-top: 1px solid #dbe4f1;
    border-left: 0;
  }
  .home-final h2 {
    font-size: 40px;
  }
  .home-preview-footer {
    padding-top: 68px;
  }
  .home-preview-footer nav {
    grid-template-columns: 1fr 1fr;
    gap: 44px 24px;
  }
  .home-preview-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-button {
    transition: none;
  }
  .home-method-panel.is-active, .home-method-live i, .home-agent-tool-head > span i, .home-pipeline-line i {
    animation: none;
  }
  .home-records-float, .home-records-float::after, .home-records-chart-line, .home-records-chart-dot, .home-records-role-bars i, .home-records-document-head em i, .home-records-card-label em i, .home-live-workspace-pulse::before, .home-live-workspace-pulse::after {
    animation: none;
  }
}
.agentic-landing.agentic-v2 h1 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
}
.agentic-landing.agentic-v2 h2 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
}
.agentic-landing.agentic-v2 h3 {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 550;
}
.home-coverage--social,.home-coverage--ads,.home-coverage--web {
  min-height: 338px;
  padding-bottom: 143px;
}
.home-social-visual,.home-ads-visual,.home-web-visual {
  right: 18px;
  bottom: 18px;
  left: 18px;
  height: 116px;
}
.home-ui-bar {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding: 0 9px;
  border-bottom: 1px solid #e9edf1;
  color: #8c95a2;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: .01em;
}
.home-ui-bar i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c2c8d0;
}
.home-ui-bar span {
  margin-left: 4px;
}
.home-ui-bar b {
  margin-left: auto;
  padding: 3px 5px;
  border: 1px solid #e4e8ed;
  border-radius: 4px;
  color: #6e7987;
  font-weight: 500;
}
.home-social-browser {
  position: absolute;
  inset: 0 11px 0 0;
  overflow: hidden;
  border: 1px solid #e0e6ec;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(25,40,58,.08);
}
.home-social-feed {
  display: flex;
  gap: 9px;
  padding: 10px;
}
.home-social-media {
  display: grid;
  flex: 0 0 59px;
  height: 68px;
  place-items: end start;
  padding: 7px;
  border-radius: 6px;
  background: linear-gradient(145deg,#d4c7e8 0%,#9461aa 43%,#e88f71 44%,#f2d2b2);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: -.06em;
  line-height: .9;
}
.home-social-copy {
  min-width: 0;
}
.home-social-copy strong {
  display: block;
  color: #293242;
  font-size: 9px;
}
.home-social-copy small {
  display: block;
  margin-top: 3px;
  color: #8b94a0;
  font-size: 7px;
}
.home-social-copy p {
  margin: 7px 0;
  color: #535e6d;
  font-size: 8px;
  line-height: 1.35;
}
.home-social-copy div {
  display: flex;
  gap: 4px;
}
.home-social-copy em {
  padding: 3px 5px;
  border-radius: 4px;
  background: #edf8f1;
  color: #459166;
  font-size: 6px;
  font-style: normal;
}
.home-social-copy em+em {
  background: #eef4ff;
  color: #5784c5;
}
.home-social-action {
  position: absolute;
  right: 0;
  bottom: -6px;
  display: flex;
  align-items: center;
  gap: 7px;
  width: 62%;
  padding: 9px;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 12px 22px rgba(22,34,50,.13);
}
.home-social-action .home-social-avatar {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  background: #2b3647;
  color: #fff;
  font-size: 8px;
}
.home-social-action div {
  min-width: 0;
}
.home-social-action b {
  display: block;
  color: #313b4a;
  font-size: 8px;
}
.home-social-action small {
  display: block;
  margin-top: 2px;
  color: #8b95a2;
  font-size: 7px;
}
.home-social-action > i {
  display: grid;
  width: 17px;
  height: 17px;
  margin-left: auto;
  place-items: center;
  border-radius: 50%;
  background: #286ae7;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  line-height: 1;
}
.home-social-action {
  animation: home-pop-drift 7.4s ease-in-out infinite;
}
.home-ads-browser {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  overflow: hidden;
  border: 1px solid #dce3e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 21px rgba(24,37,53,.08);
}
.home-ad-creative {
  position: relative;
  height: 58px;
  margin: 9px 9px 0;
  padding: 9px;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(126deg,#1b2431 0%,#263f5d 48%,#e6c365 49%,#e9d888);
  color: #fff;
}
.home-ad-creative small {
  position: relative;
  z-index: 1;
  font-size: 6px;
  letter-spacing: .10em;
}
.home-ad-creative strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: -.08em;
  line-height: .78;
}
.home-ad-creative i {
  position: absolute;
  right: 14px;
  bottom: -17px;
  width: 56px;
  height: 73px;
  border: 6px solid rgba(255,255,255,.48);
  border-radius: 25px 25px 4px 4px;
  transform: rotate(25deg);
}
.home-ad-details {
  padding: 7px 10px;
}
.home-ad-details strong {
  display: block;
  color: #303a49;
  font-size: 8px;
}
.home-ad-details small {
  display: block;
  margin-top: 2px;
  color: #8993a0;
  font-size: 7px;
}
.home-ad-details div {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #3271d4;
  font-size: 7px;
}
.home-ad-details em {
  font-style: normal;
}
.home-ad-menu {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 54%;
  padding: 7px;
  border: 1px solid #e0e5ea;
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 11px 22px rgba(24,35,52,.14);
}
.home-ad-menu span {
  display: block;
  padding: 4px 3px;
  border-bottom: 1px solid #edf0f3;
  color: #566171;
  font-size: 7px;
}
.home-ad-menu span:last-child {
  border: 0;
}
.home-ad-menu {
  animation: home-pop-drift 6.8s 1.3s ease-in-out infinite;
}
.home-web-browser {
  position: absolute;
  inset: 0 12px 0 0;
  overflow: hidden;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(24,37,53,.07);
}
.home-web-browser .home-web-search {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  margin: 8px;
  height: 22px;
  font-size: 7px;
  box-shadow: none;
}
.home-place-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 5px 9px;
  padding: 4px 0;
  border-bottom: 1px solid #eef1f3;
}
.home-place-row:last-child {
  border-bottom: 0;
}
.home-place-photo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg,#e1b980,#8c6546);
}
.home-place-photo.photo-two {
  background: linear-gradient(135deg,#8ebfbb,#234a57);
}
.home-place-row div {
  min-width: 0;
}
.home-place-row strong {
  display: block;
  color: #333d4b;
  font-size: 8px;
}
.home-place-row small,.home-place-row em {
  display: block;
  margin-top: 2px;
  color: #8c96a1;
  font-size: 6.5px;
  font-style: normal;
}
.home-place-row em {
  color: #6791bd;
}
.home-place-row > i {
  margin-left: auto;
  color: #8f9aa7;
  font-size: 15px;
  font-style: normal;
}
.home-place-preview {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 54%;
  padding: 8px;
  border: 1px solid #dfe5ea;
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 11px 22px rgba(24,35,52,.13);
}
.home-place-preview > b {
  float: right;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  background: linear-gradient(135deg,#e1b980,#8c6546);
}
.home-place-preview > span {
  display: block;
  color: #4d9d70;
  font-size: 6px;
}
.home-place-preview strong {
  display: block;
  margin-top: 3px;
  color: #2f3947;
  font-size: 9px;
}
.home-place-preview small {
  display: block;
  margin-top: 3px;
  color: #85909d;
  font-size: 6.5px;
}
.home-place-preview {
  animation: home-pop-drift 7s .7s ease-in-out infinite;
}
.home-registry-visual {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 56%;
  min-width: 390px;
  height: 244px;
}
.home-registry-app {
  position: absolute;
  inset: 0 0 0 0;
  overflow: hidden;
  border: 1px solid #dfe4e9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 19px 36px rgba(29,40,56,.12);
}
.home-registry-query {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  margin: 10px 11px 0;
  padding: 0 9px;
  border: 1px solid #e1e6eb;
  border-radius: 6px;
  color: #8a94a0;
  font-size: 7px;
}
.home-registry-query i {
  color: #637080;
  font-size: 13px;
  font-style: normal;
}
.home-registry-tabs {
  display: flex;
  gap: 14px;
  padding: 10px 12px 6px;
  border-bottom: 1px solid #edf0f2;
  color: #8e98a4;
  font-size: 7px;
}
.home-registry-tabs span {
  padding-bottom: 5px;
}
.home-registry-tabs .is-active {
  border-bottom: 1.5px solid #286ae7;
  color: #306bc8;
  font-weight: 650;
}
.home-registry-list > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f2;
}
.home-registry-list > div:last-child {
  border: 0;
}
.home-company-mark {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 9px;
}
.mark-one {
  background: linear-gradient(145deg,#285ed4,#7e9cf0);
}
.mark-two {
  background: linear-gradient(145deg,#233a53,#6a91a0);
}
.mark-three {
  background: linear-gradient(145deg,#b77753,#d6aa7d);
}
.home-registry-list span {
  min-width: 0;
}
.home-registry-list strong {
  display: block;
  color: #303b4b;
  font-size: 8px;
}
.home-registry-list small {
  display: block;
  margin-top: 2px;
  color: #8c96a1;
  font-size: 7px;
}
.home-registry-list em {
  margin-left: auto;
  padding: 3px 5px;
  border-radius: 4px;
  background: #edf8f1;
  color: #4b986e;
  font-size: 6px;
  font-style: normal;
}
.home-registry-list div:nth-child(2) em {
  background: #f5f2e8;
  color: #9b7a31;
}
.home-company-preview {
  position: absolute;
  right: -11px;
  bottom: 10px;
  width: 53%;
  padding: 12px;
  border: 1px solid #dfe5eb;
  border-radius: 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 16px 30px rgba(21,33,51,.17);
}
.home-company-preview > div {
  display: flex;
  align-items: center;
  gap: 6px;
}
.home-company-preview > div span {
  color: #344050;
  font-size: 8px;
  font-weight: 650;
}
.home-company-preview > div i {
  margin-left: auto;
  color: #8d96a3;
  font-style: normal;
  font-size: 9px;
}
.home-company-preview > strong {
  display: block;
  margin-top: 12px;
  color: #293342;
  font-size: 13px;
  letter-spacing: -.04em;
}
.home-company-preview > small {
  display: block;
  margin-top: 3px;
  color: #7f8997;
  font-size: 7px;
}
.home-company-preview section {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.home-company-preview section span {
  flex: 1;
  padding: 6px 4px;
  border: 1px solid #e6eaee;
  border-radius: 5px;
  color: #8d97a3;
  font-size: 6px;
}
.home-company-preview section b {
  display: block;
  margin-top: 3px;
  color: #384353;
  font-size: 8px;
}
.home-company-preview {
  animation: home-pop-drift 6.9s ease-in-out infinite;
}
@media (max-width: 640px) {
  .home-registry-visual {
    right: 6px;
    bottom: 7px;
    width: 89%;
    min-width: 0;
    transform: scale(.82);
    transform-origin: bottom right;
  }
  .home-coverage--records {
    padding-bottom: 235px;
  }
  .home-coverage--records > p,.home-coverage--records > .home-platform-chips {
    width: auto;
  }
}
.home-coverage--primary {
  --coverage-accent: #3c7ee5;
  border-color: #dce3e9;
  background: linear-gradient(145deg,#fff,#f7f9fb);
  color: #202938;
}
.home-coverage--primary > p {
  color: #65707d;
}
.home-coverage--primary .home-platform-chips span {
  border-color: #dce3e8;
  background: #fff;
  color: #374251;
}
.home-coverage--primary .home-coverage-example {
  border-color: #e0e6eb;
  background: rgba(255,255,255,.88);
  color: #566171;
  box-shadow: 0 8px 19px rgba(31,44,59,.05);
}
.home-coverage--primary .home-coverage-example small {
  color: #8a95a2;
}
.home-commerce-visual {
  top: 30px;
  right: 22px;
  width: 50%;
  height: 292px;
}
.home-commerce-sources {
  position: absolute;
  top: 3px;
  left: 0;
  width: 50%;
  overflow: hidden;
  border: 1px solid #dde4ea;
  border-radius: 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 29px rgba(29,42,59,.11);
}
.home-commerce-sources .home-ui-bar,.home-commerce-product .home-ui-bar {
  height: 25px;
}
.home-commerce-sources button {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 100%;
  padding: 8px 9px;
  border: 0;
  border-bottom: 1px solid #edf0f2;
  background: transparent;
  color: #384351;
  text-align: left;
  font: inherit;
}
.home-commerce-sources button:last-child {
  border-bottom: 0;
}
.home-store-mark {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.store-am {
  background: #202b3d;
}
.store-eb {
  background: #d95b45;
}
.store-ik {
  background: #386acb;
}
.home-commerce-sources button span {
  font-size: 8px;
  line-height: 1.25;
}
.home-commerce-sources button small {
  color: #919aa6;
  font-size: 7px;
}
.home-commerce-sources button > i {
  width: 17px;
  height: 10px;
  margin-left: auto;
  border-radius: 12px;
  background: #d6dce2;
}
.home-commerce-sources button > i::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 1px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.home-commerce-sources button > i.is-on {
  background: #4ebd88;
}
.home-commerce-sources button > i.is-on::after {
  margin-left: 8px;
}
.home-commerce-product {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 62%;
  overflow: hidden;
  border: 1px solid #dce3e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(29,42,59,.15);
}
.home-commerce-product .home-ui-bar b {
  color: #45a771;
  border: 0;
  padding: 0;
  font-size: 6px;
}
.home-commerce-item {
  display: flex;
  gap: 9px;
  padding: 10px;
}
.home-commerce-item > b {
  display: block;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 6px;
  background: linear-gradient(135deg,#d9e2e3,#788a8e);
}
.home-commerce-item strong {
  display: block;
  color: #313c4b;
  font-size: 9px;
}
.home-commerce-item small {
  display: block;
  margin-top: 3px;
  color: #8c96a2;
  font-size: 7px;
}
.home-commerce-item span {
  display: block;
  margin-top: 6px;
  color: #273241;
  font-size: 11px;
  font-weight: 700;
}
.home-commerce-tabs {
  display: flex;
  gap: 11px;
  padding: 0 10px;
  border-bottom: 1px solid #e9edf0;
  color: #8a95a1;
  font-size: 7px;
}
.home-commerce-tabs span {
  padding: 6px 0;
}
.home-commerce-tabs .is-active {
  border-bottom: 1.5px solid #3577d9;
  color: #3577d9;
}
.home-commerce-offer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 8px 10px;
  color: #4c5867;
  font-size: 7px;
}
.home-commerce-offer b {
  color: #303b49;
  font-size: 8px;
}
.home-commerce-offer span {
  color: #7d8996;
}
.home-commerce-offer strong {
  color: #2d3746;
  font-size: 8px;
}
.home-commerce-popover {
  position: absolute;
  right: 7%;
  bottom: -8px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1px 10px;
  padding: 8px 9px;
  border: 1px solid #dbe3e9;
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 11px 22px rgba(24,35,52,.14);
}
.home-commerce-popover span {
  grid-column: 1/-1;
  color: #87929f;
  font-size: 6px;
}
.home-commerce-popover strong {
  color: #334051;
  font-size: 8px;
}
.home-commerce-popover i {
  display: grid;
  width: 14px;
  height: 14px;
  place-items: center;
  border-radius: 50%;
  background: #eaf8f0;
  color: #47a66e;
  font-size: 8px;
  font-style: normal;
}
.home-commerce-popover {
  animation: home-pop-drift 7s .6s ease-in-out infinite;
}
@media (max-width:640px) {
  .home-commerce-visual {
    width: 91%;
    height: 286px;
  }
  .home-coverage--primary .home-coverage-example {
    max-width: 100%;
  }
}
.home-events-visual {
  right: 23px;
  bottom: 24px;
  width: 50%;
  height: 242px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transform: none;
}
.home-reservation-app {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 19px 35px rgba(29,40,56,.12);
}
.home-reservation-place {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 13px;
  border-bottom: 1px solid #edf0f2;
}
.home-reservation-place > b {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg,#dcad75,#5f3c2d);
}
.home-reservation-place div {
  min-width: 0;
}
.home-reservation-place strong {
  display: block;
  color: #323c4b;
  font-size: 9px;
}
.home-reservation-place small,.home-reservation-place span {
  display: block;
  margin-top: 3px;
  color: #8b96a2;
  font-size: 7px;
}
.home-reservation-place span {
  color: #5b8e6d;
}
.home-reservation-place > i {
  margin-left: auto;
  color: #9aa2ac;
  font-size: 17px;
  font-style: normal;
}
.home-reservation-label {
  padding: 11px 13px 6px;
  color: #818c99;
  font-family: var(--mono);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.home-reservation-times {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 5px;
  padding: 0 13px;
}
.home-reservation-times span {
  padding: 7px 2px;
  border: 1px solid #e1e6eb;
  border-radius: 5px;
  color: #75818e;
  font-size: 8px;
  text-align: center;
}
.home-reservation-times .is-selected {
  border-color: #83afe4;
  background: #edf6ff;
  color: #286dca;
  box-shadow: inset 0 0 0 1px rgba(67,137,225,.12);
}
.home-reservation-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 13px;
  padding-top: 10px;
  border-top: 1px solid #edf0f2;
  color: #7f8996;
  font-size: 8px;
}
.home-reservation-footer strong {
  padding: 6px 9px;
  border-radius: 5px;
  background: #286ae7;
  color: #fff;
  font-size: 8px;
  font-weight: 550;
}
.home-reservation-hold {
  position: absolute;
  right: -8px;
  bottom: 12px;
  width: 48%;
  padding: 10px;
  border: 1px solid #dce4eb;
  border-radius: 12px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 15px 29px rgba(25,38,55,.16);
}
.home-reservation-hold small {
  display: block;
  color: #84909d;
  font-family: var(--mono);
  font-size: 6px;
  letter-spacing: .08em;
}
.home-reservation-hold strong {
  display: block;
  margin-top: 4px;
  color: #2d3949;
  font-size: 15px;
  letter-spacing: -.05em;
}
.home-reservation-hold span {
  display: block;
  margin-top: 4px;
  color: #86909e;
  font-size: 7px;
}
.home-reservation-hold i {
  position: absolute;
  top: 11px;
  right: 10px;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: #eaf8f0;
  color: #4a9e6d;
  font-size: 9px;
  font-style: normal;
}
.home-reservation-hold {
  animation: home-pop-drift 7.1s .9s ease-in-out infinite;
}
@media (max-width:640px) {
  .home-events-visual {
    right: 6px;
    bottom: 8px;
    width: 89%;
    height: 216px;
  }
  .home-coverage--events {
    padding-bottom: 238px;
  }
}
.home-coverage-grid {
  gap: 12px;
}
.home-coverage {
  padding: 28px 30px;
}
.home-coverage--primary,.home-coverage--grocery {
  min-height: 342px;
}
.home-coverage--social,.home-coverage--ads,.home-coverage--web {
  min-height: 326px;
  padding-bottom: 136px;
}
.home-coverage--records,.home-coverage--events {
  min-height: 360px;
}
.home-coverage--primary > p,.home-coverage--primary > .home-platform-chips,.home-coverage--primary > .home-coverage-example {
  max-width: 43%;
}
.home-coverage--grocery > p,.home-coverage--grocery > .home-platform-chips {
  max-width: 42%;
}
.home-commerce-visual {
  top: 24px;
  right: 20px;
  width: 49%;
  height: 276px;
}
.home-commerce-sources {
  width: 51%;
}
.home-commerce-product {
  bottom: 0;
  width: 61%;
}
.home-commerce-popover {
  right: 5%;
  bottom: -4px;
}
.home-grocery-visual {
  right: 20px;
  bottom: 18px;
  width: 48%;
  height: 192px;
}
.home-grocery-map {
  inset: 0 0 0 12%;
}
.home-grocery-order {
  bottom: -2px;
  left: 0;
  width: 58%;
  padding: 11px;
}
.home-grocery-order strong {
  padding: 3px 0 4px;
  font-size: 15px;
}
.home-grocery-order div {
  margin-top: 8px;
}
.home-social-visual,.home-ads-visual,.home-web-visual {
  right: 17px;
  bottom: 16px;
  left: 17px;
  height: 106px;
}
.home-social-action {
  bottom: -3px;
}
.home-ad-menu,.home-place-preview {
  bottom: 0;
}
.home-coverage--records > p,.home-coverage--records > .home-platform-chips {
  width: 36%;
}
.home-registry-visual {
  right: 18px;
  bottom: 18px;
  width: 55%;
  height: 224px;
}
.home-company-preview {
  right: -4px;
  bottom: 8px;
}
.home-events-visual {
  right: 18px;
  bottom: 18px;
  width: 48%;
  height: 218px;
}
.home-reservation-hold {
  right: -3px;
  bottom: 10px;
}
@media (max-width:640px) {
  .home-coverage {
    padding: 26px;
  }
  .home-coverage--primary,.home-coverage--grocery,.home-coverage--events {
    min-height: 440px;
  }
  .home-coverage--records {
    min-height: 465px;
  }
  .home-coverage--primary > p,.home-coverage--primary > .home-platform-chips,.home-coverage--primary > .home-coverage-example,.home-coverage--grocery > p,.home-coverage--grocery > .home-platform-chips {
    max-width: 100%;
  }
  .home-commerce-visual {
    right: 5px;
    bottom: 10px;
    width: 88%;
    height: 264px;
    top: auto;
  }
  .home-grocery-visual {
    right: 5px;
    bottom: 8px;
    width: 86%;
    height: 210px;
  }
  .home-registry-visual {
    right: 6px;
    bottom: 7px;
    width: 89%;
    height: 224px;
  }
  .home-events-visual {
    right: 6px;
    bottom: 8px;
    width: 89%;
    height: 216px;
  }
}
.home-coverage--primary > .home-platform-logos {
  max-width: 43%;
}
.home-coverage--grocery > .home-platform-logos {
  max-width: 42%;
}
.home-coverage--records > .home-platform-logos {
  width: 36%;
}
@media (max-width:640px) {
  .home-coverage--primary > .home-platform-logos, .home-coverage--grocery > .home-platform-logos {
    max-width: 100%;
  }
  .home-coverage--records > .home-platform-logos {
    width: auto;
  }
}
#platforms .home-platform-visual, #platforms .home-registry-visual {
  display: none;
}
#platforms .home-coverage--primary, #platforms .home-coverage--grocery {
  min-height: 278px;
}
#platforms .home-coverage--social, #platforms .home-coverage--ads, #platforms .home-coverage--web {
  min-height: 252px;
  padding-bottom: 28px;
}
#platforms .home-coverage--records, #platforms .home-coverage--events {
  min-height: 220px;
}
#platforms .home-coverage--primary > p, #platforms .home-coverage--primary > .home-platform-logos, #platforms .home-coverage--primary > .home-coverage-example, #platforms .home-coverage--grocery > p, #platforms .home-coverage--grocery > .home-platform-logos, #platforms .home-coverage--events > p, #platforms .home-coverage--events > .home-platform-logos {
  max-width: none;
}
#platforms .home-coverage--records > p, #platforms .home-coverage--records > .home-platform-logos {
  width: auto;
}
#platforms .home-coverage--primary .home-coverage-example {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.45;
}
#platforms .home-coverage--primary .home-coverage-example small {
  display: inline;
  flex: 0 0 auto;
  margin: 0;
}
#platforms .home-coverage--social, #platforms .home-coverage--ads, #platforms .home-coverage--web {
  min-height: 216px;
}
#platforms .home-coverage--social .home-platform-logos {
  flex-wrap: nowrap;
  gap: 9px;
}
#platforms .home-coverage--social .home-platform-logo {
  width: 30px;
  height: 30px;
}
#platforms .home-coverage--social .home-platform-logo img {
  width: 28px;
  height: 28px;
}
#platforms .home-coverage--records .home-platform-logos--grid, #platforms .home-coverage--events .home-platform-logos--grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 11px;
}
@media (max-width: 640px) {
  #platforms .home-coverage--social .home-platform-logos, #platforms .home-coverage--records .home-platform-logos--grid, #platforms .home-coverage--events .home-platform-logos--grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  #platforms .home-coverage--primary, #platforms .home-coverage--grocery, #platforms .home-coverage--events, #platforms .home-coverage--records {
    min-height: unset;
    padding-bottom: 26px;
  }
}
.home-methods {
  display: block;
}
.home-methods-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 56px;
  padding: 0;
}
.home-methods-intro h2 {
  max-width: 720px;
  margin-top: 20px;
  font-size: clamp(40px, 4.5vw, 58px);
  line-height: .98;
}
.home-methods-intro > p {
  max-width: 500px;
  margin: 0;
  color: #a7a8a2;
  font-size: 17px;
  line-height: 1.6;
}
.home-method-explorer {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #383a35;
  border-radius: 12px;
  background: #161714;
}
.home-method-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid #383a35;
  background: #161714;
}
.home-method-tab {
  position: relative;
  min-width: 0;
  min-height: 94px;
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid #383a35;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #f5f3eb;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color .18s ease;
}
.home-method-tab:last-child {
  border-right: 0;
}
.home-method-tab:hover {
  border-color: #383a35;
  background: #1d1e1a;
  transform: none;
}
.home-method-tab:focus-visible {
  z-index: 2;
  outline: 2px solid var(--method-color);
  outline-offset: -3px;
}
.home-method-tab.is-active {
  border-color: #383a35;
  background: #20211d;
}
.home-method-tab.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--method-color);
  content: "";
}
.home-method-tab-num {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #767872;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
}
.home-method-tab-num i {
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: var(--method-color);
  opacity: .65;
}
.home-method-tab.is-active .home-method-tab-num {
  color: var(--method-color);
}
.home-method-tab.is-active .home-method-tab-num i {
  opacity: 1;
}
.home-method-tab strong {
  margin: 0;
  color: #f4f2eb;
  font-size: 15px;
  font-weight: 550;
  letter-spacing: -.015em;
  line-height: 1.2;
}
.home-method-preview {
  min-width: 0;
  min-height: 520px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #171815;
}
.home-method-panel {
  min-width: 0;
  min-height: 520px;
  height: 520px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(340px, .88fr) minmax(0, 1.12fr);
}
.home-method-panel[hidden] {
  display: none;
}
.home-method-panel.is-active {
  animation: home-method-panel-in .42s cubic-bezier(.2, .75, .25, 1) both;
}
.home-method-copy {
  min-width: 0;
  padding: 42px;
  border-right: 1px solid #383a35;
  display: flex;
  flex-direction: column;
}
.home-method-eyebrow {
  color: var(--method-color);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.home-method-copy h3 {
  max-width: 430px;
  margin-top: 20px;
  color: #f5f3eb;
  font-size: 30px;
  font-weight: 530;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.home-method-copy > p {
  max-width: 440px;
  margin-top: 19px;
  color: #9fa19a;
  font-size: 15px;
  line-height: 1.6;
}
.home-method-copy ul {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}
.home-method-copy li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  color: #c7c8c2;
  font-size: 13px;
  line-height: 1.45;
}
.home-method-copy li::before {
  width: 13px;
  height: 1px;
  margin-top: 9px;
  background: var(--method-color);
  content: "";
}
.home-method-proof {
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #343630;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #868881;
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1.45;
}
.home-method-proof::before {
  flex: 0 0 auto;
  width: 17px;
  height: 1px;
  background: var(--method-color);
  content: "";
}
.home-method-stage {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 36px;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 24% 16%, var(--method-color), transparent 46%), linear-gradient(135deg, #282821, #22231f);
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 24% 16%, color-mix(in srgb, var(--method-color) 20%, transparent), transparent 46%), linear-gradient(135deg, #282821, #22231f);
  }
}
.home-method-stage::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, .025) 1px, transparent 1px) center / 32px 32px, linear-gradient(to bottom, rgba(255, 255, 255, .025) 1px, transparent 1px) center / 32px 32px;
  content: "";
  pointer-events: none;
}
.home-demo-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 660px;
  min-height: 386px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: #ffffff;
  color: #1b2a44;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .22);
}
.home-demo-shell-head {
  min-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #d8d5cb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #666960;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.home-demo-shell-head > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-demo-shell-head > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--method-color);
  box-shadow: 0 0 0 4px var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--method-color) 14%, transparent);
  }
}
.home-demo-shell-head em {
  color: #8a8c84;
  font-style: normal;
}
.home-agent-demo, .home-api-demo, .home-pipeline-demo, .home-managed-demo {
  min-height: 386px;
  padding: 0;
}
.home-agent-message {
  margin: 18px 18px 0;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 9px;
  align-items: center;
}
.home-agent-message > span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #dedbd2;
  color: #696b64;
}
.home-agent-message p {
  padding: 10px 12px;
  border-color: #d5d2c9;
  background: #fff;
  color: #30322c;
}
.home-agent-tool {
  margin: 12px 18px 0 61px;
  border-color: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--method-color) 38%, #d1cdc2);
  }
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 7%, #fff);
  }
}
.home-agent-tool-head {
  border-color: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--method-color) 24%, #ddd9cf);
  }
}
.home-agent-tool-head > span {
  color: #797066;
}
.home-agent-tool-head > span i {
  background: var(--method-color);
}
.home-agent-tool-head code {
  color: #35362f;
}
.home-agent-tool-head > b {
  background: #e1eee5;
  color: #367c58;
}
.home-agent-args span {
  border-color: #d8d3c7;
  color: #89867d;
}
.home-agent-args b {
  color: #41423c;
}
.home-agent-result {
  border-color: #ddd8cc;
}
.home-agent-result strong {
  color: #292a25;
}
.home-agent-result > span {
  color: #7f8178;
}
.home-agent-result em {
  color: #367c58;
}
.home-agent-answer {
  margin: 13px 18px 0 61px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  color: #565950;
  font-size: 10px;
  line-height: 1.45;
}
.home-agent-answer i {
  color: var(--method-color);
  font-style: normal;
}
.home-agent-answer p {
  margin: 0;
}
.home-agent-answer b {
  color: #252720;
}
.home-agent-composer {
  margin: 14px 18px 18px 61px;
  border-color: #d5d2c9;
  background: #fff;
  color: #a09f98;
}
.home-agent-composer i {
  background: #34362f;
}
.home-api-demo, .home-pipeline-demo, .home-managed-demo {
  display: block;
}
.home-api-request, .home-api-response {
  margin: 17px 18px 0;
  border-color: #d7d4ca;
  background: #fff;
}
.home-demo-bar {
  border-color: #dedbd2;
  color: #777970;
}
.home-demo-bar b {
  color: #35372f;
}
.home-demo-bar em {
  color: var(--method-color);
}
.home-api-request > code {
  padding: 13px 15px;
  color: #666960;
  line-height: 1.7;
}
.home-api-request > code b {
  color: #287b69;
}
.home-api-request > code em {
  color: #9c633f;
}
.home-api-arrow {
  height: 22px;
  color: var(--method-color);
}
.home-api-arrow i {
  top: 50%;
  right: calc(50% - 1px);
  left: auto;
  width: 1px;
  height: 22px;
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 65%, #c7c3b9);
  }
}
.home-api-arrow span {
  width: 21px;
  height: 21px;
  border-color: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--method-color) 50%, #c7c3b9);
  }
  background: #f1eee5;
}
.home-api-response {
  margin-top: 0;
}
.home-api-response-body {
  padding: 13px 15px;
  grid-template-columns: 1fr 1fr;
  gap: 12px 26px;
}
.home-api-response-body > span {
  color: #85877f;
}
.home-api-response-body b {
  color: #367c58;
}
.home-api-response-body strong {
  color: #272922;
}
.home-api-response-body code {
  color: #287b69;
}
.home-pipeline-canvas {
  min-height: 292px;
  padding: 30px 18px 20px;
  display: grid;
  grid-template-columns: 1fr 34px .85fr 34px 1.2fr;
  align-items: center;
}
.home-pipeline-source {
  border-color: #d8d4c9;
  background: #fff;
}
.home-pipeline-source > span {
  color: #85877f;
}
.home-pipeline-source > div i {
  border-color: #fff;
}
.home-pipeline-source > b {
  color: #4a4c45;
}
.home-pipeline-core {
  border-color: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--method-color) 52%, #c8c4b9);
  }
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 13%, #fff);
  }
}
.home-pipeline-core span {
  color: #8a6556;
}
.home-pipeline-core strong {
  color: #3b302b;
}
.home-pipeline-core small {
  color: #8f6e60;
}
.home-pipeline-line {
  background: #cec9be;
}
.home-pipeline-line i {
  background: var(--method-color);
  box-shadow: 0 0 9px var(--method-color);
}
.home-pipeline-targets > span {
  border-color: #d8d4c9;
  background: #fff;
  color: #4b4d46;
}
.home-pipeline-targets > span > i {
  background: var(--method-color);
}
.home-pipeline-targets > span > b {
  color: #367c58;
}
.home-pipeline-log {
  min-height: 51px;
  padding: 0 18px;
  border-top: 1px solid #d8d5cb;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  color: #8b8d85;
  font-family: var(--font-mono);
  font-size: 9px;
}
.home-pipeline-log b {
  color: #44463f;
  font-weight: 550;
}
.home-pipeline-log em {
  color: #367c58;
  font-style: normal;
}
.home-managed-body {
  min-height: 292px;
  padding: 20px 18px;
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  gap: 12px;
}
.home-managed-flow {
  border-color: #d8d4c9;
  background: #fff;
}
.home-managed-flow > span {
  border-color: #e5e1d8;
}
.home-managed-flow i {
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 15%, #f3f0e8);
  }
  color: #705d92;
}
.home-managed-flow b {
  color: #454740;
}
.home-managed-flow em {
  background: #e7f0ea;
  color: #367c58;
}
.home-managed-status {
  border-color: #d8d4c9;
  background: #fff;
}
.home-managed-status > span {
  color: #85877f;
}
.home-managed-status > strong {
  color: #292b24;
}
.home-managed-status > div i {
  background: var(--method-color);
}
.home-managed-status > b {
  color: #6e5e89;
}
.home-managed-status > small {
  margin-top: 5px;
  color: #9a9c94;
  font-size: 8px;
}
.home-managed-footer {
  min-height: 51px;
  padding: 0 18px;
  border-top: 1px solid #d8d5cb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 9px;
}
.home-managed-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6d7067;
}
.home-managed-footer > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4aa276;
}
.agentic-v2 .home-managed-footer a {
  color: #705d92;
  font-weight: 600;
}
@keyframes home-method-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 980px) {
  .home-methods-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .home-methods-intro > p {
    max-width: 650px;
  }
  .home-method-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-method-tab:nth-child(2) {
    border-right: 0;
  }
  .home-method-tab:nth-child(-n+2) {
    border-bottom: 1px solid #383a35;
  }
  .home-method-tab:nth-child(3) {
    grid-column: 1 / -1;
    border-right: 0;
  }
  .home-method-panel {
    min-height: 0;
    height: auto;
    grid-template-columns: 1fr;
  }
  .home-method-copy {
    min-height: 430px;
    border-right: 0;
    border-bottom: 1px solid #383a35;
  }
  .home-method-stage {
    min-height: 500px;
  }
}
@media (max-width: 700px) {
  .home-methods-intro {
    margin-bottom: 38px;
  }
  .home-methods-intro h2 {
    font-size: 36px;
  }
  .home-method-tab {
    min-height: 86px;
    padding: 16px;
  }
  .home-method-tab strong {
    font-size: 13px;
  }
  .home-method-copy {
    min-height: 0;
    padding: 29px 24px 32px;
  }
  .home-method-copy h3 {
    font-size: 26px;
  }
  .home-method-copy > p {
    font-size: 14px;
  }
  .home-method-proof {
    margin-top: 28px;
  }
  .home-method-stage {
    min-height: 450px;
    padding: 22px;
  }
  .home-demo-shell {
    min-height: 0;
  }
  .home-agent-tool, .home-agent-answer, .home-agent-composer {
    margin-left: 18px;
  }
  .home-agent-result {
    grid-template-columns: auto 1fr auto 1fr;
  }
  .home-agent-result em {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .home-pipeline-canvas {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-block: 18px;
  }
  .home-pipeline-line {
    width: 1px;
    height: 16px;
    justify-self: center;
  }
  .home-pipeline-line i {
    top: -7px;
    left: -1px;
    width: 3px;
    height: 9px;
    animation-name: home-pipeline-move-mobile;
  }
  .home-pipeline-core {
    min-height: 82px;
  }
  .home-pipeline-log {
    grid-template-columns: auto 1fr;
  }
  .home-pipeline-log em {
    display: none;
  }
  .home-managed-body {
    grid-template-columns: 1fr;
  }
  .home-managed-status {
    min-height: 180px;
  }
}
.home-method-copy ul {
  margin-top: 23px;
  gap: 11px;
}
.home-method-copy li {
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  color: #d7d8d2;
  font-size: 14px;
  font-weight: 510;
  line-height: 1.35;
}
.home-method-copy li::before {
  display: none;
}
.home-method-list-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--method-color) 42%, #4a5b76);
  }
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 8%, #1b1c18);
  }
  color: var(--method-color);
}
.home-method-list-icon svg {
  width: 17px;
  height: 17px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.home-managed-cta {
  margin-top: 18px;
  padding: 24px 26px;
  border: 1px solid #383a35;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: linear-gradient(100deg, color-mix(in srgb, #a68bd4 9%, #181916), #181916 42%);
}
.home-managed-cta > div {
  display: grid;
  gap: 7px;
}
.home-managed-cta span {
  color: #a68bd4;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.home-managed-cta strong {
  max-width: 760px;
  color: #c6c7c0;
  font-size: 14px;
  font-weight: 480;
  line-height: 1.5;
}
.agentic-v2 .home-managed-cta a:not(.home-button) {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #51495f;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #211e27;
  color: #c8b7e7;
  font-size: 12px;
  font-weight: 600;
  transition: border-color .18s ease, background-color .18s ease;
}
.agentic-v2 .home-managed-cta a:not(.home-button):hover {
  border-color: #8e77b6;
  background: #292330;
}
@media (max-width: 700px) {
  .home-method-copy li {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 13px;
    font-size: 14px;
  }
  .home-method-list-icon {
    width: 36px;
    height: 36px;
  }
  .home-method-list-icon svg {
    width: 18px;
    height: 18px;
  }
  .home-managed-cta {
    padding: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .agentic-v2 .home-managed-cta a:not(.home-button) {
    width: 100%;
    justify-content: space-between;
  }
}
.agentic-v2, .agentic-v2 .home {
  max-width: 100%;
  overflow-x: clip;
}
.agentic-v2 img, .agentic-v2 svg {
  max-width: 100%;
}
.agentic-v2 :where(.home-usecase, .home-coverage, .home-method-panel, .home-bento-card, .home-review, .home-complex-row) {
  min-width: 0;
}
.agentic-v2 .home-usecase--wide > * {
  min-width: 0;
}
.agentic-v2 .home-map {
  overflow: hidden;
}
.agentic-v2 .home-container {
  width: min(calc(100% - clamp(40px, 6vw, 96px)), 1280px);
}
.agentic-v2 .home-section {
  padding-block: clamp(80px, 9vw, 132px);
}
.agentic-v2 :where(.home-intro h2, .home-methods-intro h2) {
  text-wrap: balance;
}
.agentic-v2 :where(.home-intro p, .home-methods-intro p, .home-coverage > p, .home-usecase > p, .home-bento-card > p) {
  text-wrap: pretty;
}
.home-carousel-toolbar {
  margin: -20px 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.home-carousel-toolbar > p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #8c9299;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  letter-spacing: .12em;
}
.home-carousel-toolbar > p i {
  width: clamp(42px, 7vw, 92px);
  height: 1px;
  background: #cfd4d9;
}
.home-carousel-toolbar > div {
  display: flex;
  gap: 8px;
}
.home-carousel-toolbar button {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #d3d8dc;
  border-radius: 50%;
  background: #fff;
  color: #23272b;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.home-carousel-toolbar button:hover:not(:disabled) {
  border-color: #9ca5ad;
  background: #f7f8f8;
  transform: translateY(-2px);
}
.home-carousel-toolbar button:focus-visible, .home-coverage-grid:focus-visible {
  outline: 2px solid var(--home-blue);
  outline-offset: 3px;
}
.home-carousel-toolbar button:disabled {
  opacity: .32;
  cursor: default;
}
.home-carousel-toolbar svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.agentic-v2 .home-coverage-grid {
  --coverage-gap: 14px;
  width: 100%;
  padding: 2px max(0px, calc((100vw - min(calc(100vw - clamp(40px, 6vw, 96px)), 1280px)) / 2)) 18px 2px;
  display: flex;
  gap: var(--coverage-gap);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: 2px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.agentic-v2 .home-coverage-grid::-webkit-scrollbar {
  display: none;
}
.agentic-v2 .home-coverage {
  flex: 0 0 calc((100% - (var(--coverage-gap) * 1.2)) / 2.2);
  grid-column: auto;
  min-height: 430px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.agentic-v2 .home-coverage--primary, .agentic-v2 .home-coverage--grocery, .agentic-v2 .home-coverage--social, .agentic-v2 .home-coverage--ads, .agentic-v2 .home-coverage--web, .agentic-v2 .home-coverage--records, .agentic-v2 .home-coverage--events {
  grid-column: auto;
  min-height: 430px;
}
.agentic-v2 .home-coverage--records > p, .agentic-v2 .home-coverage--records > .home-platform-chips, .agentic-v2 .home-coverage--records > .home-platform-logos {
  width: auto;
}
@media (max-width: 980px) {
  .agentic-v2 .home-coverage {
    flex-basis: min(72vw, 570px);
  }
  .agentic-v2 .home-method-tabs {
    grid-template-columns: repeat(3, minmax(178px, 1fr));
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .agentic-v2 .home-method-tabs::-webkit-scrollbar {
    display: none;
  }
  .agentic-v2 .home-method-tab {
    border-right: 1px solid #383a35;
    border-bottom: 0;
    scroll-snap-align: start;
  }
  .agentic-v2 .home-method-tab:last-child {
    border-right: 0;
  }
  .agentic-v2 .home-method-tab:nth-child(-n+2) {
    border-bottom: 0;
  }
  .agentic-v2 .home-faq-layout {
    gap: clamp(36px, 7vw, 64px);
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-container {
    width: min(calc(100% - 32px), 1280px);
  }
  .agentic-v2 .home-section {
    padding-block: clamp(68px, 18vw, 88px);
  }
  .agentic-v2 .home-preview-actions > a:first-child {
    display: none;
  }
  .agentic-v2 .home-hero {
    padding-top: 20px;
  }
  .agentic-v2 .home-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.04;
  }
  .agentic-v2 .home-hero h1 br {
    display: none;
  }
  .agentic-v2 .home-hero-lede {
    max-width: 34rem;
    font-size: clamp(16px, 4.6vw, 19px);
  }
  .agentic-v2 .home-actions {
    width: 100%;
  }
  .agentic-v2 .home-actions .home-button {
    width: 100%;
    max-width: 360px;
    justify-content: center;
  }
  .home-carousel-toolbar {
    margin-top: -10px;
    margin-bottom: 18px;
  }
  .home-carousel-toolbar button {
    width: 42px;
    height: 42px;
  }
  .agentic-v2 .home-coverage-grid {
    --coverage-gap: 12px;
    margin-right: -16px;
    width: calc(100% + 16px);
    padding-right: 16px;
  }
  .agentic-v2 .home-coverage, .agentic-v2 .home-coverage--primary, .agentic-v2 .home-coverage--grocery, .agentic-v2 .home-coverage--social, .agentic-v2 .home-coverage--ads, .agentic-v2 .home-coverage--web, .agentic-v2 .home-coverage--records, .agentic-v2 .home-coverage--events {
    flex-basis: min(86vw, 390px);
    min-height: 410px;
    padding: 24px;
  }
  .agentic-v2 .home-coverage-top {
    gap: 12px;
  }
  .agentic-v2 .home-coverage-top strong {
    font-size: clamp(18px, 5.2vw, 22px);
  }
  .agentic-v2 .home-method-tabs {
    margin-right: -1px;
    grid-template-columns: repeat(3, minmax(152px, 1fr));
  }
  .agentic-v2 .home-method-tab {
    min-height: 82px;
    padding: 14px;
  }
  .agentic-v2 .home-method-panel {
    min-height: 0;
  }
  .agentic-v2 .home-method-stage {
    min-height: clamp(380px, 110vw, 450px);
  }
  .agentic-v2 .home-usecase, .agentic-v2 .home-bento-card, .agentic-v2 .home-review {
    padding: 26px 24px;
  }
  .agentic-v2 .home-usecase--wide {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }
  .agentic-v2 .home-faq-list summary {
    padding-block: 22px;
    font-size: 18px;
  }
  .agentic-v2 .home-faq-list summary::after {
    top: 18px;
  }
  .agentic-v2 .home-final {
    padding-block: 88px;
  }
  .agentic-v2 .home-final h2 {
    font-size: clamp(36px, 10vw, 44px);
  }
}
@media (max-width: 420px) {
  .agentic-v2 .home-container {
    width: calc(100% - 24px);
  }
  .agentic-v2 .home-preview-nav nav {
    min-height: 56px;
  }
  .agentic-v2 .home-preview-cta {
    min-height: 36px;
    padding-inline: 12px;
  }
  .agentic-v2 .home-logo-cell {
    height: 96px;
  }
  .agentic-v2 .home-coverage-grid {
    margin-right: -12px;
    width: calc(100% + 12px);
    padding-right: 12px;
  }
  .agentic-v2 .home-coverage, .agentic-v2 .home-coverage--primary, .agentic-v2 .home-coverage--grocery, .agentic-v2 .home-coverage--social, .agentic-v2 .home-coverage--ads, .agentic-v2 .home-coverage--web, .agentic-v2 .home-coverage--records, .agentic-v2 .home-coverage--events {
    flex-basis: calc(100vw - 38px);
  }
  .agentic-v2 .home-preview-footer nav {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-carousel-toolbar button {
    transition: none;
  }
}
@media (min-width: 701px) {
  .home-carousel-toolbar {
    display: none;
  }
  .agentic-v2 .home-coverage-grid {
    width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 12px;
    overflow: visible;
    scroll-snap-type: none;
  }
  .agentic-v2 .home-coverage {
    flex: none;
    min-height: 278px;
    scroll-snap-align: none;
    scroll-snap-stop: normal;
  }
  .agentic-v2 .home-coverage--primary {
    grid-column: span 7;
  }
  .agentic-v2 .home-coverage--grocery {
    grid-column: span 5;
  }
  .agentic-v2 .home-coverage--social, .agentic-v2 .home-coverage--ads, .agentic-v2 .home-coverage--web {
    grid-column: span 4;
  }
  .agentic-v2 .home-coverage--records {
    grid-column: span 7;
  }
  .agentic-v2 .home-coverage--events {
    grid-column: span 5;
  }
}
.home-agent-scene {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-agent-scene.is-live {
  position: relative;
  display: block;
  height: 446px;
  padding: 0;
}
.home-agent-scene.is-live .home-agent-view {
  position: absolute;
  inset: 0;
  padding: 24px;
  overflow: hidden;
}
.home-agent-view--search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-agent-searchbox {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 540px;
  padding: 9px 9px 9px 24px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35, 37, 31, 0.1), 0 1px 3px rgba(35, 37, 31, 0.05);
}
.home-agent-query {
  flex: 1;
  margin: 0;
  min-height: 22px;
  color: #1b2a44;
  font-size: 14.5px;
  line-height: 1.5;
}
.home-agent-caret {
  display: inline-block;
  width: 1.5px;
  height: 1em;
  margin-left: 1px;
  background: #1b2a44;
  vertical-align: -0.12em;
  animation: home-agent-caret-blink 1.05s steps(1) infinite;
}
@keyframes home-agent-caret-blink {
  50% {
    opacity: 0;
  }
}
.home-agent-send {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1b2a44;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(35, 37, 31, 0.28);
}
.home-agent-view--work {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.home-agent-stream {
  margin: 0;
  max-width: 94%;
  color: #4a5b76;
  font-size: 14px;
  line-height: 1.55;
}
.home-agent-calline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7f8178;
  font-size: 12px;
}
.home-agent-calline-spin {
  width: 13px;
  height: 13px;
  flex: none;
  border: 1.8px solid #e0ddd3;
  border-top-color: #1b2a44;
  border-radius: 50%;
  animation: home-agent-spin 0.8s linear infinite;
}
@keyframes home-agent-spin {
  to {
    transform: rotate(360deg);
  }
}
.home-agent-calline b {
  display: none;
  color: #3d9e6f;
  font-size: 12.5px;
}
.home-agent-calline.is-done .home-agent-calline-spin {
  display: none;
}
.home-agent-calline.is-done b {
  display: inline;
}
.home-agent-exec {
  padding: 14px 18px;
  border: 1px solid #e9e7de;
  border-radius: 16px;
  background: #fbfaf7;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.home-agent-exec > strong {
  font-size: 12.5px;
  color: #1b2a44;
  letter-spacing: -0.01em;
}
.home-agent-exec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  font-size: 11.5px;
}
.home-agent-exec-row > span {
  font-weight: 600;
  color: #4a5b76;
}
.home-agent-exec-row > span::after {
  content: ":";
}
.home-agent-exec-row code {
  padding: 2px 9px;
  border-radius: 999px;
  background: #f0eee5;
  color: #4a4c44;
  font-size: 10.5px;
}
.home-agent-exec-row em {
  font-style: normal;
  color: #565950;
}
.home-agent-view--table {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-agent-view--table h4 {
  margin: 0 0 12px;
  font-size: 15px;
  color: #1b2a44;
  letter-spacing: -0.01em;
}
.home-agent-view--table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.home-agent-view--table th {
  padding: 4px 8px 8px;
  border-bottom: 1px solid #e6e4dc;
  color: #9a9c93;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-align: left;
  text-transform: uppercase;
}
.home-agent-view--table td {
  padding: 6.5px 8px;
  border-bottom: 1px solid #f0eee6;
  color: #4a5b76;
}
.home-agent-view--table tbody tr:last-child td {
  border-bottom: none;
}
.home-agent-view--table td:nth-child(2) {
  font-weight: 500;
  color: #1b2a44;
}
.home-agent-rank {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border: 1px solid #e0ddd3;
  border-radius: 50%;
  color: #8b8d84;
  font-size: 10px;
}
.home-agent-rating {
  display: inline-block;
  padding: 2.5px 9px;
  border-radius: 999px;
  background: #1b2a44;
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.home-agent-view--table td:nth-child(4) {
  font-variant-numeric: tabular-nums;
  color: #565950;
}
.home-agent-view--table td:nth-child(5) {
  color: #7f8178;
}
.home-agent-view--analysis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}
.home-agent-view--analysis h4 {
  margin: 0 0 2px;
  font-size: 15px;
  color: #1b2a44;
  letter-spacing: -0.01em;
}
.home-agent-view--analysis section strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12.5px;
  color: #1b2a44;
}
.home-agent-view--analysis section p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: #565950;
}
@media (max-width: 700px) {
  .home-agent-view--table th:nth-child(5), .home-agent-view--table td:nth-child(5) {
    display: none;
  }
}
.home-method-preview:has(.home-agent-scene:not(.is-live)) #method-panel-mcp {
  height: auto;
}
.home-api-scene {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-api-scene.is-live {
  position: relative;
  display: block;
  height: 446px;
  padding: 0;
}
.home-api-scene.is-live .home-api-view {
  position: absolute;
  inset: 0;
  padding: 24px;
  overflow: hidden;
}
.home-api-view--request {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-api-reqbox {
  width: 100%;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-api-reqline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 7px 7px 7px 10px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35, 37, 31, 0.1), 0 1px 3px rgba(35, 37, 31, 0.05);
}
.home-api-reqline > b {
  flex: none;
  padding: 6px 12px;
  border-radius: 999px;
  background: #1b2a44;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home-api-reqline > p {
  flex: 1;
  margin: 0;
  min-height: 22px;
  color: #1b2a44;
  font-size: 13.5px;
  font-family: var(--font-mono, ui-monospace, monospace);
}
.home-api-sendbtn {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1b2a44;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 5px 14px rgba(35, 37, 31, 0.28);
}
.home-api-reqcard {
  padding: 14px 18px;
  border: 1px solid #e9e7de;
  border-radius: 16px;
  background: #fbfaf7;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-api-reqrow {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 12px;
  font-family: var(--font-mono, ui-monospace, monospace);
}
.home-api-reqrow .k {
  flex: none;
  min-width: 108px;
  color: #8b8d84;
}
.home-api-reqrow .v {
  color: #1b2a44;
  font-weight: 500;
}
.home-api-reqdiv {
  margin: 4px 0 -2px;
  padding-top: 8px;
  border-top: 1px solid #efede5;
  color: #9a9c93;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.home-api-view--wire {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-api-wirebox {
  width: 100%;
  max-width: 440px;
}
.home-api-wireline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #7f8178;
  font-size: 12.5px;
}
.home-api-wireline b {
  color: #1b2a44;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.home-api-wirebar {
  height: 5px;
  border-radius: 999px;
  background: #efede5;
  overflow: hidden;
}
.home-api-wirebar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: #1b2a44;
}
.home-api-view--response {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.home-api-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}
.home-api-status i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3d9e6f;
  box-shadow: 0 0 0 4px rgba(61, 158, 111, 0.15);
}
.home-api-status b {
  color: #1b2a44;
  font-weight: 600;
}
.home-api-status span {
  padding: 3px 10px;
  border-radius: 999px;
  background: #1b2a44;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.home-api-rescard {
  padding: 18px 20px;
  border: 1px solid #e9e7de;
  border-radius: 16px;
  background: #fbfaf7;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.home-api-resrow {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 13.5px;
  font-family: var(--font-mono, ui-monospace, monospace);
}
.home-api-resrow .k {
  flex: none;
  min-width: 92px;
  color: #2e7d6b;
  font-weight: 600;
}
.home-api-resrow .v {
  color: #1b2a44;
  font-weight: 500;
}
.home-api-resrow--open .v {
  color: #8b8d84;
}
.home-api-view--payload {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.home-api-view--payload h4 {
  margin: 0 0 2px;
  font-size: 15px;
  color: #1b2a44;
  letter-spacing: -0.01em;
}
.home-api-rec {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px 8px 8px;
  border: 1px solid #e9e7de;
  border-radius: 999px;
  background: #fff;
}
.home-api-rec img {
  flex: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.home-api-rec-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.home-api-rec-main strong {
  overflow: hidden;
  color: #1b2a44;
  font-size: 12.5px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-api-rec-main span {
  overflow: hidden;
  color: #8b8d84;
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-api-rec-meta {
  flex: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-api-rec-meta > span {
  color: #7f8178;
  font-size: 10.5px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.home-api-more {
  color: #8b8d84;
  font-size: 11.5px;
  text-align: center;
}
.home-api-view--recap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-api-recapbox {
  max-width: 460px;
  text-align: center;
}
.home-api-recapbox h4 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #1b2a44;
  letter-spacing: -0.01em;
}
.home-api-recapbox p {
  margin: 0 0 16px;
  color: #565950;
  font-size: 12.5px;
  line-height: 1.55;
}
.home-api-recaprow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fbfaf7;
  color: #7f8178;
  font-size: 11.5px;
}
.home-api-recaprow b {
  color: #3d9e6f;
}
.home-method-preview:has(.home-api-scene:not(.is-live)) #method-panel-api {
  height: auto;
}
@media (max-width: 700px) {
  .home-api-rec-meta > span {
    display: none;
  }
  .home-api-reqrow .k, .home-api-resrow .k {
    min-width: 84px;
  }
}
.home-api-results {
  margin-left: 10px;
  padding-left: 16px;
  border-left: 1px solid #e9e7de;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-api-results .home-api-rec img {
  width: 42px;
  height: 42px;
}
.home-api-more {
  color: #9a9c93;
  font-size: 11.5px;
  font-family: var(--font-mono, ui-monospace, monospace);
}
.home-feed-scene {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-feed-scene.is-live {
  position: relative;
  display: block;
  height: 446px;
  padding: 0;
}
.home-feed-scene.is-live .home-feed-view {
  position: absolute;
  inset: 0;
  padding: 24px;
  overflow: hidden;
}
.home-feed-view--schedule {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-feed-schedbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.home-feed-schedlabel {
  padding: 4px 12px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fbfaf7;
  color: #7f8178;
  font-size: 11px;
}
.home-feed-schedbox h4 {
  margin: 0;
  color: #1b2a44;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.home-feed-week {
  display: flex;
  gap: 6px;
}
.home-feed-week span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e6e4dc;
  border-radius: 50%;
  color: #8b8d84;
  font-size: 11px;
}
.home-feed-week span.is-today {
  border-color: #1b2a44;
  background: #1b2a44;
  color: #fff;
}
.home-feed-countdown {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 16px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(35, 37, 31, 0.08);
  color: #7f8178;
  font-size: 12.5px;
}
.home-feed-countdown b {
  color: #d87955;
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.home-feed-view--run {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-feed-logcard {
  padding: 18px 20px;
  border: 1px solid #e9e7de;
  border-radius: 16px;
  background: #fbfaf7;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-feed-logrow {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 12.5px;
}
.home-feed-logrow > span {
  flex: none;
  min-width: 58px;
  color: #d87955;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.home-feed-logrow p {
  margin: 0;
  color: #4a5b76;
}
.home-feed-logrow b {
  font-weight: 600;
}
.home-feed-logrow code {
  padding: 1px 7px;
  border-radius: 999px;
  background: #f0eee5;
  color: #4a4c44;
  font-size: 11px;
}
.home-feed-view--delivery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.home-feed-file {
  border: 1px solid #e9e7de;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.home-feed-file-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #efede5;
  background: #fbfaf7;
  color: #1b2a44;
  font-size: 12px;
  font-weight: 600;
}
.home-feed-file-head em {
  color: #8b8d84;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}
.home-feed-file-rows {
  padding: 8px 16px 12px;
  display: flex;
  flex-direction: column;
}
.home-feed-frow {
  display: grid;
  grid-template-columns: 1fr 52px 58px;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #f0eee6;
  color: #4a5b76;
  font-size: 12px;
  font-family: var(--font-mono, ui-monospace, monospace);
}
.home-feed-frow:last-child {
  border-bottom: none;
}
.home-feed-frow span:nth-child(2), .home-feed-frow span:nth-child(3) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.home-feed-frow--head {
  color: #9a9c93;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.home-feed-frow--more {
  color: #9a9c93;
}
.home-feed-dests {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.home-feed-dest {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border: 1px solid #e6e4dc;
  border-radius: 999px;
  background: #fff;
  color: #7f8178;
  font-size: 11.5px;
}
.home-feed-dest i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3d9e6f;
}
.home-feed-dest b {
  color: #1b2a44;
  font-weight: 600;
}
.home-feed-view--history {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-feed-histbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home-feed-histbox h4 {
  margin: 0;
  color: #1b2a44;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.home-feed-histbox p {
  margin: 0 0 6px;
  color: #7f8178;
  font-size: 12.5px;
}
.home-feed-histrow {
  display: flex;
  gap: 7px;
}
.home-feed-histrow span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 34px;
  border-radius: 12px;
  background: #eaf3ee;
  color: #2e7d5b;
  font-size: 11px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.home-feed-histdays {
  display: flex;
  gap: 7px;
}
.home-feed-histdays span {
  width: 62px;
  color: #9a9c93;
  font-size: 10px;
  text-align: center;
}
.home-method-preview:has(.home-feed-scene:not(.is-live)) #method-panel-export {
  height: auto;
}
.home-feed-event {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 14px;
  border: 1px solid #e9e7de;
  border-radius: 999px;
  background: #fff;
}
.home-feed-event-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fdf1e7;
  color: #d87955;
  font-size: 10.5px;
  font-weight: 600;
  white-space: nowrap;
}
.home-feed-event-badge i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d87955;
}
.home-feed-event > code {
  flex: 1;
  overflow: hidden;
  color: #565950;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-feed-event > b {
  color: #2e7d5b;
  font-size: 10.5px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo {
  width: min(780px, 72%);
  overflow: visible;
  display: grid;
  gap: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  box-shadow: none;
}
.agentic-v2 .home-hero-demo-bar {
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
}
.agentic-v2 .home-hero-demo-title {
  color: #fff;
  text-shadow: 0 1px 10px rgba(5, 24, 61, 0.5);
}
.agentic-v2 .home-hero-demo-title strong {
  font-size: 12px;
}
.agentic-v2 .home-hero-demo-title small {
  color: rgba(255, 255, 255, 0.76);
}
.agentic-v2 .home-hero-demo-mark {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(5, 35, 91, 0.76);
  box-shadow: 0 8px 18px rgba(5, 25, 67, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}
.agentic-v2 .home-hero-demo-connection {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  background: rgba(5, 35, 91, 0.72);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: 0 8px 18px rgba(5, 25, 67, 0.16);
}
.agentic-v2 .home-hero-demo-connection > span {
  background: #68e2ae;
  box-shadow: 0 0 0 3px rgba(104, 226, 174, 0.15);
}
.agentic-v2 .home-hero-demo-tabs {
  width: max-content;
  min-height: 40px;
  padding: 3px;
  justify-self: center;
  align-items: center;
  gap: 2px;
  border: 1px solid rgba(15, 46, 91, 0.14);
  border-radius: 8px;
  background: rgba(248, 251, 255, 0.94);
  box-shadow: 0 12px 28px rgba(5, 31, 82, 0.18), 0 2px 7px rgba(5, 31, 82, 0.12);
}
.agentic-v2 .home-hero-demo-tabs button {
  min-width: 90px;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 5px;
  color: #637089;
}
.agentic-v2 .home-hero-demo-tabs button:hover {
  background: #edf3fb;
}
.agentic-v2 .home-hero-demo-tabs button.is-active {
  border: 0;
  background: #fff;
  color: #174fc8;
  box-shadow: 0 2px 5px rgba(20, 49, 92, 0.11), inset 0 0 0 1px rgba(24, 92, 255, 0.13);
}
.agentic-v2 .home-hero-demo-prompt {
  min-height: 64px;
  padding: 9px 10px 9px 16px;
  border: 1px solid rgba(15, 46, 91, 0.14);
  border-radius: 8px;
  background: rgba(251, 253, 255, 0.95);
  box-shadow: 0 18px 38px rgba(5, 31, 82, 0.2), 0 3px 9px rgba(5, 31, 82, 0.12);
}
.agentic-v2 .home-hero-demo-run {
  min-height: 42px;
}
.agentic-v2 .home-hero-demo-response {
  min-height: 158px;
  overflow: hidden;
  border: 1px solid rgba(15, 46, 91, 0.14);
  border-radius: 8px;
  background: rgba(247, 250, 254, 0.94);
  box-shadow: 0 20px 42px rgba(5, 31, 82, 0.2), 0 4px 10px rgba(5, 31, 82, 0.11);
}
.agentic-v2 .home-hero-demo-meta {
  padding: 16px;
  background: rgba(229, 238, 250, 0.82);
}
.agentic-v2 .home-hero-demo-meta dl {
  margin-top: 18px;
}
.agentic-v2 .home-hero-demo-results {
  padding-block: 7px 9px;
}
.agentic-v2 .home-hero-demo-result {
  min-height: 38px;
  background: rgba(255, 255, 255, 0.66);
}
.agentic-v2 .home-hero-demo-status {
  width: max-content;
  min-height: 30px;
  padding: 0 11px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: rgba(5, 31, 78, 0.8);
  color: rgba(255, 255, 255, 0.66);
  box-shadow: 0 10px 24px rgba(5, 25, 67, 0.18);
}
.agentic-v2 .home-hero-demo-status strong {
  color: #7ce5b5;
}
.agentic-v2 .home-hero-demo-status-dot {
  background: #68e2ae;
}
.agentic-v2 .home-hero-demo-status-spacer {
  width: 10px;
  flex: none;
}
.agentic-v2 .home-hero-demo.is-running .home-hero-demo-status strong {
  color: #b7d0ff;
}
@media (max-width: 980px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 48px);
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 24px);
    gap: 8px;
  }
  .agentic-v2 .home-hero-demo-bar {
    min-height: 30px;
  }
  .agentic-v2 .home-hero-demo-tabs {
    width: 100%;
    box-sizing: border-box;
  }
  .agentic-v2 .home-hero-demo-tabs button {
    min-width: 0;
    min-height: 38px;
  }
  .agentic-v2 .home-hero-demo-prompt {
    min-height: 72px;
  }
  .agentic-v2 .home-hero-demo-response {
    min-height: 160px;
  }
  .agentic-v2 .home-hero-demo-status {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 420px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 16px);
  }
  .agentic-v2 .home-hero-demo-title small {
    display: none;
  }
  .agentic-v2 .home-hero-demo-tabs button {
    padding-inline: 6px;
  }
  .agentic-v2 .home-hero-demo-status-spacer {
    display: none;
  }
}
.agentic-v2 .home-hero-demo {
  --hero-glass: rgba(5, 31, 78, 0.26);
  --hero-glass-strong: rgba(4, 24, 65, 0.42);
  --hero-glass-border: rgba(255, 255, 255, 0.27);
  --hero-glass-highlight: rgba(255, 255, 255, 0.16);
  gap: 12px;
}
.agentic-v2 .home-hero-demo-tabs {
  min-height: 52px;
  padding: 5px;
  border-color: var(--hero-glass-border);
  background: var(--hero-glass);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  box-shadow: inset 0 1px 0 var(--hero-glass-highlight), 0 16px 38px rgba(2, 17, 49, 0.2), 0 2px 8px rgba(2, 17, 49, 0.14);
}
.agentic-v2 .home-hero-demo-tabs button {
  min-width: 150px;
  min-height: 42px;
  padding-inline: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 620;
  text-shadow: 0 1px 8px rgba(2, 17, 49, 0.3);
}
.agentic-v2 .home-hero-demo-tabs button span {
  margin-left: 6px;
  color: #aeeaca;
  font: 650 10px/1 var(--font-mono);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-tabs button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.agentic-v2 .home-hero-demo-tabs button.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.12), 0 5px 14px rgba(2, 17, 49, 0.14);
}
.agentic-v2 .home-hero-demo-prompt {
  min-height: 84px;
  box-sizing: border-box;
  padding: 12px 12px 12px 20px;
  grid-template-columns: 26px minmax(0, 1fr) 56px;
  gap: 15px;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(6, 34, 84, 0.22);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(4, 20, 58, 0.08), 0 22px 46px rgba(2, 17, 49, 0.22), 0 3px 10px rgba(2, 17, 49, 0.13);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.agentic-v2 .home-hero-demo-prompt:focus-within {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(7, 37, 91, 0.29);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 0 0 4px rgba(189, 214, 255, 0.16), 0 24px 50px rgba(2, 17, 49, 0.24);
}
.agentic-v2 .home-hero-demo-prompt > svg {
  width: 24px;
  height: 24px;
  color: rgba(255, 255, 255, 0.76);
  filter: drop-shadow(0 1px 5px rgba(2, 17, 49, 0.35));
}
.agentic-v2 .home-hero-demo-prompt input {
  min-width: 0;
  width: 100%;
  height: 56px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: 540 18px/1.35 var(--font-sans);
  letter-spacing: -0.01em;
  caret-color: #fff;
  text-shadow: 0 1px 10px rgba(2, 17, 49, 0.34);
}
.agentic-v2 .home-hero-demo-prompt input::placeholder {
  color: rgba(255, 255, 255, 0.55);
  opacity: 1;
}
.agentic-v2 .home-hero-demo-run {
  position: relative;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(211, 228, 255, 0.92));
  color: #1047bd;
  box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(25, 72, 164, 0.12), 0 11px 24px rgba(2, 17, 49, 0.25), 0 2px 7px rgba(2, 17, 49, 0.18);
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.agentic-v2 .home-hero-demo-run svg {
  width: 22px;
  height: 22px;
  transition: transform 150ms ease;
}
.agentic-v2 .home-hero-demo-run:hover {
  background: #fff;
  box-shadow: inset 0 1px 0 #fff, 0 14px 30px rgba(2, 17, 49, 0.3), 0 3px 9px rgba(2, 17, 49, 0.18);
  transform: translateY(-1px);
}
.agentic-v2 .home-hero-demo-run:hover svg {
  transform: translate(1px, -1px);
}
.agentic-v2 .home-hero-demo-run:active {
  transform: translateY(1px) scale(0.97);
}
.agentic-v2 .home-hero-demo-run:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.agentic-v2 .home-hero-demo-response {
  grid-template-columns: 1fr;
  border-color: var(--hero-glass-border);
  background: var(--hero-glass-strong);
  -webkit-backdrop-filter: blur(20px) saturate(135%);
  backdrop-filter: blur(20px) saturate(135%);
  box-shadow: inset 0 1px 0 var(--hero-glass-highlight), 0 22px 48px rgba(2, 17, 49, 0.22), 0 3px 10px rgba(2, 17, 49, 0.14);
}
.agentic-v2 .home-hero-demo-result-head {
  color: rgba(255, 255, 255, 0.5);
  min-height: 34px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.agentic-v2 .home-hero-demo-result {
  min-height: 52px;
  border-top-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.075);
  font-size: 15px;
}
.agentic-v2 .home-hero-demo-result strong {
  color: #fff;
  font-size: 15px;
}
.agentic-v2 .home-hero-demo-result span {
  color: rgba(255, 255, 255, 0.76);
  font: 520 14px/1.3 var(--font-mono);
}
.agentic-v2 .home-hero-demo-result em {
  color: #88edc1;
  font-size: 14px;
}
.agentic-v2 .home-hero-demo-status {
  min-height: 38px;
  padding-inline: 14px;
  font-size: 12px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(4, 24, 65, 0.36);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  backdrop-filter: blur(16px) saturate(130%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 12px 28px rgba(2, 17, 49, 0.18);
}
.agentic-v2 .home-hero-demo[data-demo-state="incoming"] .home-hero-demo-status strong, .agentic-v2 .home-hero-demo[data-demo-state="incoming"] .home-hero-demo-result em {
  color: #ffd99a;
}
.agentic-v2 .home-hero-demo[data-demo-state="incoming"] .home-hero-demo-status-dot {
  background: #ffc96f;
  box-shadow: 0 0 0 3px rgba(255, 201, 111, 0.16);
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero-demo {
    gap: 9px;
  }
  .agentic-v2 .home-hero-demo-prompt {
    min-height: 78px;
    grid-template-columns: 20px minmax(0, 1fr) 50px;
    padding: 10px 10px 10px 14px;
    gap: 10px;
  }
  .agentic-v2 .home-hero-demo-prompt input {
    font-size: 16px;
  }
  .agentic-v2 .home-hero-demo-run {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }
  .agentic-v2 .home-hero-demo-tabs button {
    min-width: 0;
    padding-inline: 8px;
    font-size: 13px;
  }
  .agentic-v2 .home-hero-demo-tabs button span {
    display: none;
  }
  .agentic-v2 .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-result {
    grid-template-columns: 92px minmax(0, 1fr) 76px;
    gap: 8px;
  }
  .agentic-v2 .home-hero-demo-result, .agentic-v2 .home-hero-demo-result strong {
    font-size: 13px;
  }
  .agentic-v2 .home-hero-demo-result span, .agentic-v2 .home-hero-demo-result em {
    font-size: 13px;
  }
  .agentic-v2 .home-hero-demo-status {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-hero-demo-run, .agentic-v2 .home-hero-demo-run svg {
    transition: none;
  }
}
.agentic-v2 .home-hero-demo {
  width: min(820px, 76%);
  gap: 8px;
}
.agentic-v2 .home-hero-demo-tabs {
  min-height: 42px;
  padding: 3px;
  border-color: rgba(255, 255, 255, 0.62);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.76);
  -webkit-backdrop-filter: blur(14px) saturate(115%);
  backdrop-filter: blur(14px) saturate(115%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 10px 26px rgba(4, 24, 65, 0.16);
}
.agentic-v2 .home-hero-demo-tabs button {
  min-width: 128px;
  min-height: 34px;
  padding-inline: 14px;
  border-radius: 4px;
  color: #5d6879;
  font-size: 13px;
  font-weight: 580;
  text-shadow: none;
}
.agentic-v2 .home-hero-demo-tabs button:hover {
  color: #17253c;
  background: rgba(255, 255, 255, 0.48);
}
.agentic-v2 .home-hero-demo-tabs button.is-active {
  color: #123f9f;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(18, 63, 159, 0.1), 0 1px 4px rgba(9, 35, 80, 0.1);
}
.agentic-v2 .home-hero-demo-tabs button span {
  color: #56705f;
  font-size: 9px;
}
.agentic-v2 .home-hero-demo-prompt {
  min-height: 58px;
  padding: 6px;
  grid-template-columns: 142px minmax(0, 1fr) 70px;
  gap: 0;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 14px 34px rgba(4, 24, 65, 0.19);
}
.agentic-v2 .home-hero-demo-prompt:focus-within {
  border-color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 #fff, 0 0 0 3px rgba(255, 255, 255, 0.2), 0 14px 34px rgba(4, 24, 65, 0.2);
}
.agentic-v2 .home-hero-demo-select {
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(19, 50, 94, 0.12);
}
.agentic-v2 .home-hero-demo-select select {
  width: 100%;
  height: 44px;
  padding: 0 34px 0 12px;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: #17253c;
  font: 650 14px/1 var(--font-sans);
  cursor: pointer;
}
.agentic-v2 .home-hero-demo-select svg {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
  color: #708098;
  pointer-events: none;
}
.agentic-v2 .home-hero-demo-prompt input {
  height: 44px;
  padding: 0 16px;
  color: #17253c;
  font: 520 16px/1.35 var(--font-sans);
  text-shadow: none;
  caret-color: #174fc8;
}
.agentic-v2 .home-hero-demo-prompt input::placeholder {
  color: #8590a1;
}
.agentic-v2 .home-hero-demo-run {
  width: 70px;
  min-width: 70px;
  height: 44px;
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #123f9f;
  color: #fff;
  font: 650 14px/1 var(--font-sans);
  box-shadow: none;
  transition: background-color 120ms ease;
}
.agentic-v2 .home-hero-demo-run:hover {
  background: #0d347f;
  box-shadow: none;
  transform: none;
}
.agentic-v2 .home-hero-demo-run:active {
  background: #092963;
  transform: none;
}
.agentic-v2 .home-hero-demo-response {
  min-height: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.91);
  -webkit-backdrop-filter: blur(18px) saturate(112%);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 40px rgba(4, 24, 65, 0.18);
}
.agentic-v2 .home-hero-demo-output-head {
  min-height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(19, 50, 94, 0.1);
}
.agentic-v2 .home-hero-demo-output-head strong {
  color: #17253c;
  font-size: 14px;
  font-weight: 680;
}
.agentic-v2 .home-hero-demo-output-head span {
  color: #738096;
  font: 500 11.5px/1 var(--font-mono);
}
.agentic-v2 .home-hero-demo-results {
  padding: 0;
}
.agentic-v2 .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-result {
  grid-template-columns: minmax(250px, 1.9fr) 100px 78px 78px;
  gap: 14px;
  padding-inline: 16px;
}
.agentic-v2 .home-hero-demo-result-head {
  min-height: 32px;
  color: #8792a4;
  font-size: 10px;
}
.agentic-v2 .home-hero-demo-result {
  min-height: 50px;
  border-top-color: rgba(19, 50, 94, 0.09);
  background: transparent;
  color: #435067;
  font-size: 13px;
}
.agentic-v2 .home-hero-demo-result[hidden] {
  display: none;
}
.agentic-v2 .home-hero-demo-primary {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.agentic-v2 .home-hero-demo-primary i {
  width: 24px;
  flex: none;
  color: #96a0b0;
  font: 500 10px/1 var(--font-mono);
  font-style: normal;
  text-align: center;
}
.agentic-v2 .home-hero-demo-primary strong {
  overflow: hidden;
  color: #17253c;
  font-size: 13px;
  font-weight: 640;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-result span {
  color: #58657a;
  font: 500 12.5px/1.3 var(--font-sans);
}
.agentic-v2 .home-hero-demo-result em {
  color: #16734c;
  font-size: 12.5px;
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 16px);
  }
  .agentic-v2 .home-hero-demo-tabs button {
    min-width: 0;
    padding-inline: 7px;
    font-size: 12.5px;
  }
  .agentic-v2 .home-hero-demo-prompt {
    min-height: 56px;
    padding: 6px;
    grid-template-columns: 112px minmax(0, 1fr) 58px;
    gap: 0;
  }
  .agentic-v2 .home-hero-demo-select select {
    padding-left: 9px;
    font-size: 13px;
  }
  .agentic-v2 .home-hero-demo-prompt input {
    padding-inline: 10px;
    font-size: 16px;
  }
  .agentic-v2 .home-hero-demo-run {
    width: 58px;
    min-width: 58px;
    height: 44px;
    min-height: 44px;
    font-size: 13px;
  }
  .agentic-v2 .home-hero-demo-output-head {
    padding-inline: 12px;
  }
  .agentic-v2 .home-hero-demo-output-head span {
    display: none;
  }
  .agentic-v2 .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-result {
    grid-template-columns: minmax(160px, 1fr) 66px 58px;
    gap: 8px;
    padding-inline: 12px;
  }
  .agentic-v2 .home-hero-demo-result-head > :nth-child(4), .agentic-v2 .home-hero-demo-result > :nth-child(4) {
    display: none;
  }
}
.agentic-v2 .home-hero-demo {
  width: min(900px, 82%);
  display: grid;
  gap: 8px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #f7f9fc;
  transform: translate(-50%, -49%);
  box-shadow: none;
}
.agentic-v2 .home-hero-demo-prompt {
  min-height: 56px;
  padding: 6px;
  grid-template-columns: 144px minmax(0, 1fr) 64px;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  background: rgba(5, 8, 13, 0.34);
  -webkit-backdrop-filter: blur(24px) saturate(108%);
  backdrop-filter: blur(24px) saturate(108%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 38px rgba(1, 10, 30, 0.2);
}
.agentic-v2 .home-hero-demo-prompt:focus-within {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(5, 8, 13, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.1), 0 16px 38px rgba(1, 10, 30, 0.22);
}
.agentic-v2 .home-hero-demo-select {
  height: 42px;
  border-right-color: rgba(255, 255, 255, 0.16);
}
.agentic-v2 .home-hero-demo-select select {
  height: 42px;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
}
.agentic-v2 .home-hero-demo-select svg {
  color: rgba(255, 255, 255, 0.62);
}
.agentic-v2 .home-hero-demo-select select option, .agentic-v2 .home-hero-demo-control-select select option {
  color: #172033;
}
.agentic-v2 .home-hero-demo-prompt input {
  height: 42px;
  padding-inline: 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 520;
  text-shadow: none;
  caret-color: #fff;
}
.agentic-v2 .home-hero-demo-prompt input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}
.agentic-v2 .home-hero-demo-run {
  width: 64px;
  min-width: 64px;
  height: 42px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  background: rgba(4, 7, 12, 0.52);
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  box-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease;
}
.agentic-v2 .home-hero-demo-run:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(4, 7, 12, 0.67);
  box-shadow: none;
  transform: none;
}
.agentic-v2 .home-hero-demo-run:active {
  background: rgba(4, 7, 12, 0.78);
  transform: none;
}
.agentic-v2 .home-hero-demo-workspace {
  min-height: 306px;
  display: grid;
  grid-template-columns: 188px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: rgba(4, 7, 12, 0.3);
  -webkit-backdrop-filter: blur(25px) saturate(106%);
  backdrop-filter: blur(25px) saturate(106%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 20px 46px rgba(1, 10, 30, 0.2);
}
.agentic-v2 .home-hero-demo-controls {
  min-width: 0;
  padding: 16px 14px 13px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(3, 5, 9, 0.16);
}
.agentic-v2 .home-hero-demo-control {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  border: 0;
}
.agentic-v2 .home-hero-demo-control > span:first-child, .agentic-v2 .home-hero-demo-control legend {
  padding: 0;
  color: rgba(255, 255, 255, 0.52);
  font: 650 10px/1 var(--font-sans);
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.agentic-v2 .home-hero-demo-control-select {
  position: relative;
  display: flex;
  align-items: center;
}
.agentic-v2 .home-hero-demo-control-select select {
  width: 100%;
  height: 30px;
  padding: 0 28px 0 9px;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  outline: 0;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.9);
  font: 560 11.5px/1 var(--font-sans);
  cursor: pointer;
}
.agentic-v2 .home-hero-demo-control-select select:hover, .agentic-v2 .home-hero-demo-control-select select:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
}
.agentic-v2 .home-hero-demo-control-select svg {
  position: absolute;
  right: 8px;
  width: 14px;
  height: 14px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.agentic-v2 .home-hero-demo-segmented {
  padding: 2px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}
.agentic-v2 .home-hero-demo-segmented button {
  min-width: 0;
  min-height: 25px;
  padding: 0 6px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font: 580 11px/1 var(--font-sans);
  cursor: pointer;
}
.agentic-v2 .home-hero-demo-segmented button:hover {
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
}
.agentic-v2 .home-hero-demo-segmented button.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.agentic-v2 .home-hero-demo-segmented button:focus-visible, .agentic-v2 .home-hero-demo-control-select select:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}
.agentic-v2 .home-hero-demo-playground-link {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.62);
  font: 550 10.5px/1 var(--font-sans);
  text-decoration: none;
}
.agentic-v2 .home-hero-demo-playground-link:hover {
  color: #fff;
}
.agentic-v2 .home-hero-demo-response {
  min-width: 0;
  min-height: 306px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
}
.agentic-v2 .home-hero-demo-output-head {
  min-height: 42px;
  padding: 0 14px;
  border-bottom-color: rgba(255, 255, 255, 0.13);
}
.agentic-v2 .home-hero-demo-output-head strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 600;
}
.agentic-v2 .home-hero-demo-output-head strong i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: #67dda6;
  box-shadow: 0 0 0 3px rgba(103, 221, 166, 0.11);
}
.agentic-v2 .home-hero-demo-output-head span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10.5px;
}
.agentic-v2 .home-hero-demo-table {
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
.agentic-v2 .home-hero-demo-results {
  min-width: 620px;
}
.agentic-v2 .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-result {
  grid-template-columns: minmax(210px, 1.75fr) minmax(78px, 0.68fr) 66px 60px 60px 66px;
  gap: 10px;
  padding-inline: 14px;
}
.agentic-v2 .home-hero-demo-result-head {
  min-height: 34px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 9.5px;
  font-weight: 650;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.agentic-v2 .home-hero-demo-result {
  min-height: 45px;
  border-top-color: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.69);
  font-size: 12px;
}
.agentic-v2 .home-hero-demo-result:hover {
  background: rgba(255, 255, 255, 0.045);
}
.agentic-v2 .home-hero-demo-result strong {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 610;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-result span {
  color: rgba(255, 255, 255, 0.67);
  font: 500 11.5px/1.3 var(--font-sans);
}
.agentic-v2 .home-hero-demo-result em {
  color: #81e4b6;
  font-size: 11.5px;
  font-weight: 560;
}
.agentic-v2 .home-hero-demo-response.is-core-fields [data-field-extra] {
  display: none;
}
.agentic-v2 .home-hero-demo-response.is-core-fields .home-hero-demo-results {
  min-width: 500px;
}
.agentic-v2 .home-hero-demo-response.is-core-fields .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-response.is-core-fields .home-hero-demo-result {
  grid-template-columns: minmax(250px, 1fr) 80px 70px 80px;
}
.agentic-v2 .home-hero-demo-json {
  min-height: 264px;
  max-height: 264px;
  margin: 0;
  padding: 15px 17px 18px;
  overflow: auto;
  border: 0;
  background: rgba(2, 4, 8, 0.1);
  color: rgba(240, 247, 255, 0.86);
  font: 500 10.5px/1.55 var(--font-mono);
  tab-size: 2;
  white-space: pre;
}
.agentic-v2 .home-hero-demo-json[hidden], .agentic-v2 .home-hero-demo-table[hidden] {
  display: none;
}
.agentic-v2 .home-hero-demo.is-running .home-hero-demo-output-head strong i {
  background: #ffd37b;
  box-shadow: 0 0 0 3px rgba(255, 211, 123, 0.11);
  animation: home-hero-demo-pulse 700ms ease-in-out infinite alternate;
}
@media (max-width: 980px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 42px);
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero-wallpaper {
    min-height: 640px;
    aspect-ratio: auto;
  }
  .agentic-v2 .home-hero-wallpaper > img {
    width: 170%;
    min-height: 100%;
    object-fit: cover;
  }
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 20px);
    gap: 7px;
  }
  .agentic-v2 .home-hero-demo-prompt {
    min-height: 54px;
    grid-template-columns: 104px minmax(0, 1fr) 54px;
  }
  .agentic-v2 .home-hero-demo-select select {
    padding-left: 8px;
    font-size: 12.5px;
  }
  .agentic-v2 .home-hero-demo-prompt input {
    padding-inline: 9px;
    font-size: 14px;
  }
  .agentic-v2 .home-hero-demo-run {
    width: 54px;
    min-width: 54px;
    font-size: 12px;
  }
  .agentic-v2 .home-hero-demo-workspace {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-hero-demo-controls {
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }
  .agentic-v2 .home-hero-demo-playground-link {
    display: none;
  }
  .agentic-v2 .home-hero-demo-response {
    min-height: 276px;
  }
  .agentic-v2 .home-hero-demo-output-head {
    min-height: 38px;
    padding-inline: 11px;
  }
  .agentic-v2 .home-hero-demo-output-head strong span {
    display: inline;
  }
  .agentic-v2 .home-hero-demo-output-head > span {
    display: none;
  }
  .agentic-v2 .home-hero-demo-result-head, .agentic-v2 .home-hero-demo-result {
    padding-inline: 11px;
  }
}
.agentic-v2 .home-hero-demo {
  width: min(1040px, 86%);
  gap: 8px;
  color: #ffffff;
  transform: translate(-50%, -49%);
}
.agentic-v2 .home-hero-demo-prompt {
  position: relative;
  z-index: 12;
  min-height: 58px;
  padding: 6px;
  grid-template-columns: 260px minmax(0, 1fr) 88px;
  gap: 6px;
  overflow: visible;
  border: 1px solid rgba(205, 225, 255, 0.5);
  border-radius: 4px;
  background: rgba(4, 34, 104, 0.34);
  -webkit-backdrop-filter: blur(24px) saturate(118%);
  backdrop-filter: blur(24px) saturate(118%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 42px rgba(0, 20, 72, 0.24);
}
.agentic-v2 .home-hero-demo-prompt:focus-within {
  border-color: rgba(232, 241, 255, 0.78);
  background: rgba(4, 34, 104, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26), 0 0 0 3px rgba(208, 226, 255, 0.14), 0 18px 42px rgba(0, 20, 72, 0.26);
}
.agentic-v2 .home-hero-platform-picker {
  position: relative;
  min-width: 0;
}
.agentic-v2 .home-hero-platform-trigger {
  width: 100%;
  min-height: 44px;
  padding: 0 12px 0 9px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(205, 225, 255, 0.22);
  border-radius: 4px;
  background: rgba(14, 62, 151, 0.28);
  color: #ffffff;
  font: 650 14px/1 var(--font-sans);
  text-align: left;
  cursor: pointer;
}
.agentic-v2 .home-hero-platform-trigger:hover, .agentic-v2 .home-hero-platform-trigger[aria-expanded="true"] {
  border-color: rgba(226, 238, 255, 0.5);
  background: rgba(18, 72, 169, 0.44);
}
.agentic-v2 .home-hero-platform-trigger:focus-visible, .agentic-v2 .home-hero-demo-run:focus-visible, .agentic-v2 .home-hero-demo-output-switch button:focus-visible, .agentic-v2 .home-hero-platform-item:focus-visible {
  outline: 2px solid #d9e8ff;
  outline-offset: 2px;
}
.agentic-v2 .home-hero-platform-trigger img {
  width: 26px;
  height: 26px;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  border-radius: 4px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}
.agentic-v2 .home-hero-platform-trigger > span {
  white-space: nowrap;
}
.agentic-v2 .home-hero-platform-trigger > svg {
  width: 16px;
  height: 16px;
  color: #d9e8ff;
  transition: transform 140ms ease;
}
.agentic-v2 .home-hero-platform-trigger[aria-expanded="true"] > svg {
  transform: rotate(180deg);
}
.agentic-v2 .home-hero-demo-prompt > input {
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(205, 225, 255, 0.16);
  border-radius: 4px;
  background: rgba(11, 53, 139, 0.18);
  color: #ffffff;
  font: 560 15px/1.35 var(--font-sans);
}
.agentic-v2 .home-hero-demo-prompt > input::placeholder {
  color: #c6dcff;
}
.agentic-v2 .home-hero-demo-run {
  width: 88px;
  min-width: 88px;
  height: 44px;
  min-height: 44px;
  border: 1px solid rgba(224, 237, 255, 0.48);
  border-radius: 4px;
  background: rgba(6, 31, 91, 0.7);
  color: #ffffff;
  font: 650 13px/1 var(--font-sans);
  box-shadow: none;
  transition: background-color 120ms ease, border-color 120ms ease;
}
.agentic-v2 .home-hero-demo-run:hover {
  border-color: #ffffff;
  background: rgba(7, 42, 119, 0.9);
  box-shadow: none;
  transform: none;
}
.agentic-v2 .home-hero-platform-menu {
  position: absolute;
  z-index: 30;
  top: calc(100% + 10px);
  left: 0;
  width: min(650px, calc(100vw - 52px));
  overflow: hidden;
  border: 1px solid rgba(215, 231, 255, 0.5);
  border-radius: 5px;
  background: rgba(5, 34, 103, 0.96);
  -webkit-backdrop-filter: blur(28px) saturate(122%);
  backdrop-filter: blur(28px) saturate(122%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 24px 60px rgba(0, 17, 64, 0.4);
}
.agentic-v2 .home-hero-platform-menu[hidden] {
  display: none;
}
.agentic-v2 .home-hero-platform-menu > header {
  min-height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(194, 218, 255, 0.2);
}
.agentic-v2 .home-hero-platform-menu > header strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 680;
}
.agentic-v2 .home-hero-platform-menu > header span {
  color: #cfe1ff;
  font: 560 11px/1 var(--font-mono);
}
.agentic-v2 .home-hero-platform-search {
  position: relative;
  margin: 10px 12px 8px;
  display: block;
}
.agentic-v2 .home-hero-platform-search svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 11px;
  width: 17px;
  height: 17px;
  color: #d5e6ff;
  transform: translateY(-50%);
  pointer-events: none;
}
.agentic-v2 .home-hero-platform-search input {
  width: 100%;
  height: 42px;
  padding: 0 12px 0 38px;
  border: 1px solid rgba(205, 225, 255, 0.26);
  border-radius: 4px;
  outline: 0;
  background: rgba(12, 58, 148, 0.35);
  color: #ffffff;
  font: 550 14px/1 var(--font-sans);
}
.agentic-v2 .home-hero-platform-search input::placeholder {
  color: #c4daff;
}
.agentic-v2 .home-hero-platform-search input:focus {
  border-color: #e7f0ff;
  box-shadow: 0 0 0 3px rgba(213, 230, 255, 0.13);
}
.agentic-v2 .home-hero-platform-list {
  max-height: 330px;
  padding: 4px 12px 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #8cb7ff rgba(8, 44, 120, 0.45);
  scrollbar-width: thin;
}
.agentic-v2 .home-hero-platform-item {
  min-width: 0;
  min-height: 54px;
  padding: 7px 9px;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(201, 222, 255, 0.12);
  border-radius: 4px;
  background: rgba(15, 66, 158, 0.2);
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.agentic-v2 .home-hero-platform-item:hover {
  border-color: rgba(223, 237, 255, 0.4);
  background: rgba(20, 79, 181, 0.46);
}
.agentic-v2 .home-hero-platform-item.is-selected {
  border-color: rgba(203, 225, 255, 0.62);
  background: rgba(25, 91, 205, 0.56);
}
.agentic-v2 .home-hero-platform-item[hidden] {
  display: none;
}
.agentic-v2 .home-hero-platform-item > img {
  width: 32px;
  height: 32px;
  display: block;
  box-sizing: border-box;
  padding: 3px;
  align-self: center;
  justify-self: center;
  border-radius: 4px;
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}
.agentic-v2 .home-hero-platform-item > span {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.agentic-v2 .home-hero-platform-item strong {
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 650;
  white-space: normal;
}
.agentic-v2 .home-hero-platform-item small {
  overflow: hidden;
  color: #c9ddff;
  font-size: 10.5px;
  font-weight: 530;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-hero-platform-item > i {
  width: 7px;
  height: 7px;
  justify-self: center;
  border-radius: 50%;
  background: #67e7ac;
  box-shadow: 0 0 0 3px rgba(103, 231, 172, 0.13);
}
.agentic-v2 .home-hero-platform-item > svg {
  width: 15px;
  height: 15px;
  justify-self: center;
  color: #d7e8ff;
}
.agentic-v2 .home-hero-platform-menu > footer {
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(194, 218, 255, 0.2);
}
.agentic-v2 .home-hero-platform-menu > footer a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 620;
  text-decoration: none;
}
.agentic-v2 .home-hero-platform-menu > footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.agentic-v2 .home-hero-demo-workspace {
  min-height: 0;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(205, 225, 255, 0.44);
  border-radius: 4px;
  background: rgba(4, 34, 104, 0.32);
  -webkit-backdrop-filter: blur(25px) saturate(116%);
  backdrop-filter: blur(25px) saturate(116%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 20px 46px rgba(0, 20, 72, 0.22);
}
.agentic-v2 .home-hero-demo-toolbar {
  min-height: 58px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(150px, 0.85fr) auto;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(195, 219, 255, 0.22);
}
.agentic-v2 .home-hero-demo-capability, .agentic-v2 .home-hero-demo-counts {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.agentic-v2 .home-hero-demo-capability > span {
  color: #c8ddff;
  font: 620 10.5px/1 var(--font-sans);
}
.agentic-v2 .home-hero-demo-capability strong {
  overflow: hidden;
  color: #ffffff;
  font: 600 12px/1 var(--font-mono);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-proof {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.agentic-v2 .home-hero-demo-proof i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: #67e7ac;
  box-shadow: 0 0 0 3px rgba(103, 231, 172, 0.13);
}
.agentic-v2 .home-hero-demo-proof span {
  overflow: hidden;
  color: #e1ecff;
  font-size: 11.5px;
  font-weight: 570;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-counts {
  text-align: right;
}
.agentic-v2 .home-hero-demo-counts strong {
  color: #ffffff;
  font: 610 11.5px/1 var(--font-sans);
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-counts span {
  color: #c5dbff;
  font: 540 10.5px/1 var(--font-sans);
}
.agentic-v2 .home-hero-demo-output-switch {
  padding: 3px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid rgba(204, 225, 255, 0.24);
  border-radius: 4px;
  background: rgba(13, 61, 150, 0.25);
}
.agentic-v2 .home-hero-demo-output-switch button {
  min-width: 60px;
  min-height: 32px;
  padding: 0 10px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #cbe0ff;
  font: 620 11.5px/1 var(--font-sans);
  cursor: pointer;
}
.agentic-v2 .home-hero-demo-output-switch button:hover {
  background: rgba(35, 102, 218, 0.32);
  color: #ffffff;
}
.agentic-v2 .home-hero-demo-output-switch button.is-active {
  background: rgba(59, 127, 239, 0.5);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.agentic-v2 .home-hero-demo-response {
  min-height: 278px;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.agentic-v2 .home-hero-demo-table {
  width: 100%;
  max-height: 278px;
  overflow: auto;
  scrollbar-color: #8cb7ff rgba(8, 44, 120, 0.42);
  scrollbar-width: thin;
}
.agentic-v2 .home-hero-demo-table table {
  width: max-content;
  min-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  color: #ffffff;
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
}
.agentic-v2 .home-hero-demo-table th, .agentic-v2 .home-hero-demo-table td {
  height: 44px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(189, 216, 255, 0.17);
  color: #e9f1ff;
  font-size: 14px;
  font-weight: 530;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-table th {
  position: sticky;
  z-index: 3;
  top: 0;
  height: 36px;
  background: rgba(8, 49, 137, 0.96);
  color: #cde1ff;
  font-size: 12.5px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}
.agentic-v2 .home-hero-demo-table th.is-primary, .agentic-v2 .home-hero-demo-table td.is-primary {
  position: sticky;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  left: 0;
  border-right: 1px solid rgba(193, 219, 255, 0.18);
  background: rgba(7, 47, 132, 0.97);
  color: #ffffff;
  font-weight: 620;
}
.agentic-v2 .home-hero-demo-table th.is-primary {
  z-index: 4;
}
.agentic-v2 .home-hero-demo-table .is-number {
  text-align: right;
}
.agentic-v2 .home-hero-demo-table tbody tr:hover td {
  background: rgba(33, 99, 211, 0.26);
}
.agentic-v2 .home-hero-demo-table tbody tr:hover td.is-primary {
  background: rgba(16, 69, 168, 0.98);
}
.agentic-v2 .home-hero-demo-json {
  min-height: 278px;
  max-height: 278px;
  margin: 0;
  padding: 16px 18px 20px;
  overflow: auto;
  border: 0;
  background: rgba(4, 31, 98, 0.28);
  color: #e5efff;
  font: 520 11px/1.55 var(--font-mono);
  scrollbar-color: #8cb7ff rgba(8, 44, 120, 0.42);
  scrollbar-width: thin;
  white-space: pre;
}
.agentic-v2 .home-hero-demo-json[hidden], .agentic-v2 .home-hero-demo-table[hidden] {
  display: none;
}
.agentic-v2 .home-hero-demo-coverage {
  min-height: 48px;
  padding: 7px 12px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border-top: 1px solid rgba(195, 219, 255, 0.22);
}
.agentic-v2 .home-hero-demo-coverage > div {
  display: grid;
  gap: 5px;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-coverage > div strong {
  color: #ffffff;
  font-size: 11px;
  font-weight: 640;
}
.agentic-v2 .home-hero-demo-coverage > div span {
  color: #c8ddff;
  font-size: 10.5px;
  font-weight: 540;
}
.agentic-v2 .home-hero-demo-coverage ul {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
}
.agentic-v2 .home-hero-demo-coverage li {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: #dce9ff;
  font-size: 10.5px;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-coverage li b {
  color: #ffffff;
  font: 640 10.5px/1 var(--font-mono);
}
.agentic-v2 .home-hero-demo-coverage > a {
  color: #ffffff;
  font-size: 11px;
  font-weight: 640;
  text-decoration: none;
  white-space: nowrap;
}
.agentic-v2 .home-hero-demo-coverage > a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 980px) {
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 42px);
  }
  .agentic-v2 .home-hero-demo-toolbar {
    grid-template-columns: minmax(150px, 1fr) minmax(140px, 0.8fr) auto;
  }
  .agentic-v2 .home-hero-demo-counts {
    display: none;
  }
  .agentic-v2 .home-hero-demo-coverage ul {
    gap: 9px;
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero-wallpaper {
    min-height: 690px;
  }
  .agentic-v2 .home-hero-demo {
    width: calc(100% - 20px);
  }
  .agentic-v2 .home-hero-demo-prompt {
    min-height: 104px;
    grid-template-columns: minmax(0, 1fr) 72px;
    grid-template-rows: 42px 42px;
    gap: 4px;
  }
  .agentic-v2 .home-hero-platform-picker {
    grid-column: 1 / -1;
  }
  .agentic-v2 .home-hero-platform-trigger {
    min-height: 42px;
    padding-inline: 7px;
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    gap: 6px;
    font-size: 13px;
  }
  .agentic-v2 .home-hero-platform-trigger img {
    width: 24px;
    height: 24px;
  }
  .agentic-v2 .home-hero-demo-prompt > input {
    height: 42px;
    padding-inline: 9px;
    font-size: 16px;
  }
  .agentic-v2 .home-hero-demo-run {
    width: 72px;
    min-width: 72px;
    height: 42px;
    min-height: 42px;
    padding-inline: 6px;
    font-size: 11.5px;
  }
  .agentic-v2 .home-hero-platform-menu {
    left: 0;
    width: calc(100vw - 32px);
  }
  .agentic-v2 .home-hero-platform-menu > header {
    padding-inline: 12px;
  }
  .agentic-v2 .home-hero-platform-menu > header span {
    display: none;
  }
  .agentic-v2 .home-hero-platform-list {
    max-height: 390px;
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-hero-demo-toolbar {
    min-height: 88px;
    padding: 10px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 10px;
  }
  .agentic-v2 .home-hero-demo-proof {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .agentic-v2 .home-hero-demo-output-switch {
    grid-column: 2;
    grid-row: 1;
  }
  .agentic-v2 .home-hero-demo-output-switch button {
    min-width: 52px;
    min-height: 38px;
  }
  .agentic-v2 .home-hero-demo-table, .agentic-v2 .home-hero-demo-json {
    max-height: 286px;
    min-height: 286px;
  }
  .agentic-v2 .home-hero-demo-table th, .agentic-v2 .home-hero-demo-table td {
    height: 46px;
    padding-inline: 10px;
    font-size: 14px;
  }
  .agentic-v2 .home-hero-demo-table th {
    height: 38px;
    font-size: 12.5px;
  }
  .agentic-v2 .home-hero-demo-coverage {
    min-height: 64px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }
  .agentic-v2 .home-hero-demo-coverage > a {
    display: none;
  }
  .agentic-v2 .home-hero-demo-coverage ul {
    gap: 10px;
  }
}
.agentic-v2 .home-hero-demo {
  width: min(1120px, 92%);
}
.agentic-v2 .home-hero-demo-prompt {
  background: rgba(2, 24, 76, 0.22);
  backdrop-filter: blur(18px) saturate(110%);
}
.agentic-v2 .home-hero-demo-prompt:focus-within {
  background: rgba(2, 27, 84, 0.28);
}
.agentic-v2 .home-hero-demo-workspace {
  background: rgba(2, 20, 67, 0.18);
  backdrop-filter: blur(18px) saturate(108%);
}
.agentic-v2 .home-hero-demo-toolbar {
  background: rgba(4, 35, 103, 0.20);
}
.agentic-v2 .home-hero-demo-table table {
  table-layout: fixed;
}
.agentic-v2 .home-hero-demo-table th, .agentic-v2 .home-hero-demo-table td {
  overflow: hidden;
  text-overflow: ellipsis;
  border-right: 1px solid rgba(205, 226, 255, 0.10);
}
.agentic-v2 .home-hero-demo-table th:last-child, .agentic-v2 .home-hero-demo-table td:last-child {
  border-right: 0;
}
.agentic-v2 .home-hero-demo-table th {
  background: rgba(5, 43, 121, 0.76);
}
.agentic-v2 .home-hero-demo-table th.is-primary, .agentic-v2 .home-hero-demo-table td.is-primary {
  background: rgba(4, 39, 109, 0.80);
}
.agentic-v2 .home-hero-demo-table tbody tr:hover td {
  background: rgba(78, 142, 255, 0.12);
}
.agentic-v2 .home-hero-demo-table tbody tr:hover td.is-primary {
  background: rgba(8, 57, 145, 0.86);
}
.agentic-v2 .home-hero-demo-response {
  position: relative;
}
.agentic-v2 .home-hero-demo-state {
  position: absolute;
  z-index: 8;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 24px;
  background: rgba(3, 28, 88, 0.34);
  backdrop-filter: blur(14px) saturate(110%);
  color: #ffffff;
  text-align: center;
}
.agentic-v2 .home-hero-demo-state[hidden] {
  display: none;
}
.agentic-v2 .home-hero-demo-state > strong {
  font: 650 15px/1.25 var(--font-sans);
  letter-spacing: -0.01em;
}
.agentic-v2 .home-hero-demo-state > span {
  color: #cfe1ff;
  font: 540 12.5px/1.4 var(--font-sans);
}
.agentic-v2 .home-hero-demo-state-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 18px;
}
.agentic-v2 .home-hero-demo-state-indicator i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.35;
  animation: home-hero-state-dot 900ms ease-in-out infinite;
}
.agentic-v2 .home-hero-demo-state-indicator i:nth-child(2) {
  animation-delay: 120ms;
}
.agentic-v2 .home-hero-demo-state-indicator i:nth-child(3) {
  animation-delay: 240ms;
}
.agentic-v2 .home-hero-demo-state-progress {
  width: min(230px, 70vw);
  height: 2px;
  margin-top: 4px;
  overflow: hidden;
  background: rgba(207, 225, 255, 0.2);
}
.agentic-v2 .home-hero-demo-state-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: #9fc5ff;
  transform: scaleX(0);
  transform-origin: left;
  animation: home-hero-state-load 400ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.agentic-v2 .home-hero-demo-state[data-stage="processing"] .home-hero-demo-state-progress i {
  animation-name: home-hero-state-process;
  animation-duration: 500ms;
}
.agentic-v2 .home-hero-demo-output-switch button:disabled {
  cursor: wait;
  opacity: 0.55;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr {
  animation: home-hero-row-reveal 200ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr:nth-child(2) {
  animation-delay: 30ms;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr:nth-child(3) {
  animation-delay: 60ms;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr:nth-child(4) {
  animation-delay: 90ms;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr:nth-child(5) {
  animation-delay: 120ms;
}
.agentic-v2 .home-hero-demo-table.is-revealing tbody tr:nth-child(6) {
  animation-delay: 150ms;
}
@keyframes home-hero-state-dot {
  0%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
@keyframes home-hero-state-load {
  from {
    transform: scaleX(0.08);
  }
  to {
    transform: scaleX(0.48);
  }
}
@keyframes home-hero-state-process {
  from {
    transform: scaleX(0.48);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes home-hero-row-reveal {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-hero-demo-table.is-revealing tbody tr {
    animation: none;
  }
}
.agentic-v2 .home-hero-demo-response, .agentic-v2 .home-hero-demo-table, .agentic-v2 .home-hero-demo-json {
  height: 326px;
  min-height: 326px;
  max-height: 326px;
}
.agentic-v2 .home-hero-demo-table th {
  height: 38px;
}
.agentic-v2 .home-hero-demo-table td {
  height: 48px;
}
.home-products {
  padding: 110px 0 120px;
  background: #fff;
}
.home-product-grid {
  display: grid;
  gap: 20px;
  margin-top: 56px;
}
.home-product-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.home-product-card {
  --product-accent: #65a4ff;
  --product-image: url("/images/agentic/product-texture-prism.jpeg");
  --product-overlay: rgba(3, 24, 64, 0.6);
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 438px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(36, 102, 202, 0.16);
  border-radius: 12px;
  background-image: var(--product-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 18px 42px -34px rgba(0, 35, 100, 0.5);
  display: flex;
  flex-direction: column;
  color: #fff;
  transition: border-color 180ms ease;
}
.home-product-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--product-overlay);
}
.home-product-card > * {
  position: relative;
  z-index: 1;
}
.home-product-card:hover {
  border-color: rgba(229, 241, 255, 0.42);
}
.home-product-card--api {
  background-position: center 60%;
}
.home-product-card--universal {
  --product-accent: #70e1ff;
  --product-image: url("/images/agentic/product-texture-glass.jpeg");
  --product-overlay: rgba(3, 27, 68, 0.62);
}
.home-product-card--ai {
  --product-accent: #bda7ff;
  --product-image: url("/images/agentic/product-texture-glass.jpeg");
  --product-overlay: rgba(13, 24, 72, 0.64);
  background-position: 35% center;
}
.home-product-card--mcp {
  --product-accent: #68f0c2;
  --product-overlay: rgba(2, 31, 66, 0.62);
  background-position: 66% 58%;
}
.home-product-copy {
  max-width: 520px;
}
.home-product-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.home-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--product-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--product-accent) 54%, transparent);
  }
  border-radius: 8px;
  background: var(--product-accent);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--product-accent) 16%, rgba(5, 36, 96, 0.64));
  }
  color: var(--product-accent);
}
.home-product-icon svg {
  width: 24px;
  height: 24px;
}
.home-product-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-size: clamp(28px, 2.35vw, 34px);
  font-weight: 680;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: #fff;
}
.home-product-copy > p {
  max-width: 48ch;
  margin: 0;
  font-size: 17px;
  line-height: 1.52;
  color: rgba(225, 238, 255, 0.88);
}
.home-product-demo {
  min-height: 156px;
  margin: 20px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(219, 237, 255, 0.24);
  border-radius: 6px;
  background: rgba(5, 28, 76, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.home-product-grid .home-demo-bar {
  min-height: 30px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(218, 235, 255, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
  color: rgba(220, 236, 255, 0.72);
}
.home-product-grid .home-demo-bar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.home-product-grid .home-demo-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65efb7;
  box-shadow: 0 0 0 3px rgba(101, 239, 183, 0.12);
  animation: home-product-live-pulse 2.2s ease-in-out infinite;
}
@keyframes home-product-live-pulse {
  0%, 100% {
    box-shadow: 0 0 0 3px rgba(101, 239, 183, 0.1);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(101, 239, 183, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-product-grid .home-demo-bar i {
    animation: none;
  }
}
.home-api-path {
  height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(218, 235, 255, 0.14);
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-api-path strong {
  padding: 4px 6px;
  border-radius: 4px;
  background: rgba(101, 164, 255, 0.2);
  font-family: var(--font-mono);
  font-size: 9px;
  color: #a9ccff;
}
.home-api-path code {
  overflow: hidden;
  font-size: 11px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-demo-table-row {
  min-height: 22px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(218, 235, 255, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px 42px;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: rgba(236, 245, 255, 0.88);
}
.home-demo-table-row span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-demo-table-head {
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(194, 219, 255, 0.62);
}
.home-url-field {
  height: 40px;
  margin: 10px;
  padding: 0 10px;
  border: 1px solid rgba(210, 235, 255, 0.24);
  border-radius: 4px;
  background: rgba(8, 39, 101, 0.56);
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  color: rgba(199, 222, 255, 0.62);
}
.home-url-field strong {
  min-width: 0;
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-url-field i {
  width: 26px;
  height: 26px;
  margin-left: auto;
  border-radius: 4px;
  background: #76ddff;
  display: grid;
  place-items: center;
  color: #053873;
  font-style: normal;
  font-weight: 800;
}
.home-extract-result {
  margin: 0 10px 10px;
  padding: 9px 10px;
  border: 1px solid rgba(210, 235, 255, 0.14);
  background: rgba(4, 27, 75, 0.42);
}
.home-extract-result-head {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #80e4ff;
}
.home-extract-result > strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #fff;
}
.home-extract-result > p {
  margin: 0;
  font-size: 9px;
  line-height: 1.45;
  color: rgba(220, 236, 255, 0.68);
}
.home-extract-lines {
  margin-top: 9px;
  display: grid;
  gap: 4px;
}
.home-extract-lines i {
  height: 3px;
  border-radius: 4px;
  background: rgba(169, 205, 255, 0.18);
}
.home-extract-lines i:nth-child(2) {
  width: 86%;
}
.home-extract-lines i:nth-child(3) {
  width: 64%;
}
.home-ai-demo {
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 10px;
}
.home-ai-prompt, .home-ai-output {
  border: 1px solid rgba(224, 218, 255, 0.18);
  background: rgba(35, 22, 91, 0.26);
}
.home-ai-prompt {
  padding: 13px;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.home-ai-prompt > svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  color: #c5afff;
}
.home-ai-prompt p {
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
  color: rgba(242, 238, 255, 0.88);
}
.home-ai-output {
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 7px;
}
.home-ai-output > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 8px;
}
.home-ai-output > div span {
  color: rgba(215, 206, 255, 0.65);
}
.home-ai-output > div strong {
  color: #fff;
}
.home-ai-output em {
  margin-top: 4px;
  padding: 6px 7px;
  border-left: 2px solid #68efc0;
  background: rgba(104, 239, 192, 0.08);
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
  color: #9bf8d8;
}
.home-mcp-demo {
  padding: 12px;
  display: grid;
  align-content: start;
  gap: 8px;
}
.home-agent-line, .home-tool-call {
  padding: 10px;
  border: 1px solid rgba(198, 255, 232, 0.16);
  background: rgba(3, 52, 76, 0.28);
}
.home-agent-line {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.home-agent-line > span {
  padding: 3px 5px;
  border-radius: 4px;
  background: rgba(104, 240, 194, 0.16);
  font-family: var(--font-mono);
  font-size: 7px;
  letter-spacing: 0.06em;
  color: #8df4d2;
}
.home-agent-line p {
  margin: 0;
  font-size: 9px;
  line-height: 1.45;
  color: rgba(232, 255, 247, 0.86);
}
.home-tool-call > div, .home-tool-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.home-tool-call span {
  font-size: 8px;
  color: rgba(201, 239, 228, 0.58);
}
.home-tool-call strong, .home-tool-call code {
  font-family: var(--font-mono);
  color: #fff;
}
.home-tool-call strong {
  font-size: 8px;
}
.home-tool-call code {
  display: block;
  margin-top: 7px;
  font-size: 8px;
  color: #96f4d5;
}
.home-tool-result {
  padding: 8px 10px;
  border-left: 2px solid #68f0c2;
  background: rgba(104, 240, 194, 0.08);
  font-size: 8px;
  color: rgba(222, 255, 244, 0.78);
}
.home-tool-result i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #68f0c2;
}
.home-tool-result span {
  margin-right: auto;
}
.home-tool-result strong {
  color: #fff;
}
.home-product-card > a {
  margin-top: auto;
  align-self: flex-start;
  padding-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 680;
  color: var(--product-accent);
}
.home-product-card > a span {
  transition: transform 180ms ease;
}
.home-product-card > a:hover span {
  transform: translateX(4px);
}
@media (max-width: 820px) {
  .home-product-band {
    grid-template-columns: 1fr;
  }
  .home-product-card {
    min-height: 430px;
  }
}
@media (max-width: 560px) {
  .home-product-grid {
    margin-top: 38px;
    gap: 14px;
  }
  .home-product-band {
    gap: 14px;
  }
  .home-product-card {
    min-height: 426px;
    padding: 22px 20px;
  }
  .home-product-card h3 {
    font-size: 27px;
  }
  .home-product-copy > p {
    font-size: 16px;
  }
  .home-product-demo {
    margin-top: 20px;
  }
  .home-ai-demo {
    grid-template-columns: 1fr;
  }
  .home-ai-prompt {
    min-height: 58px;
  }
}
.home-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.home-product-band {
  display: contents;
}
.home-product-card, .home-product-card--api, .home-product-card--universal, .home-product-card--ai, .home-product-card--mcp {
  --product-image: url("/images/agentic/product-halftone-dots.jpeg");
  --product-overlay: transparent;
  min-height: 330px;
  padding: 24px 22px;
  border: 1px solid rgba(18, 26, 40, 0.14);
  border-radius: 8px;
  background-image: var(--product-image);
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset, 0 16px 34px -28px rgba(10, 23, 46, 0.38);
  color: #111820;
}
.home-product-card::before {
  display: none;
}
.home-product-card:hover {
  border-color: rgba(24, 92, 255, 0.34);
}
.home-product-icon {
  width: 44px;
  height: 44px;
  border-color: var(--product-accent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--product-accent) 58%, rgba(17, 24, 32, 0.2));
  }
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 5px 14px -11px rgba(10, 32, 70, 0.8);
}
.home-product-icon svg {
  width: 22px;
  height: 22px;
}
.home-product-card h3 {
  font-size: clamp(24px, 2vw, 28px);
  color: #111820;
}
.home-product-copy > p {
  font-size: 15.5px;
  line-height: 1.48;
  color: #37414d;
}
.home-product-demo {
  min-height: 174px;
  margin: 22px 0 20px;
  border-color: rgba(23, 38, 58, 0.16);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 10px 24px -21px rgba(8, 30, 70, 0.6);
}
.home-product-grid .home-demo-bar {
  border-bottom-color: rgba(23, 38, 58, 0.12);
  color: #485565;
}
.home-api-path {
  border-bottom-color: rgba(23, 38, 58, 0.1);
}
.home-api-path strong {
  background: rgba(24, 92, 255, 0.12);
  color: #0b49ca;
}
.home-api-path code, .home-extract-result > strong, .home-ai-output > div strong, .home-tool-call strong, .home-tool-result strong {
  color: #111820;
}
.home-demo-table-row {
  grid-template-columns: minmax(0, 1fr) 42px 34px;
  gap: 6px;
  border-bottom-color: rgba(23, 38, 58, 0.09);
  font-size: 9px;
  color: #27313d;
}
.home-demo-table-head {
  color: #667384;
}
.home-url-field {
  border-color: rgba(23, 38, 58, 0.15);
  background: rgba(255, 255, 255, 0.86);
  color: #748091;
}
.home-url-field strong {
  color: #111820;
}
.home-extract-result {
  border-color: rgba(23, 38, 58, 0.12);
  background: rgba(255, 255, 255, 0.66);
}
.home-extract-result-head {
  color: #1760d3;
}
.home-extract-result > p {
  color: #5a6675;
}
.home-extract-lines i {
  background: rgba(31, 66, 116, 0.16);
}
.home-ai-demo {
  grid-template-columns: 1fr;
}
.home-ai-prompt, .home-ai-output {
  border-color: rgba(74, 56, 146, 0.14);
  background: rgba(255, 255, 255, 0.68);
}
.home-ai-prompt p {
  color: #34303f;
}
.home-ai-output > div span {
  color: #706985;
}
.home-ai-output em {
  color: #14755c;
}
.home-agent-line, .home-tool-call {
  border-color: rgba(22, 91, 75, 0.14);
  background: rgba(255, 255, 255, 0.66);
}
.home-agent-line p, .home-tool-call span, .home-tool-result {
  color: #3f4c55;
}
.home-tool-call code {
  color: #14755c;
}
.home-product-card > a {
  color: var(--product-accent);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--product-accent) 76%, #111820);
  }
}
@media (max-width: 1180px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-product-card, .home-product-card--api, .home-product-card--universal, .home-product-card--ai, .home-product-card--mcp {
    min-height: 300px;
  }
  .home-ai-demo {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}
@media (max-width: 620px) {
  .home-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .home-product-card, .home-product-card--api, .home-product-card--universal, .home-product-card--ai, .home-product-card--mcp {
    min-height: 280px;
  }
  .home-ai-demo {
    grid-template-columns: 1fr;
  }
}
.agentic-v2 .home-hero {
  padding-bottom: 24px;
}
.agentic-v2 .home-logos {
  padding-top: 48px;
  padding-bottom: 56px;
}
.agentic-landing.agentic-v2 .home-logos .home-customer-heading {
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}
.agentic-v2 .home-logo-grid {
  width: min(100%, 1040px);
  margin: 18px auto 0;
}
.agentic-v2 .home-logo-cell {
  height: 92px;
}
.agentic-v2 .home-logo-img {
  height: 26px;
  max-width: 120px;
}
.agentic-v2 .home-logo-img--cosmos {
  height: 16px;
  max-width: 120px;
}
.agentic-v2 .home-logo-img--solstice {
  height: 60px;
}
.agentic-v2 .home-logo-img--hcompany {
  height: 27px;
}
.agentic-v2 .home-logo-img--toca {
  height: 29px;
}
.agentic-v2 .home-logo-img--ultraviolet {
  height: 20px;
}
.agentic-v2 .home-logo-img--harmonic {
  height: 21px;
}
.agentic-v2 .home-logo-img--happypal {
  height: 28px;
}
.agentic-v2 .home-logo-img--altlabs {
  height: 26px;
}
.agentic-v2 .home-logo-img--mariner {
  height: 34px;
}
.agentic-v2 .home-products {
  padding-top: 72px;
  padding-bottom: 112px;
}
@media (max-width: 700px) {
  .agentic-v2 .home-hero {
    padding-bottom: 16px;
  }
  .agentic-v2 .home-logos {
    padding-top: 36px;
    padding-bottom: 48px;
  }
  .agentic-v2 .home-logo-cell {
    height: 82px;
  }
  .agentic-v2 .home-products {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.agentic-v2 .home-product-card--api {
  background-image: linear-gradient(135deg, rgba(4, 18, 48, 0.82), rgba(7, 35, 79, 0.88)), url("/images/agentic/platform-api-auras-landscape.jpeg");
  background-position: center;
  background-size: 100% 100%;
}
.agentic-v2 .home-platform-workspace {
  background-image: none;
  background-color: transparent;
}
.agentic-v2 .home-platform-workspace::before {
  background: rgba(3, 38, 102, 0.52);
}
.agentic-v2 .home-product-card--universal {
  background-image: linear-gradient(135deg, rgba(4, 18, 48, 0.82), rgba(7, 35, 79, 0.88)), url("/images/agentic/universal-auras-portrait.jpeg");
  background-position: center;
  background-size: 100% 100%;
}
.agentic-v2 .home-product-card--ai {
  background-image: linear-gradient(135deg, rgba(4, 18, 48, 0.82), rgba(7, 35, 79, 0.88)), url("/images/agentic/ai-auras-portrait.jpeg");
  background-position: center;
  background-size: 100% 100%;
}
.agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  background-image: none;
  background-color: transparent;
}
.agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  background: rgba(3, 38, 102, 0.5);
}
.agentic-v2 .home-product-card h3 {
  color: #fff;
}
.agentic-v2 .home-product-card .home-product-copy p {
  color: rgba(236, 243, 255, 0.84);
}
.agentic-v2 .home-product-card .home-product-heading > a {
  border-bottom-color: rgba(196, 218, 255, 0.46);
  color: #fff;
}
.agentic-v2 .home-product-card--api {
  background-image: url("/images/agentic/platform-api-auras-landscape.jpeg");
}
.agentic-v2 .home-product-card--universal {
  background-image: url("/images/agentic/universal-auras-portrait.jpeg");
}
.agentic-v2 .home-product-card--ai {
  background-image: url("/images/agentic/ai-auras-portrait.jpeg");
}
.agentic-v2 .home-product-card h3 {
  color: #101827;
}
.agentic-v2 .home-product-card .home-product-copy p {
  color: #435167;
}
.agentic-v2 .home-product-card .home-product-heading > a {
  border-bottom-color: rgba(24, 92, 255, 0.28);
  color: #124fd5;
}
.agentic-v2 .home-platform-workspace, .agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 22px 46px -36px rgba(16, 43, 84, 0.45);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}
.agentic-v2 .home-platform-workspace::before, .agentic-v2 .home-universal-workspace::before, .agentic-v2 .home-ai-workspace::before {
  display: none;
}
.agentic-v2 .home-platform-workspace {
  min-height: 320px;
  padding: 24px;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
}
.agentic-v2 .home-platform-logo-panel, .agentic-v2 .home-platform-flow {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 20px 38px -32px rgba(17, 43, 83, 0.5);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.agentic-v2 .home-platform-logo-panel {
  padding: 16px;
  display: grid;
  align-items: center;
}
.agentic-v2 .home-platform-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}
.agentic-v2 .home-platform-logo-grid > span {
  min-width: 0;
  min-height: 78px;
  padding: 10px 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
.agentic-v2 .home-platform-logo-grid img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}
.agentic-v2 .home-platform-logo-grid small {
  max-width: 100%;
  overflow: hidden;
  font-size: 9px;
  font-weight: 650;
  color: #17253b;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-flow {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) 54px minmax(0, 1.1fr);
  align-items: center;
}
.agentic-v2 .home-platform-flow-card {
  min-width: 0;
  min-height: 176px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 22px 34px -30px rgba(16, 43, 84, 0.55);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agentic-v2 .home-platform-flow-card > span {
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 680;
  color: #52627a;
}
.agentic-v2 .home-platform-flow-card code, .agentic-v2 .home-platform-flow-card pre {
  font-family: var(--font-mono);
}
.agentic-v2 .home-platform-flow-card code {
  font-size: 12px;
  font-weight: 650;
  color: #164db3;
}
.agentic-v2 .home-platform-flow-card pre {
  margin: 10px 0 0;
  overflow: hidden;
  font-size: 10.5px;
  color: #263750;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-flow-card--response strong {
  font-size: 14px;
  line-height: 1.35;
  color: #142238;
}
.agentic-v2 .home-platform-flow-card--response p {
  margin: 15px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.agentic-v2 .home-platform-flow-card--response p b {
  padding: 6px 8px;
  border: 1px solid rgba(139, 166, 206, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 620;
  color: #40516a;
}
.agentic-v2 .home-platform-flow-connector {
  height: 2px;
  position: relative;
  background: rgba(46, 95, 173, 0.28);
}
.agentic-v2 .home-platform-flow-connector i {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background: #2165e8;
  box-shadow: 0 0 0 5px rgba(33, 101, 232, 0.12);
  transform: translate(-50%, -50%);
  animation: home-platform-request-flow 2.4s ease-in-out infinite;
}
.agentic-v2 .home-platform-flow-connector b {
  position: absolute;
  top: 50%;
  right: -1px;
  font-size: 16px;
  color: #2165e8;
  transform: translateY(-54%);
}
@keyframes home-platform-request-flow {
  0%, 14% {
    left: 0;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  78% {
    left: calc(100% - 8px);
    opacity: 1;
  }
  88%, 100% {
    left: calc(100% - 8px);
    opacity: 0;
  }
}
.agentic-v2 .home-universal-capabilities, .agentic-v2 .home-universal-stats, .agentic-v2 .home-ai-summary {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.agentic-v2 .home-universal-capabilities span {
  color: #43536a;
}
.agentic-v2 .home-universal-capabilities strong, .agentic-v2 .home-universal-url, .agentic-v2 .home-universal-result, .agentic-v2 .home-ai-engines > span {
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.agentic-v2 .home-universal-stats span {
  background: rgba(255, 255, 255, 0.44);
  color: #31445f;
}
.agentic-v2 .home-ai-monitor-grid > span {
  border-color: rgba(255, 255, 255, 0.74);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.agentic-v2 .home-ai-monitor-grid strong {
  color: #17253b;
}
.agentic-v2 .home-ai-monitor-grid small {
  color: #53647c;
}
.agentic-v2 .home-ai-summary {
  border-color: rgba(255, 255, 255, 0.72);
  color: #40516a;
}
.agentic-v2 .home-ai-summary strong {
  color: #155c46;
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-platform-flow-connector i {
    animation: none;
    left: calc(100% - 8px);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  .agentic-v2 .home-platform-workspace {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-platform-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 620px) {
  .agentic-v2 .home-platform-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentic-v2 .home-platform-flow {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .agentic-v2 .home-platform-flow-connector {
    width: 2px;
    height: 36px;
    margin: -5px auto;
  }
  .agentic-v2 .home-platform-flow-connector i, .agentic-v2 .home-platform-flow-connector b {
    display: none;
  }
}
.agentic-v2 .home-platform-logo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}
.agentic-v2 .home-platform-logo-grid > span {
  min-height: 62px;
  padding: 6px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.agentic-v2 .home-platform-logo-grid img {
  width: 36px;
  height: 36px;
}
.agentic-v2 .home-platform-logo-grid .home-platform-logo-more {
  gap: 2px;
}
.agentic-v2 .home-platform-logo-more b {
  font-size: 19px;
  font-weight: 760;
  letter-spacing: -0.02em;
  color: #164db3;
}
.agentic-v2 .home-platform-logo-more small {
  font-size: 9px;
  font-weight: 620;
  color: #52627a;
}
.agentic-v2 .home-platform-flow {
  padding: 22px;
  display: block;
}
.agentic-v2 .home-platform-live {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}
.agentic-v2 .home-platform-live-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 10px;
  color: #52627a;
}
.agentic-v2 .home-platform-live-bar > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-weight: 650;
}
.agentic-v2 .home-platform-live-bar i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1dbf73;
  box-shadow: 0 0 0 3px rgba(29, 191, 115, 0.14);
}
.agentic-v2 .home-platform-live-bar code {
  color: #164db3;
  font-weight: 650;
}
.agentic-v2 .home-platform-live-profile {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.agentic-v2 .home-platform-live-profile > img {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: contain;
}
.agentic-v2 .home-platform-live-profile strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 15.5px;
  font-weight: 720;
  letter-spacing: -0.01em;
  color: #142238;
}
.agentic-v2 .home-platform-live-profile strong svg {
  width: 14px;
  height: 14px;
}
.agentic-v2 .home-platform-live-profile small {
  display: block;
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 600;
  color: #52627a;
}
.agentic-v2 .home-platform-live-profile p {
  margin: 7px 0 0;
  font-size: 11.5px;
  line-height: 1.45;
  color: #40516a;
}
.agentic-v2 .home-platform-live-stats {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(139, 166, 206, 0.3);
  padding-top: 14px;
}
.agentic-v2 .home-platform-live-stats > div {
  min-width: 0;
}
.agentic-v2 .home-platform-live-stats dd {
  margin: 0;
  font-size: 21px;
  font-weight: 760;
  letter-spacing: -0.03em;
  color: #142238;
}
.agentic-v2 .home-platform-live-stats dt {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #52627a;
}
.agentic-v2 .home-platform-archive {
  position: relative;
  margin-top: 0;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
}
.agentic-v2 .home-platform-archive-index, .agentic-v2 .home-platform-archive-stage {
  position: relative;
  min-width: 0;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 20px 38px -32px rgba(17, 43, 83, 0.5);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.agentic-v2 .home-platform-archive-shelves {
  height: 270px;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.agentic-v2 .home-platform-archive-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  will-change: transform;
  animation: home-platform-archive-drift 4.2s cubic-bezier(0.65, 0, 0.35, 1) infinite alternate;
}
.agentic-v2 .home-platform-archive-rail--two {
  animation-delay: -2.6s;
  animation-direction: alternate-reverse;
}
.agentic-v2 .home-platform-archive-rail--three {
  animation-delay: -5.2s;
}
.agentic-v2 .home-platform-archive-rail > span {
  flex: 0 0 64px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 12px 28px -25px rgba(17, 43, 83, 0.66);
  display: grid;
  place-items: center;
}
.agentic-v2 .home-platform-archive-rail img {
  width: 33px;
  height: 33px;
  object-fit: contain;
}
.agentic-v2 .home-platform-archive-fade {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(231, 241, 255, 0.7), transparent 18%, transparent 82%, rgba(222, 237, 255, 0.74));
}
.agentic-v2 .home-platform-archive-stage {
  background: rgba(255, 255, 255, 0.36);
}
.agentic-v2 .home-platform-archive-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 26%, rgba(255, 255, 255, 0.2) 49%, transparent 69%);
  transform: translate3d(-45%, 0, 0);
  animation: home-platform-archive-sheen 12s linear infinite;
}
.agentic-v2 .home-platform-archive-wire {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: calc(35.5% + 14px);
  width: 30px;
  height: 46px;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0);
}
.agentic-v2 .home-platform-archive-wire span {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(24, 92, 255, 0.08), rgba(24, 92, 255, 0.62) 48%, rgba(24, 92, 255, 0.12));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.34);
}
.agentic-v2 .home-platform-archive-wire span:nth-child(1) {
  top: 9px;
}
.agentic-v2 .home-platform-archive-wire span:nth-child(2) {
  top: 22px;
}
.agentic-v2 .home-platform-archive-wire span:nth-child(3) {
  top: 35px;
}
.agentic-v2 .home-platform-archive-wire span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #185cff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.86);
  will-change: transform, opacity;
  animation: home-platform-archive-wire 1.9s cubic-bezier(0.32, 0, 0.18, 1) infinite;
}
.agentic-v2 .home-platform-archive-wire span:nth-child(2)::after {
  animation-delay: -0.63s;
}
.agentic-v2 .home-platform-archive-wire span:nth-child(3)::after {
  animation-delay: -1.26s;
}
.agentic-v2 .home-platform-archive-scene {
  position: absolute;
  z-index: 1;
  inset: 16px 18px;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  will-change: transform, opacity;
  animation: home-platform-archive-scene 12s linear infinite both;
}
.agentic-v2 .home-platform-archive-scene--tiktok {
  animation-delay: 0s;
}
.agentic-v2 .home-platform-archive-scene--amazon {
  animation-delay: -9s;
}
.agentic-v2 .home-platform-archive-scene--maps {
  animation-delay: -6s;
}
.agentic-v2 .home-platform-archive-scene--ads {
  animation-delay: -3s;
}
.agentic-v2 .home-platform-archive-mark, .agentic-v2 .home-platform-archive-specimen {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 20px 34px -29px rgba(16, 43, 84, 0.56);
}
.agentic-v2 .home-platform-archive-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}
.agentic-v2 .home-platform-archive-mark img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.agentic-v2 .home-platform-archive-mark span {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 650;
  color: #52627a;
}
.agentic-v2 .home-platform-archive-specimen {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agentic-v2 .home-platform-archive-specimen code {
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 650;
  color: #164db3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-archive-specimen > strong {
  margin-top: 8px;
  overflow: hidden;
  font-size: 17px;
  font-weight: 720;
  letter-spacing: -0.02em;
  color: #142238;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-archive-specimen > p {
  margin: 3px 0 10px;
  overflow: hidden;
  font-size: 10.5px;
  font-weight: 560;
  color: #52627a;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-archive-specimen dl {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(139, 166, 206, 0.28);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 10px;
}
.agentic-v2 .home-platform-archive-specimen dt {
  font-size: 8px;
  font-weight: 680;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #63738a;
}
.agentic-v2 .home-platform-archive-specimen dd {
  margin: 3px 0 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -0.025em;
  color: #142238;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-platform-archive:hover .home-platform-archive-rail, .agentic-v2 .home-platform-archive:hover .home-platform-archive-scene, .agentic-v2 .home-platform-archive:hover .home-platform-archive-stage::after, .agentic-v2 .home-platform-archive:hover .home-platform-archive-wire span::after {
  animation-play-state: paused;
}
@keyframes home-platform-archive-drift {
  from {
    transform: translate3d(0, -48px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes home-platform-archive-scene {
  0%, 20% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  22%, 96.9% {
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  97% {
    opacity: 0;
    transform: translate3d(0, 8px, 0);
  }
  99%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes home-platform-archive-sheen {
  0%, 18% {
    opacity: 0;
    transform: translate3d(-45%, 0, 0);
  }
  26%, 54% {
    opacity: 0.3;
  }
  62%, 100% {
    opacity: 0;
    transform: translate3d(45%, 0, 0);
  }
}
@keyframes home-platform-archive-wire {
  0% {
    opacity: 0;
    transform: translate3d(0, -50%, 0) scaleX(0.65);
  }
  14%, 72% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(25px, -50%, 0) scaleX(1);
  }
}
@media (max-width: 900px) {
  .agentic-v2 .home-platform-archive {
    grid-template-columns: 1fr;
  }
  .agentic-v2 .home-platform-archive-wire {
    display: none;
  }
  .agentic-v2 .home-platform-archive-index {
    min-height: 196px;
  }
  .agentic-v2 .home-platform-archive-shelves {
    height: 196px;
  }
}
@media (max-width: 620px) {
  .agentic-v2 .home-platform-archive-scene {
    inset: 14px;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
  }
  .agentic-v2 .home-platform-archive-mark img {
    width: 38px;
    height: 38px;
  }
  .agentic-v2 .home-platform-archive-specimen {
    padding: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-platform-archive-rail, .agentic-v2 .home-platform-archive-stage::after, .agentic-v2 .home-platform-archive-wire span::after {
    animation: none;
  }
  .agentic-v2 .home-platform-archive-rail {
    transform: none;
  }
  .agentic-v2 .home-platform-archive-scene {
    display: none;
    animation: none;
  }
  .agentic-v2 .home-platform-archive-scene--tiktok {
    display: grid;
    opacity: 1;
    transform: none;
  }
}
.home-usecase-tabs-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff;
}
.home-usecase-tabs {
  max-width: 1080px;
  margin: 0 auto;
}
.home-usecase-vtab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 16px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 280px;
}
.home-usecase-vtab:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.04);
}
.home-usecase-vtab.is-active {
  opacity: 1;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(41,41,41,0.06), 0px 2px 4px 0px rgba(41,41,41,0.04), 0px 1px 2px 0px rgba(41,41,41,0.04), 0px 0px 0px 1px rgba(41,41,41,0.08);
}
.home-usecase-vtab-title {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: font-weight 0.2s ease;
}
.home-usecase-vtab.is-active .home-usecase-vtab-title {
  font-weight: 650;
}
.home-usecase-vtab-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 30px;
  white-space: normal;
  margin: 0;
}
.home-usecase-vpanel {
  display: none;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-height: 420px;
}
.home-usecase-vpanel.is-active {
  display: block;
}
.home-usecase-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #0f172a;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.home-usecase-card-head em {
  color: #185cff;
  font-style: normal;
}
.home-usecase-card-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.home-usecase-card-row > b {
  flex: none;
  width: 32px;
  height: 32px;
  background: #e2e8f0;
  border-radius: 8px;
}
.home-usecase-card-row > b.store-p {
  background: #ff9900;
}
.home-usecase-card-row > b.store-t {
  background: #00a1e0;
}
.home-usecase-card-row > b.store-n {
  background: #00b67a;
}
.home-usecase-card-row > div {
  flex: 1;
  min-width: 0;
}
.home-usecase-card-row strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}
.home-usecase-card-row small {
  display: block;
  color: #64748b;
  font-size: 12px;
}
.home-usecase-card-row > span, .home-usecase-card-row > em {
  flex: none;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}
.home-usecase-card-row > em {
  color: #16a34a;
}
.home-usecase-card-alert {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 10px 12px;
  color: #b45309;
  font-size: 13px;
  font-weight: 600;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
}
.home-usecase-card-alert i {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #f59e0b;
  border-radius: 50%;
  font-style: normal;
}
.home-usecase-card-mention {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.home-usecase-avatar {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  background: #185cff;
  border-radius: 50%;
}
.home-usecase-card-mention div {
  min-width: 0;
}
.home-usecase-card-mention b {
  display: block;
  color: #0f172a;
  font-size: 13px;
  font-weight: 650;
}
.home-usecase-card-mention small {
  display: block;
  color: #64748b;
  font-size: 12px;
}
.home-usecase-card-quote {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.5;
}
.home-usecase-card-tags {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.home-usecase-card-tags span {
  padding: 4px 10px;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}
.home-usecase-card-creative {
  display: grid;
  place-items: center;
  min-height: 120px;
  padding: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background: #1e2a3e;
  border-radius: 12px;
}
.home-usecase-card-creative small {
  display: block;
  margin-bottom: 6px;
  color: #9aa7bb;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-usecase-card-creative strong {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.home-usecase-card-detail strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}
.home-usecase-card-detail small {
  display: block;
  color: #64748b;
  font-size: 12px;
}
.home-usecase-card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}
.home-usecase-card-stats div {
  padding: 12px;
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.home-usecase-card-stats b {
  display: block;
  color: #0f172a;
  font-size: 20px;
  font-weight: 650;
}
.home-usecase-card-stats span {
  display: block;
  color: #64748b;
  font-size: 12px;
}
.home-usecase-card-coverage {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.home-usecase-card-coverage span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  color: #0f172a;
  font-size: 12px;
  font-weight: 600;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
}
.home-usecase-card-coverage i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.home-usecase-card-coverage .b-price {
  background: #185cff;
}
.home-usecase-card-coverage .b-stock {
  background: #10b981;
}
.home-usecase-card-coverage .b-rating {
  background: #f59e0b;
}
.home-usecase-card-coverage .b-delivery {
  background: #8b5cf6;
}
.home-usecase-card-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  margin-bottom: 12px;
  color: #64748b;
  font-size: 13px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.home-usecase-card-place {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  margin-bottom: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
}
.home-usecase-card-place > b {
  flex: none;
  width: 36px;
  height: 36px;
  background: #e2e8f0;
  border-radius: 50%;
}
.home-usecase-card-place > div {
  flex: 1;
  min-width: 0;
}
.home-usecase-card-place strong {
  display: block;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
}
.home-usecase-card-place small {
  display: block;
  color: #64748b;
  font-size: 12px;
}
.home-usecase-card-place > em {
  flex: none;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 900px) {
  .home-usecase-vtab {
    width: 260px;
    padding: 12px 16px;
  }
  .home-usecase-vpanel {
    min-height: 360px;
  }
}
@media (max-width: 700px) {
  .home-logo-marquee {
    padding: 0 28px;
  }
  .home-logo-track {
    --logo-gap: 28px;
  }
}
.home-usecase-switcher {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(41, 41, 41, 0.06), 0px 2px 4px 0px rgba(41, 41, 41, 0.04), 0px 1px 2px 0px rgba(41, 41, 41, 0.04), 0px 0px 0px 1px rgba(41, 41, 41, 0.08);
}
.home-usecase-switcher-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.home-usecase-sidebar {
  width: 100%;
  flex-shrink: 0;
  background: #ededed;
  border-bottom: 1px solid #ededed;
}
.home-usecase-scroll {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 10px;
}
.home-usecase-scroll::-webkit-scrollbar {
  display: none;
}
.home-usecase-tablist-v {
  display: flex;
  flex-direction: row;
  gap: 2px;
  padding: 10px;
  width: max-content;
}
.home-usecase-vtab-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-usecase-vtab svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #000;
}
.home-usecase-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
}
.home-usecase-vpanel {
  display: none;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.home-usecase-vpanel.is-active {
  display: flex;
}
.home-usecase-panel-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  transition: background-color 0.5s ease;
}
.home-usecase-panel-card {
  position: relative;
  width: 100%;
  max-width: 768px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 24px;
}
@media (min-width: 768px) {
  .home-usecase-switcher-inner {
    flex-direction: row;
  }
  .home-usecase-sidebar {
    width: auto;
    min-width: 320px;
    max-width: 340px;
    border-bottom: none;
    border-right: 1px solid #ededed;
  }
  .home-usecase-scroll {
    overflow-x: visible;
    scroll-padding-left: 0;
  }
  .home-usecase-tablist-v {
    flex-direction: column;
    padding: 8px;
    width: auto;
  }
  .home-usecase-vtab {
    width: auto;
    max-width: 320px;
    flex-shrink: 0;
  }
  .home-usecase-panel-scene {
    min-height: 520px;
    padding: 64px 32px;
  }
  .home-usecase-panel-card {
    border-radius: 32px;
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .home-usecase-vtab {
    width: 260px;
    padding: 12px 16px;
  }
  .home-usecase-panel-scene {
    min-height: 360px;
    padding: 32px 16px;
  }
  .home-usecase-panel-card {
    padding: 20px;
  }
}
.agentic-v2 .home-usecase-tabs-section {
  padding-top: 88px;
  padding-bottom: 104px;
  background: #fff;
}
.agentic-v2 .home-usecase-tabs {
  max-width: 1120px;
}
.agentic-v2 .home-usecase-switcher {
  height: 720px;
  min-height: 720px;
  max-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 23, 67, 0.16), rgba(0, 33, 96, 0.3)), url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg") center top / cover no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 22px 46px -36px rgba(0, 20, 64, 0.7);
}
.agentic-v2 .home-usecase-switcher-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.agentic-v2 .home-usecase-sidebar {
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 18px 18px 0;
  border: 0;
  border-bottom: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.agentic-v2 .home-usecase-scroll {
  overflow-x: auto;
  scrollbar-width: none;
}
.agentic-v2 .home-usecase-tablist-v {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(3, 22, 61, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 16px 34px -26px rgba(0, 13, 44, 0.86);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.agentic-v2 .home-usecase-vtab {
  width: auto;
  min-width: 0;
  min-height: 43px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 10px 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  opacity: 1;
  color: rgba(242, 247, 255, 0.78);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.agentic-v2 .home-usecase-vtab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.agentic-v2 .home-usecase-vtab.is-active {
  border: 1px solid rgba(183, 218, 255, 0.62);
  background: linear-gradient(135deg, rgba(34, 134, 255, 0.82), rgba(22, 82, 204, 0.7));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 8px 24px -14px rgba(0, 16, 61, 0.95);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}
.agentic-v2 .home-usecase-vtab.is-active .home-usecase-vtab-title {
  color: #fff;
}
.agentic-v2 .home-usecase-vtab.is-active svg {
  color: #fff;
}
.agentic-v2 .home-usecase-vtab-head {
  justify-content: center;
  gap: 7px;
  min-width: 0;
}
.agentic-v2 .home-usecase-vtab svg {
  width: 16px;
  height: 16px;
  color: rgba(223, 237, 255, 0.9);
}
.agentic-v2 .home-usecase-vtab-title {
  overflow: hidden;
  color: inherit;
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-v2 .home-usecase-vtab-desc {
  display: none;
}
.agentic-v2 .home-usecase-content {
  flex: 1;
  min-height: 0;
  background: transparent;
}
.agentic-v2 .home-usecase-vpanel, .agentic-v2 .home-usecase-vpanel.is-active {
  height: 630px;
  min-height: 630px;
  max-height: 630px;
}
.agentic-v2 .home-usecase-vpanel.is-active {
  display: flex;
  animation: home-usecase-panel-enter 360ms cubic-bezier(.2, .8, .2, 1) both;
}
@keyframes home-usecase-panel-enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.agentic-v2 .home-usecase-panel-scene {
  height: 630px;
  min-height: 630px;
  max-height: 630px;
  padding: 54px 56px 46px;
  background: transparent !important;
}
.agentic-v2 .home-usecase-snippet {
  position: relative;
  width: min(900px, 100%);
  margin-bottom: 76px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(3, 23, 63, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 22px 42px -28px rgba(0, 14, 47, 0.9);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}
.agentic-v2 .home-usecase-snippet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.agentic-v2 .home-usecase-snippet-head > div {
  display: grid;
  gap: 7px;
}
.agentic-v2 .home-usecase-snippet-head span {
  color: #76b7ff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.1em;
}
.agentic-v2 .home-usecase-snippet-head strong {
  color: #f7faff;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
.agentic-v2 .home-usecase-snippet-head button {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(177, 216, 255, 0.44);
  border-radius: 8px;
  background: rgba(68, 143, 255, 0.18);
  color: #f5f9ff;
  font: 650 12px/1 var(--font-sans);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}
.agentic-v2 .home-usecase-snippet-head button:hover {
  border-color: rgba(205, 229, 255, 0.76);
  background: rgba(92, 164, 255, 0.32);
}
.agentic-v2 .home-usecase-snippet-head button:active {
  transform: translateY(1px);
}
.agentic-v2 .home-usecase-snippet-head button svg {
  width: 14px;
  height: 14px;
}
.agentic-v2 .home-usecase-snippet > p {
  margin: 13px 0 19px;
  color: rgba(226, 237, 252, 0.8);
  font-size: 14px;
  line-height: 1.55;
}
.agentic-v2 .home-usecase-snippet > p code {
  color: #8dc6ff;
  font: 600 12px/1.5 var(--font-mono);
}
.agentic-v2 .home-usecase-snippet pre, .agentic-v2 .home-usecase-snippet blockquote {
  min-height: 144px;
  margin: 0;
  border: 1px solid rgba(166, 204, 255, 0.22);
  border-radius: 12px;
}
.agentic-v2 .home-usecase-snippet pre {
  overflow: auto;
  padding: 20px 22px;
  background: rgba(1, 17, 49, 0.76);
  color: #f5f8ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(11px) saturate(115%);
  -webkit-backdrop-filter: blur(11px) saturate(115%);
}
.agentic-v2 .home-usecase-snippet pre code {
  font: 500 12px/1.75 var(--font-mono);
  white-space: pre;
}
.agentic-v2 .home-usecase-snippet blockquote {
  display: flex;
  align-items: center;
  padding: 24px 26px;
  background: rgba(8, 35, 81, 0.64);
  color: #f1f6ff;
  font-size: 16px;
  font-weight: 520;
  line-height: 1.65;
  backdrop-filter: blur(11px) saturate(118%);
  -webkit-backdrop-filter: blur(11px) saturate(118%);
}
.agentic-v2 .home-usecase-snippet-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  color: rgba(220, 233, 250, 0.72);
  font-size: 11px;
}
.agentic-v2 .home-usecase-snippet-foot span {
  color: #8bc4ff;
  font-family: var(--font-mono);
  font-weight: 650;
}
.agentic-v2 .home-usecase-snippet-foot em {
  color: rgba(220, 233, 250, 0.72);
  font-style: normal;
  font-weight: 600;
}
.agentic-v2 .home-usecase-sources {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -76px;
  left: 0;
  margin-top: 0;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 20px 38px -32px rgba(17, 43, 83, 0.5);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
}
.agentic-v2 .home-usecase-sources > span {
  flex: none;
  color: #17335d;
  font: 650 13px/1 var(--font-sans);
  letter-spacing: 0;
}
.agentic-v2 .home-usecase-source-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.agentic-v2 .home-usecase-source-icons img {
  width: 34px;
  height: 34px;
  padding: 1px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 18, 55, 0.2));
}
.agentic-v2 .home-usecase-source-icons img[src*="threads.svg"] {
  filter: drop-shadow(0 2px 3px rgba(0, 18, 55, 0.2));
}
.agentic-v2 .home-usecase-sources > a {
  flex: none;
  margin-left: auto;
  color: #1556cf;
  font: 700 13px/1 var(--font-sans);
  text-decoration: none;
}
.agentic-v2 .home-usecase-sources > a:hover {
  color: #073997;
}
.agentic-v2 .home-usecase-sources > a:focus-visible {
  outline: 2px solid #9dcbff;
  outline-offset: 3px;
}
@media (max-width: 920px) {
  .agentic-v2 .home-usecase-tablist-v {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(148px, 1fr);
    width: max-content;
  }
  .agentic-v2 .home-usecase-panel-scene {
    padding: 42px 30px 36px;
  }
}
@media (max-width: 640px) {
  .agentic-v2 .home-usecase-tabs-section {
    padding-top: 68px;
    padding-bottom: 78px;
  }
  .agentic-v2 .home-usecase-sidebar {
    padding: 10px 10px 0;
  }
  .agentic-v2 .home-usecase-panel-scene {
    min-height: 480px;
    padding: 18px;
  }
  .agentic-v2 .home-usecase-switcher {
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .agentic-v2 .home-usecase-vpanel, .agentic-v2 .home-usecase-vpanel.is-active, .agentic-v2 .home-usecase-panel-scene {
    height: auto;
    max-height: none;
  }
  .agentic-v2 .home-usecase-sources {
    position: static;
    flex-wrap: wrap;
    margin-top: 17px;
  }
  .agentic-v2 .home-usecase-snippet {
    margin-bottom: 0;
  }
  .agentic-v2 .home-usecase-sources > a {
    margin-left: 0;
  }
  .agentic-v2 .home-usecase-snippet {
    padding: 20px;
  }
  .agentic-v2 .home-usecase-snippet-head {
    align-items: flex-start;
    gap: 14px;
  }
  .agentic-v2 .home-usecase-snippet-head strong {
    font-size: 23px;
  }
  .agentic-v2 .home-usecase-snippet-head button {
    padding-inline: 10px;
  }
  .agentic-v2 .home-usecase-snippet pre {
    padding: 17px;
  }
  .agentic-v2 .home-usecase-snippet pre code {
    font-size: 10.5px;
  }
  .agentic-v2 .home-usecase-snippet blockquote {
    padding: 20px;
    font-size: 14px;
  }
}
.agentic-v2 .home-product-story-copy h2 {
  max-width: 100%;
  font-size: clamp(36px, 3.05vw, 43px);
  line-height: 1.01;
}
.agentic-v2 .home-product-story-copy h2 > span {
  display: block;
  white-space: nowrap;
}
.agentic-v2 .home-ai-api-flow {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 9px;
}
.agentic-v2 .home-ai-api-response {
  grid-template-rows: auto minmax(0, 1fr) auto;
}
.agentic-v2 .home-api-raw-response {
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 12px 13px;
  overflow: hidden;
  background: rgba(1, 14, 43, .3);
  color: #dce8fb;
  font-family: var(--font-mono);
  font-size: 7.35px;
  line-height: 1.48;
  white-space: pre-wrap;
}
.agentic-v2 .home-api-raw-response code {
  display: block;
  width: 100%;
  font: inherit;
  transform: translateY(0);
}
.agentic-v2 .home-api-raw-response b, .agentic-v2 .home-api-raw-response em, .agentic-v2 .home-api-raw-response i, .agentic-v2 .home-api-raw-response u {
  font: inherit;
}
.agentic-v2 .home-api-raw-response b {
  color: #83afff;
  font-weight: 620;
}
.agentic-v2 .home-api-raw-response em {
  color: #e4edfc;
  font-style: normal;
}
.agentic-v2 .home-api-raw-response i {
  color: #64dfb1;
  font-style: normal;
}
.agentic-v2 .home-api-raw-response u {
  color: #67d8ff;
  text-decoration: none;
}
.agentic-v2 .home-product-story.is-in .home-ai-api-response .home-api-raw-response code {
  --raw-pan: -18%;
  animation: home-api-raw-pan 13s cubic-bezier(.45, 0, .2, 1) 1.8s infinite alternate;
}
.agentic-v2 .home-product-story.is-in .home-raw-api-console--web .home-api-raw-response code {
  --raw-pan: -37%;
  animation-duration: 16s;
}
.agentic-v2 .home-raw-api-console--web .home-ai-api-request pre {
  align-items: flex-start;
  padding-top: 16px;
  font-size: 7.55px;
  line-height: 1.56;
}
@keyframes home-api-raw-pan {
  0%, 16% {
    transform: translateY(0);
  }
  84%, 100% {
    transform: translateY(var(--raw-pan));
  }
}
@media (max-width: 1100px) {
  .agentic-v2 .home-product-story-copy h2 {
    font-size: clamp(34px, 3.5vw, 39px);
  }
  .agentic-v2 .home-ai-api-flow {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 8px;
  }
  .agentic-v2 .home-api-raw-response {
    font-size: 6.85px;
  }
}
@media (max-width: 860px) {
  .agentic-v2 .home-product-story-copy h2 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(36px, 6vw, 44px);
  }
}
@media (max-width: 640px) {
  .agentic-v2 .home-product-story-copy h2 {
    font-size: clamp(32px, 10vw, 39px);
  }
  .agentic-v2 .home-product-story-copy h2 > span {
    white-space: normal;
  }
  .agentic-v2 .home-ai-api-flow {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: 8px;
  }
  .agentic-v2 .home-api-raw-response {
    font-size: 7.1px;
    line-height: 1.45;
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-product-story.is-in .home-api-raw-response code {
    animation: none !important;
    transform: none;
  }
}
.agentic-v2 .home-ai-api-console .home-story-console-bar {
  min-height: 46px;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.agentic-v2 .home-ai-api-engines {
  gap: 8px;
  padding: 12px 14px;
}
.agentic-v2 .home-ai-api-engines span {
  min-height: 40px;
  gap: 9px;
  padding: 0 12px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #b9cbe8;
}
.agentic-v2 .home-ai-api-engines span.is-active {
  color: #174da9;
}
.agentic-v2 .home-ai-api-engines img {
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent;
}
.agentic-v2 .home-ai-api-flow {
  grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1.15fr);
  gap: 10px;
  padding: 14px;
}
.agentic-v2 .home-ai-api-transit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.agentic-v2 .home-ai-api-transit b {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(193, 220, 255, 0.4);
  border-radius: 50%;
  background: rgba(237, 246, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  color: #cfe1ff;
  font-size: 13px;
  font-weight: 600;
}
.agentic-v2 .home-ai-api-request, .agentic-v2 .home-ai-api-response {
  border-color: rgba(193, 220, 255, 0.3);
  background: rgba(3, 21, 61, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 32px rgba(0, 11, 39, 0.28);
}
.agentic-v2 .home-ai-api-response {
  grid-template-rows: auto 1fr auto;
}
.agentic-v2 .home-ai-api-request header, .agentic-v2 .home-ai-api-response header {
  min-height: 40px;
  padding: 0 14px;
}
.agentic-v2 .home-ai-api-request footer, .agentic-v2 .home-ai-api-response footer {
  min-height: 36px;
  padding: 0 14px;
}
.agentic-v2 .home-ai-api-request header span, .agentic-v2 .home-ai-api-response header span {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7da9f9;
}
.agentic-v2 .home-ai-api-request header code, .agentic-v2 .home-ai-api-response header code, .agentic-v2 .home-ai-api-response footer code {
  font-size: 9.5px;
  color: #c9d9f3;
}
.agentic-v2 .home-ai-api-response header code {
  color: #63e2b2;
}
.agentic-v2 .home-ai-api-request footer span, .agentic-v2 .home-ai-api-request footer em, .agentic-v2 .home-ai-api-response footer span {
  font-size: 9px;
  letter-spacing: 0.04em;
  color: #93a9cd;
}
.agentic-v2 .home-ai-api-request footer span {
  color: #65dfb2;
}
.agentic-v2 .home-ai-api-request pre, .agentic-v2 .home-ai-api-response pre {
  display: block;
  margin: 0;
  padding: 14px 16px;
  overflow: hidden;
  font-family: var(--font-mono);
  font-size: 11px;
  line-height: 1.7;
  white-space: pre-wrap;
  color: #dce8fb;
}
.agentic-v2 .home-ai-api-request pre code, .agentic-v2 .home-ai-api-response pre code {
  font: inherit;
}
.agentic-v2 .home-ai-api-request pre b, .agentic-v2 .home-ai-api-response pre b {
  color: #8ab2fc;
  font-weight: 600;
}
.agentic-v2 .home-ai-api-request pre em, .agentic-v2 .home-ai-api-response pre em {
  color: #e6eefc;
  font-style: normal;
}
.agentic-v2 .home-ai-api-request pre i, .agentic-v2 .home-ai-api-response pre i {
  color: #6d8fc9;
  font-style: normal;
}
.agentic-v2 .home-ai-api-response pre u {
  color: #65dfb2;
  text-decoration: none;
}
.agentic-v2 .home-ai-api-engines span {
  padding: 0 10px;
  font-size: 10px;
}
.agentic-v2 .home-ai-api-engines img {
  width: 18px;
  height: 18px;
  padding: 2px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
}
.agentic-v2 .home-ai-api-engines span {
  padding: 0 9px;
  font-size: 9.5px;
}
.agentic-v2 .home-ai-api-console {
  grid-template-rows: auto 1fr;
}
.agentic-v2 .home-ai-api-request, .agentic-v2 .home-ai-api-response {
  grid-template-rows: 1fr;
}
.agentic-v2 .home-ai-api-request pre, .agentic-v2 .home-ai-api-response pre {
  display: flex;
  align-items: center;
  padding: 18px;
}
.agentic-v2 .home-how--glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  color: #101827;
}
.agentic-v2 .home-how--glass::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg");
  background-position: center top;
  background-size: cover;
  opacity: 0.5;
}
.agentic-v2 .home-how--glass::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(70% 50% at 12% 8%, rgba(24, 92, 255, 0.16), transparent 70%), radial-gradient(60% 45% at 92% 30%, rgba(14, 147, 199, 0.14), transparent 70%), radial-gradient(80% 60% at 50% 108%, rgba(106, 90, 240, 0.12), transparent 70%), linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.9));
}
.agentic-v2 .home-how--glass {
  --glass-ink: #0b1526;
  --glass-body: #1b2a44;
}
.agentic-v2 .home-how--glass .home-methods-intro h2 {
  color: var(--glass-ink);
  font-size: clamp(30px, 3.5vw, 44px);
  letter-spacing: -0.03em;
}
.agentic-v2 .home-how--glass .home-methods-intro > p {
  color: var(--glass-body);
  font-size: 19px;
  line-height: 1.62;
}
.agentic-v2 .home-how--glass .home-method-explorer {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.42);
  -webkit-backdrop-filter: blur(30px) saturate(155%);
  backdrop-filter: blur(30px) saturate(155%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), inset 0 -1px 0 rgba(255, 255, 255, 0.4), 0 2px 6px -2px rgba(13, 39, 88, 0.1), 0 28px 60px -34px rgba(13, 39, 88, 0.42);
}
.agentic-v2 .home-how--glass .home-method-tabs {
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.16);
}
.agentic-v2 .home-how--glass .home-method-tab {
  min-height: 96px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.55);
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #17253b;
  transition: background-color 200ms ease, border-color 200ms ease;
}
.agentic-v2 .home-how--glass .home-method-tab:last-child {
  border-right: 0;
}
.agentic-v2 .home-how--glass .home-method-tab:hover {
  background: rgba(255, 255, 255, 0.4);
}
.agentic-v2 .home-how--glass .home-method-tab.is-active {
  border-bottom-color: var(--method-color);
  background: rgba(255, 255, 255, 0.66);
}
.agentic-v2 .home-how--glass .home-method-tab strong {
  color: var(--glass-ink);
  font-size: 18px;
}
.agentic-v2 .home-how--glass .home-method-tab-num {
  color: var(--glass-body);
  font-size: 12px;
}
.agentic-v2 .home-how--glass .home-method-tab.is-active .home-method-tab-num {
  color: var(--method-color);
}
.agentic-v2 .home-how--glass .home-method-preview {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.agentic-v2 .home-how--glass .home-method-copy {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.34);
}
.agentic-v2 .home-how--glass .home-method-copy h3 {
  max-width: 100%;
  color: var(--glass-ink);
  font-size: 32px;
  text-wrap: balance;
}
.agentic-v2 .home-how--glass .home-method-copy > p {
  color: var(--glass-body);
  font-size: 18px;
  line-height: 1.6;
}
.agentic-v2 .home-how--glass .home-method-copy li {
  color: var(--glass-ink);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.agentic-v2 .home-how--glass .home-method-eyebrow {
  color: var(--method-color);
  font-size: 12px;
}
.agentic-v2 .home-how--glass .home-method-list-icon {
  width: 36px;
  height: 36px;
  border-color: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--method-color) 30%, rgba(255, 255, 255, 0.8));
  }
  background: var(--method-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--method-color) 10%, rgba(255, 255, 255, 0.92));
  }
  color: var(--method-color);
}
.agentic-v2 .home-how--glass .home-method-list-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}
.agentic-v2 .home-how--glass .home-method-proof {
  border-top-color: rgba(13, 39, 88, 0.14);
  color: var(--glass-body);
  font-size: 11.5px;
  letter-spacing: -0.015em;
  line-height: 1.5;
  white-space: nowrap;
}
.agentic-v2 .home-how--glass .home-method-proof::before {
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: var(--method-color);
}
.agentic-v2 .home-how--glass .home-method-stage {
  padding: 30px 26px;
  background: radial-gradient(circle at 22% 14%, var(--method-color), transparent 52%), linear-gradient(150deg, rgba(19, 48, 105, 0.07), rgba(19, 48, 105, 0.03));
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient(circle at 22% 14%, color-mix(in srgb, var(--method-color) 16%, transparent), transparent 52%), linear-gradient(150deg, rgba(19, 48, 105, 0.07), rgba(19, 48, 105, 0.03));
  }
}
.agentic-v2 .home-how--glass .home-method-stage::before {
  background: linear-gradient(to right, rgba(16, 43, 102, 0.055) 1px, transparent 1px) center / 34px 34px, linear-gradient(to bottom, rgba(16, 43, 102, 0.055) 1px, transparent 1px) center / 34px 34px;
}
.agentic-v2 .home-how--glass .home-demo-shell {
  max-width: 100%;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 1px 0 #fff, 0 1px 3px rgba(13, 39, 88, 0.08), 0 26px 54px -26px rgba(13, 39, 88, 0.34);
}
.agentic-v2 .home-how--glass .home-managed-cta {
  margin-top: 26px;
  padding: 38px 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  gap: 40px;
  background-image: linear-gradient(100deg, rgba(3, 20, 54, 0.72), rgba(3, 20, 54, 0.34) 58%, rgba(3, 20, 54, 0.12)), url("/images/agentic/blue-feeling-wallpaper-landscape.jpeg");
  background-position: center 32%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 26px 54px -30px rgba(9, 26, 60, 0.6);
}
.agentic-v2 .home-how--glass .home-managed-cta span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}
.agentic-v2 .home-how--glass .home-managed-cta strong {
  max-width: 46ch;
  margin-top: 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.24;
  text-wrap: balance;
}
.agentic-v2 .home-how--glass .home-managed-cta .home-button {
  flex: 0 0 auto;
}
.agentic-v2 .home-how--glass .home-steps {
  border-top-color: rgba(13, 39, 88, 0.14);
}
.agentic-v2 .home-how--glass .home-steps li {
  border-left-color: rgba(13, 39, 88, 0.12);
}
.agentic-v2 .home-how--glass .home-steps span {
  display: block;
  margin-bottom: 14px;
  color: var(--home-blue);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.agentic-v2 .home-how--glass .home-steps strong {
  display: block;
  margin-bottom: 8px;
  color: var(--glass-ink);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.agentic-v2 .home-how--glass .home-steps p {
  color: var(--glass-body);
  font-size: 16px;
  line-height: 1.55;
}
@media (max-width: 700px) {
  .agentic-v2 .home-how--glass .home-methods-intro h2 {
    font-size: 28px;
    line-height: 1.05;
  }
}
@media (max-width: 900px) {
  .agentic-v2 .home-how--glass .home-method-tab {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  }
  .agentic-v2 .home-how--glass .home-method-copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
}
.agentic-v2 .home-how--glass .home-agent-view--table th, .agentic-v2 .home-how--glass .home-api-more, .agentic-v2 .home-how--glass .home-api-reqdiv, .agentic-v2 .home-how--glass .home-feed-frow--head, .agentic-v2 .home-how--glass .home-feed-frow--more, .agentic-v2 .home-how--glass .home-feed-histdays span {
  color: #45577a;
}
.agentic-v2 .home-how--glass .home-agent-rank, .agentic-v2 .home-how--glass .home-api-more, .agentic-v2 .home-how--glass .home-api-rec-main span, .agentic-v2 .home-how--glass .home-api-reqrow .k, .agentic-v2 .home-how--glass .home-api-resrow--open .v, .agentic-v2 .home-how--glass .home-feed-file-head em, .agentic-v2 .home-how--glass .home-feed-week span {
  color: #35486b;
}
.agentic-v2 .home-how--glass .home-agent-calline, .agentic-v2 .home-how--glass .home-agent-result > span, .agentic-v2 .home-how--glass .home-agent-view--table td:nth-child(5), .agentic-v2 .home-how--glass .home-api-rec-meta > span, .agentic-v2 .home-how--glass .home-api-recaprow, .agentic-v2 .home-how--glass .home-api-wireline, .agentic-v2 .home-how--glass .home-feed-countdown, .agentic-v2 .home-how--glass .home-feed-dest, .agentic-v2 .home-how--glass .home-feed-histbox p, .agentic-v2 .home-how--glass .home-feed-schedlabel {
  color: #2b3d5e;
}
.agentic-v2 .home-how--glass .home-feed-week span.is-today {
  color: #fff;
}
.agentic-v2 .home-how--glass .home-feed-logrow > span {
  color: var(--method-color);
}
.agentic-v2 .home-voices--v2 {
  --voice-ink: #0b1526;
  --voice-body: #1b2a44;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
.agentic-v2 .home-voices--v2::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.9) 0px, rgba(214, 230, 252, 0.5) 3px, rgba(150, 186, 240, 0.34) 7px, rgba(96, 146, 220, 0.28) 11px, rgba(255, 255, 255, 0.9) 14px ), radial-gradient(70% 60% at 12% 0%, rgba(24, 92, 255, 0.2), transparent 72%), radial-gradient(60% 50% at 92% 22%, rgba(14, 147, 199, 0.16), transparent 72%), linear-gradient(180deg, #eef4ff, #ffffff 46%, #f2f7ff);
}
.agentic-v2 .home-voices--v2::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 82%, #fff);
}
.agentic-v2 .home-voices--v2 .home-intro h2 {
  color: var(--voice-ink);
}
.agentic-v2 .home-voices--v2 .home-intro p {
  color: var(--voice-body);
  font-size: 19px;
}
.agentic-v2 .home-voices--v2 .home-voices-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin-top: 46px;
  border: 0;
  background: transparent;
}
.agentic-v2 .home-voices--v2 .home-voice::before {
  content: none;
}
.agentic-v2 .home-voices--v2 .home-voice {
  min-width: 0;
  margin: 0;
  padding: 26px 24px 22px;
  border: 1px solid #dbe4f1;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(11, 43, 102, 0.04), 0 18px 42px -36px rgba(11, 43, 102, 0.5);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.agentic-v2 .home-voices--v2 .home-voice:hover {
  border-color: #b9cdec;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 4px rgba(11, 43, 102, 0.06), 0 22px 48px -32px rgba(11, 43, 102, 0.55);
}
.agentic-v2 .home-voices--v2 .home-voice blockquote {
  margin: 0 0 22px;
  color: var(--voice-ink);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.55;
}
.agentic-v2 .home-voices--v2 .home-voice figcaption {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #eaf0f9;
  display: flex;
  align-items: center;
  gap: 12px;
}
.agentic-v2 .home-voices--v2 .home-review-avatar-img {
  width: 40px;
  height: 40px;
  border: 1px solid #dbe4f1;
  border-radius: 50%;
  background: #f4f8fe;
}
.agentic-v2 .home-voices--v2 .home-voice-who {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.agentic-v2 .home-voices--v2 .home-voice-who b {
  color: var(--voice-ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.agentic-v2 .home-voices--v2 .home-voice-who i {
  color: var(--voice-body);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}
.agentic-v2 .home-voices--v2 .home-voices-rating {
  margin-top: 22px;
  padding: 22px 26px;
  border: 1px solid #dbe4f1;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f6f9ff);
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.agentic-v2 .home-voices--v2 .home-voices-rating strong {
  color: var(--voice-ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.agentic-v2 .home-voices--v2 .home-voices-rating span {
  flex: 1 1 auto;
  color: var(--voice-body);
  font-size: 15px;
}
.agentic-v2 .home-voices--v2 .home-voices-rating em {
  flex: 0 0 auto;
  color: var(--home-blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 550;
}
.agentic-v2 .home-voices--v2 .home-voices-rating:hover em {
  text-decoration: underline;
}
@media (max-width: 1080px) {
  .agentic-v2 .home-voices--v2 .home-voices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-voices--v2 .home-voices-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .agentic-v2 .home-voices--v2 .home-voices-rating {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.agentic-v2 .home-qa {
  --qa-ink: #0b1526;
  --qa-body: #1b2a44;
}
.agentic-v2 .home-qa-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: 48px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dbe4f1;
}
.agentic-v2 .home-qa-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--home-blue);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.agentic-v2 .home-qa-head h2 {
  margin: 0;
  color: var(--qa-ink);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
}
.agentic-v2 .home-qa-head > p {
  max-width: 44ch;
  margin: 0 0 6px;
  color: var(--qa-body);
  font-size: 17px;
  line-height: 1.6;
}
.agentic-v2 .home-qa-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.agentic-v2 .home-qa-card {
  min-width: 0;
  padding: 28px 30px 30px;
  border: 1px solid #dbe4f1;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(11, 43, 102, 0.04), 0 18px 42px -36px rgba(11, 43, 102, 0.5);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.agentic-v2 .home-qa-card:hover {
  border-color: #b9cdec;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 4px rgba(11, 43, 102, 0.06), 0 22px 48px -32px rgba(11, 43, 102, 0.55);
}
.agentic-v2 .home-qa-tag {
  color: var(--home-blue);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.agentic-v2 .home-qa-card h3 {
  margin: 14px 0 0;
  color: var(--qa-ink);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.22;
  text-wrap: balance;
}
.agentic-v2 .home-qa-card p {
  margin: 14px 0 0;
  color: var(--qa-body);
  font-size: 16px;
  line-height: 1.6;
}
.agentic-v2 .home-qa-card--ask {
  border-color: #c5d8f5;
  background: radial-gradient(90% 120% at 100% 0%, rgba(24, 92, 255, 0.09), transparent 62%), linear-gradient(180deg, #fbfdff, #eff5ff);
}
.agentic-v2 .home-qa-ask-link {
  margin-top: auto;
  padding-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--home-blue);
  font-size: 15px;
  font-weight: 550;
  text-decoration: none;
}
.agentic-v2 .home-qa-ask-link svg {
  width: 15px;
  height: 15px;
}
.agentic-v2 .home-qa-ask-link:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .agentic-v2 .home-qa-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }
  .agentic-v2 .home-qa-head h2 br {
    display: none;
  }
  .agentic-v2 .home-qa-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .agentic-v2 .home-qa-card {
    padding: 24px 22px 26px;
  }
  .agentic-v2 .home-qa-card h3 {
    font-size: 21px;
  }
}
.agentic-v2 .home-final {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(118px, 12vw, 178px) 0;
}
.agentic-v2 .home-final .home-final-inner {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.agentic-v2 .home-final h2 {
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(42px, 5.5vw, 68px);
  letter-spacing: -0.052em;
  line-height: 1.07;
  text-wrap: balance;
}
.agentic-v2 .home-final .home-final-inner > p {
  max-width: 57ch;
  margin: 28px auto 0;
  color: rgba(231, 239, 255, 0.88);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.6;
  text-wrap: balance;
}
.agentic-v2 .home-final .home-actions {
  margin-top: 40px;
  justify-content: center;
}
.agentic-v2 .home-final .home-button, .agentic-v2 .home-final .home-prompt-copy {
  min-width: 196px;
}
.agentic-v2 .home-final .home-prompt-copy {
  text-decoration: none;
}
.agentic-v2 .home-final :where(.home-button, .home-prompt-copy):focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media (max-width: 900px) {
  .agentic-v2 .home-final {
    padding: 96px 0;
  }
}
.agentic-v2 .home-qa .home-intro p {
  max-width: 60ch;
  text-wrap: balance;
}
.agentic-v2 .home-qa-row {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 40px;
}
@media (max-width: 900px) {
  .agentic-v2 .home-qa-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.agentic-v2 .home-product-story-section {
  --story-ink: #0b1526;
  --story-body: #1b2a44;
  padding-top: 0;
  padding-bottom: 0;
}
.agentic-v2 .home-product-story {
  gap: clamp(36px, 3.6vw, 56px);
  align-items: center;
}
.agentic-v2 .home-product-story + .home-product-story {
  margin-top: 72px;
}
.agentic-v2 .home-product-story-copy {
  max-width: 470px;
}
.agentic-v2 .home-product-story-eyebrow {
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.agentic-v2 .home-product-story-copy > p {
  max-width: 46ch;
  color: var(--story-body);
  font-size: 18px;
  line-height: 1.6;
}
.agentic-v2 .home-product-story-copy li > span {
  color: var(--home-blue);
  font-size: 12px;
}
.agentic-v2 .home-product-story-copy li strong {
  color: var(--story-ink);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.agentic-v2 .home-product-story-copy li small {
  color: var(--story-body);
  font-size: 15px;
  line-height: 1.5;
}
.agentic-v2 .home-product-story-link.home-button {
  margin-top: 30px;
  align-self: flex-start;
  width: auto;
}
.agentic-v2 .home-product-story-visual {
  height: clamp(360px, 30vw, 410px);
  min-height: 0;
  padding: clamp(20px, 2.2vw, 30px);
}
@media (max-width: 900px) {
  .agentic-v2 .home-product-story + .home-product-story {
    margin-top: 52px;
  }
  .agentic-v2 .home-product-story-visual {
    height: clamp(300px, 62vw, 360px);
    min-height: 0;
  }
  .agentic-v2 .home-product-story-copy {
    max-width: none;
  }
}
@media (min-width: 861px) {
  .agentic-v2 .home-product-story--visual-first, .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .agentic-v2 .home-product-story-copy {
    max-width: none;
  }
  .agentic-v2 .home-product-story-copy > p {
    max-width: 48ch;
  }
}
.agentic-v2 .home-qa-grid {
  align-items: start;
}
.agentic-v2 details.home-qa-card {
  padding: 0;
}
.agentic-v2 details.home-qa-card > summary {
  padding: 24px 24px 24px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
  align-items: start;
  gap: 14px;
  list-style: none;
  cursor: pointer;
}
.agentic-v2 details.home-qa-card > summary::-webkit-details-marker {
  display: none;
}
.agentic-v2 details.home-qa-card > summary::marker {
  content: "";
}
.agentic-v2 details.home-qa-card > summary .home-qa-tag {
  grid-column: 1;
}
.agentic-v2 details.home-qa-card > summary h3 {
  grid-column: 1;
  margin-top: 12px;
}
.agentic-v2 .home-qa-toggle {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d3e0f4;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #f4f8fe;
  color: var(--home-blue);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 180ms ease, border-color 180ms ease;
}
.agentic-v2 .home-qa-toggle svg {
  width: 16px;
  height: 16px;
}
.agentic-v2 details.home-qa-card > summary:hover .home-qa-toggle {
  border-color: #b9cdec;
  background: #e8f1fe;
}
.agentic-v2 details.home-qa-card[open] .home-qa-toggle {
  transform: rotate(180deg);
  border-color: var(--home-blue);
  background: var(--home-blue);
  color: #fff;
}
.agentic-v2 details.home-qa-card > p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--qa-body);
  font-size: 16px;
  line-height: 1.6;
}
.agentic-v2 details.home-qa-card[open] {
  border-color: #c5d8f5;
  background: radial-gradient(90% 130% at 100% 0%, rgba(24, 92, 255, 0.055), transparent 60%), #fff;
}
.agentic-v2 details.home-qa-card[open] > summary {
  padding-bottom: 14px;
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-qa-toggle {
    transition: none;
  }
}
@media (max-width: 900px) {
  .agentic-v2 details.home-qa-card > summary {
    padding: 20px 18px 20px 22px;
  }
  .agentic-v2 details.home-qa-card > p {
    padding: 0 22px 22px;
  }
}
.agentic-v2 details.home-qa-card > summary {
  min-height: 74px;
  padding: 0 18px 0 24px;
  grid-template-columns: minmax(0, 1fr) 30px;
  align-items: center;
  gap: 16px;
}
.agentic-v2 details.home-qa-card > summary h3 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  padding: 16px 0;
  font-size: 19px;
  line-height: 1.28;
}
.agentic-v2 .home-qa-toggle {
  grid-column: 2;
  grid-row: 1;
  width: 30px;
  height: 30px;
  border-radius: 8px;
}
.agentic-v2 .home-qa-toggle svg {
  width: 14px;
  height: 14px;
}
.agentic-v2 details.home-qa-card[open] > summary {
  padding-bottom: 0;
}
.agentic-v2 details.home-qa-card > p {
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 1.58;
}
.agentic-v2 .home-qa-card--ask {
  min-height: 76px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.agentic-v2 .home-qa-card--ask h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.28;
}
.agentic-v2 .home-qa-ask-link {
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  font-size: 14px;
}
@media (max-width: 900px) {
  .agentic-v2 details.home-qa-card > summary {
    min-height: 66px;
    padding: 0 14px 0 18px;
  }
  .agentic-v2 details.home-qa-card > summary h3 {
    font-size: 17px;
  }
  .agentic-v2 details.home-qa-card > p {
    padding: 0 18px 18px;
  }
  .agentic-v2 .home-qa-card--ask {
    min-height: 68px;
    padding: 0 18px;
  }
  .agentic-v2 .home-qa-card--ask h3 {
    font-size: 17px;
  }
}
.agentic-v2 .home-product-story:first-child {
  padding-top: 16px;
}
@media (min-width: 861px) {
  .agentic-v2 .home-product-story--visual-first {
    align-items: start;
  }
}
.agentic-v2 .home-product-story {
  max-width: 1120px;
  margin-inline: auto;
}
@media (min-width: 1100px) {
  .agentic-v2 .home-product-story--visual-first {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  }
  .agentic-v2 .home-product-story--visual-first .home-product-story-visual {
    height: auto;
    min-height: 0;
    padding: 22px;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 10px;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines span {
    min-height: 32px;
    font-size: 10px;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-request pre, .agentic-v2 .home-product-story-visual--ai .home-ai-api-response pre {
    padding: 16px;
    font-size: 11px;
    line-height: 1.65;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-flow {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 34px minmax(0, 1.08fr);
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-transit b {
    transform: rotate(90deg);
  }
}
.agentic-v2 .home-raw-api-console--web .home-ai-api-flow {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}
.agentic-v2 .home-raw-api-console--web .home-ai-api-request, .agentic-v2 .home-raw-api-console--web .home-ai-api-response {
  grid-template-rows: auto minmax(0, 1fr) auto;
}
@media (min-width: 1100px) {
  .agentic-v2 .home-product-story--copy-first {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    align-items: start;
  }
  .agentic-v2 .home-product-story--visual-first .home-product-story-visual, .agentic-v2 .home-product-story--copy-first .home-product-story-visual {
    height: 680px;
  }
  .agentic-v2 .home-product-story--copy-first .home-product-story-visual {
    min-height: 0;
    padding: 22px;
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-engines {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    padding: 10px;
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-engines span {
    min-height: 32px;
    font-size: 10px;
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-flow {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-request pre, .agentic-v2 .home-product-story-visual--web .home-ai-api-response pre {
    padding: 14px 16px;
    font-size: 11px;
    line-height: 1.65;
  }
}
@media (min-width: 861px) {
  .agentic-v2 .home-product-story-copy h2 {
    color: var(--story-ink);
    font-size: 44px;
    letter-spacing: -0.03em;
  }
}
.agentic-v2 .home-product-story {
  border-top: 0;
}
.agentic-v2 .home-product-card--universal, .agentic-v2 .home-product-card--ai {
  display: flex;
  flex-direction: column;
}
.agentic-v2 .home-universal-workspace, .agentic-v2 .home-ai-workspace {
  flex: 1;
}
.agentic-v2 .home-ai-workspace {
  display: flex;
  flex-direction: column;
}
.agentic-v2 .home-ai-engines {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.agentic-v2 .home-ai-monitor-grid {
  flex: 1;
  align-content: stretch;
}
.agentic-v2 .home-ai-monitor-grid > span {
  min-height: 0;
}
.agentic-v2 .home-ai-monitor-grid strong {
  font-size: 13px;
}
.agentic-v2 .home-ai-monitor-grid small {
  font-size: 11px;
}
.agentic-v2 .home-ai-monitor-grid strong {
  font-size: 15px;
}
.agentic-v2 .home-ai-monitor-grid small {
  font-size: 12px;
}
.agentic-v2 .home-universal-result dl > div {
  min-height: 30px;
}
.agentic-v2 .home-ai-engines {
  gap: 10px;
}
.agentic-v2 .home-ai-monitor-grid {
  gap: 10px;
}
.agentic-v2 .home-ai-monitor-grid > span {
  padding: 12px 12px 12px 28px;
}
.agentic-v2 .home-ai-monitor-grid {
  flex: initial;
}
.agentic-v2 .home-ai-monitor-grid > span {
  min-height: 100px;
}
.agentic-v2 .home-ai-engines {
  margin-top: 0;
}
.agentic-v2 .home-ai-monitor-grid {
  flex: 1;
  margin-top: 10px;
}
.agentic-v2 .home-ai-monitor-grid > span {
  min-height: 0;
}
.agentic-v2 .home-ai-monitor-grid strong {
  font-size: 15px;
}
.agentic-v2 .home-ai-monitor-grid small {
  font-size: 13.5px;
}
.agentic-v2 .home-universal-workspace {
  display: flex;
  flex-direction: column;
}
.agentic-v2 .home-universal-result {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.agentic-v2 .home-universal-result dl {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.agentic-v2 .home-universal-result dl > div {
  flex: 1;
  min-height: 0;
}
.agentic-v2 .home-usecase-source-icons img {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0, 18, 55, 0.2));
}
.agentic-v2 .home-usecase-sources {
  background: rgba(255, 255, 255, 0.86);
}
@media (min-width: 1100px) {
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines, .agentic-v2 .home-product-story-visual--web .home-ai-api-engines {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    padding: 10px 2px;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines span, .agentic-v2 .home-product-story-visual--web .home-ai-api-engines span {
    gap: 4px;
    padding: 0 4px;
    font-size: 7.8px;
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-engines span {
    font-size: 11.2px;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines img, .agentic-v2 .home-product-story-visual--web .home-ai-api-engines img {
    width: 12px;
    height: 12px;
    padding: 0;
  }
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-flow {
    grid-template-rows: minmax(0, 0.84fr) minmax(0, 1.16fr);
  }
}
.agentic-v2 .home-ai-engines > span strong {
  font-size: 13.5px;
}
.agentic-v2 .home-product-story.is-in .home-raw-api-console--web .home-api-raw-response code {
  animation: none;
  transform: none;
}
@media (min-width: 1100px) {
  .agentic-v2 .home-product-story-visual--web .home-ai-api-flow {
    grid-template-rows: auto minmax(0, 1.25fr);
  }
}
.agentic-v2 .home-ai-api-request pre, .agentic-v2 .home-ai-api-response pre {
  align-items: flex-start;
}
@media (min-width: 1100px) {
  .agentic-v2 .home-product-story-visual--ai .home-ai-api-engines span, .agentic-v2 .home-product-story-visual--web .home-ai-api-engines span {
    justify-content: center;
    font-size: 11.5px;
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-flow {
    grid-template-rows: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }
  .agentic-v2 .home-product-story-visual--web .home-ai-api-request pre {
    font-size: 10.5px;
    line-height: 1.34;
  }
}
.agentic-v2 {
  overflow: clip;
}
.agentic-v2 :where(section[id], main[id]) {
  scroll-margin-top: 88px;
}
.agentic-v2 .home-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  background: #071a42;
  color: #fff;
  font: 650 14px/1 var(--font-sans);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.agentic-v2 .home-skip-link:focus {
  transform: translateY(0);
}
.agentic-v2 :where(a, button, input, summary):focus-visible {
  outline: 2px solid #185cff;
  outline-offset: 3px;
}
.agentic-v2 .home-preview-nav nav {
  position: relative;
}
.agentic-v2 .home-nav-trigger {
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}
.agentic-v2 .home-nav-item.is-open > .home-nav-trigger {
  color: #185cff;
}
.agentic-v2 .home-nav-item.is-open > .home-nav-trigger svg {
  transform: rotate(180deg);
}
.agentic-v2 .home-nav-item.is-open > .home-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.agentic-v2 .home-nav-item--end.is-open > .home-nav-dropdown {
  transform: translate(0, 0);
}
.agentic-v2 .home-mobile-nav-trigger, .agentic-v2 .home-mobile-actions {
  display: none;
}
.agentic-v2 .home-mobile-nav-trigger {
  min-width: 74px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #d5dfef;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  color: #0b1526;
  font: 620 13px/1 var(--font-sans);
}
.agentic-v2 .home-mobile-nav-trigger svg {
  width: 18px;
  height: 18px;
}
.agentic-v2 .home-hero-switch {
  overflow: clip;
}
.agentic-v2 .home-hero-switch-word {
  transition: none;
  will-change: auto;
}
.agentic-v2 .home-hero-shader {
  position: absolute;
  z-index: 0;
  inset: -10%;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: normal;
  filter: saturate(1.04) contrast(1.16);
  transition: opacity 500ms ease;
}
.agentic-v2 .home-hero-wallpaper {
  background: #082d78;
}
.agentic-v2 .home-hero-shader.is-ready {
  opacity: 0.82;
}
.agentic-v2 .home-hero-shader.is-fallback {
  opacity: 0.62;
  background: radial-gradient(circle at 18% 22%, rgba(89, 226, 255, .96), transparent 32%), radial-gradient(circle at 76% 30%, rgba(185, 235, 255, .82), transparent 34%), radial-gradient(circle at 58% 78%, rgba(20, 105, 255, .94), transparent 42%), linear-gradient(145deg, #0759c5, #041d59);
  animation: home-paper-drift 14s ease-in-out infinite alternate;
}
@keyframes home-paper-drift {
  0% {
    transform: translate3d(-.35%, -.25%, 0) scale(1.012);
  }
  50% {
    transform: translate3d(.35%, .2%, 0) scale(1.018);
  }
  100% {
    transform: translate3d(-.2%, .35%, 0) scale(1.014);
  }
}
.agentic-v2 .home-hero-shader canvas {
  position: absolute;
  z-index: 0 !important;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.agentic-v2 .home-prompt-copy {
  position: relative;
}
.agentic-v2 .home-prompt-copy.is-copied {
  border-color: #9fd9bd;
  background: #f2fbf6;
  color: #147447;
}
.agentic-v2 .home-prompt-copy.is-copied .home-prompt-copy-icon {
  display: none;
}
.agentic-v2 .home-prompt-copy.is-copied::before {
  content: "✓";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #dff5e9;
  color: #147447;
  font-size: 13px;
  font-weight: 800;
}
.agentic-v2 :where(.home-button, .home-preview-cta, .home-prompt-copy, .home-hero-demo-run):active {
  transform: translateY(1px) scale(.99);
}
@media (hover: hover) and (pointer: fine) {
  .agentic-v2 .home-preview-links > a:hover, .agentic-v2 .home-nav-trigger:hover {
    color: #185cff;
  }
}
@media (max-width: 980px) {
  html.agentic-nav-open {
    overflow: hidden;
  }
  .agentic-v2 .home-preview-nav nav {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 18px;
  }
  .agentic-v2 .home-mobile-nav-trigger {
    display: inline-flex;
    justify-self: end;
  }
  .agentic-v2 .home-mobile-nav-trigger[aria-expanded="true"] svg {
    display: none;
  }
  .agentic-v2 .home-mobile-nav-trigger[aria-expanded="true"]::after {
    content: "×";
    margin-top: -2px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
  }
  .agentic-v2 .home-preview-actions {
    display: none;
  }
  .agentic-v2 .home-preview-links {
    position: absolute;
    z-index: 70;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 58px);
    padding: 12px 16px 20px;
    border-top: 1px solid #e1e8f3;
    border-bottom: 1px solid #d6dfed;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 32, 67, .16);
  }
  .agentic-v2 .home-preview-nav.is-open .home-preview-links {
    display: flex;
  }
  .agentic-v2 .home-preview-links > a, .agentic-v2 .home-nav-trigger {
    width: 100%;
    min-height: 48px;
    padding: 0 4px;
    justify-content: space-between;
    font-size: 16px;
    text-align: left;
  }
  .agentic-v2 .home-nav-item {
    border-bottom: 1px solid #e6ecf5;
  }
  .agentic-v2 .home-nav-dropdown, .agentic-v2 .home-nav-item--end .home-nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 10px 10px;
    border: 0;
    border-radius: 0;
    display: none;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }
  .agentic-v2 .home-nav-item.is-open > .home-nav-dropdown, .agentic-v2 .home-nav-item--end.is-open > .home-nav-dropdown {
    display: flex;
    transform: none;
  }
  .agentic-v2 .home-nav-dropdown a {
    min-height: 44px;
    padding: 9px 10px;
  }
  .agentic-v2 .home-mobile-actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 10px;
  }
  .agentic-v2 .home-mobile-actions > a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d6dfed;
    border-radius: 6px;
    font-weight: 650;
  }
  .agentic-v2 .home-mobile-actions .home-preview-cta {
    border-color: #185cff;
    color: #fff;
  }
}
@media (max-width: 700px) {
  .agentic-v2 .home-news-strip-inner {
    min-height: 42px;
    padding: 7px 14px;
    gap: 9px;
    font-size: 12px;
    line-height: 1.35;
  }
  .agentic-v2 .home-hero-copy {
    min-width: 0;
  }
  .agentic-v2 .home-hero h1 {
    max-width: 100%;
    margin-inline: auto;
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: 1.04;
    text-wrap: balance;
  }
  .agentic-v2 .home-actions {
    gap: 12px;
  }
  .agentic-v2 .home-prompt-copy {
    width: 100%;
    max-width: 360px;
    min-height: 52px;
    justify-content: center;
  }
  .agentic-v2 .home-hero-trust {
    max-width: 330px;
    flex-direction: column;
    gap: 9px;
    line-height: 1.45;
    text-align: center;
  }
  .agentic-v2 .home-hero-shader.is-ready {
    opacity: .48;
  }
  .agentic-v2 .home-hero-demo {
    border-radius: 10px;
  }
}
@media (max-width: 420px) {
  .agentic-v2 .home-news-cta {
    display: none;
  }
  .agentic-v2 .home-preview-brand img {
    width: 32px;
    height: 32px;
  }
  .agentic-v2 .home-mobile-nav-trigger {
    min-width: 68px;
    min-height: 42px;
    padding-inline: 10px;
  }
  .agentic-v2 .home-hero h1 {
    font-size: clamp(32px, 10.2vw, 39px);
  }
  .agentic-v2 .home-hero-switch {
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    display: block;
    text-align: center;
  }
  .agentic-v2 .home-prompt-copy-marks {
    display: none;
  }
  .agentic-v2 .home-hero-badge-text {
    font-size: 11px;
  }
  .agentic-v2 .home-hero-platform-menu {
    width: calc(100vw - 24px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .agentic-v2 .home-skip-link, .agentic-v2 .home-hero-shader, .agentic-v2 .home-nav-trigger svg, .agentic-v2 .home-mobile-nav-trigger svg {
    transition: none;
  }
  .agentic-v2 .home-hero-switch-word {
    transform: none !important;
  }
  .agentic-v2 .home-hero-shader {
    animation: none;
    transform: none;
  }
  .agentic-v2 .home-hero-switch-word:not(.is-active) {
    display: none;
  }
  .agentic-v2 :where(.home-button, .home-preview-cta, .home-prompt-copy):hover {
    transform: none;
  }
}
.agentic-v2 .home-motion-toggle {
  margin-top: 22px;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(11, 43, 102, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #31455f;
  font: 600 12px/1.2 var(--font-sans);
  cursor: pointer;
  backdrop-filter: blur(8px);
}
.agentic-v2 .home-motion-toggle:hover, .agentic-v2 .home-motion-toggle:focus-visible, .agentic-v2 .home-motion-toggle[aria-pressed="true"] {
  border-color: #185cff;
  color: #0b2b66;
}
.agentic-v2 .is-copy-error {
  color: #9f1239;
}
.home-nav-item > summary, .home-mobile-nav-disclosure > summary {
  list-style: none;
}
.home-nav-item > summary::-webkit-details-marker, .home-mobile-nav-disclosure > summary::-webkit-details-marker {
  display: none;
}
.home-nav-item[open] .home-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.home-nav-item--end[open] .home-nav-dropdown {
  transform: translate(0, 0);
}
.home-preview-links > a.is-active {
  color: #185cff;
}
.home-nav-trigger {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
}
.home-nav-trigger:focus-visible, .home-mobile-toggle:focus-visible {
  outline: 2px solid #185cff;
  outline-offset: 4px;
}
.home-mobile-nav-disclosure, .home-mobile-close {
  display: none;
}
.home-mobile-toggle {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d7d7d4;
  border-radius: var(--r-sm);
  place-items: center;
  color: #171719;
  background: #fff;
  cursor: pointer;
}
.home-mobile-nav-disclosure[open] .home-mobile-open {
  display: none;
}
.home-mobile-nav-disclosure[open] .home-mobile-close {
  display: block;
}
.home-mobile-toggle svg {
  width: 19px;
  height: 19px;
}
.home-mobile-nav {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #e8e8e5;
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 23, 25, .08);
}
.home-mobile-nav-inner {
  padding-block: 22px 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-mobile-nav-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.home-mobile-nav-group strong {
  margin-bottom: 2px;
  color: #85858a;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-mobile-nav-group a {
  color: #171719;
  font-size: 15px;
}
.home-mobile-nav-group a:hover, .home-mobile-nav-group a:focus-visible {
  color: #185cff;
}
.home-mobile-nav-group--actions {
  align-items: stretch;
}
.home-mobile-nav-group--actions .home-preview-cta {
  justify-content: center;
}
.home-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pricing-shell {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
}
.pricing-shell-main {
  flex: 1;
}
.pricing-page {
  --pricing-ink: #0b1526;
  --pricing-muted: #5a6b8a;
  --pricing-line: #dbe4f1;
  --pricing-soft: #f4f7fc;
  --pricing-blue: #185cff;
  --pricing-night: #0a1226;
  color: var(--pricing-ink);
  background: #fff;
  font-family: "Figtree", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 1.5;
}
.pricing-page *, .pricing-page *::before, .pricing-page *::after {
  box-sizing: border-box;
}
.pricing-page h1, .pricing-page h2, .pricing-page p {
  margin: 0;
}
.pricing-hero {
  max-width: 820px;
  padding-block: 58px 62px;
  text-align: center;
}
.pricing-eyebrow, .pricing-kicker {
  color: var(--pricing-blue);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pricing-hero h1 {
  max-width: 760px;
  margin: 15px auto 0;
  color: var(--pricing-ink);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.12;
  text-wrap: balance;
}
.pricing-hero-lede {
  max-width: 640px;
  margin: 18px auto 0 !important;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.55;
}
.pricing-assurances {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  color: #3b4c69;
  font-size: 16px;
  font-weight: 550;
}
.pricing-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pricing-assurances i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3d9e6f;
}
.pricing-plans {
  position: relative;
  padding-block: 52px 72px;
}
.pricing-plans::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--pricing-line);
  content: "";
}
.pricing-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: 56px;
  align-items: end;
}
.pricing-section-heading h2, .pricing-credit-story-copy h2, .pricing-faq-intro h2 {
  margin-top: 10px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.08;
  text-wrap: balance;
}
.pricing-section-heading > p {
  max-width: 460px;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.6;
}
.pricing-plan-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--pricing-line);
  border-radius: 12px;
  overflow: hidden;
}
.pricing-plan {
  min-width: 0;
  min-height: 470px;
  padding: 24px 22px;
  border-right: 1px solid var(--pricing-line);
  display: flex;
  flex-direction: column;
  background: #fff;
}
.pricing-plan:last-child {
  border-right: 0;
}
.pricing-plan--selected {
  box-shadow: inset 0 0 0 3px #83abff;
}
.pricing-plan--featured {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #185cff;
}
.pricing-plan--enterprise {
  color: #fff;
  background: #171719;
}
.pricing-plan-head {
  min-height: 73px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.pricing-plan-name {
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.025em;
}
.pricing-plan-audience {
  max-width: 240px;
  margin-top: 5px !important;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.45;
}
.pricing-plan--featured .pricing-plan-audience, .pricing-plan--enterprise .pricing-plan-audience {
  color: rgba(255, 255, 255, .7);
}
.pricing-price {
  min-height: 42px;
  margin-top: 22px !important;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.pricing-price span {
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 540;
  letter-spacing: -.05em;
  line-height: 1;
}
.pricing-price small {
  color: var(--pricing-muted);
  font-size: 16px;
}
.pricing-plan--featured .pricing-price small {
  color: rgba(255, 255, 255, .65);
}
.pricing-price--custom span {
  max-width: 220px;
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}
.pricing-credit-block {
  margin-top: 22px;
  padding: 13px 0;
  border-top: 1px solid var(--pricing-line);
  border-bottom: 1px solid var(--pricing-line);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pricing-plan--featured .pricing-credit-block, .pricing-plan--enterprise .pricing-credit-block {
  border-color: rgba(255, 255, 255, .18);
}
.pricing-credit-block strong {
  font-size: 16px;
  font-weight: 650;
}
.pricing-credit-block span {
  color: var(--pricing-muted);
  font-size: 16px;
}
.pricing-plan--featured .pricing-credit-block span, .pricing-plan--enterprise .pricing-credit-block span {
  color: rgba(255, 255, 255, .65);
}
.pricing-plan-action {
  margin-top: 17px;
}
.pricing-plan-action form {
  margin: 0;
}
.pricing-button {
  width: 100%;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid #bdcadc;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--pricing-ink);
  background: #fff;
  box-shadow: 0 1px 2px rgba(11, 21, 38, .05);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.pricing-button:hover {
  border-color: #8ea3c0;
  box-shadow: 0 6px 16px rgba(11, 21, 38, .09);
  transform: translateY(-1px);
}
.pricing-button--primary {
  border-color: #185cff;
  color: #fff !important;
  background: #185cff;
}
.pricing-plan--featured .pricing-button--primary {
  border-color: #fff;
  color: #185cff !important;
  background: #fff;
}
.pricing-button--light {
  border-color: #fff;
  color: var(--pricing-ink) !important;
  background: #fff;
}
.pricing-includes {
  margin-top: auto;
  padding-top: 22px;
}
.pricing-includes > p {
  color: var(--pricing-muted);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pricing-plan--featured .pricing-includes > p, .pricing-plan--enterprise .pricing-includes > p {
  color: rgba(255, 255, 255, .58);
}
.pricing-includes ul {
  margin: 12px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}
.pricing-includes li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.4;
}
.pricing-includes li svg {
  margin-top: 2px;
  flex: 0 0 auto;
  color: var(--pricing-blue);
}
.pricing-plan--featured .pricing-includes li svg, .pricing-plan--enterprise .pricing-includes li svg {
  color: #83abff;
}
.pricing-credit-story {
  padding-block: 62px;
  border-block: 1px solid var(--pricing-line);
  background: var(--pricing-soft);
}
.pricing-credit-story-inner {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 64px;
  align-items: start;
}
.pricing-credit-story-copy h2 {
  max-width: 420px;
}
.pricing-credit-story-copy > p:last-child {
  max-width: 470px;
  margin-top: 16px !important;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.6;
}
.pricing-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--pricing-line);
  border-radius: 10px;
  background: #fff;
  list-style: none;
  overflow: hidden;
}
.pricing-steps li {
  min-height: 158px;
  padding: 20px;
  border-right: 1px solid var(--pricing-line);
}
.pricing-steps li:last-child {
  border-right: 0;
}
.pricing-steps > li > span {
  color: var(--pricing-blue);
  font-family: var(--font-mono);
  font-size: 16px;
}
.pricing-steps strong {
  margin-top: 22px;
  display: block;
  font-size: 16px;
  font-weight: 650;
}
.pricing-steps p {
  max-width: 220px;
  margin-top: 5px !important;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.45;
}
.pricing-faq {
  padding-block: 72px 80px;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 76px;
  align-items: start;
}
.pricing-faq-intro h2 {
  max-width: 460px;
}
.pricing-faq-intro > p:not(.pricing-kicker) {
  margin-top: 15px !important;
  color: var(--pricing-muted);
  font-size: 16px;
}
.pricing-faq-intro > a {
  margin-top: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pricing-blue);
  font-size: 16px;
  font-weight: 650;
}
.pricing-faq-list {
  border-top: 1px solid var(--pricing-line);
}
.pricing-faq-list details {
  border-bottom: 1px solid var(--pricing-line);
}
.pricing-faq-list summary {
  min-height: 58px;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--pricing-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}
.pricing-faq-list summary::-webkit-details-marker {
  display: none;
}
.pricing-faq-list summary span {
  flex: 1;
}
.pricing-faq-list summary svg {
  color: var(--pricing-blue);
}
.pricing-faq-minus {
  display: none;
}
.pricing-faq-list details[open] .pricing-faq-plus {
  display: none;
}
.pricing-faq-list details[open] .pricing-faq-minus {
  display: block;
}
.pricing-faq-list details > p {
  max-width: 700px;
  padding: 0 44px 18px 0;
  color: var(--pricing-muted);
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 1100px) {
  .home-preview-nav nav {
    grid-template-columns: auto 1fr auto;
  }
  .home-preview-links {
    display: none;
  }
  .home-preview-actions {
    justify-self: end;
  }
  .home-mobile-nav-disclosure {
    display: block;
    justify-self: end;
  }
  .home-mobile-toggle {
    display: grid;
  }
  .pricing-section-heading {
    gap: 44px;
  }
  .pricing-credit-story-inner, .pricing-faq {
    gap: 64px;
  }
  .pricing-plan-grid {
    grid-template-columns: repeat(4, minmax(245px, 1fr));
    overflow-x: auto;
  }
}
@media (max-width: 760px) {
  .home-container {
    width: min(100% - 40px, 1280px);
  }
  .home-preview-actions {
    display: none;
  }
  .home-mobile-nav-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-mobile-nav-group--actions {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
  }
  .home-mobile-nav-group--actions .home-preview-cta {
    margin-left: auto;
  }
  .pricing-hero {
    padding-block: 48px 52px;
  }
  .pricing-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }
  .pricing-hero-lede {
    font-size: 16px;
  }
  .pricing-plans {
    padding-block: 44px 58px;
  }
  .pricing-section-heading, .pricing-credit-story-inner, .pricing-faq {
    grid-template-columns: 1fr;
  }
  .pricing-section-heading {
    gap: 24px;
  }
  .pricing-plan-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
    overflow: hidden;
  }
  .pricing-plan {
    min-height: 0;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--pricing-line);
  }
  .pricing-plan:last-child {
    border-bottom: 0;
  }
  .pricing-includes {
    margin-top: 24px;
  }
  .pricing-credit-story {
    padding-block: 54px;
  }
  .pricing-credit-story-inner {
    gap: 30px;
  }
  .pricing-steps {
    grid-template-columns: 1fr;
  }
  .pricing-steps li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--pricing-line);
  }
  .pricing-steps li:last-child {
    border-bottom: 0;
  }
  .pricing-faq {
    padding-block: 58px 64px;
    gap: 32px;
  }
}
@media (max-width: 480px) {
  .home-container {
    width: min(100% - 32px, 1280px);
  }
  .home-preview-brand span {
    display: none;
  }
  .home-mobile-nav-inner {
    grid-template-columns: 1fr;
  }
  .home-mobile-nav-group--actions {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
  }
  .home-mobile-nav-group--actions .home-preview-cta {
    margin-left: 0;
  }
  .pricing-assurances {
    align-items: center;
    flex-direction: column;
  }
  .pricing-plan-head {
    gap: 14px;
  }
  .pricing-price {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
  }
  .pricing-faq-list details > p {
    padding-right: 0;
  }
}
.scrapers-page {
  width: min(calc(100% - clamp(40px, 6vw, 96px)), 1280px);
  margin-inline: auto;
  padding-block: clamp(48px, 5vw, 72px) clamp(64px, 7vw, 96px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
}
@media (max-width: 480px) {
  .scrapers-page {
    width: min(100% - 32px, 1280px);
  }
}
.home-live-nav .home-preview-brand {
  gap: 0;
}
.home-live-nav .home-preview-brand img {
  width: 37px;
  height: 37px;
}
.home-live-nav nav {
  position: relative;
}
.home-live-nav .home-nav-item--mega {
  position: static;
}
.home-live-nav .home-nav-mega {
  left: 0;
  right: 0;
  width: 100%;
  min-width: 0;
  padding: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr .72fr;
  gap: 18px;
  transform: translateY(6px);
}
.home-live-nav .home-nav-item--mega:hover .home-nav-mega, .home-live-nav .home-nav-item--mega:focus-within .home-nav-mega, .home-live-nav .home-nav-item--mega[open] .home-nav-mega {
  transform: translateY(0);
}
.home-live-nav .home-nav-mega--company {
  right: 0;
  left: auto;
  width: min(760px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.home-nav-col {
  min-width: 0;
}
.home-nav-col-title {
  display: block;
  padding: 7px 10px 9px;
  color: #8290a7;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-live-nav .home-nav-dropdown .home-nav-card {
  padding: 9px 10px;
}
.home-live-nav .home-nav-card > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-nav-platforms {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
}
.home-live-nav .home-nav-platforms a, .home-live-nav .home-nav-agents a {
  min-width: 0;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  font-size: 12px;
}
.home-nav-platforms img, .home-nav-agents img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.home-nav-agents {
  display: grid;
  gap: 2px;
}
.home-live-nav .home-nav-more {
  margin-top: 5px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #185cff;
  font-size: 12px;
  font-weight: 600;
}
.home-live-nav .home-nav-plain a {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.home-live-nav .home-nav-plain a svg {
  width: 16px;
  height: 16px;
  color: #63718a;
}
.home-live-nav .home-nav-link--case-studies {
  white-space: nowrap;
}
.agentic-v2 .home-footer-panel {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  color: #fff;
  background: linear-gradient(180deg, #16345f 0%, #0d2758 42%, #091c3e 100%);
}
.agentic-v2 .home-footer-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.28) .55px, transparent .7px);
  background-size: 4px 4px;
}
.agentic-v2 .home-footer-focus {
  position: relative;
}
.agentic-v2 .home-footer-grid {
  padding: clamp(36px, 4vw, 56px) 0 clamp(16px, 2vw, 26px);
  border-top: 1px solid rgba(255,255,255,.14);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 32px;
}
.agentic-v2 .home-footer-col strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.agentic-v2 .home-footer-col a {
  display: block;
  padding: 4px 0;
  color: #d7e6ff;
  font-size: 16px;
  line-height: 1.4;
}
.agentic-v2 .home-footer-col a:hover, .agentic-v2 .home-footer-col a.home-footer-more {
  color: #fff;
}
.agentic-v2 .home-footer-col a.home-footer-more {
  font-weight: 500;
}
.agentic-v2 .home-footer-wordmark-viewport {
  margin-top: clamp(2px, .7vw, 10px);
  overflow: hidden;
  mask-image: linear-gradient(rgba(0,0,0,.42) 8%, rgba(0,0,0,.7) 22%, #000 42% 100%);
}
.agentic-v2 .home-footer-wordmark {
  margin-top: -.1em;
  padding: .09em 0 .11em;
  display: flex;
  justify-content: center;
  color: rgba(87,143,255,.2);
  font-family: "Figtree", Arial, sans-serif;
  font-size: clamp(116px, 19vw, 284px);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: .78;
  text-align: center;
  white-space: nowrap;
  user-select: none;
}
.agentic-v2 .home-footer-bottom {
  padding: 22px 0 30px;
  border-top: 1px solid rgba(255,255,255,.14);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  color: #c7dcff;
  font-size: 14.5px;
}
.agentic-v2 .home-footer-legal {
  display: inline-flex;
  gap: 18px;
}
.agentic-v2 .home-footer-legal a {
  color: inherit;
}
.agentic-v2 .home-footer-legal a:hover {
  color: #fff;
}
.pricing-price--custom span {
  max-width: none;
  font-size: clamp(25px, 2vw, 30px);
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .agentic-v2 .home-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 36px;
  }
}
@media (max-width: 980px) {
  .home-live-nav .home-preview-links, .home-live-nav .home-preview-actions {
    display: none;
  }
  .home-live-nav .home-mobile-nav-disclosure {
    display: block;
    justify-self: end;
  }
  .home-live-nav nav {
    grid-template-columns: auto 1fr auto;
  }
}
@media (max-width: 640px) {
  .agentic-v2 .home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agentic-v2 .home-footer-wordmark {
    margin-top: -.07em;
    padding: .08em 0 .1em;
    font-size: clamp(78px, 20.5vw, 90px);
    letter-spacing: .006em;
  }
}
@font-face {
  font-family: "Geist";
  src: url("/fonts/geist-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/geist-mono-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
.docs-skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  border: 1px solid var(--pri-brd);
  border-radius: 7px;
  color: var(--ink);
  background: var(--bg);
  box-shadow: var(--sh-md);
  transform: translateY(-160%);
  transition: transform 0.14s ease;
}
.docs-skip-link:focus {
  transform: translateY(0);
}
.docs-canvas {
  min-height: 100vh;
  background: var(--bg);
}
.docs-global-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--brd);
  background: var(--bg);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--bg) 92%, transparent);
  }
  backdrop-filter: blur(12px);
}
.docs-global-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, 1440px);
  height: 56px;
  margin: 0 auto;
  padding: 0 28px;
}
.docs-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 9px;
  min-width: 0;
  border-radius: 7px;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 630;
  letter-spacing: -0.012em;
}
.docs-brand-divider {
  width: 1px;
  height: 17px;
  margin-left: 2px;
  background: var(--brd-strong);
}
.docs-brand-section {
  color: var(--ink-muted);
  font-weight: 520;
}
.docs-global-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.docs-global-nav a {
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--ink-muted);
  font-size: 13px;
  font-weight: 520;
}
.docs-global-nav a:hover, .docs-global-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--srf);
}
.docs-global-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 4px;
}
.docs-shell {
  display: grid;
  grid-template-columns: 232px minmax(0, 860px);
  justify-content: start;
  gap: 56px;
  width: 100%;
  min-height: calc(100vh - 57px);
  margin: 0 auto;
  padding: 36px 28px 80px;
}
.docs-sidebar {
  position: sticky;
  top: 84px;
  align-self: start;
  max-height: calc(100vh - 108px);
  overflow-y: auto;
  scrollbar-width: thin;
}
.docs-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  margin-bottom: 24px;
  padding: 0 9px;
  border: 1px solid var(--brd-strong);
  border-radius: 7px;
  color: var(--ink-faint);
  background: var(--bg);
  box-shadow: var(--sh-sm);
}
.docs-search-form:focus-within {
  border-color: var(--pri);
  box-shadow: 0 0 0 3px var(--pri-tint);
}
.docs-search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
}
.docs-search-form input::placeholder {
  color: var(--ink-faint);
}
.docs-search-form kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border: 1px solid var(--brd);
  border-radius: 4px;
  color: var(--ink-faint);
  background: var(--srf);
  font-size: 10px;
  line-height: 1;
}
.docs-nav-groups {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.docs-nav-group h2 {
  margin: 0 0 7px;
  padding: 0 9px;
  color: var(--ink-faint);
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}
.docs-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 6px;
  color: var(--ink-muted);
  font-size: 12.75px;
  line-height: 1.35;
}
.docs-nav-link:hover {
  color: var(--ink);
  background: var(--srf);
}
.docs-nav-link-active {
  color: var(--pri-strong);
  background: var(--pri-tint);
  font-weight: 590;
}
.docs-nav-planned {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border: 1px solid var(--warn-brd);
  border-radius: 999px;
  color: var(--warn);
  background: var(--warn-tint);
  font-size: 9px;
  font-weight: 700;
}
.docs-main {
  min-width: 0;
}
.docs-article-header {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--brd);
}
.docs-article-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
  color: var(--pri-strong);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.docs-planned-badge {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border: 1px solid var(--warn-brd);
  border-radius: 999px;
  color: var(--warn);
  background: var(--warn-tint);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.docs-article-header h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(29px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.038em;
  line-height: 1.1;
}
.docs-article-header > p:not(.sr-only) {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--ink-muted);
  font-size: 15.5px;
  line-height: 1.65;
}
.docs-article-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-top: 19px;
}
.docs-mcp-installer {
  margin: 36px 0 12px;
}
.docs-mcp-installer-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.docs-mcp-installer-header h2 {
  margin: 0;
  color: var(--docs-ink);
  font-size: 30px;
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.16;
}
.docs-mcp-installer-header p {
  margin: 7px 0 0;
  color: var(--docs-body);
  font-size: 16px;
  line-height: 1.5;
}
.docs-mcp-installer-header > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 40px;
  color: var(--docs-blue-deep);
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: #8cb0fb;
  text-underline-offset: 4px;
}
.docs-mcp-installer-frame {
  overflow: hidden;
  border: 1px solid var(--docs-border-strong);
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05), 0 8px 24px rgba(17, 24, 39, 0.045);
}
.docs-mcp-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.docs-mcp-tabs button {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 11px;
  padding: 15px 16px;
  border: 0;
  border-right: 1px solid var(--docs-border);
  border-bottom: 1px solid var(--docs-border);
  color: var(--docs-body);
  background: #ffffff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: color 140ms ease-out, background-color 140ms ease-out;
}
.docs-mcp-tabs button:last-child {
  border-right: 0;
}
.docs-mcp-tabs button[aria-selected="true"] {
  color: var(--docs-ink);
  background: var(--docs-blue-soft);
}
.docs-mcp-tab-rail {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--docs-blue);
  opacity: 0;
}
.docs-mcp-tabs button[aria-selected="true"] .docs-mcp-tab-rail {
  opacity: 1;
}
.docs-mcp-tabs img {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  object-fit: contain;
}
.docs-mcp-tabs button[data-mcp-tab="claude"] img {
  filter: invert(55%) sepia(28%) saturate(1370%) hue-rotate(326deg) brightness(92%) contrast(86%);
}
.docs-mcp-tabs button > span:last-child {
  min-width: 0;
}
.docs-mcp-tabs strong, .docs-mcp-tabs small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docs-mcp-tabs strong {
  color: var(--docs-ink);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.3;
}
.docs-mcp-tabs small {
  margin-top: 2px;
  color: var(--docs-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.docs-mcp-panels {
  padding: 24px;
}
.docs-mcp-panels [hidden] {
  display: none;
}
.docs-mcp-step {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}
.docs-mcp-step > div {
  min-width: 0;
  flex: 1;
}
.docs-mcp-step-number {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--docs-border-strong);
  border-radius: 50%;
  color: var(--docs-ink);
  background: #ffffff;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.docs-mcp-step h3 {
  margin: 1px 0 5px;
  color: var(--docs-ink);
  font-size: 15.5px;
  font-weight: 680;
  letter-spacing: -0.012em;
  line-height: 1.35;
}
.docs-mcp-step p {
  margin: 0;
  color: var(--docs-body);
  font-size: 14px;
  line-height: 1.55;
}
.docs-mcp-step p code {
  padding: 2px 5px;
  border: 1px solid var(--docs-border);
  border-radius: 4px;
  color: var(--docs-ink);
  background: var(--docs-blue-softer);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
}
.docs-mcp-step-divider {
  margin: 20px 0;
  border-top: 1px solid var(--docs-border);
}
.docs-mcp-command {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 13px;
}
.docs-mcp-command > code {
  display: flex;
  min-width: 0;
  min-height: 44px;
  flex: 1;
  align-items: center;
  overflow-x: auto;
  padding: 10px 13px;
  border: 1px solid var(--docs-border);
  border-radius: 6px;
  color: var(--docs-ink);
  background: var(--docs-blue-softer);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 520;
  line-height: 1.45;
  white-space: pre;
}
.docs-mcp-command > button {
  display: inline-flex;
  width: 44px;
  min-height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--docs-border-strong);
  border-radius: 6px;
  color: var(--docs-body);
  background: #ffffff;
  cursor: pointer;
  transition: border-color 140ms ease-out, color 140ms ease-out, background-color 140ms ease-out;
}
.docs-mcp-command [data-copy-icon="check"] {
  display: none;
}
.docs-mcp-command > button[data-copy-state="copied"] {
  border-color: #8cb0fb;
  color: var(--docs-blue-deep);
  background: var(--docs-blue-soft);
}
.docs-mcp-command > button[data-copy-state="copied"] [data-copy-icon="copy"] {
  display: none;
}
.docs-mcp-command > button[data-copy-state="copied"] [data-copy-icon="check"] {
  display: block;
}
.docs-mcp-panel-link, .docs-mcp-install-button {
  display: inline-flex;
  width: fit-content;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  padding: 7px 12px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 6px;
  color: var(--docs-ink);
  background: #ffffff;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
  transition: border-color 140ms ease-out, color 140ms ease-out, background-color 140ms ease-out;
}
.docs-mcp-install-button {
  min-height: 44px;
  border-color: var(--docs-ink);
  color: #ffffff;
  background: var(--docs-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 2px 5px rgba(17, 24, 39, 0.16);
}
.docs-mcp-tool-note {
  margin: 15px 2px 0;
  color: var(--docs-body);
  font-size: 13.5px;
  line-height: 1.55;
}
.docs-mcp-tool-note strong {
  color: var(--docs-ink);
  font-weight: 700;
}
.docs-mcp-tool-note a {
  margin-left: 4px;
  color: var(--docs-blue-deep);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: #8cb0fb;
  text-underline-offset: 3px;
}
.docs-prose {
  padding-top: 32px;
  color: var(--ink-muted);
  font-size: 15px;
  line-height: 1.75;
}
.docs-prose > :first-child {
  margin-top: 0;
}
.docs-prose h2 {
  scroll-margin-top: 82px;
  margin: 46px 0 13px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.docs-prose h3 {
  margin: 30px 0 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.docs-prose p, .docs-prose ul, .docs-prose ol, .docs-prose table, .docs-prose blockquote, .docs-prose pre {
  margin: 0 0 19px;
}
.docs-prose ul, .docs-prose ol {
  padding-left: 24px;
}
.docs-prose ul {
  list-style: disc;
}
.docs-prose ol {
  list-style: decimal;
}
.docs-prose li {
  margin: 5px 0;
  padding-left: 3px;
}
.docs-prose strong {
  color: var(--ink);
  font-weight: 640;
}
.docs-prose a {
  color: var(--pri-strong);
  text-decoration: underline;
  text-decoration-color: var(--pri-brd);
  text-underline-offset: 3px;
}
.docs-prose a:hover {
  text-decoration-color: currentColor;
}
.docs-prose :not(pre) > code {
  padding: 0.12em 0.36em;
  border: 1px solid var(--brd);
  border-radius: 4px;
  color: var(--ink);
  background: var(--srf);
  font-size: 0.875em;
}
.docs-prose pre {
  overflow-x: auto;
  padding: 17px 18px;
  border: 1px solid var(--code-brd);
  border-radius: 8px;
  color: var(--code-ink);
  background: var(--code-bg);
  font-size: 12.5px;
  line-height: 1.65;
  tab-size: 2;
}
.docs-code-wrap {
  position: relative;
  margin-bottom: 19px;
}
.docs-code-wrap pre {
  margin-bottom: 0;
  padding-top: 42px;
}
.docs-code-copy {
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
  min-width: 48px;
  height: 25px;
  padding: 0 8px;
  border: 1px solid #334155;
  border-radius: 5px;
  color: #aebed3;
  background: #152034;
  font-size: 10.5px;
  font-weight: 600;
  cursor: pointer;
}
.docs-code-copy:hover, .docs-code-copy:focus-visible {
  color: #ffffff;
  border-color: #64748b;
}
.docs-prose blockquote {
  padding: 14px 16px;
  border: 1px solid var(--pri-brd);
  border-left: 3px solid var(--pri);
  border-radius: 7px;
  color: var(--ink-muted);
  background: var(--pri-tint);
}
.docs-prose blockquote p:last-child {
  margin-bottom: 0;
}
.docs-prose table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid var(--brd);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.docs-prose th, .docs-prose td {
  min-width: 110px;
  padding: 10px 12px;
  border-right: 1px solid var(--brd);
  border-bottom: 1px solid var(--brd);
  text-align: left;
  vertical-align: top;
}
.docs-prose th {
  color: var(--ink);
  background: var(--srf);
  font-weight: 620;
}
.docs-prose tr:last-child td {
  border-bottom: 0;
}
.docs-prose th:last-child, .docs-prose td:last-child {
  border-right: 0;
}
.docs-search-page-form {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 6px 7px 6px 12px;
  border: 1px solid var(--brd-strong);
  border-radius: 9px;
  color: var(--ink-faint);
  background: var(--bg);
  box-shadow: var(--sh-sm);
}
.docs-search-page-form:focus-within {
  border-color: var(--pri);
  box-shadow: 0 0 0 3px var(--pri-tint);
}
.docs-search-page-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
}
.docs-search-results {
  margin-top: 34px;
}
.docs-search-results > h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 630;
}
.docs-result-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--brd);
}
.docs-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--brd);
}
.docs-result:hover h3 {
  color: var(--pri-strong);
}
.docs-result > div > span {
  color: var(--ink-faint);
  font-size: 10.5px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.docs-result h3 {
  margin: 3px 0 2px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 630;
}
.docs-result p {
  color: var(--ink-muted);
  font-size: 12.5px;
}
.docs-empty-result {
  padding: 42px 24px;
  border: 1px dashed var(--brd-strong);
  border-radius: 9px;
  text-align: center;
  color: var(--ink-faint);
  background: var(--srf);
}
.docs-empty-result h3 {
  margin-top: 9px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 630;
}
.docs-empty-result p {
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 12.5px;
}
.docs-footer {
  border-top: 1px solid var(--brd);
}
.docs-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 22px 28px;
  color: var(--ink-faint);
  font-size: 11.75px;
}
.docs-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.docs-footer a:hover {
  color: var(--ink);
}
.docs-mobile-nav-wrap {
  display: none;
}
@media (max-width: 1120px) {
  .docs-shell {
    grid-template-columns: 220px minmax(0, 760px);
    gap: 38px;
  }
}
@media (max-width: 760px) {
  .docs-global-inner {
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }
  .docs-global-nav, .docs-global-actions .btn-ghost {
    display: none;
  }
  .docs-brand-divider, .docs-brand-section {
    display: none;
  }
  .docs-mobile-nav-wrap {
    display: block;
    padding: 12px 18px 0;
  }
  .docs-mobile-nav {
    border: 1px solid var(--brd);
    border-radius: 8px;
    background: var(--bg);
  }
  .docs-mobile-nav summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 12px;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 590;
    cursor: pointer;
    list-style: none;
  }
  .docs-mobile-nav summary::-webkit-details-marker {
    display: none;
  }
  .docs-mobile-nav summary > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }
  .docs-mobile-nav[open] .docs-mobile-chevron {
    transform: rotate(180deg);
  }
  .docs-mobile-nav-panel {
    max-height: 62vh;
    overflow-y: auto;
    padding: 16px 12px;
    border-top: 1px solid var(--brd);
  }
  .docs-shell {
    display: block;
    min-height: auto;
    padding: 30px 18px 60px;
  }
  .docs-sidebar {
    display: none;
  }
  .docs-article-header h1 {
    font-size: 29px;
  }
  .docs-prose {
    font-size: 14.5px;
  }
  .docs-prose h2 {
    margin-top: 38px;
    font-size: 19px;
  }
  .docs-footer > div {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 18px;
  }
}
@media (max-width: 420px) {
  .docs-global-actions .btn-primary {
    padding: 0 10px;
  }
  .docs-search-page-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .docs-search-page-form .btn {
    grid-column: 1 / -1;
    width: 100%;
  }
}
.docs-canvas {
  --docs-ink: #111827;
  --docs-body: #2f3746;
  --docs-muted: #4b5565;
  --docs-blue: #185cff;
  --docs-blue-deep: #1748b4;
  --docs-blue-soft: #f3f4f6;
  --docs-blue-softer: #f8f9fa;
  --docs-border: #e1e4e8;
  --docs-border-strong: #c9ced6;
  --docs-code: #111827;
  --docs-code-raised: #1f2937;
  min-height: 100vh;
  color: var(--docs-body);
  background: #ffffff;
  font-family: "Figtree", "Geist", Arial, sans-serif;
  font-size: 16px;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.docs-canvas *, .docs-canvas *::before, .docs-canvas *::after {
  box-sizing: border-box;
}
.docs-canvas h1, .docs-canvas h2, .docs-canvas h3, .docs-canvas h4 {
  text-wrap: balance;
}
.docs-canvas p, .docs-canvas li, .docs-canvas dd {
  text-wrap: pretty;
}
.docs-canvas a:focus-visible, .docs-canvas button:focus-visible, .docs-canvas summary:focus-visible, .docs-canvas input:focus-visible {
  outline: 3px solid var(--docs-blue);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in srgb, var(--docs-blue) 28%, transparent);
  }
  outline-offset: 3px;
}
.docs-global-header {
  border-bottom-color: var(--docs-border);
  background: color-mix(in srgb, #ffffff 96%, transparent);
  backdrop-filter: blur(16px);
}
.docs-global-header::before {
  display: none;
}
.docs-global-inner {
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  width: min(100%, 1512px);
  height: 68px;
  padding: 0 32px;
}
.docs-brand {
  gap: 10px;
  color: var(--docs-ink);
  font-size: 17px;
  font-weight: 680;
  letter-spacing: -0.025em;
}
.docs-brand-mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.docs-brand-divider {
  height: 22px;
  margin-left: 3px;
  background: var(--docs-border-strong);
}
.docs-brand-section {
  color: var(--docs-body);
  font-size: 15.5px;
  font-weight: 520;
}
.docs-global-nav {
  align-self: stretch;
  gap: 7px;
}
.docs-global-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border-radius: 0;
  color: var(--docs-body);
  background: transparent;
  font-size: 14.5px;
  font-weight: 560;
  letter-spacing: -0.01em;
}
.docs-global-nav a::after {
  position: absolute;
  right: 9px;
  bottom: -1px;
  left: 9px;
  height: 2px;
  background: transparent;
  content: "";
}
.docs-global-nav a:hover {
  color: var(--docs-blue-deep);
  background: transparent;
}
.docs-global-nav a[aria-current="page"] {
  color: var(--docs-ink);
  background: transparent;
}
.docs-global-nav a[aria-current="page"]::after {
  background: var(--docs-blue);
}
.docs-global-actions {
  gap: 8px;
}
.docs-global-actions .btn {
  min-height: 40px;
  padding-inline: 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 650;
}
.docs-global-actions .btn-ghost {
  color: var(--docs-body);
}
.docs-global-actions .btn-primary {
  border-color: var(--docs-blue);
  color: #ffffff;
  background: var(--docs-blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 2px 5px rgba(24, 92, 255, 0.22);
}
.docs-api-key-short {
  display: none;
}
.docs-copy-page-button {
  border-color: var(--docs-border-strong);
  color: var(--docs-ink);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06);
}
.docs-shell {
  grid-template-columns: 260px minmax(0, 860px) minmax(160px, 200px);
  justify-content: start;
  gap: 40px;
  width: 100%;
  min-height: calc(100vh - 69px);
  padding: 36px 32px 72px 0;
}
.docs-shell-endpoint {
  grid-template-columns: 260px minmax(0, 680px) minmax(340px, 400px);
  gap: 28px;
  padding-right: 16px;
}
.docs-sidebar {
  position: fixed;
  display: flex;
  width: 260px;
  height: calc(100dvh - 69px);
  flex-direction: column;
  top: 69px;
  left: 0;
  max-height: none;
  overflow: hidden;
  padding: 30px 16px 16px;
  background: #ffffff;
}
.docs-search-form {
  flex: 0 0 auto;
  gap: 10px;
  height: 44px;
  margin-bottom: 18px;
  padding: 0 11px;
  border-color: var(--docs-border-strong);
  border-radius: 9px;
  color: var(--docs-muted);
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06), 0 5px 14px rgba(17, 24, 39, 0.04);
}
.docs-search-form:focus-within {
  border-color: var(--docs-blue);
  box-shadow: 0 0 0 3px var(--docs-blue);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--docs-blue) 18%, transparent);
  }
}
.docs-search-form input {
  color: var(--docs-ink);
  font-size: 14.5px;
}
.docs-search-form input:focus, .docs-search-form input:focus-visible {
  outline: none;
  box-shadow: none;
}
.docs-search-form input::placeholder {
  color: var(--docs-muted);
  opacity: 1;
}
.docs-search-form kbd {
  width: 23px;
  height: 23px;
  border-color: var(--docs-border);
  border-radius: 5px;
  color: var(--docs-body);
  background: var(--docs-blue-softer);
  font-size: 11px;
  font-weight: 650;
}
.docs-sidebar-navigation {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0;
  scrollbar-color: var(--docs-border-strong) transparent;
  scrollbar-width: thin;
}
.docs-nav-groups {
  gap: 7px;
}
.docs-nav-group {
  border: 1px solid transparent;
  border-radius: 8px;
}
.docs-nav-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 10px 0 12px;
  border-radius: 7px;
  color: var(--docs-body);
  font-size: 14.5px;
  font-weight: 660;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.docs-nav-group summary::-webkit-details-marker {
  display: none;
}
.docs-nav-group summary:hover {
  color: var(--docs-ink);
  background: var(--docs-blue-softer);
}
.docs-nav-group-current summary {
  color: var(--docs-blue-deep);
  background: #eef3ff;
}
.docs-nav-group[open] {
  border-color: var(--docs-border);
  background: #ffffff;
}
.docs-nav-group[open] summary {
  color: var(--docs-ink);
  background: var(--docs-blue-softer);
}
.docs-nav-group-chevron {
  flex: 0 0 auto;
  color: var(--docs-muted);
  transition: transform 150ms ease-out;
}
.docs-nav-group[open] .docs-nav-group-chevron {
  transform: rotate(90deg);
}
.docs-nav-group-links {
  padding: 4px 5px 6px;
}
.docs-nav-link {
  position: relative;
  min-height: 35px;
  padding: 7px 9px;
  border-radius: 6px;
  color: var(--docs-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.docs-nav-link::before {
  display: none;
}
.docs-nav-link:hover {
  color: var(--docs-ink);
  background: var(--docs-blue-softer);
}
.docs-nav-link-active {
  color: var(--docs-blue-deep);
  background: #eef3ff;
  font-weight: 680;
}
.docs-nav-planned {
  width: auto;
  height: 20px;
  padding: 0 6px;
  border-color: #e9b969;
  border-radius: 5px;
  color: #814200;
  background: #fff8e9;
  font-size: 9.5px;
  font-weight: 720;
  letter-spacing: 0.02em;
}
.docs-agent-resources {
  position: relative;
  z-index: 0;
  flex: 0 0 auto;
  overflow: hidden;
  margin-top: 18px;
  padding: 17px;
  border: 1px solid rgba(14, 70, 174, 0.36);
  border-radius: 13px;
  color: #ffffff;
  background-color: #1748b4;
  background-image: linear-gradient(rgba(6, 24, 67, 0.68), rgba(6, 24, 67, 0.68)), url("/images/docs/agent-resources-glass.jpeg");
  background-position: center, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 12px 28px rgba(18, 62, 142, 0.17);
}
.docs-agent-resources::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}
.docs-agent-resources-copy {
  max-width: 195px;
}
.docs-agent-resources-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #dce9ff;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.docs-agent-resources-copy p {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 620;
  letter-spacing: -0.015em;
  line-height: 1.35;
}
.docs-agent-resources-primary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  margin-top: 15px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 8px;
  color: #12326f;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 5px 16px rgba(5, 25, 75, 0.2);
  font-size: 12.5px;
  font-weight: 720;
}
.docs-agent-resources-primary svg:last-child {
  margin-left: auto;
}
.docs-agent-resources-client-icons {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.docs-agent-resources-client-icons img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}
.docs-agent-resources-client-icons img[src$="/claude.svg"] {
  filter: invert(55%) sepia(28%) saturate(1370%) hue-rotate(326deg) brightness(92%) contrast(86%);
}
.docs-main {
  grid-column: 2;
  min-width: 0;
}
.docs-toc {
  position: sticky;
  top: 104px;
  align-self: start;
  min-width: 0;
  padding-top: 2px;
}
.docs-toc > span {
  display: block;
  margin-bottom: 14px;
  color: var(--docs-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.docs-toc nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.docs-toc a {
  color: var(--docs-body);
  font-size: 14px;
  font-weight: 540;
  line-height: 1.35;
}
.docs-toc a:hover, .docs-toc a:focus-visible {
  color: var(--docs-blue-deep);
}
.docs-endpoint-rail {
  position: sticky;
  top: 94px;
  display: grid;
  align-self: start;
  gap: 18px;
  min-width: 0;
  max-height: calc(100dvh - 116px);
  overflow-y: auto;
  padding: 0 4px 12px 0;
  scrollbar-color: var(--docs-border-strong) transparent;
  scrollbar-width: thin;
}
.docs-endpoint-panel {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--docs-border-strong);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}
.docs-endpoint-panel > header {
  display: flex;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border-bottom: 1px solid var(--docs-border);
  color: var(--docs-body);
  background: var(--docs-blue-softer);
  font-size: 11px;
}
.docs-endpoint-panel > header strong {
  color: var(--docs-ink);
  font-size: 12px;
  font-weight: 720;
}
.docs-endpoint-panel > header span {
  overflow: hidden;
  font-family: "Geist Mono", ui-monospace, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docs-endpoint-panel .docs-code-tabs {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.docs-endpoint-panel .docs-code-tabs pre code {
  color: #dbeafe;
}
.docs-endpoint-panel pre {
  max-height: 470px;
  overflow: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.docs-endpoint-panel > p {
  margin: 0;
  padding: 18px;
  color: var(--docs-body);
  font-size: 13px;
  line-height: 1.55;
}
.docs-endpoint-response-panel > header strong {
  color: #087a55;
}
.docs-endpoint-path {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 24px 0 30px;
  padding: 7px 10px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 10px;
  background: #ffffff;
}
.docs-endpoint-path strong {
  padding: 5px 8px;
  border-radius: 6px;
  color: var(--docs-blue-deep);
  background: var(--docs-blue-soft);
  font-size: 11px;
  font-weight: 760;
}
.docs-endpoint-path code {
  color: var(--docs-ink);
  font-size: 13px;
  font-weight: 650;
}
.docs-article-header {
  padding: 2px 0 28px;
  border-bottom: 1px solid var(--docs-border);
}
.docs-article-meta {
  gap: 10px;
  margin-bottom: 10px;
  color: var(--docs-body);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.075em;
}
.docs-planned-badge {
  min-height: 23px;
  padding: 2px 8px;
  border-color: #e9b969;
  border-radius: 6px;
  color: #814200;
  background: #fff8e9;
  font-size: 10px;
}
.docs-article-header h1 {
  max-width: 760px;
  color: var(--docs-ink);
  font-family: "Landing Serif", Georgia, serif;
  font-size: clamp(34px, 3.2vw, 42px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}
.docs-article-header > p:not(.sr-only) {
  max-width: 700px;
  margin-top: 12px;
  color: var(--docs-body);
  font-size: 18px;
  line-height: 1.55;
}
.docs-article-actions {
  gap: 9px;
  margin-top: 18px;
}
.docs-article-actions .btn {
  min-height: 40px;
  padding-inline: 14px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 650;
}
.docs-raw-page-button {
  border-color: var(--docs-border-strong);
  color: var(--docs-ink);
  background: #ffffff;
}
.docs-mcp-starter {
  margin: 28px 0 8px;
  overflow: hidden;
  border: 1px solid var(--docs-border-strong);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(17, 24, 39, 0.05), 0 18px 40px rgba(17, 24, 39, 0.07);
}
.docs-mcp-starter-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px 24px;
}
.docs-mcp-starter-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: var(--docs-body);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.085em;
  line-height: 1;
  text-transform: uppercase;
}
.docs-mcp-starter-kicker > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--docs-blue);
  box-shadow: 0 0 0 3px var(--docs-blue-soft);
}
.docs-mcp-starter-header h2 {
  margin: 0;
  color: var(--docs-ink);
  font-size: 28px;
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.docs-mcp-starter-header div > p:last-child {
  max-width: 590px;
  margin: 10px 0 0;
  color: var(--docs-body);
  font-size: 16px;
  line-height: 1.55;
}
.docs-mcp-starter-docs {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 8px;
  color: var(--docs-ink);
  background: #ffffff;
  font-size: 13px;
  font-weight: 680;
}
.docs-mcp-client-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--docs-border);
  border-bottom: 1px solid var(--docs-border);
  background: var(--docs-blue-softer);
  list-style: none;
}
.docs-mcp-client-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  min-height: 69px;
  padding: 12px 16px;
  color: var(--docs-body);
}
.docs-mcp-client-list li + li {
  border-left: 1px solid var(--docs-border);
}
.docs-mcp-client-list li > span {
  min-width: 0;
}
.docs-mcp-client-list strong, .docs-mcp-client-list small {
  display: block;
}
.docs-mcp-client-list strong {
  color: var(--docs-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.docs-mcp-client-list small {
  margin-top: 3px;
  color: var(--docs-muted);
  font-size: 11.5px;
  font-weight: 520;
  line-height: 1.35;
}
.docs-mcp-starter-steps {
  padding: 4px 28px;
}
.docs-mcp-starter-steps > section {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 0;
}
.docs-mcp-starter-steps > section + section {
  border-top: 1px solid var(--docs-border);
}
.docs-mcp-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 50%;
  color: var(--docs-ink);
  background: var(--docs-blue-soft);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 12px;
  font-weight: 700;
}
.docs-mcp-starter-steps h3 {
  margin: 2px 0 5px;
  color: var(--docs-ink);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}
.docs-mcp-starter-steps p {
  margin: 0;
  color: var(--docs-body);
  font-size: 14.5px;
  line-height: 1.55;
}
.docs-mcp-endpoint {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  margin-top: 13px;
  padding: 7px 8px 7px 15px;
  border: 1px solid #374151;
  border-radius: 9px;
  color: #ffffff;
  background: var(--docs-code);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.docs-mcp-endpoint code {
  min-width: 0;
  flex: 1;
  overflow: hidden;
  color: #edf5ff;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 13.5px;
  font-weight: 520;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docs-mcp-endpoint button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(205, 226, 255, 0.38);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 11.5px;
  font-weight: 650;
  cursor: pointer;
}
.docs-mcp-starter-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 28px;
  border-top: 1px solid var(--docs-border);
  color: var(--docs-body);
  background: var(--docs-blue-soft);
}
.docs-mcp-starter-footer p {
  max-width: 570px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}
.docs-mcp-starter-footer strong {
  color: var(--docs-ink);
  font-weight: 700;
}
.docs-mcp-starter-footer nav {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
}
.docs-mcp-starter-footer a {
  color: var(--docs-blue-deep);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #8cb0fb;
  text-underline-offset: 3px;
}
.docs-prose {
  max-width: 820px;
  padding-top: 32px;
  color: var(--docs-body);
  font-size: 17.5px;
  line-height: 1.72;
  letter-spacing: -0.006em;
}
.docs-prose h2 {
  scroll-margin-top: 104px;
  margin: 46px 0 14px;
  color: var(--docs-ink);
  font-size: 27px;
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.18;
}
.docs-prose h3 {
  scroll-margin-top: 104px;
  margin: 30px 0 10px;
  color: var(--docs-ink);
  font-size: 20px;
  font-weight: 680;
  letter-spacing: -0.025em;
  line-height: 1.25;
}
.docs-prose p, .docs-prose ul, .docs-prose ol, .docs-prose table, .docs-prose blockquote, .docs-prose pre {
  margin-bottom: 20px;
}
.docs-prose ul, .docs-prose ol {
  padding-left: 28px;
}
.docs-prose li {
  margin: 8px 0;
  padding-left: 4px;
}
.docs-prose li::marker {
  color: var(--docs-body);
  font-weight: 700;
}
.docs-prose strong {
  color: var(--docs-ink);
  font-weight: 700;
}
.docs-prose a {
  color: var(--docs-blue-deep);
  font-weight: 570;
  text-decoration-color: var(--docs-blue);
  @supports (color: color-mix(in lab, red, red)) {
    text-decoration-color: color-mix(in srgb, var(--docs-blue) 55%, transparent);
  }
  text-decoration-thickness: from-font;
  text-underline-offset: 3px;
  text-underline-position: from-font;
}
.docs-prose :not(pre) > code {
  padding: 0.16em 0.4em;
  border-color: #d6d9de;
  border-radius: 5px;
  color: #273244;
  background: var(--docs-blue-soft);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 0.86em;
  font-weight: 520;
}
.docs-prose h2 > code:only-child, .docs-prose h3 > code:only-child {
  display: inline;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--docs-ink);
  background: transparent;
  font-size: 0.76em;
  font-weight: 620;
  letter-spacing: -0.045em;
  overflow-wrap: anywhere;
}
.docs-code-wrap {
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid #374151;
  border-radius: 12px;
  background: var(--docs-code);
  box-shadow: 0 2px 4px rgba(17, 24, 39, 0.12), 0 14px 34px rgba(17, 24, 39, 0.12);
}
.docs-code-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 0 10px 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #e5e7eb;
  background: var(--docs-code-raised);
  font-family: "Geist Mono", ui-monospace, monospace;
}
.docs-code-toolbar > span {
  font-size: 11.5px;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.docs-code-wrap pre, .docs-prose pre {
  margin: 0;
  padding: 22px 23px 24px;
  border: 0;
  border-radius: 0;
  color: #f9fafb;
  background: transparent;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 14px;
  line-height: 1.72;
  tab-size: 2;
}
.docs-code-copy {
  position: static;
  min-width: 58px;
  height: 29px;
  padding: 0 10px;
  border-color: rgba(205, 226, 255, 0.38);
  border-radius: 6px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 11.5px;
}
.docs-code-copy:hover, .docs-code-copy:focus-visible {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
.docs-prose blockquote {
  margin: 30px 0;
  padding: 19px 22px;
  border: 1px solid var(--docs-border-strong);
  border-left: 3px solid var(--docs-blue);
  border-radius: 10px;
  color: var(--docs-body);
  background: var(--docs-blue-soft);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}
.docs-prose table {
  width: 100%;
  overflow-x: auto;
  border-color: var(--docs-border-strong);
  border-radius: 10px;
  color: var(--docs-body);
  background: #ffffff;
  font-size: 15px;
  line-height: 1.55;
  font-variant-numeric: tabular-nums;
}
.docs-prose th, .docs-prose td {
  min-width: 120px;
  padding: 13px 15px;
  border-color: var(--docs-border);
}
.docs-prose th {
  color: var(--docs-ink);
  background: var(--docs-blue-soft);
  font-weight: 700;
}
.docs-prose tbody tr:nth-child(even) td {
  background: var(--docs-blue-softer);
}
.docs-prose tbody tr:hover td {
  background: #f0f2f4;
}
.docs-capability-facts {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) repeat(2, minmax(140px, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 10px;
  background: var(--docs-border);
}
.docs-capability-facts > div {
  min-width: 0;
  padding: 13px 15px;
  background: #ffffff;
}
.docs-capability-facts span, .docs-capability-facts strong, .docs-capability-facts code {
  display: block;
}
.docs-capability-facts span {
  margin-bottom: 5px;
  color: var(--docs-muted);
  font-size: 10.5px;
  font-weight: 720;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.docs-capability-facts strong, .docs-capability-facts code {
  overflow-wrap: anywhere;
  color: var(--docs-ink);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}
.docs-capability-facts code {
  font-family: "Geist Mono", ui-monospace, monospace;
}
.docs-code-tabs {
  overflow: hidden;
  margin: 30px 0;
  border: 1px solid #374151;
  border-radius: 12px;
  background: var(--docs-code);
  box-shadow: 0 2px 4px rgba(17, 24, 39, 0.12), 0 14px 34px rgba(17, 24, 39, 0.12);
}
.docs-code-tabs > [role="tablist"] {
  display: flex;
  min-height: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--docs-code-raised);
}
.docs-code-tabs [role="tab"] {
  position: relative;
  padding: 0 17px;
  border: 0;
  color: #aeb8c7;
  background: transparent;
  font-size: 12px;
  font-weight: 650;
  cursor: pointer;
}
.docs-code-tabs [role="tab"][aria-selected="true"] {
  color: #ffffff;
}
.docs-code-tabs [role="tab"][aria-selected="true"]::after {
  position: absolute;
  right: 13px;
  bottom: -1px;
  left: 13px;
  height: 2px;
  background: #7ba5ff;
  content: "";
}
.docs-code-tabs .docs-code-wrap {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.docs-code-tabs .docs-code-toolbar {
  display: none;
}
.docs-capability-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  border: 1px solid var(--docs-border-strong);
  border-radius: 10px;
}
.docs-prose .docs-capability-table {
  display: table;
  min-width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.docs-capability-table td:first-child code {
  white-space: nowrap;
}
.docs-field-required, .docs-field-optional {
  display: inline-flex;
  padding: 2px 7px;
  border: 1px solid var(--docs-border);
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.4;
}
.docs-field-required {
  border-color: #b9cdf8;
  color: var(--docs-blue-deep);
  background: var(--docs-blue-soft);
}
.docs-field-optional {
  color: var(--docs-muted);
  background: #ffffff;
}
.docs-sample-notice, .docs-empty-note {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 24px 0 -12px;
  padding: 12px 14px;
  border: 1px solid var(--docs-border);
  border-radius: 8px;
  color: var(--docs-body);
  background: var(--docs-blue-softer);
  font-size: 13px;
  line-height: 1.5;
}
.docs-sample-notice strong {
  flex: 0 0 auto;
  color: var(--docs-blue-deep);
}
.docs-prose .docs-empty-note {
  margin-bottom: 20px;
}
.docs-capability-siblings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 60px;
  padding-top: 28px;
  border-top: 1px solid var(--docs-border);
}
.docs-capability-siblings > span {
  grid-column: 1 / -1;
  color: var(--docs-muted);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}
.docs-capability-siblings a {
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--docs-border);
  border-radius: 9px;
  color: var(--docs-ink);
  background: #ffffff;
}
.docs-capability-siblings a:hover {
  border-color: var(--docs-border-strong);
  background: var(--docs-blue-softer);
}
.docs-capability-siblings a span, .docs-capability-siblings a code {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docs-capability-siblings a span {
  font-size: 13.5px;
  font-weight: 680;
}
.docs-capability-siblings a code {
  margin-top: 4px;
  color: var(--docs-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
}
.docs-platform-title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.docs-platform-title > div {
  min-width: 0;
}
.docs-platform-title > div > p {
  max-width: 700px;
  margin-top: 12px;
  color: var(--docs-body);
  font-size: 18px;
  line-height: 1.55;
}
.docs-platform-endpoint-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 34px;
}
.docs-platform-endpoint-list > a {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(220px, 1.35fr) auto 18px;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--docs-border);
  border-radius: 10px;
  color: var(--docs-body);
  background: #ffffff;
  text-decoration: none;
}
.docs-platform-endpoint-list > a:hover {
  border-color: var(--docs-border-strong);
  background: var(--docs-blue-softer);
}
.docs-platform-endpoint-list strong, .docs-platform-endpoint-list code {
  display: block;
}
.docs-platform-endpoint-list strong {
  color: var(--docs-ink);
  font-size: 14px;
  font-weight: 700;
}
.docs-platform-endpoint-list code {
  margin-top: 4px;
  color: var(--docs-muted);
  font-family: "Geist Mono", ui-monospace, monospace;
  font-size: 10.5px;
  overflow-wrap: anywhere;
}
.docs-platform-endpoint-list p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.5;
}
.docs-platform-endpoint-list > a > span {
  color: var(--docs-ink);
  font-size: 11.5px;
  font-weight: 680;
  white-space: nowrap;
}
.docs-search-page-form {
  min-height: 54px;
  margin-top: 32px;
  padding: 7px 8px 7px 16px;
  border-color: var(--docs-border-strong);
  border-radius: 10px;
  color: var(--docs-muted);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.06), 0 7px 18px rgba(17, 24, 39, 0.05);
}
.docs-search-page-form input {
  color: var(--docs-ink);
  font-size: 16px;
}
.docs-search-results {
  margin-top: 44px;
}
.docs-search-results > h2 {
  margin-bottom: 18px;
  color: var(--docs-ink);
  font-size: 18px;
}
.docs-result-list {
  border-top-color: var(--docs-border);
}
.docs-result {
  gap: 16px;
  padding: 21px 6px;
  border-bottom-color: var(--docs-border);
}
.docs-result > div > span {
  color: var(--docs-blue-deep);
  font-size: 11px;
}
.docs-result h3 {
  margin: 5px 0 4px;
  color: var(--docs-ink);
  font-size: 18px;
}
.docs-result p {
  color: var(--docs-body);
  font-size: 15px;
  line-height: 1.55;
}
.docs-empty-result {
  padding: 54px 28px;
  border-color: var(--docs-border-strong);
  border-radius: 10px;
  color: var(--docs-muted);
  background: var(--docs-blue-softer);
}
.docs-empty-result h3 {
  margin-top: 12px;
  color: var(--docs-ink);
  font-size: 18px;
}
.docs-empty-result p {
  margin-top: 7px;
  color: var(--docs-body);
  font-size: 15px;
}
.docs-pagination {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 72px;
  padding-top: 28px;
  border-top: 1px solid var(--docs-border);
}
.docs-pagination-link {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid var(--docs-border);
  border-radius: 11px;
  color: var(--docs-body);
  background: #ffffff;
}
.docs-pagination-link span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.docs-pagination-link small {
  color: var(--docs-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.docs-pagination-link strong {
  overflow: hidden;
  color: var(--docs-ink);
  font-size: 15px;
  font-weight: 680;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.docs-pagination-next {
  grid-column: 2;
  justify-content: flex-end;
  text-align: right;
}
.docs-footer {
  border-top: 1px solid #d7e0f0;
  padding: 88px 0 30px;
  background: #f3f6fc;
}
.docs-footer > .docs-footer-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 100px;
  width: min(100%, 1512px);
  min-height: 0;
  margin: 0 auto;
  padding: 0 32px;
  color: #52699d;
  font-size: 16px;
}
.docs-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #12326f;
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.03em;
}
.docs-footer-logo img {
  width: 32px;
  height: 34px;
  object-fit: contain;
}
.docs-footer-brand > p {
  max-width: 390px;
  margin: 26px 0 0;
  color: #52699d;
  font-size: 16px;
  line-height: 1.55;
}
.docs-footer-health {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: min(280px, 100%);
  min-height: 42px;
  margin-top: 24px;
  padding: 0 13px;
  border: 1px solid #dae3f4;
  border-radius: 999px;
  color: #52699d;
  background: #ffffff;
  font-size: 14px;
}
.docs-footer-health i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40d99a;
  box-shadow: 0 0 0 4px #dff9ed;
}
.docs-footer nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}
.docs-footer nav > div {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.docs-footer nav strong {
  margin-bottom: 8px;
  color: #7890bf;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.docs-footer a {
  color: #12326f;
  font-size: 14px;
  font-weight: 560;
}
.docs-footer > .docs-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 1512px);
  min-height: 0;
  margin: 72px auto 0;
  padding: 24px 32px 0;
  border-top: 1px solid #d7e0f0;
  color: #7890bf;
  font-size: 12px;
}
.docs-mobile-nav {
  border-color: var(--docs-border-strong);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.05);
}
.docs-mobile-nav summary {
  color: var(--docs-ink);
}
@media (hover: hover) and (pointer: fine) {
  .docs-global-actions .btn-primary:hover {
    border-color: var(--docs-blue-deep);
    color: #ffffff;
    background: var(--docs-blue-deep);
  }
  .docs-agent-resources-primary:hover {
    border-color: #ffffff;
    color: #0a3fd1;
    background: #ffffff;
  }
  .docs-agent-resources-links a:hover {
    color: #ffffff;
    text-decoration-color: #ffffff;
  }
  .docs-pagination-link:hover {
    border-color: var(--docs-blue);
    background: var(--docs-blue-softer);
    box-shadow: 0 7px 18px rgba(17, 24, 39, 0.06);
  }
  .docs-pagination-link:hover svg {
    color: var(--docs-blue);
  }
  .docs-footer a:hover {
    color: var(--docs-blue-deep);
  }
  .docs-copy-page-button:hover {
    border-color: #9ca3af;
    color: var(--docs-ink);
    background: var(--docs-blue-soft);
  }
  .docs-mcp-starter-docs:hover {
    border-color: #9ca3af;
    color: var(--docs-ink);
    background: var(--docs-blue-softer);
  }
  .docs-mcp-endpoint button:hover {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.15);
  }
  .docs-mcp-tabs button:hover {
    color: var(--docs-ink);
    background: var(--docs-blue-softer);
  }
  .docs-mcp-command > button:hover, .docs-mcp-panel-link:hover {
    border-color: #9ca3af;
    color: var(--docs-ink);
    background: var(--docs-blue-softer);
  }
  .docs-mcp-install-button:hover {
    border-color: var(--docs-ink);
    color: #ffffff;
    background: var(--docs-ink);
  }
}
@media (max-width: 1320px) {
  .docs-shell {
    grid-template-columns: 260px minmax(0, 1fr) 176px;
    gap: 28px;
    padding-right: 20px;
  }
  .docs-global-nav a {
    padding-inline: 7px;
  }
  .docs-shell-endpoint {
    grid-template-columns: 260px minmax(420px, 1fr) minmax(300px, 360px);
    gap: 24px;
  }
}
@media (max-width: 1120px) {
  .docs-shell {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 34px;
  }
  .docs-toc {
    display: none;
  }
  .docs-shell-endpoint {
    grid-template-columns: 260px minmax(0, 1fr);
  }
  .docs-endpoint-rail {
    position: static;
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: none;
    overflow: visible;
    padding: 0;
  }
  .docs-global-nav a:nth-child(4) {
    display: none;
  }
}
@media (max-width: 860px) {
  .docs-global-inner {
    grid-template-columns: 1fr auto;
  }
  .docs-global-nav {
    display: none;
  }
}
@media (max-width: 760px) {
  .docs-global-inner {
    height: 64px;
    padding: 3px 20px 0;
  }
  .docs-brand {
    font-size: 16px;
  }
  .docs-brand-divider, .docs-brand-section {
    display: block;
  }
  .docs-brand-section {
    font-size: 14px;
  }
  .docs-global-actions .btn-primary {
    min-height: 38px;
    padding-inline: 12px;
  }
  .docs-mobile-nav-wrap {
    padding: 14px 20px 0;
  }
  .docs-mobile-nav {
    border-radius: 9px;
  }
  .docs-mobile-nav summary {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 14px;
  }
  .docs-mobile-nav-panel {
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
    border-top-color: var(--docs-border);
  }
  .docs-mobile-nav-panel > .docs-nav-groups {
    min-height: 0;
    flex: 1 1 auto;
    overflow-y: auto;
  }
  .docs-mobile-nav-panel .docs-agent-resources {
    flex: 0 0 auto;
    margin-top: 20px;
    padding: 14px;
  }
  .docs-mobile-nav-panel .docs-agent-resources-copy p {
    display: none;
  }
  .docs-mobile-nav-panel .docs-agent-resources-primary {
    min-height: 38px;
    margin-top: 10px;
  }
  .docs-shell {
    display: block;
    padding: 30px 20px 60px;
  }
  .docs-sidebar {
    display: none;
  }
  .docs-main {
    grid-column: auto;
  }
  .docs-endpoint-rail {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }
  .docs-article-header {
    padding-bottom: 24px;
  }
  .docs-article-header h1 {
    font-size: clamp(32px, 9vw, 38px);
  }
  .docs-article-header > p:not(.sr-only) {
    font-size: 18px;
  }
  .docs-capability-facts {
    grid-template-columns: 1fr;
  }
  .docs-platform-endpoint-list > a {
    grid-template-columns: minmax(0, 1fr) 18px;
  }
  .docs-platform-endpoint-list p, .docs-platform-endpoint-list > a > span {
    grid-column: 1;
  }
  .docs-platform-endpoint-list > a > svg {
    grid-column: 2;
    grid-row: 1 / span 3;
  }
  .docs-prose {
    padding-top: 28px;
    font-size: 17px;
    line-height: 1.7;
  }
  .docs-mcp-starter {
    margin-top: 28px;
  }
  .docs-mcp-starter-header {
    flex-direction: column;
    gap: 18px;
    padding: 23px 20px 20px;
  }
  .docs-mcp-starter-header h2 {
    font-size: 25px;
  }
  .docs-mcp-starter-docs {
    align-self: stretch;
    justify-content: center;
  }
  .docs-mcp-client-list {
    grid-template-columns: 1fr;
  }
  .docs-mcp-client-list li {
    min-height: 62px;
    padding-inline: 20px;
  }
  .docs-mcp-client-list li + li {
    border-top: 1px solid var(--docs-border);
    border-left: 0;
  }
  .docs-mcp-starter-steps {
    padding-inline: 20px;
  }
  .docs-mcp-starter-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 20px;
  }
  .docs-mcp-installer {
    margin-top: 30px;
  }
  .docs-mcp-installer-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .docs-mcp-installer-header h2 {
    font-size: 28px;
  }
  .docs-mcp-installer-header > a {
    min-height: 36px;
  }
  .docs-mcp-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .docs-mcp-tabs button:nth-child(2) {
    border-right: 0;
  }
  .docs-mcp-tabs button:nth-child(3) {
    border-right: 1px solid var(--docs-border);
  }
  .docs-mcp-panels {
    padding: 22px 20px;
  }
  .docs-prose h2 {
    margin-top: 48px;
    font-size: 27px;
  }
  .docs-prose h3 {
    font-size: 20px;
  }
  .docs-code-wrap {
    margin-right: -4px;
    margin-left: -4px;
    border-radius: 10px;
  }
  .docs-code-wrap pre, .docs-prose pre {
    padding: 19px 18px 22px;
    font-size: 13px;
  }
  .docs-prose table {
    font-size: 14px;
  }
  .docs-footer {
    padding: 68px 0 26px;
  }
  .docs-footer > .docs-footer-grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 0 20px;
  }
  .docs-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }
  .docs-footer > .docs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 52px;
    padding: 22px 20px 0;
  }
  .docs-pagination {
    grid-template-columns: 1fr;
    margin-top: 56px;
  }
  .docs-pagination-next {
    grid-column: 1;
  }
}
@media (max-width: 480px) {
  .docs-global-inner {
    padding-inline: 16px;
  }
  .docs-brand {
    gap: 8px;
  }
  .docs-brand-mark {
    width: 27px;
    height: 27px;
  }
  .docs-global-actions .btn-primary {
    min-width: 76px;
  }
  .docs-api-key-full {
    display: none;
  }
  .docs-api-key-short {
    display: inline;
  }
  .docs-mobile-nav-wrap, .docs-shell {
    padding-right: 16px;
    padding-left: 16px;
  }
  .docs-article-actions {
    align-items: stretch;
  }
  .docs-article-actions .btn {
    flex: 1;
    justify-content: center;
  }
  .docs-capability-page .docs-article-actions {
    flex-direction: column;
  }
  .docs-platform-page .docs-article-actions {
    flex-direction: column;
  }
  .docs-platform-title {
    gap: 12px;
  }
  .docs-capability-siblings {
    grid-template-columns: 1fr;
  }
  .docs-sample-notice {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }
  .docs-prose blockquote {
    padding: 17px 18px;
  }
  .docs-mcp-starter-header, .docs-mcp-client-list li, .docs-mcp-starter-steps, .docs-mcp-starter-footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .docs-mcp-starter-steps > section {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
  }
  .docs-mcp-endpoint {
    align-items: stretch;
    flex-direction: column;
    padding: 13px;
  }
  .docs-mcp-endpoint code {
    width: 100%;
    overflow-x: auto;
    text-overflow: clip;
  }
  .docs-mcp-endpoint button {
    justify-content: center;
  }
  .docs-mcp-installer-header h2 {
    font-size: 26px;
  }
  .docs-mcp-installer-header p {
    font-size: 15px;
  }
  .docs-mcp-tabs button {
    min-height: 74px;
    gap: 9px;
    padding: 13px 12px;
  }
  .docs-mcp-tabs img {
    width: 26px;
    height: 26px;
  }
  .docs-mcp-tabs strong {
    font-size: 13.5px;
  }
  .docs-mcp-tabs small {
    font-size: 11.5px;
  }
  .docs-mcp-panels {
    padding: 20px 16px;
  }
  .docs-mcp-step {
    gap: 11px;
  }
  .docs-mcp-command > code {
    font-size: 11px;
  }
  .docs-mcp-tool-note {
    font-size: 13px;
  }
  .docs-footer nav {
    gap: 14px;
  }
}
@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/geist-mono-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --bg: #ffffff;
  --srf: #f8fafc;
  --srf-2: #eef2f7;
  --brd: #e2e8f0;
  --brd-strong: #cbd5e1;
  --ink: #0f172a;
  --ink-muted: #64748b;
  --ink-faint: #94a3b8;
  --pri: #2563eb;
  --pri-strong: #1d4ed8;
  --pri-tint: #eff6ff;
  --pri-brd: #bfdbfe;
  --ok: #15803d;
  --ok-tint: #f0fdf4;
  --ok-brd: #bbf7d0;
  --warn: #b45309;
  --warn-tint: #fffbeb;
  --warn-brd: #fde68a;
  --dng: #b91c1c;
  --dng-tint: #fef2f2;
  --dng-brd: #fecaca;
  --code-bg: #0e1729;
  --code-ink: #cbd5e1;
  --code-brd: #0e1729;
  --sh-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --sh-md: 0 1px 3px rgba(15, 23, 42, 0.07), 0 6px 16px rgba(15, 23, 42, 0.05);
  --btnp-a: #3b82f6;
  --btnp-b: #2563eb;
  --btnp-brd: #1d4ed8;
  --btnp-ha: #4c8ef8;
  --btnp-hb: #2e6ceb;
  --btnp-glow: rgba(37, 99, 235, 0.28);
  --btns-a: #ffffff;
  --btns-b: #f8fafc;
  --btns-hb: #f1f5f9;
  --btns-brd: #cbd5e1;
  --btns-inset: rgba(255, 255, 255, 0.85);
  --halo: rgba(37, 99, 235, 0.09);
  --dotgrid: rgba(15, 23, 42, 0.07);
  --selection: rgba(37, 99, 235, 0.16);
  --mkt-background: #ffffff;
  --mkt-surface: #f4f7fc;
  --mkt-ink: #0b1526;
  --mkt-ink-soft: #1b2a44;
  --mkt-muted: #5a6b8a;
  --mkt-line: #dbe4f1;
  --mkt-primary: #185cff;
  --mkt-primary-deep: #0a3fd1;
  --mkt-night: #0a1226;
  --mkt-night-surface: #10285c;
  --mkt-success: #3d9e6f;
  --mkt-container: 1280px;
  --mkt-hero-measure: 950px;
  --mkt-lead-measure: 800px;
  --mkt-intro-measure: 940px;
  --mkt-reading-measure: 65ch;
  --mkt-section-space: clamp(80px, 9vw, 132px);
  --mkt-section-space-mobile: clamp(68px, 18vw, 88px);
  --mkt-intro-gap: clamp(48px, 5vw, 72px);
  --mkt-layout-gap: clamp(36px, 6.25vw, 90px);
  --mkt-card-gap: 14px;
  --mkt-gutter: clamp(20px, 3vw, 48px);
  --mkt-card-padding: clamp(24px, 2.25vw, 32px);
  --mkt-feature-padding: clamp(32px, 3.35vw, 48px);
  --mkt-radius-control: 8px;
  --mkt-radius-surface: 12px;
  --mkt-type-display: 52px;
  --mkt-type-display-line: 1.25;
  --mkt-type-section: clamp(30px, 3.5vw, 44px);
  --mkt-type-section-line: 0.98;
  --mkt-type-feature: clamp(32px, 4vw, 48px);
  --mkt-type-card: clamp(20px, 2vw, 28px);
  --mkt-type-lead: 19px;
  --mkt-type-supporting: 18px;
  --mkt-type-body: 16px;
  --mkt-type-control: 14px;
  --mkt-type-caption: 12.5px;
  --mkt-shadow-raised: 0 2px 5px -2px rgba(11, 21, 38, 0.06),
    0 12px 24px -12px rgba(11, 21, 38, 0.14);
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0b1220;
  --srf: #111b2d;
  --srf-2: #18243a;
  --brd: #24324a;
  --brd-strong: #35445f;
  --ink: #e6edf7;
  --ink-muted: #9fb0c7;
  --ink-faint: #70839f;
  --pri: #60a5fa;
  --pri-strong: #93c5fd;
  --pri-tint: rgba(37, 99, 235, 0.16);
  --pri-brd: #285b91;
  --ok: #4ade80;
  --ok-tint: rgba(34, 197, 94, 0.13);
  --ok-brd: #28633d;
  --warn: #fbbf24;
  --warn-tint: rgba(245, 158, 11, 0.13);
  --warn-brd: #72531d;
  --dng: #f87171;
  --dng-tint: rgba(239, 68, 68, 0.13);
  --dng-brd: #743838;
  --code-bg: #070d18;
  --code-ink: #d5dfed;
  --code-brd: #24324a;
  --sh-sm: 0 1px 2px rgba(0, 0, 0, 0.22);
  --sh-md: 0 1px 3px rgba(0, 0, 0, 0.24), 0 6px 16px rgba(0, 0, 0, 0.16);
  --btnp-a: #3b82f6;
  --btnp-b: #2563eb;
  --btnp-brd: #1d4ed8;
  --btnp-ha: #60a5fa;
  --btnp-hb: #3b82f6;
  --btnp-glow: rgba(37, 99, 235, 0.22);
  --btns-a: #18243a;
  --btns-b: #111b2d;
  --btns-hb: #1d2b43;
  --btns-brd: #35445f;
  --btns-inset: rgba(255, 255, 255, 0.06);
  --halo: rgba(96, 165, 250, 0.08);
  --dotgrid: rgba(148, 163, 184, 0.08);
  --selection: rgba(96, 165, 250, 0.22);
}
@layer base {
  html {
    background: var(--bg);
  }
  body {
    font-family: var(--font-sans);
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: -0.005em;
    color: var(--ink);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  ::selection {
    background: var(--selection);
  }
  :focus-visible {
    outline: 2px solid var(--pri);
    outline-offset: 2px;
    border-radius: 3px;
  }
  code, pre, kbd {
    font-family: var(--font-mono);
  }
}
@layer components {
  .mkt-page {
    min-height: 100vh;
    overflow-x: clip;
    color: var(--mkt-ink);
    background: var(--mkt-background);
    font-family: var(--font-editorial-sans);
    font-size: var(--mkt-type-body);
    line-height: 1.5;
    letter-spacing: -0.015em;
  }
  .mkt-page :focus-visible {
    outline: 2px solid var(--mkt-primary);
    outline-offset: 3px;
  }
  .mkt-container {
    width: min(calc(100% - clamp(40px, 6vw, 96px)), var(--mkt-container));
    margin-inline: auto;
  }
  .mkt-section {
    padding-block: var(--mkt-section-space);
  }
  .mkt-section--soft {
    background: var(--mkt-surface);
  }
  .mkt-section--night {
    color: #ffffff;
    background: var(--mkt-night);
  }
  .mkt-section--primary {
    color: #ffffff;
    background: var(--mkt-primary);
  }
  .mkt-display, .mkt-section-title {
    margin: 0;
    color: inherit;
    font-family: var(--font-editorial-display);
    font-weight: 400;
    text-wrap: balance;
  }
  .mkt-display {
    max-width: var(--mkt-hero-measure);
    font-size: var(--mkt-type-display);
    line-height: var(--mkt-type-display-line);
    letter-spacing: -0.03em;
  }
  .mkt-section-title {
    font-size: var(--mkt-type-section);
    line-height: var(--mkt-type-section-line);
    letter-spacing: -0.03em;
  }
  .mkt-section-title--feature {
    font-size: var(--mkt-type-feature);
    letter-spacing: -0.04em;
  }
  .mkt-lead, .mkt-supporting, .mkt-copy {
    margin: 0;
    text-wrap: pretty;
  }
  .mkt-lead {
    max-width: var(--mkt-lead-measure);
    color: var(--mkt-ink);
    font-size: var(--mkt-type-lead);
    line-height: 1.5;
    letter-spacing: -0.012em;
  }
  .mkt-supporting {
    max-width: var(--mkt-reading-measure);
    color: var(--mkt-muted);
    font-size: var(--mkt-type-supporting);
    line-height: 1.55;
  }
  .mkt-copy {
    max-width: var(--mkt-reading-measure);
    color: var(--mkt-muted);
    font-size: var(--mkt-type-body);
    line-height: 1.5;
  }
  .mkt-intro {
    margin-bottom: var(--mkt-intro-gap);
  }
  .mkt-intro--center {
    max-width: var(--mkt-intro-measure);
    margin-inline: auto;
    text-align: center;
  }
  .mkt-intro--center :where(.mkt-supporting, .mkt-copy) {
    margin: 28px auto 0;
  }
  .mkt-intro--center .mkt-lead {
    margin: 20px auto 0;
  }
  .mkt-intro--split {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
    align-items: center;
    gap: var(--mkt-layout-gap);
  }
  .mkt-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
  }
  .mkt-intro .mkt-actions {
    margin-top: 34px;
  }
  .mkt-intro--center .mkt-actions {
    justify-content: center;
  }
  .mkt-section--night :where(.mkt-supporting, .mkt-copy) {
    color: #b7c5df;
  }
  .mkt-section--primary :where(.mkt-supporting, .mkt-copy) {
    color: #dce6ff;
  }
  .mkt-button {
    min-height: 52px;
    padding-inline: 24px;
    border: 1px solid transparent;
    border-radius: var(--mkt-radius-control);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: 650 var(--mkt-type-control)/1 var(--font-editorial-sans);
    white-space: nowrap;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }
  .mkt-button:hover:not(:disabled) {
    transform: translateY(-2px);
  }
  .mkt-button:disabled {
    opacity: 0.55;
    cursor: default;
    transform: none;
  }
  .mkt-button--primary {
    border-color: #1d4ed8;
    color: #ffffff;
    background: linear-gradient(180deg, #3b82f6, #2563eb);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px rgba(37, 99, 235, 0.28);
  }
  .mkt-button--primary:hover:not(:disabled) {
    background: linear-gradient(180deg, #4c8ef8, #2e6ceb);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 2px 6px rgba(37, 99, 235, 0.28);
  }
  .mkt-button--secondary {
    border-color: var(--mkt-line);
    color: var(--mkt-ink);
    background: var(--mkt-background);
    box-shadow: 0 1px 2px rgba(11, 21, 38, 0.05);
  }
  .mkt-button--secondary:hover:not(:disabled) {
    border-color: #b7c5da;
    background: var(--mkt-surface);
  }
  .mkt-button--ghost {
    color: var(--mkt-ink);
    background: transparent;
  }
  .mkt-button--ghost:hover:not(:disabled) {
    background: var(--mkt-surface);
  }
  .mkt-card {
    min-width: 0;
    padding: var(--mkt-card-padding);
    border: 1px solid var(--mkt-line);
    border-radius: var(--mkt-radius-surface);
    color: var(--mkt-ink);
    background: var(--mkt-background);
  }
  .mkt-card--feature {
    padding: var(--mkt-feature-padding);
  }
  .mkt-card--night {
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    background: var(--mkt-night);
  }
  .mkt-card-title {
    margin: 0;
    font-family: var(--font-editorial-sans);
    font-size: var(--mkt-type-card);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.02em;
    text-wrap: balance;
  }
  .mkt-evidence-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: var(--mkt-card-gap);
  }
  .mkt-span-4 {
    grid-column: span 4;
  }
  .mkt-span-5 {
    grid-column: span 5;
  }
  .mkt-span-6 {
    grid-column: span 6;
  }
  .mkt-span-7 {
    grid-column: span 7;
  }
  .mkt-span-8 {
    grid-column: span 8;
  }
  .mkt-span-12 {
    grid-column: 1 / -1;
  }
  .mkt-equal-grid {
    display: grid;
    grid-template-columns: repeat(var(--mkt-grid-columns, 3), minmax(0, 1fr));
    gap: var(--mkt-card-gap);
  }
  .mkt-rail {
    display: flex;
    gap: var(--mkt-card-gap);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .mkt-rail::-webkit-scrollbar {
    display: none;
  }
  .mkt-rail > * {
    min-width: 0;
    flex: 0 0 calc((100% - (var(--mkt-card-gap) * 1.2)) / 2.2);
    scroll-snap-align: start;
  }
  @media (max-width: 980px) {
    .mkt-intro--split {
      grid-template-columns: 1fr;
      gap: clamp(36px, 7vw, 52px);
    }
    .mkt-equal-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .mkt-rail > * {
      flex-basis: min(72vw, 570px);
    }
  }
  @media (max-width: 700px) {
    .mkt-container {
      width: min(calc(100% - 32px), var(--mkt-container));
    }
    .mkt-section {
      padding-block: var(--mkt-section-space-mobile);
    }
    .mkt-display {
      font-size: clamp(36px, 11vw, 48px);
      line-height: 1.04;
    }
    .mkt-section-title {
      font-size: 28px;
      line-height: 1.05;
    }
    .mkt-lead {
      font-size: clamp(16px, 4.6vw, 19px);
    }
    .mkt-intro {
      margin-bottom: 48px;
    }
    .mkt-actions {
      align-items: stretch;
      flex-direction: column;
    }
    .mkt-actions .mkt-button {
      width: 100%;
      max-width: 360px;
    }
    .mkt-evidence-grid, .mkt-equal-grid {
      grid-template-columns: 1fr;
    }
    .mkt-evidence-grid > * {
      grid-column: auto;
    }
    .mkt-rail > * {
      flex-basis: min(86vw, 390px);
    }
  }
  @media (max-width: 420px) {
    .mkt-container {
      width: calc(100% - 24px);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .mkt-button {
      transition: none;
    }
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 550;
    letter-spacing: -0.005em;
    height: 34px;
    padding: 0 15px;
    border-radius: 7px;
    border: 1px solid transparent;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    color: var(--ink);
    background: none;
    transition: background 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease, transform 0.06s ease;
  }
  .btn:active {
    transform: translateY(0.5px);
  }
  .btn:disabled {
    opacity: 0.55;
    cursor: default;
    transform: none;
  }
  .btn-primary {
    background: linear-gradient(180deg, var(--btnp-a), var(--btnp-b));
    border-color: var(--btnp-brd);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 1px 2px var(--btnp-glow);
  }
  .btn-primary:hover:not(:disabled) {
    background: linear-gradient(180deg, var(--btnp-ha), var(--btnp-hb));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17), 0 2px 6px var(--btnp-glow);
  }
  .btn-primary:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.18);
  }
  .btn-secondary {
    background: linear-gradient(180deg, var(--btns-a), var(--btns-b));
    border-color: var(--btns-brd);
    box-shadow: inset 0 1px 0 var(--btns-inset), var(--sh-sm);
  }
  .btn-secondary:hover:not(:disabled) {
    background: linear-gradient(180deg, var(--btns-a), var(--btns-hb));
    border-color: var(--ink-faint);
  }
  .btn-ghost {
    color: var(--ink-muted);
  }
  .btn-ghost:hover:not(:disabled) {
    background: var(--srf-2);
    color: var(--ink);
  }
  .btn-danger-outline {
    border-color: var(--dng-brd);
    color: var(--dng);
    background: var(--bg);
  }
  .btn-danger-outline:hover:not(:disabled) {
    background: var(--dng-tint);
  }
  .btn-sm {
    height: 28px;
    padding: 0 11px;
    font-size: 12.5px;
    border-radius: 6px;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 550;
    line-height: 1;
    letter-spacing: -0.005em;
    padding: 4px 9px;
    border-radius: 9999px;
    border: 1px solid var(--brd);
    background: var(--srf);
    color: var(--ink-muted);
  }
  .badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background: currentColor;
    flex-shrink: 0;
  }
  .badge-success {
    background: var(--ok-tint);
    border-color: var(--ok-brd);
    color: var(--ok);
  }
  .badge-warning {
    background: var(--warn-tint);
    border-color: var(--warn-brd);
    color: var(--warn);
  }
  .badge-danger {
    background: var(--dng-tint);
    border-color: var(--dng-brd);
    color: var(--dng);
  }
  .badge-primary {
    background: var(--pri-tint);
    border-color: var(--pri-brd);
    color: var(--pri);
  }
  .input {
    font-family: var(--font-sans);
    font-size: 13px;
    letter-spacing: -0.005em;
    color: var(--ink);
    background: var(--bg);
    border: 1px solid var(--brd-strong);
    border-radius: 7px;
    height: 36px;
    padding: 0 12px;
    width: 100%;
    box-shadow: var(--sh-sm);
  }
  .input::placeholder {
    color: var(--ink-faint);
  }
  .input:focus {
    outline: none;
    border-color: var(--pri);
    box-shadow: 0 0 0 3px var(--pri-tint);
  }
  .input-mono {
    font-family: var(--font-mono);
    font-size: 12.5px;
    letter-spacing: 0;
  }
  textarea.input {
    height: auto;
    padding: 9px 12px;
    line-height: 1.6;
  }
  .card {
    background: var(--bg);
    border: 1px solid var(--brd);
    border-radius: 8px;
    box-shadow: var(--sh-sm);
    overflow: hidden;
  }
  .codeblock {
    background: var(--code-bg);
    color: var(--code-ink);
    border: 1px solid var(--code-brd);
    border-radius: 7px;
    padding: 14px 16px;
    font-family: var(--font-mono);
    font-size: 12px;
    line-height: 1.8;
    overflow-x: auto;
    white-space: pre;
  }
  .kbd {
    font-family: var(--font-mono);
    font-size: 10.5px;
    color: var(--ink-faint);
    border: 1px solid var(--brd);
    border-bottom-width: 2px;
    border-radius: 4px;
    padding: 1px 5px;
    background: var(--srf);
  }
  .microlabel {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--ink-faint);
  }
  .console-shell {
    --font-sans: "Figtree", Arial, sans-serif;
    --console-canvas: #ffffff;
    --console-panel: #ffffff;
    --console-inset: #f7f7f7;
    --console-line: #e7e7e7;
    --console-line-strong: #d8d8d8;
    --console-muted: #858585;
    --console-faint: #aaa;
    --console-radius-sm: 8px;
    --console-radius: 12px;
    --console-radius-lg: 16px;
    min-height: 100vh;
    background: var(--console-canvas);
    font-family: var(--font-sans);
  }
  .console-shell :where(h1, h2) {
    font-family: var(--font-sans);
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
  }
  .console-sidebar {
    width: 228px;
    border-right: 1px solid var(--console-line);
    background: #fff;
  }
  .console-sidebar-frame {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--console-panel);
  }
  .console-sidebar-brand {
    height: 58px;
    min-height: 58px;
    border-bottom: 1px solid var(--console-line);
  }
  .console-wordmark {
    margin-left: 9px;
    color: #171717;
    font-size: 16px;
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.02em;
  }
  .console-topbar {
    position: sticky;
    z-index: 20;
    top: 0;
    height: 58px;
    min-height: 58px;
    border-bottom: 1px solid var(--console-line);
    background: var(--console-panel);
    color: #171717;
  }
  .console-breadcrumb {
    color: #171717;
    font-size: 14px;
    line-height: 1.2;
  }
  .console-credit-pill {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid var(--console-line-strong);
    border-radius: 999px;
    background: #fff;
    color: #171717;
    font-size: 13px;
    font-weight: 560;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(23, 23, 23, 0.04);
  }
  .console-credit-pill svg {
    color: #1557ff;
  }
  .console-credit-pill strong {
    font-weight: 700;
  }
  .console-workspace-shell {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--console-panel);
  }
  @media (max-width: 1023px) {
    .console-workspace-shell {
      margin-left: 0;
    }
  }
  .console-sidebar-label {
    margin: 0 8px 9px;
    color: #171717;
    font-size: 12px;
    font-weight: 620;
    line-height: 20px;
    letter-spacing: -0.01em;
  }
  .console-sidebar-navigation, .console-sidebar-profile {
    padding-inline: 8px;
  }
  .console-sidebar-profile {
    border-top: 1px solid var(--console-line);
  }
  .console-sidebar-section {
    margin-top: 22px;
    padding-top: 0;
    border-top: 0;
  }
  .console-side-link {
    position: relative;
    display: flex;
    min-width: 0;
    height: 40px;
    align-items: center;
    gap: 10px;
    padding: 0 8px;
    border-radius: 8px;
    background: transparent;
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    transition: background-color 120ms ease, color 120ms ease;
  }
  .console-side-link:hover {
    background: #f2f3f7;
    color: #171717;
  }
  .console-side-link-active, .console-side-link-active:hover {
    background: #eef4ff;
    color: #1557ff;
    font-weight: 650;
  }
  .console-side-link-active::before {
    content: none;
  }
  .console-account-link {
    min-width: 0;
    border-radius: 0;
    color: #171717;
  }
  .console-account-link:hover {
    background: transparent;
    color: #1557ff;
  }
  .console-account-link > span > span {
    color: currentColor !important;
    font-size: 14px !important;
    line-height: 1.25;
  }
  .console-theme-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    flex: none;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink-muted);
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease;
  }
  .console-theme-toggle:hover {
    background: var(--srf);
    color: var(--ink);
  }
  .console-theme-icon-sun {
    display: none;
  }
  :root[data-theme="dark"] .console-theme-icon-sun {
    display: block;
  }
  :root[data-theme="dark"] .console-theme-icon-moon {
    display: none;
  }
  .platform-index .text-muted-foreground, .platform-index .text-faint {
    color: var(--ink);
  }
  .platform-index .bg-surface, .platform-index .bg-surface-2 {
    background: var(--bg);
  }
  .platform-card {
    min-height: 192px;
    gap: 15px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
    box-shadow: none;
    transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
  }
  .platform-card:hover {
    border-color: #c8d8ff;
    background: #f8faff;
    box-shadow: 0 6px 18px rgba(24, 92, 255, 0.06);
  }
  .platform-card:focus-visible {
    border-color: #185cff;
    outline: 3px solid #eef4ff;
    outline-offset: 2px;
  }
  .platform-filter, .platform-llm-pill, .platform-token, .platform-search-input {
    border-radius: 5px;
    border-color: var(--brd);
    background: var(--bg);
    color: var(--ink);
    box-shadow: none;
  }
  .platform-filter-active {
    border-color: #185cff;
    background: #eef4ff;
    color: #1557ff;
  }
  .platform-discovery-controls {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #f8f8f8;
  }
  .platform-filter {
    height: 36px;
    border-radius: 999px;
    background: #fff;
    color: #171717;
  }
  .platform-filter:hover {
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #1557ff;
  }
  .platform-filter > span {
    display: inline-flex;
    min-width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    padding-inline: 6px;
    border-radius: 999px;
    background: #f2f3f7;
    font-size: 11.5px;
  }
  .platform-filter-active > span {
    background: #dfe9ff;
  }
  .platform-tab {
    border-color: transparent;
    color: var(--ink-muted);
    font-weight: 500;
  }
  .platform-tab:hover {
    color: var(--ink);
  }
  .platform-tab-active {
    border-color: var(--pri);
    color: var(--ink);
    font-weight: 600;
  }
  .platform-llm-pill {
    border: 1px solid var(--brd);
    cursor: pointer;
  }
  .platform-llm-pill:hover {
    border-color: var(--brd-strong);
  }
  .platform-search-input {
    height: 46px;
    border-color: var(--console-line-strong);
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
  }
  .platform-search-input::placeholder {
    color: var(--ink);
    opacity: 1;
  }
  .platform-search-input:focus {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .platform-card-header h2 {
    color: #171717;
    font-size: 14px;
    font-weight: 620;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }
  .platform-capability-count {
    margin-top: 3px;
    color: #171717;
    font-size: 12px;
    line-height: 1.25;
  }
  .platform-card-description {
    min-height: 44px;
    font-size: 13.5px;
    line-height: 1.55;
  }
  .platform-try-live {
    min-height: 28px;
    color: #1557ff;
    font-size: 12.5px;
    font-weight: 560;
  }
  .platform-try-live:hover {
    color: #0a3fd1;
    text-decoration: underline;
  }
  .platform-token {
    border: 1px solid var(--brd);
  }
  .platform-detail .text-muted-foreground, .platform-detail .text-faint {
    color: var(--ink);
  }
  .platform-detail .bg-surface, .platform-detail .bg-surface-2 {
    background: var(--bg);
  }
  .platform-detail .card, .platform-detail .input, .platform-detail .btn, .platform-detail .badge, .platform-detail .codeblock {
    border-radius: 5px;
  }
  .platform-detail .card {
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
  }
  .platform-detail .btn-secondary {
    background: var(--bg);
    box-shadow: none;
  }
  .platform-detail .btn-secondary:hover:not(:disabled) {
    background: var(--bg);
    border-color: var(--brd-strong);
  }
  .platform-detail .input {
    min-height: 38px;
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
  }
  .platform-detail .input::placeholder {
    color: var(--ink);
    opacity: 0.72;
  }
  .platform-detail .input:focus {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .platform-detail-tabs .platform-tab {
    border-color: transparent;
    color: var(--ink);
    font-weight: 500;
  }
  .platform-detail-tabs .platform-tab-active {
    border-color: var(--pri);
    color: var(--ink);
    font-weight: 580;
  }
  .platform-reference-shell {
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .platform-capability-nav {
    overflow: hidden;
    border-right: 1px solid var(--brd);
    background: var(--bg);
  }
  .platform-capability-nav li + li, .playground-capability + .playground-capability {
    margin-top: 4px;
  }
  .platform-capability-item, .playground-capability {
    border: 1px solid transparent;
    border-radius: 4px;
    transition: background-color 100ms ease, border-color 100ms ease, box-shadow 100ms ease, color 100ms ease;
  }
  .platform-capability-item:hover, .playground-capability:hover {
    border-color: var(--brd);
    background: var(--bg);
  }
  .platform-capability-item-active, .platform-capability-item-active:hover, .playground-capability-active, .playground-capability-active:hover {
    border-color: var(--pri-brd);
    background: var(--pri-tint);
    box-shadow: inset 3px 0 0 var(--pri);
  }
  .platform-capability-item-active span:first-child, .playground-capability-active span:first-child {
    color: var(--pri);
    font-weight: 580;
  }
  .platform-capability-item:focus-visible, .playground-capability:focus-visible {
    border-color: var(--pri);
    outline: 2px solid var(--pri-tint);
    outline-offset: 1px;
  }
  .platform-code-language {
    border: 1px solid transparent;
    border-radius: 5px;
    color: var(--ink);
  }
  .platform-code-language:hover {
    border-color: var(--brd);
  }
  .platform-code-language-active, .platform-code-language-active:hover {
    border-color: var(--pri);
    color: var(--pri);
  }
  .platform-codeblock {
    font-size: 12.5px;
    line-height: 1.75;
  }
  .platform-detail-alert {
    border-color: var(--pri-brd);
  }
  .platform-detail-card {
    overflow: visible;
    border-radius: 5px;
  }
  .platform-detail-card > header {
    min-height: 48px;
    padding: 12px 20px;
    background: var(--bg);
    color: var(--ink);
    font-size: 14px;
    font-weight: 560;
  }
  .platform-detail-card .field-label, .platform-detail-card label {
    color: var(--ink);
  }
  .platform-custom-select-trigger, .platform-custom-select-menu {
    border-color: var(--brd);
    border-radius: 5px;
    background: var(--bg);
    color: var(--ink);
    box-shadow: none;
  }
  .platform-custom-select-trigger {
    min-height: 50px;
  }
  .platform-custom-select-trigger:hover {
    border-color: var(--brd-strong);
  }
  .platform-custom-select-trigger[aria-expanded="true"] {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .platform-custom-select-menu {
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
  }
  .platform-custom-select-option {
    border-radius: 4px;
    color: var(--ink);
  }
  .platform-custom-select-option:hover, .platform-custom-select-option:focus-visible {
    background: var(--srf);
    outline: none;
  }
  .platform-custom-select-option[aria-selected="true"] {
    background: var(--pri-tint);
  }
  .platform-parameter-card {
    overflow: hidden;
    border-color: var(--console-line);
    border-radius: 12px;
  }
  .platform-parameter-card thead th, .platform-parameter-card tbody tr:hover {
    background: var(--bg);
    color: var(--ink);
  }
  .platform-parameter-card thead th {
    font-size: 12.5px;
    font-weight: 520;
    letter-spacing: -0.005em;
    text-transform: none;
  }
  .platform-parameter-card table {
    font-size: 13px;
  }
  .platform-parameter-card td {
    line-height: 1.55;
  }
  .required-mark {
    margin-left: 2px;
    color: var(--dng);
    font-size: 1em;
    font-weight: 650;
  }
  @media (max-width: 1023px) {
    .platform-capability-nav {
      border-right: 0;
      border-bottom: 1px solid var(--brd);
    }
    .platform-capability-nav ul {
      max-height: 280px;
    }
  }
  @media (max-width: 639px) {
    .platform-detail-header > div:first-child {
      align-items: flex-start;
    }
    .platform-detail-header > div:last-child, .platform-detail-header > div:last-child .btn {
      width: 100%;
    }
    .platform-detail-tabs > div[role="tablist"] {
      overflow-x: auto;
    }
    .platform-detail-tabs .platform-tab {
      flex: 1 0 auto;
      text-align: center;
    }
    .platform-detail-card > header {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .playground-surface .text-muted-foreground, .playground-surface .text-faint {
    color: var(--ink);
  }
  .playground-surface .btn, .playground-surface .input, .playground-surface .badge {
    border-radius: 5px;
  }
  .playground-surface .input {
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
  }
  .playground-surface .input::placeholder {
    color: var(--ink);
    opacity: 0.68;
  }
  .playground-surface .input:focus {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .playground-workbench {
    min-height: 640px;
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .playground-pane-header {
    display: flex;
    min-height: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid var(--brd);
    padding: 11px 16px;
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 560;
  }
  .playground-source, .playground-request {
    border-bottom: 1px solid var(--brd);
  }
  .playground-filter-input {
    height: 36px;
    min-height: 36px;
    font-size: 12.5px;
  }
  .playground-method {
    border: 1px solid var(--brd);
    border-radius: 5px;
    padding: 3px 7px;
    color: var(--ink);
    font-size: 10.5px;
    font-weight: 450;
  }
  .playground-request .field-label, .playground-request label {
    color: var(--ink);
  }
  .playground-request-footer {
    background: var(--bg);
  }
  .playground-response {
    min-height: 520px;
    background: var(--code-bg);
  }
  .playground-response .playground-pane-header, .playground-response-meta {
    background: var(--bg);
  }
  .playground-response-action {
    display: inline-flex;
    height: 28px;
    align-items: center;
    gap: 5px;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
    padding: 0 8px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 520;
  }
  .playground-response-action:hover {
    border-color: var(--brd-strong);
  }
  .playground-response-code {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: var(--code-bg);
    color: #d8e5f5;
    outline: none;
  }
  .playground-response-placeholder {
    color: #94a3b8;
  }
  .playground-surface .platform-custom-select-menu {
    max-height: 360px;
  }
  .playground-surface [data-custom-select-search] {
    min-height: 36px;
  }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .playground-workbench {
      grid-template-columns: 280px minmax(0, 1fr);
    }
    .playground-source {
      border-right: 1px solid var(--brd);
    }
    .playground-response {
      grid-column: 1 / -1;
      min-height: 580px;
    }
  }
  @media (min-width: 1280px) {
    .platform-detail-viewport .platform-detail-header, .platform-detail-viewport .platform-detail-tabs > div[role="tablist"] {
      flex-shrink: 0;
    }
    .platform-detail-viewport .platform-detail-tabs {
      display: flex;
      min-height: 0;
      flex: 1;
      flex-direction: column;
    }
    .platform-detail-viewport .platform-detail-panel:not([hidden]) {
      display: flex;
      min-height: 0;
      flex: 1;
      flex-direction: column;
    }
    .platform-detail-viewport #platform-panel-docs:not([hidden]) {
      overflow-y: auto;
    }
    .platform-detail-viewport #platform-panel-docs > .platform-reference-shell {
      flex: none;
    }
    .platform-detail-viewport .playground-workbench {
      height: 100%;
      min-height: 0;
    }
    .playground-workbench {
      height: calc(100vh - 190px);
    }
    .playground-source, .playground-request {
      border-right: 1px solid var(--brd);
      border-bottom: 0;
    }
    .playground-response {
      min-height: 0;
    }
  }
  .usage-page .text-muted-foreground, .usage-page .text-faint {
    color: var(--ink);
  }
  .usage-page .input, .usage-page .badge, .usage-page .btn {
    border-radius: 8px;
  }
  .usage-page .input {
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
  }
  .usage-page .input:focus {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .usage-period-control {
    width: 250px;
  }
  .usage-period-label {
    display: block;
    margin-bottom: 5px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 620;
  }
  .usage-period-select .platform-custom-select-trigger {
    height: 42px;
    min-height: 42px;
    border-color: var(--console-line-strong);
    border-radius: 8px;
    background: #fff;
  }
  .usage-period-select .platform-custom-select-menu {
    max-height: 280px;
    overflow-y: auto;
    border-color: var(--console-line-strong);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.12);
  }
  .usage-summary {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .usage-summary-lead {
    padding: 20px;
  }
  .usage-summary-credits .usage-summary-lead {
    background-image: linear-gradient(rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.28)), url("/images/console/available-credits-landscape.png");
    background-position: center;
    background-size: cover;
  }
  .usage-kicker {
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 560;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  .usage-summary-value {
    color: var(--ink);
    font-size: 30px;
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.15;
  }
  .usage-summary-value span {
    font-size: 18px;
    font-weight: 520;
    letter-spacing: -0.015em;
  }
  .usage-summary-percent {
    color: var(--ink);
    font-size: 13px;
    font-weight: 560;
    font-variant-numeric: tabular-nums;
  }
  .usage-summary-copy {
    margin-top: 7px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.55;
  }
  .usage-progress {
    height: 5px;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 3px;
    background: var(--brd);
  }
  .usage-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--pri);
  }
  .usage-summary-facts {
    display: grid;
    border-top: 1px solid var(--console-line);
    background: linear-gradient(135deg, #fbfdff 0%, #f2f7ff 100%);
  }
  .usage-summary-facts > div {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .usage-summary-facts > div + div {
    border-top: 1px solid var(--console-line);
  }
  .usage-summary-facts p {
    color: var(--ink);
    font-size: 13px;
    font-weight: 620;
  }
  .usage-summary-facts strong {
    display: block;
    margin-top: 6px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 650;
    letter-spacing: -0.025em;
    font-variant-numeric: tabular-nums;
  }
  .usage-section {
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .usage-section-header {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--console-line);
    padding: 14px 20px;
  }
  .usage-section-header h2 {
    color: var(--ink);
    font-size: 16px;
    font-weight: 620;
  }
  .usage-section-header p {
    margin-top: 2px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.45;
  }
  .usage-tabs {
    display: flex;
    min-height: 50px;
    align-items: flex-end;
    gap: 22px;
    border-bottom: 1px solid var(--console-line);
    padding: 0 20px;
  }
  .usage-tabs button {
    height: 50px;
    border-bottom: 2px solid transparent;
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 560;
  }
  .usage-tabs button:hover {
    color: var(--pri);
  }
  .usage-tabs button[aria-selected="true"] {
    border-bottom-color: var(--pri);
    color: var(--pri);
    font-weight: 580;
  }
  .usage-tabs button:focus-visible {
    outline: 2px solid var(--pri-tint);
    outline-offset: 2px;
  }
  .usage-panel-toolbar {
    display: flex;
    min-height: 62px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-bottom: 1px solid var(--console-line);
    padding: 12px 20px;
    background: #f8f8f8;
  }
  .usage-chart-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font-size: 12px;
  }
  .usage-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .usage-chart-legend i {
    width: 7px;
    height: 7px;
    border-radius: 2px;
  }
  .usage-legend-success, .usage-chart-bar-success {
    background: var(--pri);
  }
  .usage-legend-failed, .usage-chart-bar-failed {
    background: var(--dng);
  }
  .usage-chart-wrap {
    overflow-x: auto;
    padding: 24px 20px 16px;
  }
  .usage-chart {
    display: flex;
    min-width: 720px;
    height: 230px;
    align-items: stretch;
    gap: 5px;
    border-bottom: 1px solid var(--brd);
  }
  .usage-chart-day {
    display: flex;
    min-width: 12px;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
  }
  .usage-chart-bars {
    display: flex;
    min-height: 1px;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1px;
  }
  .usage-chart-bar {
    display: block;
    width: 100%;
    min-height: 2px;
    border-radius: 2px 2px 0 0;
  }
  .usage-chart-label {
    width: max-content;
    margin-top: 7px;
    color: var(--ink);
    font-size: 11px;
    font-variant-numeric: tabular-nums;
    transform: translateX(-2px);
  }
  .usage-empty {
    display: flex;
    min-height: 124px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px;
    padding: 30px 20px;
    border-radius: var(--console-radius);
    background: #f8f8f8;
    color: var(--ink);
    font-size: 13px;
    text-align: center;
  }
  .usage-filter-input {
    height: 42px;
    min-height: 42px;
    border-color: var(--console-line-strong);
    background: #fff;
    font-size: 13.5px;
  }
  .usage-platform-select {
    width: 190px;
  }
  .usage-platform-select .platform-custom-select-trigger {
    height: 42px;
    min-height: 42px;
    border-color: var(--console-line-strong);
    border-radius: 8px;
    background: #fff;
  }
  .usage-platform-select .platform-custom-select-menu {
    max-height: 300px;
    overflow-y: auto;
    border-color: var(--console-line-strong);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(23, 23, 23, 0.12);
  }
  .usage-select-check {
    opacity: 0;
  }
  .usage-platform-select [data-custom-select-option][aria-selected="true"] .usage-select-check, .usage-period-select [data-custom-select-option][aria-selected="true"] .usage-select-check {
    opacity: 1;
  }
  .usage-table-wrap {
    overflow-x: auto;
  }
  .usage-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--ink);
    font-size: 12.5px;
  }
  .usage-table th {
    padding: 14px 20px;
    border-bottom: 1px solid var(--console-line);
    background: #f8f8f8;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 620;
    text-align: left;
    white-space: nowrap;
  }
  .usage-table td {
    height: 60px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--console-line);
    line-height: 1.45;
    vertical-align: middle;
  }
  .usage-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .usage-table tbody tr:hover td {
    background: #f8faff;
  }
  .usage-status-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .usage-status-filters button {
    height: 36px;
    border: 1px solid var(--console-line-strong);
    border-radius: 999px;
    background: #fff;
    padding: 0 13px;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 560;
  }
  .usage-status-filters button:hover {
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #1557ff;
  }
  .usage-status-filters button[aria-pressed="true"] {
    border-color: #185cff;
    background: #eef4ff;
    color: #1557ff;
  }
  .usage-job-id {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ink);
    font-size: 11.5px;
  }
  .usage-job-id:hover {
    color: var(--pri);
  }
  @media (min-width: 768px) {
    .usage-summary {
      grid-template-columns: minmax(0, 1.35fr) minmax(430px, 0.9fr);
    }
    .usage-summary-facts {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      border-top: 0;
      border-left: 1px solid var(--console-line);
    }
    .usage-summary-facts > div + div {
      border-top: 0;
      border-left: 1px solid var(--console-line);
    }
  }
  @media (max-width: 639px) {
    .usage-summary-lead {
      padding: 19px 18px;
    }
    .usage-summary-value {
      font-size: 26px;
    }
    .usage-summary-value span {
      display: block;
      margin-top: 2px;
      font-size: 15px;
    }
    .usage-section-header {
      align-items: flex-start;
      flex-direction: column;
    }
    .usage-platform-select, .usage-platform-select .platform-custom-select-trigger {
      width: 100%;
    }
    .usage-period-control {
      width: 100%;
    }
    .usage-panel-toolbar > .relative, .usage-panel-toolbar .usage-status-filters {
      width: 100%;
    }
  }
  .billing-page {
    color: var(--ink);
  }
  .billing-page .btn, .billing-page .badge {
    border-radius: 8px;
  }
  .billing-page-header .btn {
    min-height: 42px;
    padding-inline: 16px;
    font-size: 14px;
    font-weight: 620;
  }
  .billing-overview, .billing-activity {
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .billing-overview-main {
    display: flex;
    min-height: 160px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 20px;
    background-color: #f5f9ff;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.52)), url("/images/console/available-credits-landscape.png");
    background-position: center;
    background-size: cover;
  }
  .billing-eyebrow {
    color: var(--ink);
    font-size: 12px;
    font-weight: 620;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  .billing-plan-name {
    margin-top: 8px;
    color: var(--ink);
    font-size: 24px;
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.12;
  }
  .billing-plan-price {
    margin-top: 7px;
    color: var(--ink);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
  }
  .billing-primary-metric {
    min-width: 220px;
    text-align: right;
  }
  .billing-primary-metric p {
    color: var(--ink);
    font-size: 13px;
    font-weight: 620;
  }
  .billing-primary-metric strong {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 30px;
    font-weight: 660;
    letter-spacing: -0.04em;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
  }
  .billing-primary-metric span {
    display: block;
    margin-top: 6px;
    color: var(--ink);
    font-size: 12.5px;
  }
  .billing-primary-metric .billing-top-up {
    display: inline-flex;
    width: auto;
    min-height: 40px;
    margin-top: 14px;
  }
  .billing-facts {
    display: flex;
    border-top: 1px solid var(--console-line);
    background: #f7fbff;
  }
  .billing-facts > div {
    display: flex;
    min-width: 0;
    min-height: 104px;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .billing-facts > div + div {
    border-left: 1px solid var(--console-line);
  }
  .billing-facts dt {
    color: var(--ink);
    font-size: 13px;
    font-weight: 620;
  }
  .billing-facts dd {
    margin-top: 6px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
  }
  .billing-overview-footer {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--console-line);
    padding: 12px 20px;
    color: var(--ink);
    font-size: 12.5px;
    line-height: 1.5;
  }
  .billing-overview-footer a {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 5px;
    color: var(--pri);
    font-weight: 560;
  }
  .billing-section-header {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--console-line);
    padding: 14px 20px;
  }
  .billing-section-header h2 {
    color: var(--ink);
    font-size: 16px;
    font-weight: 620;
  }
  .billing-section-header span {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 12.5px;
    line-height: 1.45;
  }
  .billing-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--ink);
    font-size: 12.5px;
  }
  .billing-table th {
    border-bottom: 1px solid var(--console-line);
    padding: 14px 20px;
    background: #f8f8f8;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 620;
    text-align: left;
    white-space: nowrap;
  }
  .billing-table td {
    height: 60px;
    border-bottom: 1px solid var(--console-line);
    padding: 14px 20px;
    line-height: 1.45;
    vertical-align: middle;
  }
  .billing-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .billing-table tbody tr:hover td {
    background: #f8faff;
  }
  .billing-empty {
    display: flex;
    min-height: 124px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 20px;
    padding: 30px 20px;
    border-radius: var(--console-radius);
    background: #f8f8f8;
    color: var(--ink);
    font-size: 13px;
  }
  @media (max-width: 639px) {
    .billing-overview-main {
      min-height: 0;
      align-items: flex-start;
      flex-direction: column;
      padding: 20px 18px;
    }
    .billing-primary-metric {
      min-width: 0;
      text-align: left;
    }
    .billing-facts {
      flex-direction: column;
    }
    .billing-facts > div + div {
      border-top: 1px solid var(--console-line);
      border-left: 0;
    }
    .billing-overview-footer {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .account-page {
    color: var(--ink);
  }
  .account-page .btn, .account-page .input {
    min-height: 42px;
    border-radius: 8px;
    font-size: 14px;
  }
  .account-page .badge {
    border-radius: 999px;
  }
  .account-workspace {
    display: grid;
    gap: 16px;
  }
  .account-identity {
    display: flex;
    min-height: 96px;
    align-items: center;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
  }
  .account-identity h2 {
    overflow: hidden;
    color: var(--ink);
    font-size: 22px;
    font-weight: 650;
    letter-spacing: -0.025em;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-identity p {
    overflow: hidden;
    margin-top: 4px;
    color: var(--ink);
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-settings {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .account-setting {
    min-width: 0;
    padding: 20px;
  }
  .account-setting + .account-setting {
    border-left: 1px solid var(--console-line);
  }
  .account-setting > header h2, .account-session h2 {
    color: var(--ink);
    font-size: 16px;
    font-weight: 630;
    letter-spacing: -0.01em;
  }
  .account-setting > header p, .account-session p {
    margin-top: 4px;
    color: var(--ink);
    font-size: 13px;
    line-height: 1.55;
  }
  .account-profile-form {
    display: flex;
    max-width: 460px;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .account-profile-form .input {
    background: #fff;
    box-shadow: none;
  }
  .account-access-list {
    display: grid;
    gap: 10px;
    margin-top: 20px;
  }
  .account-access-row {
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid var(--console-line);
    border-radius: 8px;
    background: linear-gradient(135deg, #fff 0%, #f7faff 100%);
  }
  .account-access-row h3 {
    color: var(--ink);
    font-size: 14px;
    font-weight: 620;
  }
  .account-access-row p {
    overflow: hidden;
    margin-top: 3px;
    color: var(--ink);
    font-size: 12.5px;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-session {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    padding: 16px 20px;
    background: #fff;
  }
  @media (max-width: 799px) {
    .account-settings {
      grid-template-columns: 1fr;
    }
    .account-setting + .account-setting {
      border-top: 1px solid var(--console-line);
      border-left: 0;
    }
  }
  @media (max-width: 639px) {
    .account-identity, .account-setting {
      padding: 20px 18px;
    }
    .account-session {
      align-items: flex-start;
      flex-direction: column;
      padding: 18px;
    }
    .account-access-row {
      align-items: flex-start;
      padding: 14px 0;
    }
    .account-access-row .badge {
      margin-left: auto;
    }
  }
  .support-page {
    color: var(--ink);
  }
  .support-page-header h1 {
    font-size: 26px;
    font-weight: 630;
    letter-spacing: -0.025em;
    line-height: 1.2;
  }
  .support-page-header p {
    max-width: 680px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .support-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    align-items: start;
    gap: 16px;
  }
  .support-sidebar {
    display: grid;
    gap: 16px;
  }
  .support-panel {
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
  }
  .support-panel-header {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 20px;
    border-bottom: 1px solid var(--console-line);
  }
  .support-panel-header.compact {
    min-height: 68px;
  }
  .support-panel-header h2 {
    font-size: 16px;
    font-weight: 630;
    letter-spacing: -0.01em;
  }
  .support-panel-header p {
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.45;
  }
  .support-header-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e5fa;
    border-radius: 10px;
    background: #f2f7ff;
    color: var(--pri);
  }
  .support-form {
    display: grid;
    gap: 20px;
    padding: 20px;
  }
  .support-form .input {
    min-height: 42px;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    box-shadow: none;
  }
  .support-form textarea.input {
    min-height: 168px;
    padding-top: 12px;
    resize: vertical;
  }
  .support-category-fieldset {
    min-width: 0;
  }
  .support-category-fieldset legend {
    margin-bottom: 8px;
    font-size: 12.5px;
    font-weight: 560;
  }
  .support-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .support-category {
    display: flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    gap: 9px;
    padding: 8px 10px;
    border: 1px solid var(--console-line);
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    font-size: 12.5px;
    font-weight: 590;
    line-height: 1.3;
    text-align: left;
    transition: border-color 140ms ease, background 140ms ease, color 140ms ease;
  }
  .support-category:hover {
    border-color: #bdd1f4;
    background: #f7faff;
    color: var(--pri);
  }
  .support-category.active {
    border-color: #9dbcf5;
    background: #edf4ff;
    color: var(--pri);
    box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08);
  }
  .support-category > span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: #f3f6fb;
  }
  .support-category.active > span {
    background: #dce9ff;
  }
  .support-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--console-line);
  }
  .support-form-footer p {
    max-width: 460px;
    font-size: 12.5px;
    line-height: 1.5;
  }
  .support-page .btn {
    min-height: 42px;
    border-radius: 8px;
    font-size: 14px;
  }
  .support-links {
    display: grid;
    padding: 8px;
  }
  .support-links a {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
  }
  .support-links a:hover {
    background: #f2f6ff;
    color: var(--pri);
  }
  .support-link-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f2f6ff;
    color: var(--pri);
  }
  .support-link-copy {
    display: grid;
    min-width: 0;
    flex: 1;
    gap: 2px;
  }
  .support-link-copy strong {
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 620;
  }
  .support-link-copy small {
    overflow: hidden;
    color: var(--ink);
    font-size: 11.5px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .support-context dl {
    display: grid;
    padding: 6px 20px;
  }
  .support-context dl > div {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid var(--console-line);
  }
  .support-context dl > div:last-child {
    border-bottom: 0;
  }
  .support-context dt {
    font-size: 12px;
    font-weight: 620;
  }
  .support-context dd {
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .support-context footer {
    padding: 12px 20px 20px;
    border-top: 1px solid var(--console-line);
  }
  .support-context footer .btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  @media (max-width: 899px) {
    .support-layout {
      grid-template-columns: 1fr;
    }
    .support-sidebar {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 639px) {
    .support-sidebar {
      grid-template-columns: 1fr;
    }
    .support-form-footer {
      align-items: stretch;
      flex-direction: column;
    }
    .support-form-footer .btn {
      justify-content: center;
    }
    .support-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .console-home {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--ink);
  }
  .console-home .btn, .console-home .badge, .console-home .input {
    border-radius: var(--console-radius-sm);
  }
  .home-page-header {
    display: flex;
    min-height: 64px;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }
  .home-page-header h1 {
    font-size: 24px;
    line-height: 1.1;
  }
  .home-page-header p {
    margin-top: 6px;
    color: var(--console-muted);
    font-size: 13.5px;
  }
  .home-page-actions {
    display: flex;
    gap: 8px;
  }
  .home-page-actions .btn {
    min-height: 38px;
    padding-inline: 14px;
  }
  .console-summary-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius-lg);
    background: var(--console-panel);
  }
  .home-metric {
    display: flex;
    min-width: 0;
    min-height: 72px;
    align-items: center;
    gap: 11px;
    padding: 12px 14px;
    border: 1px solid var(--console-line);
    border-radius: 10px;
    background: var(--console-inset);
  }
  .home-metric-icon, .home-section-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--console-line);
    border-radius: 7px;
    background: #fff;
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  }
  .home-metric > div {
    min-width: 0;
  }
  .home-metric span:not(.home-metric-icon) {
    display: block;
    overflow: hidden;
    color: var(--console-muted);
    font-size: 11.5px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-metric strong {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    color: #333;
    font-size: 19px;
    font-weight: 520;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-metric-success .home-metric-icon {
    color: var(--ok);
  }
  .home-metric-warning .home-metric-icon {
    color: var(--warn);
  }
  .home-section-title {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 11px;
  }
  .home-integration {
    position: relative;
    z-index: 10;
    overflow: visible;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius-lg);
    background: var(--console-panel);
  }
  .home-primary-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, .8fr);
    align-items: start;
    gap: 16px;
  }
  .home-integration-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
    border-bottom: 1px solid var(--console-line);
  }
  .home-eyebrow {
    margin-bottom: 5px;
    color: var(--pri);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.065em;
    text-transform: uppercase;
  }
  .home-integration-heading h2 {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.25;
  }
  .home-integration-heading p {
    margin-top: 3px;
    color: var(--console-muted);
    font-size: 12px;
    line-height: 1.45;
  }
  .home-step-pill {
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f1f1;
    color: #777;
    font-size: 10.5px;
    white-space: nowrap;
  }
  .home-integration-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(250px, 1.05fr);
    gap: 12px;
    padding: 18px;
  }
  .home-flow-field, .home-stack-field {
    min-width: 0;
  }
  .home-flow-field > span, .home-stack-field > legend {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #555;
    font-size: 11.5px;
    font-weight: 560;
  }
  .home-custom-select .platform-custom-select-trigger {
    height: 44px;
    min-height: 44px;
    border-radius: var(--console-radius-sm);
    border-color: var(--console-line-strong);
    background: #fff;
    box-shadow: none;
  }
  .home-custom-select .platform-custom-select-trigger span {
    font-size: 14px;
  }
  .home-custom-select .platform-custom-select-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .home-custom-select .platform-custom-select-menu {
    z-index: 60;
    max-height: 330px;
    overflow-y: auto;
    border-radius: 5px;
    background: var(--bg);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.15);
  }
  .home-custom-select .platform-custom-select-option {
    min-height: 40px;
  }
  .home-custom-select-with-id .platform-custom-select-option {
    min-height: 48px;
  }
  .home-select-option-label code {
    margin-top: 2px;
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 10.5px;
  }
  .home-select-search-wrap {
    position: sticky;
    z-index: 2;
    top: -6px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -1px -1px 5px;
    padding: 9px 10px;
    border-bottom: 1px solid var(--brd);
    background: var(--bg);
  }
  .home-select-search-wrap input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font-size: 13.5px;
  }
  .home-select-check {
    visibility: hidden;
  }
  .home-custom-select [data-custom-select-option][aria-selected="true"] .home-select-check {
    visibility: visible;
  }
  .home-select-empty {
    padding: 16px 10px;
    color: var(--ink);
    font-size: 13px;
    text-align: center;
  }
  .home-stack-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }
  .home-stack-options button {
    min-width: 0;
    height: 44px;
    padding: 0 10px;
    border: 1px solid var(--brd);
    border-radius: var(--console-radius-sm);
    border-color: var(--console-line-strong);
    background: #fff;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    font-weight: 560;
    box-shadow: none;
    transition: border-color 100ms ease, background-color 100ms ease, color 100ms ease;
  }
  .home-stack-options button:hover {
    border-color: var(--pri-brd);
    background: var(--pri-tint);
  }
  .home-stack-options button[aria-pressed="true"] {
    border-color: #bbb;
    background: #f2f2f2;
    color: #222;
    box-shadow: inset 0 0 0 1px #ddd;
  }
  .home-integration-action {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px 18px;
    border-top: 1px solid var(--console-line);
  }
  .home-integration-action p {
    color: var(--console-muted);
    font-size: 12.5px;
    line-height: 1.5;
  }
  .home-integration-action .btn {
    min-width: 158px;
    min-height: 40px;
    flex-shrink: 0;
  }
  .home-api-access {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 16px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius-lg);
    background: var(--console-panel);
  }
  .home-api-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--console-line);
  }
  .home-api-intro h2, .home-recent-heading h2 {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.25;
  }
  .home-api-intro p, .home-recent-heading p {
    margin-top: 3px;
    color: var(--console-muted);
    font-size: 12px;
    line-height: 1.5;
  }
  .home-api-header > a, .home-recent-heading > a {
    color: var(--pri);
    font-size: 12.5px;
    font-weight: 580;
    white-space: nowrap;
  }
  .home-key-row {
    display: flex;
    flex: 1;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 14px;
  }
  .home-key-summary {
    display: flex;
    min-width: 0;
    min-height: 42px;
    flex: none;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
  }
  .home-key-summary > svg {
    margin-left: 14px;
    flex: 0 0 auto;
    color: var(--pri);
  }
  .home-key-summary code {
    display: block;
    min-width: 0;
    flex: none;
    overflow: hidden;
    padding: 0 12px 0 9px;
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 12.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-key-empty {
    display: flex;
    min-width: 0;
    min-height: 48px;
    flex: none;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius-sm);
    background: var(--console-inset);
    color: #555;
    font-size: 12px;
  }
  .home-key-empty svg {
    color: var(--pri);
  }
  .home-key-row .btn {
    min-width: 112px;
    min-height: 42px;
    width: 100%;
    flex-shrink: 0;
    white-space: nowrap;
  }
  .home-setup-list {
    display: flex;
    flex-direction: column;
    margin-top: 14px;
    border-top: 1px solid var(--console-line);
  }
  .home-setup-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 0;
    border-bottom: 1px solid var(--console-line);
  }
  .home-setup-state {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--console-line);
    border-radius: 7px;
    background: var(--console-inset);
    color: var(--console-muted);
  }
  .home-setup-state.is-complete {
    border-color: var(--ok-brd);
    background: var(--ok-tint);
    color: var(--ok);
  }
  .home-setup-item strong, .home-setup-item span {
    display: block;
  }
  .home-setup-item strong {
    color: #444;
    font-size: 12px;
    font-weight: 580;
  }
  .home-setup-item div > span {
    margin-top: 2px;
    color: var(--console-muted);
    font-size: 10.5px;
  }
  .home-getting-started {
    padding: 16px;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius-lg);
    background: var(--console-panel);
  }
  .home-starter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }
  .home-starter-card {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--console-line);
    border-radius: 10px;
    background: var(--console-inset);
  }
  .home-starter-card h3 {
    overflow: hidden;
    color: #3a3a3a;
    font-size: 12.5px;
    font-weight: 590;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-starter-card p {
    margin-top: 2px;
    color: var(--console-muted);
    font-size: 10.5px;
  }
  .home-starter-card > a {
    display: inline-flex;
    width: 28px;
    height: 28px;
    margin-left: auto;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--console-line);
    border-radius: 7px;
    background: #fff;
    color: #555;
  }
  .home-recent {
    position: relative;
    z-index: 1;
  }
  .home-recent-heading {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
  }
  .home-recent-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .home-recent-card {
    display: flex;
    min-width: 0;
    min-height: 154px;
    flex-direction: column;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
    transition: border-color 120ms ease, box-shadow 120ms ease;
  }
  .home-recent-card:hover {
    border-color: var(--pri-brd);
    box-shadow: var(--sh-sm);
  }
  .home-recent-card > header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px 13px;
  }
  .home-recent-card h3 {
    overflow: hidden;
    color: var(--ink);
    font-size: 14px;
    font-weight: 610;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-recent-date {
    display: block;
    margin-top: 2px;
    color: var(--ink);
    font-size: 11.5px;
    font-variant-numeric: tabular-nums;
  }
  .home-recent-capability {
    min-width: 0;
    flex: 1;
    padding: 0 16px 14px;
  }
  .home-recent-capability p {
    overflow: hidden;
    color: var(--ink);
    font-size: 13.5px;
    font-weight: 570;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-recent-capability code {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    color: var(--ink);
    font-family: var(--font-mono);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-recent-card > a {
    display: flex;
    min-height: 43px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 16px;
    border-top: 1px solid var(--brd);
    color: var(--pri);
    font-size: 12.5px;
    font-weight: 590;
  }
  .home-prompt-backdrop {
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(3px);
  }
  .home-prompt-modal {
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border: 1px solid var(--brd-strong);
    border-radius: 6px;
    background: var(--bg);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
  }
  .home-prompt-modal > header {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 22px 17px;
    border-bottom: 1px solid var(--brd);
  }
  .home-prompt-modal h2 {
    color: var(--ink);
    font-size: 20px;
    font-weight: 630;
    letter-spacing: -0.025em;
  }
  .home-prompt-modal header p:not(.home-eyebrow) {
    margin-top: 4px;
    color: var(--ink);
    font-size: 13px;
  }
  .home-prompt-close {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
    color: var(--ink);
    cursor: pointer;
  }
  .home-prompt-context {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 7px;
    padding: 10px 22px;
    border-bottom: 1px solid var(--brd);
  }
  .home-prompt-context span {
    padding: 4px 8px;
    border: 1px solid var(--brd);
    border-radius: 5px;
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 550;
  }
  .home-prompt-modal pre {
    min-height: 300px;
    flex: 1;
    overflow: auto;
    padding: 20px 22px;
    background: var(--code-bg);
    color: var(--code-ink);
    font-family: var(--font-mono);
    font-size: 12px;
    line-height: 1.7;
    white-space: pre-wrap;
  }
  .home-prompt-modal > footer {
    display: flex;
    min-height: 66px;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 18px 12px 22px;
    border-top: 1px solid var(--brd);
  }
  .home-prompt-modal > footer p {
    color: var(--ink);
    font-size: 11.5px;
  }
  .home-prompt-modal > footer > div {
    display: flex;
    gap: 8px;
  }
  @media (max-width: 1279px) {
    .home-primary-grid {
      grid-template-columns: 1fr;
    }
    .home-starter-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 1099px) {
    .console-summary-strip {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-integration-flow {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-stack-field {
      grid-column: 1 / -1;
    }
    .home-recent-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 699px) {
    .home-page-header {
      flex-direction: column;
    }
    .home-page-actions, .home-page-actions .btn {
      width: 100%;
    }
    .home-page-actions {
      flex-direction: column;
    }
    .console-summary-strip, .home-starter-grid {
      grid-template-columns: 1fr;
    }
    .home-integration-heading {
      padding: 16px;
    }
    .home-integration-heading h2 {
      font-size: 17px;
    }
    .home-integration-flow, .home-recent-grid {
      grid-template-columns: 1fr;
    }
    .home-integration-flow {
      padding: 16px 18px;
    }
    .home-stack-field {
      grid-column: auto;
    }
    .home-integration-action {
      align-items: flex-start;
      flex-direction: column;
      padding: 14px 18px 18px;
    }
    .home-integration-action .btn, .home-key-row .btn {
      width: 100%;
    }
    .home-api-access {
      padding: 18px;
    }
    .home-key-row {
      align-items: stretch;
      flex-direction: column;
    }
    .home-key-summary {
      min-height: 44px;
    }
    .home-recent-heading {
      align-items: flex-start;
    }
    .home-prompt-modal {
      max-height: calc(100vh - 24px);
    }
    .home-prompt-modal > header, .home-prompt-modal > footer {
      padding-right: 16px;
      padding-left: 16px;
    }
    .home-prompt-context, .home-prompt-modal pre {
      padding-right: 16px;
      padding-left: 16px;
    }
    .home-prompt-modal > footer {
      align-items: flex-start;
      flex-direction: column;
    }
    .home-prompt-modal > footer > div, .home-prompt-modal > footer .btn {
      width: 100%;
    }
  }
  @media (max-width: 439px) {
    .home-stack-options button {
      padding-right: 6px;
      padding-left: 6px;
    }
  }
  .api-keys-index .text-muted-foreground, .api-keys-index .text-faint {
    color: var(--ink);
  }
  .api-keys-card {
    overflow: hidden;
    border: 1px solid var(--console-line);
    border-radius: var(--console-radius);
    background: #fff;
    box-shadow: none;
  }
  .api-keys-page-header {
    align-items: center;
  }
  .api-keys-page-header #open-create-key-modal {
    min-height: 42px;
    padding-inline: 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 620;
  }
  .api-keys-card > footer, .api-keys-card thead th {
    background: #f8f8f8;
    color: var(--ink);
  }
  .api-keys-card tbody tr {
    transition: background-color 140ms ease;
  }
  .api-keys-card tbody tr:hover {
    background: #f8faff;
    color: var(--ink);
  }
  .api-keys-card thead th {
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 620;
    letter-spacing: -0.005em;
    text-transform: none;
  }
  .api-keys-card #api-keys {
    font-size: 13.5px;
  }
  .api-keys-card #api-keys td {
    height: 60px;
    padding: 14px 20px;
    line-height: 1.5;
  }
  .api-keys-card > footer {
    padding: 13px 20px;
    border-color: var(--console-line);
    color: #171717;
    font-size: 12.5px;
  }
  .api-keys-card .badge {
    font-size: 12.5px;
  }
  .api-keys-index .input, .api-keys-index .btn, .api-keys-index .badge, .api-keys-index .api-key-created-value, .api-keys-index .empty-state-icon {
    border-radius: 8px;
  }
  .api-keys-index .input {
    height: 38px;
    border-color: var(--brd);
    box-shadow: none;
  }
  .api-keys-index .input::placeholder {
    color: var(--ink);
    opacity: 1;
  }
  .api-keys-index .input:focus {
    border-color: var(--pri);
    box-shadow: 0 0 0 2px var(--pri-tint);
  }
  .api-keys-index .empty-state-icon {
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #1557ff;
  }
  .api-keys-empty-panel {
    margin: 6px;
    padding: 34px 20px;
    border-radius: var(--console-radius);
    background: #f8f8f8;
  }
  .api-key-modal {
    overflow: hidden;
    border: 1px solid var(--console-line-strong);
    border-radius: var(--console-radius);
    background: #fff;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.18);
  }
  .api-key-modal-backdrop {
    border: 0;
    background: rgba(15, 23, 42, 0.3);
  }
  .api-key-modal-close {
    border-radius: 8px;
    background: #fff;
  }
  .api-key-modal-close:hover {
    border-color: var(--brd-strong);
  }
  .api-key-modal label {
    font-size: 13px;
    font-weight: 520;
  }
  .api-key-modal .btn-secondary {
    background: var(--bg);
    box-shadow: none;
  }
  .api-key-success-icon {
    border-color: var(--ok-brd);
    border-radius: 8px;
    background: var(--ok-tint);
    color: var(--ok);
  }
  .api-key-created-value {
    border-radius: 8px;
    color: var(--ink);
    box-shadow: none;
  }
  .auth-canvas {
    background-image: radial-gradient(640px 320px at 50% -80px, var(--halo), transparent 70%), radial-gradient(var(--dotgrid) 1px, transparent 1px);
    background-size: auto, 22px 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animate-spin, .animate-pulse {
    animation: none;
  }
}
@font-face {
  font-family: "Landing Serif";
  src: url("/fonts/hedvig-letters-serif.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Landing Sans";
  src: url("/fonts/bricolage-grotesque.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Landing Figtree";
  src: url("/fonts/figtree.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
.marketing-page, .marketing-page *, .marketing-page *::before, .marketing-page *::after {
  box-sizing: border-box;
}
.marketing-page {
  --landing-navy: #001c52;
  --landing-deep-navy: #001b50;
  --landing-ink: #141414;
  --landing-muted: #999999;
  --landing-pale-blue: #d6e4ff;
  width: 100%;
  padding-top: 85px;
  overflow: hidden;
  color: var(--landing-ink);
  background: #ffffff;
  font-family: "Landing Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: -0.03em;
}
.marketing-page button, .marketing-page input, .marketing-page select, .marketing-page textarea {
  font: inherit;
}
.marketing-page a {
  color: inherit;
  text-decoration: none;
}
.landing-container {
  width: min(1150px, calc(100% - 40px));
  margin-inline: auto;
}
.landing-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: 85px;
  background: #ffffff;
}
.marketing-page [id] {
  scroll-margin-top: 85px;
}
.landing-nav {
  display: flex;
  height: 85px;
  align-items: center;
  justify-content: space-between;
}
.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--landing-navy);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
.landing-brand img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.landing-pill {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 2px 14px;
  border: 2px solid var(--landing-navy);
  border-radius: 999px;
  background: #ffffff;
  color: #141414 !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.landing-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 28, 82, 0.13);
}
.landing-pill-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-navy);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.landing-header-cta {
  background: var(--landing-navy);
  color: #ffffff !important;
}
.landing-header-cta .landing-pill-arrow {
  background: #ffffff;
  color: var(--landing-navy);
}
.landing-menu-button, .landing-mobile-menu {
  display: none;
}
.landing-hero {
  position: relative;
  height: 580px;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--landing-navy);
  background-image: url("/images/landing/hero-background.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ffffff;
}
.landing-hero::after, .landing-service-card::after, .landing-case::after {
  position: absolute;
  inset: 0;
  background: url("/images/landing/noise.png") repeat;
  content: "";
  opacity: 0.09;
  pointer-events: none;
}
.landing-hero-content {
  position: relative;
  z-index: 1;
  width: 635px;
  padding: 34px 36px;
}
.landing-rating {
  display: flex;
  height: 80px;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.landing-rating img {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.landing-stars, .landing-testimonial-stars {
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 2px;
}
.landing-hero h1 {
  max-width: 563px;
  margin: 28px 0 20px;
  font-family: "Landing Serif", Georgia, serif;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.landing-hero-content > p {
  max-width: 545px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.5;
}
.landing-hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}
.landing-text-link {
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 600;
}
.landing-partners {
  padding: 62px 0 131px;
  text-align: center;
}
.landing-partners h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
.landing-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 54px;
}
.landing-logo-grid img {
  width: 120px;
  height: 42px;
  flex: 0 0 120px;
  object-fit: contain;
}
.landing-logo-grid img:nth-child(1) {
  width: 78px;
  flex-basis: 78px;
}
.landing-logo-grid img:nth-child(2) {
  width: 100px;
  flex-basis: 100px;
}
.landing-logo-grid img:nth-child(4), .landing-logo-grid img:nth-child(6), .landing-logo-grid img:nth-child(n + 10) {
  width: 150px;
  flex-basis: 150px;
}
.landing-logo-grid img:first-child {
  padding: 6px;
  border-radius: 4px;
  background: #050505;
}
.landing-display-title {
  margin: 0;
  font-family: "Landing Serif", Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.35;
  text-align: center;
}
.landing-services {
  padding-bottom: 134px;
}
.landing-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 78px;
}
.landing-service-card {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  padding: 48px 50px;
  border-radius: 10px;
  background-color: #0b0b0d;
  background-image: linear-gradient(180deg, rgba(0, 21, 62, 0.2), rgba(9, 9, 11, 0.94) 77%), url("/images/landing/blue-fabric.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 24px rgba(0, 28, 82, 0.08);
  color: #ffffff;
}
.landing-service-card > * {
  position: relative;
  z-index: 1;
}
.landing-service-card h3 {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
}
.landing-service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.52;
}
.landing-industries {
  padding-bottom: 155px;
}
.landing-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 64px;
  margin-top: 76px;
}
.landing-industry-grid article {
  padding-inline: 32px;
  text-align: center;
}
.landing-industry-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: 0 auto 28px;
  place-items: center;
  border-radius: 12px;
  background: var(--landing-navy);
  box-shadow: 0 8px 22px rgba(0, 28, 82, 0.17);
}
.landing-industry-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
}
.landing-industry-grid h3 {
  margin: 0 0 9px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.25;
}
.landing-industry-grid p {
  max-width: 310px;
  margin: 0 auto;
  color: var(--landing-muted);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.38;
}
.landing-flow {
  overflow: hidden;
  padding: 10px;
  border-radius: 26px;
  background: var(--landing-pale-blue);
}
.landing-flow-main {
  display: grid;
  min-height: 590px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 24px;
  background: var(--landing-navy);
  color: #ffffff;
}
.landing-flow-art {
  position: relative;
  min-height: 590px;
}
.landing-flow-art img {
  position: absolute;
  inset: 38px -8px auto 12px;
  width: 535px;
  height: 600px;
  max-width: none;
  object-fit: contain;
}
.landing-flow-copy {
  align-self: center;
  padding: 55px 30px 46px 4px;
}
.landing-flow-copy h2 {
  max-width: 520px;
  margin: 0 0 34px;
  font-family: "Landing Serif", Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.35;
}
.landing-flow-copy ul {
  display: grid;
  gap: 20px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.landing-flow-copy li {
  position: relative;
  padding-left: 43px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
}
.landing-flow-copy li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0e695c;
  content: "✓";
  font-family: Arial, sans-serif;
  font-size: 17px;
}
.landing-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 25px 22px 20px;
  color: #0c5a50;
  text-align: center;
}
.landing-stats div {
  display: flex;
  flex-direction: column;
}
.landing-stats strong {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.landing-stats span {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 500;
}
.landing-pillars {
  padding: 111px 0 70px;
}
.landing-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--landing-navy);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.landing-eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}
.landing-section-intro {
  max-width: 690px;
  margin: 17px auto 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}
.landing-pillar-list {
  position: relative;
  width: 1000px;
  margin: 110px auto 0;
}
.landing-pillar-list::before {
  position: absolute;
  top: -42px;
  bottom: 130px;
  left: 50%;
  width: 1px;
  background: rgba(0, 28, 82, 0.18);
  content: "";
}
.landing-pillar {
  position: relative;
  display: grid;
  min-height: 355px;
  grid-template-columns: 455px 1fr;
  column-gap: 90px;
  align-items: center;
}
.landing-pillar-image {
  grid-column: 1;
  overflow: hidden;
  border: 18px solid var(--landing-navy);
  border-radius: 14px;
  background: var(--landing-navy);
}
.landing-pillar-image img {
  display: block;
  width: 100%;
  height: 249px;
  object-fit: cover;
}
.landing-pillar-number {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: calc(50% - 15px);
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-navy);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.landing-pillar-copy {
  grid-column: 2;
}
.landing-pillar-copy h3 {
  margin: 0 0 17px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.25;
}
.landing-pillar-copy p {
  margin: 0;
  color: #666666;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
}
.landing-pillar-reverse {
  grid-template-columns: 1fr 455px;
}
.landing-pillar-reverse .landing-pillar-image {
  grid-column: 2;
}
.landing-pillar-reverse .landing-pillar-copy {
  grid-row: 1;
  grid-column: 1;
}
.landing-comparison {
  padding-bottom: 94px;
}
.landing-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.landing-comparison-heading {
  width: 600px;
  margin: 0 auto 52px;
  letter-spacing: -0.04em;
  line-height: 1;
  text-align: center;
}
.landing-comparison-heading h2, .landing-comparison-heading p {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.landing-comparison-heading p {
  color: #999999;
}
.landing-comparison-card {
  display: grid;
  width: 1010px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-inline: auto;
  border-radius: 40px;
  background: var(--landing-navy);
  box-shadow: 0 12px 28px rgba(0, 28, 82, 0.06);
}
.landing-compare-column {
  min-height: 620px;
  padding: 43px 40px 35px;
}
.landing-compare-column > h3 {
  margin: 0 0 30px;
  font-size: 25px;
  font-weight: 600;
}
.landing-compare-old {
  color: #ffffff;
}
.landing-compare-new {
  margin: 4px;
  border-radius: 36px;
  background: #ffffff;
  color: #141414;
}
.landing-compare-item {
  display: grid;
  grid-template-columns: 23px 1fr;
  gap: 14px;
  margin-bottom: 22px;
}
.landing-compare-item > span {
  display: grid;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c6a5d;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.landing-compare-new .landing-compare-item > span {
  background: var(--landing-navy);
  color: #ffffff;
}
.landing-compare-item h4 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.landing-compare-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.landing-compare-new .landing-compare-item p {
  color: #666666;
}
.landing-case-studies {
  padding: 0 0 28px;
  background: #ffffff;
}
.landing-case-studies .landing-display-title {
  margin-bottom: 72px;
}
.landing-case-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 340px 580px 340px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.landing-case {
  position: relative;
  display: flex;
  height: 405px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 24px;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.landing-case > * {
  position: relative;
  z-index: 1;
}
.landing-case::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 22, 70, 0.06), rgba(8, 8, 10, 0.86));
  content: "";
}
.landing-case h3 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.landing-case p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
.landing-case-active {
  display: grid;
  grid-template-columns: 0 1fr 0;
  align-items: center;
  background-image: var(--case-image);
}
.landing-case-active > .landing-case-arrow {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--landing-navy);
  color: #ffffff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 24px;
}
.landing-case-arrow-previous {
  left: -45px;
}
.landing-case-arrow-next {
  right: -4px;
}
.landing-case-dots {
  display: none;
}
.landing-case-side {
  height: 285px;
  border-radius: 18px;
  background-image: url("/images/landing/case-photo.jpg");
  opacity: 0.42;
  transform: perspective(900px) rotateY(4deg);
}
.landing-case-right {
  transform: perspective(900px) rotateY(-4deg);
}
.landing-case-side h3 {
  font-size: 17px;
}
.landing-case-side p {
  font-size: 13px;
}
.landing-testimonials {
  padding: 64px 0 74px;
  background: var(--landing-navy);
  color: #ffffff;
}
.landing-eyebrow-light {
  justify-content: flex-start;
  color: #ffffff;
}
.landing-testimonial-heading {
  display: grid;
  grid-template-columns: 500px 1fr;
  align-items: start;
  gap: 95px;
}
.landing-testimonial-heading h2, .landing-contact h2 {
  margin: 0;
  font-family: "Landing Serif", Georgia, serif;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.landing-testimonial-heading p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}
.landing-testimonial-viewport {
  overflow: hidden;
  margin-top: 66px;
  padding-left: 10px;
}
.landing-testimonial-track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation: landing-testimonial-marquee 120s linear infinite;
}
.landing-testimonial-viewport:hover .landing-testimonial-track, .landing-testimonial-track:focus-within {
  animation-play-state: paused;
}
@keyframes landing-testimonial-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 15px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-testimonial-viewport {
    overflow-x: auto;
  }
  .landing-testimonial-track {
    animation: none;
  }
}
.landing-testimonial-card {
  position: relative;
  width: var(--testimonial-width, 452px);
  height: 298px;
  min-height: 0;
  overflow: hidden;
  flex: 0 0 var(--testimonial-width, 452px);
  padding: 28px 15px 30px;
  border-radius: 28px;
  background: #ffffff;
  color: #555555;
}
.landing-testimonial-stars {
  color: #ffbe53;
  font-size: 18px;
  line-height: 22px;
}
.landing-testimonial-card blockquote {
  margin: 5px 0 0;
  color: #333333;
  font-family: "Landing Figtree", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.9;
}
.landing-testimonial-card footer {
  position: absolute;
  right: 15px;
  bottom: 30px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.landing-testimonial-card footer img {
  width: 50px;
  height: 50px;
}
.landing-testimonial-card footer div {
  display: flex;
  flex-direction: column;
}
.landing-testimonial-card footer strong {
  color: #141414;
  font-family: "Landing Figtree", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.landing-testimonial-card footer span {
  color: #a1a1a1;
  font-family: "Landing Figtree", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
.landing-faq {
  padding: 64px 0 63px;
}
.landing-faq .landing-display-title {
  margin-bottom: 58px;
}
.landing-faq-list {
  width: 570px;
  margin: 0 auto;
}
.landing-faq-item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.07);
}
.landing-faq-item button {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: #141414;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-align: left;
}
.landing-faq-item button i {
  display: grid;
  width: 25px;
  height: 25px;
  flex: none;
  place-items: center;
  border-radius: 50%;
  background: var(--landing-navy);
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  transition: transform 150ms ease;
}
.landing-faq-item button[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.landing-faq-item > p {
  margin: -2px 42px 18px 0;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}
.landing-contact {
  min-height: 700px;
  padding: 0;
  background: #0f0e24;
  color: #ffffff;
}
.landing-contact-inner {
  display: grid;
  grid-template-columns: 560px 530px;
  gap: 60px;
  align-items: center;
}
.landing-contact-copy .landing-eyebrow {
  margin-bottom: 22px;
}
.landing-contact-copy h2 {
  max-width: 450px;
  margin-bottom: 42px;
}
.landing-contact-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.landing-contact-fields > div {
  margin: 0;
}
.landing-contact-fields > div:nth-child(5) {
  grid-column: 1 / -1;
}
.landing-contact-fields label {
  display: none;
}
.landing-contact-fields .input {
  height: 52px;
  border: 0;
  border-radius: 11px;
  background: #1b1a33;
  box-shadow: none;
  color: #ffffff;
  font-family: "Landing Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.landing-contact-fields .input::placeholder {
  color: rgba(255, 255, 255, 0.88);
}
.landing-contact-fields select.input {
  color-scheme: dark;
}
.landing-contact-fields textarea.input {
  height: 116px;
  resize: vertical;
}
.landing-submit {
  display: inline-flex;
  height: 44px;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  padding: 2px 3px 2px 20px;
  border: 0;
  border-radius: 999px;
  background: #1b1a33;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}
.landing-contact-error {
  margin: 12px 0 -6px;
  color: #ffb4b4;
  font-size: 13px;
  font-weight: 500;
}
.landing-submit i {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0c6a5d;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
}
.landing-contact-art {
  display: block;
  width: 530px;
  height: 700px;
  object-fit: cover;
}
.landing-footer {
  padding: 90px 0 101px;
  background: #ffffff;
  color: #4f4f4f;
}
.landing-footer-grid {
  display: grid;
  grid-template-columns: 1fr 160px 220px;
  gap: 60px;
}
.landing-footer .landing-brand {
  transform: scale(0.72);
  transform-origin: left center;
}
.landing-footer-brand > p {
  margin: 13px 0 0;
  font-size: 12px;
  line-height: 1.45;
}
.landing-footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  font-size: 12px;
}
.landing-footer-grid h2 {
  margin: 0 0 6px;
  color: #141414;
  font-size: 13px;
  font-weight: 600;
}
.landing-footer-grid a:hover {
  color: var(--landing-navy);
}
.landing-footer-bottom {
  display: flex;
  gap: 40px;
  margin-top: 36px;
  font-size: 10px;
}
@media (max-width: 809px) {
  .landing-container {
    width: min(370px, calc(100% - 20px));
  }
  .marketing-page {
    padding-top: 74px;
  }
  .marketing-page [id] {
    scroll-margin-top: 74px;
  }
  .landing-header, .landing-nav {
    height: 74px;
  }
  .landing-brand {
    gap: 3px;
    font-size: 15px;
  }
  .landing-brand img {
    width: 23px;
    height: 23px;
  }
  .landing-header-cta {
    display: none;
  }
  .landing-menu-button {
    display: flex;
    width: 32px;
    height: 32px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .landing-menu-button span {
    width: 16px;
    height: 1.5px;
    background: var(--landing-navy);
  }
  .landing-mobile-menu {
    position: absolute;
    z-index: 20;
    top: 61px;
    right: 10px;
    display: flex;
    width: 180px;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(0, 28, 82, 0.13);
  }
  .landing-mobile-menu a {
    padding: 8px 10px;
    border-radius: 7px;
    color: var(--landing-navy);
    font-weight: 600;
  }
  .landing-hero {
    height: 650px;
    border-radius: 20px;
    background-image: none;
  }
  .landing-hero-content {
    width: 100%;
    padding: 28px 22px 24px;
  }
  .landing-rating {
    height: 72px;
    gap: 8px;
    font-size: 11px;
  }
  .landing-rating img {
    width: 66px;
    height: 66px;
  }
  .landing-stars {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .landing-hero h1 {
    margin: 49px 0 18px;
    font-size: 40px;
    line-height: 1.25;
  }
  .landing-hero-content > p {
    font-size: 15px;
    line-height: 1.5;
  }
  .landing-hero-actions {
    gap: 16px;
    margin-top: 28px;
  }
  .landing-pill {
    min-height: 34px;
    padding-left: 10px;
    font-size: 12px;
  }
  .landing-pill-arrow {
    width: 27px;
    height: 27px;
    font-size: 16px;
  }
  .landing-text-link {
    font-size: 12px;
  }
  .landing-partners {
    padding: 45px 0 90px;
  }
  .landing-partners h2 {
    font-size: 17px;
  }
  .landing-logo-grid {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 18px;
    margin-top: 30px;
    overflow: hidden;
  }
  .landing-logo-grid img, .landing-logo-grid img:nth-child(1), .landing-logo-grid img:nth-child(2), .landing-logo-grid img:nth-child(4), .landing-logo-grid img:nth-child(6), .landing-logo-grid img:nth-child(n + 10) {
    width: 76px;
    height: 25px;
    flex-basis: 76px;
  }
  .landing-display-title {
    font-size: 28px;
    line-height: 1.35;
  }
  .landing-services {
    width: 100%;
    padding-bottom: 147px;
  }
  .landing-services > .landing-display-title {
    width: 370px;
    margin-inline: auto;
  }
  .landing-service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 109px;
  }
  .landing-service-card {
    min-height: 337px;
    padding: 42px 30px;
    border-radius: 0;
  }
  .landing-service-card:nth-child(2) {
    min-height: 363px;
  }
  .landing-service-card:nth-child(2) h3 {
    max-width: 260px;
  }
  .landing-service-card h3 {
    margin-bottom: 18px;
    font-size: 22px;
  }
  .landing-service-card p {
    font-size: 16px;
    line-height: 1.5;
  }
  .landing-industries {
    padding-bottom: 96px;
  }
  .landing-industry-grid {
    grid-template-columns: 1fr;
    row-gap: 101px;
    margin-top: 60px;
  }
  .landing-industry-grid article {
    padding-inline: 28px;
  }
  .landing-industry-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
  }
  .landing-industry-icon svg {
    width: 23px;
    height: 23px;
  }
  .landing-industry-grid h3 {
    font-size: 18px;
  }
  .landing-industry-grid p {
    max-width: 270px;
    font-size: 14px;
  }
  .landing-flow {
    width: 370px;
    padding: 7px;
    border-radius: 18px;
  }
  .landing-flow-main {
    display: flex;
    min-height: 549px;
    flex-direction: column;
    border-radius: 14px;
  }
  .landing-flow-art {
    order: 2;
    min-height: 189px;
  }
  .landing-flow-art img {
    top: -40px;
    left: 14px;
    width: 320px;
    height: 360px;
  }
  .landing-flow-copy {
    order: 1;
    padding: 26px 20px 0;
  }
  .landing-flow-copy h2 {
    margin-bottom: 22px;
    font-size: 28px;
    line-height: 1.35;
    text-align: center;
  }
  .landing-flow-copy ul {
    gap: 12px;
    margin-bottom: 18px;
  }
  .landing-flow-copy li {
    padding-left: 30px;
    font-size: 12px;
    line-height: 1.35;
  }
  .landing-flow-copy li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .landing-flow-copy .landing-pill {
    margin-left: 30px;
  }
  .landing-stats {
    grid-template-columns: repeat(4, 1fr);
    padding: 16px 5px 12px;
  }
  .landing-stats strong {
    font-size: 22px;
  }
  .landing-stats span {
    font-size: 9px;
  }
  .landing-pillars {
    padding: 88px 0 113px;
  }
  .landing-eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }
  .landing-eyebrow::before {
    width: 6px;
    height: 6px;
  }
  .landing-section-intro {
    margin-top: 14px;
    padding-inline: 14px;
    font-size: 13px;
  }
  .landing-pillar-list {
    width: 100%;
    margin-top: 72px;
  }
  .landing-pillar-list::before {
    top: -26px;
    bottom: 180px;
    left: 10px;
  }
  .landing-pillar, .landing-pillar-reverse {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 41px;
    padding-left: 30px;
  }
  .landing-pillar-image, .landing-pillar-reverse .landing-pillar-image {
    order: 1;
    width: 100%;
    border-width: 12px;
    border-radius: 10px;
  }
  .landing-pillar-image img {
    height: 205px;
  }
  .landing-pillar-number {
    top: 95px;
    left: -3px;
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  .landing-pillar-copy, .landing-pillar-reverse .landing-pillar-copy {
    order: 2;
    margin-top: 28px;
  }
  .landing-pillar-copy h3 {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .landing-pillar-copy p {
    font-size: 14px;
  }
  .landing-comparison {
    width: 100%;
    padding-bottom: 100px;
  }
  .landing-comparison-heading {
    width: 390px;
    margin-bottom: 48px;
    text-align: center;
  }
  .landing-comparison-heading h2, .landing-comparison-heading p {
    font-size: 32px;
    line-height: 1;
  }
  .landing-comparison-card {
    width: 370px;
    grid-template-columns: 1fr;
    margin-inline: auto;
    border-radius: 22px;
  }
  .landing-compare-column {
    min-height: 0;
    padding: 55px 25px 45px;
  }
  .landing-compare-column > h3 {
    margin-bottom: 26px;
    font-size: 21px;
  }
  .landing-compare-new {
    margin: 4px;
    border-radius: 19px;
  }
  .landing-compare-item {
    gap: 11px;
    margin-bottom: 46px;
  }
  .landing-compare-item h4 {
    font-size: 17px;
  }
  .landing-compare-item p {
    font-size: 13px;
  }
  .landing-case-studies {
    padding-bottom: 52px;
  }
  .landing-case-studies .landing-display-title {
    margin-bottom: 48px;
  }
  .landing-case-carousel {
    display: block;
  }
  .landing-case-side {
    display: none;
  }
  .landing-case-active {
    width: 350px;
    height: 405px;
    margin-inline: auto;
    padding: 28px 24px;
  }
  .landing-case h3 {
    font-size: 20px;
  }
  .landing-case p {
    font-size: 14px;
  }
  .landing-case-active > .landing-case-arrow {
    display: none;
  }
  .landing-case-dots {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 50%;
    display: flex;
    gap: 6px;
    transform: translateX(-50%);
  }
  .landing-case-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.48);
    cursor: pointer;
  }
  .landing-case-dots button.is-active {
    background: #ffffff;
  }
  .landing-testimonials {
    padding: 19px 0 50px;
  }
  .landing-testimonial-heading {
    display: block;
  }
  .landing-testimonial-heading h2 {
    font-size: 38px;
    line-height: 1.35;
  }
  .landing-testimonial-heading p {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.55;
  }
  .landing-testimonial-track {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    padding-left: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .landing-testimonial-track::-webkit-scrollbar {
    display: none;
  }
  .landing-testimonial-card:nth-child(n) {
    width: 341px;
    height: 239px;
    min-height: 0;
    flex: 0 0 341px;
    padding: 12px 15px 20px;
    border-radius: 15px;
    scroll-snap-align: start;
  }
  .landing-testimonial-stars {
    font-size: 16px;
    line-height: 19.5px;
  }
  .landing-testimonial-card blockquote {
    margin-top: 4px;
    font-size: 13px;
    line-height: 19.5px;
  }
  .landing-testimonial-card footer {
    right: 15px;
    bottom: 20px;
    left: 15px;
    gap: 12px;
  }
  .landing-testimonial-card footer img {
    width: 42px;
    height: 42px;
  }
  .landing-testimonial-card footer strong {
    font-size: 14px;
    line-height: 22.4px;
  }
  .landing-testimonial-card footer span {
    font-size: 12px;
    line-height: 19.2px;
  }
  .landing-faq {
    padding: 62px 0 124px;
  }
  .landing-faq .landing-display-title {
    margin-bottom: 45px;
  }
  .landing-faq-list {
    width: 350px;
  }
  .landing-faq-item button {
    min-height: 60px;
    font-size: 15px;
    line-height: 1.3;
  }
  .landing-faq-item > p {
    font-size: 13px;
  }
  .landing-contact {
    min-height: 600px;
    padding: 55px 0 45px;
  }
  .landing-contact-inner {
    display: block;
  }
  .landing-contact-copy h2 {
    margin-bottom: 34px;
    font-size: 34px;
    line-height: 1.35;
  }
  .landing-contact-fields {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .landing-contact-fields .input {
    height: 48px;
    font-size: 12px;
  }
  .landing-contact-fields textarea.input {
    height: 105px;
  }
  .landing-submit {
    height: 40px;
    margin-top: 14px;
    font-size: 12px;
  }
  .landing-submit i {
    width: 32px;
    height: 32px;
  }
  .landing-contact-art {
    display: none;
  }
  .landing-footer {
    padding: 45px 0 64px;
  }
  .landing-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .landing-footer .landing-brand {
    transform: none;
    font-size: 23px;
  }
  .landing-footer .landing-brand img {
    width: 37px;
    height: 37px;
  }
  .landing-footer-brand > p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.45;
  }
  .landing-footer-grid > div:not(:first-child) {
    gap: 10px;
    font-size: 16px;
  }
  .landing-footer-grid h2 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .landing-footer-bottom {
    gap: 22px;
    margin-top: 30px;
    font-size: 13px;
  }
}
@font-face {
  font-family: "Outfit";
  src: url("/fonts/outfit-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Outfit";
  src: url("/fonts/outfit-500.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Google Sans Flex";
  src: url("/fonts/google-sans-flex-var.woff2") format("woff2-variations");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}
.agentic-landing {
  --agent-font: "Google Sans Flex", Arial, sans-serif;
  --agent-ink: #171717;
  --agent-paper: #fff;
  --agent-white: #fff;
  --agent-blue: #1557ff;
  --agent-blue-dark: #0c3fd0;
  --agent-line: #d7d4cd;
  --agent-soft-line: #e7e4dc;
  --agent-muted: #696863;
  --agent-night: #151517;
  --agent-night-line: #343438;
  width: 100%;
  overflow: hidden;
  background: var(--agent-paper);
  color: var(--agent-ink);
  font-family: var(--agent-font);
  font-size: 16px;
  letter-spacing: -0.018em;
  line-height: 1.45;
}
.agentic-landing h1, .agentic-landing h2, .agentic-landing h3 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.agentic-landing, .agentic-landing *, .agentic-landing *::before, .agentic-landing *::after {
  box-sizing: border-box;
}
.agentic-landing a {
  color: inherit;
  text-decoration: none;
}
.agentic-landing button, .agentic-landing input {
  font: inherit;
}
.agentic-landing [id] {
  scroll-margin-top: 86px;
}
.agentic-wrap {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}
.agentic-nav-shell {
  position: relative;
  z-index: 40;
  border-bottom: 1px solid var(--agent-line);
  background: #fff;
}
.agentic-nav {
  display: grid;
  min-height: 76px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
}
.agentic-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.agentic-brand-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
.agentic-brand-mark img {
  width: 24px;
  height: 26px;
  object-fit: contain;
}
.agentic-nav-links, .agentic-nav-actions {
  display: flex;
  align-items: center;
}
.agentic-nav-links {
  gap: 28px;
  color: #4e4d49;
  font-size: 13px;
  font-weight: 560;
}
.agentic-nav-links a, .agentic-nav-login {
  transition: color 140ms ease;
}
.agentic-nav-links a:hover, .agentic-nav-login:hover {
  color: var(--agent-blue);
}
.agentic-nav-actions {
  justify-content: flex-end;
  gap: 18px;
}
.agentic-nav-login {
  font-size: 13px;
  font-weight: 600;
}
.agentic-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -0.018em;
  transition: transform 140ms ease, background-color 140ms ease, border-color 140ms ease;
}
.agentic-button:hover {
  transform: translateY(-1px);
}
.agentic-button-dark {
  border-color: var(--agent-night);
  background: var(--agent-night);
  color: #fff !important;
}
.agentic-button-dark:hover {
  background: #252529;
}
.agentic-button-primary {
  border-color: var(--agent-blue);
  background: var(--agent-blue);
  color: #fff !important;
}
.agentic-button-primary:hover {
  border-color: var(--agent-blue-dark);
  background: var(--agent-blue-dark);
}
.agentic-button-light {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
}
.agentic-hero {
  display: flex;
  min-height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 72px;
  padding-block: 96px 104px;
  text-align: center;
}
.agentic-hero-copy {
  display: flex;
  width: 100%;
  max-width: 760px;
  flex-direction: column;
  align-items: center;
}
.agentic-kicker, .agentic-eyebrow {
  margin: 0;
  color: var(--agent-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.agentic-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}
.agentic-kicker > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--agent-blue);
}
.agentic-hero h1 {
  max-width: 820px;
  margin: 26px 0 0;
  color: #1b181c;
  font-family: "Outfit", sans-serif;
  font-size: 78px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -3px;
  line-height: 1.06;
  text-align: center;
  text-wrap: balance;
}
.agentic-hero-lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: #4b4a46;
  font-size: 19px;
  font-weight: 450;
  letter-spacing: -0.025em;
  line-height: 1.55;
}
.agentic-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 35px;
}
.agentic-text-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #999791;
  padding-block: 7px 6px;
  font-size: 13px;
  font-weight: 650;
  transition: border-color 140ms ease, color 140ms ease;
}
.agentic-text-link:hover {
  border-color: var(--agent-blue);
  color: var(--agent-blue);
}
.agentic-hero-product {
  position: relative;
  width: min(840px, calc(100% - 48px));
  border: 1px solid #2b2b2e;
  border-radius: 19px;
  background: var(--agent-night);
  box-shadow: 18px 24px 0 #dedbd3;
  color: #fff;
}
.agentic-hero-product::before {
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: -34px;
  width: 54%;
  height: 68%;
  border-right: 1px solid #c8c5bd;
  border-bottom: 1px solid #c8c5bd;
  content: "";
}
.agentic-product-bar {
  display: grid;
  min-height: 56px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid var(--agent-night-line);
  color: #a8a8ad;
  font-size: 11px;
}
.agentic-window-controls {
  display: flex;
  gap: 5px;
}
.agentic-window-controls i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4c4c51;
}
.agentic-product-bar > span:nth-child(2) {
  color: #ececef;
  font-weight: 600;
}
.agentic-connected {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
}
.agentic-connected i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4be488;
  box-shadow: 0 0 0 3px rgba(75, 228, 136, 0.1);
}
.agentic-agent-request {
  margin: 24px 24px 0;
  padding: 19px 20px 21px;
  border: 1px solid #414146;
  border-radius: 12px;
  background: #202024;
}
.agentic-request-label {
  color: #8e8e95;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agentic-agent-request p {
  max-width: 490px;
  margin: 9px 0 0;
  color: #f2f2f3;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.45;
}
.agentic-tool-activity {
  padding: 22px 24px 25px;
}
.agentic-activity-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #929299;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.agentic-activity-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 2px;
  border-bottom: 1px solid #303034;
}
.agentic-activity-row > div {
  min-width: 0;
}
.agentic-activity-row strong, .agentic-activity-row code {
  display: block;
}
.agentic-activity-row strong {
  color: #efeff1;
  font-size: 13px;
  font-weight: 600;
}
.agentic-activity-row code {
  overflow: hidden;
  margin-top: 2px;
  color: #87878e;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-activity-state {
  padding: 5px 8px;
  border: 1px solid #3a5a45;
  border-radius: 999px;
  color: #6fe49a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.agentic-product-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 24px;
  border-top: 1px solid var(--agent-night-line);
  color: #77777d;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.agentic-proof {
  border-block: 1px solid var(--agent-line);
  background: #fff;
}
.agentic-proof-inner {
  display: grid;
  min-height: 144px;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 60px;
}
.agentic-proof-inner > p {
  max-width: 250px;
  margin: 0;
  color: #5d5c57;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
}
.agentic-proof dl {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
}
.agentic-proof dl > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 34px;
  border-left: 1px solid var(--agent-line);
}
.agentic-proof dt {
  font-size: 34px;
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 1;
}
.agentic-proof dd {
  margin: 8px 0 0;
  color: var(--agent-muted);
  font-size: 11px;
  font-weight: 600;
}
.agentic-tools, .agentic-use-cases {
  padding-block: 144px;
}
.agentic-section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: start;
  gap: 42px;
}
.agentic-section-heading h2 {
  max-width: 680px;
  margin: -8px 0 0;
  font-size: clamp(50px, 4.6vw, 72px);
  letter-spacing: -4px;
  line-height: 1.02;
}
.agentic-section-heading > p:last-child {
  margin: 0;
  color: var(--agent-muted);
  font-size: 14px;
  line-height: 1.6;
}
.agentic-tool-index {
  margin-top: 76px;
  border-top: 1px solid var(--agent-ink);
}
.agentic-tool-index-head, .agentic-tool-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(360px, 1.5fr) minmax(140px, 0.55fr) 28px;
  align-items: center;
  gap: 24px;
}
.agentic-tool-index-head {
  min-height: 44px;
  color: #77756f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agentic-tool-row {
  min-height: 92px;
  border-top: 1px solid var(--agent-soft-line);
  transition: background-color 140ms ease;
}
.agentic-tool-row:hover {
  background: rgba(255, 255, 255, 0.56);
}
.agentic-tool-source {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 14px;
}
.agentic-tool-source strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.agentic-capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.agentic-capability-list span {
  padding: 6px 9px;
  border: 1px solid var(--agent-line);
  border-radius: 6px;
  background: #fff;
  color: #5b5a56;
  font-size: 10px;
  font-weight: 600;
}
.agentic-tool-category {
  color: #66645f;
  font-size: 11px;
  font-weight: 550;
}
.agentic-tool-row > a {
  font-size: 18px;
  text-align: right;
  transition: color 140ms ease, transform 140ms ease;
}
.agentic-tool-row > a:hover {
  color: var(--agent-blue);
  transform: translate(1px, -1px);
}
.agentic-tools-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--agent-soft-line);
}
.agentic-tools-footer > p {
  max-width: 450px;
  margin: 0;
  color: var(--agent-muted);
  font-size: 12px;
}
.agentic-access {
  padding-block: 140px;
  background: var(--agent-night);
  color: #fff;
}
.agentic-section-heading-light > p:last-child {
  color: #96969b;
}
.agentic-access-stage {
  display: grid;
  min-height: 480px;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: stretch;
  margin-top: 76px;
  border-block: 1px solid var(--agent-night-line);
}
.agentic-access-rail {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 38px 32px 36px 0;
}
.agentic-access-rail-api {
  padding-right: 0;
  padding-left: 32px;
}
.agentic-access-number {
  color: #66666c;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}
.agentic-access-rail > div > p:first-child {
  margin: 0;
  color: #6d95ff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agentic-access-rail h3 {
  margin: 24px 0 0;
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1.08;
}
.agentic-access-rail h3 + p {
  margin: 20px 0 0;
  color: #96969b;
  font-size: 13px;
  line-height: 1.6;
}
.agentic-access-rail a {
  display: inline-flex;
  gap: 8px;
  margin-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #58585e;
  font-size: 11px;
  font-weight: 650;
}
.agentic-access-visual {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-inline: 1px solid var(--agent-night-line);
  background-image: linear-gradient(#28282c 1px, transparent 1px), linear-gradient(90deg, #28282c 1px, transparent 1px);
  background-size: 44px 44px;
}
.agentic-access-visual::after {
  position: absolute;
  inset: 0;
  background: rgba(21, 21, 23, 0.76);
  content: "";
}
.agentic-orbit-label, .agentic-connection-line, .agentic-core, .agentic-source-cloud {
  position: relative;
  z-index: 1;
}
.agentic-orbit-label {
  padding: 8px 14px;
  border: 1px solid #3b3b40;
  border-radius: 999px;
  background: #1e1e21;
  color: #c8c8cc;
  font-size: 10px;
  font-weight: 650;
}
.agentic-connection-line {
  width: 1px;
  height: 42px;
  background: #4b4b51;
}
.agentic-core {
  display: grid;
  width: 116px;
  height: 116px;
  place-items: center;
  border: 1px solid #4a5f99;
  border-radius: 30px;
  background: #1c2540;
  box-shadow: 0 0 0 12px rgba(21, 87, 255, 0.06);
}
.agentic-core .agentic-brand-mark {
  width: 31px;
  height: 31px;
}
.agentic-core strong {
  margin-top: -10px;
  font-size: 13px;
}
.agentic-core > span:last-child {
  margin-top: -18px;
  color: #7ca0ff;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.1em;
}
.agentic-source-cloud {
  display: flex;
  gap: 9px;
  margin-top: 47px;
}
.agentic-source-cloud > span {
  display: flex;
  padding: 6px;
  border: 1px solid #36363b;
  border-radius: 15px;
  background: #1d1d20;
}
.agentic-managed {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
  gap: 120px;
  padding-block: 150px;
}
.agentic-managed-intro h2 {
  max-width: 550px;
  margin: 23px 0 0;
  font-size: clamp(54px, 5vw, 78px);
  letter-spacing: -4.5px;
  line-height: 1;
}
.agentic-managed-intro > p:nth-of-type(2) {
  max-width: 550px;
  margin: 27px 0 0;
  color: var(--agent-muted);
  font-size: 16px;
  line-height: 1.65;
}
.agentic-managed-intro .agentic-button {
  margin-top: 33px;
}
.agentic-managed-process {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--agent-ink);
  list-style: none;
}
.agentic-managed-process li {
  display: grid;
  min-height: 156px;
  grid-template-columns: 54px 1fr;
  gap: 24px;
  padding: 27px 0;
  border-bottom: 1px solid var(--agent-line);
}
.agentic-managed-process li > span {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
}
.agentic-managed-process h3 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -1.5px;
}
.agentic-managed-process p {
  max-width: 510px;
  margin: 13px 0 0;
  color: var(--agent-muted);
  font-size: 13px;
  line-height: 1.6;
}
.agentic-infrastructure {
  padding-block: 145px;
  border-block: 1px solid var(--agent-line);
  background: #fff;
}
.agentic-infra-heading {
  display: grid;
  grid-template-columns: 1.6fr 0.65fr;
  align-items: end;
  gap: 80px;
}
.agentic-infra-heading h2 {
  max-width: 820px;
  margin: 23px 0 0;
  font-size: clamp(54px, 5vw, 78px);
  letter-spacing: -4.5px;
  line-height: 1;
}
.agentic-infra-heading > p {
  margin: 0 0 4px;
  color: var(--agent-muted);
  font-size: 13px;
  line-height: 1.65;
}
.agentic-infra-map {
  margin-top: 90px;
}
.agentic-infra-line {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 15px;
}
.agentic-infra-line span {
  padding: 10px 14px;
  border: 1px solid var(--agent-line);
  border-radius: 7px;
  background: var(--agent-paper);
  font-size: 10px;
  font-weight: 650;
}
.agentic-infra-line i {
  height: 1px;
  background: #b7b4ac;
}
.agentic-infra-points {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--agent-line);
}
.agentic-infra-points article {
  padding: 29px 28px 0 0;
  border-right: 1px solid var(--agent-line);
}
.agentic-infra-points article:not(:first-child) {
  padding-left: 28px;
}
.agentic-infra-points article:last-child {
  border-right: 0;
}
.agentic-infra-points article > span {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -34px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--agent-blue);
  box-shadow: 0 0 0 1px var(--agent-blue);
}
.agentic-infra-points h3 {
  margin: 31px 0 0;
  font-size: 25px;
  letter-spacing: -1px;
}
.agentic-infra-points p {
  margin: 12px 0 0;
  color: var(--agent-muted);
  font-size: 12px;
  line-height: 1.6;
}
.agentic-use-cases .agentic-section-heading {
  grid-template-columns: 1fr 3fr;
}
.agentic-use-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 74px;
  border-top: 1px solid var(--agent-ink);
}
.agentic-use-case-list article {
  display: grid;
  min-height: 152px;
  grid-template-columns: 44px 0.8fr 1.2fr;
  align-items: start;
  gap: 18px;
  padding: 28px 26px 28px 0;
  border-bottom: 1px solid var(--agent-line);
}
.agentic-use-case-list article:nth-child(odd) {
  border-right: 1px solid var(--agent-line);
}
.agentic-use-case-list article:nth-child(even) {
  padding-left: 26px;
}
.agentic-use-case-list article > span {
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 9px;
}
.agentic-use-case-list h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -1px;
}
.agentic-use-case-list p {
  margin: 0;
  color: var(--agent-muted);
  font-size: 12px;
  line-height: 1.6;
}
.agentic-final-cta {
  padding-block: 130px;
  background: var(--agent-blue);
  color: #fff;
}
.agentic-final-cta .agentic-eyebrow {
  color: #cbd8ff;
}
.agentic-final-cta h2 {
  max-width: 900px;
  margin: 27px 0 0;
  font-size: clamp(68px, 7.6vw, 113px);
  letter-spacing: -6px;
  line-height: 0.92;
}
.agentic-final-cta .agentic-wrap > p:nth-of-type(2) {
  max-width: 610px;
  margin: 35px 0 0;
  color: #d8e1ff;
  font-size: 16px;
  line-height: 1.6;
}
.agentic-final-cta .agentic-wrap > div {
  display: flex;
  gap: 11px;
  margin-top: 38px;
}
.agentic-final-cta .agentic-button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--agent-blue) !important;
}
.agentic-footer {
  padding-top: 76px;
  background: var(--agent-night);
  color: #fff;
}
.agentic-footer-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  padding-bottom: 74px;
}
.agentic-footer-main > div > p {
  margin: 18px 0 0;
  color: #85858b;
  font-size: 13px;
}
.agentic-footer-main nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.agentic-footer-main nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.agentic-footer-main nav strong {
  margin-bottom: 6px;
  color: #77777d;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.agentic-footer-main nav a {
  color: #c7c7ca;
  font-size: 12px;
}
.agentic-footer-main nav a:hover {
  color: #fff;
}
.agentic-footer-bottom {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--agent-night-line);
  color: #6f6f75;
  font-size: 10px;
}
@media (max-width: 1100px) {
  .agentic-nav {
    grid-template-columns: 1fr auto;
  }
  .agentic-nav-links {
    display: none;
  }
  .agentic-hero {
    min-height: auto;
    gap: 64px;
    padding-block: 76px 104px;
  }
  .agentic-hero-copy {
    max-width: 720px;
  }
  .agentic-hero-product {
    width: min(760px, calc(100% - 20px));
  }
  .agentic-section-heading {
    grid-template-columns: 0.65fr 2fr;
  }
  .agentic-section-heading > p:last-child {
    grid-column: 2;
    max-width: 560px;
  }
  .agentic-access-stage {
    grid-template-columns: 1fr 1.3fr;
  }
  .agentic-access-rail-api {
    grid-column: 1 / -1;
    padding: 34px 0;
    border-top: 1px solid var(--agent-night-line);
  }
  .agentic-managed {
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
  }
}
@media (max-width: 760px) {
  .agentic-landing [id] {
    scroll-margin-top: 70px;
  }
  .agentic-wrap {
    width: min(calc(100% - 32px), 620px);
  }
  .agentic-nav {
    min-height: 68px;
  }
  .agentic-nav-login {
    display: none;
  }
  .agentic-nav-actions {
    display: none;
  }
  .agentic-nav-actions .agentic-button {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 11px;
  }
  .agentic-hero {
    gap: 48px;
    padding-block: 62px 76px;
  }
  .agentic-hero h1 {
    margin-top: 22px;
    font-size: clamp(58px, 13vw, 68px);
    letter-spacing: -3px;
    line-height: 1.04;
  }
  .agentic-hero-lede {
    margin-top: 25px;
    font-size: 16px;
  }
  .agentic-hero-actions {
    align-items: center;
    flex-direction: column;
    gap: 15px;
    margin-top: 28px;
  }
  .agentic-hero-product {
    width: 100%;
    border-radius: 15px;
    box-shadow: 10px 13px 0 #dedbd3;
  }
  .agentic-product-bar {
    grid-template-columns: 1fr auto;
  }
  .agentic-product-bar > span:nth-child(2) {
    display: none;
  }
  .agentic-agent-request, .agentic-tool-activity {
    margin-inline: 15px;
  }
  .agentic-tool-activity {
    padding-inline: 0;
  }
  .agentic-agent-request {
    padding: 16px;
  }
  .agentic-agent-request p {
    font-size: 15px;
  }
  .agentic-product-footer {
    min-height: 44px;
    padding-inline: 15px;
  }
  .agentic-product-footer span:nth-child(2) {
    display: none;
  }
  .agentic-proof-inner {
    display: block;
    padding-block: 31px;
  }
  .agentic-proof-inner > p {
    margin-bottom: 28px;
  }
  .agentic-proof dl {
    grid-template-columns: 1fr 1fr;
  }
  .agentic-proof dl > div {
    min-height: 92px;
    padding: 15px;
    border-top: 1px solid var(--agent-line);
  }
  .agentic-proof dl > div:nth-child(3) {
    grid-column: 1 / -1;
  }
  .agentic-proof dt {
    font-size: 28px;
  }
  .agentic-tools, .agentic-use-cases {
    padding-block: 92px;
  }
  .agentic-section-heading, .agentic-use-cases .agentic-section-heading {
    display: block;
  }
  .agentic-section-heading h2 {
    margin-top: 20px;
    font-size: 51px;
  }
  .agentic-section-heading > p:last-child {
    margin-top: 24px;
  }
  .agentic-tool-index {
    margin-top: 54px;
  }
  .agentic-tool-index-head {
    display: none;
  }
  .agentic-tool-row {
    grid-template-columns: 1fr 26px;
    gap: 17px;
    padding-block: 19px;
  }
  .agentic-capability-list {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .agentic-tool-category {
    display: none;
  }
  .agentic-tool-row > a {
    grid-column: 2;
    grid-row: 1;
  }
  .agentic-tools-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .agentic-access {
    padding-block: 92px;
  }
  .agentic-access-stage {
    display: block;
    min-height: 0;
    margin-top: 54px;
  }
  .agentic-access-rail, .agentic-access-rail-api {
    padding: 30px 0;
  }
  .agentic-access-visual {
    min-height: 430px;
    border-block: 1px solid var(--agent-night-line);
    border-inline: 0;
  }
  .agentic-source-cloud {
    max-width: 250px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .agentic-managed {
    display: block;
    padding-block: 94px;
  }
  .agentic-managed-intro h2, .agentic-infra-heading h2 {
    font-size: 54px;
  }
  .agentic-managed-process {
    margin-top: 70px;
  }
  .agentic-infrastructure {
    padding-block: 92px;
  }
  .agentic-infra-heading {
    display: block;
  }
  .agentic-infra-heading > p {
    margin-top: 25px;
  }
  .agentic-infra-map {
    margin-top: 58px;
  }
  .agentic-infra-line {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .agentic-infra-line span {
    text-align: center;
  }
  .agentic-infra-line i {
    width: 1px;
    height: 22px;
    justify-self: center;
  }
  .agentic-infra-points {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }
  .agentic-infra-points article, .agentic-infra-points article:not(:first-child) {
    min-height: 126px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--agent-line);
  }
  .agentic-infra-points article > span {
    display: none;
  }
  .agentic-infra-points h3 {
    margin-top: 0;
  }
  .agentic-use-case-list {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }
  .agentic-use-case-list article, .agentic-use-case-list article:nth-child(even) {
    grid-template-columns: 34px 1fr;
    min-height: 0;
    padding: 24px 0;
    border-right: 0;
  }
  .agentic-use-case-list p {
    grid-column: 2;
  }
  .agentic-final-cta {
    padding-block: 92px;
  }
  .agentic-final-cta h2 {
    font-size: clamp(62px, 16vw, 82px);
  }
  .agentic-final-cta .agentic-wrap > div {
    align-items: stretch;
    flex-direction: column;
  }
  .agentic-footer-main {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .agentic-footer-main nav {
    gap: 20px;
  }
  .agentic-footer-bottom span:last-child {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-pill, .landing-faq-item button i {
    transition: none;
  }
}
@media not all {
  .console-workspace {
    min-width: 0;
    background: #fff;
  }
  .console-home {
    width: 100%;
    min-width: 0;
    --console-muted: #171717;
    --console-faint: #171717;
    color: #171717;
  }
  .console-home :where(p, span, small, strong, a, button, label, legend, input, code, li) {
    font-size: max(14px, 1em);
  }
  .console-home :where(p, small, label, legend, li), .console-home input::placeholder, .console-home button:disabled {
    color: #171717;
  }
  .console-home button:disabled {
    opacity: 1;
  }
  .console-summary-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .home-metric {
    min-height: 142px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    padding: 22px;
    border-color: #dededb;
    border-radius: 11px;
    background: #fff;
  }
  .home-metric::after {
    content: none;
  }
  .home-metric-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-color: #dededb;
    border-radius: 8px;
    background: #f5f5f3;
    color: #171717;
    box-shadow: none;
  }
  .home-metric > div {
    display: grid;
    min-height: 62px;
    grid-template-rows: auto 1fr auto;
  }
  .home-metric span:not(.home-metric-icon) {
    color: #171717;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.25;
  }
  .home-metric strong {
    align-self: center;
    margin-top: 8px;
    color: #171717;
    font-size: 28px;
    font-weight: 640;
    line-height: 1;
  }
  .home-metric small {
    display: block;
    margin-top: 8px;
    color: #171717;
    line-height: 1.35;
  }
  .home-integration, .home-api-access, .home-recent-card {
    border-color: #dededb;
    background: #fff;
  }
  .home-primary-grid {
    align-items: stretch;
  }
  .home-api-access {
    height: 100%;
  }
  .console-home :where( .home-integration-heading h2, .home-api-intro h2, .home-explore-heading h2, .home-explore-card h3, .home-recent-heading h2 ) {
    font-family: var(--font-sans);
    font-weight: 620 !important;
    letter-spacing: -0.015em !important;
  }
  .console-home .btn-primary:disabled {
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #4b73d8;
    cursor: not-allowed;
    box-shadow: none;
  }
  .home-integration-heading p, .home-api-intro p, .home-integration-action p, .home-key-empty, .home-recent-heading p {
    color: #171717;
  }
  .home-flow-field > span, .home-stack-field > legend, .home-stack-options button, .home-key-empty {
    color: #171717;
    font-size: 14px;
  }
  .home-custom-select .platform-custom-select-trigger:disabled {
    background: #f5f5f3;
    color: #171717;
    opacity: 1;
  }
  .home-api-access {
    min-height: 0;
  }
  .home-key-row {
    justify-content: flex-start;
  }
  .home-explore {
    padding: 0;
    border: 0;
    background: transparent;
  }
  .home-explore-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 14px;
  }
  .home-explore-heading h2 {
    color: #171717;
    font-size: 21px;
    line-height: 1.2;
  }
  .home-explore-heading p {
    color: #171717;
    font-size: 14px;
  }
  .home-explore-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .home-explore-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 304px;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
    border: 1px solid #dededb;
    border-radius: 11px;
    background: #fff;
  }
  .home-explore-card::before {
    content: none;
  }
  .home-explore-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dededb;
    border-radius: 9px;
    background: #f5f5f3;
    color: #171717;
  }
  .home-explore-kicker {
    margin-bottom: 5px;
    color: #171717;
    font-weight: 620;
  }
  .home-explore-card h3 {
    color: #171717;
    font-size: 23px;
    font-weight: 620;
    line-height: 1.15;
  }
  .home-explore-card h3 + p {
    margin-top: 10px;
    color: #171717;
    font-size: 14px;
    line-height: 1.55;
  }
  .home-explore-card ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e4e4e1;
    list-style: none;
  }
  .home-explore-card li {
    padding: 9px 0;
    border-bottom: 1px solid #e4e4e1;
    color: #171717;
    line-height: 1.35;
  }
  .home-explore-card > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    color: #171717;
    font-size: 14px;
    font-weight: 650;
  }
  .home-explore-card > a:hover {
    color: #1557ff;
  }
  @media (max-width: 1099px) {
    .console-summary-strip, .home-explore-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-explore-ai {
      grid-column: 1 / -1;
    }
  }
  @media (max-width: 699px) {
    .console-summary-strip, .home-explore-grid {
      grid-template-columns: 1fr;
    }
    .home-explore-ai {
      grid-column: auto;
    }
    .home-explore-heading {
      align-items: flex-start;
      flex-direction: column;
      gap: 6px;
    }
  }
  .home-metric {
    min-height: 94px;
    align-items: center;
    flex-direction: row;
    gap: 12px;
    padding: 15px 16px;
  }
  .home-metric-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #185cff;
  }
  .home-metric > div {
    display: grid;
    min-height: 0;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    column-gap: 8px;
  }
  .home-metric span:not(.home-metric-icon) {
    grid-column: 1 / -1;
  }
  .home-metric strong {
    margin-top: 6px;
    font-size: 23px;
  }
  .home-metric small {
    display: inline-block;
    margin-top: 6px;
  }
  .home-primary-grid {
    align-items: start;
  }
  .home-api-access {
    height: auto;
  }
  .console-home .btn-primary:not(:disabled) {
    border-color: #185cff;
    background: #185cff;
    color: #fff;
    box-shadow: none;
  }
  .console-home .btn-primary:hover:not(:disabled) {
    border-color: #0a3fd1;
    background: #0a3fd1;
    box-shadow: none;
    transform: translateY(-1px);
  }
  .console-home .btn-primary:active:not(:disabled) {
    transform: translateY(0);
  }
  .home-section-icon {
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #185cff;
    box-shadow: none;
  }
  .home-stack-options button:hover {
    border-color: #185cff;
    background: #fff;
    color: #185cff;
  }
  .home-stack-options button[aria-pressed="true"] {
    border-color: #185cff;
    background: #185cff;
    color: #fff;
    box-shadow: none;
  }
  .home-custom-select .platform-custom-select-trigger:disabled, .home-key-empty {
    background: #fff;
  }
  .home-key-row .btn {
    border-color: #185cff;
    background: #fff;
    color: #185cff;
  }
  .home-key-row .btn:hover:not(:disabled) {
    background: #eef4ff;
  }
  .home-explore-card {
    min-height: 190px;
    gap: 14px;
    padding: 20px;
  }
  .home-explore-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #185cff;
  }
  .home-explore-universal .home-explore-icon {
    border-color: #d8ccff;
    background: #f4f0ff;
    color: #6941c6;
  }
  .home-explore-ai .home-explore-icon {
    border-color: #bce8df;
    background: #edfbf7;
    color: #087f6a;
  }
  .home-explore-kicker {
    margin-bottom: 4px;
    color: #185cff;
  }
  .home-explore-card h3 {
    font-size: 20px;
  }
  .home-explore-card h3 + p {
    margin-top: 7px;
  }
  .home-explore-card > a {
    color: #185cff;
  }
  .home-explore-card > a:hover {
    color: #0a3fd1;
  }
  .home-metric {
    display: grid;
    min-height: 108px;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 16px;
  }
  .home-metric strong {
    font-size: 24px;
  }
  .console-home .btn-primary:disabled {
    border-color: #185cff;
    background: #185cff;
    color: #fff;
    opacity: .48;
  }
  .home-key-row .btn {
    border-color: #185cff;
    background: #185cff;
    color: #fff;
    font-size: 15px;
    font-weight: 620;
  }
  .home-key-row .btn:hover:not(:disabled) {
    border-color: #0a3fd1;
    background: #0a3fd1;
    color: #fff;
    transform: translateY(-1px);
  }
  .home-explore-card {
    min-height: 172px;
    gap: 12px;
    padding: 18px;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }
  .home-explore-card:hover {
    border-color: #a9c2ff;
    box-shadow: 0 8px 24px rgba(24, 92, 255, .08);
    transform: translateY(-2px);
  }
  .home-explore-icon, .home-explore-universal .home-explore-icon, .home-explore-ai .home-explore-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-color: #c8d8ff;
    background: #eef4ff;
    color: #185cff;
  }
  .home-explore-card h3 + p {
    margin-top: 6px;
    line-height: 1.45;
  }
  .home-explore-card > a {
    width: fit-content;
    justify-content: flex-start;
    transition: color 140ms ease, gap 140ms ease;
  }
  .home-explore-card > a:hover {
    gap: 16px;
  }
  .home-page-actions .btn, .home-integration-action .btn {
    min-height: 42px;
    font-size: 15px;
    font-weight: 620;
  }
}
.home-primary-grid {
  align-items: stretch;
}
.home-api-access {
  height: 100%;
}
.home-key-row {
  justify-content: center;
}
.scraper-index {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #101828;
}
.scraper-index-hero {
  max-width: 900px;
  padding: 28px 0 10px;
}
.scraper-index-eyebrow {
  color: #1557ff;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .055em;
  line-height: 1.2;
  text-transform: uppercase;
}
.scraper-index-hero h1 {
  max-width: 820px;
  margin-top: 14px;
  color: #101828;
  font-family: var(--font-editorial-display);
  font-size: clamp(38px, 4.4vw, 58px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.04;
}
.scraper-index-intro {
  max-width: 780px;
  margin-top: 20px;
  color: #1b2a44;
  font-size: 17px;
  line-height: 1.65;
}
.scraper-index-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-top: 24px;
  color: #1b2a44;
  font-size: 14px;
}
.scraper-index-proof span + span {
  padding-left: 24px;
  border-left: 1px solid #c9d3e5;
}
.scraper-index-proof strong {
  color: #101828;
  font-weight: 650;
}
.scraper-index-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.scraper-index .btn {
  min-height: 42px;
  padding-inline: 18px;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 600;
}
.scraper-index-credit-note {
  margin-top: 12px;
  color: #1b2a44;
  font-size: 14px;
  line-height: 1.5;
}
.scraper-index-credit-note a {
  margin-left: 6px;
  color: #1557ff;
  font-weight: 600;
}
.scraper-index-credit-note a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.scraper-index-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid #e2e6ed;
}
.scraper-index-filters > a {
  min-height: 34px;
  color: #1b2a44;
  font-size: 14px;
}
.scraper-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.scraper-index-card {
  display: flex;
  min-width: 0;
  min-height: 192px;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border: 1px solid #dfe3ea;
  border-radius: 11px;
  background: #fff;
  transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.scraper-index-card:hover {
  border-color: #b9c8ea;
  box-shadow: 0 8px 24px rgba(16, 24, 40, .07);
  transform: translateY(-1px);
}
.scraper-index-card-header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 12px;
}
.scraper-index-card h2 {
  overflow: hidden;
  color: #101828;
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.015em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scraper-index-card-header p {
  margin-top: 4px;
  color: #1557ff;
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .035em;
  line-height: 1.3;
  text-transform: uppercase;
}
.scraper-index-card-arrow {
  color: #667085;
}
.scraper-index-card:hover .scraper-index-card-arrow {
  color: #1557ff;
}
.scraper-index-card-copy {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: #1b2a44;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.scraper-index-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.scraper-index-card-meta .badge {
  min-height: 28px;
  padding-inline: 9px;
  font-size: 14px;
}
.scraper-index-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 8px;
  padding: 34px 36px;
  border: 1px solid #dfe3ea;
  border-radius: 12px;
  background: #f5f7fa;
}
.scraper-index-final-cta h2 {
  margin-top: 8px;
  color: #101828;
  font-family: var(--font-editorial-display);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.15;
}
.scraper-index-final-cta h2 + p {
  max-width: 660px;
  margin-top: 8px;
  color: #1b2a44;
  font-size: 15px;
  line-height: 1.55;
}
@media (max-width: 1023px) {
  .scraper-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .scraper-index {
    gap: 24px;
  }
  .scraper-index-hero {
    padding-top: 12px;
  }
  .scraper-index-intro {
    font-size: 16px;
  }
  .scraper-index-proof {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .scraper-index-proof span + span {
    padding-left: 0;
    border-left: 0;
  }
  .scraper-index-actions, .scraper-index-actions .btn {
    width: 100%;
  }
  .scraper-index-grid {
    grid-template-columns: 1fr;
  }
  .scraper-index-final-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }
  .scraper-index-final-cta .btn {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .console-home .home-primary-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }
}
.console-home .home-api-header {
  position: relative;
}
.console-home .home-api-header .home-section-title {
  width: 100%;
}
.console-home .home-api-header > a {
  position: absolute;
  top: 0;
  right: 0;
}
.console-home .home-api-intro {
  min-width: 0;
}
.console-home .home-api-intro p {
  font-size: 12px;
  white-space: nowrap;
}
.console-home .home-key-row {
  align-items: center;
  justify-content: center;
}
.console-home .home-key-row :where(.home-key-empty, .home-key-summary) {
  width: 100%;
}
.console-home .home-key-row .btn {
  width: auto;
  min-width: 158px;
  min-height: 40px;
}
.console-home .home-integration-action p {
  font-size: 14.5px;
}
.console-home .home-stack-options button:hover {
  border-color: #185cff;
  background: #eef4ff;
  color: #1557ff;
  box-shadow: none;
}
.console-home .home-stack-options button[aria-pressed="true"], .console-home .home-stack-options button[aria-pressed="true"]:hover {
  border-color: #185cff;
  background: #185cff;
  color: #fff;
  box-shadow: none;
}
.console-home .home-custom-select .platform-custom-select-menu {
  top: calc(100% - 1px);
  margin-top: 0;
  border: 1px solid var(--console-line-strong);
  border-radius: 0 0 var(--console-radius-sm) var(--console-radius-sm);
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 23, 23, 0.12);
}
.console-home .home-custom-select .platform-custom-select-trigger[aria-expanded="true"] {
  border-color: var(--console-line-strong);
  border-radius: var(--console-radius-sm) var(--console-radius-sm) 0 0;
}
.console-home .home-custom-select .platform-custom-select-option:hover {
  background: #f2f3f7;
  color: #171717;
}
.console-home .home-custom-select .platform-custom-select-option[aria-selected="true"] {
  background: #171717;
  color: #fff;
}
.console-home .home-custom-select .platform-custom-select-option[aria-selected="true"] :where(span, code, svg) {
  color: #fff;
}
.console-home .home-api-intro p {
  font-size: 14px;
}
.console-home .home-api-access {
  overflow: hidden;
  padding: 0;
}
.console-home .home-api-header {
  padding: 16px 18px 14px;
  border-bottom: 1px solid var(--console-line);
}
.console-home .home-api-header > a {
  top: 16px;
  right: 18px;
}
.console-home .home-key-row {
  width: auto;
  height: 100px;
  align-items: center;
  justify-content: center;
  margin: 18px;
  padding: 28px 18px;
  border: 0;
  border-radius: var(--console-radius);
  background: var(--console-inset);
}
.console-home .home-key-row :where(.home-key-empty, .home-key-summary) {
  justify-content: center;
  min-height: 44px;
  border-color: var(--console-line);
  border-radius: var(--console-radius-sm);
  background: #fff;
}
.console-home .home-api-action {
  display: flex;
  height: 76px;
  min-height: 76px;
  align-items: center;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--console-line);
  background: #fff;
}
.console-home .home-api-action .btn {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border-color: #c8d8ff;
}
.console-home .home-integration-flow {
  height: 136px;
  padding-block: 32px;
}
.console-home .home-integration-action {
  height: 76px;
  min-height: 76px;
}
.console-home .home-starter-heading {
  margin-bottom: 14px;
}
.console-home .home-starter-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.console-home .home-starter-heading h2 {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.25;
}
.console-home .home-starter-heading p {
  margin-top: 3px;
  color: #171717;
  font-size: 14px;
  line-height: 1.5;
}
.console-home .home-starter-title-row > a {
  color: var(--pri);
  font-size: 12.5px;
  font-weight: 580;
  white-space: nowrap;
}
.console-home .home-starter-card {
  min-height: 76px;
  padding: 14px;
}
.console-home .home-starter-card h3 {
  font-size: 14.5px;
}
.console-home .home-starter-card p {
  font-size: 12.5px;
}
@media (max-width: 699px) {
  .console-home .home-api-intro p {
    white-space: normal;
  }
  .console-home .home-key-row {
    align-items: stretch;
  }
  .console-home .home-key-row .btn {
    width: 100%;
  }
}
.console-home {
  --console-muted: #171717;
  --console-faint: #171717;
  color: #171717;
}
.console-home :where(p, small, label, legend, .text-muted-foreground, .text-faint), .console-home .home-step-pill, .console-home .home-key-empty, .console-home .home-key-summary, .console-home input::placeholder {
  color: #171717;
}
.console-home :where( .home-integration-heading h2, .home-api-intro h2, .home-recent-heading h2 ) {
  font-size: 21px;
}
.console-home :where( .home-integration-heading p, .home-api-intro p, .home-recent-heading p ) {
  font-size: 14px;
}
.console-home .home-flow-field > span, .console-home .home-stack-field > legend {
  color: #171717;
  font-size: 13.5px;
}
.console-home .home-custom-select .platform-custom-select-trigger:disabled {
  color: #171717;
  opacity: 1;
}
@media (max-width: 699px) {
  .console-topbar {
    flex-wrap: wrap;
    padding-block: 12px;
  }
  .console-topbar-actions {
    min-width: 0;
    width: auto;
  }
}
.console-modal-root {
  isolation: isolate;
  padding: 24px;
}
.console-modal-backdrop {
  border: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(2px);
}
.console-modal {
  overflow: hidden;
  border: 1px solid var(--console-line-strong);
  border-radius: var(--console-radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
}
.console-modal-header {
  min-height: 76px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--console-line);
  background: #fff;
}
.console-modal-close {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--console-line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  transition: border-color 140ms ease, background 140ms ease;
}
.console-modal-close:hover {
  border-color: #b8c7df;
  background: #f4f7fc;
}
.console-modal-footer {
  min-height: 68px;
  padding: 13px 20px;
  border-top: 1px solid var(--console-line);
  background: #fff;
}
.console-modal .btn {
  min-height: 40px;
  border-radius: 8px;
}
.console-home .home-custom-select .platform-custom-select-menu {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
}
.console-home .home-custom-select .platform-custom-select-trigger[aria-expanded="true"] {
  border-radius: 8px 8px 0 0;
  box-shadow: none;
}
.home-prompt-modal {
  width: min(820px, 100%);
  max-height: min(720px, calc(100vh - 64px));
  border-radius: var(--console-radius);
}
.home-prompt-modal > .console-modal-header {
  padding: 18px 20px;
}
.home-prompt-modal h2 {
  font-size: 19px;
  font-weight: 630;
}
.home-prompt-modal .home-prompt-context {
  gap: 6px;
  padding: 10px 20px;
  background: #f8faff;
}
.home-prompt-modal .home-prompt-context span {
  border-color: var(--console-line);
  border-radius: 6px;
  background: #fff;
}
.home-prompt-modal pre {
  min-height: 260px;
  padding: 18px 20px;
  font-size: 12px;
  line-height: 1.65;
}
.home-prompt-modal > .console-modal-footer {
  padding: 13px 20px;
}
.api-key-modal {
  border-radius: var(--console-radius);
}
.api-key-modal > .console-modal-header {
  padding: 18px 20px;
}
.api-key-modal form > div, .api-key-modal > div:not(.api-key-modal-backdrop) {
  padding: 18px 20px;
}
.api-key-modal .input {
  min-height: 42px;
  border-radius: 8px;
}
.api-key-modal > .console-modal-footer, .api-key-modal form > .console-modal-footer {
  padding: 13px 20px;
}
@media (max-width: 639px) {
  .console-modal-root {
    align-items: flex-end;
    padding: 12px;
  }
  .console-modal {
    max-height: calc(100vh - 24px);
  }
  .home-prompt-modal {
    max-height: calc(100vh - 24px);
  }
  .home-prompt-modal > .console-modal-footer {
    align-items: stretch;
  }
}
.copy-fallback-dialog {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--brd-strong);
  border-radius: 6px;
  background: var(--bg);
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}
.copy-fallback-dialog::backdrop {
  background: rgba(15, 23, 42, 0.58);
  backdrop-filter: blur(3px);
}
.copy-fallback-dialog > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 22px 17px;
  border-bottom: 1px solid var(--brd);
}
.copy-fallback-dialog h2 {
  font-size: 20px;
  font-weight: 630;
  letter-spacing: -0.025em;
}
.copy-fallback-dialog header p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
}
.copy-fallback-close {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--brd);
  border-radius: 5px;
  background: var(--bg);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.copy-fallback-text {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: calc(100vh - 250px);
  resize: vertical;
  padding: 20px 22px;
  overflow: auto;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: var(--code-bg);
  color: var(--code-ink);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.7;
  white-space: pre-wrap;
}
.copy-fallback-text:focus-visible {
  box-shadow: inset 0 0 0 2px var(--pri);
}
.copy-fallback-dialog > footer {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px 12px 22px;
  border-top: 1px solid var(--brd);
}
.copy-fallback-dialog > footer p {
  font-size: 11.5px;
  line-height: 1.5;
}
.copy-fallback-dialog > footer > div {
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
