/* Rahi Smart Delivery - Premium UI */

body {
    font-family: 'Segoe UI', sans-serif;
}

.rahi-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.rahi-header {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.rahi-header h1 {
    margin: 0;
    font-size: 24px;
}

.rahi-btn {
    background: #2c5364;
    color: #fff;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
}

.rahi-btn:hover {
    background: #203a43;
    color: #fff;
}

.rahi-badge {
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
}

.status-pending { background: orange; color: #fff; }
.status-ontheway { background: blue; color: #fff; }
.status-delivered { background: green; color: #fff; }
