/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", 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-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);
  }
}
@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;
  }
  .table {
    display: table;
  }
  .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;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .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;
  }
  .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\: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));
    }
  }
}
[x-cloak] {
  display: none !important;
}
:root {
  --ink: #202922;
  --ink-soft: #4b584e;
  --parchment: #f4f2e8;
  --sage: #78927e;
  --sage-deep: #587562;
  --gold: #c7a45b;
  --mist: #e7ede4;
  --glass: rgba(246, 246, 239, 0.58);
  --line: rgba(255, 255, 255, 0.48);
  --shadow: 0 24px 70px rgba(25, 34, 27, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--parchment);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .aurelia-topbar {
  top: 32px;
}
button, input {
  font: inherit;
}
button, a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.aurelia-app {
  position: relative;
  min-height: 100svh;
  overflow-x: hidden;
}
.aurelia-stage {
  min-height: 100svh;
  padding: clamp(0.55rem, 1.4vw, 1.8rem);
  background: radial-gradient(circle at 10% 10%, rgba(120,146,126,.18), transparent 32rem),	linear-gradient(135deg, #edf0e9 0%, #f7f6f0 45%, #e4e9df 100%);
}
.hero-shell {
  position: relative;
  display: grid;
  min-height: calc(100svh - clamp(1.1rem, 2.8vw, 3.6rem));
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: clamp(1.4rem, 2.3vw, 2.25rem);
  background: #1d2922;
  box-shadow: 0 30px 90px rgba(19,27,22,.24);
  isolation: isolate;
}
.hero-image, .hero-shade, .hero-grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-image {
  object-fit: cover;
  object-position: center;
}
.hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(20,27,23,.82) 0%, rgba(25,34,29,.55) 32%, rgba(25,34,29,.12) 68%, rgba(25,34,29,.2) 100%),	linear-gradient(0deg, rgba(18,25,20,.32), transparent 45%);
}
.hero-grain {
  z-index: 2;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(28rem, .72fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 5rem);
  min-height: inherit;
  padding: clamp(3.8rem, 6.5vw, 6.5rem) clamp(2.2rem, 5vw, 6rem) 9rem;
}
.hero-copy {
  max-width: 48rem;
  color: #fff;
  animation: rise-in .8s cubic-bezier(.22,.8,.26,1) both;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: clamp(.8rem, 1.7vw, 1.5rem);
  max-width: 100%;
  padding: .72rem 1rem .72rem .72rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 1.25rem;
  background: rgba(247,246,239,.15);
  box-shadow: 0 18px 50px rgba(0,0,0,.15);
  backdrop-filter: blur(18px) saturate(125%);
}
.aurelia-wordmark, .small-wordmark {
  display: inline-grid;
  place-items: center;
  min-width: 11rem;
  padding: .65rem 1rem;
  border-radius: .9rem;
  background: rgba(247,246,239,.9);
  color: var(--ink);
  line-height: 1;
  box-shadow: 0 12px 35px rgba(0,0,0,.12);
}
.aurelia-wordmark strong, .small-wordmark strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  letter-spacing: .26em;
}
.aurelia-wordmark i, .small-wordmark i {
  width: 56%;
  height: 1px;
  margin: .28rem 0;
  background: var(--gold);
}
.aurelia-wordmark small, .small-wordmark small {
  font-size: .47rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .42em;
  color: var(--sage-deep);
}
.brand-lockup h1 {
  margin: 0;
  font-size: clamp(2.25rem, 4.3vw, 4.6rem);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: .95;
  text-wrap: balance;
}
.location-pill {
  display: inline-flex;
  align-items: center;
  gap: .62rem;
  margin-top: .75rem;
  padding: .65rem 1rem;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.9);
  font-size: .9rem;
  font-weight: 600;
  backdrop-filter: blur(14px);
}
.location-pill svg {
  width: 1.05rem;
  height: 1.05rem;
}
.hero-tagline {
  max-width: 46rem;
  margin: 1rem 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(1.02rem, 1.45vw, 1.35rem);
  line-height: 1.6;
}
.browse-button {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1.7rem;
  padding: 1rem 1.55rem;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: var(--parchment);
  color: var(--ink);
  font-size: .84rem;
  font-weight: 750;
  letter-spacing: .17em;
  text-transform: uppercase;
  box-shadow: 0 20px 45px rgba(0,0,0,.2);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.browse-button:hover {
  transform: translateY(-4px);
  background: #fff;
  box-shadow: 0 28px 60px rgba(0,0,0,.26);
}
.browse-button svg {
  width: 1.2rem;
  height: 1.2rem;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: .55rem;
  max-width: 46rem;
  margin-top: 1.35rem;
}
.proof-grid div {
  display: grid;
  gap: .28rem;
  min-height: 4.85rem;
  padding: .78rem 1rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 1rem;
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(15px);
}
.proof-grid strong {
  font-size: 1.55rem;
  line-height: 1;
}
.proof-grid span {
  color: rgba(255,255,255,.68);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.signature-rail {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 1.75rem;
  background: rgba(245,241,228,.23);
  color: #fff;
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(125%);
  animation: rise-in .9s .16s cubic-bezier(.22,.8,.26,1) both;
}
.eyebrow {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow.dark {
  color: var(--sage-deep);
}
.signature-card {
  display: grid;
  grid-template-columns: 6.6rem minmax(0,1fr);
  gap: 1rem;
  width: 100%;
  margin-top: .9rem;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.14);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(16px);
  transition: transform .25s ease, background .25s ease;
}
.signature-card:hover {
  transform: translateX(-6px);
  background: rgba(255,255,255,.22);
}
.signature-card img {
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 12px 25px rgba(0,0,0,.18);
}
.signature-copy {
  min-width: 0;
  padding: .35rem 0;
}
.dish-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .7rem;
}
.dish-line strong {
  font-size: .98rem;
  line-height: 1.3;
}
.dish-line b {
  flex: 0 0 auto;
  padding: .42rem .65rem;
  border-radius: 999px;
  background: var(--parchment);
  color: var(--ink);
  font-size: .78rem;
}
.signature-copy small {
  display: block;
  margin-top: .7rem;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  line-height: 1.55;
}
.aurelia-topbar {
  position: fixed;
  z-index: 60;
  top: .65rem;
  left: 50%;
  width: min(72rem, calc(100% - 1.3rem));
  transform: translateX(-50%);
}
.aurelia-topbar nav {
  display: flex;
  align-items: center;
  gap: .2rem;
  overflow-x: auto;
  padding: .38rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  background: rgba(250,250,246,.75);
  box-shadow: 0 12px 38px rgba(32,41,34,.12);
  backdrop-filter: blur(20px);
  scrollbar-width: none;
}
.aurelia-topbar nav::-webkit-scrollbar {
  display: none;
}
.home-tab, .category-tab {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
}
.home-tab {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
}
.home-tab svg {
  width: 1rem;
  height: 1rem;
}
.brand-tab {
  width: auto;
  height: 2.4rem;
  padding: .25rem .85rem;
}
.menu-wordmark {
  display: inline-grid;
  place-items: center;
  min-width: 6.6rem;
  color: var(--ink);
  line-height: 1;
}
.menu-wordmark strong {
  font-family: "Cormorant Garamond", serif;
  font-size: .72rem;
  letter-spacing: .24em;
}
.menu-wordmark i {
  width: 52%;
  height: 1px;
  margin: .18rem 0;
  background: var(--gold);
}
.menu-wordmark small {
  font-size: .35rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .36em;
  color: var(--sage-deep);
}
.category-tab {
  padding: .72rem 1rem;
  font-size: .76rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.category-tab:hover {
  background: rgba(255,255,255,.7);
}
.category-tab.is-active {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 8px 20px rgba(32,41,34,.2);
}
.menu-screen {
  position: relative;
  min-height: 100svh;
  background: linear-gradient(130deg, #f7f6ee 0%, #eef2ea 48%, #e4eadf 100%);
}
.ambient-wash {
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at -5% 15%, rgba(120,146,126,.26), transparent 36rem),	radial-gradient(circle at 105% 85%, rgba(255,255,255,.82), transparent 40rem);
  pointer-events: none;
}
.category-wrap {
  position: relative;
  z-index: 1;
  width: min(75rem, 100%);
  margin: 0 auto;
  padding: 6.7rem 1.1rem 8.5rem;
}
.category-heading {
  display: block;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 0 1rem;
}
.back-link, .back-category {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  border: 0;
  background: transparent;
  color: var(--sage-deep);
  font-size: .8rem;
  font-weight: 650;
}
.back-link {
  margin-bottom: .7rem;
}
.back-link svg, .back-category svg {
  width: .95rem;
  height: .95rem;
}
.small-wordmark {
  width: 10rem;
  min-width: 10rem;
  padding: .75rem 1rem;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.7);
}
.category-heading .eyebrow {
  margin-top: 0;
}
.category-heading h2 {
  margin: .45rem 0 0;
  font-size: clamp(2.6rem, 5.2vw, 5.5rem);
  font-weight: 650;
  letter-spacing: -.065em;
  line-height: .95;
}
.category-search {
  display: flex;
  align-items: center;
  gap: .7rem;
  width: min(25rem, 100%);
  padding: .9rem 1.05rem;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 35px rgba(32,41,34,.08);
  backdrop-filter: blur(18px);
}
.category-search svg {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--sage-deep);
}
.category-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: .82rem;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 2rem;
  background: rgba(250,250,246,.76);
  box-shadow: 0 18px 48px rgba(32,41,34,.1);
  backdrop-filter: blur(20px);
}
.category-card {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  border: 0;
  border-radius: 1.55rem;
  background: var(--ink);
  box-shadow: 0 18px 45px rgba(32,41,34,.14);
  text-align: left;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease;
}
.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(32,41,34,.22);
}
.category-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.category-card:hover > img {
  transform: scale(1.055);
}
.category-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,28,24,.02) 25%, rgba(18,25,20,.72) 100%);
}
.category-panel {
  position: absolute;
  right: .7rem;
  bottom: .7rem;
  left: .7rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 1.15rem;
  background: rgba(244,242,232,.24);
  color: #fff;
  backdrop-filter: blur(18px) saturate(125%);
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.card-meta b {
  padding: .34rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: .55rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.card-meta b.light {
  background: var(--parchment);
  color: var(--ink);
}
.card-meta b.sold {
  background: #f0e6d1;
  color: #725f37;
}
.category-panel > strong {
  display: block;
  margin-top: .7rem;
  font-size: 1.18rem;
}
.category-panel > small {
  display: block;
  margin-top: .55rem;
  color: rgba(255,255,255,.78);
  font-size: .7rem;
  line-height: 1.5;
}
.category-panel > em {
  display: inline-block;
  margin-top: .65rem;
  color: #fff;
  font-size: .62rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.collection-screen {
  height: 100svh;
  overflow: hidden;
  padding: 5rem .75rem 4.6rem;
}
.collection-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0,1fr);
  gap: .85rem;
  width: min(75rem, 100%);
  height: 100%;
  margin: 0 auto;
}
.collection-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}
.collection-head .back-link {
  margin-bottom: .45rem;
}
.collection-head h2 {
  margin: .25rem 0 0;
  font-size: clamp(2.4rem, 4.5vw, 4.25rem);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: .95;
}
.collection-head > div > p:last-child {
  margin: .45rem 0 0;
  color: var(--ink-soft);
  font-size: .8rem;
}
.slide-controls {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .38rem;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 999px;
  background: rgba(250,250,246,.76);
  box-shadow: 0 12px 32px rgba(32,41,34,.1);
  backdrop-filter: blur(18px);
}
.slide-controls button {
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
}
.slide-controls button:disabled {
  opacity: .25;
  cursor: default;
}
.slide-controls button svg {
  width: .95rem;
  height: .95rem;
}
.slide-controls span {
  min-width: 3rem;
  color: var(--ink-soft);
  font-size: .68rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: .08em;
}
.grill-slider {
  min-height: 0;
  overflow: hidden;
  padding: .65rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 2rem;
  background: rgba(250,250,246,.76);
  box-shadow: 0 18px 48px rgba(32,41,34,.1);
  backdrop-filter: blur(20px);
}
.grill-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .65s cubic-bezier(.22,.8,.26,1);
}
.grill-slide {
  display: block;
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
}
.grill-card {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 1.45rem;
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(32,41,34,.14);
  color: #fff;
  text-align: left;
}
.grill-card > img, .grill-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.grill-card > img {
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}
.grill-card.is-featured:hover > img {
  transform: scale(1.045);
}
.grill-scrim {
  background: linear-gradient(90deg, rgba(15,20,17,.62) 0%, rgba(15,20,17,.12) 54%, rgba(15,20,17,.04) 100%),	linear-gradient(0deg, rgba(15,20,17,.5), transparent 55%);
}
.grill-card-body {
  position: absolute;
  bottom: clamp(1rem, 3vw, 2.2rem);
  left: clamp(1rem, 3vw, 2.2rem);
  display: block;
  width: min(34rem, calc(100% - 2rem));
  padding: clamp(1.15rem, 2.2vw, 1.8rem);
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 1.35rem;
  background: rgba(244,242,232,.24);
  box-shadow: 0 22px 48px rgba(15,20,17,.2);
  backdrop-filter: blur(20px) saturate(130%);
}
.grill-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.grill-badges b {
  padding: .34rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  color: rgba(255,255,255,.82);
  font-size: .54rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.grill-name-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .7rem;
  margin-top: .65rem;
}
.grill-name-row strong {
  max-width: 80%;
  font-size: clamp(1.65rem, 3.4vw, 3.25rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}
.grill-name-row > b {
  flex: 0 0 auto;
  padding: .42rem .62rem;
  border-radius: 999px;
  background: var(--parchment);
  color: var(--ink);
  font-size: .72rem;
}
.grill-card-body small {
  display: block;
  max-width: 30rem;
  margin-top: .75rem;
  color: rgba(255,255,255,.82);
  font-size: clamp(.76rem, 1.05vw, .95rem);
  line-height: 1.55;
}
.grill-card-body em {
  display: inline-block;
  margin-top: .65rem;
  color: #fff;
  font-size: .6rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.dish-screen {
  padding: 4.5rem .55rem .55rem;
}
.dish-layout {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(30rem, 2fr);
  gap: .7rem;
  min-height: calc(100svh - 5.05rem);
}
.dish-visual, .dish-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 1.8rem;
  box-shadow: 0 20px 58px rgba(32,41,34,.12);
}
.dish-visual {
  background: var(--ink);
}
.dish-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(20,27,22,.22));
}
.image-count {
  position: absolute;
  left: 1.25rem;
  bottom: 1.1rem;
  padding: .55rem .85rem;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  font-size: .75rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
}
.dish-panel {
  display: flex;
  flex-direction: column;
  padding: 1.3rem;
  background: rgba(250,250,246,.7);
  backdrop-filter: blur(18px);
}
.dish-scroll {
  min-height: 0;
  overflow-y: auto;
  padding: .1rem .15rem .65rem;
  scrollbar-width: thin;
}
.dish-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.back-category {
  padding: .62rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.66);
}
.close-dish {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
}
.close-dish svg {
  width: .9rem;
  height: .9rem;
}
.dish-panel > .eyebrow, .dish-scroll > .eyebrow {
  margin-top: 1.05rem;
}
.dish-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .6rem;
}
.dish-title-row h2 {
  max-width: 34rem;
  margin: 0;
  font-size: clamp(2.45rem, 4.3vw, 4.75rem);
  font-weight: 650;
  letter-spacing: -.06em;
  line-height: 1;
  text-wrap: balance;
}
#aubergine-detail .dish-title-row h2 {
  font-size: clamp(1.75rem, 2.65vw, 2.85rem);
}
.dish-title-row.is-long h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.85rem);
}
.grill-badges .sold-out-badge {
  background: #f0e6d1;
  color: #725f37;
}
.price-pill {
  flex: 0 0 auto;
  padding: .75rem 1.05rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 12px 28px rgba(32,41,34,.18);
  font-size: .9rem;
}
.dish-description {
  margin: 1.25rem 0 0;
  color: var(--ink-soft);
  font-size: .9rem;
  line-height: 1.65;
}
.detail-group {
  margin-top: 1.2rem;
}
.detail-group h3 {
  margin: 0 0 .55rem;
  color: #6d786f;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.pills span {
  padding: .46rem .7rem;
  border-radius: 999px;
  background: #e7eee7;
  color: #4b6352;
  font-size: .64rem;
  font-weight: 650;
}
.dark-pills span {
  background: var(--ink);
  color: #fff;
}
.allergen-pills span {
  background: #f1eadb;
  color: #775f35;
}
.allergen-note {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin-top: 1rem;
  padding: .8rem .95rem;
  border: 1px solid #bfd0c2;
  border-radius: .85rem;
  background: #eaf1e9;
  color: #4d6654;
  font-size: .72rem;
  font-weight: 650;
}
.allergen-note svg {
  width: 1rem;
  height: 1rem;
}
.allergen-note.needs-confirmation {
  border-color: #d8c391;
  background: #f4ecd9;
  color: #765f2e;
}
.nutrition-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: .5rem;
  margin-top: 1rem;
}
.nutrition-grid div {
  display: grid;
  gap: .45rem;
  padding: .8rem;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: .9rem;
  background: rgba(255,255,255,.58);
}
.nutrition-grid span {
  color: #748078;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.nutrition-grid strong {
  font-size: .95rem;
}
.continue-card {
  margin-top: 1rem;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 1rem;
  background: rgba(255,255,255,.55);
}
.mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .6rem;
}
.mini-actions a {
  padding: .5rem .72rem;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  color: var(--ink);
  font-size: .66rem;
  font-weight: 750;
  text-decoration: none;
}
.dish-pager {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .65rem;
  padding-top: .75rem;
}
.dish-pager button {
  padding: .8rem;
  border: 1px solid #cad6cc;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  color: var(--ink);
  font-size: .75rem;
}
.dish-pager .next-dish {
  border-color: var(--sage);
  background: var(--sage-deep);
  color: #fff;
  box-shadow: 0 10px 24px rgba(88,117,98,.22);
}
.dish-pager button:disabled {
  opacity: .35;
  cursor: default;
  box-shadow: none;
}
.guest-dock {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: .7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  width: min(52rem, calc(100% - 1.2rem));
  padding: .45rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(249,250,246,.78);
  box-shadow: 0 12px 35px rgba(32,41,34,.18);
  backdrop-filter: blur(20px);
}
.guest-dock a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-width: 0;
  padding: .55rem .85rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: .7rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.guest-dock a:hover {
  transform: translateY(-2px);
  background: #fff;
}
.guest-dock svg {
  width: 1rem;
  height: 1rem;
}
.dish-screen {
  height: 100svh;
  overflow: hidden;
  padding: 4.5rem .55rem 4.35rem;
}
.dish-layout {
  height: calc(100svh - 8.85rem);
  min-height: 0;
}
.dish-panel {
  padding: .95rem 1.1rem;
}
.dish-scroll {
  overflow: hidden;
  padding: 0 .1rem .35rem;
}
.dish-scroll > .eyebrow {
  margin-top: .65rem;
}
.dish-title-row {
  margin-top: .35rem;
}
.dish-title-row h2 {
  font-size: clamp(2rem, 3.25vw, 3.55rem);
  line-height: .94;
}
.price-pill {
  padding: .62rem .9rem;
}
.dish-description {
  margin-top: .65rem;
  font-size: .78rem;
  line-height: 1.45;
}
.detail-group {
  margin-top: .72rem;
}
.detail-group h3 {
  margin-bottom: .35rem;
  font-size: .57rem;
}
.pills {
  gap: .32rem;
}
.pills span {
  padding: .34rem .56rem;
  font-size: .58rem;
}
.allergen-note {
  margin-top: .65rem;
  padding: .58rem .75rem;
  font-size: .64rem;
}
.nutrition-grid {
  margin-top: .65rem;
  gap: .35rem;
}
.nutrition-grid div {
  gap: .25rem;
  padding: .58rem;
}
.nutrition-grid span {
  font-size: .5rem;
}
.nutrition-grid strong {
  font-size: .82rem;
}
.continue-card {
  display: none;
}
.dish-pager {
  padding-top: .45rem;
}
.dish-pager button {
  padding: .62rem;
}
@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1080px) {
  .hero-content {
    grid-template-columns: 1fr;
    align-content: center;
    padding-bottom: 8rem;
  }
  .signature-rail {
    width: min(42rem, 100%);
  }
  .dish-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(25rem, .8fr);
  }
  .category-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 760px) {
  body.admin-bar .aurelia-topbar {
    top: 46px;
  }
  .aurelia-stage {
    padding: .35rem;
  }
  .hero-shell {
    min-height: calc(100svh - .7rem);
    border-radius: 1.3rem;
  }
  .hero-content {
    gap: 1.2rem;
    padding: 5.2rem 1rem 8.3rem;
  }
  .brand-lockup {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }
  .aurelia-wordmark {
    min-width: 8.5rem;
    width: 8.5rem;
  }
  .brand-lockup h1 {
    font-size: 2.7rem;
  }
  .hero-tagline {
    font-size: .98rem;
  }
  .proof-grid div {
    padding: .7rem;
  }
  .proof-grid strong {
    font-size: 1.25rem;
  }
  .proof-grid span {
    font-size: .55rem;
  }
  .signature-rail {
    padding: 1rem;
  }
  .signature-card {
    grid-template-columns: 4.8rem minmax(0,1fr);
    gap: .7rem;
  }
  .signature-card img {
    width: 4.8rem;
    height: 5.4rem;
  }
  .signature-copy small {
    font-size: .68rem;
  }
  .dish-line strong {
    font-size: .82rem;
  }
  .category-wrap {
    padding: 6rem .75rem 7.5rem;
  }
  .category-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .category-heading h2 {
    font-size: 3.2rem;
  }
  .category-search {
    width: 100%;
  }
  .category-grid {
    grid-template-columns: 1fr;
  }
  .category-card {
    min-height: 23rem;
  }
  .collection-screen {
    padding: 4.4rem .35rem 4.35rem;
  }
  .collection-wrap {
    gap: .55rem;
  }
  .collection-head {
    align-items: flex-end;
    gap: .75rem;
  }
  .collection-head h2 {
    font-size: 2.15rem;
  }
  .collection-head > div > p:last-child {
    display: none;
  }
  .slide-controls {
    flex: 0 0 auto;
  }
  .grill-slider {
    padding: .42rem;
    border-radius: 1.4rem;
  }
  .grill-card {
    border-radius: 1.05rem;
  }
  .grill-scrim {
    background: linear-gradient(0deg, rgba(15,20,17,.78) 0%, rgba(15,20,17,.08) 72%),	linear-gradient(90deg, rgba(15,20,17,.2), transparent 75%);
  }
  .grill-card-body {
    right: .55rem;
    bottom: .55rem;
    left: .55rem;
    width: auto;
    padding: .85rem;
    border-radius: 1rem;
  }
  .grill-name-row strong {
    max-width: 76%;
    font-size: clamp(1.35rem, 7vw, 2rem);
  }
  .grill-name-row > b {
    padding: .36rem .55rem;
  }
  .grill-card-body small {
    margin-top: .5rem;
    font-size: .66rem;
    line-height: 1.4;
  }
  .grill-badges b {
    font-size: .45rem;
  }
  .dish-screen {
    padding: 4.25rem .35rem 4.35rem;
  }
  .dish-layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 28% minmax(0,72%);
    height: calc(100svh - 8.6rem);
    min-height: 0;
  }
  .dish-visual {
    height: auto;
    border-radius: 1.15rem;
  }
  .dish-panel {
    margin-top: 0;
    padding: .7rem;
    border-radius: 1.15rem;
  }
  .dish-title-row h2 {
    font-size: 1.9rem;
  }
  .dish-description {
    font-size: .66rem;
  }
  .detail-group {
    margin-top: .5rem;
  }
  .pills span {
    padding: .28rem .45rem;
    font-size: .52rem;
  }
  .allergen-note {
    margin-top: .5rem;
    padding: .45rem .6rem;
    font-size: .56rem;
  }
  .nutrition-grid {
    grid-template-columns: repeat(4, minmax(0,1fr));
    margin-top: .5rem;
  }
  .nutrition-grid div {
    padding: .42rem;
  }
  .dish-pager {
    padding-top: .35rem;
  }
  .guest-dock {
    justify-content: space-around;
  }
  .guest-dock a {
    flex: 1;
    padding: .55rem .3rem;
  }
  .guest-dock a span {
    display: none;
  }
  .guest-dock svg {
    width: 1.15rem;
    height: 1.15rem;
  }
}
@media (max-width: 760px) {
  .aurelia-stage {
    height: 100svh;
    min-height: 0;
    overflow: hidden;
  }
  .hero-shell {
    height: calc(100svh - .7rem);
    min-height: 0;
  }
  .hero-content {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 3.6rem 1rem 5.15rem;
  }
  .hero-copy {
    width: 100%;
  }
  .signature-rail {
    display: none;
  }
  .brand-lockup {
    flex-direction: row;
    align-items: center;
    gap: .55rem;
    padding: .55rem;
  }
  .aurelia-wordmark {
    width: 6.6rem;
    min-width: 6.6rem;
    padding: .55rem .6rem;
  }
  .brand-lockup h1 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }
  .location-pill {
    margin-top: .6rem;
    padding: .55rem .8rem;
    font-size: .75rem;
  }
  .hero-tagline {
    margin-top: .7rem;
    font-size: .82rem;
    line-height: 1.45;
  }
  .browse-button {
    margin-top: 1rem;
    padding: .8rem 1.2rem;
    font-size: .72rem;
  }
  .proof-grid {
    margin-top: .85rem;
  }
  .proof-grid div {
    min-height: 3.65rem;
    padding: .55rem .6rem;
  }
  .category-screen {
    height: 100svh;
    overflow: hidden;
  }
  .category-wrap {
    display: grid;
    grid-template-rows: auto minmax(0,1fr);
    gap: .35rem;
    height: 100%;
    padding: 4.7rem .45rem 4.35rem;
  }
  .category-heading {
    padding: 0 .25rem .2rem;
  }
  .category-heading .back-link {
    margin-bottom: .3rem;
  }
  .category-heading .eyebrow {
    font-size: .58rem;
  }
  .category-grid {
    display: flex;
    gap: .55rem;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .4rem;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .category-grid::-webkit-scrollbar {
    display: none;
  }
  .category-card {
    flex: 0 0 88%;
    height: 100%;
    min-height: 0;
    scroll-snap-align: center;
  }
}
@media (max-width: 420px) {
  .brand-lockup h1 {
    font-size: 1.9rem;
  }
  .proof-grid {
    gap: .3rem;
  }
  .proof-grid div {
    min-height: 4.2rem;
  }
  .signature-card:nth-of-type(3) {
    display: none;
  }
  .category-heading h2 {
    font-size: 2.75rem;
  }
  .dish-layout {
    grid-template-rows: 22% minmax(0,78%);
  }
  .dish-title-row h2 {
    font-size: 1.65rem;
  }
  .dish-title-row.is-long h2 {
    font-size: 1.35rem;
  }
  .dish-description {
    margin-top: .4rem;
    font-size: .61rem;
    line-height: 1.35;
  }
  .detail-group {
    margin-top: .35rem;
  }
  .pills span {
    padding: .23rem .38rem;
    font-size: .48rem;
  }
  .allergen-note {
    margin-top: .38rem;
    padding: .38rem .5rem;
    font-size: .52rem;
  }
  .nutrition-grid {
    margin-top: .38rem;
  }
  .nutrition-grid div {
    padding: .34rem;
  }
}
@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-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
