/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --font-mono: ui-monospace, "SF Mono", Menlo, monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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: #2563eb;
    --color-primary-500: #3b82f6;
    --color-secondary-200: #e2e8f0;
    --color-secondary-500: #64748b;
    --color-secondary-600: #475569;
    --color-secondary-700: #334155;
    --color-neutral: #171717;
    --color-background: #f3f9fd;
  }
}
@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;
  }
  .-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);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .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;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .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-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-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-6 {
    padding-block: 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);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .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\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .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;
@layer components {
  .oryxa-hero {
    height: 345px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #315d83;
  }
  .oryxa-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    z-index: -2;
  }
  .oryxa-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(9, 31, 57, .52), rgba(11, 29, 49, .38) 60%, rgba(10, 26, 45, .46));
  }
  .oryxa-hero-content {
    width: min(100% - 32px, 850px);
    margin: 0 auto;
    padding-top: 34px;
    text-align: center;
  }
  .oryxa-hero h1 {
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -.02em;
    margin: 0 0 7px;
    color: #fff;
  }
  .oryxa-hero p {
    margin: 0 auto 13px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.75;
    color: #fff;
    text-shadow: 0 1px 2px #1229404d;
  }
  .oryxa-hero-search {
    width: min(100%, 516px);
    height: 49px;
    margin: 0 auto;
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 17px #071b2f30;
  }
  .oryxa-hero-submit {
    flex: 0 0 79px;
    height: 37px;
    border: 0;
    border-radius: 6px;
    background: #2368d9;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }
  .oryxa-hero-submit:hover {
    background: #1559c4;
  }
  .oryxa-hero-search input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #223b5c;
    text-align: right;
    padding: 0 17px;
    font-size: 12px;
  }
  .oryxa-hero-search input::placeholder {
    color: #8090a5;
    opacity: 1;
  }
  .oryxa-hero-search-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-inline-end: 12px;
    color: #1b3354;
  }
  @media (max-width: 650px) {
    .oryxa-hero {
      height: 350px;
    }
    .oryxa-hero-image {
      object-position: 63% 15%;
    }
    .oryxa-hero-content {
      padding-top: 48px;
    }
    .oryxa-hero h1 {
      font-size: 25px;
    }
    .oryxa-hero p {
      font-size: 13px;
      margin-bottom: 20px;
    }
    .oryxa-desktop-break {
      display: none;
    }
    .oryxa-hero-search {
      height: 53px;
    }
    .oryxa-hero-submit {
      height: 41px;
    }
  }
  .oryxa-category-strip {
    position: relative;
    z-index: 2;
    max-width: 1240px;
    margin: -74px auto 0;
    padding: 0 30px 16px;
  }
  .oryxa-category-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 4px;
  }
  .oryxa-category-card {
    --card-bg: #f3eeff;
    --card-accent: #8552c4;
    min-width: 0;
    height: 124px;
    padding: 11px 5px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #e6ecf7;
    border-radius: 9px;
    background: var(--card-bg);
    box-shadow: 0 5px 12px #263c6214;
    color: #1b3150;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease;
  }
  .oryxa-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 18px #263c6229;
  }
  .oryxa-category-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin-bottom: 2px;
  }
  .oryxa-category-name {
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    min-height: 31px;
  }
  .oryxa-category-arrow {
    margin-top: auto;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--card-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in srgb, var(--card-accent) 48%, white);
    }
    color: #263952;
    font-size: 19px;
    line-height: 1;
    font-weight: 600;
  }
  .oryxa-category-card.family .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(34%) sepia(50%) saturate(1090%) hue-rotate(236deg);
  }
  .oryxa-category-card.identity .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(1238%) hue-rotate(181deg);
  }
  .oryxa-category-card.courts .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(52%) saturate(787%) hue-rotate(303deg);
  }
  .oryxa-category-card.vehicles .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(34%) sepia(77%) saturate(1577%) hue-rotate(190deg);
  }
  .oryxa-category-card.housing .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(37%) sepia(52%) saturate(522%) hue-rotate(103deg);
  }
  .oryxa-category-card.work .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(42%) sepia(46%) saturate(682%) hue-rotate(347deg);
  }
  .oryxa-category-card.abroad .oryxa-category-icon {
    filter: brightness(0) saturate(100%) invert(35%) sepia(49%) saturate(762%) hue-rotate(222deg);
  }
  .oryxa-category-card.identity {
    --card-bg: #eff8ff;
    --card-accent: #49a2ea;
  }
  .oryxa-category-card.courts {
    --card-bg: #fff0f1;
    --card-accent: #c47886;
  }
  .oryxa-category-card.vehicles {
    --card-bg: #edf8ff;
    --card-accent: #59a7e0;
  }
  .oryxa-category-card.housing {
    --card-bg: #eafbf4;
    --card-accent: #65c3a1;
  }
  .oryxa-category-card.work {
    --card-bg: #fff6ed;
    --card-accent: #e0ad61;
  }
  .oryxa-category-card.abroad {
    --card-bg: #f4efff;
    --card-accent: #947fc9;
  }
  @media (max-width: 850px) {
    .oryxa-category-strip {
      padding-inline: 18px;
    }
    .oryxa-category-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 8px;
    }
  }
  @media (max-width: 520px) {
    .oryxa-category-strip {
      margin-top: -42px;
      padding-inline: 12px;
    }
    .oryxa-category-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
    }
    .oryxa-category-card {
      height: 119px;
    }
  }
  .oryxa-assistant-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px 40px;
    scroll-margin-top: 20px;
  }
  .oryxa-assistant-shell {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 210px;
    gap: 22px;
    min-height: 265px;
    padding: 24px 18px;
    border: 1px solid #dae6f5;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 18px #1636580c;
  }
  .oryxa-assistant-progress {
    grid-column: 3;
    grid-row: 1;
    padding: 0 2px;
    border-right: 1px solid #e8eef7;
  }
  .oryxa-progress-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 72px;
    color: #263a55;
  }
  .oryxa-progress-item b {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e8eef7;
    color: #25405e;
    font-size: 12px;
  }
  .oryxa-progress-item.active b {
    background: #266ee0;
    color: #fff;
  }
  .oryxa-progress-item strong {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }
  .oryxa-progress-item small {
    display: block;
    font-size: 10px;
    color: #71829c;
    margin-top: 5px;
    line-height: 1.5;
  }
  .oryxa-assistant-form-area {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }
  .oryxa-assistant-heading {
    text-align: center;
    margin-bottom: 13px;
  }
  .oryxa-assistant-heading h2 {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #122742;
  }
  .oryxa-assistant-heading h2 span {
    color: #2975ed;
  }
  .oryxa-assistant-heading p {
    font-size: 11px;
    color: #6a7b96;
    margin: 0;
  }
  .oryxa-prototype-note {
    padding: 7px 10px;
    margin-bottom: 13px;
    text-align: center;
    border-radius: 6px;
    background: #f0f6ff;
    color: #406594;
    font-size: 10px;
  }
  .oryxa-input-label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 700;
    color: #314763;
  }
  .oryxa-demo-search {
    height: 40px;
    border: 1px solid #cfdced;
    border-radius: 7px;
    display: flex;
    align-items: center;
  }
  .oryxa-demo-search input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 12px;
    border: 0;
    background: transparent;
    outline: 0;
    color: #243b57;
    font-size: 12px;
  }
  .oryxa-demo-search svg {
    width: 17px;
    height: 17px;
    margin-inline: 10px;
    color: #3174ce;
  }
  .oryxa-input-help {
    margin: 5px 0 12px;
    color: #8290a4;
    font-size: 10px;
  }
  .oryxa-demo-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
  }
  .oryxa-demo-fields select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d3dfee;
    border-radius: 7px;
    background: #fff;
    color: #62748e;
    font-size: 11px;
  }
  .oryxa-demo-button {
    width: 100%;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    background: #2b70df;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
  }
  .oryxa-demo-button:hover {
    background: #1c5cc0;
    color: #fff;
  }
  .oryxa-assistant-how {
    grid-column: 1;
    grid-row: 1;
    padding: 15px 12px;
    background: #f5f9ff;
    border-radius: 8px;
  }
  .oryxa-assistant-how h3 {
    margin: 0 0 14px;
    font-size: 14px;
    font-weight: 800;
    color: #172c47;
  }
  .oryxa-assistant-how ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .oryxa-assistant-how li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #4b617e;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .oryxa-assistant-how b {
    flex: 0 0 23px;
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d8ecff;
    color: #1c599e;
    font-size: 11px;
  }
  .oryxa-question-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: 12px;
  }
  .oryxa-location-input {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #d3dfee;
    border-radius: 7px;
    background: #fff;
    color: #243b57;
    font-size: 11px;
  }
  .oryxa-answer-list {
    margin: 0;
    padding-inline-start: 19px;
    color: #405773;
    font-size: 11px;
    line-height: 1.8;
  }
  .oryxa-answer-list li {
    margin-bottom: 5px;
  }
  .oryxa-location-answer {
    margin-top: 13px;
    padding: 14px;
    border-radius: 8px;
    background: #f4f9ff;
    color: #314963;
    font-size: 12px;
  }
  .oryxa-location-answer h4 {
    font-weight: 800;
    margin: 0 0 6px;
  }
  .oryxa-location-answer p, .oryxa-answer-note {
    margin: 4px 0;
    font-size: 11px;
    line-height: 1.8;
    color: #5b7089;
  }
  .oryxa-answer-note {
    padding: 12px;
    background: #fff9ed;
    border-radius: 7px;
    margin-top: 13px;
  }
  .oryxa-result-preview:not(:target) {
    display: none;
  }
  .oryxa-result-preview.is-visible {
    display: block;
  }
  @media (max-width: 650px) {
    .oryxa-question-fields {
      grid-template-columns: 1fr;
    }
  }
  .oryxa-result-preview {
    margin-top: 20px;
    padding: 23px;
    border: 1px solid #dce7f5;
    border-radius: 10px;
    background: #fff;
    scroll-margin-top: 20px;
    box-shadow: 0 6px 18px #1636580a;
  }
  .oryxa-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5edf7;
  }
  .oryxa-result-head span {
    color: #2166c7;
    font-size: 11px;
    font-weight: 700;
  }
  .oryxa-result-head h3 {
    margin: 6px 0;
    font-size: 19px;
    color: #172c49;
  }
  .oryxa-result-head p {
    margin: 0;
    color: #6b7d98;
    font-size: 11px;
    line-height: 1.7;
  }
  .oryxa-status-chip {
    padding: 8px 11px;
    white-space: nowrap;
    border-radius: 99px;
    background: #eaf8f2;
    color: #237e5d;
    font-size: 10px;
    font-weight: 700;
  }
  .oryxa-result-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
  }
  .oryxa-result-panel {
    min-height: 106px;
    padding: 14px;
    border: 1px solid #e1eaf5;
    border-radius: 8px;
    background: #fbfdff;
  }
  .oryxa-result-panel h4, .oryxa-result-bottom h4 {
    font-size: 12px;
    margin: 0 0 9px;
    color: #193654;
  }
  .oryxa-result-panel p, .oryxa-result-bottom p {
    font-size: 11px;
    line-height: 1.8;
    color: #667b95;
    margin: 0;
  }
  .oryxa-result-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 17px 1px 0;
  }
  .oryxa-result-bottom a {
    font-size: 11px;
    color: #1e61bf;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  @media (max-width: 950px) {
    .oryxa-assistant-shell {
      grid-template-columns: minmax(0, 1fr) 190px;
    }
    .oryxa-assistant-form-area {
      grid-column: 1;
    }
    .oryxa-assistant-how {
      grid-column: 2;
    }
    .oryxa-assistant-progress {
      display: none;
    }
  }
  @media (max-width: 650px) {
    .oryxa-assistant-section {
      padding-inline: 12px;
    }
    .oryxa-assistant-shell {
      display: block;
      padding: 18px 14px;
    }
    .oryxa-assistant-how {
      margin-top: 18px;
    }
    .oryxa-demo-fields, .oryxa-result-grid {
      grid-template-columns: 1fr;
    }
    .oryxa-result-preview {
      padding: 18px 14px;
    }
    .oryxa-result-head, .oryxa-result-bottom {
      display: block;
    }
    .oryxa-status-chip {
      display: inline-block;
      margin-top: 12px;
    }
    .oryxa-result-bottom a {
      display: inline-block;
      margin-top: 12px;
      white-space: normal;
    }
  }
  .oryxa-header {
    background: #fff;
    border-bottom: 1px solid #e6edf6;
    position: relative;
    z-index: 30;
  }
  .oryxa-header-inner {
    max-width: 1240px;
    height: 51px;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 125px;
  }
  .oryxa-brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: 195px;
    height: 46px;
    text-decoration: none;
  }
  .oryxa-logo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .oryxa-desktop-nav {
    display: flex;
    align-items: stretch;
    height: 100%;
    gap: 29px;
    white-space: nowrap;
  }
  .oryxa-desktop-nav a {
    display: flex;
    align-items: center;
    position: relative;
    color: #31445f;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: color .15s ease;
  }
  .oryxa-desktop-nav a:hover, .oryxa-desktop-nav a.is-current {
    color: #2066d5;
  }
  .oryxa-desktop-nav a.is-current::after {
    content: "";
    height: 2px;
    background: #2b72e8;
    position: absolute;
    inset-inline: 0;
    bottom: 7px;
  }
  .oryxa-mobile-menu {
    display: none;
  }
  @media (max-width: 1050px) {
    .oryxa-header-inner {
      gap: 85px;
      padding-inline: 18px;
    }
    .oryxa-brand {
      width: 175px;
    }
    .oryxa-desktop-nav {
      gap: 14px;
    }
    .oryxa-desktop-nav a {
      font-size: 11px;
    }
  }
  @media (max-width: 850px) {
    .oryxa-header-inner {
      height: 62px;
    }
    .oryxa-brand {
      width: 205px;
      height: 54px;
    }
    .oryxa-desktop-nav {
      display: none;
    }
    .oryxa-mobile-menu {
      display: block;
      flex: 0 0 auto;
      position: relative;
      margin-inline-start: auto;
    }
    .oryxa-mobile-menu summary {
      list-style: none;
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border: 1px solid #d8e2ee;
      border-radius: 7px;
      color: #263e5f;
      cursor: pointer;
    }
    .oryxa-mobile-menu summary::-webkit-details-marker {
      display: none;
    }
    .oryxa-mobile-menu summary svg {
      width: 20px;
      height: 20px;
    }
    .oryxa-mobile-menu nav {
      position: absolute;
      top: 43px;
      left: 0;
      width: 230px;
      padding: 9px;
      background: #fff;
      border: 1px solid #e1eaf5;
      border-radius: 9px;
      box-shadow: 0 12px 28px #152a4540;
    }
    .oryxa-mobile-menu nav a {
      display: block;
      padding: 11px 12px;
      border-radius: 6px;
      font-size: 13px;
      color: #2d4260;
      text-decoration: none;
    }
    .oryxa-mobile-menu nav a:hover {
      background: #edf5ff;
      color: #1f66d2;
    }
  }
  @media (max-width: 520px) {
    .oryxa-header-inner {
      gap: 8px;
      padding-inline: 12px;
    }
    .oryxa-brand {
      width: 170px;
    }
  }
  @media (max-width: 375px) {
    .oryxa-brand {
      width: 140px;
    }
    .oryxa-header-search input::placeholder {
      color: transparent;
    }
  }
}
.oryxa-official-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.oryxa-official-choice {
  display: block;
  width: 100%;
  border: 1px solid #dce6df;
  border-radius: 12px;
  background: #fff;
  text-align: right;
  direction: rtl;
  padding: 14px 18px;
  color: #183a30;
  font: inherit;
  line-height: 1.7;
  cursor: pointer;
}
.oryxa-official-choice:hover,.oryxa-official-choice:focus-visible {
  border-color: #178060;
  background: #f2faf6;
  outline: 2px solid transparent;
}
.oryxa-guides {
  max-width: 1240px;
  margin: 2px auto 0;
  padding: 0 30px 44px;
  direction: rtl;
}
.oryxa-guides-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  margin-bottom: 16px;
  text-align: center;
}
.oryxa-guides-head h2 {
  margin: 0;
  color: #123b32;
  font-size: 24px;
  font-weight: 800;
}
.oryxa-guides-head p {
  margin: 5px 0 0;
  color: #77867f;
  font-size: 13px;
}
.oryxa-guides-all {
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid #87b7ed;
  border-radius: 7px;
  background: #fff;
  color: #216eeb;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.oryxa-guides-all:hover,.oryxa-guides-all:focus-visible {
  background: #edf5ff;
}
.oryxa-guides-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 13px;
}
.oryxa-guide-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e4e9eb;
  border-radius: 11px;
  background: #fff;
  color: #20383f;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(32,56,63,.05);
  transition: transform .2s ease,box-shadow .2s ease;
}
.oryxa-guide-card:hover,.oryxa-guide-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(32,56,63,.12);
}
.oryxa-guide-image-wrap {
  position: relative;
  display: block;
}
.oryxa-guide-image-wrap img {
  display: block;
  width: 100%;
  height: 103px;
  object-fit: cover;
  background: #e9edf0;
}
.oryxa-guide-category {
  position: absolute;
  right: 7px;
  bottom: 7px;
  padding: 3px 7px;
  background: #fff;
  border-radius: 5px;
  color: #2270d8;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 2px 7px #0002;
}
.oryxa-guide-body {
  display: block;
  padding: 10px 9px 12px;
  text-align: right;
}
.oryxa-guide-body strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  font-size: 11px;
  line-height: 1.65;
}
.oryxa-guide-body small {
  display: block;
  margin-top: 9px;
  color: #718397;
  font-size: 10px;
}
.oryxa-trust-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 13px;
  margin-top: 25px;
}
.oryxa-trust-card {
  position: relative;
  min-height: 100px;
  padding: 19px 17px 17px 72px;
  border: 1px solid #e4eaf0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(29,55,67,.04);
}
.oryxa-trust-card strong {
  display: block;
  color: #1f3b49;
  font-size: 13px;
}
.oryxa-trust-card p {
  margin: 8px 0 0;
  color: #718194;
  font-size: 11px;
  line-height: 1.7;
}
.oryxa-trust-icon {
  position: absolute;
  left: 16px;
  top: 21px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 700;
}
.oryxa-trust-icon.violet {
  background: #efe8fc;
  color: #7d39c5;
}
.oryxa-trust-icon.amber {
  background: #fff0d8;
  color: #e89a15;
}
.oryxa-trust-icon.green {
  background: #def7e8;
  color: #12a65b;
}
.oryxa-trust-icon.blue {
  background: #e6f0ff;
  color: #2d7bea;
}
@media (max-width:1020px) {
  .oryxa-guides-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .oryxa-guide-image-wrap img {
    height: 140px;
  }
  .oryxa-trust-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:620px) {
  .oryxa-guides {
    padding: 0 16px 30px;
  }
  .oryxa-guides-head {
    display: block;
  }
  .oryxa-guides-head h2 {
    font-size: 21px;
  }
  .oryxa-guides-head p {
    font-size: 12px;
  }
  .oryxa-guides-all {
    position: static;
    margin: 12px auto 0;
  }
  .oryxa-guides-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .oryxa-guide-image-wrap img {
    height: 105px;
  }
  .oryxa-trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .oryxa-trust-card {
    min-height: 85px;
  }
}
.oryxa-popular {
  max-width: 1240px;
  margin: 24px auto 0;
  padding: 0 30px 50px;
  direction: rtl;
}
.oryxa-popular-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 80px;
  margin-bottom: 18px;
}
.oryxa-popular-heading {
  text-align: center;
}
.oryxa-popular-heading h2 {
  margin: 0;
  color: #123b32;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}
.oryxa-popular-heading p {
  margin: 6px 0 0;
  color: #73827b;
  font-size: 13px;
}
.oryxa-popular-all {
  position: absolute;
  left: 0;
  top: 17px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #9ccfba;
  border-radius: 7px;
  background: #fff;
  color: #18775e;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
.oryxa-popular-all:hover,.oryxa-popular-all:focus-visible {
  background: #eaf7f0;
  border-color: #278460;
}
.oryxa-popular-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 14px;
}
.oryxa-popular-card {
  display: block;
  overflow: hidden;
  border: 1px solid #e6eae5;
  border-radius: 12px;
  background: #fff;
  color: #203d35;
  text-decoration: none;
  box-shadow: 0 5px 18px rgba(28,62,42,.055);
  transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.oryxa-popular-card:hover,.oryxa-popular-card:focus-visible {
  transform: translateY(-4px);
  border-color: #9dceb4;
  box-shadow: 0 10px 22px rgba(28,62,42,.11);
}
.oryxa-popular-image {
  display: block;
  width: 100%;
  height: 107px;
  object-fit: cover;
  background: #e8eee7;
}
.oryxa-popular-copy {
  position: relative;
  display: block;
  min-height: 91px;
  padding: 11px 11px 12px 35px;
  text-align: right;
}
.oryxa-popular-copy strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oryxa-popular-copy small {
  display: block;
  margin-top: 7px;
  color: #84918a;
  font-size: 10.5px;
  line-height: 1.55;
}
.oryxa-popular-icon {
  position: absolute;
  left: 10px;
  top: 10px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--card-icon-bg);
  color: var(--card-icon-color);
  font-size: 14px;
  font-weight: 700;
}
@media (max-width:1020px) {
  .oryxa-popular-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .oryxa-popular-image {
    height: 145px;
  }
}
@media (max-width:620px) {
  .oryxa-popular {
    padding: 0 16px 35px;
    margin-top: 16px;
  }
  .oryxa-popular-head {
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
  .oryxa-popular-heading h2 {
    font-size: 21px;
  }
  .oryxa-popular-heading p {
    font-size: 12px;
  }
  .oryxa-popular-all {
    position: static;
    margin: 13px auto 0;
  }
  .oryxa-popular-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
  }
  .oryxa-popular-image {
    height: 105px;
  }
  .oryxa-popular-copy {
    padding: 10px 9px 11px 29px;
    min-height: 91px;
  }
  .oryxa-popular-copy strong {
    font-size: 11px;
  }
  .oryxa-popular-copy small {
    font-size: 9px;
  }
  .oryxa-popular-icon {
    left: 7px;
    top: 8px;
    width: 19px;
    height: 19px;
    font-size: 12px;
  }
}
@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;
    }
  }
}
