.layout-wrapper{min-height:100vh;position:relative}.layout-renderer,.layout-renderer *{box-sizing:border-box}.menu-container{min-height:100vh;padding:var(--space-6);flex-direction:column;display:flex}.menu-header{align-items:center;gap:var(--space-4);padding-bottom:var(--space-6);margin-bottom:var(--space-6);border-bottom:1px solid #80808033;display:flex}.menu-logo{object-fit:contain;width:80px;height:80px}.menu-header-content{text-align:center;flex:1}.menu-header-right{align-items:flex-end;gap:var(--space-2);flex-direction:column;min-width:120px;display:flex}.menu-clock{font-size:var(--text-2xl);font-variant-numeric:tabular-nums;font-weight:600}.menu-date{font-size:var(--text-sm);opacity:.7;text-transform:capitalize}.menu-weather,.weather-widget{align-items:center;gap:var(--space-2);display:flex}.weather-icon{width:24px;height:24px}.weather-temp{font-size:var(--text-lg);font-weight:500}.menu-title{font-weight:700;line-height:1.2}.menu-weekday{font-size:var(--text-lg);opacity:.7;text-transform:capitalize;margin-top:var(--space-1)}.menu-grid{gap:var(--space-4);flex:1;display:grid}.menu-grid-grid_2x2{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr)}.menu-grid-grid_3x2{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr)}.menu-grid-grid_4x4{grid-template-columns:repeat(4,1fr)}.menu-grid-grid_3_split{grid-template-columns:repeat(3,1fr)}.menu-grid-list{grid-template-columns:1fr;max-width:800px;margin:0 auto}.menu-grid-carousel{grid-template-columns:1fr;max-width:600px;margin:0 auto}.menu-grid-featured{grid-template-columns:1fr;max-width:500px;margin:0 auto}.menu-item{border-radius:var(--radius-xl);background:#ffffff0d;flex-direction:column;display:flex;overflow:hidden}.menu-item-image{aspect-ratio:16/9;overflow:hidden}.menu-item-image img{object-fit:cover;width:100%;height:100%}.menu-item-content{padding:var(--space-4);flex-direction:column;flex:1;display:flex}.menu-item-title{margin-bottom:var(--space-2);font-weight:600;line-height:1.3}.menu-item-description{font-size:var(--text-sm);opacity:.7;flex:1;line-height:1.5}.menu-item-price{margin-top:var(--space-3);font-weight:700}.menu-item-notice{font-size:var(--text-xs);opacity:.5;margin-top:var(--space-2);font-style:italic}.menu-grid-list .menu-item{flex-direction:row;align-items:center}.menu-grid-list .menu-item-image{aspect-ratio:1;flex-shrink:0;width:120px;height:120px}.menu-grid-list .menu-item-content{justify-content:space-between;align-items:center;gap:var(--space-4);flex-direction:row}.menu-grid-list .menu-item-price{margin-top:0}.menu-watermark{bottom:var(--space-4);right:var(--space-4);font-size:var(--text-xs);opacity:.5;padding:var(--space-2)var(--space-3);border-radius:var(--radius-md);color:#fff;background:#0000004d;position:fixed}.menu-watermark a{color:inherit;text-decoration:underline}.scrolling-message-container{color:#fff;padding:var(--space-3)0;background:#000c;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.scrolling-message{gap:var(--space-16);white-space:nowrap;animation:30s linear infinite scroll-left;display:flex}.scrolling-message span{font-size:var(--text-lg);flex-shrink:0;padding-left:100%}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:1024px){.menu-grid-grid_4x4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.menu-grid-grid_3x2,.menu-grid-grid_3_split,.menu-grid-grid_4x4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.menu-grid-grid_2x2,.menu-grid-grid_3x2,.menu-grid-grid_3_split,.menu-grid-grid_4x4{grid-template-columns:1fr}.menu-header{text-align:center;flex-direction:column}}
.schedule-editor{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.schedule-editor__header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.schedule-editor__toggle{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.schedule-editor__label{cursor:pointer;color:#374151;align-items:center;gap:.5rem;font-weight:500;display:flex}.schedule-editor__checkbox{accent-color:#3b82f6;width:1rem;height:1rem}.schedule-editor__summary{color:#6b7280;margin-left:auto;font-size:.875rem}.schedule-editor__content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.schedule-editor__presets{flex-direction:column;gap:.5rem;display:flex}.schedule-editor__presets-label{color:#6b7280;text-transform:uppercase;font-size:.75rem;font-weight:500}.schedule-editor__presets-list{flex-wrap:wrap;gap:.5rem;display:flex}.schedule-editor__preset-btn{cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;transition:all .15s}.schedule-editor__preset-btn:hover{background-color:#e5e7eb;border-color:#d1d5db}.schedule-editor__field-label{color:#374151;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.schedule-editor__days-grid{gap:.5rem;display:flex}.schedule-editor__day-btn{cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;width:3rem;padding:.5rem;font-size:.75rem;font-weight:500;transition:all .15s}.schedule-editor__day-btn:hover{background-color:#e5e7eb}.schedule-editor__day-btn.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.schedule-editor__times{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.schedule-editor__time-field{flex-direction:column;display:flex}.allergens-selector{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.allergens-selector__header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.allergens-selector__toggle{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;font-weight:500;display:flex}.allergens-selector__count{color:#fff;background-color:#3b82f6;border-radius:9999px;margin-left:auto;margin-right:.5rem;padding:.125rem .5rem;font-size:.75rem}.allergens-selector__selected{background-color:#fefce8;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;display:flex}.allergens-selector__tag{background-color:#fff;border:1px solid #fbbf24;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;display:inline-flex}.allergens-selector__tag-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:.25rem;padding:0;display:flex}.allergens-selector__tag-remove:hover{color:#ef4444}.allergens-selector__clear{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.allergens-selector__content{padding:1rem}.allergens-selector__tabs{gap:.5rem;margin-bottom:1rem;display:flex}.allergens-selector__tab{cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .15s;display:flex}.allergens-selector__tab:hover{background-color:#e5e7eb}.allergens-selector__tab.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.allergens-selector__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem;display:grid}.allergens-selector__item{cursor:pointer;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;transition:all .15s;display:flex}.allergens-selector__item:hover{background-color:#f3f4f6;border-color:#d1d5db}.allergens-selector__item.selected{background-color:#fef3c7;border-color:#f59e0b}.allergens-selector__item-icon{font-size:1.5rem}.allergens-selector__item-name{text-align:center;color:#374151;font-size:.75rem}.allergens-display{flex-wrap:wrap;gap:.25rem;display:flex}.allergens-display--sm .allergens-display__icon{font-size:.875rem}.allergens-display--md .allergens-display__icon{font-size:1rem}.allergens-display--lg .allergens-display__icon{font-size:1.25rem}.allergens-display__item{align-items:center;gap:.25rem;display:inline-flex}.allergens-display__label{color:#6b7280;font-size:.75rem}.variants-editor{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.variants-editor__header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.variants-editor__toggle{align-items:center;gap:.5rem;display:flex}.variants-editor__label{cursor:pointer;color:#374151;align-items:center;gap:.5rem;font-weight:500;display:flex}.variants-editor__checkbox{accent-color:#3b82f6;width:1rem;height:1rem}.variants-editor__price-range{color:#16a34a;font-size:.875rem;font-weight:500}.variants-editor__expand-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.25rem}.variants-editor__content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.variants-editor__presets{flex-direction:column;gap:.5rem;display:flex}.variants-editor__presets-label{color:#6b7280;text-transform:uppercase;font-size:.75rem;font-weight:500}.variants-editor__presets-list{flex-wrap:wrap;gap:.5rem;display:flex}.variants-editor__preset-btn{cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;transition:all .15s}.variants-editor__preset-btn:hover{background-color:#e5e7eb}.variants-editor__field-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.variants-editor__type-options{gap:1rem;display:flex}.variants-editor__type-option{color:#374151;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.variants-editor__list{flex-direction:column;gap:.5rem;display:flex}.variants-editor__item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}.variants-editor__item-drag{color:#9ca3af;cursor:grab}.variants-editor__item-fields{flex:1;align-items:center;gap:.5rem;display:flex}.variants-editor__item-fields input:first-child{flex:1}.variants-editor__item-price{align-items:center;gap:.25rem;width:120px;display:flex}.variants-editor__item-price input{text-align:right;width:80px}.variants-editor__item-price-prefix,.variants-editor__item-price-suffix{color:#6b7280;font-size:.875rem}.variants-editor__item-final{color:#16a34a;white-space:nowrap;font-size:.875rem;font-weight:500}.variants-editor__item-actions{align-items:center;gap:.5rem;display:flex}.variants-editor__item-default{color:#6b7280;cursor:pointer;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.variants-editor__item-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.25rem}.variants-editor__item-remove:hover{color:#ef4444}.translations-editor{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.translations-editor__header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.translations-editor__toggle{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;font-weight:500;display:flex}.translations-editor__count{color:#6b7280;margin-left:auto;margin-right:.5rem;font-size:.75rem}.translations-editor__content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.translations-editor__original{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:.75rem}.translations-editor__lang-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.translations-editor__lang-flag{font-size:1.25rem}.translations-editor__lang-name{color:#374151;font-weight:500}.translations-editor__original-content{color:#374151;font-size:.875rem}.translations-editor__original-title{font-weight:500}.translations-editor__original-desc{color:#6b7280;margin-top:.25rem}.translations-editor__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.translations-editor__tab{cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.translations-editor__tab:hover{background-color:#e5e7eb}.translations-editor__tab.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.translations-editor__form{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.translations-editor__form-header{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.translations-editor__remove-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:.25rem}.translations-editor__remove-btn:hover{color:#ef4444}.translations-editor__fields{flex-direction:column;gap:.75rem;display:flex}.translations-editor__field label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.translations-editor__textarea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem}.translations-editor__textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.translations-editor__add{margin-top:.5rem}.translations-editor__select{color:#6b7280;cursor:pointer;background-color:#fff;border:1px dashed #d1d5db;border-radius:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem}.translations-editor__select:hover{border-color:#9ca3af}.article-form__section{border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.article-form__section:last-of-type{border-bottom:none;padding-bottom:0}.article-form__section-title{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:1rem;font-size:.875rem;font-weight:600}@media (max-width:640px){.schedule-editor__days-grid{flex-wrap:wrap}.schedule-editor__times{grid-template-columns:1fr}.variants-editor__item,.variants-editor__item-fields{flex-wrap:wrap}.variants-editor__item-price{width:100%}.allergens-selector__grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}
