/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    --font-mono: ui-monospace,monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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);
    --color-primary: #1552ed;
    --color-neutral: #101c35;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .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-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 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-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-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    background: #fff;
    color: #101c35;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,input,textarea,select {
    font: inherit;
  }
  button,a,input,select,textarea {
    -webkit-tap-highlight-color: transparent;
  }
  button {
    cursor: pointer;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  h1,h2,h3,p {
    margin-top: 0;
  }
  h1,h2,h3 {
    line-height: 1.17;
    letter-spacing: -.04em;
  }
  h1 {
    font-size: clamp(3rem,5.7vw,5.3rem);
    font-weight: 760;
  }
  h2 {
    font-size: clamp(2rem,3.3vw,3.2rem);
    font-weight: 730;
  }
  h3 {
    font-size: 1.2rem;
    letter-spacing: -.025em;
  }
  p {
    color: #617087;
  }
  a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline: 3px solid #009f98;
    outline-offset: 4px;
  }
  ::selection {
    background: #dce8ff;
  }
  [x-cloak] {
    display: none !important;
  }
  svg {
    flex-shrink: 0;
  }
  input,textarea,select {
    min-width: 0;
  }
  summary {
    cursor: pointer;
  }
  strong {
    font-weight: 750;
  }
}
@layer components {
  .container {
    width: min(1200px,calc(100% - 64px));
    margin-inline: auto;
  }
  .section {
    padding-block: 96px;
  }
  .section-wash {
    background: #f5f8fc;
  }
  .eyebrow {
    font-size: 11px;
    line-height: 1.7;
    font-weight: 800;
    letter-spacing: .14em;
    color: #516880;
    margin: 0 0 18px;
  }
  .muted {
    color: #617087;
  }
  .small,small {
    font-size: 13px;
  }
  .icon {
    width: 21px;
    height: 21px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 23px;
    font-weight: 850;
    letter-spacing: -1px;
    color: #101c35;
    white-space: nowrap;
  }
  .brand-dot {
    color: #00a89e;
  }
  .site-header {
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid #e7edf3;
    position: relative;
    z-index: 20;
  }
  .header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
  }
  .desktop-nav {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 600;
  }
  .desktop-nav a:hover,.footer-main a:hover {
    color: #1552ed;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border: 1px solid #1552ed;
    border-radius: 9px;
    background: #1552ed;
    color: #fff;
    font-weight: 750;
    font-size: 14px;
    padding: 15px 23px;
    min-height: 52px;
    transition: background .2s,transform .2s;
  }
  .button:hover {
    background: #1043c7;
    transform: translateY(-1px);
  }
  .button-small {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 13px;
  }
  .button-light {
    background: #fff;
    border-color: #fff;
    color: #101c35;
  }
  .button-light:hover {
    background: #eaf0ff;
  }
  .button-outline {
    background: #fff;
    border-color: #d7e0ed;
    color: #101c35;
  }
  .button-outline:hover {
    background: #edf3fb;
  }
  .button:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none;
  }
  .button-row {
    display: flex;
    gap: 27px;
    align-items: center;
    flex-wrap: wrap;
  }
  .text-link {
    font-weight: 750;
    font-size: 14px;
    display: inline-flex;
    gap: 13px;
    align-items: center;
  }
  .text-link:hover {
    color: #1552ed;
  }
  .menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 10px;
  }
  .mobile-nav {
    padding-block: 10px 23px;
  }
  .mobile-nav a {
    display: block;
    padding: 10px;
  }
  .preview-note {
    background: #eef3ff;
    text-align: center;
    padding: 7px 16px;
    font-size: 12px;
    color: #284b9c;
  }
  .hero {
    padding-block: 88px 82px;
    display: grid;
    grid-template-columns: 1.16fr 1fr;
    gap: 72px;
    align-items: center;
  }
  .hero h1 {
    margin-bottom: 25px;
  }
  .hero h1 span {
    color: #1552ed;
  }
  .hero-description {
    font-size: 17px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 29px;
  }
  .live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00a89e;
    margin-right: 8px;
  }
  .hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 11px;
    color: #617087;
    margin-top: 26px;
  }
  .hero-notes span {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .hero-notes svg {
    width: 15px;
    height: 15px;
    color: #00a89e;
  }
  .hero-board {
    background: #f4f7fc;
    border: 1px solid #e4eaf5;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 60px -36px #667d9c;
    position: relative;
  }
  .board-title {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
  }
  .board-title .eyebrow {
    font-size: 9px;
    letter-spacing: .12em;
    margin: 0;
  }
  .board-title svg {
    color: #1552ed;
  }
  .hero-board h2 {
    font-size: 31px;
    line-height: 1.25;
    margin: 26px 0;
  }
  .project-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #e5ebf4;
    border-radius: 11px;
    padding: 16px 14px;
    margin-bottom: 12px;
    transition: transform .2s,box-shadow .2s;
  }
  .project-row:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 20px #1227540a;
  }
  .project-row strong {
    font-size: 12px;
    display: block;
    letter-spacing: -.015em;
  }
  .project-row small {
    font-size: 10px;
    color: #748399;
    display: block;
    margin-top: 3px;
  }
  .project-row>.icon {
    margin-left: auto;
    width: 17px;
    height: 17px;
    color: #8291a7;
  }
  .icon-tile {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #eef3ff;
    color: #1552ed;
    flex-shrink: 0;
  }
  .project-row:nth-of-type(2) .icon-tile {
    background: #e7f7f4;
    color: #15998c;
  }
  .project-row:nth-of-type(3) .icon-tile {
    background: #f1edfc;
    color: #7953bf;
  }
  .board-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 4px 0;
    color: #708095;
    font-size: 10px;
    line-height: 1.8;
  }
  .board-footer strong {
    color: #42536a;
    font-weight: 600;
  }
  .board-footer svg {
    width: 19px;
    height: 19px;
  }
  .principle-bar {
    border-block: 1px solid #e7edf3;
  }
  .principle-bar>.container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-block: 22px;
    font-size: 13px;
    font-weight: 700;
    color: #51647a;
  }
  .principle-bar span::before {
    content: '+';
    color: #00a89e;
    margin-right: 15px;
  }
  .section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 45px;
    margin-bottom: 38px;
  }
  .section-head h2 {
    margin-bottom: 0;
  }
  .section-head>p {
    max-width: 335px;
    font-size: 14px;
    margin: 0;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 13px;
  }
  .category-card {
    border: 1px solid #e1e8f2;
    border-radius: 11px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 93px;
    transition: background .2s,border-color .2s;
  }
  .category-card:hover {
    background: #f7faff;
    border-color: #aabfeb;
  }
  .category-card strong {
    font-size: 13px;
    line-height: 1.5;
  }
  .category-card>.icon {
    margin-left: auto;
    color: #8b9ab0;
    width: 16px;
    height: 16px;
  }
  .custom-card {
    background: #f5f8fc;
  }
  .service-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
  }
  .service-card {
    background: #fff;
    border: 1px solid #e0e7f1;
    border-radius: 13px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s,border-color .2s;
  }
  .service-card:hover {
    border-color: #b7c9ea;
    box-shadow: 0 14px 32px -25px #223b70;
  }
  .card-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
  }
  .card-top .eyebrow {
    font-size: 8px;
    margin: 0;
    letter-spacing: .08em;
  }
  .service-card h3 {
    margin: 0 0 13px;
    font-size: 19px;
  }
  .service-card h3 a:hover {
    color: #1552ed;
  }
  .service-card p {
    font-size: 12px;
    line-height: 1.85;
    margin-bottom: 24px;
  }
  .card-bottom {
    margin-top: auto;
    border-top: 1px solid #edf1f7;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card-bottom strong {
    font-size: 20px;
    letter-spacing: -.04em;
  }
  .card-link {
    color: #1552ed;
    padding: 7px;
    background: #eef3ff;
    border-radius: 7px;
    display: inline-flex;
  }
  .steps-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 35px;
  }
  .step {
    border-top: 1px solid #dce6f2;
    padding-top: 23px;
  }
  .step>span {
    font-size: 12px;
    color: #1552ed;
    font-weight: 800;
  }
  .step h3 {
    margin-top: 23px;
    font-size: 19px;
  }
  .step p {
    font-size: 13px;
    line-height: 1.85;
  }
  .support-banner {
    padding: 43px 45px;
    background: #102a57;
    color: white;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 92px;
  }
  .support-banner h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .support-banner p {
    color: #afc0dc;
    font-size: 13px;
    margin-bottom: 0;
  }
  .support-banner .eyebrow {
    color: #8eacdb;
    margin-bottom: 12px;
    font-size: 9px;
  }
  .site-footer {
    border-top: 1px solid #e4eaf2;
    padding-top: 58px;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 55px;
  }
  .footer-main p {
    font-size: 13px;
    line-height: 1.9;
    margin-top: 18px;
  }
  .footer-main>div>strong {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .footer-main>div>a:not(.brand) {
    display: block;
    font-size: 12px;
    color: #617087;
    margin-bottom: 9px;
  }
  .footer-bottom {
    border-top: 1px solid #e4eaf2;
    padding-block: 22px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 10px;
    color: #748399;
  }
  .skip-link {
    position: absolute;
    top: -100px;
    left: 15px;
    padding: 14px;
    background: #fff;
    color: #1552ed;
    z-index: 1000;
  }
  .skip-link:focus {
    top: 15px;
  }
  .page-heading {
    padding-block: 65px 33px;
  }
  .page-heading h1 {
    font-size: clamp(2.4rem,4.4vw,4rem);
    margin-bottom: 18px;
  }
  .page-heading p {
    max-width: 650px;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    color: #617087;
    font-size: 12px;
    margin-bottom: 25px;
  }
  .breadcrumbs a:hover {
    color: #1552ed;
  }
  .catalog-layout {
    display: grid;
    grid-template-columns: 215px minmax(0,1fr);
    gap: 35px;
    padding-bottom: 85px;
  }
  .category-sidebar {
    align-self: start;
    position: sticky;
    top: 25px;
  }
  .category-sidebar a {
    display: flex;
    justify-content: space-between;
    padding: 11px 12px;
    margin-bottom: 3px;
    font-size: 12px;
    border-radius: 7px;
    color: #53647a;
    gap: 10px;
  }
  .category-sidebar a[aria-current=true] {
    color: #1552ed;
    background: #eef3ff;
    font-weight: 750;
  }
  .category-sidebar a:hover {
    background: #f4f7fc;
  }
  .catalog-results .service-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #dce5f1;
    padding: 8px 10px 8px 17px;
    border-radius: 10px;
    max-width: 750px;
  }
  .search-form input {
    border: 0;
    padding: 6px;
    flex: 1;
    width: 100%;
    outline: none;
  }
  .search-form button {
    min-height: 39px;
  }
  .filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 0 20px;
    font-size: 12px;
    color: #617087;
  }
  .filter-row select {
    padding: 9px;
    border: 1px solid #dce5f1;
    border-radius: 7px;
    background: #fff;
  }
  .empty-state {
    text-align: center;
    border: 1px dashed #cbd8e8;
    padding: 45px 25px;
    border-radius: 12px;
    background: #f8fafc;
  }
  .empty-state h2 {
    font-size: 26px;
  }
  .empty-state p {
    font-size: 14px;
  }
  .pagination {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 25px;
  }
  .pagination a,.pagination span {
    border: 1px solid #dfe7f0;
    border-radius: 6px;
    padding: 7px 12px;
  }
  .pagination .current {
    background: #1552ed;
    color: #fff;
  }
  .detail-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 65px;
    padding-bottom: 85px;
  }
  .detail-main h2 {
    font-size: 23px;
    margin-top: 33px;
    margin-bottom: 14px;
  }
  .detail-main p,.detail-main li {
    font-size: 15px;
    line-height: 1.85;
    color: #617087;
  }
  .detail-box {
    border-top: 1px solid #e4eaf2;
    padding-top: 15px;
  }
  .order-summary {
    border: 1px solid #dce5f1;
    box-shadow: 0 12px 40px -30px #264066;
    border-radius: 14px;
    padding: 27px;
    position: sticky;
    top: 25px;
    align-self: start;
    background: #fff;
  }
  .price-big {
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .order-summary .button {
    width: 100%;
    margin-top: 17px;
  }
  .info-line {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 13px;
    padding: 12px 0;
    border-bottom: 1px solid #e8edf4;
  }
  .info-line svg {
    color: #1552ed;
  }
  .fine-print {
    font-size: 11px !important;
    line-height: 1.75 !important;
    color: #728198;
    margin: 13px 0 0;
  }
  .prose-page {
    max-width: 800px;
    padding-block: 20px 85px;
  }
  .prose-page h2 {
    font-size: 24px;
    margin-top: 35px;
  }
  .prose-page h3 {
    margin-top: 26px;
  }
  .prose-page p,.prose-page li {
    color: #617087;
    font-size: 15px;
    line-height: 1.9;
  }
  .prose-page ul {
    padding-left: 21px;
  }
  .prose-page a {
    color: #1552ed;
    text-decoration: underline;
  }
  .faq-item {
    border-bottom: 1px solid #dfe7f1;
    padding: 19px 0;
  }
  .faq-item summary {
    font-size: 16px;
    font-weight: 750;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .faq-item summary::after {
    content: '+';
    font-size: 21px;
    color: #1552ed;
  }
  .faq-item[open] summary::after {
    content: '−';
  }
  .faq-item p {
    margin: 14px 25px 0 0;
    font-size: 14px;
    line-height: 1.85;
  }
  .form-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 320px;
    gap: 40px;
    padding-bottom: 80px;
  }
  .panel {
    border: 1px solid #dce5f1;
    border-radius: 13px;
    background: #fff;
    padding: 28px;
  }
  .panel h2 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .panel h3 {
    font-size: 18px;
  }
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .field {
    display: block;
    margin-bottom: 21px;
  }
  .field>span {
    font-size: 13px;
    font-weight: 750;
    display: block;
    margin-bottom: 7px;
  }
  .field small {
    font-weight: 400;
    color: #718096;
  }
  .field input,.field select,.field textarea {
    width: 100%;
    border: 1px solid #cdd8e7;
    border-radius: 7px;
    padding: 11px 13px;
    background: #fff;
    color: #101c35;
    line-height: 1.5;
  }
  .field textarea {
    min-height: 112px;
    resize: vertical;
  }
  .check-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #53647a;
    margin-bottom: 20px;
  }
  .check-field input {
    margin-top: 5px;
  }
  .check-field a {
    color: #1552ed;
    text-decoration: underline;
  }
  .notice {
    padding: 14px 18px;
    border: 1px solid #c9ddf4;
    background: #eef5ff;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 23px;
    color: #27456e;
  }
  .notice.error {
    background: #fff3f1;
    border-color: #eac3bf;
    color: #882d24;
  }
  .notice.success {
    background: #effaf5;
    border-color: #b9dfcf;
    color: #24664b;
  }
  .auth-layout {
    max-width: 1010px;
    margin: 60px auto 85px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #dce5f1;
    border-radius: 18px;
    overflow: hidden;
  }
  .auth-intro {
    background: #102a57;
    padding: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .auth-intro h2 {
    font-size: 39px;
  }
  .auth-intro p {
    font-size: 14px;
    color: #b4c5e0;
    line-height: 1.9;
  }
  .auth-form {
    padding: 42px;
  }
  .auth-form h1 {
    font-size: 28px;
    margin-bottom: 9px;
  }
  .auth-form>p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .auth-form .button {
    width: 100%;
  }
  .auth-switch {
    margin-top: 22px;
    font-size: 13px;
    text-align: center;
  }
  .auth-switch a {
    color: #1552ed;
    font-weight: 700;
  }
  .password-wrap {
    position: relative;
  }
  .password-wrap input {
    padding-right: 61px;
  }
  .password-toggle {
    position: absolute;
    right: 7px;
    top: 8px;
    background: none;
    border: 0;
    font-size: 11px;
    padding: 7px;
    color: #53647a;
  }
  .account-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 290px;
    gap: 30px;
    padding-bottom: 80px;
  }
  .order-card {
    border: 1px solid #dce5f1;
    padding: 23px;
    border-radius: 10px;
    margin-bottom: 17px;
    display: flex;
    gap: 22px;
    justify-content: space-between;
    align-items: center;
  }
  .order-card h3 {
    font-size: 19px;
    margin: 9px 0;
  }
  .order-card p {
    font-size: 12px;
    margin: 0;
  }
  .status {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 5px;
    background: #eef3ff;
    color: #315fa4;
    font-size: 10px;
    font-weight: 750;
  }
  .status-delivered,.status-completed {
    background: #eaf7f0;
    color: #22744f;
  }
  .status-refund-review {
    background: #fff4df;
    color: #8f600f;
  }
  .order-meta {
    font-size: 12px;
    color: #617087;
  }
  .order-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 340px;
    gap: 28px;
    padding-bottom: 80px;
  }
  .stack>*+* {
    margin-top: 24px;
  }
  .messages {
    max-height: 520px;
    overflow-y: auto;
    margin: 20px 0;
  }
  .message {
    background: #f4f7fc;
    border: 1px solid #e6edf6;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 15px;
  }
  .message.from-platform {
    background: #edf5ff;
    border-color: #dbe8fb;
  }
  .message-header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 10px;
    font-weight: 750;
    color: #46617e;
  }
  .message-body {
    font-size: 13px;
    line-height: 1.8;
    color: #33465f;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    margin-top: 8px;
  }
  .file-link {
    display: flex;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid #e4eaf2;
    font-size: 13px;
    color: #1552ed;
    overflow-wrap: anywhere;
  }
  .qr-image {
    display: block;
    width: 220px;
    margin: 20px auto;
    border: 1px solid #e5ebf4;
    border-radius: 8px;
  }
  .definition-list {
    margin: 0;
  }
  .definition-list>div {
    padding: 13px 0;
    border-bottom: 1px solid #e5ebf4;
  }
  .definition-list dt {
    font-size: 11px;
    color: #718096;
    margin-bottom: 3px;
  }
  .definition-list dd {
    margin: 0;
    font-size: 13px;
    overflow-wrap: anywhere;
  }
  .help-answer {
    margin-top: 15px;
    background: #f5f8fc;
    padding: 17px;
    border-radius: 8px;
    font-size: 13px;
    color: #53647a;
  }
  .help-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .help-options button {
    border: 1px solid #cddbed;
    border-radius: 20px;
    padding: 7px 11px;
    font-size: 11px;
    background: white;
    color: #315477;
  }
  .hidden-field {
    position: absolute;
    left: -10000px;
    height: 0;
    overflow: hidden;
  }
  .divider {
    height: 1px;
    background: #e4eaf2;
    margin: 24px 0;
  }
  .actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form-note {
    font-size: 12px;
    margin-top: 12px;
  }
  .contact-info p {
    font-size: 13px;
  }
  .admin-only-note {
    font-size: 12px;
    border: 1px solid #cddbed;
    border-radius: 7px;
    padding: 15px;
    background: #f7faff;
    color: #53647a;
  }
  .crypto-checkout {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e5ebf4;
  }
  .crypto-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .crypto-heading strong,.crypto-heading small {
    display: block;
  }
  .crypto-heading small {
    margin-top: 2px;
    color: #66768d;
  }
  .crypto-mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background: #102a57;
    color: #fff;
  }
  .wallet-choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin: 16px 0;
  }
  .wallet-choice {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 11px;
    border: 1px solid #d8e2ee;
    border-radius: 10px;
    background: #fff;
    color: #263952;
    text-align: left;
  }
  .wallet-choice:hover {
    background: #f6f9fd;
  }
  .wallet-choice.is-active {
    border-color: #1552ed;
    background: #eef3ff;
    box-shadow: 0 0 0 1px #1552ed;
  }
  .wallet-choice img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 10px;
  }
  .wallet-choice span,.wallet-choice strong,.wallet-choice small {
    display: block;
  }
  .wallet-choice strong {
    font-size: 12px;
  }
  .wallet-choice small {
    font-size: 9px;
    line-height: 1.4;
    color: #60718a;
  }
  .wallet-panel {
    padding: 16px;
    background: #f6f8fc;
    border: 1px solid #e0e7f1;
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .wallet-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
  }
  .wallet-summary>div {
    padding: 10px;
    background: #fff;
    border: 1px solid #e5ebf4;
    border-radius: 8px;
  }
  .wallet-summary span {
    display: block;
    color: #718096;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .wallet-summary strong {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    overflow-wrap: anywhere;
  }
  .wallet-qr {
    display: block;
    width: 210px;
    max-width: 100%;
    margin: 16px auto;
    background: #fff;
    border: 8px solid #fff;
    border-radius: 10px;
  }
  .wallet-address {
    padding: 12px;
    background: #fff;
    border: 1px solid #dce5f1;
    border-radius: 9px;
  }
  .wallet-address>span {
    display: block;
    font-size: 9px;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .wallet-address code,.wallet-address-inline {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .wallet-address code {
    display: block;
    margin: 6px 0 10px;
    font: 600 10px/1.55 var(--font-mono);
    color: #203653;
  }
  .wallet-address button {
    border: 0;
    border-radius: 7px;
    background: #eaf0ff;
    color: #154cbf;
    font-size: 10px;
    font-weight: 750;
    padding: 8px 10px;
  }
  .crypto-warning {
    margin: 12px 0 0;
    padding: 11px;
    border: 1px solid #efd7a4;
    border-radius: 8px;
    background: #fff8e8;
    color: #694b15;
    font-size: 10px;
    line-height: 1.65;
  }
  .crypto-warning strong {
    color: #503806;
  }
  .crypto-checkout form {
    margin-top: 18px;
  }
  .card-meta {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin: -8px 0 17px;
    color: #66768d;
    font-size: 10px;
    line-height: 1.5;
  }
  .card-meta .icon {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    color: #1552ed;
  }
  .card-bottom {
    gap: 12px;
    flex-wrap: wrap;
  }
  .card-link {
    padding: 8px 10px;
    align-items: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 750;
  }
  .card-link .icon {
    width: 14px;
    height: 14px;
  }
}
@media (min-width:901px) {
  .mobile-nav {
    display: none !important;
  }
}
@media (max-width:1050px) {
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .category-card {
    padding: 15px;
  }
  .detail-layout {
    gap: 30px;
  }
  .catalog-layout {
    grid-template-columns: 190px minmax(0,1fr);
    gap: 24px;
  }
}
@media (max-width:900px) {
  .container {
    width: calc(100% - 40px);
  }
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .header-account {
    margin-left: auto;
  }
  .header-inner {
    height: 74px;
    gap: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 48px 50px;
  }
  .hero-copy {
    max-width: 630px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-board {
    max-width: 600px;
    width: 100%;
    justify-self: center;
  }
  .hero-board h2 {
    font-size: 33px;
  }
  .project-row {
    padding: 18px;
  }
  .project-row strong {
    font-size: 14px;
  }
  .project-row small {
    font-size: 12px;
  }
  .board-title .eyebrow {
    font-size: 10px;
  }
  .board-footer {
    font-size: 12px;
  }
  .section {
    padding-block: 60px;
  }
  .section-head {
    gap: 25px;
  }
  .category-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .service-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .steps-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
  }
  .support-banner {
    padding: 30px;
    margin-bottom: 55px;
  }
  .support-banner h2 {
    font-size: 26px;
  }
  .footer-main {
    grid-template-columns: 1.3fr 1fr 1fr;
  }
  .footer-main>div:first-child {
    grid-column: 1/-1;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .category-sidebar {
    display: flex;
    overflow-x: auto;
    position: static;
    gap: 5px;
    padding-bottom: 7px;
  }
  .category-sidebar a {
    white-space: nowrap;
    border: 1px solid #e3eaf3;
    padding: 8px 12px;
  }
  .category-sidebar strong {
    display: none;
  }
  .detail-layout {
    grid-template-columns: 1fr 300px;
    gap: 25px;
  }
  .form-layout,.order-layout {
    grid-template-columns: 1fr;
  }
  .order-summary {
    position: static;
  }
  .auth-intro {
    padding: 30px;
  }
  .auth-form {
    padding: 30px;
  }
  .account-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width:600px) {
  .container {
    width: calc(100% - 36px);
  }
  .brand {
    font-size: 20px;
    gap: 6px;
  }
  .brand svg {
    width: 23px;
    height: 27px;
  }
  .button-small {
    padding: 8px 12px;
    min-height: 39px;
    font-size: 12px;
  }
  .header-inner {
    height: 69px;
    gap: 8px;
  }
  .header-account svg {
    display: none;
  }
  .menu-toggle {
    padding: 7px;
  }
  .hero h1 {
    font-size: clamp(43px,11.7vw,62px);
    letter-spacing: -.055em;
  }
  .hero-description {
    font-size: 15px;
    line-height: 1.85;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero .button-row {
    gap: 20px;
  }
  .button {
    padding: 13px 18px;
    font-size: 13px;
  }
  .text-link {
    font-size: 12px;
  }
  .hero-notes {
    font-size: 10px;
    gap: 9px;
    margin-top: 23px;
  }
  .hero-board {
    padding: 21px;
    border-radius: 15px;
  }
  .hero-board h2 {
    margin-block: 22px;
    font-size: 30px;
  }
  .project-row {
    padding: 14px 11px;
    gap: 11px;
  }
  .project-row strong {
    font-size: 11px;
  }
  .project-row small {
    font-size: 10px;
  }
  .board-title .eyebrow {
    font-size: 8px;
  }
  .board-footer {
    font-size: 10px;
  }
  .principle-bar>.container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 10px;
    gap: 12px;
    padding-block: 19px;
  }
  .principle-bar span::before {
    margin-right: 7px;
  }
  .section-head {
    display: block;
    margin-bottom: 27px;
  }
  .section-head h2 {
    font-size: 32px;
  }
  .section-head>p {
    margin-top: 20px;
    max-width: none;
    font-size: 13px;
  }
  .section-head>.text-link {
    margin-top: 22px;
  }
  .category-grid {
    gap: 10px;
  }
  .category-card {
    min-height: 133px;
    display: block;
    padding: 15px;
    position: relative;
  }
  .category-card .icon-tile {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
    border-radius: 8px;
  }
  .category-card strong {
    font-size: 11px;
    display: block;
    max-width: 125px;
  }
  .category-card>.icon {
    position: absolute;
    right: 11px;
    top: 21px;
    width: 14px;
    height: 14px;
  }
  .service-grid,.catalog-results .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 22px;
  }
  .card-top {
    margin-bottom: 18px;
  }
  .service-card p {
    font-size: 13px;
  }
  .card-top .eyebrow {
    font-size: 9px;
  }
  .steps-grid {
    gap: 25px 18px;
  }
  .step h3 {
    font-size: 17px;
    line-height: 1.35;
    margin-top: 18px;
  }
  .step p {
    font-size: 12px;
  }
  .support-banner {
    display: block;
    padding: 28px;
  }
  .support-banner .button {
    margin-top: 23px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer-main>div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    display: block;
    font-size: 10px;
  }
  .footer-bottom>span {
    display: block;
    margin-bottom: 4px;
  }
  .page-heading {
    padding-block: 38px 20px;
  }
  .page-heading h1 {
    font-size: 37px;
  }
  .page-heading>p {
    font-size: 14px;
  }
  .detail-layout {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  .detail-layout .order-summary {
    grid-row: 1;
  }
  .order-summary {
    padding: 23px;
  }
  .detail-main h2 {
    font-size: 22px;
  }
  .search-form {
    padding-left: 10px;
    gap: 5px;
  }
  .search-form input {
    font-size: 13px;
  }
  .search-form .icon {
    width: 17px;
  }
  .search-form button {
    padding: 9px 12px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .panel {
    padding: 22px;
  }
  .auth-layout {
    grid-template-columns: 1fr;
    margin: 30px auto 55px;
  }
  .auth-intro {
    padding: 25px;
  }
  .auth-intro h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .auth-intro p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .auth-form {
    padding: 27px 22px;
  }
  .order-card {
    align-items: flex-start;
    padding: 20px;
    gap: 12px;
    flex-direction: column;
  }
  .order-card h3 {
    font-size: 17px;
  }
  .order-layout {
    gap: 20px;
  }
  .filter-row {
    font-size: 11px;
    gap: 8px;
  }
  .filter-row select {
    max-width: 145px;
  }
  .prose-page {
    padding-bottom: 55px;
  }
  .prose-page p,.prose-page li {
    font-size: 14px;
  }
  .preview-note {
    font-size: 10px;
  }
  .wallet-choices,.wallet-summary {
    grid-template-columns: 1fr;
  }
  .wallet-panel {
    padding: 12px;
  }
  .wallet-qr {
    width: 190px;
  }
  .wallet-address code {
    font-size: 9px;
  }
  .wallet-address button {
    width: 100%;
    min-height: 40px;
  }
  .crypto-checkout .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,*::before,*::after {
    transition: none !important;
    animation: none !important;
  }
}
.preview-device {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 844px;
  margin: 24px auto;
  border: 1px solid #cdd8e7;
  border-radius: 18px;
  background: white;
  box-shadow: 0 18px 60px -30px #203b65;
}
.preview-device-heading {
  text-align: center;
  padding: 22px 16px 0;
  font: 600 14px var(--font-sans);
  color: #53647a;
}
.checkout-demo {
  max-width: 660px;
  padding-top: 12px;
}
.copy-value {
  display: inline-block;
  margin-top: 8px;
  min-height: 40px;
  padding: 6px 12px;
  border: 1px solid #bdcde5;
  border-radius: 8px;
  background: #fff;
  color: #163fa3;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
}
.qr-placeholder {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  background: #f4f7fc;
  border: 1px dashed #b6c6de;
  border-radius: 12px;
  color: #50657d;
  padding: 16px;
}
.qr-placeholder span {
  font-size: 11px;
}
.crypto-checkout button:disabled {
  opacity: .65;
  cursor: not-allowed;
}
.crypto-checkout .wallet-panel {
  min-width: 0;
}
.wallet-address-inline {
  overflow-wrap: anywhere;
}
.wallet-choice img {
  object-fit: cover;
  object-position: center top;
}
@media (max-width:900px) {
  .order-layout.order-state-quoted>aside,.order-layout.order-state-payment-review>aside {
    grid-row: 1;
  }
}
body.avs-site {
  background: #faf9f6;
  color: #12243b;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
:where(a,button,input,select,textarea,summary):focus-visible {
  outline: 3px solid #087c78;
  outline-offset: 4px;
}
summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.button,.button-small,.menu-toggle,.password-toggle,.card-link {
  min-height: 44px;
}
.button,.button-small,.desktop-nav a,.mobile-nav a,.text-link,.category-card strong,.service-card p,.card-meta,.card-bottom .small,.card-link,.field small,.field>span,.fine-print,.info-line,.order-meta,.order-next-label,.status,.filter-row,.category-sidebar a,.message-header,.project-row small,.board-footer,.form-note {
  font-size: 14px;
}
.small {
  font-size: 14px;
  line-height: 1.7;
}
.eyebrow,.card-top .eyebrow,.hero .eyebrow {
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .12em;
}
.hero .button-row {
  gap: 14px;
}
.hero .button-row .button-outline {
  padding-inline: 22px;
}
.hero h1,.page-heading h1 {
  font-family: Georgia,'Times New Roman',serif;
  font-weight: 500;
  letter-spacing: -.035em;
}
.hero-description,.page-heading>p {
  font-size: 17px;
}
.hero-board {
  box-shadow: 0 20px 70px -45px #344a63;
}
.service-card {
  box-shadow: 0 6px 24px -20px #294366;
}
.service-card h3 {
  font-size: 22px;
}
.service-card p {
  line-height: 1.75;
}
.card-top {
  gap: 12px;
}
.card-top .eyebrow {
  letter-spacing: .07em;
}
.service-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.service-badge {
  padding: 4px 9px;
  background: #f0f4f9;
  color: #41526c;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
}
.service-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 18px;
}
.detail-main>.service-image {
  aspect-ratio: 16/9;
}
.category-copy {
  min-width: 0;
}
.category-copy small {
  display: block;
  color: #617087;
  font-size: 13px;
  margin-top: 3px;
}
.category-card {
  min-height: 110px;
}
.search-form {
  max-width: none;
}
.search-form input {
  font-size: 16px;
  min-height: 44px;
}
.search-form button {
  flex-shrink: 0;
}
.catalog-results {
  min-width: 0;
}
.category-sidebar a[aria-current=page] {
  background: #eaf0ff;
  color: #123d99;
  font-weight: 750;
}
.subcategory-nav,.active-filters,.faq-jump {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.subcategory-nav a,.active-filters a,.faq-jump a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #d6dfea;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.subcategory-nav a[aria-current=page] {
  background: #12243b;
  color: #fff;
  border-color: #12243b;
}
.subcategory-nav a span {
  font-size: 12px;
  opacity: .85;
}
.catalog-filter-panel {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 10px;
  padding: 10px 16px;
}
.catalog-filter-panel>summary {
  font-size: 15px;
  font-weight: 700;
  gap: 12px;
}
.catalog-filter-panel>summary::before {
  content: '+';
  font-size: 22px;
  color: #1552ed;
}
.catalog-filter-panel[open]>summary::before {
  content: '−';
}
.catalog-filter-form {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin-top: 16px;
}
.catalog-filter-form label {
  font-size: 14px;
  font-weight: 600;
}
.catalog-filter-form select {
  display: block;
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd6e4;
  border-radius: 7px;
  padding: 9px;
  background: #fff;
  font-size: 14px;
  margin-top: 7px;
  color: #12243b;
}
.filter-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  grid-column: 1/-1;
  flex-wrap: wrap;
}
.catalog-filter-panel>.fine-print {
  margin-top: 12px;
}
.active-filters a {
  background: #eef3ff;
  border-color: #d3e0ff;
  color: #18396f;
}
.active-filters span {
  font-size: 20px;
}
.filter-row {
  gap: 12px;
  flex-wrap: wrap;
}
.filter-row form {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
  flex-wrap: wrap;
}
.filter-row select {
  min-height: 44px;
  max-width: 100%;
  min-width: 0;
  background: #fff;
}
.filter-row>p {
  margin: 0;
  overflow-wrap: anywhere;
}
.pagination {
  flex-wrap: wrap;
}
.pagination a,.pagination span {
  min-width: 44px;
  min-height: 44px;
  padding: 8px 12px;
}
.empty-state .button-row {
  justify-content: center;
  flex-wrap: wrap;
}
.empty-state p {
  margin-block: 16px;
}
.readable-list {
  padding-left: 1.4rem;
  list-style: disc;
  color: #526379;
  line-height: 1.8;
  margin-block: 14px;
}
ol.readable-list {
  list-style: decimal;
}
.readable-list li+li {
  margin-top: 9px;
}
.detail-box {
  padding-block: 22px;
}
.detail-box p+p {
  margin-top: 14px;
}
.section-heading {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}
.panel p,.notice p {
  overflow-wrap: anywhere;
}
.panel form {
  margin-top: 14px;
}
.panel .notice p {
  margin-block: 10px;
}
.order-next-step {
  border-top: 4px solid #1552ed;
}
.order-next-step h2 {
  font-size: 24px;
}
.order-next-step>p {
  margin-bottom: 14px;
}
.due-date {
  padding: 12px 14px;
  background: #eff4fb;
  border-radius: 8px;
  margin-top: 18px;
  font-size: 14px;
}
.order-history {
  border-top: 1px solid #e1e7ee;
  margin-top: 22px;
  padding-top: 10px;
}
.order-history summary {
  font-weight: 700;
  font-size: 14px;
}
.timeline {
  list-style: none;
  padding: 0 0 0 17px;
  margin: 12px 0;
  border-left: 2px solid #dbe5f4;
}
.timeline li {
  position: relative;
  padding: 3px 0 16px 8px;
  font-size: 14px;
}
.timeline li:before {
  content: '';
  position: absolute;
  left: -23px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1552ed;
}
.timeline time {
  display: block;
  color: #617087;
  font-size: 13px;
  margin-top: 4px;
}
.order-next-label {
  margin: 10px 0 0;
}
.status-revision-review {
  background: #fff3dd;
  color: #72520e;
}
#project-conversation,#project-summary,#delivery-review,#refund-review,.faq-group {
  scroll-margin-top: 28px;
}
.faq-group {
  margin-block: 38px;
}
.faq-group>h2 {
  font-size: 26px;
  margin-bottom: 8px;
}
.faq-item summary {
  min-height: 44px;
  font-size: 16px;
}
.faq-item p {
  font-size: 15px;
}
.faq-help {
  margin-top: 36px;
}
.faq-jump {
  margin-bottom: 32px;
}
.message-body {
  overflow-wrap: anywhere;
}
.desktop-nav {
  gap: 22px;
}
.menu-toggle {
  min-width: 44px;
}
.mobile-nav a {
  min-height: 44px;
}
.contact-info .text-link {
  overflow-wrap: anywhere;
}
@media (max-width:900px) {
  .subcategory-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
  }
  .subcategory-nav a {
    flex-shrink: 0;
  }
  .category-sidebar a {
    min-height: 44px;
  }
  .detail-layout .order-summary {
    position: static;
  }
  .section-heading {
    align-items: start;
  }
  .hero .button-row .button-outline {
    padding-inline: 18px;
  }
}
@media (max-width:600px) {
  .catalog-filter-form {
    grid-template-columns: 1fr;
  }
  .filter-row {
    display: block;
  }
  .filter-row form {
    margin-top: 12px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
  }
  .filter-row select {
    width: 100%;
    font-size: 14px;
  }
  .filter-row .button {
    width: auto;
  }
  .search-form input {
    width: 100%;
    font-size: 16px;
  }
  .search-form .icon {
    display: none;
  }
  .service-grid,.catalog-results .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    padding: 22px;
  }
  .card-bottom {
    flex-wrap: wrap;
    gap: 14px;
  }
  .card-top .eyebrow {
    font-size: 11px;
  }
  .category-card strong {
    font-size: 14px;
    max-width: none;
  }
  .category-card {
    min-height: 160px;
  }
  .category-copy small {
    font-size: 13px;
  }
  .hero .button-row {
    gap: 12px;
  }
  .hero .button-row .button {
    font-size: 14px;
  }
  .hero .button-row .button-outline {
    margin: 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading>.text-link {
    margin-top: 14px;
  }
  .page-heading h1 {
    font-size: clamp(36px,10vw,52px);
  }
  .order-summary .price-big {
    font-size: 32px;
  }
  .header-account {
    font-size: 14px;
  }
  .fine-print {
    font-size: 13px;
  }
  .wallet-summary span {
    font-size: 12px;
  }
  .wallet-choice small {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,*::before,*::after {
    transition: none !important;
    animation: none !important;
  }
}
.preview-device.preview-width-360 {
  width: 360px;
}
.preview-device.preview-width-390 {
  width: 390px;
}
.preview-device.preview-width-430 {
  width: 430px;
}
.preview-device.preview-width-768 {
  width: 768px;
}
.preview-device[class*=preview-width-] {
  border: 0;
  box-sizing: content-box;
  max-width: calc(100% - 32px);
}
.preview-device-heading form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 18px;
}
.preview-device-heading select {
  min-height: 44px;
  padding: 8px;
  background: #fff;
  border: 1px solid #cad5e3;
  border-radius: 7px;
  margin-left: 7px;
}
.field input:not([type=checkbox]):not([type=radio]),.field select {
  min-height: 44px;
}
.copy-value,.wallet-address button {
  min-height: 44px;
  font-size: 14px;
}
.wallet-choice strong,.wallet-summary strong {
  font-size: 15px;
}
.wallet-choice small,.wallet-summary span,.wallet-address>span {
  font-size: 13px;
  color: #526379;
}
.wallet-address code {
  font-size: 13px;
}
.crypto-warning {
  font-size: 13px;
  line-height: 1.7;
}
.field small,.definition-list dt,.fine-print,.footer-bottom,.project-row small,.board-footer {
  color: #526379;
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
