.home-header{background:#fff;padding:16px;border-bottom:1px solid var(--border)}.header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.app-title{font-size:28px;font-weight:800;color:var(--primary)}.location-text{font-size:13px;color:var(--text-secondary);display:flex;align-items:center;gap:4px;margin-top:2px}.location-text svg{color:var(--primary-light)}.header-badge{width:40px;height:40px;border-radius:50%;background:var(--primary-10);display:flex;align-items:center;justify-content:center;color:var(--primary)}.search-row{display:flex;gap:10px;margin-bottom:10px}.intent-rail-section{margin-bottom:12px;padding:10px;border:1px solid rgba(30,64,175,.14);border-radius:var(--radius-lg);background:linear-gradient(180deg,#1e40af0f,#fff)}.intent-section-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.intent-section-header h2{font-size:16px;font-weight:800;color:var(--text-primary)}.intent-section-header span{font-size:12px;color:var(--text-secondary)}.intent-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.intent-card{display:flex;flex-direction:column;gap:4px;text-align:right;padding:10px;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;transition:all .2s ease}.intent-card strong{font-size:13px;font-weight:700;color:var(--text-primary)}.intent-card span{font-size:11px;color:var(--text-secondary);line-height:1.4}.intent-card.active{border-color:var(--primary);box-shadow:inset 0 0 0 1px #1e40af38;background:linear-gradient(180deg,#1e40af14,#1e40af08)}.search-input{flex:1;display:flex;align-items:center;gap:8px;background:var(--background-secondary);border-radius:var(--radius-md);padding:0 14px;height:46px}.search-input input{flex:1;height:100%;font-size:15px;background:none}.filter-btn{width:46px;height:46px;border-radius:var(--radius-md);background:var(--background-secondary);display:flex;align-items:center;justify-content:center;position:relative;color:var(--text-secondary);transition:all .2s}.filter-btn.active{background:var(--primary);color:#fff}.filter-count{position:absolute;top:4px;left:4px;background:var(--accent);width:16px;height:16px;border-radius:50%;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.quick-filters{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.quick-filters::-webkit-scrollbar{display:none}.active-filters{display:flex;flex-wrap:wrap;gap:8px;padding:0;align-items:center}.active-context-bar{display:flex;flex-direction:column;gap:8px;padding:10px 16px;border-bottom:1px solid var(--border-light);background:#fff}.context-main{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.context-title{font-size:12px;color:var(--text-muted);font-weight:700}.context-main p{font-size:12px;color:var(--text-secondary);font-weight:600}.filter-tag{display:flex;align-items:center;gap:4px;padding:6px 12px;background:var(--primary-10);border-radius:var(--radius-full);border:1px solid rgba(30,64,175,.2);font-size:12px;color:var(--primary);font-weight:600;cursor:pointer}.clear-all{font-size:13px;color:var(--danger);font-weight:600;background:none;cursor:pointer}.results-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;font-size:13px;color:var(--text-secondary);font-weight:500}.results-context{display:inline-flex;align-items:center;gap:4px;color:var(--primary);font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{position:relative}.product-link{text-decoration:none;color:inherit;display:block}.product-card .img-container{position:relative;aspect-ratio:1;overflow:hidden;background:var(--background-secondary);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.product-card .img-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card:hover .img-container img{transform:scale(1.05)}.condition-badge{position:absolute;top:8px;right:8px}.promo-badge{position:absolute;bottom:8px;right:8px;background:var(--accent);display:flex;align-items:center;gap:3px}.fav-overlay{position:absolute;top:8px;left:8px;width:30px;height:30px;border-radius:50%;background:#0000004d;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:transform .15s}.fav-overlay:active{transform:scale(1.2)}.card-body{padding:10px}.brand-label{font-size:11px;font-weight:600;color:var(--primary-light);text-transform:uppercase}.model-name{font-size:14px;font-weight:600;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.specs-row{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;color:var(--text-secondary);font-weight:500}.dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted)}.price{font-size:16px;font-weight:700;color:var(--primary);margin-top:6px}.trust-strip{margin-top:8px;padding:8px;border-radius:10px;border:1px solid var(--border-light);background:linear-gradient(180deg,#f8fafc,#fff);min-height:48px;display:flex;flex-direction:column;justify-content:center;gap:4px}.trust-strip[data-trust-band=HIGH]{border-color:#16a34a52;background:linear-gradient(180deg,#16a34a14,#fff)}.trust-strip[data-trust-band=MEDIUM]{border-color:#0ea5e94d;background:linear-gradient(180deg,#0ea5e914,#fff)}.trust-primary-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.trust-band-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800}.trust-score{font-size:11px;font-weight:800;color:var(--text-primary)}.trust-secondary-row{display:flex;align-items:center;gap:6px;min-height:14px;min-width:0}.verification-copy,.trust-badge-copy{font-size:10px;font-weight:700;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trust-badge-copy{color:var(--text-secondary);flex:1;min-width:0}.trust-inline-separator{width:3px;height:3px;border-radius:50%;background:var(--text-muted);flex:0 0 auto}.meta-row{display:flex;align-items:center;gap:4px;margin-top:4px;font-size:11px;color:var(--text-muted)}.meta-row .city{flex:1}.meta-row .time{font-size:10px}.filter-section-title{font-size:15px;font-weight:700;margin-top:20px;margin-bottom:12px}.filter-options{display:flex;flex-wrap:wrap;gap:8px}.geo-nudge-modal{max-width:520px}.geo-nudge-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:16px}.geo-nudge-header h3{font-size:20px;font-weight:800;color:var(--text-primary)}.geo-nudge-header p{margin-top:6px;font-size:13px;color:var(--text-secondary);line-height:1.5}.geo-nudge-close{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);background:var(--background-secondary)}.geo-nudge-body{padding-top:8px}.geo-nudge-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 0 18px}.geo-nudge-actions .btn[disabled]{opacity:.55;cursor:not-allowed}@media(min-width:768px){.intent-rail{grid-template-columns:repeat(4,minmax(0,1fr))}.active-context-bar{flex-direction:row;justify-content:space-between;align-items:center}}
