/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Arial, Helvetica, 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: 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-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .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 {
  html, body {
    margin: 0;
    min-height: 100%;
    background: #050505;
  }
  body {
    color: #f5f0e6;
    font-family: Arial, Helvetica, sans-serif;
  }
}
@layer components {
  .tk-contact-success {
    max-width: 720px;
    padding: clamp(24px, 5vw, 52px) 0;
  }
  .tk-contact-success h2 {
    margin: 0 0 18px;
    color: #c9a227;
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 500;
  }
  .tk-contact-success p {
    margin: 0 0 30px;
    color: #f4f1e8;
    font-size: clamp(18px, 2.3vw, 23px);
    line-height: 1.6;
  }
  .tk-contact-back {
    display: inline-block;
    border: 1px solid #c9a227;
    padding: 12px 20px;
    color: #c9a227;
    text-decoration: none;
    letter-spacing: .04em;
  }
  .tk-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .tk-about-page {
    min-height: 100vh;
    background: #000;
    position: relative;
  }
  .tk-about-header {
    position: absolute;
    top: clamp(32px, 6vw, 72px);
    left: clamp(24px, 7vw, 96px);
    right: clamp(24px, 7vw, 96px);
  }
  .tk-about-header h1 {
    margin: 0 0 16px;
    color: #c9a227;
    font-size: clamp(28px, 4vw, 46px);
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tk-about-line {
    width: 100%;
    height: 1px;
    background: rgba(201, 162, 39, .72);
  }
  .tk-about-content {
    padding: clamp(125px, 15vw, 180px) clamp(24px, 7vw, 96px) 70px;
  }
  .tk-about-copy {
    max-width: 1040px;
    color: #f4f1e9;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.7;
  }
  .tk-about-copy h2 {
    margin: 0 0 26px;
    color: #c9a227;
    font-size: clamp(23px, 2.6vw, 34px);
    font-weight: 500;
    letter-spacing: .02em;
  }
  .tk-about-copy p {
    margin: 0 0 22px;
  }
  .tk-about-highlight {
    margin-top: 36px !important;
    padding: 24px 0 24px 22px;
    border-left: 1px solid #c9a227;
    color: #e5d4a1;
  }
  .tk-about-signoff {
    margin-top: 34px !important;
    color: #c9a227;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .9em;
  }
  .tk-about-photo-placeholder {
    float: right;
    width: clamp(190px, 27vw, 290px);
    aspect-ratio: 4 / 5;
    margin: 0 0 22px clamp(22px, 4vw, 48px);
    border: 1px solid rgba(201, 162, 39, .75);
    overflow: hidden;
    background: #0a0a0a;
  }
  .tk-about-photo-placeholder img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  @media (max-width: 760px) {
    .tk-about-content {
      padding-top: 120px;
    }
    .tk-about-photo-placeholder {
      width: min(42vw, 190px);
      margin: 0 0 16px 20px;
    }
  }
  @media (max-width: 430px) {
    .tk-about-photo-placeholder {
      width: 40vw;
    }
  }
  .tk-contact-page {
    min-height: 100svh;
    box-sizing: border-box;
    background: #050505;
    padding: clamp(32px,6vw,72px) clamp(24px,7vw,96px) 70px;
  }
  .tk-contact-page-header h1 {
    margin: 0 0 16px;
    color: #c9a227;
    font-size: clamp(28px,4vw,46px);
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tk-contact-page-line {
    width: 100%;
    height: 1px;
    background: rgba(201,162,39,.72);
  }
  .tk-contact-form-wrap {
    width: min(680px,100%);
    margin: clamp(42px,7vw,72px) auto 0;
  }
  .tk-contact-page-header, .tk-contact-form-wrap {
    position: relative;
    z-index: 1;
  }
  .tk-contact-intro {
    margin: 0 0 34px;
    color: #f4f1e9;
    font-size: clamp(17px,1.7vw,20px);
    line-height: 1.6;
  }
  .tk-inquiry-form {
    display: grid;
    gap: 22px;
  }
  .tk-inquiry-form label {
    display: grid;
    gap: 9px;
    color: #c9a45c;
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tk-inquiry-form label em {
    color: #aaa;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
  }
  .tk-inquiry-form input, .tk-inquiry-form select, .tk-inquiry-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(201,164,92,.65);
    border-radius: 2px;
    background: #0b0b0b;
    color: #f5f0e6;
    padding: 14px 15px;
    font: inherit;
    font-size: 16px;
    outline: none;
  }
  .tk-inquiry-form textarea {
    resize: vertical;
    min-height: 120px;
  }
  .tk-inquiry-form input:focus, .tk-inquiry-form select:focus, .tk-inquiry-form textarea:focus {
    border-color: #c9a45c;
    box-shadow: 0 0 0 1px rgba(201,164,92,.25);
  }
  .tk-inquiry-form button {
    justify-self: start;
    margin-top: 6px;
    padding: 12px 22px;
    border: 1px solid #c9a45c;
    border-radius: 3px;
    background: transparent;
    color: #c9a45c;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .tk-inquiry-form button:hover {
    background: #c9a45c;
    color: #050505;
  }
  .tk-contact-direct {
    margin-top: 46px;
    padding-top: 26px;
    border-top: 1px solid rgba(201,164,92,.35);
    color: #f4f1e9;
    line-height: 1.8;
  }
  .tk-contact-direct p {
    margin: 0 0 5px;
  }
  .tk-contact-direct a {
    color: #c9a45c;
    text-decoration: none;
  }
  .tk-page {
    min-height: 100svh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 20px 36px;
    background: #050505;
  }
  .tk-employee-button {
    position: fixed;
    top: 24px;
    right: 26px;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 10px 18px;
    border: 1px solid #c9a45c;
    border-radius: 3px;
    color: #c9a45c;
    background: rgba(5,5,5,.92);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s ease,color .2s ease;
  }
  .tk-employee-button:hover {
    background: #c9a45c;
    color: #050505;
  }
  .tk-card {
    width: min(820px, 100%);
    margin: 0 auto;
    text-align: center;
  }
  .tk-logo-lockup {
    width: min(400px, 92%);
    margin: 0 auto;
  }
  .tk-logo-svg {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .tk-short-rule {
    width: 108px;
    height: 3px;
    margin: 8px auto 28px;
    background: linear-gradient(90deg,#9e6e18,#e3bb59,#9e6e18);
  }
  .tk-slogan {
    margin: 0;
    color: #c9a45c;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.08rem,3.4vw,1.6rem);
    letter-spacing: .055em;
    font-weight: 400;
    font-style: italic;
  }
  .tk-main-links {
    margin: 34px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .tk-subpage-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .tk-subpage-heading-row h1 {
    margin-bottom: 16px;
  }
  .tk-subpage-logo {
    display: block;
    width: clamp(145px, 16vw, 235px);
    margin: 0 8px 12px auto;
    flex: 0 0 auto;
  }
  .tk-subpage-logo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 68px;
    object-fit: contain;
  }
  .tk-main-links a {
    min-width: 112px;
    box-sizing: border-box;
    padding: 10px 18px;
    border: 1px solid #c9a45c;
    border-radius: 3px;
    color: #c9a45c;
    background: transparent;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s ease,color .2s ease;
  }
  .tk-main-links a:hover {
    background: #c9a45c;
    color: #050505;
  }
  .tk-main-links .tk-contact-link {
    background: #c9a45c;
    color: #050505;
    font-weight: 700;
  }
  .tk-main-links .tk-contact-link:hover {
    background: #e0bb70;
    color: #050505;
    border-color: #e0bb70;
  }
  .tk-status-row {
    margin: clamp(42px,7vw,66px) auto 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 22px;
    align-items: center;
    width: min(700px,92%);
  }
  .tk-status-row span {
    height: 2px;
    background: linear-gradient(90deg,transparent,#c9a45c);
  }
  .tk-status-row span:last-child {
    background: linear-gradient(90deg,#c9a45c,transparent);
  }
  .tk-status-row strong {
    color: #c9a45c;
    font-size: clamp(.92rem,3vw,1.25rem);
    letter-spacing: .13em;
    font-weight: 500;
    white-space: nowrap;
  }
  .tk-home-intro {
    width: min(700px,92%);
    margin: 46px auto 0;
    text-align: center;
    color: #f4f1e9;
  }
  .tk-home-intro h2 {
    margin: 0 0 18px;
    color: #c9a45c;
    font-size: clamp(1.2rem,3.5vw,1.65rem);
    font-weight: 500;
    letter-spacing: .03em;
  }
  .tk-home-intro p {
    margin: 0 auto 12px;
    font-size: clamp(.98rem,2.5vw,1.12rem);
    line-height: 1.6;
  }
  .tk-home-intro strong {
    color: #c9a45c;
    font-weight: 500;
  }
  .tk-home-intro .tk-home-intro-end {
    margin-top: 18px;
    color: #c9a45c;
  }
  .tk-contact-list {
    width: min(570px,92%);
    margin: 52px auto 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
  }
  .tk-contact-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
    gap: 22px;
  }
  .tk-icon {
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    border: 2px solid #c9a45c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #c9a45c;
  }
  .tk-icon svg {
    width: 31px;
    height: 31px;
    fill: currentColor;
  }
  .tk-contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }
  .tk-contact-text strong {
    color: #f4f4f2;
    font-size: clamp(1.15rem,4vw,1.65rem);
    font-weight: 400;
  }
  .tk-contact-text span {
    color: #c9a45c;
    font-size: clamp(1rem,3.3vw,1.3rem);
  }
  .tk-contact-text a {
    color: #f4f4f2;
    font-size: clamp(1rem,3.4vw,1.3rem);
    text-decoration: none;
    overflow-wrap: anywhere;
  }
  .tk-contact-text a:hover {
    color: #c9a45c;
  }
  .tk-contact-text em {
    color: #c9a45c;
    font-style: normal;
  }
  .tk-about-page {
    min-height: 100svh;
    box-sizing: border-box;
    position: relative;
    background: #050505;
  }
  .tk-about-logo {
    position: absolute;
    top: 26px;
    right: 28px;
    display: block;
    width: min(230px,42vw);
    text-decoration: none;
  }
  .tk-about-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .tk-projects-page {
    min-height: 100svh;
    box-sizing: border-box;
    background: #050505;
    padding: clamp(32px,6vw,72px) clamp(24px,7vw,96px) 80px;
  }
  .tk-projects-header h1 {
    margin: 0 0 16px;
    color: #c9a45c;
    font-size: clamp(28px,4vw,46px);
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tk-projects-line {
    width: 100%;
    height: 1px;
    background: rgba(201,164,92,.72);
  }
  .tk-projects-section {
    width: min(900px,100%);
    margin: clamp(46px,7vw,76px) auto 0;
  }
  .tk-projects-section h2 {
    margin: 0 0 18px;
    color: #c9a45c;
    font-size: clamp(18px,2.5vw,25px);
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .tk-projects-section .tk-project-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 8px 14px;
    border: 1px solid rgba(201,164,92,.7);
    border-radius: 999px;
    font-size: clamp(14px,2vw,18px);
    letter-spacing: .1em;
  }
  .tk-project-status-active span {
    font-size: .7em;
  }
  .tk-project-status-completed {
    opacity: .82;
  }
  .tk-project-status-completed span {
    font-size: .9em;
  }
  .tk-projects-completed {
    margin-top: clamp(72px,11vw,118px);
    padding-top: clamp(34px,5vw,54px);
    border-top: 1px solid rgba(201,164,92,.28);
  }
  .tk-project-row {
    border: 1px solid rgba(201,164,92,.42);
    border-radius: 8px;
    padding: 0 16px;
    background: rgba(255,255,255,.018);
  }
  .tk-project-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 4px;
    border: 0;
    background: transparent;
    color: #f4f1e9;
    text-align: left;
    cursor: pointer;
  }
  .tk-project-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .tk-project-main strong {
    color: #f4f1e9;
    font-size: clamp(18px,2.6vw,24px);
    font-weight: 500;
  }
  .tk-project-main small {
    color: #c9a45c;
    font-size: clamp(14px,1.8vw,17px);
    letter-spacing: .025em;
  }
  .tk-project-more {
    flex: 0 0 auto;
    color: #c9a45c;
    font-size: 14px;
    letter-spacing: .05em;
  }
  .tk-project-details {
    padding: 0 4px 24px;
    color: #d8d3c9;
    font-size: 16px;
    line-height: 1.65;
  }
  .tk-project-details p {
    margin: 0;
  }
  .tk-project-facts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0;
    margin: 0 -4px 22px;
    padding: 18px 0;
    border-top: 1px solid rgba(201,164,92,.25);
    border-bottom: 1px solid rgba(201,164,92,.25);
  }
  .tk-project-facts div {
    padding: 0 18px;
    border-right: 1px solid rgba(201,164,92,.22);
  }
  .tk-project-facts div:last-child {
    border-right: 0;
  }
  .tk-project-facts small,.tk-project-facts strong {
    display: block;
  }
  .tk-project-facts small {
    margin-bottom: 4px;
    color: #aaa49a;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .tk-project-facts strong {
    color: #f4f1e9;
    font-size: 15px;
    font-weight: 500;
  }
  .tk-project-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    min-height: 390px;
  }
  .tk-project-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border: 1px solid rgba(201,164,92,.32);
    background: rgba(255,255,255,.025);
    color: #8e887e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .tk-project-image-placeholder:first-child {
    grid-row: 1 / 3;
  }
  @media (max-width: 620px) {
    .tk-project-facts {
      grid-template-columns: 1fr;
    }
    .tk-project-facts div {
      padding: 10px 6px;
      border-right: 0;
      border-bottom: 1px solid rgba(201,164,92,.16);
    }
    .tk-project-facts div:last-child {
      border-bottom: 0;
    }
    .tk-project-gallery {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto;
      min-height: 0;
    }
    .tk-project-image-placeholder:first-child {
      grid-column: 1 / 3;
      grid-row: auto;
      min-height: 240px;
    }
    .tk-project-image-placeholder {
      min-height: 150px;
    }
  }
  @media (max-width: 520px) {
    .tk-employee-button {
      top: 14px;
      right: 14px;
      min-width: 78px;
      padding: 8px 12px;
      font-size: .68rem;
    }
    .tk-page {
      align-items: flex-start;
      padding: 58px 16px 34px;
    }
    .tk-logo-lockup {
      width: min(120px, 88%);
    }
    .tk-short-rule {
      width: 68px;
      margin-top: -2px;
      margin-bottom: 20px;
    }
    .tk-slogan {
      font-size: 1rem;
      letter-spacing: .035em;
    }
    .tk-main-links {
      margin-top: 26px;
      gap: 8px;
      flex-wrap: nowrap;
      width: 100%;
    }
    .tk-subpage-heading-row {
      gap: 14px;
    }
    .tk-subpage-logo {
      width: min(145px, 42vw);
      margin-right: 0;
      margin-bottom: 10px;
    }
    .tk-subpage-logo img {
      max-height: 52px;
    }
    .tk-main-links a {
      min-width: 0;
      flex: 1 1 0;
      max-width: 112px;
      padding: 9px 7px;
      font-size: .64rem;
      letter-spacing: .07em;
    }
    .tk-status-row {
      margin-top: 42px;
      width: 100%;
      gap: 10px;
    }
    .tk-status-row strong {
      font-size: .83rem;
      letter-spacing: .08em;
    }
    .tk-contact-list {
      margin-top: 42px;
      width: 94%;
      gap: 22px;
    }
    .tk-contact-row {
      grid-template-columns: 54px 1fr;
      gap: 16px;
    }
    .tk-icon {
      width: 50px;
      height: 50px;
    }
    .tk-icon svg {
      width: 26px;
      height: 26px;
    }
    .tk-contact-text strong {
      font-size: 1.14rem;
    }
    .tk-contact-text span, .tk-contact-text a {
      font-size: .98rem;
    }
    .tk-about-logo {
      top: 18px;
      right: 16px;
      width: min(190px,48vw);
    }
  }
}
@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;
    }
  }
}
