/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #173C32;
    --color-primary-600: #102C25;
    --color-secondary-50: #F0F4ED;
    --color-secondary-200: #D1DDCF;
    --color-sun: #D8EE71;
    --color-cream: #EFF2E9;
    --color-paper: #FAFBF7;
    --color-neutral: #182D25;
    --color-muted: #5A685E;
    --color-line: #D9E0D6;
    --color-background: #FAFBF7;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .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-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-line {
    border-color: var(--color-line);
  }
  .bg-cream {
    background-color: var(--color-cream);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .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));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .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);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
}
@layer base {
  [x-cloak] {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px;
  }
  body {
    background: var(--color-background);
    color: var(--color-neutral);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
  }
  ::selection {
    background: var(--color-sun);
    color: var(--color-neutral);
  }
  a {
    text-underline-offset: 4px;
  }
  :focus-visible {
    outline: 3px solid #467B67;
    outline-offset: 4px;
  }
  button,input,select {
    font: inherit;
  }
  button,summary {
    cursor: pointer;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .site-shell {
    width: min(100% - 4rem,1240px);
    margin-inline: auto;
  }
  .site-main {
    flex: 1;
    min-width: 0;
  }
  .skip-link {
    position: fixed;
    z-index: 100;
    left: 16px;
    top: 12px;
    transform: translateY(-150%);
    background: var(--color-neutral);
    color: white;
    padding: 14px 20px;
    border-radius: 8px;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: var(--color-paper);
    border-bottom: 1px solid var(--color-line);
  }
  .header-inner {
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }
  .brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-neutral);
    text-decoration: none;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -1.4px;
    white-space: nowrap;
  }
  .brand-mark {
    background: var(--color-sun);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    font-size: 22px;
    letter-spacing: -1px;
  }
  .brand-dot {
    color: #728E5C;
  }
  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-left: auto;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 650;
  }
  .desktop-nav a {
    text-decoration: none;
    padding-block: 12px;
    border-bottom: 2px solid transparent;
  }
  .desktop-nav a:hover,.desktop-nav a[aria-current="page"] {
    border-color: var(--color-neutral);
  }
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 13px 22px;
    background: var(--color-primary);
    color: white;
    border: 1px solid transparent;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 750;
    transition: background .2s,transform .2s;
  }
  .btn:hover {
    background: var(--color-primary-600);
    transform: translateY(-1px);
  }
  .btn-lime {
    background: var(--color-sun);
    color: var(--color-neutral);
  }
  .btn-lime:hover {
    background: #E5F5A3;
  }
  .btn-light {
    background: transparent;
    color: var(--color-neutral);
    border-color: var(--color-line);
  }
  .btn-light:hover {
    background: var(--color-cream);
  }
  .icon {
    width: 20px;
    height: 20px;
    flex: none;
  }
  .mobile-menu {
    display: none;
    position: relative;
  }
  .mobile-menu summary {
    list-style: none;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid var(--color-line);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-nav {
    position: absolute;
    right: 0;
    top: 60px;
    width: min(340px,calc(100vw - 32px));
    background: var(--color-paper);
    box-shadow: 0 18px 50px #102c251c;
    border: 1px solid var(--color-line);
    padding: 18px;
    border-radius: 12px;
    display: grid;
    gap: 4px;
  }
  .mobile-nav>a {
    padding: 12px 8px;
    min-height: 48px;
    text-decoration: none;
    font-weight: 650;
    border-bottom: 1px solid var(--color-line);
  }
  .mobile-nav .recipe-search {
    margin-top: 12px;
  }
  .eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    line-height: 1.5;
  }
  .display-title {
    font-family: var(--font-sans);
    font-weight: 750;
    letter-spacing: -.055em;
    line-height: 1.06;
    text-wrap: balance;
  }
  .hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
    padding-block: 52px 42px;
  }
  .hero-copy {
    padding-block: 20px;
  }
  .hero-kicker {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--color-muted);
    margin-bottom: 26px;
  }
  .status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #668B47;
    flex: none;
  }
  .hero-title {
    font-size: clamp(48px,5.1vw,72px);
    font-weight: 750;
    letter-spacing: -.065em;
    line-height: 1.04;
    margin: 0;
  }
  .hero-title em {
    font-style: normal;
    color: #6A7D58;
  }
  .hero-lead {
    font-size: 16px;
    color: var(--color-muted);
    line-height: 1.85;
    max-width: 395px;
    margin: 26px 0;
  }
  .recipe-search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #BECABD;
    border-radius: 9px;
    padding: 6px;
    min-width: 0;
  }
  .recipe-search:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px #173C3212;
  }
  .recipe-search>.icon {
    margin-left: 10px;
    color: var(--color-muted);
  }
  .recipe-search input[type="search"] {
    flex: 1;
    min-width: 0;
    width: 0;
    border: 0;
    background: transparent;
    padding: 12px 2px;
    font-size: 16px;
    line-height: 1.4;
    box-shadow: none;
  }
  .recipe-search input[type="search"]:focus {
    outline: none;
    box-shadow: none;
  }
  .recipe-search .btn {
    padding: 12px 16px;
    min-height: 44px;
  }
  .search-hints {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 16px;
    color: var(--color-muted);
    font-size: 12px;
    margin-top: 14px;
  }
  .search-hints a {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    color: var(--color-neutral);
    font-weight: 650;
  }
  .hero-feature {
    min-width: 0;
  }
  .hero-image-link {
    display: block;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: var(--color-cream);
    aspect-ratio: 1.06;
  }
  .hero-image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 59% 50%;
    transition: transform .65s ease;
  }
  .hero-image-link:hover img {
    transform: scale(1.025);
  }
  .image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: var(--color-paper);
    border-radius: 100px;
    padding: 9px 13px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 750;
  }
  .feature-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 18px;
    text-decoration: none;
  }
  .feature-caption h2 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -.035em;
    line-height: 1.35;
  }
  .circle-arrow {
    display: grid;
    place-items: center;
    flex: none;
    width: 42px;
    height: 42px;
    border: 1px solid #B8C4B4;
    border-radius: 50%;
  }
  .image-credit {
    font-size: 10px;
    color: var(--color-muted);
    line-height: 1.5;
    margin-top: 9px;
  }
  .image-credit p {
    margin: 0;
  }
  .promise-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 24px;
    border-block: 1px solid var(--color-line);
    font-size: 12px;
    color: var(--color-muted);
  }
  .promise-strip span {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .promise-strip .icon {
    width: 17px;
    height: 17px;
  }
  .section-space {
    padding-block: 72px;
  }
  .section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: clamp(28px,3vw,40px);
    margin-top: 12px;
  }
  .text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 750;
    font-size: 13px;
    min-height: 44px;
  }
  .text-link:hover {
    text-decoration: underline;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
  }
  .collection-tile {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 28px;
    min-height: 212px;
    background: var(--color-cream);
    border-radius: 12px;
    text-decoration: none;
    transition: background .2s;
  }
  .collection-tile:nth-child(2) {
    background: #E4EBE0;
  }
  .collection-tile:nth-child(3) {
    background: #E9EFCE;
  }
  .collection-tile:hover {
    background: #DCE6D4;
  }
  .collection-tile>.icon {
    width: 32px;
    height: 32px;
    margin-bottom: 32px;
    stroke-width: 1.4;
  }
  .collection-tile h3 {
    font-size: 21px;
    font-weight: 750;
    letter-spacing: -.035em;
  }
  .collection-tile p {
    color: var(--color-muted);
    font-size: 12px;
    margin-top: 6px;
  }
  .collection-tile .circle-arrow {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 32px;
    height: 32px;
    border: 0;
  }
  .time-section {
    padding: 50px;
    background: var(--color-primary);
    color: var(--color-paper);
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
  }
  .time-section .eyebrow {
    color: var(--color-sun);
  }
  .time-section h2 {
    font-size: 38px;
    margin-top: 16px;
  }
  .time-section p {
    color: #D2DEC8;
    font-size: 14px;
    line-height: 1.75;
    margin-top: 18px;
    max-width: 340px;
  }
  .time-options {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 10px;
  }
  .time-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 134px;
    border: 1px solid #617C66;
    border-radius: 10px;
    color: var(--color-paper);
    text-decoration: none;
    transition: background .2s,color .2s;
  }
  .time-option strong {
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -.06em;
    line-height: 1.2;
  }
  .time-option span {
    font-size: 11px;
    margin-top: 8px;
    color: inherit;
  }
  .time-option:hover,.time-option:nth-child(2) {
    background: var(--color-sun);
    border-color: var(--color-sun);
    color: var(--color-neutral);
  }
  .editorial-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: start;
  }
  .editorial-links h2 {
    font-size: 38px;
    margin-top: 14px;
  }
  .editorial-links p {
    color: var(--color-muted);
    font-size: 15px;
    line-height: 1.8;
    margin-top: 22px;
    max-width: 370px;
  }
  .row-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    border-bottom: 1px solid var(--color-line);
    padding-block: 22px;
    font-size: 18px;
    font-weight: 650;
  }
  .row-link:first-child {
    border-top: 1px solid var(--color-line);
  }
  .row-link:hover {
    color: #577348;
  }
  .site-footer {
    margin-top: auto;
    background: #EAF0E3;
    padding-block: 50px 24px;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 50px;
  }
  .footer-intro p {
    max-width: 270px;
    color: var(--color-muted);
    font-size: 13px;
    line-height: 1.8;
    margin-top: 16px;
  }
  .footer-nav {
    display: grid;
    align-content: start;
    gap: 4px;
  }
  .footer-nav .eyebrow {
    margin-bottom: 12px;
  }
  .footer-nav a {
    text-decoration: none;
    font-size: 13px;
    min-height: 36px;
    display: flex;
    align-items: center;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-bottom {
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid #CDD7C5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    color: var(--color-muted);
    font-size: 11px;
  }
  .page-masthead {
    padding-block: 48px 38px;
    border-bottom: 1px solid var(--color-line);
  }
  .page-masthead h1 {
    font-size: clamp(36px,4.5vw,60px);
    max-width: 850px;
    margin-top: 18px;
  }
  .page-masthead p {
    color: var(--color-muted);
    max-width: 600px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 22px;
  }
  .breadcrumb {
    display: flex;
    gap: 10px;
    font-size: 12px;
    color: var(--color-muted);
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .breadcrumb a {
    text-decoration: none;
  }
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  .filter-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 44px;
    border: 1px solid #C3CEBE;
    padding: 10px 16px;
    border-radius: 6px;
    background: transparent;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none;
  }
  .pill:hover,.pill[aria-current="page"] {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: white;
  }
  .results-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
    font-size: 13px;
    color: var(--color-muted);
  }
  .recipe-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 34px 24px;
  }
  .recipe-card {
    min-width: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .recipe-card>a {
    text-decoration: none;
    color: var(--color-neutral);
  }
  .card-image {
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--color-cream);
    position: relative;
  }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
  }
  .recipe-card:hover img {
    transform: scale(1.035);
  }
  .card-content {
    padding-top: 18px;
  }
  .card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--color-muted);
    font-size: 11px;
    font-weight: 650;
    margin-bottom: 9px;
  }
  .card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .card-meta .icon {
    width: 15px;
    height: 15px;
  }
  .card-title {
    font-size: 22px;
    font-weight: 750;
    letter-spacing: -.04em;
    line-height: 1.3;
  }
  .card-content p {
    font-size: 13px;
    line-height: 1.75;
    color: var(--color-muted);
    margin-top: 12px;
  }
  .empty-state {
    border: 1px solid var(--color-line);
    padding: 40px;
    border-radius: 12px;
    background: var(--color-cream);
    max-width: 720px;
  }
  .empty-state h2,.empty-state h3 {
    font-size: 24px;
    font-weight: 750;
    letter-spacing: -.04em;
  }
  .empty-state p {
    color: var(--color-muted);
    line-height: 1.8;
    margin-block: 14px 22px;
    font-size: 14px;
  }
  .finder-layout {
    display: grid;
    grid-template-columns: 290px minmax(0,1fr);
    align-items: start;
    gap: 56px;
  }
  .finder-form {
    background: var(--color-cream);
    border: 1px solid var(--color-line);
    padding: 24px;
    border-radius: 12px;
  }
  .finder-form fieldset {
    min-width: 0;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
  }
  .finder-form legend {
    font-weight: 750;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .radio-options {
    display: grid;
    gap: 8px;
  }
  .radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--color-line);
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
  }
  .radio-option:has(input:checked) {
    border-color: var(--color-primary);
    background: #E7EFCF;
  }
  .radio-option input {
    accent-color: var(--color-primary);
    width: 17px;
    height: 17px;
    box-shadow: none;
  }
  .finder-form .btn {
    width: 100%;
  }
  .finder-results .recipe-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .recipe-top {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
    padding-block: 36px 48px;
  }
  .recipe-top h1 {
    font-size: clamp(36px,3.6vw,52px);
    margin-top: 22px;
  }
  .recipe-intro {
    font-size: 15px;
    line-height: 1.85;
    color: var(--color-muted);
    margin-top: 24px;
  }
  .recipe-photo {
    border-radius: 14px;
    aspect-ratio: 1.18;
    overflow: hidden;
    background: var(--color-cream);
  }
  .recipe-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recipe-facts {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border-block: 1px solid var(--color-line);
    margin-top: 28px;
    padding-block: 20px;
    gap: 16px;
  }
  .recipe-facts dt {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--color-muted);
  }
  .recipe-facts dd {
    font-size: 15px;
    font-weight: 750;
    margin: 7px 0 0;
  }
  .recipe-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
  }
  .recipe-byline {
    font-size: 11px;
    color: var(--color-muted);
    margin-top: 24px;
  }
  .cooking-layout {
    display: grid;
    grid-template-columns: 360px minmax(0,1fr);
    gap: 70px;
    align-items: start;
    padding-block: 48px 72px;
    border-top: 1px solid var(--color-line);
  }
  .ingredient-panel {
    background: var(--color-cream);
    padding: 28px;
    border-radius: 12px;
  }
  .ingredient-panel h2 {
    font-size: 28px;
  }
  .ingredient-hint {
    margin-block: 10px 20px;
    font-size: 12px;
    color: var(--color-muted);
    line-height: 1.7;
  }
  .ingredient-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .ingredient-list li {
    border-top: 1px solid #D2DCCB;
  }
  .ingredient-check {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 12px;
    padding-block: 14px;
    align-items: start;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.7;
  }
  .ingredient-check input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    border-color: #84957B;
    border-radius: 4px;
    accent-color: var(--color-primary);
  }
  .ingredient-check input:checked+span {
    text-decoration: line-through;
    color: #687363;
  }
  .ingredient-check strong {
    font-weight: 750;
    margin-right: 5px;
  }
  .cooking-steps h2 {
    font-size: 36px;
  }
  .steps-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
  }
  .step-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    border-top: 1px solid var(--color-line);
    padding-block: 28px;
  }
  .step-number {
    display: grid;
    place-items: center;
    background: #E6EDCE;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 750;
  }
  .step-item h3 {
    font-size: 19px;
    font-weight: 750;
    letter-spacing: -.025em;
  }
  .step-item p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.9;
    color: var(--color-muted);
  }
  .recipe-tips {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid var(--color-line);
    border-radius: 10px;
  }
  .recipe-tips h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .affiliate-note {
    background: var(--color-secondary-50);
    border: 1px solid var(--color-secondary-200);
  }
  .prose h2,.prose h3 {
    font-family: var(--font-sans);
    font-weight: 750;
    letter-spacing: -.035em;
    color: var(--color-neutral);
  }
  .prose h2 {
    font-size: 1.8rem;
  }
  .prose h3 {
    font-size: 1.3rem;
  }
  .prose p,.prose li {
    color: var(--color-muted);
    line-height: 1.85;
  }
  .prose a {
    color: var(--color-primary);
    font-weight: 650;
  }
  .pagination {
    margin-top: 40px;
  }
  .nav-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .page-numbers {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-line);
    border-radius: 6px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 13px;
  }
  .page-numbers.current {
    background: var(--color-primary);
    color: white;
  }
  .section-rule {
    border-top: 1px solid var(--color-line);
  }
}
@media (min-width:1000px) {
  .ingredient-panel {
    position: sticky;
    top: 112px;
  }
  .finder-form {
    position: sticky;
    top: 112px;
  }
}
@media (max-width:1100px) {
  .desktop-nav {
    gap: 22px;
    margin-right: 0;
  }
  .header-cta {
    display: none;
  }
  .hero {
    gap: 38px;
  }
  .hero-title {
    font-size: 60px;
  }
  .time-section {
    padding: 36px;
    gap: 30px;
  }
  .cooking-layout {
    grid-template-columns: 310px minmax(0,1fr);
    gap: 40px;
  }
}
@media (max-width:767px) {
  .site-shell {
    width: calc(100% - 36px);
  }
  .header-inner {
    height: 72px;
    gap: 12px;
  }
  .brand {
    font-size: 24px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 30px 30px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-kicker {
    margin-bottom: 20px;
  }
  .hero-title {
    font-size: clamp(42px,11.5vw,62px);
    max-width: 600px;
  }
  .hero-lead {
    margin-block: 22px;
    max-width: 470px;
    font-size: 15px;
  }
  .hero-image-link {
    aspect-ratio: 1.28;
  }
  .feature-caption h2 {
    font-size: 18px;
  }
  .promise-strip {
    justify-content: start;
    gap: 15px 24px;
    padding-block: 20px;
  }
  .promise-strip span {
    font-size: 11px;
  }
  .section-space {
    padding-block: 44px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
  }
  .collection-grid {
    gap: 10px;
  }
  .collection-tile {
    padding: 18px 14px;
    min-height: 164px;
    border-radius: 8px;
  }
  .collection-tile>.icon {
    width: 27px;
    height: 27px;
    margin-bottom: 24px;
  }
  .collection-tile h3 {
    font-size: 15px;
    letter-spacing: -.025em;
  }
  .collection-tile p {
    font-size: 10px;
  }
  .collection-tile .circle-arrow {
    right: 8px;
    top: 12px;
    width: 24px;
    height: 24px;
  }
  .collection-tile .circle-arrow .icon {
    width: 15px;
    height: 15px;
  }
  .time-section {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px 22px;
  }
  .time-section h2 {
    font-size: 32px;
  }
  .time-option {
    min-height: 104px;
  }
  .time-option strong {
    font-size: 32px;
  }
  .editorial-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .editorial-links h2 {
    font-size: 32px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .footer-intro {
    grid-column: 1/-1;
  }
  .footer-bottom {
    margin-top: 26px;
  }
  .page-masthead {
    padding-block: 32px 30px;
  }
  .page-masthead h1 {
    font-size: 38px;
    overflow-wrap: anywhere;
  }
  .recipe-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 16px;
  }
  .card-title {
    font-size: 19px;
  }
  .finder-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .finder-form {
    padding: 20px;
  }
  .radio-options {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .finder-results .recipe-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .recipe-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 26px 36px;
  }
  .recipe-top h1 {
    font-size: 40px;
  }
  .recipe-photo {
    aspect-ratio: 1.3;
  }
  .recipe-facts {
    gap: 10px;
  }
  .recipe-facts dd {
    font-size: 14px;
  }
  .cooking-layout {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 32px 48px;
  }
  .ingredient-panel {
    padding: 24px;
  }
  .cooking-steps h2 {
    font-size: 30px;
  }
  .step-item {
    gap: 14px;
  }
  .empty-state {
    padding: 26px;
  }
}
@media (max-width:440px) {
  .recipe-grid,.finder-results .recipe-grid {
    grid-template-columns: 1fr;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .collection-tile {
    min-height: 0;
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 16px;
    padding: 20px;
  }
  .collection-tile>.icon {
    grid-row: 1/3;
    margin: 3px 0 0;
  }
  .collection-tile h3 {
    font-size: 19px;
    padding-right: 28px;
  }
  .collection-tile p {
    font-size: 12px;
    margin-top: 4px;
  }
  .collection-tile .circle-arrow {
    top: 26px;
    right: 18px;
  }
  .search-hints {
    gap: 5px 13px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
@layer components {
  .search-hints a {
    min-height: 44px;
    font-size: 13px;
  }
  .footer-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    text-underline-offset: 4px;
  }
  .ingredient-check {
    font-size: 14px;
  }
  .ingredient-check input {
    accent-color: #173C32;
  }
  .recipe-top h1,.page-masthead h1,.recipe-card h3 {
    overflow-wrap: break-word;
    hyphens: auto;
    text-wrap: balance;
  }
  .recipe-facts dd,.time-options strong {
    font-variant-numeric: tabular-nums;
  }
  .recipe-search:focus-within {
    border-color: #467B67;
    box-shadow: 0 0 0 3px rgb(70 123 103 / 12%);
  }
  .ad-placement {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-block: 0 64px;
    min-width: 0;
    text-align: center;
  }
  .ad-placement-label {
    color: #5A685E;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
  }
  .ad-placement-content {
    width: min(100%,728px);
    min-width: 0;
    min-height: 90px;
  }
  .ad-placement--recipe {
    margin: 0;
    padding: 40px 0 64px;
    border-top: 1px solid #D9E0D6;
  }
  .ad-placement--recipe .ad-placement-content {
    width: min(100%,300px);
    min-height: 250px;
  }
  .ad-widget {
    width: 100%;
    min-width: 0;
  }
  .ad-placement--preview .ad-placement-content {
    display: grid;
    place-items: center;
    background: #F4F6F0;
    border: 1px solid #D9E0D6;
  }
  .ad-placement-placeholder {
    color: #5A685E;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (hover:hover) and (pointer:fine) {
  .footer-nav a:hover,.search-hints a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media (max-width:767px) {
  .search-hints {
    gap: 0 16px;
  }
  .search-hints a,.footer-nav a {
    min-height: 44px;
  }
  .ingredient-check {
    font-size: 14px;
  }
  .ad-placement {
    margin-bottom: 44px;
  }
  .ad-placement-content {
    width: min(100%,320px);
    min-height: 100px;
  }
  .ad-placement--recipe {
    margin: 0;
    padding: 32px 0 44px;
  }
  .ad-placement--recipe .ad-placement-content {
    min-height: 250px;
  }
}
@media (max-width:380px) {
  .recipe-search {
    gap: 8px;
  }
  .recipe-search > .icon {
    display: none;
  }
  .recipe-search input[type="search"] {
    padding-inline: 6px;
  }
  .recipe-search .btn {
    padding-inline: 12px;
  }
}
@layer components {
  .portion-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 22px 0 12px;
  }
  .portion-controls[hidden],.ingredient-reset[hidden],.recipe-actions [hidden] {
    display: none !important;
  }
  .portion-controls > label {
    font-size: 14px;
    font-weight: 700;
  }
  .portion-stepper {
    display: flex;
    align-items: center;
    border: 1px solid #BFCBBB;
    border-radius: 8px;
    background: #fff;
  }
  .portion-stepper button {
    display: grid;
    place-items: center;
    width: 44px;
    min-height: 44px;
    color: #173C32;
    font-size: 22px;
    cursor: pointer;
  }
  .portion-stepper button:disabled {
    opacity: .35;
    cursor: default;
  }
  .portion-stepper input {
    width: 52px;
    min-height: 44px;
    padding: 6px 2px;
    text-align: center;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    color: #173C32;
    border: 0;
  }
  .portion-note {
    font-size: 12px;
    line-height: 1.7;
    color: #5A685E;
    margin: 12px 0 18px;
  }
  .ingredient-reset {
    min-height: 44px;
    margin-top: 14px;
    font-size: 13px;
    cursor: pointer;
  }
  .recipe-byline a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .recipe-faq {
    margin-top: 44px;
  }
  .recipe-faq > h2 {
    margin: 12px 0 24px;
  }
  .recipe-faq details {
    border-top: 1px solid #D9E0D6;
  }
  .recipe-faq details:last-child {
    border-bottom: 1px solid #D9E0D6;
  }
  .recipe-faq summary {
    padding: 20px 24px 20px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    cursor: pointer;
  }
  .recipe-faq details p {
    padding: 0 0 22px;
    margin: 0;
    color: #5A685E;
    line-height: 1.85;
    font-size: 15px;
  }
}
@media (min-width:1000px) {
  .ingredient-panel {
    position: static;
  }
}
@media print {
  .portion-controls,.ingredient-reset {
    display: none !important;
  }
  .ad-placement {
    display: none !important;
  }
  .site-header,.site-footer,.skip-link,.recipe-actions,.recipe-photo,.image-credit,.breadcrumb,.related-recipes,.affiliate-note,.recipe-faq,.cooking-steps > .prose {
    display: none !important;
  }
  body {
    background: white !important;
    color: black !important;
    font-size: 10pt;
  }
  .site-shell {
    width: 100% !important;
    max-width: none;
  }
  .recipe-top {
    display: block;
    padding: 0;
  }
  .recipe-top h1 {
    font-size: 24pt;
  }
  .recipe-intro {
    font-size: 10pt;
    margin-top: 10px;
  }
  .recipe-facts {
    margin-top: 12px;
    padding-block: 10px;
  }
  .recipe-byline {
    margin-top: 10px;
  }
  .cooking-layout {
    display: block;
    padding-block: 20px;
    border: 0;
  }
  .ingredient-panel {
    position: static;
    background: white;
    padding: 0;
  }
  .ingredient-list {
    columns: 2;
    column-gap: 24px;
    margin-bottom: 24px;
  }
  .ingredient-list li {
    break-inside: avoid;
  }
  .ingredient-check {
    padding-block: 6px;
    font-size: 10pt;
  }
  .ingredient-check input {
    display: none;
  }
  .ingredient-check {
    display: block;
  }
  .ingredient-check input:checked+span {
    text-decoration: none;
    color: black;
  }
  .ingredient-hint {
    display: none;
  }
  .step-item {
    break-inside: avoid;
    padding-block: 12px;
  }
  .step-item p {
    font-size: 10pt;
  }
  .recipe-tips {
    padding: 16px;
  }
  a {
    color: black !important;
    text-decoration: 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-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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
