.fleet-module__37rPVq__pageContainer{max-width:var(--container-2xl);padding:6rem var(--space-6);min-height:100vh;margin:0 auto}.fleet-module__37rPVq__fleet{background-color:var(--bg-secondary);width:100%;height:100%}.fleet-module__37rPVq__layoutGrid{gap:var(--space-4);flex-direction:column;display:flex;position:relative}.fleet-module__37rPVq__sidebar{background:var(--bg-primary);border-radius:var(--radius-lg);width:300px;padding:var(--space-3);height:fit-content;box-shadow:var(--shadow-md);border:1px solid var(--border-light);flex-shrink:0}.fleet-module__37rPVq__filterGroup{padding-right:var(--space-1);border-bottom:1px solid var(--border-light);max-height:50vh;overflow-y:scroll}.fleet-module__37rPVq__filterGroup:last-child{border-bottom:none}.fleet-module__37rPVq__filterTitle{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--text-primary);margin-bottom:var(--space-4);gap:var(--space-2);align-items:center;display:flex}.fleet-module__37rPVq__filterList{gap:var(--space-2);flex-direction:column;display:flex}.fleet-module__37rPVq__filterItem{font-weight:var(--font-semibold);padding:var(--space-2)var(--space-2);background:var(--gray-100);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);font-size:var(--text-xs);color:var(--text-secondary);border:1px solid #0000;justify-content:space-between;align-items:center;display:flex}.fleet-module__37rPVq__filterItem:hover{background:var(--gray-200)}.fleet-module__37rPVq__filterItem.fleet-module__37rPVq__active{background:var(--primary);color:#fff;font-weight:var(--font-semibold)}.fleet-module__37rPVq__countBadge{background:var(--gray-300);border-radius:var(--radius-lg);font-size:var(--text-xs);color:var(--text-secondary);padding:1px 6px}.fleet-module__37rPVq__active .fleet-module__37rPVq__countBadge{color:#fff;background:#fff3}.fleet-module__37rPVq__resetBtn{width:100%;padding:var(--space-3);background:var(--text-primary);color:#fff;border-radius:var(--radius-md);font-weight:var(--font-semibold);cursor:pointer;margin-top:var(--space-4);transition:background var(--transition-base);border:none}.fleet-module__37rPVq__resetBtn:hover{background:var(--gray-700)}.fleet-module__37rPVq__clearAllBtn{background:var(--primary);justify-content:center;align-items:center;gap:var(--space-2);margin:0;display:flex}.fleet-module__37rPVq__clearAllBtn:hover{background:var(--primary-hover)}.fleet-module__37rPVq__mainContent{flex:1}.fleet-module__37rPVq__headerArea{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.fleet-module__37rPVq__pageTitle{font-size:var(--text-2xl);font-weight:var(--font-extrabold);color:var(--text-primary)}.fleet-module__37rPVq__resultCount{color:var(--text-tertiary);font-size:var(--text-sm)}.fleet-module__37rPVq__carsGrid{gap:var(--space-6);grid-template-columns:repeat(2,1fr);display:grid}.fleet-module__37rPVq__noResults{text-align:center;padding:var(--space-16);background:var(--bg-primary);border-radius:var(--radius-xl);color:var(--text-tertiary)}.fleet-module__37rPVq__mobileFilterToggle{width:100%;padding:var(--space-4);background:var(--primary);color:#fff;border-radius:var(--radius-md);font-weight:var(--font-bold);margin-bottom:var(--space-4);justify-content:center;align-items:center;gap:var(--space-2);cursor:pointer;transition:background var(--transition-base);border:none;display:none}.fleet-module__37rPVq__mobileFilterToggle:hover{background:var(--primary-hover)}.fleet-module__37rPVq__filtersContainer{gap:var(--space-4);flex-direction:column;flex-shrink:0;min-width:280px;max-width:280px;display:flex}.fleet-module__37rPVq__backdrop{width:100vw;height:100vh;z-index:var(--z-modal-backdrop);opacity:0;visibility:hidden;transition:opacity var(--transition-smooth);background-color:#00000080;position:fixed;top:0;left:0}.fleet-module__37rPVq__backdrop.fleet-module__37rPVq__show{opacity:1;visibility:visible}@media (max-width:1024px){.fleet-module__37rPVq__mobileFilterToggle{display:flex}.fleet-module__37rPVq__filtersContainer{background-color:var(--bg-primary);width:280px;max-width:85vw;height:100dvh;z-index:var(--z-modal);padding:var(--space-6);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-shadow:var(--shadow-2xl);transition:transform var(--transition-smooth);flex-direction:column;padding-bottom:0;display:flex;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-100%)}.fleet-module__37rPVq__filtersContainer.fleet-module__37rPVq__show{transform:translate(0)}.fleet-module__37rPVq__filtersContainer .fleet-module__37rPVq__sidebar{flex-shrink:0;width:100%}.fleet-module__37rPVq__filtersContainer .fleet-module__37rPVq__filterGroup{max-height:180px;position:relative}.fleet-module__37rPVq__filtersContainer .fleet-module__37rPVq__filterTitle{background:var(--bg-primary);z-index:1;padding-top:var(--space-2);padding-bottom:var(--space-2);margin-bottom:var(--space-2);position:sticky;top:0}.fleet-module__37rPVq__filtersContainer .fleet-module__37rPVq__sidebar:first-of-type .fleet-module__37rPVq__filterGroup{max-height:280px}.fleet-module__37rPVq__carsGrid{grid-template-columns:1fr}}@media (min-width:1024px){.fleet-module__37rPVq__pageContainer{max-width:var(--container-xl);padding:5rem var(--space-4);margin:0 auto}.fleet-module__37rPVq__flexGap8{flex-direction:row}}.fleet-module__37rPVq__flexGap8{gap:2rem;display:flex;position:relative}.fleet-module__37rPVq__flexGap1{flex-direction:row;gap:.5rem;display:flex}.fleet-module__37rPVq__itemsCenter{align-items:center}.fleet-module__37rPVq__justifyCenter{justify-content:center}.fleet-module__37rPVq__fontSemibold{font-weight:600}.fleet-module__37rPVq__capitalize{text-transform:capitalize}.fleet-module__37rPVq__objectContain{object-fit:contain}.fleet-module__37rPVq__paginationContainer{justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;margin-bottom:1rem;display:flex}.fleet-module__37rPVq__paginationButton{border:1px solid;border-radius:.375rem;padding:.5rem;transition:all .2s}.fleet-module__37rPVq__paginationButtonDisabled{color:#9ca3af;cursor:not-allowed;background-color:#f3f4f6;border-color:#e5e7eb}.fleet-module__37rPVq__paginationButtonEnabled{color:#374151;background-color:#fff;border-color:#d1d5db}.fleet-module__37rPVq__paginationButtonEnabled:hover{background-color:#f9fafb}.fleet-module__37rPVq__pageNumber{border:1px solid;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.fleet-module__37rPVq__pageNumberActive{color:#fff;background-color:#f97316;border-color:#f97316}.fleet-module__37rPVq__pageNumberInactive{color:#374151;background-color:#fff;border-color:#d1d5db}.fleet-module__37rPVq__pageNumberInactive:hover{background-color:#f9fafb}.fleet-module__37rPVq__resetBtnInline{width:auto;margin-top:1rem}
