/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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;
  }
  ::-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 {
  .static {
    position: static;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .content {
    h1, h2, h3, h4, h5, h6 {
      color: var(--color-heading);
    }
    * + h1, * + h2, * + h3, * + h4, * + h5, * + h6, * + p {
      margin-top: var(--space-sm);
    }
    * + p, * + ul, * + ol {
      margin-top: var(--space-xs);
    }
    img {
      border-radius: var(--radius-md);
    }
    ul, ol {
      padding-left: var(--space-sm);
    }
    ul {
      list-style: disc;
    }
    ol {
      list-style: decimal;
    }
    a {
      color: var(--color-secondary);
      text-decoration-line: underline;
      text-underline-offset: 2px;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .w-auto {
    width: auto;
  }
  .max-w-\(--container-max\) {
    max-width: var(--container-max);
  }
  .max-w-\(--content-max\) {
    max-width: var(--content-max);
  }
  .max-w-\[42rem\] {
    max-width: 42rem;
  }
  .max-w-\[var\(--container-max\)\] {
    max-width: var(--container-max);
  }
  .max-w-\[var\(--content-max\)\] {
    max-width: var(--content-max);
  }
  .max-w-none {
    max-width: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-\(--space-sm\) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--space-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--space-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[var\(--space-section\)\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--space-section) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--space-section) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[var\(--space-sm\)\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--space-sm) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--space-sm) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-\(--radius-md\) {
    border-radius: var(--radius-md);
  }
  .rounded-\[var\(--radius-md\)\] {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\(--color-border\) {
    border-color: var(--color-border);
  }
  .border-\[var\(--color-border\)\] {
    border-color: var(--color-border);
  }
  .bg-\(--color-inverse-surface\) {
    background-color: var(--color-inverse-surface);
  }
  .bg-\(--color-primary\) {
    background-color: var(--color-primary);
  }
  .bg-\(--color-surface\) {
    background-color: var(--color-surface);
  }
  .bg-\[var\(--color-inverse-surface\)\] {
    background-color: var(--color-inverse-surface);
  }
  .bg-\[var\(--color-primary\)\] {
    background-color: var(--color-primary);
  }
  .bg-\[var\(--color-surface\)\] {
    background-color: var(--color-surface);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .px-\(--space-lg\) {
    padding-inline: var(--space-lg);
  }
  .px-\(--space-md\) {
    padding-inline: var(--space-md);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[var\(--space-lg\)\] {
    padding-inline: var(--space-lg);
  }
  .px-\[var\(--space-md\)\] {
    padding-inline: var(--space-md);
  }
  .py-\(--space-lg\) {
    padding-block: var(--space-lg);
  }
  .py-\(--space-section\) {
    padding-block: var(--space-section);
  }
  .py-\(--space-sm\) {
    padding-block: var(--space-sm);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-\[var\(--space-lg\)\] {
    padding-block: var(--space-lg);
  }
  .py-\[var\(--space-section\)\] {
    padding-block: var(--space-section);
  }
  .py-\[var\(--space-sm\)\] {
    padding-block: var(--space-sm);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .text-\(--color-heading\) {
    color: var(--color-heading);
  }
  .text-\(--color-inverse-muted\) {
    color: var(--color-inverse-muted);
  }
  .text-\(--color-inverse-text\) {
    color: var(--color-inverse-text);
  }
  .text-\(--color-muted\) {
    color: var(--color-muted);
  }
  .text-\(--color-primary\) {
    color: var(--color-primary);
  }
  .text-\(--color-text\) {
    color: var(--color-text);
  }
  .text-\[var\(--color-heading\)\] {
    color: var(--color-heading);
  }
  .text-\[var\(--color-inverse-muted\)\] {
    color: var(--color-inverse-muted);
  }
  .text-\[var\(--color-inverse-text\)\] {
    color: var(--color-inverse-text);
  }
  .text-\[var\(--color-muted\)\] {
    color: var(--color-muted);
  }
  .text-\[var\(--color-primary\)\] {
    color: var(--color-primary);
  }
  .text-\[var\(--color-text\)\] {
    color: var(--color-text);
  }
  .uppercase {
    text-transform: uppercase;
  }
}
:root {
  --color-primary: #0f766e;
  --color-secondary: #164e63;
  --color-surface: #f8fafc;
  --color-text: #334155;
  --color-heading: #0f172a;
  --color-muted: #64748b;
  --color-border: #e2e8f0;
  --color-inverse-surface: #0f172a;
  --color-inverse-text: #f8fafc;
  --color-inverse-heading: #f8fafc;
  --color-inverse-muted: #cbd5e1;
  --font-body: "Inter", sans-serif;
  --font-heading: "Inter Tight", sans-serif;
  --radius-md: 0.75rem;
  --text-base: 1rem;
  --content-max: 42rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-section: 5rem;
  --container-max: 72rem;
}
body {
  font-size: var(--text-base);
  background-color: var(--color-surface);
  --tw-font-weight: var(--font-body);
  font-weight: var(--font-body);
  color: var(--color-text);
  &:where(.inverted, .inverted *) {
    background-color: var(--color-inverse-surface);
  }
  &:where(.inverted, .inverted *) {
    color: var(--color-inverse-text);
  }
}
h1, h2, h3, h4, h5, h6 {
  --tw-font-weight: var(--font-heading);
  font-weight: var(--font-heading);
  color: var(--color-heading);
  &:where(.inverted, .inverted *) {
    color: var(--color-inverse-heading);
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
