/* [project]/apps/platform/src/app/globals.css [app-client] (css) */
@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-font-weight: 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;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    --spacing: .25rem;
    --container-xl: 36rem;
    --container-4xl: 56rem;
    --text-xs: .8125rem;
    --text-sm: .9375rem;
    --text-sm--line-height: 1.5;
    --text-base: 1.0625rem;
    --text-lg: 1.1875rem;
    --text-xl: 1.5rem;
    --text-xl--line-height: 1.3;
    --text-2xl: 1.875rem;
    --text-2xl--line-height: 1.25;
    --text-3xl: 2.5rem;
    --text-3xl--line-height: 1.15;
    --text-4xl: 3.25rem;
    --font-weight-semibold: 600;
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --shadow-md: 0 4px 12px #0f1b3d14;
    --shadow-lg: 0 12px 32px #0f1b3d1f;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-orange: #f26522;
    --color-orange-dark: #d9551a;
    --color-orange-light: #ffe8da;
    --color-orange-ink: #b04510;
    --color-cyan: #1fa9e1;
    --color-cyan-dark: #1487b6;
    --color-cyan-light: #e3f4fb;
    --color-cyan-ink: #0f6e96;
    --color-navy: #1a2b5c;
    --color-navy-dark: #0f1b3d;
    --color-ink: #15192b;
    --color-ink-soft: #444a6b;
    --color-muted: #6b7280;
    --color-line: #e5e7eb;
    --color-surface: #fff;
    --color-surface-alt: #f7f8fb;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }

  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }

    *, :before, :after {
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
    }
  }

  body {
    font-family: var(--font-sans);
    font-size: var(--text-base);
    color: var(--color-ink);
    background: var(--color-surface);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.55;
  }

  h1, h2, h3, h4 {
    color: var(--color-navy);
    letter-spacing: -.01em;
    font-weight: 700;
    line-height: 1.15;
  }

  h1 {
    font-size: clamp(2.1rem, 4.5vw + 1rem, var(--text-4xl));
    letter-spacing: -.02em;
  }

  h2 {
    font-size: clamp(1.6rem, 2.5vw + 1rem, var(--text-3xl));
  }

  h3 {
    font-size: var(--text-xl);
    line-height: 1.3;
  }

  h4 {
    font-size: var(--text-lg);
  }

  strong, b {
    font-weight: 600;
  }

  a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
    outline: 3px solid var(--color-cyan);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
  }

  ::selection {
    background: var(--color-orange-light);
    color: var(--color-navy);
  }
}

@layer components {
  .wrap {
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
    padding-inline: 16px;
  }

  .wrap--narrow {
    max-width: 880px;
  }

  @media (min-width: 768px) {
    .wrap {
      padding-inline: 32px;
    }
  }

  .section {
    padding-block: 64px;
  }

  .section--alt {
    background: var(--color-surface-alt);
  }

  .section--tight {
    padding-block: 48px;
  }

  @media (min-width: 768px) {
    .section {
      padding-block: 96px;
    }

    .section--tight {
      padding-block: 64px;
    }
  }

  .section-head {
    max-width: 760px;
    margin-bottom: 48px;
  }

  .section-head > h1, .section-head > h2 {
    margin: 0;
  }

  .section-head > .lead {
    margin: 16px 0 0;
  }

  .section-head--center {
    text-align: center;
    margin-inline: auto;
  }

  .eyebrow {
    font-size: var(--text-xs);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-orange-ink);
    margin-bottom: 12px;
    font-weight: 600;
    display: inline-block;
  }

  .lead {
    font-size: var(--text-lg);
    color: var(--color-ink-soft);
    line-height: 1.7;
  }

  .link {
    color: var(--color-cyan-ink);
    text-underline-offset: 3px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color .12s;
  }

  .link:hover {
    color: var(--color-orange-ink);
  }

  .skip-link {
    z-index: 1000;
    border-radius: var(--radius-sm);
    background: var(--color-navy);
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    transition: top .12s;
    position: absolute;
    top: -100px;
    left: 16px;
  }

  .skip-link:focus {
    top: 12px;
  }

  .btn {
    font-size: var(--text-base);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid #0000;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s, color .2s, border-color .2s, transform .12s, box-shadow .2s;
    display: inline-flex;
  }

  @media (max-width: 639px) {
    .btn {
      white-space: normal;
    }
  }

  .btn:hover {
    transform: translateY(-1px);
  }

  .btn:active {
    transform: translateY(0);
  }

  .btn:disabled, .btn[aria-disabled="true"] {
    opacity: .55;
    cursor: not-allowed;
    transform: none;
  }

  .btn--primary {
    background: var(--color-orange);
    color: #fff;
    box-shadow: var(--shadow-md);
    font-weight: 700;
  }

  .btn--primary:hover {
    background: var(--color-orange-dark);
    color: #fff;
    box-shadow: var(--shadow-lg);
  }

  .btn--secondary {
    background: var(--color-navy);
    color: #fff;
  }

  .btn--secondary:hover {
    background: var(--color-navy-dark);
    color: #fff;
  }

  .btn--ghost {
    color: var(--color-navy);
    border-color: var(--color-line);
    background: none;
  }

  .btn--ghost:hover {
    background: var(--color-surface-alt);
    border-color: var(--color-navy);
    color: var(--color-navy);
  }

  .btn--danger {
    color: #fff;
    background: #b42318;
  }

  .btn--danger:hover {
    color: #fff;
    background: #8f1c13;
  }

  .btn--lg {
    font-size: var(--text-lg);
    padding: 16px 32px;
  }

  .btn--sm {
    font-size: var(--text-sm);
    padding: 8px 16px;
  }

  .btn--block {
    white-space: normal;
    width: 100%;
    display: flex;
  }

  .btn-group {
    flex-wrap: wrap;
    gap: 12px;
    display: flex;
  }

  .btn-group--center {
    justify-content: center;
  }

  .hero {
    background: radial-gradient(ellipse at 80% -10%, var(--color-cyan-light) 0%, transparent 55%), radial-gradient(ellipse at 0% 90%, var(--color-orange-light) 0%, transparent 50%), var(--color-surface);
    padding-block: 64px 96px;
    overflow-x: clip;
  }

  @media (min-width: 768px) {
    .hero {
      padding-block: 96px 128px;
    }
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    gap: 48px;
    display: grid;
  }

  @media (min-width: 960px) {
    .hero__inner {
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
      gap: 64px;
    }
  }

  .hero--center .hero__inner {
    text-align: center;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__title {
    margin: 16px 0 24px;
    font-size: clamp(2.2rem, 4vw + 1rem, 3.5rem);
  }

  .hero__title em {
    color: var(--color-orange);
    font-style: normal;
  }

  .hero__lead {
    max-width: 56ch;
    color: var(--color-ink-soft);
    margin: 0 0 32px;
    font-size: clamp(1.1rem, .5vw + 1rem, 1.3rem);
    line-height: 1.7;
  }

  .hero--center .hero__lead {
    margin-inline: auto;
  }

  .hero__panel {
    isolation: isolate;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 24px;
    position: relative;
  }

  .hero__panel:before {
    content: "";
    z-index: -1;
    border-radius: var(--radius-lg);
    filter: blur(24px);
    background: radial-gradient(circle at 20% 20%, #f2652259 0%, #0000 55%), radial-gradient(circle at 80% 80%, #1fa9e159 0%, #0000 55%);
    position: absolute;
    inset: -8% -6% -6% -8%;
  }

  .hero__panel-title {
    font-size: var(--text-xs);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin: 0 0 12px;
    font-weight: 600;
  }

  .hero__panel-list {
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px;
    display: flex;
  }

  .hero__panel-item {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    color: var(--color-ink);
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2px 16px;
    padding: 12px 16px;
    text-decoration: none;
    transition: border-color .2s, background-color .2s;
    display: grid;
  }

  .hero__panel-item:hover {
    border-color: var(--color-cyan);
    background: var(--color-cyan-light);
  }

  .hero__panel-name {
    color: var(--color-navy);
    font-weight: 600;
  }

  .hero__panel-meta {
    font-size: var(--text-xs);
    color: var(--color-muted);
    grid-column: 1;
  }

  .hero__panel-price {
    font-size: var(--text-sm);
    color: var(--color-navy);
    white-space: nowrap;
    grid-area: 1 / 2 / span 2;
    font-weight: 700;
  }

  .card {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    height: 100%;
    color: var(--color-ink);
    flex-direction: column;
    gap: 12px;
    padding: 32px;
    text-decoration: none;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex;
  }

  @media (max-width: 639px) {
    .card {
      padding: 24px;
    }
  }

  .card--interactive:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--color-cyan);
    transform: translateY(-3px);
  }

  .card--featured {
    border-color: var(--color-orange);
    box-shadow: var(--shadow-md);
  }

  .card--accent {
    border-top: 4px solid var(--color-orange);
  }

  .card--danger {
    background: #fff7f7;
    border-color: #f5c2c2;
  }

  .card__step {
    background: var(--color-orange);
    color: #fff;
    border-radius: 999px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1.1875rem;
    font-weight: 700;
    display: inline-flex;
  }

  .card__step--sm {
    background: var(--color-navy);
    width: 28px;
    height: 28px;
    font-size: var(--text-sm);
  }

  .card__title {
    font-size: var(--text-xl);
    color: var(--color-navy);
    margin: 0;
    line-height: 1.3;
  }

  .card__title--sm {
    font-size: var(--text-lg);
  }

  .card__meta {
    font-size: var(--text-sm);
    color: var(--color-muted);
    margin: 0;
    font-weight: 500;
  }

  .card__body {
    color: var(--color-ink-soft);
    flex: 1;
    margin: 0;
  }

  .card__footer {
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: auto;
    padding-top: 8px;
    display: flex;
  }

  .card__price {
    color: var(--color-navy);
    font-weight: 700;
  }

  .card__price-note {
    font-size: var(--text-xs);
    color: var(--color-muted);
    font-weight: 500;
  }

  .card__cta {
    color: var(--color-cyan-ink);
    align-items: center;
    gap: 4px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
  }

  .card__cta:after {
    content: "→";
    transition: transform .12s;
  }

  a.card__cta:hover, .card--interactive:hover .card__cta {
    color: var(--color-orange-ink);
  }

  a.card__cta:hover:after, .card--interactive:hover .card__cta:after {
    transform: translateX(3px);
  }

  .tile {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    color: var(--color-ink-soft);
    font-size: var(--text-sm);
    padding: 16px;
  }

  .badge {
    background: var(--color-orange-light);
    color: var(--color-orange-ink);
    font-size: var(--text-xs);
    border-radius: 999px;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    display: inline-flex;
  }

  .badge--cyan {
    background: var(--color-cyan-light);
    color: var(--color-cyan-ink);
  }

  .badge--navy {
    background: var(--color-navy);
    color: #fff;
  }

  .badge--neutral {
    background: var(--color-surface-alt);
    color: var(--color-ink-soft);
    box-shadow: inset 0 0 0 1px var(--color-line);
  }

  .badge--success {
    color: #1e6b3a;
    background: #e6f6ec;
  }

  a.badge:hover {
    box-shadow: inset 0 0 0 1px;
  }

  .checklist {
    flex-direction: column;
    gap: 12px;
    display: flex;
  }

  .checklist li {
    padding-left: 2em;
    line-height: 1.7;
    position: relative;
  }

  .checklist li:before {
    content: "✓";
    background: var(--color-cyan-light);
    width: 1.4em;
    height: 1.4em;
    color: var(--color-cyan-ink);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    font-size: .85em;
    font-weight: 700;
    display: inline-flex;
    position: absolute;
    top: .2em;
    left: 0;
  }

  .checklist--cross li:before {
    content: "✕";
    color: #b42318;
    background: #ffe2e2;
  }

  .checklist--columns {
    gap: 12px 48px;
    display: grid;
  }

  @media (min-width: 768px) {
    .checklist--columns {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .checklist--sm {
    font-size: var(--text-sm);
    color: var(--color-ink-soft);
    gap: 8px;
  }

  .checklist--sm li {
    line-height: 1.55;
  }

  .checklist--sm li:before {
    top: .1em;
  }

  .cta-block {
    border-radius: var(--radius-lg);
    background: radial-gradient(ellipse at 80% 0%, #f2652240 0%, transparent 50%), var(--color-navy);
    color: #fff;
    text-align: center;
    padding: 48px 24px;
  }

  @media (min-width: 768px) {
    .cta-block {
      padding: 64px 48px;
    }
  }

  .cta-block h2 {
    color: #fff;
    margin: 0 0 12px;
  }

  .cta-block p {
    max-width: 60ch;
    font-size: var(--text-lg);
    color: #ffffffd9;
    margin: 0 auto 24px;
  }

  .faq {
    flex-direction: column;
    gap: 12px;
    display: flex;
  }

  .faq__item {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    transition: border-color .2s;
    overflow: hidden;
  }

  .faq__item[open] {
    border-color: var(--color-cyan);
  }

  .faq__summary {
    color: var(--color-navy);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    font-weight: 600;
    list-style: none;
    display: flex;
  }

  .faq__summary::-webkit-details-marker {
    display: none;
  }

  .faq__summary:after {
    content: "+";
    color: var(--color-orange);
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    transition: transform .2s;
  }

  .faq__item[open] .faq__summary:after {
    transform: rotate(45deg);
  }

  .faq__body {
    color: var(--color-ink-soft);
    padding: 0 24px 24px;
    line-height: 1.7;
  }

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

  .field__label {
    font-size: var(--text-sm);
    color: var(--color-navy);
    font-weight: 600;
  }

  .field__help {
    font-size: var(--text-xs);
    color: var(--color-muted);
    margin: 0;
  }

  .input {
    background: var(--color-surface);
    border-radius: var(--radius-md);
    width: 100%;
    color: var(--color-ink);
    font-size: var(--text-base);
    border: 1px solid #aab1bf;
    padding: 12px 16px;
    transition: border-color .2s, box-shadow .2s;
  }

  .input:focus, .input:focus-visible {
    border-color: var(--color-cyan-dark);
    box-shadow: 0 0 0 3px var(--color-cyan-light);
    outline: none;
  }

  .check {
    font-size: var(--text-sm);
    color: var(--color-ink-soft);
    align-items: flex-start;
    gap: 8px;
    display: flex;
  }

  .check input {
    width: 1rem;
    height: 1rem;
    accent-color: var(--color-orange-dark);
    flex-shrink: 0;
    margin-top: .2em;
  }

  .alert {
    border-radius: var(--radius-md);
    font-size: var(--text-sm);
    border: 1px solid;
    padding: 12px 16px;
  }

  .alert--error {
    color: #9b2c2c;
    background: #fdecec;
    border-color: #f5c2c2;
  }

  .alert--success {
    color: #1e6b3a;
    background: #e6f6ec;
    border-color: #b7e2c5;
  }

  .alert--info {
    background: var(--color-cyan-light);
    color: var(--color-navy);
    border-color: #bfe3f3;
  }

  .auth-page {
    background: radial-gradient(ellipse at 80% -10%, var(--color-cyan-light) 0%, transparent 55%), radial-gradient(ellipse at 0% 90%, var(--color-orange-light) 0%, transparent 50%), var(--color-surface);
  }

  .auth-card {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    width: 100%;
    max-width: 28rem;
    box-shadow: var(--shadow-md);
    margin-inline: auto;
    padding: 32px;
  }

  @media (max-width: 639px) {
    .auth-card {
      padding: 24px;
    }
  }

  .auth-card__title {
    font-size: var(--text-2xl);
    margin: 0 0 8px;
  }

  .filter-bar {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    display: flex;
  }

  .filter-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .filter-row__label {
    width: 100%;
    font-size: var(--text-xs);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--color-muted);
    font-weight: 600;
  }

  @media (min-width: 768px) {
    .filter-row__label {
      width: 7.5rem;
    }
  }

  .chip {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    min-height: 36px;
    color: var(--color-ink-soft);
    font-size: var(--text-sm);
    border-radius: 999px;
    align-items: center;
    padding: 6px 16px;
    font-weight: 500;
    text-decoration: none;
    transition: border-color .2s, color .2s, background-color .2s;
    display: inline-flex;
  }

  .chip:hover {
    border-color: var(--color-navy);
    color: var(--color-navy);
  }

  .chip--active, .chip--active:hover {
    background: var(--color-navy);
    border-color: var(--color-navy);
    color: #fff;
  }

  .empty-state {
    background: var(--color-surface);
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px dashed #c9ced8;
    padding: 48px 24px;
  }

  .empty-state__title {
    color: var(--color-ink-soft);
    margin: 0 0 16px;
  }

  .feature__icon {
    border-radius: var(--radius-md);
    background: var(--color-cyan-light);
    width: 48px;
    height: 48px;
    color: var(--color-cyan-ink);
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-flex;
  }

  .feature__icon--orange {
    background: var(--color-orange-light);
    color: var(--color-orange-ink);
  }

  .table-wrap {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    overflow-x: auto;
  }

  .data-table {
    border-collapse: collapse;
    width: 100%;
    font-size: var(--text-sm);
  }

  .data-table th {
    background: var(--color-surface-alt);
    border-bottom: 1px solid var(--color-line);
    color: var(--color-navy);
    text-align: left;
    white-space: nowrap;
    padding: 12px 16px;
    font-weight: 600;
  }

  .data-table td {
    border-bottom: 1px solid var(--color-line);
    color: var(--color-ink-soft);
    vertical-align: top;
    padding: 12px 16px;
  }

  .data-table tr:last-child td {
    border-bottom: 0;
  }

  .data-table .mono {
    font-family: var(--font-mono);
    color: var(--color-navy);
    font-size: .875rem;
  }

  .breadcrumb ol {
    font-size: var(--text-sm);
    color: var(--color-muted);
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    display: flex;
  }

  .breadcrumb li {
    align-items: center;
    gap: 8px;
    display: inline-flex;
  }

  .breadcrumb li + li:before {
    content: "›";
    color: var(--color-muted);
  }

  .breadcrumb a {
    color: var(--color-ink-soft);
    text-decoration: none;
  }

  .breadcrumb a:hover {
    color: var(--color-cyan-ink);
    text-decoration: underline;
  }

  .breadcrumb [aria-current="page"] {
    color: var(--color-navy);
    font-weight: 500;
  }

  .price {
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    display: flex;
  }

  .price__amount {
    letter-spacing: -.02em;
    color: var(--color-navy);
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .price__note {
    font-size: var(--text-sm);
    color: var(--color-muted);
  }

  .purchase-card .card {
    box-shadow: var(--shadow-md);
  }

  @media (min-width: 1024px) {
    .purchase-card {
      align-self: start;
      position: sticky;
      top: 96px;
    }
  }

  .meter {
    background: var(--color-line);
    border-radius: 999px;
    height: 10px;
    overflow: hidden;
  }

  .meter__fill {
    border-radius: inherit;
    background: var(--color-cyan);
    height: 100%;
    transition: width .2s;
  }

  .meter__fill--good {
    background: #2f9e5b;
  }

  .meter__fill--mid {
    background: var(--color-orange);
  }

  .meter__fill--low {
    background: #d64545;
  }

  .score-card {
    border-radius: var(--radius-lg);
    background: radial-gradient(ellipse at 80% 0%, #f2652240 0%, transparent 50%), var(--color-navy);
    color: #fff;
    text-align: center;
    padding: 32px;
  }

  .score-card__label {
    font-size: var(--text-sm);
    color: #ffffffd9;
    margin: 0;
  }

  .score-card__value {
    margin: 8px 0 0;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
  }

  .option {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    width: 100%;
    color: var(--color-ink);
    text-align: left;
    cursor: pointer;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
    transition: border-color .2s, background-color .2s;
    display: flex;
  }

  .option:hover {
    border-color: var(--color-cyan);
    background: var(--color-cyan-light);
  }

  .option__key {
    color: var(--color-cyan-ink);
    font-weight: 700;
  }

  .video-frame {
    aspect-ratio: 16 / 9;
    border: 1px solid var(--color-line);
    border-radius: var(--radius-lg);
    background: #000;
    overflow: hidden;
  }

  .prose-ot {
    color: var(--color-ink-soft);
    line-height: 1.7;
  }

  .prose-ot h2 {
    font-size: var(--text-2xl);
    margin: 48px 0 16px;
  }

  .prose-ot p {
    margin: 0 0 16px;
  }

  .prose-ot a {
    color: var(--color-cyan-ink);
    text-decoration: underline;
  }

  .logo {
    letter-spacing: -.03em;
    color: var(--color-navy);
    align-items: baseline;
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
  }

  .logo__accent {
    color: var(--color-orange);
  }

  .logo--inverse {
    color: #fff;
  }

  .site-header {
    z-index: 100;
    border-bottom: 1px solid var(--color-line);
    -webkit-backdrop-filter: saturate(180%) blur(8px);
    backdrop-filter: saturate(180%) blur(8px);
    background: #ffffffeb;
    position: sticky;
    top: 0;
  }

  .site-header__inner {
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 72px;
    display: flex;
  }

  .site-header__logo {
    flex-shrink: 0;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
  }

  .site-nav {
    align-items: center;
    gap: 24px;
    display: flex;
  }

  .site-nav__list {
    gap: 24px;
    display: none;
  }

  .site-nav__list a {
    color: var(--color-ink);
    font-size: var(--text-sm);
    white-space: nowrap;
    border-bottom: 2px solid #0000;
    padding: 8px 0;
    font-weight: 500;
    text-decoration: none;
  }

  .site-nav__list a:hover, .site-nav__list a[aria-current="page"] {
    color: var(--color-cyan-ink);
    border-bottom-color: var(--color-orange);
  }

  .site-nav__actions {
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .site-nav__login {
    color: var(--color-navy);
    font-size: var(--text-sm);
    padding: 8px 4px;
    font-weight: 600;
    text-decoration: none;
  }

  .site-nav__login:hover {
    color: var(--color-cyan-ink);
  }

  .site-nav__login, .site-nav__cta, .user-menu {
    display: none;
  }

  .lang-toggle {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    min-width: 44px;
    height: 36px;
    color: var(--color-navy);
    font-size: var(--text-xs);
    cursor: pointer;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    display: inline-flex;
  }

  .lang-toggle:hover {
    border-color: var(--color-navy);
  }

  .user-menu {
    position: relative;
  }

  .user-menu__button {
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    color: var(--color-navy);
    font-size: var(--text-sm);
    cursor: pointer;
    border-radius: 999px;
    align-items: center;
    gap: 8px;
    padding: 4px 12px 4px 4px;
    font-weight: 600;
    display: inline-flex;
  }

  .user-menu__button:hover {
    border-color: var(--color-navy);
  }

  .user-menu__avatar {
    background: var(--color-orange-light);
    width: 28px;
    height: 28px;
    color: var(--color-orange-ink);
    font-size: var(--text-xs);
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    display: inline-flex;
  }

  .user-menu__name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 12rem;
    overflow: hidden;
  }

  .user-menu__panel {
    z-index: 110;
    background: var(--color-surface);
    border: 1px solid var(--color-line);
    border-radius: var(--radius-md);
    min-width: 200px;
    box-shadow: var(--shadow-lg);
    padding: 8px;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
  }

  .user-menu__item {
    border-radius: var(--radius-sm);
    width: 100%;
    color: var(--color-ink);
    font-size: var(--text-sm);
    text-align: left;
    cursor: pointer;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
  }

  .user-menu__item:hover {
    background: var(--color-surface-alt);
    color: var(--color-navy);
  }

  .user-menu__item--danger {
    color: #b42318;
  }

  .nav-toggle {
    border-radius: var(--radius-sm);
    width: 44px;
    height: 44px;
    color: var(--color-navy);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .nav-toggle:hover {
    background: var(--color-surface-alt);
  }

  .nav-toggle__icon, .nav-toggle__icon:before, .nav-toggle__icon:after {
    background: currentColor;
    border-radius: 2px;
    width: 22px;
    height: 2px;
    transition: transform .2s, opacity .2s;
    display: block;
  }

  .nav-toggle__icon {
    position: relative;
  }

  .nav-toggle__icon:before, .nav-toggle__icon:after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle__icon:before {
    top: -7px;
  }

  .nav-toggle__icon:after {
    top: 7px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon {
    background: none;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon:before {
    transform: translateY(7px)rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon:after {
    transform: translateY(-7px)rotate(-45deg);
  }

  .mobile-drawer {
    z-index: 90;
    background: var(--color-surface);
    padding: 32px 0 48px;
    display: none;
    position: fixed;
    inset: 72px 0 0;
    overflow-y: auto;
  }

  .mobile-drawer[data-open="true"] {
    display: block;
  }

  .mobile-drawer__list {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    display: flex;
  }

  .mobile-drawer__list a {
    border-radius: var(--radius-md);
    color: var(--color-navy);
    font-size: var(--text-lg);
    padding: 16px 12px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .mobile-drawer__list a:hover {
    background: var(--color-surface-alt);
    color: var(--color-cyan-ink);
  }

  @media (min-width: 1040px) {
    .site-nav__list {
      display: flex;
    }

    .site-nav__login, .site-nav__cta {
      display: inline-flex;
    }

    .user-menu {
      display: block;
    }

    .nav-toggle {
      display: none;
    }

    .mobile-drawer {
      display: none !important;
    }
  }

  .site-footer {
    background: var(--color-navy-dark);
    color: #c7ccdc;
    font-size: var(--text-sm);
    padding-block: 64px 32px;
    line-height: 1.7;
  }

  .site-footer a {
    color: #fff;
    text-decoration: none;
  }

  .site-footer a:hover {
    color: var(--color-orange);
    text-decoration: underline;
  }

  .site-footer__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
    margin-bottom: 48px;
    display: grid;
  }

  @media (min-width: 768px) {
    .site-footer__grid {
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
  }

  .site-footer__brand .logo {
    margin-bottom: 16px;
  }

  .site-footer__brand p {
    max-width: 36ch;
    margin: 0;
  }

  .site-footer__heading {
    color: #fff;
    font-size: var(--text-sm);
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-weight: 600;
  }

  .site-footer__col ul {
    flex-direction: column;
    gap: 8px;
    display: flex;
  }

  .site-footer__bottom {
    color: #8a93ab;
    font-size: var(--text-xs);
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    gap: 12px;
    padding-top: 24px;
    display: flex;
  }

  @media (min-width: 768px) {
    .site-footer__bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
    }
  }
}

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .m-0 {
    margin: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .h-full {
    height: 100%;
  }

  .min-h-12 {
    min-height: calc(var(--spacing) * 12);
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-xl {
    max-width: var(--container-xl);
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .flex-1 {
    flex: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .scroll-mt-20 {
    scroll-margin-top: calc(var(--spacing) * 20);
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .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;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .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-10 {
    gap: calc(var(--spacing) * 10);
  }

  .self-start {
    align-self: flex-start;
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }

  .text-center {
    text-align: center;
  }

  .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-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));
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-\[\#9b2c2c\] {
    color: #9b2c2c;
  }

  .text-ink-soft {
    color: var(--color-ink-soft);
  }

  .text-muted {
    color: var(--color-muted);
  }

  .text-navy {
    color: var(--color-navy);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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, );
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }
}

@property --tw-font-weight {
  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: 0;
}

@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
}

/*# sourceMappingURL=apps_platform_src_app_globals_0yz-1fy.css.map*/