.search-page{min-height:100vh;position:relative;transition:all .7s ease-in-out}.search-state-1{min-height:100vh;background:url(/assets/background1.jpg) center center / cover no-repeat;background-attachment:fixed;display:flex;align-items:center;justify-content:center;transition:opacity .7s ease-in-out}.search-state-1.hidden{display:none}.hero-container{text-align:center;padding:2rem;max-width:800px;width:100%}.hero-title{font-size:4rem;font-weight:700;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.3);margin-bottom:3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.search-state-2{min-height:100vh;background:url(/assets/background2.jpg) center center / cover no-repeat;background-attachment:fixed;transition:opacity .7s ease-in-out}.search-state-2.hidden{display:none}.search-form,.header-search-form{position:relative;width:100%;max-width:600px;margin:0 auto}.search-box{position:relative;background:#fff;border-radius:50px;box-shadow:0 8px 32px #0000001a;overflow:hidden;border:2px solid transparent;transition:all .3s ease}.search-box:focus-within{border-color:#3b82f6;box-shadow:0 12px 40px #3b82f626}.search-input{width:100%;padding:1.25rem 4rem 1.25rem 2rem;border:none;outline:none;font-size:1.1rem;background:transparent;color:#1f2937}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:#3b82f6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.search-button:hover{background:#2563eb;transform:translateY(-50%) scale(1.05)}.search-icon{width:1.25rem;height:1.25rem}.search-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:100;padding:1rem 0}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem}.site-name{font-size:1.5rem;font-weight:700;color:#1f2937;text-decoration:none;white-space:nowrap;transition:color .3s ease}.site-name:hover{color:#3b82f6}.header-search-form{flex:1;max-width:500px}.header-search-form .search-box{max-width:none}.header-search-form .search-input{padding:1rem 3.5rem 1rem 1.5rem;font-size:1rem}.header-search-form .search-button{width:2.5rem;height:2.5rem;right:.5rem}.header-search-form .search-icon{width:1rem;height:1rem}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:1rem;box-shadow:0 8px 32px #0000001a;margin-top:.5rem;max-height:300px;overflow-y:auto;z-index:200;border:1px solid #e5e7eb}.autocomplete-dropdown.hidden{display:none}.autocomplete-item{padding:.75rem 1.5rem;cursor:pointer;border-bottom:1px solid #f3f4f6;transition:background .2s ease;display:flex;align-items:center;gap:.75rem}.autocomplete-item:hover,.autocomplete-item.active{background:#f8fafc}.autocomplete-item:last-child{border-bottom:none}.search-info{max-width:1200px;margin:0 auto;padding:2rem;color:#fff;text-shadow:1px 2px 4px rgba(0,0,0,.3)}.search-title{font-size:2rem;font-weight:600;margin-bottom:.5rem}.search-count{font-size:1.1rem;opacity:.9}.filters-section{max-width:1200px;margin:0 auto;padding:0 2rem 2rem}.filters-container{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;display:flex;gap:1rem;flex-wrap:wrap;box-shadow:0 4px 16px #0000001a}.filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;font-size:1rem;min-width:150px;cursor:pointer;transition:all .3s ease}.filter-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.products-section{max-width:1200px;margin:0 auto;padding:0 2rem 4rem}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.product-item{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:1.5rem;box-shadow:0 4px 16px #0000001a;transition:all .3s ease}.product-item:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000026}.product-header{display:flex;gap:1rem;margin-bottom:1.5rem}.product-image{width:80px;height:80px;flex-shrink:0;border-radius:.5rem;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8fafc}.placeholder-image img{width:2.5rem;height:2.5rem;opacity:.6}.product-info{flex:1}.product-name{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.3}.product-details{color:#6b7280;font-size:.9rem;margin-bottom:.75rem}.product-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#e0e7ff;color:#3730a3;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.best-deal{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:.75rem;margin-bottom:1rem;color:#fff}.retailer-info{display:flex;flex-direction:column;gap:.25rem}.retailer-name{font-weight:600;font-size:1rem}.price{font-size:1.5rem;font-weight:700}.apk{font-size:.875rem;opacity:.9}.buy-button{background:#fff;color:#059669;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease;white-space:nowrap}.buy-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.buy-button.secondary{background:#f3f4f6;color:#374151}.show-retailers-btn{width:100%;background:#f8fafc;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .3s ease;font-weight:500;color:#374151;margin-bottom:1rem}.show-retailers-btn:hover{background:#f1f5f9;border-color:#d1d5db}.show-retailers-btn[aria-expanded=true] .expand-icon{transform:rotate(180deg)}.expand-icon{transition:transform .3s ease}.all-retailers{border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;margin-bottom:1rem}.all-retailers.hidden{display:none}.retailer-option{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #f3f4f6;background:#fafbfc}.retailer-option:last-child{border-bottom:none}.retailer-option .retailer-info{color:#374151}.retailer-option .retailer-name{font-weight:500;color:#1f2937}.retailer-option .price{font-size:1.25rem;font-weight:600;color:#1f2937}.out-of-stock{color:#dc2626;font-size:.75rem;font-weight:500}.no-results{text-align:center;padding:4rem 2rem;color:#fff;text-shadow:1px 2px 4px rgba(0,0,0,.3)}.no-results h3{font-size:1.5rem;margin-bottom:1rem}.loading-indicator{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#fff;text-shadow:1px 2px 4px rgba(0,0,0,.3)}.loading-indicator.hidden{display:none}.spinner{width:2rem;height:2rem;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.header-search-form{max-width:100%}.search-info,.filters-section,.products-section{padding-left:1rem;padding-right:1rem}.filters-container{flex-direction:column}.filter-select{min-width:100%}.products-list{grid-template-columns:1fr;gap:1rem}.product-header{flex-direction:column;text-align:center}.product-image{align-self:center}.best-deal{flex-direction:column;gap:1rem;text-align:center}.retailer-option{flex-direction:column;gap:.75rem;text-align:center}}@media (max-width: 480px){.hero-container{padding:1rem}.hero-title{font-size:2rem}.search-input{padding:1rem 3.5rem 1rem 1.5rem;font-size:1rem}.search-button{width:2.5rem;height:2.5rem;right:.5rem}.search-icon{width:1rem;height:1rem}.product-item{padding:1rem}}
