.ProductsPage-module__YdOYGq__page{background-color:#f8fafc;min-height:100vh}.ProductsPage-module__YdOYGq__header{background:#fff;padding:1.5rem 2rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ProductsPage-module__YdOYGq__headerContent{justify-content:space-between;align-items:center;display:flex}.ProductsPage-module__YdOYGq__header h1{color:#1e293b;margin:0;font-size:1.75rem;font-weight:600}.ProductsPage-module__YdOYGq__header p{color:#64748b;margin:.25rem 0 0}.ProductsPage-module__YdOYGq__addButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.ProductsPage-module__YdOYGq__addButton:hover{background:linear-gradient(135deg,#5a6fd8 0%,#6a4190 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.ProductsPage-module__YdOYGq__statsRow{padding:1.5rem 2rem}.ProductsPage-module__YdOYGq__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ProductsPage-module__YdOYGq__statCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.ProductsPage-module__YdOYGq__statIcon{border-radius:.75rem;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.ProductsPage-module__YdOYGq__statContent h3{color:#1e293b;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.ProductsPage-module__YdOYGq__statContent p{color:#64748b;margin:0;font-size:.875rem}.ProductsPage-module__YdOYGq__filtersCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;margin:0 2rem 1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ProductsPage-module__YdOYGq__filtersHeader{border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.ProductsPage-module__YdOYGq__filtersHeader h4{color:#1e293b;margin:0;font-weight:600}.ProductsPage-module__YdOYGq__filtersContent{align-items:flex-start;gap:2rem;padding:1.5rem;display:flex}.ProductsPage-module__YdOYGq__categoryFilters{flex-wrap:wrap;flex:1;gap:.75rem;display:flex}.ProductsPage-module__YdOYGq__categoryFilter{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.ProductsPage-module__YdOYGq__categoryFilter:hover{background:#f1f5f9;border-color:#cbd5e1}.ProductsPage-module__YdOYGq__categoryFilter.ProductsPage-module__YdOYGq__active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:transparent}.ProductsPage-module__YdOYGq__searchContainer{width:400px}.ProductsPage-module__YdOYGq__searchBox{width:100%}.ProductsPage-module__YdOYGq__searchIcon{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-right:none}.ProductsPage-module__YdOYGq__searchInput{background:#f8fafc;border:1px solid #e2e8f0;border-left:none}.ProductsPage-module__YdOYGq__searchInput:focus{box-shadow:none;background:#fff;border-color:#e2e8f0}.ProductsPage-module__YdOYGq__tableCard{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;margin:0 2rem 2rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ProductsPage-module__YdOYGq__tableHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ProductsPage-module__YdOYGq__tableHeader h4{color:#1e293b;margin:0;font-weight:600}.ProductsPage-module__YdOYGq__tableInfo{color:#64748b;font-size:.875rem}.ProductsPage-module__YdOYGq__tableContainer{overflow-x:auto}.ProductsPage-module__YdOYGq__productsTable{min-width:900px;margin:0}.ProductsPage-module__YdOYGq__productsTable thead th{color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:1rem;font-weight:600}.ProductsPage-module__YdOYGq__productsTable tbody td{vertical-align:middle;border-color:#e2e8f0;padding:1rem}.ProductsPage-module__YdOYGq__productsTable tbody tr:hover{background:#f8fafc}.ProductsPage-module__YdOYGq__productInfo{align-items:flex-start;gap:.75rem;display:flex}.ProductsPage-module__YdOYGq__productImage{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.ProductsPage-module__YdOYGq__productName{color:#1e293b;margin-bottom:.25rem;font-weight:600}.ProductsPage-module__YdOYGq__productDescription{color:#64748b;margin-bottom:.25rem;font-size:.875rem}.ProductsPage-module__YdOYGq__productId{color:#94a3b8;font-size:.75rem}.ProductsPage-module__YdOYGq__badge{text-transform:capitalize;border-radius:1rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.ProductsPage-module__YdOYGq__categoryBadge{color:#fff;background:linear-gradient(135deg,#a78bfa,#8b5cf6)}.ProductsPage-module__YdOYGq__statusInStock{color:#fff;background:linear-gradient(135deg,#48bb78,#38a169)}.ProductsPage-module__YdOYGq__statusOutofStock{color:#fff;background:linear-gradient(135deg,#f56565,#e53e3e)}.ProductsPage-module__YdOYGq__statusLowStock{color:#fff;background:linear-gradient(135deg,#ed8936,#dd6b20)}.ProductsPage-module__YdOYGq__price{color:#059669;font-size:1rem;font-weight:700}.ProductsPage-module__YdOYGq__stock{color:#1e293b;font-weight:500}.ProductsPage-module__YdOYGq__sales{color:#64748b;font-size:.875rem}.ProductsPage-module__YdOYGq__rating{color:#f59e0b;align-items:center;gap:.25rem;font-weight:600;display:flex}.ProductsPage-module__YdOYGq__rating svg{color:#f59e0b}.ProductsPage-module__YdOYGq__actions{gap:.5rem;display:flex}.ProductsPage-module__YdOYGq__actionBtn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.ProductsPage-module__YdOYGq__editBtn{color:#fff;background:linear-gradient(135deg,#63b3ed,#4299e1)}.ProductsPage-module__YdOYGq__editBtn:hover{background:linear-gradient(135deg,#4299e1,#3182ce);transform:translateY(-1px);box-shadow:0 2px 8px rgba(66,153,225,.4)}.ProductsPage-module__YdOYGq__deleteBtn{color:#fff;background:linear-gradient(135deg,#fc8181,#f56565)}.ProductsPage-module__YdOYGq__deleteBtn:hover{background:linear-gradient(135deg,#f56565,#e53e3e);transform:translateY(-1px);box-shadow:0 2px 8px rgba(245,101,101,.4)}.ProductsPage-module__YdOYGq__noResults{text-align:center;color:#64748b;padding:3rem 2rem}.ProductsPage-module__YdOYGq__noResults svg{color:#cbd5e1;margin-bottom:1rem}.ProductsPage-module__YdOYGq__noResults h5{color:#475569;margin-bottom:.5rem}@media (max-width:768px){.ProductsPage-module__YdOYGq__headerContent{flex-direction:column;align-items:flex-start;gap:1rem}.ProductsPage-module__YdOYGq__statsRow{padding:1rem}.ProductsPage-module__YdOYGq__filtersCard,.ProductsPage-module__YdOYGq__tableCard{margin:0 1rem 1rem}.ProductsPage-module__YdOYGq__filtersContent{flex-direction:column;gap:1rem}.ProductsPage-module__YdOYGq__searchContainer{width:100%}.ProductsPage-module__YdOYGq__categoryFilters{justify-content:center}.ProductsPage-module__YdOYGq__tableHeader{flex-direction:column;align-items:stretch;gap:1rem}.ProductsPage-module__YdOYGq__actions{flex-direction:column;gap:.25rem}.ProductsPage-module__YdOYGq__actionBtn{padding:.375rem}}
