/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas,
    "Liberation Mono", monospace;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, 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:where(:not(iframe)) {
    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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .mx-1\.5 {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .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-flex {
    display: inline-flex;
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-full {
    height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
  .w-9\/12 {
    width: calc(9 / 12 * 100%);
  }
  .w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-11\/12 {
    width: calc(11 / 12 * 100%);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-\[50fr_35fr_16fr\] {
    grid-template-columns: 50fr 35fr 16fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .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-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[2\.6rem\] {
    font-size: 2.6rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .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,);
  }
  .decoration-dotted {
    text-decoration-style: dotted;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .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);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .hover\:-translate-y-px:hover {
      --tw-translate-y: -1px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:text-\[var\(--ink\)\]:hover {
      color: var(--ink);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:block {
      display: block;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:justify-start {
      justify-content: flex-start;
    }
    .sm\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
    .sm\:text-left {
      text-align: left;
    }
  }
  @media (width >= 48rem) {
    .md\:-mt-14 {
      margin-top: calc(var(--spacing) * -14);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:grid-cols-\[1fr_1\.4fr\] {
      grid-template-columns: 1fr 1.4fr;
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
    .md\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
    .md\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-0 {
      margin-inline: 0px;
    }
    .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
      grid-template-columns: 1.05fr 0.95fr;
    }
    .lg\:justify-start {
      justify-content: flex-start;
    }
    .lg\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
    .lg\:text-left {
      text-align: left;
    }
  }
}
@layer base {
  :root {
    color-scheme: light dark;
    --ink: #0f172a;
    --ink-soft: #475569;
    --ink-faint: #94a3b8;
    --surface: #ffffff;
    --canvas: #f6f8fb;
    --hairline: #e4e9f0;
    --accent: #1f6feb;
    --shadow: 0 1px 2px rgb(15 23 42 / 0.04), 0 8px 24px -12px rgb(15 23 42 / 0.18);
  }
  @media (prefers-color-scheme: dark) {
    :root {
      --ink: #e8edf5;
      --ink-soft: #9fb0c6;
      --ink-faint: #6b7f99;
      --surface: #131a24;
      --canvas: #0b1017;
      --hairline: #223041;
      --accent: #6aa6ff;
      --shadow: 0 1px 2px rgb(0 0 0 / 0.4), 0 12px 32px -16px rgb(0 0 0 / 0.7);
    }
  }
  html {
    background-color: var(--canvas);
  }
  body {
    overflow-x: clip;
    background-color: var(--canvas);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    background: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent) 22%, transparent);
    }
  }
}
@layer components {
  .surface {
    background-color: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }
  .hairline {
    border-color: var(--hairline);
  }
  .ink-soft {
    color: var(--ink-soft);
  }
  .ink-faint {
    color: var(--ink-faint);
  }
  .link {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    text-decoration-color: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in srgb, var(--accent) 40%, transparent);
    }
  }
  .link:hover {
    text-decoration-color: currentColor;
  }
  .ring-track {
    stroke: var(--ink-faint);
    @supports (color: color-mix(in lab, red, red)) {
      stroke: color-mix(in srgb, var(--ink-faint) 22%, transparent);
    }
  }
  .ring-arc {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dasharray 700ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .status-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 999px;
    padding: 0.125rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .field {
    background-color: var(--surface);
    border: 1px solid var(--hairline);
    color: var(--ink);
    border-radius: 12px;
  }
  .field::placeholder {
    color: var(--ink-faint);
  }
  .field:focus {
    outline: 2px solid var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      outline: 2px solid color-mix(in srgb, var(--accent) 55%, transparent);
    }
    outline-offset: 1px;
    border-color: transparent;
  }
  .btn-primary {
    background-color: var(--ink);
    color: var(--surface);
    border-radius: 12px;
    font-weight: 600;
    transition: transform 120ms ease, opacity 120ms ease;
  }
  .btn-primary:hover {
    opacity: 0.9;
  }
  .btn-primary:active {
    transform: translateY(1px);
  }
  .shimmer {
    background: linear-gradient( 90deg, var(--ink-faint) 25%, var(--ink-faint) 37%, var(--ink-faint) 63% );
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient( 90deg, color-mix(in srgb, var(--ink-faint) 14%, transparent) 25%, color-mix(in srgb, var(--ink-faint) 26%, transparent) 37%, color-mix(in srgb, var(--ink-faint) 14%, transparent) 63% );
    }
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
    border-radius: 6px;
  }
  @keyframes shimmer {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .shimmer {
      animation: none;
    }
    .ring-arc {
      transition: none;
    }
  }
}
@property --n {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
@layer components {
  .hero {
    overflow: clip;
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50%);
  }
  .hero-glow {
    position: absolute;
    inset: -20% -10% 0;
    background: radial-gradient(40% 45% at 22% 20%, var(--accent), transparent 70%), radial-gradient(35% 40% at 80% 35%, color-mix(in srgb, #0cce6b 14%, transparent), transparent 70%), radial-gradient(30% 30% at 60% 90%, color-mix(in srgb, #ffa400 9%, transparent), transparent 70%);
    @supports (color: color-mix(in lab, red, red)) {
      background: radial-gradient(40% 45% at 22% 20%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%), radial-gradient(35% 40% at 80% 35%, color-mix(in srgb, #0cce6b 14%, transparent), transparent 70%), radial-gradient(30% 30% at 60% 90%, color-mix(in srgb, #ffa400 9%, transparent), transparent 70%);
    }
    pointer-events: none;
  }
  .dot-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(var(--ink-faint) 1px, transparent 1px);
    @supports (color: color-mix(in lab, red, red)) {
      background-image: radial-gradient(color-mix(in srgb, var(--ink-faint) 38%, transparent) 1px, transparent 1px);
    }
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 35%, #000 20%, transparent 75%);
    pointer-events: none;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid var(--hairline);
    background: var(--surface);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--surface) 80%, transparent);
    }
    backdrop-filter: blur(6px);
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    font-size: 0.8125rem;
    color: var(--ink-soft);
  }
  .eyebrow-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #0cce6b;
    box-shadow: 0 0 0 4px color-mix(in srgb, #0cce6b 22%, transparent);
    animation: pulse 2.4s ease-in-out infinite;
  }
  .score-text {
    background: linear-gradient(95deg, #ff4e42 0%, #ffa400 45%, #0cce6b 90%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .command {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem;
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 16px;
    box-shadow: var(--shadow), 0 20px 50px -24px var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: var(--shadow), 0 20px 50px -24px color-mix(in srgb, var(--accent) 45%, transparent);
    }
    transition: box-shadow 160ms ease, border-color 160ms ease;
  }
  .command:focus-within {
    border-color: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--accent) 55%, transparent);
    }
    box-shadow: var(--shadow), 0 0 0 4px var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: var(--shadow), 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
    }
  }
  .command-icon {
    flex: none;
    margin-left: 0.6rem;
    color: var(--ink-faint);
  }
  .command-input {
    flex: 1;
    min-width: 0;
    background: transparent;
    padding: 0.7rem 0.6rem;
    font-size: 1rem;
    color: var(--ink);
    outline: none;
  }
  .command-input::placeholder {
    color: var(--ink-faint);
  }
  .command-button {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: none;
    cursor: pointer;
    border-radius: 11px;
    padding: 0.7rem 1.1rem;
    font-weight: 600;
    background: var(--ink);
    color: var(--surface);
    transition: transform 120ms ease, opacity 120ms ease;
  }
  .command-button:hover {
    opacity: 0.9;
  }
  .command-button:active {
    transform: translateY(1px);
  }
  @media (max-width: 479px) {
    .command {
      flex-wrap: wrap;
    }
    .command-input {
      flex-basis: calc(100% - 3rem);
    }
    .command-button {
      flex: 1 1 100%;
      justify-content: center;
    }
  }
  .command-dark {
    background: rgb(255 255 255 / 0.08);
    border-color: rgb(255 255 255 / 0.16);
    box-shadow: none;
  }
  .command-dark .command-input {
    color: #fff;
  }
  .command-dark .command-input::placeholder {
    color: rgb(255 255 255 / 0.45);
  }
  .command-dark .command-button {
    background: #0cce6b;
    color: #06220f;
  }
  .try {
    border-radius: 999px;
    padding: 0.1rem 0.6rem;
    border: 1px dashed var(--hairline);
    color: var(--ink-soft);
    transition: border-color 120ms ease, color 120ms ease;
  }
  .try:hover {
    border-color: var(--accent);
    color: var(--accent);
  }
  .demo-wrap {
    perspective: 1400px;
  }
  .demo-card {
    background: var(--surface);
    border: 1px solid var(--hairline);
    border-radius: 18px;
    box-shadow: var(--shadow), 0 40px 80px -40px rgb(15 23 42 / 0.35);
    transform: rotateY(-7deg) rotateX(3deg);
    transform-origin: left center;
    transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  }
  .demo-card:hover {
    transform: rotateY(0) rotateX(0);
  }
  .demo-ring {
    position: relative;
    flex: none;
    width: 120px;
    height: 120px;
  }
  .demo-arc {
    stroke-dasharray: 326.73;
    stroke-dashoffset: 326.73;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    animation: fill-ring 1.6s cubic-bezier(0.22, 1, 0.36, 1) 350ms forwards;
  }
  .demo-count {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 2.3rem;
    font-weight: 600;
    color: #0cce6b;
    font-variant-numeric: tabular-nums;
    counter-reset: n var(--n);
    animation: count-up 1.6s cubic-bezier(0.22, 1, 0.36, 1) 350ms forwards;
  }
  .demo-count::after {
    content: counter(n);
  }
  .demo-mini {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 0.6rem 0.25rem 0.5rem;
    background: var(--ink-faint);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--ink-faint) 7%, transparent);
    }
  }
  .demo-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    white-space: nowrap;
  }
  .chip {
    flex: none;
    max-width: 45%;
    border-radius: 6px;
    padding: 0.1rem 0.4rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--ink-soft);
    background: var(--ink-faint);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--ink-faint) 12%, transparent);
    }
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .stats {
    position: relative;
    margin-top: -1.5rem;
  }
  .stat {
    padding: 1.4rem 1.25rem;
    text-align: center;
  }
  .stat + .stat {
    border-left: 1px solid var(--hairline);
  }
  @media (max-width: 767px) {
    .stat:nth-child(3) {
      border-left: 0;
    }
    .stat:nth-child(n + 3) {
      border-top: 1px solid var(--hairline);
    }
  }
  .stat-num {
    font-size: 1.9rem;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  .stat-label {
    margin-top: 0.15rem;
    font-size: 0.8125rem;
    color: var(--ink-faint);
  }
  .step {
    position: relative;
    transition: transform 160ms ease;
  }
  .step:hover {
    transform: translateY(-2px);
  }
  .step-num {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    font-weight: 600;
    color: var(--accent);
    background: var(--accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--accent) 12%, transparent);
    }
  }
  .category {
    position: relative;
    overflow: hidden;
    transition: transform 160ms ease;
  }
  .category::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--c);
  }
  .category:hover {
    transform: translateY(-2px);
  }
  .category-icon {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 11px;
    color: var(--c);
    background: var(--c);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--c) 13%, transparent);
    }
  }
  .scale {
    display: flex;
    gap: 4px;
    height: 12px;
  }
  .scale span {
    border-radius: 999px;
  }
  .cta {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background: radial-gradient(60% 80% at 15% 0%, rgb(31 111 235 / 0.45), transparent 60%), radial-gradient(50% 70% at 90% 100%, rgb(12 206 107 / 0.35), transparent 60%), #0b1220;
  }
  .cta .dot-grid {
    background-image: radial-gradient(rgb(255 255 255 / 0.14) 1px, transparent 1px);
  }
  .rise {
    opacity: 0;
    animation: rise 700ms cubic-bezier(0.22, 1, 0.36, 1) var(--d, 0ms) forwards;
  }
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes fill-ring {
    to {
      stroke-dashoffset: 26.14;
    }
  }
  @keyframes count-up {
    to {
      --n: 92;
    }
  }
  @keyframes pulse {
    50% {
      box-shadow: 0 0 0 7px color-mix(in srgb, #0cce6b 6%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .rise {
      opacity: 1;
      animation: none;
    }
    .demo-arc {
      animation: none;
      stroke-dashoffset: 26.14;
    }
    .demo-count {
      animation: none;
      --n: 92;
    }
    .eyebrow-dot {
      animation: none;
    }
    .demo-card {
      transform: none;
    }
  }
  @media (max-width: 1023px) {
    .demo-card {
      transform: none;
    }
  }
}
@property --tw-space-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-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;
}
@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-space-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --n: 0;
    }
  }
}
