/* /Shared/AdminAuthLayout.razor.rz.scp.css */
.admin-auth-layout[b-7yihqpkpve] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(ellipse at 12% 0%, color-mix(in srgb, var(--neon-violet, #9B5CFF) 18%, transparent) 0%, transparent 42%),
        radial-gradient(ellipse at 88% 8%, color-mix(in srgb, var(--neon-cyan, #00D4FF) 10%, transparent) 0%, transparent 40%),
        linear-gradient(180deg, #1A0B2E 0%, #2D1B4E 48%, #070B14 100%);
    color: #F4F6FB;
}

.admin-auth-header[b-7yihqpkpve] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 20px;
    background-color: #1A0B2E;
    background-image:
        url("/images/brand/header-rainbow-bands.png"),
        linear-gradient(90deg, #1A0B2E 0%, #2D1B4E 55%, #1A0B2E 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center;
    background-size: auto 6px, 100% 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-auth-brand[b-7yihqpkpve] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    min-width: 0;
}

.admin-auth-logo[b-7yihqpkpve] {
    height: 40px;
    width: auto;
    max-width: min(50vw, 200px);
    object-fit: contain;
    display: block;
}

.admin-auth-title[b-7yihqpkpve] {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.admin-auth-main[b-7yihqpkpve] {
    flex: 1;
    padding: 0 16px 32px;
}

/* Login card on auth shell */
.admin-auth-layout .mud-paper[b-7yihqpkpve] {
    background: rgba(45, 27, 78, 0.88) !important;
    color: #F4F6FB;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1rem;
}

.admin-auth-layout .mud-paper .mud-typography[b-7yihqpkpve],
.admin-auth-layout .mud-paper .mud-input-label[b-7yihqpkpve] {
    color: #F4F6FB;
}

.admin-auth-layout .mud-link[b-7yihqpkpve] {
    color: var(--theme-green, #FFE566) !important;
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.page[b-0sucm4ktdo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0sucm4ktdo] {
    flex: 1;
}

.sidebar[b-0sucm4ktdo] {
    background-image: linear-gradient(180deg, #1A0B2E 0%, #2D1B4E 70%);
}

/* Deep-space purple chrome (aligned with public MainLayout Phase 1A) */
.top-row[b-0sucm4ktdo] {
    border-bottom: none;
    justify-content: flex-end;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1A0B2E;
    background-image:
        url("/images/brand/header-rainbow-bands.png"),
        linear-gradient(90deg, #1A0B2E 0%, #2D1B4E 55%, #1A0B2E 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center;
    background-size: auto 6px, 100% 100%;
    cursor: pointer !important;
    /* Stay above .admin-nav-row when the bar scrolls up under the sticky logo band */
    position: relative;
    z-index: 30;
}

    .top-row[b-0sucm4ktdo]  a, .top-row[b-0sucm4ktdo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-0sucm4ktdo]  a:hover, .top-row[b-0sucm4ktdo]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-0sucm4ktdo]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-0sucm4ktdo] {
    display: block;
    width: auto;
    height: auto;
    max-height: min(17vh, 8.65rem);
    object-fit: contain;
}

.nav-row[b-0sucm4ktdo] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    height: 2.78rem;
    display: flex;
    align-items: center;
    background: #2D1B4E;
    background-image: linear-gradient(180deg, #2D1B4E 0%, #1A0B2E 100%);
    /* Below sticky .top-row so scrolling never paints the bar over the logo */
    position: relative;
    z-index: 10;
}

.nav-icon[b-0sucm4ktdo] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-0sucm4ktdo] {
    color: #fff !important;
}

    .nav-row-text:hover[b-0sucm4ktdo] {
        color: var(--theme-green, #FFE566) !important;
    }

.vertical-divider[b-0sucm4ktdo] {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 16px;
}

.footer[b-0sucm4ktdo] {
    background-color: #1A0B2E;
    background-image:
        url("/images/brand/header-rainbow-bands.png"),
        linear-gradient(180deg, #2D1B4E 0%, #1A0B2E 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: left top, center;
    background-size: auto 6px, 100% 100%;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
    color: #F4F6FB;
}

    .footer .container[b-0sucm4ktdo] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-0sucm4ktdo] {
        margin: 0;
        color: #A8B3CC;
    }

    .footer nav[b-0sucm4ktdo] {
        margin-top: 10px;
    }

    .footer .footer-link[b-0sucm4ktdo] {
        margin: 0 10px;
        color: #F4F6FB;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-0sucm4ktdo] {
            color: var(--theme-green, #FFE566);
            text-decoration: underline;
        }

.social-icons[b-0sucm4ktdo] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-0sucm4ktdo] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-0sucm4ktdo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-0sucm4ktdo] {
    animation: fadeIn-b-0sucm4ktdo 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-0sucm4ktdo] {
        justify-content: space-between;
    }

        .top-row[b-0sucm4ktdo]  a, .top-row[b-0sucm4ktdo]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-0sucm4ktdo] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-0sucm4ktdo] {
        flex-direction: row;
    }

    .sidebar[b-0sucm4ktdo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0sucm4ktdo] {
        position: sticky;
        top: 0;
        z-index: 30;
    }

        .top-row.auth[b-0sucm4ktdo]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-0sucm4ktdo], article[b-0sucm4ktdo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-0sucm4ktdo] {
    background: #1A0B2E;
    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;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

    #blazor-error-ui .reload[b-0sucm4ktdo] {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-0sucm4ktdo] {
            color: var(--theme-green, #FFE566);
        }

    #blazor-error-ui .dismiss[b-0sucm4ktdo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #fff;
        font-size: 18px;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

        #blazor-error-ui .dismiss:hover[b-0sucm4ktdo] {
            opacity: 1;
        }
/* /Shared/ConsentBanner.razor.rz.scp.css */
.mrc-consent-banner[b-uz8z2o58d4] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1300;
    padding: 0.75rem;
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
}

.mrc-consent-banner__panel[b-uz8z2o58d4] {
    max-width: 56rem;
    margin: 0 auto;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.97);
}

.mrc-consent-banner__copy[b-uz8z2o58d4] {
    flex: 1 1 16rem;
    min-width: 12rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1v7cqax6od] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1v7cqax6od] {
    flex: 1;
}

.sidebar[b-1v7cqax6od] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

/* Deep-space purple nav chrome + opaque rainbow edge (Phase 1A; no header logo) */
.nav-row[b-1v7cqax6od] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    min-height: calc(2.75rem + env(safe-area-inset-top, 0px));
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2D1B4E;
    background-image:
        url("/images/brand/header-rainbow-bands.png"),
        linear-gradient(180deg, #2D1B4E 0%, #1A0B2E 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: left top, center;
    background-size: auto 6px, 100% 100%;
    padding-top: env(safe-area-inset-top, 0px);
    box-sizing: border-box;
}

.nav-icon[b-1v7cqax6od] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-1v7cqax6od] {
    color: #fff !important;
}

    .nav-row-text:hover[b-1v7cqax6od] {
        color: var(--theme-green, #FFE566) !important;
    }

.vertical-divider[b-1v7cqax6od] {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-left: 16px;
}

.footer[b-1v7cqax6od] {
    background-color: #1A0B2E;
    background-image:
        url("/images/brand/header-rainbow-bands.png"),
        linear-gradient(180deg, #2D1B4E 0%, #1A0B2E 100%);
    background-repeat: repeat-x, no-repeat;
    background-position: left top, center;
    background-size: auto 6px, 100% 100%;
    padding: 28px 0 24px;
    text-align: center;
    margin-top: 20px;
    color: #F4F6FB;
}

    .footer .container[b-1v7cqax6od] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-1v7cqax6od] {
        margin: 0;
        color: #F4F6FB;
    }

    .footer nav[b-1v7cqax6od] {
        margin-top: 10px;
    }

    .footer .footer-link[b-1v7cqax6od] {
        margin: 0 10px;
        color: #F4F6FB;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-1v7cqax6od] {
            color: var(--theme-green, #FFE566);
            text-decoration: underline;
        }

.social-icons[b-1v7cqax6od] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-1v7cqax6od] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-1v7cqax6od {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-1v7cqax6od] {
    animation: fadeIn-b-1v7cqax6od 1s ease-out;
}

@media (max-width: 640.98px) {
    .nav-item[b-1v7cqax6od] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-1v7cqax6od] {
        flex-direction: row;
    }

    .sidebar[b-1v7cqax6od] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    article[b-1v7cqax6od] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .nav-row[b-1v7cqax6od] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}


#blazor-error-ui[b-1v7cqax6od] {
    background: #1A0B2E;
    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;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

    #blazor-error-ui .reload[b-1v7cqax6od] {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-1v7cqax6od] {
            color: var(--theme-green, #FFE566);
        }

    #blazor-error-ui .dismiss[b-1v7cqax6od] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #fff;
        font-size: 18px;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

        #blazor-error-ui .dismiss:hover[b-1v7cqax6od] {
            opacity: 1;
        }
