:root{--bg-color: #ffffff;--bg-secondary: #f8fafc;--surface-color: #ffffff;--text-primary: #0f172a;--text-secondary: #64748b;--text-highlight: #2563eb;--primary-color: #3b82f6;--primary-hover: #2563eb;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .03);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .05), 0 2px 4px -2px rgb(0 0 0 / .05);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .05), 0 4px 6px -4px rgb(0 0 0 / .05);--shadow-focus: 0 0 0 3px rgba(59, 130, 246, .3);--radius-md: .75rem;--radius-lg: 1.5rem;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;background-color:var(--bg-color);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:800;letter-spacing:-.04em;color:var(--text-primary);line-height:1.1}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:var(--transition)}button:focus-visible,input:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.text-highlight{color:var(--text-highlight)}.header{border-bottom:1px solid var(--border-color);background-color:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:40}.header-content{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{font-size:2rem;background:linear-gradient(135deg,#0f172a,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;color:var(--text-primary);background:var(--bg-secondary)}.cart-btn:hover{background:#e2e8f0}.cart-badge{position:absolute;top:-2px;right:-2px;background-color:#ef4444;color:#fff;font-size:.75rem;font-weight:700;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid white}.home-page{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding-bottom:15vh}.hero{max-width:800px;text-align:center;width:100%}.hero-title{font-size:clamp(3rem,8vw,5.5rem);margin-bottom:1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-inline:auto}.search-container{width:100%;max-width:640px;margin:0 auto;position:relative}.search-form{display:flex;align-items:center;background:var(--surface-color);border:1px solid var(--border-color);border-radius:4rem;padding:.5rem 1rem;box-shadow:var(--shadow-md);transition:var(--transition)}.search-form:focus-within{box-shadow:var(--shadow-lg),var(--shadow-focus);border-color:var(--primary-color)}.search-form.listening{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.search-input{flex:1;border:none;padding:1rem;font-size:1.125rem;background:transparent;color:var(--text-primary);outline:none}.search-input::placeholder{color:#94a3b8}.search-icon{margin-left:.5rem;color:#94a3b8}.mic-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);margin-left:.5rem}.mic-btn:hover{background:#e2e8f0}.mic-btn.active{background:#fee2e2;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}.listening-indicator{position:absolute;top:100%;left:0;right:0;text-align:center;margin-top:1rem;color:#ef4444;font-weight:600;font-size:.875rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.results-page{padding-top:2rem;padding-bottom:4rem}.results-header{margin-bottom:3rem;display:flex;justify-content:center}.results-info{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.results-title{font-size:2.5rem}.results-count{color:var(--text-secondary);font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.product-card{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#cbd5e1}.product-image-wrapper{aspect-ratio:1;background:var(--bg-secondary);padding:2rem;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-title{font-size:1.25rem;margin-bottom:1.5rem}.price-comparison{margin-top:auto}.comparison-title{font-size:.875rem;color:var(--text-secondary);font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.price-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.price-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid transparent}.price-item.best-price{background:#f0fdf4;border-color:#bbf7d0}.store-info{display:flex;flex-direction:column;gap:.25rem}.store-name{font-weight:600;font-size:.875rem}.badge-best{display:inline-block;background:#22c55e;color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;padding:.2rem .4rem;border-radius:4px;line-height:1}.price-action{display:flex;align-items:center;gap:1rem}.price-value{font-weight:800;font-size:1.125rem;letter-spacing:-.02em}.best-price .price-value{color:#166534}.add-btn{background:var(--primary-color);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.add-btn:hover{background:var(--primary-hover);transform:scale(1.05)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;animation:fadeIn .2s ease}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--surface-color);z-index:60;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a;animation:slideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{padding:1.5rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.drawer-header h2{font-size:1.75rem}.close-btn{color:var(--text-secondary)}.close-btn:hover{color:var(--text-primary)}.drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.empty-cart{text-align:center;color:var(--text-secondary);margin-top:3rem}.cart-items{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.item-info{flex:1;padding-right:1rem}.item-name{font-weight:600;margin-bottom:.25rem}.item-store{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem}.item-price{font-weight:800;color:var(--primary-color)}.item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.quantity-controls{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);padding:.25rem;border-radius:var(--radius-md)}.quantity-controls button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#fff;border:1px solid var(--border-color);font-weight:600}.remove-btn{color:#ef4444;padding:.25rem}.remove-btn:hover{color:#b91c1c}.drawer-footer{padding:1.5rem;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.tax-meter{background:#fff;border:1px solid #fcd34d;border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.tax-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.tax-header h4{font-size:1.125rem;color:#b45309}.tax-amount{font-size:1.5rem;font-weight:900;color:#b45309;letter-spacing:-.02em;margin-bottom:.25rem}.tax-detail,.tax-date{font-size:.875rem;color:var(--text-secondary)}.tax-date{font-size:.75rem;margin-top:.5rem;font-weight:600}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem}.total-label{font-weight:600}.total-value{font-weight:900;font-size:1.75rem}.checkout-links{display:flex;flex-direction:column;gap:.5rem}.checkout-instruction{font-size:.875rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.checkout-link-btn{display:flex;align-items:center;justify-content:space-between;background:var(--primary-color);color:#fff;padding:1rem;border-radius:var(--radius-md);font-weight:600;transition:var(--transition)}.checkout-link-btn:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.hero-title{font-size:2.5rem}.cart-drawer{max-width:100%}}.best-price-highlight{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:1rem;border-radius:var(--radius-md);margin-bottom:1rem;box-shadow:0 4px 14px #10b98163;transition:transform .2s ease;position:relative;overflow:hidden}.product-card:hover .best-price-highlight{transform:scale(1.02)}.best-price-badge{display:inline-block;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background:#fff3;padding:.2rem .6rem;border-radius:4px;margin-bottom:.5rem}.best-price-details{display:flex;flex-direction:column}.best-price-details .price-value{font-size:1.75rem;font-weight:900;line-height:1;margin-bottom:.1rem;color:#fff}.best-price-details .store-name{font-size:.85rem;opacity:.9;font-weight:500}.view-more-btn{width:100%;padding:.75rem;background-color:var(--bg-secondary);color:var(--primary-color);font-weight:600;font-size:.9rem;border-radius:var(--radius-md);border:1px solid var(--border-color);text-align:center}.view-more-btn:hover{background-color:#e2e8f0;color:var(--primary-hover)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.modal-content{background:var(--surface-color);border-radius:var(--radius-lg);width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow-lg);overflow:hidden;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.5rem;margin:0}.modal-close{color:var(--text-secondary);display:flex;align-items:center;justify-content:center;width:32px;height:32px}.modal-close:hover{color:var(--text-primary);background:var(--bg-secondary);border-radius:50%}.modal-product-info{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.modal-product-image{width:80px;height:80px;object-fit:contain;background:#fff;border-radius:var(--radius-md);padding:.5rem;border:1px solid var(--border-color)}.modal-product-name{font-size:1.125rem}.modal-prices{padding:1.5rem;overflow-y:auto;flex:1}.best-price-normal{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.best-price-normal .price-value{font-size:1.5rem;font-weight:800;color:var(--text-primary)}.best-price-normal .store-name{font-size:.875rem;color:var(--text-secondary);font-weight:500}.brand-footer{margin-top:4rem;padding:2rem 1.5rem;display:flex;justify-content:center;align-items:center;background:var(--surface-color);position:relative;border-top:1px solid var(--border-color)}.footer-content{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-weight:600}.brand-logo-container{display:flex;align-items:center;gap:.25rem;cursor:pointer;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.brand-logo-container:hover{animation:levelUp .6s steps(4) forwards}@keyframes levelUp{0%{transform:translateY(0) scale(1)}25%{transform:translateY(-8px) scale(1.05)}50%{transform:translateY(-4px) scale(1.1);text-shadow:2px 2px 0 #ef4444,-2px -2px 0 #3b82f6}75%{transform:translateY(-12px) scale(1.15);text-shadow:-2px 2px 0 #ef4444,2px -2px 0 #3b82f6}to{transform:translateY(-2px) scale(1.1);text-shadow:3px 3px 0 #ef4444,-3px -3px 0 #10b981}}.brand-name{font-family:Courier New,Courier,monospace;font-size:1.25rem;font-weight:900;letter-spacing:-.05em;background:linear-gradient(135deg,#0f172a,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s steps(3)}.brand-logo-container:hover .brand-name{font-family:"Press Start 2P",system-ui,monospace;text-transform:uppercase;letter-spacing:2px;background:#fff;-webkit-text-fill-color:#0f172a}.brand-dot{width:6px;height:6px;background-color:#ef4444;border-radius:50%;margin-top:4px}.hire-floating-btn{position:fixed;bottom:24px;left:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;z-index:90;opacity:0;pointer-events:none;transform:translateY(20px);transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid rgba(255,255,255,.1)}.hire-floating-btn.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.hire-floating-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}100%{transform:scale(1) translateY(0);opacity:1}} .hire-toast-container{position:fixed;bottom:24px;right:24px;z-index:110;animation:slideInBottomRight .5s cubic-bezier(.175,.885,.32,1.275)}@keyframes slideInBottomRight{0%{transform:translate(100%) translateY(20px);opacity:0}to{transform:translate(0) translateY(0);opacity:1}}.hire-toast-card{background:var(--surface-color);border:1px solid var(--border-color);box-shadow:0 20px 40px -15px #0003;border-radius:var(--radius-lg);width:340px;padding:1.5rem;position:relative;overflow:hidden}.hire-toast-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#10b981)}.hire-toast-close{position:absolute;top:1rem;right:1rem;color:var(--text-secondary);background:var(--bg-secondary);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s}.hire-toast-close:hover{background:#e2e8f0;color:var(--text-primary)}.hire-toast-badge{font-size:.7rem;font-family:inherit;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#8b5cf6;background:#8b5cf61a;padding:.2rem .6rem;border-radius:4px;display:inline-block;margin-bottom:.75rem}.hire-toast-title{font-size:1.15rem;font-weight:800;margin-bottom:.5rem;color:var(--text-primary);letter-spacing:-.02em}.hire-toast-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.5;margin-bottom:1.25rem}.hire-toast-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0f172a;color:#fff;font-weight:600;padding:.75rem 1rem;border-radius:var(--radius-md);transition:all .2s}.hire-toast-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a33}
