.sidebar-link { display: block; padding: 0.5rem 0.75rem; border-radius: 0.375rem; transition: background 0.15s; cursor: pointer; }
.sidebar-link:hover, .sidebar-link.active { background: rgba(255,255,255,0.15); }
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.status-badge { display: inline-block; padding: 0.125rem 0.5rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 500; }
.status-submitted { background: #dbeafe; color: #1e40af; }
.status-sold { background: #d1fae5; color: #065f46; }
.status-aftersales { background: #fee2e2; color: #991b1b; }
.status-pending { background: #fef3c7; color: #92400e; }
.status-approved { background: #d1fae5; color: #065f46; }
.status-rejected { background: #fee2e2; color: #991b1b; }
@media (max-width: 1023px) { main { padding-bottom: 4rem !important; } }
