.product-card{background:#fff;border:1px solid var(--border-light,#e9ecef);border-radius:var(--radius-md,10px);padding:24px;margin-bottom:16px;transition:box-shadow .2s ease,border-color .2s ease}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:var(--accent,#27ae60)}.product-card-header{display:flex;align-items:center;gap:16px;margin-bottom:14px}.product-card-logo{flex-shrink:0;width:80px;height:50px;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:6px;padding:6px}.product-card-logo img{max-width:100%;max-height:100%;object-fit:contain}.product-card-info{flex:1;min-width:0}.product-card-name{font-size:1.05rem;font-weight:600;color:var(--primary,#0f2b46);margin:0 0 2px;line-height:1.3}.product-card-provider{font-size:.82rem;color:var(--text-muted,#6c757d)}.product-card-category{display:inline-block;font-size:.72rem;font-weight:600;color:var(--accent,#27ae60);background:rgba(39,174,96,.08);padding:2px 8px;border-radius:4px;margin-left:8px}.product-card-desc{font-size:.88rem;color:var(--text-body,#2c3e50);line-height:1.65;margin-bottom:16px}.product-card-desc ul{margin:0;padding-left:18px}.product-card-desc li{margin-bottom:4px}.product-card-actions{display:flex;align-items:center;gap:12px}.products-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.products-filter .filter-btn{padding:8px 16px;border:1px solid var(--border-light,#e9ecef);background:#fff;border-radius:20px;font-size:.85rem;color:var(--text-body,#2c3e50);cursor:pointer;transition:all .2s;white-space:nowrap}.products-filter .filter-btn:hover{border-color:var(--accent,#27ae60);color:var(--accent,#27ae60)}.products-filter .filter-btn.active{background:var(--accent,#27ae60);color:#fff;border-color:var(--accent,#27ae60)}.products-filter .filter-count{font-size:.75rem;opacity:.7;margin-left:4px}.product-mini{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border-light,#e9ecef);border-radius:8px;margin-bottom:8px;text-decoration:none;transition:all .2s}.product-mini:hover{border-color:var(--accent,#27ae60);background:rgba(39,174,96,.03)}.product-mini-logo{flex-shrink:0;width:36px;height:24px;object-fit:contain}.product-mini-info{flex:1;min-width:0}.product-mini-info strong{display:block;font-size:.82rem;color:var(--primary,#0f2b46);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-mini-info span{font-size:.72rem;color:var(--text-muted,#6c757d)}.product-mini-arrow{flex-shrink:0;color:var(--text-muted,#6c757d)}.product-mini:hover .product-mini-arrow{color:var(--accent,#27ae60)}.products-section-title{font-size:1.3rem;font-weight:700;color:var(--primary,#0f2b46);margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid var(--accent,#27ae60)}.products-grid{display:grid;grid-template-columns:1fr;gap:16px}.products-count{font-size:.85rem;color:var(--text-muted,#6c757d);margin-bottom:16px}.products-sponsored-note{font-size:.75rem;color:var(--text-muted,#6c757d);font-style:italic;margin-bottom:16px;padding:8px 12px;background:#f8f9fa;border-radius:6px}@media (max-width:768px){.product-card{padding:16px}.product-card-logo{width:60px;height:40px}.product-card-header{gap:12px}.product-card-name{font-size:.95rem}.product-card-desc{font-size:.84rem}.products-filter{gap:6px}.products-filter .filter-btn{padding:6px 12px;font-size:.8rem}}@media (max-width:480px){.product-card-category{display:block;margin-left:0;margin-top:4px}}