/* /Shared/AdminAuthLayout.razor.rz.scp.css */
.admin-auth-layout[b-qjiu98fcvg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0a1a33 0%, #1a2d52 45%, #e6ebf0 45%, #e6ebf0 100%);
}

.admin-auth-header[b-qjiu98fcvg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 20px;
    background: radial-gradient(circle farthest-corner at 10% 20%, #1f3367 0%, #0a1a33 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-auth-brand[b-qjiu98fcvg] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
    min-width: 0;
}

.admin-auth-logo[b-qjiu98fcvg] {
    height: 40px;
    width: auto;
    max-width: min(50vw, 200px);
    object-fit: contain;
    display: block;
}

.admin-auth-title[b-qjiu98fcvg] {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

.admin-auth-main[b-qjiu98fcvg] {
    flex: 1;
    padding: 0 16px 32px;
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.page[b-oayx0jizw1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oayx0jizw1] {
    flex: 1;
}

.sidebar[b-oayx0jizw1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oayx0jizw1] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle farthest-corner at 10% 20%, #1f3367 0%, #0a1a33 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-oayx0jizw1]  a, .top-row[b-oayx0jizw1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-oayx0jizw1]  a:hover, .top-row[b-oayx0jizw1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-oayx0jizw1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-oayx0jizw1] {
    display: block;
    width: auto;
    height: auto;
    max-height: min(17vh, 8.65rem);
    object-fit: contain;
}

.nav-row[b-oayx0jizw1] {
    border-bottom: 1px solid #d6d5d5;
    height: 2.78rem;
    display: flex;
    align-items: center;
    background: #0a1a33;
    /* Below sticky .top-row so scrolling never paints the bar over the logo */
    position: relative;
    z-index: 10;
}

.nav-icon[b-oayx0jizw1] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-oayx0jizw1] {
    color: #fff !important;
}

    .nav-row-text:hover[b-oayx0jizw1] {
        color: var(--theme-green) !important;
    }

.vertical-divider[b-oayx0jizw1] {
    width: 1px;
    height: 24px;
    background-color: #d6d5d5;
    margin-left: 16px;
}

.footer[b-oayx0jizw1] {
    background-color: #e6ebf0;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

    .footer .container[b-oayx0jizw1] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-oayx0jizw1] {
        margin: 0;
        color: #6c757d;
    }

    .footer nav[b-oayx0jizw1] {
        margin-top: 10px;
    }

    /* NavLink is a child component — need ::deep so footer links beat global a { color }. */
    .footer .footer-link[b-oayx0jizw1],
    .footer[b-oayx0jizw1]  .footer-link,
    .footer[b-oayx0jizw1]  a.footer-link {
        margin: 0 10px;
        color: #007bff;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-oayx0jizw1],
        .footer[b-oayx0jizw1]  .footer-link:hover,
        .footer[b-oayx0jizw1]  a.footer-link:hover {
            text-decoration: underline;
        }

        .footer[b-oayx0jizw1]  a.footer-link.active {
            color: #0056b3;
        }

.social-icons[b-oayx0jizw1] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-oayx0jizw1] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-oayx0jizw1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-oayx0jizw1] {
    animation: fadeIn-b-oayx0jizw1 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-oayx0jizw1] {
        justify-content: space-between;
    }

        .top-row[b-oayx0jizw1]  a, .top-row[b-oayx0jizw1]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-oayx0jizw1] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-oayx0jizw1] {
        flex-direction: row;
    }

    .sidebar[b-oayx0jizw1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oayx0jizw1] {
        position: sticky;
        top: 0;
        z-index: 30;
    }

        .top-row.auth[b-oayx0jizw1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-oayx0jizw1], article[b-oayx0jizw1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-oayx0jizw1] {
    background: #0a1a33;
    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-oayx0jizw1] {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-oayx0jizw1] {
            color: var(--theme-green);
        }

    #blazor-error-ui .dismiss[b-oayx0jizw1] {
        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-oayx0jizw1] {
            opacity: 1;
        }
/* /Shared/ConsentBanner.razor.rz.scp.css */
.cu-consent-banner[b-utrv5e04jp] {
    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;
}

.cu-consent-banner__panel[b-utrv5e04jp] {
    max-width: 56rem;
    margin: 0 auto;
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.97);
}

.cu-consent-banner__copy[b-utrv5e04jp] {
    flex: 1 1 16rem;
    min-width: 12rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-k7cz0736w0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-k7cz0736w0] {
    flex: 1;
}

.sidebar[b-k7cz0736w0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-k7cz0736w0] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 10.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle farthest-corner at 10% 20%, #1f3367 0%, #0a1a33 100%);
    cursor: pointer !important;
    padding-top: env(safe-area-inset-top, 0px);
    box-sizing: border-box;
}

    .top-row[b-k7cz0736w0]  a, .top-row[b-k7cz0736w0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-k7cz0736w0]  a:hover, .top-row[b-k7cz0736w0]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-k7cz0736w0]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-k7cz0736w0] {
    display: block;
    width: auto;
    height: auto;
    /* Keep the rooster inside the top band so feet don’t cross the divider above the nav */
    max-height: min(17vh, 8.65rem);
    object-fit: contain;
}

.nav-row[b-k7cz0736w0] {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a1a33;
}

.nav-icon[b-k7cz0736w0] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-k7cz0736w0] {
    color: #fff !important;
}

    .nav-row-text:hover[b-k7cz0736w0] {
        color: var(--theme-green) !important;
    }

.vertical-divider[b-k7cz0736w0] {
    width: 1px;
    height: 24px;
    background-color: #d6d5d5;
    margin-left: 16px;
}

.footer[b-k7cz0736w0] {
    background-color: #e6ebf0;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

    .footer .container[b-k7cz0736w0] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-k7cz0736w0] {
        margin: 0;
        color: #6c757d;
    }

    .footer nav[b-k7cz0736w0] {
        margin-top: 10px;
    }

    .footer .footer-link[b-k7cz0736w0],
    .footer[b-k7cz0736w0]  .footer-link,
    .footer[b-k7cz0736w0]  a.footer-link {
        margin: 0 10px;
        color: #007bff;
        text-decoration: none;
    }

        .footer .footer-link:hover[b-k7cz0736w0],
        .footer[b-k7cz0736w0]  .footer-link:hover,
        .footer[b-k7cz0736w0]  a.footer-link:hover {
            text-decoration: underline;
        }

        .footer[b-k7cz0736w0]  a.footer-link.active {
            color: #0056b3;
        }

.social-icons[b-k7cz0736w0] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-k7cz0736w0] {
    width: 24px;
    height: 24px;
}



/* fade-in animation */
@keyframes fadeIn-b-k7cz0736w0 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-in[b-k7cz0736w0] {
    animation: fadeIn-b-k7cz0736w0 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-k7cz0736w0] {
        justify-content: space-between;
    }

        .top-row[b-k7cz0736w0]  a, .top-row[b-k7cz0736w0]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-k7cz0736w0] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-k7cz0736w0] {
        flex-direction: row;
    }

    .sidebar[b-k7cz0736w0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-k7cz0736w0] {
        position: sticky;
        top: 0;
        z-index: 1;
        /* Notch / home-indicator safe area without forcing a dark palette */
        padding-top: env(safe-area-inset-top, 0px);
    }

        .top-row.auth[b-k7cz0736w0]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-k7cz0736w0], article[b-k7cz0736w0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .nav-row[b-k7cz0736w0] {
        position: sticky;
        /* Sit below sticky header; env() keeps notch devices readable */
        top: calc(10.5rem + env(safe-area-inset-top, 0px));
        z-index: 1;
    }
}


#blazor-error-ui[b-k7cz0736w0] {
    background: #0a1a33;
    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-k7cz0736w0] {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-k7cz0736w0] {
            color: var(--theme-green);
        }

    #blazor-error-ui .dismiss[b-k7cz0736w0] {
        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-k7cz0736w0] {
            opacity: 1;
        }
