@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--primary:#fff;--secondary:#94a3b8;--accent:#fff;--accent-hover:#e2e8f0;--background:#0f172a;--surface:#ffffff0d;--border:#ffffff1a;--text-primary:#fff;--text-secondary:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-primary);min-height:100vh;font-family:Outfit,system-ui,-apple-system,sans-serif;overflow-x:hidden}.app-container{width:100vw;height:100vh;display:flex;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff6}.search-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.sort-controls{color:var(--text-dark);align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:.95rem;display:flex}.sort-dropdown{color:var(--text-dark);cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:8px 12px;font-family:Inter,sans-serif;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.sort-dropdown:focus{border-color:var(--primary);box-shadow:0 0 0 2px #6366f133}:root{--primary:#0f172a;--secondary:#64748b;--accent:#0ea5e9;--accent-glow:#0ea5e980;--bg-light:#f8fafc;--bg-white:#fff}body{background-color:var(--bg-light);color:var(--primary);margin:0;font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}button{cursor:pointer;font-family:inherit;transition:all .3s}.btn-primary-small{background:var(--primary);color:#fff;border:none;border-radius:20px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600}.btn-primary-small:hover{background:#1e293b}.btn-hero-glow{background:var(--primary);color:#fff;letter-spacing:.5px;box-shadow:0 10px 25px #0003, 0 0 20px var(--accent-glow);border:none;border-radius:30px;margin-top:1.5rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700}.btn-hero-glow:hover{box-shadow:0 15px 30px #0000004d, 0 0 30px var(--accent-glow);transform:translateY(-2px)}.landing-layout{background:radial-gradient(circle at 85% 10%,#0ea5e933 0%,#0000 40%),radial-gradient(circle at 90% 70%,#8b5cf640 0%,#0000 50%),linear-gradient(135deg,#fff 30%,#f8fafc 100%);flex-direction:column;min-height:100vh;display:flex}.landing-navbar,.results-navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;z-index:100;background:#f8fafce6;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 4rem;display:flex;position:fixed;top:0}.results-navbar{color:#fff;background:#000;border-bottom:1px solid #ffffff1a}.results-navbar .nav-links a{color:#fff}.nav-logo{letter-spacing:1px;cursor:pointer;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#0ea5e9,#8b5cf6);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--primary);font-size:.95rem;font-weight:600;text-decoration:none}.nav-links a:hover{color:var(--accent)}.hero-section{justify-content:space-between;align-items:center;gap:4rem;max-width:1400px;min-height:80vh;margin:0 auto;padding:6rem 4rem 2rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-headline{color:var(--primary);margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hero-subhead{color:var(--secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-badges{gap:1.5rem;margin-bottom:2rem;display:flex}.hero-badge{background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex;box-shadow:0 4px 15px #0000000d}.hero-graphic{flex:1;justify-content:flex-end;display:flex}.floating-graphic{mix-blend-mode:multiply;width:100%;max-width:550px}.why-section,.how-it-works-section{text-align:center;background:var(--bg-white);padding:5rem 4rem}.how-it-works-section{background:var(--bg-light)}.section-title{letter-spacing:1px;margin-bottom:.5rem;font-size:2rem;font-weight:800}.section-subtitle{color:var(--secondary);margin-bottom:4rem;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--bg-light);border-radius:20px;padding:2.5rem 2rem;transition:transform .3s;box-shadow:0 10px 30px #00000005}.feature-card:first-child{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%)}.feature-card:nth-child(2){background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #0ea5e926}.feature-card:nth-child(3){background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%)}.feature-card:hover{transform:translateY(-5px)}.feature-icon{margin-bottom:1.5rem;font-size:3rem}.feature-card h3{margin-bottom:1rem;font-size:1.25rem}.feature-card p{color:var(--secondary);line-height:1.6}.steps-container{justify-content:center;align-items:center;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.step-item{text-align:center;flex:1}.step-number{border:2px solid var(--accent);width:50px;height:50px;color:var(--accent);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 4px 10px #0ea5e933}.step-item h3{margin-bottom:.75rem}.step-item p{color:var(--secondary);font-size:.95rem}.step-connector{background:repeating-linear-gradient(90deg, var(--secondary) 0, var(--secondary) 5px, transparent 5px, transparent 10px);opacity:.3;flex:.5;height:2px;margin-bottom:4rem}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{color:#fff;background:#1e293b;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:500px;padding:3rem;position:relative;box-shadow:0 25px 50px #00000080}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.search-interface{width:100%}.search-title{color:#fff;margin-bottom:.5rem;font-size:1.75rem}.dropzone{text-align:center;cursor:pointer;background:#0003;border:2px dashed #ffffff4d;border-radius:16px;padding:3rem 2rem;transition:all .2s}.dropzone:hover,.dropzone.active{border-color:var(--accent);background:#ffffff0d}.dropzone-icon{width:48px;height:48px;color:var(--accent);margin-bottom:1rem}.dropzone-title{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.dropzone-subtitle{color:var(--secondary);font-size:.9rem}.app-container{background:#0f172a;flex-direction:column;height:100vh;display:flex}.split-screen{height:100%;display:flex;overflow:hidden}.left-panel{background:#0f172a;flex:1;position:relative;overflow-y:auto}.right-panel{color:#fff;background:#1e293b;border-left:1px solid #ffffff0d;flex-direction:column;width:450px;padding:3rem 2rem;display:flex;overflow-y:auto}.results-container{padding:2rem}.search-header{margin-bottom:2rem}.search-preview{background:#ffffff0d;border-radius:12px;align-items:center;gap:1rem;padding:1rem;display:flex}.search-preview-image{object-fit:cover;border-radius:8px;width:60px;height:60px}.match-feed{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.match-feed-card{background:#1e293b;border:1px solid #ffffff0d;border-radius:16px;transition:transform .2s;overflow:hidden}.match-feed-card:hover{border-color:#ffffff1a;transform:translateY(-4px)}.feed-image-wrapper{aspect-ratio:1;background:#fff;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex}.feed-image{object-fit:contain;max-width:100%;max-height:100%}.feed-details{padding:1.5rem}.feed-title{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:600}.feed-brand{color:var(--secondary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem}.feed-price{color:#fff;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.feed-price span{color:var(--secondary);font-size:.85rem;font-weight:400}.feed-btn{background:var(--accent);color:#fff;text-align:center;border-radius:8px;padding:.75rem;font-size:.9rem;font-weight:600;text-decoration:none;display:block}.feed-btn:hover{background:#0284c7}.btn-retailer-left{justify-content:center;align-items:center;gap:.5rem;display:flex}.retailer-logo{border-radius:4px;width:16px;height:16px}.history-section{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1.5rem}.history-title{text-transform:uppercase;letter-spacing:1px;color:var(--secondary);margin-bottom:1rem;font-size:.85rem}.history-list{flex-direction:column;gap:.5rem;display:flex}.history-item{cursor:pointer;background:#0003;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.history-item:hover{background:#ffffff0d}.loader-wrapper{color:#fff;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.spinner{border:4px solid #ffffff1a;border-left-color:var(--accent);border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.hero-section{text-align:center;flex-direction:column;padding-top:10rem}.hero-badges{justify-content:center}.features-grid{grid-template-columns:1fr}.steps-container{flex-direction:column;gap:3rem}.step-connector{display:none}.split-screen{flex-direction:column-reverse}.right-panel{border-bottom:1px solid #ffffff1a;border-left:none;width:100%;height:auto}}.history-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.history-card{background:var(--bg-white);cursor:pointer;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.history-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.history-card-image{background-position:50%;background-size:cover;background-color:var(--bg-light);width:100%;height:200px}.history-card-text{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);justify-content:center;align-items:center;width:100%;height:200px;display:flex}.history-card-content{padding:1.5rem}.history-query{color:var(--primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.4}.history-meta{color:var(--secondary);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.history-type{background:var(--bg-light);border-radius:6px;padding:.25rem .5rem;font-weight:500}.brand-text{letter-spacing:2px;text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:700}
