:root{--site-primary: #e85d3f;--site-background: #f8f7f4;--site-text: #181818;--color-white: #ffffff;--color-black: #111111;--color-text: var(--site-text);--color-text-soft: #6f6f6f;--color-text-muted: #999999;--color-border: #e7e7e7;--color-border-soft: #eeeeee;--color-success: #22b573;--color-danger: #e5484d;--color-warning: #f59e0b;--bg-page: var(--site-background);--bg-card: #ffffff;--bg-soft: #f6f6f6;--bg-input: #ffffff;--primary: var(--site-primary);--primary-dark: color-mix( in srgb, var(--site-primary) 82%, #000000 );--primary-light: color-mix( in srgb, var(--site-primary) 12%, #ffffff );--primary-soft: color-mix( in srgb, var(--site-primary) 7%, #ffffff );--shadow-xs: 0 1px 3px rgba(0, 0, 0, .04);--shadow-sm: 0 3px 10px rgba(0, 0, 0, .06);--shadow-md: 0 8px 24px rgba(0, 0, 0, .08);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .12);--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 24px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-9: 40px;--space-10: 48px;--content-width: 720px;--page-padding: 18px;--header-height: 72px;--font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-size-xs: 10px;--font-size-sm: 12px;--font-size-md: 14px;--font-size-lg: 16px;--font-size-xl: 20px;--font-size-2xl: 26px;--font-size-3xl: 32px;--weight-normal: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extrabold: 800;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--z-base: 1;--z-header: 100;--z-dropdown: 200;--z-overlay: 500;--z-modal: 600;--z-toast: 700;--mobile-content-width: 100%}:root[data-theme=dark]{--site-background: #111214;--site-text: #f5f5f5;--color-white: #18191c;--color-black: #ffffff;--color-text: #f5f5f5;--color-text-soft: #b5b5b5;--color-text-muted: #858585;--color-border: #2d2f34;--color-border-soft: #25272b;--bg-page: #111214;--bg-card: #191b1f;--bg-soft: #202227;--bg-input: #202227;--shadow-xs: 0 1px 3px rgba(0, 0, 0, .2);--shadow-sm: 0 3px 10px rgba(0, 0, 0, .25);--shadow-md: 0 8px 24px rgba(0, 0, 0, .3);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .4)}*,*:before,*:after{box-sizing:border-box}html{margin:0;padding:0;width:100%;min-height:100%;scroll-behavior:smooth}body{margin:0;padding:0;width:100%;min-height:100vh;background:var(--bg-page);color:var(--color-text);font-family:var(--font-family);font-size:var(--font-size-md);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;transition:background-color var(--transition-normal),color var(--transition-normal)}#app{width:100%;min-height:100vh}html,body{overflow-x:hidden}img{display:block;max-width:100%;height:auto}button{margin:0;border:0;padding:0;background:transparent;color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}input,textarea,select{margin:0;font:inherit;color:inherit}input:focus,textarea:focus,select:focus{outline:none}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font:inherit}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}table{border-collapse:collapse;border-spacing:0}svg{display:block}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:var(--color-border)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}button,a,input,textarea,select{touch-action:manipulation}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.is-locked,body.customer-order-panel-open{overflow:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:380px){body{font-size:13px}}#app,.food-app,.page{position:relative;width:100%;min-height:100vh}.app-container{width:min(100%,var(--content-width));margin:0 auto}.is-hidden{display:none!important}.no-select{-webkit-user-select:none;user-select:none}.is-disabled{pointer-events:none;opacity:.6}.full-width{width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.app-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-safe-bottom{padding-bottom:env(safe-area-inset-bottom,0px)}@media print{.no-print{display:none!important}}.food-site{position:relative;width:100%;min-height:100vh;background:var(--bg-page);color:var(--color-text);overflow:visible}.home-menu{width:min(100%,var(--content-width));margin:0 auto;padding:0 var(--page-padding) 80px}.home-search{width:min(100%,var(--content-width));margin:0 auto;padding:12px var(--page-padding) 0}.home-search-box{display:flex;align-items:center;gap:8px;width:100%;min-height:42px;padding:0 10px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--color-text);box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast)}.home-search-box:focus-within{border-color:color-mix(in srgb,var(--primary) 55%,var(--color-border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.home-search-box>span{flex:0 0 auto;font-size:13px;line-height:1;color:var(--color-text-muted)}.home-search-box input{width:100%;min-width:0;height:42px;border:0;outline:0;background:transparent;color:var(--color-text);font-size:12px}.home-search-box input::placeholder{color:var(--color-text-muted);opacity:1}.home-search-box button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:transparent;color:var(--color-text-muted);font-size:16px;line-height:1;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.home-search-box button:hover{background:var(--bg-soft);color:var(--color-text)}.home-hero{width:min(100%,var(--content-width));margin:0 auto;padding:30px var(--page-padding) 20px}.home-hero-greeting{display:inline-flex;align-items:center;min-height:22px;margin-bottom:8px;padding:0 9px;border-radius:var(--radius-pill);background:var(--primary-light);color:var(--primary);font-size:8px;font-weight:var(--weight-extrabold);line-height:1;letter-spacing:.08em}.home-hero h1{max-width:600px;margin:0;color:var(--color-text);font-size:clamp(26px,6vw,38px);font-weight:var(--weight-extrabold);line-height:1.08;letter-spacing:-.035em}.home-hero p{margin-top:8px;color:var(--color-text-soft);font-size:12px;line-height:1.5}.home-category{position:sticky;position:-webkit-sticky;top:var(--header-height, 64px);z-index:calc(var(--z-header, 1000) - 1);display:flex;align-items:center;gap:7px;width:100%;padding:10px var(--page-padding);overflow-x:auto;overflow-y:hidden;background:color-mix(in srgb,var(--bg-page) 94%,transparent);border-bottom:1px solid var(--color-border-soft);scrollbar-width:none;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:background-color var(--transition-normal),border-color var(--transition-normal)}.home-category::-webkit-scrollbar{display:none}.category-button{flex:0 0 auto;min-height:32px;padding:0 13px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--bg-card);color:var(--color-text-soft);font-size:10px;font-weight:var(--weight-bold);line-height:1;white-space:nowrap;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.category-button:hover{border-color:var(--primary);color:var(--primary)}.category-button:active{transform:scale(.96)}.category-button.is-active{border-color:var(--primary);background:var(--primary);color:#fff}.menu-category{padding-top:24px}.menu-category-title{display:flex;align-items:center;gap:8px;margin-bottom:12px}.menu-category-title>span{width:4px;height:18px;flex:0 0 4px;border-radius:var(--radius-pill);background:var(--primary)}.menu-category-title h2{margin:0;color:var(--color-text);font-size:16px;font-weight:var(--weight-extrabold);line-height:1.2}.home-empty-state{width:100%;padding:40px 20px;text-align:center;color:var(--color-text-muted);font-size:12px}.home-search-empty{width:100%;padding:50px 20px;text-align:center;color:var(--color-text-muted);font-size:12px}.home-bottom-space{width:100%;height:20px}[data-theme=dark] .home-search-box{background:var(--bg-card);border-color:var(--color-border)}[data-theme=dark] .home-category{background:color-mix(in srgb,var(--bg-page) 94%,transparent);border-color:var(--color-border-soft)}@media(min-width:900px){.home-menu,.home-search{padding-left:24px;padding-right:24px}.home-category{justify-content:center;padding-left:max(24px,calc((100vw - var(--content-width)) / 2));padding-right:max(24px,calc((100vw - var(--content-width)) / 2))}.home-hero{padding-left:24px;padding-right:24px}}@media(min-width:601px)and (max-width:899px){.home-hero{padding-top:28px}.home-category{justify-content:flex-start}}@media(max-width:600px){.home-menu{padding:0 14px 70px}.home-search{padding:10px 14px 0}.home-search-box{min-height:40px;padding:0 9px;border-radius:var(--radius-md)}.home-search-box input{height:40px;font-size:11px}.home-search-box>span{font-size:12px}.home-hero{padding:24px 14px 18px}.home-hero-greeting{min-height:21px;margin-bottom:7px;padding:0 8px;font-size:7px}.home-hero h1{font-size:27px;line-height:1.08}.home-hero p{margin-top:7px;font-size:11px}.home-category{top:var(--header-height, 58px);gap:6px;padding:9px 14px}.category-button{min-height:31px;padding:0 12px;font-size:9px}.menu-category{padding-top:20px}.menu-category-title{gap:7px;margin-bottom:10px}.menu-category-title>span{width:3px;height:16px;flex-basis:3px}.menu-category-title h2{font-size:14px}}@media(max-width:380px){.home-menu,.home-search,.home-hero{padding-left:12px;padding-right:12px}.home-hero h1{font-size:25px}.home-category{padding-left:12px;padding-right:12px}.category-button{min-height:30px;padding:0 11px;font-size:8px}.menu-category-title h2{font-size:13px}}@media(max-width:330px){.home-hero h1{font-size:23px}.home-hero p{font-size:10px}.category-button{padding:0 10px}}@media(prefers-reduced-motion:reduce){.home-search-box,.home-category,.category-button{transition:none}}.search-empty-state{width:100%;min-height:280px;margin:20px 0 30px;padding:36px 20px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1px solid color-mix(in srgb,var(--site-border, #e5e7eb) 75%,transparent);border-radius:20px;background:color-mix(in srgb,var(--site-surface, #ffffff) 88%,transparent);box-shadow:0 10px 30px #00000009}.search-empty-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:18px}.search-empty-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--site-primary, #2587ff) 18%,transparent);border-radius:22px;background:color-mix(in srgb,var(--site-primary, #2587ff) 9%,var(--site-surface, #ffffff));color:var(--site-primary, #2587ff);box-shadow:0 10px 30px color-mix(in srgb,var(--site-primary, #2587ff) 10%,transparent)}.search-empty-icon span{display:block;font-size:43px;font-weight:700;line-height:1;transform:rotate(-20deg)}.search-empty-dots{display:flex;align-items:center;gap:5px;margin-top:10px}.search-empty-dots i{width:4px;height:4px;border-radius:50%;background:var(--site-primary, #2587ff);opacity:.35}.search-empty-dots i:nth-child(2){opacity:.65}.search-empty-dots i:nth-child(3){opacity:1}.search-empty-state strong{display:block;margin:0;color:var(--site-text, #172033);font-size:17px;font-weight:900;line-height:1.3}.search-empty-state p{max-width:330px;margin:8px 0 18px;color:var(--site-muted, #7b8494);font-size:12px;line-height:1.6}.search-empty-state p b{color:var(--site-text, #172033);font-weight:800}.search-empty-clear{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid color-mix(in srgb,var(--site-primary, #2587ff) 20%,transparent);border-radius:11px;background:color-mix(in srgb,var(--site-primary, #2587ff) 8%,var(--site-surface, #ffffff));color:var(--site-primary, #2587ff);font-size:11px;font-weight:800;cursor:pointer;transition:transform .2s ease,background .2s ease}.search-empty-clear:hover{background:color-mix(in srgb,var(--site-primary, #2587ff) 13%,var(--site-surface, #ffffff))}.search-empty-clear:active{transform:scale(.96)}html[data-theme=dark] .search-empty-state{border-color:#30343a;background:#181b1f;box-shadow:0 15px 40px #0000002e}html[data-theme=dark] .search-empty-icon{border-color:#ffffff14;background:#ffffff0b}html[data-theme=dark] .search-empty-state strong{color:#fff}html[data-theme=dark] .search-empty-state p{color:#9ca3af}html[data-theme=dark] .search-empty-state p b{color:#fff}html[data-theme=dark] .search-empty-clear{border-color:#ffffff1a;background:#ffffff0d}@media(max-width:600px){.search-empty-state{min-height:250px;margin:16px 0 24px;padding:30px 16px;border-radius:18px}.search-empty-icon{width:64px;height:64px;border-radius:19px}.search-empty-icon span{font-size:38px}.search-empty-state strong{font-size:16px}.search-empty-state p{max-width:280px;font-size:11px}}.site-header{position:sticky;position:-webkit-sticky;top:0;z-index:9999;width:100%;min-height:var(--header-height, 64px);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px var(--page-padding, 16px);box-sizing:border-box;background:var( --site-header-background, var(--bg-page) );color:var( --site-header-text, var(--color-text) );border-bottom:1px solid var( --color-border, rgba(0, 0, 0, .08) );box-shadow:0 4px 18px #0000000d;overflow:visible;isolation:isolate;transition:background-color var(--transition-normal, .2s ease),color var(--transition-normal, .2s ease),border-color var(--transition-normal, .2s ease),box-shadow var(--transition-normal, .2s ease)}.site-brand{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:10px}.site-logo{width:38px;height:38px;min-width:38px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:color-mix(in srgb,var( --site-header-text, var(--color-text) ) 8%,transparent);color:var( --site-header-text, var(--color-text) );font-size:18px;line-height:1}.site-logo img{width:100%;height:100%;display:block;object-fit:cover}.site-brand-info{min-width:0;display:flex;flex-direction:column;justify-content:center}.site-brand-info strong{display:block;max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var( --site-header-text, var(--color-text) );font-size:14px;line-height:1.2;font-weight:800}.store-status{display:inline-flex;align-items:center;gap:5px;margin-top:3px;font-size:9px;line-height:1;font-weight:700}.store-status i{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:currentColor}.store-status.is-online{color:#20a464}.store-status.is-offline{color:#e5484d}.header-actions{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:7px}.header-action-button{width:38px;height:38px;min-width:38px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid color-mix(in srgb,var( --site-header-text, var(--color-text) ) 10%,transparent);border-radius:50%;background:var( --site-header-button-background, var(--bg-card, var(--bg-page)) );color:var( --site-header-button-text, var(--color-text) );font-size:15px;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform var(--transition-fast, .15s ease),background-color var(--transition-fast, .15s ease),border-color var(--transition-fast, .15s ease),box-shadow var(--transition-fast, .15s ease),color var(--transition-fast, .15s ease)}.header-action-button:hover{border-color:color-mix(in srgb,var( --site-header-button-text, var(--color-text) ) 20%,transparent);box-shadow:0 5px 14px #00000014}.header-action-button:active{transform:scale(.93)}.header-action-button:focus-visible{outline:2px solid var( --primary, #000000 );outline-offset:2px}[data-theme=dark] .site-header{background:var( --site-header-background, var(--bg-page) );color:var( --site-header-text, var(--color-text) );border-color:var( --color-border, rgba(255, 255, 255, .08) );box-shadow:0 4px 20px #00000040}[data-theme=dark] .header-action-button{background:var( --site-header-button-background, var(--bg-card, var(--bg-page)) );color:var( --site-header-button-text, var(--color-text) )}@media(max-width:600px){.site-header{min-height:58px;padding:8px 12px;gap:8px}.site-brand{gap:8px}.site-logo{width:34px;height:34px;min-width:34px;border-radius:9px;font-size:16px}.site-brand-info strong{max-width:150px;font-size:12px}.store-status{margin-top:2px;font-size:8px}.store-status i{width:5px;height:5px;flex-basis:5px}.header-actions{gap:5px}.header-action-button{width:34px;height:34px;min-width:34px;font-size:14px}}@media(max-width:380px){.site-header{padding:7px 10px}.site-brand-info strong{max-width:110px;font-size:11px}.header-action-button{width:31px;height:31px;min-width:31px;font-size:13px}.header-actions{gap:4px}}@media(max-width:330px){.site-brand-info strong{max-width:90px}.header-action-button{width:29px;height:29px;min-width:29px;font-size:12px}}@media(prefers-reduced-motion:reduce){.site-header,.header-action-button{transition:none}}html[data-theme=dark] .site-header{background:color-mix(in srgb,#111315 94%,transparent);color:#fff;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 24px #00000040}html[data-theme=dark] .site-brand strong{color:#fff}html[data-theme=dark] .site-brand span{color:#9ca3af}html[data-theme=dark] .header-icon-button,html[data-theme=dark] .theme-toggle{background:#ffffff12;border-color:#ffffff14;color:#fff}html[data-theme=dark] .header-icon-button:hover,html[data-theme=dark] .theme-toggle:hover{background:#ffffff1f}html[data-theme=dark] .site-logo{border-color:#ffffff14}html[data-theme=dark] .site-nav a{color:#d1d5db}html[data-theme=dark] .site-nav a:hover{background:#ffffff12;color:#fff}.menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.menu-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow-xs);transition:transform var(--transition-normal),box-shadow var(--transition-normal),border-color var(--transition-normal)}.menu-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--primary) 22%,var(--color-border))}.menu-card.is-disabled{opacity:.62}.menu-card-image{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / .78;overflow:hidden;background:var(--bg-soft)}.menu-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s ease}.menu-card:hover .menu-card-image img{transform:scale(1.04)}.menu-card-image>span{font-size:34px;opacity:.55}.menu-card-content{display:flex;flex-direction:column;min-width:0;padding:12px}.menu-card-category{display:block;overflow:hidden;color:var(--primary);font-size:8px;font-weight:var(--weight-extrabold);letter-spacing:.04em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.menu-card h3{margin-top:4px;overflow:hidden;color:var(--color-text);font-size:13px;font-weight:var(--weight-bold);line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.menu-card p{display:-webkit-box;margin-top:5px;overflow:hidden;color:var(--color-text-soft);font-size:9px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.menu-card-price{margin-top:8px;color:var(--color-text);font-size:13px;font-weight:var(--weight-extrabold)}.menu-card-action{display:flex;align-items:center;justify-content:flex-end;min-height:42px;padding:0 12px 12px}.menu-add-button{display:inline-flex;align-items:center;justify-content:center;min-width:66px;min-height:32px;padding:0 13px;border-radius:var(--radius-pill);background:var(--primary);color:#fff;font-size:10px;font-weight:var(--weight-extrabold);box-shadow:0 6px 14px color-mix(in srgb,var(--primary) 18%,transparent);transition:transform var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.menu-add-button:hover{background:var(--primary-dark);box-shadow:0 7px 16px color-mix(in srgb,var(--primary) 24%,transparent)}.menu-add-button:active{transform:scale(.94)}.menu-add-button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.menu-card-unavailable{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:var(--radius-pill);background:var(--bg-soft);color:var(--color-text-muted);font-size:9px;font-weight:var(--weight-bold)}.menu-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;width:100%;padding:30px;text-align:center}.menu-empty-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:12px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:25px}.menu-empty strong{color:var(--color-text);font-size:14px;font-weight:var(--weight-extrabold)}.menu-empty span{max-width:260px;margin-top:5px;color:var(--color-text-muted);font-size:10px}[data-theme=dark] .menu-card{background:var(--bg-card);border-color:var(--color-border)}[data-theme=dark] .menu-card-image{background:var(--bg-soft)}@media(min-width:600px){.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(min-width:900px){.menu-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media(max-width:480px){.menu-grid{gap:9px}.menu-card{border-radius:15px}.menu-card-content{padding:10px}.menu-card-action{min-height:38px;padding:0 10px 10px}.menu-add-button{min-width:58px;min-height:30px;padding:0 11px;font-size:9px}.menu-card h3,.menu-card-price{font-size:12px}.menu-card-category{font-size:7px}.menu-card p{font-size:8px}}@media(prefers-reduced-motion:reduce){.menu-card,.menu-card-image img,.menu-add-button{transition:none}}.menu-preview-overlay{position:fixed!important;inset:0!important;z-index:999999!important;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;padding:16px;box-sizing:border-box;background:#000000b8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.menu-preview-overlay.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.menu-preview-card{position:relative;z-index:2;width:min(430px,100%);max-height:calc(100vh - 32px);overflow:hidden;box-sizing:border-box;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#fff;box-shadow:0 30px 90px #00000061;transform:translateY(20px) scale(.96);transition:transform .28s ease}.menu-preview-overlay.is-open .menu-preview-card{transform:translateY(0) scale(1)}.menu-preview-close{position:absolute;top:12px;right:12px;z-index:20;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#fffffff0;color:#111;font-size:28px;font-weight:400;line-height:1;cursor:pointer;box-shadow:0 6px 20px #00000026}.menu-preview-close:active{transform:scale(.92)}.menu-preview-image-wrap{position:relative;width:100%;aspect-ratio:1 / .82;overflow:hidden;background:#f1f2f4}.menu-preview-image{display:block;width:100%;height:100%;object-fit:cover}.menu-preview-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f1f2f4;font-size:64px}.menu-preview-content{display:flex;flex-direction:column;padding:20px;box-sizing:border-box}.menu-preview-category{display:inline-flex;align-self:flex-start;align-items:center;min-height:24px;padding:4px 10px;border-radius:999px;background:#f0f2f5;color:#666b72;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}#menu-preview-name{margin:10px 0 7px;color:#15171a;font-size:24px;font-weight:900;line-height:1.2}#menu-preview-description{margin:0;color:#6b7077;font-size:14px;line-height:1.6}.menu-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:20px}#menu-preview-price{color:#15171a;font-size:20px;font-weight:900;white-space:nowrap}.menu-preview-add{display:inline-flex;align-items:center;justify-content:center;min-width:110px;min-height:44px;padding:0 18px;border:0;border-radius:13px;background:#111;color:#fff;font-size:14px;font-weight:800;cursor:pointer}.menu-preview-add:active{transform:scale(.96)}.menu-preview-add:disabled{opacity:.45;cursor:not-allowed}.menu-photo-preview{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden;background:#050505;opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.02);transition:opacity .25s ease,visibility .25s ease,transform .25s ease}.menu-preview-overlay.photo-mode .menu-photo-preview{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:scale(1)}.menu-photo-image-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#050505}#menu-photo-image{display:block;width:100%;height:100%;object-fit:contain}.menu-photo-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#121212;color:#fff;font-size:70px}.menu-photo-close{position:absolute;top:18px;right:18px;z-index:100;display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:#0000008c;color:#fff;font-size:28px;line-height:1;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.menu-photo-close:active{transform:scale(.92)}.menu-photo-name{position:absolute;left:18px;right:18px;bottom:18px;z-index:90;padding:32px 18px 16px;color:#fff;text-align:center;font-size:18px;font-weight:900;background:linear-gradient(to top,#000000d9,#0000);text-shadow:0 2px 10px rgba(0,0,0,.8)}body.menu-preview-open{overflow:hidden!important}@media(max-width:600px){.menu-preview-overlay{padding:12px}.menu-preview-card{width:100%;max-width:430px;border-radius:21px}.menu-preview-image-wrap{aspect-ratio:1 / .82}.menu-preview-content{padding:17px}#menu-preview-name{font-size:21px}#menu-preview-description{font-size:13px}#menu-preview-price{font-size:18px}.menu-preview-add{min-width:100px;min-height:42px}.menu-photo-close{top:14px;right:14px}.menu-photo-name{bottom:12px;font-size:16px}}html[data-theme=dark] .menu-preview-card{background:#181a1d;border-color:#ffffff14}html[data-theme=dark] .menu-preview-close{background:#ffffff1a;border-color:#ffffff1a;color:#fff}html[data-theme=dark] .menu-preview-category{background:#25282d;color:#b9bdc4}html[data-theme=dark] #menu-preview-name{color:#fff}html[data-theme=dark] #menu-preview-description{color:#adb1b8}html[data-theme=dark] #menu-preview-price{color:#fff}html[data-theme=dark] .menu-preview-image-wrap,html[data-theme=dark] .menu-preview-placeholder{background:#22252a}.cart-root{position:relative}.cart-bar{position:fixed;left:50%;bottom:16px;z-index:calc(var(--z-modal) - 1);display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 28px),var(--content-width));min-height:58px;transform:translate(-50%);padding:8px 9px 8px 10px;border:1px solid var(--color-border);border-radius:18px;background:var(--bg-card);box-shadow:var(--shadow-lg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.cart-bar.is-visible{animation:cart-bar-in .25s ease}.cart-bar-info{display:flex;align-items:center;min-width:0;gap:9px}.cart-bar-count{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--primary-light);color:var(--primary);font-size:12px;font-weight:var(--weight-extrabold)}.cart-bar-summary{display:flex;flex-direction:column;min-width:0}.cart-bar-summary strong{overflow:hidden;color:var(--color-text);font-size:12px;font-weight:var(--weight-extrabold);text-overflow:ellipsis;white-space:nowrap}.cart-bar-summary span{color:var(--color-text-muted);font-size:8px}.cart-bar-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 14px;border-radius:12px;background:var(--primary);color:#fff;font-size:10px;font-weight:var(--weight-extrabold);transition:transform var(--transition-fast),background var(--transition-fast)}.cart-bar-button:hover{background:var(--primary-dark)}.cart-bar-button:active{transform:scale(.95)}.cart-modal-overlay{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center;padding:14px;background:#0000006b;animation:cart-overlay-in .2s ease}.cart-modal{display:flex;flex-direction:column;width:min(100%,520px);max-height:min(82vh,720px);overflow:hidden;border:1px solid var(--color-border);border-radius:24px;background:var(--bg-card);color:var(--color-text);box-shadow:var(--shadow-lg)}.cart-modal-overlay.is-opening .cart-modal{animation:cart-modal-up .25s ease}.cart-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px;border-bottom:1px solid var(--color-border-soft)}.cart-modal-label{display:block;color:var(--primary);font-size:8px;font-weight:var(--weight-extrabold);letter-spacing:.08em}.cart-modal-header h2{margin-top:3px;color:var(--color-text);font-size:19px;font-weight:var(--weight-extrabold);line-height:1.2}.cart-modal-count{display:block;margin-top:2px;color:var(--color-text-muted);font-size:9px}.cart-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border:1px solid var(--color-border);border-radius:10px;background:var(--bg-soft);color:var(--color-text-soft);font-size:20px;line-height:1;transition:background var(--transition-fast),transform var(--transition-fast),color var(--transition-fast)}.cart-close-button:hover{background:var(--primary-light);color:var(--primary)}.cart-close-button:active{transform:scale(.92)}.cart-modal-items{flex:1 1 auto;min-height:0;overflow-y:auto;padding:8px 18px}.cart-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--color-border-soft)}.cart-item:last-child{border-bottom:0}.cart-item-image{display:flex;align-items:center;justify-content:center;width:52px;height:52px;overflow:hidden;border-radius:13px;background:var(--bg-soft)}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image span{font-size:21px}.cart-item-info{display:flex;flex-direction:column;min-width:0}.cart-item-info>strong{overflow:hidden;color:var(--color-text);font-size:11px;font-weight:var(--weight-bold);text-overflow:ellipsis;white-space:nowrap}.cart-item-info>span{margin-top:2px;color:var(--color-text-muted);font-size:9px}.cart-item-controls{display:inline-flex;align-items:center;align-self:flex-start;gap:5px;margin-top:7px}.cart-quantity-button{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid var(--color-border);border-radius:8px;background:var(--bg-soft);color:var(--color-text);font-size:14px;font-weight:var(--weight-bold)}.cart-quantity-button:hover{border-color:var(--primary);color:var(--primary)}.cart-item-quantity{min-width:20px;text-align:center;color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold)}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:5px}.cart-item-right>strong{color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold);white-space:nowrap}.cart-remove-button{color:var(--color-danger);font-size:8px;font-weight:var(--weight-bold)}.cart-remove-button:hover{text-decoration:underline}.cart-modal-summary{padding:14px 18px;border-top:1px solid var(--color-border-soft)}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:15px;color:var(--color-text-soft);font-size:10px}.cart-summary-row strong{color:var(--color-text);font-size:10px;font-weight:var(--weight-bold)}.cart-summary-total{margin-top:8px;color:var(--color-text);font-size:13px;font-weight:var(--weight-extrabold)}.cart-summary-total strong{color:var(--primary);font-size:15px}.cart-modal-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;padding:0 18px 18px}.cart-continue-button,.cart-checkout-button{min-height:42px;border-radius:12px;font-size:10px;font-weight:var(--weight-extrabold)}.cart-continue-button{border:1px solid var(--color-border);background:var(--bg-soft);color:var(--color-text-soft)}.cart-continue-button:hover{border-color:var(--primary);color:var(--primary)}.cart-checkout-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--primary);color:#fff}.cart-checkout-button:hover{background:var(--primary-dark)}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;padding:25px;text-align:center}.cart-empty-icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;margin-bottom:12px;border-radius:50%;background:var(--primary-light);font-size:24px}.cart-empty strong{color:var(--color-text);font-size:13px;font-weight:var(--weight-extrabold)}.cart-empty span{max-width:250px;margin-top:5px;color:var(--color-text-muted);font-size:9px}@keyframes cart-bar-in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes cart-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes cart-modal-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.cart-bar{bottom:10px;width:calc(100% - 20px);min-height:54px;border-radius:16px}.cart-bar-count{width:31px;height:31px;flex-basis:31px}.cart-bar-button{min-height:34px;padding:0 11px;font-size:9px}.cart-modal-overlay{padding:8px}.cart-modal{max-height:88vh;border-radius:21px}.cart-modal-header{padding:15px}.cart-modal-items{padding:5px 15px}.cart-modal-summary{padding:12px 15px}.cart-modal-actions{padding:0 15px 15px}.cart-item{grid-template-columns:46px minmax(0,1fr) auto;gap:8px}.cart-item-image{width:46px;height:46px;border-radius:11px}.cart-item-info>strong{font-size:10px}.cart-item-right>strong{font-size:9px}}@media(prefers-reduced-motion:reduce){.cart-bar,.cart-modal-overlay,.cart-modal{animation:none!important}}.checkout-overlay{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center;padding:14px;background:#0000006b;animation:checkout-overlay-in .2s ease}.checkout-modal{display:flex;flex-direction:column;width:min(100%,520px);max-height:min(82vh,720px);overflow:hidden;border:1px solid var(--color-border);border-radius:24px;background:var(--bg-card);color:var(--color-text);box-shadow:var(--shadow-lg)}.checkout-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px;border-bottom:1px solid var(--color-border-soft)}.checkout-header>div{min-width:0}.checkout-label{display:block;color:var(--primary);font-size:8px;font-weight:var(--weight-extrabold);letter-spacing:.08em}.checkout-header h2{margin-top:3px;color:var(--color-text);font-size:19px;font-weight:var(--weight-extrabold);line-height:1.2}.checkout-header p{margin-top:3px;color:var(--color-text-muted);font-size:9px}.checkout-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border:1px solid var(--color-border);border-radius:10px;background:var(--bg-soft);color:var(--color-text-soft);font-size:20px;line-height:1;transition:background var(--transition-fast),transform var(--transition-fast),color var(--transition-fast)}.checkout-close-button:hover{background:var(--primary-light);color:var(--primary)}.checkout-close-button:active{transform:scale(.92)}.checkout-form{display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px 18px 18px}.checkout-field{display:flex;flex-direction:column;width:100%;gap:5px;margin:0;padding:0}.checkout-field label{display:block;width:100%;margin:0;padding:0;color:var(--color-text);font-size:9px;font-weight:var(--weight-bold);line-height:1.3}.checkout-field label span{color:var(--color-text-muted);font-weight:var(--weight-normal)}.checkout-field input{display:block;width:100%;height:40px;min-height:40px;margin:0;padding:0 11px;border:1px solid var(--color-border);border-radius:10px;outline:none;background:var(--bg-soft);color:var(--color-text);font-family:inherit;font-size:9px;box-sizing:border-box;transition:border-color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.checkout-field textarea{display:block;width:100%;min-height:70px;margin:0;padding:9px 11px;border:1px solid var(--color-border);border-radius:10px;outline:none;resize:none;background:var(--bg-soft);color:var(--color-text);font-family:inherit;font-size:9px;line-height:1.45;box-sizing:border-box;transition:border-color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.checkout-field input::placeholder,.checkout-field textarea::placeholder{color:var(--color-text-muted);opacity:.8}.checkout-field input:focus,.checkout-field textarea:focus{border-color:var(--primary);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.checkout-field small{display:block;margin:0;color:var(--color-danger);font-size:8px;font-weight:var(--weight-bold)}.checkout-summary{width:100%;margin:2px 0 0;padding:12px;border:1px solid var(--color-border);border-radius:14px;background:var(--bg-card);box-sizing:border-box}.checkout-summary-header{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0 0 9px;padding:0}.checkout-summary-header strong{color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold)}.checkout-summary-header span{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:19px;padding:0 7px;border-radius:var(--radius-pill);background:var(--primary-light);color:var(--primary);font-size:7px;font-weight:var(--weight-extrabold)}.checkout-items{display:flex;flex-direction:column;width:100%;margin:0;padding:0}.checkout-item{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:0;padding:8px 0;border-bottom:1px solid var(--color-border-soft);box-sizing:border-box}.checkout-item:last-child{border-bottom:0}.checkout-item-info{display:flex;flex-direction:column;min-width:0;flex:1}.checkout-item-info strong{overflow:hidden;color:var(--color-text);font-size:9px;font-weight:var(--weight-bold);text-overflow:ellipsis;white-space:nowrap}.checkout-item-info span{margin-top:2px;color:var(--color-text-muted);font-size:7px}.checkout-item-total{flex:0 0 auto;color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold);white-space:nowrap}.checkout-total{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin:7px 0 0;padding:11px 0 0;border-top:1px solid var(--color-border)}.checkout-total span{color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold)}.checkout-total strong{color:var(--primary);font-size:14px;font-weight:var(--weight-extrabold)}.checkout-submit-button{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;margin:0;padding:0 14px;border-radius:12px;background:var(--primary);color:#fff;font-size:10px;font-weight:var(--weight-extrabold);cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast),opacity var(--transition-fast)}.checkout-submit-button:hover{background:var(--primary-dark)}.checkout-submit-button:active{transform:scale(.97)}.checkout-submit-button:disabled{opacity:.55;cursor:not-allowed}.checkout-status{width:100%;margin:0;padding:8px 10px;border:1px solid var(--color-border);border-radius:10px;background:var(--bg-soft);color:var(--color-text);font-size:8px;box-sizing:border-box}@keyframes checkout-overlay-in{0%{opacity:0}to{opacity:1}}@media(max-width:480px){.checkout-overlay{padding:8px}.checkout-modal{width:100%;max-height:88vh;border-radius:21px}.checkout-header{padding:15px}.checkout-form{padding:14px 15px 15px}.checkout-field{gap:5px}.checkout-field input{height:40px;min-height:40px}.checkout-field textarea{min-height:68px}.checkout-summary{padding:11px}.checkout-submit-button{min-height:40px}}@media(max-width:380px){.checkout-overlay{padding:6px}.checkout-modal{max-height:90vh;border-radius:19px}.checkout-header{padding:14px}.checkout-form{padding:13px 14px 14px;gap:10px}.checkout-field input{height:39px;min-height:39px}.checkout-field textarea{min-height:62px}.checkout-summary{padding:10px}.checkout-submit-button{min-height:39px;border-radius:11px}}@media(prefers-reduced-motion:reduce){.checkout-overlay,.checkout-submit-button,.checkout-close-button{animation:none!important;transition:none!important}}.customer-order-root{position:relative}.customer-order-overlay{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:flex-end;justify-content:center;padding:14px;background:#0000006b;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:customer-order-overlay-in .2s ease}.customer-order-modal{display:flex;flex-direction:column;width:min(100%,520px);max-height:min(86vh,720px);overflow:hidden;border:1px solid var(--color-border);border-radius:24px;background:var(--bg-card);color:var(--color-text);box-shadow:var(--shadow-lg);animation:customer-order-modal-up .25s ease}.customer-order-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:18px;border-bottom:1px solid var(--color-border-soft);background:var(--bg-card)}.customer-order-label{display:block;margin:0;color:var(--primary);font-size:8px;font-weight:var(--weight-extrabold);letter-spacing:.08em}.customer-order-header h2{margin:4px 0 0;color:var(--color-text);font-size:19px;font-weight:var(--weight-extrabold);line-height:1.2}.customer-order-header p{margin:5px 0 0;color:var(--color-text-muted);font-size:9px;line-height:1.5}.customer-order-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex:0 0 32px;border:1px solid var(--color-border);border-radius:10px;background:var(--bg-soft);color:var(--color-text-soft);font-size:20px;line-height:1;cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast),transform var(--transition-fast)}.customer-order-close:hover{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.customer-order-close:active{transform:scale(.94)}.customer-order-search{padding:18px}.customer-order-search label{display:block;margin-bottom:6px;color:var(--color-text);font-size:10px;font-weight:var(--weight-bold)}.customer-order-search input{width:100%;height:43px;padding:0 12px;border:1px solid var(--color-border);border-radius:11px;outline:none;background:var(--bg-soft);color:var(--color-text);font-family:inherit;font-size:10px;transition:border-color var(--transition-fast),background var(--transition-fast),box-shadow var(--transition-fast)}.customer-order-search input::placeholder{color:var(--color-text-muted)}.customer-order-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.customer-order-search-error{min-height:14px;margin-top:5px;color:var(--color-danger);font-size:8px}.customer-order-track-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:43px;margin-top:4px;border-radius:12px;background:var(--primary);color:#fff;font-family:inherit;font-size:10px;font-weight:var(--weight-extrabold);cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.customer-order-track-button:hover{background:var(--primary-dark);box-shadow:0 7px 18px #ec3f9133}.customer-order-track-button:active{transform:scale(.98)}.customer-order-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:16px 18px 8px}.customer-order-info>div{display:flex;flex-direction:column;min-width:0;padding:11px;border:1px solid var(--color-border);border-radius:12px;background:var(--bg-soft);transition:background var(--transition-fast),border-color var(--transition-fast)}.customer-order-info span{color:var(--color-text-muted);font-size:7px;font-weight:var(--weight-bold);letter-spacing:.04em}.customer-order-info strong{margin-top:4px;overflow:hidden;color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold);text-overflow:ellipsis;white-space:nowrap}.customer-order-status{display:flex;align-items:center;gap:10px;margin:8px 18px;padding:12px;border:1px solid var(--color-border);border-radius:14px;background:var(--bg-soft);transition:background var(--transition-fast),border-color var(--transition-fast)}.customer-order-status-dot{width:10px;height:10px;flex:0 0 10px;border-radius:50%;background:var(--color-text-muted)}.customer-order-status>div{display:flex;flex-direction:column;min-width:0}.customer-order-status strong{color:var(--color-text);font-size:10px;font-weight:var(--weight-extrabold)}.customer-order-status span:not(.customer-order-status-dot){margin-top:2px;color:var(--color-text-muted);font-size:8px;line-height:1.4}.customer-order-status.is-new{border-color:color-mix(in srgb,var(--primary) 30%,var(--color-border));background:color-mix(in srgb,var(--primary) 8%,var(--bg-soft))}.customer-order-status.is-new .customer-order-status-dot{background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}.customer-order-status.is-processing{border-color:color-mix(in srgb,var(--primary) 35%,var(--color-border));background:color-mix(in srgb,var(--primary) 9%,var(--bg-soft))}.customer-order-status.is-processing .customer-order-status-dot{background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent);animation:customer-order-status-pulse 1.4s ease-in-out infinite}.customer-order-status.is-complete{border-color:color-mix(in srgb,var(--primary) 30%,var(--color-border));background:color-mix(in srgb,var(--primary) 7%,var(--bg-soft))}.customer-order-status.is-complete .customer-order-status-dot{background:var(--primary)}.customer-order-status.is-cancelled{border-color:#dc262638;background:#dc26260f}.customer-order-status.is-cancelled .customer-order-status-dot{background:var(--color-danger)}.customer-order-progress{padding:8px 18px 10px}.customer-order-step{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:10px;min-height:52px}.customer-order-step-icon{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid var(--color-border);border-radius:50%;background:var(--bg-card);color:var(--color-text-muted);font-size:9px;font-weight:var(--weight-extrabold);transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.customer-order-step.is-active .customer-order-step-icon{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 4px 12px #ec3f9133}.customer-order-step-line{position:absolute;top:24px;left:11px;width:2px;height:calc(100% - 4px);background:var(--color-border);transition:background var(--transition-fast)}.customer-order-step:last-child .customer-order-step-line{display:none}.customer-order-step.is-active .customer-order-step-line{background:var(--primary)}.customer-order-step-content{display:flex;flex-direction:column;min-width:0;padding-bottom:14px}.customer-order-step-content strong{color:var(--color-text-soft);font-size:9px;font-weight:var(--weight-bold);line-height:1.3}.customer-order-step-content span{margin-top:2px;color:var(--color-text-muted);font-size:8px;line-height:1.4}.customer-order-step.is-active .customer-order-step-content strong{color:var(--color-text)}.customer-order-step.is-current .customer-order-step-content strong{color:var(--primary)}.customer-order-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:8px;padding:4px 18px 18px}.customer-order-secondary,.customer-order-primary{min-height:42px;border-radius:12px;font-family:inherit;font-size:9px;font-weight:var(--weight-extrabold);cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast)}.customer-order-secondary:active,.customer-order-primary:active{transform:scale(.98)}.customer-order-secondary{border:1px solid var(--color-border);background:var(--bg-soft);color:var(--color-text-soft)}.customer-order-secondary:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.customer-order-primary{background:var(--primary);color:#fff;box-shadow:0 5px 15px #ec3f9129}.customer-order-primary:hover{background:var(--primary-dark);box-shadow:0 7px 18px #ec3f9138}.customer-order-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px;padding:25px;text-align:center}.customer-order-spinner{width:30px;height:30px;margin-bottom:12px;border:3px solid var(--color-border);border-top-color:var(--primary);border-radius:50%;animation:customer-order-spin .8s linear infinite}.customer-order-loading strong{color:var(--color-text);font-size:11px;font-weight:var(--weight-extrabold)}.customer-order-loading span{margin-top:4px;color:var(--color-text-muted);font-size:8px}.customer-order-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:25px;text-align:center}.customer-order-error-icon{display:flex;align-items:center;justify-content:center;width:45px;height:45px;margin-bottom:12px;border-radius:50%;background:#dc262614;color:var(--color-danger);font-size:20px;font-weight:var(--weight-extrabold)}.customer-order-error strong{color:var(--color-text);font-size:11px;font-weight:var(--weight-extrabold)}.customer-order-error span{max-width:300px;margin-top:5px;color:var(--color-text-muted);font-size:8px;line-height:1.5}.customer-order-error small{margin-top:8px;color:var(--color-text-soft);font-size:8px}body.is-order-tracking-open{overflow:hidden}html.dark .customer-order-overlay,body.dark .customer-order-overlay,html[data-theme=dark] .customer-order-overlay,body[data-theme=dark] .customer-order-overlay{background:#000000a3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}html.dark .customer-order-modal,body.dark .customer-order-modal,html[data-theme=dark] .customer-order-modal,body[data-theme=dark] .customer-order-modal{background:#17191d;color:#f3f4f6;border-color:#292d34;box-shadow:0 22px 60px #0000007a}html.dark .customer-order-header,body.dark .customer-order-header,html[data-theme=dark] .customer-order-header,body[data-theme=dark] .customer-order-header{background:#17191d;border-color:#292d34}html.dark .customer-order-header h2,body.dark .customer-order-header h2,html[data-theme=dark] .customer-order-header h2,body[data-theme=dark] .customer-order-header h2{color:#f5f5f6}html.dark .customer-order-header p,body.dark .customer-order-header p,html[data-theme=dark] .customer-order-header p,body[data-theme=dark] .customer-order-header p{color:#858b95}html.dark .customer-order-close,body.dark .customer-order-close,html[data-theme=dark] .customer-order-close,body[data-theme=dark] .customer-order-close{background:#1f2227;border-color:#30343b;color:#9298a2}html.dark .customer-order-close:hover,body.dark .customer-order-close:hover,html[data-theme=dark] .customer-order-close:hover,body[data-theme=dark] .customer-order-close:hover{background:#25292f;border-color:var(--primary);color:var(--primary)}html.dark .customer-order-search input,body.dark .customer-order-search input,html[data-theme=dark] .customer-order-search input,body[data-theme=dark] .customer-order-search input{background:#1d2025;border-color:#30343b;color:#f1f2f4}html.dark .customer-order-search input::placeholder,body.dark .customer-order-search input::placeholder,html[data-theme=dark] .customer-order-search input::placeholder,body[data-theme=dark] .customer-order-search input::placeholder{color:#707681}html.dark .customer-order-search input:focus,body.dark .customer-order-search input:focus,html[data-theme=dark] .customer-order-search input:focus,body[data-theme=dark] .customer-order-search input:focus{background:#202329;border-color:var(--primary);box-shadow:0 0 0 3px #ec3f911f}html.dark .customer-order-search label,body.dark .customer-order-search label,html[data-theme=dark] .customer-order-search label,body[data-theme=dark] .customer-order-search label{color:#dfe1e5}html.dark .customer-order-info>div,body.dark .customer-order-info>div,html[data-theme=dark] .customer-order-info>div,body[data-theme=dark] .customer-order-info>div{background:#1d2025;border-color:#2c3037}html.dark .customer-order-info span,body.dark .customer-order-info span,html[data-theme=dark] .customer-order-info span,body[data-theme=dark] .customer-order-info span{color:#7f8690}html.dark .customer-order-info strong,body.dark .customer-order-info strong,html[data-theme=dark] .customer-order-info strong,body[data-theme=dark] .customer-order-info strong{color:#f0f1f3}html.dark .customer-order-status,body.dark .customer-order-status,html[data-theme=dark] .customer-order-status,body[data-theme=dark] .customer-order-status{background:#1d2025;border-color:#2c3037}html.dark .customer-order-status strong,body.dark .customer-order-status strong,html[data-theme=dark] .customer-order-status strong,body[data-theme=dark] .customer-order-status strong{color:#f1f2f4}html.dark .customer-order-status span:not(.customer-order-status-dot),body.dark .customer-order-status span:not(.customer-order-status-dot),html[data-theme=dark] .customer-order-status span:not(.customer-order-status-dot),body[data-theme=dark] .customer-order-status span:not(.customer-order-status-dot){color:#858b95}html.dark .customer-order-status.is-new,body.dark .customer-order-status.is-new,html[data-theme=dark] .customer-order-status.is-new,body[data-theme=dark] .customer-order-status.is-new{background:#ec3f9117;border-color:#ec3f9147}html.dark .customer-order-status.is-processing,body.dark .customer-order-status.is-processing,html[data-theme=dark] .customer-order-status.is-processing,body[data-theme=dark] .customer-order-status.is-processing{background:#ec3f911a;border-color:#ec3f9152}html.dark .customer-order-status.is-complete,body.dark .customer-order-status.is-complete,html[data-theme=dark] .customer-order-status.is-complete,body[data-theme=dark] .customer-order-status.is-complete{background:#ec3f9114;border-color:#ec3f9140}html.dark .customer-order-status.is-cancelled,body.dark .customer-order-status.is-cancelled,html[data-theme=dark] .customer-order-status.is-cancelled,body[data-theme=dark] .customer-order-status.is-cancelled{background:#dc262614;border-color:#f8717133}html.dark .customer-order-step-icon,body.dark .customer-order-step-icon,html[data-theme=dark] .customer-order-step-icon,body[data-theme=dark] .customer-order-step-icon{background:#1d2025;border-color:#343941;color:#777e88}html.dark .customer-order-step.is-active .customer-order-step-icon,body.dark .customer-order-step.is-active .customer-order-step-icon,html[data-theme=dark] .customer-order-step.is-active .customer-order-step-icon,body[data-theme=dark] .customer-order-step.is-active .customer-order-step-icon{background:var(--primary);border-color:var(--primary);color:#fff}html.dark .customer-order-step-line,body.dark .customer-order-step-line,html[data-theme=dark] .customer-order-step-line,body[data-theme=dark] .customer-order-step-line{background:#343941}html.dark .customer-order-step.is-active .customer-order-step-line,body.dark .customer-order-step.is-active .customer-order-step-line,html[data-theme=dark] .customer-order-step.is-active .customer-order-step-line,body[data-theme=dark] .customer-order-step.is-active .customer-order-step-line{background:var(--primary)}html.dark .customer-order-step-content strong,body.dark .customer-order-step-content strong,html[data-theme=dark] .customer-order-step-content strong,body[data-theme=dark] .customer-order-step-content strong{color:#dfe1e5}html.dark .customer-order-step-content span,body.dark .customer-order-step-content span,html[data-theme=dark] .customer-order-step-content span,body[data-theme=dark] .customer-order-step-content span{color:#7f8690}html.dark .customer-order-step.is-current .customer-order-step-content strong,body.dark .customer-order-step.is-current .customer-order-step-content strong,html[data-theme=dark] .customer-order-step.is-current .customer-order-step-content strong,body[data-theme=dark] .customer-order-step.is-current .customer-order-step-content strong{color:#f05ba0}html.dark .customer-order-secondary,body.dark .customer-order-secondary,html[data-theme=dark] .customer-order-secondary,body[data-theme=dark] .customer-order-secondary{background:#1d2025;border-color:#30343b;color:#d8dbe0}html.dark .customer-order-secondary:hover,body.dark .customer-order-secondary:hover,html[data-theme=dark] .customer-order-secondary:hover,body[data-theme=dark] .customer-order-secondary:hover{background:#24282e;border-color:var(--primary);color:var(--primary)}html.dark .customer-order-primary,body.dark .customer-order-primary,html[data-theme=dark] .customer-order-primary,body[data-theme=dark] .customer-order-primary{background:var(--primary);color:#fff;box-shadow:0 7px 20px #ec3f9138}html.dark .customer-order-loading,body.dark .customer-order-loading,html[data-theme=dark] .customer-order-loading,body[data-theme=dark] .customer-order-loading{background:#17191d}html.dark .customer-order-loading strong,body.dark .customer-order-loading strong,html[data-theme=dark] .customer-order-loading strong,body[data-theme=dark] .customer-order-loading strong{color:#f1f2f4}html.dark .customer-order-loading span,body.dark .customer-order-loading span,html[data-theme=dark] .customer-order-loading span,body[data-theme=dark] .customer-order-loading span{color:#858b95}html.dark .customer-order-error,body.dark .customer-order-error,html[data-theme=dark] .customer-order-error,body[data-theme=dark] .customer-order-error{background:#17191d}html.dark .customer-order-error strong,body.dark .customer-order-error strong,html[data-theme=dark] .customer-order-error strong,body[data-theme=dark] .customer-order-error strong{color:#f1f2f4}html.dark .customer-order-error span,body.dark .customer-order-error span,html[data-theme=dark] .customer-order-error span,body[data-theme=dark] .customer-order-error span{color:#858b95}@media(max-width:480px){.customer-order-overlay{align-items:flex-end;padding:8px}.customer-order-modal{width:100%;max-height:90vh;border-radius:21px}.customer-order-header{padding:15px}.customer-order-header h2{font-size:17px}.customer-order-search{padding:15px}.customer-order-info{padding:14px 15px 7px}.customer-order-status{margin-left:15px;margin-right:15px}.customer-order-progress{padding-left:15px;padding-right:15px}.customer-order-actions{padding-left:15px;padding-right:15px;padding-bottom:15px}.customer-order-close{width:30px;height:30px;flex-basis:30px;font-size:18px}}@media(max-width:360px){.customer-order-overlay{padding:6px}.customer-order-modal{border-radius:18px}.customer-order-header,.customer-order-search{padding:13px}.customer-order-info{padding:12px 13px 6px}.customer-order-status{margin-left:13px;margin-right:13px}.customer-order-progress{padding-left:13px;padding-right:13px}.customer-order-actions{padding-left:13px;padding-right:13px;padding-bottom:13px}.customer-order-secondary,.customer-order-primary{min-height:40px;font-size:8px}}@keyframes customer-order-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes customer-order-modal-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes customer-order-spin{to{transform:rotate(360deg)}}@keyframes customer-order-status-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@media(prefers-reduced-motion:reduce){.customer-order-overlay,.customer-order-modal,.customer-order-spinner,.customer-order-status.is-processing .customer-order-status-dot{animation:none!important}}.whatsapp-bubble-wrapper{position:fixed;right:18px;bottom:82px;z-index:9999;width:60px;height:60px;display:flex;align-items:center;justify-content:center;opacity:1;transform:translateZ(0);transition:left .45s cubic-bezier(.22,1,.36,1),top .45s cubic-bezier(.22,1,.36,1),transform .35s cubic-bezier(.22,1,.36,1),opacity .3s ease;animation:whatsappEnter .75s cubic-bezier(.22,1,.36,1);will-change:left,top,transform,opacity}@keyframes whatsappEnter{0%{opacity:0;transform:translate3d(90px,20px,0) scale(.72)}50%{opacity:1;transform:translate3d(-8px,-2px,0) scale(1.08)}70%{transform:translate3d(3px,0,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.whatsapp-bubble{position:relative;width:60px;height:60px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;background:linear-gradient(145deg,#42ed88,#25d366 45%,#17b957);border:3px solid rgba(255,255,255,.96);color:#fff;text-decoration:none;cursor:grab;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none;outline:none;box-shadow:0 10px 30px #25d36657,0 6px 18px #0000002e,inset 0 1px 1px #ffffff59;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.whatsapp-bubble:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 15px 38px #25d3666b,0 8px 24px #0003,inset 0 1px 1px #fff6}.whatsapp-bubble:active{cursor:grabbing;transform:scale(.94);box-shadow:0 8px 22px #25d36657,0 4px 14px #0000002e}.whatsapp-bubble:before{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(37,211,102,.42);opacity:.75;animation:whatsappRing 2.6s ease-out infinite;pointer-events:none}@keyframes whatsappRing{0%{transform:scale(.9);opacity:.75}65%{transform:scale(1.3);opacity:0}to{transform:scale(1.3);opacity:0}}.whatsapp-bubble:after{content:"";position:absolute;top:7px;left:11px;width:21px;height:9px;border-radius:50%;background:#ffffff45;filter:blur(2px);transform:rotate(-25deg);pointer-events:none}.whatsapp-bubble-icon{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:whatsappFloat 3s ease-in-out infinite}@keyframes whatsappFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.whatsapp-bubble-icon svg{width:30px;height:30px;display:block;fill:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}.whatsapp-bubble-text{display:none}.whatsapp-wrapper-scroll-hidden{opacity:0;pointer-events:none;transform:translate3d(100px,20px,0)}@media(max-width:600px){.whatsapp-bubble-wrapper{right:14px;bottom:74px;width:58px;height:58px}.whatsapp-bubble{width:58px;height:58px}.whatsapp-bubble-icon svg{width:29px;height:29px}}@media(max-width:380px){.whatsapp-bubble-wrapper{right:11px;bottom:70px;width:54px;height:54px}.whatsapp-bubble{width:54px;height:54px}.whatsapp-bubble-icon svg{width:27px;height:27px}}@media(prefers-reduced-motion:reduce){.whatsapp-bubble-wrapper,.whatsapp-bubble,.whatsapp-bubble-icon,.whatsapp-bubble:before{animation:none!important;transition:none!important}}.site-footer{width:100%;margin-top:40px;padding:0 14px 32px;background:var(--site-background, var(--bg-page, #f5f7fb));color:var(--site-text, var(--color-text, #172033))}.site-footer-inner{width:100%;max-width:900px;margin:0 auto;padding:24px 16px 20px;border-top:1px solid var(--site-border, var(--color-border-soft, #e7eaf0));text-align:center}.site-footer-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}.site-footer-brand strong{display:block;margin:0;color:var(--site-text, var(--color-text, #172033));font-size:13px;font-weight:800;line-height:1.3}.site-footer-status{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:9px;font-weight:600;line-height:1.4}.site-footer-status i{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.site-footer-status.is-online{color:#16a34a}.site-footer-status.is-closed{color:var(--site-muted, var(--color-text-muted, #7b8494))}.site-footer-status.is-closed i{background:#9ca3af;box-shadow:0 0 0 3px #9ca3af1a}.site-footer-divider{width:40px;height:1px;margin:18px auto;background:var(--site-border, var(--color-border-soft, #e7eaf0))}.site-footer-bottom{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 12px;color:var(--site-muted, var(--color-text-muted, #8a92a1));font-size:8px;line-height:1.5}.site-footer-bottom span{display:inline-block}@media(max-width:600px){.site-footer{margin-top:32px;padding:0 10px 26px}.site-footer-inner{padding:22px 12px 16px}.site-footer-brand strong{font-size:12px}.site-footer-status{font-size:8px}.site-footer-bottom{font-size:7.5px;gap:4px 8px}}@media(min-width:768px){.site-footer{margin-top:50px;padding:0 20px 40px}.site-footer-inner{padding:28px 20px 22px}.site-footer-brand strong{font-size:14px}.site-footer-status{font-size:9px}.site-footer-bottom{font-size:8px}}
