/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --radius-2xl: 1rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0b5d3b;
    --color-primary-50: #eff8f3;
    --color-primary-500: #168352;
    --color-primary-700: #084b31;
    --color-primary-900: #032f20;
    --color-leaf: #77a62f;
    --color-leaf-50: #f6f9ef;
    --color-leaf-100: #e9f0da;
    --color-harvest: #d9a514;
    --color-harvest-100: #fff3c4;
    --color-ink: #173329;
    --color-muted: #607168;
    --color-background: #fffdf7;
    --font-display: "Bricolage Grotesque", sans-serif;
  }
}
@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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .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-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-leaf-100 {
    border-color: var(--color-leaf-100);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-4 {
    @media (width >= 64rem) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:ml-auto {
    @media (width >= 64rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
}
.farmneed-home .home-slider {
  display: grid;
  min-height: 0;
  padding-bottom: 0;
  background: #f3f7ef;
}
.home-slider .farmneed-promo-slide {
  grid-area: 1/1;
  padding: 0;
  min-height: 0;
  align-self: start;
}
.home-slider .slider-controls {
  bottom: 12px;
  align-items: center;
  gap: 10px;
  background: none;
}
.home-slider .slider-controls button, .home-slider .slider-controls button.active {
  position: relative;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  box-shadow: 0 1px 4px #0006;
}
.home-slider .slider-controls button.active {
  background: #fff;
}
.home-slider .slider-controls button::after {
  content: '';
  position: absolute;
  inset: -8px;
}
.home-slider .slider-controls button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.home-slider .farmneed-promo-link:focus-visible {
  outline: 3px solid #77a62f;
  outline-offset: -3px;
}
@media (prefers-reduced-motion:reduce) {
  .home-slider * {
    transition: none !important;
  }
}
.home-slider .farmneed-promo-link {
  display: block;
}
.home-slider .farmneed-promo-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  aspect-ratio: 3/1;
  object-fit: contain;
}
.home-slider picture {
  display: block;
}
@media (max-width:1023px) {
  .home-slider .farmneed-promo-image {
    aspect-ratio: 4/3;
    object-fit: contain;
  }
}
@media (min-width:1024px) {
  .farmneed-home .home-slider.carousel-pair {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 16px;
    padding: 16px;
  }
  .home-slider.carousel-pair .farmneed-promo-slide {
    grid-area: auto;
  }
  .home-slider.carousel-pair .slider-controls {
    display: none;
  }
}
@layer base {
  body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--color-ink);
    background: var(--color-background);
  }
  h1, h2, h3, .farmneed-brand strong {
    font-family: var(--font-display);
  }
  a, button, input {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .farmneed-header {
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 30px rgb(8 75 49 / .05);
  }
  .admin-bar .farmneed-header {
    top: 32px;
  }
  .farmneed-brand {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: var(--color-primary-900);
  }
  .farmneed-brand strong {
    display: block;
    font-size: 1.55rem;
    letter-spacing: -.04em;
    line-height: 1;
  }
  .farmneed-brand small {
    display: block;
    margin-top: .22rem;
    font-size: .61rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .farmneed-mark {
    width: 47px;
    height: 42px;
    color: var(--color-primary);
  }
  .farmneed-mark svg {
    width: 100%;
    height: 100%;
  }
  .farmneed-search {
    min-width: 0;
    height: 48px;
    border: 1px solid var(--color-leaf-100);
    border-radius: 999px;
    background: var(--color-primary-50);
    overflow: hidden;
  }
  .farmneed-search input {
    min-width: 0;
    flex: 1;
    padding: 0 1.25rem;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--color-ink);
  }
  .farmneed-search button {
    width: 52px;
    border: 0;
    background: var(--color-primary);
    color: white;
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  .farmneed-search svg, .header-action svg, .menu-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
  }
  .header-action {
    min-height: 44px;
    padding: .6rem .75rem;
    align-items: center;
    gap: .4rem;
    border-radius: 12px;
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: .84rem;
  }
  .header-action:hover {
    background: var(--color-primary-50);
    color: var(--color-primary);
  }
  .farmneed-cart-count {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: var(--color-harvest);
    color: var(--color-primary-900);
    font-size: .66rem;
    font-weight: 800;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-leaf-100);
    border-radius: 12px;
    background: white;
    display: grid;
    place-items: center;
    color: var(--color-primary);
  }
  .farmneed-nav {
    background: white;
  }
  .shop-all {
    display: block;
    padding: .9rem 1.2rem;
    background: var(--color-primary);
    color: white;
    font-weight: 800;
    text-decoration: none;
  }
  .primary-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: .6rem 0;
  }
  .primary-menu a, .nav-support {
    display: block;
    padding: .7rem 1rem;
    color: var(--color-ink);
    text-decoration: none;
    font-weight: 700;
    font-size: .9rem;
  }
  .primary-menu a:hover, .nav-support:hover {
    color: var(--color-primary);
  }
  .farmneed-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: radial-gradient(circle at 80% 15%, #fff3c4 0, transparent 28%), linear-gradient(135deg, #eff8f3 0%, #fffdf7 62%);
  }
  .farmneed-hero:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 9px;
    background: repeating-linear-gradient(90deg, var(--color-primary) 0 60px, var(--color-harvest) 60px 68px);
    opacity: .9;
  }
  .eyebrow {
    margin: 0 0 1rem;
    color: var(--color-primary);
    font-weight: 800;
    font-size: .76rem;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .hero-copy h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(3rem, 7vw, 5.7rem);
    line-height: .94;
    letter-spacing: -.065em;
    color: var(--color-primary-900);
  }
  .hero-copy h1 em {
    display: block;
    color: var(--color-primary);
    font-style: normal;
  }
  .hero-lead {
    max-width: 650px;
    margin: 1.6rem 0 0;
    color: var(--color-muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.7;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
  }
  .btn-primary, .btn-secondary {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 0 1.35rem;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
  }
  .btn-primary {
    background: var(--color-primary);
    color: white;
    box-shadow: 0 12px 28px rgb(11 93 59 / .18);
  }
  .btn-primary:hover {
    background: var(--color-primary-700);
    transform: translateY(-2px);
  }
  .btn-primary svg {
    width: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .btn-secondary {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: white;
  }
  .trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 2.2rem;
    color: var(--color-muted);
    font-size: .82rem;
  }
  .trust-row strong {
    color: var(--color-ink);
  }
  .hero-visual {
    position: relative;
    min-height: 420px;
  }
  .sun-disc {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: 5%;
    top: 0;
    background: var(--color-harvest);
    opacity: .88;
  }
  .field {
    position: absolute;
    left: 0;
    right: -18%;
    height: 155px;
    border-radius: 50% 50% 0 0;
    transform: rotate(-8deg);
  }
  .field-one {
    bottom: 40px;
    background: var(--color-primary);
  }
  .field-two {
    bottom: -45px;
    right: -5%;
    background: var(--color-leaf);
  }
  .hero-card {
    position: absolute;
    right: 8%;
    top: 16%;
    width: 225px;
    padding: 2rem;
    border: 1px solid rgb(255 255 255 / .55);
    border-radius: 28px 6px 28px 6px;
    background: rgb(255 255 255 / .9);
    box-shadow: 0 30px 70px rgb(3 47 32 / .2);
    backdrop-filter: blur(12px);
  }
  .hero-card-icon {
    display: block;
    width: 70px;
    color: var(--color-primary);
  }
  .hero-card p {
    margin: 1rem 0 .2rem;
    color: var(--color-muted);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
  }
  .hero-card strong {
    font-family: var(--font-display);
    font-size: 1.35rem;
  }
  .benefit-strip {
    background: var(--color-primary-900);
    color: white;
  }
  .benefit-strip .grid > div {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgb(255 255 255 / .12);
  }
  .benefit-strip span {
    font-family: var(--font-display);
    color: var(--color-harvest);
    font-size: 1.6rem;
    font-weight: 800;
  }
  .benefit-strip p, .benefit-strip strong {
    display: block;
    margin: 0;
  }
  .benefit-strip p {
    color: #b8cabf;
    font-size: .82rem;
    line-height: 1.4;
  }
  .benefit-strip strong {
    color: white;
    font-size: .94rem;
  }
  .section-shell {
    max-width: 80rem;
    margin: auto;
    padding: clamp(4rem, 7vw, 6.5rem) 1rem;
  }
  .section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 2.2rem;
  }
  .section-heading h2, .story-band h2, .delivery-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1;
    letter-spacing: -.045em;
    color: var(--color-primary-900);
  }
  .section-heading > a {
    color: var(--color-primary);
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }
  .category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .category-card {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    padding: 1rem;
    border: 1px solid var(--color-leaf-100);
    border-radius: 18px;
    background: white;
    color: var(--color-ink);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgb(3 47 32 / .1);
  }
  .category-image {
    height: 210px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 12px;
    background: var(--color-leaf-50);
  }
  .category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .category-placeholder {
    font-family: var(--font-display);
    font-size: 4rem;
    color: var(--color-leaf);
    opacity: .5;
  }
  .category-card h3 {
    margin: 1rem 0 .2rem;
    font-size: 1.15rem;
  }
  .category-card p {
    margin: 0;
    color: var(--color-muted);
    font-size: .82rem;
  }
  .category-arrow {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    color: var(--color-primary);
    font-size: 1.3rem;
  }
  .empty-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .empty-showcase > div {
    min-height: 240px;
    padding: 2rem;
    border-radius: 18px;
    background: white;
    border: 1px solid var(--color-leaf-100);
  }
  .empty-showcase span {
    color: var(--color-harvest);
    font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 800;
  }
  .empty-showcase h3 {
    margin: 2.5rem 0 .5rem;
    font-size: 1.4rem;
  }
  .empty-showcase p {
    color: var(--color-muted);
  }
  .story-band {
    padding: clamp(4rem, 8vw, 7rem) 0;
    background: var(--color-primary-50);
  }
  .story-art {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem;
    border-radius: 4px 70px 4px 70px;
    color: white;
    background: radial-gradient(circle at 72% 28%, var(--color-harvest) 0 18%, transparent 18.5%), repeating-radial-gradient(ellipse at 0 110%, var(--color-primary) 0 45px, var(--color-leaf) 46px 70px, var(--color-primary-900) 71px 100px);
  }
  .story-art span {
    font-family: var(--font-display);
    font-size: 6rem;
    font-weight: 800;
    line-height: .8;
  }
  .story-art p {
    margin: .8rem 0 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .13em;
  }
  .story-band > div > div:last-child > p:not(.eyebrow) {
    color: var(--color-muted);
    font-size: 1.08rem;
    line-height: 1.75;
  }
  .story-list {
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
  }
  .story-list li {
    position: relative;
    padding: .85rem 0 .85rem 2rem;
    border-bottom: 1px solid var(--color-leaf-100);
    font-weight: 700;
  }
  .story-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--color-primary);
  }
  .delivery-cta {
    padding: 5rem 0;
    background: var(--color-harvest-100);
  }
  .delivery-cta > div {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 3rem;
    align-items: center;
  }
  .delivery-rules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .7rem;
  }
  .delivery-rules p {
    margin: 0;
    padding: 1.3rem;
    border-radius: 14px;
    background: white;
  }
  .delivery-rules strong, .delivery-rules span {
    display: block;
  }
  .delivery-rules strong {
    font-family: var(--font-display);
    color: var(--color-primary);
    font-size: 1.7rem;
  }
  .delivery-rules span {
    margin-top: .35rem;
    color: var(--color-muted);
    font-size: .8rem;
    line-height: 1.4;
  }
  .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
    margin: 0;
  }
  .woocommerce ul.products:before, .woocommerce ul.products:after {
    display: none;
  }
  .woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 1rem;
    border: 1px solid var(--color-leaf-100);
    border-radius: 16px;
    background: white;
  }
  .woocommerce ul.products li.product img {
    border-radius: 10px;
    background: var(--color-leaf-50);
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: var(--color-ink);
    font-family: var(--font-display);
    font-size: 1rem;
  }
  .woocommerce ul.products li.product .price {
    color: var(--color-primary);
    font-weight: 800;
  }
  .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    border-radius: 8px !important;
    background: var(--color-primary) !important;
    color: white !important;
  }
}
.farmneed-footer {
  background: var(--color-primary-900);
  color: #dce9e1;
}
.farmneed-footer .farmneed-brand {
  color: white;
}
.farmneed-footer .farmneed-brand small {
  color: #9fbaaa;
}
.footer-intro {
  max-width: 430px;
  margin: 1.2rem 0 0;
  color: #afc4b8;
  line-height: 1.75;
}
.farmneed-footer h3 {
  margin: 0 0 1rem;
  color: white;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu a {
  display: inline-block;
  padding: .28rem 0;
  color: #c8d8cf;
  text-decoration: none;
}
.footer-menu a:hover {
  color: var(--color-harvest);
}
.farmneed-footer address {
  color: #c8d8cf;
  font-style: normal;
  line-height: 1.75;
}
.gst-line {
  color: var(--color-harvest);
  font-weight: 800;
  letter-spacing: .04em;
}
.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / .1);
  color: #91aa9c;
  font-size: .76rem;
}
.footer-bottom p {
  margin: 0;
}
@media (min-width: 640px) {
  .benefit-strip .grid > div {
    padding: 1.5rem;
    border-bottom: 0;
    border-right: 1px solid rgb(255 255 255 / .12);
  }
}
@media (min-width: 1024px) {
  .shop-all {
    border-radius: 8px 8px 0 0;
    padding-inline: 1.45rem;
  }
  .primary-menu {
    flex-direction: row;
    padding: 0;
  }
  .primary-menu a, .nav-support {
    padding-block: 1rem;
  }
}
@media (max-width: 900px) {
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery-cta > div {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639px) {
  .admin-bar .farmneed-header {
    top: 0;
  }
  .farmneed-brand small {
    display: none;
  }
  .hero-visual {
    min-height: 330px;
  }
  .sun-disc {
    width: 210px;
    height: 210px;
  }
  .hero-card {
    right: 5%;
    width: 190px;
    padding: 1.5rem;
  }
  .trust-row {
    gap: .7rem;
  }
  .trust-row span {
    width: 100%;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
  }
  .category-grid, .empty-showcase, .delivery-rules, .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }
  .category-card {
    min-height: 255px;
  }
  .category-image {
    height: 155px;
  }
}
@media (max-width: 430px) {
  .category-grid, .empty-showcase, .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
.fn-shop-filters {
  clear: both;
  margin: 0 0 24px;
  border: 1px solid #dbe6de;
  border-radius: 16px;
  background: #f4f8f4;
  color: #173b2d;
}
.fn-shop-filters>summary {
  padding: 16px 20px;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
  min-height: 52px;
}
.fn-shop-filters>summary span {
  float: right;
  font-weight: 400;
  color: #596e61;
  font-size: 13px;
  margin-left: 12px;
}
.fn-shop-filters form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.2fr auto;
  gap: 14px;
  align-items: end;
  padding: 0 20px 20px;
}
.fn-shop-filters label,.fn-price-range legend {
  font-size: 12px;
  font-weight: 700;
  color: #385244;
}
.fn-shop-filters select,.fn-shop-filters input {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid #c6d8cc;
  border-radius: 8px;
  background: #fff;
  color: #173b2d;
  font: inherit;
  font-size: 14px;
  margin-top: 6px;
}
.fn-price-range {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.fn-price-range legend {
  margin-bottom: 0;
}
.fn-price-range input {
  width: calc(50% - 12px);
}
.fn-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.fn-filter-actions button {
  border: 0;
  border-radius: 8px;
  background: var(--color-primary,#0b5d3b);
  color: white;
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.fn-filter-actions a {
  font-size: 12px;
  text-decoration: underline;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}
.fn-shop-filters :focus-visible,.fn-search-results a:focus-visible,.fn-product-intro>summary:focus-visible {
  outline: 2px solid #0b7043;
  outline-offset: 3px;
}
.farmneed-search {
  position: relative !important;
  overflow: visible !important;
}
.fn-search-results {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 90;
  border: 1px solid #d5e2d9;
  border-radius: 12px;
  background: white;
  box-shadow: 0 16px 36px #063c2820;
  padding: 6px;
  max-height: min(440px,55dvh);
  overflow: auto;
}
.fn-search-results[hidden] {
  display: none !important;
}
.fn-search-results>a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  color: #173b2d;
  text-decoration: none;
  min-height: 48px;
}
.fn-search-results>a:hover,.fn-search-results>a:focus {
  background: #f0f7f1;
}
.fn-search-results img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex-shrink: 0;
}
.fn-search-results strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}
.fn-search-results small {
  display: block;
  font-size: 13px;
  color: #08613c;
  font-weight: 700;
  margin-top: 3px;
}
.fn-search-results p {
  font-size: 13px;
  padding: 10px;
  color: #526459;
}
.fn-search-results .fn-search-all {
  justify-content: center;
  border-top: 1px solid #e1e9e3;
  font-size: 13px;
  font-weight: 700;
}
.fn-quick-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
}
.fn-quick-specs>div {
  border-left: 3px solid #bbd9c4;
  background: #f3f7f3;
  border-radius: 0 8px 8px 0;
  padding: 10px 12px;
  min-width: 0;
}
.fn-quick-specs dt {
  font-size: 11px;
  color: #607567;
  margin: 0 0 3px;
}
.fn-quick-specs dd {
  font-size: 13px;
  font-weight: 600;
  color: #173b2d;
  line-height: 1.45;
  margin: 0;
  overflow-wrap: anywhere;
}
.fn-product-intro>summary {
  font-weight: 700;
  cursor: pointer;
  min-height: 44px;
  padding: 10px 0;
  color: #164d33;
}
body .woocommerce .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid #ceded2;
  border-radius: 8px;
  padding: 10px 30px 10px 12px;
  background-color: white;
  font-size: 14px;
}
body ul.products>li.product {
  border: 1px solid #dce6de;
  background: #fff;
}
body ul.products>li.product .price ins {
  text-decoration: none;
}
body ul.products>li.product>.button {
  border-radius: 8px;
}
body.single-product .woocommerce-product-gallery .flex-control-thumbs li img {
  border: 1px solid #dce6de;
  border-radius: 8px;
  object-fit: contain;
  background: #fff;
}
@media (min-width:783px) {
  .fn-product-intro>summary {
    display: none;
  }
  .fn-product-intro>div {
    display: block;
  }
  .fn-shop-filters>summary {
    list-style: none;
  }
}
@media (max-width:1100px) {
  .fn-shop-filters form {
    grid-template-columns: 1fr 1fr;
  }
  .fn-filter-actions {
    grid-column: 1/-1;
  }
}
@media (max-width:782px) {
  .fn-shop-filters {
    border-radius: 12px;
    margin-bottom: 18px;
  }
  .fn-shop-filters>summary {
    padding: 14px;
    font-size: 14px;
  }
  .fn-shop-filters>summary span {
    font-size: 11px;
  }
  .fn-shop-filters form {
    padding: 0 14px 14px;
    gap: 12px;
  }
  .fn-shop-filters input,.fn-shop-filters select {
    font-size: 16px;
  }
  .fn-filter-actions button {
    flex: 1;
  }
  .fn-filter-actions a {
    padding: 6px;
  }
  body.single-product .woocommerce-product-gallery {
    margin-bottom: 16px !important;
  }
  body.single-product .woocommerce-product-gallery__image img {
    max-height: 360px;
    object-fit: contain;
  }
  body.single-product .woocommerce div.product .summary {
    padding: 16px;
  }
  body.single-product .woocommerce div.product .product_title {
    font-size: 22px;
    line-height: 1.35;
  }
  .fn-product-intro {
    border-top: 1px solid #e0e9e2;
    border-bottom: 1px solid #e0e9e2;
    margin: 12px 0;
  }
  .fn-product-intro>div {
    font-size: 14px;
    line-height: 1.65;
    padding-bottom: 12px;
  }
  .fn-product-intro>div p {
    margin: 8px 0;
  }
  .fn-product-intro>div ul {
    margin: 8px 0;
  }
  body.single-product .fn-product-support {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 13px;
  }
  body.single-product .fn-delivery-summary {
    margin-top: 12px;
    padding: 12px;
  }
  body .woocommerce .woocommerce-result-count {
    font-size: 13px;
    margin-bottom: 12px;
  }
  body .woocommerce .woocommerce-ordering {
    max-width: 100%;
    margin-bottom: 16px;
  }
  body .woocommerce .woocommerce-ordering select {
    max-width: 100%;
    font-size: 14px;
  }
  body.single-product .woocommerce-tabs .panel div[style*="grid-template-columns:1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
}
@media (prefers-reduced-motion:reduce) {
  .fn-search-results a {
    transition: none;
  }
}
.farmneed-delivery-ticker.fn-animated-announcement>.fn-announcement-window {
  display: block;
  height: 32px;
  min-height: 32px;
  padding: 0 8px;
  overflow: hidden;
  text-align: center;
  white-space: normal;
}
.fn-announcement-track {
  animation: fn-announcement-slide 12s ease-in-out infinite;
}
.farmneed-delivery-ticker.fn-animated-announcement .fn-announcement-track span {
  display: block !important;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
@keyframes fn-announcement-slide {
  0%,42% {
    transform: translateY(0);
  }
  50%,92% {
    transform: translateY(-32px);
  }
  100% {
    transform: translateY(0);
  }
}
.fn-animated-announcement:hover .fn-announcement-track,.fn-animated-announcement:focus .fn-announcement-track {
  animation-play-state: paused;
}
.fn-animated-announcement:focus-visible {
  outline: 2px solid #d9a514;
  outline-offset: -2px;
}
@media (prefers-reduced-motion:reduce) {
  .fn-announcement-track {
    animation: none;
  }
  .farmneed-delivery-ticker.fn-animated-announcement>.fn-announcement-window {
    height: auto !important;
  }
  .farmneed-delivery-ticker.fn-animated-announcement .fn-announcement-track span {
    height: auto;
    line-height: 1.6;
    white-space: normal;
    padding: 3px 0;
  }
}
.fn-home-intro-mobile {
  display: none;
}
@media (max-width:782px) {
  body .farmneed-utility {
    display: none !important;
  }
  body .farmneed-delivery-ticker {
    background: #07583d;
    color: #fff;
    border: 0;
  }
  body .farmneed-delivery-ticker>div {
    min-height: 28px;
    justify-content: center;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
  }
  body.home .farmneed-header>div:first-child {
    padding: 8px 12px !important;
    min-height: 64px;
    gap: 8px;
  }
  body.home .farmneed-header .farmneed-logo-image {
    width: 128px !important;
    max-height: 48px;
    object-fit: contain;
  }
  body.home .farmneed-header .menu-toggle,body.home .farmneed-header .header-action {
    min-height: 44px;
    width: 44px;
  }
  body.home .farmneed-header>div:nth-of-type(2) {
    padding: 0 12px 10px !important;
  }
  body.home .farmneed-search {
    height: 44px !important;
    border-radius: 10px;
  }
  body.home .farmneed-search input {
    font-size: 16px !important;
    padding: 0 12px;
  }
  body.home .farmneed-search button {
    min-width: 44px;
  }
  body.home .home-assurance span {
    padding: 10px 4px !important;
    gap: 6px;
    font-size: 11px !important;
    font-weight: 500;
    line-height: 1.35;
  }
  body.home .home-assurance svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  body.home #categories.home-section {
    padding-top: 26px !important;
    padding-bottom: 28px !important;
  }
  body.home #categories .home-title {
    margin-bottom: 18px;
  }
  body.home #categories .eyebrow {
    display: none;
  }
  body.home #categories .home-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  body.home #categories .home-title>p:last-child {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
  .fn-home-intro-desktop {
    display: none;
  }
  .fn-home-intro-mobile {
    display: inline;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 20px !important;
  border: 1px solid #dce6de;
  border-radius: 16px;
  box-shadow: none !important;
}
body.woocommerce-cart .fn-delivery {
  padding: 0 0 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e9e3 !important;
  border-radius: 0 !important;
  background: transparent !important;
  margin-bottom: 18px !important;
  font-size: 14px;
  line-height: 1.5;
}
body.woocommerce-cart .fn-delivery h2 {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #64766b;
  margin: 0 0 5px !important;
}
body.woocommerce-cart .fn-delivery .fn-location {
  margin: 0 !important;
  font-size: 15px;
  line-height: 1.5;
}
body.woocommerce-cart .fn-delivery summary {
  font-size: 13px;
  min-height: 40px;
  padding: 9px 0;
}
body.woocommerce-cart .fn-delivery form {
  padding: 12px;
  background: #f5f8f5;
  border-radius: 10px;
}
body.woocommerce-cart .fn-delivery form input,body.woocommerce-cart .fn-delivery form select {
  font-size: 16px;
}
body.woocommerce-cart .fn-delivery-progress {
  padding: 10px 12px;
  background: #f0f7f1;
  border-radius: 8px;
  margin: 6px 0;
}
body.woocommerce-cart .fn-delivery-progress p {
  margin: 0 0 6px !important;
  font-size: 13px;
  line-height: 1.5;
}
body.woocommerce-cart .fn-delivery progress {
  display: block;
  appearance: none;
  width: 100%;
  height: 4px;
  border: 0;
  border-radius: 9px;
  overflow: hidden;
  background: #dbe6dd;
}
body.woocommerce-cart .fn-delivery progress::-webkit-progress-bar {
  background: #dbe6dd;
}
body.woocommerce-cart .fn-delivery progress::-webkit-progress-value {
  background: #168352;
  border-radius: 9px;
}
body.woocommerce-cart .fn-delivery progress::-moz-progress-bar {
  background: #168352;
}
body.woocommerce-cart .fn-shipping-breakdown summary {
  color: #64766b;
  text-decoration: none;
  font-size: 12px;
}
body.woocommerce-cart .fn-shipping-breakdown p {
  margin: 6px 0 !important;
  font-size: 13px;
  line-height: 1.5;
}
body.woocommerce-cart .fn-shipping-breakdown small {
  font-size: 12px;
  color: #64766b;
}
body.woocommerce-cart .cart_totals>h2 {
  font-size: 20px !important;
  margin: 0 0 12px !important;
}
body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
  display: none !important;
}
body.woocommerce-cart .cart_totals table.shop_table {
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 12px !important;
}
body.woocommerce-cart .cart_totals table.shop_table tr {
  background: transparent !important;
}
body.woocommerce-cart .cart_totals table.shop_table th,body.woocommerce-cart .cart_totals table.shop_table td {
  padding: 12px 0 !important;
  font-size: 14px !important;
  line-height: 1.5;
  background: transparent !important;
  border-bottom: 1px solid #edf1ed;
}
body.woocommerce-cart .cart_totals table.shop_table th {
  font-weight: 500 !important;
  text-align: left !important;
}
body.woocommerce-cart .cart_totals table.shop_table td {
  text-align: right !important;
}
body.woocommerce-cart .cart_totals table.shop_table .order-total th,body.woocommerce-cart .cart_totals table.shop_table .order-total td {
  font-size: 18px !important;
  font-weight: 700 !important;
  border-bottom: 0;
}
body.woocommerce-cart .cart_totals .includes_tax {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  font-weight: 400;
  color: #68786d;
  margin-top: 4px;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  padding: 8px 0 0 !important;
}
body.woocommerce-cart .cart_totals .checkout-button {
  font-size: 16px !important;
  min-height: 48px;
  padding: 14px !important;
  border-radius: 10px !important;
  margin: 0 !important;
}
@media (max-width:782px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 16px !important;
    border-radius: 12px;
  }
  body.woocommerce-cart .cart_totals table.shop_table tbody {
    display: block;
  }
  body.woocommerce-cart .cart_totals table.shop_table tr {
    display: flex !important;
    justify-content: space-between;
    gap: 16px;
  }
  body.woocommerce-cart .cart_totals table.shop_table th {
    display: block !important;
    flex: 0 0 76px;
  }
  body.woocommerce-cart .cart_totals table.shop_table td {
    display: block !important;
    flex: 1;
    min-width: 0;
  }
  body.woocommerce-cart .cart_totals table.shop_table td::before {
    display: none !important;
    content: none !important;
  }
}
@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;
    }
  }
}
