 .crc-card-wrapper {--crc-bg: #ffffff;--crc-text: #1f2937;--crc-accent: #fbbc04;--crc-accent-half: url(#crcHalfGrad);--crc-border: #e5e7eb;--crc-muted: #6b7280;--crc-info-bg: #f3f4f6;--crc-info-icon: #4b5563;--crc-badge-bg: #f4f4f5;--crc-badge-text: #444;--crc-radius: 12px;--crc-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);--crc-shadow-hover: 0 4px 12px rgba(0, 0, 0, 0.08);display: inline-block;width: 100%;max-width: 340px;font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;line-height: 1.45;box-sizing: border-box;}.crc-card {background: var(--crc-bg);color: var(--crc-text);border: 1px solid var(--crc-border);border-radius: var(--crc-radius);box-shadow: var(--crc-shadow);padding: 1rem 1.25rem;width: 100%;box-sizing: border-box;margin: 0 auto;transition: transform 0.2s ease, box-shadow 0.2s ease;opacity: 0;animation: crcFadeIn 0.5s ease forwards;}.crc-card:hover {transform: translateY(-2px);box-shadow: var(--crc-shadow-hover);}.crc-header {display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.55em;}.crc-title {font-size: 1.05rem;font-weight: 700;letter-spacing: -0.01em;margin: 0;color: var(--crc-text);}.crc-info-icon {display: inline-flex;align-items: center;justify-content: center;width: 1.6rem;height: 1.6rem;border-radius: 50%;background: var(--crc-info-bg);color: var(--crc-info-icon);transition: all 0.2s ease;text-decoration: none;flex-shrink: 0;}.crc-info-icon svg {width: 16px;height: 16px;display: block;}.crc-info-icon:hover, .crc-info-icon:focus {background: #e5e7eb;color: #111;}.crc-body {display: flex;align-items: center;gap: 0.45em;flex-wrap: wrap;}.crc-stars {display: inline-flex;align-items: center;}.crc-star {width: 20px;height: 20px;margin-right: 1px;}.crc-star path {fill: var(--crc-border);}.crc-star.full path {fill: var(--crc-accent);}.crc-star.half path {fill: var(--crc-accent);}.crc-star.empty path {fill: var(--crc-border);opacity: 0.5;}.crc-meta {font-size: 0.95rem;color: var(--crc-muted);display: flex;align-items: baseline;gap: 4px;}.crc-score {font-weight: 600;color: var(--crc-text);}.crc-reviews {color: var(--crc-muted);}.crc-footer {margin-top: 0.65em;}.crc-badge {background: var(--crc-badge-bg);color: var(--crc-badge-text);font-size: 0.75rem;display: inline-block;padding: 0.3em 0.6em;border-radius: 6px;font-weight: 600;text-transform: uppercase;letter-spacing: 0.02em;transition: background 0.2s ease, color 0.2s ease;}.crc-badge:hover {background: #e9e9ea;color: #000;}@keyframes crcFadeIn {from {opacity: 0;transform: translateY(6px);}to {opacity: 1;transform: translateY(0);}}@media (prefers-color-scheme: dark) {.crc-card-wrapper {--crc-bg: #1c1c1c;--crc-text: #f3f4f6;--crc-border: #333;--crc-muted: #9ca3af;--crc-info-bg: #2e2e2e;--crc-info-icon: #ccc;--crc-badge-bg: #2e2e2e;--crc-badge-text: #d1d5db;--crc-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.crc-info-icon:hover {background: #444;color: #fff;}}@media (max-width: 768px) {.crc-card-wrapper {max-width: 100%;}.crc-card {padding: 0.9rem 1rem;font-size: 0.9rem;}.crc-header {align-items: flex-start;}.crc-title {font-size: 1rem;line-height: 1.2;padding-right: 10px;}.crc-info-icon {width: 1.4rem;height: 1.4rem;}.crc-info-icon svg {width: 14px;height: 14px;}.crc-star {width: 18px;height: 18px;}}