/* _content/brain/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2ism1bjb5i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2ism1bjb5i] {
    flex: 1;
}

.sidebar[b-2ism1bjb5i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2ism1bjb5i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2ism1bjb5i]  a, .top-row[b-2ism1bjb5i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-2ism1bjb5i]  a:hover, .top-row[b-2ism1bjb5i]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-2ism1bjb5i]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-2ism1bjb5i] {
        justify-content: space-between;
    }

    .top-row[b-2ism1bjb5i]  a, .top-row[b-2ism1bjb5i]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2ism1bjb5i] {
        flex-direction: row;
    }

    .sidebar[b-2ism1bjb5i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2ism1bjb5i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-2ism1bjb5i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2ism1bjb5i], article[b-2ism1bjb5i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2ism1bjb5i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2ism1bjb5i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/brain/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ubosy1ofhl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ubosy1ofhl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ubosy1ofhl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ubosy1ofhl] {
    font-size: 1.1rem;
}

.bi[b-ubosy1ofhl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ubosy1ofhl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ubosy1ofhl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ubosy1ofhl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ubosy1ofhl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ubosy1ofhl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ubosy1ofhl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ubosy1ofhl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ubosy1ofhl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ubosy1ofhl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ubosy1ofhl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ubosy1ofhl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ubosy1ofhl] {
        display: none;
    }

    .nav-scrollable[b-ubosy1ofhl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/brain/Components/Pages/CoreBusiness/Vans.razor.rz.scp.css */
/* Vans Page General Styling */
.vans-container[b-fsl0hfnfq7] {
    padding: 0rem;
    background-color: #f9f9f9;
}

/* Header Section */
.page-header[b-fsl0hfnfq7] {
    background: linear-gradient(135deg, #C3000F 0%, #8B0000 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(195, 0, 15, 0.3);
}

.header-content[b-fsl0hfnfq7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-section .page-title[b-fsl0hfnfq7] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.title-section .page-subtitle[b-fsl0hfnfq7] {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-top: 0.5rem;
}

/* KPI Dashboard */
.kpi-dashboard[b-fsl0hfnfq7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.kpi-card[b-fsl0hfnfq7] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.kpi-icon[b-fsl0hfnfq7] {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.kpi-icon.available[b-fsl0hfnfq7] { background-color: #28a745; }
.kpi-icon.on-job[b-fsl0hfnfq7] { background-color: #fd7e14; }
.kpi-icon.needs-service[b-fsl0hfnfq7] { background-color: #dc3545; }

.kpi-details .kpi-label[b-fsl0hfnfq7] {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.kpi-details .kpi-value[b-fsl0hfnfq7] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #343a40;
}

/* Van Fleet Section */
.van-fleet-section[b-fsl0hfnfq7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 1.5rem;
}

.van-card[b-fsl0hfnfq7] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px !important;
}

.van-card:hover[b-fsl0hfnfq7] {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1) !important;
}

.van-card-graphic[b-fsl0hfnfq7] {
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.van-card:hover .van-card-graphic[b-fsl0hfnfq7] {
    transform: scale(1.05);
}

.headlight-overlay[b-fsl0hfnfq7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.headlight-overlay.headlights-on[b-fsl0hfnfq7] {
    opacity: 1;
}

/* Specific headlight positions for each van */
.van-card:nth-of-type(1) .headlight-overlay[b-fsl0hfnfq7] {
    background-image: url('data:image/svg+xml;utf8,<svg width="200" height="120" viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffeb3b" d="M184 46 L190 48 L190 55 L184 53 Z" style="filter:blur(3px);" /></svg>');
}

.van-card:nth-of-type(2) .headlight-overlay[b-fsl0hfnfq7] {
    background-image: url('data:image/svg+xml;utf8,<svg width="200" height="120" viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffeb3b" d="M178 48 L185 50 L185 57 L178 55 Z" style="filter:blur(3px);" /></svg>');
}

.van-card-content[b-fsl0hfnfq7] {
    padding: 1.5rem;
}

.van-card-header[b-fsl0hfnfq7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.van-card-header h2[b-fsl0hfnfq7] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
}

.van-status-badge[b-fsl0hfnfq7] {
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: white;
}

.van-status-badge.available[b-fsl0hfnfq7] { background-color: #28a745; }
.van-status-badge.on-job[b-fsl0hfnfq7] { background-color: #fd7e14; }

.van-info-grid[b-fsl0hfnfq7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

.info-item .info-label[b-fsl0hfnfq7] {
    font-size: 0.9rem;
    color: #6c757d;
}

.info-item .info-value[b-fsl0hfnfq7] {
    font-size: 1rem;
    font-weight: 500;
    color: #343a40;
}

/* SVG Animations */
.headlight[b-fsl0hfnfq7] {
    transition: fill 0.3s ease, opacity 0.3s ease;
    fill: #4e555b; /* Off state */
    opacity: 0.5;
}

.headlights-on .headlight[b-fsl0hfnfq7] {
    fill: #ffeb3b; /* On state */
    opacity: 1;
    box-shadow: 0 0 15px #ffeb3b;
}

/* General Container */
.vans-container[b-fsl0hfnfq7] {
    padding: 24px;
    background-color: #f8f9fa;
}

/* Page Header */
.page-header[b-fsl0hfnfq7] {
    margin-bottom: 24px;
}

.header-content[b-fsl0hfnfq7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title-section .page-title[b-fsl0hfnfq7] {
    font-size: 28px;
    font-weight: 600;
    color: #343a40;
    margin: 0;
}

.title-section .page-subtitle[b-fsl0hfnfq7] {
    font-size: 16px;
    color: #6c757d;
    margin-top: 4px;
}

.action-section .sf-button[b-fsl0hfnfq7] {
    margin-left: 12px;
}

/* Van Cards Section */
.van-cards-section[b-fsl0hfnfq7] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.van-card[b-fsl0hfnfq7] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.van-card:hover[b-fsl0hfnfq7] {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.van-card-header[b-fsl0hfnfq7] {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

.van-graphic img[b-fsl0hfnfq7] {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.van-title h2[b-fsl0hfnfq7] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.van-status[b-fsl0hfnfq7] {
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 16px;
    font-weight: 500;
}

.van-status.available[b-fsl0hfnfq7] {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.1);
}

.van-status.on-job[b-fsl0hfnfq7] {
    color: #fd7e14;
    background-color: rgba(253, 126, 20, 0.1);
}

.van-card-body[b-fsl0hfnfq7] {
    padding: 20px;
    flex-grow: 1;
}

.van-details[b-fsl0hfnfq7] {
    margin-bottom: 20px;
}

.detail-item[b-fsl0hfnfq7] {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.detail-label[b-fsl0hfnfq7] {
    color: #6c757d;
}

.detail-value[b-fsl0hfnfq7] {
    font-weight: 500;
    color: #343a40;
}

.van-kpis[b-fsl0hfnfq7] {
    display: flex;
    justify-content: space-around;
    text-align: center;
    border-top: 1px solid #e9ecef;
    padding-top: 16px;
}

.kpi .kpi-value[b-fsl0hfnfq7] {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.kpi .kpi-label[b-fsl0hfnfq7] {
    font-size: 12px;
    color: #6c757d;
}

.van-card-footer[b-fsl0hfnfq7] {
    padding: 16px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Grid Section */
.grid-section .sf-card[b-fsl0hfnfq7] {
    border-radius: 8px;
}

/* Remove default padding to allow MudContainer to manage it */
:host[b-fsl0hfnfq7] {
    display: block;
}

.van-card-minimal[b-fsl0hfnfq7] {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
    border-left: 4px solid transparent;
}

.van-card-minimal:hover[b-fsl0hfnfq7] {
    transform: translateX(4px);
    background-color: var(--mud-palette-action-default-hover);
}

.van-card-minimal.selected[b-fsl0hfnfq7] {
    background-color: var(--mud-palette-primary-lighten);
    border-left-color: var(--mud-palette-primary);
}

.van-details-header[b-fsl0hfnfq7] {
    background: linear-gradient(45deg, var(--mud-palette-primary-darken) 0%, var(--mud-palette-primary-lighten) 100%);
}

.van-graphic-container[b-fsl0hfnfq7] {
    position: relative;
    cursor: pointer;
}

.van-graphic-container .headlight-glow[b-fsl0hfnfq7] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none; /* Allows click-through to the image */
}

.van-graphic-container .headlight-glow.headlights-on[b-fsl0hfnfq7] {
    opacity: 1;
}

/* Specific headlight positions for each van */
.van-graphic-container.t5 .headlight-glow[b-fsl0hfnfq7] {
    background-image: url('data:image/svg+xml;utf8,<svg width="200" height="120" viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 235, 59, 0.8)" d="M184 46 L190 48 L190 55 L184 53 Z" style="filter:blur(5px);" /><path fill="white" d="M184 46 L190 48 L190 55 L184 53 Z" /></svg>');
}

.van-graphic-container.caddy .headlight-glow[b-fsl0hfnfq7] {
    background-image: url('data:image/svg+xml;utf8,<svg width="200" height="120" viewBox="0 0 200 120" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(255, 235, 59, 0.8)" d="M178 48 L185 50 L185 57 L178 55 Z" style="filter:blur(5px);" /><path fill="white" d="M178 48 L185 50 L185 57 L178 55 Z" /></svg>');
}

.fuel-slider .mud-slider-track[b-fsl0hfnfq7] {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, #F44336 20%, #FFC107 60%, #4CAF50 100%);
}

.fuel-slider .mud-slider-thumb[b-fsl0hfnfq7] {
    width: 20px;
    height: 20px;
    border: 3px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.fuel-slider.fuel-level-low .mud-slider-thumb[b-fsl0hfnfq7] {
    background-color: #F44336;
}

.fuel-slider.fuel-level-medium .mud-slider-thumb[b-fsl0hfnfq7] {
    background-color: #FFC107;
}

.fuel-slider.fuel-level-high .mud-slider-thumb[b-fsl0hfnfq7] {
    background-color: #4CAF50;
}

.fuel-slider .mud-slider-track[b-fsl0hfnfq7]::before {
    background-color: #e0e0e0;
} 
/* _content/brain/Components/Pages/Home.razor.rz.scp.css */
/* Clean Dashboard Styles */
.dashboard-container[b-5f72rlhrdy] {
    padding: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Styles */
.dashboard-header[b-5f72rlhrdy] {
    margin-bottom: 2rem;
    padding: 1.5rem;
}

.header-content[b-5f72rlhrdy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.brand-section[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo[b-5f72rlhrdy] {
    height: 48px;
    width: auto;
    border-radius: 8px;
}

.brand-info[b-5f72rlhrdy] {
    display: flex;
    flex-direction: column;
}

.brand-title[b-5f72rlhrdy] {
    margin: 0;
    font-weight: 600;
}

.live-time[b-5f72rlhrdy] {
    opacity: 0.8;
}

.header-stats[b-5f72rlhrdy] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* KPI Section */
.kpi-section[b-5f72rlhrdy] {
    margin-bottom: 2rem;
}

.kpi-card[b-5f72rlhrdy] {
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

.kpi-card:hover[b-5f72rlhrdy] {
    transform: translateY(-2px);
}

.kpi-content[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.kpi-data[b-5f72rlhrdy] {
    flex: 1;
}

.kpi-data .mud-typography-h6[b-5f72rlhrdy] {
    margin-bottom: 0.25rem;
    font-weight: 600;
}

/* Navigation Section */
.nav-section[b-5f72rlhrdy] {
    margin-bottom: 2rem;
}

.nav-card[b-5f72rlhrdy] {
    height: 100%;
    transition: transform 0.2s ease-in-out;
}

.nav-card:hover[b-5f72rlhrdy] {
    transform: translateY(-2px);
}

.nav-header[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-card .mud-list[b-5f72rlhrdy] {
    padding: 0;
}

.nav-card .mud-list-item[b-5f72rlhrdy] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 0.25rem;
    transition: background-color 0.2s ease-in-out;
}

.nav-card .mud-list-item:hover[b-5f72rlhrdy] {
    background-color: var(--mud-palette-action-hover);
}

.nav-card .mud-list-item:last-child[b-5f72rlhrdy] {
    margin-bottom: 0;
}

/* Activity Section */
.activity-section[b-5f72rlhrdy] {
    padding: 0;
}

.activity-header[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.activity-item[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.activity-content[b-5f72rlhrdy] {
    flex: 1;
    min-width: 0;
}

.activity-content .mud-typography-body2[b-5f72rlhrdy] {
    margin-bottom: 0.25rem;
}

.activity-time[b-5f72rlhrdy] {
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 960px) {
    .dashboard-container[b-5f72rlhrdy] {
        padding: 1rem;
    }
    
    .header-content[b-5f72rlhrdy] {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header-stats[b-5f72rlhrdy] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .dashboard-container[b-5f72rlhrdy] {
        padding: 0.5rem;
    }
    
    .dashboard-header[b-5f72rlhrdy] {
        margin-bottom: 1rem;
        padding: 1rem;
    }
    
    .brand-section[b-5f72rlhrdy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .brand-logo[b-5f72rlhrdy] {
        height: 40px;
    }
    
    .kpi-content[b-5f72rlhrdy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .activity-item[b-5f72rlhrdy] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* Premium Executive Dashboard - £650K+ Business Aesthetic */
.premium-executive-dashboard[b-5f72rlhrdy] {
    min-height: 100vh;
    padding: 1.5rem;
    background: linear-gradient(135deg, 
        var(--mud-palette-background) 0%, 
        rgba(var(--mud-palette-primary-rgb), 0.02) 50%, 
        rgba(var(--mud-palette-secondary-rgb), 0.02) 100%);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    animation: dashboardLoad-b-5f72rlhrdy 1.2s cubic-bezier(0.23, 1, 0.32, 1);
    overflow-x: hidden;
}

@keyframes dashboardLoad-b-5f72rlhrdy {
    0% { opacity: 0; transform: scale(0.98) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}

/* Executive Header */
.executive-header[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-surface-rgb), 0.8) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.1) !important;
    border-radius: 24px !important;
    padding: 2rem !important;
    box-shadow: 
        0 8px 32px rgba(var(--mud-palette-primary-rgb), 0.1),
        0 2px 8px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    animation: headerSlide-b-5f72rlhrdy 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.executive-header[b-5f72rlhrdy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(var(--mud-palette-primary-rgb), 0.05), 
        transparent);
    animation: shimmer-b-5f72rlhrdy 3s infinite;
}

@keyframes headerSlide-b-5f72rlhrdy {
    0% { opacity: 0; transform: translateY(-30px) scale(0.95); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes shimmer-b-5f72rlhrdy {
    0% { left: -100%; }
    100% { left: 100%; }
}

.header-grid[b-5f72rlhrdy] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
}

.brand-executive[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.brand-avatar[b-5f72rlhrdy] {
    background: linear-gradient(135deg, 
        var(--mud-palette-primary), 
        var(--mud-palette-secondary)) !important;
    box-shadow: 0 8px 24px rgba(var(--mud-palette-primary-rgb), 0.3) !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

.brand-avatar:hover[b-5f72rlhrdy] {
    transform: scale(1.05) rotate(2deg) !important;
    box-shadow: 0 12px 32px rgba(var(--mud-palette-primary-rgb), 0.4) !important;
}

.executive-title[b-5f72rlhrdy] {
    font-weight: 700 !important;
    background: linear-gradient(135deg, 
        var(--mud-palette-text-primary), 
        var(--mud-palette-primary)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 0.5rem !important;
}

.executive-metrics[b-5f72rlhrdy] {
    display: flex;
    gap: 1.5rem;
}

.metric-card[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-surface-rgb), 0.6) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.1) !important;
    border-radius: 20px !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    min-width: 200px !important;
}

.metric-card[b-5f72rlhrdy]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        var(--mud-palette-primary), 
        var(--mud-palette-secondary), 
        var(--mud-palette-tertiary));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.metric-card:hover[b-5f72rlhrdy]::after {
    opacity: 1;
}

.metric-card:hover[b-5f72rlhrdy] {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 
        0 20px 40px rgba(var(--mud-palette-primary-rgb), 0.15),
        0 8px 16px rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.2) !important;
}

.metric-content[b-5f72rlhrdy] {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1.5rem !important;
}

.metric-icon-container[b-5f72rlhrdy] {
    padding: 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, 
        rgba(var(--mud-palette-primary-rgb), 0.1), 
        rgba(var(--mud-palette-secondary-rgb), 0.1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.metric-icon[b-5f72rlhrdy] {
    font-size: 1.5rem !important;
    color: var(--mud-palette-primary) !important;
}

.metric-value[b-5f72rlhrdy] {
    font-weight: 800 !important;
    color: var(--mud-palette-text-primary) !important;
    margin-bottom: 0.25rem !important;
}

.metric-label[b-5f72rlhrdy] {
    color: var(--mud-palette-text-secondary) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 600 !important;
}

.metric-trend[b-5f72rlhrdy] {
    margin-top: 0.5rem !important;
}

/* KPI Visualization Grid */
.kpi-executive-grid[b-5f72rlhrdy] {
    animation: kpiSlide-b-5f72rlhrdy 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
}

@keyframes kpiSlide-b-5f72rlhrdy {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.kpi-visualization-card[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-surface-rgb), 0.7) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    border-radius: 24px !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    height: 320px !important;
}

.kpi-visualization-card[b-5f72rlhrdy]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(var(--mud-palette-primary-rgb), 0.02) 0%, 
        rgba(var(--mud-palette-secondary-rgb), 0.02) 50%, 
        rgba(var(--mud-palette-tertiary-rgb), 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.kpi-visualization-card:hover[b-5f72rlhrdy]::before {
    opacity: 1;
}

.kpi-visualization-card:hover[b-5f72rlhrdy] {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 
        0 24px 48px rgba(var(--mud-palette-primary-rgb), 0.12),
        0 12px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

.kpi-header[b-5f72rlhrdy] {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    padding: 1.5rem 1.5rem 0 1.5rem !important;
}

.chart-content[b-5f72rlhrdy], .gauge-content[b-5f72rlhrdy] {
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    height: 220px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gauge-center-text[b-5f72rlhrdy] {
    text-align: center;
    color: var(--mud-palette-text-primary);
}

.gauge-value[b-5f72rlhrdy] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--mud-palette-secondary);
}

.gauge-label[b-5f72rlhrdy] {
    font-size: 0.875rem;
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.25rem;
}

/* Executive Actions */
.executive-actions[b-5f72rlhrdy] {
    animation: actionsSlide-b-5f72rlhrdy 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
}

@keyframes actionsSlide-b-5f72rlhrdy {
    0% { opacity: 0; transform: translateY(30px); }
    100% { opacity: 1; transform: translateY(0); }
}

.action-card[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-surface-rgb), 0.6) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    border-radius: 20px !important;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    overflow: hidden !important;
    position: relative !important;
    height: 280px !important;
}

.action-card:hover[b-5f72rlhrdy] {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 
        0 16px 32px rgba(var(--mud-palette-primary-rgb), 0.1),
        0 8px 16px rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.15) !important;
}

.action-header[b-5f72rlhrdy] {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    padding: 1.5rem 1.5rem 0 1.5rem !important;
}

.action-title[b-5f72rlhrdy] {
    font-weight: 600 !important;
    color: var(--mud-palette-text-primary) !important;
}

.action-content[b-5f72rlhrdy] {
    padding: 1rem 1.5rem 1.5rem 1.5rem !important;
}

.action-button[b-5f72rlhrdy] {
    justify-content: space-between !important;
    padding: 1rem 1.5rem !important;
    border-radius: 12px !important;
    background: rgba(var(--mud-palette-primary-rgb), 0.03) !important;
    border: 1px solid rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) !important;
    color: var(--mud-palette-text-primary) !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.action-button:hover[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-primary-rgb), 0.08) !important;
    border-color: rgba(var(--mud-palette-primary-rgb), 0.15) !important;
    transform: translateX(4px) !important;
    box-shadow: 0 4px 12px rgba(var(--mud-palette-primary-rgb), 0.1) !important;
}

.button-content[b-5f72rlhrdy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Activity Feed */
.activity-feed[b-5f72rlhrdy] {
    background: rgba(var(--mud-palette-surface-rgb), 0.7) !important;
}

.activity-content[b-5f72rlhrdy] {
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    max-height: 200px !important;
    overflow-y: auto !important;
}

.timeline-content[b-5f72rlhrdy] {
    padding-left: 0.5rem;
}

.timeline-text[b-5f72rlhrdy] {
    color: var(--mud-palette-text-primary) !important;
    font-weight: 500 !important;
    margin-bottom: 0.25rem !important;
}

.timeline-time[b-5f72rlhrdy] {
    color: var(--mud-palette-text-secondary) !important;
}

/* Pulse Indicator */
.pulse-indicator[b-5f72rlhrdy] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mud-palette-success);
    animation: pulse-b-5f72rlhrdy 2s infinite;
}

@keyframes pulse-b-5f72rlhrdy {
    0%, 100% { 
        opacity: 1; 
        transform: scale(1); 
        box-shadow: 0 0 0 0 rgba(var(--mud-palette-success-rgb), 0.7);
    }
    50% { 
        opacity: 0.8; 
        transform: scale(1.2); 
        box-shadow: 0 0 0 8px rgba(var(--mud-palette-success-rgb), 0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .header-grid[b-5f72rlhrdy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }
    
    .executive-metrics[b-5f72rlhrdy] {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 960px) {
    .premium-executive-dashboard[b-5f72rlhrdy] {
        padding: 1rem;
        gap: 1rem;
    }
    
    .executive-header[b-5f72rlhrdy] {
        padding: 1.5rem !important;
    }
    
    .metric-card[b-5f72rlhrdy] {
        min-width: 180px !important;
    }
    
    .kpi-visualization-card[b-5f72rlhrdy] {
        height: 300px !important;
    }
    
    .action-card[b-5f72rlhrdy] {
        height: 260px !important;
    }
}

@media (max-width: 600px) {
    .premium-executive-dashboard[b-5f72rlhrdy] {
        padding: 0.75rem;
    }
    
    .executive-header[b-5f72rlhrdy] {
        padding: 1rem !important;
        border-radius: 16px !important;
    }
    
    .brand-executive[b-5f72rlhrdy] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .executive-metrics[b-5f72rlhrdy] {
        flex-direction: column;
        width: 100%;
    }
    
    .metric-card[b-5f72rlhrdy] {
        min-width: unset !important;
        width: 100%;
    }
    
    .kpi-visualization-card[b-5f72rlhrdy] {
        height: 280px !important;
    }
    
    .action-card[b-5f72rlhrdy] {
        height: 240px !important;
    }
}

/* Premium Scrollbar */
[b-5f72rlhrdy]::-webkit-scrollbar {
    width: 6px;
}

[b-5f72rlhrdy]::-webkit-scrollbar-track {
    background: rgba(var(--mud-palette-surface-rgb), 0.3);
    border-radius: 3px;
}

[b-5f72rlhrdy]::-webkit-scrollbar-thumb {
    background: rgba(var(--mud-palette-primary-rgb), 0.3);
    border-radius: 3px;
    transition: background 0.2s ease;
}

[b-5f72rlhrdy]::-webkit-scrollbar-thumb:hover {
    background: rgba(var(--mud-palette-primary-rgb), 0.5);
}

/* Advanced Glassmorphism Effects */
.premium-executive-dashboard[b-5f72rlhrdy]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(var(--mud-palette-primary-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(var(--mud-palette-secondary-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 40% 60%, rgba(var(--mud-palette-tertiary-rgb), 0.02) 0%, transparent 50%);
    pointer-events: none;
    z-index: -1;
}

/* Executive Dashboard - Professional MudBlazor Design */
.executive-dashboard[b-5f72rlhrdy] {
    padding: 2rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e6f3fa 100%);
    min-height: 100vh;
}

/* Premium Header with Brand Colors */
.premium-header[b-5f72rlhrdy] {
    background: linear-gradient(135deg, #C3000F 0%, #AA000D 100%) !important;
    color: white !important;
    padding: 2rem !important;
    margin-bottom: 2rem !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(195, 0, 15, 0.3) !important;
}

.logo-container[b-5f72rlhrdy] {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 1rem !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.brand-logo[b-5f72rlhrdy] {
    height: 48px !important;
    width: auto !important;
    filter: brightness(1.1) !important;
}

.main-title[b-5f72rlhrdy] {
    color: white !important;
    font-weight: 800 !important;
    text-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

.subtitle[b-5f72rlhrdy] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 400 !important;
}

.metric-badge[b-5f72rlhrdy] {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 12px !important;
    padding: 1.5rem !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
}

.metric-badge:hover[b-5f72rlhrdy] {
    background: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px) !important;
}

.metric-value[b-5f72rlhrdy] {
    color: white !important;
    font-weight: 700 !important;
}

.metric-label[b-5f72rlhrdy] {
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-weight: 500 !important;
}

/* KPI Dashboard */
.kpi-dashboard[b-5f72rlhrdy] {
    margin: 2rem 0 !important;
}

.kpi-card[b-5f72rlhrdy] {
    transition: all 0.3s ease !important;
    height: 100% !important;
}

.kpi-card:hover[b-5f72rlhrdy] {
    transform: translateY(-4px) !important;
}

.kpi-card .e-card[b-5f72rlhrdy] {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.kpi-card .e-card-header[b-5f72rlhrdy] {
    background: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
}

.kpi-card .e-card-header .e-card-header-title[b-5f72rlhrdy] {
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.kpi-card .e-card-header .e-card-sub-title[b-5f72rlhrdy] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.kpi-content[b-5f72rlhrdy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
}

.kpi-main[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.kpi-icon[b-5f72rlhrdy] {
    width: 60px !important;
    height: 60px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
}

.kpi-icon.revenue[b-5f72rlhrdy] {
    background: linear-gradient(135deg, #C3000F, #AA000D) !important;
    box-shadow: 0 4px 12px rgba(195, 0, 15, 0.3) !important;
}

.kpi-icon.fleet[b-5f72rlhrdy] {
    background: linear-gradient(135deg, #5ba9dd, #469ed9) !important;
    box-shadow: 0 4px 12px rgba(91, 169, 221, 0.3) !important;
}

.kpi-icon.pipeline[b-5f72rlhrdy] {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
}

.kpi-value[b-5f72rlhrdy] {
    font-weight: 700 !important;
    color: #2c3e50 !important;
}

.kpi-label[b-5f72rlhrdy] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.kpi-trend[b-5f72rlhrdy] {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.kpi-trend.positive[b-5f72rlhrdy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.kpi-trend.neutral[b-5f72rlhrdy] {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.chart-container[b-5f72rlhrdy], .gauge-container[b-5f72rlhrdy] {
    width: 140px !important;
    flex-shrink: 0 !important;
}

.gauge-center[b-5f72rlhrdy] {
    text-align: center;
}

.gauge-value[b-5f72rlhrdy] {
    font-weight: 700 !important;
    color: #5ba9dd !important;
}

/* Financial Metrics */
.financial-metrics[b-5f72rlhrdy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
}

.financial-item[b-5f72rlhrdy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.financial-item:hover[b-5f72rlhrdy] {
    background: #f8f9fa;
}

.financial-icon[b-5f72rlhrdy] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.financial-icon.invoices[b-5f72rlhrdy] {
    background: #C3000F;
}

.financial-icon.costs[b-5f72rlhrdy] {
    background: #ffc107;
}

.financial-icon.profit[b-5f72rlhrdy] {
    background: #28a745;
}

.financial-value[b-5f72rlhrdy] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
}

.financial-label[b-5f72rlhrdy] {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

/* Actions Section */
.actions-section[b-5f72rlhrdy] {
    margin: 2rem 0 !important;
}

.actions-section .e-card[b-5f72rlhrdy] {
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.actions-grid[b-5f72rlhrdy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 1.5rem;
}

.action-group[b-5f72rlhrdy] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.group-title[b-5f72rlhrdy] {
    font-weight: 600 !important;
    color: #2c3e50 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 2px solid #e9ecef !important;
    padding-bottom: 0.5rem !important;
}

.action-buttons[b-5f72rlhrdy] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.action-btn[b-5f72rlhrdy] {
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
    padding: 1rem !important;
    text-transform: none !important;
}

.action-btn:hover[b-5f72rlhrdy] {
    transform: translateX(4px) !important;
}

.action-btn.primary:hover[b-5f72rlhrdy] {
    box-shadow: 0 4px 12px rgba(195, 0, 15, 0.2) !important;
}

.action-btn.secondary:hover[b-5f72rlhrdy] {
    box-shadow: 0 4px 12px rgba(91, 169, 221, 0.2) !important;
}

.action-btn.tertiary:hover[b-5f72rlhrdy] {
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.2) !important;
}

.action-badge[b-5f72rlhrdy] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.action-badge.urgent[b-5f72rlhrdy] {
    background: #C3000F;
    color: white;
}

.action-badge.success[b-5f72rlhrdy] {
    background: #28a745;
    color: white;
}

.action-badge.warning[b-5f72rlhrdy] {
    background: #ffc107;
    color: #212529;
}

.action-badge.info[b-5f72rlhrdy] {
    background: #5ba9dd;
    color: white;
}

/* Activity Section */
.activity-section[b-5f72rlhrdy] {
    margin: 2rem 0 !important;
}

.activity-timeline[b-5f72rlhrdy] {
    padding: 1.5rem;
}

.activity-item[b-5f72rlhrdy] {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-left: 40px;
    padding: 0.75rem;
    padding-left: 40px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.activity-item:hover[b-5f72rlhrdy] {
    background: #f8f9fa;
}

.activity-bullet[b-5f72rlhrdy] {
    position: absolute;
    left: 14px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    border: 2px solid #5ba9dd;
    z-index: 2;
}

.activity-bullet.job[b-5f72rlhrdy] {
    background: #C3000F;
    border: none;
    box-shadow: 0 2px 8px rgba(195, 0, 15, 0.3);
}

.activity-bullet.quote[b-5f72rlhrdy] {
    background: #28a745;
    border: none;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.activity-bullet.van[b-5f72rlhrdy] {
    background: #5ba9dd;
    border: none;
    box-shadow: 0 2px 8px rgba(91, 169, 221, 0.3);
}

.activity-bullet.invoice[b-5f72rlhrdy] {
    background: #ffc107;
    border: none;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.3);
}

.activity-content[b-5f72rlhrdy] {
    flex: 1;
}

.activity-header[b-5f72rlhrdy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.activity-title[b-5f72rlhrdy] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
}

.activity-time[b-5f72rlhrdy] {
    font-size: 0.75rem;
    color: #6c757d;
    background: white;
    padding: 0.15rem 0.5rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.activity-status[b-5f72rlhrdy] {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.activity-status.completed[b-5f72rlhrdy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.activity-status.won[b-5f72rlhrdy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.activity-status.sent[b-5f72rlhrdy] {
    background: rgba(91, 169, 221, 0.1);
    color: #5ba9dd;
}

.activity-status.scheduled[b-5f72rlhrdy] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

/* Timeline Track */
.activity-timeline[b-5f72rlhrdy]::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e9ecef;
    border-radius: 1px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .premium-header[b-5f72rlhrdy] {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .executive-dashboard[b-5f72rlhrdy] {
        padding: 1rem 0 !important;
    }
    
    .premium-header[b-5f72rlhrdy] {
        padding: 1.5rem !important;
    }
    
    .main-title[b-5f72rlhrdy] {
        font-size: 2rem !important;
    }
    
    .metric-badge[b-5f72rlhrdy] {
        margin-bottom: 1rem !important;
    }
    
    .chart-container[b-5f72rlhrdy], .gauge-container[b-5f72rlhrdy] {
        width: 100px !important;
    }
}

/* Custom MudBlazor Color Overrides for Brand Colors */
.mud-theme-primary[b-5f72rlhrdy] {
    color: #C3000F !important;
}

.mud-theme-secondary[b-5f72rlhrdy] {
    color: #5ba9dd !important;
}

/* MudBlazor Component Customizations */
.mud-card[b-5f72rlhrdy] {
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.mud-card:hover[b-5f72rlhrdy] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}

.mud-button-outlined.mud-button-color-error[b-5f72rlhrdy] {
    border-color: #C3000F !important;
    color: #C3000F !important;
}

.mud-button-outlined.mud-button-color-error:hover[b-5f72rlhrdy] {
    background-color: rgba(195, 0, 15, 0.04) !important;
}

.mud-button-outlined.mud-button-color-info[b-5f72rlhrdy] {
    border-color: #5ba9dd !important;
    color: #5ba9dd !important;
}

.mud-button-outlined.mud-button-color-info:hover[b-5f72rlhrdy] {
    background-color: rgba(91, 169, 221, 0.04) !important;
}

.mud-chip-color-error[b-5f72rlhrdy] {
    background-color: #C3000F !important;
    color: white !important;
}

.mud-chip-color-info[b-5f72rlhrdy] {
    background-color: #5ba9dd !important;
    color: white !important;
}

.mud-timeline-item-dot[b-5f72rlhrdy] {
    border-width: 3px !important;
}

.mud-timeline-item-dot.mud-timeline-color-error[b-5f72rlhrdy] {
    background-color: #C3000F !important;
    border-color: #C3000F !important;
}

.mud-timeline-item-dot.mud-timeline-color-info[b-5f72rlhrdy] {
    background-color: #5ba9dd !important;
    border-color: #5ba9dd !important;
}
