:root{--restaurant-color-primary: #2f5d50;--restaurant-color-primary-hover: #24493f;--restaurant-color-on-primary: #ffffff;--restaurant-color-secondary: #f5efe6;--restaurant-color-background: #fffaf3;--restaurant-color-surface: #ffffff;--restaurant-color-text-primary: #1f1f1f;--restaurant-color-text-secondary: #6f6a64;--restaurant-color-border: #e5ddd2;--restaurant-color-danger: #c0392b;--restaurant-color-success: #2e7d32;--restaurant-color-warning: #8a5a00;--restaurant-color-warning-surface: #fff6e5;--restaurant-font-family-base: "Inter", sans-serif;--restaurant-font-family-heading: "Playfair Display", serif;--restaurant-font-size-xs: 12px;--restaurant-font-size-sm: 14px;--restaurant-font-size-md: 16px;--restaurant-font-size-lg: 18px;--restaurant-font-size-xl: 24px;--restaurant-font-size-2xl: 32px;--restaurant-radius-sm: 8px;--restaurant-radius-chip: 10px;--restaurant-radius-md: 12px;--restaurant-radius-nav: 14px;--restaurant-radius-lg: 20px;--restaurant-radius-full: 999px;--restaurant-shadow-card: 0 12px 32px rgba(0, 0, 0, .08);--restaurant-shadow-modal: 0 24px 64px rgba(0, 0, 0, .16);--restaurant-transition-fast: .15s ease;--restaurant-transition-base: .22s ease;--restaurant-z-index-sticky: 20;--restaurant-menu-sticky-offset: 128px;--restaurant-menu-sticky-bottom-space: min(40vh, 360px);--restaurant-page-horizontal-padding: 24px;--restaurant-shadow-sticky: 0 8px 16px -12px rgba(0, 0, 0, .18);--restaurant-aspect-dish-image: 4 / 3;--restaurant-aspect-section-card: 4 / 3;--restaurant-shadow-card-hover: 0 20px 48px rgba(0, 0, 0, .14);--restaurant-overlay-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .05) 45%, rgba(0, 0, 0, .65) 100%);--restaurant-public-color-background: #fbf6ed;--restaurant-public-color-surface: #ffffff;--restaurant-public-color-primary: #214f3f;--restaurant-public-color-primary-dark: #18392f;--restaurant-public-color-accent: #7f8f3a;--restaurant-public-color-muted: #efe7d8;--restaurant-public-color-text: #1f231c;--restaurant-public-color-text-muted: #6f6a60;--restaurant-public-shadow-soft: 0 18px 50px rgba(31, 35, 28, .1);--restaurant-public-radius-card: 28px;--restaurant-public-radius-pill: 999px;--restaurant-public-placeholder-gradient: linear-gradient(135deg, #efe7d8 0%, #d8d6b5 55%, #7f8f3a 100%)}[data-restaurant-theme=light]{color-scheme:light}body{font-family:var(--restaurant-font-family-base);font-size:var(--restaurant-font-size-md);color:var(--restaurant-color-text-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--restaurant-font-family-heading);color:var(--restaurant-color-text-primary);margin:0}h1{font-size:var(--restaurant-font-size-2xl)}h2{font-size:var(--restaurant-font-size-xl)}h3{font-size:var(--restaurant-font-size-lg)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background-color:var(--restaurant-color-background);scrollbar-color:var(--restaurant-color-primary) var(--restaurant-color-secondary);scrollbar-width:thin}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--restaurant-color-secondary);border-radius:var(--restaurant-radius-sm)}::-webkit-scrollbar-thumb{background-color:var(--restaurant-color-primary);border-radius:var(--restaurant-radius-sm);border:2px solid var(--restaurant-color-secondary)}::-webkit-scrollbar-thumb:hover{background-color:var(--restaurant-color-primary-hover)}a{color:var(--restaurant-color-primary);text-decoration:none;transition:color var(--restaurant-transition-fast)}a:hover{color:var(--restaurant-color-primary-hover)}img{max-width:100%;display:block}.restaurant-surface{background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md)}.restaurant-card{background-color:var(--restaurant-color-surface);border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-card);padding:16px}.restaurant-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border:none;border-radius:var(--restaurant-radius-full);background-color:var(--restaurant-color-primary);color:var(--restaurant-color-on-primary);font-family:var(--restaurant-font-family-base);font-size:var(--restaurant-font-size-md);cursor:pointer;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast)}.restaurant-button:hover{background-color:var(--restaurant-color-primary-hover);color:var(--restaurant-color-on-primary)}.restaurant-button--ghost{background-color:transparent;color:var(--restaurant-color-primary);border:1px solid var(--restaurant-color-border)}.restaurant-button--ghost:hover{background-color:var(--restaurant-color-primary);color:var(--restaurant-color-on-primary);border-color:var(--restaurant-color-primary)}.restaurant-button--compact{padding:6px 12px;border-radius:var(--restaurant-radius-md);font-size:var(--restaurant-font-size-sm);font-weight:600}.restaurant-button--danger{color:var(--restaurant-color-danger);border-color:#c0392b57}.restaurant-button--danger:hover{background-color:#c0392b14;border-color:#c0392b6b}.restaurant-page{max-width:1200px;margin:0 auto;padding:24px var(--restaurant-page-horizontal-padding)}.restaurant-input{width:100%;padding:10px 14px;border-radius:var(--restaurant-radius-md);border:1px solid var(--restaurant-color-border);background-color:var(--restaurant-color-surface);color:var(--restaurant-color-text-primary);font-family:var(--restaurant-font-family-base);font-size:var(--restaurant-font-size-md);transition:border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast)}.restaurant-input:focus{outline:none;border-color:var(--restaurant-color-primary);box-shadow:0 0 0 3px #2f5d502e}.restaurant-input:disabled{background-color:var(--restaurant-color-secondary);color:var(--restaurant-color-text-secondary);cursor:not-allowed}.restaurant-form-field{display:flex;flex-direction:column;gap:6px}.restaurant-form-field__label{font-size:var(--restaurant-font-size-sm);font-weight:500;color:var(--restaurant-color-text-primary)}.restaurant-form-field__error{font-size:var(--restaurant-font-size-xs);color:var(--restaurant-color-danger)}.restaurant-form-field__hint{font-size:var(--restaurant-font-size-xs);color:var(--restaurant-color-text-secondary)}.restaurant-password-field{position:relative;display:flex;align-items:stretch}.restaurant-password-field__input{padding-right:84px}.restaurant-password-field__toggle{position:absolute;top:50%;right:8px;transform:translateY(-50%);border:none;background:transparent;color:var(--restaurant-color-primary);font-size:var(--restaurant-font-size-sm);font-weight:500;padding:4px 8px;border-radius:var(--restaurant-radius-sm);cursor:pointer}.restaurant-password-field__toggle:hover{background-color:var(--restaurant-color-secondary)}.restaurant-checkbox-field{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--restaurant-color-text-primary);font-size:var(--restaurant-font-size-sm)}.restaurant-checkbox-field__control{width:16px;height:16px;accent-color:var(--restaurant-color-primary);cursor:pointer}.restaurant-form-card{background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-card);padding:24px;display:flex;flex-direction:column;gap:16px;width:100%;max-width:420px}.restaurant-form-card--full-width{max-width:none}.restaurant-form-banner{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:var(--restaurant-radius-md);border:1px solid var(--restaurant-color-danger);background-color:#c0392b0f;color:var(--restaurant-color-text-primary);font-size:var(--restaurant-font-size-sm)}.restaurant-form-banner__title{font-weight:600;color:var(--restaurant-color-danger)}.restaurant-form-banner--warning{border-color:#8a5a004d;background-color:var(--restaurant-color-warning-surface)}.restaurant-form-banner--warning .restaurant-form-banner__title{color:var(--restaurant-color-warning)}.restaurant-button[disabled],.restaurant-button:disabled{opacity:.6;cursor:not-allowed}.restaurant-status-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background-color:var(--restaurant-color-secondary);color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-xs);font-weight:500;white-space:nowrap}.restaurant-menu-sticky-navigation{position:sticky;top:0;z-index:var(--restaurant-z-index-sticky);display:flex;flex-direction:column;gap:12px;margin-inline:calc(var(--restaurant-page-horizontal-padding) * -1);padding:14px var(--restaurant-page-horizontal-padding) 16px;background-color:var(--restaurant-public-color-background);border-bottom:1px solid var(--restaurant-public-color-muted);box-shadow:var(--restaurant-shadow-sticky)}.restaurant-public-shell{background-color:var(--restaurant-public-color-background);color:var(--restaurant-public-color-text);min-height:100vh}.restaurant-public-header{display:flex;flex-direction:column;gap:12px;padding:16px 22px;margin-inline:calc(var(--restaurant-page-horizontal-padding) * -1);background-color:var(--restaurant-public-color-surface);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft)}.restaurant-public-header__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.restaurant-public-brand{display:inline-flex;align-items:center;gap:12px;color:var(--restaurant-public-color-primary);text-decoration:none}.restaurant-public-brand__logo{width:44px;height:44px;border-radius:50%;object-fit:cover;background-color:var(--restaurant-public-color-muted);display:block;flex-shrink:0;box-shadow:0 0 0 1px var(--restaurant-public-color-muted)}.restaurant-public-brand__monogram{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--restaurant-public-placeholder-gradient);color:var(--restaurant-public-color-surface);font-family:var(--restaurant-font-family-heading);font-weight:700;font-size:var(--restaurant-font-size-lg);flex-shrink:0;letter-spacing:.04em}.restaurant-public-brand__text{display:flex;flex-direction:column;line-height:1.1}.restaurant-public-brand__title{font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-xl);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-public-brand__tagline{font-size:var(--restaurant-font-size-xs);color:var(--restaurant-public-color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-top:4px}.restaurant-public-header__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}.restaurant-public-nav{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:var(--restaurant-radius-nav);background-color:var(--restaurant-public-color-muted)}.restaurant-public-nav__link{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--restaurant-radius-md);font-size:var(--restaurant-font-size-sm);font-weight:500;color:var(--restaurant-public-color-primary-dark);text-decoration:none;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast)}.restaurant-public-nav__link:hover,.restaurant-public-nav__link.restaurant-public-nav__link--active{background-color:var(--restaurant-public-color-primary);color:var(--restaurant-public-color-surface)}@media(max-width:640px){.restaurant-public-header{padding:12px 14px;gap:10px;border-radius:var(--restaurant-radius-lg)}.restaurant-public-header__row{gap:10px}.restaurant-public-brand__title{font-size:1.05rem}.restaurant-public-brand__tagline{display:none}.restaurant-public-brand__logo,.restaurant-public-brand__monogram{width:40px;height:40px}.restaurant-public-brand{gap:10px;min-width:0}.restaurant-public-brand__text{min-width:0}.restaurant-public-nav__link{padding:6px 10px}}@media(max-width:420px){.restaurant-public-header__controls{width:100%;justify-content:space-between;flex-wrap:nowrap;gap:8px}.restaurant-public-nav{min-width:0}}.restaurant-menu-loading-state{padding:48px 0;text-align:center;color:var(--restaurant-public-color-text-muted);font-size:var(--restaurant-font-size-sm)}.restaurant-menu-section-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;align-self:stretch;min-height:0;align-items:stretch}@media(max-width:480px){.restaurant-menu-section-grid{grid-template-columns:1fr}}@media(min-width:768px){.restaurant-menu-section-grid{gap:24px}}@media(min-width:1100px){.restaurant-menu-section-grid{gap:24px;max-width:1120px;margin-inline:auto}}.restaurant-menu-home-page{width:100%}.restaurant-public-hero{position:relative;display:flex;flex-direction:column;gap:10px;padding:28px 28px 30px;border-radius:var(--restaurant-public-radius-card);background:linear-gradient(135deg,#214f3f0a,#7f8f3a14),var(--restaurant-public-color-surface);border:1px solid var(--restaurant-public-color-muted);box-shadow:var(--restaurant-public-shadow-soft);overflow:hidden}.restaurant-public-hero:before{content:"";position:absolute;inset:auto -40px -60px auto;width:220px;height:220px;border-radius:50%;background:var(--restaurant-public-placeholder-gradient);opacity:.18;pointer-events:none}.restaurant-public-hero__eyebrow{position:relative;margin:0;font-size:var(--restaurant-font-size-xs);font-weight:600;color:var(--restaurant-public-color-accent);letter-spacing:.18em;text-transform:uppercase}.restaurant-public-hero__title{position:relative;margin:0;font-family:var(--restaurant-font-family-heading);font-size:clamp(1.6rem,2.4vw + 1rem,2.4rem);font-weight:700;color:var(--restaurant-public-color-primary-dark);line-height:1.1;max-width:32ch}.restaurant-public-hero__description{position:relative;margin:0;font-size:var(--restaurant-font-size-md);color:var(--restaurant-public-color-text-muted);max-width:60ch;line-height:1.5}@media(max-width:640px){.restaurant-public-hero{padding:22px 20px 24px}}.restaurant-menu-section-intro{display:flex;flex-direction:column;gap:6px;padding:4px 0 8px;border-bottom:1px solid var(--restaurant-public-color-muted)}.restaurant-menu-section-intro__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:clamp(1.5rem,2vw + .8rem,2.1rem);font-weight:700;color:var(--restaurant-public-color-primary-dark);line-height:1.1}.restaurant-menu-section-intro__description{margin:0 0 12px;font-size:var(--restaurant-font-size-md);color:var(--restaurant-public-color-text-muted);max-width:70ch}.restaurant-menu-section-page{width:100%}.restaurant-menu-section-page__content{max-width:1200px;width:100%;margin-inline:auto}.restaurant-menu-section-card{position:relative;display:block;width:100%;height:100%;padding:0;border:1px solid var(--restaurant-public-color-muted);cursor:pointer;text-align:left;background-color:var(--restaurant-public-color-surface);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft);overflow:hidden;transition:transform var(--restaurant-transition-base),box-shadow var(--restaurant-transition-base),border-color var(--restaurant-transition-base)}.restaurant-menu-section-card:hover,.restaurant-menu-section-card:focus-visible{transform:translateY(-3px);box-shadow:0 24px 50px #1f231c29;border-color:var(--restaurant-public-color-primary);outline:none}.restaurant-menu-section-card:focus-visible{outline:2px solid var(--restaurant-color-primary);outline-offset:2px}.restaurant-menu-section-card__media{position:relative;width:100%;aspect-ratio:var(--restaurant-aspect-section-card);background-color:var(--restaurant-color-secondary);overflow:hidden}.restaurant-menu-section-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.restaurant-menu-section-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;font-size:var(--restaurant-font-size-sm);font-weight:600;letter-spacing:.01em;color:var(--restaurant-public-color-surface);background:var(--restaurant-public-placeholder-gradient);text-shadow:0 1px 2px rgba(0,0,0,.25)}.restaurant-menu-section-card__overlay{position:absolute;inset:0;background:var(--restaurant-overlay-gradient);pointer-events:none}.restaurant-menu-section-card__body{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:4px;padding:16px 18px 18px;color:var(--restaurant-color-on-primary)}.restaurant-menu-section-card__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-xl);font-weight:600;line-height:1.15;text-shadow:0 1px 2px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-menu-section-card__description{margin:0;font-size:var(--restaurant-font-size-sm);color:#ffffffeb;text-shadow:0 1px 2px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-category-section{display:flex;flex-direction:column;gap:18px;max-width:1140px;width:100%;margin-inline:auto}.restaurant-category-section__header{display:flex;flex-direction:column;gap:4px;padding-bottom:4px}.restaurant-category-section__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-xl);font-weight:700;color:var(--restaurant-public-color-primary-dark);letter-spacing:-.005em}.restaurant-category-section__title:after{content:"";display:block;width:36px;height:2px;margin-top:8px;border-radius:2px;background-color:var(--restaurant-public-color-accent)}.restaurant-category-section__description{margin:0;font-size:var(--restaurant-font-size-sm);color:var(--restaurant-public-color-text-muted);max-width:70ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-category-section__empty-state{border:1px dashed var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);background-color:var(--restaurant-public-color-surface);padding:8px}.restaurant-dish-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}@media(max-width:390px){.restaurant-dish-grid{grid-template-columns:1fr}}@media(min-width:768px){.restaurant-dish-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,280px));justify-content:start}}@media(min-width:1100px){.restaurant-dish-grid{grid-template-columns:repeat(auto-fill,minmax(230px,290px));gap:20px}}.restaurant-dish-card{display:flex;flex-direction:column;height:100%;width:100%;text-align:left;background-color:var(--restaurant-public-color-surface);border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft);overflow:hidden;transition:transform var(--restaurant-transition-base),box-shadow var(--restaurant-transition-base),border-color var(--restaurant-transition-base);position:relative}.restaurant-dish-card:hover,.restaurant-dish-card:focus-within{transform:translateY(-3px);box-shadow:0 22px 44px #1f231c24;border-color:var(--restaurant-public-color-primary)}.restaurant-dish-card--unavailable{opacity:.65;cursor:not-allowed}.restaurant-dish-card--unavailable:hover,.restaurant-dish-card--unavailable:focus-within{transform:none;box-shadow:var(--restaurant-public-shadow-soft);border-color:var(--restaurant-public-color-muted)}.restaurant-dish-card__media{position:relative;width:100%;aspect-ratio:var(--restaurant-aspect-dish-image);background-color:var(--restaurant-color-secondary);overflow:hidden}.restaurant-dish-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.restaurant-dish-card__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center;background:var(--restaurant-public-placeholder-gradient);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-sm);font-weight:600;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.25)}.restaurant-dish-card__unavailable-badge{position:absolute;top:10px;left:10px;padding:4px 10px;border-radius:var(--restaurant-radius-full);background-color:#c0392beb;color:var(--restaurant-color-on-primary);font-size:var(--restaurant-font-size-xs);font-weight:600;letter-spacing:.02em}.restaurant-dish-card__body{display:flex;flex-direction:column;flex:1;gap:8px;padding:14px 16px 16px;min-height:168px}.restaurant-dish-card__header{display:block}.restaurant-dish-card__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:1.03rem;font-weight:600;line-height:1.25;color:var(--restaurant-public-color-primary-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.restaurant-dish-card__price{display:inline-flex;align-items:center;font-weight:700;color:var(--restaurant-public-color-primary);font-size:var(--restaurant-font-size-md)}.restaurant-dish-card__meta{font-size:var(--restaurant-font-size-xs);color:var(--restaurant-public-color-text-muted);letter-spacing:.04em;text-transform:uppercase}.restaurant-dish-card__description{margin:0;font-size:var(--restaurant-font-size-sm);color:var(--restaurant-public-color-text-muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-dish-card__description--empty{visibility:hidden}.restaurant-dish-detail{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:24px;padding:22px;border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);background-color:var(--restaurant-public-color-surface);box-shadow:var(--restaurant-public-shadow-soft)}.restaurant-dish-detail__media{position:relative;width:100%;aspect-ratio:4/3;border-radius:var(--restaurant-radius-lg);overflow:hidden;background-color:var(--restaurant-public-color-muted);box-shadow:inset 0 0 0 1px #ffffff73}.restaurant-dish-detail__content{display:flex;flex-direction:column;gap:8px;min-width:0}.restaurant-dish-detail__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.restaurant-dish-detail__placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-align:center;padding:18px;background:var(--restaurant-public-placeholder-gradient);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-md);font-weight:600;letter-spacing:.01em;text-shadow:0 1px 2px rgba(0,0,0,.25)}.restaurant-dish-detail__header{display:flex;flex-direction:column;gap:10px}.restaurant-dish-detail__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:clamp(1.5rem,1.2vw + 1.1rem,2.3rem);line-height:1.15;color:var(--restaurant-public-color-primary-dark)}.restaurant-dish-detail__price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px 14px}.restaurant-dish-detail__price{color:var(--restaurant-public-color-primary);font-size:var(--restaurant-font-size-xl);font-weight:700}.restaurant-dish-detail__weight{color:var(--restaurant-public-color-text-muted);font-size:var(--restaurant-font-size-sm);text-transform:uppercase;letter-spacing:.04em}.restaurant-dish-detail__description{margin:8px 0 0;color:var(--restaurant-public-color-text-muted);line-height:1.6;max-width:75ch}.restaurant-dish-detail__section{margin-top:8px;display:flex;flex-direction:column;gap:8px}.restaurant-dish-detail__section-title{margin:0;font-size:var(--restaurant-font-size-md);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-dish-detail__list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;color:var(--restaurant-public-color-text-muted)}.restaurant-dish-detail__list-item{line-height:1.45}.restaurant-dish-detail__meta{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.restaurant-dish-detail__meta-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-radius-md);background-color:#efe7d873}.restaurant-dish-detail__meta-label{color:var(--restaurant-public-color-text-muted);font-size:var(--restaurant-font-size-xs);text-transform:uppercase;letter-spacing:.06em}.restaurant-dish-detail__meta-value{color:var(--restaurant-public-color-primary-dark);font-size:var(--restaurant-font-size-md);font-weight:600}@media(max-width:900px){.restaurant-dish-detail{grid-template-columns:1fr;gap:18px}}@media(max-width:640px){.restaurant-public-header__row{align-items:flex-start}.restaurant-public-header__controls{width:100%;justify-content:space-between}.restaurant-public-nav{max-width:100%;overflow-x:auto}.restaurant-dish-card__body{min-height:164px;padding:13px 14px 14px}.restaurant-dish-card__title{font-size:1rem}.restaurant-dish-card__description{font-size:13px}.restaurant-dish-detail{padding:14px;gap:14px}.restaurant-dish-detail-page{gap:14px}}.restaurant-public-back-button{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--restaurant-radius-chip);background-color:transparent;color:var(--restaurant-public-color-primary-dark);border:1px solid transparent;font-size:var(--restaurant-font-size-sm);font-weight:600;cursor:pointer;text-decoration:none;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast),transform var(--restaurant-transition-fast);align-self:flex-start}.restaurant-public-back-button:hover{background-color:#214f3f14;color:var(--restaurant-public-color-primary-dark);border-color:transparent}.restaurant-public-back-button:focus-visible{outline:none;box-shadow:0 0 0 3px #214f3f24}.restaurant-public-back-button:active{transform:translateY(1px)}.restaurant-public-category-tabs{display:flex;gap:8px;overflow-x:auto;padding:6px;border-radius:var(--restaurant-radius-nav);border:1px solid rgba(33,79,63,.12);background-color:#ffffffc2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);scrollbar-width:thin;scrollbar-color:var(--restaurant-color-primary) var(--restaurant-color-secondary);-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.restaurant-public-category-tabs::-webkit-scrollbar{height:4px}.restaurant-public-category-tab{flex-shrink:0;padding:8px 14px;border-radius:var(--restaurant-radius-md);font-size:var(--restaurant-font-size-sm);font-weight:600;cursor:pointer;border:1px solid transparent;background-color:transparent;color:var(--restaurant-public-color-primary-dark);white-space:nowrap;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast),transform var(--restaurant-transition-fast);scroll-snap-align:start}.restaurant-public-category-tab:hover{background-color:var(--restaurant-public-color-surface);color:var(--restaurant-public-color-primary-dark)}.restaurant-public-category-tab--active{background-color:var(--restaurant-public-color-primary);color:var(--restaurant-public-color-surface);border-color:var(--restaurant-public-color-primary);box-shadow:0 4px 10px #214f3f2e}.restaurant-public-category-tab--active:hover{background-color:var(--restaurant-public-color-primary-dark);color:var(--restaurant-public-color-surface)}.restaurant-public-category-tab:focus-visible{outline:none;box-shadow:0 0 0 3px #214f3f2e}.restaurant-public-category-tab:active{transform:translateY(1px)}.restaurant-public-nav__link{position:relative}.restaurant-public-nav__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin-left:8px;border-radius:var(--restaurant-public-radius-pill);background-color:var(--restaurant-public-color-accent);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-xs);font-weight:700;line-height:1}.restaurant-public-nav__link--active .restaurant-public-nav__badge{background-color:var(--restaurant-public-color-surface);color:var(--restaurant-public-color-primary-dark)}.restaurant-dish-card__add-button{margin-top:6px;align-self:flex-start;padding:8px 18px;border-radius:var(--restaurant-public-radius-pill);border:1px solid var(--restaurant-public-color-primary);background-color:var(--restaurant-public-color-primary);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-sm);font-weight:600;cursor:pointer;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast)}.restaurant-dish-card__add-button:hover,.restaurant-dish-card__add-button:focus-visible{background-color:var(--restaurant-public-color-primary-dark);border-color:var(--restaurant-public-color-primary-dark);box-shadow:0 6px 14px #214f3f40;outline:none}.restaurant-dish-card__add-button[disabled],.restaurant-dish-card__add-button:disabled{background-color:var(--restaurant-public-color-muted);border-color:var(--restaurant-public-color-muted);color:var(--restaurant-public-color-text-muted);cursor:not-allowed;box-shadow:none}.restaurant-quantity-control{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:var(--restaurant-public-radius-pill);background-color:var(--restaurant-public-color-muted)}.restaurant-quantity-control__button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background-color:var(--restaurant-public-color-surface);color:var(--restaurant-public-color-primary-dark);font-size:var(--restaurant-font-size-md);font-weight:700;cursor:pointer;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast)}.restaurant-quantity-control__button:hover,.restaurant-quantity-control__button:focus-visible{background-color:var(--restaurant-public-color-primary);color:var(--restaurant-public-color-surface);outline:none}.restaurant-quantity-control__button[disabled],.restaurant-quantity-control__button:disabled{background-color:transparent;color:var(--restaurant-public-color-text-muted);cursor:not-allowed}.restaurant-quantity-control__value{min-width:28px;text-align:center;font-size:var(--restaurant-font-size-sm);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-cart-layout{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}@media(min-width:900px){.restaurant-cart-layout{grid-template-columns:minmax(0,1fr) 320px}}.restaurant-cart-layout__items{display:flex;flex-direction:column;gap:14px}.restaurant-cart-layout__summary{position:sticky;top:calc(var(--restaurant-menu-sticky-offset, 0px) + 16px)}.restaurant-cart-item-card{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:16px;align-items:center;padding:14px;background-color:var(--restaurant-public-color-surface);border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft)}@media(max-width:640px){.restaurant-cart-item-card{grid-template-columns:72px minmax(0,1fr);grid-template-areas:"media body" "total total"}.restaurant-cart-item-card__media{grid-area:media}.restaurant-cart-item-card__body{grid-area:body}.restaurant-cart-item-card__line-total{grid-area:total;justify-self:stretch;flex-direction:row;justify-content:space-between;padding-top:8px;border-top:1px solid var(--restaurant-public-color-muted)}}.restaurant-cart-item-card__media{position:relative;width:100%;aspect-ratio:1;border-radius:var(--restaurant-radius-md);overflow:hidden;background-color:var(--restaurant-public-color-muted)}.restaurant-cart-item-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.restaurant-cart-item-card__placeholder{position:absolute;inset:0;background:var(--restaurant-public-placeholder-gradient)}.restaurant-cart-item-card__body{display:flex;flex-direction:column;gap:6px;min-width:0}.restaurant-cart-item-card__header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.restaurant-cart-item-card__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-md);font-weight:600;color:var(--restaurant-public-color-primary-dark);line-height:1.25;word-break:break-word}.restaurant-cart-item-card__unavailable{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--restaurant-public-radius-pill);background-color:#c0392b1f;color:#b22a1c;font-size:var(--restaurant-font-size-xs);font-weight:600}.restaurant-cart-item-card__meta{font-size:var(--restaurant-font-size-sm);color:var(--restaurant-public-color-text-muted)}.restaurant-cart-item-card__unit-price{font-weight:600;color:var(--restaurant-public-color-primary)}.restaurant-cart-item-card__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.restaurant-cart-item-card__remove{border:none;background:transparent;color:var(--restaurant-public-color-text-muted);font-size:var(--restaurant-font-size-sm);font-weight:500;cursor:pointer;padding:6px 8px;border-radius:var(--restaurant-radius-sm);transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast)}.restaurant-cart-item-card__remove:hover,.restaurant-cart-item-card__remove:focus-visible{background-color:var(--restaurant-public-color-muted);color:var(--restaurant-public-color-primary-dark);outline:none}.restaurant-cart-item-card__line-total{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.restaurant-cart-item-card__line-total-label{font-size:var(--restaurant-font-size-xs);color:var(--restaurant-public-color-text-muted);letter-spacing:.04em;text-transform:uppercase}.restaurant-cart-item-card__line-total-value{font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-lg);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-cart-summary{display:flex;flex-direction:column;gap:12px;padding:20px;background-color:var(--restaurant-public-color-surface);border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft)}.restaurant-cart-summary__row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:var(--restaurant-font-size-sm);color:var(--restaurant-public-color-text-muted)}.restaurant-cart-summary__row--total{padding-top:10px;margin-top:4px;border-top:1px solid var(--restaurant-public-color-muted);font-size:var(--restaurant-font-size-lg);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-cart-summary__note{margin:0;font-size:var(--restaurant-font-size-xs);color:var(--restaurant-public-color-text-muted);line-height:1.5}.restaurant-cart-summary__clear{align-self:stretch;justify-content:center}.restaurant-cart-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 24px;text-align:center;background-color:var(--restaurant-public-color-surface);border:1px solid var(--restaurant-public-color-muted);border-radius:var(--restaurant-public-radius-card);box-shadow:var(--restaurant-public-shadow-soft)}.restaurant-cart-empty__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-xl);font-weight:700;color:var(--restaurant-public-color-primary-dark)}.restaurant-cart-empty__description{margin:0;color:var(--restaurant-public-color-text-muted);max-width:40ch}.restaurant-cart-empty__action{margin-top:8px;text-decoration:none}@keyframes restaurant-public-nav-badge-pulse{0%{transform:scale(1);box-shadow:0 0 #7f8f3a8c}50%{transform:scale(1.22);box-shadow:0 0 0 6px #7f8f3a00}to{transform:scale(1);box-shadow:0 0 #7f8f3a00}}.restaurant-public-nav__badge--pulse{animation:restaurant-public-nav-badge-pulse .45s ease-out}.restaurant-dish-card__cart-badge{align-self:flex-start;margin-top:4px;display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--restaurant-public-radius-pill);background-color:#7f8f3a24;color:var(--restaurant-public-color-primary-dark);font-size:var(--restaurant-font-size-xs);font-weight:700;letter-spacing:.02em}@keyframes restaurant-cart-feedback-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.restaurant-cart-feedback{position:fixed;left:50%;bottom:24px;transform:translate(-50%);display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:var(--restaurant-public-radius-pill);background-color:var(--restaurant-public-color-primary-dark);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-sm);font-weight:600;box-shadow:0 12px 28px #1f231c47;z-index:var(--restaurant-z-index-sticky);pointer-events:none;animation:restaurant-cart-feedback-in .18s ease-out}.restaurant-cart-feedback__icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:var(--restaurant-public-color-accent);color:var(--restaurant-public-color-surface);font-size:var(--restaurant-font-size-xs);font-weight:700}.restaurant-admin-nav{display:flex;flex-wrap:wrap;gap:4px;padding:6px;border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-secondary);border:1px solid var(--restaurant-color-border)}.restaurant-admin-nav__link{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:var(--restaurant-radius-md);color:var(--restaurant-color-text-primary);font-family:var(--restaurant-font-family-base);font-size:var(--restaurant-font-size-sm);font-weight:600;text-decoration:none;border:1px solid transparent;background-color:transparent;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast)}.restaurant-admin-nav__link:hover{background-color:var(--restaurant-color-surface);color:var(--restaurant-color-primary)}.restaurant-admin-nav__link:focus-visible{outline:none;box-shadow:0 0 0 3px #2f5d5047}.restaurant-admin-nav__link--active{background-color:var(--restaurant-color-primary);color:var(--restaurant-color-on-primary);border-color:var(--restaurant-color-primary)}.restaurant-admin-nav__link--active:hover{background-color:var(--restaurant-color-primary-hover);color:var(--restaurant-color-on-primary)}.restaurant-admin-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--restaurant-color-border)}.restaurant-admin-header .restaurant-button,.restaurant-admin-page .restaurant-button{border-radius:var(--restaurant-radius-md);padding:9px 14px;transition:background-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast),transform var(--restaurant-transition-fast)}.restaurant-admin-header .restaurant-button:not(.restaurant-button--ghost):hover,.restaurant-admin-page .restaurant-button:not(.restaurant-button--ghost):hover{box-shadow:0 4px 10px #00000014}.restaurant-admin-header .restaurant-button--ghost,.restaurant-admin-page .restaurant-button--ghost{border-color:#2f5d503d}.restaurant-admin-header .restaurant-button--ghost:hover,.restaurant-admin-page .restaurant-button--ghost:hover{background-color:#2f5d5014;color:var(--restaurant-color-primary);border-color:#2f5d5057}.restaurant-admin-header .restaurant-button:focus-visible,.restaurant-admin-page .restaurant-button:focus-visible{outline:none;box-shadow:0 0 0 3px #2f5d503d}.restaurant-admin-header .restaurant-button:active:not(:disabled),.restaurant-admin-page .restaurant-button:active:not(:disabled){transform:translateY(1px)}.restaurant-admin-header .restaurant-button--compact,.restaurant-admin-page .restaurant-button--compact{border-radius:var(--restaurant-radius-chip);padding:6px 11px}.restaurant-admin-header .restaurant-button--danger,.restaurant-admin-page .restaurant-button--danger{border-color:#c0392b57}.restaurant-admin-header .restaurant-button--danger:focus-visible,.restaurant-admin-page .restaurant-button--danger:focus-visible{box-shadow:0 0 0 3px #c0392b33}.restaurant-admin-header .restaurant-button--ghost.restaurant-button--danger:hover,.restaurant-admin-page .restaurant-button--ghost.restaurant-button--danger:hover{background-color:#c0392b14;color:var(--restaurant-color-danger);border-color:#c0392b6b}.restaurant-admin-not-found{display:flex;flex-direction:column;gap:12px;padding:24px;border:1px dashed var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);color:var(--restaurant-color-text-secondary)}.restaurant-admin-page{display:flex;flex-direction:column;gap:20px;width:100%}.restaurant-admin-page__header{display:flex;flex-direction:column;align-items:stretch;gap:6px;padding-bottom:12px;border-bottom:1px solid var(--restaurant-color-border);text-align:left}.restaurant-admin-page__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-2xl);color:var(--restaurant-color-text-primary)}.restaurant-admin-page__description{margin:0;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-page__toolbar{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;justify-content:space-between;gap:12px}.restaurant-admin-page__heading{display:flex;flex-direction:column;gap:6px;text-align:left}.restaurant-admin-page__primary-action{align-self:flex-start}.restaurant-admin-back-link{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:6px 12px;color:var(--restaurant-color-primary);font-size:var(--restaurant-font-size-sm);font-weight:600;text-decoration:none;background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md)}.restaurant-admin-back-link:hover{text-decoration:none;border-color:#2f5d5059;background-color:#2f5d5014}.restaurant-admin-back-link:focus-visible{outline:none;box-shadow:0 0 0 3px #2f5d5047;border-radius:var(--restaurant-radius-md)}.restaurant-admin-form-shell{display:flex;flex-direction:column;gap:20px;width:100%;max-width:960px}.restaurant-admin-form-surface{background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-card);padding:24px;display:flex;flex-direction:column;gap:20px;width:100%}.restaurant-admin-form-section{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface)}.restaurant-admin-form-section--soft{gap:14px;padding:14px 16px 16px;border-color:#6f6a6438;background-color:#f5efe66b}.restaurant-admin-form-section__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-md);font-weight:600;color:var(--restaurant-color-text-primary)}.restaurant-admin-form-section__hint{margin:0;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-xs)}.restaurant-admin-form-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px solid var(--restaurant-color-border)}.restaurant-admin-form-group{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid rgba(111,106,100,.2);border-radius:var(--restaurant-radius-md);background-color:#f5efe659}.restaurant-admin-form-group__header{display:flex;flex-direction:column;gap:6px}.restaurant-admin-form-group__title{margin:0;font-size:var(--restaurant-font-size-sm);font-weight:700;color:var(--restaurant-color-text-secondary);letter-spacing:.01em;text-transform:uppercase}.restaurant-admin-site-content-view__value{margin:0;color:var(--restaurant-color-text-primary);line-height:1.5;white-space:pre-wrap;word-break:break-word}.restaurant-admin-readonly-card{display:flex;flex-direction:column;gap:24px}.restaurant-admin-readonly-section{display:flex;flex-direction:column;gap:16px;padding:20px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface)}.restaurant-admin-readonly-section__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-lg);font-weight:600;color:var(--restaurant-color-text-primary);padding-bottom:8px;border-bottom:1px solid var(--restaurant-color-border)}.restaurant-admin-readonly-grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.restaurant-admin-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.restaurant-admin-readonly-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.restaurant-admin-readonly-field{display:flex;flex-direction:column;gap:6px;min-width:0}.restaurant-admin-readonly-field__label{font-size:var(--restaurant-font-size-xs);font-weight:600;color:var(--restaurant-color-text-secondary);text-transform:uppercase;letter-spacing:.06em;line-height:1.2}.restaurant-admin-readonly-field__value{margin:0;font-size:var(--restaurant-font-size-md);color:var(--restaurant-color-text-primary);line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.restaurant-admin-readonly-field__value--multiline{white-space:pre-wrap}.restaurant-admin-readonly-logo{display:flex;align-items:center;gap:16px;padding:0;background-color:transparent}.restaurant-admin-readonly-logo__thumb{height:80px;width:124px;object-fit:cover;border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-secondary);display:block}.restaurant-admin-readonly-logo__empty{height:80px;width:124px;display:flex;align-items:center;justify-content:center;background-color:var(--restaurant-color-secondary);border-radius:var(--restaurant-radius-md);color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-list{display:flex;flex-direction:column;gap:12px}.restaurant-admin-list-item{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:14px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);transition:border-color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast)}.restaurant-admin-list-item:hover{border-color:var(--restaurant-color-primary);box-shadow:var(--restaurant-shadow-card)}.restaurant-admin-empty-state{padding:24px;border:1px dashed var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);color:var(--restaurant-color-text-secondary);text-align:center}.restaurant-admin-page-heading{margin:0}.restaurant-admin-page-subtitle{margin:0;color:var(--restaurant-color-text-secondary)}.restaurant-admin-card-title{margin:0;font-size:var(--restaurant-font-size-lg)}.restaurant-admin-card-description{margin:0;color:var(--restaurant-color-text-secondary)}.restaurant-admin-inline-status{font-weight:600}.restaurant-admin-inline-status--success{color:var(--restaurant-color-success)}.restaurant-admin-inline-status--danger{color:var(--restaurant-color-danger)}.restaurant-admin-inline-status__detail{font-weight:400}.restaurant-admin-row-actions{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.restaurant-admin-row-action-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;margin-left:auto}.restaurant-admin-dashboard-grid{width:100%;max-width:1100px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.restaurant-admin-dashboard-card{display:flex;flex-direction:column;gap:14px;padding:20px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);box-shadow:0 6px 18px #0000000f}.restaurant-admin-stat-row{display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:wrap}.restaurant-admin-stat-row__label{min-width:160px;margin:0}.restaurant-admin-stat-row__value{margin:0;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.restaurant-admin-stat-row__count{color:var(--restaurant-color-text-secondary)}.restaurant-admin-filter-toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;padding:12px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface)}.restaurant-admin-filter-toolbar__field{flex:1;min-width:200px}.restaurant-admin-dish-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px;border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface)}.restaurant-admin-dish-row__main{display:flex;flex-direction:column;gap:4px;flex:1;min-width:180px;min-height:0}.restaurant-admin-dish-row__category{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-dish-row__meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-dish-thumb{height:56px;width:80px;object-fit:cover;border-radius:var(--restaurant-radius-sm);flex-shrink:0;display:block}.restaurant-admin-dish-thumb--placeholder{background-color:var(--restaurant-color-secondary)}.restaurant-admin-category-row__main{display:flex;flex-direction:column;gap:4px;flex:1;min-width:200px;min-height:0}.restaurant-admin-category-row__section{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-category-row__meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-menu-section-row__main{display:flex;flex-direction:column;gap:4px;flex:1;min-width:200px;min-height:0}.restaurant-admin-menu-section-row__description{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-menu-section-row__meta{display:flex;flex-wrap:wrap;gap:12px;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-image-preview{display:flex;align-items:center;gap:12px;padding:10px;border:1px dashed var(--restaurant-color-border);border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);min-height:92px}.restaurant-admin-image-preview__label{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-xs)}.restaurant-admin-image-preview__thumb{height:72px;width:112px;object-fit:cover;border-radius:var(--restaurant-radius-sm);display:block}.restaurant-admin-image-preview__empty{height:72px;width:112px;display:flex;align-items:center;justify-content:center;background-color:var(--restaurant-color-secondary);border-radius:var(--restaurant-radius-sm);color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-xs);text-align:center;line-height:1.2;padding:6px}.restaurant-admin-file-upload{position:relative;display:inline-flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%}.restaurant-admin-file-upload__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.restaurant-admin-file-upload__button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:var(--restaurant-radius-md);border:1px solid rgba(47,93,80,.26);background-color:#2f5d500f;color:var(--restaurant-color-primary);font-size:var(--restaurant-font-size-sm);font-weight:600;cursor:pointer;transition:background-color var(--restaurant-transition-fast),border-color var(--restaurant-transition-fast),color var(--restaurant-transition-fast),box-shadow var(--restaurant-transition-fast)}.restaurant-admin-file-upload__button:hover{background-color:#2f5d501f;border-color:#2f5d5061}.restaurant-admin-file-upload__input:focus-visible+.restaurant-admin-file-upload__button{outline:none;box-shadow:0 0 0 3px #2f5d503d}.restaurant-admin-file-upload__button--disabled{opacity:.58;cursor:not-allowed}.restaurant-admin-file-upload__file-name{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm);word-break:break-word}.restaurant-admin-form-banner-inline{margin:0}.restaurant-admin-back-link--inline{align-self:flex-start}.restaurant-admin-brand-link{color:var(--restaurant-color-primary);text-decoration:none;font-weight:600}.restaurant-admin-brand-link:hover{text-decoration:underline}.restaurant-admin-signed-in-label{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-admin-not-found__title{margin:0;color:var(--restaurant-color-text-primary)}.restaurant-admin-not-found__description{margin:0}.restaurant-admin-loading-text,.restaurant-text-muted{color:var(--restaurant-color-text-secondary)}.restaurant-text-muted-sm{color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm)}.restaurant-line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.restaurant-line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.restaurant-line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.restaurant-admin-checkbox-aligned{align-self:end;padding-bottom:10px}.restaurant-admin-notification-overlay{position:fixed;top:16px;right:16px;z-index:calc(var(--restaurant-z-index-sticky) + 20);display:flex;flex-direction:column;gap:8px;width:min(360px,100vw - 32px);pointer-events:none}.restaurant-admin-notification{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;padding:10px 12px;border:1px solid var(--restaurant-color-border);border-left-width:4px;border-radius:var(--restaurant-radius-md);background-color:var(--restaurant-color-surface);box-shadow:var(--restaurant-shadow-card);pointer-events:auto}.restaurant-admin-notification--success{border-left-color:var(--restaurant-color-success)}.restaurant-admin-notification--error{border-left-color:var(--restaurant-color-danger)}.restaurant-admin-notification--warning{border-left-color:var(--restaurant-color-warning)}.restaurant-admin-notification--info{border-left-color:var(--restaurant-color-primary)}.restaurant-admin-notification__message{color:var(--restaurant-color-text-primary);font-size:var(--restaurant-font-size-sm);line-height:1.4}.restaurant-admin-notification__dismiss{border:none;background:transparent;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-lg);line-height:1;cursor:pointer;padding:2px}.restaurant-admin-notification__dismiss:hover{color:var(--restaurant-color-text-primary)}.restaurant-admin-notification__dismiss:focus-visible{outline:none;box-shadow:0 0 0 3px #2f5d503d;border-radius:var(--restaurant-radius-sm)}@media(min-width:768px){.restaurant-admin-page__toolbar{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.restaurant-admin-page__primary-action{margin-left:auto;align-self:flex-start}}@media(max-width:767px){.restaurant-admin-page__primary-action{width:100%}.restaurant-admin-row-action-buttons{width:100%;justify-content:flex-start;margin-left:0}}.restaurant-login-toolbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:420px}.restaurant-login-title{margin:0;font-size:var(--restaurant-font-size-xl)}.restaurant-login-description{margin:0;color:var(--restaurant-color-text-secondary)}.restaurant-modal-backdrop{position:fixed;inset:0;z-index:calc(var(--restaurant-z-index-sticky) + 40);display:flex;align-items:center;justify-content:center;padding:16px;background-color:#1f1f1f6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:restaurant-modal-fade-in .16s ease-out}.restaurant-modal-panel{background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-modal);padding:24px;width:100%;max-width:440px;display:flex;flex-direction:column;gap:12px;animation:restaurant-modal-pop-in .18s ease-out}.restaurant-modal-panel--warning{border-top:4px solid var(--restaurant-color-warning)}.restaurant-modal-panel--danger{border-top:4px solid var(--restaurant-color-danger)}.restaurant-modal-panel__title{margin:0;font-family:var(--restaurant-font-family-heading);font-size:var(--restaurant-font-size-lg);color:var(--restaurant-color-text-primary)}.restaurant-modal-panel__message{margin:0;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm);line-height:1.5;white-space:pre-line}.restaurant-modal-panel__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:8px}.restaurant-modal-panel__cancel.restaurant-button--ghost{background-color:var(--restaurant-color-surface);color:var(--restaurant-color-text-primary);border-color:var(--restaurant-color-border)}.restaurant-modal-panel__cancel.restaurant-button--ghost:hover{background-color:var(--restaurant-color-secondary);color:var(--restaurant-color-text-primary);border-color:var(--restaurant-color-border)}.restaurant-modal-panel__confirm{background-color:var(--restaurant-color-primary);border:1px solid var(--restaurant-color-primary);color:var(--restaurant-color-on-primary)}.restaurant-modal-panel__confirm:hover{background-color:var(--restaurant-color-primary-hover);border-color:var(--restaurant-color-primary-hover);color:var(--restaurant-color-on-primary)}.restaurant-modal-panel--danger .restaurant-modal-panel__confirm{background-color:var(--restaurant-color-surface);border-color:#c0392b57;color:var(--restaurant-color-danger)}.restaurant-modal-panel--danger .restaurant-modal-panel__confirm:hover{background-color:#c0392b14;border-color:#c0392b6b;color:var(--restaurant-color-danger)}.restaurant-modal-panel__cancel:focus-visible,.restaurant-modal-panel__confirm:focus-visible{outline:none;box-shadow:0 0 0 3px #2f5d5047}.restaurant-modal-panel--danger .restaurant-modal-panel__confirm:focus-visible{box-shadow:0 0 0 3px #c0392b33}@media(max-width:480px){.restaurant-modal-panel__actions{flex-direction:column-reverse}.restaurant-modal-panel__actions>.restaurant-button{width:100%}}@keyframes restaurant-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes restaurant-modal-pop-in{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.restaurant-loading-indicator{display:flex;flex-direction:column;align-items:center;gap:16px}.restaurant-loading-indicator__plate{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center}.restaurant-loading-indicator__ring{width:72px;height:72px;border-radius:50%;border:4px solid var(--restaurant-color-secondary);border-top-color:var(--restaurant-color-primary);animation:restaurant-loading-spin .9s linear infinite}.restaurant-loading-indicator__steam{position:absolute;bottom:70%;width:6px;height:18px;border-radius:var(--restaurant-radius-full);background-color:#7f8f3a8c;opacity:0;animation:restaurant-loading-steam 1.8s ease-in-out infinite}.restaurant-loading-indicator__steam--one{left:30%;animation-delay:0ms}.restaurant-loading-indicator__steam--two{left:48%;animation-delay:.3s}.restaurant-loading-indicator__steam--three{left:66%;animation-delay:.6s}.restaurant-loading-indicator__message{margin:0;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm);text-align:center}.restaurant-public-loading{display:flex;align-items:center;justify-content:center;padding:48px 24px;min-height:240px}.restaurant-loading-overlay{position:fixed;inset:0;z-index:calc(var(--restaurant-z-index-sticky) + 60);display:flex;align-items:center;justify-content:center;padding:16px;background-color:#fbf6edc7;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:restaurant-modal-fade-in .16s ease-out}.restaurant-loading-overlay__panel{background-color:var(--restaurant-color-surface);border:1px solid var(--restaurant-color-border);border-radius:var(--restaurant-radius-lg);box-shadow:var(--restaurant-shadow-modal);padding:28px 32px;display:flex;flex-direction:column;align-items:center;gap:16px;min-width:220px}.restaurant-loading-overlay__plate{position:relative;width:96px;height:96px;display:flex;align-items:center;justify-content:center}.restaurant-loading-overlay__ring{width:72px;height:72px;border-radius:50%;border:4px solid var(--restaurant-color-secondary);border-top-color:var(--restaurant-color-primary);animation:restaurant-loading-spin .9s linear infinite}.restaurant-loading-overlay__steam{position:absolute;bottom:70%;width:6px;height:18px;border-radius:var(--restaurant-radius-full);background-color:#7f8f3a8c;opacity:0;animation:restaurant-loading-steam 1.8s ease-in-out infinite}.restaurant-loading-overlay__steam--one{left:30%;animation-delay:0ms}.restaurant-loading-overlay__steam--two{left:48%;animation-delay:.3s}.restaurant-loading-overlay__steam--three{left:66%;animation-delay:.6s}.restaurant-loading-overlay__message{margin:0;color:var(--restaurant-color-text-secondary);font-size:var(--restaurant-font-size-sm);text-align:center}@keyframes restaurant-loading-spin{to{transform:rotate(360deg)}}@keyframes restaurant-loading-steam{0%{opacity:0;transform:translateY(0) scaleY(.6)}40%{opacity:.8}to{opacity:0;transform:translateY(-20px) scaleY(1.2)}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;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:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.static{position:static}.mt-2{margin-top:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.p-1{padding:.25rem}.p-3{padding:.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.text-center{text-align:center}.font-restaurant-base{font-family:var(--restaurant-font-family-base)}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.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)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}
