/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3ej2f2e4iq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ej2f2e4iq] {
    flex: 1;
    background-image: url(/images/scene.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: auto;
}

.sidebar[b-3ej2f2e4iq] {
    /*background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, #3a0647 40%);*/
    background-image: url(/images/dark-background-3.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.top-row[b-3ej2f2e4iq] {
    /*background-color: #3a0647;*/
    background-image: linear-gradient(45deg, rgb(0, 0, 0) 0%, #201818 80%);
    border-bottom: 1px solid rgb(0, 0, 0);
    justify-content: flex-end;
    height: 3.9rem;
    display: flex;
    align-items: center;
}

.top-row[b-3ej2f2e4iq]  a, .top-row[b-3ej2f2e4iq]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-3ej2f2e4iq]  a:hover, .top-row[b-3ej2f2e4iq]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-3ej2f2e4iq]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-3ej2f2e4iq] {
        justify-content: space-between;
    }

    .top-row[b-3ej2f2e4iq]  a, .top-row[b-3ej2f2e4iq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ej2f2e4iq] {
        flex-direction: row;
    }

    .sidebar[b-3ej2f2e4iq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ej2f2e4iq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3ej2f2e4iq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3ej2f2e4iq], article[b-3ej2f2e4iq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.top-row[b-kzksl2ytz2] {
    min-height: 6.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.bi[b-kzksl2ytz2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.navbar-brand[b-kzksl2ytz2] {
    justify-content: flex-start;
    order: 1;
    flex-grow: 0;
}

.navbar-toggler[b-kzksl2ytz2] {
    background-color: rgba(255, 255, 255, 0.1);
    order: 2;
    margin-left: auto;
}

.nav-item[b-kzksl2ytz2] {
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kzksl2ytz2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kzksl2ytz2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kzksl2ytz2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        white-space: nowrap;
    }

    .nav-item[b-kzksl2ytz2]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: rgba(0,0,0,0.8)
    }

    .nav-item[b-kzksl2ytz2]  a:hover {
        background-color: rgba(255,255,255,0.22);
        color: rgb(182, 255, 0)
    }

.navbar-logo-grow[b-kzksl2ytz2] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 1s ease;
}

    .navbar-logo-grow:hover[b-kzksl2ytz2] {
        transform: scale(1.5);
        opacity: 1;
    }

/* Mobile styles (width < 641px) */
@media (max-width: 640px) {
    .top-row[b-kzksl2ytz2] {
        min-height: 4.5rem;
    }

    .navbar-brand img[b-kzksl2ytz2] {
        max-width: 200px;
        height: auto;
        opacity: 1;
    }

    .nav-item[b-kzksl2ytz2]  a:hover {
        background-color: transparent;
        color: #d7d7d7;
    }

    .nav-scrollable[b-kzksl2ytz2] {
        height: calc(100vh - 4.5rem);
    }
}

/* Desktop styles (width ≥ 641px) */
@media (min-width: 641px) {
    .navbar-toggler[b-kzksl2ytz2] {
        display: none;
    }

    .collapse[b-kzksl2ytz2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-kzksl2ytz2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
/* /Pages/AboutUs.razor.rz.scp.css */
.member-card[b-654jr5gdpe] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .member-card:hover[b-654jr5gdpe] {
        transform: scale(1.03);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        animation: pulse-b-654jr5gdpe 1.5s infinite;
    }

@keyframes pulse-b-654jr5gdpe {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--mud-palette-primary-rgb), 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(var(--mud-palette-primary-rgb), 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(var(--mud-palette-primary-rgb), 0);
    }
}
/* /Pages/Backstage.razor.rz.scp.css */
/* Gallery Layout */
.gallery-title[b-7lvngj6i79] {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
}

.filter-controls[b-7lvngj6i79] {
    margin: 1rem 0 2rem;
    text-align: center;
}

.filter-select[b-7lvngj6i79] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

/* Masonry Grid Layout */
.masonry-grid[b-7lvngj6i79] {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.masonry-item[b-7lvngj6i79] {
    grid-row-end: span var(--item-height, 300);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: #fff;
}

    .masonry-item:hover[b-7lvngj6i79] {
        transform: translateY(-5px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

/* Media Containers */
.media-container[b-7lvngj6i79] {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

    .media-container img[b-7lvngj6i79] {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

    .media-container:hover img[b-7lvngj6i79] {
        transform: scale(1.05);
    }

.media-overlay[b-7lvngj6i79] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.media-container:hover .media-overlay[b-7lvngj6i79] {
    opacity: 1;
}

.zoom-icon[b-7lvngj6i79] {
    font-size: 2rem;
    color: white;
}

/* Video Container */
.video-container[b-7lvngj6i79] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

    .video-container iframe[b-7lvngj6i79] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Media Info */
.media-info[b-7lvngj6i79] {
    padding: 1rem;
}

    .media-info h4[b-7lvngj6i79] {
        margin: 0 0 0.5rem;
        font-size: 1.1rem;
        color: #333;
    }

    .media-info p[b-7lvngj6i79] {
        margin: 0 0 0.5rem;
        font-size: 0.9rem;
        color: #666;
    }

.media-date[b-7lvngj6i79] {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
}

/* Lightbox Styles */
.lightbox-overlay[b-7lvngj6i79] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.lightbox-content[b-7lvngj6i79] {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    overflow: auto;
    padding: 2rem;
}

    .lightbox-content img[b-7lvngj6i79] {
        max-width: 100%;
        max-height: 70vh;
        display: block;
        margin: 0 auto;
    }

.lightbox-info[b-7lvngj6i79] {
    margin-top: 1rem;
    text-align: center;
}

.close-btn[b-7lvngj6i79] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .masonry-grid[b-7lvngj6i79] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .media-info h4[b-7lvngj6i79] {
        font-size: 1rem;
    }
}
/* /Pages/Media.razor.rz.scp.css */
.fullscreen-image-dialog .mud-dialog-container[b-efwbt7e09b] {
    height: 90vh;
    width: 90vw;
    max-width: none;
    max-height: none;
    padding: 0;
}

.fullscreen-image-dialog .mud-dialog-content[b-efwbt7e09b] {
    height: 100%;
    padding: 0;
}

@media (max-width: 600px) {
    .fullscreen-image-dialog .mud-dialog-container[b-efwbt7e09b] {
        height: 100vh;
        width: 100vw;
        margin: 0;
    }
}
