/* _content/Capitheos.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-lrdzjphmi9] {
    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-lrdzjphmi9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ========================================
   Mobile Navigation Drawer Styles
   ======================================== */

[b-lrdzjphmi9] .mobile-drawer {
    background: rgba(13, 27, 42, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

[b-lrdzjphmi9] .mobile-drawer-header {
    background: linear-gradient(135deg, rgba(26, 59, 93, 0.9) 0%, rgba(13, 27, 42, 0.95) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding: 1rem;
}

[b-lrdzjphmi9] .mobile-nav-menu {
    padding: 0.5rem 0;
}

[b-lrdzjphmi9] .mobile-nav-menu .mud-nav-group {
    margin-bottom: 0.25rem;
}

[b-lrdzjphmi9] .mobile-nav-menu .mud-nav-group-title {
    color: #D4AF37 !important;
    font-weight: 600;
    padding: 0.75rem 1rem;
}

[b-lrdzjphmi9] .mobile-nav-menu .mud-nav-link {
    color: #E0E0E0 !important;
    padding: 0.5rem 1rem 0.5rem 2rem;
    transition: all 0.2s ease;
}

[b-lrdzjphmi9] .mobile-nav-menu .mud-nav-link:hover {
    background: rgba(212, 175, 55, 0.15) !important;
    color: #D4AF37 !important;
}

[b-lrdzjphmi9] .mobile-nav-menu .mud-nav-link.active {
    background: rgba(212, 175, 55, 0.2) !important;
    color: #D4AF37 !important;
    border-left: 3px solid #D4AF37;
}

[b-lrdzjphmi9] .nav-category-label {
    color: #B0B0B0 !important;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Hide drawer on desktop */
@media (min-width: 960px) {
    [b-lrdzjphmi9] .mobile-drawer {
        display: none !important;
    }
}
/* _content/Capitheos.Web/Components/Pages/Admin/Analytics.razor.rz.scp.css */
.analytics-dashboard[b-un4eux4yz2] {
    min-height: 100vh;
    background: linear-gradient(180deg, #0D1B2A 0%, #0A1420 100%);
}

.analytics-header[b-un4eux4yz2] {
    background: linear-gradient(135deg, rgba(13, 27, 42, 0.95) 0%, rgba(26, 59, 93, 0.90) 100%);
    border-bottom: 2px solid rgba(212, 175, 55, 0.4);
}

.analytics-header-title[b-un4eux4yz2] {
    color: #D4AF37;
    font-weight: 700;
}

.analytics-header-subtitle[b-un4eux4yz2] {
    color: rgba(255, 255, 255, 0.8);
}

.date-range-select[b-un4eux4yz2] {
    min-width: 150px;
}

.date-range-select[b-un4eux4yz2]  .mud-input-label {
    color: rgba(255, 255, 255, 0.7) !important;
}

.date-range-select[b-un4eux4yz2]  .mud-input {
    color: #E0E0E0 !important;
}

/* KPI Cards */
.kpi-card[b-un4eux4yz2] {
    background: linear-gradient(135deg, rgba(26, 59, 93, 0.4) 0%, rgba(13, 27, 42, 0.6) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kpi-card:hover[b-un4eux4yz2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
    border-color: rgba(212, 175, 55, 0.5);
}

.kpi-label[b-un4eux4yz2] {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.kpi-value[b-un4eux4yz2] {
    color: #D4AF37 !important;
    font-weight: 700;
}

/* Chart Cards */
.chart-card[b-un4eux4yz2] {
    background: linear-gradient(135deg, rgba(26, 59, 93, 0.4) 0%, rgba(13, 27, 42, 0.6) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    min-height: 350px;
}

.chart-title[b-un4eux4yz2] {
    color: #D4AF37 !important;
    font-weight: 600;
}

/* Funnel stages */
.funnel-stage[b-un4eux4yz2] {
    padding: 0.5rem 0;
}

.funnel-stage[b-un4eux4yz2]  .mud-progress-linear {
    height: 8px;
    border-radius: 4px;
    margin-top: 0.5rem;
}

/* Traffic table */
.traffic-table[b-un4eux4yz2] {
    background: transparent !important;
}

.traffic-table[b-un4eux4yz2]  .mud-table-head th {
    background: rgba(212, 175, 55, 0.1) !important;
    color: #D4AF37 !important;
    font-weight: 600;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3) !important;
}

.traffic-table[b-un4eux4yz2]  .mud-table-row {
    background: transparent !important;
}

.traffic-table[b-un4eux4yz2]  .mud-table-row:hover {
    background: rgba(212, 175, 55, 0.05) !important;
}

.traffic-table[b-un4eux4yz2]  .mud-table-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #E0E0E0 !important;
}

.traffic-search[b-un4eux4yz2] {
    max-width: 300px;
}

.traffic-search[b-un4eux4yz2]  .mud-input {
    color: #E0E0E0 !important;
}

.traffic-search[b-un4eux4yz2]  .mud-input-label {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Text colors */
.text-secondary[b-un4eux4yz2] {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Responsive adjustments */
@media (max-width: 960px) {
    .kpi-card[b-un4eux4yz2] {
        padding: 1rem;
    }

    .chart-card[b-un4eux4yz2] {
        min-height: 300px;
    }
}

/* Alert styling */
.analytics-dashboard[b-un4eux4yz2]  .mud-alert {
    background: rgba(26, 59, 93, 0.3) !important;
}

.analytics-dashboard[b-un4eux4yz2]  .mud-alert-text {
    color: #E0E0E0 !important;
}

/* Chip styling */
.analytics-dashboard[b-un4eux4yz2]  .mud-chip {
    font-size: 0.75rem;
}

/* Button styling */
.analytics-dashboard[b-un4eux4yz2]  .mud-button-outlined {
    border-color: rgba(212, 175, 55, 0.5);
    color: #D4AF37;
}

.analytics-dashboard[b-un4eux4yz2]  .mud-button-outlined:hover {
    background-color: rgba(212, 175, 55, 0.1);
    border-color: #D4AF37;
}

/* Select dropdown */
.analytics-dashboard[b-un4eux4yz2]  .mud-select .mud-input-control {
    background: rgba(13, 27, 42, 0.6);
}

/* Empty states */
.empty-state[b-un4eux4yz2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    gap: 0.75rem;
}

.empty-state-icon[b-un4eux4yz2] {
    color: rgba(212, 175, 55, 0.3) !important;
    font-size: 3rem !important;
}

/* Paper backgrounds */
.analytics-dashboard[b-un4eux4yz2]  .mud-paper {
    background: linear-gradient(135deg, rgba(26, 59, 93, 0.4) 0%, rgba(13, 27, 42, 0.6) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.2);
}
