*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Segoe UI", system-ui, -apple-system, sans-serif;--radius: 14px;--radius-sm: 8px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-hover: 0 6px 20px rgba(0,0,0,.14);--bg: #F5F7FA;--surface: #FFFFFF;--text: #1A1A2E;--text-secondary: #6B7280;--border: #E5E7EB}html,body{height:100%;background:var(--bg);font-family:var(--font);color:var(--text);-webkit-font-smoothing:antialiased}#root{height:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}input{font-family:inherit}.app{max-width:480px;min-height:100vh;margin:0 auto;background:var(--bg);display:flex;flex-direction:column;position:relative}.auth-loading{flex:1;display:flex;align-items:center;justify-content:center;min-height:100vh}.auth-loading-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--border);border-top-color:#00965a;animation:spin .75s linear infinite}.login-screen{display:flex;flex-direction:column;min-height:100vh}.login-header{text-align:center;padding:56px 24px 36px;background:linear-gradient(160deg,#1a1a2e,#16213e);color:#fff;border-radius:0 0 36px 36px;flex-shrink:0}.login-icon{font-size:56px;margin-bottom:12px;filter:drop-shadow(0 4px 10px rgba(0,0,0,.5))}.login-title{font-size:2.2rem;font-weight:800;letter-spacing:-.5px;margin-bottom:6px}.login-subtitle{font-size:.9rem;opacity:.65}.login-card{flex:1;display:flex;flex-direction:column;padding:32px 24px 40px;gap:0}.login-card-title{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:20px;text-align:center}.login-btn-google{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 20px;background:#fff;color:#3c4043;font-size:.95rem;font-weight:600;border:1.5px solid #dadce0;border-radius:12px;cursor:pointer;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 3px #00000014}.login-btn-google:hover{box-shadow:0 3px 10px #00000024;border-color:#bdc1c6}.login-btn-google:active{transform:scale(.98)}.login-btn-google:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:20px;height:20px;flex-shrink:0}.login-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:var(--text-secondary);font-size:.8rem}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--border)}.login-form{display:flex;flex-direction:column;gap:12px}.login-input{width:100%;padding:14px 16px;border:1.5px solid var(--border);border-radius:12px;font-size:.95rem;background:var(--surface);color:var(--text);transition:border-color .15s,box-shadow .15s;outline:none;box-sizing:border-box}.login-input:focus{border-color:#00965a;box-shadow:0 0 0 3px #00965a1f}.login-error{font-size:.82rem;color:#e53e3e;background:#fff5f5;border:1px solid #FED7D7;border-radius:8px;padding:10px 12px;margin:0}.login-btn-primary{width:100%;padding:14px;background:#00965a;color:#fff;font-size:.95rem;font-weight:700;border-radius:12px;cursor:pointer;transition:background .15s,transform .12s;margin-top:4px}.login-btn-primary:hover{background:#007a4a}.login-btn-primary:active{transform:scale(.98)}.login-btn-primary:disabled{opacity:.6;cursor:not-allowed}.login-toggle{margin-top:20px;text-align:center;font-size:.85rem;color:#00965a;cursor:pointer;font-weight:500;background:none;border:none;padding:0;text-decoration:underline;text-underline-offset:2px}@media (min-width: 640px){.app{max-width:960px}}@media (min-width: 960px){.app{max-width:1280px}.cart-drawer{max-width:680px}}.home-screen{padding:0 0 40px;min-height:100vh}.home-header{text-align:center;padding:20px 20px 28px;background:linear-gradient(150deg,#0f2027,#203a43,#2c5364);color:#fff;border-radius:0 0 36px 36px;margin-bottom:28px;position:relative;overflow:hidden}.home-header:before{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;background:radial-gradient(circle,rgba(0,150,90,.25) 0%,transparent 70%);pointer-events:none}.home-header:after{content:"";position:absolute;bottom:-20px;left:-20px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 70%);pointer-events:none}.home-menu-btn{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;z-index:1;transition:background .15s}.home-menu-btn:hover{background:#fff3}.home-menu-btn span{display:block;width:16px;height:2px;background:#ffffffd9;border-radius:2px;transition:opacity .15s}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-drawer{width:270px;max-width:80vw;height:100%;background:#fff;display:flex;flex-direction:column;animation:slideInLeft .22s cubic-bezier(.25,.46,.45,.94);overflow:hidden}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.nav-drawer-profile{padding:40px 24px 28px;background:linear-gradient(150deg,#0f2027,#203a43,#2c5364);color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.nav-drawer-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#00965a,#00c97a);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:800;color:#fff;overflow:hidden;border:2px solid rgba(255,255,255,.25);margin-bottom:8px}.nav-drawer-name{font-size:1rem;font-weight:700;margin:0;color:#fff}.nav-drawer-email{font-size:.72rem;color:#ffffff80;margin:0}.nav-drawer-items{flex:1;padding:12px 0;overflow-y:auto}.nav-item{width:100%;display:flex;align-items:center;gap:14px;padding:13px 24px;background:none;border:none;cursor:pointer;text-align:left;font-size:.95rem;font-weight:500;color:#374151;transition:background .12s;border-radius:0}.nav-item:hover{background:#f3f4f6}.nav-item--active{color:#00965a;font-weight:700;background:#e8f5ee}.nav-item--active:hover{background:#d6ede1}.nav-item-icon{font-size:1.15rem;width:24px;text-align:center;flex-shrink:0}.nav-item-label{flex:1}.nav-drawer-logout{display:flex;align-items:center;gap:10px;padding:16px 24px;border-top:1px solid #F3F4F6;background:none;border-left:none;border-right:none;border-bottom:none;cursor:pointer;font-size:.88rem;color:#ef4444;font-weight:600;transition:background .12s}.nav-drawer-logout:hover{background:#fef2f2}.nav-drawer-logout svg{width:16px;height:16px;flex-shrink:0}.home-profile{display:flex;flex-direction:column;align-items:center;gap:6px;margin-bottom:22px;position:relative;z-index:1}.home-profile-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#00965a,#00c97a);display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;color:#fff;overflow:hidden;border:3px solid rgba(255,255,255,.25);box-shadow:0 6px 20px #00000059;margin-bottom:4px}.home-avatar-img{width:100%;height:100%;object-fit:cover}.home-profile-greeting{font-size:1.15rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.3px}.home-profile-email{font-size:.75rem;color:#ffffff80;margin:0}.home-header-brand{display:inline-flex;align-items:center;gap:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:5px 14px;position:relative;z-index:1}.home-header-icon{font-size:1rem}.home-header-name{font-size:.8rem;font-weight:700;color:#fffc;letter-spacing:.5px;text-transform:uppercase}.home-question-block{padding:0 24px 24px;text-align:center}.home-question{font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:6px}.home-hint{font-size:.85rem;color:var(--text-secondary)}.supermarket-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:0 16px}.supermarket-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--card-bg, #F0F0F0);border:2px solid transparent;border-radius:18px;padding:24px 12px 20px;width:100%;text-align:center;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:var(--shadow);cursor:pointer}.supermarket-card:hover,.supermarket-card:active{transform:translateY(-3px);box-shadow:var(--shadow-hover);border-color:var(--card-color)}.supermarket-card:active{transform:scale(.96)}.supermarket-logo{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.7rem;font-weight:900;flex-shrink:0;box-shadow:0 4px 12px #00000038;overflow:hidden}.supermarket-logo-img{width:100%;height:100%;object-fit:contain;padding:6px;border-radius:inherit}.supermarket-name{font-size:.95rem;font-weight:600;color:var(--text);line-height:1.2}@media (min-width: 480px){.supermarket-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.supermarket-grid{grid-template-columns:repeat(4,1fr)}}.list-layout{display:flex;flex-direction:row;min-height:100vh;align-items:flex-start}.list-main{flex:1;min-width:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;min-height:100vh;height:100vh;position:relative}.list-sidebar{display:none}@media (min-width: 768px){.list-sidebar{display:flex;width:300px;flex-shrink:0;height:100vh;position:sticky;top:0;border-left:1px solid var(--border);background:var(--surface);overflow:hidden}.cart-fab{display:none!important}}@media (min-width: 1100px){.list-sidebar{width:360px}}.list-screen{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.list-header{display:flex;align-items:center;gap:12px;background:linear-gradient(160deg,#1a1a2e,#16213e);padding:20px 16px 24px;color:#fff;border-radius:0 0 28px 28px;margin-bottom:16px}.back-btn{width:40px;height:40px;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.8rem;line-height:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;padding-bottom:2px}.back-btn:hover{background:#ffffff40}.header-info{display:flex;align-items:center;gap:12px;flex:1}.header-logo{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:900;flex-shrink:0;box-shadow:0 2px 8px #0000004d}.header-title{font-size:1.25rem;font-weight:700}.header-subtitle{font-size:.8rem;opacity:.7;margin-top:1px}.header-counter{margin-left:auto}.counter-badge{background:#fff;color:var(--header-color, #333);font-size:.9rem;font-weight:700;padding:4px 12px;border-radius:20px}.search-container{display:flex;align-items:center;gap:8px;margin:0 16px 14px;background:var(--surface);border-radius:var(--radius);padding:10px 14px;box-shadow:var(--shadow);border:2px solid transparent;transition:border-color .2s}.search-container:focus-within{border-color:#6366f1}.search-icon{font-size:1rem;flex-shrink:0}.search-input{flex:1;border:none;outline:none;font-size:.95rem;color:var(--text);background:transparent}.search-input::placeholder{color:var(--text-secondary)}.search-clear{color:var(--text-secondary);font-size:.8rem;padding:2px 4px;border-radius:50%}.progress-bar-container{margin:0 16px 14px;background:var(--surface);border-radius:var(--radius);padding:12px 14px;box-shadow:var(--shadow)}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.85rem;color:var(--text-secondary)}.clear-btn{color:#ef4444;font-size:.8rem;font-weight:600}.progress-bar{height:6px;background:var(--border);border-radius:99px;overflow:hidden}.progress-fill{height:100%;border-radius:99px;transition:width .3s ease}.categories-container{padding:0 16px 32px;display:flex;flex-direction:column;gap:10px}.category-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;padding:4px 0 12px}.category-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0;width:90px;height:90px;background:var(--surface);border:2px solid var(--border);border-radius:14px;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s;box-shadow:var(--shadow);padding:8px 6px}.category-card:hover{transform:scale(1.03);box-shadow:0 4px 16px #0000001f;border-color:var(--accent, #1A1A2E)}.category-card:active{transform:scale(.97)}.category-card-emoji{font-size:1.6rem;line-height:1}.category-card-name{font-size:.72rem;font-weight:600;color:var(--text);text-align:center;line-height:1.2}.category-card-badge{position:absolute;top:8px;right:8px;color:#fff;font-size:.68rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px}.cat-back-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;font-size:.88rem;font-weight:600;color:var(--text-secondary);cursor:pointer;padding:6px 0;margin-bottom:4px;transition:color .15s}.cat-back-btn:hover{color:var(--text)}.cat-detail-header{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:var(--radius);padding:14px 16px;margin-bottom:4px;box-shadow:var(--shadow);border-left:4px solid var(--accent, #1A1A2E)}.cat-detail-emoji{font-size:2rem;line-height:1}.cat-detail-name{font-size:1.05rem;font-weight:700;color:var(--text);display:block}.cat-detail-badge{display:inline-block;color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:12px;margin-top:3px}.cat-detail-meta{font-size:.75rem;color:var(--text-secondary);padding:4px 2px 6px}.category-detail-list{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.products-list{display:flex;flex-direction:column}.product-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s}.product-item:last-child{border-bottom:none}.product-item:hover{background:#00000005}.product-item--checked{background:#00000004}.product-img-wrap{width:48px;height:48px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-img{width:100%;height:100%;object-fit:contain}.product-img-placeholder{font-size:1.4rem;line-height:1;opacity:.4}.product-checkbox{width:20px;height:20px;border-radius:6px;cursor:pointer;accent-color:#1A1A2E;flex-shrink:0}.product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.product-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.product-brand-tag{font-size:.7rem;color:var(--text-secondary);background:var(--bg);padding:1px 6px;border-radius:10px}.product-name{font-size:.9rem;color:var(--text);transition:all .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-name.checked{text-decoration:line-through;color:#9ca3af}.product-unit{font-size:.7rem;color:var(--text-secondary);background:var(--bg);padding:1px 6px;border-radius:10px;flex-shrink:0}.product-price-col{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:1px}.product-price{font-size:.88rem;font-weight:700;transition:color .2s}.product-price-ref{font-size:.65rem;color:#9ca3af}.product-check-icon{font-size:1rem;font-weight:700;flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:4px 0 16px}@media (min-width: 640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}.product-card{position:relative;background:var(--surface);border:2px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .2s;box-shadow:var(--shadow);display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.product-card:active{transform:scale(.97)}.product-card--checked{border-width:2px;box-shadow:0 4px 14px #0000001f}.product-card-img-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card-img{width:85%;height:85%;object-fit:contain;transition:transform .3s ease}@media (hover: hover){.product-card:hover .product-card-img{transform:scale(1.18)}}.product-card-img-placeholder{font-size:2.4rem;opacity:.25}.product-card-zoom-btn{position:absolute;bottom:6px;left:6px;width:24px;height:24px;border-radius:50%;border:none;background:#00000073;color:#fff;font-size:.68rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;line-height:1;opacity:0;transition:opacity .15s}@media (hover: hover){.product-card:hover .product-card-zoom-btn{opacity:1}}@media (hover: none){.product-card-zoom-btn{opacity:.8}}.product-card-check{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040}.product-card-body{padding:8px 10px 10px;display:flex;flex-direction:column;gap:3px;flex:1}.product-card-name{font-size:.78rem;font-weight:600;color:var(--text);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-name.checked{text-decoration:line-through;color:#9ca3af}.product-card-brand{font-size:.68rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-footer{display:flex;align-items:baseline;gap:4px;margin-top:auto;padding-top:4px;flex-wrap:wrap}.product-card-price{font-size:.9rem;font-weight:700;transition:color .2s}.product-card-no-price{font-size:.78rem;color:#d1d5db}.product-card-ref{font-size:.62rem;color:#9ca3af}.search-results{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.search-result-item{border-bottom:1px solid var(--border)}.search-result-item:last-child{border-bottom:none}.product-label{display:flex;align-items:center;gap:12px;padding:13px 16px;cursor:pointer;transition:background .1s}.product-label:hover{background:#00000005}.product-category-tag{font-size:.72rem;color:var(--text-secondary);background:var(--bg);padding:2px 8px;border-radius:20px;margin-left:auto;flex-shrink:0;white-space:nowrap}.no-results{text-align:center;padding:40px;color:var(--text-secondary);font-size:1rem}@supports (padding: max(0px)){.list-header{padding-top:max(20px,env(safe-area-inset-top))}.home-header{padding-top:max(48px,env(safe-area-inset-top))}.categories-container{padding-bottom:max(32px,env(safe-area-inset-bottom))}}.search-loading-dot{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:pulse 1.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.search-data-badge{font-size:.72rem;font-weight:600;white-space:nowrap;flex-shrink:0}.popular-section{background:var(--surface);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow)}.popular-header{display:flex;align-items:center;gap:6px;margin-bottom:12px}.popular-icon{font-size:1rem}.popular-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.popular-grid{display:flex;flex-wrap:wrap;gap:8px}.popular-chip{display:flex;align-items:center;gap:5px;background:var(--bg);border:1.5px solid var(--border);border-radius:20px;padding:6px 12px;cursor:pointer;transition:all .15s ease;font-size:.82rem}.popular-chip:hover{border-color:var(--chip-color, #6366F1);background:color-mix(in srgb,var(--chip-color, #6366F1) 8%,white)}.popular-chip--checked{background:color-mix(in srgb,var(--chip-color, #6366F1) 12%,white);border-color:var(--chip-color, #6366F1)}.popular-chip-name{color:var(--text);font-weight:500}.popular-chip-name.checked{text-decoration:line-through;color:var(--text-secondary)}.popular-chip-price{color:var(--chip-color, #6366F1);font-weight:700;font-size:.78rem}.popular-chip-check{color:var(--chip-color, #6366F1);font-weight:700;font-size:.8rem}.search-results-header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 8px;font-size:.82rem;color:var(--text-secondary)}.search-source-badge{font-size:.75rem;font-weight:500;color:#10b981}.search-result-info{flex:1;display:flex;flex-direction:column;gap:2px;overflow:hidden}.product-brand{font-size:.8rem;color:var(--text-secondary);font-weight:400}.product-meta{display:flex;flex-wrap:wrap;gap:4px}.search-result-price{font-size:.95rem;font-weight:700;flex-shrink:0;margin-left:4px}.no-results-hint{font-size:.82rem;color:var(--text-secondary);margin-top:8px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.home-header{position:relative}.scraping-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.scraping-box{background:#fff;border-radius:16px;padding:32px 28px;max-width:320px;width:90%;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 8px 32px #0003}.scraping-spinner{width:40px;height:40px;border:4px solid #E5E7EB;border-top-color:#10b981;border-radius:50%;animation:spin .9s linear infinite}.scraping-title{font-weight:600;font-size:1rem;color:#111827;text-align:center;margin:0}.scraping-msg{font-size:.82rem;color:#6b7280;text-align:center;margin:0;min-height:1.2em}.scraper-fab{position:absolute;top:16px;right:16px;width:38px;height:38px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#fff;cursor:pointer;border:none;transition:background .2s}.scraper-fab:hover{background:#ffffff40}.scraper-screen{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.scraper-content{padding:16px;display:flex;flex-direction:column;gap:14px}.scraper-warning{display:flex;gap:12px;background:#fef3c7;border:1px solid #FCD34D;border-radius:var(--radius);padding:14px;font-size:.85rem;color:#92400e}.scraper-warning span{font-size:1.4rem;flex-shrink:0}.scraper-warning strong{display:block;margin-bottom:4px}.scraper-warning p{margin:2px 0}.scraper-warning code{background:#0000001a;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.8rem}.scraper-info-text{font-size:.85rem;color:var(--text-secondary);line-height:1.5;background:var(--surface);border-radius:var(--radius);padding:12px 14px;box-shadow:var(--shadow)}.scraper-list{display:flex;flex-direction:column;gap:10px}.scraper-item{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.scraper-item-header{display:flex;align-items:center;gap:12px;padding:14px 16px}.scraper-item-info{display:flex;align-items:center;gap:12px;flex:1}.scraper-logo{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;font-weight:900;flex-shrink:0}.scraper-status{display:flex;align-items:center;gap:6px;margin-top:3px;font-size:.8rem;flex-wrap:wrap}.scraper-status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.scraper-count{color:var(--text-secondary);background:var(--bg);padding:1px 7px;border-radius:20px}.scraper-date{color:var(--text-secondary)}.scrape-btn{width:40px;height:40px;border-radius:50%;background:var(--btn-color, #6366F1);color:#fff;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s,transform .15s;border:none;cursor:pointer}.scrape-btn:hover:not(:disabled){opacity:.85;transform:scale(1.05)}.scrape-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.scraper-log{border-top:1px solid var(--border);background:#1e1e2e;padding:10px 14px;font-family:Consolas,Courier New,monospace;font-size:.75rem}.scraper-log-line{color:#a6e3a1;line-height:1.6}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;display:flex;align-items:flex-end;justify-content:center;animation:overlayIn .18s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.cart-drawer{background:#fff;width:100%;max-width:540px;max-height:82vh;min-height:160px;border-radius:20px 20px 0 0;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 40px #0000002e;animation:slideUp .26s cubic-bezier(.32,.72,0,1);outline:none}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cart-handle-bar{width:40px;height:4px;background:#d1d5db;border-radius:2px;margin:10px auto 0;flex-shrink:0}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;flex-shrink:0}.cart-drawer-title-group{display:flex;align-items:center;gap:10px}.cart-drawer-icon{font-size:1.5rem}.cart-drawer-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827;line-height:1.2}.cart-drawer-subtitle{margin:0;font-size:.78rem;color:#6b7280}.cart-header-actions{display:flex;align-items:center;gap:8px}.cart-clear-btn{background:none;border:1px solid #E5E7EB;border-radius:8px;padding:4px 10px;font-size:.75rem;color:#6b7280;cursor:pointer;transition:background .15s,color .15s}.cart-clear-btn:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.cart-close-btn{background:#f3f4f6;border:none;border-radius:50%;width:30px;height:30px;font-size:.8rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-close-btn:hover{background:#e5e7eb;color:#111827}.cart-progress-wrap{display:flex;align-items:center;gap:10px;padding:0 16px 10px;flex-shrink:0}.cart-progress-bar{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.cart-progress-fill{height:100%;border-radius:3px;transition:width .35s ease}.cart-progress-label{font-size:.72rem;color:#6b7280;white-space:nowrap}.cart-items-list{flex:1;overflow-y:auto;padding:0 0 12px;overscroll-behavior:contain}.cart-group{padding:0}.cart-group-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;padding:6px 16px 2px}.cart-group-label--done{color:#6ee7b7}.cart-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #F3F4F6;transition:background .12s}.cart-item:last-child{border-bottom:none}.cart-item--purchased{background:#f9fafb;opacity:.75}.cart-item-thumb{width:36px;height:36px;border-radius:6px;object-fit:contain;background:#f3f4f6;flex-shrink:0}.cart-item-thumb--empty{display:flex;align-items:center;justify-content:center;font-size:1rem;border:1px solid #E5E7EB}.cart-item-check{width:28px;height:28px;border-radius:50%;border:2px solid #D1D5DB;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:.8rem;font-weight:700;transition:background .15s,border-color .15s}.cart-item-info{flex:1;min-width:0;display:flex;flex-direction:column}.cart-item-name{font-size:.88rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-name--done{text-decoration:line-through;color:#9ca3af}.cart-item-category{font-size:.7rem;color:#9ca3af;margin-top:1px}.cart-item-price{font-size:.82rem;font-weight:600;white-space:nowrap;flex-shrink:0;transition:color .2s}.cart-item-remove{background:none;border:none;font-size:.72rem;color:#d1d5db;cursor:pointer;padding:4px;border-radius:4px;transition:color .15s,background .15s;flex-shrink:0}.cart-item-remove:hover{color:#ef4444;background:#fee2e2}.cart-item-qty-wrap{display:flex;align-items:center;gap:2px;flex-shrink:0}.cart-done-btn{background:none;border:1.5px solid;border-radius:8px;padding:4px 10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s}.cart-done-btn:hover{filter:brightness(1.1);opacity:.85}.last-purchase-strip{margin:0 0 20px;padding:14px 16px;background:#f9fafb;border-radius:14px;border:1px solid #E5E7EB}.last-purchase-header{display:flex;align-items:center;gap:6px;margin-bottom:10px}.last-purchase-icon{font-size:1rem}.last-purchase-title{font-size:.82rem;font-weight:600;color:#374151;flex:1}.last-purchase-date{font-size:.75rem;color:#9ca3af}.last-purchase-chips{display:flex;flex-wrap:wrap;gap:6px}.last-purchase-chip{font-size:.72rem;padding:4px 10px;border-radius:20px;border:1.5px solid #E5E7EB;background:#fff;color:#374151;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:4px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.last-purchase-chip--active{color:#fff!important}.last-purchase-chip-check{font-size:.65rem;font-weight:700}.spending-screen{min-height:100vh;background:var(--bg);padding-bottom:40px}.spending-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(150deg,#0f2027,#203a43,#2c5364);color:#fff;border-radius:0 0 24px 24px;margin-bottom:24px}.spending-back-btn{width:36px;height:36px;border-radius:50%;background:#ffffff1f;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.spending-back-btn svg{width:18px;height:18px}.spending-title{font-size:1.2rem;font-weight:700;margin:0}.spending-loading{display:flex;justify-content:center;padding:60px 0}.spending-empty{text-align:center;padding:60px 24px;color:#6b7280}.spending-empty-icon{font-size:3rem;display:block;margin-bottom:12px}.spending-empty-hint{font-size:.82rem;margin-top:6px;color:#9ca3af}.spending-total-card{margin:0 16px 20px;background:linear-gradient(135deg,#0f2027,#2c5364);border-radius:18px;padding:24px;color:#fff;text-align:center}.spending-total-label{font-size:.8rem;opacity:.75;margin:0 0 4px;text-transform:uppercase;letter-spacing:.05em}.spending-total-amount{font-size:2.4rem;font-weight:800;margin:0 0 4px;letter-spacing:-.02em}.spending-total-sub{font-size:.8rem;opacity:.65;margin:0}.spending-section{margin:0 16px 24px}.spending-section-title{font-size:.82rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0 0 14px}.spending-bar-row{margin-bottom:14px}.spending-bar-info{display:flex;justify-content:space-between;margin-bottom:5px}.spending-bar-name{font-size:.88rem;font-weight:600;color:#1f2937}.spending-bar-count{font-size:.75rem;color:#9ca3af}.spending-bar-track{height:8px;background:#f3f4f6;border-radius:99px;overflow:hidden;margin-bottom:4px}.spending-bar-fill{height:100%;border-radius:99px;transition:width .4s ease}.spending-bar-amount{font-size:.8rem;font-weight:700;color:#374151}.spending-purchase-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #F3F4F6}.spending-purchase-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.spending-purchase-info{flex:1;display:flex;flex-direction:column;gap:2px}.spending-purchase-super{font-size:.88rem;font-weight:600;color:#1f2937}.spending-purchase-date{font-size:.75rem;color:#9ca3af}.spending-purchase-total{font-size:.9rem;font-weight:700;color:#374151}.cart-item-qty-btn{width:24px;height:24px;border-radius:6px;border:1px solid #E5E7EB;background:#f3f4f6;color:#374151;font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:background .12s,border-color .12s}.cart-item-qty-btn:hover{background:#e5e7eb;border-color:#d1d5db}.scroll-top-btn{position:fixed;bottom:24px;left:15%;transform:translate(-50%);z-index:200;width:44px;height:44px;border-radius:50%;border:none;background:#0000008c;color:#fff;font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s,transform .15s}.scroll-top-btn:hover{background:#000000bf;transform:translate(-50%) translateY(-2px)}.cart-item-qty-num{min-width:20px;text-align:center;font-size:.82rem;font-weight:700;color:#111827}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;color:#6b7280;gap:4px}.cart-empty-icon{font-size:2.8rem;margin-bottom:8px}.cart-empty-hint{font-size:.78rem;color:#9ca3af}.cart-total-bar{flex-shrink:0;border-top:2px solid #E5E7EB;padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;background:#f9fafb;box-shadow:0 -4px 12px #0000000f}.cart-total-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.88rem;font-weight:600;color:var(--text)}.cart-total-row--sub{font-size:.78rem;font-weight:400;color:#6b7280}.cart-total-row--iva{font-size:.72rem;font-weight:400;color:#9ca3af}.cart-total-row--final{display:flex;justify-content:space-between;align-items:baseline;font-size:.9rem;font-weight:700;color:var(--text);border-top:2px solid #E5E7EB;padding-top:10px;margin-top:6px}.cart-total-amount{font-size:1.25rem;font-weight:800}.cart-fab{position:fixed;bottom:24px;right:20px;width:56px;height:56px;border-radius:50%;border:none;font-size:1.5rem;box-shadow:0 4px 16px #00000038;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:transform .15s,box-shadow .15s}.cart-fab:hover{transform:scale(1.07);box-shadow:0 6px 22px #00000047}.cart-fab:active{transform:scale(.96)}.cart-fab-badge{position:absolute;top:-2px;right:-2px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #fff;line-height:1}.img-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000c7;z-index:500;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeInOverlay .15s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.img-preview-box{background:#fff;border-radius:20px;max-width:340px;width:100%;overflow:hidden;box-shadow:0 24px 64px #00000073;position:relative;animation:scaleInBox .2s cubic-bezier(.34,1.56,.64,1)}@keyframes scaleInBox{0%{transform:scale(.82);opacity:0}to{transform:scale(1);opacity:1}}.img-preview-close{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;border:none;background:#0000001f;color:#374151;font-size:.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;transition:background .15s}.img-preview-close:hover{background:#00000038}.img-preview-img-wrap{width:100%;aspect-ratio:1 / 1;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:28px}.img-preview-img{width:100%;height:100%;object-fit:contain}.img-preview-info{padding:14px 18px 20px;display:flex;flex-direction:column;gap:4px;border-top:1px solid #F3F4F6}.img-preview-name{margin:0;font-size:.95rem;font-weight:600;color:#111827;line-height:1.35}.img-preview-brand{margin:0;font-size:.78rem;color:#9ca3af}.img-preview-price{margin:4px 0 0;font-size:1.15rem;font-weight:800}.cart-sidebar{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.cart-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-sidebar .cart-progress-wrap{padding:10px 16px;flex-shrink:0}.cart-sidebar .cart-items-list{flex:1;overflow-y:auto;padding-bottom:16px;overscroll-behavior:contain}
