/* /Shared/AdminLayout.razor.rz.scp.css */
.page[b-hdft05rm5y] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hdft05rm5y] {
    flex: 1;
    background: var(--ks-black, #020202);
}

.sidebar[b-hdft05rm5y] {
    background: var(--ks-surface, #0d0d0d);
}

.top-row[b-hdft05rm5y] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ks-black, #020202);
    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-hdft05rm5y]  a, .top-row[b-hdft05rm5y]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-hdft05rm5y]  a:hover, .top-row[b-hdft05rm5y]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-hdft05rm5y]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-hdft05rm5y] {
    display: block;
    width: auto;
    height: auto;
    max-height: min(12vh, 6rem);
    object-fit: contain;
}

.nav-row[b-hdft05rm5y] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 2.78rem;
    display: flex;
    align-items: center;
    background: var(--ks-black, #020202);
    /* Below sticky .top-row so scrolling never paints the bar over the logo */
    position: relative;
    z-index: 10;
}

.nav-icon[b-hdft05rm5y] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-hdft05rm5y] {
    color: var(--ks-text, #f0e9df) !important;
}

    .nav-row-text:hover[b-hdft05rm5y] {
        color: var(--ks-gold, #c9a07a) !important;
    }

.vertical-divider[b-hdft05rm5y] {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-left: 16px;
}

.footer[b-hdft05rm5y] {
    background-color: var(--ks-black, #020202);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 22px 0;
    text-align: center;
    margin-top: 24px;
}

    .footer .container[b-hdft05rm5y] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-hdft05rm5y] {
        margin: 0;
        color: var(--ks-text-muted, #cfc7bd);
        font-family: 'Quicksand', sans-serif;
    }

    .footer nav[b-hdft05rm5y] {
        margin-top: 10px;
    }

    .footer .footer-link[b-hdft05rm5y] {
        margin: 0 10px;
        color: var(--ks-gold, #c9a07a);
        text-decoration: none;
    }

        .footer .footer-link:hover[b-hdft05rm5y] {
            color: var(--ks-rose, #b07a7a);
            text-decoration: underline;
        }

.social-icons[b-hdft05rm5y] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-hdft05rm5y] {
    width: 24px;
    height: 24px;
}

/* fade-in animation */
@keyframes fadeIn-b-hdft05rm5y {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fade-in[b-hdft05rm5y] {
    animation: fadeIn-b-hdft05rm5y 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-hdft05rm5y] {
        justify-content: space-between;
    }

        .top-row[b-hdft05rm5y]  a, .top-row[b-hdft05rm5y]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-hdft05rm5y] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-hdft05rm5y] {
        flex-direction: row;
    }

    .sidebar[b-hdft05rm5y] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hdft05rm5y] {
        position: sticky;
        top: 0;
        z-index: 30;
    }

        .top-row.auth[b-hdft05rm5y]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-hdft05rm5y], article[b-hdft05rm5y] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-hdft05rm5y] {
    background: #1b1b1b;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    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-hdft05rm5y] {
        color: var(--ks-gold, #c9a07a);
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-hdft05rm5y] {
            color: var(--ks-text, #f0e9df);
        }

    #blazor-error-ui .dismiss[b-hdft05rm5y] {
        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-hdft05rm5y] {
            opacity: 1;
        }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c4i04cve0c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c4i04cve0c] {
    flex: 1;
    background: var(--ks-black, #020202);
}

.sidebar[b-c4i04cve0c] {
    background: var(--ks-surface, #0d0d0d);
}

/* Sticky brand header. Solid black, sits above all page content. z-index 1100 keeps it under
   MudBlazor dialogs/popovers (default 1300/1400) but over the hero and AOS-animated content. */
.top-row[b-c4i04cve0c] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ks-black, #020202);
    cursor: pointer !important;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    transition: height 0.25s ease, padding 0.25s ease;
}

/* When the page has scrolled past the hero we shrink the bar; toggled by JS in core.js. */
body.ks-header-condensed .top-row[b-c4i04cve0c] {
    height: 4.25rem;
}

body.ks-header-condensed .banner-logo[b-c4i04cve0c] {
    max-height: min(8vh, 3.25rem);
}

    .top-row[b-c4i04cve0c]  a, .top-row[b-c4i04cve0c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c4i04cve0c]  a:hover, .top-row[b-c4i04cve0c]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c4i04cve0c]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.banner-logo[b-c4i04cve0c] {
    display: block;
    width: auto;
    height: auto;
    max-height: min(12vh, 6rem);
    object-fit: contain;
    transition: max-height 0.25s ease;
}

.nav-row[b-c4i04cve0c] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    height: 2.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ks-black, #020202);
    position: sticky;
    top: 7.5rem;
    z-index: 1090;
    transition: top 0.25s ease;
}

body.ks-header-condensed .nav-row[b-c4i04cve0c] {
    top: 4.25rem;
}

.nav-icon[b-c4i04cve0c] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.nav-row-text[b-c4i04cve0c] {
    color: var(--ks-text, #f0e9df) !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.03em;
}

    .nav-row-text:hover[b-c4i04cve0c] {
        color: var(--ks-gold, #c9a07a) !important;
    }

.nav-row[b-c4i04cve0c]  .nav-link.active {
    background-color: rgba(201, 160, 122, 0.14);
    border-radius: 4px;
}

.nav-row[b-c4i04cve0c]  .nav-link.active .nav-row-text {
    color: var(--ks-gold, #c9a07a) !important;
}

.vertical-divider[b-c4i04cve0c] {
    width: 1px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.12);
    margin-left: 16px;
}

.footer[b-c4i04cve0c] {
    background-color: var(--ks-black, #020202);
    padding: 28px 0 22px;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

    .footer .container[b-c4i04cve0c] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer p[b-c4i04cve0c] {
        margin: 0;
        color: var(--ks-text-muted, #a8a29a);
        font-family: 'Quicksand', sans-serif;
    }

    .footer nav[b-c4i04cve0c] {
        margin-top: 12px;
        color: var(--ks-text-muted, #a8a29a);
        font-family: 'Montserrat', sans-serif;
        font-size: 0.85rem;
        letter-spacing: 0.02em;
    }

    .footer .footer-link[b-c4i04cve0c] {
        margin: 0 8px;
        color: var(--ks-gold, #c9a07a);
        text-decoration: none;
    }

        .footer .footer-link:hover[b-c4i04cve0c] {
            color: var(--ks-rose, #b07a7a);
            text-decoration: underline;
        }

.social-icons[b-c4i04cve0c] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.social-icon[b-c4i04cve0c] {
    width: 24px;
    height: 24px;
}

@keyframes fadeIn-b-c4i04cve0c {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.fade-in[b-c4i04cve0c] {
    animation: fadeIn-b-c4i04cve0c 1s ease-out;
}

@media (max-width: 640.98px) {
    .top-row[b-c4i04cve0c] {
        justify-content: space-between;
        height: 5.25rem;
    }

    .nav-row[b-c4i04cve0c] {
        top: 5.25rem;
    }

    body.ks-header-condensed .top-row[b-c4i04cve0c] {
        height: 3.5rem;
    }

    body.ks-header-condensed .nav-row[b-c4i04cve0c] {
        top: 3.5rem;
    }

    .banner-logo[b-c4i04cve0c] {
        max-height: min(8vh, 4rem);
    }

    body.ks-header-condensed .banner-logo[b-c4i04cve0c] {
        max-height: min(6vh, 2.75rem);
    }

        .top-row[b-c4i04cve0c]  a, .top-row[b-c4i04cve0c]  .btn-link {
            margin-left: 0;
        }

    .nav-item[b-c4i04cve0c] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 641px) {
    .page[b-c4i04cve0c] {
        flex-direction: row;
    }

    .sidebar[b-c4i04cve0c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

        .top-row.auth[b-c4i04cve0c]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c4i04cve0c], article[b-c4i04cve0c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c4i04cve0c] {
    background: #1b1b1b;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: var(--ks-text, #f0e9df);
    text-align: center;
    font-size: 14px;
}

    #blazor-error-ui .reload[b-c4i04cve0c] {
        color: var(--ks-gold, #c9a07a);
        text-decoration: underline;
        cursor: pointer;
        margin-left: 8px;
        transition: color 0.3s;
    }

        #blazor-error-ui .reload:hover[b-c4i04cve0c] {
            color: var(--ks-text, #f0e9df);
        }

    #blazor-error-ui .dismiss[b-c4i04cve0c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: var(--ks-text, #f0e9df);
        font-size: 18px;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

        #blazor-error-ui .dismiss:hover[b-c4i04cve0c] {
            opacity: 1;
        }
