.Inventory-module__fbPyVa__container{width:100%;min-height:100vh;position:relative}.Inventory-module__fbPyVa__layout{gap:2rem;max-width:1400px;min-height:calc(100vh - 85px);margin:0 auto;padding:0 1rem;display:flex}.Inventory-module__fbPyVa__desktopFilter{display:none}.Inventory-module__fbPyVa__mainContent{flex:1;min-width:0}.Inventory-module__fbPyVa__header{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8fafc 100%);border:1px solid #f1f5f9;border-radius:16px;margin-bottom:3rem;padding:2rem 0;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__headerContent h1{color:#1f2937;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.2}.Inventory-module__fbPyVa__headerContent p{color:#6b7280;max-width:600px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.Inventory-module__fbPyVa__headerStats{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.Inventory-module__fbPyVa__totalCount{color:#dc2626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#dc26261a;border:1px solid #dc262633;border-radius:25px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.Inventory-module__fbPyVa__activeFilters{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:25px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.Inventory-module__fbPyVa__controls{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Inventory-module__fbPyVa__searchContainer{flex:1;position:relative}.Inventory-module__fbPyVa__searchInput{background:#fff;border:2px solid #e5e7eb;border-radius:50px;width:100%;padding:1rem 1rem 1rem 3rem;font-size:16px;transition:all .3s;box-shadow:0 2px 10px #00000014}.Inventory-module__fbPyVa__searchInput:focus{border-color:#dc2626;outline:none;transform:translateY(-1px);box-shadow:0 4px 20px #dc262626}.Inventory-module__fbPyVa__searchIcon{color:#6b7280;width:20px;height:20px;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Inventory-module__fbPyVa__clearSearch{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.25rem;transition:all .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Inventory-module__fbPyVa__clearSearch:hover{color:#dc2626;background:#dc26261a}.Inventory-module__fbPyVa__viewToggle{background:#fff;border:2px solid #e5e7eb;border-radius:12px;gap:.5rem;padding:.25rem;display:flex;box-shadow:0 2px 10px #00000014}.Inventory-module__fbPyVa__viewToggle button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:8px;padding:.75rem;transition:all .2s}.Inventory-module__fbPyVa__viewToggle button:hover{color:#dc2626;background:#dc26260d}.Inventory-module__fbPyVa__viewToggle button.Inventory-module__fbPyVa__active{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}.Inventory-module__fbPyVa__filterPanel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__filterHeader{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Inventory-module__fbPyVa__filterHeader h3{color:#1f2937;align-items:center;gap:.75rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.Inventory-module__fbPyVa__closeFilter{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.Inventory-module__fbPyVa__closeFilter:hover{color:#dc2626;background:#dc26261a}.Inventory-module__fbPyVa__filterContent{flex-direction:column;max-height:calc(100vh - 200px);padding:0;display:flex;overflow-y:auto}.Inventory-module__fbPyVa__filterGroup{flex-direction:column;gap:.5rem;display:flex}.Inventory-module__fbPyVa__filterGroup label{color:#374151;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.Inventory-module__fbPyVa__filterGroup select,.Inventory-module__fbPyVa__filterGroup input,.Inventory-module__fbPyVa__select{box-sizing:border-box;background:#fff;border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:all .3s}.Inventory-module__fbPyVa__filterGroup select:focus,.Inventory-module__fbPyVa__filterGroup input:focus,.Inventory-module__fbPyVa__select:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px #dc26261a}.Inventory-module__fbPyVa__filterSection{border-bottom:1px solid #f1f5f9}.Inventory-module__fbPyVa__sectionHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;transition:all .2s;display:flex}.Inventory-module__fbPyVa__sectionHeader:hover{background:#f9fafb}.Inventory-module__fbPyVa__sectionHeader span{color:#374151;align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.Inventory-module__fbPyVa__sectionHeader svg{color:#dc2626}.Inventory-module__fbPyVa__sectionContent{padding:0 1.5rem 1.5rem}.Inventory-module__fbPyVa__filterChipsContainer{background:#f9fafb;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem}.Inventory-module__fbPyVa__filterChips{flex-wrap:wrap;gap:.5rem;display:flex}.Inventory-module__fbPyVa__filterChip{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.813rem;font-weight:600;display:flex;box-shadow:0 2px 8px #dc262633}.Inventory-module__fbPyVa__filterChip span{text-overflow:ellipsis;white-space:nowrap;max-width:150px;overflow:hidden}.Inventory-module__fbPyVa__filterChip button{color:#fff;cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;align-items:center;padding:.25rem;transition:all .2s;display:flex}.Inventory-module__fbPyVa__filterChip button:hover{background:#ffffff80}.Inventory-module__fbPyVa__filterActions{background:#fafafa;border-top:1px solid #f1f5f9;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.Inventory-module__fbPyVa__undoButton,.Inventory-module__fbPyVa__applyButton,.Inventory-module__fbPyVa__clearButton{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.Inventory-module__fbPyVa__undoButton{color:#374151;background:#fff;border:2px solid #e5e7eb}.Inventory-module__fbPyVa__undoButton:hover{color:#dc2626;background:#f9fafb;border-color:#dc2626;transform:translateY(-1px)}.Inventory-module__fbPyVa__applyButton{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;box-shadow:0 4px 15px #dc26264d}.Inventory-module__fbPyVa__applyButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 6px 20px #dc262666}.Inventory-module__fbPyVa__clearButton{color:#6b7280;background:0 0;border:2px solid #e5e7eb}.Inventory-module__fbPyVa__clearButton:hover{color:#dc2626;background:#fff;border-color:#dc2626}.Inventory-module__fbPyVa__rangeSlider{width:100%;padding:.5rem 0}.Inventory-module__fbPyVa__rangeSlider.Inventory-module__fbPyVa__disabled{opacity:.5;pointer-events:none}.Inventory-module__fbPyVa__rangeLabel{color:#374151;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:block}.Inventory-module__fbPyVa__sliderContainer{align-items:center;height:40px;padding:0 .5rem;display:flex;position:relative}.Inventory-module__fbPyVa__sliderTrack{background:#e5e7eb;border-radius:3px;height:6px;position:absolute;left:.5rem;right:.5rem}.Inventory-module__fbPyVa__sliderRange{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:3px;height:6px;transition:all .2s;position:absolute;box-shadow:0 2px 8px #dc26264d}.Inventory-module__fbPyVa__thumb{pointer-events:none;appearance:none;background:0 0;width:100%;height:40px;position:absolute}.Inventory-module__fbPyVa__thumb::-webkit-slider-thumb{appearance:none;cursor:pointer;pointer-events:all;background:#fff;border:3px solid #dc2626;border-radius:50%;width:22px;height:22px;transition:all .2s;box-shadow:0 2px 10px #dc26264d}.Inventory-module__fbPyVa__thumb::-webkit-slider-thumb:hover{border-width:4px;transform:scale(1.15);box-shadow:0 4px 15px #dc262680}.Inventory-module__fbPyVa__thumb::-webkit-slider-thumb:active{transform:scale(1.05)}.Inventory-module__fbPyVa__thumb::-moz-range-thumb{cursor:pointer;pointer-events:all;background:#fff;border:3px solid #dc2626;border-radius:50%;width:22px;height:22px;transition:all .2s;box-shadow:0 2px 10px #dc26264d}.Inventory-module__fbPyVa__thumb::-moz-range-thumb:hover{border-width:4px;transform:scale(1.15);box-shadow:0 4px 15px #dc262680}.Inventory-module__fbPyVa__thumb:disabled::-webkit-slider-thumb{cursor:not-allowed;border-color:#9ca3af}.Inventory-module__fbPyVa__thumb:disabled::-moz-range-thumb{cursor:not-allowed;border-color:#9ca3af}.Inventory-module__fbPyVa__thumbLeft{z-index:3}.Inventory-module__fbPyVa__thumbRight{z-index:4}.Inventory-module__fbPyVa__rangeValues{justify-content:space-between;gap:.5rem;margin-top:.75rem;display:flex}.Inventory-module__fbPyVa__minValue,.Inventory-module__fbPyVa__maxValue{color:#dc2626;text-align:center;background:#dc26261a;border:1px solid #dc262633;border-radius:8px;flex:1;padding:.375rem .75rem;font-size:.813rem;font-weight:600}.Inventory-module__fbPyVa__filterCount{color:#dc2626;background:#dc26261a;border-radius:9999px;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:700}.Inventory-module__fbPyVa__select:disabled,.Inventory-module__fbPyVa__filterGroup select:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6;background-color:#f9fafb;border-color:#e5e7eb}.Inventory-module__fbPyVa__equipmentHint{color:#6b7280;background:#f9fafb;border-left:3px solid #dc2626;border-radius:0 6px 6px 0;margin:0 0 .75rem;padding:.5rem .625rem;font-size:.75rem;line-height:1.4}.Inventory-module__fbPyVa__equipmentList{flex-direction:column;gap:.375rem;max-height:320px;padding-right:.25rem;display:flex;overflow-y:auto}.Inventory-module__fbPyVa__equipmentList::-webkit-scrollbar{width:6px}.Inventory-module__fbPyVa__equipmentList::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.Inventory-module__fbPyVa__equipmentOption{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.625rem;padding:.5rem .625rem;transition:all .2s;display:flex;position:relative}.Inventory-module__fbPyVa__equipmentOption:hover{background:#fef2f2;border-color:#fca5a5}.Inventory-module__fbPyVa__equipmentOptionActive{background:#fef2f2;border-color:#dc2626}.Inventory-module__fbPyVa__equipmentCheckboxInput{opacity:0;width:0;height:0;margin:0;position:absolute}.Inventory-module__fbPyVa__equipmentCheckboxInput:focus-visible+.Inventory-module__fbPyVa__equipmentCheckbox{box-shadow:0 0 0 3px #dc262640}.Inventory-module__fbPyVa__equipmentCheckbox{color:#fff;border:2px solid #d1d5db;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.Inventory-module__fbPyVa__equipmentOptionActive .Inventory-module__fbPyVa__equipmentCheckbox{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-color:#dc2626}.Inventory-module__fbPyVa__equipmentName{color:#374151;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.875rem;font-weight:600;overflow:hidden}.Inventory-module__fbPyVa__equipmentCountBadge{color:#6b7280;background:#f3f4f6;border-radius:9999px;flex-shrink:0;padding:.125rem .5rem;font-size:.75rem;font-weight:700}.Inventory-module__fbPyVa__equipmentOptionActive .Inventory-module__fbPyVa__equipmentCountBadge{color:#dc2626;background:#dc26261a}.Inventory-module__fbPyVa__equipmentToggle{color:#dc2626;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;width:100%;margin-top:.625rem;padding:.5rem;font-size:.813rem;font-weight:700;transition:background .2s;display:flex}.Inventory-module__fbPyVa__equipmentToggle:hover{background:#fef2f2}.Inventory-module__fbPyVa__equipmentClear{color:#6b7280;cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;width:100%;margin-top:.5rem;padding:.5rem;font-size:.813rem;font-weight:600;transition:all .2s;display:flex}.Inventory-module__fbPyVa__equipmentClear:hover{color:#dc2626;border-color:#dc2626}.Inventory-module__fbPyVa__equipmentEmpty{color:#9ca3af;text-align:center;margin:0;padding:1rem 0;font-size:.875rem}.Inventory-module__fbPyVa__mobileFilterButton{color:#fff;cursor:pointer;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #dc262666}.Inventory-module__fbPyVa__mobileFilterButton:hover{transform:translate(-50%)translateY(-3px);box-shadow:0 12px 40px #dc262680}.Inventory-module__fbPyVa__mobileFilterButton.Inventory-module__fbPyVa__hasActiveFilters{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);animation:2s infinite Inventory-module__fbPyVa__pulse}@keyframes Inventory-module__fbPyVa__pulse{0%,to{box-shadow:0 8px 30px #dc262666}50%{box-shadow:0 8px 40px #dc262699}}.Inventory-module__fbPyVa__filterBadge{color:#dc2626;background:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 .375rem;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 2px 8px #00000026}.Inventory-module__fbPyVa__mobileFilterOverlay{z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}.Inventory-module__fbPyVa__mobileFilter{z-index:1002;border-radius:0 20px 20px 0;width:340px;max-width:85vw;animation:.3s ease-out Inventory-module__fbPyVa__slideInLeft;position:fixed;top:0;bottom:0;left:0}@keyframes Inventory-module__fbPyVa__slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.Inventory-module__fbPyVa__loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.Inventory-module__fbPyVa__loadingSpinner{border:3px solid #f1f5f9;border-top-color:#dc2626;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite Inventory-module__fbPyVa__spin}@keyframes Inventory-module__fbPyVa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Inventory-module__fbPyVa__loading p{color:#6b7280;font-size:1rem;font-weight:500}.Inventory-module__fbPyVa__loadMoreContainer{justify-content:center;align-items:center;min-height:100px;padding:2rem 0;display:flex}.Inventory-module__fbPyVa__loadingMore{color:#6b7280;flex-direction:column;align-items:center;gap:1rem;display:flex}.Inventory-module__fbPyVa__loadingMore p{font-size:.95rem;font-weight:500}.Inventory-module__fbPyVa__spinningLoader{color:#dc2626;animation:1s linear infinite Inventory-module__fbPyVa__spin}.Inventory-module__fbPyVa__errorContainer{text-align:center;background:#fff;border-radius:16px;max-width:600px;margin:2rem auto;padding:4rem 2rem;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__errorContainer h2{color:#dc2626;margin-bottom:1rem;font-size:1.5rem}.Inventory-module__fbPyVa__errorContainer p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.Inventory-module__fbPyVa__retryButton{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.875rem 2rem;font-weight:600;transition:all .2s}.Inventory-module__fbPyVa__retryButton:hover{background:#b91c1c;transform:translateY(-1px)}.Inventory-module__fbPyVa__machinesContainer{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__grid .Inventory-module__fbPyVa__machineCard{flex-direction:column;height:auto}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__grid .Inventory-module__fbPyVa__machineImage{width:100%;height:220px}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__list{flex-direction:column;gap:1.5rem;display:flex}.Inventory-module__fbPyVa__machineCard{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:row;height:350px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__machineCard:hover{border-color:#dc26264d;transform:translateY(-4px);box-shadow:0 20px 60px #dc262626}.Inventory-module__fbPyVa__machineImage{background:linear-gradient(135deg,#f8fafc 0%,#e5e7eb 100%);flex-direction:column;flex-shrink:0;width:50%;height:100%;display:flex;position:relative;overflow:hidden}.Inventory-module__fbPyVa__mediaTabs{z-index:2;background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex}.Inventory-module__fbPyVa__mediaTab{cursor:pointer;color:#6b7280;letter-spacing:.01em;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem .75rem;font-size:.85rem;font-weight:600;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.Inventory-module__fbPyVa__mediaTab:hover:not(:disabled){color:#374151;background:#dc26260d}.Inventory-module__fbPyVa__mediaTab:disabled{cursor:not-allowed;opacity:.45}.Inventory-module__fbPyVa__mediaTabActive{color:#dc2626;background:#fff;border-bottom-color:#dc2626;font-weight:700}.Inventory-module__fbPyVa__mediaTabCount{color:#9ca3af;font-size:.8rem;font-weight:500}.Inventory-module__fbPyVa__mediaTabActive .Inventory-module__fbPyVa__mediaTabCount{color:#dc2626}.Inventory-module__fbPyVa__mainImageWrapper{flex:1;min-height:0;position:relative;overflow:hidden}.Inventory-module__fbPyVa__videoWrapper{background:#000;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Inventory-module__fbPyVa__videoElement{object-fit:contain;background:#000;width:100%;height:100%}.Inventory-module__fbPyVa__videoThumbBadge{color:#fff;border-radius:inherit;background:linear-gradient(135deg,#1f2937 0%,#0f172a 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Inventory-module__fbPyVa__videoThumbBadge svg{width:18px;height:18px}.Inventory-module__fbPyVa__image{object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}.Inventory-module__fbPyVa__machineCard:hover .Inventory-module__fbPyVa__image{transform:scale(1.08)}.Inventory-module__fbPyVa__noImage{color:#9ca3af;justify-content:center;align-items:center;height:100%;display:flex}.Inventory-module__fbPyVa__noImage svg{width:48px;height:48px}.Inventory-module__fbPyVa__thumbnailStrip{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff5;border-top:1px solid #e5e7eb;flex-shrink:0;gap:.5rem;padding:.5rem .75rem;display:flex}.Inventory-module__fbPyVa__thumbnail{aspect-ratio:4/3;cursor:pointer;opacity:.65;background:#f1f5f9;border:2px solid #0000;border-radius:6px;flex:0 0 calc(20% - .4rem);min-width:0;padding:0;transition:opacity .2s,border-color .2s,transform .2s;position:relative;overflow:hidden}.Inventory-module__fbPyVa__thumbnail:hover{opacity:1;border-color:#dc262666;transform:translateY(-1px)}.Inventory-module__fbPyVa__thumbnailActive{opacity:1;border-color:#dc2626;box-shadow:0 2px 8px #dc262640}.Inventory-module__fbPyVa__thumbnailImage{object-fit:cover;object-position:center}.Inventory-module__fbPyVa__thumbnailMore{color:#fff;letter-spacing:.02em;pointer-events:none;background:#0f172aa6;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex;position:absolute;inset:0}.Inventory-module__fbPyVa__machineContent{flex-direction:column;flex:1;justify-content:space-between;gap:1rem;min-height:0;padding:1.5rem;display:flex}.Inventory-module__fbPyVa__machineHeader{border-bottom:1px solid #f1f5f9;padding-bottom:.75rem}.Inventory-module__fbPyVa__machineName{color:#1f2937;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:1.125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.Inventory-module__fbPyVa__machineMake{color:#6b7280;margin:0;font-size:.875rem;font-weight:500}.Inventory-module__fbPyVa__machineSpecs{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex:1;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;padding:.75rem;display:grid}.Inventory-module__fbPyVa__spec{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Inventory-module__fbPyVa__spec svg{color:#dc2626;flex-shrink:0;width:16px;height:16px}.Inventory-module__fbPyVa__spec span{white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.Inventory-module__fbPyVa__noSpecs{color:#9ca3af;text-align:center;grid-column:1/-1;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;font-size:.875rem;font-style:italic;display:flex}.Inventory-module__fbPyVa__noSpecs svg{color:#d1d5db;flex-shrink:0}.Inventory-module__fbPyVa__machineFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Inventory-module__fbPyVa__machinePrice{color:#1f2937;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.Inventory-module__fbPyVa__machinePrice svg{color:#dc2626;width:20px;height:20px}.Inventory-module__fbPyVa__machineCategory{color:#dc2626;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#dc26261a 0%,#b91c1c0d 100%);border:1px solid #dc262633;border-radius:20px;padding:.375rem .875rem;font-size:.75rem;font-weight:600}.Inventory-module__fbPyVa__noResults{text-align:center;background:#fff;border-radius:16px;padding:4rem 2rem;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__noResults h3{color:#374151;margin-bottom:.5rem;font-size:1.5rem}.Inventory-module__fbPyVa__noResults p{color:#6b7280;margin-bottom:2rem;line-height:1.6}.Inventory-module__fbPyVa__pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding-bottom:2rem;display:flex}.Inventory-module__fbPyVa__paginationButton{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 1.25rem;font-weight:500;transition:all .3s;display:flex}.Inventory-module__fbPyVa__paginationButton:hover:not(:disabled){color:#dc2626;background:#dc26260d;border-color:#dc2626;transform:translateY(-1px)}.Inventory-module__fbPyVa__paginationButton:disabled{opacity:.4;cursor:not-allowed}.Inventory-module__fbPyVa__pageNumbers{gap:.25rem;margin:0 1rem;display:flex}.Inventory-module__fbPyVa__pageNumber{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;min-width:44px;height:44px;padding:0 .75rem;font-weight:500;transition:all .3s;display:flex}.Inventory-module__fbPyVa__pageNumber:hover{color:#dc2626;background:#dc26260d;border-color:#dc2626}.Inventory-module__fbPyVa__pageNumber.Inventory-module__fbPyVa__active{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-color:#dc2626;box-shadow:0 4px 15px #dc26264d}@media (min-width:1024px){.Inventory-module__fbPyVa__layout{gap:2.5rem;padding:0 2rem}.Inventory-module__fbPyVa__desktopFilter{flex-shrink:0;width:300px;height:fit-content;max-height:calc(100vh - 120px);display:block;position:sticky;top:100px}.Inventory-module__fbPyVa__mobileFilterButton{display:none}.Inventory-module__fbPyVa__mainContent{padding:2rem 0}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (min-width:1400px){.Inventory-module__fbPyVa__layout{gap:3rem;padding:0 3rem}.Inventory-module__fbPyVa__desktopFilter{width:320px}.Inventory-module__fbPyVa__machinesContainer.Inventory-module__fbPyVa__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width:1023px){.Inventory-module__fbPyVa__layout{padding:0 1rem}.Inventory-module__fbPyVa__mainContent{padding:1.5rem 0}.Inventory-module__fbPyVa__controls{flex-direction:column;align-items:stretch;gap:1rem}.Inventory-module__fbPyVa__searchContainer{max-width:unset}.Inventory-module__fbPyVa__machineCard{height:auto}}@media (max-width:480px){.Inventory-module__fbPyVa__thumbnailStrip{display:none}}.Inventory-module__fbPyVa__machineCardSold{cursor:default}.Inventory-module__fbPyVa__machineCardSold:hover{border-color:#f1f5f9;transform:none;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__machineCardSold:hover .Inventory-module__fbPyVa__image{transform:none}.Inventory-module__fbPyVa__soldBadge{z-index:3;color:#fff;letter-spacing:.1em;text-transform:uppercase;pointer-events:none;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:8px;padding:.4rem .85rem;font-size:.85rem;font-weight:800;position:absolute;top:12px;left:12px;box-shadow:0 4px 12px #00000059}@media (max-width:768px){.Inventory-module__fbPyVa__container{padding-bottom:120px}.Inventory-module__fbPyVa__layout{padding:0 .75rem}.Inventory-module__fbPyVa__mainContent{padding:1rem 0}.Inventory-module__fbPyVa__header{margin-bottom:2rem;padding:1.5rem 1rem}.Inventory-module__fbPyVa__headerContent h1{font-size:1.75rem}.Inventory-module__fbPyVa__headerContent p{font-size:1rem}.Inventory-module__fbPyVa__headerStats{flex-direction:column;gap:.75rem}.Inventory-module__fbPyVa__machineCard{flex-direction:column;height:auto}.Inventory-module__fbPyVa__machineImage{width:100%;height:320px}.Inventory-module__fbPyVa__machineSpecs{grid-template-columns:repeat(2,1fr)}.Inventory-module__fbPyVa__machinePrice{font-size:1rem}.Inventory-module__fbPyVa__pagination{flex-wrap:wrap;gap:.25rem}.Inventory-module__fbPyVa__pageNumbers{margin:0 .5rem}.Inventory-module__fbPyVa__mobileFilter{width:100%;max-width:90vw}.Inventory-module__fbPyVa__filterChip span{max-width:120px}}@media (max-width:480px){.Inventory-module__fbPyVa__machineSpecs{grid-template-columns:1fr}.Inventory-module__fbPyVa__machineFooter{flex-direction:column;align-items:flex-start;gap:.75rem}.Inventory-module__fbPyVa__pageNumbers{display:none}.Inventory-module__fbPyVa__mobileFilter{border-radius:0;width:100%;max-width:100%}.Inventory-module__fbPyVa__filterChipsContainer{padding:.75rem 1rem}.Inventory-module__fbPyVa__sectionHeader{padding:.875rem 1rem}.Inventory-module__fbPyVa__sectionContent{padding:0 1rem 1rem}}@media (hover:none) and (pointer:coarse){.Inventory-module__fbPyVa__machineCard:hover{transform:none;box-shadow:0 4px 20px #00000014}.Inventory-module__fbPyVa__machineCard:hover .Inventory-module__fbPyVa__image{transform:none}.Inventory-module__fbPyVa__paginationButton,.Inventory-module__fbPyVa__pageNumber,.Inventory-module__fbPyVa__mobileFilterButton{min-height:48px}.Inventory-module__fbPyVa__filterChip button,.Inventory-module__fbPyVa__closeFilter,.Inventory-module__fbPyVa__clearSearch{min-width:44px;min-height:44px}}@media (prefers-reduced-motion:reduce){.Inventory-module__fbPyVa__machineCard,.Inventory-module__fbPyVa__image,.Inventory-module__fbPyVa__paginationButton,.Inventory-module__fbPyVa__loadingSpinner,.Inventory-module__fbPyVa__spinningLoader,.Inventory-module__fbPyVa__mobileFilterButton,.Inventory-module__fbPyVa__mobileFilter,.Inventory-module__fbPyVa__sliderRange,.Inventory-module__fbPyVa__thumb{transition:none;animation:none;transform:none!important}.Inventory-module__fbPyVa__machineCard:hover{transform:none}.Inventory-module__fbPyVa__mobileFilterButton.Inventory-module__fbPyVa__hasActiveFilters{animation:none}}.Inventory-module__fbPyVa__searchInput:focus,.Inventory-module__fbPyVa__filterGroup select:focus,.Inventory-module__fbPyVa__filterGroup input:focus,.Inventory-module__fbPyVa__select:focus,.Inventory-module__fbPyVa__clearFiltersButton:focus,.Inventory-module__fbPyVa__applyFiltersButton:focus,.Inventory-module__fbPyVa__clearButton:focus,.Inventory-module__fbPyVa__undoButton:focus,.Inventory-module__fbPyVa__mobileFilterButton:focus,.Inventory-module__fbPyVa__paginationButton:focus,.Inventory-module__fbPyVa__pageNumber:focus,.Inventory-module__fbPyVa__closeFilter:focus,.Inventory-module__fbPyVa__clearSearch:focus{outline-offset:2px;outline:3px solid #dc2626}.Inventory-module__fbPyVa__filterContent::-webkit-scrollbar{width:8px}.Inventory-module__fbPyVa__filterContent::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.Inventory-module__fbPyVa__filterContent::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.Inventory-module__fbPyVa__filterContent::-webkit-scrollbar-thumb:hover{background:#94a3b8}
.Sale-module__Vo9E5G__price{align-items:center;gap:.5rem;display:inline-flex}.Sale-module__Vo9E5G__priceIcon{color:#dc2626;flex-shrink:0;width:20px;height:20px}.Sale-module__Vo9E5G__priceCurrent{color:#1f2937;font-size:1.125rem;font-weight:700}.Sale-module__Vo9E5G__priceSale{align-items:center;display:inline-flex}.Sale-module__Vo9E5G__priceStack{flex-direction:column;gap:.15rem;display:flex}.Sale-module__Vo9E5G__priceRow{align-items:center;gap:.5rem;display:flex}.Sale-module__Vo9E5G__priceOriginal{color:#9ca3af;font-size:.9rem;font-weight:600;text-decoration:line-through;text-decoration-thickness:1.5px}.Sale-module__Vo9E5G__priceDiscount{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#dc2626;border-radius:6px;padding:.12rem .42rem;font-size:.72rem;font-weight:800;line-height:1.2}.Sale-module__Vo9E5G__priceCurrentSale{color:#dc2626;font-size:1.3rem;font-weight:800;line-height:1.05}.Sale-module__Vo9E5G__priceSavings{color:#059669;font-size:.78rem;font-weight:600}.Sale-module__Vo9E5G__price_compact .Sale-module__Vo9E5G__priceCurrent{font-size:1.1rem}.Sale-module__Vo9E5G__price_compact .Sale-module__Vo9E5G__priceCurrentSale{font-size:1.2rem}.Sale-module__Vo9E5G__price_similar .Sale-module__Vo9E5G__priceCurrent{color:#dc2626;font-size:1.15rem}.Sale-module__Vo9E5G__price_similar .Sale-module__Vo9E5G__priceCurrentSale{font-size:1.15rem}.Sale-module__Vo9E5G__price_similar .Sale-module__Vo9E5G__priceOriginal{font-size:.8rem}.Sale-module__Vo9E5G__saleBadge{z-index:4;color:#fff;letter-spacing:.06em;text-transform:uppercase;pointer-events:none;background:linear-gradient(135deg,#f59e0b 0%,#dc2626 100%);border-radius:8px;align-items:center;gap:.35rem;padding:.38rem .7rem;font-size:.8rem;font-weight:800;display:inline-flex;position:absolute;top:12px;left:12px;box-shadow:0 6px 16px #dc262659}.Sale-module__Vo9E5G__saleBadge svg{width:14px;height:14px}.Sale-module__Vo9E5G__countdownPill{white-space:nowrap;color:#b45309;font-variant-numeric:tabular-nums;background:#f59e0b1f;border:1px solid #f59e0b59;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.8rem;font-weight:700;line-height:1;display:inline-flex}.Sale-module__Vo9E5G__countdownPill svg{flex-shrink:0;width:14px;height:14px}.Sale-module__Vo9E5G__countdownPillText{font-variant-numeric:tabular-nums;letter-spacing:.02em}.Sale-module__Vo9E5G__countdownPill.Sale-module__Vo9E5G__urgent{color:#dc2626;background:#dc26261f;border-color:#dc262666;animation:1.6s ease-in-out infinite Sale-module__Vo9E5G__salePulse}.Sale-module__Vo9E5G__countdownExpired{color:#6b7280;background:#f3f4f6;border-color:#e5e7eb}.Sale-module__Vo9E5G__countdownPlaceholder{visibility:hidden}.Sale-module__Vo9E5G__countdownPlaceholder.Sale-module__Vo9E5G__countdownPill{min-width:92px;min-height:26px}.Sale-module__Vo9E5G__countdownFull{gap:.5rem;display:inline-flex}.Sale-module__Vo9E5G__countdownPlaceholder.Sale-module__Vo9E5G__countdownFull{min-width:240px;min-height:64px}.Sale-module__Vo9E5G__countdownBox{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;min-width:56px;padding:.5rem .4rem;display:flex;box-shadow:0 6px 16px #dc262640}.Sale-module__Vo9E5G__countdownValue{color:#fff;font-variant-numeric:tabular-nums;font-size:1.4rem;font-weight:800;line-height:1}.Sale-module__Vo9E5G__countdownUnit{text-transform:uppercase;letter-spacing:.06em;color:#ffffffd9;font-size:.62rem;font-weight:600}.Sale-module__Vo9E5G__countdownFull.Sale-module__Vo9E5G__urgent .Sale-module__Vo9E5G__countdownBox{animation:1.6s ease-in-out infinite Sale-module__Vo9E5G__salePulse}@keyframes Sale-module__Vo9E5G__salePulse{0%,to{opacity:1}50%{opacity:.6}}.Sale-module__Vo9E5G__cardCountdownRow{margin-top:.5rem}.Sale-module__Vo9E5G__detailPriceBlock{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.Sale-module__Vo9E5G__detailPriceTop{align-items:center;gap:.65rem;display:flex}.Sale-module__Vo9E5G__detailOriginal{color:#9ca3af;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600;text-decoration:line-through;text-decoration-thickness:2px}.Sale-module__Vo9E5G__detailDiscount{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#dc2626 100%);border-radius:8px;padding:.25rem .6rem;font-size:.85rem;font-weight:800;box-shadow:0 4px 12px #dc26264d}.Sale-module__Vo9E5G__detailSalePrice{color:#dc2626;font-size:clamp(1.75rem,5vw,3rem);font-weight:800;line-height:1}.Sale-module__Vo9E5G__detailSavings{color:#059669;font-size:.95rem;font-weight:700}.Sale-module__Vo9E5G__detailCountdownWrap{flex-direction:column;align-items:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.Sale-module__Vo9E5G__detailCountdownLabel{text-transform:uppercase;letter-spacing:.04em;color:#b45309;align-items:center;gap:.4rem;font-size:.85rem;font-weight:700;display:inline-flex}.Sale-module__Vo9E5G__detailCountdownLabel svg{width:16px;height:16px}.Sale-module__Vo9E5G__saleSection{max-width:1280px;margin:0 auto;padding:110px 1.5rem 4rem}.Sale-module__Vo9E5G__saleHero{text-align:center;max-width:760px;margin:0 auto 2.5rem}.Sale-module__Vo9E5G__saleHeroBadge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#f59e0b 0%,#dc2626 100%);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem .9rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #dc26264d}.Sale-module__Vo9E5G__saleHeroBadge svg{width:15px;height:15px}.Sale-module__Vo9E5G__saleHeroTitle{color:#111827;margin:0 0 .75rem;font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800}.Sale-module__Vo9E5G__saleHeroSubtitle{color:#6b7280;margin:0;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.Sale-module__Vo9E5G__saleToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.Sale-module__Vo9E5G__saleCount{color:#6b7280;font-size:.95rem;font-weight:600}.Sale-module__Vo9E5G__saleCount strong{color:#dc2626}.Sale-module__Vo9E5G__saleSort{align-items:center;gap:.5rem;display:flex}.Sale-module__Vo9E5G__saleSortLabel{color:#6b7280;font-size:.85rem;font-weight:600}.Sale-module__Vo9E5G__saleSelect{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.55rem .85rem;font-size:.9rem;font-weight:600}.Sale-module__Vo9E5G__saleSelect:focus{border-color:#dc2626;outline:none;box-shadow:0 0 0 3px #dc26261f}.Sale-module__Vo9E5G__saleGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.Sale-module__Vo9E5G__saleGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.Sale-module__Vo9E5G__saleGrid{grid-template-columns:repeat(3,1fr)}}.Sale-module__Vo9E5G__saleCard{color:inherit;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;text-decoration:none;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .35s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.Sale-module__Vo9E5G__saleCard:hover{border-color:#dc26264d;transform:translateY(-4px);box-shadow:0 20px 60px #dc262626}.Sale-module__Vo9E5G__saleCardImage{background:linear-gradient(135deg,#f8fafc 0%,#e5e7eb 100%);width:100%;height:210px;position:relative;overflow:hidden}.Sale-module__Vo9E5G__saleCardImg{object-fit:cover;transition:transform .5s}.Sale-module__Vo9E5G__saleCard:hover .Sale-module__Vo9E5G__saleCardImg{transform:scale(1.05)}.Sale-module__Vo9E5G__saleCardNoImage{color:#9ca3af;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.Sale-module__Vo9E5G__saleCardBody{flex-direction:column;flex:1;gap:.65rem;padding:1.25rem;display:flex}.Sale-module__Vo9E5G__saleCardName{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.Sale-module__Vo9E5G__saleCardMake{color:#6b7280;margin:0;font-size:.85rem}.Sale-module__Vo9E5G__saleCardSpecs{flex-wrap:wrap;gap:.4rem 1rem;display:flex}.Sale-module__Vo9E5G__saleSpec{color:#4b5563;align-items:center;gap:.35rem;font-size:.82rem;display:inline-flex}.Sale-module__Vo9E5G__saleSpec svg{color:#9ca3af;width:15px;height:15px}.Sale-module__Vo9E5G__saleCardFooter{border-top:1px solid #f1f5f9;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.85rem;display:flex}.Sale-module__Vo9E5G__saleCardCountdownRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Sale-module__Vo9E5G__saleCardCountdownLabel{color:#6b7280;font-size:.78rem;font-weight:600}.Sale-module__Vo9E5G__saleStatus{text-align:center;color:#6b7280;padding:4rem 1.5rem}.Sale-module__Vo9E5G__saleSpinner{border:3px solid #f1f5f9;border-top-color:#dc2626;border-radius:50%;width:44px;height:44px;margin:0 auto 1rem;animation:1s linear infinite Sale-module__Vo9E5G__saleSpin}@keyframes Sale-module__Vo9E5G__saleSpin{to{transform:rotate(360deg)}}.Sale-module__Vo9E5G__saleEmpty{text-align:center;background:#fff;border-radius:16px;padding:4rem 1.5rem;box-shadow:0 4px 20px #0000000f}.Sale-module__Vo9E5G__saleEmptyIcon{color:#d1d5db;margin-bottom:1rem}.Sale-module__Vo9E5G__saleEmptyTitle{color:#111827;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.Sale-module__Vo9E5G__saleEmptyText{color:#6b7280;margin:0 0 1.5rem}.Sale-module__Vo9E5G__saleEmptyCta,.Sale-module__Vo9E5G__saleRetry{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:box-shadow .25s,transform .25s;display:inline-flex}.Sale-module__Vo9E5G__saleEmptyCta:hover,.Sale-module__Vo9E5G__saleRetry:hover{transform:translateY(-1px);box-shadow:0 10px 24px #dc26264d}.Sale-module__Vo9E5G__salePagination{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.Sale-module__Vo9E5G__salePageButton{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-weight:600;transition:border-color .2s,color .2s;display:inline-flex}.Sale-module__Vo9E5G__salePageButton:hover:not(:disabled){color:#dc2626;border-color:#dc2626}.Sale-module__Vo9E5G__salePageButton:disabled{opacity:.45;cursor:not-allowed}.Sale-module__Vo9E5G__salePageInfo{color:#6b7280;font-size:.9rem;font-weight:600}@media (max-width:768px){.Sale-module__Vo9E5G__saleSection{padding:90px 1rem 3rem}.Sale-module__Vo9E5G__saleGrid{gap:1rem}.Sale-module__Vo9E5G__saleCardImage{height:170px}.Sale-module__Vo9E5G__countdownBox{min-width:48px;padding:.45rem .35rem}.Sale-module__Vo9E5G__countdownValue{font-size:1.15rem}.Sale-module__Vo9E5G__salePagination{gap:.5rem}}
.CompanyOverview-module__5YsypG__companySection{background:#f8f8f8;padding:6rem 0;position:relative;overflow:hidden}.CompanyOverview-module__5YsypG__companySection:before{content:"";pointer-events:none;width:100%;height:100%;position:absolute;top:-50%;right:-50%}.CompanyOverview-module__5YsypG__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.CompanyOverview-module__5YsypG__sectionHeader{margin-bottom:4rem}.CompanyOverview-module__5YsypG__headerContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.CompanyOverview-module__5YsypG__headerText{z-index:2}.CompanyOverview-module__5YsypG__badge{color:#da0f0fcc;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#da0f0f1a,#da0f0f33);border:1px solid #da0f0f33;border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.CompanyOverview-module__5YsypG__sectionTitle{color:#1e293b;margin-bottom:1.5rem;font-size:clamp(2.2rem,4vw,3rem);font-weight:700;line-height:1.2}.CompanyOverview-module__5YsypG__highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);-webkit-background-clip:text;background-clip:text}.CompanyOverview-module__5YsypG__sectionDescription{color:#64748b;max-width:550px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.CompanyOverview-module__5YsypG__headerActions{flex-wrap:wrap;gap:1.5rem;display:flex}.CompanyOverview-module__5YsypG__primaryButton,.CompanyOverview-module__5YsypG__secondaryButton{border:2px solid #0000;border-radius:50px;align-items:center;gap:.75rem;min-height:56px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.CompanyOverview-module__5YsypG__primaryButton{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border-color:#da0f0fe6;box-shadow:0 8px 32px #da0f0f4d}.CompanyOverview-module__5YsypG__primaryButton:hover{background:linear-gradient(135deg,#da0f0f,#b90d0d);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #da0f0f66}.CompanyOverview-module__5YsypG__secondaryButton{color:#374151;background:#ffffffe6;border-color:#e2e8f0;box-shadow:0 4px 16px #00000014}.CompanyOverview-module__5YsypG__secondaryButton:hover{color:#da0f0fcc;border-color:#da0f0f4d;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #da0f0f1a}.CompanyOverview-module__5YsypG__headerImage{height:450px;position:relative}.CompanyOverview-module__5YsypG__imageWrapper{border-radius:20px;width:100%;height:100%;transition:transform .6s;position:relative;overflow:hidden;transform:perspective(1000px)rotateY(5deg);box-shadow:0 20px 60px #00000026}.CompanyOverview-module__5YsypG__imageWrapper:hover{transform:perspective(1000px)rotateY(0)scale(1.02)}.CompanyOverview-module__5YsypG__companyImage{object-fit:cover;object-position:center;transition:transform 8s}.CompanyOverview-module__5YsypG__imageWrapper:hover .CompanyOverview-module__5YsypG__companyImage{transform:scale(1.1)}.CompanyOverview-module__5YsypG__imageOverlay{background:linear-gradient(135deg,#0000001a 0%,#0000 50%,#da0f0f1a 100%);position:absolute;inset:0}.CompanyOverview-module__5YsypG__floatingStats{z-index:10;gap:1rem;display:flex;position:absolute;bottom:2rem;left:2rem}.CompanyOverview-module__5YsypG__floatingStat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;animation:3s ease-in-out infinite CompanyOverview-module__5YsypG__float;display:flex;box-shadow:0 8px 32px #00000026}.CompanyOverview-module__5YsypG__floatingStat:nth-child(2){animation-delay:1.5s}@keyframes CompanyOverview-module__5YsypG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.CompanyOverview-module__5YsypG__statIcon{color:#da0f0fcc;background:linear-gradient(135deg,#da0f0f1a,#da0f0f33);border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.CompanyOverview-module__5YsypG__statNumber{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1;display:block}.CompanyOverview-module__5YsypG__statLabel{color:#64748b;font-size:.8rem;font-weight:500;display:block}.CompanyOverview-module__5YsypG__statsSection{margin-bottom:5rem;padding:3rem 0}.CompanyOverview-module__5YsypG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.CompanyOverview-module__5YsypG__statCard{text-align:center;background:#fff;border:1px solid #fffc;border-radius:20px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.CompanyOverview-module__5YsypG__statCard:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000001f}.CompanyOverview-module__5YsypG__statCard:before{content:"";transform-origin:0;height:4px;transition:transform .6s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.CompanyOverview-module__5YsypG__statCard:hover:before{transform:scaleX(1)}.CompanyOverview-module__5YsypG__statIconWrapper{background:linear-gradient(135deg,#0000000d,#0000001a);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;transition:all .4s;display:flex;position:relative}.CompanyOverview-module__5YsypG__statCard:hover .CompanyOverview-module__5YsypG__statIconWrapper{color:#fff;transform:scale(1.1)}.CompanyOverview-module__5YsypG__statContent .CompanyOverview-module__5YsypG__statNumber{color:#1e293b;margin-bottom:.5rem;font-size:clamp(2rem,3vw,2.8rem);font-weight:800;line-height:1}.CompanyOverview-module__5YsypG__statContent .CompanyOverview-module__5YsypG__statLabel{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1rem;font-weight:600}.CompanyOverview-module__5YsypG__statAccent{opacity:0;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.CompanyOverview-module__5YsypG__statCard:hover .CompanyOverview-module__5YsypG__statAccent{opacity:1}.CompanyOverview-module__5YsypG__highlightsSection{margin-bottom:5rem}.CompanyOverview-module__5YsypG__highlightsHeader{text-align:center;margin-bottom:3rem}.CompanyOverview-module__5YsypG__highlightsTitle{color:#1e293b;margin-bottom:1rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.CompanyOverview-module__5YsypG__highlightsDescription{color:#64748b;max-width:600px;margin:0 auto;font-size:1.1rem}.CompanyOverview-module__5YsypG__highlightsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.CompanyOverview-module__5YsypG__highlightCard{opacity:0;background:#fff;border:1px solid #fffc;border-radius:20px;padding:2.5rem 2rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 8px 32px #00000014}.CompanyOverview-module__5YsypG__highlightCard.CompanyOverview-module__5YsypG__visible{opacity:1;transform:translateY(0)}.CompanyOverview-module__5YsypG__highlightCard:hover{transform:translateY(-10px)scale(1.02);box-shadow:0 20px 40px #0000001f}.CompanyOverview-module__5YsypG__highlightCard:before{content:"";background:linear-gradient(45deg,#0000,#00000005,#0000);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)scale(0)}.CompanyOverview-module__5YsypG__highlightCard:hover:before{transform:rotate(45deg)scale(1)}.CompanyOverview-module__5YsypG__highlightIcon{z-index:2;background:linear-gradient(135deg,#0000000d,#0000001a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;transition:all .4s;display:flex;position:relative}.CompanyOverview-module__5YsypG__highlightCard:hover .CompanyOverview-module__5YsypG__highlightIcon{color:#fff;transform:scale(1.1)rotateY(180deg)}.CompanyOverview-module__5YsypG__highlightTitle{color:#1e293b;text-align:center;z-index:2;margin-bottom:1rem;font-size:1.3rem;font-weight:700;position:relative}.CompanyOverview-module__5YsypG__highlightDescription{color:#64748b;text-align:center;z-index:2;margin:0;line-height:1.6;position:relative}.CompanyOverview-module__5YsypG__highlightAccent{transform-origin:50%;height:4px;transition:transform .4s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.CompanyOverview-module__5YsypG__highlightCard:hover .CompanyOverview-module__5YsypG__highlightAccent{transform:scaleX(1)}.CompanyOverview-module__5YsypG__timelineSection{background:#ffffff80;border:1px solid #fffc;border-radius:30px;margin-bottom:5rem;padding:3rem 0}.CompanyOverview-module__5YsypG__timelineHeader{text-align:center;margin-bottom:3rem}.CompanyOverview-module__5YsypG__timelineTitle{color:#1e293b;margin-bottom:1rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:700}.CompanyOverview-module__5YsypG__timelineDescription{color:#64748b;font-size:1.1rem}.CompanyOverview-module__5YsypG__timelineContainer{max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.CompanyOverview-module__5YsypG__timelineLine{background:linear-gradient(#da0f0fcc,#da0f0f33);border-radius:2px;width:3px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.CompanyOverview-module__5YsypG__timelineItem{opacity:0;margin-bottom:3rem;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;transform:translate(-30px)}.CompanyOverview-module__5YsypG__timelineItem.CompanyOverview-module__5YsypG__visible{opacity:1;transform:translate(0)}.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n){transform:translate(30px)}.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n).CompanyOverview-module__5YsypG__visible{transform:translate(0)}.CompanyOverview-module__5YsypG__timelineDot{z-index:10;background:#da0f0fcc;border:4px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #da0f0f4d}.CompanyOverview-module__5YsypG__timelineContent{background:#fff;border:1px solid #da0f0f1a;border-radius:16px;margin-left:3rem;padding:2rem;position:relative;box-shadow:0 8px 32px #00000014}.CompanyOverview-module__5YsypG__timelineContent:before{content:"";border:8px solid #0000;border-right-color:#fff;width:0;height:0;position:absolute;top:1.5rem;left:-8px}.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n) .CompanyOverview-module__5YsypG__timelineContent{margin-left:0;margin-right:3rem}.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n) .CompanyOverview-module__5YsypG__timelineContent:before{border-left-color:#fff;border-right-color:#0000;left:auto;right:-8px}.CompanyOverview-module__5YsypG__timelineYear{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border-radius:12px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.CompanyOverview-module__5YsypG__timelineItemTitle{color:#1e293b;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.CompanyOverview-module__5YsypG__timelineItemDescription{color:#64748b;margin:0;line-height:1.5}.CompanyOverview-module__5YsypG__trustSection{background:linear-gradient(135deg,#fffc,#f8fafce6);border:1px solid #fffc;border-radius:20px;margin-bottom:3rem;padding:3rem}.CompanyOverview-module__5YsypG__trustContent{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.CompanyOverview-module__5YsypG__certificationsTitle{color:#1e293b;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.CompanyOverview-module__5YsypG__certificationsList{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.CompanyOverview-module__5YsypG__certificationItem{color:#22c55e;align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.CompanyOverview-module__5YsypG__trustStats{flex-direction:column;gap:2rem;display:flex}.CompanyOverview-module__5YsypG__trustStat{background:#fffc;border:1px solid #da0f0f1a;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.CompanyOverview-module__5YsypG__trustStat svg{color:#da0f0fcc;flex-shrink:0}.CompanyOverview-module__5YsypG__trustNumber{color:#1e293b;font-size:1.8rem;font-weight:800;line-height:1;display:block}.CompanyOverview-module__5YsypG__trustLabel{color:#64748b;font-size:.9rem;font-weight:500;display:block}.CompanyOverview-module__5YsypG__ctaSection{color:#fff;background:linear-gradient(135deg,#1c1c1c,#000);border-radius:20px;padding:3rem;position:relative;overflow:hidden}.CompanyOverview-module__5YsypG__ctaSection:before{content:"";pointer-events:none;background:radial-gradient(circle,#da0f0f1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:-50%;right:-50%}.CompanyOverview-module__5YsypG__ctaContent{z-index:2;grid-template-columns:1fr auto;align-items:center;gap:2rem;display:grid;position:relative}.CompanyOverview-module__5YsypG__ctaTitle{margin-bottom:1rem;font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700;line-height:1.2}.CompanyOverview-module__5YsypG__ctaDescription{color:#cbd5e1;margin:0;font-size:1.1rem;line-height:1.6}.CompanyOverview-module__5YsypG__ctaActions{flex-wrap:wrap;gap:1rem;display:flex}.CompanyOverview-module__5YsypG__ctaPrimary,.CompanyOverview-module__5YsypG__ctaSecondary{white-space:nowrap;border:2px solid #0000;border-radius:50px;align-items:center;gap:.75rem;min-height:56px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex}.CompanyOverview-module__5YsypG__ctaPrimary{color:#fff;background:linear-gradient(135deg,#da0f0fe6,#da0f0f);border-color:#da0f0fe6;box-shadow:0 8px 32px #da0f0f4d}.CompanyOverview-module__5YsypG__ctaPrimary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 40px #da0f0f66}.CompanyOverview-module__5YsypG__ctaSecondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-color:#ffffff4d}.CompanyOverview-module__5YsypG__ctaSecondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-3px)scale(1.02)}@media (max-width:1024px){.CompanyOverview-module__5YsypG__headerContent{text-align:center;grid-template-columns:1fr;gap:3rem}.CompanyOverview-module__5YsypG__headerImage{order:-1;height:350px}.CompanyOverview-module__5YsypG__imageWrapper{transform:none}.CompanyOverview-module__5YsypG__timelineLine{left:2rem}.CompanyOverview-module__5YsypG__timelineItem,.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n){transform:translate(0)}.CompanyOverview-module__5YsypG__timelineContent,.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n) .CompanyOverview-module__5YsypG__timelineContent{margin-left:3rem;margin-right:0}.CompanyOverview-module__5YsypG__timelineContent:before{border-left-color:#0000;border-right-color:#fff;left:-8px}.CompanyOverview-module__5YsypG__timelineItem:nth-child(2n) .CompanyOverview-module__5YsypG__timelineContent:before{border-left-color:#0000;border-right-color:#fff;left:-8px;right:auto}.CompanyOverview-module__5YsypG__timelineDot{left:2rem;transform:translate(-50%)}.CompanyOverview-module__5YsypG__trustContent{grid-template-columns:1fr;gap:2rem}.CompanyOverview-module__5YsypG__ctaContent{text-align:center;grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.CompanyOverview-module__5YsypG__companySection{padding:4rem 0}.CompanyOverview-module__5YsypG__container{padding:0 1rem}.CompanyOverview-module__5YsypG__sectionHeader{margin-bottom:3rem}.CompanyOverview-module__5YsypG__headerActions{flex-direction:column;align-items:center}.CompanyOverview-module__5YsypG__primaryButton,.CompanyOverview-module__5YsypG__secondaryButton{justify-content:center;width:100%;max-width:280px}.CompanyOverview-module__5YsypG__statsGrid{grid-template-columns:1fr 1fr;gap:1rem}.CompanyOverview-module__5YsypG__highlightsGrid{grid-template-columns:1fr;gap:1.5rem}.CompanyOverview-module__5YsypG__floatingStats{justify-content:center;margin-top:2rem;position:static}.CompanyOverview-module__5YsypG__timelineContainer{padding:0 1rem}.CompanyOverview-module__5YsypG__timelineContent{margin-left:2rem}.CompanyOverview-module__5YsypG__trustSection{padding:2rem}.CompanyOverview-module__5YsypG__certificationsList{grid-template-columns:1fr}.CompanyOverview-module__5YsypG__ctaActions{flex-direction:column;align-items:center}.CompanyOverview-module__5YsypG__ctaPrimary,.CompanyOverview-module__5YsypG__ctaSecondary{justify-content:center;width:100%;max-width:280px}}@media (max-width:480px){.CompanyOverview-module__5YsypG__statsGrid{grid-template-columns:1fr}.CompanyOverview-module__5YsypG__statCard,.CompanyOverview-module__5YsypG__highlightCard{padding:2rem 1.5rem}.CompanyOverview-module__5YsypG__timelineSection{padding:2rem 1rem}.CompanyOverview-module__5YsypG__timelineContent,.CompanyOverview-module__5YsypG__trustSection{padding:1.5rem}.CompanyOverview-module__5YsypG__ctaSection{padding:2rem 1.5rem}}@media (min-width:1200px){.CompanyOverview-module__5YsypG__container{padding:0 3rem}.CompanyOverview-module__5YsypG__headerContent{gap:5rem}.CompanyOverview-module__5YsypG__statsGrid,.CompanyOverview-module__5YsypG__highlightsGrid{gap:3rem}}@media (prefers-reduced-motion:reduce){.CompanyOverview-module__5YsypG__companyImage,.CompanyOverview-module__5YsypG__imageWrapper,.CompanyOverview-module__5YsypG__statCard,.CompanyOverview-module__5YsypG__highlightCard,.CompanyOverview-module__5YsypG__timelineItem,.CompanyOverview-module__5YsypG__primaryButton,.CompanyOverview-module__5YsypG__secondaryButton,.CompanyOverview-module__5YsypG__ctaPrimary,.CompanyOverview-module__5YsypG__ctaSecondary{transition:none;animation:none}.CompanyOverview-module__5YsypG__floatingStat{animation:none}}@media print{.CompanyOverview-module__5YsypG__companySection{background:#fff;padding:2rem 0}.CompanyOverview-module__5YsypG__headerActions,.CompanyOverview-module__5YsypG__ctaActions{display:none}.CompanyOverview-module__5YsypG__floatingStats{margin-top:1rem;position:static}}.CompanyOverview-module__5YsypG__primaryButton:focus-visible,.CompanyOverview-module__5YsypG__secondaryButton:focus-visible,.CompanyOverview-module__5YsypG__ctaPrimary:focus-visible,.CompanyOverview-module__5YsypG__ctaSecondary:focus-visible{outline-offset:2px;outline:2px solid #da0f0fcc}
.HeroWithSearch-module__QIGFjq__heroSection{background:#f8f8f8;width:100%;margin-top:0;padding:0}.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr 450px;gap:1.5rem;max-width:1800px;min-height:450px;margin:0 auto;padding:1.5rem;display:grid}.HeroWithSearch-module__QIGFjq__heroMain{border-radius:24px;justify-content:center;align-items:center;width:100%;min-height:450px;display:flex;position:relative;overflow:hidden}.HeroWithSearch-module__QIGFjq__heroBackground{z-index:1;position:absolute;inset:0}.HeroWithSearch-module__QIGFjq__backgroundVideo{object-fit:cover;z-index:1;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HeroWithSearch-module__QIGFjq__heroSliderImage{z-index:2;opacity:0;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1s ease-in-out;position:absolute;inset:0}.HeroWithSearch-module__QIGFjq__heroSliderVisible{opacity:1;animation:3s ease-in-out forwards HeroWithSearch-module__QIGFjq__heroZoom}@keyframes HeroWithSearch-module__QIGFjq__heroZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.HeroWithSearch-module__QIGFjq__backgroundImage{object-fit:cover;object-position:center}.HeroWithSearch-module__QIGFjq__heroOverlay{z-index:3;background:linear-gradient(135deg,#0009 0%,#0000004d 100%);position:absolute;inset:0}.HeroWithSearch-module__QIGFjq__heroContent{z-index:4;text-align:center;max-width:900px;padding:2.5rem;position:relative}.HeroWithSearch-module__QIGFjq__heroTitle{color:#fff;text-shadow:0 4px 20px #00000080;letter-spacing:-.02em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.1}.HeroWithSearch-module__QIGFjq__heroButton{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:8px;justify-content:center;align-items:center;padding:1.125rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 25px #dc26264d}.HeroWithSearch-module__QIGFjq__heroButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 12px 35px #dc262666}.HeroWithSearch-module__QIGFjq__ctaCards{background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-rows:1fr 1fr;gap:1.5rem;height:100%;min-height:450px;transition:background-image .8s ease-in-out;display:grid}.HeroWithSearch-module__QIGFjq__ctaCardMachinery{background-image:url(https://nbg1.your-objectstorage.com/mobaumaschinen/gallery/f9cb6829-0ff0-4f58-b7f2-e2a084e95120/1773066188700_d02e1429-dc34-44e2-a837-8db7350f14ac.webp)}.HeroWithSearch-module__QIGFjq__ctaCardDrone{background-image:url(https://nbg1.your-objectstorage.com/mobaumaschinen/gallery/f9cb6829-0ff0-4f58-b7f2-e2a084e95120/1773066187844_8e33e99c-88aa-4ab2-9af3-6e02285ccafd.webp)}.HeroWithSearch-module__QIGFjq__ctaCard{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;justify-content:center;align-items:center;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.HeroWithSearch-module__QIGFjq__ctaCard:before{content:"";pointer-events:none;background:#00000073;border-radius:24px;position:absolute;inset:0}.HeroWithSearch-module__QIGFjq__ctaCard:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#000000bf 100%);border-radius:0 0 24px 24px;height:70%;position:absolute;bottom:0;left:0;right:0}.HeroWithSearch-module__QIGFjq__ctaCard:hover:before{opacity:1}.HeroWithSearch-module__QIGFjq__ctaCard:hover{transform:translateY(-4px)}.HeroWithSearch-module__QIGFjq__ctaCardContent{text-align:center;z-index:2;width:100%;position:relative}.HeroWithSearch-module__QIGFjq__ctaTitle{color:#fff;margin-bottom:1.75rem;font-size:1.625rem;font-weight:700;line-height:1.3}.HeroWithSearch-module__QIGFjq__ctaLink{color:#fff;background:#ff262661;border:2px solid #ff26263d;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.HeroWithSearch-module__QIGFjq__ctaLink:hover{background:#ffffff40;border-color:#ffffff80;transform:translate(4px)}.HeroWithSearch-module__QIGFjq__ctaLink svg{transition:transform .3s}.HeroWithSearch-module__QIGFjq__ctaLink:hover svg{transform:translate(4px)}@media (max-width:1400px){.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr 420px;max-width:1600px;min-height:420px}.HeroWithSearch-module__QIGFjq__heroMain,.HeroWithSearch-module__QIGFjq__ctaCards{min-height:420px}.HeroWithSearch-module__QIGFjq__ctaTitle{font-size:1.5rem}}@media (max-width:1200px){.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr 380px;gap:1.25rem;max-width:1400px;min-height:400px;padding:1.25rem}.HeroWithSearch-module__QIGFjq__heroMain{min-height:400px}.HeroWithSearch-module__QIGFjq__ctaCards{gap:1.25rem;min-height:400px}.HeroWithSearch-module__QIGFjq__ctaCard{padding:2rem 1.75rem}.HeroWithSearch-module__QIGFjq__ctaTitle{margin-bottom:1.5rem;font-size:1.375rem}.HeroWithSearch-module__QIGFjq__ctaLink{padding:.875rem 1.75rem;font-size:.9rem}}@media (max-width:1024px){.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr;gap:1.5rem;min-height:auto}.HeroWithSearch-module__QIGFjq__heroMain{min-height:380px}.HeroWithSearch-module__QIGFjq__ctaCards{grid-template-rows:auto;grid-template-columns:1fr 1fr;min-height:auto}.HeroWithSearch-module__QIGFjq__ctaCard{min-height:280px}}@media (max-width:768px){.HeroWithSearch-module__QIGFjq__heroSection{margin-top:0}.HeroWithSearch-module__QIGFjq__heroWrapper{gap:1rem;padding:1rem}.HeroWithSearch-module__QIGFjq__heroMain{border-radius:16px;min-height:320px}.HeroWithSearch-module__QIGFjq__heroContent{padding:1.75rem}.HeroWithSearch-module__QIGFjq__heroTitle{margin-bottom:1.5rem;font-size:1.875rem}.HeroWithSearch-module__QIGFjq__heroButton{padding:1rem 2rem;font-size:.95rem}.HeroWithSearch-module__QIGFjq__ctaCards{grid-template-rows:auto auto;grid-template-columns:1fr;gap:1rem}.HeroWithSearch-module__QIGFjq__ctaCard{border-radius:16px;min-height:200px;padding:2rem 1.5rem}.HeroWithSearch-module__QIGFjq__ctaTitle{margin-bottom:1.5rem;font-size:1.375rem}.HeroWithSearch-module__QIGFjq__ctaLink{padding:.875rem 1.75rem;font-size:.9rem}}@media (max-width:640px){.HeroWithSearch-module__QIGFjq__heroWrapper{padding:.75rem}.HeroWithSearch-module__QIGFjq__heroMain{min-height:280px}.HeroWithSearch-module__QIGFjq__heroTitle{font-size:1.625rem}.HeroWithSearch-module__QIGFjq__ctaCard{min-height:180px;padding:1.75rem 1.25rem}.HeroWithSearch-module__QIGFjq__ctaTitle{margin-bottom:1.25rem;font-size:1.25rem}}@media (max-width:480px){.HeroWithSearch-module__QIGFjq__heroWrapper{padding:1.5rem}.HeroWithSearch-module__QIGFjq__heroMain{border-radius:12px;min-height:250px}.HeroWithSearch-module__QIGFjq__heroContent{padding:1.25rem}.HeroWithSearch-module__QIGFjq__heroTitle{margin-bottom:1.25rem;font-size:1.5rem}.HeroWithSearch-module__QIGFjq__heroButton{width:100%;padding:1rem}.HeroWithSearch-module__QIGFjq__ctaCard{border-radius:12px;min-height:160px;padding:1.5rem 1rem}.HeroWithSearch-module__QIGFjq__ctaTitle{margin-bottom:1.25rem;font-size:1.125rem}.HeroWithSearch-module__QIGFjq__ctaLink{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:.875rem}}@media (min-width:1800px){.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr 500px;gap:2rem;max-width:2000px;min-height:480px;padding:2rem}.HeroWithSearch-module__QIGFjq__heroMain{min-height:480px}.HeroWithSearch-module__QIGFjq__ctaCards{gap:2rem;min-height:480px}.HeroWithSearch-module__QIGFjq__ctaCard{padding:3rem 2.5rem}.HeroWithSearch-module__QIGFjq__ctaTitle{margin-bottom:2rem;font-size:1.75rem}.HeroWithSearch-module__QIGFjq__ctaLink{padding:1.125rem 2.25rem;font-size:1rem}}@media (prefers-reduced-motion:reduce){.HeroWithSearch-module__QIGFjq__heroButton,.HeroWithSearch-module__QIGFjq__ctaCard,.HeroWithSearch-module__QIGFjq__ctaLink{transition:none;animation:none}.HeroWithSearch-module__QIGFjq__heroButton:hover,.HeroWithSearch-module__QIGFjq__ctaCard:hover,.HeroWithSearch-module__QIGFjq__ctaLink:hover,.HeroWithSearch-module__QIGFjq__ctaLink:hover svg{transform:none}.HeroWithSearch-module__QIGFjq__backgroundVideo{animation-play-state:paused!important}}.HeroWithSearch-module__QIGFjq__heroButton:focus,.HeroWithSearch-module__QIGFjq__ctaLink:focus{outline-offset:3px;outline:3px solid #dc2626}@media (hover:none) and (pointer:coarse){.HeroWithSearch-module__QIGFjq__heroButton:hover,.HeroWithSearch-module__QIGFjq__ctaCard:hover,.HeroWithSearch-module__QIGFjq__ctaLink:hover{transform:none}.HeroWithSearch-module__QIGFjq__ctaCard:active{transform:scale(.98)}}@media print{.HeroWithSearch-module__QIGFjq__heroSection{background:#fff;margin-top:0}.HeroWithSearch-module__QIGFjq__heroWrapper{grid-template-columns:1fr;min-height:auto}.HeroWithSearch-module__QIGFjq__ctaCards{display:none}.HeroWithSearch-module__QIGFjq__heroOverlay{opacity:.3}.HeroWithSearch-module__QIGFjq__heroButton,.HeroWithSearch-module__QIGFjq__backgroundVideo{display:none}}
.MachineSearch-module__Qft3sa__searchContainer{background:#f8f8f8;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem 1.5rem;display:flex}.MachineSearch-module__Qft3sa__searchForm{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;padding:2rem;transition:all .3s}.MachineSearch-module__Qft3sa__searchHeader{border-bottom:2px solid #f3f4f6;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.MachineSearch-module__Qft3sa__searchHeaderIcon{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #dc26264d}.MachineSearch-module__Qft3sa__searchHeaderText h3{color:#1f2937;margin:0 0 .25rem;font-size:1.25rem;font-weight:700}.MachineSearch-module__Qft3sa__searchHeaderText p{color:#6b7280;margin:0;font-size:.875rem}.MachineSearch-module__Qft3sa__mainSearchBar{gap:.75rem;margin-bottom:1rem;display:flex}.MachineSearch-module__Qft3sa__searchInputWrapper{flex:1;align-items:center;display:flex;position:relative}.MachineSearch-module__Qft3sa__searchIcon{color:#9ca3af;pointer-events:none;transition:color .3s;position:absolute;left:1.25rem}.MachineSearch-module__Qft3sa__searchInputWrapper:focus-within .MachineSearch-module__Qft3sa__searchIcon{color:#dc2626}.MachineSearch-module__Qft3sa__searchInput{color:#1f2937;background:#f9fafb;border:2px solid #e5e7eb;border-radius:16px;outline:none;width:100%;padding:1.25rem 3rem 1.25rem 3.5rem;font-size:1rem;font-weight:500;transition:all .3s}.MachineSearch-module__Qft3sa__searchInput::placeholder{color:#9ca3af;font-weight:400}.MachineSearch-module__Qft3sa__searchInput:hover{background:#fff;border-color:#d1d5db}.MachineSearch-module__Qft3sa__searchInput:focus{background:#fff;border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.MachineSearch-module__Qft3sa__clearButton{color:#dc2626;cursor:pointer;background:#dc26261a;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;right:1rem}.MachineSearch-module__Qft3sa__clearButton:hover{background:#dc262633;transform:scale(1.1)}.MachineSearch-module__Qft3sa__searchButton{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:none;border-radius:16px;align-items:center;gap:.625rem;padding:1.25rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 16px #dc26264d}.MachineSearch-module__Qft3sa__searchButton:hover{background:linear-gradient(135deg,#b91c1c 0%,#991b1b 100%);transform:translateY(-2px);box-shadow:0 8px 28px #dc262666}.MachineSearch-module__Qft3sa__searchButton:active{transform:translateY(0)}.MachineSearch-module__Qft3sa__filterToggle{color:#374151;cursor:pointer;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:2px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;position:relative}.MachineSearch-module__Qft3sa__filterToggle:hover{background:linear-gradient(135deg,#f1f5f9 0%,#e5e7eb 100%);border-color:#dc26264d;transform:translateY(-1px)}.MachineSearch-module__Qft3sa__filterToggle svg:first-child{color:#dc2626}.MachineSearch-module__Qft3sa__filterToggle svg:last-child{margin-left:auto;transition:transform .3s}.MachineSearch-module__Qft3sa__filterToggle svg.MachineSearch-module__Qft3sa__rotated{transform:rotate(180deg)}.MachineSearch-module__Qft3sa__filterBadge{color:#fff;background:#dc2626;border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:700;display:flex;box-shadow:0 2px 8px #dc26264d}.MachineSearch-module__Qft3sa__advancedFilters{border-top:2px solid #f3f4f6;margin-top:1.5rem;padding-top:1.5rem;animation:.3s ease-out MachineSearch-module__Qft3sa__slideDown}@keyframes MachineSearch-module__Qft3sa__slideDown{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.MachineSearch-module__Qft3sa__filterGrid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1rem;display:grid}.MachineSearch-module__Qft3sa__filterGroup{flex-direction:column;gap:.625rem;display:flex}.MachineSearch-module__Qft3sa__filterGroup label{color:#374151;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.MachineSearch-module__Qft3sa__filterGroup label svg{color:#dc2626}.MachineSearch-module__Qft3sa__invisibleLabel{opacity:0;pointer-events:none}.MachineSearch-module__Qft3sa__filterSelect,.MachineSearch-module__Qft3sa__filterInput{color:#1f2937;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:1rem 1.125rem;font-size:.95rem;font-weight:500;transition:all .3s}.MachineSearch-module__Qft3sa__filterSelect:hover,.MachineSearch-module__Qft3sa__filterInput:hover{background:#fff;border-color:#d1d5db}.MachineSearch-module__Qft3sa__filterSelect:focus,.MachineSearch-module__Qft3sa__filterInput:focus{background:#fff;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.MachineSearch-module__Qft3sa__filterSelect.MachineSearch-module__Qft3sa__hasValue,.MachineSearch-module__Qft3sa__filterInput.MachineSearch-module__Qft3sa__hasValue{background:#fff;border-color:#dc2626;font-weight:600}.MachineSearch-module__Qft3sa__rangeInputs{align-items:center;gap:.75rem;display:flex}.MachineSearch-module__Qft3sa__rangeInputs input{flex:1;min-width:0}.MachineSearch-module__Qft3sa__rangeSeparator{color:#6b7280;font-size:.875rem;font-weight:600}.MachineSearch-module__Qft3sa__inputWithIcon{align-items:center;display:flex;position:relative}.MachineSearch-module__Qft3sa__inputIcon{color:#9ca3af;pointer-events:none;transition:color .3s;position:absolute;left:1rem}.MachineSearch-module__Qft3sa__inputWithIcon:focus-within .MachineSearch-module__Qft3sa__inputIcon{color:#dc2626}.MachineSearch-module__Qft3sa__inputWithIcon input{padding-left:2.75rem;padding-right:2.5rem}.MachineSearch-module__Qft3sa__inputClearButton{color:#dc2626;cursor:pointer;background:#dc26261a;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex;position:absolute;right:.75rem}.MachineSearch-module__Qft3sa__inputClearButton:hover{background:#dc262633;transform:scale(1.1)}.MachineSearch-module__Qft3sa__applyFiltersButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.625rem;width:100%;padding:1rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #10b9814d}.MachineSearch-module__Qft3sa__applyFiltersButton:hover{background:linear-gradient(135deg,#059669 0%,#047857 100%);transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.MachineSearch-module__Qft3sa__applyFiltersButton:active{transform:translateY(0)}.MachineSearch-module__Qft3sa__filterActions{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:1.25rem;display:flex}.MachineSearch-module__Qft3sa__activeFiltersInfo{align-items:center;gap:.5rem;display:flex}.MachineSearch-module__Qft3sa__activeFiltersCount{color:#374151;background:#dc26261a;border-radius:20px;padding:.375rem .875rem;font-size:.875rem;font-weight:600}.MachineSearch-module__Qft3sa__clearFiltersButton{color:#dc2626;cursor:pointer;background:#dc26261a;border:2px solid #dc262633;border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.MachineSearch-module__Qft3sa__clearFiltersButton:hover{background:#dc262633;border-color:#dc262666;transform:translateY(-1px)}@media (max-width:1024px){.MachineSearch-module__Qft3sa__filterGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.MachineSearch-module__Qft3sa__searchButton span{display:none}.MachineSearch-module__Qft3sa__searchButton{padding:1.25rem 1.5rem}}@media (max-width:768px){.MachineSearch-module__Qft3sa__searchContainer{padding:1.5rem 1rem}.MachineSearch-module__Qft3sa__searchForm{padding:1.5rem}.MachineSearch-module__Qft3sa__searchHeader{text-align:center;flex-direction:column;align-items:center}.MachineSearch-module__Qft3sa__searchHeaderText h3{font-size:1.125rem}.MachineSearch-module__Qft3sa__mainSearchBar{flex-direction:column;gap:.75rem}.MachineSearch-module__Qft3sa__searchButton{justify-content:center;width:100%;padding:1.25rem}.MachineSearch-module__Qft3sa__searchButton span{display:inline}.MachineSearch-module__Qft3sa__filterGrid{grid-template-columns:1fr;gap:1rem}.MachineSearch-module__Qft3sa__filterActions{flex-direction:column;gap:1rem}.MachineSearch-module__Qft3sa__clearFiltersButton{justify-content:center;width:100%}}@media (max-width:480px){.MachineSearch-module__Qft3sa__searchForm{border-radius:20px;padding:1.25rem}.MachineSearch-module__Qft3sa__searchHeaderIcon{width:40px;height:40px}.MachineSearch-module__Qft3sa__searchHeaderIcon svg{width:20px;height:20px}.MachineSearch-module__Qft3sa__searchInput{padding:1.125rem 3rem 1.125rem 3.25rem;font-size:16px}.MachineSearch-module__Qft3sa__rangeInputs{flex-direction:column;align-items:stretch;gap:.5rem}.MachineSearch-module__Qft3sa__rangeSeparator{text-align:center;width:100%;display:block}}@media (min-width:1400px){.MachineSearch-module__Qft3sa__searchForm{padding:2.5rem}.MachineSearch-module__Qft3sa__filterGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (prefers-reduced-motion:reduce){.MachineSearch-module__Qft3sa__clearButton,.MachineSearch-module__Qft3sa__searchButton,.MachineSearch-module__Qft3sa__filterToggle,.MachineSearch-module__Qft3sa__advancedFilters,.MachineSearch-module__Qft3sa__applyFiltersButton,.MachineSearch-module__Qft3sa__clearFiltersButton{transition:none;animation:none}.MachineSearch-module__Qft3sa__searchButton:hover,.MachineSearch-module__Qft3sa__applyFiltersButton:hover,.MachineSearch-module__Qft3sa__clearFiltersButton:hover{transform:none}}.MachineSearch-module__Qft3sa__searchInput:focus,.MachineSearch-module__Qft3sa__filterSelect:focus,.MachineSearch-module__Qft3sa__filterInput:focus,.MachineSearch-module__Qft3sa__clearButton:focus,.MachineSearch-module__Qft3sa__searchButton:focus,.MachineSearch-module__Qft3sa__filterToggle:focus,.MachineSearch-module__Qft3sa__applyFiltersButton:focus,.MachineSearch-module__Qft3sa__clearFiltersButton:focus{outline-offset:2px;outline:3px solid #dc2626}@media print{.MachineSearch-module__Qft3sa__searchContainer{display:none}}
.CategoryLinks-module__F3KIVW__categorySection{background:#f8f8f8;width:100%;padding:45px}.CategoryLinks-module__F3KIVW__scrollWrapper{position:relative}.CategoryLinks-module__F3KIVW__scrollArrow{z-index:5;color:#1f2937;cursor:pointer;opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .2s,transform .2s,background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)scale(.9);box-shadow:0 4px 14px #00000014,0 2px 4px #0000000a}.CategoryLinks-module__F3KIVW__scrollArrowVisible{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.CategoryLinks-module__F3KIVW__scrollArrow:hover{color:#fff;background:#dc2626;border-color:#dc2626}.CategoryLinks-module__F3KIVW__scrollArrow:focus-visible{outline-offset:2px;outline:3px solid #dc2626}.CategoryLinks-module__F3KIVW__scrollArrowLeft{left:-6px}.CategoryLinks-module__F3KIVW__scrollArrowRight{right:-6px}@media (max-width:768px){.CategoryLinks-module__F3KIVW__scrollArrow{width:32px;height:32px}.CategoryLinks-module__F3KIVW__scrollArrowLeft{left:2px}.CategoryLinks-module__F3KIVW__scrollArrowRight{right:2px}}.CategoryLinks-module__F3KIVW__categorySectionSlim{background:#fff;border-bottom:1px solid #eef0f3;margin-top:80px;padding:.75rem 1rem}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryContainer{max-width:1800px;margin:0 auto}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid,.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:.625rem;padding:5px;display:flex;overflow:auto hidden}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid::-webkit-scrollbar{height:4px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryCard{scroll-snap-align:start;text-align:center;border-width:1px;border-radius:12px;flex-direction:column;flex:1 1 0;gap:.5rem;min-width:150px;padding:.75rem}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper{border-radius:10px;width:40px;min-width:40px;height:40px;margin:0 auto}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper svg{width:22px;height:22px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__cardContent{width:100%;min-width:0}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryLabel{overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8125rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryDescription,.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__arrowIcon{display:none}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryCard:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000000f,0 2px 6px #dc262614}@media (max-width:1024px){.CategoryLinks-module__F3KIVW__categorySectionSlim{padding:.625rem .875rem}}@media (max-width:768px){.CategoryLinks-module__F3KIVW__categorySectionSlim{margin-top:90px;padding:.5rem .75rem}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid,.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{gap:.5rem}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryCard{flex:none;min-width:118px;max-width:130px;padding:.625rem .5rem}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper{width:36px;min-width:36px;height:36px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper svg{width:20px;height:20px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryLabel{font-size:.6875rem;line-height:1.2}}@media (max-width:480px){.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryCard{min-width:108px;max-width:118px}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__categoryLabel{font-size:.6875rem}}.CategoryLinks-module__F3KIVW__categoryContainer{max-width:1800px;margin:0 auto}.CategoryLinks-module__F3KIVW__sectionHeader{text-align:center;margin-bottom:2.5rem}.CategoryLinks-module__F3KIVW__sectionTitle{color:#1f2937;letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.CategoryLinks-module__F3KIVW__sectionSubtitle{color:#6b7280;max-width:500px;margin:0 auto;font-size:1rem}.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{grid-template-columns:repeat(8,1fr)}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact .CategoryLinks-module__F3KIVW__categoryCard{text-align:center;flex-direction:column;padding:1.5rem 1rem}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact .CategoryLinks-module__F3KIVW__iconWrapper{margin-bottom:.75rem}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact .CategoryLinks-module__F3KIVW__arrowIcon,.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact .CategoryLinks-module__F3KIVW__categoryDescription{display:none}.CategoryLinks-module__F3KIVW__categoryCard{background:#fff;border:2px solid #e5e7eb;border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.CategoryLinks-module__F3KIVW__categoryCard:before{content:"";opacity:0;background:linear-gradient(135deg,#dc26260d 0%,#dc262600 100%);transition:opacity .3s;position:absolute;inset:0}.CategoryLinks-module__F3KIVW__categoryCard:hover{border-color:#dc26264d;transform:translateY(-4px);box-shadow:0 12px 32px #00000014,0 4px 12px #dc26261a}.CategoryLinks-module__F3KIVW__categoryCard:hover:before{opacity:1}.CategoryLinks-module__F3KIVW__iconWrapper{color:#dc2626;z-index:1;background:linear-gradient(135deg,#f8f8f8 0%,#f1f5f9 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;transition:all .3s;display:flex;position:relative}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__iconWrapper{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:scale(1.05);box-shadow:0 4px 16px #dc262659}.CategoryLinks-module__F3KIVW__iconWrapper.CategoryLinks-module__F3KIVW__iconWrapperImage{background:#f1f5f9;border-radius:22px;width:170px;min-width:170px;height:170px;overflow:hidden}.CategoryLinks-module__F3KIVW__iconWrapperImage .CategoryLinks-module__F3KIVW__iconImage{object-fit:cover;transition:transform .3s}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__iconWrapper.CategoryLinks-module__F3KIVW__iconWrapperImage{background:#f1f5f9;transform:none;box-shadow:0 4px 12px #00000014}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__iconWrapperImage .CategoryLinks-module__F3KIVW__iconImage{transform:scale(1.05)}.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper.CategoryLinks-module__F3KIVW__iconWrapperImage{border-radius:20px;width:130px;min-width:130px;height:130px}@media (max-width:768px){.CategoryLinks-module__F3KIVW__categorySectionSlim .CategoryLinks-module__F3KIVW__iconWrapper.CategoryLinks-module__F3KIVW__iconWrapperImage{width:110px;min-width:110px;height:110px}}.CategoryLinks-module__F3KIVW__cardContent{z-index:1;flex:1;min-width:0;position:relative}.CategoryLinks-module__F3KIVW__categoryLabel{color:#1f2937;margin:0 0 .25rem;font-size:1.0625rem;font-weight:700;line-height:1.3;transition:color .3s}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__categoryLabel{color:#dc2626}.CategoryLinks-module__F3KIVW__categoryDescription{color:#6b7280;margin:0;font-size:.8125rem;line-height:1.4}.CategoryLinks-module__F3KIVW__arrowIcon{color:#9ca3af;z-index:1;background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;transition:all .3s;display:flex;position:relative}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__arrowIcon{color:#dc2626;background:#dc26261a;transform:translate(4px)}@media (max-width:1400px){.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(4,1fr);gap:1rem}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{grid-template-columns:repeat(4,1fr)}}@media (max-width:1200px){.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(3,1fr)}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.CategoryLinks-module__F3KIVW__categorySection{padding:2.5rem 1.25rem}.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{grid-template-columns:repeat(4,1fr)}.CategoryLinks-module__F3KIVW__categoryCard{gap:1rem;padding:1.25rem}.CategoryLinks-module__F3KIVW__iconWrapper{border-radius:12px;width:48px;min-width:48px;height:48px}.CategoryLinks-module__F3KIVW__iconWrapper svg{width:24px;height:24px}.CategoryLinks-module__F3KIVW__categoryLabel{font-size:1rem}.CategoryLinks-module__F3KIVW__arrowIcon{width:32px;min-width:32px;height:32px}}@media (max-width:768px){.CategoryLinks-module__F3KIVW__categorySection{padding:2rem 1rem}.CategoryLinks-module__F3KIVW__sectionHeader{margin-bottom:2rem}.CategoryLinks-module__F3KIVW__sectionTitle{font-size:1.375rem}.CategoryLinks-module__F3KIVW__sectionSubtitle{font-size:.9375rem}.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(2,1fr);gap:.875rem}.CategoryLinks-module__F3KIVW__categoryGrid.CategoryLinks-module__F3KIVW__compact{grid-template-columns:repeat(2,1fr)}.CategoryLinks-module__F3KIVW__categoryCard{border-radius:14px;padding:1.125rem}.CategoryLinks-module__F3KIVW__iconWrapper{width:44px;min-width:44px;height:44px}.CategoryLinks-module__F3KIVW__categoryDescription,.CategoryLinks-module__F3KIVW__arrowIcon{display:none}}@media (max-width:480px){.CategoryLinks-module__F3KIVW__categorySection{padding:1.5rem .75rem}.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:1fr 1fr;gap:.75rem}.CategoryLinks-module__F3KIVW__categoryCard{text-align:center;flex-direction:column;gap:.75rem;padding:1.25rem 1rem}.CategoryLinks-module__F3KIVW__iconWrapper{width:52px;min-width:52px;height:52px}.CategoryLinks-module__F3KIVW__categoryLabel{font-size:.9375rem}}@media (min-width:1800px){.CategoryLinks-module__F3KIVW__categorySection{padding:4rem 2rem}.CategoryLinks-module__F3KIVW__categoryGrid{gap:1.5rem}.CategoryLinks-module__F3KIVW__categoryCard{gap:1.5rem;padding:1.75rem}.CategoryLinks-module__F3KIVW__iconWrapper{border-radius:16px;width:64px;min-width:64px;height:64px}.CategoryLinks-module__F3KIVW__iconWrapper svg{width:32px;height:32px}.CategoryLinks-module__F3KIVW__categoryLabel{font-size:1.125rem}.CategoryLinks-module__F3KIVW__categoryDescription{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.CategoryLinks-module__F3KIVW__categoryCard,.CategoryLinks-module__F3KIVW__iconWrapper,.CategoryLinks-module__F3KIVW__arrowIcon{transition:none}.CategoryLinks-module__F3KIVW__categoryCard:hover,.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__iconWrapper,.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__arrowIcon{transform:none}}.CategoryLinks-module__F3KIVW__categoryCard:focus{outline-offset:3px;outline:3px solid #dc2626}.CategoryLinks-module__F3KIVW__categoryCard:focus:not(:focus-visible){outline:none}.CategoryLinks-module__F3KIVW__categoryCard:focus-visible{outline-offset:3px;outline:3px solid #dc2626}@media (hover:none) and (pointer:coarse){.CategoryLinks-module__F3KIVW__categoryCard:hover{box-shadow:none;transform:none}.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__iconWrapper,.CategoryLinks-module__F3KIVW__categoryCard:hover .CategoryLinks-module__F3KIVW__arrowIcon{transform:none}.CategoryLinks-module__F3KIVW__categoryCard:active{border-color:#dc26264d;transform:scale(.98)}.CategoryLinks-module__F3KIVW__categoryCard:active .CategoryLinks-module__F3KIVW__iconWrapper{color:#fff;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%)}}@media print{.CategoryLinks-module__F3KIVW__categorySection{background:#fff;padding:1rem 0}.CategoryLinks-module__F3KIVW__categoryGrid{grid-template-columns:repeat(4,1fr);gap:.5rem}.CategoryLinks-module__F3KIVW__categoryCard{box-shadow:none;border:1px solid #e5e7eb}.CategoryLinks-module__F3KIVW__arrowIcon{display:none}}
.CategoryPage-module__FEqYkq__pageContainer{max-width:1400px;min-height:100vh;margin:0 auto;padding:0 1rem}.CategoryPage-module__FEqYkq__breadcrumbBar{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin:1.75rem 0 .75rem;padding:.75rem 1rem;display:flex;box-shadow:0 1px 3px #0f172a0a}.CategoryPage-module__FEqYkq__backButton{color:#1f2937;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .95rem;font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:inline-flex}.CategoryPage-module__FEqYkq__backButton:hover{color:#b91c1c;background:#fef2f2;border-color:#dc262666;box-shadow:0 4px 12px #dc26261a}.CategoryPage-module__FEqYkq__backButton:active{box-shadow:none;transform:translateY(1px)}.CategoryPage-module__FEqYkq__backIcon{width:16px;height:16px;transition:transform .2s}.CategoryPage-module__FEqYkq__backButton:hover .CategoryPage-module__FEqYkq__backIcon{transform:translate(-2px)}.CategoryPage-module__FEqYkq__breadcrumbs{flex:auto;justify-content:flex-end;min-width:0;display:flex}.CategoryPage-module__FEqYkq__breadcrumbList{color:#6b7280;flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;font-size:.875rem;list-style:none;display:flex}.CategoryPage-module__FEqYkq__breadcrumbItem{align-items:center;max-width:100%;display:inline-flex;overflow:hidden}.CategoryPage-module__FEqYkq__breadcrumbLink{color:#475569;text-overflow:ellipsis;white-space:nowrap;border-radius:8px;align-items:center;gap:.4rem;max-width:100%;padding:.35rem .6rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex;overflow:hidden}.CategoryPage-module__FEqYkq__breadcrumbLink:hover{color:#b91c1c;background:#dc26260f;text-decoration:none}.CategoryPage-module__FEqYkq__breadcrumbHomeIcon{flex-shrink:0;width:15px;height:15px}.CategoryPage-module__FEqYkq__breadcrumbSeparator{color:#cbd5e1;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;display:inline-flex}.CategoryPage-module__FEqYkq__breadcrumbSeparator svg{width:14px;height:14px}.CategoryPage-module__FEqYkq__breadcrumbCurrent{color:#b91c1c;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-radius:8px;padding:.35rem .7rem;font-weight:600}.CategoryPage-module__FEqYkq__breadcrumbCurrentLabel{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;overflow:hidden}.CategoryPage-module__FEqYkq__categoryHero{color:#fff;text-align:center;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);border:1px solid #ffffff1a;border-radius:16px;margin:1.5rem 0 2.5rem;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:0 10px 40px #dc262640}.CategoryPage-module__FEqYkq__categoryHero:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#fff0 50%,#0000000d 100%);position:absolute;inset:0}.CategoryPage-module__FEqYkq__heroContent{z-index:1;position:relative}.CategoryPage-module__FEqYkq__heroTitle{text-shadow:0 2px 10px #0003;margin:0 0 .75rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.CategoryPage-module__FEqYkq__heroSubtitle{opacity:.95;max-width:700px;margin:0 auto 1.75rem;font-size:clamp(1rem,2.5vw,1.375rem);font-weight:400;line-height:1.5}.CategoryPage-module__FEqYkq__heroStats{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.CategoryPage-module__FEqYkq__resultCount{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:1px solid #ffffff4d;border-radius:50px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #0000001a}.CategoryPage-module__FEqYkq__resultCount:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.CategoryPage-module__FEqYkq__loadingContainer{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:400px;padding:4rem 2rem;display:flex}.CategoryPage-module__FEqYkq__loadingSpinner{border:4px solid #f1f5f9;border-top-color:#dc2626;border-radius:50%;width:50px;height:50px;animation:1s linear infinite CategoryPage-module__FEqYkq__spin}@keyframes CategoryPage-module__FEqYkq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CategoryPage-module__FEqYkq__loadingContainer p{color:#6b7280;font-size:1rem;font-weight:500}@media (max-width:1023px){.CategoryPage-module__FEqYkq__pageContainer{padding:0 .75rem}.CategoryPage-module__FEqYkq__categoryHero{margin:1.25rem 0 2rem;padding:2.5rem 1.5rem}.CategoryPage-module__FEqYkq__heroTitle{font-size:2rem}.CategoryPage-module__FEqYkq__heroSubtitle{font-size:1.125rem}.CategoryPage-module__FEqYkq__breadcrumbBar{margin-top:1.5rem}.CategoryPage-module__FEqYkq__breadcrumbList{font-size:.813rem}}@media (max-width:768px){.CategoryPage-module__FEqYkq__pageContainer{padding:0 .5rem}.CategoryPage-module__FEqYkq__categoryHero{border-radius:12px;margin:1rem 0 1.5rem;padding:2rem 1.25rem}.CategoryPage-module__FEqYkq__heroTitle{margin-bottom:.5rem;font-size:1.75rem}.CategoryPage-module__FEqYkq__heroSubtitle{margin-bottom:1.25rem;font-size:1rem}.CategoryPage-module__FEqYkq__heroStats{flex-direction:column;gap:.75rem}.CategoryPage-module__FEqYkq__resultCount{width:100%;max-width:300px;padding:.625rem 1.25rem;font-size:.938rem}.CategoryPage-module__FEqYkq__breadcrumbBar{border-radius:10px;gap:.5rem .75rem;margin:1.25rem 0 .5rem;padding:.6rem .75rem}.CategoryPage-module__FEqYkq__backButton{padding:.45rem .85rem;font-size:.85rem}.CategoryPage-module__FEqYkq__breadcrumbList{gap:.15rem;font-size:.8rem}.CategoryPage-module__FEqYkq__breadcrumbLink{padding:.3rem .5rem}.CategoryPage-module__FEqYkq__breadcrumbCurrent{max-width:60vw;padding:.3rem .55rem}}@media (max-width:480px){.CategoryPage-module__FEqYkq__categoryHero{padding:1.5rem 1rem}.CategoryPage-module__FEqYkq__heroTitle{font-size:1.5rem}.CategoryPage-module__FEqYkq__heroSubtitle{font-size:.938rem}.CategoryPage-module__FEqYkq__resultCount{font-size:.875rem}.CategoryPage-module__FEqYkq__breadcrumbBar{flex-direction:column;align-items:stretch}.CategoryPage-module__FEqYkq__backButton{align-self:flex-start}.CategoryPage-module__FEqYkq__breadcrumbs{justify-content:flex-start}}@media (hover:none) and (pointer:coarse){.CategoryPage-module__FEqYkq__breadcrumbLink:hover{color:#475569;background:0 0}.CategoryPage-module__FEqYkq__backButton:hover{color:#1f2937;box-shadow:none;background:#f8fafc;border-color:#e2e8f0}.CategoryPage-module__FEqYkq__backButton:hover .CategoryPage-module__FEqYkq__backIcon{transform:none}.CategoryPage-module__FEqYkq__resultCount:hover{background:#ffffff40;transform:none}.CategoryPage-module__FEqYkq__backButton,.CategoryPage-module__FEqYkq__resultCount{min-height:44px}}@media (prefers-reduced-motion:reduce){.CategoryPage-module__FEqYkq__loadingSpinner,.CategoryPage-module__FEqYkq__backButton,.CategoryPage-module__FEqYkq__backIcon,.CategoryPage-module__FEqYkq__breadcrumbLink,.CategoryPage-module__FEqYkq__resultCount,.CategoryPage-module__FEqYkq__categoryHero{transition:none;animation:none}.CategoryPage-module__FEqYkq__resultCount:hover,.CategoryPage-module__FEqYkq__backButton:hover .CategoryPage-module__FEqYkq__backIcon{transform:none}}.CategoryPage-module__FEqYkq__backButton:focus-visible,.CategoryPage-module__FEqYkq__breadcrumbLink:focus-visible{outline-offset:2px;border-radius:8px;outline:3px solid #dc2626}@media print{.CategoryPage-module__FEqYkq__categoryHero{color:#000;box-shadow:none;background:#fff;border:2px solid #dc2626}.CategoryPage-module__FEqYkq__heroTitle,.CategoryPage-module__FEqYkq__heroSubtitle{color:#000;text-shadow:none}.CategoryPage-module__FEqYkq__resultCount{color:#000;background:#f3f4f6;border:1px solid #dc2626}.CategoryPage-module__FEqYkq__loadingSpinner{display:none}}
