.categories-page{min-height:100vh;background-color:#f9fafb}.categories-container{max-width:72rem;margin:0 auto;padding:2rem 1rem}.categories-header{margin-bottom:2rem}.categories-header h1{font-size:1.875rem;font-weight:700;color:#111827}.categories-header p{margin-top:.5rem;color:#4b5563}.card{background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem}.add-category-row{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.add-category-row{flex-direction:row}.category-left{display:flex;place-items:center;gap:12px}}.input{width:auto;flex:1;max-width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;outline:none}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d}.file-label{display:flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid #d1d5db;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background .2s}.file-label:hover{background:#f9fafb}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;color:#fff;cursor:pointer;border:none}.btn-blue{background:#2563eb}.btn-blue:hover{background:#1d4ed8}.btn-green{background:#16a34a}.btn-green:hover{background:#15803d}.btn-gray{background:#6b7280}.btn-gray:hover{background:#4b5563}.btn-amber{background:#f59e0b}.btn-amber:hover{background:#d97706}.btn-red{background:#dc2626}.btn-red:hover{background:#b91c1c}.category-list{border-top:1px solid #e5e7eb}.category-item{padding:1.5rem;display:flex;width:100%;justify-content:space-between;align-items:center}.category_edit{display:flex;padding-right:1.5rem;max-width:36rem;gap:12px;width:100%;margin:auto;flex-direction:column}.category-item:hover{background:#f9fafb}.category-img{width:4rem;height:4rem;border-radius:.5rem;object-fit:cover;border:1px solid #e5e7eb}.category-placeholder{width:4rem;height:4rem;background:#f3f4f6;border-radius:.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.category-left{width:auto}.empty-state{padding:3rem;text-align:center;color:#6b7280}.fullscreen-center{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.centered-box{text-align:center}.spinner{width:3rem;height:3rem;border-radius:50%;border-bottom:2px solid #2563eb;animation:spin 1s linear infinite;margin:0 auto}.loading-text{margin-top:1rem;color:#4b5563}.error-box{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1.5rem;max-width:28rem}.error-text{color:#dc2626;font-weight:500;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-container{padding:1rem;max-width:100%;margin:0 auto;background:#f9fafb;min-height:100vh}@media (min-width: 768px){.dashboard-container{padding:1.5rem}}@media (min-width: 1024px){.dashboard-container{padding:2rem;max-width:1600px}}.dashboard-header{margin-bottom:2rem}.dashboard-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}@media (min-width: 768px){.dashboard-title{font-size:2rem}}.dashboard-subtitle{font-size:.875rem;color:#6b7280;margin:0}@media (min-width: 768px){.dashboard-subtitle{font-size:1rem}}.stats-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.stat-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:all .3s ease;display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;transition:height .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.stat-card:hover:before{height:8px}.stat-card-blue:before{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card-green:before{background:linear-gradient(135deg,#10b981,#059669)}.stat-card-orange:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card-red:before{background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card-icon{font-size:2.5rem;line-height:1;flex-shrink:0}@media (min-width: 768px){.stat-card-icon{font-size:3rem}}.stat-card-content{flex:1}.stat-card-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:.5rem}.stat-card-value{font-size:1.75rem;font-weight:700;color:#1a202c}@media (min-width: 768px){.stat-card-value{font-size:2rem}}.charts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 1024px){.charts-grid{grid-template-columns:repeat(2,1fr)}}.chart-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .3s ease}.chart-card:hover{box-shadow:0 4px 12px #00000026}.chart-card-full{grid-column:1 / -1}.chart-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.chart-title{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0 0 .25rem}@media (min-width: 768px){.chart-title{font-size:1.25rem}}.chart-subtitle{font-size:.875rem;color:#6b7280;margin:0}.chart-body{min-height:300px}@media (min-width: 768px){.chart-body{min-height:400px}}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:100vh;text-align:center;background:#f9fafb}.error-text{color:#ef4444;font-weight:500;font-size:1.125rem}@media (max-width: 640px){.chart-card{padding:1rem}.chart-body{min-height:250px}.stat-card{padding:1rem}.stat-card-icon{font-size:2rem}.stat-card-value{font-size:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card{animation:fadeInUp .5s ease forwards}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}.chart-card{animation:fadeInUp .6s ease forwards}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{border-radius:.5rem!important}.recharts-legend-wrapper{padding-top:1rem}.recharts-legend-item-text{color:#374151!important;font-size:.875rem!important}@media (max-width: 640px){.recharts-cartesian-axis-tick-value{font-size:10px!important}.recharts-legend-item-text{font-size:.75rem!important}}.dashboard-container:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(0,0,0,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.02) 1px,transparent 1px);background-size:20px 20px;pointer-events:none;z-index:0}.dashboard-container>*{position:relative;z-index:1}.users-container{padding:1rem;max-width:100%;margin:0 auto}@media (min-width: 768px){.users-container{padding:1.5rem}}@media (min-width: 1024px){.users-container{padding:2rem;max-width:1400px}}.users-header{margin-bottom:1.5rem}.users-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}@media (min-width: 768px){.users-title{font-size:1.5rem}}.search-container{margin-bottom:1.5rem}.tabs-container{margin-bottom:1rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a}.users-tabs{border-bottom:1px solid #e5e7eb}.users-tabs .MuiTab-root{text-transform:none;font-weight:500;font-size:.9375rem}.users-table-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;margin-top:1rem}.users-table{display:none}@media (min-width: 1024px){.users-table{display:table;width:100%;border-collapse:collapse}}.users-cards{display:flex;flex-direction:column;gap:1rem;padding:1rem}@media (min-width: 1024px){.users-cards{display:none}}.user-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.user-card:hover{box-shadow:0 4px 6px #0000001a}.user-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.user-card-username{font-weight:600;font-size:1rem;color:#1a202c;margin:0 0 .25rem}.user-card-id{font-size:.75rem;color:#6b7280}.user-status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-active{background:#dcfce7;color:#166534}.status-blocked{background:#fee2e2;color:#991b1b}.user-card-details{display:grid;gap:.5rem;margin-bottom:1rem}.user-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.user-detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.user-detail-value{font-size:.875rem;color:#1a202c;text-align:right;max-width:60%;word-wrap:break-word}.user-card-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.user-action-btn{flex:1;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.users-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.users-table th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.users-table td{padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#1a202c}.users-table tbody tr:hover{background:#f9fafb}.btn-success{background:#10b981;border-color:#10b981;color:#fff}.btn-success:hover{background:#059669;border-color:#059669}@media (max-width: 640px){.user-detail-value{font-size:.8125rem}.user-action-btn{font-size:.8125rem;padding:.5rem .75rem}}@media (min-width: 1024px) and (max-width: 1280px){.users-table th,.users-table td{padding:.5rem .75rem;font-size:.8125rem}.table-btn{padding:.25rem .5rem;font-size:.8125rem}}.empty-state{padding:3rem 1rem;text-align:center;color:#6b7280}.empty-state-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#374151}.empty-state-text{font-size:.875rem}.search-container .MuiTextField-root{background:#fff;border-radius:.5rem}.search-container .MuiOutlinedInput-root{transition:all .2s}.search-container .MuiOutlinedInput-root:hover{box-shadow:0 1px 3px #0000001a}.search-container .MuiOutlinedInput-root.Mui-focused{box-shadow:0 2px 4px #0000001a}@media (max-width: 640px){.user-detail-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.product-container{padding:1rem;max-width:100%;margin:0 auto}@media (min-width: 768px){.product-container{padding:1.5rem}}@media (min-width: 1024px){.product-container{padding:2rem;max-width:1400px}}.product-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.product-header{flex-direction:row;justify-content:space-between;align-items:center}}.product-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}@media (min-width: 768px){.product-title{font-size:1.5rem}}.add-product-btn{width:100%;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s;font-size:.9375rem}.add-product-btn:hover{background:#2563eb}@media (min-width: 640px){.add-product-btn{width:auto}}.table-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.product-table{display:none}@media (min-width: 1024px){.product-table{display:table;width:100%;border-collapse:collapse}}.product-cards{display:flex;flex-direction:column;gap:1rem;padding:1rem}@media (min-width: 1024px){.product-cards{display:none}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .2s}.product-card:hover{box-shadow:0 4px 6px #0000001a}.product-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.product-card-title{font-weight:600;font-size:1rem;color:#1a202c;margin:0 0 .25rem}.product-card-id{font-size:.75rem;color:#6b7280}.product-card-details{display:grid;gap:.5rem;margin-bottom:1rem}.product-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.product-detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.product-detail-value{font-size:.875rem;color:#1a202c;text-align:right;max-width:60%;word-wrap:break-word}.product-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f3f4f6}.card-action-btn{flex:1;min-width:calc(50% - .25rem);padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid}.btn-primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;border-color:#2563eb}.btn-outline{background:#fff;border-color:#d1d5db;color:#374151}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.product-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.product-table th{padding:.75rem 1rem;text-align:left;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.025em}.product-table td{padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#1a202c}.product-table tbody tr:hover{background:#f9fafb}.table-actions{display:flex;gap:.5rem;flex-wrap:wrap}.table-btn{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid;white-space:nowrap}.pagination-container{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-top:1px solid #e5e7eb;align-items:center}@media (min-width: 640px){.pagination-container{flex-direction:row;justify-content:space-between}}.dialog-header{padding:1.5rem;border-bottom:1px solid #e5e7eb}.dialog-title{font-size:1.25rem;font-weight:600;color:#1a202c;margin:0}.dialog-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.dialog-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end}.form-group{display:flex;flex-direction:column;gap:1rem}.variant-row{display:flex;gap:.5rem;align-items:flex-end}.variant-row .MuiTextField-root{flex:1}.variant-remove-btn{padding:.625rem;background:#fee2e2;border:1px solid #fca5a5;border-radius:.375rem;color:#dc2626;cursor:pointer;font-size:1.25rem;line-height:1;transition:all .2s;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.variant-remove-btn:hover{background:#fecaca}.add-variant-btn{width:100%;padding:.625rem;background:#fff;border:2px dashed #d1d5db;border-radius:.5rem;color:#6b7280;cursor:pointer;font-weight:500;transition:all .2s;font-size:.9375rem}.add-variant-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.image-preview-container{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.image-preview{width:80px;height:80px;border-radius:.5rem;object-fit:cover;border:1px solid #e5e7eb}.media-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;margin-top:1rem}.media-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.media-preview{width:120px;height:120px;border-radius:.5rem;object-fit:cover;border:1px solid #e5e7eb}.media-video{width:160px;height:120px}.loading-container,.error-container{display:flex;justify-content:center;align-items:center;min-height:300px;text-align:center}.error-text{color:#ef4444;font-weight:500}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.w-full{width:100%}.hidden{display:none}@media (max-width: 640px){.product-detail-value{font-size:.8125rem}.card-action-btn{font-size:.8125rem;padding:.5rem .75rem}}@media (max-width: 640px){.dialog-header,.dialog-body{padding:1rem}.dialog-footer{padding:.75rem 1rem}.dialog-title{font-size:1.125rem}}@media (min-width: 1024px) and (max-width: 1280px){.product-table th,.product-table td{padding:.5rem .75rem;font-size:.8125rem}.table-btn{padding:.25rem .5rem;font-size:.8125rem}}.dialog-body{scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.dialog-body::-webkit-scrollbar{width:8px}.dialog-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.dialog-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dialog-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}
