/* /Components/AddFriends.razor.rz.scp.css */
.add-friends-page[b-r6z1rjlhg6] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 90px);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.add-friends-card[b-r6z1rjlhg6] {
    width: min(100%, 520px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
}

.add-friends-card h1[b-r6z1rjlhg6] {
    margin-top: 0;
}

.add-friends-form[b-r6z1rjlhg6] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.add-friends-form input[b-r6z1rjlhg6] {
    width: 100%;
    padding: .5rem;
}

.add-friends-form button[b-r6z1rjlhg6] {
    width: fit-content;
    border: none;
    border-radius: 8px;
    padding: .45rem .8rem;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
}

.add-friends-status[b-r6z1rjlhg6] {
    color: #0f7b0f;
    margin-top: 0;
}

.latest-users-list[b-r6z1rjlhg6] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    margin-top: .75rem;
}

.latest-user-row[b-r6z1rjlhg6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: .5rem .6rem;
}

.latest-user-identity[b-r6z1rjlhg6] {
    display: flex;
    align-items: center;
    gap: .55rem;
}

.latest-user-avatar[b-r6z1rjlhg6] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
}

.latest-user-avatar--fallback[b-r6z1rjlhg6] {
    font-size: .9rem;
}

.latest-user-email[b-r6z1rjlhg6] {
    color: #6b7280;
    font-size: .85rem;
}

.latest-user-row form button[b-r6z1rjlhg6] {
    border: none;
    border-radius: 8px;
    padding: .4rem .65rem;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
}

.latest-user-friend[b-r6z1rjlhg6] {
    color: #0f7b0f;
    font-size: .88rem;
}

.latest-user-pending[b-r6z1rjlhg6] {
    color: #8a6a00;
    font-size: .88rem;
}
/* /Components/AddMedia.razor.rz.scp.css */
.add-media-page[b-j7hsvizgku] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.add-media-card[b-j7hsvizgku] {
    width: min(100%, 560px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}
/* /Components/AppFooter.razor.rz.scp.css */
.app-footer[b-nroeqo73p6] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .6rem 1rem;
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(4px);
    border-top: 1px solid #dcdcdc;
    z-index: 1000;
}

.app-footer__logo[b-nroeqo73p6] {
    height: 32px;
    width: auto;
    display: block;
}

.app-footer__left[b-nroeqo73p6] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.app-footer__right[b-nroeqo73p6] {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.logout-link[b-nroeqo73p6] {
    background: transparent;
    border: none;
    color: #0d6efd;
    text-decoration: underline;
    font: inherit;
    cursor: pointer;
    padding: .25rem;
}

@media (min-width: 768px) {
    .app-footer[b-nroeqo73p6] {
        padding: .65rem 1.5rem;
    }

    .app-footer__logo[b-nroeqo73p6] {
        height: 36px;
    }
}
/* /Components/CloseButton.razor.rz.scp.css */
.close-button[b-61qdfyu0xh] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d1d5db;
    text-decoration: none;
}

.close-button__icon[b-61qdfyu0xh] {
    width: 18px;
    height: 18px;
    stroke: #111;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.close-button:hover[b-61qdfyu0xh] {
    background: #f7f7f7;
}
/* /Components/DeleteMedia.razor.rz.scp.css */
.delete-media-page[b-i2okwdsxyx] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 90px);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.delete-media-card[b-i2okwdsxyx] {
    width: min(100%, 560px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.delete-media-card h1[b-i2okwdsxyx] {
    margin-top: 0;
    font-size: 1.15rem;
}

.delete-media-preview img[b-i2okwdsxyx],
.delete-media-preview video[b-i2okwdsxyx] {
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    border-radius: 10px;
    background: #000;
    display: block;
}

.delete-media-description[b-i2okwdsxyx] {
    color: #4b5563;
    font-size: .9rem;
}

.delete-media-error[b-i2okwdsxyx] {
    color: #dc2626;
}

.delete-media-actions[b-i2okwdsxyx] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: 1rem;
}

.delete-media-confirm[b-i2okwdsxyx] {
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: .55rem .9rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.delete-media-confirm:hover[b-i2okwdsxyx] {
    background: #b91c1c;
}

.delete-media-cancel[b-i2okwdsxyx] {
    color: #0d6efd;
}
/* /Components/FooterAddButton.razor.rz.scp.css */
.footer-add[b-c6tnfd3ga1] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d1d5db;
    text-decoration: none;
}

.footer-add__icon[b-c6tnfd3ga1] {
    width: 18px;
    height: 18px;
    stroke: #111;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-add:hover[b-c6tnfd3ga1] {
    background: #f7f7f7;
}

@media (min-width: 768px) {
    .footer-add[b-c6tnfd3ga1] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/FooterSearchButton.razor.rz.scp.css */
.footer-search[b-y16lcuptla] {
    width: 34px;
    height: 34px;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d1d5db;
    text-decoration: none;
}

.footer-search__badge[b-y16lcuptla] {
    position: absolute;
    right: -3px;
    bottom: -3px;
    min-width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    border: 2px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .62rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 .2rem;
}

.footer-search__icon[b-y16lcuptla] {
    width: 18px;
    height: 18px;
    stroke: #111;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-search:hover[b-y16lcuptla] {
    background: #f7f7f7;
}

@media (min-width: 768px) {
    .footer-search[b-y16lcuptla] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/FriendHeader.razor.rz.scp.css */
.friend-header[b-wgpofwte72] {
    width: 100%;
    max-width: 560px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: .65rem .75rem;
    display: flex;
    align-items: center;
    gap: .55rem;
}

.friend-header__list[b-wgpofwte72] {
    display: flex;
    gap: .55rem;
    overflow-x: auto;
    padding-bottom: .15rem;
    flex: 1;
    min-width: 0;
}

/* Cale a droite et jamais compresse par la liste d'amis.
   Meme gabarit que les pastilles d'amis. */
.friend-header__fullscreen[b-wgpofwte72] {
    flex: 0 0 auto;
    margin-left: auto;
    width: 68px;
    height: 68px;
    min-width: 68px;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08);
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.friend-header__fullscreen:hover[b-wgpofwte72] {
    background: rgba(0, 0, 0, 0.15);
}

.friend-header__fullscreen svg[b-wgpofwte72] {
    width: 1.9rem;
    height: 1.9rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.friend-chip[b-wgpofwte72] {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
}

.friend-chip__photo[b-wgpofwte72] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.friend-chip__initials[b-wgpofwte72] {
    line-height: 1;
}
/* /Components/FullscreenFeed.razor.rz.scp.css */
.fullscreen-feed[b-k22obm32zn] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    overscroll-behavior: none;
    touch-action: none;
}

.fullscreen-feed__close[b-k22obm32zn] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-feed__close svg[b-k22obm32zn] {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

/* Bouton d'ajout, cale en haut a gauche. */
.fullscreen-feed__add[b-k22obm32zn] {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fullscreen-feed__add:hover[b-k22obm32zn] {
    background: rgba(255, 255, 255, 0.3);
}

.fullscreen-feed__add svg[b-k22obm32zn] {
    width: 1.4rem;
    height: 1.4rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.fullscreen-feed__empty[b-k22obm32zn] {
    color: rgba(255, 255, 255, 0.7);
}

.fullscreen-feed__stage[b-k22obm32zn] {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Le media occupe toute la surface disponible sans deformation. */
.fullscreen-feed__media[b-k22obm32zn] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Zones de navigation invisibles : haut/gauche = precedent, bas/droite = suivant.
   Elles laissent une bande libre en bas pour l'overlay (texte et reactions). */
.fullscreen-feed__zone[b-k22obm32zn] {
    position: absolute;
    top: 4rem;
    bottom: 8rem;
    width: 40%;
    border: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
}

.fullscreen-feed__zone--previous[b-k22obm32zn] {
    left: 0;
}

.fullscreen-feed__zone--next[b-k22obm32zn] {
    right: 0;
}

.fullscreen-feed__overlay[b-k22obm32zn] {
    position: absolute;
    z-index: 2;
    inset: auto 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    padding: 1rem 1rem 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}

.fullscreen-feed__author[b-k22obm32zn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.fullscreen-feed__author-photo[b-k22obm32zn] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.85);
    flex: 0 0 auto;
}

.fullscreen-feed__author-photo--fallback[b-k22obm32zn] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
}

.fullscreen-feed__author-name[b-k22obm32zn] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullscreen-feed__date[b-k22obm32zn] {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.fullscreen-feed__description[b-k22obm32zn] {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.fullscreen-feed__position[b-k22obm32zn] {
    position: absolute;
    top: 1rem;
    left: 4rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}
/* /Components/Login.razor.rz.scp.css */
.login-page[b-36m0jwrb6h] {
    min-height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.login-card[b-36m0jwrb6h] {
    width: min(100%, 440px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .08);
    text-align: center;
}

.login-logo[b-36m0jwrb6h] {
    display: block;
    height: 64px;
    width: auto;
    margin: 0 auto .9rem;
}

.login-subtitle[b-36m0jwrb6h] {
    margin: 0 0 .75rem;
    font-weight: 600;
}

.login-google[b-36m0jwrb6h] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    text-decoration: none;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    padding: .45rem .75rem;
    color: #1f2937;
    font-weight: 600;
}

.login-google__icon[b-36m0jwrb6h] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d1d5db;
    font-size: .85rem;
}

.login-google:hover[b-36m0jwrb6h] {
    background: #f8fafc;
}

.login-error[b-36m0jwrb6h] {
    color: #b00020;
    margin-top: .8rem;
}
/* /Components/MainContent.razor.rz.scp.css */
.main-content[b-ajw2z7gg2t] {
    width: min(100%, 720px);
    max-width: 720px;
    margin: 0 auto;
    padding: .75rem .75rem 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .75rem;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .main-content[b-ajw2z7gg2t] {
        padding: 1rem 1rem 82px;
    }
}
/* /Components/MainLayout.razor.rz.scp.css */

/* /Components/MediaPost.razor.rz.scp.css */
.media-post-card[b-crlitwcjhu] {
    max-width: 560px;
    width: 100%;
    margin: 0 auto 1rem;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    color: #111;
    border: 1px solid #e5e7eb;
}

.media-post-card__label[b-crlitwcjhu] {
    padding: .4rem .8rem;
    font-weight: 700;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.media-post-card__author-name[b-crlitwcjhu] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-post-card__date[b-crlitwcjhu] {
    font-weight: 400;
    font-size: .8rem;
    color: #6b7280;
    white-space: nowrap;
}

.media-post-card__delete[b-crlitwcjhu] {
    margin-left: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d1d5db;
    text-decoration: none;
    flex: none;
}

.media-post-card__delete-icon[b-crlitwcjhu] {
    width: 16px;
    height: 16px;
    stroke: #dc2626;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.media-post-card__delete:hover[b-crlitwcjhu] {
    background: #fef2f2;
}

.media-post-card__author-photo[b-crlitwcjhu] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    background: #0d6efd;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
}

.media-post-card__author-photo--fallback[b-crlitwcjhu] {
    line-height: 1;
}

.media-post-card__media[b-crlitwcjhu] {
    width: 100%;
    min-height: 220px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-post-card__media video[b-crlitwcjhu],
.media-post-card__media img[b-crlitwcjhu] {
    width: 100%;
    height: auto;
    max-height: min(72vh, 640px);
    display: block;
    object-fit: contain;
}

@media (min-width: 768px) {
    .media-post-card__media[b-crlitwcjhu] {
        min-height: 300px;
    }
}

.media-post-card__description[b-crlitwcjhu] {
    margin: 0;
    padding: .75rem 1rem;
}

.media-post-card__link[b-crlitwcjhu] {
    display: inline-block;
    margin: .5rem .75rem .75rem;
    color: #0d6efd;
    text-decoration: underline;
}
/* /Components/MediaPostList.razor.rz.scp.css */
.media-post-list[b-xtfimtb4cy] {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 3.5rem;
}
/* /Components/MediaPostReactions.razor.rz.scp.css */
.media-post-reactions[b-r2ahnn2l7q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem 0.75rem;
    min-height: 2.5rem;
}

.media-post-reactions__summary[b-r2ahnn2l7q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    min-width: 0;
}

.media-post-reactions__emojis[b-r2ahnn2l7q] {
    display: inline-flex;
    align-items: center;
}

.media-post-reactions__emoji[b-r2ahnn2l7q] {
    font-size: 1.05rem;
    line-height: 1;
    margin-right: -0.25rem;
}

.media-post-reactions__names[b-r2ahnn2l7q] {
    font-size: 0.85rem;
    opacity: 0.75;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-post-reactions__avatars[b-r2ahnn2l7q] {
    display: inline-flex;
    align-items: center;
    padding-left: 0.35rem;
}

.media-post-reactions__avatar[b-r2ahnn2l7q] {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -0.45rem;
    background: rgba(0, 0, 0, 0.1);
}

.media-post-reactions__avatar--fallback[b-r2ahnn2l7q],
.media-post-reactions__avatar--more[b-r2ahnn2l7q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-weight: 600;
}

.media-post-reactions__actions[b-r2ahnn2l7q] {
    position: relative;
    margin-left: auto;
}

.media-post-reactions__toggle[b-r2ahnn2l7q] {
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.35rem 0.7rem;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
}

.media-post-reactions__toggle:hover[b-r2ahnn2l7q] {
    background: rgba(0, 0, 0, 0.12);
}

.media-post-reactions__picker[b-r2ahnn2l7q] {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.4rem);
    display: flex;
    gap: 0.15rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    z-index: 10;
}

.media-post-reactions__choice[b-r2ahnn2l7q] {
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 0.25rem 0.35rem;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.1s ease-in-out;
}

.media-post-reactions__choice:hover[b-r2ahnn2l7q] {
    transform: scale(1.2);
}

.media-post-reactions__choice--selected[b-r2ahnn2l7q] {
    background: rgba(0, 0, 0, 0.1);
}

/* Variante affichee par-dessus un media en plein ecran (fond noir). */
.media-post-reactions--fullscreen[b-r2ahnn2l7q] {
    padding: 0;
    align-items: flex-end;
}

.media-post-reactions--fullscreen .media-post-reactions__summary[b-r2ahnn2l7q],
.media-post-reactions--fullscreen .media-post-reactions__toggle[b-r2ahnn2l7q] {
    color: #fff;
}

.media-post-reactions--fullscreen .media-post-reactions__avatar[b-r2ahnn2l7q] {
    border-color: rgba(255, 255, 255, 0.85);
}

.media-post-reactions--fullscreen .media-post-reactions__toggle[b-r2ahnn2l7q] {
    background: rgba(255, 255, 255, 0.2);
}

.media-post-reactions--fullscreen .media-post-reactions__toggle:hover[b-r2ahnn2l7q] {
    background: rgba(255, 255, 255, 0.32);
}
/* /Components/MediaReactions.razor.rz.scp.css */
.media-reactions-page[b-6s906gpyp9] {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 3.5rem 1rem 2rem;
}

.media-reactions-card[b-6s906gpyp9] {
    width: min(32rem, 100%);
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    padding: 1.25rem 1.5rem 1.5rem;
}

.media-reactions-card h1[b-6s906gpyp9] {
    margin-top: 0;
    font-size: 1.25rem;
}

.media-reactions-error[b-6s906gpyp9],
.media-reactions-empty[b-6s906gpyp9] {
    opacity: 0.75;
}

.media-reactions-list[b-6s906gpyp9] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.media-reactions-item[b-6s906gpyp9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.media-reactions-item__name[b-6s906gpyp9] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media-reactions-item__emojis[b-6s906gpyp9] {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 1.1rem;
    line-height: 1;
}

.media-reactions-item__photo[b-6s906gpyp9] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    object-fit: cover;
}

.media-reactions-item__photo--fallback[b-6s906gpyp9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0.75rem;
    font-weight: 600;
}
/* /Components/UploadMediaForm.razor.rz.scp.css */
.upload-card[b-o0rfyx59bi] {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: .75rem auto;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
}

.upload-card h2[b-o0rfyx59bi] {
    margin-top: 0;
    font-size: 1.1rem;
}

.upload-field[b-o0rfyx59bi] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-bottom: .75rem;
}

.upload-field input[type="text"][b-o0rfyx59bi],
.upload-field input[type="file"][b-o0rfyx59bi] {
    width: 100%;
    padding: .45rem;
}

.upload-card button[b-o0rfyx59bi] {
    width: 100%;
    padding: .5rem .9rem;
    border: none;
    border-radius: 8px;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 768px) {
    .upload-card[b-o0rfyx59bi] {
        margin: 1rem auto;
        padding: 1.1rem;
    }

    .upload-card button[b-o0rfyx59bi] {
        width: auto;
    }
}

.upload-success[b-o0rfyx59bi] {
    color: #0f7b0f;
    margin-top: .75rem;
}

.upload-error[b-o0rfyx59bi] {
    color: #b00020;
    margin-top: .75rem;
}
/* /Components/UserInitials.razor.rz.scp.css */
.user-initials[b-spluhml1vm] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .02em;
    text-decoration: none;
    overflow: hidden;
}

.user-initials__photo[b-spluhml1vm] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.user-initials:hover[b-spluhml1vm] {
    filter: brightness(.95);
}

@media (min-width: 768px) {
    .user-initials[b-spluhml1vm] {
        width: 36px;
        height: 36px;
    }
}
/* /Components/UserSettings.razor.rz.scp.css */
.user-settings-page[b-ocbvqojl4s] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 80px);
    display: grid;
    place-items: center;
    padding: 1rem;
}

.user-settings-card[b-ocbvqojl4s] {
    width: min(100%, 560px);
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.user-settings-card h1[b-ocbvqojl4s] {
    margin-top: 0;
}

.user-settings-avatar-wrap[b-ocbvqojl4s] {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}

.user-settings-avatar[b-ocbvqojl4s] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e5e7eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    background: #0d6efd;
}

.user-settings-avatar--fallback[b-ocbvqojl4s] {
    font-size: 1.2rem;
}

.user-settings-form[b-ocbvqojl4s] {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.user-settings-form input[type="text"][b-ocbvqojl4s],
.user-settings-form input[type="file"][b-ocbvqojl4s] {
    width: 100%;
    padding: .5rem;
}

.user-settings-form button[b-ocbvqojl4s] {
    width: fit-content;
    padding: .5rem .9rem;
    border: none;
    border-radius: 8px;
    background: #0d6efd;
    color: #fff;
    cursor: pointer;
}

.user-settings-status[b-ocbvqojl4s] {
    color: #0f7b0f;
    margin-top: 0;
}
