:root{--bg-primary:#0a0a0c;--bg-secondary:#141418;--bg-card:#141418b3;--text-primary:#fff;--text-secondary:#a1a1aa;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--accent-glow:#3b82f666;--border-color:#ffffff14;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;position:relative;overflow-x:hidden}body:before{content:"";background:radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);filter:blur(120px);z-index:-1;pointer-events:none;width:60%;height:60%;position:fixed;top:-20%;left:-10%}body:after{content:"";filter:blur(120px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf640 0%,#0000 60%);width:60%;height:60%;position:fixed;bottom:-20%;right:-10%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-color);border-radius:16px}.text-gradient{background:linear-gradient(135deg, var(--text-primary) 0%, var(--text-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-gradient{background:linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-secondary) 100%);color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s cubic-bezier(.16,1,.3,1) forwards fadeIn}.home-hero{text-align:center;max-width:800px;margin:6rem auto 4rem}.home-hero h1{letter-spacing:-.04em;margin-bottom:1.5rem;font-size:4rem;font-weight:800}.home-hero p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.btn-primary{background:var(--accent-primary);color:#fff;border-radius:99px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #3b82f666}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 25px #3b82f699}.btn-secondary{color:var(--text-primary);border-radius:99px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:4rem;display:grid}.feature-card{flex-direction:column;align-items:flex-start;padding:2.5rem;display:flex}.feature-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:var(--text-secondary);line-height:1.6}@media (width<=768px){.home-hero{margin:2.5rem auto 2rem;padding:0 .5rem}.home-hero h1{margin-bottom:1rem;font-size:2.2rem}.home-hero p{margin-bottom:1.5rem;font-size:1rem}.hero-actions{flex-direction:column;align-items:center;gap:.75rem}.btn-primary,.btn-secondary{justify-content:center;width:100%;max-width:300px;padding:.85rem 1.5rem;font-size:1rem}.features-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.feature-card{padding:1.5rem}.feature-icon{width:44px;height:44px;margin-bottom:1rem}}@media (width<=480px){.home-hero h1{font-size:1.8rem}.home-hero p{font-size:.9rem}}.page-header{text-align:center;max-width:800px;margin:0 auto 2rem}.search-bar{align-items:center;gap:1rem;margin-top:2rem;padding:.5rem .5rem .5rem 1.5rem;display:flex}.search-icon{flex-shrink:0}.search-bar input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1.1rem}.btn-search{background:var(--accent-primary);color:#fff;white-space:nowrap;border-radius:12px;flex-shrink:0;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.btn-search:hover{background:#2563eb}.active-filters-bar{background:#3b82f60f;border:1px solid #3b82f626;border-radius:14px;flex-wrap:wrap;align-items:center;gap:.75rem;max-width:1000px;margin:0 auto 1.5rem;padding:.75rem 1rem;display:flex}.filters-label{color:var(--text-secondary);flex-shrink:0;font-size:.85rem;font-weight:600}.filter-pills{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.filter-pill{background:var(--accent-primary);color:#fff;border-radius:99px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;animation:.2s ease-out pillIn;display:inline-flex}@keyframes pillIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.pill-remove{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .15s;display:flex}.pill-remove:hover{background:#fff6}.clear-filters-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:.3rem .6rem;font-size:.8rem;font-weight:600;transition:all .15s}.clear-filters-btn:hover{background:#ef44441a}.categories-section{width:100%;max-width:1100px;margin:0 auto 2.5rem}.categories-title{color:var(--text-secondary);letter-spacing:-.01em;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.categories-grid{grid-template-columns:repeat(5,1fr);gap:.85rem;display:grid;overflow:visible}.category-card{cursor:default;z-index:1;border-radius:14px;flex-direction:column;transition:all .25s;display:flex;position:relative;overflow:visible}.category-card:has(.subcategories-dropdown){z-index:30}.category-card-main{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:14px 14px 0 0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem .75rem .8rem;transition:background .2s;display:flex}.category-card-main:hover{background:#ffffff0a}.category-card.active{border-color:var(--accent-primary);background:#3b82f61f;box-shadow:0 0 20px #3b82f626}.category-card.active .category-name{color:var(--accent-primary)}.category-icon{filter:grayscale(.1);font-size:2rem;line-height:1}.category-name{text-align:center;color:var(--text-primary);font-size:.82rem;font-weight:600;line-height:1.2;transition:color .2s}.expand-btn{width:100%;color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:none;border-top:1px solid #ffffff0f;border-radius:0 0 14px 14px;justify-content:center;align-items:center;padding:.4rem 0;transition:all .15s;display:flex}.expand-btn:hover{color:var(--accent-primary);background:#ffffff14}.subcategories-dropdown{z-index:20;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;flex-direction:column;gap:.35rem;min-width:180px;margin-top:.4rem;padding:.6rem;animation:.2s ease-out dropIn;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000080}@keyframes dropIn{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.subcategory-chip{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;padding:.5rem .75rem;font-size:.82rem;font-weight:500;transition:all .15s;display:block}.subcategory-chip:hover{background:#ffffff0f}.subcategory-chip.active{color:var(--accent-primary);background:#3b82f626;border-color:#3b82f64d;font-weight:600}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:#3b82f666;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.product-image{background:#fff;justify-content:center;align-items:center;height:200px;padding:1rem;display:flex;position:relative}.product-image img{object-fit:contain;max-width:100%;max-height:100%}.winner-badge{background:var(--success);color:#fff;border-radius:99px;padding:.25rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px;box-shadow:0 2px 10px #10b98166}.product-details{flex-direction:column;flex:1;padding:1.5rem;display:flex}.brand-label{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-primary);margin-bottom:.25rem;font-size:.75rem;font-weight:700}.product-name{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.ean-code{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.8rem}.price-competitors{background:#0003;border-radius:12px;flex-direction:column;gap:.5rem;margin-top:auto;margin-bottom:1.5rem;padding:.75rem;display:flex}.store-row{color:var(--text-secondary);cursor:pointer;border:1px solid #0000;justify-content:space-between;align-items:center;padding:.25rem .5rem;font-size:.9rem;transition:all .2s;display:flex}.store-row.winner{color:var(--success);font-size:1.05rem;font-weight:700}.store-row.most-expensive{color:#f97316;font-size:1.05rem;font-weight:700}.store-row.selected-row{background:#3b82f626;border:1px solid #3b82f64d;border-radius:8px;padding:.5rem}.store-radio{justify-content:center;align-items:center;margin-right:.5rem;display:flex}.store-radio input[type=radio]{accent-color:var(--accent-primary);cursor:pointer;width:16px;height:16px}.btn-add-cart{width:100%;color:var(--text-primary);border:1px solid var(--border-color);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;transition:all .2s;display:flex}.btn-add-cart:hover{background:var(--accent-primary);border-color:var(--accent-primary)}.loading-state,.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:300px;display:flex}.spinner{border:4px solid #3b82f61a;border-left-color:var(--accent-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sort-controls{flex-wrap:wrap;align-items:center;gap:1rem;max-width:1100px;margin:0 auto 1.5rem;display:flex}.sort-label{color:var(--text-secondary);flex-shrink:0;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.sort-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.sort-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.sort-btn:hover{border-color:var(--accent-primary);color:var(--text-primary);background:#3b82f614}.sort-btn.active{border-color:var(--accent-primary);color:var(--accent-primary);background:#3b82f626;font-weight:600}.sort-btn.sort-desc-btn.active{color:#f97316;background:#f973161f;border-color:#f97316}.result-count{color:var(--text-secondary);margin-left:auto;font-size:.8rem}.filter-pill.sort-pill{background:#3b82f6b3}.filter-pill.sort-pill.sort-desc{background:#f97316cc}.scroll-sentinel{justify-content:center;align-items:center;min-height:60px;padding:2rem 0 1rem;display:flex}.loading-more{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.9rem;display:flex}.spinner-sm{border:3px solid #3b82f626;border-left-color:var(--accent-primary);border-radius:50%;flex-shrink:0;width:22px;height:22px;animation:.8s linear infinite spin}.no-more{color:var(--text-secondary);text-align:center;font-size:.85rem}@media (width<=768px){.search-bar{gap:.5rem;margin-top:1rem;padding:.4rem .4rem .4rem 1rem}.search-bar input{font-size:.95rem}.btn-search{border-radius:10px;padding:.65rem 1rem;font-size:.85rem}.categories-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.category-icon{font-size:1.4rem}.category-name{font-size:.65rem}.category-card-main{gap:.3rem;padding:.7rem .3rem .5rem}.product-grid{grid-template-columns:1fr;gap:1rem}.product-card{border-radius:12px;flex-direction:row}.product-card:hover{transform:none}.product-image{border-radius:12px 0 0 12px;flex-shrink:0;width:100px;height:auto;min-height:100px;padding:.5rem}.winner-badge{padding:.15rem .4rem;font-size:.6rem;top:5px;right:5px}.product-details{padding:.75rem}.product-name{font-size:.9rem}.brand-label{font-size:.65rem}.ean-code{margin-bottom:.75rem;font-size:.7rem}.price-competitors{gap:.3rem;margin-bottom:.75rem;padding:.5rem}.store-row{padding:.2rem .4rem;font-size:.8rem}.store-row.winner,.store-row.most-expensive{font-size:.9rem}.store-radio{margin-right:.25rem}.store-radio input[type=radio]{width:14px;height:14px}.btn-add-cart{border-radius:8px;padding:.6rem;font-size:.85rem}.sort-controls{gap:.5rem}.sort-btn{padding:.4rem .75rem;font-size:.75rem}.active-filters-bar{flex-direction:column;align-items:flex-start;padding:.5rem .75rem}.filter-pills{width:100%}.filter-pill{padding:.3rem .6rem;font-size:.75rem}.subcategories-dropdown{min-width:150px;left:0;transform:none}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.image-placeholder{width:32px;height:32px}}@media (width<=480px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.category-icon{font-size:1.2rem}.category-name{font-size:.6rem}.product-image{width:80px}}.quicklist-page{padding-bottom:4rem}.quicklist-layout{align-items:flex-start;gap:2rem;max-width:1500px;margin:0 auto;display:flex}.categories-sandbox{flex-shrink:0;min-width:65%}.notepad-container{flex-direction:column;flex:1;min-width:300px;display:flex;position:sticky;top:100px}.search-container{z-index:50;max-width:800px;margin:2rem auto;position:relative}.quicklist-page .search-bar{align-items:center;gap:1rem;padding:.5rem .5rem .5rem 1.5rem;display:flex}.search-autocomplete{background:#0f172af5;border-radius:12px;flex-direction:column;gap:.3rem;max-height:400px;margin-top:.5rem;padding:.5rem;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #00000080}.search-status{color:var(--text-secondary);text-align:center;padding:.5rem 1rem;font-size:.9rem}.autocomplete-item{cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s;display:flex}.autocomplete-item:hover{background:#3b82f626}.autocomplete-img{object-fit:contain;background:#fff;border-radius:4px;flex-shrink:0;width:40px;height:40px;padding:2px}.autocomplete-img-placeholder{background:#ffffff1a;border-radius:4px;flex-shrink:0;width:40px;height:40px}.autocomplete-info{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.autocomplete-name{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);font-size:.95rem;font-weight:600;overflow:hidden}.autocomplete-brand{color:var(--text-secondary);font-size:.8rem}.add-exact{color:var(--accent-primary);opacity:.8;flex-shrink:0;font-size:.8rem;font-weight:700}.autocomplete-item:hover .add-exact{opacity:1}.quicklist-page .search-bar input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:1.1rem}.quicklist-page .btn-search{background:var(--accent-primary);color:#fff;white-space:nowrap;border-radius:12px;flex-shrink:0;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.quicklist-page .btn-search:hover{background:#2563eb}.supermarkets-filter{flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1000px;margin:0 auto 2rem;padding:1rem 1.5rem;display:flex}.filter-label{color:var(--text-secondary);flex-shrink:0;font-weight:600}.store-toggles{flex-wrap:wrap;gap:.5rem;display:flex}.store-toggle-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.store-toggle-btn:hover{background:#ffffff1a}.store-toggle-btn.active{border-color:var(--accent-primary);color:var(--text-primary);background:#3b82f633}.check-icon{color:var(--accent-primary)}.section-title{margin-bottom:1.5rem;font-size:1.3rem;font-weight:600}.sandbox-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.8rem;display:grid}.category-card.interactive-card{cursor:pointer;z-index:1;transition:all .2s;position:relative;overflow:visible}.category-card.interactive-card:hover{border-color:var(--accent-primary);z-index:10;transform:translateY(-3px)}.quicklist-page .category-card-main{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;padding:1rem .5rem .5rem;display:flex}.add-hover-hint{background:var(--accent-primary);color:#fff;opacity:0;border-radius:4px;padding:.2rem .4rem;font-size:.65rem;font-weight:700;transition:all .2s;position:absolute;top:8px;right:8px;transform:translateY(5px)}.category-card.interactive-card:hover .add-hover-hint{opacity:1;transform:translateY(0)}.quicklist-page .category-icon{font-size:1.8rem}.quicklist-page .category-name{text-align:center;font-size:.8rem;font-weight:600}.quicklist-page .expand-btn{background:var(--bg-secondary);border:1px solid var(--border-color);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.quicklist-page .subcategories-dropdown{border:1px solid var(--border-color);z-index:9999;background:#0f172af5;border-radius:12px;flex-direction:column;gap:.2rem;min-width:180px;padding:.5rem;display:flex;position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%);box-shadow:0 10px 25px #000c}.quicklist-page .subcategories-dropdown:before{content:"";background:0 0;height:20px;position:absolute;top:-20px;left:0;right:0}.quicklist-page .subcategory-chip{text-align:left;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.quicklist-page .subcategory-chip:hover{color:var(--accent-primary);background:#3b82f626}.notepad-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.item-count{background:var(--accent-primary);color:#fff;border-radius:99px;padding:.2rem .8rem;font-size:.85rem;font-weight:700}.notepad-paper{background:#fdfbf7;border-radius:2px 12px 12px 2px;min-height:300px;margin-bottom:1.5rem;padding:1.5rem 1rem 1.5rem 50px;position:relative;box-shadow:4px 4px 15px #0003,inset 40px 0 #ef44441a}.notepad-paper:before{content:"";background:#ef444480;width:2px;position:absolute;top:0;bottom:0;left:36px}.notepad-bindings{flex-direction:column;justify-content:space-around;width:20px;display:flex;position:absolute;top:20px;bottom:20px;left:0}.notepad-bindings span{background:#333;border-radius:0 4px 4px 0;width:20px;height:12px;box-shadow:1px 1px 3px #00000080}.notepad-lines{background-image:repeating-linear-gradient(#0000,#0000 31px,#bbcbe2 31px 32px);min-height:100%;line-height:32px}.notepad-empty{color:#64748b;padding-top:5px;font-family:system-ui,-apple-system,sans-serif;font-size:.85rem;font-style:italic}.notepad-row{color:#1e293b;align-items:center;height:32px;font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;display:flex;position:relative}.row-number{color:#94a3b8;flex-shrink:0;margin-right:.5rem;font-size:.8rem}.row-text{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.specific-badge{background:var(--accent-primary);color:#fff;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-family:system-ui,-apple-system,sans-serif;font-size:.65rem;font-weight:700}.row-delete{color:#ef4444;cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.notepad-row:hover .row-delete{opacity:1}.btn-finalize-list{background:linear-gradient(135deg, var(--accent-primary) 0%, #1d4ed8 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #3b82f666}.btn-finalize-list:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.btn-finalize-list:disabled{color:var(--text-secondary);box-shadow:none;cursor:not-allowed;background:#ffffff1a}.quicklist-page .loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:50vh;display:flex}.results-container{max-width:1200px;margin:0 auto}.winner-banner{background:linear-gradient(135deg,#22c55e33 0%,#22c55e0d 100%);border:1px solid #22c55e4d;border-radius:16px;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2rem;display:flex}.winner-icon{color:var(--success);flex-shrink:0}.winner-text{flex:1}.winner-text h2{margin:0 0 .5rem;font-size:1.6rem}.winner-text h2 strong{color:var(--success)}.btn-edit-again{border:1px solid var(--text-primary);color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;flex-shrink:0;margin-left:auto;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.btn-edit-again:hover{background:#ffffff1a}.comparison-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.result-store-card{border:2px solid #0000;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem 1.5rem;transition:transform .2s;display:flex;position:relative}.result-store-card:hover{transform:translateY(-5px)}.result-store-card.winner-card{border-color:var(--success);background:#22c55e0d}.card-ribbon{background:var(--success);color:#fff;letter-spacing:1px;border-radius:99px;padding:.3rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.card-ribbon.loser{background:#f97316}.store-card-header{justify-content:center;align-items:center;gap:.75rem;display:flex}.store-card-header h3{margin:0;font-size:1.4rem}.store-card-total{text-align:center;background:#0003;border-radius:12px;padding:1rem}.total-price{margin-top:.5rem;font-size:2.2rem;font-weight:800;display:block}.text-success{color:var(--success)}.text-danger{color:#ef4444}.missing-alert{color:#fcd34d;background:#f59e0b26;border:1px solid #f59e0b4d;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.75rem;font-size:.85rem;line-height:1.4;display:flex}.missing-alert svg{flex-shrink:0;margin-top:2px}.store-card-details{flex:1}.detail-title{color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:1rem;padding-bottom:.5rem;font-size:.95rem}.found-products-list{flex-direction:column;gap:.8rem;display:flex}.found-item{justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.found-item-info{flex-direction:column;flex:1;min-width:0;padding-right:1rem;display:flex;overflow:hidden}.req-label{color:var(--text-secondary);font-weight:600}.real-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.found-item-price{flex-shrink:0;font-weight:700}.missing-products-list{border-top:1px dashed var(--border-color);color:#fcd34d;margin-top:1rem;padding-top:1rem;font-size:.85rem}.btn-add-whole-list{background:var(--success);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:700;transition:background .2s;display:flex}.btn-add-whole-list:hover{background:#16a34a}@media (width<=968px){.quicklist-layout{flex-direction:column}.categories-sandbox{min-width:100%}.notepad-container{min-width:100%;position:static}}@media (width<=768px){.quicklist-page{padding-bottom:2rem}.search-container{margin:1rem auto}.quicklist-page .search-bar{gap:.5rem;padding:.4rem .4rem .4rem 1rem}.quicklist-page .search-bar input{font-size:.9rem}.quicklist-page .btn-search{border-radius:10px;padding:.6rem .75rem;font-size:.8rem}.supermarkets-filter{gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem}.filter-label{width:100%;font-size:.85rem}.store-toggles{gap:.35rem}.store-toggle-btn{gap:.3rem;padding:.4rem .75rem;font-size:.8rem}.section-title{margin-bottom:1rem;font-size:1.1rem}.sandbox-grid{grid-template-columns:repeat(4,1fr);gap:.5rem}.quicklist-page .category-icon{font-size:1.4rem}.quicklist-page .category-name{font-size:.65rem}.quicklist-page .category-card-main{gap:.3rem;padding:.7rem .3rem .5rem}.add-hover-hint{display:none}.quicklist-page .expand-btn{width:20px;height:20px;bottom:-10px}.quicklist-page .subcategories-dropdown{min-width:150px;left:0;transform:none}.notepad-paper{min-height:200px;padding:1rem .75rem 1rem 42px;box-shadow:2px 2px 10px #00000026,inset 34px 0 #ef44441a}.notepad-paper:before{left:30px}.notepad-bindings{width:16px}.notepad-bindings span{width:16px;height:10px}.notepad-row{height:32px;font-size:.85rem}.row-number{margin-right:.35rem;font-size:.75rem}.row-delete{opacity:.6}.btn-finalize-list{padding:1rem;font-size:1rem}.winner-banner{text-align:center;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.25rem}.winner-icon{width:36px;height:36px}.winner-text h2{font-size:1.2rem}.btn-edit-again{text-align:center;justify-content:center;width:100%;margin-left:0;padding:.6rem 1rem;display:flex}.comparison-cards{grid-template-columns:1fr;gap:1.5rem}.result-store-card{gap:1rem;padding:1.5rem 1rem 1rem}.store-card-header h3{font-size:1.2rem}.total-price{font-size:1.8rem}.found-item{font-size:.8rem}.autocomplete-item{gap:.75rem;padding:.5rem .75rem}.autocomplete-img,.autocomplete-img-placeholder{width:32px;height:32px}.autocomplete-name{font-size:.85rem}.autocomplete-brand{font-size:.7rem}}@media (width<=480px){.sandbox-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.quicklist-page .category-icon{font-size:1.2rem}.quicklist-page .category-name{font-size:.55rem}}.list-header{text-align:left;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1000px;margin:0 auto 2.5rem;display:flex}.btn-danger-outline{color:#ef4444;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ef444480;border-radius:8px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.2rem;transition:all .2s;display:flex}.btn-danger-outline:hover{background:#ef44441a}.list-groups{flex-direction:column;gap:2rem;max-width:1000px;margin:0 auto;display:flex}.supermarket-group{border-radius:16px;padding:1.5rem}.supermarket-group-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.title-area{align-items:center;gap:.75rem;display:flex}.title-area h2{margin:0;font-size:1.3rem;font-weight:700}.subtotal-badge{background:#ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.group-items{flex-direction:column;gap:1rem;display:flex}.list-item{background:#0003;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.item-image-mini{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:4px;display:flex}.item-image-mini img{object-fit:contain;max-width:100%;max-height:100%}.item-info{flex-direction:column;flex:1;min-width:0;display:flex}.item-brand{color:var(--accent-primary);text-transform:uppercase;font-size:.7rem;font-weight:700}.item-name{-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:.2rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.item-price-unit{color:var(--text-secondary);margin-top:.2rem;font-size:.8rem}.item-controls{background:#ffffff0d;border-radius:8px;flex-shrink:0;align-items:center;gap:.5rem;padding:.25rem;display:flex}.qty-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:flex}.qty-btn:hover:not(:disabled){background:#ffffff1a}.qty-btn:disabled{opacity:.5;cursor:not-allowed}.qty-display{text-align:center;min-width:24px;font-weight:600}.btn-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem;transition:all .2s}.btn-remove:hover{background:#ef444433}.item-total-price{text-align:right;flex-shrink:0;min-width:70px;font-size:1.1rem;font-weight:700}.list-footer{border-top:2px solid var(--accent-primary);border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:1000px;margin:2.5rem auto;padding:1.75rem 2rem;display:flex}.grand-total{flex-direction:column;display:flex}.grand-total span{color:var(--text-secondary);font-size:.9rem}.grand-total h2{color:var(--success);margin:0;font-size:1.8rem}.btn-finalize{white-space:nowrap;padding:1rem 2rem;font-size:1.1rem}.list-export-bottom{background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;align-items:center;gap:.5rem;max-width:1000px;margin:2.5rem auto 0;padding:2rem;display:flex}.export-grand-total{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.export-grand-total span{color:var(--text-secondary);font-size:.95rem}.export-grand-total h2{color:var(--success);margin:.2rem 0 0;font-size:2.2rem}.export-actions{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.btn-export{cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:220px;height:180px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.btn-export.whatsapp{color:#25d366}.btn-export.whatsapp:hover{background:#25d3661a;border-color:#25d366;transform:translateY(-5px);box-shadow:0 8px 24px #25d36633}.btn-export.pdf{color:#3b82f6}.btn-export.pdf:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 8px 24px #3b82f633}.print-header,.print-list-title{display:none}@media print{body{font-family:Inter,Segoe UI,sans-serif;color:#000!important;background:#fff!important}.glass-panel{box-shadow:none!important;background:0 0!important;border:1px solid #d1d5db!important}.no-print,.navbar,.hero-actions,.list-export-bottom{display:none!important}.page-container{margin:0!important;padding:0!important}.print-header{border-bottom:3px solid #6366f1;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.print-header-logo{font-size:2.5rem}.print-header-title{color:#1e1b4b;margin:0;font-size:1.8rem;font-weight:800}.print-header-sub{color:#6b7280;margin:.2rem 0 0;font-size:.85rem}.print-list-title{color:#1e1b4b;border-bottom:1px solid #e5e7eb;max-width:1000px;margin-bottom:1rem;margin-left:auto;margin-right:auto;padding-bottom:.5rem;font-size:1.2rem;font-weight:700;display:block}.item-total-price,.grand-total h2,.subtotal-badge{color:#000!important}.list-item{break-inside:avoid;background:#f9fafb!important;border:1px solid #e5e7eb!important}.supermarket-group-header{border-bottom-color:#e5e7eb!important}.title-area h2{color:#1e1b4b}.list-groups{gap:1.5rem}.list-footer{display:none!important}.print-container{display:block!important}}@media (width<=768px){.list-header{gap:1rem;margin-bottom:1.5rem}.list-header h1{font-size:1.4rem}.btn-danger-outline{gap:.35rem;padding:.5rem .75rem;font-size:.8rem}.supermarket-group{padding:1rem}.supermarket-group-header{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem}.title-area h2{font-size:1.1rem}.subtotal-badge{padding:.35rem .75rem;font-size:.85rem}.list-item{gap:.75rem;padding:.75rem}.item-image-mini{width:40px;height:40px}.item-name{font-size:.85rem}.item-price-unit{font-size:.7rem}.item-controls{gap:.25rem;padding:.15rem}.item-total-price{min-width:60px;font-size:.95rem}.btn-remove{margin-left:.25rem;padding:.35rem}.list-footer{text-align:center;flex-direction:column;gap:1rem;padding:1.25rem}.grand-total h2{font-size:1.5rem}.btn-finalize{text-align:center;justify-content:center;width:100%;padding:.85rem 1.5rem;font-size:1rem;display:flex}.list-export-bottom{margin-top:1.5rem;padding:1.25rem}.export-grand-total h2{font-size:1.8rem}.export-actions{gap:1rem;width:100%}.btn-export{flex-direction:row;gap:.75rem;width:100%;max-width:none;height:auto;padding:1rem 1.5rem}}.list-mode-container{flex-direction:column;align-items:center;gap:2rem;display:flex}.list-mode-container .page-header{text-align:center;max-width:600px}.mode-options{flex-direction:column;gap:2rem;width:100%;max-width:1000px;display:flex}@media (width>=768px){.mode-options{flex-direction:row;align-items:stretch}}.mode-section{text-align:center;flex-direction:column;flex:1;align-items:center;gap:2rem;padding:2.5rem;display:flex}.section-header{flex-direction:column;align-items:center;gap:1rem;display:flex}.section-icon{background:#ffffff1a;border:1px solid #fff3;border-radius:50%;width:48px;height:48px;padding:10px}.section-header h2{margin:0;font-size:1.5rem;font-weight:700}.section-header p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}.supermarkets-grid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;display:grid}.store-btn{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;min-height:80px;padding:1rem;transition:all .3s;display:flex}.store-btn:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #ffffff0d}.store-logo{object-fit:contain;background:#fff;border-radius:8px;max-width:100%;max-height:40px;padding:4px}.store-name-text{color:var(--text-primary);font-size:1.1rem;font-weight:600}.vertical-divider{color:var(--text-secondary);justify-content:center;align-items:center;padding:1rem;font-size:1.2rem;font-weight:800;display:flex}.all-stores-selection{justify-content:center}.compare-btn{justify-content:center;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.1rem}.spinner-container{justify-content:center;padding:3rem;display:flex}@media (width<=767px){.mode-section{gap:1.25rem;padding:1.5rem}.vertical-divider{padding:0}.section-header h2{font-size:1.25rem}.section-header p{font-size:.85rem}.supermarkets-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.store-btn{border-radius:10px;min-height:56px;padding:.6rem}.store-name-text{font-size:.85rem}.store-logo{max-height:30px}.compare-btn{padding:.85rem 1.5rem;font-size:1rem}}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-nav{z-index:50;border-radius:20px;justify-content:space-between;align-items:center;margin:1rem;padding:1rem 2rem;display:flex;position:sticky;top:0}.nav-brand{letter-spacing:-.02em;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.brand-text{font-size:1.5rem}.logo-box{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 20px #3b82f666}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--text-secondary);white-space:nowrap;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.nav-link:hover{color:var(--text-primary);background:#ffffff0d}.nav-link.active{color:var(--accent-primary);background:#3b82f61a}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.page-container{flex-direction:column;gap:2rem;display:flex}.page-header h1{letter-spacing:-.03em;margin-bottom:.5rem;font-size:2.5rem}.page-header p{color:var(--text-secondary);font-size:1.1rem}.cart-nav{position:relative}.cart-badge{background:var(--accent-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}@media (width<=768px){.main-nav{border-radius:14px;gap:.5rem;margin:.5rem;padding:.75rem 1rem}.nav-brand{gap:.5rem}.brand-text{font-size:1.15rem}.logo-box{border-radius:10px;width:34px;height:34px}.logo-box svg{width:18px;height:18px}.nav-links{gap:.25rem}.nav-link{border-radius:8px;padding:.5rem;font-size:.85rem}.nav-link span:not(.cart-badge){display:none}.main-content{padding:1rem}.page-container{gap:1.25rem}.page-header h1{font-size:1.6rem}.page-header p{font-size:.9rem}}@media (width<=480px){.main-nav{margin:.35rem;padding:.6rem .75rem}.brand-text{font-size:1rem}.main-content{padding:.75rem}.page-header h1{font-size:1.4rem}}
