:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--bg-page: #0f0f14;--bg-card: #1a1a22;--bg-card-hover: #22222e;--bg-header: #12121a;--border-subtle: rgba(255, 255, 255, .06);--text-primary: #f4f4f5;--text-secondary: #a1a1aa;--accent: #8b5cf6;--accent-hover: #a78bfa;--success: #22c55e;--warning: #f97316;--error: #ef4444;--radius: 10px;--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{overflow:hidden;width:100%;height:100dvh;height:100svh;height:100vh}body{margin:4px;font-family:var(--font);background:var(--bg-page);color:var(--text-primary);overflow:hidden;height:calc(100dvh - 8px);height:calc(100svh - 8px);height:calc(100vh - 8px);max-height:calc(100dvh - 8px);max-height:calc(100svh - 8px);min-height:0;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}a.card,a.card:hover{text-decoration:none}#root{flex:1 1 auto;min-height:0;min-width:0;max-width:920px;margin:0 auto;width:100%;padding:0;overflow:hidden;display:flex;flex-direction:column}body[data-bar-layout] #root{max-width:1900px}body[data-catalog-layout] main{display:flex;flex-direction:column;min-height:0;overflow-y:hidden}body[data-admin-layout] #root{max-width:1600px}body:not([data-guest-stacked]) .app-header{position:relative;top:auto}body:not([data-guest-stacked]) main{display:flex;flex-direction:column}body:not([data-guest-stacked]) main>*{flex:1 1 auto;min-height:0}body:not([data-guest-stacked]):not([data-bar-layout]):not([data-catalog-layout]) main{flex:1 1 auto;min-height:0;overflow-y:auto}body:not([data-guest-stacked]) .app-footer{margin:0;flex-shrink:0}.bar-price-page{display:flex;flex-direction:column;min-height:0}.bar-price-table-section,.bar-price-table-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.bar-price-table-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}.bar-price-table-wrap{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.bar-page{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.bar-orders-page .bar-page-header.bar-orders-header{flex-shrink:0}.bar-orders-page .bar-page-header.bar-orders-header .bar-page-title{margin-bottom:8px}.bar-orders-page .bar-page-header.bar-orders-header--with-lang{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:.5rem}.bar-orders-page .bar-page-header.bar-orders-header--with-lang .bar-page-title{margin-bottom:0;flex:1 1 auto;min-width:0}.bar-orders-lang-buttons{display:flex;gap:.25rem}.bar-orders-lang-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:var(--bg-card-hover);box-shadow:0 1px 3px #00000059;cursor:pointer;font-size:1.1rem;line-height:1;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.bar-orders-lang-btn:hover{background:var(--bg-elevated);border-color:#ffffff4d;box-shadow:0 2px 6px #0006}.bar-orders-lang-flag{display:inline-flex;align-items:center;justify-content:center}.bar-orders-lang-flag svg{width:1.15rem;height:auto;max-height:.85rem;display:block}@media(max-width:1199px){.bar-orders-header--with-lang .bar-orders-lang-buttons{flex-shrink:0}.bar-orders-lang-btn{flex-shrink:0;border-color:#ffffff47;background:var(--bg-elevated)}}.bar-orders-tokens{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.bar-orders-stack{position:relative;flex:1 1 80px;min-width:0;max-width:160px}.bar-orders-stack-trigger{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:64px;padding:.5rem .75rem;border:1px solid var(--border-subtle);border-radius:var(--radius);background:var(--bg-card);cursor:pointer;font:inherit;color:inherit;transition:transform .15s ease,box-shadow .15s ease}.bar-orders-stack-trigger:hover,.bar-orders-stack-trigger[aria-expanded=true]{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.bar-orders-stack--pending .bar-orders-stack-trigger{background:color-mix(in srgb,#eab308 14%,var(--bg-card));border-color:#ca8a04}.bar-orders-stack--in_progress .bar-orders-stack-trigger{background:color-mix(in srgb,#0ea5e9 14%,var(--bg-card));border-color:#0284c7}.bar-orders-stack--completed .bar-orders-stack-trigger{background:color-mix(in srgb,#8b5cf6 14%,var(--bg-card));border-color:#7c3aed}.bar-orders-stack--paid .bar-orders-stack-trigger{background:color-mix(in srgb,#22c55e 14%,var(--bg-card));border-color:#16a34a}.bar-orders-stack--cancelled .bar-orders-stack-trigger{background:color-mix(in srgb,#64748b 14%,var(--bg-card));border-color:#475569}.bar-orders-stack-label{font-size:.75rem;font-weight:600;text-align:center;line-height:1.2}.bar-orders-stack-count{font-size:1.25rem;font-weight:700;margin-top:.25rem}.bar-orders-stack-trigger[aria-pressed=true]{box-shadow:inset 0 0 0 3px var(--accent),0 0 0 1px var(--accent);border-color:var(--accent);filter:brightness(1.15)}.bar-orders-table-section{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.bar-orders-table-wrap{overflow-x:auto;overflow-y:auto;flex:1 1 auto;min-height:0}.bar-orders-table{width:100%;border-collapse:collapse;font-size:.875rem}.bar-orders-table th,.bar-orders-table td{padding:.5rem .75rem;border:1px solid var(--border-subtle);text-align:left}.bar-orders-table th{background:var(--bg-card-hover);font-weight:600}.bar-orders-row--pending{background:color-mix(in srgb,#eab308 10%,var(--bg-page))}.bar-orders-row--in_progress{background:color-mix(in srgb,#0ea5e9 10%,var(--bg-page))}.bar-orders-row--completed{background:color-mix(in srgb,#8b5cf6 10%,var(--bg-page))}.bar-orders-row--paid{background:color-mix(in srgb,#22c55e 10%,var(--bg-page))}.bar-orders-row--cancelled{background:color-mix(in srgb,#64748b 10%,var(--bg-page))}.bar-orders-row-clickable{cursor:pointer}.bar-orders-row-clickable:hover{filter:brightness(1.06)}.bar-orders-table td.bar-orders-actions{padding:2px 4px 2px 12px}.bar-orders-actions{display:flex;flex-wrap:wrap;gap:.35rem}.bar-orders-actions .guest-btn{font-size:.8125rem;padding:.35rem .6rem}.bar-orders-btn{display:inline-flex;align-items:center;gap:.35rem}.bar-orders-actions .guest-btn.bar-orders-btn--take,.bar-orders-card-actions .guest-btn.bar-orders-btn--take{border-color:#ca8a04;color:#eab308}.bar-orders-actions .guest-btn.bar-orders-btn--take:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--take:hover:not(:disabled){background:color-mix(in srgb,#eab308 18%,var(--bg-card));border-color:#eab308}.bar-orders-actions .guest-btn.bar-orders-btn--view,.bar-orders-card-actions .guest-btn.bar-orders-btn--view{border-color:var(--border-subtle);color:var(--text-secondary)}.bar-orders-actions .guest-btn.bar-orders-btn--view:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--view:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-primary)}.bar-orders-actions .guest-btn.bar-orders-btn--complete,.bar-orders-card-actions .guest-btn.bar-orders-btn--complete{border-color:#0284c7;color:#0ea5e9}.bar-orders-actions .guest-btn.bar-orders-btn--complete:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--complete:hover:not(:disabled){background:color-mix(in srgb,#0ea5e9 18%,var(--bg-card));border-color:#0ea5e9}.bar-orders-actions .guest-btn.bar-orders-btn--paid,.bar-orders-card-actions .guest-btn.bar-orders-btn--paid{border-color:#16a34a;color:#22c55e}.bar-orders-actions .guest-btn.bar-orders-btn--paid:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--paid:hover:not(:disabled){background:color-mix(in srgb,#22c55e 18%,var(--bg-card));border-color:#22c55e}.bar-orders-actions .guest-btn.bar-orders-btn--delete,.bar-orders-card-actions .guest-btn.bar-orders-btn--delete{border-color:#b91c1c;color:#ef4444}.bar-orders-actions .guest-btn.bar-orders-btn--delete:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--delete:hover:not(:disabled){background:color-mix(in srgb,#ef4444 18%,var(--bg-card));border-color:#ef4444}.bar-orders-actions .guest-btn.bar-orders-btn--restore,.bar-orders-card-actions .guest-btn.bar-orders-btn--restore{border-color:var(--border-subtle);color:var(--text-secondary)}.bar-orders-actions .guest-btn.bar-orders-btn--restore:hover:not(:disabled),.bar-orders-card-actions .guest-btn.bar-orders-btn--restore:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-primary)}.bar-orders-cell-date{white-space:nowrap}.bar-orders-table-empty{color:var(--text-secondary);font-style:italic}.bar-orders-card-section{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.bar-orders-card-section .bar-orders-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;background:var(--bg-page);border-radius:var(--radius);border:1px solid var(--border-subtle);overflow:hidden}.bar-orders-card-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--bg-card);border-bottom:1px solid var(--border-subtle)}.bar-orders-card-title{margin:0;font-size:1.125rem;font-weight:600}.bar-orders-card-close{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);background:transparent;font-size:1.5rem;line-height:1;color:var(--text-secondary);cursor:pointer}.bar-orders-card-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}.bar-orders-card-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem}.bar-orders-card-meta{font-size:.875rem;color:var(--text-secondary)}.bar-orders-item-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;margin-bottom:.25rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border-subtle);cursor:pointer}.bar-orders-item-row:hover{background:var(--bg-card-hover)}.bar-orders-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.bar-orders-recipe-modal .bar-orders-recipe-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid var(--border-subtle)}.bar-orders-recipe-modal .bar-orders-recipe-modal-header h2{margin:0;font-size:1.125rem;font-weight:600}.bar-orders-recipe-modal .bar-orders-recipe-modal-close{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);background:transparent;font-size:1.5rem;line-height:1;color:var(--text-secondary);cursor:pointer}.bar-orders-recipe-modal .bar-orders-recipe-modal-close:hover{background:var(--bg-card-hover);color:var(--text-primary)}@media(max-width:640px){.bar-orders-tokens{flex-wrap:nowrap;gap:.25rem}.bar-orders-stack{flex:1 1 0;min-width:0;max-width:none}.bar-orders-stack-trigger{min-height:48px;padding:.25rem .35rem}.bar-orders-stack-label{font-size:.65rem;line-height:1.1}.bar-orders-stack-count{font-size:1rem;margin-top:.125rem}.bar-orders-table-wrap{margin:0 -.5rem}.bar-orders-table thead tr,.bar-orders-table tbody tr{display:flex;flex-wrap:wrap;border:1px solid var(--border-subtle);border-radius:var(--radius);margin-bottom:.5rem;overflow:hidden}.bar-orders-table tbody tr:last-child{margin-bottom:0}.bar-orders-table th,.bar-orders-table td{flex:1 1 0;min-width:0;border:none}.bar-orders-table th:nth-child(1),.bar-orders-table td:nth-child(1){flex:0 0 auto;min-width:0}.bar-orders-table th:nth-child(6),.bar-orders-table td.bar-orders-actions,.bar-orders-table td.bar-orders-table-empty{flex:1 1 100%;width:100%}.bar-orders-actions{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.bar-orders-actions .guest-btn{width:auto}.bar-orders-actions .bar-orders-btn-text,.bar-orders-card-actions .bar-orders-btn-text{display:none}}.catalog-page{display:flex;flex-direction:column;min-height:0;flex:1 1 auto}.catalog-list-section{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.catalog-list-scroll{flex:1 1 auto;min-height:0;overflow-y:auto}body[data-bar-layout] main{display:flex;flex-direction:column;min-height:0;overflow-y:hidden}main{flex:1 1 auto;min-height:0;min-width:0;margin:4px 0 0 4px;overflow-y:auto;overflow-x:hidden;border-top:0;scrollbar-width:thin;scrollbar-color:var(--bg-card-hover) var(--bg-page)}main::-webkit-scrollbar{width:8px}main::-webkit-scrollbar-track{background:var(--bg-page)}main::-webkit-scrollbar-thumb{background:var(--bg-card-hover);border-radius:4px}main::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.app-header{flex-shrink:0;position:sticky;top:0;z-index:40;background:var(--bg-header);margin:4px;padding:0;border:0;display:flex;flex-direction:column;gap:.5rem;transition:transform .3s ease-out}.app-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:4px}body[data-guest-stacked] .app-header[data-mode=stacked]{position:fixed;top:0;left:50%;transform:translate(-50%);width:calc(100% - 8px);max-width:912px;margin:4px 4px 0;z-index:50;transition:transform .25s ease-out;overflow:visible;gap:0}body[data-guest-stacked] .app-header[data-mode=stacked][data-guest-visible=false]{transform:translate(-50%,calc(-100% + 22px));background:transparent;border-bottom-color:transparent}body[data-guest-stacked] .app-header[data-mode=stacked][data-guest-visible=true]{top:-2px;transform:translate(-50%)}body[data-fly-to-cart] .app-header{background:var(--bg-header);border-bottom-color:var(--border-subtle)}body[data-guest-stacked][data-fly-to-cart] .app-header[data-mode=stacked]{top:-2px;transform:translate(-50%);background:var(--bg-header);border-bottom-color:var(--border-subtle)}body[data-guest-page] .app-header{margin:4px 4px 0;padding-right:4px;box-sizing:border-box}body[data-guest-stacked] main{display:flex;flex-direction:column;min-height:0;border-top:8px solid var(--border-subtle);padding-top:0}@media(max-width:1199px){body[data-bar-stacked] main{display:flex;flex-direction:column;min-height:0;border-top:8px solid var(--border-subtle);padding-top:0}body[data-bar-stacked] .app-header[data-mode=stacked]{position:fixed;top:0;left:50%;transform:translate(-50%);width:calc(100% - 8px);max-width:912px;margin:4px 4px 0;z-index:50;transition:transform .25s ease-out;overflow:visible;gap:0}body[data-bar-stacked] .app-header[data-mode=stacked][data-guest-visible=false]{transform:translate(-50%,calc(-100% + 22px));background:transparent;border-bottom-color:transparent}body[data-bar-stacked] .app-header[data-mode=stacked][data-guest-visible=true]{top:-2px;transform:translate(-50%)}body[data-bar-stacked][data-fly-to-cart] .app-header[data-mode=stacked]{top:-2px;transform:translate(-50%);background:var(--bg-header);border-bottom-color:var(--border-subtle)}}.app-header-guest-handle{display:flex;justify-content:center;align-items:center;min-height:12px;padding:10px 0 0;border-top:0;border-bottom:0;margin-top:0;cursor:default;pointer-events:auto;box-sizing:border-box;background:transparent}.app-header-guest-handle-dots{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:12px;padding:0;border-radius:4px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #0006;background:transparent;color:var(--text-secondary);font-size:8px;line-height:1;letter-spacing:2px;font-family:inherit}.app-header-left{display:flex;align-items:center;gap:.75rem}.app-logo-link{display:flex;text-decoration:none;color:inherit}.app-logo-link:hover{opacity:.9}.app-logo{width:36px;height:36px;background:var(--accent);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;color:#fff;flex-shrink:0}.app-logo-img{width:100%;height:100%;object-fit:contain;background:transparent}.app-title{font-weight:600;font-size:1.25rem;margin:0;color:var(--text-primary)}.app-header-left-wrap{display:flex;align-items:center;gap:.75rem;flex:0 0 auto;min-width:0}.app-header-top-right{flex:1 1 0;min-width:0;display:flex;justify-content:flex-end;align-items:flex-start}.app-header-top-right--wide,.app-header-top-right--medium{display:none;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.app-header-bottom{display:flex;flex-direction:column;gap:.25rem;margin-bottom:4px}.app-header-bottom--medium,.app-header-bottom--small{display:none}.app-version{font-weight:500;font-size:.85rem;color:var(--text-secondary)}.app-subtitle{font-size:.8rem;color:var(--text-secondary);margin:.1rem 0 0}.app-subtitle-main,.app-subtitle-sub{display:inline}.app-header-right{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.75rem;margin-left:auto;min-width:0;flex:1 1 0}.app-header-nav-wrap,.app-header-user{display:flex;justify-content:flex-end}.app-header-menu-toggle{position:absolute;left:50%;bottom:-12px;transform:translate(-50%);padding:.15rem .75rem;border-radius:999px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-secondary);font-size:.75rem;cursor:pointer}.app-header-menu-toggle:hover{background:var(--bg-card-hover);border-color:var(--accent);color:var(--accent)}@media(max-width:1199px){.app-subtitle-main,.app-subtitle-sub{display:block}}@media(max-width:549px){.app-subtitle-main,.app-subtitle-sub{display:inline}#root{padding:0}.app-header{margin:4px;padding:0}.app-header-top-right--wide,.app-header-top-right--medium,.app-header-bottom--medium{display:none}.app-header-bottom--small{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.app-header-bottom--small .app-header-nav-wrap{justify-content:flex-start}.app-header-bottom .app-nav{margin-left:0}}@media(min-width:550px)and (max-width:799px){.app-header-top-right--wide,.app-header-bottom--small,.app-header-bottom--medium{display:none}.app-header-top-right--medium{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}}@media(min-width:800px){.app-header-top-right--wide{display:flex}.app-header-top-right--medium,.app-header-bottom--medium,.app-header-bottom--small{display:none}}.app-header-cart-indicator{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-primary)}.app-header-cart-indicator-inner{position:relative;display:inline-flex;align-items:center;justify-content:center}.app-header-cart-badge{position:absolute;top:-3px;right:-3px;min-width:12px;height:12px;padding:0 3px;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;line-height:1;color:#fff;background:#ab0606;border-radius:999px;box-sizing:border-box}.app-header-cart-indicator:hover{background:var(--bg-card-hover);border-color:var(--accent);color:var(--accent)}.app-header-locales-dropdown{position:relative}.app-header-locales-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .5rem;font-size:.85rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-primary);cursor:pointer;font-family:inherit}.app-header-locales-btn:hover{background:var(--bg-card-hover);border-color:var(--text-secondary)}.app-header-locales-btn[aria-expanded=true]{background:var(--bg-card-hover);border-color:var(--accent)}.app-header-locales-flag{display:inline-flex;align-items:center;flex-shrink:0}.app-header-locales-flag svg{width:1.25em;height:auto;max-height:.9em;display:block}.app-header-locales-chevron{font-size:.6rem;color:var(--text-secondary)}.app-header-locales-list{position:absolute;top:100%;right:0;margin:.25rem 0 0;padding:.25rem 0;min-width:8rem;list-style:none;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);box-shadow:0 4px 12px #0000004d;z-index:55}@media(max-width:799px){.app-header-locales-list{right:auto;left:0}}.app-header-locales-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.4rem .75rem;font-size:.85rem;text-align:left;border:none;background:transparent;color:var(--text-primary);cursor:pointer;font-family:inherit}.app-header-locales-option:hover{background:var(--bg-card-hover)}.app-header-locales-option.active{background:var(--accent);color:#fff}.app-nav{margin-left:1.5rem;min-width:0}.app-nav-list{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.app-nav-item-with-sub{position:relative}.app-nav-item-with-sub:hover .app-nav-sublist{opacity:1;visibility:visible}.app-nav-sublist{position:absolute;top:100%;left:0;min-width:12rem;margin:0;padding:.35rem 0;list-style:none;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);box-shadow:0 4px 12px #0000004d;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;z-index:50}@media(max-width:799px){.app-nav-sublist{left:auto;right:0}}.app-nav-sublist .app-nav-link{display:block;padding:.4rem 1rem;white-space:nowrap}.app-nav-sublist-group{list-style:none;margin:0}.app-nav-sublist-label{display:block;padding:.35rem 1rem .15rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary);opacity:.9}.app-nav-sublist-label--highlight{color:#ffe9a6}.app-nav-link{display:block;padding:.4rem .75rem;font-size:.85rem;color:var(--text-secondary);text-decoration:none;border-radius:6px;border:1px solid var(--border-subtle);transition:background .15s,color .15s}.app-nav-link:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--text-secondary)}.app-nav-link.active{background:var(--accent);color:#fff;border-color:var(--accent)}.app-header-user{position:relative}.app-header-user-row{display:flex;align-items:center;gap:.5rem}.app-header-btn{padding:.35rem .65rem;font-size:.8rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-primary);cursor:pointer;font-family:inherit}.app-header-btn:hover{background:var(--bg-card-hover);border-color:var(--text-secondary)}.app-header-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.app-header-btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.app-header-settings-btn[aria-expanded=true]{background:var(--bg-card-hover);border-color:var(--accent)}.app-header-username{font-size:.8rem;color:var(--text-secondary)}.app-header-settings-panel{position:absolute;top:100%;right:0;margin-top:.35rem;padding:1rem;min-width:14rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);box-shadow:0 4px 12px #0000004d;z-index:60}.app-header-settings-title{font-size:.9rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.app-header-settings-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-secondary);margin-bottom:.35rem}.app-header-settings-label input{flex-shrink:0}.app-header-settings-hint{font-size:.75rem;color:var(--text-secondary);margin:.35rem 0 0}.app-header-status{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin:0 .15rem;border-radius:6px;font-weight:600;border:1px solid transparent;outline:1px solid transparent;outline-offset:2px;font-size:.8rem}.app-header-status-icon{line-height:1}.app-header-status[data-role=guest]{background:#fffde7;color:#5d4e00;border-color:#c9a000;outline-color:#1a1a1a}.app-header-status[data-role=registered]{background:#fff59d;color:#5d4e00;border-color:#f9a825;outline-color:#1a1a1a}.app-header-status[data-role=bartender]{background:#ffb74d;color:#1a1a1a;border-color:#e65100;outline-color:#1a1a1a}.app-header-status[data-role=manager]{background:#ff9800;color:#fff;border-color:#e65100;outline-color:#fff}.app-header-status[data-role=admin]{background:#d32f2f;color:#fff;border-color:#b71c1c;outline-color:#fff}.app-header-user-dropdown{position:relative}.app-header-user-trigger{display:inline-flex;align-items:center;gap:.35rem}.app-header-user-trigger[aria-expanded=true]{background:var(--bg-card-hover);border-color:var(--accent)}.app-header-user-chevron{font-size:.6rem;color:var(--text-secondary)}.app-header-user-menu{position:absolute;top:100%;right:0;margin:.25rem 0 0;padding:.35rem 0;min-width:10rem;list-style:none;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);box-shadow:0 4px 12px #0000004d;z-index:55}.app-header-user-menuitem{display:block;width:100%;padding:.4rem 1rem;font-size:.85rem;text-align:left;border:none;background:transparent;color:var(--text-primary);cursor:pointer;font-family:inherit}.app-header-user-menuitem:hover{background:var(--bg-card-hover)}.app-header-user-sep{height:0;margin:.35rem 0;padding:0;border:none;border-top:1px solid var(--border-subtle)}.app-header-user-menugroup{list-style:none;margin:0;padding:0}.app-header-user-menugroup-label{display:block;padding:.35rem 1rem .15rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary)}.app-header-settings-panel--dropdown{margin-top:.25rem}.placeholder-page{padding:2rem 0;text-align:center}.placeholder-page-title{font-size:1.5rem;margin:0 0 .5rem;color:var(--text-primary)}.placeholder-page-desc{font-size:.95rem;color:var(--text-secondary);margin:0 0 1rem}.placeholder-page-note{font-size:.85rem;color:var(--text-secondary);font-style:italic;margin:0}.locale-btn{padding:.35rem .6rem;font-size:.8rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;font-family:inherit}.locale-btn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.locale-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem;transition:background .15s ease}.card:hover{background:var(--bg-card-hover)}.card-title{display:flex;align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.card-title .icon{opacity:.85}.card-subtitle{font-size:.8rem;color:var(--text-secondary);margin:0 0 .5rem}.page-header-card{position:sticky;top:.5rem;z-index:30;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1.25rem .75rem;margin-top:1rem}.page-header-card-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.page-header-found{color:var(--text-secondary);font-size:.85rem;white-space:nowrap}.filter-form{display:flex;flex-direction:column;gap:1rem}.filter-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem 1rem}.filter-form-area1{margin-bottom:0}.filter-field-abv--disabled{opacity:.65;pointer-events:none}.filter-form-advanced.filter-panel{margin-top:0;border-radius:8px;border:1px solid var(--border-subtle);background:var(--bg-card-hover);overflow:hidden}.filter-panel-header-wrap{width:100%;padding:.5rem 1rem}.filter-panel-header-btn{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;gap:.5rem;margin:0 -.25rem;padding:.25rem;border:none;border-radius:6px;background:transparent;color:var(--text-primary);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .15s}.filter-panel-header-btn:hover{background:#ffffff0f}.filter-panel-header-btn:focus{outline:1px solid var(--accent);outline-offset:2px}.filter-panel-header-chevron{color:var(--text-secondary);opacity:.9;font-size:.75rem;flex-shrink:0}.filter-panel-content-wrap{overflow:hidden;transition:max-height .2s ease,opacity .2s ease;min-height:0}.filter-panel-content-wrap:not(.filter-panel-content-wrap--expanded){max-height:0;opacity:0}.filter-panel-content-wrap--expanded{max-height:2000px;opacity:1}.filter-form-area2{padding:.5rem 1rem 1rem;border-top:1px solid var(--border-subtle)}.filter-form-sort{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;padding-top:.5rem;border-top:1px solid var(--border-subtle)}.filter-field{display:flex;flex-direction:column;min-width:0}.filter-input-row{display:flex;align-items:center;gap:.25rem;min-width:0}.filter-input-row input,.filter-input-row select{flex:1;min-width:0}.filter-sort-btns{display:flex;flex-shrink:0;gap:2px}.filter-sort-btns button:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-cycle-btn{width:28px;min-width:28px;padding:.25rem 0;font-size:.9rem;font-weight:600;border:1px solid var(--border-subtle);border-radius:4px;background:var(--bg-card-hover);color:var(--text-primary);cursor:pointer}.filter-btn-compact.filter-cycle-btn{width:22px;min-width:22px;padding:.15rem 0;font-size:.7rem}.filter-alcohol-mode-btn.filter-cycle-btn{width:auto;min-width:6.75rem;padding:.35rem .48rem;font-size:.875rem;letter-spacing:.05em;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.filter-cycle-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-chips-stack{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.5rem 0;border-bottom:1px solid var(--border-subtle)}.filter-chips-stack-label{font-size:.75rem;color:var(--text-secondary)}.filter-chip{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .25rem .2rem .4rem;font-size:.75rem;border:1px solid transparent;border-radius:6px}.filter-chip--filter{background:#22c55e26;border-color:#22c55e66;color:#86efac}.filter-chip--sort{background:#3b82f626;border-color:#3b82f666;color:#93c5fd}.filter-chip-text{white-space:nowrap}.filter-chip-icon{width:20px;height:20px;object-fit:cover;border-radius:4px}.filter-chip-remove{padding:0 .15rem;font-size:1.1rem;line-height:1;border:none;background:transparent;color:inherit;opacity:.85;cursor:pointer;border-radius:2px}.filter-chip-remove:hover{opacity:1;background:#ffffff26}.filter-chip--filter .filter-chip-remove:hover{color:#bbf7d0}.filter-chip--sort .filter-chip-remove:hover{color:#bfdbfe}.filter-reset-btn{padding:.4rem .75rem;font-size:.8rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-card-hover);color:var(--text-secondary);cursor:pointer;font-family:inherit}.filter-reset-btn:hover{color:var(--text-primary);background:var(--bg-page)}.filter-small-btn{min-height:24px;padding:0 .4rem;border-radius:6px;font-size:.75rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.filter-small-btn-icon{font-size:.85rem;line-height:1}.filter-small-btn-add{background:var(--accent);color:var(--accent-contrast, #fff);border:none}.filter-small-btn-add:hover{opacity:.9}.bar-price-page .bar-price-add-btn{width:104px;flex:0 0 auto;min-height:28px}h1,h2{margin-top:0;font-weight:600}h1{font-size:1.5rem}h2{font-size:1.25rem}.meta{font-size:.875rem;color:var(--text-secondary)}.cocktail-description{font-size:.95rem;line-height:1.5}.cocktail-description p{margin:0 0 .5em}.cocktail-description p:last-child{margin-bottom:0}.cocktail-description s,.cocktail-description strike{text-decoration:line-through}.cocktail-description u{text-decoration:underline}.cocktail-description a{color:var(--accent);text-decoration:none}.cocktail-description a:hover{color:var(--accent-hover);text-decoration:underline}.loading,.error{padding:1.5rem;text-align:center}.error{color:var(--error)}.tag{display:inline-block;background:var(--bg-card-hover);padding:.25rem .5rem;border-radius:6px;font-size:.8rem;margin-right:.25rem;margin-bottom:.25rem;color:var(--text-secondary);border:1px solid var(--border-subtle)}.recipe-row{padding:.4rem 0;border-bottom:1px solid var(--border-subtle);font-size:.9rem}.recipe-row:last-child{border-bottom:none}.recipe-table{width:100%;border-collapse:collapse;font-size:.85rem;table-layout:fixed}.recipe-table th,.recipe-table td{padding:.3rem .5rem;border-bottom:1px solid var(--border-subtle);text-align:left}.recipe-table th{font-weight:500;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipe-table .col-resizer{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none}.recipe-table .col-drag-handle{display:inline-block;margin-right:4px;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.recipe-table th[draggable]{touch-action:none}.back{display:inline-flex;align-items:center;gap:.35rem;font-size:.9rem;color:var(--text-secondary)}.back:hover{color:var(--accent)}.detail-top{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.5rem;margin-bottom:1rem}.cocktail-nav{display:flex;align-items:center;gap:.35rem}.nav-btn{display:inline-block;padding:.35rem .6rem;font-size:.8rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-secondary);text-decoration:none;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}.nav-btn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.nav-btn--disabled{cursor:default;opacity:.5}.nav-btn--disabled:hover{background:var(--bg-card);color:var(--text-secondary)}.app-footer{flex-shrink:0;margin-top:auto;padding:2px 1.25rem;border-top:1px solid var(--border-subtle);background:var(--bg-header);margin-left:0;margin-right:0;min-width:0;max-width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8rem;color:var(--text-secondary)}.app-footer-status{display:flex;align-items:center;gap:.35rem}.app-footer-status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--success)}.app-footer-status--busy:before{background:var(--accent);animation:app-footer-busy-dot .8s ease-in-out infinite}@keyframes app-footer-busy-dot{0%,to{opacity:1}50%{opacity:.4}}.app-footer-version{font-weight:500;color:var(--text-primary)}.guest-page{display:flex;flex-direction:column;gap:1.25rem;padding:0}.guest-page .card{margin-bottom:0}.guest-page-layout{display:flex;flex-direction:column;gap:1.5rem}.guest-catalog{min-width:0;font-size:1rem}.guest-catalog-title{margin:0 0 .75rem;font-size:1.125rem}.guest-muted{margin:0;color:var(--text-secondary);font-size:.9375rem}.guest-error{margin:0;color:var(--error)}.guest-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.guest-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:.75rem;overflow:hidden;transition:background .15s ease,transform .25s ease,box-shadow .25s ease}.guest-card:hover{background:var(--bg-card-hover)}.guest-card--just-added{transform:translateY(6px) scale(.98);box-shadow:0 14px 30px #0000008c}.guest-fly-to-cart-wrap{position:fixed;left:0;top:0;width:0;height:0;overflow:visible;pointer-events:none;z-index:10000}.guest-fly-to-cart{position:absolute;width:28px;height:28px;margin:0;padding:0;display:flex;align-items:center;justify-content:center;color:var(--accent, #0d9488);background:var(--bg-elevated, #1e293b);border-radius:50%;box-shadow:0 4px 12px #0006;transition:left .75s cubic-bezier(.34,1.56,.64,1),top .75s cubic-bezier(.34,1.56,.64,1)}.guest-fly-to-cart svg{width:16px;height:16px}.guest-card-collapsed-grid{display:grid;grid-template-columns:1fr 72px;grid-template-rows:auto auto;gap:.5rem .75rem;align-items:start}.guest-card-cell{min-width:0}.guest-card-a1{grid-column:1;grid-row:1}.guest-card-b1{grid-column:2;grid-row:1}.guest-card-a2{grid-column:1;grid-row:2}.guest-card-b2{grid-column:2;grid-row:2;align-self:stretch;display:flex;align-items:flex-end}.guest-card-collapsed-tap{display:block;width:100%;padding:0;margin:0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;min-height:44px}.guest-card-thumb-tap{padding:0;min-height:0;line-height:0}.guest-card-b1 .guest-card-collapsed-tap{min-height:0;display:flex;align-items:center;justify-content:center}.guest-card-b1 .guest-card-thumb-tap,.guest-card-b1 .guest-card-thumb-tap img{width:72px;height:72px;object-fit:cover;border-radius:.5rem}.guest-card-b1{background:var(--bg-card-hover);border-radius:.5rem;overflow:hidden}.guest-card-b1 .guest-card-thumb-placeholder{width:40px;height:40px;opacity:.6}.guest-card-title{display:block;margin-bottom:.2rem}.guest-card-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.guest-card-title-left{min-width:0}.guest-card-price-inline{flex-shrink:0;font-weight:600;font-size:1.05rem;color:var(--text-primary)}.guest-card-name{font-weight:600;font-size:1.1rem;color:var(--text-primary)}.guest-card-type{font-size:.8125rem;font-weight:400;color:var(--text-secondary)}.guest-card-meta{display:block;font-size:.8rem;color:var(--text-secondary);margin-top:.15rem}.guest-card-abv{margin-top:.2rem}.guest-card-b2 .guest-btn-add{width:100%;font-size:.75rem;padding:.4rem .35rem;min-height:44px}.guest-btn-add--icon{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;padding:.5rem}.guest-card-b2 .guest-btn-add--icon{width:100%;min-width:0}.guest-card-tags{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center}.guest-card-a2 .guest-card-meta{font-size:.75rem}.guest-card-tag-img{width:31px;height:31px;object-fit:cover;border-radius:4px}.guest-card-tags--expanded .guest-card-tag-img{width:42px;height:42px}.guest-btn{min-height:44px;padding:.5rem 1rem;border-radius:6px;font-size:.9375rem;cursor:pointer;border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-primary)}.guest-btn:disabled{opacity:.4;cursor:default}.guest-btn-add{width:100%;font-weight:600;background:var(--accent);border-color:var(--accent);color:#fff}.guest-btn-add:active{opacity:.9}.guest-btn-add-inner{position:relative;display:inline-flex;align-items:center;justify-content:center}.guest-btn-add-badge{position:absolute;top:-18px;right:-18px;min-width:24px;height:24px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;line-height:1;color:#fff;background:#ab0606;border-radius:999px;box-sizing:border-box}.guest-card--expanded{padding:1rem}.guest-card-collapse-btn{display:block;width:100%;margin-bottom:.75rem;padding:.5rem 0;min-height:44px;font-size:.875rem;color:var(--text-secondary);background:none;border:none;cursor:pointer;text-align:left}.guest-card-panel{margin-top:.75rem}.guest-card-panel--photo{width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem;margin-top:0;max-height:200px;background:var(--bg-card-hover);border-radius:.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center}.guest-card-panel--photo img{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;display:block}.guest-card-photo-placeholder{width:48px;height:48px;opacity:.5}.guest-card-expanded-title{margin:0 0 .35rem;font-size:1.125rem}.guest-card-panel--desc .guest-card-description{font-size:.875rem;color:var(--text-secondary);line-height:1.45}.guest-card-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase}.guest-card-panel--recipe p{margin:.25rem 0 0;font-size:.9375rem}.guest-card-panel--chars{padding-top:.75rem;border-top:1px solid var(--border-subtle);display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;font-size:.8125rem;color:var(--text-secondary)}.guest-card-price{font-weight:600;font-size:1rem;color:var(--text-primary)}.guest-card-add{margin-top:1rem}.guest-card-description--clickable{cursor:pointer}.guest-carousel-simple{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-width:100%;padding-top:0;padding-bottom:0;box-sizing:border-box;position:relative;touch-action:pan-y;overflow:hidden}.guest-carousel-simple--exiting .guest-carousel-track{transition:transform .25s ease-out}.guest-carousel-simple--returning .guest-carousel-track{transition:transform .2s ease-out}.guest-carousel-handle{position:absolute;top:0;bottom:0;width:32px;display:flex;align-items:center;justify-content:center;padding:0;border:0;margin:0;cursor:pointer;background:transparent;color:inherit;font:inherit;z-index:1;-webkit-tap-highlight-color:transparent}.guest-carousel-handle:hover,.guest-carousel-handle:active{background:transparent}.guest-carousel-handle--left{left:0}.guest-carousel-handle--right{right:0}.guest-carousel-handle-dots{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:12px;padding:0;border-radius:4px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px #0006;background:transparent;color:var(--text-secondary);font-size:8px;line-height:1;letter-spacing:2px;font-family:inherit}.guest-carousel-handle--left .guest-carousel-handle-dots{transform:rotate(-90deg)}.guest-carousel-handle--right .guest-carousel-handle-dots{transform:rotate(90deg)}.guest-carousel-track-viewport{flex:1 1 auto;min-height:0;overflow:hidden;position:relative;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border-subtle);box-sizing:border-box}.guest-carousel-simple-card{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border-subtle);box-sizing:border-box}.guest-carousel-track{display:flex;flex-direction:row;width:calc(100% * var(--num-slots, 3));min-height:100%;will-change:transform}.guest-carousel-slot{flex:0 0 calc(100% / var(--num-slots, 3));width:calc(100% / var(--num-slots, 3));min-height:100%;display:flex;flex-direction:column;overflow:hidden}.guest-carousel-slot-placeholder{min-height:100%;background:var(--bg-page)}.guest-carousel-simple-card .guest-card.guest-card--expanded{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow:hidden}.guest-carousel-simple-card .guest-carousel-card-body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;margin-right:0;scrollbar-width:none;-ms-overflow-style:none}.guest-carousel-simple-card .guest-carousel-card-body::-webkit-scrollbar{display:none}.guest-carousel-simple-card .guest-carousel-scroll-zone{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.guest-carousel-simple-card .guest-carousel-scroll-handle{position:absolute;left:0;right:0;width:100%;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:0;margin:0;cursor:pointer;background:transparent;color:inherit;font:inherit;z-index:1}.guest-carousel-simple-card .guest-carousel-scroll-handle:hover,.guest-carousel-simple-card .guest-carousel-scroll-handle:active{background:transparent}.guest-carousel-simple-card .guest-carousel-scroll-handle--top{top:0}.guest-carousel-simple-card .guest-carousel-scroll-handle--bottom{bottom:0}.guest-carousel-simple-card .guest-carousel-scroll-handle-icon{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:10px;padding:2px 4px;border-radius:4px;border:1px solid var(--border-subtle);box-shadow:0 0 0 1px #00000026;background:var(--bg-card-hover);color:var(--text-secondary);font-size:8px;line-height:1;font-family:inherit}.guest-carousel-simple-card .guest-carousel-scroll-handle:hover .guest-carousel-scroll-handle-icon{color:var(--text-primary)}.guest-carousel-simple-card .guest-card-panel--chars{flex:0 0 auto;flex-direction:column;align-items:stretch;border-top-width:1px;padding-top:20px;margin-top:0}.guest-carousel-simple-card .guest-card-panel--chars .guest-card-chars-line{display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center}.guest-carousel-simple-card .guest-card-add{margin-top:4px}.guest-carousel-simple-card .guest-card-panel--photo{flex-shrink:0;min-height:200px;max-height:200px;margin-left:0;margin-right:0;width:100%}.guest-carousel-simple-card .guest-card-panel--photo img{max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;display:block}.guest-carousel-simple-card .guest-card-photo-placeholder{width:48px;height:48px;opacity:.5}.guest-carousel-simple-card .guest-card-panel--photo[role=button]{cursor:pointer}.guest-photo-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#000000e6;cursor:pointer}.guest-photo-fullscreen img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:none}.guest-carousel-in-main{display:flex;flex-direction:column;min-height:calc(100svh - 10rem);flex:1 1 auto;max-width:100%;overflow:hidden;background:var(--bg-page);box-sizing:border-box}.guest-carousel-page{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;max-width:100%;min-height:100svh;height:100vh;height:100svh;height:var(--carousel-inner-height, 100svh);max-height:100vh;max-height:100svh;max-height:var(--carousel-inner-height, 100svh);overflow:hidden;z-index:100;display:flex;flex-direction:column;background:var(--bg-page);box-sizing:border-box}.guest-carousel-header{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--bg-card);border-bottom:1px solid var(--border-subtle)}.guest-carousel-header-btn{padding:.4rem .75rem;border-radius:6px;border:1px solid var(--border-subtle);background:var(--bg-page);color:var(--text-primary);font-size:.9375rem;text-decoration:none;cursor:pointer}.guest-carousel-header-btn:hover{background:var(--bg-card-hover)}.guest-carousel-page .app-footer{margin-top:0}.guest-carousel-body{flex:1;min-height:0;min-width:0;max-width:100%;overflow:hidden;display:flex;flex-direction:column}.guest-carousel-body--loading{align-items:center;justify-content:center}.guest-carousel-loading-text{font-size:1.125rem;color:var(--text-primary)}.guest-carousel-swiper{flex:1;width:100%;max-width:100%;height:100%;min-height:0;overflow:hidden}.guest-carousel-swiper.swiper,.guest-carousel-swiper .swiper,.guest-carousel-swiper .swiper-wrapper{width:100%;max-width:100%;height:100%;overflow:hidden}.guest-carousel-swiper .swiper-wrapper{align-items:stretch}.guest-carousel-slide{height:100%;width:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.guest-carousel-card{height:100%;width:100%;max-width:100%;min-width:0;padding:1rem;padding-bottom:0;box-sizing:border-box;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:0;min-height:0}.guest-carousel-card-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem}.guest-carousel-card-panel--photo{flex-shrink:0;max-height:min(40vh,280px);display:flex;align-items:center;justify-content:center;background:var(--bg-card-hover);border-radius:.5rem;overflow:hidden}.guest-carousel-card-panel--photo img{max-width:100%;max-height:100%;object-fit:contain}.guest-carousel-card-panel--desc,.guest-carousel-card-panel--recipe,.guest-carousel-card-panel--chars{flex-shrink:0}.guest-carousel-card-add{flex-shrink:0;padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid var(--border-subtle);margin:0 -1rem;margin-top:0;padding-left:calc(1rem + env(safe-area-inset-left));padding-right:calc(1rem + env(safe-area-inset-right))}.guest-carousel-add-btn{width:100%;min-width:0;min-height:48px;padding:.6rem 1rem}.guest-carousel-fullphoto{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000e6;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.guest-carousel-fullphoto img{max-width:95vw;max-height:95vh;object-fit:contain;border-radius:.75rem;box-shadow:0 0 32px #000c}.guest-cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-start;justify-content:flex-end;padding:1rem;pointer-events:none;overflow-y:auto}.guest-cart-overlay-panel{pointer-events:auto;background:color-mix(in srgb,var(--bg-page) 96%,var(--accent));border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem;min-width:280px;max-width:360px;max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 8px 32px #00000059}.guest-cart-overlay-panel .guest-cart-checkout-btn{display:none}.guest-cart .guest-cart-checkout-btn:disabled{opacity:.55;cursor:not-allowed}.guest-cart-overlay-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;align-items:center}.guest-cart-overlay-btn{flex:1 1 auto;min-height:44px;padding:.5rem .75rem;font-size:1rem;font-weight:500;border-radius:var(--radius);cursor:pointer;border:1px solid transparent}.guest-cart-overlay-btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.guest-cart-overlay-btn--primary:hover:not(:disabled){background:var(--accent-hover, #0f766e);border-color:var(--accent-hover, #0f766e)}.guest-cart-overlay-btn--primary:disabled{opacity:.6;cursor:not-allowed}.guest-cart-overlay-btn--secondary{background:transparent;border-color:var(--accent);color:var(--accent)}.guest-cart-overlay-btn--secondary:hover{background:var(--accent);color:#fff}.guest-cart-wrap{min-width:0;background:color-mix(in srgb,var(--bg-card) 94%,var(--accent));border:1px solid var(--border-subtle);border-radius:var(--radius);padding:.5rem}.guest-cart{background:color-mix(in srgb,var(--bg-card) 96%,var(--accent));border:1px solid var(--border-subtle);border-radius:var(--radius);padding:1rem}.guest-order-status-badge{display:inline-block;padding:.2em .5em;border-radius:6px;font-weight:600;font-size:.8125rem}.guest-order-status-badge--pending{background:color-mix(in srgb,#eab308 28%,transparent);color:#b45309}.guest-order-status-badge--in_progress{background:color-mix(in srgb,#0ea5e9 22%,transparent);color:#0369a1}.guest-order-status-badge--completed{background:color-mix(in srgb,#22c55e 22%,transparent);color:#15803d}.guest-order-status-badge--editing{background:color-mix(in srgb,var(--text-secondary) 18%,transparent);color:var(--text-secondary)}.guest-order-status-badge--paid{background:color-mix(in srgb,#22c55e 22%,transparent);color:#15803d}.guest-order-status-badge--cancelled{background:color-mix(in srgb,#64748b 22%,transparent);color:#475569}.guest-cart button,.guest-cart input[type=text]{min-height:44px;padding:.5rem .75rem}.guest-filter-panel{margin-top:.5rem;border-radius:8px;border:1px solid var(--border-subtle);background:var(--bg-card-hover);overflow:hidden;font-size:.9375rem}.guest-filter-grid{padding:.5rem 1rem 1rem;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.75rem}.guest-filter-field{display:flex;flex-direction:column;min-width:0}@media(min-width:640px){.guest-filter-grid{flex-direction:row;align-items:flex-end;gap:1rem}.guest-filter-field{flex:1 1 0}}.guest-dual-range-wrap{position:relative;width:100%;height:24px;display:flex;align-items:center}.guest-dual-range-track{position:absolute;left:0;right:0;height:6px;border-radius:3px;background:var(--border-subtle);pointer-events:none}.guest-dual-range-fill{position:absolute;left:0;width:0;height:6px;border-radius:3px;background:var(--accent);pointer-events:none;transition:left .05s ease,width .05s ease}.guest-dual-range-input{position:absolute;left:0;width:100%;height:24px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none}.guest-dual-range-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-page);cursor:pointer;pointer-events:auto;box-shadow:0 1px 3px #0003}.guest-dual-range-input::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--accent);border:2px solid var(--bg-page);cursor:pointer;pointer-events:auto;box-shadow:0 1px 3px #0003}.guest-dual-range-input::-webkit-slider-runnable-track{height:6px;background:transparent}.guest-dual-range-input::-moz-range-track{height:6px;background:transparent}.guest-tag-legend-wrap{margin-top:1rem;min-width:0}.guest-tag-legend-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.guest-tag-legend{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.guest-tag-legend-item{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .4rem;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);font-size:.8125rem;color:var(--text-secondary)}.guest-tag-legend-placeholder{width:31px;height:31px;border-radius:4px;background:var(--border-subtle);flex-shrink:0}.guest-tag-legend-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:8rem}.guest-tag-detail-card{margin-top:.75rem;display:flex;gap:.75rem;padding:.75rem;border-radius:var(--radius);border:1px solid var(--border-subtle);background:var(--bg-card)}.guest-tag-detail-img{width:72px;height:72px;object-fit:cover;border-radius:8px;flex-shrink:0}.guest-tag-detail-body{flex:1 1 0;min-width:0}.guest-tag-detail-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.guest-tag-detail-title{font-size:.95rem;font-weight:600}.guest-tag-detail-close{border:none;background:transparent;color:var(--text-secondary);cursor:pointer;font-size:1rem;line-height:1}.guest-strength-legend-wrap{margin-top:1rem;min-width:0}.guest-strength-legend-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.guest-strength-legend{display:flex;flex-wrap:wrap;gap:.5rem}.guest-strength-legend-item{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .5rem .25rem .25rem;border-radius:999px;border:1px solid var(--border-subtle);background:var(--bg-card);font-size:.8rem;color:var(--text-secondary);cursor:pointer;transition:background .12s ease,border-color .12s ease,transform .08s ease}.guest-strength-legend-item:hover{background:var(--bg-card-hover);border-color:var(--accent);transform:translateY(-1px)}.guest-strength-legend-item--active{border-color:var(--accent);box-shadow:0 0 0 1px #818cf84d}.guest-strength-legend-color{width:28px;height:18px;border-radius:999px;box-shadow:0 0 0 1px #00000026;flex-shrink:0}.guest-strength-legend-label{white-space:nowrap}.guest-tag-detail-desc{margin:0;font-size:.85rem;color:var(--text-secondary)}@media(min-width:640px){.guest-page-layout{flex-direction:row;align-items:flex-start}.guest-catalog{min-width:320px}.guest-cart-wrap{width:320px;flex-shrink:0;position:sticky;top:5rem}.guest-tag-legend-wrap,.guest-strength-legend-wrap{min-width:320px}}.bar-price-table-wrap{position:relative}.bar-price-table-wrap.resizing{cursor:col-resize;-webkit-user-select:none;user-select:none}.bar-price-table .bar-price-th{white-space:nowrap}.bar-price-table .bar-price-th--sticky{background:var(--bg-card)!important;opacity:1}.bar-price-table thead{position:sticky;top:0;z-index:2;background:var(--bg-card)}.bar-price-th-drag{cursor:grab;opacity:.5;margin-right:.25rem;font-size:.75rem;vertical-align:middle;-webkit-user-select:none;user-select:none}.bar-price-th-drag:active{cursor:grabbing}.bar-price-th-resize{position:absolute;top:0;right:0;width:6px;height:100%;cursor:col-resize;background:transparent;touch-action:none}.bar-price-table th[draggable]{touch-action:none}.bar-price-th-resize:hover,.bar-price-table-wrap.resizing .bar-price-th-resize{background:var(--accent);opacity:.4}.bar-price-th--drag-over{outline:2px dashed var(--accent);outline-offset:-2px}.bar-price-row--yellow{box-shadow:inset 0 0 0 2px #eab308}.bar-price-row--red{box-shadow:inset 0 0 0 2px var(--error)}.bar-price-table tbody tr{cursor:pointer}.bar-price-row--selected{background:var(--bg-card-hover);box-shadow:inset 0 0 0 2px var(--accent)}.bar-price-row--dirty:not(.bar-price-row--selected){background:#8b5cf61f}.bar-price-row--selected.bar-price-row--dirty{box-shadow:inset 0 0 0 2px var(--accent-hover)}.bar-price-table .bar-price-btn{min-height:28px;padding:.2rem .5rem;font-size:.8125rem}.bar-price-table .bar-price-input-num::-webkit-outer-spin-button,.bar-price-table .bar-price-input-num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bar-price-table .bar-price-input-num::-webkit-clear-button,.bar-price-table .bar-price-input-num::-webkit-search-cancel-button{display:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bar-price-table .bar-price-input-num:after,.bar-price-table .bar-price-input-num:before{display:none!important;content:none!important}.bar-price-table .bar-price-input-num{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-modal-panel{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius);max-width:400px;width:100%;max-height:90vh;overflow-y:auto}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border-subtle)}.auth-modal-title{margin:0;font-size:1.125rem;font-weight:600}.auth-modal-close{background:none;border:none;color:var(--text-secondary);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem}.auth-modal-close:hover{color:var(--text-primary)}.auth-modal-form{padding:1.25rem}.auth-modal-label{display:block;margin-bottom:.75rem;font-size:.875rem;color:var(--text-secondary)}.auth-modal-label+.auth-modal-label{margin-top:.5rem}.auth-modal-password-wrap{display:flex;align-items:stretch;gap:0;width:100%}.auth-modal-password-wrap input{flex:1;min-width:0;border-top-right-radius:0;border-bottom-right-radius:0}.auth-modal-password-toggle{flex-shrink:0;padding:.5rem .75rem;font-size:.8125rem;color:var(--text-secondary);background:var(--bg-page);border:1px solid var(--border-subtle);border-left:none;border-top-right-radius:8px;border-bottom-right-radius:8px;cursor:pointer;white-space:nowrap}.auth-modal-password-toggle:hover{color:var(--text-primary)}.auth-modal-actions{display:flex;gap:.5rem;margin-top:1rem}.auth-modal-actions .guest-btn{flex:1}.auth-modal-error{margin:.5rem 0 0;font-size:.875rem;color:var(--error)}.auth-modal-hint{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-secondary)}.auth-modal-switch{margin:1rem 0 0;font-size:.875rem;color:var(--text-secondary)}.auth-modal-link{background:none;border:none;color:var(--accent);cursor:pointer;padding:0;font-size:inherit;text-decoration:underline}.auth-modal-link:hover{color:var(--accent-hover)}
