.embed-product-grid{gap:12px;margin:1.5rem 0;display:grid}.embed-product-grid--cols-1{grid-template-columns:minmax(0,280px);justify-content:center}.embed-product-grid--cols-2,.embed-product-grid--cols-3{grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.embed-product-grid--cols-3{grid-template-columns:repeat(3,1fr)}}.embed-product-grid--cols-4{grid-template-columns:repeat(2,1fr)}@media (min-width:640px){.embed-product-grid--cols-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.embed-product-grid--cols-4{grid-template-columns:repeat(4,1fr)}}.embed-product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;transition:box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.embed-product-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014}.embed-product-badge{color:#fff;z-index:10;background-color:#dc2626;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;top:6px;left:6px}.embed-product-image-link{display:block}.embed-product-image{aspect-ratio:1;background-color:#f9fafb;position:relative;overflow:hidden}.embed-product-image img{transition:transform .3s}.embed-product-card:hover .embed-product-image img{transform:scale(1.03)}.embed-product-content{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex}@media (min-width:640px){.embed-product-content{gap:3px;padding:10px}}.embed-product-brand{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:600}@media (min-width:640px){.embed-product-brand{font-size:10px}}.embed-product-name{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;font-weight:500;line-height:1.3;text-decoration:none;display:-webkit-box;overflow:hidden}@media (min-width:640px){.embed-product-name{font-size:12px}}.embed-product-name:hover{color:#2563eb}.embed-product-price{flex-wrap:wrap;align-items:baseline;gap:4px;margin-top:4px;display:flex}.embed-product-price-current{color:#111827;font-size:13px;font-weight:700}.embed-product-price-sale{color:#dc2626;font-size:13px;font-weight:700}.embed-product-price-original{color:#9ca3af;font-size:10px;text-decoration:line-through}.embed-product-price-vat{color:#9ca3af;flex-basis:100%;font-size:10px;line-height:1.2}.embed-product-info{border-top:1px solid #f1f5f9;flex-direction:column;gap:3px;margin-top:6px;padding-top:6px;display:flex}.embed-product-info-row{align-items:center;gap:5px;display:flex}.embed-product-info-icon{color:#94a3b8;flex-shrink:0;width:11px;height:11px}.embed-product-info-text{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.3;overflow:hidden}@media (min-width:640px){.embed-product-info{gap:4px;margin-top:8px;padding-top:8px}.embed-product-info-icon{width:12px;height:12px}.embed-product-info-text{font-size:11px}}.embed-product-stock{margin-top:2px;font-size:10px;font-weight:500}.embed-product-stock.in-stock{color:#059669}.embed-product-stock.out-of-stock{color:#dc2626}.embed-brand-box{background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:16px;gap:20px;margin:2rem 0;padding:24px;transition:box-shadow .2s,transform .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #00000008}.embed-brand-box:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000a}@media (min-width:640px){.embed-brand-box{gap:24px;padding:28px}}.embed-brand-logo{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;padding:8px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f}@media (min-width:640px){.embed-brand-logo{width:96px;height:96px;padding:12px}}.embed-brand-logo img{object-fit:contain!important;width:100%!important;height:100%!important}.embed-brand-logo-placeholder{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.embed-brand-info{flex-direction:column;flex:1;min-width:0;display:flex}.embed-brand-header{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.embed-brand-name{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700;line-height:1.3}@media (min-width:640px){.embed-brand-name{font-size:20px}}.embed-brand-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.embed-brand-manufacturer{color:#64748b;font-size:13px}.embed-brand-separator{background-color:#cbd5e1;border-radius:50%;width:4px;height:4px}.embed-brand-count{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);border-radius:20px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.embed-brand-description{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 16px;font-size:14px;line-height:1.6;display:-webkit-box;overflow:hidden}@media (min-width:640px){.embed-brand-description{-webkit-line-clamp:3;font-size:15px}}.embed-brand-link{color:#2563eb;background-color:#eff6ff;border-radius:8px;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.embed-brand-link:hover{color:#1d4ed8;background-color:#dbeafe;transform:translate(2px)}.embed-brand-link svg{transition:transform .2s}.embed-brand-link:hover svg{transform:translate(3px)}.embed-category-box{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;gap:16px;margin:1.5rem 0;padding:16px;display:flex}@media (min-width:640px){.embed-category-box{gap:20px;padding:20px}}.embed-category-visual{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;overflow:hidden}.embed-category-icon,.embed-category-icon-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.embed-category-info{flex:1;min-width:0}.embed-category-header{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.embed-category-name{color:#111827;margin:0;font-size:16px;font-weight:700;line-height:1.2}@media (min-width:640px){.embed-category-name{font-size:18px}}.embed-category-count{color:#6b7280;font-size:12px;font-weight:500}.embed-category-description{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}@media (min-width:640px){.embed-category-description{-webkit-line-clamp:3;font-size:14px}}.embed-category-link{color:#2563eb;align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.embed-category-link:hover{color:#1d4ed8}.dark .embed-product-card{background-color:#1f2937;border-color:#374151}.dark .embed-product-card:hover{border-color:#4b5563}.dark .embed-product-image{background-color:#374151}.dark .embed-product-name{color:#f9fafb}.dark .embed-product-name:hover{color:#60a5fa}.dark .embed-product-price-current{color:#f9fafb}.dark .embed-product-brand{color:#9ca3af}.dark .embed-product-info{border-top-color:#374151}.dark .embed-product-info-icon{color:#6b7280}.dark .embed-product-info-text{color:#9ca3af}.dark .embed-brand-box{background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border-color:#334155;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003}.dark .embed-brand-box:hover{box-shadow:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d}.dark .embed-category-box{background-color:#1f2937;border-color:#374151}.dark .embed-brand-logo{background-color:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0003}.dark .embed-category-visual{background-color:#374151;border-color:#4b5563}.dark .embed-brand-logo-placeholder{background:linear-gradient(135deg,#334155 0%,#1e293b 100%)}.dark .embed-brand-name{color:#f1f5f9}.dark .embed-category-name{color:#f9fafb}.dark .embed-brand-manufacturer{color:#94a3b8}.dark .embed-brand-separator{background-color:#475569}.dark .embed-brand-count{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.dark .embed-category-count{color:#9ca3af}.dark .embed-brand-description{color:#cbd5e1}.dark .embed-category-description{color:#d1d5db}.dark .embed-brand-link{color:#60a5fa;background-color:#3b82f626}.dark .embed-brand-link:hover{color:#93c5fd;background-color:#3b82f640}.dark .embed-category-link{color:#60a5fa}.dark .embed-category-link:hover{color:#93c5fd}
.article-content{color:#374151;line-height:1.75}.article-content h2{color:#111827;margin-top:2.5rem;margin-bottom:1rem;scroll-margin-top:5rem;font-size:1.5rem;font-weight:700}.article-content h3{color:#1f2937;margin-top:2rem;margin-bottom:.75rem;scroll-margin-top:5rem;font-size:1.25rem;font-weight:600}.article-content h4{color:#1f2937;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.article-content p{margin-bottom:1rem}.article-content strong{color:#111827;font-weight:600}.article-content a{color:#2563eb;text-decoration:underline;transition:color .15s}.article-content a:hover{color:#1d4ed8}.article-content ul,.article-content ol{margin-bottom:1rem;padding-left:1.5rem}.article-content ul{list-style-type:disc}.article-content ol{list-style-type:decimal}.article-content li{margin-bottom:.5rem}.article-content li ul,.article-content li ol{margin-top:.5rem;margin-bottom:0}.article-content img{border-radius:.5rem;margin-top:1.5rem;margin-bottom:1.5rem}.article-content blockquote{color:#4b5563;background-color:#eff6ff80;border-left:4px solid #3b82f6;border-radius:0 .5rem .5rem 0;margin:1.5rem 0;padding:.75rem 1rem;font-style:italic}.article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0}.article-content th{text-align:left;background-color:#f3f4f6;border-bottom:2px solid #e5e7eb;padding:.75rem;font-weight:600}.article-content td{border-bottom:1px solid #f3f4f6;padding:.75rem}.article-content tr:hover td{background-color:#f9fafb}.article-content code{background-color:#f3f4f6;border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem}.article-content pre{color:#f3f4f6;background-color:#111827;border-radius:.5rem;margin:1.5rem 0;padding:1rem;font-size:.875rem;overflow-x:auto}.article-content pre code{color:inherit;background-color:#0000;padding:0}.article-content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.article-content dl{margin:1rem 0}.article-content dt{color:#111827;font-weight:600}.article-content dd{color:#4b5563;margin-bottom:.5rem;margin-left:1rem}.dark .article-content{color:#d1d5db}.dark .article-content h2,.dark .article-content h3,.dark .article-content h4,.dark .article-content strong{color:#f9fafb}.dark .article-content a{color:#60a5fa}.dark .article-content a:hover{color:#93c5fd}.dark .article-content blockquote{color:#9ca3af;background-color:#1e3a8a33}.dark .article-content th{background-color:#374151;border-color:#4b5563}.dark .article-content td{border-color:#374151}.dark .article-content tr:hover td{background-color:#1f2937}.dark .article-content code{background-color:#374151}.dark .article-content hr{border-color:#374151}.dark .article-content dt{color:#f3f4f6}.dark .article-content dd{color:#9ca3af}