/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-page[b-u95rgaupwa] {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar[b-u95rgaupwa] {
    width: 240px;
    background-image: linear-gradient(180deg, #1f2937 0%, #111827 100%);
    color: #e5e7eb;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.admin-brand[b-u95rgaupwa] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    font-size: 1.1rem;
    font-weight: 600;
}

    .admin-brand a[b-u95rgaupwa] {
        color: #fff;
    }

.admin-nav[b-u95rgaupwa] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    flex: 1;
}

.admin-nav-link[b-u95rgaupwa] {
    color: #cbd5e1;
    padding: 0.65rem 1.25rem;
    text-decoration: none;
    font-size: 0.95rem;
    border-left: 3px solid transparent;
}

    .admin-nav-link:hover[b-u95rgaupwa] {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    .admin-nav-link.active[b-u95rgaupwa] {
        background: rgba(59, 130, 246, 0.18);
        color: #fff;
        border-left-color: #3b82f6;
    }

.admin-nav-back[b-u95rgaupwa] {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.admin-main[b-u95rgaupwa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
}

.admin-topbar[b-u95rgaupwa] {
    height: 3rem;
    padding: 0 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.admin-content[b-u95rgaupwa] {
    padding: 1.5rem;
    flex: 1;
}

@media (max-width: 768px) {
    .admin-page[b-u95rgaupwa] {
        flex-direction: column;
    }

    .admin-sidebar[b-u95rgaupwa] {
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dm4gt0z530] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dm4gt0z530] {
    flex: 1;
}

.sidebar[b-dm4gt0z530] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dm4gt0z530] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dm4gt0z530]  a, .top-row[b-dm4gt0z530]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dm4gt0z530]  a:hover, .top-row[b-dm4gt0z530]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dm4gt0z530]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dm4gt0z530] {
        justify-content: space-between;
    }

    .top-row[b-dm4gt0z530]  a, .top-row[b-dm4gt0z530]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dm4gt0z530] {
        flex-direction: row;
    }

    .sidebar[b-dm4gt0z530] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dm4gt0z530] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dm4gt0z530]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dm4gt0z530], article[b-dm4gt0z530] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dm4gt0z530] {
    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-dm4gt0z530] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ff33t0t4k] {
    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-2ff33t0t4k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2ff33t0t4k] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2ff33t0t4k] {
    font-size: 1.1rem;
}

.bi[b-2ff33t0t4k] {
    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-2ff33t0t4k] {
    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-2ff33t0t4k] {
    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-2ff33t0t4k] {
    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-people-fill-nav-menu[b-2ff33t0t4k] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216ZM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-person-circle-nav-menu[b-2ff33t0t4k] {
    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-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1z'/%3E%3C/svg%3E");
}

.nav-item[b-2ff33t0t4k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2ff33t0t4k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2ff33t0t4k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2ff33t0t4k]  .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-2ff33t0t4k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2ff33t0t4k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2ff33t0t4k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2ff33t0t4k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2ff33t0t4k] {
        display: none;
    }

    .nav-scrollable[b-2ff33t0t4k] {
        /* 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/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s9z0tlzp4t],
.components-reconnect-repeated-attempt-visible[b-s9z0tlzp4t],
.components-reconnect-failed-visible[b-s9z0tlzp4t],
.components-pause-visible[b-s9z0tlzp4t],
.components-resume-failed-visible[b-s9z0tlzp4t],
.components-rejoining-animation[b-s9z0tlzp4t] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-retrying[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-failed[b-s9z0tlzp4t],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s9z0tlzp4t] {
    display: block;
}


#components-reconnect-modal[b-s9z0tlzp4t] {
    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-s9z0tlzp4t 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s9z0tlzp4t 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s9z0tlzp4t 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s9z0tlzp4t]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s9z0tlzp4t 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s9z0tlzp4t {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s9z0tlzp4t {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s9z0tlzp4t {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s9z0tlzp4t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s9z0tlzp4t] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s9z0tlzp4t] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s9z0tlzp4t] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s9z0tlzp4t] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s9z0tlzp4t] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s9z0tlzp4t] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s9z0tlzp4t 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s9z0tlzp4t] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s9z0tlzp4t {
    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/Pages/Chat/Chat.razor.rz.scp.css */
.chat-page[b-34ryskr1ay] {
    display: flex;
    height: calc(100vh - 100px);
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.chat-rail[b-34ryskr1ay] {
    width: 320px;
    flex-shrink: 0;
    border-right: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}

.chat-rail-header[b-34ryskr1ay] {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.chat-rail-search[b-34ryskr1ay] {
    padding: 0.75rem 1rem;
    background-color: #fff;
}

.chat-rail-section-title[b-34ryskr1ay] {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #616161;
    background-color: #fff;
}

.chat-rail-list[b-34ryskr1ay] {
    flex-grow: 1;
    overflow-y: auto;
}

.chat-rail-item[b-34ryskr1ay] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.6rem 0.75rem;
    border: none;
    background-color: transparent;
    text-align: left;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.chat-rail-item:hover[b-34ryskr1ay] {
    background-color: rgba(91, 95, 199, 0.05);
}

.chat-rail-item.active[b-34ryskr1ay] {
    background-color: #fff;
    border-left-color: #5b5fc7;
}

.chat-rail-item.unread[b-34ryskr1ay] {
    background-color: rgba(91, 95, 199, 0.08);
}

.chat-rail-item-avatar[b-34ryskr1ay] {
    flex-shrink: 0;
}

.chat-rail-item-body[b-34ryskr1ay] {
    flex-grow: 1;
    min-width: 0;
}

.chat-rail-item-top[b-34ryskr1ay] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

.chat-rail-item-name[b-34ryskr1ay] {
    font-weight: 600;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-rail-item.unread .chat-rail-item-name[b-34ryskr1ay] {
    color: #5b5fc7;
}

.chat-rail-item-time[b-34ryskr1ay] {
    font-size: 0.7rem;
    color: #757575;
    flex-shrink: 0;
}

.chat-rail-item-preview[b-34ryskr1ay] {
    font-size: 0.8rem;
    color: #616161;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-rail-item.unread .chat-rail-item-preview[b-34ryskr1ay] {
    font-weight: 600;
    color: #242424;
}

.chat-rail-item-badge[b-34ryskr1ay] {
    flex-shrink: 0;
    background-color: #c4314b;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    align-self: center;
}

.chat-thread[b-34ryskr1ay] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    min-width: 0;
}

.chat-thread-empty[b-34ryskr1ay] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.chat-thread-header[b-34ryskr1ay] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chat-thread-title[b-34ryskr1ay] {
    font-weight: 600;
    color: #242424;
}

.chat-thread-status[b-34ryskr1ay] {
    font-size: 0.78rem;
    color: #616161;
}

.chat-thread-tabs[b-34ryskr1ay] {
    display: flex;
    gap: 0.25rem;
}

.chat-tab[b-34ryskr1ay] {
    background: none;
    border: none;
    padding: 0.4rem 0.85rem;
    color: #616161;
    font-size: 0.85rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.chat-tab.active[b-34ryskr1ay] {
    color: #5b5fc7;
    border-bottom-color: #5b5fc7;
    font-weight: 600;
}

.chat-tab:disabled[b-34ryskr1ay] {
    opacity: 0.4;
    cursor: not-allowed;
}

.chat-thread-messages[b-34ryskr1ay] {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem 0;
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.chat-typing[b-34ryskr1ay] {
    padding: 0 1rem 0.5rem;
    font-size: 0.8rem;
    color: #616161;
}

.message-edit-row[b-34ryskr1ay] {
    padding: 0.5rem 1rem;
}

.message-edit-row.mine[b-34ryskr1ay] {
    margin-left: 30%;
}

.chat-lightbox[b-34ryskr1ay] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    cursor: pointer;
}

.chat-lightbox img[b-34ryskr1ay] {
    max-width: 92vw;
    max-height: 92vh;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .chat-rail[b-34ryskr1ay] {
        width: 100%;
    }

    .chat-page[b-34ryskr1ay] {
        flex-direction: column;
        height: calc(100vh - 80px);
    }
}
/* /Components/Pages/Friends/FriendRequests.razor.rz.scp.css */
.friend-requests-page .avatar[b-yccw2obngo] {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.friend-requests-page .avatar-placeholder[b-yccw2obngo] {
    background-color: #e9ecef;
    color: #6c757d;
    font-size: 1.5rem;
}

.friend-requests-page .min-width-0[b-yccw2obngo] {
    min-width: 0;
}

.friend-request-card[b-yccw2obngo] {
    transition: box-shadow 0.2s ease;
}

.friend-request-card:hover[b-yccw2obngo] {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.075);
}
/* /Components/Shared/ChatIcon.razor.rz.scp.css */
.chat-icon-wrapper[b-dg92d6c9p5] {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: background-color 0.15s ease;
    margin-right: 0.5rem;
}

.chat-icon-wrapper:hover[b-dg92d6c9p5] {
    background-color: rgba(0, 0, 0, 0.06);
}

.chat-icon[b-dg92d6c9p5] {
    font-size: 1.25rem;
    color: #5b5fc7;
}

.chat-badge[b-dg92d6c9p5] {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #c4314b;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    padding: 3px 5px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    border: 2px solid #fff;
}
/* /Components/Shared/Chat/MessageBubble.razor.rz.scp.css */
.message-row[b-veq0b5rptv] {
    display: flex;
    margin-bottom: 0.25rem;
    padding: 0 1rem;
    align-items: flex-start;
}

.message-row.mine[b-veq0b5rptv] {
    justify-content: flex-end;
}

.message-row.theirs[b-veq0b5rptv] {
    justify-content: flex-start;
}

.message-avatar[b-veq0b5rptv] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.5rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.message-avatar img[b-veq0b5rptv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-avatar-placeholder[b-veq0b5rptv] {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #6264a7;
    color: #fff;
}

.message-avatar-spacer[b-veq0b5rptv] {
    background: transparent;
}

.message-bubble-wrapper[b-veq0b5rptv] {
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.message-row.mine .message-bubble-wrapper[b-veq0b5rptv] {
    align-items: flex-end;
}

.message-header[b-veq0b5rptv] {
    font-size: 0.78rem;
    color: #616161;
    margin-bottom: 0.15rem;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.message-sender[b-veq0b5rptv] {
    font-weight: 600;
    color: #242424;
}

.message-time[b-veq0b5rptv] {
    color: #9a9a9a;
}

.message-bubble[b-veq0b5rptv] {
    position: relative;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    word-wrap: break-word;
    white-space: pre-wrap;
    line-height: 1.4;
}

.message-row.mine .message-bubble[b-veq0b5rptv] {
    background-color: #5b5fc7;
    color: #fff;
    border-bottom-right-radius: 2px;
}

.message-row.theirs .message-bubble[b-veq0b5rptv] {
    background-color: #f5f5f5;
    color: #242424;
    border-bottom-left-radius: 2px;
}

.message-bubble.deleted[b-veq0b5rptv] {
    background-color: transparent !important;
    border: 1px dashed #c4c4c4;
    color: #8a8a8a !important;
    font-style: italic;
}

.message-content[b-veq0b5rptv] {
    display: inline;
}

.message-edited[b-veq0b5rptv] {
    margin-left: 0.5rem;
    font-size: 0.7rem;
    opacity: 0.75;
    font-style: italic;
}

.message-attachments[b-veq0b5rptv] {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.message-image[b-veq0b5rptv] {
    max-width: 280px;
    max-height: 280px;
    border-radius: 4px;
    cursor: pointer;
    display: block;
}

.message-attachment-pending[b-veq0b5rptv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
}

.message-toolbar[b-veq0b5rptv] {
    position: absolute;
    top: -28px;
    right: 0;
    display: none;
    gap: 0.25rem;
    padding: 0.15rem 0.4rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.message-bubble:hover .message-toolbar[b-veq0b5rptv] {
    display: inline-flex;
}
/* /Components/Shared/Chat/MessageComposer.razor.rz.scp.css */
.composer[b-fivu91ib3y] {
    border-top: 1px solid #e0e0e0;
    padding: 0.75rem 1rem;
    background-color: #fff;
}

.composer-row[b-fivu91ib3y] {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
}

.composer-attach-btn[b-fivu91ib3y] {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #5b5fc7;
    cursor: pointer;
    transition: background-color 0.15s ease;
    flex-shrink: 0;
}

.composer-attach-btn:hover[b-fivu91ib3y] {
    background-color: rgba(91, 95, 199, 0.1);
}

.composer-textarea[b-fivu91ib3y] {
    resize: none;
    min-height: 36px;
    max-height: 160px;
    flex-grow: 1;
    border-radius: 6px;
}

.composer-send-btn[b-fivu91ib3y] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.composer-attachments[b-fivu91ib3y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
}

.composer-attachment[b-fivu91ib3y] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #f5f5f5;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.85rem;
    max-width: 240px;
}

.composer-attachment-name[b-fivu91ib3y] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
}
/* /Components/Shared/ContributionDetail.razor.rz.scp.css */
.contribution-detail-overlay[b-2m6mvp7h60] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contribution-detail-content[b-2m6mvp7h60] {
    position: relative;
    width: 100%;
    max-width: 1116px;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.contribution-detail-close[b-2m6mvp7h60] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}

.contribution-detail-scroll[b-2m6mvp7h60] {
    overflow-y: auto;
    max-height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.contribution-detail-media[b-2m6mvp7h60] {
    min-height: 200px;
}

/* Mobile: full screen */
@media (max-width: 768px) {
    .contribution-detail-content[b-2m6mvp7h60] {
        max-width: 100%;
        height: 100vh;
        max-height: 100vh;
        border-radius: 0;
    }

    .contribution-detail-scroll[b-2m6mvp7h60] {
        height: 100vh;
    }
}

/* Desktop: centered card with rounded corners */
@media (min-width: 769px) {
    .contribution-detail-content[b-2m6mvp7h60] {
        border-radius: 12px;
        max-height: 95vh;
    }

    .contribution-detail-scroll[b-2m6mvp7h60] {
        max-height: 95vh;
    }
}
/* /Components/Shared/FriendRequestsIcon.razor.rz.scp.css */
.friend-requests-icon-wrapper[b-djleeltvii] {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.friend-requests-icon-wrapper:hover[b-djleeltvii] {
    background-color: rgba(0, 0, 0, 0.05);
}

.friend-requests-icon[b-djleeltvii] {
    font-size: 1.25rem;
    color: #495057;
}

.friend-requests-badge[b-djleeltvii] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background-color: #dc3545;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
/* /Components/Shared/LocationAutocomplete.razor.rz.scp.css */
.location-autocomplete[b-rr2hpbx4ug] {
    position: relative;
}

.location-autocomplete-dropdown[b-rr2hpbx4ug] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 0 .375rem .375rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    max-height: 240px;
    overflow-y: auto;
}

.location-autocomplete-item[b-rr2hpbx4ug] {
    display: block;
    width: 100%;
    text-align: left;
    padding: .5rem .75rem;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f1f3f5;
    color: #212529;
}

.location-autocomplete-item:last-child[b-rr2hpbx4ug] {
    border-bottom: 0;
}

.location-autocomplete-item:hover:not([disabled])[b-rr2hpbx4ug] {
    background: #f8f9fa;
    cursor: pointer;
}
/* /Components/Shared/MemberDisplay.razor.rz.scp.css */
.member-display[b-wc41ix7t41] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.member-display-link[b-wc41ix7t41] {
    display: inline-flex;
    line-height: 0;
}

.member-avatar-wrapper[b-wc41ix7t41] {
    position: relative;
    display: inline-block;
    line-height: 0;
    flex-shrink: 0;
}

.member-avatar[b-wc41ix7t41] {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    background-color: #e9ecef;
}

.member-avatar-placeholder[b-wc41ix7t41] {
    color: #6c757d;
}

.member-name[b-wc41ix7t41] {
    font-weight: 600;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

a.member-name:hover[b-wc41ix7t41] {
    text-decoration: underline !important;
}

/* Sizes (Sm 32 / Md 40 / Lg 64) */
.size-sm .member-avatar[b-wc41ix7t41] {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
}

.size-md .member-avatar[b-wc41ix7t41] {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.size-lg .member-avatar[b-wc41ix7t41] {
    width: 64px;
    height: 64px;
    font-size: 1.6rem;
}

.size-sm .member-name[b-wc41ix7t41] {
    font-size: 0.875rem;
}

.size-lg .member-name[b-wc41ix7t41] {
    font-size: 1.25rem;
}

/* Presence LED (Teams-style: bottom-right, white border, soft shadow) */
.presence-led[b-wc41ix7t41] {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    background-color: #28a745;
    border: 2px solid #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.size-sm .presence-led[b-wc41ix7t41] {
    width: 10px;
    height: 10px;
}

.size-md .presence-led[b-wc41ix7t41] {
    width: 12px;
    height: 12px;
}

.size-lg .presence-led[b-wc41ix7t41] {
    width: 16px;
    height: 16px;
    border-width: 3px;
}
/* /Components/Shared/NotificationBell.razor.rz.scp.css */
.notification-bell-wrapper[b-duf13lyxbv] {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.notification-bell-icon[b-duf13lyxbv] {
    font-size: 1.25rem;
    color: #333;
}

.notification-bell-wrapper:hover .notification-bell-icon[b-duf13lyxbv] {
    color: #0d6efd;
}

.notification-badge[b-duf13lyxbv] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background-color: #dc3545;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    transform: translate(25%, -25%);
}
/* /Components/Shared/NotificationPanel.razor.rz.scp.css */
.notification-unread[b-1nxfq3pajx] {
    background-color: #f0f4ff;
}

.notification-unread:hover[b-1nxfq3pajx] {
    background-color: #e3eafc;
}

.notification-dot[b-1nxfq3pajx] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0d6efd;
}
