.seller-dashboard{padding:2rem;background-color:#f8f9fa;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.dashboard-header h1{display:flex;align-items:center;gap:.75rem;color:#2d3748}.logout-btn{background:#6366f1;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:background .3s ease}.logout-btn:hover{background:#4f46e5}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000000d}.stat-icon{background:#6366f1;color:#fff;padding:1rem;border-radius:.75rem;font-size:1.5rem}.stat-info h3{color:#718096;font-size:1rem;margin-bottom:.5rem}.stat-info p{color:#2d3748;font-size:1.5rem;font-weight:600}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d}.chart-card h3{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#2d3748}.products-section,.orders-section,.seller-info{background:#fff;padding:2rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000000d}.table-container{overflow-x:auto}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}th{background-color:#f8fafc;color:#64748b}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.out-of-stock{background:#fee2e2;color:#dc2626}.status-badge.processing{background:#ffedd5;color:#ea580c}.status-badge.shipped{background:#dbeafe;color:#2563eb}.status-badge.delivered{background:#dcfce7;color:#16a34a}.seller-info .info-card{background:#f8fafc;padding:1.5rem;border-radius:1rem;margin-top:1rem}.info-item{padding:.75rem 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}@media(max-width:768px){.seller-dashboard{padding:1rem}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}}
