body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* شريط علوي متدرّج */
.gradient-nav {
    background: linear-gradient(45deg, #0d6efd, #6610f2);
}

/* كروت سريعة في الداشبورد */
.quick-card {
    border: 1px solid #e5e5e5;
    border-radius: 0.75rem;
    transition: all 0.2s ease-in-out;
}
.quick-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.7rem 1.5rem rgba(0, 0, 0, 0.06);
}

/* شوية تجميل للجداول */
table.table th,
table.table td {
    vertical-align: middle;
}

/* بطاقات وتفاصيل */
.card {
    border-radius: 0.75rem;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

/* صفحة الهبوط */
.landing-hero {
    border-radius: 1rem;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(13, 110, 253, 0.08);
    font-size: 1.4rem;
    color: #0d6efd;
}

/* خريطة الطلب */
.map-container {
    width: 100%;
    height: 280px;
    border-radius: 0.75rem;
    border: 1px solid #dee2e6;
    overflow: hidden;
}
