/* _content/CineReview.Client/Views/Home/Index.cshtml.rz.scp.css */
.home-page[b-d5rulwacdr] {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.home-page p[b-d5rulwacdr] {
    color: rgba(226, 232, 240, 0.82);
}

.home-page .lead[b-d5rulwacdr] {
    color: rgba(241, 245, 249, 0.9);
}

.home-hero[b-d5rulwacdr] {
    border-radius: 0 0 2.75rem 2.75rem;
    padding-block: clamp(2.25rem, 6vw, 4.5rem);
}

.home-hero__layout[b-d5rulwacdr] {
    display: grid;
    gap: 2.5rem;
    align-items: center;
}

.home-hero__copy[b-d5rulwacdr] {
    display: flex;
    flex-direction: column;
}

.home-hero__headline[b-d5rulwacdr] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.home-hero__date[b-d5rulwacdr] {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.home-hero__title[b-d5rulwacdr] {
    font-size: clamp(2.1rem, 6vw, 3.6rem);
    line-height: 1.1;
}

.home-hero__actions[b-d5rulwacdr] {
    align-items: center;
}

.home-hero__tagline[b-d5rulwacdr] {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.home-hero__overview[b-d5rulwacdr] {
    max-width: 60ch;
}

.home-hero__backdrop[b-d5rulwacdr] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: blur(12px) brightness(0.35);
    transform: scale(1.1);
}

.home-hero__overlay[b-d5rulwacdr] {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.25), transparent 40%),
        linear-gradient(120deg, rgba(7, 11, 22, 0.85) 0%, rgba(3, 4, 10, 0.95) 55%, rgba(7, 11, 22, 0.85) 100%);
}

.home-hero__meta[b-d5rulwacdr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1.25rem;
    background: rgba(15, 23, 42, 0.6);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
    margin-top: 0.75rem;
}

.home-hero__meta-item[b-d5rulwacdr] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    flex-wrap: wrap;
}

.home-hero__meta-label[b-d5rulwacdr] {
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero__meta-value[b-d5rulwacdr] {
    color: #f8fafc;
    font-weight: 600;
    font-size: 1.25rem;
}

.home-hero__media[b-d5rulwacdr] {
    justify-self: center;
}

.home-hero__poster-card[b-d5rulwacdr] {
    width: min(100%, 20rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.home-hero__poster-meta[b-d5rulwacdr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: rgba(226, 232, 240, 0.8);
    gap: 0.75rem;
}

.home-section[b-d5rulwacdr] {
    padding-inline: 1rem;
}

.home-section .section-header[b-d5rulwacdr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.home-section .section-header a[b-d5rulwacdr] {
    align-self: flex-start;
}

.home-section--tinted[b-d5rulwacdr] {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.78) 0%, rgba(15, 23, 42, 0.92) 100%);
    padding-block: 4rem;
    border-radius: 3rem;
    margin-inline: 1rem;
}

.home-hero__actions .btn[b-d5rulwacdr] {
    flex: 0 1 auto;
}

.review-card[b-d5rulwacdr] {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.review-card__avatar[b-d5rulwacdr] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
}

.editorial-card[b-d5rulwacdr] {
    background: rgba(7, 11, 22, 0.7);
    border-radius: 1.75rem;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.editorial-card__image[b-d5rulwacdr] {
    height: 14rem;
}

.ratio-2x3[b-d5rulwacdr] {
    --bs-aspect-ratio: calc(3 / 2 * 100%);
}

.text-truncate-3[b-d5rulwacdr] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (min-width: 768px) {
    .home-hero__layout[b-d5rulwacdr] {
        gap: 2.75rem;
    }

    .home-section[b-d5rulwacdr] {
        padding-inline: 2rem;
    }

    .home-section .section-header[b-d5rulwacdr] {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }

    .home-hero__poster-meta[b-d5rulwacdr] {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .home-hero[b-d5rulwacdr] {
        padding-block: 2rem;
    }

    .home-hero__layout[b-d5rulwacdr] {
        gap: 2rem;
    }

    .home-hero__actions[b-d5rulwacdr] {
        width: 100%;
        gap: 0.75rem;
    }

    .home-section--tinted[b-d5rulwacdr] {
        border-radius: 2rem;
        margin-inline: 0;
    }

    .home-hero__poster-card[b-d5rulwacdr] {
        width: min(100%, 16rem);
    }

    .home-hero__meta[b-d5rulwacdr] {
        padding: 1rem 1.25rem;
    }

    .home-hero__meta-item[b-d5rulwacdr] {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-hero__meta-value[b-d5rulwacdr] {
        font-size: 1.15rem;
    }

    .home-hero__layout-mobile[b-d5rulwacdr] {
        display: grid;
        gap: 1.25rem;
        align-items: start;
    }

    .home-hero__title[b-d5rulwacdr] {
        font-size: clamp(1.6rem, 6vw, 2rem);
    }

    .text-truncate-2[b-d5rulwacdr] {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cards-scroller[b-d5rulwacdr] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 74%;
        gap: 1rem;
        overflow-x: auto;
        padding-inline: 0.25rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }

    .cards-scroller[b-d5rulwacdr]::-webkit-scrollbar {
        height: 8px;
    }

    .cards-scroller[b-d5rulwacdr]::-webkit-scrollbar-thumb {
        background: rgba(148, 163, 184, 0.25);
        border-radius: 999px;
    }

    .cards-scroller__item[b-d5rulwacdr] {
        scroll-snap-align: start;
    }

    .cards-scroller .movie-card[b-d5rulwacdr] {
        height: 100%;
    }
}

@media (min-width: 992px) {
    .home-hero[b-d5rulwacdr] {
        padding-block: clamp(3.5rem, 7vw, 5.5rem);
    }

    .home-hero__layout[b-d5rulwacdr] {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
        gap: 3rem;
    }
}

@media (max-width: 575.98px) {
    .home-section[b-d5rulwacdr] {
        padding-inline: 0.5rem;
    }

    .home-hero__headline[b-d5rulwacdr] {
        gap: 0.5rem;
    }

    .home-hero__actions .btn[b-d5rulwacdr] {
        flex: 1 1 100%;
    }

    .home-hero__overview[b-d5rulwacdr] {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
/* _content/CineReview.Client/Views/Movies/Detail.cshtml.rz.scp.css */
.ratio-2x3[b-9zx1t4nbmi] {
    aspect-ratio: 2 / 3;
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
}

.detail-hero__poster img[b-9zx1t4nbmi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.movie-detail[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.movie-detail p[b-9zx1t4nbmi] {
    color: rgba(226, 232, 240, 0.82);
}

.movie-detail .lead[b-9zx1t4nbmi] {
    color: rgba(241, 245, 249, 0.9);
}

.detail-hero[b-9zx1t4nbmi] {
    padding: 6rem 0 4rem;
}

.detail-hero__layout[b-9zx1t4nbmi] {
    display: grid;
    grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.55fr) minmax(0, 0.2fr);
    gap: 2.5rem;
    align-items: start;
}

.detail-hero__layout-mobile[b-9zx1t4nbmi] {
    display: none;
    gap: 1.75rem;
}

.detail-hero__poster-shell[b-9zx1t4nbmi] {
    display: flex;
    justify-content: center;
    width: min(100%, 20rem);
}

.detail-hero__backdrop[b-9zx1t4nbmi] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(6px) brightness(0.7);
    transform: scale(1.08);
    will-change: opacity, transform, filter;
    opacity: 0;
    transition: opacity 220ms ease, filter 220ms ease;
    image-rendering: -webkit-optimize-contrast;
}

.detail-hero__backdrop.is-ready[b-9zx1t4nbmi] {
    opacity: 1;
}

.detail-hero__overlay[b-9zx1t4nbmi] {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 7, 11, 0.9) 0%, rgba(8, 11, 19, 0.95) 55%, rgba(6, 9, 16, 0.9) 100%);
    opacity: 0.7;
}

.detail-hero__poster[b-9zx1t4nbmi] {
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.45);
}

.detail-hero__poster--fallback .detail-hero__poster-placeholder[b-9zx1t4nbmi] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(15, 23, 42, 0.92));
    color: rgba(226, 232, 240, 0.82);
    text-align: center;
    padding: 0 1.75rem;
}

.detail-hero__poster--fallback .detail-hero__poster-placeholder i[b-9zx1t4nbmi] {
    font-size: 2rem;
    color: rgba(148, 163, 184, 0.7);
}

.detail-hero__poster--fallback .detail-hero__poster-placeholder span[b-9zx1t4nbmi] {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.45;
}

.detail-hero[data-has-backdrop="false"] .detail-hero__backdrop[b-9zx1t4nbmi] {
    display: none;
}

.detail-hero[data-has-backdrop="false"][b-9zx1t4nbmi] {
    background: radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.18), transparent 45%),
        linear-gradient(140deg, rgba(5, 7, 11, 0.95) 0%, rgba(6, 9, 16, 0.92) 100%);
}

.detail-hero[data-has-backdrop="false"] .detail-hero__overlay[b-9zx1t4nbmi] {
    background: linear-gradient(135deg, rgba(5, 7, 11, 0.92) 0%, rgba(6, 9, 16, 0.9) 100%);
}

.detail-hero__mobile-body[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

.detail-hero__tagline[b-9zx1t4nbmi] {
    font-size: 1.05rem;
}

.detail-hero__mobile-meta[b-9zx1t4nbmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}

.detail-hero__meta-chip[b-9zx1t4nbmi] {
    background: rgba(15, 23, 42, 0.62);
    border-radius: 1rem;
    padding: 0.75rem 1rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.detail-hero__meta-chip .label[b-9zx1t4nbmi] {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.82);
}

.detail-hero__meta-chip .value[b-9zx1t4nbmi] {
    font-weight: 600;
    color: rgba(248, 250, 252, 0.95);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.detail-hero__info-card[b-9zx1t4nbmi] {
    background: rgba(15, 23, 42, 0.72);
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.detail-hero__info-card ul[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
}

.detail-hero__info-card li[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.95rem;
}

.detail-hero__info-card li span:first-child[b-9zx1t4nbmi] {
    color: rgba(148, 163, 184, 0.75);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.75rem;
    font-weight: 600;
}

.detail-hero__info-card li span:first-child[b-9zx1t4nbmi]::after {
    content: ":";
    margin-left: 0.1rem;
}

.detail-hero__info-card li span:last-child[b-9zx1t4nbmi] {
    font-weight: 600;
    color: rgba(248, 250, 252, 0.92);
}

.detail-hero__info-card--mobile[b-9zx1t4nbmi] {
    display: none;
    margin-top: 2.5rem;
}

.detail-hero__meta[b-9zx1t4nbmi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    background: rgba(15, 23, 42, 0.55);
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.detail-hero__meta div[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.detail-hero__meta div > span:first-child[b-9zx1t4nbmi]::after {
    content: ":";
    margin-left: 0.1rem;
    color: rgba(148, 163, 184, 0.7);
}

.detail-section[b-9zx1t4nbmi] {
    padding-inline: 1rem;
}

.detail-hero__actions .btn[b-9zx1t4nbmi] {
    flex: 0 1 auto;
}

.section-header[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.section-header .btn[b-9zx1t4nbmi] {
    align-self: flex-start;
}

.detail-highlights[b-9zx1t4nbmi] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 1rem;
}

.detail-highlights li[b-9zx1t4nbmi] {
    position: relative;
    padding-left: 1.5rem;
    color: rgba(226, 232, 240, 0.85);
}

.detail-highlights li[b-9zx1t4nbmi]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #38bdf8, #22d3ee);
}

.ticket-policy[b-9zx1t4nbmi] {
    background: rgba(30, 41, 59, 0.65);
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.watch-options[b-9zx1t4nbmi] {
    background: rgba(8, 11, 19, 0.7);
    border-radius: 1.5rem;
    padding: 1.75rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.watch-options ul[b-9zx1t4nbmi] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.watch-options li[b-9zx1t4nbmi] {
    color: rgba(226, 232, 240, 0.85);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.watch-options li:last-child[b-9zx1t4nbmi] {
    border-bottom: none;
}

.cast-grid[b-9zx1t4nbmi] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 180px);
    gap: 1.5rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.cast-grid[b-9zx1t4nbmi]::-webkit-scrollbar {
    height: 8px;
}

.cast-grid[b-9zx1t4nbmi]::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 999px;
}

.cast-grid[b-9zx1t4nbmi]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.35);
    border-radius: 999px;
}

.cast-grid[b-9zx1t4nbmi]::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.5);
}

.cast-card[b-9zx1t4nbmi] {
    background: rgba(15, 23, 42, 0.7);
    border-radius: 1.5rem;
    padding: 1rem;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
    scroll-snap-align: start;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.cast-card:hover[b-9zx1t4nbmi] {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.25), inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.cast-card img[b-9zx1t4nbmi] {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.cast-card__info[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.video-carousel[b-9zx1t4nbmi] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(260px, clamp(300px, 42vw, 360px));
    gap: 1.5rem;
    overflow-x: auto;
    padding: 0.5rem 0 0.75rem;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.video-carousel[b-9zx1t4nbmi]::-webkit-scrollbar {
    height: 8px;
}

.video-carousel[b-9zx1t4nbmi]::-webkit-scrollbar-track {
    background: rgba(15, 23, 42, 0.4);
    border-radius: 999px;
}

.video-carousel[b-9zx1t4nbmi]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.35);
    border-radius: 999px;
}

.video-carousel[b-9zx1t4nbmi]::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.5);
}

.video-card[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    overflow: hidden;
    background: rgba(8, 11, 19, 0.72);
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
    transition: transform 180ms ease, box-shadow 180ms ease;
    text-decoration: none;
    height: 100%;
    scroll-snap-align: start;
}

.video-card:hover[b-9zx1t4nbmi] {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
}

.video-card__thumb[b-9zx1t4nbmi] {
    position: relative;
    aspect-ratio: 16/9;
}

.video-card__thumb img[b-9zx1t4nbmi] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-card__body[b-9zx1t4nbmi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}

.video-card__meta[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.video-card__badge[b-9zx1t4nbmi] {
    margin-left: auto;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
}

.video-card__play[b-9zx1t4nbmi] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #f8fafc;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.35));
}

.community-review[b-9zx1t4nbmi] {
    display: grid;
    grid-template-areas: "support content actions";
    grid-template-columns: clamp(90px, 10vw, 120px) minmax(0, 1fr) clamp(110px, 12vw, 140px);
    background: rgba(8, 11, 19, 0.78);
    border-radius: 2rem;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.14);
    overflow: hidden;
}

.community-review__support[b-9zx1t4nbmi] {
    grid-area: support;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.35rem;
    padding: 1.75rem 1.25rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.72));
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    text-align: center;
}

.community-review__support-value[b-9zx1t4nbmi] {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    transition: color 160ms ease;
}

.community-review__support-label[b-9zx1t4nbmi] {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.72);
}

.community-review__support[data-tone="positive"] .community-review__support-value[b-9zx1t4nbmi] {
    color: #34d399;
}

.community-review__support[data-tone="negative"] .community-review__support-value[b-9zx1t4nbmi] {
    color: #f87171;
}

.community-review__support[data-tone="neutral"] .community-review__support-value[b-9zx1t4nbmi] {
    color: rgba(226, 232, 240, 0.88);
}

.community-review__content[b-9zx1t4nbmi] {
    grid-area: content;
    padding: 1.75rem 1.75rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.community-review__header[b-9zx1t4nbmi] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.community-review__author[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.community-review__avatar[b-9zx1t4nbmi] {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(59, 130, 246, 0.35);
}

.community-review__name[b-9zx1t4nbmi] {
    display: block;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.96);
}

.community-review__badge[b-9zx1t4nbmi] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.18);
    color: rgba(125, 211, 252, 0.95);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.community-review__meta[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.community-review__username[b-9zx1t4nbmi] {
    color: rgba(148, 163, 184, 0.95);
    font-weight: 600;
}

.community-review__score[b-9zx1t4nbmi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.25rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
    font-weight: 700;
}

.community-review__excerpt[b-9zx1t4nbmi] {
    margin: 0;
    color: rgba(226, 232, 240, 0.86);
    font-size: 0.98rem;
    line-height: 1.6;
}

.community-review__footer[b-9zx1t4nbmi] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    color: rgba(148, 163, 184, 0.82);
    font-size: 0.85rem;
}

.community-review__bullet[b-9zx1t4nbmi] {
    color: rgba(82, 101, 140, 0.9);
}

.community-review__actions[b-9zx1t4nbmi] {
    grid-area: actions;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-left: 1px solid rgba(148, 163, 184, 0.12);
}

.community-review__action[b-9zx1t4nbmi] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: none;
    background: transparent;
    padding: 1.35rem 1rem;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease;
    font-weight: 600;
}

.community-review__action:disabled[b-9zx1t4nbmi] {
    cursor: not-allowed;
    opacity: 0.9;
}

.community-review__action.is-active[b-9zx1t4nbmi] {
    transform: none;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.4);
}

.community-review__action:focus-visible[b-9zx1t4nbmi] {
    outline: 2px solid rgba(248, 250, 252, 0.9);
    outline-offset: 2px;
}

.community-review__action--fair[b-9zx1t4nbmi] {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.9), rgba(34, 197, 94, 0.7));
    color: rgba(5, 46, 22, 0.85);
}

.community-review__action--unfair[b-9zx1t4nbmi] {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.9), rgba(248, 113, 113, 0.75));
    color: rgba(83, 10, 10, 0.9);
    border-top: 1px solid rgba(15, 23, 42, 0.25);
}

.community-review__action--fair.is-active[b-9zx1t4nbmi] {
    opacity: 1;
}

.community-review__action--unfair.is-active[b-9zx1t4nbmi] {
    opacity: 1;
}

.community-review__action:hover[b-9zx1t4nbmi] {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.25);
}

.community-review__action:disabled:hover[b-9zx1t4nbmi] {
    transform: none;
    box-shadow: none;
}

.community-review__action-label[b-9zx1t4nbmi] {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.community-review__action-count[b-9zx1t4nbmi] {
    font-size: 1.25rem;
    font-weight: 700;
}

.cards-row-mobile[b-9zx1t4nbmi] {
    position: relative;
}

@media (max-width: 991.98px) {
    .community-review[b-9zx1t4nbmi] {
        grid-template-areas:
            "support content"
            "actions actions";
        grid-template-columns: clamp(90px, 22vw, 120px) minmax(0, 1fr);
    }

    .community-review__content[b-9zx1t4nbmi] {
        padding: 1.5rem;
    }

    .community-review__actions[b-9zx1t4nbmi] {
        flex-direction: row;
        border-left: none;
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .community-review__action[b-9zx1t4nbmi] {
        padding: 1.1rem 1.25rem;
    }

    .community-review__action--unfair[b-9zx1t4nbmi] {
        border-top: none;
        border-left: 1px solid rgba(15, 23, 42, 0.25);
    }

    .video-carousel[b-9zx1t4nbmi] {
        grid-auto-columns: minmax(240px, clamp(280px, 58vw, 340px));
    }
}

@media (min-width: 768px) {
    .detail-section[b-9zx1t4nbmi] {
        padding-inline: 2rem;
    }

    .section-header[b-9zx1t4nbmi] {
        flex-direction: row;
        justify-content: space-between;
        align-items: end;
    }
}

@media (max-width: 767.98px) {
    .detail-hero[b-9zx1t4nbmi] {
        padding-top: 4.5rem;
    }

    /* Slightly reduce heavy filters on mobile to avoid jank */
    .detail-hero__backdrop[b-9zx1t4nbmi] {
        filter: blur(5px) brightness(0.6);
        transform: scale(1.05);
    }

    .detail-hero__layout[b-9zx1t4nbmi] {
        display: none;
    }

    .detail-hero__layout-mobile[b-9zx1t4nbmi] {
        display: grid;
    }

    .detail-hero__poster-shell[b-9zx1t4nbmi] {
        width: min(100%, 16rem);
        margin: 0 auto;
    }

    .detail-hero__mobile-body[b-9zx1t4nbmi] {
        gap: 1.2rem;
    }

    .video-carousel[b-9zx1t4nbmi] {
        grid-auto-columns: minmax(220px, clamp(260px, 78vw, 320px));
    }

    .detail-hero__mobile-meta[b-9zx1t4nbmi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-hero__info-card[b-9zx1t4nbmi] {
        display: none;
    }

    .detail-hero__info-card--mobile[b-9zx1t4nbmi] {
        display: block;
    }

    .cards-row-mobile[b-9zx1t4nbmi] {
        --bs-gutter-x: 1rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        margin-inline: -0.25rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding-left: 0.25rem;
    }

    .cards-row-mobile[b-9zx1t4nbmi]::-webkit-scrollbar {
        height: 6px;
    }

    .cards-row-mobile[b-9zx1t4nbmi]::-webkit-scrollbar-thumb {
        background: rgba(148, 163, 184, 0.25);
        border-radius: 999px;
    }

    .cards-row-mobile > [class*="col-"][b-9zx1t4nbmi] {
        flex: 0 0 80%;
        max-width: 80%;
        scroll-snap-align: start;
    }

    .cast-grid[b-9zx1t4nbmi] {
        grid-auto-columns: minmax(140px, 140px);
    }

    .watch-options ul[b-9zx1t4nbmi] {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 82%;
        gap: 0.75rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .watch-options li[b-9zx1t4nbmi] {
        border-bottom: none;
        background: rgba(15, 23, 42, 0.6);
        border-radius: 1.5rem;
        padding: 1rem 1.25rem;
        scroll-snap-align: start;
    }

    .community-review[b-9zx1t4nbmi] {
        grid-template-areas:
            "support"
            "content"
            "actions";
        grid-template-columns: 1fr;
    }

    .community-review__support[b-9zx1t4nbmi] {
        flex-direction: row;
        justify-content: flex-start;
        gap: 1rem;
        padding: 1.25rem 1.5rem;
        border-right: none;
        border-bottom: 1px solid rgba(148, 163, 184, 0.12);
        text-align: left;
    }

    .community-review__support-value[b-9zx1t4nbmi] {
        font-size: 1.85rem;
    }

    .community-review__support-label[b-9zx1t4nbmi] {
        letter-spacing: 0.12em;
    }

    .community-review__content[b-9zx1t4nbmi] {
        padding: 1.25rem 1.5rem 1.5rem;
        gap: 1rem;
    }

    .community-review__header[b-9zx1t4nbmi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.9rem;
    }

    .community-review__meta[b-9zx1t4nbmi] {
        width: 100%;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .community-review__username[b-9zx1t4nbmi] {
        color: rgba(148, 163, 184, 0.78);
        font-size: 0.85rem;
    }

    .community-review__footer[b-9zx1t4nbmi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .community-review__actions[b-9zx1t4nbmi] {
        border-top: 1px solid rgba(148, 163, 184, 0.12);
    }

    .community-review__action[b-9zx1t4nbmi] {
        padding: 1rem 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .detail-section[b-9zx1t4nbmi] {
        padding-inline: 0.5rem;
    }

    .cast-grid[b-9zx1t4nbmi] {
        grid-auto-columns: minmax(130px, 130px);
    }

    .detail-hero__meta[b-9zx1t4nbmi] {
        grid-template-columns: 1fr;
    }

    .detail-hero__mobile-meta[b-9zx1t4nbmi] {
        grid-template-columns: 1fr;
    }

    .community-review__actions[b-9zx1t4nbmi] {
        flex-direction: column;
    }

    .community-review__action--unfair[b-9zx1t4nbmi] {
        border-left: none;
        border-top: 1px solid rgba(15, 23, 42, 0.25);
    }

    .video-carousel[b-9zx1t4nbmi] {
        grid-auto-columns: minmax(200px, clamp(220px, 85vw, 280px));
    }
}
/* _content/CineReview.Client/Views/Shared/_Layout.cshtml.rz.scp.css */
.btn-google span[b-mgwi974snb] {
  color: #fff !important;
}
.app-shell[b-mgwi974snb] {
  background: radial-gradient(circle at top, rgba(12, 17, 31, 0.95) 0%, #070b15 60%, #03040a 100%);
  color: #f1f5f9;
}

.app-shell header[b-mgwi974snb] {
  position: relative;
  z-index: 1050;
}

.app-shell main[b-mgwi974snb] {
  background: linear-gradient(180deg, rgba(8, 12, 24, 0.6) 0%, rgba(4, 5, 9, 0.95) 100%);
}

.app-footer[b-mgwi974snb] {
  background-color: #050814;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.main-nav[b-mgwi974snb] {
  background: rgba(7, 11, 22, 0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  position: relative;
  z-index: 1050;
}

.navbar-brand[b-mgwi974snb] {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}

.brand-icon[b-mgwi974snb] {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.4rem;
  background: radial-gradient(circle at 30% 30%, #38bdf8, #0ea5e9 60%, #1e3a8a 100%);
}

.navbar-nav .nav-link[b-mgwi974snb] {
  color: rgba(226, 232, 240, 0.8);
  font-weight: 500;
  transition: color 150ms ease, transform 150ms ease;
}

.navbar-nav .nav-link:hover[b-mgwi974snb],
.navbar-nav .nav-link:focus[b-mgwi974snb] {
  color: #38bdf8;
  transform: translateY(-1px);
}

.navbar-nav .nav-link.active[b-mgwi974snb] {
  color: #60a5fa;
}

.nav-actions .btn-primary[b-mgwi974snb] {
  background: linear-gradient(135deg, #2563eb 0%, #22d3ee 100%);
  border: none;
  font-weight: 600;
}

.nav-actions .btn-primary:hover[b-mgwi974snb] {
  background: linear-gradient(135deg, #1d4ed8 0%, #14b8a6 100%);
}

.nav-search .form-control[b-mgwi974snb] {
  background-color: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
}

.nav-search .form-control[b-mgwi974snb]::placeholder {
  color: rgba(226, 232, 240, 0.6);
}

.nav-search .input-group-text[b-mgwi974snb] {
  background-color: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.3);
  color: #94a3b8;
}

.nav-search .btn-outline-light[b-mgwi974snb] {
  border-color: rgba(148, 163, 184, 0.3);
  color: #e2e8f0;
}

.nav-search .btn-outline-light:hover[b-mgwi974snb] {
  background-color: rgba(148, 163, 184, 0.16);
}

@media (max-width: 991.98px) {
  .nav-actions[b-mgwi974snb] {
    width: 100%;
  }

  .nav-search[b-mgwi974snb] {
    width: 100%;
  }
}

/* Modal auth-modal UI đồng bộ và hiệu ứng hover */
.auth-modal .modal-content[b-mgwi974snb] {
  background: #10172a;
  border-radius: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(148, 163, 184, 0.18);
  transition: box-shadow 0.2s;
}

.auth-modal .auth-badge[b-mgwi974snb] {
  background: #1e293b;
  color: #38bdf8;
  border-radius: 0.75rem;
  padding: 0.25rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  display: inline-block;
}

/* Nút Google đặc trưng */

.btn-google[b-mgwi974snb] {
  background: rgba(30, 41, 59, 0.92); /* xám đậm, hài hòa UI tối */
  color: #e2e8f0; /* chữ sáng */
  border: 1px solid #4285f4; /* viền xanh Google nhẹ */
  font-weight: 500;
  box-shadow: 0 1px 4px rgba(30, 41, 59, 0.18);
  transition: background 0.18s, box-shadow 0.18s, color 0.18s, border-color 0.18s;
}

.btn-google:hover[b-mgwi974snb],
.btn-google:focus[b-mgwi974snb] {
  background: rgba(30, 41, 59, 0.98); /* tối hơn khi hover */
  color: #fff;
  box-shadow: 0 2px 8px rgba(30, 41, 59, 0.28);
  border-color: #4285f4;
}

.btn-google img[b-mgwi974snb] {
  background: transparent;
  border-radius: 50%;
}

.btn-google .bi-google[b-mgwi974snb] {
  color: #4285f4;
  font-size: 1.2em;
  margin-right: 0.5em;
}

/* Nút "Để sau" giữ style hiện tại */
.auth-modal .btn-outline-light[b-mgwi974snb] {
  border-radius: 0.5rem;
  background: transparent;
  color: #e2e8f0;
  border: 1px solid #475569;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.auth-modal .btn-outline-light:hover[b-mgwi974snb],
.auth-modal .btn-outline-light:focus[b-mgwi974snb] {
  background: rgba(56, 189, 248, 0.08);
  color: #38bdf8;
  border-color: #38bdf8;
}
/* _content/CineReview.Client/Views/Shared/_MovieCard.cshtml.rz.scp.css */
.movie-card[b-w14fukt6iw] {
    background: rgba(15, 23, 42, 0.72);
    transition: transform 180ms ease, box-shadow 180ms ease;
    border-radius: 1.25rem;
}

.movie-card:hover[b-w14fukt6iw] {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.45);
}

.movie-card__poster[b-w14fukt6iw] {
    aspect-ratio: 2/3;
    min-height: 18rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(30, 41, 59, 0.6));
}

.movie-card__poster img[b-w14fukt6iw] {
    transition: transform 220ms ease;
}

.movie-card:hover .movie-card__poster img[b-w14fukt6iw] {
    transform: scale(1.05);
}

.movie-card__status[b-w14fukt6iw] {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    font-size: 0.75rem;
}

.movie-card .btn-ghost[b-w14fukt6iw] {
    width: 100%;
    justify-content: center;
}

.movie-card .btn-ghost:hover[b-w14fukt6iw] {
    background: #334155;
    color: #fff;
    border-color: #64748b;
}

.card-text.text-truncate-4[b-w14fukt6iw] {
    max-height: calc(1.5em * 6);
    overflow: hidden;
    line-height: 1.5em;
}
/* _content/CineReview.Client/Views/Shared/_MovieReviewSheet.cshtml.rz.scp.css */
/* Review sheet component */
.review-layer[b-e8iq2jjpvl] {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.review-layer__backdrop[b-e8iq2jjpvl] {
    position: absolute;
    inset: 0;
    background: rgba(3, 7, 18, 0.65);
    backdrop-filter: blur(10px);
}

.review-sheet[b-e8iq2jjpvl] {
    position: relative;
    /* width: min(640px, 100%); */
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    background: rgba(8, 11, 19, 0.92);
    border-radius: 1.75rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.55);
    overflow: hidden;
}

.review-sheet__header[b-e8iq2jjpvl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.75rem 2rem 1.25rem;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.75), rgba(15, 23, 42, 0.9));
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.review-sheet__eyebrow[b-e8iq2jjpvl] {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    color: rgba(148, 163, 184, 0.75);
    margin-bottom: 0.35rem;
}

.review-sheet__header h3[b-e8iq2jjpvl] {
    margin: 0 0 0.5rem;
    color: rgba(248, 250, 252, 0.95);
    font-size: 1.35rem;
}

.review-sheet__intro[b-e8iq2jjpvl] {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(226, 232, 240, 0.78);
}

.review-sheet__body[b-e8iq2jjpvl] {
    padding: 1.5rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    overflow-y: auto;
}

.review-sheet__body[b-e8iq2jjpvl]::-webkit-scrollbar {
    width: 8px;
}

.review-sheet__body[b-e8iq2jjpvl]::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.18);
    border-radius: 999px;
}

.review-sheet__mode-switch[b-e8iq2jjpvl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    background: rgba(15, 23, 42, 0.5);
    padding: 0.75rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
}

.review-mode-button[b-e8iq2jjpvl] {
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    padding: 0.75rem 1.1rem;
    background: rgba(15, 23, 42, 0.72);
    color: rgba(226, 232, 240, 0.85);
    font-weight: 600;
    transition: transform 140ms ease, border-color 140ms ease, background 140ms ease;
}

.review-mode-button.is-active[b-e8iq2jjpvl] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.95), rgba(34, 211, 238, 0.75));
    border-color: rgba(14, 165, 233, 0.55);
    color: rgba(248, 250, 252, 0.95);
    box-shadow: 0 14px 30px rgba(14, 165, 233, 0.25);
}

.review-mode-button:hover[b-e8iq2jjpvl] {
    transform: translateY(-2px);
}

.review-sheet__section[b-e8iq2jjpvl] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.review-sheet .form-label[b-e8iq2jjpvl] {
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.78);
    margin-bottom: 0;
}

.review-sheet .form-control[b-e8iq2jjpvl],
.review-sheet .form-select[b-e8iq2jjpvl] {
    background: rgba(15, 23, 42, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.25);
    color: rgba(248, 250, 252, 0.92);
    border-radius: 1rem;
    padding: 0.75rem 1rem;
}

.review-sheet .form-control:focus[b-e8iq2jjpvl],
.review-sheet .form-select:focus[b-e8iq2jjpvl] {
    border-color: rgba(56, 189, 248, 0.65);
    box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.18);
}

.review-sheet__hint[b-e8iq2jjpvl] {
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.8);
}

.review-sheet__hint--warning[b-e8iq2jjpvl] {
    color: rgba(251, 191, 36, 0.9);
}

.review-sheet__simulate[b-e8iq2jjpvl] {
    margin-top: 0.5rem;
}

.review-sheet__simulate .form-check-input[b-e8iq2jjpvl] {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.review-sheet__simulate .form-check-input:checked[b-e8iq2jjpvl] {
    background-color: #38bdf8;
    border-color: #38bdf8;
}

.review-sheet__footer[b-e8iq2jjpvl] {
    padding: 1.25rem 2rem 1.75rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    background: linear-gradient(0deg, rgba(8, 11, 19, 0.95), rgba(8, 11, 19, 0.7));
    border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.review-sheet__loader[b-e8iq2jjpvl] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    background: rgba(3, 7, 18, 0.78);
    backdrop-filter: blur(6px);
    color: rgba(226, 232, 240, 0.92);
    font-weight: 600;
}

.review-dialog[b-e8iq2jjpvl] {
    position: fixed;
    inset: 0;
    z-index: 1250;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.review-dialog__backdrop[b-e8iq2jjpvl] {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 16, 0.78);
    backdrop-filter: blur(6px);
}

.review-dialog__panel[b-e8iq2jjpvl] {
    position: relative;
    width: min(420px, 100%);
    padding: 1.75rem;
    background: rgba(8, 11, 19, 0.95);
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.55);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.review-dialog__panel h3[b-e8iq2jjpvl] {
    margin: 0;
    color: rgba(248, 250, 252, 0.95);
}

.review-dialog__panel p[b-e8iq2jjpvl] {
    margin: 0;
    color: rgba(226, 232, 240, 0.82);
}

.review-dialog__actions[b-e8iq2jjpvl] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.review-dialog__status[b-e8iq2jjpvl] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.review-dialog__status-icon[b-e8iq2jjpvl] {
    font-size: 2rem;
}

.review-dialog__status-icon--success[b-e8iq2jjpvl] {
    color: #34d399;
}

.review-dialog__status-icon--error[b-e8iq2jjpvl] {
    color: #f87171;
}

.review-dialog__summary[b-e8iq2jjpvl] {
    background: rgba(15, 23, 42, 0.65);
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    padding: 1rem 1.25rem;
    color: rgba(226, 232, 240, 0.82);
}

.review-dialog__summary ul[b-e8iq2jjpvl] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.review-dialog__summary li[b-e8iq2jjpvl] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.9rem;
}

.review-dialog__summary li span:first-child[b-e8iq2jjpvl] {
    color: rgba(148, 163, 184, 0.78);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 600;
}

.review-dialog__summary li span:last-child[b-e8iq2jjpvl] {
    font-weight: 600;
    color: rgba(248, 250, 252, 0.9);
}

.review-dialog__summary p[b-e8iq2jjpvl] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .review-sheet[b-e8iq2jjpvl] {
        width: min(560px, 100%);
        max-height: 88vh;
    }

    .review-sheet__body[b-e8iq2jjpvl] {
        padding: 1.25rem 1.5rem;
    }

    .review-sheet__footer[b-e8iq2jjpvl] {
        padding: 1.1rem 1.5rem 1.5rem;
    }
}
/* _content/CineReview.Client/Views/User/MyProfile.cshtml.rz.scp.css */
.profile-page[b-9y456htstm] {
	color: #f8f9fa;
	background: linear-gradient(180deg, rgba(14, 14, 18, 0.96), rgba(10, 10, 14, 0.98));
	padding: 3rem 0 4rem;
}

.profile-page__root[b-9y456htstm] {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.profile-message[b-9y456htstm] {
	display: flex;
	justify-content: center;
}

.profile-message__card[b-9y456htstm] {
	background: rgba(26, 26, 34, 0.92);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: clamp(2.25rem, 3vw, 3rem);
	text-align: center;
	max-width: 560px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.profile-message__title[b-9y456htstm] {
	font-size: clamp(1.6rem, 3vw, 2rem);
	font-weight: 600;
}

.profile-hero[b-9y456htstm] {
	position: relative;
	background: linear-gradient(135deg, rgba(21, 21, 30, 0.9), rgba(45, 37, 72, 0.92));
	border-radius: 26px;
	padding: clamp(2rem, 2.8vw, 2.75rem);
	overflow: hidden;
	box-shadow: 0 32px 72px rgba(6, 6, 12, 0.55);
}

.profile-hero[b-9y456htstm]::after {
	content: "";
	position: absolute;
	inset: -20% 40% 20% -30%;
	background: radial-gradient(circle at top, rgba(122, 92, 255, 0.28), transparent 65%);
	pointer-events: none;
	opacity: 0.8;
}

.profile-hero__skeleton[b-9y456htstm] {
	display: grid;
	gap: 2rem;
	position: relative;
	z-index: 1;
}

.profile-hero__skeleton-avatar[b-9y456htstm] {
	width: 104px;
	height: 104px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.08);
}

.profile-hero__skeleton-lines[b-9y456htstm] {
	display: grid;
	gap: 0.75rem;
	max-width: 300px;
}

.profile-hero__skeleton-lines span[b-9y456htstm] {
	height: 16px;
	border-radius: 999px;
	display: block;
}

.profile-hero__skeleton-stats[b-9y456htstm] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 1rem;
}

.profile-hero__content[b-9y456htstm] {
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
	position: relative;
	z-index: 1;
}

.profile-identity[b-9y456htstm] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.75rem;
}

.profile-avatar[b-9y456htstm] {
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.profile-avatar__image[b-9y456htstm] {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-avatar__initials[b-9y456htstm] {
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.85);
}

.profile-identity__meta[b-9y456htstm] {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.profile-identity__header[b-9y456htstm] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
}

.profile-identity__name[b-9y456htstm] {
	font-size: clamp(1.85rem, 3vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0;
}

.profile-badge[b-9y456htstm] {
	background: rgba(126, 99, 255, 0.2);
	color: #d5cbff;
	padding: 0.3rem 0.8rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.profile-badge--danger[b-9y456htstm] {
	background: rgba(239, 71, 111, 0.2);
	color: #ff9fb5;
}

.profile-badge--warning[b-9y456htstm] {
	background: rgba(255, 193, 58, 0.24);
	color: #ffd782;
}

.profile-badge--secondary[b-9y456htstm] {
	background: rgba(173, 181, 189, 0.18);
	color: #dee2e6;
}

.profile-badge--info[b-9y456htstm] {
	background: rgba(91, 192, 235, 0.22);
	color: #9ed9ff;
}

.profile-badge--primary[b-9y456htstm] {
	background: rgba(126, 99, 255, 0.25);
	color: #cbc4ff;
}

.profile-badge--success[b-9y456htstm] {
	background: rgba(56, 196, 137, 0.22);
	color: #78f2bf;
}

.profile-status[b-9y456htstm] {
	padding: 0.28rem 0.8rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.profile-status--danger[b-9y456htstm] {
	background: rgba(239, 71, 111, 0.18);
	color: #ff9fb5;
}

.profile-identity__username[b-9y456htstm] {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
}

.profile-identity__joined[b-9y456htstm] {
	font-size: 0.95rem;
}

.profile-stats[b-9y456htstm] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1.35rem;
}

.profile-stat[b-9y456htstm] {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1.2rem 1.4rem;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.profile-stat__value[b-9y456htstm] {
	font-size: 1.55rem;
	font-weight: 600;
	color: #ffffff;
}

.profile-stat__label[b-9y456htstm] {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.62);
}

.profile-section[b-9y456htstm] {
	background: rgba(20, 20, 28, 0.92);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: clamp(2rem, 3vw, 2.75rem);
	box-shadow: 0 24px 64px rgba(5, 5, 12, 0.45);
}

.profile-section__header[b-9y456htstm] {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1.5rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.profile-section__title[b-9y456htstm] {
	font-size: 1.5rem;
	font-weight: 600;
}

.profile-section__meta[b-9y456htstm] {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.85rem;
}

.profile-reviews__skeleton[b-9y456htstm],
.profile-reviews__grid[b-9y456htstm] {
	display: grid;
	/* Force a single column so reviews always stack vertically */
	grid-template-columns: 1fr;
	gap: 1.75rem;
}

.profile-review-skeleton[b-9y456htstm] {
	height: 220px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	overflow: hidden;
}

.shimmer[b-9y456htstm] {
	position: relative;
	display: block;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.shimmer[b-9y456htstm]::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.35) 40%, transparent 80%);
	animation: shimmer-scan-b-9y456htstm 1.6s infinite;
}

.profile-section__empty[b-9y456htstm] {
	text-align: center;
	padding: 3rem 1.5rem;
	background: rgba(255, 255, 255, 0.04);
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-review-card[b-9y456htstm] {
	background: rgba(24, 24, 34, 0.92);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	display: grid;
	grid-template-columns: 140px 1fr;
	min-height: 220px;
	position: relative;
}

.profile-review-card__poster[b-9y456htstm] {
	background: rgba(255, 255, 255, 0.05);
	position: relative;
	aspect-ratio: 2 / 3;
	width: 140px;
	box-sizing: border-box; /* ensure padding included in width */
	padding: 0.5rem; /* add internal spacing so poster doesn't touch edges */
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-review-card__poster img[b-9y456htstm] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px; /* round the poster inside the padded container */
}

.profile-review-card__poster-fallback[b-9y456htstm] {
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.6);
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.profile-review-card__poster-fallback[b-9y456htstm] {
	display: grid;
	place-items: center;
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.6);
	height: 100%;
}

.profile-review-card__body[b-9y456htstm] {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

/* Ensure badge on the right doesn't cover card content */
.profile-review-card__body[b-9y456htstm] {
	padding-right: 4.5rem; /* space for the absolute status badge */
}

.profile-review-card__header[b-9y456htstm] {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
}

.profile-review-card__title[b-9y456htstm] {
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.profile-review-card__meta[b-9y456htstm] {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.65);
}

.profile-review-card__status[b-9y456htstm] {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem; /* moved to the right side */
	left: auto;
	z-index: 10;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	background: rgba(126, 99, 255, 0.16);
	color: #d5cbff;
	white-space: nowrap;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(8px);
}

.profile-review-card__status--released[b-9y456htstm] {
	background: rgba(56, 196, 137, 0.22);
	color: #7bf4c5;
}

.profile-review-card__status--pending[b-9y456htstm] {
	background: rgba(255, 193, 58, 0.22);
	color: #ffd782;
}

.profile-review-card__status--deleted[b-9y456htstm] {
	background: rgba(239, 71, 111, 0.22);
	color: #ff9fb5;
}

.profile-review-card__excerpt[b-9y456htstm] {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.6;
	margin: 0;
}

.profile-review-card__tags[b-9y456htstm] {
	display: block;
}

.profile-review-card__tags-container[b-9y456htstm] {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 12px;
	padding: 0.85rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.85rem;
}

.profile-review-card__tag-metric[b-9y456htstm] {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

@media (max-width: 768px) {
	.profile-review-card__tags-container[b-9y456htstm] {
		grid-template-columns: 1fr;
	}
}

.profile-review-card__tag-header[b-9y456htstm] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
}

.profile-review-card__tag-name[b-9y456htstm] {
	font-size: 0.95rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
}

.profile-review-card__tag-name i[b-9y456htstm] {
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.85rem;
}

.profile-review-card__tag-score[b-9y456htstm] {
	font-size: 0.9rem;
	font-weight: 700;
	color: #fbbf24;
	background: rgba(251, 191, 36, 0.12);
	padding: 0.25rem 0.65rem;
	border-radius: 8px;
	border: 1px solid rgba(251, 191, 36, 0.15);
	flex-shrink: 0;
	white-space: nowrap;
}

.profile-review-card__tag-bar[b-9y456htstm] {
	width: 100%;
}

.profile-review-card__tag-bar .rating-bar[b-9y456htstm] {
	height: 8px;
}

.profile-review-card__footer[b-9y456htstm] {
	margin-top: auto;
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.65);
}

/* Limit excerpt height and add ellipsis for long reviews */
.profile-review-card__excerpt[b-9y456htstm] {
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5; /* show up to 5 lines */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Tighter spacing and visual balance for the card */
.profile-review-card[b-9y456htstm] {
	gap: 1rem;
}

@media (max-width: 768px) {
	.profile-review-card[b-9y456htstm] {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.profile-review-card__poster[b-9y456htstm] {
		height: 200px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.profile-review-card__body[b-9y456htstm] {
		padding-top: 1rem;
	}
}

/* Rating bar styles used by profile-page.js */
.rating-bar[b-9y456htstm] {
	display: flex;
	gap: 0.4rem;
	align-items: center;
	width: 100%;
}

.rating-bar__cell[b-9y456htstm] {
	flex: 1 1 0;
	height: 8px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.rating-bar__cell--filled[b-9y456htstm] {
	background: rgba(255, 215, 74, 0.95);
}

.rating-bar__fill[b-9y456htstm] {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #ffd782, #ffcf49);
}

.profile-review-card__rating[b-9y456htstm] {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #ffd782;
	font-weight: 600;
}

.profile-review-card__timestamp[b-9y456htstm] {
	color: rgba(255, 255, 255, 0.58);
}

.profile-pagination[b-9y456htstm] {
	margin-top: 2rem;
}

.profile-overview[b-9y456htstm] {
	background: rgba(23, 23, 32, 0.92);
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: clamp(2rem, 2.8vw, 2.6rem);
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.profile-overview__skeleton[b-9y456htstm] {
	display: grid;
	gap: 0.8rem;
	max-width: 320px;
}

.profile-overview__skeleton span[b-9y456htstm] {
	height: 15px;
	border-radius: 999px;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.profile-overview__grid[b-9y456htstm] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 1.25rem;
}

.profile-overview__item[b-9y456htstm] {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 1rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.profile-overview__label[b-9y456htstm] {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.68);
}

.profile-overview__value[b-9y456htstm] {
	font-size: 1.35rem;
	font-weight: 600;
	color: #ffffff;
}

@keyframes shimmer-scan-b-9y456htstm {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

@media (max-width: 992px) {
	.profile-review-card[b-9y456htstm] {
		grid-template-columns: 1fr;
	}

	.profile-review-card__poster[b-9y456htstm] {
		height: 220px;
	}
}

@media (max-width: 768px) {
	.profile-hero[b-9y456htstm] {
		padding: 2rem;
	}

	.profile-stats[b-9y456htstm] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 576px) {
	.profile-page[b-9y456htstm] {
		padding: 2.25rem 0 3rem;
	}

	.profile-hero[b-9y456htstm] {
		padding: 1.8rem;
	}

	.profile-avatar[b-9y456htstm] {
		width: 88px;
		height: 88px;
		border-radius: 50%;
	}

	.profile-section[b-9y456htstm] {
		padding: 1.75rem;
	}

	.profile-review-card__body[b-9y456htstm] {
		padding: 1.25rem;
	}

	/* remove large right padding on very small screens to avoid cramped layout */
	.profile-review-card__body[b-9y456htstm] {
		padding-right: 1.25rem;
	}

	.profile-review-card__status[b-9y456htstm] {
		top: 0.5rem;
		left: 0.5rem;
		font-size: 0.75rem;
		padding: 0.3rem 0.7rem;
	}
}
/* _content/CineReview.Client/Views/User/Profile.cshtml.rz.scp.css */
.profile-page[b-mblvadm2he] {
    color: #f8f9fa;
    background: linear-gradient(180deg, rgba(14, 14, 18, 0.96), rgba(10, 10, 14, 0.98));
    padding: 3rem 0 4rem;
}

.profile-page__root[b-mblvadm2he] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.profile-message[b-mblvadm2he] {
    display: flex;
    justify-content: center;
}

.profile-message__card[b-mblvadm2he] {
    background: rgba(26, 26, 34, 0.92);
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(2.25rem, 3vw, 3rem);
    text-align: center;
    max-width: 560px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.profile-message__title[b-mblvadm2he] {
    font-size: clamp(1.6rem, 3vw, 2rem);
    font-weight: 600;
}

.profile-hero[b-mblvadm2he] {
    position: relative;
    background: linear-gradient(135deg, rgba(21, 21, 30, 0.9), rgba(45, 37, 72, 0.92));
    border-radius: 26px;
    padding: clamp(2rem, 2.8vw, 2.75rem);
    overflow: hidden;
    box-shadow: 0 32px 72px rgba(6, 6, 12, 0.55);
}

.profile-hero[b-mblvadm2he]::after {
    content: "";
    position: absolute;
    inset: -20% 40% 20% -30%;
    background: radial-gradient(circle at top, rgba(122, 92, 255, 0.28), transparent 65%);
    pointer-events: none;
    opacity: 0.8;
}

.profile-hero__skeleton[b-mblvadm2he] {
    display: grid;
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.profile-hero__skeleton-avatar[b-mblvadm2he] {
    width: 104px;
    height: 104px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
}

.profile-hero__skeleton-lines[b-mblvadm2he] {
    display: grid;
    gap: 0.75rem;
    max-width: 300px;
}

.profile-hero__skeleton-lines span[b-mblvadm2he] {
    height: 16px;
    border-radius: 999px;
    display: block;
}

.profile-hero__skeleton-stats[b-mblvadm2he] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
}

.profile-hero__content[b-mblvadm2he] {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    position: relative;
    z-index: 1;
}

.profile-identity[b-mblvadm2he] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.75rem;
}

.profile-avatar[b-mblvadm2he] {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.profile-avatar__image[b-mblvadm2he] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar__initials[b-mblvadm2he] {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.85);
}

.profile-identity__meta[b-mblvadm2he] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.profile-identity__header[b-mblvadm2he] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
}

.profile-identity__name[b-mblvadm2he] {
    font-size: clamp(1.85rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0;
}

.profile-badge[b-mblvadm2he] {
    background: rgba(126, 99, 255, 0.2);
    color: #d5cbff;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.profile-badge--danger[b-mblvadm2he] {
    background: rgba(239, 71, 111, 0.2);
    color: #ff9fb5;
}

.profile-badge--warning[b-mblvadm2he] {
    background: rgba(255, 193, 58, 0.24);
    color: #ffd782;
}

.profile-badge--secondary[b-mblvadm2he] {
    background: rgba(173, 181, 189, 0.18);
    color: #dee2e6;
}

.profile-badge--info[b-mblvadm2he] {
    background: rgba(91, 192, 235, 0.22);
    color: #9ed9ff;
}

.profile-badge--primary[b-mblvadm2he] {
    background: rgba(126, 99, 255, 0.25);
    color: #cbc4ff;
}

.profile-badge--success[b-mblvadm2he] {
    background: rgba(56, 196, 137, 0.22);
    color: #78f2bf;
}

.profile-status[b-mblvadm2he] {
    padding: 0.28rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.profile-status--danger[b-mblvadm2he] {
    background: rgba(239, 71, 111, 0.18);
    color: #ff9fb5;
}

.profile-identity__username[b-mblvadm2he] {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
}

.profile-identity__joined[b-mblvadm2he] {
    font-size: 0.95rem;
}

.profile-stats[b-mblvadm2he] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.35rem;
}

.profile-stat[b-mblvadm2he] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.2rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.profile-stat__value[b-mblvadm2he] {
    font-size: 1.55rem;
    font-weight: 600;
    color: #ffffff;
}

.profile-stat__label[b-mblvadm2he] {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.62);
}

.profile-section[b-mblvadm2he] {
    background: rgba(20, 20, 28, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: clamp(2rem, 3vw, 2.75rem);
    box-shadow: 0 24px 64px rgba(5, 5, 12, 0.45);
}

.profile-section__header[b-mblvadm2he] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.profile-section__title[b-mblvadm2he] {
    font-size: 1.5rem;
    font-weight: 600;
}

.profile-section__meta[b-mblvadm2he] {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.85rem;
}

.profile-reviews__skeleton[b-mblvadm2he],
.profile-reviews__grid[b-mblvadm2he] {
    display: grid;
    /* Force a single column so reviews always stack vertically */
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

.profile-review-skeleton[b-mblvadm2he] {
    height: 220px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.shimmer[b-mblvadm2he] {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.shimmer[b-mblvadm2he]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.35) 40%, transparent 80%);
    animation: shimmer-scan-b-mblvadm2he 1.6s infinite;
}

.profile-section__empty[b-mblvadm2he] {
    text-align: center;
    padding: 3rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-review-card[b-mblvadm2he] {
    background: rgba(24, 24, 34, 0.92);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 220px;
    position: relative;
}

.profile-review-card__poster[b-mblvadm2he] {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    aspect-ratio: 2 / 3;
    width: 140px;
    box-sizing: border-box; /* ensure padding included in width */
    padding: 0.5rem; /* add internal spacing so poster doesn't touch edges */
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-review-card__poster img[b-mblvadm2he] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px; /* round the poster inside the padded container */
}

.profile-review-card__poster-fallback[b-mblvadm2he] {
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.profile-review-card__poster-fallback[b-mblvadm2he] {
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.6);
    height: 100%;
}

.profile-review-card__body[b-mblvadm2he] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

/* Ensure badge on the right doesn't cover card content */
.profile-review-card__body[b-mblvadm2he] {
    padding-right: 4.5rem; /* space for the absolute status badge */
}

.profile-review-card__header[b-mblvadm2he] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.profile-review-card__title[b-mblvadm2he] {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.profile-review-card__meta[b-mblvadm2he] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
}

.profile-review-card__status[b-mblvadm2he] {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem; /* moved to the right side */
    left: auto;
    z-index: 10;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    background: rgba(126, 99, 255, 0.16);
    color: #d5cbff;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
}

.profile-review-card__status--released[b-mblvadm2he] {
    background: rgba(56, 196, 137, 0.22);
    color: #7bf4c5;
}

.profile-review-card__status--pending[b-mblvadm2he] {
    background: rgba(255, 193, 58, 0.22);
    color: #ffd782;
}

.profile-review-card__status--deleted[b-mblvadm2he] {
    background: rgba(239, 71, 111, 0.22);
    color: #ff9fb5;
}

.profile-review-card__excerpt[b-mblvadm2he] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.6;
    margin: 0;
}

.profile-review-card__tags[b-mblvadm2he] {
    display: block;
}

.profile-review-card__tags-container[b-mblvadm2he] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 0.85rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.profile-review-card__tag-metric[b-mblvadm2he] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .profile-review-card__tags-container[b-mblvadm2he] {
        grid-template-columns: 1fr;
    }
}

.profile-review-card__tag-header[b-mblvadm2he] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.profile-review-card__tag-name[b-mblvadm2he] {
    font-size: 0.95rem;
    font-weight: 0.500;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
}

.profile-review-card__tag-name i[b-mblvadm2he] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
}

.profile-review-card__tag-score[b-mblvadm2he] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fbbf24;
    background: rgba(251, 191, 36, 0.12);
    padding: 0.25rem 0.65rem;
    border-radius: 8px;
    border: 1px solid rgba(251, 191, 36, 0.15);
    flex-shrink: 0;
    white-space: nowrap;
}

.profile-review-card__tag-bar[b-mblvadm2he] {
    width: 100%;
}

.profile-review-card__tag-bar .rating-bar[b-mblvadm2he] {
    height: 8px;
}

.profile-review-card__footer[b-mblvadm2he] {
    margin-top: auto;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.65);
}

/* Limit excerpt height and add ellipsis for long reviews */
.profile-review-card__excerpt[b-mblvadm2he] {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5; /* show up to 5 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tighter spacing and visual balance for the card */
.profile-review-card[b-mblvadm2he] {
    gap: 1rem;
}

@media (max-width: 768px) {
    .profile-review-card[b-mblvadm2he] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .profile-review-card__poster[b-mblvadm2he] {
        height: 200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .profile-review-card__body[b-mblvadm2he] {
        padding-top: 1rem;
    }
}

/* Rating bar styles used by profile-page.js */
.rating-bar[b-mblvadm2he] {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    width: 100%;
}

.rating-bar__cell[b-mblvadm2he] {
    flex: 1 1 0;
    height: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.rating-bar__cell--filled[b-mblvadm2he] {
    background: rgba(255, 215, 74, 0.95);
}

.rating-bar__fill[b-mblvadm2he] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, #ffd782, #ffcf49);
}

.profile-review-card__rating[b-mblvadm2he] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #ffd782;
    font-weight: 600;
}

.profile-review-card__timestamp[b-mblvadm2he] {
    color: rgba(255, 255, 255, 0.58);
}

.profile-pagination[b-mblvadm2he] {
    margin-top: 2rem;
}

.profile-overview[b-mblvadm2he] {
    background: rgba(23, 23, 32, 0.92);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(2rem, 2.8vw, 2.6rem);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.profile-overview__skeleton[b-mblvadm2he] {
    display: grid;
    gap: 0.8rem;
    max-width: 320px;
}

.profile-overview__skeleton span[b-mblvadm2he] {
    height: 15px;
    border-radius: 999px;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.profile-overview__grid[b-mblvadm2he] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.25rem;
}

.profile-overview__item[b-mblvadm2he] {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.profile-overview__label[b-mblvadm2he] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.68);
}

.profile-overview__value[b-mblvadm2he] {
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
}

@keyframes shimmer-scan-b-mblvadm2he {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 992px) {
    .profile-review-card[b-mblvadm2he] {
        grid-template-columns: 1fr;
    }

    .profile-review-card__poster[b-mblvadm2he] {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .profile-hero[b-mblvadm2he] {
        padding: 2rem;
    }

    .profile-stats[b-mblvadm2he] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .profile-page[b-mblvadm2he] {
        padding: 2.25rem 0 3rem;
    }

    .profile-hero[b-mblvadm2he] {
        padding: 1.8rem;
    }

    .profile-avatar[b-mblvadm2he] {
        width: 88px;
        height: 88px;
        border-radius: 50%;
    }

    .profile-section[b-mblvadm2he] {
        padding: 1.75rem;
    }

    .profile-review-card__body[b-mblvadm2he] {
        padding: 1.25rem;
    }

    /* remove large right padding on very small screens to avoid cramped layout */
    .profile-review-card__body[b-mblvadm2he] {
        padding-right: 1.25rem;
    }

    .profile-review-card__status[b-mblvadm2he] {
        top: 0.5rem;
        left: 0.5rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.7rem;
    }
}
