/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
/*! wwwroot/app.css is GENERATED from Styles/app.tailwind.css — never hand-edit it.
    Regenerate in src/Ardoise.Presentation.Menu: npm ci && npm run build:css.
    Use this project's pinned CLI — another project's node_modules rewrites unrelated bytes. */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0px;
  }
  .top-\[0\.15rem\] {
    top: 0.15rem;
  }
  .top-\[0\.35rem\] {
    top: 0.35rem;
  }
  .top-\[calc\(100\%_\+_0\.4rem\)\] {
    top: calc(100% + 0.4rem);
  }
  .right-0 {
    right: 0px;
  }
  .right-\[0\.05rem\] {
    right: 0.05rem;
  }
  .right-\[0\.35rem\] {
    right: 0.35rem;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[45\] {
    z-index: 45;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .col-\[2\/-1\] {
    grid-column: 2/-1;
  }
  .m-0 {
    margin: 0px;
  }
  .m-\[-0\.5rem_0_1\.5rem\] {
    margin: -0.5rem 0 1.5rem;
  }
  .m-\[-0\.6rem_0\] {
    margin: -0.6rem 0;
  }
  .m-\[-0\.35rem_0_0\] {
    margin: -0.35rem 0 0;
  }
  .m-\[-0\.75rem_0_1\.5rem\] {
    margin: -0.75rem 0 1.5rem;
  }
  .m-\[0\.3rem_0_0\] {
    margin: 0.3rem 0 0;
  }
  .m-\[0\.5rem_0_0\] {
    margin: 0.5rem 0 0;
  }
  .m-\[0\.25rem_0_0\] {
    margin: 0.25rem 0 0;
  }
  .m-\[0\.35rem_0_0\] {
    margin: 0.35rem 0 0;
  }
  .m-\[0_0_0\.5rem\] {
    margin: 0 0 0.5rem;
  }
  .m-\[0_0_0\.25rem\] {
    margin: 0 0 0.25rem;
  }
  .m-\[0_0_0\.35rem\] {
    margin: 0 0 0.35rem;
  }
  .m-\[0_0_0\.65rem\] {
    margin: 0 0 0.65rem;
  }
  .m-\[0_0_1\.5rem\] {
    margin: 0 0 1.5rem;
  }
  .m-\[0_0_1rem\] {
    margin: 0 0 1rem;
  }
  .m-\[0_auto\] {
    margin: 0 auto;
  }
  .m-\[1\.5rem_0\] {
    margin: 1.5rem 0;
  }
  .m-\[1\.5rem_0_1rem\] {
    margin: 1.5rem 0 1rem;
  }
  .m-\[1\.25rem_0_0\] {
    margin: 1.25rem 0 0;
  }
  .m-\[1rem_0_0\.5rem\] {
    margin: 1rem 0 0.5rem;
  }
  .m-\[2rem_0\] {
    margin: 2rem 0;
  }
  .mx-0 {
    margin-inline: 0px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .mt-0 {
    margin-top: 0px;
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: 0px;
  }
  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[0\.1rem\] {
    margin-bottom: 0.1rem;
  }
  .mb-\[1\.25rem\] {
    margin-bottom: 1.25rem;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[0\.5rem\] {
    width: 0.5rem;
    height: 0.5rem;
  }
  .size-\[44px\] {
    width: 44px;
    height: 44px;
  }
  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[1\.15rem\] {
    height: 1.15rem;
  }
  .max-h-\[22rem\] {
    max-height: 22rem;
  }
  .min-h-\[1\.5rem\] {
    min-height: 1.5rem;
  }
  .min-h-\[1\.25rem\] {
    min-height: 1.25rem;
  }
  .min-h-\[48px\] {
    min-height: 48px;
  }
  .min-h-\[56px\] {
    min-height: 56px;
  }
  .w-\[9\.5rem\] {
    width: 9.5rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[44rem\] {
    max-width: 44rem;
  }
  .max-w-\[60vw\] {
    max-width: 60vw;
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[1\.15rem\] {
    min-width: 1.15rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1_1_100\%\] {
    flex: 1 1 100%;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-y-\[120\%\] {
    --tw-translate-y: calc(120% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }
  .grid-cols-\[auto_1fr_auto\] {
    grid-template-columns: auto 1fr auto;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .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);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[0\.2rem\] {
    gap: 0.2rem;
  }
  .gap-\[0\.3rem\] {
    gap: 0.3rem;
  }
  .gap-\[0\.4rem\] {
    gap: 0.4rem;
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[0\.6rem\] {
    gap: 0.6rem;
  }
  .gap-\[0\.15rem\] {
    gap: 0.15rem;
  }
  .gap-\[0\.35rem\] {
    gap: 0.35rem;
  }
  .gap-\[0\.55rem\] {
    gap: 0.55rem;
  }
  .gap-\[0\.65rem\] {
    gap: 0.65rem;
  }
  .gap-\[0\.85rem\] {
    gap: 0.85rem;
  }
  .gap-\[1\.25rem\] {
    gap: 1.25rem;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[0\.4rem\] {
    border-radius: 0.4rem;
  }
  .rounded-\[0\.5rem\] {
    border-radius: 0.5rem;
  }
  .rounded-\[0\.6rem\] {
    border-radius: 0.6rem;
  }
  .rounded-\[0\.75rem\] {
    border-radius: 0.75rem;
  }
  .rounded-\[999px\] {
    border-radius: 999px;
  }
  .rounded-\[var\(--radius-md\)\] {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .\[border-width\:1\.5px\] {
    border-width: 1.5px;
  }
  .\[border-width\:1px\] {
    border-width: 1px;
  }
  .\[border-width\:1px_1px_1px_4px\] {
    border-width: 1px 1px 1px 4px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .\[border-top-width\:1px\] {
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\[border-style\:solid\] {
    border-style: solid;
  }
  .\[border-top-style\:solid\] {
    border-top-style: solid;
  }
  .\[border-color\:var\(--brand-hairline\)_var\(--brand-hairline\)_var\(--brand-hairline\)_var\(--brand-accent\)\] {
    border-color: var(--brand-hairline) var(--brand-hairline) var(--brand-hairline) var(--brand-accent);
  }
  .border-\[color\:color-mix\(in_srgb\,var\(--status-negative-dot\)_40\%\,transparent\)\] {
    border-color: var(--status-negative-dot);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb,var(--status-negative-dot) 40%,transparent);
    }
  }
  .border-\[color\:color-mix\(in_srgb\,var\(--status-positive-dot\)_40\%\,transparent\)\] {
    border-color: var(--status-positive-dot);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb,var(--status-positive-dot) 40%,transparent);
    }
  }
  .border-\[color\:var\(--border-strong\)\] {
    border-color: var(--border-strong);
  }
  .border-\[color\:var\(--brand-hairline\)\] {
    border-color: var(--brand-hairline);
  }
  .border-brand-hairline {
    border-color: var(--brand-hairline);
  }
  .border-t-brand-hairline {
    border-top-color: var(--brand-hairline);
  }
  .bg-\[color\:var\(--bg\)\] {
    background-color: var(--bg);
  }
  .bg-\[transparent\] {
    background-color: transparent;
  }
  .bg-\[var\(--brand-primary-raised\)\] {
    background-color: var(--brand-primary-raised);
  }
  .bg-\[var\(--danger-bg\)\] {
    background-color: var(--danger-bg);
  }
  .bg-\[var\(--invert-bg\)\] {
    background-color: var(--invert-bg);
  }
  .bg-\[var\(--status-negative-bg\)\] {
    background-color: var(--status-negative-bg);
  }
  .bg-\[var\(--status-positive-bg\)\] {
    background-color: var(--status-positive-bg);
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-brand-tint {
    background-color: var(--brand-tint);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-\[0\.2rem_0\.65rem\] {
    padding: 0.2rem 0.65rem;
  }
  .p-\[0\.4rem_0\] {
    padding: 0.4rem 0;
  }
  .p-\[0\.5rem_0\] {
    padding: 0.5rem 0;
  }
  .p-\[0\.6rem_1\.4rem\] {
    padding: 0.6rem 1.4rem;
  }
  .p-\[0\.25rem_0\] {
    padding: 0.25rem 0;
  }
  .p-\[0\.35rem_0\.6rem\] {
    padding: 0.35rem 0.6rem;
  }
  .p-\[0\.75rem_0\.85rem\] {
    padding: 0.75rem 0.85rem;
  }
  .p-\[0\.75rem_1rem\] {
    padding: 0.75rem 1rem;
  }
  .p-\[0\.85rem_1rem\] {
    padding: 0.85rem 1rem;
  }
  .p-\[0_0\.3rem\] {
    padding: 0 0.3rem;
  }
  .p-\[0_1rem\] {
    padding: 0 1rem;
  }
  .p-\[1\.5rem\] {
    padding: 1.5rem;
  }
  .p-\[1\.5rem_1\.25rem\] {
    padding: 1.5rem 1.25rem;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[0\.6rem\] {
    padding-inline: 0.6rem;
  }
  .px-\[0\.55rem\] {
    padding-inline: 0.55rem;
  }
  .px-\[0\.85rem\] {
    padding-inline: 0.85rem;
  }
  .px-\[1\.4rem\] {
    padding-inline: 1.4rem;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[0\.1rem\] {
    padding-block: 0.1rem;
  }
  .py-\[0\.3rem\] {
    padding-block: 0.3rem;
  }
  .py-\[0\.4rem\] {
    padding-block: 0.4rem;
  }
  .py-\[0\.6rem\] {
    padding-block: 0.6rem;
  }
  .py-\[0\.15rem\] {
    padding-block: 0.15rem;
  }
  .py-\[0\.35rem\] {
    padding-block: 0.35rem;
  }
  .py-\[0\.85rem\] {
    padding-block: 0.85rem;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-\[0\.5rem\] {
    padding-top: 0.5rem;
  }
  .pt-\[1\.35rem\] {
    padding-top: 1.35rem;
  }
  .pb-\[0\.6rem\] {
    padding-bottom: 0.6rem;
  }
  .pb-\[calc\(0\.5rem\+env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
  }
  .pl-\[0\.9rem\] {
    padding-left: 0.9rem;
  }
  .pl-\[1\.25rem\] {
    padding-left: 1.25rem;
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.78rem\] {
    font-size: 0.78rem;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.02rem\] {
    font-size: 1.02rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.15rem\] {
    font-size: 1.15rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[length\:var\(--step-1\)\] {
    font-size: var(--step-1);
  }
  .text-\[length\:var\(--step-4\)\] {
    font-size: var(--step-4);
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .\[line-height\:1\] {
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .\[font-weight\:400\] {
    font-weight: 400;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[color\:var\(--brand-interactive\)\] {
    color: var(--brand-interactive);
  }
  .text-\[color\:var\(--brand-on-primary\)\] {
    color: var(--brand-on-primary);
  }
  .text-\[color\:var\(--danger-ink\)\] {
    color: var(--danger-ink);
  }
  .text-\[color\:var\(--ink\)\] {
    color: var(--ink);
  }
  .text-\[color\:var\(--invert-ink\)\] {
    color: var(--invert-ink);
  }
  .text-\[color\:var\(--muted\)\] {
    color: var(--muted);
  }
  .text-\[color\:var\(--status-negative-dot\)\] {
    color: var(--status-negative-dot);
  }
  .text-\[color\:var\(--status-negative-ink\)\] {
    color: var(--status-negative-ink);
  }
  .text-\[color\:var\(--status-positive-dot\)\] {
    color: var(--status-positive-dot);
  }
  .text-\[color\:var\(--status-positive-ink\)\] {
    color: var(--status-positive-ink);
  }
  .text-\[color\:var\(--subtle\)\] {
    color: var(--subtle);
  }
  .text-brand-accent-ink {
    color: var(--brand-accent-ink);
  }
  .text-brand-ink-accent {
    color: var(--brand-ink-accent, #b45309);
  }
  .text-inherit {
    color: inherit;
  }
  .text-ink {
    color: var(--ink);
  }
  .text-subtle {
    color: var(--subtle);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .\[font-variant-numeric\:tabular-nums\] {
    font-variant-numeric: tabular-nums;
  }
  .\[text-decoration-line\:none\] {
    text-decoration-line: none;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .opacity-\[0\.85\] {
    opacity: 0.85;
  }
  .shadow-\[0_0_0_2px_var\(--brand-band\)\] {
    --tw-shadow: 0 0 0 2px var(--tw-shadow-color, var(--brand-band));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_1px_2px_rgba\(15\,23\,42\,0\.12\)\] {
    --tw-shadow: 0 1px 2px var(--tw-shadow-color, rgba(15,23,42,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[var\(--shadow\)\] {
    --tw-shadow: var(--shadow);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .\[box-shadow\:var\(--shadow-bar\)\] {
    box-shadow: var(--shadow-bar);
  }
  .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,);
  }
  .\[border-bottom\:1px_solid_var\(--line\)\] {
    border-bottom: 1px solid var(--line);
  }
  .\[border-left\:3px_solid_var\(--danger-ink\)\] {
    border-left: 3px solid var(--danger-ink);
  }
  .\[border-left\:4px_solid_var\(--brand-accent\)\] {
    border-left: 4px solid var(--brand-accent);
  }
  .\[border-right\:1px_solid_var\(--brand-hairline\)\] {
    border-right: 1px solid var(--brand-hairline);
  }
  .\[border-top\:1px_solid_var\(--border-strong\)\] {
    border-top: 1px solid var(--border-strong);
  }
  .\[border\:1px_solid_var\(--border-strong\)\] {
    border: 1px solid var(--border-strong);
  }
  .\[border\:none\] {
    border: none;
  }
  .\[transition\:rotate_var\(--dur-1\,0\.15s\)_ease\] {
    transition: rotate var(--dur-1,0.15s) ease;
  }
  .not-\[\[hidden\]\]\:flex:not(:is([hidden])) {
    display: flex;
  }
  .group-open\:rotate-90:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 90deg;
  }
  .first\:\[border-top-width\:0\]:first-child {
    border-top-width: 0;
  }
  .first\:pt-0:first-child {
    padding-top: 0px;
  }
  .focus-within\:border-\[color\:var\(--accent-line\)\]:focus-within {
    border-color: var(--accent-line);
  }
  @media (hover: hover) {
    .hover\:border-\[color\:var\(--brand-accent\)\]:hover {
      border-color: var(--brand-accent);
    }
    .hover\:border-\[color\:var\(--brand-interactive\)\]:hover {
      border-color: var(--brand-interactive);
    }
    .hover\:bg-brand-tint:hover {
      background-color: var(--brand-tint);
    }
    .hover\:bg-brand-tint-2:hover {
      background-color: var(--brand-tint-2);
    }
    .hover\:text-\[color\:var\(--brand-interactive\)\]:hover {
      color: var(--brand-interactive);
    }
    .hover\:text-\[color\:var\(--ink\)\]:hover {
      color: var(--ink);
    }
    .hover\:text-\[color\:var\(--muted\)\]:hover {
      color: var(--muted);
    }
    .hover\:text-brand-ink-accent:hover {
      color: var(--brand-ink-accent, #b45309);
    }
    .hover\:text-ink:hover {
      color: var(--ink);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
    .hover\:\[filter\:brightness\(1\.08\)\]:hover {
      filter: brightness(1.08);
    }
  }
  .focus\:translate-y-0:focus {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .aria-pressed\:text-brand-ink-accent[aria-pressed="true"] {
    color: var(--brand-ink-accent, #b45309);
  }
  @media (width < 40rem) {
    .max-\[40rem\]\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 40rem) {
    .min-\[40rem\]\:flex-row {
      flex-direction: row;
    }
    .min-\[40rem\]\:justify-center {
      justify-content: center;
    }
    .min-\[40rem\]\:gap-\[0\.5rem\] {
      gap: 0.5rem;
    }
  }
  @media (width >= 48rem) {
    .md\:max-w-\[44rem\] {
      max-width: 44rem;
    }
    .md\:grid-cols-\[repeat\(2\,1fr\)\] {
      grid-template-columns: repeat(2,1fr);
    }
    .md\:gap-\[0\.75rem\] {
      gap: 0.75rem;
    }
  }
  @media (width >= 64rem) {
    .lg\:max-w-\[52rem\] {
      max-width: 52rem;
    }
    .lg\:grid-cols-\[repeat\(3\,1fr\)\] {
      grid-template-columns: repeat(3,1fr);
    }
  }
  .\[\&_svg\]\:block svg {
    display: block;
  }
  .\[\&_svg\]\:h-auto svg {
    height: auto;
  }
  .\[\&_svg\]\:w-full svg {
    width: 100%;
  }
  .\[\&\[hidden\]\]\:hidden[hidden] {
    display: none;
  }
  [open] > .\[\[open\]\>\&\]\:bg-brand-tint-2 {
    background-color: var(--brand-tint-2);
  }
  [open] > summary > .\[\[open\]\>summary\>\&\]\:rotate-180 {
    rotate: 180deg;
  }
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/fraunces-latin-var.woff2") format("woff2");
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--font-body, ui-sans-serif, system-ui, sans-serif);
  font-size: var(--step-0);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.5;
}
@layer base {
  button {
    font: inherit;
    cursor: pointer;
    background: var(--brand-primary-raised);
    color: var(--brand-on-primary);
    border: none;
    border-radius: var(--radius-md);
    padding: 0.55rem 1.1rem;
    transition: filter .12s ease, transform .06s ease;
  }
}
button:hover {
  filter: brightness(1.08);
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: none;
}
[type="submit"][aria-disabled="true"], [type="submit"][data-guard-pending="1"] {
  opacity: 0.9;
  cursor: progress;
  filter: none;
  background-image: linear-gradient(100deg, transparent 42%, currentColor 50%, transparent 58%);
  @supports (color: color-mix(in lab, red, red)) {
    background-image: linear-gradient(100deg, transparent 42%, color-mix(in srgb, currentColor 18%, transparent) 50%, transparent 58%);
  }
  background-size: 300% 100%;
  background-repeat: no-repeat;
}
.submit-guard-live {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
@keyframes submit-guard-working {
  from {
    background-position: 150% 0;
  }
  to {
    background-position: -50% 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  button:active {
    transform: scale(.97);
  }
  [type="submit"][aria-disabled="true"], [type="submit"][data-guard-pending="1"] {
    animation: submit-guard-working 1.1s linear infinite;
  }
}
input, select, textarea {
  font: inherit;
  font-size: 1rem;
  min-height: 44px;
  width: 100%;
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
}
textarea {
  min-height: 5.5rem;
  resize: vertical;
  line-height: 1.5;
}
:focus-visible {
  outline: 2px solid var(--accent-line);
  outline-offset: 2px;
}
img {
  max-width: 100%;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.grow {
  flex: 1;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.min-w-0 {
  min-width: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.m-0 {
  margin: 0;
}
.w-full {
  width: 100%;
}
.rounded {
  border-radius: 0.4rem;
}
.rounded-lg {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 999px;
}
.object-cover {
  object-fit: cover;
}
.text-xs {
  font-size: 0.8rem;
}
.text-sm {
  font-size: 0.9rem;
}
.text-display {
  font-size: 2rem;
  line-height: 1.1;
}
.leading-snug {
  line-height: 1.4;
}
.font-semibold {
  font-weight: 600;
}
.font-display {
  font-family: var(--brand-font);
  letter-spacing: var(--brand-display-spacing);
}
.nowrap {
  white-space: nowrap;
}
.tabular-nums {
  font-variant-numeric: tabular-nums;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-muted {
  color: var(--muted);
}
.text-invert-muted {
  color: var(--invert-muted);
}
.text-ink {
  color: var(--ink);
}
.text-accent {
  color: var(--brand-ink-accent, #b45309);
}
.text-brand-accent {
  color: var(--brand-accent-ink);
}
.text-interactive {
  color: var(--brand-interactive);
}
.underline {
  text-decoration: underline;
}
.bg-surface {
  background: var(--bg);
}
.bg-tint {
  background: var(--brand-tint);
}
.bg-band {
  background: var(--brand-band);
}
.border-hairline {
  border: 1px solid var(--brand-hairline);
}
.border-t-hairline {
  border-top: 1px solid var(--brand-hairline);
}
.border-b-hairline {
  border-bottom: 1px solid var(--brand-hairline);
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style: none;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.place-items-center {
  place-items: center;
}
.rotate-on-open {
  transition: transform var(--dur-2) var(--ease);
}
details[open] > summary .rotate-on-open {
  transform: rotate(45deg);
}
summary::-webkit-details-marker {
  display: none;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.no-underline {
  text-decoration: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.prose {
  color: var(--ink);
  line-height: 1.7;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.prose a {
  color: var(--brand-accent-ink);
}
.text-subhead {
  font-size: 1.4rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.rounded-sm {
  border-radius: 0.25rem;
}
.border-l-accent {
  border-left: 3px solid var(--brand-accent);
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.p-0 {
  padding: 0;
}
.bg-tint2 {
  background: var(--brand-tint-2);
}
.bg-accent-soft {
  background: var(--brand-accent-soft);
}
.text-on-accent-soft {
  color: var(--on-accent-soft);
}
.border-accent {
  border-color: var(--brand-accent);
}
.bg-caution {
  background: var(--status-caution-bg);
}
.text-caution {
  color: var(--status-caution-ink);
}
.border-caution {
  border-color: var(--status-caution-dot);
}
.bg-tagmuted {
  background: var(--tag-muted-bg);
}
.text-tagmuted {
  color: var(--tag-muted-ink);
}
.border-tagmuted {
  border-color: var(--tag-muted-line);
}
.border-line {
  border-color: var(--line);
}
.self-center {
  align-self: center;
}
.min-h-tap {
  min-height: 44px;
}
.site-header-home {
  display: inline-flex;
}
.site-header-logo {
  height: 2.5rem;
  width: auto;
  display: block;
}
[data-logo="dark"] {
  display: none;
}
[data-theme="dark"] [data-logo="light"] {
  display: none;
}
[data-theme="dark"] [data-logo="dark"] {
  display: block;
}
html {
  scroll-padding-top: calc(4.5rem + env(safe-area-inset-top));
  scroll-padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
}
html:has(.allergenpin) {
  scroll-padding-top: calc(7.5rem + env(safe-area-inset-top));
}
html:has(.cat-nav) {
  scroll-padding-top: calc(8rem + env(safe-area-inset-top));
}
html:has(.allergenpin ~ .cat-nav) {
  scroll-padding-top: calc(11.5rem + env(safe-area-inset-top));
}
.page {
  max-width: 44rem;
  margin: 0 auto;
  padding: 1.25rem 1rem 4rem;
}
@layer base {
  h1 {
    font-family: var(--font-display);
    letter-spacing: var(--brand-display-spacing);
    font-size: var(--step-3);
    margin: var(--space-2) 0 var(--space-5);
    line-height: 1.15;
  }
  h2 {
    font-family: var(--font-display);
    letter-spacing: var(--brand-display-spacing);
    font-size: var(--step-2);
    margin: var(--space-6) 0 var(--space-2);
    line-height: 1.2;
  }
}
.quickfind-input {
  font: inherit;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 44px;
  padding: 0.25rem 0;
  color: var(--ink);
  background: transparent;
  border: none;
}
.quickfind-input::-webkit-search-cancel-button {
  display: none;
}
.dish[hidden], .menu-section[hidden], .menu[hidden], .cat-nav-list li[hidden] {
  display: none !important;
}
.menu-search {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  background-color: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
@media (min-width: 48rem) {
  .menu-search {
    max-width: 44rem;
  }
}
.menu-search-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.4rem 0.85rem;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.9rem;
  cursor: pointer;
}
.menu-search-chip:hover {
  border-color: var(--brand-accent);
}
.menu-search-chip:has(input:checked) {
  background: var(--brand-primary-raised);
  color: var(--brand-on-primary);
  border-color: var(--brand-primary-raised);
}
.menu-search-chip:has(input:focus-visible) {
  outline: 2px solid var(--accent-line);
  outline-offset: 2px;
}
.menu-search-chip input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--brand-interactive);
}
.menu-search-chip-allergen:has(input:checked) {
  border-color: var(--brand-primary-raised);
}
.menu-search-diet {
  gap: 0.6rem;
}
.menu-search-chip-diet {
  font-size: 0.95rem;
  font-weight: 600;
}
.menu-search-diet-icon {
  font-size: 1.1rem;
  line-height: 1;
}
.menu-search-avail {
  gap: 0.6rem;
}
.menu-search-chip-avail {
  font-weight: 600;
}
.menu-search-avail-icon {
  font-size: 1rem;
  line-height: 1;
}
.menu-search-chips-ingredients {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.menu-filters {
  margin: 0;
}
.menu-filters-allergens {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}
.menu-search-chips-allergens {
  padding-top: 0.5rem;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.menu-search-submit {
  min-height: 44px;
  align-self: flex-start;
  background: var(--bg);
  color: var(--brand-ink-accent, #b45309);
  border: 1.5px solid var(--brand-hairline);
}
.menu-search-submit:hover {
  border-color: var(--brand-accent);
  filter: none;
}
.menu-search-active-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.6rem;
  background: var(--brand-tint-2);
  border: 1px solid var(--brand-hairline);
  border-radius: 999px;
  color: var(--ink);
}
.menu-search-active-chip-avail {
  gap: 0.3rem;
}
.category-heading {
  display: block;
  font-family: var(--brand-font);
  letter-spacing: var(--brand-display-spacing);
  font-size: var(--step-1);
  line-height: 1.2;
  font-weight: 700;
  margin: 3rem 0 0.85rem;
  padding: 0 0 0.4rem;
  color: var(--brand-ink-accent, #b45309);
  border-bottom: 1px solid var(--brand-hairline);
}
.menu-section:first-of-type .category-heading {
  margin-top: 0.5rem;
}
.menu-section-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dish {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}
.dish-image {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0.75rem;
  margin: 0 0 0.75rem;
  display: block;
  background: var(--line);
}
.dish-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.15rem 1rem;
  font-weight: 600;
}
.dish-description {
  color: var(--muted);
  margin: 0.35rem 0 0;
  max-width: 42ch;
  font-weight: 400;
}
.dish-price {
  display: block;
  white-space: nowrap;
  color: var(--brand-ink-accent, #b45309);
  font-weight: 700;
  margin: 0.35rem 0 0;
  font-variant-numeric: tabular-nums;
}
.dish-head .dish-name {
  min-width: 0;
  overflow-wrap: anywhere;
}
.dish-head .dish-price {
  margin: 0 0 0 auto;
  flex: 0 0 auto;
}
.dish-lead {
  display: none;
}
[data-menu-layout="list"] .dish-head, [data-menu-layout="card-grid"] .dish-head {
  align-items: baseline;
}
[data-menu-layout="list"] .dish-lead, [data-menu-layout="card-grid"] .dish-lead {
  display: block;
  flex: 1 1 auto;
  align-self: center;
  min-width: 1.25rem;
  margin: 0 0.4rem;
  border-bottom: 1px dotted var(--brand-hairline);
  opacity: 0.6;
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  [data-menu-layout="list"] .dish-name, [data-menu-layout="card-grid"] .dish-name {
    transition: transform var(--dur-1) var(--ease);
  }
  [data-menu-layout="list"] .dish-lead, [data-menu-layout="card-grid"] .dish-lead {
    transition: border-bottom-width var(--dur-1) var(--ease);
  }
  [data-menu-layout="list"] .dish:hover .dish-name, [data-menu-layout="card-grid"] .dish:hover .dish-name {
    transform: translateX(2px);
  }
  [data-menu-layout="list"] .dish:hover .dish-lead, [data-menu-layout="card-grid"] .dish:hover .dish-lead {
    border-bottom-width: 3px;
  }
}
.menu-layout {
  display: block;
}
[data-menu-layout="list"] .dish {
  line-height: 1.6;
}
[data-menu-layout="card-grid"] .menu-section-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
[data-menu-layout="card-grid"] .dish {
  border: 1px solid var(--brand-hairline);
  border-top: 3px solid var(--brand-accent);
  border-radius: 0.75rem;
  padding: 0.85rem;
  background: var(--bg);
  transition: background-color 0.15s ease;
}
[data-menu-layout="card-grid"] .dish:hover {
  background: var(--brand-tint);
}
@media (min-width: 48rem) {
  [data-menu-layout="list"] .dish, [data-menu-layout="card-grid"] .dish {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 1rem;
    align-items: start;
  }
  [data-menu-layout="list"] .dish > *, [data-menu-layout="card-grid"] .dish > * {
    grid-column: 1;
  }
  [data-menu-layout="list"] .dish-image, [data-menu-layout="card-grid"] .dish-image {
    grid-column: 1 / -1;
  }
  [data-menu-layout="list"] .dish-add, [data-menu-layout="card-grid"] .dish-add {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    margin: 0;
  }
}
.allergenpin {
  position: sticky;
  top: calc(3.75rem + env(safe-area-inset-top));
  z-index: 25;
  margin: 0 -1rem 1.25rem;
  padding: 0.6rem 1rem;
  background: var(--brand-accent-soft);
  border-bottom: 1px solid var(--brand-hairline);
  color: var(--ink);
  font-size: 0.85rem;
  line-height: 1.35;
  font-weight: 500;
}
.allergenpin-icon {
  color: var(--brand-ink-accent, #b45309);
}
.allergenpin ~ .cat-nav {
  top: calc(3.75rem + env(safe-area-inset-top) + 3.5rem);
}
.cat-nav {
  position: sticky;
  top: calc(3.75rem + env(safe-area-inset-top));
  z-index: 20;
  margin: 0 -1rem 1.25rem;
  padding: 0.6rem 1rem;
  background: var(--bg);
  border-bottom: 1px solid var(--brand-hairline);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1.5rem), transparent);
  mask-image: linear-gradient(90deg, transparent, #000 1rem, #000 calc(100% - 1.5rem), transparent);
}
.cat-nav::-webkit-scrollbar {
  display: none;
}
.cat-nav-list {
  list-style: none;
  padding: 0;
  width: max-content;
}
.cat-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  color: var(--brand-ink-accent, #b45309);
  font-weight: 600;
  font-size: 0.85rem;
  white-space: nowrap;
  text-decoration: none;
}
.cat-chip:hover {
  border-color: var(--brand-accent);
  background: var(--brand-tint-2, var(--brand-tint));
}
@media (prefers-reduced-motion: no-preference) {
  .cat-chip {
    transition: transform var(--dur-1) var(--ease), background var(--dur-1) var(--ease);
  }
  .cat-chip:active {
    transform: scale(0.96);
  }
}
.cat-chip[aria-current="true"] {
  background: var(--brand-accent-soft);
  border-color: var(--brand-accent);
  color: var(--brand-ink-accent, #b45309);
  font-weight: 700;
}
.menu-section {
  scroll-margin-top: 3rem;
}
[data-menu-layout="large-photo"] .dish {
  position: relative;
}
[data-menu-layout="large-photo"] .dish-image {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}
[data-menu-layout="large-photo"] .dish-name {
  font-size: 1.15rem;
}
[data-menu-layout="large-photo"] .dish-price {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  padding: 0.2rem 0.7rem;
  background: var(--brand-primary);
  color: var(--brand-on-primary);
  border-radius: 999px;
  font-weight: 700;
  z-index: 1;
}
[data-menu-layout="compact"] .dish-image {
  display: none;
}
[data-menu-layout="compact"] .dish {
  line-height: 1.35;
}
[data-menu-layout="compact"] .dish-lead {
  display: block;
  flex: 1 1 auto;
  align-self: center;
  min-width: 1.25rem;
  margin: 0 0.4rem;
  border-bottom: 1px dotted var(--brand-hairline);
  opacity: 0.6;
}
[data-menu-layout="compact"] .dish-head {
  align-items: baseline;
}
[data-menu-layout="two-column"] .menu-section-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: max-content;
  gap: 0.5rem 1rem;
  align-items: start;
}
[data-menu-layout="two-column"] .dish-image {
  display: none;
}
[data-menu-layout="two-column"] .dish {
  line-height: 1.35;
  padding: 0.6rem 0;
}
[data-menu-layout="two-column"] .dish-head {
  display: block;
}
[data-menu-layout="two-column"] .dish-name {
  display: block;
  overflow-wrap: anywhere;
}
[data-menu-layout="two-column"] .dish-price {
  margin: 0.2rem 0 0;
}
[data-menu-layout="two-column"] .dish-price-dual {
  align-items: flex-start;
  text-align: left;
}
[data-menu-layout="two-column"] .dish-description {
  margin-top: 0.25rem;
}
[data-menu-layout="two-column"] .dish-add {
  justify-content: flex-start;
}
[data-menu-layout="spotlight"] .menu-section-items {
  display: block;
}
[data-menu-layout="spotlight"] .dish {
  border-bottom: 0;
  padding: 0 0 2.5rem;
  text-align: center;
}
[data-menu-layout="spotlight"] .dish-image {
  aspect-ratio: 4 / 5;
  margin-bottom: 1rem;
  border-radius: 1rem;
}
[data-menu-layout="spotlight"] .dish-head {
  display: block;
  font-size: var(--step-1);
  line-height: 1.25;
}
[data-menu-layout="spotlight"] .dish-price {
  margin-top: 0.35rem;
}
[data-menu-layout="spotlight"] .dish-price-dual {
  align-items: center;
  text-align: center;
}
[data-menu-layout="spotlight"] .dish-description {
  margin-left: auto;
  margin-right: auto;
}
[data-menu-layout="spotlight"] .dish-add {
  justify-content: center;
}
[data-menu-layout="spotlight"] .heart {
  justify-content: center;
}
.lowstock {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0.35rem 0 0;
  padding: 0.1rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--status-caution-ink);
  background: var(--status-caution-bg);
  border: 1px solid var(--status-caution-dot);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--status-caution-dot) 40%, transparent);
  }
  border-radius: 999px;
}
.lowstock-icon {
  display: inline-flex;
  color: var(--status-caution-dot);
}
.lowstock-text {
  white-space: nowrap;
}
.soldout {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.3rem;
  margin: 0.35rem 0 0;
  padding: 0.1rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--status-negative-ink);
  background: var(--status-negative-bg);
  border: 1px solid var(--status-negative-dot);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--status-negative-dot) 40%, transparent);
  }
  border-radius: 999px;
}
.soldout-icon {
  display: inline-flex;
  color: var(--status-negative-dot);
}
.soldout-text {
  white-space: nowrap;
}
.dish-sold-out .dish-name {
  color: var(--subtle);
}
.dish-sold-out .dish-price {
  color: var(--subtle);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.dish-sold-out .dish-image {
  opacity: 0.6;
}
.pay-stripe, .receipt-pay-stripe {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.pay-card-heading, .receipt-pay-card-heading {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.pay-amount, .receipt-pay-total {
  margin: 0;
  color: var(--ink);
}
.receipt-pay-total {
  font-size: 1.25rem;
  font-weight: 700;
}
.receipt-pay-total-amount {
  color: var(--brand-interactive);
}
.pay-element, .receipt-pay-element {
  min-height: 3rem;
  padding: 0.85rem;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 0.5rem;
}
.pay-element[data-loading]::after, .receipt-pay-element[data-loading]::after {
  content: attr(data-loading);
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
}
.pay-submit, .receipt-pay-submit {
  min-height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
}
.pay-submit:disabled, .receipt-pay-submit:disabled {
  background: var(--border-strong);
  color: var(--muted);
  cursor: not-allowed;
  filter: none;
}
.pay-stripe-error, .receipt-pay-stripe-error {
  margin: 0;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
  font-size: 0.95rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: calc(0.6rem + env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) 0.6rem max(1rem, env(safe-area-inset-left));
  background: var(--brand-band);
  border-bottom: 2px solid var(--brand-accent);
}
.site-header-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  color: var(--ink);
  font-family: var(--brand-font);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.site-header-mark {
  display: block;
  height: 1.9rem;
  width: auto;
}
.brand-wordmark {
  display: block;
  height: auto;
}
.site-header-mark.brand-wordmark {
  height: 2.25rem;
  width: auto;
}
.brand-wordmark-plaque {
  fill: var(--brand-primary);
}
.brand-wordmark-text {
  fill: var(--brand-on-primary);
  font-family: var(--brand-font);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.01em;
}
.site-header-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
}
.token-icon {
  display: block;
  flex: none;
}
.site-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.35rem;
  color: var(--ink);
  background: transparent;
  border: none;
  border-radius: var(--radius-md);
}
.site-theme:hover {
  background: var(--brand-tint-2);
  filter: none;
}
.site-theme-icon {
  display: inline-flex;
}
.site-theme-icon-sun {
  display: none;
}
[data-theme="dark"] .site-theme-icon-sun {
  display: inline-flex;
}
[data-theme="dark"] .site-theme-icon-moon {
  display: none;
}
.site-lang, .site-menu {
  position: relative;
}
.site-nav-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.35rem 0.75rem;
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 0.5rem;
}
.site-nav-link:hover {
  background: var(--brand-tint-2);
}
.site-nav-link-active {
  box-shadow: inset 3px 0 0 0 var(--brand-accent);
  background: var(--brand-tint);
}
.site-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--brand-interactive);
  border-radius: 0.5rem;
}
.site-cart:hover {
  background: var(--brand-tint-2);
}
.site-account {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: var(--brand-interactive);
  border-radius: 0.5rem;
}
.site-account:hover {
  background: var(--brand-tint-2);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.6rem 1.4rem;
  background: var(--brand-primary-raised);
  color: var(--brand-on-primary);
  border: 0;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(1.08);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.2rem;
  background: transparent;
  color: var(--brand-interactive);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.btn-ghost:hover {
  background: var(--brand-tint-2);
}
@media (prefers-reduced-motion: no-preference) {
  .site-cart-count-pop {
    animation: count-pop var(--dur-3) var(--ease-emphasis);
  }
}
@keyframes count-pop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.4);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.site-lang-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0.25rem 0.75rem;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 0.5rem;
}
.site-lang-link:hover {
  background: var(--brand-tint-2);
  color: var(--ink);
  filter: none;
}
.site-lang-link-active {
  color: var(--brand-on-primary);
  background: var(--brand-primary-raised);
}
.menu {
  margin: 0 0 2rem;
}
.menu h2 {
  font-family: var(--brand-font);
  letter-spacing: var(--brand-display-spacing);
  color: var(--brand-on-tint);
  padding-bottom: 0.4rem;
  border-bottom: 2px solid var(--brand-hairline);
}
.menu-section {
  margin: 0 0 0.5rem;
}
.menu-cartbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 0.75rem 1.25rem;
  padding-bottom: calc(0.75rem + env(safe-area-inset-bottom));
  color: var(--brand-on-primary);
  background: var(--brand-primary-raised);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-bar);
}
.menu-layout-has-cartbar {
  padding-bottom: calc(56px + 1.5rem + env(safe-area-inset-bottom));
}
.page:has(.menu-cartbar) ~ .site-footer {
  padding-bottom: calc(2rem + 56px + 1.5rem + env(safe-area-inset-bottom));
}
.menu-cartbar:hover {
  filter: brightness(1.06);
}
.menu-cartbar-summary {
  font-variant-numeric: tabular-nums;
}
.menu-cartbar-cta {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.menu-table-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
}
.menu-table-banner-text {
  font-weight: 600;
}
.menu-leave-table {
  min-height: 44px;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--border-strong);
}
.menu-leave-table:hover {
  border-color: var(--brand-accent);
  filter: none;
}
.call-waiter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.5rem 1rem;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--border-strong);
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}
.call-waiter:hover {
  border-color: var(--brand-accent);
}
.call-waiter:focus-visible {
  outline: 2px solid var(--accent-line);
  outline-offset: 2px;
}
.menu-search-chip-text {
  line-height: 1.2;
}
.dish-name {
  font-family: var(--brand-font);
  letter-spacing: var(--brand-display-spacing);
  font-weight: 600;
}
.dish-price-dual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  white-space: normal;
  text-align: right;
}
.dish-price-line {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
}
[data-menu-layout="large-photo"] .dish-price-dual {
  align-items: flex-end;
  text-align: right;
}
.dish-price-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.dish-add {
  margin: 0.3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.qty-stepper {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
}
.qty-button {
  min-width: 44px;
  min-height: 44px;
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
}
.qty-button:hover {
  border-color: var(--brand-interactive);
  filter: none;
}
html:not([data-js]) .qty-button {
  display: none;
}
.qty-input {
  width: 3rem;
  min-height: 44px;
  text-align: center;
}
.dish-add-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 44px;
  padding: 0 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: var(--brand-primary-raised);
  color: var(--brand-on-primary);
  border: 1.5px solid transparent;
}
.dish-add-plus {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 700;
}
.dish-add-label {
  white-space: nowrap;
}
.dish-add[data-dish-options] {
  flex-direction: column;
  align-items: stretch;
  gap: 0.6rem;
}
.dish-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dish-options-group {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.dish-options-name {
  font-weight: 700;
}
.dish-option input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand-ink-accent);
}
.dish-options-error {
  margin: 0;
  font-weight: 600;
  color: var(--danger-ink);
}
.dish-options-hint, .formule-hint {
  margin: 0;
  font-weight: 600;
  color: var(--muted);
}
.dish-add-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.formule-error {
  margin: 0;
  font-weight: 600;
  color: var(--danger-ink);
}
.formule-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.formule-course {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.formule-course-label {
  font-weight: 700;
}
.formule-choice input {
  width: 20px;
  height: 20px;
  accent-color: var(--brand-ink-accent);
}
.formule-add-button {
  align-self: stretch;
}
.tally {
  margin: 0;
  font-weight: 600;
  color: var(--muted);
}
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}
.checkstep {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--muted);
}
.checkstep[data-state="chosen"] {
  color: var(--status-positive-ink);
  font-weight: 600;
}
.checkstep-todo {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid currentColor;
  border-radius: 9999px;
}
.dish-add-button:hover {
  filter: brightness(0.96);
}
.dish-add-button-added {
  color: transparent;
}
.dish-add-button-added::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-on-primary);
  font-weight: 700;
}
@media (prefers-reduced-motion: no-preference) {
  .dish-add-button {
    transition: transform var(--dur-1) var(--ease-emphasis), background var(--dur-1) var(--ease-emphasis);
  }
  .dish-add-button:active {
    transform: scale(0.9);
  }
  .dish-add-button-added {
    animation: add-pop var(--dur-2) var(--ease-emphasis);
  }
}
@keyframes add-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
.cart-empty-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}
.cart-line-name {
  font-weight: 600;
  grid-column: 1;
}
.cart-line-price {
  grid-column: 2;
  color: var(--brand-ink-accent, #b45309);
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.3;
}
.cart-line-unavailable .cart-line-name {
  color: var(--subtle);
}
.cart-line-unavailable .cart-line-price {
  color: var(--subtle);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.cart-line-name .lowstock {
  display: flex;
  width: fit-content;
}
.cart-stepper {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.cart-step-form {
  display: inline-flex;
}
.cart-step {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--border-strong, #cbd5e1);
  border-radius: 0.5rem;
}
.cart-step-dec, .cart-step-inc {
  color: var(--brand-interactive);
}
.cart-step:hover {
  border-color: var(--brand-accent);
  filter: none;
}
.cart-line-qty {
  min-width: 1.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.1rem;
}
.cart-remove-form {
  grid-column: 2;
  justify-self: end;
  display: inline-flex;
}
.cart-remove {
  min-height: 44px;
  background: var(--bg);
  color: var(--brand-ink-accent, #b45309);
  border: 1px solid var(--border-strong);
}
.cart-remove:hover {
  border-color: var(--brand-ink-accent, #b45309);
  filter: none;
}
.cart-total {
  margin: 1rem 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--brand-ink-accent, #b45309);
  font-variant-numeric: tabular-nums;
}
.cart-clear-form {
  margin-top: 1rem;
}
.cart-clear {
  min-height: 44px;
  background: var(--bg);
  color: var(--muted);
  border: 1px solid var(--border-strong);
}
.cart-clear:hover {
  border-color: var(--border-strong);
  filter: none;
}
.checkout {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.5rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.checkout-dinein {
  gap: 0.6rem;
}
.checkout-closed {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 1.5rem 0;
  padding: 1rem;
  color: var(--ink);
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
}
.checkout-hint {
  margin: 0 0 0.35rem;
  color: var(--status-negative-ink);
  font-weight: 600;
  font-size: 0.9rem;
}
.checkout-submit {
  min-height: 48px;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
}
.checkout-submit-primary {
  min-height: 56px;
  width: 100%;
  font-size: 1.15rem;
  font-weight: 700;
  background: var(--brand-primary-raised);
  color: var(--brand-on-primary);
  border-radius: 0.6rem;
}
.checkout-submit-primary:hover {
  filter: brightness(1.06);
}
.checkout-submit-primary:disabled {
  background: var(--border-strong);
  color: var(--muted);
  cursor: not-allowed;
  filter: none;
}
.pay-confirmed, .reserve-confirmed {
  position: relative;
  overflow: hidden;
}
.pay-confirmed::after, .reserve-confirmed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--brand-accent);
  transform-origin: left center;
}
@media (prefers-reduced-motion: no-preference) {
  .pay-confirmed::after, .reserve-confirmed::after {
    animation: underline-draw var(--dur-3) var(--ease-emphasis) both;
  }
}
@keyframes underline-draw {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.checkout-error {
  margin: 1rem 0;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.checkout-error::before, .reserve-error::before, .pay-error::before {
  content: "\26A0\00A0";
  font-weight: 700;
}
.site-footer {
  border-top: 1px solid var(--brand-hairline);
  padding: 2rem 1rem;
  margin-top: 2.5rem;
  background: var(--brand-band);
}
.track {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 1rem;
}
.track-progress {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
.track-step {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}
.track-step + .track-step::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: -50%;
  width: 100%;
  height: 2px;
  background: var(--brand-hairline);
  z-index: 0;
}
.track-step-done::before, .track-step-current::before {
  background: var(--brand-accent);
}
.track-step-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 0.85rem;
  line-height: 1;
  border-radius: 999px;
  border: 2px solid var(--brand-hairline);
  background: var(--bg);
  color: var(--muted);
  flex: none;
}
.track-step-label {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.15;
  color: var(--muted);
}
.track-step-done .track-step-icon {
  color: var(--brand-on-primary);
  background: var(--brand-accent);
  border-color: var(--brand-accent);
}
.track-step-done .track-step-label {
  color: var(--ink);
}
.track-step-current .track-step-icon {
  color: var(--brand-accent-ink);
  background: var(--brand-accent-soft);
  border-color: var(--brand-accent);
  box-shadow: 0 0 0 4px var(--brand-accent-soft);
}
.track-step-current .track-step-label {
  color: var(--ink);
}
@media (prefers-reduced-motion: no-preference) {
  .track-step-icon {
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }
  .track-step-current .track-step-icon {
    animation: track-pulse 2s ease-in-out infinite;
  }
}
@keyframes track-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px var(--brand-accent-soft);
  }
  50% {
    box-shadow: 0 0 0 7px transparent;
  }
}
.track-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  align-self: center;
  padding: 0.45rem 0.95rem;
  font-weight: 700;
  color: var(--status-neutral-ink);
  background: var(--status-neutral-bg);
  border-radius: 999px;
}
.track-status::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--status-neutral-dot);
  flex: none;
}
.track-status-positive {
  color: var(--status-positive-ink);
  background: var(--status-positive-bg);
}
.track-status-positive::before {
  background: var(--status-positive-dot);
}
.track-status-caution {
  color: var(--status-caution-ink);
  background: var(--status-caution-bg);
}
.track-status-caution::before {
  background: var(--status-caution-dot);
}
.track-status-negative {
  color: var(--status-negative-ink);
  background: var(--status-negative-bg);
}
.track-status-negative::before {
  background: var(--status-negative-dot);
}
.track-status-neutral {
  color: var(--status-neutral-ink);
  background: var(--status-neutral-bg);
}
.track-status-neutral::before {
  background: var(--status-neutral-dot);
}
.track-reassurance {
  margin: -0.5rem 0 0;
  text-align: center;
  color: var(--muted);
  line-height: 1.4;
}
.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 0.85rem;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.6rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.chip:hover {
  border-color: var(--brand-accent);
}
.chip:focus-visible {
  outline: 2px solid var(--accent-line);
  outline-offset: 2px;
}
.chip-icon {
  font-size: 1.35rem;
  line-height: 1;
}
.reserve {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.reserve-confirmed {
  margin: 1.5rem 0;
  padding: 0.85rem 1rem;
  color: var(--on-accent-soft);
  background: var(--brand-accent-soft);
  border-left: 3px solid var(--brand-accent);
  border-radius: 0.25rem;
  font-weight: 600;
}
.reserve-error {
  margin: 1rem 0;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.reserve-stepper-button {
  min-width: 44px;
  min-height: 44px;
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--bg);
  color: var(--ink);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
}
.reserve-stepper-button:hover {
  border-color: var(--brand-interactive);
  filter: none;
}
.reserve-stepper-input {
  width: 6rem;
  text-align: center;
}
.pay {
  margin: 1rem 0 0;
}
.pay-confirmed {
  margin: 1.5rem 0 1rem;
  padding: 0.85rem 1rem;
  color: var(--on-accent-soft);
  background: var(--brand-accent-soft);
  border-left: 3px solid var(--brand-accent);
  border-radius: 0.25rem;
  font-weight: 600;
}
.pay-paid-amount {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 700;
}
.pay-error {
  margin: 1rem 0;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.pay-unavailable {
  margin: 1.5rem 0 1rem;
  padding: 1rem;
  color: var(--muted);
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.5rem;
}
.pay-track {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-right: 1rem;
  color: var(--brand-interactive);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pay-retry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-right: 1rem;
  padding: 0.6rem 1.4rem;
  background: var(--brand-primary-raised);
  color: var(--brand-on-primary);
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}
.pay-retry:hover {
  filter: brightness(1.08);
}
.receipt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.receipt-bill {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 1rem;
  margin: 0.5rem 0;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
}
.receipt-bill dt {
  margin: 0;
}
.receipt-bill dd {
  margin: 0;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.receipt-discount-label {
  color: var(--brand-accent-ink);
}
.receipt-discount {
  color: var(--brand-accent-ink);
  font-weight: 600;
}
.receipt-total-label {
  font-weight: 700;
  color: var(--ink);
}
.receipt-total {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--brand-ink-accent, #b45309);
}
.receipt-pay {
  margin: 1.5rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.receipt-pay-heading {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}
.receipt-pay-error {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.receipt-pay-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.receipt-split {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0 0 1rem;
}
.receipt-split-mode {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  color: var(--ink);
  font-weight: 600;
}
.receipt-split-mode input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--brand-accent);
}
.receipt-split-preview {
  min-height: 48px;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
}
.receipt-split-error {
  margin: 0 0 1rem;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.receipt-pick-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 0 0 1rem;
}
.receipt-pick-row {
  display: grid;
  grid-template-columns: 1.15rem 1fr auto;
  align-items: center;
  gap: 0.6rem;
  min-height: 44px;
  padding: 0.35rem 0.15rem;
  color: var(--ink);
  border-bottom: 1px solid var(--brand-hairline);
}
.receipt-pick-row input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--brand-accent);
}
.receipt-pick-row-claimed {
  opacity: 0.55;
}
.receipt-pick-row-claimed .receipt-pick-name, .receipt-pick-row-claimed .receipt-pick-price {
  text-decoration: line-through;
}
.receipt-pick-conflict, .receipt-pick-error {
  margin: 0;
  padding: 0.75rem 0.85rem;
  color: var(--danger-ink);
  background: var(--danger-bg);
  border-left: 3px solid var(--danger-line);
  border-radius: 0.25rem;
}
.receipt-review {
  margin: 1.5rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.receipt-bill-email {
  margin: 1.5rem 0 0;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.receipt-bill-email-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.receipt-bill-email-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--ink);
  font-weight: 600;
}
.receipt-bill-email-field input {
  font: inherit;
  width: 100%;
  min-height: 44px;
  font-size: 1rem;
  padding: 0.55rem 0.75rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 0.5rem;
}
.not-found {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 2rem 0;
}
@media (min-width: 48rem) {
  .page {
    padding: 2rem 1.5rem 5rem;
  }
  .site-header {
    padding: calc(0.75rem + env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) 0.75rem max(1.5rem, env(safe-area-inset-left));
  }
  .menu-section-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: max-content;
    gap: 0.5rem 1.5rem;
  }
  [data-menu-layout="large-photo"] .menu-section-items {
    grid-template-columns: 1fr;
  }
  [data-menu-layout="card-grid"] .menu-section-items {
    gap: 1rem;
  }
  [data-menu-layout="two-column"] .menu-section-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  [data-menu-layout="spotlight"] .dish {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
    align-items: center;
    text-align: left;
  }
  [data-menu-layout="spotlight"] .dish > * {
    grid-column: 2;
  }
  [data-menu-layout="spotlight"] .dish-image {
    grid-column: 1;
    grid-row: 1 / span 99;
    align-self: center;
    margin-bottom: 0;
  }
  [data-menu-layout="spotlight"] .dish:nth-child(even) > * {
    grid-column: 1;
  }
  [data-menu-layout="spotlight"] .dish:nth-child(even) .dish-image {
    grid-column: 2;
  }
  [data-menu-layout="spotlight"] .dish-description {
    margin-left: 0;
    margin-right: 0;
  }
  [data-menu-layout="spotlight"] .dish-price-dual {
    align-items: flex-start;
    text-align: left;
  }
  [data-menu-layout="spotlight"] .dish-add, [data-menu-layout="spotlight"] .heart {
    justify-content: flex-start;
  }
  .pay-stripe, .receipt-pay-stripe {
    max-width: 30rem;
  }
}
@media (min-width: 64rem) {
  .page {
    max-width: 52rem;
  }
  .site-header-inner {
    max-width: 52rem;
    margin: 0 auto;
  }
  .menu-section-items {
    gap: 0.5rem 2.5rem;
  }
  .cart-line {
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
  }
  .cart-line-name {
    grid-column: 1;
  }
  .cart-stepper {
    grid-column: 2;
  }
  .cart-line-price {
    grid-column: 3;
  }
  .cart-remove-form {
    grid-column: 4;
  }
}
.api-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
  color: var(--ink);
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.menu-cartbar-table {
  font-weight: 800;
}
.due {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin: 0 0 1rem;
  padding: 1.25rem;
  background: var(--brand-tint);
  border: 1px solid var(--brand-hairline);
  border-radius: 0.75rem;
}
.receipt-detail {
  margin: 1.5rem 0 0;
  border-top: 1px solid var(--line);
}
.receipt-detail > summary {
  display: flex;
  align-items: center;
  min-height: 44px;
  font-weight: 600;
  color: var(--muted);
  cursor: pointer;
  list-style: none;
}
.receipt-detail > summary::-webkit-details-marker {
  display: none;
}
.receipt-detail > summary::after {
  content: "›";
  margin-left: auto;
  transition: transform var(--dur-1, 0.15s) ease;
}
.receipt-detail[open] > summary::after {
  transform: rotate(90deg);
}
.printbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  background: var(--brand-tint);
  color: var(--brand-ink-accent);
  border: 1px solid var(--brand-hairline);
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
}
.printbtn:hover {
  background: var(--brand-band);
}
.receipt-print-brand {
  display: none;
}
@media print {
  :root {
    color-scheme: light;
  }
  body {
    background: white;
    color: #0f172a;
  }
  .site-header, .site-footer, .track, .due, .receipt-pay, .receipt-review, .receipt-bill-email, .no-print {
    display: none !important;
  }
  .page {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .receipt-print-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .receipt-print-logo, .receipt-print-mark {
    max-height: 64px;
    width: auto;
  }
  .receipt-print-name {
    font-weight: 600;
    font-size: 1.125rem;
  }
  .receipt-print-address {
    font-size: 0.875rem;
  }
  .receipt {
    background: white;
    color: #0f172a;
    box-shadow: none;
    border: 0;
  }
}
@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-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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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;
    }
  }
}
