.dp-dashboard{font-family:Arial,sans-serif;max-width:1200px;margin:0 auto}.dp-header{background:#2271b1;color:#fff;padding:20px;border-radius:5px 5px 0 0}.dp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:20px 0}.stat-card{background:#fff;padding:20px;border-radius:5px;box-shadow:0 2px 5px rgb(0 0 0 / .1);text-align:center}.stat-value{font-size:24px;font-weight:700;color:#2271b1}.stat-label{color:#666;margin-top:5px}.dp-row{display:flex;gap:20px;margin-bottom:20px}.dp-col{flex:1}.dp-section{background:#fff;padding:20px;border-radius:5px;box-shadow:0 2px 5px rgb(0 0 0 / .1);margin-bottom:20px}.dp-table{width:100%;border-collapse:collapse}.dp-table th,.dp-table td{padding:10px;text-align:left;border-bottom:1px solid #ddd}.dp-table th{background:#f5f5f5}.status-badge{padding:3px 8px;border-radius:3px;font-size:12px}.status-pending{background:#fff3cd;color:#856404}.status-assigned{background:#cce5ff;color:#004085}.status-picked{background:#d1ecf1;color:#0c5460}.status-delivered{background:#d4edda;color:#155724}@media (max-width:768px){.dp-row{flex-direction:column}}