.score-badge[data-astro-cid-pcyoidhr]{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.score-badge__number[data-astro-cid-pcyoidhr]{font-family:var(--font-mono);font-size:1.125rem;font-weight:700;color:var(--badge-text);line-height:1}.score-badge--good[data-astro-cid-pcyoidhr]{background:var(--deal-green);box-shadow:0 0 0 3px #16a34a2e}.score-badge--ok[data-astro-cid-pcyoidhr]{background:var(--warning-amber);box-shadow:0 0 0 3px #d977062e}.score-badge--poor[data-astro-cid-pcyoidhr]{background:var(--cta-primary);box-shadow:0 0 0 3px #dc26262e}@media(max-width:768px){.score-badge[data-astro-cid-pcyoidhr]{width:32px;height:32px}.score-badge__number[data-astro-cid-pcyoidhr]{font-size:.875rem}}.section-dark .score-badge[data-astro-cid-pcyoidhr],.score-badge--on-dark[data-astro-cid-pcyoidhr]{box-shadow:0 0 0 2px #fff3}.product-card[data-astro-cid-tjdfhdqb]{position:relative;max-width:var(--max-w-content);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);transition:box-shadow var(--transition-base),transform var(--transition-base);overflow:hidden}.product-card[data-astro-cid-tjdfhdqb]:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.product-card__badge[data-astro-cid-tjdfhdqb]{display:inline-block;background:var(--badge-bg);color:var(--badge-text);font-family:var(--font-body);font-size:var(--text-caption);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:var(--radius-pill);position:absolute;top:var(--space-2);left:var(--space-2);z-index:var(--z-elevated)}.product-card__inner[data-astro-cid-tjdfhdqb]{display:flex;gap:var(--space-3);padding:var(--space-3)}.product-card__image-wrap[data-astro-cid-tjdfhdqb]{flex-shrink:0;width:200px;height:200px;background:var(--color-bg);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card__image[data-astro-cid-tjdfhdqb]{width:200px;height:200px;object-fit:contain}.product-card__content[data-astro-cid-tjdfhdqb]{flex:1;display:flex;flex-direction:column;gap:var(--space-2);min-width:0}.product-card__header[data-astro-cid-tjdfhdqb]{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-1)}.product-card__name[data-astro-cid-tjdfhdqb]{font-family:var(--font-display);font-size:1.25rem;font-weight:700;line-height:var(--leading-snug);color:var(--color-text-primary);margin:0}.product-card__verdict[data-astro-cid-tjdfhdqb]{font-size:1rem;color:var(--color-text-secondary);line-height:var(--leading-normal);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.product-card__pros-cons[data-astro-cid-tjdfhdqb]{display:flex;gap:var(--space-3)}.product-card__pros[data-astro-cid-tjdfhdqb],.product-card__cons[data-astro-cid-tjdfhdqb]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__pro[data-astro-cid-tjdfhdqb],.product-card__con[data-astro-cid-tjdfhdqb]{font-size:var(--text-small);line-height:var(--leading-relaxed);display:flex;align-items:flex-start;gap:6px}.product-card__pro[data-astro-cid-tjdfhdqb]{color:var(--deal-green)}.product-card__con[data-astro-cid-tjdfhdqb]{color:var(--color-text-secondary)}.product-card__pro[data-astro-cid-tjdfhdqb] svg[data-astro-cid-tjdfhdqb]{color:var(--deal-green);flex-shrink:0;margin-top:2px}.product-card__con[data-astro-cid-tjdfhdqb] svg[data-astro-cid-tjdfhdqb]{color:var(--score-poor);flex-shrink:0;margin-top:2px}.product-card__footer[data-astro-cid-tjdfhdqb]{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap}.product-card__pricing[data-astro-cid-tjdfhdqb]{display:flex;flex-direction:column;gap:2px}.product-card__price[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-size:var(--text-price);font-weight:700;color:var(--color-text-primary)}.product-card__price-original[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-size:1rem;font-weight:400;color:var(--color-text-secondary);text-decoration:line-through}.product-card__price-sale[data-astro-cid-tjdfhdqb]{font-family:var(--font-mono);font-size:var(--text-price);font-weight:700;color:var(--deal-green)}.product-card__ctas[data-astro-cid-tjdfhdqb]{display:flex;flex-direction:column;gap:var(--space-1);align-items:flex-end}.btn--cta[data-astro-cid-tjdfhdqb]{display:inline-flex;align-items:center;justify-content:center;background:var(--cta-primary);color:var(--badge-text);font-family:var(--font-body);font-size:var(--text-small);font-weight:600;padding:10px 20px;border-radius:var(--radius-btn);text-decoration:none;transition:background var(--transition-fast);white-space:nowrap}.btn--cta[data-astro-cid-tjdfhdqb]:hover{background:var(--cta-hover)}.btn--link[data-astro-cid-tjdfhdqb]{font-family:var(--font-body);font-size:var(--text-small);color:var(--trust-blue);text-decoration:none}.btn--link[data-astro-cid-tjdfhdqb]:hover{text-decoration:underline}@media(max-width:768px){.product-card__inner[data-astro-cid-tjdfhdqb]{flex-direction:column;padding:var(--space-2)}.product-card__image-wrap[data-astro-cid-tjdfhdqb]{width:100%;height:auto;aspect-ratio:3 / 2;border-radius:var(--radius-card) var(--radius-card) 0 0;position:relative}.product-card__image[data-astro-cid-tjdfhdqb]{width:100%;height:100%;object-fit:contain}.product-card__ctas[data-astro-cid-tjdfhdqb]{align-items:stretch;width:100%}.btn--cta[data-astro-cid-tjdfhdqb]{width:100%;min-height:48px;justify-content:center}}.section-dark .product-card[data-astro-cid-tjdfhdqb],.product-card--on-dark{background:var(--dark-primary-light);border-color:#ffffff14;box-shadow:0 2px 8px #0000004d}.section-dark .product-card[data-astro-cid-tjdfhdqb]:hover,.product-card--on-dark:hover{box-shadow:0 4px 16px #0006}.section-dark .product-card__name[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__name[data-astro-cid-tjdfhdqb]{color:var(--color-text-on-dark)}.section-dark .product-card__verdict[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__verdict[data-astro-cid-tjdfhdqb]{color:var(--color-text-secondary-dark)}.section-dark .product-card__price[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__price[data-astro-cid-tjdfhdqb]{color:var(--color-text-on-dark)}.section-dark .product-card__pro[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__pro[data-astro-cid-tjdfhdqb]{color:var(--deal-green)}.section-dark .product-card__con[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__con[data-astro-cid-tjdfhdqb]{color:var(--color-text-secondary-dark)}.section-dark .product-card__image-wrap[data-astro-cid-tjdfhdqb],.product-card--on-dark .product-card__image-wrap[data-astro-cid-tjdfhdqb]{background:#ffffff0d}.section-dark .btn--cta[data-astro-cid-tjdfhdqb],.product-card--on-dark .btn--cta[data-astro-cid-tjdfhdqb]{box-shadow:0 0 12px #dc26264d}
