@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap";:root{--primary-blue: #3b42f3;--accent-green: #25d366;--bg-white: #ffffff;--bg-offwhite: #f8f9fa;--text-dark: #1f2328;--text-secondary: #636c76;--text-muted: #8c959f;--text-white: #ffffff;--error: #cf222e;--success: #1a7f37;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-pill: 100px;--radius-lg: 16px;--radius-md: 12px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text-dark);background-color:var(--bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background-color:var(--bg-white);overflow-x:hidden}h1,h2,h3,h4{font-family:Outfit,sans-serif;font-weight:800;line-height:1.1}a{text-decoration:none;transition:all .2s ease}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.navbar{height:56px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;border-bottom:1px solid #e1e4e8;position:sticky;top:0;z-index:1000}.nav-brand{display:flex;align-items:center}.brand-logo{height:38px;width:auto;border-radius:4px}.brand-name{font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:800;letter-spacing:-.01em;display:flex}.brand-price{color:var(--text-dark)}.brand-hut{color:var(--primary-blue)}.whatsapp-btn{background:var(--accent-green);color:#fff;padding:.5rem 1.25rem;border-radius:var(--radius-pill);font-weight:700;font-size:.85rem;display:flex;align-items:center;transition:all .2s}.whatsapp-btn:hover{transform:translateY(-1px);filter:brightness(1.05)}.hero-section{padding:2.5rem 1.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-title{font-size:clamp(1.75rem,5vw,2.25rem);color:var(--text-dark)}.hero-title span{color:var(--primary-blue)}.hero-subtitle{font-size:.9rem;color:var(--text-secondary);max-width:450px}.search-container{width:100%;max-width:700px;background:#fff;padding:.4rem;border-radius:var(--radius-pill);display:flex;align-items:center;border:1px solid #e1e4e8;box-shadow:0 4px 20px #0000000a;margin-top:.5rem}.search-input{flex:1;border:none;background:transparent;font-size:.9rem;padding:.6rem 0;color:var(--text-dark);font-family:inherit;min-width:0}.search-input:focus{outline:none}.paste-btn{background:#f1f3f5;color:var(--text-dark);border:none;padding:.5rem 1rem;border-radius:var(--radius-pill);font-weight:600;font-size:.85rem;cursor:pointer;margin:0 .5rem;display:flex;align-items:center;transition:all .2s}.paste-btn:hover{background:#e9ecef}.search-btn{background:var(--primary-blue);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--radius-pill);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.search-btn:hover:not(:disabled){filter:brightness(1.1)}.search-btn:disabled{opacity:.7}.content-area{max-width:700px;margin:0 auto 2rem;padding:0 1.5rem}.result-card{border-radius:var(--radius-lg)}.product-title{font-size:.875rem;font-weight:700;color:#374151;padding-bottom:.4rem}.result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:var(--primary-blue)}.deal-card{background:#fff;padding:.85rem 1rem;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;border:1px solid #f1f3f5;border-radius:.5rem;cursor:pointer;margin-bottom:.5rem}.deal-card:hover{background:#f8fafc}.deal-left{display:flex;align-items:center;gap:1.25rem}.store-logo{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #f1f3f5;box-shadow:0 2px 4px #00000005}.store-logo img{width:100%;height:100%;object-fit:contain;padding:2px}.store-logo .lucide-store{color:#94a3b8}.deal-info{display:flex;flex-direction:column;gap:.1rem;text-align:left}.deal-store{font-weight:700;color:var(--text-dark);font-size:.95rem;font-family:Outfit,sans-serif}.deal-right{display:flex;align-items:center;gap:1rem}.deal-price{color:var(--text-dark);font-weight:800;font-size:1.05rem;font-family:Outfit,sans-serif}.chevron-icon{color:#6366f1;width:20px;height:20px;display:flex;align-items:center}.result-card{background:#fff}.deal-link-text{color:var(--text-secondary);font-size:.85rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.error-box{background:#fff5f5;color:var(--error);padding:1rem;border-radius:var(--radius-md);margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;border:1px solid #fee2e2}.loading-container{display:flex;justify-content:center;text-align:center;padding:.5rem;margin-top:.5rem}.text-primary{color:var(--primary-blue)}.mt-4{margin-top:1rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.recommendations-section{margin-top:3rem;width:100%}.section-title{font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;text-align:left}.recommendations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.rec-card{background:#fff;border-radius:var(--radius-md);border:1px solid #f1f3f5;overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.rec-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d;border-color:var(--primary-blue)}.rec-image{width:100%;aspect-ratio:1;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.rec-image img{max-width:100%;max-height:100%;object-fit:contain}.rec-details{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.rec-store{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:var(--text-secondary)}.rec-store-logo{width:16px;height:16px;border-radius:50%}.rec-title{font-size:.85rem;font-weight:600;color:var(--text-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;height:2.8em}.rec-price{font-family:Outfit,sans-serif;font-size:1rem;font-weight:800;color:var(--primary-blue);margin-top:auto}@media(min-width:768px){.recommendations-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.section-title{font-size:2rem;margin-bottom:2rem}.rec-title{font-size:1rem}.rec-price{font-size:1.25rem}}.app-footer{margin-top:auto;text-align:center;padding:.75rem 0;color:var(--text-muted);font-size:.7rem;border-top:1px solid #f1f3f5}@media(max-width:640px){.navbar{padding:0 1rem}.search-container{padding:.4rem}.search-btn{padding:.75rem 1.25rem}}@media(min-width:768px){.navbar{height:72px;padding:0 3rem}.brand-name{font-size:1.75rem}.brand-logo{height:44px}.hero-section{padding:5rem 2rem 4rem;gap:1.5rem}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.25rem;max-width:700px}.search-container{max-width:900px;padding:.6rem;margin-top:1.5rem}.search-input{font-size:1.2rem}.search-btn{padding:.85rem 2.5rem;font-size:1.1rem}.content-area{max-width:900px;margin-bottom:5rem}.deal-card{padding:1.5rem 2rem;gap:1.5rem}.store-logo{width:56px;height:56px}.deal-store{font-size:1.35rem}.deal-price{font-size:1.6rem}.product-title{font-size:1.25rem;padding-bottom:.75rem}.app-footer{padding:2rem 0;font-size:.95rem}}
