:root {
    --gighop-primary: #4f46e5;
    --gighop-secondary: #14b8a6;
    --gighop-dark: #0f172a;
    --gighop-muted: #64748b;
    --gighop-surface: #ffffff;
    --gighop-bg: #eef2ff;
}

body {
    background: linear-gradient(180deg, #f8fafc 0%, var(--gighop-bg) 100%);
    color: var(--gighop-dark);
}

a { color: var(--gighop-primary); }

.hero-card,
.card,
.auth-card,
.feature-card,
.table,
.list-group-item {
    border-radius: 1rem;
}

.hero-section {
    background: radial-gradient(circle at top right, rgba(79, 70, 229, 0.14), transparent 32%), #ffffff;
}

.dashboard-sidebar {
    width: 100%;
    max-width: 300px;
    min-height: 100vh;
    background: linear-gradient(180deg, #111827, #1f2937);
}

.sidebar-link:hover,
.sidebar-link:focus {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
}

.metric-card {
    border: 0;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
}

.surface-panel {
    background: rgba(255,255,255,0.85);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.toast-container .toast {
    min-width: 280px;
}

@media (max-width: 991.98px) {
    .dashboard-sidebar {
        max-width: none;
        min-height: auto;
    }
}

.driver-sticky-bar {
    z-index: 1030;
}

.driver-bottom-nav {
    z-index: 1025;
}

@media (max-width: 991.98px) {
    body.dashboard-theme main {
        padding-bottom: 9rem !important;
    }

    .driver-action-grid .btn,
    [data-driver-jobs-cards] .btn {
        min-height: 3rem;
        border-radius: 0.9rem;
    }
}

#driverTrackingMap,
#customerTrackingMap {
    background: linear-gradient(180deg, rgba(79,70,229,0.05), rgba(20,184,166,0.08));
}


.sidebar-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.9rem;
    letter-spacing: 0.04em;
}

.sidebar-link {
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sidebar-link:hover,
.sidebar-link:focus,
.sidebar-link.active {
    background: rgba(255,255,255,0.12);
    color: #fff !important;
    transform: translateX(2px);
}

.sidebar-icon {
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
}

.sidebar-icon svg {
    width: 1rem;
    height: 1rem;
}

.sidebar-role-note {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255,255,255,0.08);
}
