.theme-cafe-minimal{--template-bg: var(--venue-template-bg, light-dark(#f9f7f5, #171717));--template-surface: var(--venue-template-surface, light-dark(#ffffff, #262626));--template-text: var(--venue-template-text, light-dark(#171717, #f5f5f5));--template-muted: var(--venue-template-muted, light-dark(#525252, #a3a3a3));--template-border: var(--venue-template-border, light-dark(#e5e5e5, #404040));--template-accent: var(--venue-template-accent, light-dark(#171717, #f5f5f5));--template-accent-text: var(--venue-template-accent-text, light-dark(#ffffff, #171717));--template-font: "Inter", ui-sans-serif, system-ui, sans-serif;--cafe-minimal-sticky-main-height: 4rem;--cafe-minimal-sticky-tabs-height: 2.5rem;--cafe-minimal-sticky-stack-height: calc( var(--cafe-minimal-sticky-main-height) + var(--cafe-minimal-sticky-tabs-height) );font-family:var(--template-font)}.theme-cafe-minimal .template-wrapper{background-color:var(--template-bg);color:var(--template-text);min-height:100vh;overflow-x:clip}.theme-cafe-minimal.menii-template-renderer--embedded{height:100%}.theme-cafe-minimal.menii-template-renderer--embedded .template-wrapper{height:100%;min-height:100%;overflow-y:auto;scrollbar-width:none}.theme-cafe-minimal.menii-template-renderer--embedded .template-wrapper::-webkit-scrollbar{display:none}.theme-cafe-minimal .venue-header{padding:3rem 1.5rem;text-align:center}.theme-cafe-minimal .venue-header .venue-name{font-size:1.875rem;font-weight:500;letter-spacing:-.025em;margin-bottom:.5rem}.theme-cafe-minimal .venue-header .venue-address{font-size:.875rem;color:var(--template-muted);margin-bottom:1.5rem}.theme-cafe-minimal .venue-header .venue-meta{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;color:var(--template-muted)}.theme-cafe-minimal .venue-header .venue-meta .meta-item{display:flex;align-items:center;gap:.375rem}.theme-cafe-minimal .section-header{padding:1rem 1.5rem .625rem;position:sticky;top:var(--cafe-minimal-sticky-stack-height);background-color:var(--template-bg);z-index:10}.theme-cafe-minimal .section-header .section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--template-muted)}.theme-cafe-minimal .section-header .section-description{font-size:.75rem;color:var(--template-muted);margin-top:.25rem}.theme-cafe-minimal .item-row{padding:1rem 1.5rem;border-bottom:1px solid var(--template-border);background-color:var(--template-surface)}.theme-cafe-minimal .item-row:last-child{border-bottom:none}.theme-cafe-minimal .item-row .item-header{display:flex;justify-content:space-between;gap:1rem}.theme-cafe-minimal .item-row .item-name{font-size:1rem;font-weight:500}.theme-cafe-minimal .item-row .item-price{font-size:.875rem;font-weight:600}.theme-cafe-minimal .item-row .item-description{font-size:.875rem;color:var(--template-muted);margin-top:.25rem;line-height:1.5}.theme-cafe-minimal .item-row .item-variants{display:flex;gap:1rem;margin-top:.5rem}.theme-cafe-minimal .item-row .item-variants .variant{display:flex;flex-direction:column}.theme-cafe-minimal .item-row .item-variants .variant .variant-label{font-size:.625rem;text-transform:uppercase;color:var(--template-muted);font-weight:700}.theme-cafe-minimal .item-row .item-variants .variant .variant-price{font-size:.75rem;font-weight:500}.theme-cafe-minimal .item-row .item-badges{display:flex;gap:.25rem;margin-top:.5rem}.theme-cafe-minimal .item-row .item-badges .badge{font-size:.625rem;padding:.0625rem .375rem;border-radius:.25rem;border:1px solid var(--template-border)}.theme-cafe-minimal .item-row .item-allergens{font-size:.625rem;color:var(--template-muted);font-style:italic;margin-top:.25rem}.theme-cafe-minimal .menu-hero{padding:1.5rem 1.5rem 1.25rem}.theme-cafe-minimal .menu-hero .menu-title{font-size:2.25rem;font-weight:500;letter-spacing:-.025em;margin-bottom:.5rem}.theme-cafe-minimal .menu-hero .menu-subtitle{font-size:.875rem;color:var(--template-muted)}.theme-cafe-minimal .empty-menu-message{padding:5rem 1.5rem;text-align:center;font-size:.875rem;opacity:.5;font-style:italic}.theme-cafe-minimal .directory-content{padding:0 1.5rem 3rem}.theme-cafe-minimal .directory-content .directory-title{font-size:.75rem;font-weight:600;color:var(--template-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;text-align:center}.theme-cafe-minimal .directory-content .directory-list{display:flex;flex-direction:column;gap:1rem}.theme-cafe-minimal .directory-card{appearance:none;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border:1px solid var(--template-border);border-radius:.75rem;width:100%;text-align:left;background-color:var(--template-surface);color:var(--template-text);transition:background-color .2s}.theme-cafe-minimal .directory-card:hover{background-color:rgba(var(--template-text-rgb, 0, 0, 0),.05)}.theme-cafe-minimal .directory-card svg{color:var(--template-muted)}.theme-cafe-minimal .directory-card .menu-title{font-size:1rem;font-weight:500;color:var(--template-text)}.theme-cafe-minimal .directory-card .menu-subtitle{font-size:.75rem;color:var(--template-muted);margin-top:.125rem}.theme-cafe-minimal .sticky-nav{position:sticky;top:0;z-index:30;box-sizing:border-box;background-color:var(--template-bg)}.theme-cafe-minimal .sticky-nav .template-sticky-header-main{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;height:var(--cafe-minimal-sticky-main-height);padding:0 1.25rem;width:100%;border-bottom:1px solid var(--template-border)}.theme-cafe-minimal .sticky-nav .template-sticky-header-secondary{background-color:var(--template-surface);border-bottom:1px solid var(--template-border);min-height:var(--cafe-minimal-sticky-tabs-height)}.theme-cafe-minimal .sticky-nav.sticky-nav--menu-only .template-sticky-header-secondary{border-top:0}.theme-cafe-minimal .sticky-nav.sticky-nav--menu-only~.menu-content .section-header{top:var(--cafe-minimal-sticky-tabs-height)}.theme-cafe-minimal .sticky-nav.sticky-nav--single-menu~.menu-content .section-header{top:var(--cafe-minimal-sticky-main-height)}.theme-cafe-minimal .sticky-nav .back-button{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:500}.theme-cafe-minimal .sticky-nav .nav-title{font-size:.8125rem;font-weight:600}.theme-cafe-minimal .menu-switcher{background-color:var(--template-surface);overflow-x:auto;scrollbar-width:none}.theme-cafe-minimal .menu-switcher::-webkit-scrollbar{display:none}.theme-cafe-minimal .menu-switcher .switcher-track{display:flex;justify-content:space-between;height:var(--cafe-minimal-sticky-tabs-height);width:100%;padding:0 .75rem}.theme-cafe-minimal .menu-switcher .switcher-button{display:flex;align-items:center;justify-content:center;flex:1 1 0;padding:0 .625rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;color:var(--template-muted);position:relative;background:transparent}.theme-cafe-minimal .menu-switcher .switcher-button.is-active{color:var(--template-text)}.theme-cafe-minimal .menu-switcher .switcher-button.is-active:after{content:"";position:absolute;bottom:0;left:.625rem;right:.625rem;height:2px;background-color:var(--template-text)}.theme-cafe-minimal .menu-switcher .switcher-button:hover:not(.is-active){color:var(--template-text)}.theme-cafe-minimal .template-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;border-top:1px solid var(--template-border);text-align:center;font-size:.625rem;color:var(--template-muted);text-transform:uppercase;letter-spacing:.1em}.theme-cafe-minimal .template-footer p{margin:0}.theme-cafe-minimal .menu-content{padding-bottom:5rem}.theme-cafe-minimal .template-wrapper--menu-only-single .menu-content .section-header{top:0}@media(prefers-reduced-motion:no-preference){.theme-cafe-minimal .menu-content--enter-forward{animation:cafe-minimal-menu-slide-in-right .18s cubic-bezier(.2,0,0,1) both}.theme-cafe-minimal .menu-content--enter-backward{animation:cafe-minimal-menu-slide-in-left .18s cubic-bezier(.2,0,0,1) both}@keyframes cafe-minimal-menu-slide-in-left{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes cafe-minimal-menu-slide-in-right{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}}
