:root{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#000;background:#fff;--section-gap: 12px;--card-control-height: 40px;--bg-soft: #fff;--bg-panel: #cccccc;--bg-search: #fff;--bg-stats: #cccccc;--bg-form: #cccccc;--line: #000;--line-strong: #000;--line-form: #000;--text-muted: #222;--text-strong: #000;--accent: #000;--accent-deep: #000}@keyframes ripple-animation{0%{transform:scale(0);opacity:.4}to{transform:scale(4);opacity:0}}.ripple-button{position:relative;overflow:hidden}.ripple-button .ripple{position:absolute;width:20px;height:20px;margin-left:-10px;margin-top:-10px;border-radius:50%;background:#ffffff80;animation:ripple-animation .6s ease-out forwards;pointer-events:none}.ripple-button:active:not(:disabled){transform:scale(.98);transition:transform .1s ease}.barcode-action-button:active:not(:disabled),.barcode-icon-button:active:not(:disabled){transform:none}*{box-sizing:border-box}html{overflow-y:scroll;scrollbar-gutter:stable}body{margin:0;min-width:320px;background:#fff}#root{min-height:100vh}.page{min-height:100vh;padding:14px 18px 56px}.shell{width:min(1240px,100%);margin:0 auto}.site-status-ribbon{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 8px var(--section-gap);padding:12px 14px;border:2px solid #000;border-radius:10px;background:#fbbc04;color:#000}.site-status-ribbon p{margin:0;font-size:.98rem;font-weight:800;line-height:1.35}.site-status-ribbon button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;font:inherit;font-size:1.2rem;font-weight:900;line-height:1;cursor:pointer}.auth-loading-page{display:grid;place-items:center}.auth-loading-card{display:flex;align-items:center;gap:12px;width:min(360px,100%);padding:18px 20px;border:2px solid #000;border-radius:10px;background:#ccc;color:#000}.auth-loading-card p{margin:0;font-size:1rem;font-weight:900}.auth-loading-dot{width:18px;height:18px;border:2px solid #000;border-top-color:transparent;border-radius:50%;animation:auth-loading-spin .8s linear infinite}@keyframes auth-loading-spin{to{transform:rotate(360deg)}}.legal-page{min-height:100vh;padding:24px;overflow-y:auto;background:#fff;color:#000}.legal-card{width:min(860px,100%);margin:0 auto;padding:22px;border:2px solid #000;border-radius:10px;background:#fff}.legal-home-link{display:inline-flex;margin-bottom:18px;color:#000;font-weight:900;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.legal-header h2{margin:0 0 18px;font-size:clamp(2rem,6vw,4rem);line-height:.95}.legal-content h3{margin:0 0 8px;font-size:1rem}.legal-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.legal-links a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;font-weight:900;text-decoration:none}.landing-page{height:100vh;min-height:100vh;padding:0 24px;overflow-y:auto;scroll-snap-type:y mandatory;scroll-behavior:smooth;scrollbar-gutter:stable;background:#fff}.landing-carousel{width:min(860px,100%);margin:0 auto}.landing-card-stage{display:grid;gap:18px;padding:24px 0}.landing-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:28px;min-height:clamp(420px,calc(100svh - 48px),620px);padding:28px;border:2px solid #000;border-radius:10px;background:#ccc;box-shadow:8px 8px #000;scroll-snap-align:center;scroll-snap-stop:always;overflow:hidden;opacity:clamp(.74,calc(1 - var(--card-distance) * .16),1);transform:translateY(calc(var(--card-offset) * 10px)) scale(calc(1 - var(--card-distance) * .014));transition:transform .36s ease,opacity .24s ease}.landing-card-active{z-index:4;opacity:1;transform:translateY(0) scale(1)}.landing-card-content{min-width:240px}#landing-card-support{gap:56px}#landing-card-info{grid-template-columns:1fr;align-content:center}#landing-card-info .landing-copy h1{max-width:14ch}#landing-card-info .landing-card-content{width:100%}#landing-card-preview{grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr)}#landing-card-preview .landing-card-content{width:min(500px,100%)}.landing-preview-device-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 130px;align-items:end;gap:14px;width:100%}.landing-preview-frame{margin:0;overflow:hidden;border:2px solid #000;border-radius:10px;background:#fff;box-shadow:5px 5px #000}.landing-preview-frame img{display:block;width:100%;height:100%;object-fit:cover}.landing-preview-image-button{display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.landing-preview-frame-desktop{aspect-ratio:1.32}.landing-preview-frame-desktop img{object-position:top left}.landing-preview-frame-mobile{aspect-ratio:.48;max-height:390px}.landing-preview-frame-mobile img{object-position:top center}.landing-reveal-item{opacity:1;transform:translateY(0);transition:none}.landing-dots{position:fixed;right:24px;top:50%;z-index:12;display:flex;flex-direction:column;gap:9px;transform:translateY(-50%)}.landing-dot{width:14px;height:14px;padding:0;border:2px solid #000;border-radius:999px;background:#fff;cursor:pointer}.landing-dot-active{height:34px;background:#000}.landing-scroll-hint{position:fixed;left:50%;bottom:22px;z-index:13;display:inline-grid;place-items:center;width:48px;height:48px;border:2px solid #000;border-radius:999px;background:#fff;color:#000;font:inherit;font-size:1.8rem;font-weight:900;opacity:0;pointer-events:none;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease}.landing-scroll-hint-visible{opacity:1;pointer-events:auto;transform:translate(-50%)}.landing-feature-grid,.landing-terms-list{display:grid;gap:10px}.landing-feature-grid span,.landing-terms-list a,.landing-terms-list button,.landing-contact-form input,.landing-contact-form textarea,.landing-contact-form button{width:100%;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font:inherit;font-weight:800}.landing-feature-grid span,.landing-terms-list a,.landing-terms-list button{padding:14px;text-align:left;text-decoration:none;opacity:1;transform:none;transition:none}.landing-tip-carousel{display:grid;gap:12px;width:min(680px,100%)}.landing-tip-window{overflow:hidden;touch-action:pan-y;border:2px solid #000;border-radius:10px;background:#fff}.landing-tip-track{display:flex;transition:transform .26s ease}.landing-tip-card{flex:0 0 100%;min-height:220px;padding:18px;color:#000}.landing-tip-card h2{margin:0 0 12px;font-size:clamp(1.35rem,3vw,2rem);line-height:1.05}.landing-tip-card p{margin:0;font-size:1rem}.landing-tip-count{margin-bottom:18px!important;font-size:.82rem!important;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.landing-tip-controls{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.landing-tip-controls button:first-child{justify-self:end}.landing-tip-controls button:last-child{justify-self:start}.landing-tip-controls button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:32px;padding:0;border:2px solid #000;border-radius:50%;background:#fff;color:#000;font:inherit;font-weight:900;line-height:1;cursor:pointer}.landing-tip-controls button svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.landing-tip-controls button:disabled{background:#efefef;color:#777;cursor:not-allowed;opacity:.7}.landing-tip-dots{display:flex;gap:6px}.landing-tip-dot{width:9px;height:9px;border:2px solid #000;border-radius:999px;background:#fff}.landing-tip-dot-active{background:#000}.landing-support-card{display:grid;justify-items:center;gap:16px;margin-top:24px}.landing-support-qr{width:100%;max-width:180px;border:2px solid #000;border-radius:10px;background:#fff}.landing-coffee-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 18px;border:2px solid #000;border-radius:10px;background:#fd0;color:#000;font:inherit;font-weight:900;text-decoration:none;box-shadow:4px 4px #000}.landing-contact-form{display:grid;gap:10px}.landing-contact-form input,.landing-contact-form textarea{padding:12px 14px}.landing-contact-form .landing-contact-invalid{border-color:#ea4335}.landing-contact-website{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.landing-contact-captcha{display:grid;grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:10px;width:100%;border:2px solid #000;border-radius:10px;padding:8px;background:#fff;color:#000;font-weight:900}.landing-contact-captcha input{min-width:0;text-align:center}.landing-turnstile{min-height:70px;padding:8px;border:2px solid #000;border-radius:10px;background:#fff}.landing-turnstile>div{min-height:54px}.landing-contact-feedback{margin:0;padding:10px 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font-size:.9rem;font-weight:800}.landing-contact-feedback-success{background:#d9ead3}.landing-contact-feedback-error{background:#f4cccc}.landing-contact-form button{min-height:48px;background:#000;color:#fff;cursor:pointer}.landing-contact-form button:disabled{background:#efefef;color:#777;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.landing-page{scroll-behavior:auto}.landing-card,.landing-reveal-item,.landing-feature-grid span,.landing-terms-list a,.landing-terms-list button,.landing-provider-button{transition:none}.landing-card,.landing-reveal-item,.landing-feature-grid span,.landing-terms-list a,.landing-terms-list button,.landing-provider-button{transform:none}}.landing-copy{min-width:0}.landing-kicker{margin:0 0 12px;font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.landing-card h1{margin:0;max-width:12ch;font-size:clamp(2.1rem,6vw,4.8rem);line-height:.95;letter-spacing:-.06em}.landing-card p{max-width:48ch;color:#000}.landing-login-panel{display:grid;gap:12px;min-width:230px}.landing-login-title{margin:0;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.landing-provider-list{display:grid;gap:10px}.landing-provider-button{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:54px;padding:0 12px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;font:inherit;font-size:1rem;font-weight:800;text-align:left;cursor:pointer;opacity:1;transform:none;transition:background .16s ease,color .16s ease}.landing-provider-button:disabled{background:#efefef;color:#666;cursor:not-allowed}.landing-provider-mark{display:inline-grid;place-items:center;width:34px;height:34px;border:2px solid currentColor;border-radius:999px;font-size:.95rem;font-weight:900;line-height:1}.landing-provider-soon{padding:5px 8px;border:2px solid currentColor;border-radius:10px;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.scroll-top-button{position:fixed;right:22px;bottom:22px;z-index:18;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:2px solid #000;border-radius:50%;background:#000;color:#fff;font:inherit;font-size:2rem;font-weight:900;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease}.scroll-top-button-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-button-with-language,.scroll-top-button-with-settings{bottom:86px}.scroll-top-button-with-shopping{bottom:150px}.shopping-list-floating{position:fixed;right:22px;bottom:86px;z-index:19}.shopping-list-floating-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:2px solid #000;border-radius:50%;background:#000;color:#fff;cursor:pointer;overflow:visible}.shopping-list-floating-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.shopping-list-count{position:absolute;top:-10px;right:-10px;z-index:999;display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;padding:0 6px;border:2px solid #000;border-radius:999px;background:#93c47d;color:#000;font-size:.85rem;font-weight:900;line-height:1;text-align:center;pointer-events:none}.settings-floating{position:fixed;right:22px;bottom:22px;z-index:19}.settings-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:2px solid #000;border-radius:50%;background:#000;color:#fff;cursor:pointer}.settings-button svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.settings-popover{position:absolute;right:0;bottom:66px;z-index:3;width:min(340px,calc(100vw - 32px));max-height:min(74vh,640px);overflow:auto;padding:12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000}.settings-header{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;min-height:38px;margin-bottom:12px}.settings-title{margin:0;padding:0;min-width:0;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}.settings-back,.settings-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;min-height:34px;padding:0;border:2px solid transparent;border-radius:8px;background:transparent;color:#000;font:inherit;font-size:1.45rem;font-weight:900;line-height:1;cursor:pointer}.settings-back svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.settings-close{grid-column:3}.settings-actions{display:grid;gap:8px}.settings-menu-action{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px;padding:0 12px;border:2px solid #000;border-radius:10px;background:#ccc;color:#000;font:inherit;font-weight:900;text-align:left;cursor:pointer}.settings-menu-action strong{font-weight:900}.settings-menu-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.sharing-panel{display:grid;gap:10px}.sharing-state,.sharing-description{margin:0}.sharing-state{padding:18px 8px;text-align:center;font-weight:800}.sharing-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:2px solid #000;border-radius:10px;background:#ccc}.sharing-summary strong,.sharing-summary span{font-weight:900}.sharing-description{font-size:.84rem;line-height:1.35}.sharing-member-list{display:grid;gap:6px}.sharing-member{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:48px;padding:6px 8px;border:2px solid #000;border-radius:10px;background:#fff}.sharing-member-pending{background:#eee}.sharing-member-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid #000;border-radius:50%;background:#ccc;font-weight:900}.sharing-member-details{min-width:0}.sharing-member-details strong,.sharing-member-details small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sharing-member-details small{margin-top:2px;font-size:.72rem}.sharing-member-role{font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.sharing-member-remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-height:28px;padding:0;border:0;background:transparent;color:#000;font-size:1.45rem;font-weight:900;line-height:1;cursor:pointer}.sharing-add-form{display:grid;gap:6px}.sharing-add-form label,.sharing-add-form small{font-weight:800}.sharing-add-form small{font-size:.72rem;line-height:1.3}.sharing-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.sharing-add-row input,.sharing-add-row button,.sharing-leave-button{min-height:44px;border:2px solid #000;border-radius:10px;font:inherit;font-weight:900}.sharing-add-row input{min-width:0;padding:0 10px;background:#fff;color:#000}.sharing-add-row button{padding:0 16px;background:#000;color:#fff}.sharing-add-row button:disabled{opacity:.45;cursor:not-allowed}.sharing-leave-button{width:100%;background:#dd7e6b;color:#000}.language-floating{position:fixed;right:22px;bottom:22px;z-index:19}.language-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:2px solid #000;border-radius:50%;background:#000;color:#fff;font:inherit;font-size:1rem;font-weight:900;cursor:pointer}.account-privacy-floating{position:fixed;right:86px;bottom:22px;z-index:19}.account-privacy-button{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:2px solid #000;border-radius:50%;background:#000;color:#fff;cursor:pointer}.account-privacy-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.floating-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#00000080}.account-privacy-popover{position:absolute;right:0;bottom:66px;z-index:3;width:min(330px,calc(100vw - 32px));padding:12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000}.account-privacy-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:12px;position:relative}.account-privacy-title{margin:0;padding:0 28px 0 8px;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}.account-privacy-close{position:absolute;right:0;top:50%;transform:translateY(-50%);border:2px solid transparent;border-radius:8px;background:transparent;color:#000;font:inherit;font-size:1.2rem;font-weight:900;line-height:1;padding:2px 6px;cursor:pointer}.account-privacy-toggle{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;margin-bottom:12px;padding:12px;border:2px solid #000;border-radius:10px;background:#ccc}.account-privacy-toggle input{width:22px;height:22px;accent-color:#000}.account-privacy-toggle strong,.account-privacy-toggle small{display:block}.account-privacy-toggle small{margin-top:5px;font-size:.82rem;line-height:1.25}.account-privacy-action,.account-privacy-danger{width:100%;min-height:42px;margin-top:8px;border:2px solid #000;border-radius:10px;font:inherit;font-weight:900;cursor:pointer}.account-privacy-action{background:#000;color:#fff}.account-privacy-danger{background:#dd7e6b;color:#fff}.language-popover{position:absolute;right:0;bottom:66px;z-index:3;width:240px;padding:12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;box-shadow:0 10px 24px #0000002e}.language-popover-title{margin:0 0 10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.language-options{display:grid;gap:6px}.language-option{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;min-height:38px;padding:0 10px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font:inherit;font-weight:800;text-align:left;cursor:pointer}.language-option-active{background:#ccc}.language-remember{display:flex;align-items:center;gap:8px;margin:10px 0;font-size:.84rem;font-weight:800}.language-remember input{width:18px;height:18px;accent-color:#000}.language-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.language-secondary,.language-primary{min-height:38px;border:2px solid #000;border-radius:10px;font:inherit;font-weight:900;cursor:pointer}.language-secondary{background:#ccc;color:#000}.language-primary{background:#000;color:#fff}.searchbar-wrap{display:flex;flex-direction:column;gap:var(--section-gap);margin:0 8px var(--section-gap)}.searchbar{display:block;padding:18px 20px;border-radius:10px;background:var(--bg-search);border:2px solid var(--line)}.searchbar-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.search-label{display:block;margin-bottom:10px;color:var(--accent-deep);font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.clear-search{border:2px solid #000;background:#ccc;color:#000;border-radius:10px;padding:0 12px;min-width:72px;height:40px;font:inherit;font-weight:700;cursor:pointer}.clear-search-hidden{visibility:hidden;pointer-events:none}.search-shortcuts-panel{margin-top:0;min-height:38px}.search-shortcuts{display:flex;min-width:0;gap:8px;flex-wrap:wrap}.search-shortcuts-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.location-shortcuts{display:flex;min-width:0;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.shortcut-chip{border:2px solid #000;background:#fff;color:#000;border-radius:10px;padding:8px 12px;font-size:.88rem;line-height:1;cursor:pointer;transition:background .12s ease,border-color .12s ease}.shortcut-chip:hover{background:#fff;border-color:#000}.shortcut-chip-active,.shortcut-chip-selected,.shortcut-chip-selected:hover{background:#000;color:#fff}.zone-filter-chip.shortcut-chip-selected{box-shadow:inset 0 0 0 2px #000}.shortcut-chip-loading{display:inline-flex;min-width:92px;height:34px;background:linear-gradient(90deg,#d4d4d4,#efefef,#d4d4d4);background-size:200% 100%;animation:loading-shimmer 1.2s linear infinite;cursor:default}.searchbar input{width:100%;border:0;outline:0;background:transparent;color:var(--text-strong);font-size:1.05rem;line-height:1.4}.search-input-wrap{display:flex;align-items:center;gap:12px}.active-filter-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 0}.active-filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 8px 0 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font-size:.82rem;font-weight:700}.active-filter-chip button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid #000;border-radius:8px;background:#000;color:#fff;font:inherit;font-size:1rem;font-weight:800;line-height:1;cursor:pointer}.search-input-panel{position:relative;display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.search-input-wrap input{flex:1 1 auto;min-width:0}.search-input-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#000;flex:0 0 24px}.search-input-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.searchbar input::placeholder{color:#555}.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:10;display:flex;flex-direction:column;gap:6px;padding:10px;border:2px solid #000;border-radius:10px;background:#fff}.search-suggestion{border:2px solid #000;border-radius:10px;background:#fff;color:#000;padding:10px 12px;text-align:left;font:inherit;cursor:pointer}.search-suggestion:hover{background:#fff}.search-suggestion-active{background:#e9e9e9}.stats-row{display:flex;flex-wrap:nowrap;gap:12px;margin:0 8px var(--section-gap);overflow-x:auto;-webkit-overflow-scrolling:touch}.stat-card{display:flex;min-height:88px;flex-direction:column;justify-content:space-between;flex:1 0 135px;padding:10px 12px;border-radius:10px;background:var(--bg-stats);border:2px solid var(--line-strong);box-shadow:none}.stat-card-more{color:#000;font:inherit;text-align:left;cursor:pointer}.stat-card-more:hover{background:#d9d9d9}.stat-card span{display:block;min-height:30px;color:#000;font-size:.78rem;font-weight:600;line-height:1.25}.stat-card strong{display:block;overflow:hidden;margin-top:auto;font-size:1.18rem;font-weight:600;color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap}.form-panel{margin:0 8px var(--section-gap);padding:20px;border-radius:10px;background:var(--bg-form);border:2px solid var(--line-form);box-shadow:none}.form-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.form-panel-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.section-label{margin:0 0 8px;color:var(--accent-deep);font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.form-panel-header h2{margin:0;font-size:1.3rem}.inventory-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.inventory-form label{display:flex;flex-direction:column;gap:5px;position:relative}.inventory-form label>span{color:var(--text-muted);font-size:.78rem;font-weight:700;text-align:left}.inventory-form input,.inventory-form select{width:100%;padding:12px 14px;border:2px solid #000;border-radius:10px;background:#fff;color:var(--text-strong);font:inherit}.form-paired-inputs{display:grid;grid-template-columns:7fr 3fr;gap:8px;width:100%}.form-paired-inputs-even{grid-template-columns:repeat(2,minmax(0,1fr))}.form-paired-field{display:flex;flex-direction:column;gap:5px}.form-paired-label{color:var(--text-muted);font-size:.78rem;font-weight:700;text-align:left}.inventory-form .form-input-error{border-color:#ea4335}.date-picker-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px 14px;border:2px solid #000;border-radius:10px;background:#fff;color:var(--text-strong);text-align:left;font:inherit;cursor:pointer}.form-autocomplete{position:relative}.form-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:12;display:flex;flex-direction:column;gap:6px;padding:10px;border:2px solid #000;border-radius:10px;background:#fff}.form-suggestion{border:2px solid #000;border-radius:10px;background:#fff;color:#000;padding:10px 12px;text-align:left;font:inherit;cursor:pointer}.form-suggestion:hover{background:#fff}.form-suggestion-active{background:#e9e9e9}.inventory-form input[type=file]{padding:10px 12px}.file-picker-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%;height:50px;box-sizing:border-box;padding:0 12px;border:2px solid #000;border-radius:10px;background:#fff}.file-picker-button{display:inline-flex;align-items:center;justify-content:center;height:34px;min-height:34px;padding:0 12px;border:2px solid #000;border-radius:8px;background:#000;color:#fff;font:inherit;font-weight:800;white-space:nowrap;cursor:pointer}.file-picker-name{overflow:hidden;color:var(--text-muted);font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.visually-hidden-file{display:none}.image-preview{display:flex;flex-direction:column;gap:10px}.image-preview img{width:120px;height:120px;object-fit:cover;border-radius:10px;border:2px solid #000}.form-actions{grid-column:1 / -1;display:flex;align-items:flex-end;justify-content:flex-end}.form-actions button{width:auto;min-width:150px;height:40px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;padding:0 12px;font:inherit;font-weight:700;cursor:pointer}.form-actions button:disabled{opacity:.7;cursor:wait}.form-barcode-actions{display:flex;flex-direction:column;gap:8px;position:relative;width:100%}.form-barcode-actions .barcode-action-button{width:100%;min-height:var(--card-control-height)}.form-barcode-actions strong{min-height:24px;padding:4px 0;color:#000;font-size:.86rem;word-break:break-all}.toggle-form{display:inline-flex;align-items:center;gap:8px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;padding:0 12px;height:40px;font:inherit;font-weight:700;cursor:pointer}.toggle-form-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;font-size:1rem;line-height:1}.segmented-toggle{display:inline-flex;align-items:center;flex:0 0 auto;gap:3px;height:34px;padding:3px;border:2px solid #000;border-radius:10px;background:#fff;white-space:nowrap}.segmented-toggle-option{display:inline-flex;align-items:center;justify-content:center;height:24px;min-width:72px;padding:0 10px;border:0;border-radius:7px;background:transparent;color:#000;font:inherit;font-size:.75rem;font-weight:700;text-transform:uppercase;cursor:pointer}.segmented-toggle-option:hover{background:#e9e9e9}.segmented-toggle-option-active,.segmented-toggle-option-active:hover{background:#3f4147;color:#fff;cursor:default}.segmented-toggle-option:disabled{cursor:wait;opacity:.72}.data-mode-toggle{min-width:190px}.inventory-form .data-mode-toggle-mobile{display:none}.eyebrow{margin:0 0 10px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep);font-weight:700;font-size:.8rem}.subtitle{margin:0;max-width:58ch;font-size:1rem;line-height:1.65;color:var(--text-muted)}.content{margin:0 8px;padding:0 0 8px}.results{min-width:0}.result-card{background:var(--bg-panel);border:2px solid var(--line);border-radius:10px}.result-card h3{margin:0}.badge{padding:8px 12px;border-radius:10px;text-transform:capitalize;font-size:.9rem;font-weight:700}.badge-loading,.badge-ready,.badge-error{background:#fff;border:2px solid #000}.results-list{display:flex;flex-direction:column;gap:var(--section-gap)}.results-loader{display:flex;flex-direction:column;gap:12px}.results-loader-label{color:#000;font-size:.95rem;font-weight:700}.results-loader-list{display:flex;flex-direction:column;gap:12px}.swipe-card-shell{position:relative;overflow:hidden;border-radius:10px;background:#dd7e6b}.swipe-card-shell:after{content:"Remove";position:absolute;top:0;right:24px;bottom:0;z-index:0;display:flex;align-items:center;color:#fff;font-weight:800;opacity:0;transition:opacity .18s ease}.swipe-card-shell-active:after{opacity:1}.result-card-loading{display:flex;flex-direction:column;gap:10px;background:#fff}.loading-line{height:12px;border-radius:10px;background:linear-gradient(90deg,#bcbcbc,#ececec,#bcbcbc);background-size:200% 100%;animation:loading-shimmer 1.2s linear infinite}.loading-line-title{width:min(240px,70%);height:18px}.loading-line-meta{width:min(160px,45%)}.loading-line-detail{width:min(280px,85%)}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes new-badge-shine{0%,82%,to{transform:skew(-18deg) translate(-42px)}90%{transform:skew(-18deg) translate(82px)}}@keyframes result-card-fade-out{0%{opacity:1;transform:translateY(0);max-height:360px;padding-top:var(--result-card-padding-y);padding-bottom:var(--result-card-padding-y);border-width:2px}45%{opacity:0;transform:translateY(8px)}to{opacity:0;transform:translateY(8px);max-height:0;padding-top:0;padding-bottom:0;border-width:0}}.result-card{--result-card-padding-y: 14px;--result-side-column-width: 320px;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 96px var(--result-side-column-width);grid-template-areas:"main thumb side" "details thumb expiry";align-items:center;column-gap:10px;row-gap:8px;padding:14px 20px 20px;transition:transform .18s ease,opacity .18s ease;touch-action:pan-y;will-change:transform}.result-card-swiping{transition:none}.result-card-removing{animation:result-card-fade-out .65s ease forwards;overflow:hidden;pointer-events:none}.result-thumb{width:72px;height:72px}.result-thumb-button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:zoom-in}.result-thumb img{width:72px;height:72px;border-radius:10px;object-fit:cover;display:block;border:2px solid #000}.result-card-yellow{border-color:#000;background:#fbbc04}.result-card-expired{border-color:#000;background:#5c6b2f;color:#000}.result-card-orange{border-color:#000;background:#ff6d01}.result-card-red{border-color:#000;background:#ea4335}.result-card-purple{border-color:#000;background:#674ea7;color:#000}.result-main{grid-area:main;min-width:0}.result-details{grid-area:details;min-width:0}.result-meta{margin:0 0 10px;color:var(--text-muted);font-size:.92rem;font-weight:600}.result-thumb-brand{max-width:96px;margin:6px 0 0;overflow:hidden;color:#000;text-align:center;text-overflow:ellipsis;white-space:nowrap}.result-subtitle-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0}.result-subtitle{margin:0;color:var(--text-muted)}.item-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-start;margin:0 0 8px}.item-title-group{display:inline-flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.item-title-row h3{margin:0 6px 0 0;font-size:1.2rem;font-weight:600}.product-name-slot{display:inline-flex;align-items:center;min-width:0;max-width:100%;flex:0 1 auto}.product-name-button{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-width:0;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.product-name-button h3{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:0}.product-name-icon{font-size:.82rem;line-height:1;flex:0 0 auto}.product-name-editor{display:inline-flex;align-items:center;width:100%;min-width:0;height:34px;border:2px solid #000;border-radius:10px;background:#fff;box-sizing:border-box;overflow:hidden}.product-name-input{width:100%;min-width:0;height:100%;padding:0 0 0 10px;border:0;background:transparent;color:#000;font:inherit;font-weight:600;box-sizing:border-box;outline:0}.product-name-save{align-self:stretch;display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:0;border:0;background:#fff;color:#000;font:inherit;cursor:pointer}.product-name-save svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.new-item-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 8px;border:2px solid #000;border-radius:10px;position:relative;overflow:hidden;background:#93c47d;color:#000;font-size:.75rem;font-weight:700;text-transform:uppercase;flex:0 0 auto}.new-item-badge:after{content:"";position:absolute;top:-2px;bottom:-2px;left:-18px;width:16px;background:linear-gradient(90deg,#fff0,#ffffffb8,#fff0);transform:skew(-18deg) translate(-42px);animation:new-badge-shine 4s ease-in-out infinite}.item-title-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:nowrap}.mobile-title-actions,.mobile-title-button-group,.mobile-title-thumb{display:none}.item-detail-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap}.result-thumb-cell{grid-area:thumb;display:flex;flex-direction:column;align-items:center;justify-content:center}.result-thumb-empty{border-radius:10px;border:2px solid #000;background:#fff}.expiry{margin:0;color:var(--text-muted);font-size:.95rem}.expiry-label,.expiry-date{display:block}.result-side{grid-area:side;display:flex;width:100%;flex-direction:column;align-items:flex-end;align-self:start;gap:12px;text-align:right;justify-self:end}.side-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.qr-menu{position:relative}.barcode-menu{position:relative;display:inline-flex}.barcode-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--card-control-height);border:2px solid #000;border-radius:10px;background:#fff;color:#000;padding:12px 14px;font:inherit;font-weight:700;cursor:pointer}.barcode-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--card-control-height);border:2px solid #000;border-radius:10px;background:#000;color:#fff;font:inherit;font-weight:700;cursor:pointer;width:var(--card-control-height);padding:0}.barcode-action-button svg,.barcode-scan-button svg{width:16px;height:16px;stroke:#000;fill:none;stroke-width:2;stroke-linecap:square}.barcode-icon-button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:square}.quantity-editor,.price-editor{display:flex;align-items:center;min-height:var(--card-control-height)}.quantity-badge-button,.price-badge-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:148px;min-width:148px;height:var(--card-control-height);padding:0 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;text-align:left;font:inherit;font-weight:700;cursor:pointer}.quantity-badge-label,.price-badge-label{font-size:.84rem}.quantity-badge-icon,.price-badge-icon{font-size:.82rem;line-height:1}.quantity-input-wrap,.price-input-wrap{display:inline-flex;align-items:center;gap:8px;width:148px;min-width:148px;height:var(--card-control-height);padding:0 10px;border:2px solid var(--line);border-radius:10px;background:#fff}.quantity-input{width:64px;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit}.quantity-unit-select{width:44px;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit;font-weight:700}.price-input{width:62px;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit}.price-currency-select{width:68px;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit;font-weight:700}.price-currency-autocomplete{position:relative;flex:0 0 58px}.price-currency-input{width:100%;border:0;outline:0;background:transparent;color:var(--text-strong);font:inherit;font-weight:700;text-transform:uppercase}.price-currency-suggestions{position:absolute;top:calc(100% + 8px);right:0;z-index:24;display:flex;width:124px;flex-direction:column;gap:6px;padding:8px;border:2px solid #000;border-radius:10px;background:#fff}.price-currency-suggestion{border:2px solid #000;border-radius:10px;background:#fff;color:#000;padding:8px 10px;text-align:left;font:inherit;font-weight:700;cursor:pointer}.price-currency-suggestion-active,.price-currency-suggestion:hover{background:#e9e9e9}.expiry-editor{grid-area:expiry;display:flex;width:100%;align-items:center;align-self:end;justify-self:end}.expiry-badge-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;width:100%;height:var(--card-control-height);padding:0 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;text-align:right;font:inherit;cursor:pointer}.expiry-badge-button .expiry-label,.expiry-badge-button .expiry-date{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expiry-badge-button .expiry-date{color:var(--text-strong);font-weight:700;margin-left:auto;text-align:right}.expiry-badge-icon{font-size:.82rem;line-height:1;color:#000}.expiry-input-wrap{display:inline-flex;align-items:center;width:100%;height:var(--card-control-height);border:2px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.expiry-input-wrap.expiry-input-error{border-color:#ea4335}.expiry-input{flex:1 1 auto;min-width:0;height:100%;padding:0 4px 0 12px;border:0;background:transparent;color:var(--text-strong);font:inherit;outline:0}.expiry-save{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;align-self:stretch;padding:0;border:0;background:#fff;color:#000;cursor:pointer}.expiry-save svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.date-picker-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:18px;background:#0000009e}.date-picker-modal{width:min(520px,100%);padding:26px 26px 18px;border:2px solid #000;border-radius:32px;background:#f4f8fb;color:#1b1f24;box-shadow:0 24px 70px #00000061}.date-picker-modal h2{margin:0 0 28px;color:#1b1f24;font-size:clamp(2rem,8vw,2.8rem);font-weight:500;letter-spacing:-.04em}.date-picker-wheel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:6px 14px 22px}.date-picker-column{display:grid;gap:8px;text-align:center}.date-picker-column button{position:relative;min-height:64px;border:0;background:transparent;color:#9aa0a6;font:inherit;font-size:clamp(1.25rem,5vw,1.7rem);cursor:pointer}.date-picker-column button:disabled{cursor:not-allowed;opacity:.38}.date-picker-column .date-picker-selected{color:#1b1f24;cursor:default}.date-picker-column .date-picker-selected:before,.date-picker-column .date-picker-selected:after{content:"";position:absolute;left:6px;right:6px;height:3px;border-radius:999px;background:#5f6972}.date-picker-column .date-picker-selected:before{top:0}.date-picker-column .date-picker-selected:after{bottom:0}.date-picker-actions{display:flex;justify-content:flex-end;gap:18px}.date-picker-actions button{min-width:92px;min-height:44px;border:0;background:transparent;color:#08779a;font:inherit;font-size:1.15rem;font-weight:800;cursor:pointer}.remove-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;border:2px solid #000;border-radius:10px;background:#dd7e6b;color:#fff;padding:0 12px;font:inherit;font-weight:700;cursor:pointer}.duplicate-item{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;padding:0 12px;font:inherit;font-weight:700;cursor:pointer}.upload-image-button,.shopping-list-item-button{display:inline-flex;align-items:center;justify-content:center;width:var(--card-control-height);height:var(--card-control-height);padding:0;border:2px solid #000;border-radius:10px;background:#000;color:#fff;cursor:pointer}.upload-image-button svg,.shopping-list-item-button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.duplicate-item:disabled,.upload-image-button:disabled,.shopping-list-item-button:disabled,.remove-item:disabled,.confirm-modal-cancel:disabled,.confirm-modal-confirm:disabled{cursor:wait;opacity:.72}.action-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex:0 0 14px}.action-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.visually-hidden-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.zone{padding:6px 10px;border-radius:10px;font-size:.8rem;font-weight:700}.zone-editor{display:flex;align-items:center;min-height:var(--card-control-height)}.qr-code-button{display:inline-flex;align-items:center;justify-content:center;width:var(--card-control-height);height:var(--card-control-height);padding:0;border:2px solid #000;border-radius:10px;background:#000;color:#fff;cursor:pointer}.qr-code-button svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter}.qr-menu-dropdown{position:absolute;top:calc(100% + 6px);right:auto;left:0;z-index:20;min-width:190px;padding:6px;border:2px solid #000;border-radius:10px;background:#ccc;box-shadow:0 10px 24px #0000001f}.barcode-menu-dropdown{position:absolute;top:calc(100% + 6px);left:0;z-index:24;width:min(277px,calc(100vw - 32px));padding:8px;border:2px solid #000;border-radius:10px;background:#ccc;box-shadow:0 10px 24px #0000001f}.barcode-scan-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:var(--card-control-height);margin-bottom:8px;border:2px solid #000;border-radius:10px;background:#000;color:#fff!important;font:inherit;font-weight:700;cursor:pointer}.barcode-scan-button span{color:#fff!important}.barcode-scan-button input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.barcode-reader{display:none}.barcode-scan-status{margin:4px 0 8px;padding:8px 10px;font-size:.8rem;font-weight:600;line-height:1.35;border:2px solid #000;border-radius:8px;background:#fff;color:#000}.barcode-scan-status-success{background:#93c47d;color:#000}.qr-menu-title{padding:6px 8px 8px;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase}.qr-menu-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:10px}.qr-menu-toggle-button{height:36px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font:inherit;font-weight:700;cursor:pointer}.qr-menu-toggle-button-active{background:#000;color:#fff}.qr-menu-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:8px}.qr-menu-field{display:flex;flex-direction:column;gap:5px;margin-bottom:8px;font-size:.78rem;font-weight:700}.qr-menu-select,.qr-menu-input{width:100%;height:var(--card-control-height);padding:0 10px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font:inherit}.qr-menu-hint{margin:0 0 8px;font-size:.74rem;line-height:1.35}.qr-menu-item{display:block;width:100%;padding:9px 10px;border:0;border-radius:8px;background:#fff;color:#000;text-align:left;font:inherit;font-weight:700;cursor:pointer;min-height:var(--card-control-height)}.qr-menu-item:hover{background:#ccc}.qr-menu-submit:hover{background:#000;color:#fff}.barcode-menu-dropdown .qr-menu-item{display:flex;align-items:center;justify-content:center;border:2px solid #000;border-radius:10px;background:#fff;color:#000;text-align:center;padding:0 12px;height:40px;font:inherit;font-weight:700;font-size:inherit;cursor:pointer}.barcode-menu-dropdown .qr-menu-item:hover{background:#ccc}.barcode-menu-dropdown .qr-menu-submit:hover{background:#000;color:#fff}.barcode-menu-dropdown .qr-menu-item:disabled{opacity:.5;cursor:not-allowed}.qr-menu-submit{display:flex;align-items:center;justify-content:center;border:2px solid #000;border-radius:10px;background:#000;color:#fff;padding:0 12px;height:40px;text-align:center;font:inherit;font-weight:700;font-size:inherit;cursor:pointer;transition:opacity .12s ease}.barcode-menu-dropdown .qr-menu-submit{background:#000;color:#fff}.qr-menu-submit:disabled{opacity:.5;cursor:not-allowed}.barcode-search-action{width:100%}.zone-badge-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:148px;min-width:148px;height:var(--card-control-height);padding:0 12px;border:2px solid #000;border-radius:10px;text-align:left;font:inherit;font-weight:700;cursor:pointer}.zone-badge-label{font-size:.8rem}.zone-badge-icon{font-size:.82rem;line-height:1}.zone-select{width:148px;min-width:148px;height:var(--card-control-height);padding:0 12px;border:2px solid var(--line);border-radius:10px;background:#ffffffd6;color:var(--text-strong);font:inherit}.zone-red.zone-badge-button,.zone-red{background:#ea4335;color:#000}.zone-orange.zone-badge-button,.zone-orange{background:#ff6d01;color:#000}.zone-yellow.zone-badge-button,.zone-yellow{background:#fbbc04;color:#000}.zone-green.zone-badge-button,.zone-green{background:#93c47d;color:#000}.zone-blue.zone-badge-button,.zone-blue{background:#6fa8dc;color:#000}.zone-violet.zone-badge-button,.zone-violet{background:#8e7cc3;color:#fff}.zone-grey.zone-badge-button,.zone-grey{background:#b7b7b7;color:#000}.zone-black.zone-badge-button,.zone-black{background:#000;color:#fff}.zone-white.zone-badge-button,.zone-white{background:#fff;color:#000}.location-editor{display:flex;align-items:center;min-height:var(--card-control-height)}.location-badge-button{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:148px;min-width:148px;height:var(--card-control-height);padding:0 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;text-align:left;font:inherit;font-weight:700;cursor:pointer}.location-badge-label{font-size:.84rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-badge-icon{font-size:.82rem;line-height:1}.location-select{width:148px;min-width:148px;height:var(--card-control-height);padding:0 12px;border:2px solid var(--line);border-radius:10px;background:#ffffffd6;color:var(--text-strong);font:inherit}.empty-state{margin:0;padding:24px;border-radius:10px;background:#fff;color:#000;border:2px solid #000}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:flex;align-items:center;justify-content:center;padding:24px;background:#101d16b8}.image-lightbox-frame{max-width:min(92vw,980px);max-height:88vh;padding:14px;border-radius:10px;background:#fff;box-shadow:none;border:2px solid #000}.image-lightbox-frame img{display:block;max-width:100%;max-height:calc(88vh - 28px);border-radius:10px}.image-lightbox-close{position:absolute;top:18px;right:18px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;background:#00000080}.modal-backdrop.barcode-menu-backdrop{z-index:23}.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000080}.privacy-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:32;display:flex;align-items:center;justify-content:center;padding:18px;background:#00000080}.privacy-modal{position:relative;width:min(760px,100%);max-height:min(86vh,780px);overflow:auto;padding:22px;border:2px solid #000;border-radius:10px;background:#fff;color:#000}.privacy-modal-x{position:absolute;top:14px;right:14px;width:38px;height:38px;min-height:38px;padding:0;border:2px solid transparent;border-radius:10px;background:transparent;color:#000;font:inherit;font-size:1.7rem;font-weight:900;line-height:1;cursor:pointer}.privacy-modal-header p{margin:0 0 8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.privacy-modal-header h2{margin:0 0 18px;font-size:clamp(2rem,6vw,4rem);line-height:.95}.privacy-modal-content{display:grid;gap:12px}.privacy-modal-content section{padding:14px;border:2px solid #000;border-radius:10px;background:#ccc}.privacy-modal-content h3,.privacy-modal-content p{margin:0}.privacy-modal-content h3{margin-bottom:8px}.action-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000080}.action-modal-backdrop-anchored{display:block;padding:0;background:#00000047}.action-modal{width:min(260px,calc(100vw - 16px));max-height:calc(100vh - 16px);overflow:auto;padding:8px;border:2px solid #000;border-radius:10px;background:#fff;box-shadow:0 10px 24px #0000001f}.action-modal-anchored{position:fixed}.action-modal-qr{width:min(272px,calc(100vw - 16px))}.action-modal-barcode-search{width:min(248px,calc(100vw - 16px))}.action-modal-eyebrow{margin:0;padding:6px 28px 2px 8px;color:#000;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-align:center;text-transform:uppercase}.action-modal-header{display:flex;align-items:center;justify-content:center;margin-bottom:8px;position:relative}.action-modal-title{margin:0;padding:0 28px 0 8px;font-size:.94rem;font-weight:700;color:#000;text-align:center}.action-modal-close{position:absolute;right:0;top:50%;transform:translateY(-50%);border:2px solid transparent;background:transparent;color:#000;font:inherit;font-size:1.2rem;line-height:1;cursor:pointer;padding:2px 6px;border-radius:8px}.action-modal-text{margin:0 0 8px;color:#000;font-size:.74rem;line-height:1.35}.action-modal-field{display:flex;flex-direction:column;gap:5px;margin-bottom:8px;font-size:.78rem;font-weight:700}.action-modal-button-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.action-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.action-modal-actions .qr-menu-item,.action-modal-actions .qr-menu-submit{width:auto;min-width:92px}.barcode-action-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.barcode-action-modal-actions .action-modal-secondary,.barcode-action-modal-actions .qr-menu-item,.barcode-action-modal-actions .qr-menu-submit{width:100%;min-width:0}.action-modal-secondary{display:flex;align-items:center;justify-content:center;min-width:92px;height:40px;padding:0 12px;border:2px solid #000;border-radius:10px;background:#ccc;color:#000;font:inherit;font-weight:700;cursor:pointer}.action-modal-secondary:hover{background:#ccc}.action-modal-secondary:disabled{opacity:.5;cursor:not-allowed}.confirm-modal{width:min(460px,100%);padding:24px;border:2px solid #000;border-radius:10px;background:#fff;box-shadow:none}.confirm-modal h2{margin:0 0 10px;font-size:1.35rem;color:var(--text-strong)}.confirm-modal p{margin:0;color:var(--text-muted);line-height:1.55}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.confirm-modal-cancel,.confirm-modal-confirm{border-radius:10px;padding:0 12px;height:40px;font:inherit;font-weight:700;cursor:pointer}.confirm-modal-cancel{border:2px solid #000;background:#fff;color:#000}.confirm-modal-cancel:hover{background:#ccc}.confirm-modal-confirm{border:2px solid #000;background:#dd7e6b;color:#fff}.shopping-list-modal{width:min(420px,calc(100vw - 28px));padding:12px;background:#fff}.shopping-list-popover{position:absolute;right:0;bottom:66px;z-index:3;display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(74vh,640px);overflow:hidden;border:2px solid #000;border-radius:10px;color:#000}.shopping-list-body{min-height:0;overflow:auto;padding-right:2px}.shopping-list-empty{margin:8px 0 14px;color:#000;font-weight:700}.shopping-list-items{display:grid;gap:3px;margin:4px 0}.shopping-list-row{display:grid;grid-template-columns:22px minmax(0,1fr) 34px;align-items:center;gap:8px;min-height:34px;padding:3px 2px;border:0;border-radius:0;background:transparent;color:#000;font-weight:800;cursor:pointer}.shopping-list-row-dragging{opacity:.55}.shopping-list-drag-handle{color:#444;font-size:1.2rem;font-weight:900;line-height:1;cursor:grab;-webkit-user-select:none;user-select:none}.shopping-list-check{display:flex;align-items:center;gap:10px;min-width:0;cursor:pointer}.shopping-list-check input{flex:0 0 auto;width:18px;height:18px;accent-color:#000}.shopping-list-check span{min-width:0;overflow:hidden;text-overflow:ellipsis}.shopping-list-row-checked .shopping-list-check span{color:#444;text-decoration:line-through;text-decoration-thickness:2px}.shopping-list-remove-item{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:50%;background:transparent;color:#000;cursor:pointer}.shopping-list-remove-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.shopping-list-remove-item:hover{background:#00000014}.shopping-list-manual-form{position:relative;display:grid;grid-template-columns:1fr 52px;gap:10px;margin:8px 0 14px}.shopping-list-manual-input-wrap{position:relative;min-width:0}.shopping-list-manual-input{width:100%;min-height:44px;padding:8px 12px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font:inherit;font-weight:800}.shopping-list-manual-submit{min-height:44px;border:2px solid #000;border-radius:10px;background:#000;color:#fff;font-size:1.25rem;font-weight:900;cursor:pointer}.shopping-list-manual-submit:disabled{cursor:not-allowed;opacity:.45}.shopping-list-manual-suggestions{position:static;width:100%;z-index:60;display:grid;gap:6px;margin-top:6px;padding:8px;border:2px solid #000;border-radius:10px;background:#fff;box-shadow:0 12px 24px #0000002e}.shopping-list-manual-suggestion{min-height:38px;padding:7px 9px;border:2px solid #000;border-radius:10px;background:#ccc;color:#000;font:inherit;font-weight:800;text-align:left;cursor:pointer}.shopping-list-manual-suggestion-active{background:#93c47d}.shopping-list-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.shopping-list-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;font:inherit;font-weight:800}.shopping-list-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.toast{position:fixed;right:18px;bottom:18px;z-index:40;max-width:min(360px,calc(100vw - 32px));padding:12px 14px;border:2px solid #000;border-radius:10px;background:#fff;color:#000;font-size:.92rem;font-weight:700;box-shadow:none}.toast-success{background:#fff}.toast-error{background:#dd7e6b;color:#fff}@media (max-width: 960px){.inventory-form{grid-template-columns:1fr;gap:10px}.result-card{--result-card-padding-y: 14px;--result-side-column-width: 280px;grid-template-columns:minmax(0,1fr) 84px var(--result-side-column-width);grid-template-areas:"main thumb side" "details thumb expiry";column-gap:8px;row-gap:8px;padding:14px 18px}.result-thumb-cell{justify-content:center}.result-side{width:auto;align-items:flex-end;text-align:right;justify-self:end}.zone-editor{align-items:center}}@media (max-width: 640px){:root{--section-gap: 10px}.page{padding:14px 8px 24px}.shell{padding:0}.landing-page{padding:0 12px}.landing-carousel{width:100%}.landing-card-stage{gap:18px;padding:12px 0 18px}.landing-card{grid-template-columns:1fr;align-content:start;gap:14px;min-height:calc(100svh - 24px);padding:18px;overflow:auto;box-shadow:5px 5px #000;transform:translateY(calc(var(--card-offset) * 8px)) scale(calc(1 - var(--card-distance) * .012))}.landing-reveal-item{transform:translateY(10px)}.landing-card h1{max-width:12ch;font-size:clamp(2rem,13vw,3.6rem)}.landing-login-panel{min-width:0;width:100%}.landing-card-content{min-width:0}#landing-card-preview{grid-template-columns:1fr}#landing-card-preview .landing-card-content{width:100%}.landing-preview-device-grid{grid-template-columns:minmax(0,1fr) minmax(88px,.38fr);gap:10px}.landing-preview-frame{box-shadow:4px 4px #000}.landing-preview-frame-desktop{aspect-ratio:.9}.landing-preview-frame-mobile{max-height:310px}.landing-tip-carousel{width:100%}.landing-tip-card{min-height:230px;padding:16px}#landing-card-support{gap:26px}.landing-support-card{margin-top:10px}.landing-support-qr{max-width:min(260px,100%);justify-self:center}.landing-dots{top:auto;right:50%;bottom:16px;flex-direction:row;transform:translate(50%)}.landing-dot{width:12px;height:12px}.landing-dot-active{width:28px;height:12px}.landing-scroll-hint{bottom:54px;width:42px;height:42px;font-size:1.5rem}.searchbar,.form-panel,.stat-card{border-radius:10px}.searchbar-wrap,.stats-row,.form-panel,.content{margin-left:4px;margin-right:4px}.inventory-form{grid-template-columns:1fr}.stats-row{gap:8px}.stat-card{flex:0 0 calc((100% - 16px) / 3.25);min-height:82px;padding:9px 10px}.stat-card strong{font-size:1rem}.result-card{--result-card-padding-y: 16px;grid-template-columns:minmax(0,1fr);grid-template-areas:"main" "details" "expiry";column-gap:0;row-gap:10px;padding:16px 14px;border-radius:10px;align-items:start}.result-thumb,.result-thumb img{width:60px;height:60px;border-radius:10px}.item-title-row{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;min-width:0;width:100%;flex-wrap:nowrap}.item-title-row h3{font-size:.98rem;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2;margin-right:0}.item-title-group{min-width:0;width:100%;flex:0 0 auto;flex-wrap:nowrap;justify-content:space-between}.product-name-slot{min-width:0;flex:1 1 auto}.product-name-button h3{min-width:0}.opened-badge-button{height:30px;padding:2px}.opened-badge-button .segmented-toggle-option{min-width:46px;height:22px;padding:0 6px;font-size:.62rem}.product-name-editor{min-width:0;width:100%;max-width:280px;height:30px}.product-name-input{font-size:.98rem}.product-name-save{min-width:26px}.item-title-actions{display:none}.mobile-title-actions{display:inline-flex;align-items:center;justify-content:space-between;flex:0 0 auto;width:100%;gap:8px;flex-wrap:nowrap}.mobile-title-button-group,.mobile-title-thumb{display:inline-flex;align-items:center;gap:8px;min-width:0}.mobile-title-button-group{flex:1 1 auto;justify-content:flex-start}.mobile-title-thumb{flex:0 1 auto;justify-content:flex-end;margin-left:auto}.mobile-title-thumb .result-thumb-brand{max-width:96px;margin:0;text-align:right}.mobile-title-thumb .result-thumb,.mobile-title-thumb .result-thumb img{width:40px;height:40px}.item-detail-actions{grid-column:1 / -1;gap:6px;flex-wrap:wrap}.result-thumb-cell{display:none}.upload-image-button{width:36px;height:36px}.upload-image-button svg{width:14px;height:14px}.result-subtitle-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;gap:6px;margin:0}.location-editor,.zone-editor,.quantity-editor,.price-editor{min-width:0;width:100%}.location-badge-button,.quantity-badge-button,.price-badge-button,.location-select,.zone-badge-button,.zone-select,.quantity-input-wrap,.price-input-wrap{width:100%;min-width:0;height:36px;padding:0 6px;gap:4px}.location-badge-label,.zone-badge-label,.quantity-badge-label,.price-badge-label{min-width:0;overflow:hidden;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.location-badge-icon,.zone-badge-icon,.quantity-badge-icon,.price-badge-icon{flex:0 0 auto;font-size:.72rem}.quantity-input,.price-input{width:42px;min-width:0}.quantity-unit-select{width:34px;min-width:0}.price-currency-autocomplete{flex:1 1 36px;min-width:0}.side-top-actions{gap:6px}.result-side .side-top-actions,.result-side{display:none}.qr-code-button,.barcode-icon-button{width:36px;min-height:36px;height:36px}.result-details{width:100%}.result-subtitle-row{width:100%;gap:6px;margin:0}.expiry-badge-button,.expiry-input-wrap,.expiry-input{height:36px;min-height:36px}.expiry-editor{grid-column:1 / -1;width:100%;justify-self:stretch;align-self:start}.expiry-badge-button,.expiry-input-wrap,.expiry-input{width:100%}.expiry-badge-button{display:flex;justify-content:space-between}.result-meta,.result-subtitle,.expiry{font-size:.86rem}.result-side{justify-self:end;align-self:start}.expiry{line-height:1.25}.action-icon{width:12px;height:12px;flex-basis:12px}.action-icon svg{width:12px;height:12px}.form-panel-header{align-items:flex-start}.form-panel-actions{justify-content:flex-start}.data-mode-toggle-header{display:none}.inventory-form .data-mode-toggle-mobile{display:inline-flex;justify-self:start;width:auto;margin-bottom:-4px}.toast{left:8px;right:8px;bottom:12px;max-width:none}.scroll-top-button{right:14px;bottom:74px;width:48px;height:48px;font-size:1.7rem}.scroll-top-button-with-language,.scroll-top-button-with-settings{bottom:74px}.scroll-top-button-with-shopping{bottom:128px}.shopping-list-floating{right:14px;bottom:68px}.shopping-list-floating-button{width:48px;height:48px}.shopping-list-count{top:-12px;right:-12px}.language-floating,.settings-floating{right:14px;bottom:14px}.language-button,.settings-button{width:48px;height:48px}.language-button{font-size:.92rem}.settings-button svg{width:24px;height:24px}.language-popover,.settings-popover{right:0;bottom:58px}.shopping-list-popover{width:min(340px,calc(100vw - 28px));max-height:calc(100vh - 150px)}.language-popover{width:min(240px,calc(100vw - 28px))}.barcode-menu-dropdown{width:min(231px,calc(100vw - 32px));right:0}.barcode-scan-button{font-size:.75rem}.barcode-scan-button svg{width:14px;height:14px}.barcode-scan-status{font-size:.74rem}}
