/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   MAIN LAYOUT ROADMAP
   Used by: Components/Layout/MainLayout.razor

   Shell/sidebar sizing lives in wwwroot/css/portal-sidebar.css.
   Keep only MainLayout-specific footer and Blazor error UI rules here.
   ========================================================= */

.dp-main-shell :deep(footer)[b-2vlak77c8e],
.dp-main-shell :deep(.footer)[b-2vlak77c8e] {
    flex: 0 0 auto;
    margin-top: 0 !important;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 -8px 20px rgba(15, 23, 42, 0.04);
}

#blazor-error-ui[b-2vlak77c8e] {
    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-2vlak77c8e] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
/* =========================================================
   PUBLIC LAYOUT ROADMAP
   Used by: Components/Layout/PublicLayout.razor

   Public/marketing/auth layout shell only. Main portal shell
   styles live in wwwroot/css/portal-sidebar.css.
   ========================================================= */

.dp-public-shell[b-tlrekmbows] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.dp-public-content[b-tlrekmbows] {
    flex: 1 1 auto;
}

#blazor-error-ui[b-tlrekmbows] {
    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-tlrekmbows] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
