.docs-module__q2v36W__docSection{padding:2rem 0}.docs-module__q2v36W__title{font-family:var(--font-heading);color:var(--foreground);border-bottom:2px solid var(--accent);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.8rem;display:inline-block}.docs-module__q2v36W__tabsContainer{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;padding-bottom:1rem;display:flex}.docs-module__q2v36W__tabBtn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--foreground-muted);border-radius:var(--radius-button);font-family:var(--font-heading);cursor:pointer;transition:background-color .2s var(--easing), border-color .2s var(--easing), color .2s var(--easing);padding:.5rem 1.25rem;font-weight:600}.docs-module__q2v36W__tabBtn:hover{border-color:var(--accent);color:var(--foreground)}.docs-module__q2v36W__activeTabBtn{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 12px var(--accent-glow)}.docs-module__q2v36W__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:2rem;display:grid}.docs-module__q2v36W__manualsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem;display:grid}.docs-module__q2v36W__card{cursor:pointer;flex-direction:column;height:100%;display:flex;overflow:hidden}.docs-module__q2v36W__imageContainer{aspect-ratio:1/1.4;border-radius:var(--radius-card);border:1px solid var(--border);width:100%;transition:transform .3s var(--easing), border-color .3s var(--easing);background:#ffffff05;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.docs-module__q2v36W__card:hover .docs-module__q2v36W__imageContainer{border-color:var(--border-glow);box-shadow:0 10px 25px var(--accent-glow);transform:translateY(-6px)}.docs-module__q2v36W__image{object-fit:contain;filter:drop-shadow(0 8px 12px #0003);max-width:90%;max-height:90%;transition:transform .3s var(--easing)}.docs-module__q2v36W__card:hover .docs-module__q2v36W__image{transform:scale(1.03)}.docs-module__q2v36W__overlay{opacity:0;width:100%;height:100%;transition:opacity .3s var(--easing);z-index:2;background:#08090b99;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.docs-module__q2v36W__imageContainer:hover .docs-module__q2v36W__overlay{opacity:1}.docs-module__q2v36W__actionBtn{background:var(--accent);color:#fff;border-radius:var(--radius-button);font-family:var(--font-heading);cursor:pointer;box-shadow:0 0 10px var(--accent-glow);transition:background-color .2s var(--easing);border:none;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-flex}.docs-module__q2v36W__actionBtn:hover{background:var(--accent-hover)}.docs-module__q2v36W__cardContent{flex-direction:column;gap:.5rem;padding:1rem 0;display:flex}.docs-module__q2v36W__cardTitle{font-family:var(--font-heading);color:var(--foreground);transition:color .2s var(--easing);font-size:1.05rem;font-weight:600;line-height:1.4}.docs-module__q2v36W__card:hover .docs-module__q2v36W__cardTitle{color:var(--accent)}.docs-module__q2v36W__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.docs-module__q2v36W__modalCard{border-radius:var(--radius-card);flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.docs-module__q2v36W__modalHeader{border-bottom:1px solid var(--border);background:var(--bg-elevated);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.docs-module__q2v36W__modalHeader h3{font-family:var(--font-heading);color:var(--foreground);font-size:1.25rem;font-weight:600}.docs-module__q2v36W__closeBtn{color:var(--foreground-muted);cursor:pointer;transition:color .2s var(--easing);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.docs-module__q2v36W__closeBtn:hover{color:var(--error)}.docs-module__q2v36W__modalBody{background:var(--bg-base);grid-template-columns:1fr;display:grid;overflow-y:auto}@media (min-width:768px){.docs-module__q2v36W__modalBody{grid-template-columns:1.2fr 1fr}}.docs-module__q2v36W__modalImageContainer{border-right:1px solid var(--border);background:#0f1115;justify-content:center;align-items:center;min-height:300px;max-height:60vh;padding:1.5rem;display:flex}.docs-module__q2v36W__modalImageContainer img{object-fit:contain;max-width:100%;max-height:100%;box-shadow:0 10px 30px #00000080}.docs-module__q2v36W__modalMeta{flex-direction:column;justify-content:center;padding:2rem;display:flex}.docs-module__q2v36W__modalDesc{color:var(--foreground-muted);font-size:.95rem;line-height:1.6}.docs-module__q2v36W__modalButtons{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}
.catalogue-module__WnW-QG__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.catalogue-module__WnW-QG__productCard{flex-direction:column;height:100%;padding:1rem;display:flex}.catalogue-module__WnW-QG__productImageWrapper{aspect-ratio:1;border:1px solid var(--border);background:#ffffff05;border-radius:8px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.catalogue-module__WnW-QG__productImage{object-fit:contain;max-width:90%;max-height:90%;transition:transform .3s var(--easing)}.catalogue-module__WnW-QG__productCard:hover .catalogue-module__WnW-QG__productImage{transform:scale(1.05)}.catalogue-module__WnW-QG__productInfo{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.catalogue-module__WnW-QG__productName{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.8em;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.catalogue-module__WnW-QG__productMeta{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.catalogue-module__WnW-QG__productPrice{font-family:var(--font-heading);color:var(--accent);font-size:1.15rem;font-weight:700}.catalogue-module__WnW-QG__categoryCard{border-radius:var(--radius-card);transition:border-color .3s var(--easing), transform .3s var(--easing), box-shadow .3s var(--easing);flex-direction:column;justify-content:flex-start;height:auto;min-height:140px;padding:1.75rem;display:flex}.catalogue-module__WnW-QG__categoryCard:hover{border-color:var(--border-glow);box-shadow:0 10px 30px var(--accent-glow);transform:translateY(-4px)}.catalogue-module__WnW-QG__categorySection{margin-bottom:4rem}.catalogue-module__WnW-QG__categorySectionTitle{font-family:var(--font-heading);text-transform:uppercase;color:var(--foreground);border-left:3px solid var(--accent);margin-bottom:.5rem;padding-left:.75rem;font-size:1.4rem}.catalogue-module__WnW-QG__categorySectionDesc{color:var(--foreground-muted);margin-bottom:2rem;font-size:.9rem}.catalogue-module__WnW-QG__categoryCardTitle{font-family:var(--font-heading);color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.catalogue-module__WnW-QG__categoryCardDesc{color:var(--foreground-muted);font-size:.85rem;line-height:1.4}
