/*! 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-black: #000;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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);
    --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);
  }
}
@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-0 {
    top: 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-3\.5 {
    left: calc(var(--spacing) * 3.5);
  }
  .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-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .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-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-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-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .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-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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .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-md {
    max-width: var(--container-md);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .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;
  }
  .min-w-\[260px\] {
    min-width: 260px;
  }
  .flex-1 {
    flex: 1;
  }
  .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);
  }
  .list-none {
    list-style-type: none;
  }
  .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-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-\[5px\] {
    border-radius: 5px !important;
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-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-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-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-background {
    background-color: var(--bg) !important;
  }
  .bg-background {
    background-color: var(--bg);
  }
  .bg-background\/85 {
    background-color: var(--bg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--bg) 85%, transparent);
    }
  }
  .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-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);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .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-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .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-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .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);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }
  .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\.005em\] {
    --tw-tracking: -0.005em;
    letter-spacing: -0.005em;
  }
  .tracking-\[-0\.025em\] {
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
  }
  .tracking-\[0\.05em\] {
    --tw-tracking: 0.05em;
    letter-spacing: 0.05em;
  }
  .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-danger {
    color: var(--dng);
  }
  .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;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .accent-\[var\(--pri\)\] {
    accent-color: var(--pri);
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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);
  }
  .ring-1 {
    --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);
  }
  .ring-primary-border {
    --tw-ring-color: var(--pri-brd);
  }
  .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,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .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);
      }
    }
  }
  .group-hover\:text-foreground {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--ink);
      }
    }
  }
  .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\:border-border-strong {
    &:hover {
      @media (hover: hover) {
        border-color: var(--brd-strong);
      }
    }
  }
  .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\: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);
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .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;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:ml-64 {
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 64);
    }
  }
  .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\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:px-7 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .lg\:py-12 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .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-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, 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;
}
@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;
  overflow-x: clip;
  color: #171719;
  background: #fff;
  font-family: "Figtree", Arial, sans-serif;
}
.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 #dedede;
  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 {
  width: 37px;
  height: 37px;
  object-fit: contain;
}
.home-preview-links, .home-preview-actions {
  display: flex;
  align-items: center;
}
.home-preview-links {
  justify-content: center;
  gap: 34px;
  color: #171719;
  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 #e6e6e3;
  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: #171719;
  font-size: 14px;
  text-align: left;
}
.home-nav-dropdown a:hover {
  background: #f5f5f2;
  color: #171719;
}
.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: #171719;
  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: #171719;
  --home-muted: #65656a;
  --home-line: #dedede;
  --home-soft: #f7f7f4;
  --home-blue: #185cff;
  --home-blue-deep: #0a3fd1;
  --home-night: #151517;
  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 {
  overflow: hidden;
  padding: 118px 0 0;
  background: #fff;
}
.home-hero-copy {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}
.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: #171719;
  font-size: 19px;
  line-height: 1.5;
  text-wrap: balance;
}
.home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}
.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: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.22,.61,.36,1);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.home-usecase-grid .home-usecase {
  opacity: 0;
  transform: translateY(14px);
}
.home-usecase-grid.is-in .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: 9px;
  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: 9px;
  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: #171719;
}
.tile-tt {
  background: #171719;
  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: #171719;
  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: 3px;
}
.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: 2px;
}
.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, #171719, #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: 10px;
  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: 13px;
  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: 14px;
  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: 2px;
  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: 13px;
  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: 11px;
  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: 9px;
  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: 11px;
  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: 10px;
  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: 3px;
  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: 3px;
  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: 10px;
  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: 9px;
  background: #222226;
  color: #e6e6e8;
  font-size: 12px;
}
.home-agent-tool {
  margin: 12px 0 0 43px;
  border: 1px solid #374578;
  border-radius: 9px;
  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: 9px;
  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: 9px;
  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: 9px;
  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: 9px;
  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: 7px;
  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: 2px;
  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: 9px;
  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: 9px;
  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: 3px;
  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 #35353b;
  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 #35353b;
}
.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: 14px;
  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;
  }
}
.home-complex-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: 110px;
  align-items: start;
}
.home-intro--sticky {
  position: sticky;
  top: 110px;
  margin: 0;
}
.home-intro--sticky h2 {
  max-width: 570px;
}
.home-intro--sticky > p:last-child {
  max-width: 500px;
  margin-top: 28px;
}
.home-complex-list {
  border-top: 1px solid var(--home-line);
}
.home-complex-list article {
  padding: 34px 0;
  border-bottom: 1px solid var(--home-line);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
}
.home-complex-list article > span {
  color: #9c9ca0;
  font-size: 11px;
  letter-spacing: .1em;
}
.home-complex-list h3 {
  font-size: 23px;
  letter-spacing: -.03em;
}
.home-complex-list p {
  max-width: 650px;
  margin-top: 13px;
  color: var(--home-muted);
  font-size: 16px;
}
.home-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.home-path {
  min-height: 480px;
  padding: 32px;
  border: 1px solid #d8d8d5;
  border-radius: var(--r-md);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.home-path--featured {
  background: #e8efff;
  border-color: #9db5f6;
}
.home-path-tag {
  color: var(--home-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-path h3 {
  margin-top: 27px;
  font-size: 28px;
  letter-spacing: -.04em;
}
.home-path > p {
  margin-top: 20px;
  color: var(--home-muted);
  font-size: 17px;
}
.home-path ul {
  margin: 30px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #d8d8d5;
  list-style: none;
}
.home-path li {
  padding: 7px 0;
  color: #5f5f64;
  font-size: 14px;
}
.home-path li::before {
  content: "•";
  margin-right: 10px;
  color: var(--home-blue);
}
.agentic-v2 .home-path a {
  margin-top: auto;
  color: var(--home-blue);
  font-weight: 650;
}
.home-proof {
  padding: 128px 0;
  background: #1557ed;
  color: #fff;
}
.home-proof-heading {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 80px;
  align-items: start;
}
.home-proof-heading > p {
  padding-top: 10px;
  color: #c8d7ff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .06em;
}
.home-proof-heading h2 {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 52px);
  letter-spacing: -.05em;
  line-height: 1;
}
.home-proof-grid {
  margin-top: 85px;
  border-top: 1px solid rgba(255,255,255,.3);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home-proof-grid div {
  padding: 30px 28px 0;
}
.home-proof-grid div + div {
  border-left: 1px solid rgba(255,255,255,.3);
}
.home-proof-grid strong {
  display: block;
  font-family: "Figtree", sans-serif;
  font-size: 34px;
  font-weight: 500;
}
.home-proof-grid span {
  display: block;
  max-width: 220px;
  margin-top: 9px;
  color: #c7d5ff;
  font-size: 13px;
}
.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-complex-layout, .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-intro--sticky {
    position: static;
  }
  .home-usecase-grid, .home-path-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, .home-path: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;
  }
  .home-proof-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@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: 34px;
    height: 34px;
  }
  .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-path-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, .home-path: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 #35353b;
    border-left: 0;
  }
  .home-proof-heading h2 {
    font-size: 36px;
  }
  .home-proof-grid {
    grid-template-columns: 1fr;
  }
  .home-proof-grid div {
    padding: 24px 0;
  }
  .home-proof-grid div + div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.3);
  }
  .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: 10px;
  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: 9px;
  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: 10px;
  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: 10px;
  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: 13px;
  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: 11px;
  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: 13px;
  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: 7px;
  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: 10px;
  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: 9px;
  background: #ffffff;
  color: #23251f;
  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%, #454741);
  }
  border-radius: 7px;
  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: 10px;
  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 {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #51495f;
  border-radius: 7px;
  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: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 {
    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-path, .home-complex-list article) {
  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-path 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-complex-layout, .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: 62px;
  }
  .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-path {
    padding: 26px 24px;
  }
  .agentic-v2 .home-usecase--wide {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }
  .agentic-v2 .home-complex-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-block: 26px;
  }
  .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: #23251f;
  font-size: 14.5px;
  line-height: 1.5;
}
.home-agent-caret {
  display: inline-block;
  width: 1.5px;
  height: 1em;
  margin-left: 1px;
  background: #23251f;
  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: #23251f;
  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: #3a3c35;
  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: #23251f;
  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: 18px;
  background: #fbfaf7;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.home-agent-exec > strong {
  font-size: 12.5px;
  color: #23251f;
  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: #3a3c35;
}
.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: #23251f;
  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: #3a3c35;
}
.home-agent-view--table tbody tr:last-child td {
  border-bottom: none;
}
.home-agent-view--table td:nth-child(2) {
  font-weight: 500;
  color: #23251f;
}
.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: #23251f;
  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: #23251f;
  letter-spacing: -0.01em;
}
.home-agent-view--analysis section strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12.5px;
  color: #23251f;
}
.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: #23251f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.home-api-reqline > p {
  flex: 1;
  margin: 0;
  min-height: 22px;
  color: #23251f;
  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: #23251f;
  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: 18px;
  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: #23251f;
  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: #23251f;
  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: #23251f;
}
.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: #23251f;
  font-weight: 600;
}
.home-api-status span {
  padding: 3px 10px;
  border-radius: 999px;
  background: #23251f;
  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: 18px;
  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: #23251f;
  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: #23251f;
  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: #23251f;
  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: #23251f;
  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: #23251f;
  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: #23251f;
  background: #23251f;
  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: 18px;
  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: #3a3c35;
}
.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: 18px;
  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: #23251f;
  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: #3a3c35;
  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: #23251f;
  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: #23251f;
  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: 10px;
  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;
}
@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;
}
: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);
}
: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 {
  .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-sidebar {
    width: 256px;
  }
  .console-sidebar-brand {
    height: 52px;
  }
  .console-wordmark {
    margin-left: 9px;
    color: var(--ink);
    font-size: 20px;
    font-weight: 630;
    line-height: 1;
    letter-spacing: -0.03em;
  }
  .console-topbar {
    height: 52px;
  }
  .console-sidebar-label {
    margin: 0 10px 7px;
    color: var(--ink-muted);
    font-size: 13px;
    font-weight: 560;
    line-height: 20px;
    letter-spacing: -0.005em;
  }
  .console-sidebar-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid var(--brd);
  }
  .console-side-link {
    display: flex;
    min-width: 0;
    height: 38px;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.01em;
    transition: background-color 120ms ease, color 120ms ease;
  }
  .console-side-link:hover {
    background: var(--srf);
    color: var(--ink);
  }
  .console-side-link-active, .console-side-link-active:hover {
    background: var(--pri-tint);
    color: var(--pri-strong);
    font-weight: 520;
  }
  .console-account-link {
    min-width: 0;
  }
  .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 {
    border-radius: 5px;
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
    transition: border-color 120ms ease;
  }
  .platform-card:hover {
    border-color: var(--brd-strong);
    background: var(--bg);
    box-shadow: none;
  }
  .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: var(--pri);
    color: var(--pri);
  }
  .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: 38px;
  }
  .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-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(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .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-radius: 5px;
  }
  .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(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .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: 5px;
  }
  .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: 11.5px;
    font-weight: 520;
  }
  .usage-period-select .platform-custom-select-trigger {
    height: 38px;
    min-height: 38px;
  }
  .usage-period-select .platform-custom-select-menu {
    max-height: 280px;
    overflow-y: auto;
  }
  .usage-summary {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .usage-summary-lead {
    padding: 22px 24px;
  }
  .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(--brd);
  }
  .usage-summary-facts > div {
    padding: 16px 20px;
  }
  .usage-summary-facts > div + div {
    border-top: 1px solid var(--brd);
  }
  .usage-summary-facts p {
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 520;
  }
  .usage-summary-facts strong {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
  }
  .usage-section {
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .usage-section-header {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--brd);
    padding: 13px 18px;
  }
  .usage-section-header h2 {
    color: var(--ink);
    font-size: 14px;
    font-weight: 580;
  }
  .usage-section-header p {
    margin-top: 2px;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.45;
  }
  .usage-tabs {
    display: flex;
    min-height: 50px;
    align-items: flex-end;
    gap: 22px;
    border-bottom: 1px solid var(--brd);
    padding: 0 18px;
  }
  .usage-tabs button {
    height: 50px;
    border-bottom: 2px solid transparent;
    color: var(--ink);
    font-size: 13px;
    font-weight: 520;
  }
  .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(--brd);
    padding: 11px 14px;
  }
  .usage-chart-legend {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font-size: 11.5px;
  }
  .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: 22px 18px 14px;
  }
  .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: 9.5px;
    font-variant-numeric: tabular-nums;
    transform: translateX(-2px);
  }
  .usage-empty {
    display: flex;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    color: var(--ink);
    font-size: 13px;
    text-align: center;
  }
  .usage-filter-input {
    height: 38px;
    min-height: 38px;
    font-size: 12.5px;
  }
  .usage-platform-select {
    width: 190px;
  }
  .usage-platform-select .platform-custom-select-trigger {
    height: 38px;
    min-height: 38px;
  }
  .usage-platform-select .platform-custom-select-menu {
    max-height: 300px;
    overflow-y: auto;
  }
  .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: 10px 14px;
    border-bottom: 1px solid var(--brd);
    background: var(--bg);
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 540;
    text-align: left;
    white-space: nowrap;
  }
  .usage-table td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--brd);
    line-height: 1.45;
    vertical-align: middle;
  }
  .usage-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .usage-table tbody tr:hover td {
    background: var(--bg);
  }
  .usage-status-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .usage-status-filters button {
    height: 30px;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
    padding: 0 10px;
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 520;
  }
  .usage-status-filters button:hover {
    border-color: var(--brd-strong);
  }
  .usage-status-filters button[aria-pressed="true"] {
    border-color: var(--pri);
    color: var(--pri);
  }
  .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(--brd);
    }
    .usage-summary-facts > div + div {
      border-top: 0;
      border-left: 1px solid var(--brd);
    }
  }
  @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: 5px;
  }
  .billing-overview, .billing-activity {
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .billing-overview-main {
    display: flex;
    min-height: 150px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 24px;
  }
  .billing-eyebrow {
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 560;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }
  .billing-plan-name {
    margin-top: 8px;
    color: var(--ink);
    font-size: 28px;
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.12;
  }
  .billing-plan-price {
    margin-top: 7px;
    color: var(--ink);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
  }
  .billing-primary-metric {
    min-width: 220px;
    text-align: right;
  }
  .billing-primary-metric p {
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 540;
  }
  .billing-primary-metric strong {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 32px;
    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: 11.5px;
  }
  .billing-facts {
    display: flex;
    border-top: 1px solid var(--brd);
  }
  .billing-facts > div {
    min-width: 0;
    flex: 1;
    padding: 16px 20px;
  }
  .billing-facts > div + div {
    border-left: 1px solid var(--brd);
  }
  .billing-facts dt {
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 520;
  }
  .billing-facts dd {
    margin-top: 4px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 610;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
  }
  .billing-overview-footer {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid var(--brd);
    padding: 10px 20px;
    color: var(--ink);
    font-size: 12px;
    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: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--brd);
    padding: 12px 16px;
  }
  .billing-section-header h2 {
    color: var(--ink);
    font-size: 14px;
    font-weight: 590;
  }
  .billing-section-header span {
    color: var(--ink);
    font-size: 11.5px;
  }
  .billing-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--ink);
    font-size: 12.5px;
  }
  .billing-table th {
    border-bottom: 1px solid var(--brd);
    padding: 10px 14px;
    color: var(--ink);
    font-size: 11.5px;
    font-weight: 540;
    text-align: left;
    white-space: nowrap;
  }
  .billing-table td {
    border-bottom: 1px solid var(--brd);
    padding: 12px 14px;
    line-height: 1.45;
    vertical-align: middle;
  }
  .billing-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .billing-empty {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px;
    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(--brd);
      border-left: 0;
    }
    .billing-overview-footer {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  .account-page {
    color: var(--ink);
  }
  .account-page .btn, .account-page .badge, .account-page .input {
    border-radius: 5px;
  }
  .account-workspace {
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .account-identity {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 16px;
    padding: 24px;
    border-bottom: 1px solid var(--brd);
  }
  .account-identity h2 {
    overflow: hidden;
    color: var(--ink);
    font-size: 20px;
    font-weight: 630;
    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: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .account-settings {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  }
  .account-setting {
    min-width: 0;
    padding: 24px;
  }
  .account-setting + .account-setting {
    border-left: 1px solid var(--brd);
  }
  .account-setting > header h2, .account-session h2 {
    color: var(--ink);
    font-size: 14px;
    font-weight: 610;
    letter-spacing: -0.01em;
  }
  .account-setting > header p, .account-session p {
    margin-top: 4px;
    color: var(--ink);
    font-size: 12px;
    line-height: 1.55;
  }
  .account-profile-form {
    display: flex;
    max-width: 460px;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
  .account-profile-form .input {
    background: var(--bg);
    box-shadow: none;
  }
  .account-access-list {
    margin-top: 16px;
    border-top: 1px solid var(--brd);
  }
  .account-access-row {
    display: flex;
    min-height: 68px;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--brd);
  }
  .account-access-row h3 {
    color: var(--ink);
    font-size: 13px;
    font-weight: 590;
  }
  .account-access-row p {
    overflow: hidden;
    margin-top: 3px;
    color: var(--ink);
    font-size: 11.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-top: 1px solid var(--brd);
    padding: 16px 24px;
  }
  @media (max-width: 799px) {
    .account-settings {
      grid-template-columns: 1fr;
    }
    .account-setting + .account-setting {
      border-top: 1px solid var(--brd);
      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;
    }
  }
  .console-home {
    position: relative;
    color: var(--ink);
  }
  .console-home .btn, .console-home .badge, .console-home .input {
    border-radius: 5px;
  }
  .home-integration {
    position: relative;
    z-index: 10;
    overflow: visible;
    border: 1px solid var(--pri-brd);
    border-radius: 5px;
    background: var(--pri-tint);
  }
  .home-primary-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr);
    align-items: stretch;
    gap: 16px;
  }
  .home-integration-heading {
    padding: 22px 24px 8px;
  }
  .home-eyebrow {
    margin-bottom: 5px;
    color: var(--pri);
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.065em;
    text-transform: uppercase;
  }
  .home-integration-heading h1 {
    color: var(--ink);
    font-size: 22px;
    font-weight: 630;
    letter-spacing: -0.028em;
    line-height: 1.2;
  }
  .home-integration-heading p:not(.home-eyebrow) {
    margin-top: 5px;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.55;
  }
  .home-integration-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(250px, 1.05fr);
    gap: 20px;
    padding: 18px 24px 16px;
  }
  .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: 8px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 590;
  }
  .home-custom-select .platform-custom-select-trigger {
    height: 44px;
    min-height: 44px;
    border-radius: 5px;
    background: var(--bg);
    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: 5px;
    background: var(--bg);
    color: var(--ink);
    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: var(--pri);
    background: var(--pri-tint);
    color: var(--pri-strong);
    box-shadow: inset 0 0 0 1px var(--pri);
  }
  .home-integration-action {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 24px 18px;
  }
  .home-integration-action p {
    color: var(--ink);
    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: 18px 20px 20px;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
  }
  .home-api-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }
  .home-api-intro h2, .home-recent-heading h2 {
    color: var(--ink);
    font-size: 18px;
    font-weight: 620;
    letter-spacing: -0.025em;
    line-height: 1.25;
  }
  .home-api-intro p, .home-recent-heading p {
    margin-top: 3px;
    color: var(--ink);
    font-size: 12.5px;
    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;
  }
  .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: 42px;
    flex: 1;
    align-items: center;
    gap: 9px;
    padding: 0 13px;
    border: 1px solid var(--brd);
    border-radius: 5px;
    color: var(--ink);
    font-size: 13px;
  }
  .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-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;
    }
  }
  @media (max-width: 1099px) {
    .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-integration-heading {
      padding: 20px 18px 6px;
    }
    .home-integration-heading h1 {
      font-size: 22px;
    }
    .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: 0 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 {
    border-radius: 5px;
    border-color: var(--brd);
    background: var(--bg);
    box-shadow: none;
  }
  .api-keys-card > footer, .api-keys-card thead th, .api-keys-card tbody tr:hover {
    background: var(--bg);
    color: var(--ink);
  }
  .api-keys-card thead th {
    font-size: 13px;
    font-weight: 520;
    letter-spacing: -0.005em;
    text-transform: none;
  }
  .api-keys-card #api-keys {
    font-size: 13.5px;
  }
  .api-keys-card #api-keys td {
    line-height: 1.5;
  }
  .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: 5px;
  }
  .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 {
    background: var(--bg);
    color: var(--ink);
  }
  .api-key-modal {
    overflow: hidden;
    border: 1px solid var(--brd);
    border-radius: 5px;
    background: var(--bg);
    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: 5px;
    background: var(--bg);
  }
  .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: 5px;
    background: var(--ok-tint);
    color: var(--ok);
  }
  .api-key-created-value {
    border-radius: 5px;
    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;
  }
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
    }
  }
}
