#product-search{color:#f9fff5;justify-content:center;min-height:calc(100vh - 8.5rem);padding:4.5rem 1.5rem 3.5rem;display:flex;position:relative;overflow-x:hidden}.search-inner{flex-direction:column;gap:3.5rem;width:100%;max-width:60rem;margin:0 auto;display:flex}.search-hero{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.search-pill{letter-spacing:.12em;text-transform:uppercase;color:#86efac;background:#22c55e1a;border:1px solid #22c55e40;border-radius:99px;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 0 20px #22c55e26}.search-title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,#bbf7d0 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:800;line-height:1.1}.search-lede{color:#94a3b8;max-width:40rem;margin:0;font-size:1.1rem;line-height:1.6}.search-form{gap:.8rem;width:100%;max-width:580px;margin-top:1.5rem;display:flex;position:relative}.search-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0f172a99;border:1px solid #ffffff1a;border-radius:99px;outline:none;flex:1;padding:1.2rem 1.8rem;font-size:1.05rem;transition:all .2s;box-shadow:0 4px 20px #0003}.search-input:focus{background:#0f172ad9;border-color:#22c55e80;box-shadow:0 0 0 4px #22c55e1a}.search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#15803d);border:1px solid #86efac33;border-radius:99px;padding:0 2.4rem;font-size:1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #16a34a66}.search-btn:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 8px 25px #16a34a80}.search-results-section{flex-direction:column;gap:3rem;min-height:400px;display:flex}.section-label{text-transform:uppercase;letter-spacing:.12em;color:#64748b;margin-bottom:1.2rem;padding-left:.5rem;font-size:.85rem;font-weight:700}.search-loading{text-align:center;color:#86efac;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 0;font-weight:500;display:flex}.search-spinner{border:3px solid #22c55e33;border-top-color:#4ade80;border-radius:50%;width:45px;height:45px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-empty{text-align:center;color:#94a3b8;padding-top:4rem;font-size:1.1rem}.search-empty-sub{color:#64748b;margin-top:.5rem;font-size:.95rem;display:block}.hero-card{background:linear-gradient(145deg,#1e293be6,#0f172afa);border:1px solid #ffffff14;border-radius:24px;flex-direction:column;padding:0;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);animation:.6s ease-out fade-up;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #0006}.hero-card:hover{border-color:#fff3;transform:translateY(-5px);box-shadow:0 25px 60px #0009}.hero-card.verified{border-color:#22c55e4d}.hero-card.verified:before{content:"";opacity:.7;background:linear-gradient(90deg,#0000,#22c55ecc,#0000);height:1px;position:absolute;top:0;left:10%;right:10%;box-shadow:0 -2px 20px #22c55e80}.hero-content{align-items:flex-start;gap:2.5rem;padding:2.5rem;display:flex}.hero-image-col{flex:none}.hero-info-col{flex-direction:column;flex:1;gap:1.5rem;display:flex}.hero-header{flex-direction:column;gap:.5rem;display:flex}.hero-title{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.6rem;font-weight:800;line-height:1.3}.hero-domain{color:#94a3b8;background:#ffffff0f;border-radius:8px;width:fit-content;padding:.25rem .7rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-verified-badge{color:#86efac;background:linear-gradient(90deg,#22c55e1a,#0000);border-left:3px solid #22c55e;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.hero-verified-badge .verified-icon{color:#022c22;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:900;display:flex;box-shadow:0 0 15px #22c55e66}.hero-verified-badge strong{margin-bottom:.2rem;font-size:1.05rem;display:block}.verified-sub{color:#86efaccc;font-size:.85rem;display:block}.hero-explainer{color:#cbd5e1;margin:0;font-size:1rem;line-height:1.6}.hero-labels-list{flex-wrap:wrap;gap:.8rem;margin-top:.5rem;display:flex}.hero-label-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:.8rem;padding:.6rem 1rem;transition:background .2s;display:flex}.hero-label-row:hover{background:#ffffff14}.hero-label-icon{justify-content:center;align-items:center;width:1.8rem;height:1.8rem;display:flex}.hero-label-icon img{object-fit:contain;width:100%;height:100%}.hero-label-text{flex-direction:column;display:flex}.hero-label-text .name{color:#e2e8f0;font-size:.95rem;font-weight:700}.hero-label-text .score{color:#94a3b8;font-size:.8rem;font-weight:500}.hero-cta{color:#86efac;text-align:center;text-transform:uppercase;letter-spacing:.08em;background:#0f172a99;border-top:1px solid #ffffff14;padding:1rem;font-size:.95rem;font-weight:700;transition:all .2s}.hero-card:hover .hero-cta{color:#fff;background:#22c55e33}.hero-no-data{color:#94a3b8;background:#0003;border:1px dashed #ffffff1a;border-radius:16px;align-items:center;gap:.8rem;padding:1.5rem;font-size:.95rem;display:flex}.alternatives-wrapper{flex-direction:column;align-items:center;gap:3rem;margin-top:1rem;animation:.8s forwards fade-in;display:flex}.show-alternatives-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:99px;padding:.9rem 1.8rem;font-size:.95rem;font-weight:600;transition:all .2s}.show-alternatives-btn:hover{color:#fff;background:#22c55e0d;border-color:#22c55e80;transform:translateY(-2px)}.alternatives-grid-container{width:100%;animation:.4s ease-out fade-up}.search-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:radial-gradient(circle at 0 0,#1e293bb3,#0f172ae6);border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;padding:1.2rem;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;box-shadow:0 4px 20px #0003}.product-card:hover{background:radial-gradient(circle at 0 0,#1e293bd9,#0f172af2);border-color:#fff3;transform:translateY(-5px);box-shadow:0 15px 40px #00000080}.product-card.verified:hover{border-color:#22c55e66;box-shadow:0 15px 40px #00000080,0 0 20px #22c55e26}.product-header{gap:1rem;margin-bottom:1rem;display:flex}.product-info{flex:1;min-width:0}.product-title{color:#f1f5f9;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.95rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.product-meta{display:flex}.product-domain{color:#94a3b8;background:#ffffff0d;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.product-eco-section{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:1rem}.product-labels-grid{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.label-chip{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:.3rem;transition:all .2s;display:flex}.label-chip:hover{background:#ffffff1a;border-color:#ffffff40;transform:scale(1.05)}.label-icon-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.label-icon-wrap img{object-fit:contain;width:100%;height:100%}.label-more{color:#94a3b8;padding-left:.3rem;font-size:.75rem;font-weight:600}.product-no-data{color:#64748b;text-align:center;padding:.5rem;font-size:.8rem;font-style:italic}.product-thumb{object-fit:cover;background:#0f172a;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 4px 15px #0000004d}.product-thumb.large{width:150px;height:150px}.product-thumb.small{width:70px;height:70px}.product-thumb-placeholder{color:#ffffff1a;background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #ffffff0d;border-radius:16px;justify-content:center;align-items:center;font-weight:800;display:flex}.product-thumb-placeholder.large{width:150px;height:150px;font-size:4rem}.product-thumb-placeholder.small{width:70px;height:70px;font-size:1.8rem}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hero-content{flex-direction:column;padding:2rem}.hero-image-col{align-self:center}.hero-info-col{text-align:center;align-items:center}.hero-verified-badge{justify-content:center;width:100%}.hero-labels-list{justify-content:center}}
