/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans",sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    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: #1456b8;
    --color-neutral: #222329;
    --color-secondary-200: #e4e0e3;
    --color-secondary-500: #716b75;
  }
}
@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);
  }
  .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;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .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);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .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;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
  }
  body {
    margin: 0;
    background: #fff;
    color: #24232a;
    font: 16px/1.65 "DM Sans",sans-serif;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button,input,select {
    font: inherit;
  }
  h1,h2,h3,p {
    margin: 0;
  }
  h1,h2,h3 {
    line-height: 1.13;
  }
  a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible {
    outline: 3px solid #9b6830;
    outline-offset: 5px;
  }
  button {
    cursor: pointer;
  }
}
@layer components {
  .pcb-wrap {
    width: min(1240px,calc(100% - 64px));
    margin: auto;
  }
  .pcb-top {
    background: #fff;
    color: #607089;
    font-size: .72rem;
    letter-spacing: .07em;
    padding: 7px 0;
    border-bottom: 1px solid #e7eef7;
  }
  .pcb-top .pcb-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .pcb-header {
    position: relative;
    z-index: 30;
    background: linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border-bottom: 1px solid #dfe8f3;
    box-shadow: 0 8px 28px rgba(16,35,62,.07);
  }
  .pcb-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg,transparent,#1456b8 22%,#6aa8f3 50%,#1456b8 78%,transparent);
    opacity: .35;
    pointer-events: none;
  }
  .pcb-header-row {
    display: flex;
    align-items: center;
    gap: 28px;
    min-height: 98px;
  }
  .pcb-logo {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none;
    line-height: 1;
    flex: 0 0 auto;
  }
  .pcb-logo-img {
    display: block;
    width: 108px;
    height: 68px;
    object-fit: contain;
    object-position: left center;
  }
  .pcb-logo-wordmark {
    font: 800 1.28rem/1 "DM Sans",sans-serif;
    letter-spacing: -.035em;
    color: #10233e;
    white-space: nowrap;
  }
  .pcb-logo-wordmark:after {
    content: "";
    display: block;
    width: 74px;
    height: 10px;
    margin-top: 6px;
    background: linear-gradient(90deg,#1456b8 0 62%,transparent 62%) 0 0/100% 2px no-repeat,linear-gradient(90deg,#62a4ef 0 46%,transparent 46%) 10px 4px/100% 2px no-repeat,linear-gradient(90deg,#1456b8 0 30%,transparent 30%) 22px 8px/100% 2px no-repeat;
    transform: skewX(-22deg);
    transform-origin: left center;
  }
  .pcb-language {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px;
    border: 1px solid #d7e3f1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(16,35,62,.05);
  }
  .pcb-language a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 45px;
    height: 31px;
    padding: 0 7px;
    border-radius: 6px;
    text-decoration: none;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .035em;
    color: #66758b;
    transition: background .15s ease,color .15s ease,transform .15s ease;
  }
  .pcb-lang-flag {
    font-size: 1rem;
    line-height: 1;
  }
  .pcb-language a:hover {
    background: #edf4ff;
    color: #1456b8;
    transform: translateY(-1px);
  }
  .pcb-language a.active {
    background: #1456b8;
    color: #fff;
    box-shadow: 0 4px 10px rgba(20,86,184,.18);
  }
  .pcb-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    padding: 5px;
    border: 1px solid #dbe6f3;
    border-radius: 12px;
    background: #f7faff;
    box-shadow: inset 0 1px 0 #fff;
  }
  .pcb-nav a {
    text-decoration: none;
    font-size: .86rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 10px 13px;
    border-radius: 8px;
    color: #334b68;
    transition: background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;
  }
  .pcb-nav a[aria-current],.pcb-nav a:hover {
    color: #1456b8;
    background: #eaf2ff;
    box-shadow: 0 2px 8px rgba(20,86,184,.10);
    transform: translateY(-1px);
  }
  .pcb-user {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .pcb-user>.pcb-btn {
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(20,86,184,.16);
  }
  .pcb-btn,.woocommerce a.button,.woocommerce button.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-height: 46px;
    padding: 11px 21px;
    border-radius: 6px;
    background: #1456b8;
    border: 1px solid #1456b8;
    color: white;
    font-weight: 600;
    font-size: .9rem;
  }
  .pcb-btn:hover {
    background: #103e87;
    color: white;
  }
  .pcb-btn.light {
    background: white;
    color: #1456b8;
    border-color: #b7cbea;
  }
  .pcb-mobile {
    display: none;
  }
  .pcb-hero {
    position: relative;
    background-image: linear-gradient(90deg,rgba(247,250,255,.99) 0%,rgba(247,250,255,.97) 31%,rgba(247,250,255,.82) 47%,rgba(247,250,255,.34) 66%,rgba(247,250,255,.10) 100%),url("data:image/webp;base64,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[... ELLIPSIZATION ...]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");
    background-size: cover;
    background-position: center 48%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #dfe8f3;
    overflow: hidden;
  }
  .pcb-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,rgba(16,35,62,.05),rgba(16,35,62,.02) 42%,rgba(16,35,62,.12));
    pointer-events: none;
  }
  .pcb-hero:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background: linear-gradient(90deg,#002b7f 0 33.33%,#fcd116 33.33% 66.66%,#ce1126 66.66%);
    opacity: .9;
    pointer-events: none;
  }
  .pcb-hero .pcb-wrap {
    position: relative;
    z-index: 2;
  }
  .pcb-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,.98fr) minmax(0,1.02fr);
    align-items: center;
    gap: 60px;
    min-height: 390px;
    padding: 58px 0;
  }
  .pcb-kicker {
    display: block;
    font-size: .75rem;
    letter-spacing: .17em;
    font-weight: 700;
    color: #1456b8;
    text-transform: uppercase;
  }
  .pcb-hero h1 {
    font: 600 clamp(40px,4.6vw,66px)/1.02 "Cormorant Garamond",Georgia,serif;
    letter-spacing: -.025em;
    margin: 16px 0 24px;
    color: #202229;
  }
  .pcb-hero h1 em {
    color: #1456b8;
    font-weight: 600;
    font-style: italic;
  }
  .pcb-hero p {
    color: #5f6672;
    max-width: 620px;
    font-size: 1.08rem;
    line-height: 1.75;
    letter-spacing: .005em;
  }
  .pcb-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .pcb-hero-photo {
    position: relative;
    height: 325px;
    border-radius: 120px 8px 8px 8px;
    overflow: hidden;
  }
  .pcb-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.65);
  }
  .pcb-hero-credit {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: white;
    background: #24232abd;
    font-size: .75rem;
    padding: 3px 8px;
    border-radius: 4px;
  }
  .pcb-statbar {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 22px 0;
    border-top: 1px solid #e0d6dd;
    gap: 25px;
  }
  .pcb-statbar strong {
    display: block;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
  }
  .pcb-statbar span {
    font-size: .85rem;
    color: #716773;
  }
  .pcb-section {
    padding: 45px 0;
  }
  .pcb-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
  }
  .pcb-section h2,.pcb-section-head h2 {
    font: 32px "DM Serif Display",serif;
  }
  .pcb-section-head p,.pcb-muted {
    color: #716b75;
  }
  .pcb-section-head>a {
    font-size: .9rem;
    font-weight: 600;
    color: #1456b8;
  }
  .pcb-empty {
    border: 1px solid #e5dfe3;
    background: #fcfbfc;
    border-radius: 10px;
    padding: 34px 24px;
    text-align: center;
  }
  .pcb-empty-mark {
    display: block;
    font: 26px "DM Serif Display",serif;
    color: #7897c4;
    margin-bottom: 9px;
  }
  .pcb-empty h3 {
    font-size: 19px;
    font-weight: 600;
    margin: 8px 0;
  }
  .pcb-empty p {
    color: #756e79;
    max-width: 560px;
    margin: auto;
    font-size: .95rem;
  }
  .pcb-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 25px;
  }
  .pcb-card {
    background: white;
    border: 1px solid #e5dfe3;
    border-radius: 10px;
    overflow: hidden;
  }
  .pcb-card-image {
    display: block;
    aspect-ratio: 4/3;
    background: #f4f1f3;
  }
  .pcb-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pcb-card-body {
    padding: 22px;
  }
  .pcb-card h3 {
    font-size: 20px;
    margin: 13px 0;
  }
  .pcb-card h3 a {
    text-decoration: none;
  }
  .pcb-tag {
    font-size: .75rem;
    letter-spacing: .09em;
    color: #1456b8;
    font-weight: 700;
  }
  .pcb-price {
    font-size: 21px;
    font-weight: 700;
    margin: 15px 0;
  }
  .pcb-card .pcb-btn {
    width: 100%;
  }
  .pcb-alt {
    background: #f2f6fc;
    border-top: 1px solid #ede7eb;
    border-bottom: 1px solid #ede7eb;
  }
  .pcb-three {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 45px;
  }
  .pcb-step>span {
    font: 35px "DM Serif Display",serif;
    color: #4776b8;
  }
  .pcb-step h3 {
    font-size: 20px;
    margin: 10px 0;
  }
  .pcb-step p {
    font-size: .95rem;
    color: #716b75;
  }
  .pcb-pagehead {
    padding: 38px 0 26px;
    background: #f2f6fc;
    border-bottom: 1px solid #ebe5e8;
  }
  .pcb-pagehead h1 {
    font: 42px "DM Serif Display",serif;
    margin: 10px 0;
  }
  .pcb-toolbar {
    display: flex;
    gap: 14px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .pcb-toolbar form {
    display: flex;
    gap: 10px;
    align-items: end;
    flex-wrap: wrap;
  }
  .pcb-toolbar label {
    display: block;
    font-size: .85rem;
  }
  .pcb-toolbar input {
    display: block;
    padding: 10px 13px;
    border: 1px solid #d6cbd2;
    border-radius: 5px;
    background: white;
    min-width: 270px;
    max-width: 100%;
  }
  .pcb-tabs {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
  }
  .pcb-tabs a {
    padding: 9px 15px;
    border: 1px solid #ded5dc;
    border-radius: 5px;
    text-decoration: none;
    font-size: .9rem;
  }
  .pcb-tabs a.active {
    color: #1456b8;
    border-color: #1456b8;
    background: #edf4ff;
  }
  .pcb-footer {
    background: #10233e;
    color: #d3cbd2;
    padding: 45px 0 22px;
  }
  .pcb-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
  }
  .pcb-footer .pcb-logo {
    color: white;
  }
  .pcb-footer p {
    font-size: .9rem;
    margin: 18px 0;
    max-width: 330px;
  }
  .pcb-footer h3 {
    font-size: 1rem;
    color: white;
    margin-bottom: 16px;
  }
  .pcb-footer a {
    display: block;
    margin-bottom: 8px;
    font-size: .9rem;
    text-decoration: none;
  }
  .pcb-footer a.pcb-logo {
    display: flex;
  }
  .pcb-footer a:hover {
    text-decoration: underline;
  }
  .pcb-copyright {
    border-top: 1px solid #48404a;
    margin-top: 25px;
    padding-top: 18px;
    font-size: .8rem;
  }
  .pcb-center {
    text-align: center;
    margin: 20px 0;
  }
  .pcb-content {
    padding: 35px 0;
    min-height: 420px;
  }
  .pcb-content h1 {
    font: 40px "DM Serif Display",serif;
    margin-bottom: 25px;
  }
  .pcb-content h2 {
    font: 28px "DM Serif Display",serif;
    margin: 24px 0 15px;
  }
  .pcb-content p {
    margin: 12px 0;
  }
  .pcb-skip {
    position: absolute;
    left: 12px;
    top: -100px;
    z-index: 9999;
    padding: 12px;
    background: white;
  }
  .pcb-skip:focus {
    top: 10px;
  }
  .pcb-note {
    border: 1px solid #b7cbea;
    border-radius: 6px;
    padding: 12px 18px;
    background: #edf4ff;
    color: #1456b8;
    margin: 20px 0;
    font-size: .9rem;
  }
  .pcb-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .pcb-contact>div {
    border: 1px solid #e5dfe3;
    border-radius: 10px;
    padding: 28px;
  }
  .pcb-contact h2 {
    margin-bottom: 16px;
  }
  .pcb-contact a {
    overflow-wrap: anywhere;
  }
  .pcb-pagination {
    display: flex;
    gap: 8px;
    margin: 20px 0;
  }
  .pcb-pagination a,.pcb-pagination span {
    padding: 7px 13px;
    border: 1px solid #ded5dc;
  }
  .woocommerce ul.products li.product {
    padding: 15px;
    border: 1px solid #e5dfe3;
    border-radius: 8px;
  }
  .woocommerce div.product .product_title {
    font: 36px "DM Serif Display",serif;
  }
  .woocommerce .woocommerce-info {
    border-top-color: #1456b8;
  }
  .woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
    border: 1px solid #d6cbd2;
    padding: 12px;
    border-radius: 5px;
  }
  .woocommerce div.product p.price {
    color: #1456b8;
  }
  .woocommerce table.shop_table {
    border-collapse: collapse;
  }
  .pcb-article-list,.pcb-news-grid {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 34px 24px;
    align-items: start;
  }
  .pcb-news-card {
    min-width: 0;
  }
  .pcb-news-image {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 6px;
    background: #edf2f8;
    text-decoration: none;
  }
  .pcb-news-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
  }
  .pcb-news-card:hover .pcb-news-image img {
    transform: scale(1.025);
  }
  .pcb-news-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#edf4ff,#dce8f8);
    color: #6e87aa;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
  }
  .pcb-news-copy {
    padding-top: 8px;
  }
  .pcb-news-category {
    display: inline-block;
    margin-bottom: 3px;
    color: #0874d1;
    text-decoration: none;
    font-size: .73rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .pcb-news-title {
    margin: 0 !important;
    font: 700 .95rem/1.24 "DM Sans",sans-serif !important;
    letter-spacing: -.01em;
    color: #10233e;
  }
  .pcb-news-title a {
    text-decoration: none;
  }
  .pcb-news-title a:hover {
    color: #1456b8;
  }
  .pcb-news-date {
    margin: 5px 0 0 !important;
    color: #7b8798;
    font-size: .73rem;
    line-height: 1.3;
  }
  .pcb-hero-birds {
    display: none;
  }
  .pcb-hero-birds:before {
    content: "";
    position: absolute;
    right: -7%;
    bottom: -38%;
    width: 86%;
    aspect-ratio: 1.1;
    border-radius: 50%;
    background: radial-gradient(circle at center,rgba(255,255,255,.96) 0 34%,rgba(20,86,184,.10) 35% 54%,transparent 73%);
    box-shadow: 0 28px 70px rgba(16,35,62,.10);
    z-index: 0;
  }
  .pcb-hero-birds:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 30%;
    width: 70%;
    height: 32%;
    border-radius: 999px;
    background: linear-gradient(90deg,rgba(0,43,127,.18) 0 33.33%,rgba(252,209,22,.20) 33.33% 66.66%,rgba(206,17,38,.16) 66.66%);
    filter: blur(28px);
    transform: rotate(-8deg);
    z-index: 0;
  }
  .pcb-hero-birds-orbit {
    position: absolute;
    width: 286px;
    height: 286px;
    border: 1px solid rgba(20,86,184,.25);
    border-radius: 50%;
    right: 15%;
    top: 18px;
    z-index: 1;
    box-shadow: 0 0 0 18px rgba(252,209,22,.065),0 0 0 36px rgba(206,17,38,.04);
  }
  .pcb-hero-bird {
    position: absolute;
    margin: 0;
    width: 62%;
    height: 94%;
    bottom: -2%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .pcb-hero-bird img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 14px 12px rgba(16,35,62,.16));
  }
  .pcb-hero-bird-one {
    left: -1%;
    z-index: 2;
    transform: rotate(-2deg);
  }
  .pcb-hero-bird-two {
    right: -2%;
    z-index: 3;
    transform: scaleX(-1) rotate(-1deg);
  }
  @media (max-width:1100px) {
    .pcb-header-row {
      gap: 18px;
      flex-wrap: wrap;
      padding: 16px 0;
    }
    .pcb-nav {
      order: 3;
      width: 100%;
      justify-content: center;
      padding: 5px;
    }
    .pcb-nav a {
      padding: 9px 12px;
    }
    .pcb-user {
      margin-left: auto;
    }
    .pcb-hero-grid {
      gap: 32px;
    }
    .pcb-hero h1 {
      font-size: 46px;
    }
  }
  @media (max-width:700px) {
    .pcb-wrap {
      width: calc(100% - 32px);
    }
    .pcb-top {
      font-size: .7rem;
      letter-spacing: 0;
    }
    .pcb-logo {
      font-size: 10px;
    }
    .pcb-logo strong {
      font-size: 13px;
    }
    .pcb-logo-mark {
      width: 38px;
      height: 43px;
      font-size: 22px;
    }
    .pcb-mobile {
      display: block;
      margin-left: auto;
      border: 1px solid #ddd2da;
      background: white;
      border-radius: 5px;
      padding: 8px 11px;
      font-size: .85rem;
    }
    .pcb-user {
      margin-left: 0;
      gap: 8px;
    }
    .pcb-user .pcb-btn {
      padding: 9px 12px;
      min-height: 40px;
      font-size: .8rem;
    }
    .pcb-favorite {
      display: none;
    }
    .pcb-nav {
      display: none;
      flex-direction: column;
      gap: 0;
    }
    .pcb-nav.is-open {
      display: flex;
    }
    .pcb-nav a {
      padding: 10px 0;
    }
    .pcb-hero {
      background-position: 61% center;
    }
    .pcb-hero-grid {
      grid-template-columns: 1fr;
      min-height: 0;
      padding: 38px 0 44px;
      gap: 24px;
    }
    .pcb-hero:before {
      inset: 34% -28% -18% 18%;
      opacity: .78;
    }
    .pcb-hero:after {
      opacity: .42;
      background-size: 54px 54px;
    }
    .pcb-hero h1 {
      font-size: 42px;
    }
    .pcb-hero-photo {
      height: 210px;
      border-radius: 70px 6px 6px 6px;
    }
    .pcb-hero-birds {
      height: 225px;
      margin-top: 4px;
    }
    .pcb-hero-bird {
      width: 64%;
      height: 100%;
    }
    .pcb-hero-bird-one {
      left: -2%;
    }
    .pcb-hero-bird-two {
      right: -3%;
    }
    .pcb-hero-birds-orbit {
      width: 190px;
      height: 190px;
      right: 18%;
      top: 16px;
    }
    .pcb-statbar {
      gap: 15px;
    }
    .pcb-statbar strong {
      font-size: 20px;
    }
    .pcb-statbar span {
      font-size: .75rem;
    }
    .pcb-grid,.pcb-three,.pcb-contact {
      grid-template-columns: 1fr;
    }
    .pcb-three {
      gap: 25px;
    }
    .pcb-section {
      padding: 30px 0;
    }
    .pcb-section-head {
      align-items: start;
      flex-direction: column;
      gap: 10px;
    }
    .pcb-section h2,.pcb-section-head h2 {
      font-size: 29px;
    }
    .pcb-footer-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .pcb-pagehead h1 {
      font-size: 35px;
    }
    .pcb-toolbar input {
      min-width: 0;
      width: 100%;
    }
    .pcb-toolbar label {
      flex: 1;
      min-width: 160px;
    }
    .pcb-toolbar form {
      width: 100%;
    }
    .pcb-content {
      padding: 25px 0;
    }
  }
  @media (max-width:1100px) {
    .pcb-article-list,.pcb-news-grid {
      grid-template-columns: repeat(4,minmax(0,1fr));
    }
  }
  @media (max-width:900px) {
    .pcb-article-list,.pcb-news-grid {
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
  }
  @media (max-width:650px) {
    .pcb-article-list,.pcb-news-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
      gap: 28px 16px;
    }
  }
  @media (max-width:420px) {
    .pcb-article-list,.pcb-news-grid {
      grid-template-columns: 1fr;
    }
  }
  .pca-breeder-collections {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 28px;
    align-items: stretch;
  }
  .pca-auction-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #dfe4ec;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(20,45,82,.07);
    transition: transform .2s ease,box-shadow .2s ease;
  }
  .pca-auction-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(20,45,82,.12);
  }
  .pca-auction-image {
    position: relative;
    display: block;
    aspect-ratio: 1.32/1;
    background: #eef2f7;
    overflow: hidden;
  }
  .pca-auction-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
  }
  .pca-auction-card:hover .pca-auction-image img {
    transform: scale(1.02);
  }
  .pca-lot-count {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    background: #10233e;
    color: #fff;
    padding: 7px 10px;
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .pca-auction-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 22px 20px;
  }
  .pca-auction-body h3 {
    font: 26px/1.12 "DM Serif Display",Georgia,serif;
    margin: 0 0 13px;
    color: #172b49;
  }
  .pca-auction-body h3 a {
    text-decoration: none;
  }
  .pca-auction-body h3 a:hover {
    color: #1456b8;
  }
  .pca-auction-end {
    font-size: .88rem;
    color: #3f4c5f;
    margin: 0 0 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e9edf2;
  }
  .pca-auction-end strong {
    color: #1456b8;
  }
  .pca-auction-description {
    font-size: .92rem;
    line-height: 1.65;
    color: #697386;
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .pca-auction-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 6px;
    background: #1456b8;
    border: 1px solid #1456b8;
    color: #fff;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    box-shadow: 0 5px 14px rgba(20,86,184,.18);
    transition: background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
  }
  .pca-auction-link:hover {
    background: #103e87;
    border-color: #103e87;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(20,86,184,.24);
  }
  .pca-auction-link span {
    transition: transform .2s ease;
  }
  .pca-auction-link:hover span {
    transform: translateX(4px);
  }
  @media (max-width:980px) {
    .pca-breeder-collections {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
  }
  @media (max-width:700px) {
    .pca-breeder-collections {
      grid-template-columns: 1fr;
      gap: 20px;
    }
    .pca-auction-body h3 {
      font-size: 24px;
    }
    .pca-auction-image {
      aspect-ratio: 16/10;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    html {
      scroll-behavior: auto;
    }
    .pca-auction-card,.pca-auction-image img,.pca-auction-link span {
      transition: none;
    }
    .pca-auction-card:hover {
      transform: none;
    }
  }
  .pca-auction-hero {
    display: grid;
    grid-template-columns: minmax(260px,360px) minmax(0,1fr);
    gap: 38px;
    align-items: stretch;
    margin: 6px 0 28px;
    padding: 28px;
    border: 1px solid #dfe5ef;
    border-radius: 18px;
    background: linear-gradient(135deg,#ffffff 0%,#f7faff 100%);
    box-shadow: 0 18px 48px rgba(16,35,62,.08);
  }
  .pca-auction-hero-media {
    position: relative;
    min-height: 310px;
    border-radius: 14px;
    overflow: hidden;
    background: #edf3fb;
  }
  .pca-auction-breeder-photo {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 310px;
    object-fit: cover;
  }
  .pca-auction-lots {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 18px;
    padding: 10px 18px;
    background: #10233e;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .08em;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 6px 18px rgba(16,35,62,.22);
  }
  .pca-auction-photo-placeholder {
    display: grid;
    place-items: center;
    min-height: 310px;
    height: 100%;
    background: linear-gradient(145deg,#edf4ff,#dce8f8);
    color: #7892b6;
    font-weight: 800;
    letter-spacing: .16em;
  }
  .pca-auction-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 4px 8px;
  }
  .pca-auction-back {
    align-self: flex-start;
    margin-bottom: 18px;
    color: #66758b;
    font-size: .86rem;
    font-weight: 700;
    text-decoration: none;
  }
  .pca-auction-back:hover {
    color: #1456b8;
  }
  .pca-auction-kicker {
    font-size: .72rem;
    letter-spacing: .16em;
    font-weight: 800;
    color: #1456b8;
  }
  .pca-auction-hero-copy h2 {
    margin: 10px 0 12px;
    font: clamp(30px,3.1vw,46px)/1.08 "DM Serif Display",Georgia,serif;
    color: #16243b;
    letter-spacing: -.025em;
  }
  .pca-auction-deadline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: #526278;
    font-size: .98rem;
  }
  .pca-auction-deadline>span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #43b35d;
    box-shadow: 0 0 0 5px rgba(67,179,93,.12);
  }
  .pca-auction-description {
    max-width: 760px;
    color: #5f6b7b;
    font-size: .97rem;
    line-height: 1.75;
  }
  .pca-auction-description p {
    margin: 0 0 12px;
  }
  .pca-auction-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 18px;
  }
  .pca-auction-meta span {
    padding: 8px 11px;
    border: 1px solid #dce5f2;
    border-radius: 999px;
    background: #fff;
    color: #56667d;
    font-size: .78rem;
    font-weight: 700;
  }
  .pca-auction-tabs {
    margin: 0 0 26px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e2e7ef;
  }
  .pca-auction-tabs a {
    border-radius: 999px;
    padding: 10px 16px;
  }
  .pca-auction-tabs a.active {
    background: #1456b8;
    color: #fff;
    border-color: #1456b8;
  }
  .pca-catalog-section {
    margin-top: 8px;
  }
  @media (max-width:850px) {
    .pca-auction-hero {
      grid-template-columns: 1fr;
      gap: 22px;
      padding: 18px;
    }
    .pca-auction-hero-media {
      min-height: 0;
      aspect-ratio: 16/10;
    }
    .pca-auction-breeder-photo {
      min-height: 0;
    }
    .pca-auction-hero-copy {
      padding: 2px;
    }
    .pca-auction-hero-copy h2 {
      font-size: 34px;
    }
    .pca-auction-back {
      margin-bottom: 12px;
    }
  }
  @media (max-width:560px) {
    .pca-auction-hero {
      margin-top: 0;
      padding: 12px;
      border-radius: 12px;
      box-shadow: 0 10px 28px rgba(16,35,62,.07);
    }
    .pca-auction-hero-media {
      border-radius: 10px;
      aspect-ratio: 4/3;
    }
    .pca-auction-lots {
      top: 12px;
      padding: 8px 12px;
      font-size: .68rem;
    }
    .pca-auction-hero-copy h2 {
      font-size: 29px;
    }
    .pca-auction-meta {
      gap: 6px;
    }
    .pca-auction-meta span {
      font-size: .72rem;
      padding: 7px 9px;
    }
    .pca-auction-tabs {
      gap: 6px;
    }
    .pca-auction-tabs a {
      padding: 8px 11px;
      font-size: .8rem;
    }
  }
  .woocommerce-account .pcb-content {
    max-width: 1180px;
    padding-top: 18px;
    padding-bottom: 54px;
  }
  .woocommerce-account .pcb-content article>h1 {
    display: none;
  }
  .woocommerce-account .pcb-content:before {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    background: #f4f7fb;
  }
  .pcb-account-intro {
    display: none !important;
  }
  .woocommerce-account #customer_login {
    display: block !important;
    width: min(430px,100%);
    margin: 0 auto;
  }
  .woocommerce-account #customer_login>div {
    float: none !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .woocommerce-account #customer_login h2 {
    font: 700 24px/1.2 "DM Serif Display",Georgia,serif;
    color: #10233e;
    margin: 0 0 14px !important;
  }
  .woocommerce-account #customer_login form.login,.woocommerce-account #customer_login form.register {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 18px 18px 16px !important;
    border: 1px solid #d8e1ec !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  .woocommerce-account #customer_login form.register .form-row,.woocommerce-account #customer_login .form-row,.woocommerce-account #customer_login .form-row-first,.woocommerce-account #customer_login .form-row-last,.woocommerce-account #customer_login .form-row-wide {
    float: none !important;
    display: block;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px !important;
    clear: both !important;
  }
  .woocommerce-account #customer_login label {
    display: block;
    margin: 0 0 5px !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #21344d;
  }
  .woocommerce-account #customer_login input.input-text,.woocommerce-account #customer_login input[type=text],.woocommerce-account #customer_login input[type=email],.woocommerce-account #customer_login input[type=password],.woocommerce-account #customer_login input[type=tel],.woocommerce-account #customer_login select {
    display: block;
    width: 100% !important;
    min-height: 38px !important;
    height: 38px;
    padding: 7px 9px !important;
    border: 1px solid #778396 !important;
    border-radius: 2px !important;
    background: #fff !important;
    color: #111827;
    box-shadow: none !important;
    font-size: 12px !important;
  }
  .woocommerce-account #customer_login input.input-text:focus,.woocommerce-account #customer_login input[type=text]:focus,.woocommerce-account #customer_login input[type=email]:focus,.woocommerce-account #customer_login input[type=password]:focus,.woocommerce-account #customer_login input[type=tel]:focus,.woocommerce-account #customer_login select:focus {
    border-color: #10233e !important;
    outline: 1px solid #10233e !important;
    outline-offset: 0 !important;
  }
  .woocommerce-account #customer_login .woocommerce-form-login .form-row:has(.woocommerce-form-login__rememberme) {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  .woocommerce-account #customer_login .woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    margin: 0 !important;
    font-size: 11px;
    font-weight: 400;
  }
  .woocommerce-account #customer_login .woocommerce-form-login__rememberme input {
    margin: 0;
  }
  .woocommerce-account #customer_login button.button {
    min-height: 34px !important;
    padding: 7px 13px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #10233e !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2;
  }
  .woocommerce-account #customer_login button.button:hover {
    background: #0a182b !important;
  }
  .woocommerce-account #customer_login .lost_password {
    margin: 9px 0 0 !important;
    font-size: 11px;
  }
  .pcb-register-rules {
    clear: both;
    margin: 9px 0 12px !important;
    padding: 10px 11px !important;
    border: 1px solid #eadfb6 !important;
    border-radius: 4px !important;
    background: #fbf7e8 !important;
  }
  .pcb-register-rules label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 7px !important;
    font-size: 10.5px !important;
    line-height: 1.45 !important;
  }
  .pcb-register-rules input[type=checkbox] {
    margin-top: 2px !important;
    flex: 0 0 auto;
  }
  .pcb-password-rule,.pcb-approval-note {
    font-size: 10.5px;
    line-height: 1.45;
    color: #64748b;
    margin: 7px 0 0 !important;
  }
  .pcb-approval-note {
    color: #1456b8;
    font-weight: 700;
  }
  .woocommerce-account .woocommerce-privacy-policy-text {
    font-size: 10.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 8px 0 !important;
  }
  .woocommerce-account .woocommerce-privacy-policy-text p {
    margin: 0 !important;
  }
  .woocommerce-account .woocommerce-error,.woocommerce-account .woocommerce-info,.woocommerce-account .woocommerce-message {
    width: min(430px,100%);
    margin: 0 auto 18px !important;
    border-radius: 5px;
  }
  .woocommerce-account #customer_login .optional {
    font-weight: 400;
    color: #7a8697;
  }
  .woocommerce-account #customer_login form.register {
    display: flex !important;
    flex-direction: column !important;
  }
  .woocommerce-account #customer_login form.register .form-row:has(#reg_username) {
    order: -100;
  }
  @media (max-width:600px) {
    .woocommerce-account .pcb-content {
      padding-top: 12px;
    }
    .woocommerce-account #customer_login {
      width: 100%;
    }
    .woocommerce-account #customer_login>div {
      margin-bottom: 24px !important;
    }
    .woocommerce-account #customer_login h2 {
      font-size: 22px;
    }
    .woocommerce-account #customer_login form.login,.woocommerce-account #customer_login form.register {
      padding: 15px 14px !important;
    }
  }
  .pcb-hero {
    position: relative !important;
    background: #f2f6fc !important;
    background-image: none !important;
    border-bottom: 0 !important;
    overflow: hidden !important;
  }
  .pcb-hero:before {
    display: none !important;
    content: none !important;
  }
  .pcb-hero:after {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 7px !important;
    background: linear-gradient(90deg,#002b7f 0 33.333%,#fcd116 33.333% 66.666%,#ce1126 66.666% 100%) !important;
    z-index: 6 !important;
  }
  .pcb-hero-grid {
    grid-template-columns: 1.1fr 1fr !important;
    align-items: center !important;
    gap: 46px !important;
    padding: 18px 0 24px !important;
  }
  .pcb-hero h1 {
    font: clamp(36px,4.3vw,60px)/1.08 "DM Serif Display",Georgia,serif !important;
    letter-spacing: -.03em !important;
    margin: 17px 0 22px !important;
    color: #24232a !important;
  }
  .pcb-hero h1 em {
    color: #1456b8 !important;
    font-weight: 400 !important;
    font-style: italic !important;
  }
  .pcb-hero p {
    color: #66616a !important;
    max-width: 520px !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
  }
  .pcb-hero-birds {
    display: block !important;
    position: relative !important;
    height: 250px !important;
    overflow: visible !important;
    background: transparent !important;
    border: 0 !important;
    isolation: isolate !important;
  }
  .pcb-hero-birds:before {
    display: block !important;
    content: "" !important;
    position: absolute !important;
    inset: auto -8% -44% auto !important;
    width: 78% !important;
    aspect-ratio: 1 !important;
    border-radius: 50% !important;
    background: #1456b80b !important;
    box-shadow: none !important;
    filter: none !important;
    transform: none !important;
  }
  .pcb-hero-birds:after {
    display: none !important;
    content: none !important;
  }
  .pcb-hero-birds-orbit {
    display: block !important;
    position: absolute !important;
    width: 270px !important;
    height: 270px !important;
    border: 1px solid #1456b81f !important;
    border-radius: 50% !important;
    right: 17% !important;
    top: 25px !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: none !important;
  }
  .pcb-hero-bird {
    display: flex !important;
    position: absolute !important;
    margin: 0 !important;
    width: 76% !important;
    height: 108% !important;
    bottom: -5% !important;
    align-items: flex-end !important;
    justify-content: center !important;
    opacity: 1 !important;
  }
  .pcb-hero-bird img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 12px rgba(16,35,62,.16)) !important;
  }
  .pcb-hero-bird-one {
    left: -8% !important;
    right: auto !important;
    width: 76% !important;
    z-index: 2 !important;
    transform: rotate(-2deg) !important;
  }
  .pcb-hero-bird-two {
    right: -9% !important;
    left: auto !important;
    width: 76% !important;
    z-index: 3 !important;
    transform: scaleX(-1) rotate(-1deg) !important;
  }
  @media (max-width:1100px) {
    .pcb-hero-grid {
      gap: 32px !important;
    }
    .pcb-hero h1 {
      font-size: 46px !important;
    }
  }
  @media (max-width:700px) {
    .pcb-hero-grid {
      grid-template-columns: 1fr !important;
      padding: 16px 0 22px !important;
      gap: 14px !important;
    }
    .pcb-hero h1 {
      font-size: 42px !important;
    }
    .pcb-hero-birds {
      height: 185px !important;
      margin-top: 0 !important;
    }
    .pcb-hero-bird {
      width: 74% !important;
      height: 108% !important;
    }
    .pcb-hero-bird-one {
      left: -7% !important;
    }
    .pcb-hero-bird-two {
      right: -8% !important;
    }
    .pcb-hero-birds-orbit {
      width: 170px !important;
      height: 170px !important;
      right: 18% !important;
      top: 12px !important;
    }
  }
  .pcb-btn-gavel {
    display: inline-block;
    margin-right: 7px;
    font-size: 1.05em;
    line-height: 1;
    transform: rotate(-8deg);
  }
  .pcb-account-button {
    gap: 7px;
  }
  .pcb-account-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .95em;
    line-height: 1;
    transform: translateY(-1px);
  }
}
@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;
    }
  }
}
