/*! tailwindcss v4.3.3 | 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, monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: #B3453A;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-lg: 0.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-50: #F4F4F4;
    --color-primary-100: #E8E8E8;
    --color-primary-200: #D6D6D6;
    --color-primary-300: #A3A3A3;
    --color-primary-400: #8A8A8A;
    --color-primary-500: #6E6E6E;
    --color-primary-600: #545454;
    --color-primary-700: #404040;
    --color-primary-800: #333333;
    --color-primary-900: #1F1F1F;
    --color-accent-50: #FAF9F7;
    --color-accent-100: #F1EEE8;
    --font-display: ui-sans-serif, system-ui, sans-serif;
    --container-recipe: 65ch;
  }
}
@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%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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 {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-1 {
    top: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .isolate {
    isolation: isolate;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-7 {
    grid-column: span 7 / span 7;
  }
  .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;
    }
  }
  .m-1 {
    margin: var(--spacing);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .site-shell {
    width: 100%;
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
    margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-accent-100 {
    border-color: var(--color-accent-100);
  }
  .border-amber-100 {
    border-color: var(--color-amber-100);
  }
  .border-amber-200 {
    border-color: var(--color-amber-200);
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-primary-200 {
    border-color: var(--color-primary-200);
  }
  .border-primary-300 {
    border-color: var(--color-primary-300);
  }
  .border-primary-400 {
    border-color: var(--color-primary-400);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .bg-accent-50 {
    background-color: var(--color-accent-50);
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-50\/40 {
    background-color: color-mix(in srgb, #F4F4F4 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-50) 40%, transparent);
    }
  }
  .bg-primary-50\/50 {
    background-color: color-mix(in srgb, #F4F4F4 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-primary-50) 50%, transparent);
    }
  }
  .bg-primary-600 {
    background-color: var(--color-primary-600);
  }
  .bg-primary-800 {
    background-color: var(--color-primary-800);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .mask-repeat {
    -webkit-mask-repeat: repeat;
            mask-repeat: repeat;
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-0 {
    padding-block: 0px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .break-all {
    word-break: break-all;
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-primary-300 {
    color: var(--color-primary-300);
  }
  .text-primary-400 {
    color: var(--color-primary-400);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-primary-800 {
    color: var(--color-primary-800);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .slashed-zero {
    --tw-slashed-zero: slashed-zero;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .stacked-fractions {
    --tw-numeric-fraction: stacked-fractions;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .\!outline {
    outline-style: var(--tw-outline-style) !important;
    outline-width: 1px !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .filter {
    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,);
  }
  .backdrop-filter {
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
         user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  @media (hover: hover) {
    .hover\:border-primary-400:hover {
      border-color: var(--color-primary-400);
    }
    .hover\:border-primary-500:hover {
      border-color: var(--color-primary-500);
    }
    .hover\:border-primary-600:hover {
      border-color: var(--color-primary-600);
    }
    .hover\:border-red-400:hover {
      border-color: var(--color-red-400);
    }
    .hover\:bg-accent-50:hover {
      background-color: var(--color-accent-50);
    }
    .hover\:bg-accent-100:hover {
      background-color: var(--color-accent-100);
    }
    .hover\:bg-amber-200:hover {
      background-color: var(--color-amber-200);
    }
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
    .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }
    .hover\:bg-primary-50\/50:hover {
      background-color: color-mix(in srgb, #F4F4F4 50%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary-50\/50:hover {
        background-color: color-mix(in oklab, var(--color-primary-50) 50%, transparent);
      }
    }
    .hover\:bg-primary-700:hover {
      background-color: var(--color-primary-700);
    }
    .hover\:text-gray-600:hover {
      color: var(--color-gray-600);
    }
    .hover\:text-green-800:hover {
      color: var(--color-green-800);
    }
    .hover\:text-primary-600:hover {
      color: var(--color-primary-600);
    }
    .hover\:text-primary-700:hover {
      color: var(--color-primary-700);
    }
    .hover\:text-primary-800:hover {
      color: var(--color-primary-800);
    }
    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }
    .hover\:text-red-700:hover {
      color: var(--color-red-700);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  .focus\:border-primary-500:focus {
    border-color: var(--color-primary-500);
  }
  .focus\:ring:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .focus\:ring-primary-200:focus {
    --tw-ring-color: var(--color-primary-200);
  }
  .disabled\:opacity-30:disabled {
    opacity: 30%;
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .sm\:grid-cols-\[1fr_auto\] {
      grid-template-columns: 1fr auto;
    }
    .sm\:grid-cols-\[1fr_auto_auto\] {
      grid-template-columns: 1fr auto auto;
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:mx-0 {
      margin-inline: 0px;
    }
    .lg\:text-left {
      text-align: left;
    }
  }
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/Manrope.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled),
[role="button"],
select,
label[for],
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="submit"]:disabled {
  cursor: not-allowed;
}
.recipe {
  max-width: var(--container-recipe);
  margin: 0 auto;
  padding: 1rem;
}
.recipe-header {
  margin-bottom: 2rem;
}
.recipe-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.recipe-title {
  font-family: var(--font-display);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  flex: 1;
}
.recipe-back-row {
  margin-bottom: 1rem;
}
.recipe-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--color-primary-200);
  border-radius: 999px;
  background: #fff;
  padding: 0.45rem 0.75rem;
  color: var(--color-primary-700);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color 120ms ease, color 120ms ease, background-color 120ms ease;
}
.recipe-back-link:hover {
  border-color: var(--color-red-500);
  color: var(--color-red-500);
  background-color: var(--color-accent-50);
}
.recipe-category-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.5rem 0 1rem;
}
.category-badge {
  display: inline-block;
  background-color: var(--color-primary-100);
  color: var(--color-primary-800);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
}
.category-badge-color-0 {
  background-color: #F7DCE0;
}
.category-badge-color-1 {
  background-color: #DCEEE4;
}
.category-badge-color-2 {
  background-color: #FBDCD5;
}
.category-badge-color-3 {
  background-color: #FBE5D0;
}
.category-badge-color-4 {
  background-color: #DCEAF7;
}
.category-badge-color-5 {
  background-color: #F5E8C8;
}
.category-badge-color-6 {
  background-color: #E6DCF2;
}
.category-badge-color-7 {
  background-color: #E1E8D8;
}
.category-badge-color-8 {
  background-color: #F9E0C7;
}
.category-badge-color-9 {
  background-color: #D9E5EC;
}
.item-serial {
  display: inline-grid;
  place-items: center;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.35rem;
  border: 1px solid var(--color-primary-200);
  border-radius: 999px;
  background: #fff;
  color: var(--color-primary-700);
  font-size: 0.78rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.item-serial-master {
  display: inline-grid;
  place-items: center;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.35rem;
  border: none;
  border-radius: 999px;
  background: var(--color-primary-700);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.item-row-grid {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 8rem 11rem 9rem 7rem;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.35rem;
}
.item-row-grid.hidden {
  display: none;
}
.item-row-grid > .col-center {
  justify-self: center;
  text-align: center;
}
.item-row-grid > .col-end {
  justify-self: end;
}
.item-row-grid > * {
  min-width: 0;
}
@media (max-width: 640px) {
  .item-row-grid {
    grid-template-columns: 2rem 1fr;
  }
  .item-row-grid > *:nth-child(n + 3) {
    justify-self: start;
    grid-column: 1 / -1;
  }
  .item-row-grid.draggable {
    grid-template-columns: 1.5rem 2rem 1fr;
  }
  .item-row-grid.draggable > *:nth-child(n + 4) {
    justify-self: start;
    grid-column: 1 / -1;
  }
}
.item-row-grid.draggable {
  grid-template-columns: 1.5rem 2rem minmax(0, 1fr) 8rem 11rem 9rem 7rem;
}
.item-drag-handle {
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: -0.1em;
}
.item-drag-handle:hover {
  color: #18181B;
}
.item-row.dragging {
  opacity: 0.45;
  outline: 1.5px dashed #A1A1AA;
  outline-offset: -1px;
  background: #FAFAFA;
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.sidebar-master {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--color-primary-100);
}
.sidebar-master-title {
  padding: 0 0.75rem 0.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-500);
}
.sidebar-category-list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.75rem;
  border-radius: 0.35rem;
  color: var(--color-primary-700);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color 120ms ease, color 120ms ease;
}
.sidebar-link:hover,
.sidebar-link.is-active {
  background-color: var(--color-accent-50);
  color: var(--color-red-500);
}
.sidebar-subcategory {
  padding-left: 1rem;
}
.sidebar-count {
  flex-shrink: 0;
  color: var(--color-primary-400);
  font-size: 0.75rem;
  font-weight: 700;
}
.stage-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
}
.stage-badge-draft {
  background-color: #E0E0E0;
  color: #404040;
}
.stage-badge-in-review {
  background-color: #F5E8A3;
  color: #6B5B00;
}
.stage-badge-live {
  background-color: #C8E6C9;
  color: #1E4620;
}
.stage-filter-chip {
  cursor: pointer;
  border: 2px solid transparent;
  font: inherit;
}
.stage-filter-chip.is-active {
  border-color: var(--color-primary-800);
  box-shadow: 0 0 0 2px var(--color-accent-100);
}
.stage-filter-all {
  background-color: var(--color-primary-100);
  color: var(--color-primary-800);
}
.item-kind-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid var(--color-primary-200);
  background-color: #FFFFFF;
  color: var(--color-primary-700);
}
.item-kind-dish_recipe {
  border-color: #DCEEE4;
  color: #1E4620;
}
.item-kind-direct_supply_final_item {
  border-color: #D9E5EC;
  color: #24445A;
}
.item-kind-ingredient_supply_item {
  border-color: #F5E8C8;
  color: #6B5B00;
}
.item-map {
  background: #FFFFFF;
  border: 1px solid var(--color-primary-200, #E8E8E8);
  border-radius: 0.5rem;
  overflow: hidden;
}
.item-map-summary {
  display: grid;
  grid-template-columns: auto minmax(8rem, 1fr) minmax(10rem, 2fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.85rem 1rem;
  cursor: pointer;
  background: var(--color-accent-50, #F8F5EF);
}
.item-map-summary::-webkit-details-marker {
  display: none;
}
.item-map-summary::before {
  content: "+";
  font-weight: 800;
  color: var(--color-primary-700, #404040);
}
.item-map[open] .item-map-summary::before {
  content: "-";
}
.item-map-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--color-primary-800, #262626);
}
.item-map-path,
.item-map-count {
  color: var(--color-primary-600, #555);
  font-size: 0.85rem;
}
.item-map-count {
  justify-self: end;
  font-weight: 700;
}
.item-map-body {
  padding: 1rem;
}
.item-map-master + .item-map-master {
  margin-top: 1rem;
}
.item-map-master-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-primary-200, #E8E8E8);
}
.item-map-master-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary-800, #262626);
}
.item-map-master-head span {
  color: var(--color-primary-500, #777);
  font-size: 0.8rem;
  font-weight: 700;
}
.item-map-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 0.75rem;
  padding-top: 0.75rem;
}
.item-map-category {
  border: 1px solid var(--color-primary-200, #E8E8E8);
  border-radius: 0.5rem;
  padding: 0.75rem;
}
.item-map-category h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--color-primary-800, #262626);
}
.item-map-category h3 span {
  color: var(--color-primary-500, #777);
}
.item-map-category ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-map-category li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.9rem;
  color: var(--color-primary-700, #404040);
  font-size: 0.87rem;
}
.item-map-category a {
  color: var(--color-primary-700, #404040);
  font-weight: 650;
  text-decoration: none;
}
.item-map-category a:hover {
  color: var(--color-red-500, #D93A31);
  text-decoration: underline;
}
.item-warning {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid #E7B84B;
  border-radius: 999px;
  padding: 0.1rem 0.45rem;
  color: #7A4B00;
  background: #FFF8E4;
  font-size: 0.7rem;
  font-weight: 800;
}
.item-warning::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 0.9rem;
  height: 0.9rem;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #E7B84B;
  color: #2B1A00;
  font-size: 0.55rem;
  line-height: 1;
}
.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background-color: #FFFFFF;
  border: 1px solid var(--color-primary-200, #E8E8E8);
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}
.tag-chip-icon {
  flex-shrink: 0;
}
.tag-chip-veg {
  color: #1E8E3E;
}
.tag-chip-nonveg {
  color: #C62828;
}
.tag-chip-egg {
  color: #CA8A04;
}
.tag-chip-eggless {
  color: var(--color-primary-700, #404040);
}
.tag-chip-custom {
  color: #000000;
}
.tag-toggle {
  cursor: pointer;
  opacity: 0.4;
}
.tag-toggle:has(input:checked) {
  opacity: 1;
}
.tag-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.recipe-allergens-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.recipe-allergen-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background-color: #FFFFFF;
  border: 1px solid #E8B4AC;
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #8C2F26;
  white-space: nowrap;
}
.recipe-allergen-chip::before {
  content: "⚠";
  font-size: 0.72rem;
  line-height: 1;
}
.allergen-check-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.allergen-check {
  cursor: pointer;
  opacity: 0.45;
}
.allergen-check:has(input:checked) {
  opacity: 1;
}
.allergen-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.recipe-meta {
  background-color: var(--color-accent-50);
  border-radius: 0.5rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 0.75rem;
}
.recipe-meta-item {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.recipe-classification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  margin-bottom: 0.9rem;
}
.recipe-classification-title {
  margin: 0;
}
.recipe-meta-label {
  font-weight: 600;
  color: var(--color-primary-700);
}
.recipe-meta-value {
  color: var(--color-primary-600);
  min-width: 0;
  max-width: 100%;
}
.recipe-classification .item-kind-badge,
.recipe-classification .item-warning,
.recipe-classification .stage-badge,
.recipe-classification .category-badge,
.recipe-classification .tag-chip {
  max-width: 100%;
}
.rc-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #52525B;
  background: #F4F4F5;
  border: 1px solid #E4E4E7;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
}
.rc-chip-label {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9CA3AF;
}
.rc-chip-value {
  color: #18181B;
}
.rc-chip.rc-source {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal;
  color: #52525B;
}
.item-kind-badge {
  white-space: normal;
  line-height: 1.2;
}
.recipe-source {
  grid-column: 1 / -1;
}
.recipe-classification-wide {
  grid-column: 1 / -1;
}
.category-choice-group {
  width: 100%;
}
.category-choice-master {
  margin: 0.5rem 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-500);
}
.recipe-source-link {
  color: var(--color-red-500);
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.recipe-source-link:hover {
  text-decoration: underline;
}
.recipe-highlight-note {
  margin: 0.5rem 0 1rem;
  background-color: #FEF3C7;
  border: 1px solid #F59E0B;
  color: #78350F;
  font-weight: 700;
  padding: 0.65rem 0.9rem;
  border-radius: 0.375rem;
}
.recipe-highlight-note .recipe-highlight-protein {
  margin-top: 0.25rem;
  font-weight: 800;
  color: #92400E;
}
.recipe-dotted-note {
  margin-top: 0.5rem;
  background-color: #FFFDF4;
  border: 1px dashed var(--color-primary-400);
  color: var(--color-primary-700);
  padding: 0.75rem 0.9rem;
  border-radius: 0.375rem;
  white-space: pre-wrap;
}
.recipe-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.98rem;
}
.recipe-data-table th {
  background-color: var(--color-primary-600);
  color: white;
  text-align: left;
  padding: 0.5rem 0.75rem;
  font-weight: 600;
}
.recipe-data-table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--color-accent-100);
}
.recipe-data-table tr:nth-child(even) {
  background-color: var(--color-accent-50);
}
.recipe-list-section {
  margin: 2rem 0;
}
.recipe-list-section h2 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--color-primary-800);
}
.recipe-list-section ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: var(--color-primary-700);
}
.recipe-list-section ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
  color: var(--color-primary-700);
}
.recipe-list-section ol li {
  padding-left: 0.25rem;
  margin: 0.35rem 0;
}
#recipe-filter {
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#recipe-filter:focus {
  outline: none;
  border-color: var(--color-primary-600);
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.2);
}
#no-results {
  padding: 2rem 0;
  font-size: 1.125rem;
}
#reset-filter {
  color: var(--color-red-500);
}
#recipe-table th {
  background-color: var(--color-primary-600);
  color: white;
}
#recipe-table tr:nth-child(even) {
  background-color: var(--color-accent-50);
}
#recipe-table tr:hover {
  background-color: var(--color-accent-100);
}
#recipe-table td a:hover {
  color: var(--color-red-500);
}
@media (min-width: 768px) {
  .recipe-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .item-map-summary {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
  .item-map-summary::before {
    grid-row: 1;
  }
  .item-map-count {
    justify-self: start;
  }
  .recipe {
    padding: 0.75rem;
  }
  .recipe-meta-item,
  .recipe-classification-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 0.15rem;
  }
  .recipe-title {
    font-size: 1.5rem;
  }
  .recipe-title-row {
    flex-direction: column;
    align-items: stretch;
  }
  #recipe-filter {
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    width: 100%;
  }
  label[for="recipe-filter"] {
    font-size: 1.125rem;
  }
  #recipe-table td, 
  #recipe-table th {
    padding: 0.75rem 0.5rem;
  }
  #recipe-table td a {
    padding: 0.25rem 0;
    display: inline-block;
  }
  .recipe .markdown-content h2:where(:has-text("Ingredients")) ~ ul, .recipe .markdown-content h3:where(:has-text("Main Ingredients")) + ul, .recipe .markdown-content h3:where(:has-text("Optional")) + ul, .recipe .markdown-content h2:where(:has-text("Instructions")) + ol, .recipe .markdown-content h3:where(:has-text("To")) + ol, .recipe .markdown-content h2:where(:has-text("Notes")) + p, .recipe .markdown-content h2:where(:has-text("Notes")) + ul {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@page {
  size: A4;
  margin: 1.2cm 1.2cm 1.6cm;
}
.export-index {
  display: none;
}
@media print {
  .recipe {
    max-width: none;
    padding: 0;
    margin: 0;
  }
  .recipe-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--color-primary-800);
  }
  .recipe-meta {
    background-color: transparent;
    border: 1px solid var(--color-accent-100);
    padding: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .app-header, .app-footer, .sidebar-col, .card-spy {
    display: none;
  }
  .export-toolbar, .export-checklist, .export-instructions {
    display: none !important;
  }
  .export-index {
    display: block;
    page-break-after: always;
  }
  .export-index-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary-800);
    margin-bottom: 0.75rem;
  }
  .export-index-head {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    border-bottom: 2px solid var(--color-primary-800);
    margin-bottom: 0.2rem;
    padding-bottom: 0.15rem;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-primary-800);
  }
  .export-index-head-main {
    display: flex;
    justify-content: space-between;
  }
  .export-index-list {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: sno;
  }
  .export-index-item {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    align-items: baseline;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    page-break-inside: avoid;
  }
  .export-index-item:not(.export-index-hidden) {
    counter-increment: sno;
  }
  .export-index-sno::before {
    content: counter(sno);
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--color-primary-800);
  }
  .export-index-item a {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    padding: 0.25rem 0;
    color: var(--color-primary-800);
    text-decoration: none;
    border-bottom: 1px solid var(--color-accent-100);
  }
  .export-index-name {
    font-weight: 600;
    font-size: 0.9rem;
  }
  .export-index-cat {
    color: var(--color-primary-400);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .export-index-pg {
    margin-left: auto;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--color-primary-800);
  }
  .export-card.selected {
    display: block;
    -moz-column-break-after: page;
         break-after: page;
    page-break-after: always;
  }
}
body.printing .export-toolbar,
body.printing .export-checklist,
body.printing .export-instructions {
  display: none !important;
}
body.printing .export-index {
  display: block;
  -moz-column-break-after: page;
       break-after: page;
  page-break-after: always;
}
body.printing .export-index-item.export-index-hidden {
  display: none;
}
body.printing .export-card.selected {
  display: block;
  -moz-column-break-after: page;
       break-after: page;
  page-break-after: always;
}
body.printing .export-index-item,
body.printing .export-index-item a {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}
body.printing .recipe-photo-pair {
  grid-template-columns: 1fr 1fr !important;
}
.print-ready-overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 24, 27, 0.55);
  backdrop-filter: blur(3px);
  display: grid;
  place-items: center;
  z-index: 800;
  padding: 1.5rem;
}
.print-ready-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.35);
  max-width: 460px;
  width: 100%;
  padding: 1.75rem 1.75rem 1.5rem;
  text-align: center;
}
.print-ready-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: var(--color-primary-800);
}
.print-ready-sub {
  font-size: 0.9rem;
  color: var(--color-primary-600);
  line-height: 1.55;
  margin-bottom: 0.5rem;
}
.print-ready-hint {
  font-size: 0.78rem;
  color: var(--color-primary-400);
  line-height: 1.5;
  margin-bottom: 1.1rem;
}
.print-ready-kbd {
  display: inline-block;
  padding: 0.05rem 0.45rem;
  border: 1px solid var(--color-primary-200);
  border-bottom-width: 2px;
  border-radius: 6px;
  background: #ffffff;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--color-primary-800);
}
.print-ready-fail {
  font-size: 0.82rem;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 0.55rem 0.7rem;
  line-height: 1.45;
  margin-bottom: 1rem;
}
.print-ready-actions {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
}
.print-ready-btn {
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.6rem 1.1rem;
  border-radius: 10px;
  border: 1px solid var(--color-primary-200);
  background: #fafaf9;
  color: var(--color-primary-700);
  cursor: pointer;
  transition: all 0.12s ease;
}
.print-ready-btn:hover {
  background: #f5f5f4;
}
.print-ready-btn.primary {
  background: var(--color-primary-800);
  border-color: var(--color-primary-800);
  color: #ffffff;
}
.print-ready-btn.primary:hover {
  background: var(--color-primary-700);
}
@media print {
  .print-ready-overlay {
    display: none !important;
  }
}
body.printing .app-header,
body.printing .app-footer,
body.printing .sidebar-col,
body.printing .card-spy {
  display: none !important;
}
.checklist-row {
  border-left: 3px solid transparent;
  transition: background-color 0.1s ease, border-color 0.1s ease;
}
.checklist-row.selected {
  background-color: var(--color-accent-100);
  border-left-color: var(--color-primary-600);
  font-weight: 600;
}
.category-select-btn.active {
  background-color: var(--color-primary-600);
  color: white;
}
.export-card {
  display: none;
}
.export-index-item.export-index-hidden {
  display: none;
}
.side-menu nav a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.side-menu nav a:hover {
  background-color: var(--color-accent-50);
  color: var(--color-red-500);
}
.side-menu nav a.active {
  background-color: var(--color-primary-100);
  color: var(--color-primary-700);
  font-weight: 600;
}
.recipe-photo-pair {
  margin: -1rem -1rem 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background-color: var(--color-accent-100);
}
@media (min-width: 640px) {
  .recipe-photo-pair {
    grid-template-columns: 1fr 1fr;
    margin: -1rem -1rem 2rem;
    border-radius: 0.5rem 0.5rem 0 0;
    overflow: hidden;
  }
}
.recipe-hero-image {
  margin: 0;
  position: relative;
  min-width: 0;
}
.recipe-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recipe-hero-image figcaption {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--color-primary-800);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.6rem;
  border-radius: 0.25rem;
}
.recipe-photo-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-50);
  color: var(--color-primary-300);
  font-size: 0.875rem;
}
.recipe-step-gallery {
  margin: 3rem -1rem 0;
  padding: 2rem 1rem;
  background-color: var(--color-accent-50);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 768px) {
  .recipe-step-gallery {
    margin: 3rem -1rem 0;
    padding: 2.5rem 1.5rem;
  }
}
.step-gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 480px) {
  .step-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .step-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .step-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.step-gallery-item {
  margin: 0;
  background: white;
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step-gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.step-gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.item-picker-results {
  position: absolute;
  z-index: 40;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  max-height: 22rem;
  overflow: auto;
  background: white;
  border: 1px solid var(--color-primary-200, #D9D9D9);
  border-radius: 0.375rem;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.16);
}
.item-picker-group {
  padding: 0.55rem 0.75rem 0.35rem;
  background: var(--color-accent-50, #FAF5EF);
  color: var(--color-primary-500, #77716A);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: sticky;
  top: 0;
}
.item-picker-option {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0.75rem;
  border: 0;
  border-top: 1px solid var(--color-primary-100, #EFECEA);
  background: white;
  color: var(--color-primary-800, #2F2A26);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}
.item-picker-option:hover,
.item-picker-option.selected {
  background: var(--color-accent-100, #F2E7DA);
}
.item-picker-option small {
  color: var(--color-primary-400, #8D8780);
  font-size: 0.72rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: nowrap;
}
.item-picker-empty {
  padding: 0.75rem;
  color: var(--color-primary-500, #77716A);
  font-size: 0.85rem;
}
.recipe-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-50);
  color: var(--color-primary-300);
  font-size: 0.875rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.placeholder-text {
  text-align: center;
  padding: 1rem;
}
.recipe-flags {
  margin-top: 0.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--color-primary-100);
}
.recipe-flags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.recipe-flag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.recipe-flag-label {
  font-weight: 600;
  color: var(--color-primary-700);
  white-space: nowrap;
}
.recipe-flag-value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.recipe-photo-placeholder {
  background-color: var(--color-accent-50);
  color: var(--color-primary-300);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.placeholder-text {
  text-align: center;
  padding: 1rem;
  font-size: 0.875rem;
}
.recipe-photo-empty {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-primary-400);
  background-color: var(--color-accent-50);
  border: 1px solid var(--color-accent-100);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.85rem;
}
.recipe-photo-empty-icon {
  opacity: 0.55;
  font-size: 0.9rem;
  line-height: 1;
}
.recipe-gallery {
  margin-top: 1rem;
}
.recipe-gallery h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-primary-700);
  margin-bottom: 0.5rem;
}
.recipe-flags {
  margin-top: 0.5rem;
  padding: 0.75rem 0;
  border-top: 1px solid var(--color-primary-100);
}
.recipe-flags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.recipe-flag-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.recipe-flag-label {
  font-weight: 600;
  color: var(--color-primary-700);
  white-space: nowrap;
}
.recipe-flag-value {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.export-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-50);
  color: var(--color-primary-300);
  font-size: 0.75rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  font-weight: 500;
}
.export-card-photo {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
  max-height: 2.5in;
}
body {
  background-color: #F6F6F7;
  color: #18181B;
}
.app-header {
  background-color: #18181B;
  color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.8rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: #FFFFFF;
  min-width: 0;
}
.header-faq-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #F59E0B;
  color: #18181B;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  padding: 0.5rem 0.95rem 0.5rem 0.6rem;
  border-radius: 999px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
  white-space: nowrap;
}
.header-faq-q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: #18181B;
  color: #F59E0B;
  font-size: 1rem;
  font-weight: 900;
}
.header-faq-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  filter: brightness(1.05);
}
.header-faq-btn:active {
  transform: translateY(0);
  box-shadow: none;
}
.brand-logo-img {
  height: 36px;
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
.brand-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.brand-tag {
  background: #27272A;
  color: #A1A1AA;
  font-size: 0.66rem;
  font-weight: 700;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.brand-live-count {
  background: #27272A;
  border: 1px solid #3F3F46;
  color: #D4D4D8;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.22rem 0.55rem;
  border-radius: 6px;
  white-space: nowrap;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-nav-link {
  color: #D4D4D8;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}
.header-nav-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.admin-logout {
  background: #B3453A;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.8rem;
  border-radius: 8px;
  border: none;
  font-family: inherit;
  cursor: pointer;
}
.admin-logout:hover {
  background: #A03B31;
}
.editor-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.form-head {
  margin-bottom: 1.25rem;
}
.form-head h2 {
  margin-bottom: 0.3rem;
}
.form-head .field-help {
  margin: 0;
}
.editor-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.form-card {
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 0.75rem;
  padding: 1.1rem 1.25rem 1.3rem;
  box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}
.form-card .section-head {
  margin-bottom: 0.9rem;
}
.editor-form > .recipe-classification {
  margin-bottom: 0;
}
.section-head--bare {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0.6rem;
}
.notice-card {
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid;
}
.notice-warn {
  background: #FFFBEB;
  border-color: #FDE68A;
}
.notice-info {
  background: var(--color-accent-50);
  border-color: var(--color-accent-100);
}
.field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary-800);
  margin-bottom: 0.35rem;
}
.field-help {
  font-size: 0.72rem;
  color: #71717A;
  margin: 0 0 0.6rem;
}
.field-required {
  color: #B3453A;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  border: 1px solid #E4E4E7;
  border-radius: 0.5rem;
  padding: 0.55rem 0.8rem;
  font-size: 0.875rem;
  font-family: var(--font-sans);
  color: var(--color-primary-900);
  background: #FFFFFF;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-input:hover,
.form-select:hover,
.form-textarea:hover {
  border-color: #D4D4D8;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-primary-600);
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.12);
}
.form-input-sm {
  padding: 0.4rem 0.6rem;
  font-size: 0.8rem;
  border-radius: 0.45rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.5rem 0.95rem;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.btn-sm {
  padding: 0.32rem 0.7rem;
  font-size: 0.72rem;
  border-radius: 0.45rem;
}
.btn-primary {
  background: var(--color-primary-800);
  color: #FFFFFF;
}
.btn-primary:hover {
  background: #404040;
}
.btn:disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}
.btn-ghost {
  background: #FFFFFF;
  border-color: #D4D4D8;
  color: var(--color-primary-800);
}
.btn-ghost:hover {
  border-color: #A3A3A3;
  background: #FAFAFA;
}
.btn-danger {
  background: #FFFFFF;
  border-color: #E8B4AC;
  color: #A03B31;
}
.btn-danger:hover {
  background: #FBF1EF;
  border-color: #D98C82;
}
.btn-add {
  background: transparent;
  border: 1px dashed #D4D4D8;
  color: var(--color-primary-600);
}
.btn-add:hover {
  border-style: solid;
  border-color: var(--color-primary-500);
  color: var(--color-primary-800);
  background: #FAFAFA;
}
.row-remove {
  background: none;
  border: none;
  color: #A03B31;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.2rem 0.35rem;
  border-radius: 0.3rem;
  line-height: 1;
}
.row-remove:hover {
  background: #FBF1EF;
  color: #8C2F26;
}
.unit-cell:has(.unit-suggest) .f-unit {
  padding-right: 2.5rem;
}
.unit-suggest {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #D4D4D8;
  background: #FFFFFF;
  color: var(--color-primary-600);
  font-size: 0.65rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.05rem 0.45rem;
  cursor: pointer;
  line-height: 1.4;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}
.unit-suggest:hover {
  border-color: var(--color-primary-500);
  color: var(--color-primary-800);
  background: #FAFAFA;
}
.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.editor-body {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}
.editor-column {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.editor-column > .editor-chips + .editor-chips,
.editor-column > .form-card.editor-card + .form-card.editor-card,
.editor-column > .form-card.editor-card + .editor-chips,
.editor-column > .editor-chips + .form-card.editor-card {
  border-top: 2px dashed #D4D4D8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.editor-rail {
  width: 236px;
  flex-shrink: 0;
}
.editor-rail-card {
  background: #fff;
  border: 1px solid #E4E4E7;
  border-radius: 0.75rem;
  overflow: hidden;
  position: sticky;
  top: 1rem;
  box-shadow: 0 1px 2px rgba(24, 24, 27, 0.04);
}
.editor-rail-head {
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid #E4E4E7;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.rail-lbl {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71717A;
}
.rail-prog {
  font-size: 0.7rem;
  font-weight: 700;
  color: #3F6212;
}
.rail-progress {
  height: 5px;
  background: #F4F4F5;
  margin: 0.6rem 0.9rem 0.2rem;
  border-radius: 99px;
  overflow: hidden;
}
.rail-progress > i {
  display: block;
  height: 100%;
  background: #65A30D;
  border-radius: 99px;
  transition: width 0.25s ease;
}
.rail-nav {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  font-size: 0.8rem;
  font-family: inherit;
  color: #18181B;
  cursor: pointer;
  transition: background 0.12s ease;
}
.rail-item:hover {
  background: #FAFAFA;
}
.rail-item.active {
  background: #18181B;
  color: #fff;
}
.rail-item .rn {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  border: 1.5px solid #D4D4D8;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.55rem;
  font-weight: 800;
  color: #fff;
  background: #D4D4D8;
}
.rail-item.done .rn {
  background: #65A30D;
  border-color: #65A30D;
}
.rail-item.active .rn {
  background: #fff;
  border-color: #fff;
  color: #18181B;
}
.rail-item .rd {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rail-kind-note {
  margin: 0.4rem 0.9rem 0.8rem;
  font-size: 0.68rem;
  color: #71717A;
  border-top: 1px dashed #E4E4E7;
  padding-top: 0.6rem;
  line-height: 1.45;
}
.editor-chips {
  padding: 0.75rem 1rem;
  background: #FAFAFA;
  border: 1px solid #E4E4E7;
  border-radius: 0.75rem;
}
.editor-chips-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #71717A;
  margin-bottom: 0.5rem;
}
.editor-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.editor-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid #E4E4E7;
  background: #fff;
  color: #3F3F46;
  font-size: 0.72rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  text-decoration: none;
}
.editor-chip-muted {
  color: #A1A1AA;
  font-weight: 600;
}
.editor-chip-warn {
  border-color: #FDE68A;
  background: #FFFBEB;
  color: #92400E;
}
.editor-chip-row .stage-badge, .editor-chip-row .item-kind-badge {
  font-size: 0.72rem;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
}
.kind-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.kind-card {
  border: 1.5px solid #E4E4E7;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.75rem 0.8rem;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.kind-card:hover {
  border-color: #B8B2A6;
}
.kind-card.active {
  border-color: #18181B;
  box-shadow: 0 0 0 3px rgba(37, 37, 37, 0.08);
}
.kind-card .k-name {
  font-weight: 800;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: #18181B;
}
.kind-card .k-count {
  font-size: 0.66rem;
  font-weight: 800;
  color: #71717A;
  background: #FAFAFA;
  border: 1px solid #E4E4E7;
  border-radius: 999px;
  padding: 0.05rem 0.5rem;
}
.kind-card.active .k-count {
  background: #18181B;
  color: #fff;
  border-color: #18181B;
}
.kind-card .k-desc {
  font-size: 0.7rem;
  color: #71717A;
  margin-top: 0.3rem;
  line-height: 1.4;
}
.kind-card .k-sec {
  font-size: 0.64rem;
  color: #B3453A;
  margin-top: 0.4rem;
  font-weight: 700;
}
.drag-handle {
  color: #A1A1AA;
  cursor: grab;
  font-size: 0.85rem;
  letter-spacing: -0.1em;
  padding: 0.15rem 0.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}
.drag-handle:active {
  cursor: grabbing;
}
.step-row.dragging, .sub-recipe-row.dragging {
  opacity: 0.4;
  border: 1.5px dashed #18181B;
}
.acc-type {
  display: flex;
  gap: 0.3rem;
}
.acc-type-opt {
  display: inline-flex;
}
.acc-type-opt input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.opt-box {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid #E4E4E7;
  background: #fff;
  color: #52525B;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.opt-box .opt-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  border: 1.5px solid #D4D4D8;
  background: #fff;
  transition: background 0.15s ease;
}
.acc-type-opt input:checked + .opt-box {
  background: #18181B;
  border-color: #18181B;
  color: #fff;
}
.acc-type-opt input:checked + .opt-box .opt-dot {
  background: #fff;
  border-color: #fff;
}
.acc-type-opt input:focus-visible + .opt-box {
  outline: 2px solid #18181B;
  outline-offset: 2px;
}
@media (max-width: 1100px) {
  .editor-body {
    flex-direction: column;
  }
  .editor-rail {
    width: 100%;
  }
  .editor-rail-card {
    position: static;
  }
  .rail-nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .rail-item {
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .rail-progress, .editor-rail-head {
    display: none;
  }
  .kind-picker {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .acc-row-fields {
    flex-wrap: wrap;
  }
  .acc-row-fields .acc-garnish {
    flex: 1 1 100%;
  }
}
.acc-row {
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 0.5rem 0.6rem;
  background: #FAFAFA;
}
.acc-row + .acc-row {
  margin-top: 0.5rem;
}
.acc-row-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}
.acc-row-fields .acc-garnish {
  flex: 0 1 10rem;
  min-width: 6rem;
}
.acc-row-fields .acc-qty {
  width: 3.2rem;
}
.acc-row-fields .acc-unit {
  width: 3.6rem;
}
.acc-row-fields .acc-name {
  flex: 1 1 9rem;
  min-width: 6rem;
}
.acc-row-fields .acc-type {
  flex-shrink: 0;
}
.acc-row-fields .row-remove {
  flex-shrink: 0;
}
.app-footer {
  border-top: 1px solid #E4E4E7;
  background: #FAFAFA;
  color: #71717A;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.app-footer a {
  color: #18181B;
  font-weight: 600;
}
.app-footer-note {
  color: #9CA3AF;
}
.app-container {
  max-width: 1440px;
  margin: 1.5rem auto;
  padding: 0 1.5rem 3rem;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 1.75rem;
  align-items: start;
}
.main-workspace {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.sidebar-col {
  min-width: 0;
}
.sidebar-card {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E4E4E7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 5rem;
  max-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.sidebar-search {
  padding: 1rem 1.1rem 0;
  border-bottom: 1px solid #F1F1F3;
}
.sidebar-search-input {
  width: 100%;
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  font-size: 0.82rem;
  font-family: inherit;
  color: #18181B;
  background: #FAFAFA;
  outline: none;
}
.sidebar-search-input:focus {
  border-color: #18181B;
  background: #FFFFFF;
}
.sidebar-search-status {
  padding: 0.5rem 1.1rem 0.15rem;
  font-size: 0.7rem;
  color: #71717A;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.sidebar-search-status em {
  font-style: normal;
  color: #18181B;
  font-weight: 800;
}
.sidebar-search-status.none {
  color: #B45309;
  font-weight: 800;
}
.stage-toggles {
  display: flex;
  gap: 0.35rem;
  padding: 0.7rem 1.1rem 0.1rem;
  flex-wrap: wrap;
}
.stage-chip {
  padding: 0.28rem 0.6rem;
  border-radius: 20px;
  border: 1px solid #E4E4E7;
  background: #FAFAFA;
  color: #71717A;
  font-size: 0.7rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.12s ease;
}
.stage-chip:hover {
  background: #F4F4F5;
  color: #18181B;
}
.stage-chip.active {
  background: #18181B;
  color: #FFFFFF;
  border-color: #18181B;
}
.category-select-wrap {
  padding: 0.6rem 1.1rem 0.1rem;
}
.category-select {
  width: 100%;
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  padding: 0.5rem 0.7rem;
  font-size: 0.8rem;
  font-family: inherit;
  font-weight: 600;
  color: #18181B;
  background: #FAFAFA;
  cursor: pointer;
  outline: none;
}
.category-select:focus {
  border-color: #18181B;
  background: #FFFFFF;
}
.sidebar-nav {
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding: 0.8rem 1.1rem 1.1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(24, 24, 27, 0.25) transparent;
}
.sidebar-nav::-webkit-scrollbar {
  width: 8px;
}
.sidebar-nav::-webkit-scrollbar-track {
  background: transparent;
}
.sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 27, 0.25);
  border-radius: 999px;
}
.sidebar-card:hover .sidebar-nav {
  scrollbar-color: rgba(24, 24, 27, 0.5) transparent;
}
.sidebar-card:hover .sidebar-nav::-webkit-scrollbar-thumb {
  background: rgba(24, 24, 27, 0.5);
}
.sidebar-card:hover .sidebar-nav::-webkit-scrollbar-thumb:hover {
  background: rgba(24, 24, 27, 0.6);
}
.sidebar-master {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.1rem 0 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #F1F1F3;
}
.sidebar-master:first-child {
  margin-top: 0.4rem;
}
.sidebar-master-title {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #71717A;
}
.master-count {
  background: #ECECEE;
  color: #9CA3AF;
  border-radius: 5px;
  font-size: 0.62rem;
  padding: 0.1rem 0.4rem;
}
.sidebar-cat-name {
  font-size: 0.72rem;
  font-weight: 700;
  color: #52525B;
  margin: 0.7rem 0.1rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-count {
  flex-shrink: 0;
  color: #9CA3AF;
  font-size: 0.7rem;
  font-weight: 700;
}
.recipe-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.recipe-nav-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  text-decoration: none;
  color: #18181B;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.12s ease;
}
.recipe-nav-item:hover {
  background-color: #F4F4F5;
  color: #000;
}
.recipe-nav-item.active {
  background: linear-gradient(135deg, #27272A, #18181B);
  color: #FFFFFF;
  font-weight: 700;
  border-color: #27272A;
  box-shadow: 0 6px 16px -6px rgba(24, 24, 27, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}
.recipe-nav-item .nav-title {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.35;
}
.recipe-nav-meta {
  font-size: 0.62rem;
  color: #71717A;
  background: #F0F0F1;
  padding: 0.12rem 0.42rem;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 0.12rem;
  flex: 0 0 auto;
}
.recipe-nav-item.active .recipe-nav-meta {
  background: #3F3F46;
  color: #D4D4D8;
}
.recipe-nav-item .stage-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: 0 0 auto;
  margin-top: 0.32rem;
}
.stage-live .stage-dot {
  background: #10B981;
}
.stage-in-review .stage-dot {
  background: #F59E0B;
}
.stage-draft .stage-dot {
  background: #A1A1AA;
}
.recipe-nav-item.active .stage-dot {
  background: #FFFFFF;
}
.sidebar-card {
  overflow: hidden;
}
.sidebar-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0.9rem;
  background: #FAFAFA;
  border: 0;
  border-bottom: 1px solid #E4E4E7;
  cursor: pointer;
  font: inherit;
}
.sidebar-toggle:hover {
  background: #F4F4F5;
}
.sidebar-toggle-label {
  font-weight: 700;
  font-size: 0.8rem;
  color: #18181B;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.sidebar-toggle-count {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 700;
  color: #71717A;
  background: #F0F0F1;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
}
.sidebar-toggle-chevron {
  color: #71717A;
  font-size: 0.72rem;
  transition: none;
}
@media (prefers-reduced-motion: no-preference) {
  .sidebar-toggle-chevron {
    transition: transform 0.18s ease;
  }
}
.sidebar-toggle-chevron.open {
  transform: rotate(180deg);
}
.sidebar-card .sidebar-body {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sidebar-card.collapsed .sidebar-body {
  display: none;
}
@media (max-width: 1024px) {
  .app-container {
    grid-template-columns: 1fr;
  }
  .sidebar-card {
    position: static;
    max-height: none;
  }
  .sidebar-card .sidebar-body {
    display: none;
  }
  .sidebar-card.is-open .sidebar-body {
    display: flex;
  }
  .brand-tag {
    display: none;
  }
}
@media (max-width: 640px) {
  .header-faq-btn {
    padding: 0;
    width: 2.45rem;
    height: 2.45rem;
    justify-content: center;
  }
  .header-faq-btn > :not(.header-faq-q) {
    display: none;
  }
}
:focus-visible {
  outline: 2px solid #18181B;
  outline-offset: 2px;
}
.app-header :focus-visible {
  outline-color: #F4F4F5;
}
.item-map {
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px -12px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.item-map-summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  cursor: pointer;
  background: #FFFFFF;
  border: none;
}
.item-map-title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: #18181B;
}
.item-map-path {
  color: #71717A;
  font-size: 0.82rem;
}
.item-map-count {
  margin-left: auto;
  font-weight: 700;
  color: #52525B;
  font-size: 0.8rem;
  background: #F4F4F5;
  padding: 0.22rem 0.6rem;
  border-radius: 6px;
}
.item-map-body {
  padding: 0.5rem 1.25rem 1.25rem;
}
.item-map-master + .item-map-master {
  margin-top: 1rem;
}
.item-map-master-head {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #F1F1F3;
}
.item-map-master-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: #18181B;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.item-map-master-head span {
  color: #9CA3AF;
  font-size: 0.75rem;
  font-weight: 700;
}
.item-map-categories {
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  padding-top: 0.75rem;
}
.item-map-category {
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  padding: 0.75rem;
  background: #FAFAFA;
}
.item-map-category h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 800;
  color: #18181B;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.item-map-category h3 span {
  color: #9CA3AF;
}
.item-map-category a {
  color: #3F3F46;
  font-weight: 600;
}
.item-map-category a:hover {
  color: #B3453A;
  text-decoration: underline;
}
.recipe {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px -12px rgba(0, 0, 0, 0.12);
  padding-bottom: 1.5rem;
}
.recipe > .recipe-back-row {
  padding: 1rem 1.5rem 0;
}
.recipe > .recipe-header {
  padding: 0.5rem 1.5rem 0;
}
.recipe > .recipe-photos {
  margin: 0;
  padding: 1rem 1.5rem;
}
.recipe > .recipe-list-section {
  margin: 0;
  padding: 1rem 1.5rem;
}
.recipe-title-row {
  margin-bottom: 0.75rem;
}
.recipe-title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}
.recipe-back-link {
  border: 1px solid #E4E4E7;
  border-radius: 999px;
  background: #FAFAFA;
  padding: 0.4rem 0.85rem;
  color: #52525B;
  font-size: 0.8rem;
  font-weight: 600;
}
.recipe-back-link:hover {
  background: #18181B;
  border-color: #18181B;
  color: #FFFFFF;
}
.recipe-highlight-note {
  margin: 0.5rem 0 1rem;
  background: linear-gradient(180deg, rgba(255, 233, 122, 0.92) 0%, rgba(250, 204, 21, 0.86) 55%, rgba(245, 214, 71, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(190, 150, 0, 0.25);
  border: none;
  color: #18181B;
  font-weight: 700;
  padding: 0.65rem 1rem;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.recipe-classification {
  background: #FCFCFC;
  border: 1px solid #F1F1F3;
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
}
.recipe-classification-title {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9CA3AF;
  margin: 0 0 0.5rem;
}
.recipe-classification-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.35rem 0;
  border-bottom: 1px dashed #F1F1F3;
}
.recipe-classification-row:last-child {
  border-bottom: none;
}
.recipe-meta-label {
  width: 100px;
  flex: 0 0 auto;
  color: #71717A;
  font-weight: 600;
  font-size: 0.85rem;
}
.recipe-meta-value {
  color: #18181B;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.stage-badge {
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.22rem 0.6rem;
}
.stage-badge-draft {
  background-color: #F4F4F5;
  color: #52525B;
  border: 1px solid #E4E4E7;
}
.stage-badge-in-review {
  background-color: #FFFBEB;
  color: #B45309;
  border: 1px solid #FDE68A;
}
.stage-badge-live {
  background-color: #ECFDF5;
  color: #047857;
  border: 1px solid #D1FAE5;
}
.item-kind-badge {
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.24rem 0.65rem;
}
.category-badge {
  border-radius: 7px;
}
.recipe-list-section h2,
.recipe-subsection h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: #18181B;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.recipe-list-section {
  padding: 1rem;
  border-top: 1px solid #F1F1F3;
}
.recipe-list-section h2 {
  font-size: 1.05rem;
  margin-bottom: 0.7rem;
}
.recipe-subsection {
  padding: 0.25rem 0;
}
.recipe-data-table th {
  background-color: transparent;
  color: #71717A;
  text-align: left;
  padding: 0.4rem 0.5rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #E4E4E7;
}
.recipe-data-table td {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #F1F1F3;
  vertical-align: top;
  overflow-wrap: break-word;
}
.recipe-data-table tr:nth-child(even) {
  background-color: transparent;
}
.recipe-data-table td.qty, .recipe-data-table th.th-qty {
  text-align: right;
  font-weight: 700;
}
.recipe-data-table td.ing-name {
  cursor: pointer;
  font-weight: 500;
}
.recipe-data-table td.ing-name:hover {
  text-decoration: underline;
  color: #000;
}
.recipe-data-table td.ing-static {
  cursor: default;
}
.recipe-data-table tr.empty-row td {
  color: #71717A;
  font-weight: 500;
  font-style: italic;
}
.recipe-list-section ol {
  list-style: none;
  padding-left: 0;
}
.recipe-list-section ol li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  padding: 0.25rem 0;
  margin: 0;
}
.recipe-list-section ol li::before {
  content: counter(list-item);
  counter-increment: list-item;
  background: #18181B;
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.recipe-subsection ul {
  list-style: none;
  padding-left: 0;
}
.recipe-subsection ul li {
  padding: 0.3rem 0;
}
.recipe-dotted-note {
  background-color: #FCFCFC;
  border: 1px dashed #B3A489;
  color: #3F3F46;
  padding: 0.75rem 0.9rem;
  border-radius: 3px;
  overflow-wrap: anywhere;
}
.recipe-photo-pair {
  margin: 0;
  border-radius: 0;
}
.recipe-hero-image figcaption {
  background: rgba(24, 24, 27, 0.82);
  backdrop-filter: blur(8px);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.24rem 0.65rem;
  border-radius: 7px;
  left: 0.9rem;
  bottom: 0.9rem;
}
.item-serial {
  border-color: #E4E4E7;
  background: #FFFFFF;
  color: #52525B;
}
.item-serial-master {
  background: #18181B;
  color: #FFFFFF;
}
.category-section {
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px -12px rgba(0, 0, 0, 0.12);
  border: 1px solid #E4E4E7;
  overflow: hidden;
}
.category-section header {
  background: #FCFCFC !important;
  color: #18181B;
}
.category-section header h3,
.category-section header a {
  color: #18181B;
}
.category-section header .item-serial {
  background: #18181B;
  color: #FFFFFF;
}
.item-row:hover {
  background: #FAFAFA;
}
.item-row-grid .text-primary-700 {
  color: #3F3F46;
}
@media (max-width: 768px) {
  .brand-tag {
    display: none;
  }
  .recipe {
    padding-bottom: 1rem;
  }
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #F1F1F3;
  padding-bottom: 0.55rem;
  margin-bottom: 0.85rem;
}
.section-title {
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}
.section-meta {
  font-size: 0.72rem;
  color: #71717A;
  font-weight: 700;
  background: #F4F4F5;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
}
.card-spy {
  display: none;
  background: #FFFFFF;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  padding: 0.6rem 0.8rem;
  position: sticky;
  top: 4.6rem;
  z-index: 50;
  font-size: 0.78rem;
  font-weight: 700;
  color: #71717A;
}
.card-spy.show {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
}
.card-spy .spy-title {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.66rem;
  color: #71717A;
  margin-right: 0.4rem;
  font-weight: 800;
}
.spy-link {
  padding: 0.24rem 0.6rem;
  border-radius: 20px;
  border: 1px solid #E4E4E7;
  background: #FAFAFA;
  color: #18181B;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
  font-family: inherit;
  white-space: nowrap;
  transition: all 0.12s ease;
}
.spy-link:hover {
  background: #F4F4F5;
}
.spy-link.active {
  background: #18181B;
  color: #FFFFFF;
  border-color: #18181B;
}
.spy-anchor {
  scroll-margin-top: 5.2rem;
}
.ing-zoom {
  position: fixed;
  inset: 0;
  background: rgba(24, 24, 27, 0.45);
  backdrop-filter: blur(3px);
  display: none;
  place-items: center;
  z-index: 500;
  padding: 1.5rem;
}
.ing-zoom.active {
  display: grid;
}
.ing-zoom-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08), 0 24px 48px -12px rgba(0, 0, 0, 0.18);
  max-width: 560px;
  width: 100%;
  padding: 1.75rem 1.75rem 1.5rem;
}
.ing-zoom-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid #E4E4E7;
  background: #FAFAFA;
  color: #18181B;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.ing-zoom-close:hover {
  background: #F4F4F5;
}
.ing-zoom-name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 1.1rem;
  padding-right: 2rem;
  word-break: break-word;
}
.ing-zoom-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.zoom-row {
  display: flex;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #F1F1F3;
  font-size: 0.9rem;
}
.zoom-row:last-child {
  border-bottom: none;
}
.zoom-label {
  width: 70px;
  flex: 0 0 auto;
  color: #71717A;
  font-weight: 700;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-top: 0.1rem;
}
.zoom-value {
  color: #18181B;
  font-weight: 600;
  word-break: break-word;
}
.ing-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.ing-view-all {
  background: #F4F4F5;
  border: 1px solid #E4E4E7;
  border-radius: 7px;
  color: #18181B;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.26rem 0.65rem;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.12s ease;
  white-space: nowrap;
}
.ing-view-all:hover {
  background: #18181B;
  border-color: #18181B;
  color: #FFFFFF;
}
.all-zoom {
  position: fixed;
  inset: 0;
  background: rgba(24, 24, 27, 0.5);
  backdrop-filter: blur(3px);
  display: none;
  place-items: center;
  z-index: 500;
  padding: 1.5rem;
}
.all-zoom.active {
  display: grid;
}
.all-zoom-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 18px;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08), 0 24px 48px -12px rgba(0, 0, 0, 0.18);
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem 1.25rem;
}
.all-zoom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding-right: 2.25rem;
}
.all-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
}
.all-zoom-scroll {
  overflow-y: auto;
  padding-right: 0.25rem;
}
.all-label {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #71717A;
  margin-bottom: 0.6rem;
}
.all-empty {
  padding: 1rem;
  text-align: center;
  color: #71717A;
  font-size: 0.85rem;
}
.prep-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.prep-step {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.prep-step.selectable {
  cursor: pointer;
  border-radius: 8px;
  padding: 0.3rem 0.5rem;
  margin: -0.3rem -0.5rem;
  transition: background 0.1s ease;
}
.prep-step.selectable:hover {
  background: #F4F4F5;
}
.prep-step.selectable.selected {
  background: #FBFAF2;
  box-shadow: inset 3px 0 0 #E9D500;
}
.prep-step.selectable.selected .prep-text {
  font-weight: 700;
}
.prep-num {
  background: #18181B;
  color: #FFFFFF;
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 800;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 0.1rem;
}
.prep-text {
  font-size: 0.98rem;
  font-weight: 500;
  color: #3F3F46;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.garnish-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #92400E;
  background: #FFF4DC;
  border: 1px solid #FDE68A;
  padding: 0.18rem 0.6rem;
  border-radius: 6px;
}
.photo-empty {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #71717A;
  font-size: 0.82rem;
  font-weight: 600;
}
.recipe-subrecipe {
  padding: 0.5rem 0;
}
.ing-subtitle {
  font-size: 0.85rem;
  font-weight: 800;
}
.garnish-wrap {
  margin: 1.1rem 0 0;
}
.accomp-wrap {
  margin: 1.1rem 0 0;
}
.accomp-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.accomp-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.55rem;
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  background: #FAFAFA;
}
.accomp-type-badge {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  color: #fff;
}
.accomp-type-dip {
  background: #FFFFFF;
  color: #18181B;
  border: 1px solid #D4D4D8;
}
.accomp-type-side {
  background: #0F766E;
}
.accomp-qty {
  font-size: 0.78rem;
  font-weight: 700;
  color: #52525B;
  white-space: nowrap;
}
.accomp-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #18181B;
}
.accomp-garnish-text {
  font-size: 0.78rem;
  color: #71717A;
  font-style: italic;
}
.sub-recipes-wrap {
  margin-top: 1.2rem;
}
.sub-recipes-title {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #71717A;
  margin-bottom: 0.4rem;
}
.sub-recipe-block {
  margin-top: 0.7rem;
  padding: 0.7rem 0.85rem 0.85rem;
  border: 1px solid #E4E4E7;
  border-left: 3px solid #18181B;
  border-radius: 8px;
  background: #FAFAFA;
}
.sub-recipe-block .recipe-subrecipe {
  padding: 0;
}
.sub-recipe-name {
  font-size: 0.98rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #18181B;
  margin-bottom: 0.6rem;
}
.sub-recipe-block .prep-list {
  margin-top: 0.8rem;
  border-top: 1px dashed #D4D4D8;
  padding-top: 0.75rem;
}
.ing-head-row {
  margin-top: 1.1rem;
}
.ing-head-row:first-of-type {
  margin-top: 0;
}
.recipe-notes-callout, .recipe-info-callout {
  margin-top: 0.9rem;
  padding: 0.75rem 0.9rem;
  border-radius: 8px;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #334155;
  font-size: 0.85rem;
  overflow-wrap: anywhere;
}
.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.info-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  background: #FAFAFA;
  border: 1px solid #E4E4E7;
  border-radius: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  min-width: 0;
  overflow-wrap: anywhere;
}
.info-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #18181B;
  flex: 0 0 auto;
}
.plain-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.plain-list li {
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}
.plain-list a {
  color: #18181B;
  font-weight: 600;
}
.plain-list a:hover {
  text-decoration: underline;
}
.recipe .section-title {
  font-size: 1.05rem;
}
.recipe .ing-subtitle {
  font-size: 0.92rem;
}
@media print {
  .app-header, .sidebar-card, .card-spy {
    display: none !important;
  }
  .recipe-back-row {
    display: none !important;
  }
  .app-container {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  body {
    background: #FFFFFF;
    color: #000;
  }
  .recipe {
    box-shadow: none;
    border: 1px solid #ddd;
  }
  .recipe-photo-pair {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .recipe:not(.export-card), .recipe-list-section, .ing-zoom-card, .all-zoom-card {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .ing-zoom, .all-zoom {
    display: none !important;
  }
  .stage-toggles, .sidebar-search, .sidebar-search-status, .category-select-wrap {
    display: none !important;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
