/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-7iwekobk2n] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-7iwekobk2n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/SubscriberLayout.razor.rz.scp.css */
/* ================================================================
   Subscriber Portal Layout Styles
   ================================================================ */

/* ── AppBar ───────────────────────────────────────────────────── */
:deep(.subscriber-appbar)[b-6vcmlxmjz3] {
    background: linear-gradient(135deg, #0F766E 0%, #0D9488 100%) !important;
    color: #ffffff !important;
    border-bottom: none !important;
    box-shadow: 0 2px 12px rgba(15, 118, 110, 0.25) !important;
    min-height: 64px;
}

:deep(.subscriber-appbar .mud-icon-button)[b-6vcmlxmjz3] {
    color: rgba(255,255,255,0.9) !important;
}

:deep(.subscriber-appbar .mud-icon-button:hover)[b-6vcmlxmjz3] {
    background: rgba(255,255,255,0.1) !important;
}

.subscriber-brand-text[b-6vcmlxmjz3] {
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    color: #ffffff !important;
}

.subscriber-user-chip[b-6vcmlxmjz3] {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 500;
}

/* ── Drawer / Sidebar ────────────────────────────────────────── */
:deep(.subscriber-drawer)[b-6vcmlxmjz3] {
    background: #ffffff !important;
    border-left: 1px solid #CCFBF1 !important;
}

:deep(.subscriber-drawer .mud-drawer-content)[b-6vcmlxmjz3] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.subscriber-profile-card[b-6vcmlxmjz3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 16px 16px;
    background: linear-gradient(180deg, #F0FDF9 0%, #FFFFFF 100%);
    border-bottom: 1px solid #CCFBF1;
}

.subscriber-profile-name[b-6vcmlxmjz3] {
    font-weight: 600 !important;
    color: #134E4A !important;
    margin-top: 8px;
    text-align: center;
}

/* ── Nav Items ───────────────────────────────────────────────── */
:deep(.subscriber-nav .mud-nav-link)[b-6vcmlxmjz3] {
    border-radius: 10px !important;
    margin: 2px 0 !important;
    font-weight: 500;
    color: #374151 !important;
    transition: all 0.2s ease;
}

:deep(.subscriber-nav .mud-nav-link:hover)[b-6vcmlxmjz3] {
    background: #F0FDF9 !important;
    color: #0F766E !important;
}

:deep(.subscriber-nav .mud-nav-link.active)[b-6vcmlxmjz3] {
    background: linear-gradient(135deg, #0F766E 0%, #0D9488 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(15, 118, 110, 0.3);
}

:deep(.subscriber-nav .mud-nav-link.active .mud-icon-root)[b-6vcmlxmjz3] {
    color: #ffffff !important;
}

:deep(.subscriber-nav .mud-nav-link .mud-icon-root)[b-6vcmlxmjz3] {
    color: #0F766E !important;
}

/* ── Drawer Footer ───────────────────────────────────────────── */
.subscriber-drawer-footer[b-6vcmlxmjz3] {
    padding: 12px 16px;
    border-top: 1px solid #CCFBF1;
    margin-top: auto;
}

.subscriber-logout-btn[b-6vcmlxmjz3] {
    border-radius: 10px !important;
}

/* ── Main Content ────────────────────────────────────────────── */
:deep(.subscriber-main-content)[b-6vcmlxmjz3] {
    background: #F0FDF9 !important;
    min-height: 100vh;
}

:deep(.subscriber-layout)[b-6vcmlxmjz3] {
    background: #F0FDF9 !important;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 960px) {
    :deep(.subscriber-appbar)[b-6vcmlxmjz3] {
        padding: 0 8px !important;
    }
}
