/* /Components/AboutStrip.razor.rz.scp.css */
.home-about[b-p9u2hjji4u] {
    margin-top: 1.25rem;
}

.home-about-inner[b-p9u2hjji4u] {
    max-width: 920px;
    margin: 0 auto;
    padding: 18px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
}


.home-about-title[b-p9u2hjji4u] {
    margin: 0 0 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-about-text[b-p9u2hjji4u] {
    margin: 0 0 14px;
    line-height: 1.6;
    opacity: 0.92;
    max-width: 80ch;
}

.home-about-actions[b-p9u2hjji4u] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9cmrirm6e5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9cmrirm6e5] {
    flex: 1;
}

.sidebar[b-9cmrirm6e5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9cmrirm6e5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9cmrirm6e5]  a, .top-row[b-9cmrirm6e5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9cmrirm6e5]  a:hover, .top-row[b-9cmrirm6e5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9cmrirm6e5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9cmrirm6e5] {
        justify-content: space-between;
    }

    .top-row[b-9cmrirm6e5]  a, .top-row[b-9cmrirm6e5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9cmrirm6e5] {
        flex-direction: row;
    }

    .sidebar[b-9cmrirm6e5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9cmrirm6e5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9cmrirm6e5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9cmrirm6e5], article[b-9cmrirm6e5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9cmrirm6e5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-9cmrirm6e5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NAV ALIGNMENT – scoped to NavMenu so it wins */
.navbar .navbar-collapse[b-2fnbmwypv8] {
    align-items: center !important;
}

.navbar .navbar-nav[b-2fnbmwypv8] {
    align-items: center !important;
}

    .navbar .navbar-nav .nav-item[b-2fnbmwypv8] {
        display: flex !important;
        align-items: center !important;
    }

    .navbar .navbar-nav .nav-link[b-2fnbmwypv8] {
        display: inline-flex !important;
        align-items: center !important;
        line-height: 1 !important;
        padding-top: .75rem !important;
        padding-bottom: .75rem !important;
        position: relative !important;
        top: 0 !important; /* prevents any inherited nudge */
    }

        /* active state: no text-decoration underline */
        .navbar .navbar-nav .nav-link.active[b-2fnbmwypv8] {
            text-decoration: none !important;
            font-weight: 600 !important;
        }

            /* underline via pseudo-element (no layout shift) */
            .navbar .navbar-nav .nav-link.active[b-2fnbmwypv8]::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: .35rem;
                height: 2px;
                background-color: currentColor;
                opacity: .95;
            }
/* Animate the mobile collapse without Bootstrap JS */
@media (max-width: 991.98px) {
    .navbar-collapse.collapse[b-2fnbmwypv8] {
        display: block; /* keep it measurable */
        overflow: hidden;
        max-height: 0;
        transition: max-height 200ms ease;
    }

        .navbar-collapse.collapse.show[b-2fnbmwypv8] {
            max-height: 70vh; /* enough to show menu items */
        }
}

/* Desktop: normal Bootstrap behavior */
@media (min-width: 992px) {
    .navbar-collapse.collapse[b-2fnbmwypv8] {
        max-height: none !important;
        overflow: visible;
    }
}
/* /Components/Pages/Band.razor.rz.scp.css */
/* A simple readable panel behind text (no scrim layer needed) */
.band-panel[b-xfch75fynv] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    padding: 18px;
}

/* Member cards (fix alpha values!) */
.member-card[b-xfch75fynv] {
    border: 1px solid #333;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    padding: 14px;
    display: flex;
    gap: 14px;
    align-items: center;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    color: #fff;
}

    .member-card:hover[b-xfch75fynv] {
        transform: translateY(-2px);
        border-color: rgba(255, 78, 138, 0.55);
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.35);
    }

.member-thumb[b-xfch75fynv] {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.member-name[b-xfch75fynv] {
    font-weight: 700;
    letter-spacing: .02em;
}

.member-role[b-xfch75fynv] {
    color: #e7c27a;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: .85rem;
}

/* Custom modal/backdrop: always above navbar */
.bio-backdrop[b-xfch75fynv] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 2000;
}

.bio-modal[b-xfch75fynv] {
    position: fixed;
    inset: 0;
    z-index: 2010;
    display: grid;
    place-items: center;
    padding: 16px;
}

.bio-modal-inner[b-xfch75fynv] {
    width: min(900px, 100%);
    max-height: min(85vh, 900px);
    overflow: auto;
    background: rgba(0,0,0,0.88);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.bio-modal-header[b-xfch75fynv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.bio-modal-name[b-xfch75fynv] {
    color: #e7c27a; /* Archer gold */
    font-weight: 650;
}

.bio-modal-sep[b-xfch75fynv] {
    margin: 0 0.35em;
    opacity: 0.7;
}

.bio-modal-role[b-xfch75fynv] {
    color: rgba(255, 255, 255, 0.75); /* softer contrast */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8em;
}
.bio-modal-role[b-xfch75fynv] {
    color: rgba(231, 194, 122, 0.75);
}


.bio-modal-close[b-xfch75fynv] {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 10px;
}

    .bio-modal-close:hover[b-xfch75fynv] {
        background: rgba(255,255,255,0.10);
    }

.bio-modal-body[b-xfch75fynv] {
    padding: 16px;
}

    .bio-modal-body p[b-xfch75fynv] {
        line-height: 1.65;
    }

.bio-modal-footer[b-xfch75fynv] {
    padding: 14px 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: flex-end;
}

/* Mobile tweaks */
@media (max-width: 576px) {
    .member-thumb[b-xfch75fynv] {
        width: 64px;
        height: 64px;
    }
}

/* MOBILE: push modal down below the fixed navbar */
@media (max-width: 576px) {

    /* Start the modal at the top (not centered) and leave room for the navbar */
    .bio-modal[b-xfch75fynv] {
        place-items: start center; /* instead of center center */
        padding-top: 110px; /* tweak: 72–110px 92px;*/
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
    }

    /* Make sure the modal fits on screen */
    .bio-modal-inner[b-xfch75fynv] {
        max-height: calc(100vh - 110px); /* keeps close button visible */
    }
}

@media (max-width: 576px) {
    .bio-backdrop[b-xfch75fynv] {
        top: 72px; /* match navbar height */
    }
}
/* /Components/Pages/Epk.razor.rz.scp.css */
.epk-cta[b-1vkfw636cl] {
    background: rgba(0, 0, 0, 0.35);
    border-color: rgba(255,255,255,0.14) !important;
}

.btn-gold[b-1vkfw636cl] {
    background: rgba(201, 162, 39, 0.92);
    border: 1px solid rgba(201, 162, 39, 0.35);
    color: #121212;
    font-weight: 700;
}

    .btn-gold:hover[b-1vkfw636cl] {
        background: rgba(201, 162, 39, 1);
        color: #121212;
    }

.media-card[b-1vkfw636cl] {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(255,255,255,0.14) !important;
}

.repertoire-chips[b-1vkfw636cl] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip[b-1vkfw636cl] {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(0,0,0,0.25);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.95rem;
}

.epk-cta-lead[b-1vkfw636cl] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.05rem;
}

.epk-cta-tip[b-1vkfw636cl] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
}
.epk-cta[b-1vkfw636cl] {
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.35) );
}

.epk-subtle-note[b-1vkfw636cl] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    border-left: 3px solid rgba(201, 162, 39, 0.6);
    padding-left: 12px;
}

.epk-response-note[b-1vkfw636cl] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.epk-tip-btn[b-1vkfw636cl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 8px;
    padding: 0;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

    .epk-tip-btn i[b-1vkfw636cl] {
        font-size: 1rem;
        line-height: 1;
    }

    .epk-tip-btn:hover[b-1vkfw636cl],
    .epk-tip-btn:focus[b-1vkfw636cl] {
        color: rgba(201, 162, 39, 0.9); /* gold */
    }
/* /Components/UpdatesFeed.razor.rz.scp.css */
/* Components/UpdatesFeed.razor.css */

.updates-wrap[b-hzogqqtwtx] {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 12px;
}

.updates-header[b-hzogqqtwtx] {
    margin-bottom: 14px;
}

.updates-title[b-hzogqqtwtx] {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.2px;
    line-height: 1.15;
}

.updates-subtitle[b-hzogqqtwtx] {
    margin: 6px 0 0;
    opacity: 0.85;
    max-width: 70ch;
}

.updates-list[b-hzogqqtwtx] {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.update-card[b-hzogqqtwtx] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 16px 16px 14px;
    backdrop-filter: blur(2px);
}

.update-top[b-hzogqqtwtx] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.update-headline[b-hzogqqtwtx] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 750;
}

.update-date[b-hzogqqtwtx] {
    white-space: nowrap;
    font-size: 0.92rem;
    opacity: 0.75;
}

/* Gold accent line */
.update-card[b-hzogqqtwtx]::before {
    content: "";
    display: block;
    height: 2px;
    width: 44px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: var(--rg-gold, #d6b25e);
    opacity: 0.95;
}

.update-body[b-hzogqqtwtx] {
    margin: 10px 0 0;
    opacity: 0.92;
    line-height: 1.5;
    max-width: 80ch;
}

.updates-footer[b-hzogqqtwtx] {
    margin-top: 14px;
    font-size: 0.92rem;
    opacity: 0.75;
}

/* Responsive */
@media (max-width: 640px) {
    .update-top[b-hzogqqtwtx] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
}

/* Mobile spacing from navbar */
@media (max-width: 768px) {
    .updates-wrap[b-hzogqqtwtx] {
        margin-top: 18px;
        padding-top: 12px;
    }
}
.updates-viewall[b-hzogqqtwtx] {
    margin-top: 10px;
}

.updates-viewall-link[b-hzogqqtwtx] {
    color: #ff68a8;
    text-decoration: none;
    font-weight: 600;
}

    .updates-viewall-link:hover[b-hzogqqtwtx] {
        color: #ff4e8a;
        text-decoration: underline;
    }
