*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body,"Inter", system-ui, sans-serif);color:var(--color-text,#0f172a);background:var(--color-bg,#fff);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4{font-family:var(--font-heading,"Poppins", system-ui, sans-serif);margin:0 0 .5em}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}ul{margin:0;padding:0;list-style:none}:root{--color-primary:#0f766e;--color-primary-fg:#fff;--color-bg:#fff;--color-surface:#f0fdfa;--color-text:#0f172a;--color-muted:#64748b;--color-border:#d1e7e5;--font-heading:"Poppins", sans-serif;--font-body:"Inter", sans-serif;--radius:12px}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.btn{border-radius:var(--radius);background:var(--color-primary);color:var(--color-primary-fg);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5em;padding:.65em 1.25em;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{border-color:var(--color-border);color:var(--color-text);background:0 0}.btn-danger{background:#b91c1c}.btn-block{width:100%}.btn-link{color:var(--color-primary);font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([type=file]):not([type=submit]):not([type=button]):not([type=image]):not([type=reset]),textarea,select{border-radius:calc(var(--radius) - 4px);border:1px solid var(--color-border);background:var(--color-bg);width:100%;color:var(--color-text);padding:.6em .75em}label{margin-bottom:.3em;font-size:.9rem;font-weight:600;display:block}.field{margin-bottom:1rem}.hint{color:var(--color-muted);margin-top:.25em;font-size:.85rem}.error-text{color:#b91c1c;margin-top:.25em;font-size:.85rem}.rich-text-editor-toolbar{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.rich-text-editor-toolbar .btn{padding:.4em .6em}.rich-text-editor-toolbar .btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.rich-text-editor-content .ProseMirror{border-radius:calc(var(--radius) - 4px);border:1px solid var(--color-border);background:var(--color-bg);width:100%;min-height:180px;color:var(--color-text);padding:.6em .75em}.rich-text-editor-content .ProseMirror:focus{outline:2px solid var(--color-primary);outline-offset:-1px}.rich-text-editor-content .ProseMirror p{margin:0 0 .75em}.rich-text-editor-content .ProseMirror p:last-child{margin-bottom:0}.rich-text-editor-content .ProseMirror ul,.rich-text-editor-content .ProseMirror ol{margin:0 0 .75em;padding-left:1.4em}.rich-text-editor-content .ProseMirror h2{margin:0 0 .5em;font-size:1.15rem}.product-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.badge{background:var(--color-border);color:var(--color-text);border-radius:999px;padding:.2em .6em;font-size:.75rem;font-weight:600;display:inline-block}.badge-candidate{color:#92400e;background:#fef3c7}.till-product-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem;display:grid}.till-product-tile{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.2rem;padding:.4rem;display:flex}.till-product-tile img,.till-product-tile-placeholder{aspect-ratio:1;object-fit:cover;border-radius:calc(var(--radius) - 4px);background:var(--color-border);width:100%}.till-product-tile-name{font-size:.8rem;font-weight:600}.till-product-tile-price{color:var(--color-muted);font-size:.75rem}.till-candidate-matches{flex-wrap:wrap;gap:.4rem;display:flex}.till-unlinked-sale-active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.deal-badge{color:#fff;background:#dc2626;position:absolute;top:8px;left:8px}.info-badge-row{z-index:5;flex-direction:column;gap:4px;display:flex;position:absolute;top:8px;right:8px}.info-badge{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:.95rem;line-height:1;display:flex}.info-modal-backdrop{z-index:100;cursor:default;background:#0f172a99;border:none;padding:0;position:fixed;inset:0}.info-modal{z-index:101;background:var(--color-bg);border-radius:var(--radius);flex-direction:column;width:min(420px,100vw - 2rem);max-height:min(560px,100vh - 2rem);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 40px #00000040}.info-modal-image{aspect-ratio:16/9;object-fit:cover;flex-shrink:0;width:100%}.info-modal-header{flex-shrink:0;padding:.75rem 1rem .5rem}.info-modal-close{color:var(--color-muted);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.5rem;line-height:1}.media-carousel{position:relative}.media-carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;display:flex;overflow-x:auto}.media-carousel-track::-webkit-scrollbar{display:none}.media-carousel-slide{scroll-snap-align:start;flex:0 0 100%;min-width:0}.media-carousel-arrow{z-index:4;color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.media-carousel-arrow-left{left:8px}.media-carousel-arrow-right{right:8px}.media-carousel-dots{z-index:4;gap:4px;display:flex;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.media-carousel-dot{background:#ffffff8c;border-radius:999px;width:5px;height:5px}.media-carousel-dot.active{background:#fff}.info-modal-body{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;padding:0 1rem 1rem;overflow-y:auto}.info-modal-body::-webkit-scrollbar{width:8px}.info-modal-body::-webkit-scrollbar-track{background:0 0}.info-modal-body::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.content-modal{z-index:101;background:var(--color-bg);border-radius:var(--radius);text-align:left;flex-direction:column;width:min(640px,100vw - 2rem);max-height:min(80vh,780px);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 50px #00000059}.content-modal-body h4{margin:1.25rem 0 .4em;font-size:1rem}.content-modal-body section:first-of-type h4{margin-top:.5rem}.content-modal-body ul{margin:.4rem 0 1rem 1.25rem;padding:0;list-style:outside}.content-modal-body li{margin-bottom:.25rem}.content-modal-body p{margin:0 0 .75rem}.topbar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem;display:flex}@media (max-width:480px){.topbar{flex-wrap:wrap;gap:.5rem}}.storefront-topbar{z-index:20;background:var(--color-bg);position:sticky;top:0}.qty-stepper{justify-content:center;align-items:center;gap:.75rem;display:flex}.qty-stepper button{border:1px solid var(--color-border);background:var(--color-surface);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:999px;font-size:1.1rem;line-height:1}.qty-stepper button:disabled{opacity:.4;cursor:default}.qty-stepper span{text-align:center;min-width:1.5em;font-weight:600}.cart-link{position:relative}.cart-badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.7rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-8px;right:-8px}.cart-badge.pop{animation:.35s cart-badge-pop}@keyframes cart-badge-pop{0%{transform:scale(1)}35%{transform:scale(1.6)}65%{transform:scale(.85)}to{transform:scale(1)}}.btn-pop{animation:.3s btn-pop}@keyframes btn-pop{0%{transform:scale(1)}40%{transform:scale(1.05)}to{transform:scale(1)}}.stack{flex-direction:column;gap:1rem;display:flex}.row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--color-border);padding:.6em .5em}.table-scroll{overflow-x:auto}.combobox{position:relative}.combobox-menu{z-index:20;background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 4px);max-height:220px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 20px #0000001f}.combobox-option{cursor:pointer;padding:.55em .75em;font-size:.95rem}.combobox-option-active{background:var(--color-surface)}.combobox-option-muted{color:var(--color-muted);cursor:default}.combobox-option-create{color:var(--color-primary);font-weight:600}.lang-switcher{position:relative}.lang-switcher-trigger{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;line-height:1;display:inline-flex}.lang-switcher-backdrop{z-index:25;cursor:default;background:0 0;border:none;padding:0;position:fixed;inset:0}.lang-switcher-menu{z-index:30;background:var(--color-bg);border:1px solid var(--color-border);border-radius:calc(var(--radius) - 4px);min-width:180px;padding:.35rem;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 20px #0000001f}.lang-switcher-option{border-radius:calc(var(--radius) - 6px);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.6em;padding:.5em .6em;font-size:.95rem;display:flex}.lang-switcher-option:hover,.lang-switcher-option.active{background:var(--color-surface)}.lang-switcher-option .lang-switcher-flag{font-size:1.2rem}.search-with-mic{align-items:stretch;gap:.5rem;display:flex}.search-with-mic .field{flex:1;margin-bottom:0}.mic-button{border-radius:calc(var(--radius) - 4px);border:1px solid var(--color-border);background:var(--color-surface);width:42px;color:var(--color-text);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.mic-button.mic-listening{color:#fff;background:#dc2626;border-color:#dc2626;animation:1.1s ease-in-out infinite mic-pulse}.mic-button.mic-error{background:var(--color-border)}.mic-button:disabled{cursor:default}@keyframes mic-pulse{0%,to{box-shadow:0 0 #dc262673}50%{box-shadow:0 0 0 6px #dc262600}}.search-input-wrap{position:relative}.search-input-wrap input{padding-right:2.25rem}.clear-search-button{width:28px;height:28px;color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.clear-search-button:hover{background:var(--color-border);color:var(--color-text)}.events-calendar-card{--rdp-accent-color:var(--color-primary)}.events-calendar-card .rdp-root,.events-calendar-card .rdp-months,.events-calendar-card .rdp-month{width:100%;max-width:100%}.events-calendar-card .rdp-month_grid{table-layout:fixed;width:100%}.events-calendar-card .rdp-day{width:auto}.events-calendar-card .rdp-day_button{width:100%;max-width:48px;height:38px;margin:0 auto}.day-has-event{position:relative}.day-has-event:after{content:"";background:var(--color-primary);border-radius:999px;width:5px;height:5px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.event-list-item:hover{border-color:var(--color-primary)}.near-me-badge{border:1px solid var(--color-border);cursor:pointer;align-items:center;gap:.35em;display:inline-flex}.near-me-badge:disabled{cursor:default;opacity:.7}.banner-warning{background:#fffbeb;border-color:#d97706}.banner-danger{background:#fef2f2;border-color:#b91c1c}.admin-shell{gap:2rem;padding-block:1.5rem;display:flex}.admin-nav{flex-direction:column;flex-shrink:0;gap:.25rem;min-width:160px;display:flex}.admin-nav-link{border-radius:calc(var(--radius) - 4px);color:var(--color-text);border-left:3px solid #0000;padding:.5em .75em;font-weight:500;text-decoration:none}.admin-nav-link.active{color:var(--color-primary);border-left-color:var(--color-primary);background:var(--color-surface);font-weight:700}.admin-content{flex:1;min-width:0}@media (max-width:767px){.admin-shell{padding-block:1rem;display:block}.admin-nav{z-index:40;background:var(--color-bg);border-top:1px solid var(--color-border);min-width:0;padding:.4rem .25rem calc(.4rem + env(safe-area-inset-bottom));scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0;position:fixed;bottom:0;left:0;right:0;overflow-x:auto;box-shadow:0 -4px 12px #0000000f}.admin-nav::-webkit-scrollbar{display:none}.admin-nav-link{text-align:center;white-space:nowrap;scroll-snap-align:start;border-top:3px solid #0000;border-left:none;border-radius:0;flex:none;justify-content:center;align-items:center;padding:.5em .9em;font-size:.72rem;line-height:1.2;display:flex}.admin-nav-link.active{border-left-color:#0000;border-top-color:var(--color-primary);background:0 0}.admin-content{padding-bottom:calc(72px + env(safe-area-inset-bottom))}}.landing-root{--color-primary:#2dd4bf;--color-primary-fg:#0f172a;--color-bg:#202124;--color-surface:#2d2e30;--color-text:#e8eaed;--color-muted:#9aa0a6;--color-border:#3c4043;background:var(--color-bg);color:var(--color-text);min-height:100vh}.landing-root[data-theme=light]{--color-primary:#0f766e;--color-primary-fg:#fff;--color-bg:#fff;--color-surface:#f0fdfa;--color-text:#0f172a;--color-muted:#64748b;--color-border:#d1e7e5}.wallet-root{--color-primary:#2dd4bf;--color-primary-fg:#0f172a;--color-bg:#202124;--color-surface:#2d2e30;--color-text:#e8eaed;--color-muted:#9aa0a6;--color-border:#3c4043;background:var(--color-bg);color:var(--color-text);min-height:100vh}.theme-toggle-button{width:32px;height:32px;color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.theme-toggle-button:hover{color:var(--color-text)}.landing-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;min-height:72vh;padding:2rem 1rem;display:flex}.landing-hero img{width:100%;max-width:300px;margin:0 auto}.landing-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.storefront-footer{color:var(--color-muted);border-top:1px solid var(--color-border);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.8rem;display:flex}.storefront-footer a{color:var(--color-muted);text-decoration:none}.storefront-footer a:hover{color:var(--color-text)}.landing-root .landing-hero img{filter:drop-shadow(1px 0 #000)drop-shadow(-1px 0 #000)drop-shadow(0 1px #000)drop-shadow(0 -1px #000)drop-shadow(1px 1px #000)drop-shadow(-1px 1px #000)drop-shadow(1px -1px #000)drop-shadow(-1px -1px #000)}.landing-root[data-theme=light] .landing-hero img{filter:none}.landing-corner{justify-content:flex-end;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.85rem;display:flex}.landing-corner a{color:var(--color-muted);text-decoration:none}.landing-corner a:hover{color:var(--color-text)}.landing-faq{border-top:1px solid var(--color-border);max-width:720px;margin:0 auto;padding:1.5rem 1rem 3rem}.landing-faq h2{text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}.faq-item{border-bottom:1px solid var(--color-border);padding:.65rem 0}.faq-item summary{cursor:pointer;color:var(--color-muted);font-size:.9rem;font-weight:600}.faq-item summary:hover{color:var(--color-text)}.faq-item p{color:var(--color-muted);margin:.5rem 0 .25rem;font-size:.85rem}.filter-chip{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:999px;align-items:center;padding:.4em .9em;font-size:.85rem;font-weight:600;display:inline-flex}.filter-chip.active{background:var(--color-primary);color:var(--color-primary-fg);border-color:var(--color-primary)}.category-section{margin-top:2rem}.category-section h2{font-size:1.15rem}.loyalty-card{aspect-ratio:1.586;color:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;width:100%;padding:1.1rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -12px #00000073}.loyalty-card-top{justify-content:space-between;align-items:flex-start;display:flex}.loyalty-card-store{align-items:center;gap:.5rem;min-width:0;display:flex}.loyalty-card-store-logo{object-fit:cover;border-radius:8px;flex-shrink:0;width:32px;height:32px}.loyalty-card-store-name{white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 3px #00000059;font-size:.95rem;font-weight:700;overflow:hidden}.loyalty-card-brand-mark{object-fit:contain;opacity:.9;flex-shrink:0;width:34px;height:34px}.loyalty-card-reward{opacity:.92;text-shadow:0 1px 3px #00000059;margin:.5rem 0 0;font-size:.85rem}.loyalty-card-stamps{flex-wrap:wrap;gap:.4rem;margin:.75rem 0;display:flex}.loyalty-card-stamp{opacity:.45;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.loyalty-card-stamp.loyalty-card-stamp-filled{color:var(--color-primary);opacity:1;background:#fffffff2}.loyalty-card-stamp.loyalty-card-stamp-new{animation:.6s backwards stamp-reveal}@keyframes stamp-reveal{0%{opacity:0;transform:scale(.3)rotate(-25deg)}55%{opacity:1;transform:scale(1.35)rotate(8deg);box-shadow:0 0 0 8px #ffffff40}to{opacity:1;transform:scale(1)rotate(0);box-shadow:0 0 #fff0}}.loyalty-card-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.loyalty-card-progress{text-shadow:0 1px 3px #00000059;font-size:.95rem;font-weight:700}.loyalty-card-reward-badge{color:#fff;background:#fff3}.icon-picker-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:.5rem;display:grid}.icon-picker-tile{aspect-ratio:1;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);color:var(--color-text);cursor:pointer;justify-content:center;align-items:center;display:flex}.icon-picker-tile-selected{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}.cookie-consent-banner{z-index:1000;color:#f8fafc;background:#0f172a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000040}.cookie-consent-banner p{max-width:640px;margin:0;font-size:.9rem}.kitchen-card-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.kitchen-card-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.kitchen-card-grid{grid-template-columns:repeat(3,1fr)}}.kitchen-ticket{border-style:solid;border-width:4px;font-size:1.15rem}.kitchen-ticket-green{border-color:#16a34a}.kitchen-ticket-yellow{border-color:#ca8a04}.kitchen-ticket-red{border-color:#b91c1c}.kitchen-ticket-name{font-size:1.5rem;font-weight:700;line-height:1.2}.kitchen-ticket-modifiers{font-size:1.1rem;font-weight:600}.kitchen-ticket-note{font-size:1rem;font-style:italic}.modifier-option-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-primary-fg)}
