:root{--bg: #0b0f0d;--surface: #161d1a;--surface-2: #202a25;--border: #2c3a34;--text: #eef4f1;--muted: #93a39b;--accent: #0b6e4f;--accent-bright: #1fae7d;--warn: #c98a2c;--danger: #c94f4f;--danger-bg: transparent;color-scheme:dark}:root[data-theme=midnight]{--bg: #0b0e17;--surface: #161b29;--surface-2: #1f2636;--border: #2c3450;--text: #eef0f7;--muted: #8d94ab;--accent: #4f5fd6;--accent-bright: #7c8bff;--warn: #c98a2c;--danger: #d1566a;color-scheme:dark}:root[data-theme=ocean]{--bg: #071a1f;--surface: #0f2830;--surface-2: #163540;--border: #1f4550;--text: #e8f6f7;--muted: #85a7ac;--accent: #0e7c86;--accent-bright: #22b8c4;--warn: #c98a2c;--danger: #c9524f;color-scheme:dark}:root[data-theme=sunset]{--bg: #1a120b;--surface: #241a10;--surface-2: #2f2415;--border: #40311d;--text: #f7ede0;--muted: #b6a086;--accent: #c9700b;--accent-bright: #f0932b;--warn: #c98a2c;--danger: #d1566a;color-scheme:dark}:root[data-theme=berry]{--bg: #150b14;--surface: #21121f;--surface-2: #2c1a2a;--border: #402138;--text: #f5eaf3;--muted: #ab8ba8;--accent: #9c2e7a;--accent-bright: #d94fb0;--warn: #c98a2c;--danger: #d1566a;color-scheme:dark}:root[data-theme=daylight]{--bg: #f5f7f5;--surface: #ffffff;--surface-2: #eef1ee;--border: #d8ddd7;--text: #16201a;--muted: #5b6b60;--accent: #0b6e4f;--accent-bright: #128a63;--warn: #a8681c;--danger: #b23a3a;--danger-bg: rgba(178, 58, 58, .12);color-scheme:light}:root[data-theme=sand]{--bg: #f7f1e8;--surface: #fffaf3;--surface-2: #f0e6d6;--border: #e0d2b8;--text: #241c12;--muted: #6b5d47;--accent: #b5651d;--accent-bright: #c97a2e;--warn: #a8681c;--danger: #b23a3a;--danger-bg: rgba(178, 58, 58, .14);color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{position:relative;padding:1.1rem 1.25rem .7rem}.brand{display:flex;align-items:center;gap:.5rem}.brand-mark{width:1.8rem;height:1.8rem;flex-shrink:0;color:var(--accent-bright);filter:drop-shadow(0 1px 3px rgba(0,0,0,.25))}.brand-name{margin:0;display:flex;align-items:baseline;gap:.18rem;font-size:1.55rem;font-weight:800;letter-spacing:-.01em}.brand-kitch{color:var(--text)}.brand-instock{color:var(--accent-bright)}main{flex:1;padding-bottom:calc(5rem + env(safe-area-inset-bottom))}.page{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.navbar{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;gap:.4rem;background:var(--surface);border-top:1px solid var(--border);padding:.5rem .5rem calc(.5rem + env(safe-area-inset-bottom))}.navbar a{flex:1;text-align:center;padding:.85rem .3rem;border-radius:10px;border:1px solid transparent;color:var(--muted);text-decoration:none;font-size:.85rem;font-weight:600;line-height:1.2}.navbar a.active{background:var(--surface-2);border-color:var(--border);color:var(--accent-bright)}button{font:inherit;cursor:pointer}.direction-toggle{display:flex;gap:.5rem}.direction-toggle button{flex:1;padding:.9rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.direction-toggle button.direction-in.active{background:#1fae7d;border-color:#1fae7d;color:#fff}.direction-toggle button.direction-out.active{background:#dc3545;border-color:#dc3545;color:#fff}.scan-mode-banner{display:flex;align-items:center;gap:.5rem;margin:0;padding:.5rem .75rem;border-radius:8px;font-weight:600;font-size:.85rem}.scan-mode-dot{width:.6rem;height:.6rem;border-radius:50%;flex-shrink:0}.mode-in .scan-mode-banner{background:#1fae7d24;color:#1fae7d}.mode-in .scan-mode-dot{background:#1fae7d}.mode-out .scan-mode-banner{background:#dc354524;color:#dc3545}.mode-out .scan-mode-dot{background:#dc3545}.scanner-viewport{border-radius:12px;overflow:hidden;background:#000;height:280px}.scanner-viewport video{width:100%!important;height:100%!important;object-fit:cover}.mode-in .scanner-viewport{box-shadow:0 0 0 3px #1fae7d}.mode-out .scanner-viewport{box-shadow:0 0 0 3px #dc3545}.scanner-error{color:var(--danger);font-size:.9rem}.manual-entry{display:flex;gap:.5rem}.manual-entry input,.search input,input[type=text],input[type=number],input[type=password]{flex:1;padding:.75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.manual-entry button{padding:0 1.1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.feedback{padding:1rem;border-radius:10px;display:flex;flex-direction:column;gap:.4rem}.feedback-ok{background:#1fae7d26;border:1px solid var(--accent-bright)}.feedback-unknown{background:#c98a2c26;border:1px solid var(--warn)}.feedback-error{background:#c94f4f26;border:1px solid var(--danger)}.search{display:flex}.inventory-list,.shopping-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.shopping-list li{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.swipe-row{position:relative;overflow:hidden;border-radius:10px}.swipe-actions{position:absolute;top:0;right:0;bottom:0;z-index:0;display:flex}.swipe-edit-button{flex:1;border:none;background:var(--accent);color:#fff;font-weight:600;font-size:.85rem}.swipe-content{position:relative;z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;touch-action:pan-y;transition:transform .2s ease-out}.swipe-row.low .swipe-content{border-color:var(--warn)}.item-thumb{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--surface-2);display:flex;align-items:center;justify-content:center}.item-thumb img{width:100%;height:100%;object-fit:cover}.item-thumb-fallback .item-thumb-icon{width:1.3rem;height:1.3rem;color:var(--muted)}.item-main{display:flex;flex-direction:column;flex:1 1 140px}.item-name{font-weight:600}.item-brand{color:var(--muted);font-size:.8rem}.source-tag{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.item-controls{display:flex;align-items:center;gap:.5rem}.item-controls button{width:2.2rem;height:2.2rem;border-radius:50%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:1.1rem}.qty{min-width:1.5rem;text-align:center;font-weight:600}.item-par{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--muted)}.item-par input{width:3.5rem;padding:.4rem}.remove{border:none;background:none;color:var(--danger);padding:.4rem}.store-link{padding:.5rem .8rem;border-radius:8px;background:var(--accent);color:#fff;text-decoration:none;font-size:.85rem}.build-basket{padding:.9rem;border-radius:10px;border:none;background:var(--accent);color:#fff;font-weight:600}.build-basket:disabled{opacity:.5}.note{color:var(--muted);font-size:.8rem}.empty{color:var(--muted)}.error-boundary{gap:.75rem}.error-boundary button{align-self:flex-start;padding:.6rem 1rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.welcome-page form,.auth-page form{display:flex;flex-direction:column;gap:.75rem}.welcome-page,.auth-page{flex:1;justify-content:center;align-items:center;min-height:100vh}.tour-card{align-items:center;text-align:center}.tour-dots{display:flex;gap:.4rem;justify-content:center}.tour-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--border)}.tour-dot.active{background:var(--accent-bright)}.tour-mockup{width:100%;min-height:8rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.75rem;border-radius:12px;background:var(--surface-2);border:1px solid var(--border)}.tour-title{margin:0;font-size:1.1rem}.tour-body{text-align:left}.tour-actions{width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.tour-mockup-toggle{display:flex;gap:.3rem}.tour-mockup-pill{flex:1;padding:.3rem;border-radius:6px;background:var(--surface);border:1px solid var(--border);color:var(--muted);font-size:.6rem;text-align:center}.tour-mockup-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.tour-mockup-scanner{position:relative;height:3.5rem;border-radius:8px;background:#000;overflow:hidden;display:flex;align-items:center;justify-content:center}.tour-mockup-barcode{width:60%;height:60%;background:repeating-linear-gradient(90deg,#fff 0px,#fff 2px,transparent 2px,transparent 5px);opacity:.8}.tour-mockup-scanline{position:absolute;left:8%;right:8%;height:2px;background:var(--accent-bright);animation:tourScanline 1.6s ease-in-out infinite}@keyframes tourScanline{0%,to{top:15%}50%{top:80%}}.tour-mockup-row{display:flex;align-items:center;gap:.4rem}.tour-mockup-dot{width:.6rem;height:.6rem;border-radius:50%;background:var(--accent-bright);flex-shrink:0}.tour-mockup-row-name{flex:1;height:.5rem;border-radius:4px;background:var(--border)}.tour-mockup-stepper{display:flex;gap:.2rem;font-size:.65rem;color:var(--muted)}.tour-mockup-stepper span{width:1rem;height:1rem;border-radius:4px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.tour-mockup-gauge{position:relative;height:.5rem;border-radius:4px;background:var(--border);overflow:hidden}.tour-mockup-gauge-fill{position:absolute;left:0;top:0;bottom:0;background:var(--accent-bright);animation:tourGaugeDrain 2.4s ease-in-out infinite}@keyframes tourGaugeDrain{0%{width:90%;background:var(--accent-bright)}70%{width:22%;background:var(--danger)}to{width:22%;background:var(--danger)}}.tour-mockup-gauge-threshold{position:absolute;left:22%;top:-2px;bottom:-2px;width:2px;background:var(--text)}.tour-mockup-caption{font-size:.65rem;color:var(--muted)}.tour-mockup-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;font-size:.7rem}.tour-mockup-list li{padding:.2rem .4rem;border-radius:6px;background:var(--surface);border:1px solid var(--border);color:var(--text)}.tour-mockup-list li.checked{color:var(--muted);text-decoration:line-through;border-color:transparent}.tour-mockup-list li.need{color:var(--danger);border-color:var(--danger)}.tour-mockup-meal{display:flex;align-items:center;gap:.4rem}.tour-mockup-meal-badge{padding:.15rem .4rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.6rem;font-weight:600;white-space:nowrap}.tour-mockup-meal-name{flex:1;height:.5rem;border-radius:4px;background:var(--border)}.tour-mockup-route{display:flex;align-items:center;gap:.3rem;margin-top:.2rem}.tour-mockup-pin{width:.6rem;height:.6rem;border-radius:50% 50% 50% 0;background:var(--accent-bright);transform:rotate(-45deg);flex-shrink:0}.tour-mockup-route-line{flex:1;height:2px;background:repeating-linear-gradient(90deg,var(--accent-bright) 0 6px,transparent 6px 10px)}.tour-mockup-shelf{position:relative;height:1.5rem;display:flex;align-items:flex-end;gap:.3rem;padding-bottom:.25rem}.tour-mockup-shelf-line{position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--border)}.tour-mockup-shelf-item{width:.8rem;height:1rem;border-radius:2px;background:var(--accent-bright);opacity:0;animation:tourShelfDrop 1.8s ease-out infinite}.tour-mockup-shelf-item:nth-child(2){animation-delay:.25s}.tour-mockup-shelf-item:nth-child(3){animation-delay:.5s}@keyframes tourShelfDrop{0%{opacity:0;transform:translateY(-12px)}30%,to{opacity:1;transform:translateY(0)}}.auth-hero{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-bottom:1.75rem}.auth-hero-icon{width:3.75rem;height:3.75rem;color:var(--accent-bright);filter:drop-shadow(0 3px 10px rgba(0,0,0,.3))}.auth-hero-name{display:flex;align-items:baseline;gap:.2rem;font-size:2rem;font-weight:800;letter-spacing:-.01em}.auth-card{width:100%;max-width:22rem;display:flex;flex-direction:column;gap:1rem;padding:1.75rem 1.5rem;border-radius:16px;border:1px solid var(--border);background:var(--surface);box-shadow:0 12px 32px #00000040}.auth-mode-toggle{display:flex;gap:.35rem;padding:.3rem;border-radius:10px;background:var(--surface-2)}.auth-mode-toggle button{flex:1;padding:.6rem;border-radius:8px;border:none;background:transparent;color:var(--muted);font:inherit;font-weight:600}.auth-mode-toggle button.active{background:var(--accent);color:#fff}.browser-tip{width:100%;max-width:22rem;display:flex;flex-direction:column;gap:.5rem;padding:.9rem 1rem;margin-bottom:1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.85rem}.browser-tip p{margin:0}.install-tip{width:100%;max-width:22rem;display:flex;flex-direction:column;gap:.6rem;padding:.9rem 1rem;margin-bottom:1rem;border-radius:10px;border:1px solid var(--accent-bright);background:var(--surface-2);color:var(--text);font-size:.85rem}.install-tip p{margin:0}.install-steps{margin:0;padding-left:1.1rem;color:var(--muted);font-size:.85rem;line-height:1.5}.shopping-preferences{display:flex;flex-direction:column;gap:.75rem}.welcome-page label{font-weight:600;font-size:.9rem}.select{position:relative}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;text-align:left}.select-trigger:focus-visible,.select-option:focus-visible{outline:2px solid var(--accent-bright);outline-offset:1px}.select-chevron{color:var(--muted);font-size:.75rem}.select-list{position:absolute;z-index:50;top:calc(100% + .4rem);left:0;right:0;margin:0;padding:.35rem;list-style:none;max-height:16rem;overflow-y:auto;border-radius:10px;border:1px solid var(--border);background:var(--surface);box-shadow:0 8px 24px #0000004d}.select-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .65rem;border-radius:8px;border:none;background:transparent;color:var(--text);font:inherit;text-align:left}.select-option:hover{background:var(--surface-2)}.select-option.active{color:var(--accent-bright);font-weight:600}.select-check{color:var(--accent-bright)}.mode-choice{display:flex;flex-direction:column;gap:.5rem}.mode-option{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);font-weight:400;cursor:pointer}.mode-option.active{border-color:var(--accent-bright);background:#1fae7d1f}.mode-option input{margin-top:.2rem}.mode-option span{display:flex;flex-direction:column;gap:.2rem}.mode-option small{color:var(--muted);font-weight:400}.theme-choice{display:flex;flex-wrap:wrap;gap:.5rem}.theme-swatch{display:flex;align-items:center;gap:.5rem;padding:.6rem .9rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text)}.theme-swatch.active{border-color:var(--accent-bright);background:var(--surface-2)}.theme-swatch-dot{width:.9rem;height:.9rem;border-radius:50%;display:inline-block}.theme-swatch[data-theme-preview=forest] .theme-swatch-dot{background:#1fae7d}.theme-swatch[data-theme-preview=midnight] .theme-swatch-dot{background:#7c8bff}.theme-swatch[data-theme-preview=ocean] .theme-swatch-dot{background:#22b8c4}.theme-swatch[data-theme-preview=sunset] .theme-swatch-dot{background:#f0932b}.theme-swatch[data-theme-preview=berry] .theme-swatch-dot{background:#d94fb0}.theme-swatch[data-theme-preview=daylight] .theme-swatch-dot{background:#128a63;box-shadow:0 0 0 1px #d8ddd7 inset}.theme-swatch[data-theme-preview=sand] .theme-swatch-dot{background:#c97a2e;box-shadow:0 0 0 1px #e0d2b8 inset}.options-page section{display:flex;flex-direction:column;gap:.6rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.options-page section:last-child{border-bottom:none}.options-page section form{display:flex;flex-direction:column;gap:.6rem}.toggle-row{display:flex;align-items:center;gap:.6rem;font-size:.9rem}.options-subheading{margin:0;font-size:.9rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.admin-account-list,.admin-feedback-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.admin-account-card,.admin-feedback-item{padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.admin-account-header{display:flex;align-items:center;gap:.5rem}.admin-badge{padding:.1rem .5rem;border-radius:999px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:600}.admin-badge-merged{background:var(--surface-2);color:var(--muted);font-weight:400}.admin-stat-grid{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem}.admin-feedback-item p{margin:0 0 .35rem}.hidden-admin-link{display:block;width:2rem;margin:1rem auto 0;padding:.5rem;text-align:center;text-decoration:none;color:var(--border);font-size:.9rem}.feedback-textarea{width:100%;padding:.75rem;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;resize:vertical}.header-options-link{position:absolute;top:1rem;right:1.25rem;color:var(--muted);text-decoration:none;font-size:.85rem;display:flex;align-items:center;gap:.3rem}.header-options-link.active{color:var(--accent-bright)}.store-section{display:flex;flex-direction:column;gap:.6rem}.store-section-header{display:flex;align-items:center;justify-content:space-between}.store-section-header h2{margin:0;font-size:1.05rem}.collapsible-header{width:100%;border:none;background:none;color:var(--text);padding:.4rem 0;text-align:left;cursor:pointer}.collapse-indicator{color:var(--muted);font-size:.85rem;display:flex;align-items:center;gap:.4rem}.empty-category-header{padding:.4rem 0;opacity:.5}.edit-item-form{background:var(--surface);border:1px solid var(--accent-bright);border-radius:10px;padding:.75rem}.edit-item-form form{display:flex;flex-direction:column;gap:.6rem}.edit-item-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--muted)}.edit-form-row{display:flex;gap:.75rem}.edit-form-row label{flex:1}.edit-form-actions{display:flex;gap:.5rem;margin-top:.3rem}.edit-form-actions button{flex:1;padding:.6rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.link-button{border:none;background:none;color:var(--accent-bright);font-size:.85rem;padding:.3rem 0}.item-store-select{padding:.4rem .5rem;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.8rem;max-width:8.5rem}.undo-redo-bar{display:flex;gap:.5rem}.undo-redo-bar button{flex:1;padding:.6rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.undo-redo-bar button:disabled{opacity:.4}.help-content{display:flex;flex-direction:column;gap:1rem}.help-intro{color:var(--muted);font-style:italic;margin:0}.help-topic{display:flex;flex-direction:column;gap:.35rem}.help-content h3{margin:0;font-size:.95rem;color:var(--accent-bright)}.help-content p{margin:0;line-height:1.55;color:var(--text)}.help-content a{color:var(--accent-bright)}.menu-page{gap:.75rem}.meal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.meal-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.6rem}.meal-card-main{display:flex;gap:.75rem}.meal-thumb{width:4.5rem;height:4.5rem;border-radius:8px;object-fit:cover;flex-shrink:0}.meal-card-info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.meal-card-detail{display:flex;flex-direction:column;gap:.4rem;border-top:1px solid var(--border);padding-top:.6rem}.meal-card-detail h4{margin:.4rem 0 0;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;color:var(--muted)}.meal-card-detail h4:first-child{margin-top:0}.needed-list,.ingredient-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.needed-list li{font-size:.85rem;color:var(--danger)}.ingredient-list li{padding:.3rem .6rem;border-radius:8px;font-size:.85rem;border:1px solid var(--border)}.ingredient-list li.have-it{border-color:var(--accent-bright);color:var(--accent-bright)}.ingredient-list li.need-it{border-color:var(--danger);border-width:2px;background:var(--danger-bg, transparent);color:var(--danger);font-weight:600}.meal-needed{margin:0;font-size:.85rem;line-height:1.5;color:var(--text)}.meal-instructions{margin:0;font-size:.85rem;line-height:1.6;color:var(--text);white-space:pre-line}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);color:var(--text);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;z-index:1000;animation:splashFadeIn .3s ease-out}.splash-welcome{margin:0;font-size:1.3rem;font-weight:600;color:var(--text)}.splash-stage{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:splashStageIn .4s ease-out}.splash-icon{width:8rem;height:5.5rem;overflow:visible}.splash-caption{margin:0;font-size:1.6rem;font-weight:700;color:var(--accent-bright);letter-spacing:.05em}.splash-dots{display:flex;gap:.5rem}.splash-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--border)}.splash-dot.active{background:var(--accent-bright)}.barcode-bars rect{fill:var(--text)}.scan-line{fill:var(--accent-bright);animation:scanSweep 1.2s ease-in-out infinite}@keyframes scanSweep{0%,to{transform:translateY(0)}50%{transform:translateY(47px)}}.shelf-line{stroke:var(--border);stroke-width:3}.can-body{fill:var(--muted);stroke:var(--text);stroke-width:1.5}.can-label{fill:var(--accent-bright)}.can-label-line{fill:var(--surface)}.can-rim{fill:var(--text)}.can-lid{fill:var(--muted)}.can-base{fill:var(--border)}.can-drop{animation:canDrop 1.1s ease-out;transform-origin:center}@keyframes canDrop{0%{transform:translateY(-40px);opacity:0}60%{transform:translateY(4px);opacity:1}80%{transform:translateY(-3px)}to{transform:translateY(0)}}.walker{animation:walkAcross 2.6s ease-in-out forwards}.cart-outline{stroke:var(--accent-bright);stroke-width:3;stroke-linejoin:round;stroke-linecap:round}.cart-wheel{fill:var(--accent-bright)}.person-fill{fill:var(--text)}.person-line{stroke:var(--text);stroke-width:4;stroke-linecap:round}@keyframes walkAcross{0%{transform:translate(25px)}to{transform:translate(-25px)}}@keyframes splashFadeIn{0%{opacity:0}to{opacity:1}}@keyframes splashStageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
