.menu-template{min-height:100vh;color:var(--text-color);font-family:var(--body-font);transition:all .3s ease;position:relative;--container-padding-sm:1rem 2rem;--container-padding-lg:2rem 4rem;--panel-max-width:1024px;--panel-padding-sm:2rem;--panel-padding-lg:3rem;--header-gap:1.5rem;--logo-size:80px;--logo-size-large:100px;--brand-tint:rgba(var(--brand-rgb),0.3);--brand-glow:rgba(var(--brand-rgb),0.4);--brand-strong:rgba(var(--brand-rgb),0.8);--neutral-border:rgba(var(--text-color-rgb),0.1);--surface-muted:rgba(15,23,42,0.7);--surface-strong:rgba(2,6,23,0.85);--panel-border-color:rgba(255,255,255,0.08);--shadow-soft:0 25px 65px rgba(2,6,23,0.55);--shadow-glow:0 15px 35px var(--brand-glow);--texture-opacity:0.08;--category-selector-padding:1rem;--category-selector-gap:0.5rem;--category-button-radius:9999px;--category-button-padding-sm:0.625rem 1.25rem;--category-button-padding-lg:0.75rem 1.5rem;--category-button-height-sm:40px;--category-button-height-lg:44px;--search-input-padding:0.75rem 1rem;--search-input-radius:12px;--search-input-bg:rgba(255,255,255,0.1);--search-input-border:1px solid rgba(255,255,255,0.2);--favorite-button-size:24px;--favorite-button-color:var(--text-color);--favorite-button-hover:var(--brand);--item-card-padding:1.5rem;--item-card-radius:12px;--item-card-bg:rgba(255,255,255,0.05);--item-card-border:1px solid rgba(255,255,255,0.1);--item-image-size:120px;--item-image-size-large:180px}.menu-template .container{padding:0;position:relative}.menu-template .container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% -10%,var(--brand-tint) 0,transparent 45%);opacity:var(--texture-opacity);pointer-events:none}.menu-template .panel{margin:0 auto;backdrop-filter:blur(14px);border-radius:18px;overflow:hidden;background:var(--surface-muted);border:1px solid var(--panel-border-color);box-shadow:var(--shadow-soft);position:relative}.menu-template .panel:before{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid hsla(0,0%,100%,.04);pointer-events:none}.menu-template .header{display:flex;align-items:center;gap:var(--header-gap);margin-bottom:2rem}.menu-template .header .logo{flex-shrink:0;width:var(--logo-size);height:var(--logo-size);border-radius:12px;overflow:hidden;background:hsla(0,0%,100%,.1)}.menu-template .header .logo .logo-image{width:100%;height:100%;object-fit:cover}.menu-template .header .restaurant-info{flex:1}.menu-template .header .header-label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding:.25rem .75rem;border-radius:9999px;background:var(--brand);color:#fff}.menu-template .header .restaurant-name{font-size:2rem;font-weight:700;font-family:var(--heading-font);margin:0 0 .5rem;line-height:1.2}.menu-template .header .restaurant-description{font-size:1rem;opacity:.8;margin:0;line-height:1.5}.menu-template .search-section{margin-bottom:1.5rem}.menu-template .category-section{margin-bottom:2rem}.menu-template .main{margin-bottom:3rem}.menu-template .no-results{text-align:center;padding:3rem 1rem}.menu-template .no-results p{font-size:1.125rem;opacity:.7;margin-bottom:1.5rem}.menu-template .no-results .clear-search-button{background:var(--brand);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:opacity .2s}.menu-template .no-results .clear-search-button:hover{opacity:.9}.menu-template .category-header{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.menu-template .category-header .category-name{font-size:1.5rem;font-weight:600;font-family:var(--heading-font);margin:0 0 .5rem;color:var(--text-color)}.menu-template .category-header .category-description{font-size:.875rem;opacity:.7;margin:0;line-height:1.4}.menu-template .items-container{display:grid;gap:1.5rem}.menu-template .item-card{display:flex;gap:1rem;padding:var(--item-card-padding);border-radius:var(--item-card-radius);background:var(--item-card-bg);border:var(--item-card-border);transition:all .2s ease;position:relative}.menu-template .item-card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid rgba(0,0,0,0);pointer-events:none;transition:border-color .3s ease}.menu-template .item-card:hover{background:hsla(0,0%,100%,.08);transform:translateY(-2px);box-shadow:0 10px 25px rgba(2,6,23,.3)}.menu-template .item-card:hover:after{border-color:var(--brand-tint)}.menu-template .item-image-container{position:relative;flex-shrink:0;width:var(--item-image-size);height:var(--item-image-size);border-radius:8px;overflow:hidden}.menu-template .item-image-container .item-image{width:100%;height:100%;object-fit:cover}.menu-template .item-image-container .spicy-tag,.menu-template .item-image-container .vegetarian-tag{position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,.8);color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.menu-template .item-image-container .vegetarian-tag{right:auto;left:.5rem}.menu-template .item-content{flex:1;display:flex;flex-direction:column}.menu-template .item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.menu-template .item-header .item-name{font-size:1.125rem;font-weight:600;font-family:var(--heading-font);margin:0;color:var(--text-color);flex:1;letter-spacing:.01em}.menu-template .item-header .favorite-button{margin-left:1rem;flex-shrink:0}.menu-template .item-description{font-size:.875rem;opacity:.8;margin:0 0 1rem;line-height:1.4;flex:1}.menu-template .item-footer{display:flex;justify-content:space-between;align-items:center}.menu-template .item-footer .item-price{font-size:1.125rem;font-weight:600;color:var(--brand);font-family:var(--accent-font);letter-spacing:.02em}.menu-template .item-footer .allergens{font-size:.75rem;opacity:.6;font-style:italic}.menu-template .footer{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1)}.menu-template .footer .powered-by{color:var(--text-color);opacity:.5;text-decoration:none;font-size:.875rem;transition:opacity .2s}.menu-template .footer .powered-by:hover{opacity:.7}.category-selector{margin-bottom:var(--category-selector-padding)}.category-selector--mobile{margin-bottom:1rem}.category-selector--desktop{margin-bottom:1.5rem}.category-selector--modern{background:hsla(0,0%,100%,.05);border-radius:16px;padding:1rem}.category-selector__title{margin:0 0 1rem;font-family:var(--heading-font);font-weight:600;color:var(--text-color)}.category-selector__selection-info{margin-top:.75rem;margin-bottom:0;font-size:.875rem;opacity:.5}.category-scroll-container{overflow:hidden;padding:var(--category-selector-padding) 0}.category-scroll-container--mobile{padding:1rem 0}.category-scroll-container--desktop{padding:1.25rem 0}.category-scroll-container--has-selection{margin-bottom:1rem}.category-scroll-container--modern{background:hsla(0,0%,100%,.05);border-radius:12px;padding:1rem}.category-pills-scroll{display:flex;flex-direction:row;gap:var(--category-selector-gap);align-items:center;overflow-x:auto;overflow-y:hidden;padding:0 .5rem}.category-button{font-family:var(--body-font);transition:all .2s ease;user-select:none}.category-button--mobile{padding:var(--category-button-padding-sm);height:var(--category-button-height-sm);font-size:.875rem}.category-button--desktop{padding:var(--category-button-padding-lg);height:var(--category-button-height-lg);font-size:.9375rem}.category-button--selected{font-weight:600}.category-button--unselected{font-weight:500}.category-button--classic:not(.category-button--selected){background:hsla(0,0%,100%,.9);color:var(--text-color);border:30 solid var(--brand)}.category-button--modern:not(.category-button--selected){background:hsla(0,0%,100%,.1);color:var(--text-color);border:1px solid hsla(0,0%,100%,.15);box-shadow:0 1px 3px rgba(0,0,0,.1)}.category-button--modern--selected{box-shadow:0 2px 8px var(--brand) 40}.category-button--minimal:not(.category-button--selected){background:rgba(0,0,0,0);color:var(--text-color);border:1px solid rgba(0,0,0,.1)}.search-bar{margin-bottom:1.5rem}.search-bar--mobile{margin-bottom:1rem}.search-bar__container{position:relative;display:flex;align-items:center}.search-bar__icon{left:var(--search-input-padding);width:20px;height:20px;z-index:1}.search-bar__clear,.search-bar__icon{position:absolute;color:var(--text-color);opacity:.6}.search-bar__clear{right:var(--search-input-padding);background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:4px;transition:opacity .2s}.search-bar__clear:hover{opacity:1}.search-input{width:100%;padding:var(--search-input-padding);padding-left:2.5rem;padding-right:2.5rem;border:var(--search-input-border);border-radius:var(--search-input-radius);background:var(--search-input-bg);color:var(--text-color);font-family:var(--body-font);font-size:1rem;transition:all .2s ease}.search-input::placeholder{color:var(--text-color);opacity:.5}.search-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px var(--brand) 20}.search-input--classic{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.search-input--classic:focus{background:hsla(0,0%,100%,.15)}.search-input--modern{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.15);backdrop-filter:blur(10px)}.search-input--minimal{background:rgba(0,0,0,0);border-color:rgba(0,0,0,.1)}.favorite-button{border:none;background:rgba(0,0,0,0);color:var(--favorite-button-color);cursor:pointer;border-radius:4px;display:grid;place-items:center;transition:all .2s ease;padding:.35rem}.favorite-button--small{padding:.25rem}.favorite-button--medium{padding:.35rem}.favorite-button:hover{color:var(--favorite-button-hover);background:hsla(0,0%,100%,.1)}.favorite-button--favorited{color:#ef4444}.favorite-button__icon--filled,.favorite-button__icon--outline{transition:all .2s ease}.favorite-button__icon--filled{animation:heartBeat .3s ease-in-out}@keyframes heartBeat{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.menu-template.template-classic{background:#0f172a;position:relative;isolation:isolate}.menu-template.template-classic .container{padding:1.25rem 1.5rem;position:relative}@media(min-width:640px){.menu-template.template-classic .container{padding:2.25rem 3.5rem}}.menu-template.template-classic .panel{background:rgba(15,23,42,.95);border:1px solid hsla(0,0%,100%,.1);max-width:1080px;padding:2.25rem 1.75rem;box-shadow:0 20px 60px rgba(0,0,0,.4);border-radius:20px}@media(min-width:640px){.menu-template.template-classic .panel{padding:3.25rem}}.menu-template.template-classic .panel:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--brand) 0,rgba(var(--brand-rgb),.6) 100%);border-radius:20px 20px 0 0}.menu-template.template-classic .header{flex-direction:column;text-align:center;gap:1.25rem}@media(min-width:640px){.menu-template.template-classic .header{flex-direction:row;text-align:left;gap:2.5rem}}.menu-template.template-classic .header .logo{width:96px;height:96px;border-radius:16px;border:2px solid rgba(var(--brand-rgb),.35);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.1)}.menu-template.template-classic .header .header-label{background:var(--brand);color:#fff;letter-spacing:.2em;font-size:.7rem;font-weight:700;border:1px solid var(--brand)}.menu-template.template-classic .header .restaurant-name{font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2.25rem,6vw,3.2rem);letter-spacing:.04em}.menu-template.template-classic .header .restaurant-description{font-size:1rem;color:hsla(0,0%,100%,.75);max-width:36rem;margin:0 auto}@media(min-width:640px){.menu-template.template-classic .header .restaurant-description{margin:0}}.menu-template.template-classic .category-section{margin-bottom:2.5rem}.menu-template.template-classic .category-selector{background:rgba(30,41,59,.5);border-radius:999px;padding:1rem 1.25rem;border:1px solid hsla(0,0%,100%,.1)}.menu-template.template-classic .category-scroll-container{padding:0}.menu-template.template-classic .category-pills-scroll{gap:.75rem}.menu-template.template-classic .category-button{border-radius:999px;border:1px solid hsla(0,0%,100%,.15);background:radial-gradient(circle at top,rgba(255,255,255,.35),rgba(255,255,255,.08));color:hsla(0,0%,100%,.9);box-shadow:inset 0 2px 4px rgba(0,0,0,.18),0 6px 18px rgba(2,6,23,.35)}.menu-template.template-classic .category-button:hover{border-color:var(--brand);box-shadow:inset 0 2px 4px rgba(0,0,0,.18),0 6px 18px rgba(2,6,23,.35),0 0 0 1px rgba(var(--brand-rgb),.3)}.menu-template.template-classic .category-button.category-button--selected{background:var(--brand);color:#fff;border-color:var(--brand)}.menu-template.template-classic .search-section{margin-bottom:2rem}.menu-template.template-classic .search-bar__clear,.menu-template.template-classic .search-bar__icon{color:hsla(0,0%,100%,.6)}.menu-template.template-classic .search-bar__clear:hover{color:hsla(0,0%,100%,.9)}.menu-template.template-classic .search-input--classic{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.9);border-color:hsla(0,0%,100%,.2);box-shadow:inset 0 2px 8px rgba(0,0,0,.3)}.menu-template.template-classic .search-input--classic::placeholder{color:hsla(0,0%,100%,.5)}.menu-template.template-classic .search-input--classic:focus{border-color:var(--brand);box-shadow:0 0 0 2px rgba(var(--brand-rgb),.25),inset 0 2px 8px rgba(0,0,0,.3);background:hsla(0,0%,100%,.15);outline:none}.menu-template.template-classic .items-container{grid-template-columns:1fr;gap:1.75rem}@media(min-width:768px){.menu-template.template-classic .items-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem}}.menu-template.template-classic .item-card{flex-direction:column;text-align:center;background:rgba(30,41,59,.4);border:1px solid hsla(0,0%,100%,.08);padding:1.5rem;border-radius:16px;transition:all .2s ease}@media(min-width:640px){.menu-template.template-classic .item-card{text-align:left;flex-direction:row}}.menu-template.template-classic .item-card:hover{border-color:rgba(var(--brand-rgb),.3);background:rgba(30,41,59,.5);transform:translateY(-2px)}.menu-template.template-classic .item-card .item-image-container{width:100%;height:220px;border-radius:18px;border:1px solid hsla(0,0%,100%,.15);margin-bottom:1rem;box-shadow:0 18px 30px rgba(2,6,23,.4)}@media(min-width:640px){.menu-template.template-classic .item-card .item-image-container{width:140px;height:140px;margin-bottom:0}}.menu-template.template-classic .item-card .item-content{align-items:center}@media(min-width:640px){.menu-template.template-classic .item-card .item-content{align-items:flex-start}}.menu-template.template-classic .item-card .item-description{color:hsla(0,0%,100%,.82)}.menu-template.template-classic .item-header{width:100%}.menu-template.template-classic .item-header .item-name{font-family:Playfair Display,Times New Roman,serif;text-transform:none}.menu-template.template-classic .item-header .favorite-button{background:hsla(0,0%,100%,.08);border-radius:999px}.menu-template.template-classic .item-header .favorite-button:hover{background:var(--brand);color:#fff}.menu-template.template-classic .item-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.menu-template.template-classic .item-price{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;background:rgba(var(--brand-rgb),.15);color:hsla(0,0%,100%,.9);font-weight:500;font-size:.875rem;text-transform:none;border:1px solid rgba(var(--brand-rgb),.25)}.menu-template.template-classic .allergens{color:hsla(0,0%,100%,.55)}.menu-template.template-classic .footer{border-top:1px solid hsla(0,0%,100%,.1)}.menu-template.template-classic .footer .powered-by{color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s ease}.menu-template.template-classic .footer .powered-by:hover{color:var(--brand)}.menu-template.template-modern{background:radial-gradient(circle at 25% -10%,rgba(var(--brand-rgb),.75) 0,#050b1d 45%,#01030c 100%);position:relative;overflow:hidden;isolation:isolate}.menu-template.template-modern:after,.menu-template.template-modern:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle,rgba(var(--brand-rgb),.35) 0,transparent 60%);filter:blur(120px);opacity:.4;animation:auroraFloat 14s ease-in-out infinite;pointer-events:none;z-index:-1}.menu-template.template-modern:after{inset:-10%;background:radial-gradient(circle at 80% 80%,rgba(var(--brand-rgb),.45) 0,transparent 70%);animation-duration:18s;animation-direction:reverse}@keyframes auroraFloat{0%{transform:translateY(0) translateX(0) rotate(0deg)}50%{transform:translateY(-20px) translateX(10px) rotate(2deg)}to{transform:translateY(0) translateX(0) rotate(0deg)}}.menu-template.template-modern .container{padding:2.25rem 1.25rem}@media(min-width:640px){.menu-template.template-modern .container{padding:4.5rem 3rem}}.menu-template.template-modern .panel{max-width:940px;padding:2.25rem 1.5rem;border-radius:28px;border:1px solid rgba(var(--brand-rgb),.25);background:rgba(2,6,23,.65);backdrop-filter:blur(28px) saturate(110%);box-shadow:0 40px 120px rgba(0,0,0,.55)}@media(min-width:640px){.menu-template.template-modern .panel{padding:3.25rem}}.menu-template.template-modern .panel:before{content:"";position:absolute;inset:1px;border-radius:inherit;border:1px solid hsla(0,0%,100%,.1);pointer-events:none}.menu-template.template-modern .panel:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(110deg,rgba(var(--brand-rgb),.28),transparent 45%);opacity:.5;pointer-events:none}.menu-template.template-modern .header{flex-direction:column-reverse;gap:1.5rem;text-align:center}@media(min-width:640px){.menu-template.template-modern .header{flex-direction:row-reverse;align-items:center;gap:2.75rem;text-align:left}}.menu-template.template-modern .header .header-label{background:linear-gradient(120deg,rgba(var(--brand-rgb),.85),rgba(var(--brand-rgb),.55));box-shadow:0 6px 18px rgba(var(--brand-rgb),.35);border:1px solid hsla(0,0%,100%,.2);text-transform:uppercase;letter-spacing:.2em}.menu-template.template-modern .header .restaurant-name{font-size:clamp(2rem,6vw,2.65rem);letter-spacing:.05em}.menu-template.template-modern .header .logo{width:96px;height:96px;border-radius:24px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 40px rgba(0,0,0,.45);overflow:hidden}.menu-template.template-modern .header .logo img{object-fit:cover}.menu-template.template-modern .search-section{margin-bottom:2rem}.menu-template.template-modern .search-bar{margin-bottom:0}.menu-template.template-modern .search-bar__container{border-radius:999px;background:hsla(0,0%,100%,.05);border:1px solid rgba(var(--brand-rgb),.25);padding:.35rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1),0 10px 35px rgba(var(--brand-rgb),.25)}.menu-template.template-modern .search-bar__icon{color:hsla(0,0%,100%,.65)}.menu-template.template-modern .search-bar__clear{color:hsla(0,0%,100%,.75);border-radius:999px;background:hsla(0,0%,100%,.08)}.menu-template.template-modern .search-bar__clear:hover{background:rgba(var(--brand-rgb),.25);color:#fff}.menu-template.template-modern .search-input--modern{background:hsla(0,0%,100%,.04);border-color:rgba(0,0,0,0);color:#fff;caret-color:var(--brand);backdrop-filter:blur(18px)}.menu-template.template-modern .search-input--modern::placeholder{color:hsla(0,0%,100%,.55)}.menu-template.template-modern .search-input--modern:focus{border-color:rgba(var(--brand-rgb),.65);box-shadow:0 0 0 2px rgba(var(--brand-rgb),.35),inset 0 0 20px rgba(var(--brand-rgb),.18)}.menu-template.template-modern .category-section{margin-bottom:2.5rem}.menu-template.template-modern .category-selector{border-radius:24px;padding:1.25rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12)}.menu-template.template-modern .category-pills-scroll{gap:.5rem}.menu-template.template-modern .category-button{border-radius:999px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.85);box-shadow:0 4px 12px rgba(0,0,0,.25)}.menu-template.template-modern .category-button:hover{border-color:rgba(var(--brand-rgb),.35);color:#fff}.menu-template.template-modern .category-button.category-button--selected{background:linear-gradient(120deg,var(--brand),rgba(var(--brand-rgb),.7));border-color:rgba(var(--brand-rgb),.65);box-shadow:0 12px 30px rgba(var(--brand-rgb),.35),inset 0 1px 0 hsla(0,0%,100%,.35);color:#fff}.menu-template.template-modern .items-container{grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.menu-template.template-modern .items-container{grid-template-columns:repeat(2,minmax(0,1fr))}}.menu-template.template-modern .item-card{flex-direction:column;padding:0;border-radius:24px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.35);transition:transform .25s ease,box-shadow .25s ease}.menu-template.template-modern .item-card:hover{transform:translateY(-6px);box-shadow:0 25px 65px rgba(0,0,0,.45),0 0 40px rgba(var(--brand-rgb),.35)}.menu-template.template-modern .item-image-container{width:100%;height:210px;border-radius:0;overflow:hidden}@media(min-width:640px){.menu-template.template-modern .item-image-container{height:150px}}.menu-template.template-modern .item-content{padding:1.5rem 1.75rem}.menu-template.template-modern .item-content .item-header{align-items:center}.menu-template.template-modern .item-content .item-header .item-name{text-transform:uppercase;letter-spacing:.15em;font-size:.95rem}.menu-template.template-modern .item-content .item-header .favorite-button{border-radius:999px;background:hsla(0,0%,100%,.08);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.menu-template.template-modern .item-content .item-header .favorite-button:hover{background:rgba(var(--brand-rgb),.25);color:#fff;box-shadow:0 0 25px rgba(var(--brand-rgb),.5)}.menu-template.template-modern .item-content .item-header .favorite-button--favorited{color:#ff5e8e}.menu-template.template-modern .item-content .item-description{color:hsla(0,0%,100%,.75)}.menu-template.template-modern .item-content .item-footer .item-price{font-size:1.1rem;font-weight:600;color:#fff;text-shadow:0 0 12px rgba(var(--brand-rgb),.8)}.menu-template.template-modern .item-content .item-footer .allergens{color:hsla(0,0%,100%,.55)}.menu-template.template-modern .footer{border-top:1px solid hsla(0,0%,100%,.1)}.menu-template.template-modern .footer .powered-by{color:hsla(0,0%,100%,.65)}.menu-template.template-modern .footer .powered-by:hover{color:hsla(0,0%,100%,.95);text-shadow:0 0 15px rgba(var(--brand-rgb),.65)}.menu-template.template-minimal{background:#f6f7fb;color:#0f172a}.menu-template.template-minimal .container{padding:1.25rem 1rem}@media(min-width:640px){.menu-template.template-minimal .container{padding:3.5rem 2.75rem}}.menu-template.template-minimal .panel{max-width:960px;padding:1.25rem;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 45px rgba(15,23,42,.08);backdrop-filter:none}@media(min-width:640px){.menu-template.template-minimal .panel{padding:1.75rem 2rem 2.25rem}}.menu-template.template-minimal .header{align-items:flex-start;gap:1.25rem;margin-bottom:1.75rem}.menu-template.template-minimal .header .logo{width:58px;height:58px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#f0f2f8}.menu-template.template-minimal .header .header-label{background:rgba(0,0,0,0);border:1px solid rgba(15,23,42,.12);color:rgba(15,23,42,.75);letter-spacing:.2em;font-size:.65rem;padding:.2rem .75rem}.menu-template.template-minimal .header .restaurant-name{font-size:clamp(1.65rem,4vw,2.1rem);font-weight:500;letter-spacing:.08em}.menu-template.template-minimal .header .restaurant-description{font-size:.85rem;color:rgba(15,23,42,.6)}.menu-template.template-minimal .search-section{margin-bottom:1rem}.menu-template.template-minimal .category-section{margin-bottom:1.75rem}.menu-template.template-minimal .category-selector{padding:0;background:rgba(0,0,0,0);border-radius:0}.menu-template.template-minimal .category-scroll-container{padding:0}.menu-template.template-minimal .category-pills-scroll{gap:0;border-bottom:1px solid rgba(15,23,42,.12)}.menu-template.template-minimal .category-button{border-radius:0;border:none;background:rgba(0,0,0,0);color:rgba(15,23,42,.65);font-weight:500;text-transform:uppercase;letter-spacing:.15em;padding:.85rem .75rem;position:relative;transition:color .2s ease,background-color .2s ease}.menu-template.template-minimal .category-button:hover{color:#0f172a;background:rgba(15,23,42,.04)}.menu-template.template-minimal .category-button.category-button--selected{color:#0f172a;font-weight:600}.menu-template.template-minimal .category-button.category-button--selected:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:rgba(var(--brand-rgb),.85)}.menu-template.template-minimal .items-container{grid-template-columns:1fr;gap:0;border-top:1px solid rgba(15,23,42,.12)}.menu-template.template-minimal .item-card{flex-direction:row;padding:1.15rem 0;border-radius:0;background:rgba(0,0,0,0);border:none;border-bottom:1px solid rgba(15,23,42,.08);align-items:center;transition:background-color .2s ease}.menu-template.template-minimal .item-card:hover{background:rgba(15,23,42,.04);transform:none}.menu-template.template-minimal .item-card:last-child{border-bottom:none}.menu-template.template-minimal .item-card .item-image-container{width:74px;height:74px;border-radius:10px;margin-right:1rem}@media(min-width:640px){.menu-template.template-minimal .item-card .item-image-container{width:84px;height:84px}}.menu-template.template-minimal .item-content{display:grid;grid-template-columns:1fr auto;gap:.75rem;align-items:center;width:100%}@media(max-width:540px){.menu-template.template-minimal .item-content{grid-template-columns:1fr;gap:.5rem}}.menu-template.template-minimal .item-header{margin:0}.menu-template.template-minimal .item-header .item-name{font-size:1rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.menu-template.template-minimal .item-header .favorite-button{background:rgba(0,0,0,0);color:rgba(15,23,42,.35);padding:.25rem}.menu-template.template-minimal .item-header .favorite-button:hover{color:rgba(var(--brand-rgb),.9);background:rgba(0,0,0,0)}.menu-template.template-minimal .item-description{grid-column:span 2;font-size:.85rem;color:rgba(15,23,42,.65);margin:0}@media(max-width:540px){.menu-template.template-minimal .item-description{grid-column:span 1}}.menu-template.template-minimal .item-footer{justify-content:flex-end;gap:1rem}@media(max-width:540px){.menu-template.template-minimal .item-footer{width:100%;justify-content:space-between}}.menu-template.template-minimal .item-footer .item-price{font-size:1rem;font-weight:600;letter-spacing:.1em;color:#0f172a}.menu-template.template-minimal .item-footer .allergens{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:rgba(15,23,42,.45)}.menu-template.template-minimal .no-results{background:#fff;border-radius:16px;border:1px dashed rgba(15,23,42,.15);color:rgba(15,23,42,.7)}.menu-template.template-minimal .footer{border-top:1px solid rgba(15,23,42,.12)}.menu-template.template-minimal .footer .powered-by{color:rgba(15,23,42,.45);letter-spacing:.3em;text-transform:uppercase;transition:color .2s ease}.menu-template.template-minimal .footer .powered-by:hover{color:rgba(15,23,42,.75)}