/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-aht2k8ud2c] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-aht2k8ud2c] {
    flex: 1;
}

.sidebar[b-aht2k8ud2c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-aht2k8ud2c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-aht2k8ud2c]  a, .top-row[b-aht2k8ud2c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-aht2k8ud2c]  a:hover, .top-row[b-aht2k8ud2c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-aht2k8ud2c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-aht2k8ud2c] {
        justify-content: space-between;
    }

    .top-row[b-aht2k8ud2c]  a, .top-row[b-aht2k8ud2c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-aht2k8ud2c] {
        flex-direction: row;
    }

    .sidebar[b-aht2k8ud2c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-aht2k8ud2c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-aht2k8ud2c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aht2k8ud2c], article[b-aht2k8ud2c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.content[b-aht2k8ud2c] {
    padding-top: 1.5rem;
}

#blazor-error-ui[b-aht2k8ud2c] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 5px 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: 1001;
}

    #blazor-error-ui .dismiss[b-aht2k8ud2c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lfnwb3owg7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lfnwb3owg7] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lfnwb3owg7] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lfnwb3owg7] {
    font-size: 1.1rem;
}

.bi[b-lfnwb3owg7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-lfnwb3owg7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-lfnwb3owg7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lfnwb3owg7] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lfnwb3owg7] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lfnwb3owg7]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lfnwb3owg7]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lfnwb3owg7]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lfnwb3owg7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lfnwb3owg7] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lfnwb3owg7] {
        display: none;
    }

    .nav-scrollable[b-lfnwb3owg7] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ProfileCard.razor.rz.scp.css */
.profile-card-container[b-bcej6cnakh] {
    position: relative;
    display: inline-block;
    z-index: 1001;
}

.profile-button[b-bcej6cnakh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-button:hover[b-bcej6cnakh] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.profile-avatar[b-bcej6cnakh] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.profile-name[b-bcej6cnakh] {
    font-size: 14px;
    font-weight: 500;
}

.dropdown-icon[b-bcej6cnakh] {
    transition: transform 0.3s ease;
    font-size: 12px;
}

.dropdown-icon.rotated[b-bcej6cnakh] {
    transform: rotate(180deg);
}

.profile-dropdown[b-bcej6cnakh] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;

    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    padding: 8px 0;
    z-index: 2000;
    animation: slideDown-b-bcej6cnakh 0.2s ease;
}

@keyframes slideDown-b-bcej6cnakh {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item[b-bcej6cnakh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.2s;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-item:hover[b-bcej6cnakh] {
    background-color: #f5f5f5;
    color: #333;
}

.dropdown-item span:first-child[b-bcej6cnakh] {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.dropdown-divider[b-bcej6cnakh] {
    height: 1px;
    background-color: #e0e0e0;
    margin: 8px 0;
}

.dropdown-item-form[b-bcej6cnakh] {
    margin: 0;
}

.logout-item[b-bcej6cnakh] {
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    font-size: inherit;
    font-family: inherit;
    padding: 10px 16px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logout-item span:first-child[b-bcej6cnakh] {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.logout-item:hover[b-bcej6cnakh] {
    color: #d32f2f;
}

.login-button[b-bcej6cnakh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.login-button:hover[b-bcej6cnakh] {
    background: white;
    color: #667eea;
    border-color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.profile-loading[b-bcej6cnakh] {
    padding: 8px 16px;
}

.mobile-nav-links[b-bcej6cnakh] {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mobile-nav-links[b-bcej6cnakh] {
        display: block;
    }

    .profile-name[b-bcej6cnakh] {
/*        display: none;
*/    }

    .profile-button[b-bcej6cnakh] {
        padding: 8px 12px;
        min-width: 65px;
        min-height: 44px;
        justify-content: center;
    }

    /* Show icon when there's no avatar (not logged in) */
    .profile-button .bi-box-arrow-in-right[b-bcej6cnakh] {
        font-size: 20px;
    }

    .dropdown-icon[b-bcej6cnakh] {
        display: none;
    }

    .profile-dropdown[b-bcej6cnakh] {
        right: -10px;
    }

    .profile-avatar[b-bcej6cnakh] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xp55lyazll],
.components-reconnect-repeated-attempt-visible[b-xp55lyazll],
.components-reconnect-failed-visible[b-xp55lyazll],
.components-pause-visible[b-xp55lyazll],
.components-resume-failed-visible[b-xp55lyazll],
.components-rejoining-animation[b-xp55lyazll] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-retrying[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-failed[b-xp55lyazll],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xp55lyazll] {
    display: block;
}


#components-reconnect-modal[b-xp55lyazll] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-xp55lyazll 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xp55lyazll 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xp55lyazll 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xp55lyazll]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xp55lyazll 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xp55lyazll {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xp55lyazll {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xp55lyazll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xp55lyazll] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xp55lyazll] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xp55lyazll] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xp55lyazll] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xp55lyazll] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xp55lyazll] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xp55lyazll] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xp55lyazll 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xp55lyazll] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xp55lyazll {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TopNavBar.razor.rz.scp.css */
.top-navbar[b-l5mfqmzg47] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    overflow: visible;
}

.navbar-container[b-l5mfqmzg47] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    overflow: visible;
}

.navbar-brand a[b-l5mfqmzg47] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.brand-text[b-l5mfqmzg47] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.navbar-links[b-l5mfqmzg47] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nav-link[b-l5mfqmzg47],
.nav-link:link[b-l5mfqmzg47],
.nav-link:visited[b-l5mfqmzg47] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    color: white !important;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-link:hover[b-l5mfqmzg47] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white !important;
}

.nav-link.active[b-l5mfqmzg47] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
}

.nav-link .bi[b-l5mfqmzg47] {
    font-size: 1.1rem;
}

.nav-text[b-l5mfqmzg47] {
    font-size: 0.95rem;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar-container[b-l5mfqmzg47] {
        padding: 0.75rem 1rem;
    }

    .navbar-links[b-l5mfqmzg47] {
        display: none;
    }

    .brand-text[b-l5mfqmzg47] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-container[b-gkaqqvqwz8] {
    max-width: 800px;
    margin: 2rem auto;
    background: linear-gradient(135deg, #fff9e6 0%, #fffbf0 100%);
    border: 3px solid #ffc107;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-header[b-gkaqqvqwz8] {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-header h1[b-gkaqqvqwz8] {
    color: #305496;
    font-weight: bold;
    margin-bottom: 1rem;
}

.contact-header .lead[b-gkaqqvqwz8] {
    color: #666;
    font-size: 1.1rem;
}

.contact-form-wrapper[b-gkaqqvqwz8] {
    background: white;
    padding: 2rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-label[b-gkaqqvqwz8] {
    font-weight: 600;
    color: #305496;
    margin-bottom: 0.5rem;
}

.form-control[b-gkaqqvqwz8] {
    border: 2px solid #e0e0e0;
    border-radius: 0.5rem;
    padding: 0.75rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus[b-gkaqqvqwz8] {
    border-color: #ffc107;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}

.form-text[b-gkaqqvqwz8] {
    color: #6c757d;
    font-size: 0.875rem;
}

.btn-primary[b-gkaqqvqwz8] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover:not(:disabled)[b-gkaqqvqwz8] {
    background-color: #ffca28;
    border-color: #ffca28;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-primary:disabled[b-gkaqqvqwz8] {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

.btn-outline-secondary[b-gkaqqvqwz8] {
    border: 2px solid #6c757d;
    color: #6c757d;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover[b-gkaqqvqwz8] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    transform: translateY(-2px);
}

.btn-secondary[b-gkaqqvqwz8] {
    background-color: #6c757d;
    border-color: #6c757d;
    font-weight: 600;
}

.btn-secondary:hover[b-gkaqqvqwz8] {
    background-color: #5a6268;
    border-color: #545b62;
}

.loading-spinner[b-gkaqqvqwz8] {
    text-align: center;
    padding: 3rem 0;
}

.loading-spinner p[b-gkaqqvqwz8] {
    color: #666;
    font-size: 1.1rem;
}

.alert[b-gkaqqvqwz8] {
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
    margin: 1.5rem 0;
}

.alert-success[b-gkaqqvqwz8] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger[b-gkaqqvqwz8] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.text-danger[b-gkaqqvqwz8] {
    color: #dc3545 !important;
}

.validation-message[b-gkaqqvqwz8] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
/* /Components/Pages/Leaderboard.razor.rz.scp.css */
.leaderboard-container[b-kur7ncpfnt] {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 0 1rem;
    background: linear-gradient(135deg, #b8c5ff 0%, #c8b0e0 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.leaderboard-header[b-kur7ncpfnt] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.leaderboard-header h1[b-kur7ncpfnt] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.leaderboard-header .lead[b-kur7ncpfnt] {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.loading-spinner[b-kur7ncpfnt] {
    text-align: center;
    padding: 4rem 2rem;
}

.loading-spinner .spinner-border[b-kur7ncpfnt] {
    width: 4rem;
    height: 4rem;
}

.leaderboard-list[b-kur7ncpfnt] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    padding: 1rem;
}
/* All entries - same gradient as header - FORCE OVERRIDE */
.leaderboard-entry[b-kur7ncpfnt] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

/* White text for all entries */
.leaderboard-entry .player-name[b-kur7ncpfnt],
.leaderboard-entry .player-stats[b-kur7ncpfnt],
.leaderboard-entry .rank-number[b-kur7ncpfnt] {
    color: #ffffff !important;
}

/* Hover only changes elevation, not color */
.leaderboard-entry:hover[b-kur7ncpfnt] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

/* Gold - 1st Place - keep purple background, add gold border */
.leaderboard-entry.rank-first[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: 3px solid #ffd700 !important;
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

.leaderboard-entry.rank-first:hover[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 6px 16px rgba(255, 215, 0, 0.5);
}

/* Silver - 2nd Place - keep purple background, add silver border */
.leaderboard-entry.rank-second[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: 3px solid #c0c0c0 !important;
    box-shadow: 0 4px 12px rgba(192, 192, 192, 0.4);
}

.leaderboard-entry.rank-second:hover[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 6px 16px rgba(192, 192, 192, 0.5);
}

/* Bronze - 3rd Place - keep purple background, add bronze border */
.leaderboard-entry.rank-third[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border: 3px solid #cd7f32 !important;
    box-shadow: 0 4px 12px rgba(205, 127, 50, 0.4);
}

.leaderboard-entry.rank-third:hover[b-kur7ncpfnt] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    box-shadow: 0 6px 16px rgba(205, 127, 50, 0.5);
}

.rank-badge[b-kur7ncpfnt] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    flex-shrink: 0;
}

.trophy-image[b-kur7ncpfnt] {
    width: 3.5em;
    height: 3.5em;
    object-fit: contain;
}

.rank-badge .gold[b-kur7ncpfnt] {
    color: #ffd700;
    font-size: 2.5rem;
}

.rank-badge .silver[b-kur7ncpfnt] {
    color: #c0c0c0;
    font-size: 2.2rem;
}

.rank-badge .bronze[b-kur7ncpfnt] {
    color: #cd7f32;
    font-size: 2rem;
}

.rank-number[b-kur7ncpfnt] {
    font-size: 1.8rem;
    color: #ffffff !important;
}

.player-image[b-kur7ncpfnt] {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.player-image img[b-kur7ncpfnt] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.player-info[b-kur7ncpfnt] {
    flex: 1;
    min-width: 0;
}

.player-name[b-kur7ncpfnt] {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.player-stats[b-kur7ncpfnt] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9) !important;
}

.player-stats .stat[b-kur7ncpfnt] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.score-display[b-kur7ncpfnt] {
    text-align: right;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.2) !important;
    color: white;
    border-radius: 10px;
    min-width: 120px;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.score-value[b-kur7ncpfnt] {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: white !important;
}

.score-label[b-kur7ncpfnt] {
    font-size: 0.8rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
    color: white !important;
}

.leaderboard-footer[b-kur7ncpfnt] {
    text-align: center;
    margin-top: 2rem;
    padding: 1rem;
}

/* Button group styles */
.btn-group[b-kur7ncpfnt] {
    display: flex;
    gap: 0;
    justify-content: center;
}

.btn-group .btn[b-kur7ncpfnt] {
    border-radius: 0;
    font-weight: 600;
}

.btn-group .btn:first-child[b-kur7ncpfnt] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.btn-group .btn:last-child[b-kur7ncpfnt] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Custom button colors for contrast on purple background */
.btn-group .btn-primary[b-kur7ncpfnt] {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000;
}

.btn-group .btn-primary:hover[b-kur7ncpfnt] {
    background-color: #ffca28;
    border-color: #ffca28;
    color: #000;
}

.btn-group .btn-outline-primary[b-kur7ncpfnt] {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    color: #6c757d;
}

.btn-group .btn-outline-primary:hover[b-kur7ncpfnt] {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

/* Scrollbar customization */
.leaderboard-list[b-kur7ncpfnt]::-webkit-scrollbar {
    width: 8px;
}

.leaderboard-list[b-kur7ncpfnt]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.leaderboard-list[b-kur7ncpfnt]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.leaderboard-list[b-kur7ncpfnt]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .leaderboard-container[b-kur7ncpfnt] {
        padding: 1rem;
        margin: 1rem auto;
    }

    .leaderboard-header[b-kur7ncpfnt] {
        padding: 1.5rem 1rem;
    }

    .leaderboard-header h1[b-kur7ncpfnt] {
        font-size: 1.8rem;
    }

    .leaderboard-header .lead[b-kur7ncpfnt] {
        font-size: 1rem;
    }

    .leaderboard-entry[b-kur7ncpfnt] {
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .rank-badge[b-kur7ncpfnt] {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .trophy-image[b-kur7ncpfnt] {
        width: 2.5em;
        height: 2.5em;
    }

    .rank-number[b-kur7ncpfnt] {
        font-size: 1.4rem;
    }

    .player-image[b-kur7ncpfnt] {
        width: 60px;
        height: 60px;
    }

    .player-name[b-kur7ncpfnt] {
        font-size: 1.1rem;
    }

    .player-stats[b-kur7ncpfnt] {
        font-size: 0.85rem;
        gap: 1rem;
    }

    /* Hide Moves on mobile */
    .stat-moves[b-kur7ncpfnt] {
        display: none !important;
    }

    .score-display[b-kur7ncpfnt] {
        min-width: 90px;
        padding: 0.6rem 0.8rem;
    }

    .score-value[b-kur7ncpfnt] {
        font-size: 1.4rem;
    }

    .score-label[b-kur7ncpfnt] {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .leaderboard-container[b-kur7ncpfnt] {
        padding: 0.5rem;
        margin: 0.5rem auto;
    }

    .leaderboard-header[b-kur7ncpfnt] {
        padding: 1rem 0.75rem;
    }

    .leaderboard-header h1[b-kur7ncpfnt] {
        font-size: 1.4rem;
    }

    .leaderboard-header .lead[b-kur7ncpfnt] {
        font-size: 0.9rem;
    }

    .leaderboard-list[b-kur7ncpfnt] {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .leaderboard-entry[b-kur7ncpfnt] {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem;
        text-align: center;
    }

    .rank-badge[b-kur7ncpfnt] {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .trophy-image[b-kur7ncpfnt] {
        width: 2em;
        height: 2em;
    }

    .rank-number[b-kur7ncpfnt] {
        font-size: 1.2rem;
    }

    .player-image[b-kur7ncpfnt] {
        width: 70px;
        height: 70px;
        margin: 0 auto;
    }

    .player-info[b-kur7ncpfnt] {
        text-align: center;
        width: 100%;
    }

    .player-name[b-kur7ncpfnt] {
        font-size: 1rem;
        white-space: normal;
        word-break: break-word;
    }

    .player-stats[b-kur7ncpfnt] {
        flex-direction: row;
        justify-content: center;
        gap: 0.75rem;
        font-size: 0.8rem;
        flex-wrap: wrap;
    }

    /* Center align stats on mobile */
    .player-stats .stat[b-kur7ncpfnt] {
        text-align: center;
        justify-content: center;
    }

    /* Hide Moves on mobile */
    .stat-moves[b-kur7ncpfnt] {
        display: none !important;
    }

    .score-display[b-kur7ncpfnt] {
        width: 100%;
        min-width: unset;
        padding: 0.6rem;
        text-align: center;
    }

    .score-value[b-kur7ncpfnt] {
        font-size: 1.5rem;
    }

    .score-label[b-kur7ncpfnt] {
        font-size: 0.7rem;
    }

    .btn-group[b-kur7ncpfnt] {
        flex-direction: column;
        width: 100%;
    }

    .btn-group .btn[b-kur7ncpfnt] {
        border-radius: 0.375rem !important;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

/* Extra small devices (360px and below) */
@media (max-width: 360px) {
    .leaderboard-header h1[b-kur7ncpfnt] {
        font-size: 1.2rem;
    }

    .leaderboard-header .lead[b-kur7ncpfnt] {
        font-size: 0.85rem;
    }

    .rank-badge[b-kur7ncpfnt] {
        width: 40px;
        height: 40px;
    }

    .trophy-image[b-kur7ncpfnt] {
        width: 1.75em;
        height: 1.75em;
    }

    .rank-number[b-kur7ncpfnt] {
        font-size: 1rem;
    }

    .player-image[b-kur7ncpfnt] {
        width: 60px;
        height: 60px;
    }

    .player-name[b-kur7ncpfnt] {
        font-size: 0.95rem;
    }

    .player-stats[b-kur7ncpfnt] {
        font-size: 0.75rem;
        gap: 0.5rem;
    }

    /* Center align stats on mobile */
    .player-stats .stat[b-kur7ncpfnt] {
        text-align: center;
        justify-content: center;
    }

    /* Hide Moves on mobile */
    .stat-moves[b-kur7ncpfnt] {
        display: none !important;
    }

    .score-value[b-kur7ncpfnt] {
        font-size: 1.3rem;
    }
}
/* /Components/Pages/ManageMessages.razor.rz.scp.css */
.manage-messages-container[b-d3ox0uehtq] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.manage-messages-container h1[b-d3ox0uehtq] {
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.messages-list[b-d3ox0uehtq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message-card[b-d3ox0uehtq] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.message-card:hover[b-d3ox0uehtq] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.message-unread[b-d3ox0uehtq] {
    border-left: 4px solid #0d6efd;
    background-color: #f8f9fa;
}

.message-read[b-d3ox0uehtq] {
    border-left: 4px solid #6c757d;
    opacity: 0.85;
}

.message-header[b-d3ox0uehtq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.message-info[b-d3ox0uehtq] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.message-info strong[b-d3ox0uehtq] {
    color: #2c3e50;
    font-size: 1.1rem;
}

.message-meta[b-d3ox0uehtq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.message-date[b-d3ox0uehtq] {
    color: #6c757d;
    font-size: 0.9rem;
}

.message-body[b-d3ox0uehtq] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.6;
    color: #495057;
}

.message-actions[b-d3ox0uehtq] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.spinner-border[b-d3ox0uehtq] {
    margin: 2rem auto;
    color: #0d6efd;
}

@media (max-width: 768px) {
    .manage-messages-container[b-d3ox0uehtq] {
        padding: 1rem;
    }

    .message-header[b-d3ox0uehtq] {
        flex-direction: column;
        align-items: flex-start;
    }

    .message-meta[b-d3ox0uehtq] {
        width: 100%;
        justify-content: space-between;
    }
}
