:root{--bg:#f5f6f8;--surface:#fff;--text:#1c1e21;--text-secondary:#80858c;--accent:#2481cc;--accent-text:#fff;--border:#e6e8eb;--radius:14px;--radius-sm:10px;--shadow:0 1px 2px #0000000a, 0 2px 8px #00000008}@media (prefers-color-scheme:dark){:root{--bg:#0f1115;--surface:#1a1c22;--text:#eef0f2;--text-secondary:#8b8f96;--accent:#4da3e0;--accent-text:#08151f;--border:#2a2d34;--shadow:0 1px 2px #0000004d, 0 2px 10px #0003}}*{box-sizing:border-box}html{scrollbar-gutter:stable;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overflow:hidden scroll}body{background:var(--bg);color:var(--text);margin:0;padding:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.app{flex-direction:column;gap:4px;max-width:480px;margin:0 auto;display:flex}.greeting{color:var(--text);flex-direction:column;gap:2px;margin:0 0 8px;font-size:19px;font-weight:700;display:flex}.greeting-sub{color:var(--text-secondary);font-size:14px;font-weight:400}.top-bar{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.cart-button{background:var(--surface);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:18px;display:flex;position:relative}.cart-badge{background:var(--accent);min-width:18px;height:18px;color:var(--accent-text);text-align:center;border-radius:9px;padding:0 4px;font-size:11px;line-height:18px;position:absolute;top:-4px;right:-4px}.cart-modal{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:12px;width:100%;max-width:380px;max-height:90vh;padding:20px;display:flex;position:relative;overflow-y:auto}.cart-modal h2{margin:0;font-size:17px}.cart-list{flex-direction:column;gap:12px;display:flex}.cart-item{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding-bottom:12px;display:flex}.cart-item-top{gap:10px;display:flex}.cart-item img{object-fit:cover;border-radius:var(--radius-sm);flex-shrink:0;width:64px;height:64px}.cart-item-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cart-item-source{color:var(--text-secondary);margin:0;font-size:11px}.cart-item-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;display:-webkit-box;overflow:hidden}.cart-item-buttons{flex-direction:column;gap:8px;display:flex}.cart-item-buttons .product-link{text-align:center}.remove-from-cart-button{box-sizing:border-box;text-align:center;border-radius:var(--radius-sm);color:#e63946;background:0 0;border:1px solid #e63946;width:100%;padding:6px 12px;font-size:13px;font-weight:500}.remove-from-cart-button:hover{border-width:2px}.cart-total{text-align:right;margin:0;font-size:15px;font-weight:600}.cart-toggle-button{background:0 0;padding:0;font-size:13px;font-weight:400;transition:color .2s,border-color .2s}.cart-toggle-button.flash-add{color:#2ecc71;border-color:#2ecc71}.cart-toggle-button.flash-remove{color:#e63946;border-color:#e63946}.cart-toggle-button:hover{border-width:2px}.filter-block{margin-bottom:14px}.filter-label{letter-spacing:.02em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.segmented{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px;display:flex;position:relative}.segmented-indicator{width:calc((100% - 8px) / var(--count,2));background:var(--accent);transform:translateX(calc(var(--index,0) * 100%));border-radius:999px;transition:transform .22s;position:absolute;top:4px;bottom:4px;left:4px}.segmented button{z-index:1;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:999px;flex:1;padding:9px 12px;font-size:14px;font-weight:500;transition:color .15s;position:relative}.segmented button.active{color:var(--accent-text)}@keyframes city-panel-in{0%{opacity:0;transform:translateY(-6px)scaleY(.9)}to{opacity:1;transform:translateY(0)scaleY(1)}}@keyframes city-panel-out{0%{opacity:1;transform:translateY(0)scaleY(1)}to{opacity:0;transform:translateY(-6px)scaleY(.9)}}.city-panel{transform-origin:top;animation:.22s both city-panel-in}.city-panel.closing{animation:.22s both city-panel-out}.animal-select{width:100%;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2380858c' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding:11px 14px;font-family:inherit;font-size:16px}.city-collapsed{background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:6px;padding:9px 16px;font-size:14px;font-weight:500;display:inline-flex}.city-arrow{opacity:.85;font-size:14px}.custom-city-row{gap:8px;margin-top:8px;display:flex}.custom-city-row .custom-city-input{flex:1;min-width:0}.price-range-row{align-items:center;gap:8px;display:flex}.price-range-row input{flex:1;min-width:0}.price-range-dash{color:var(--text-secondary);flex-shrink:0}.search-row{gap:8px;margin-bottom:16px;display:flex}.search-input-wrap{flex:1;min-width:0;position:relative}.search-history{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow);z-index:10;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.search-bottom-spacer{flex-shrink:0;height:450px}.search-history-first-row{position:relative}.clear-history-button{width:30px;height:30px;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:4px;right:4px}.clear-history-button:hover{color:var(--accent);background:var(--bg)}.search-history-first-row .search-history-item{padding-right:40px}.search-history-item{text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:0;padding:10px 14px;font-size:14px;font-weight:400;display:block}.search-history-item:hover{background:var(--bg)}input{width:100%;color:var(--text);background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border);box-sizing:border-box;padding:11px 14px;font-family:inherit;font-size:16px}input:focus,.animal-select:focus{border-color:var(--accent);outline:none}input::placeholder{color:var(--text-secondary)}button{border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;padding:11px 18px;font-family:inherit;font-size:15px;font-weight:500;transition:opacity .15s}button:hover{opacity:.9}button:disabled{opacity:.6;cursor:default}.source-empty{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-secondary);margin:0;padding:12px;font-size:13px}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.skeleton-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);gap:12px;padding:12px;display:flex}.skeleton-image{border-radius:var(--radius-sm);background:var(--border);flex-shrink:0;width:76px;height:76px;animation:1.2s ease-in-out infinite skeleton-pulse}.skeleton-lines{flex-direction:column;flex:1;justify-content:center;gap:8px;display:flex}.skeleton-line{background:var(--border);border-radius:5px;height:10px;animation:1.2s ease-in-out infinite skeleton-pulse}.skeleton-line.short{width:40%}.skeleton-line.medium{width:65%}.results{flex-direction:column;gap:10px;display:flex}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:10px;padding:12px;transition:border-color .15s;display:flex}.product-card:hover{border-color:var(--accent)}.product-card-top{gap:12px;display:flex}.product-image-wrap{flex-shrink:0;position:relative}.product-image{object-fit:cover;border-radius:var(--radius-sm);background:var(--bg);flex-shrink:0;width:76px;height:76px;display:block}.cheapest-badge{color:#fff;text-align:center;background:#e63946f0;border-radius:6px;padding:2px 1px;font-size:8px;font-weight:700;line-height:1.15;position:absolute;bottom:2px;left:2px;right:2px}.product-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-source{letter-spacing:.03em;color:var(--text-secondary);text-transform:uppercase;margin:0;font-size:11px;font-weight:600}.product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.product-price{color:var(--accent);margin:2px 0 0;font-size:14px;font-weight:600}.product-link{color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none}.product-link:hover{border-width:2px}.product-link-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.product-link-row .cart-toggle-button,.product-link-row .share-button{box-sizing:border-box;text-align:center;align-self:stretch;width:100%}.product-link-row .product-link{text-align:center;grid-column:1/-1}.share-button{color:var(--text-secondary);background:0 0;border:none;padding:0;font-size:13px;font-weight:400}.share-button:hover{color:var(--accent);opacity:1}.product-card button{color:var(--accent);border:1px solid var(--border);background:0 0;align-self:flex-start;margin-top:4px;padding:7px 12px;font-size:13px}.availability-check-button{box-sizing:border-box;text-align:center;align-self:stretch;width:100%}.availability-list{grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;display:grid}.availability-list a{color:var(--accent);border:1px solid var(--border);border-radius:var(--radius-sm);text-align:center;box-sizing:border-box;padding:7px 12px;font-size:13px;text-decoration:none}.availability-list a:last-child:nth-child(odd){grid-column:1/-1}.availability-text{color:var(--text);text-align:center;margin:2px 0 0;font-size:13px}.modal-backdrop{z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.product-modal{background:var(--surface);border-radius:var(--radius);flex-direction:column;gap:4px;width:100%;max-width:380px;max-height:90vh;padding:20px;display:flex;position:relative;overflow-y:auto}.modal-close{background:var(--bg);width:30px;height:30px;color:var(--text-secondary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;display:flex;position:absolute;top:10px;right:10px}.modal-image{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);background:var(--bg);width:100%;margin-bottom:8px}.modal-title{margin:0;font-size:15px;line-height:1.4}
