/* ==================================================================
 * LikeFilm route bundle: Archives and character directories
 *
 * Routes:
 *   /film/ and /film/pageN/
 *   /character/ and /character/*
 *   /citaty/{theme}/ (localized quote-list route)
 *
 * Extracted from UnityMovie-2.2(52).css. Shared movie cards, generic
 * list wrappers, pagination, header, footer and lfv2 foundations remain
 * in u.css. Legacy /series/ and /top/ currently have no isolated CSS
 * namespace and therefore remain on shared styles until their redesign.
 * ================================================================== */

.uiPersonAvatar { width:100%; text-align:center; }
.uiPersonAvatar .uiPersonAvatarPrettyMin a { display:block; border-radius: 50%;width:70px;height:70px; margin:0 auto 20px auto; border:2px solid var(--imdb-border); background-size:cover; }
.uiPersonAvatar .uiPersonAvatarPretty a { display:block; border-radius: 50%;width:140px;height:140px; margin:0 auto 20px auto; border:2px solid var(--imdb-border); background-size:cover; }
.uiPersonAvatar .uiPersonAvatarPrettyMin a:hover {
						transition: all 0.3s ease-in-out 0s;
						z-index: 9;
						position: relative;
						-webkit-box-shadow:0 0 0 3px var(--imdb-gold);box-shadow:0 0 0 3px var(--imdb-gold)
					}

					.uiPersonAvatar .uiPersonAvatarPretty a:hover {
						transition: all 0.3s ease-in-out 0s;
						z-index: 9;
						position: relative;
						-webkit-box-shadow:0 0 0 6px var(--imdb-gold);box-shadow:0 0 0 6px var(--imdb-gold)
					}
					.uiPersonName { width:100%; text-align:center; font-size:1.15em; font-weight:700; color:var(--imdb-text); }
					.uiPersonOriginal { width:100%; text-align:center; font-size:0.8em; color:var(--imdb-muted); }

/* ==================================================================
 * LikeFilm Quote Lists V3 — /citaty/{theme}/
 * Тематические подборки цитат. Рекламная разметка и рекламные
 * контейнеры намеренно не переопределяются.
 * ================================================================== */
.qlv3-page {
    --qlv3-bg: #070c14;
    --qlv3-surface: #0d1723;
    --qlv3-surface-2: #111e2d;
    --qlv3-surface-3: #172638;
    --qlv3-border: rgba(255,255,255,.085);
    --qlv3-border-strong: rgba(255,255,255,.145);
    --qlv3-text: #f4f7fb;
    --qlv3-secondary: #b4c0ce;
    --qlv3-muted: #8392a5;
    --qlv3-accent: #f5c518;
    --qlv3-accent-hover: #ffd43b;
    overflow: visible;
    background: var(--qlv3-bg);
}

.qlv3-page *,
.qlv3-page *::before,
.qlv3-page *::after {
    box-sizing: border-box;
}

.qlv3-hero {
    position: relative;
    isolation: isolate;
    min-height: 330px;
    margin: -20px -20px 0;
    padding: 42px 56px 46px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(123,158,199,.17);
    border-radius: 0 0 22px 22px;
    background:
        radial-gradient(circle at 77% 24%, rgba(52,87,126,.28), transparent 31%),
        radial-gradient(circle at 91% 92%, rgba(245,197,24,.075), transparent 28%),
        linear-gradient(118deg, #07101b 0%, #0b1725 48%, #101d2b 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 22px 58px rgba(0,0,0,.23);
}

.qlv3-hero::before,
.qlv3-hero::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.qlv3-hero::before {
    z-index: -1;
    inset: 0;
    opacity: .26;
    background-image: repeating-linear-gradient(118deg, transparent 0, transparent 70px, rgba(255,255,255,.022) 71px, transparent 72px);
}

.qlv3-hero::after {
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(5,11,19,.98) 0%, rgba(5,11,19,.84) 52%, rgba(5,11,19,.15) 100%);
}

.qlv3-hero__copy {
    position: relative;
    z-index: 3;
    width: min(67%, 760px);
}

.qlv3-breadcrumbs {
    margin: 0 0 25px;
}

.qlv3-kicker {
    margin: 0 0 8px;
    color: var(--qlv3-accent);
    font-size: .74rem;
    line-height: 1.3;
    font-weight: 850;
    letter-spacing: .065em;
    text-transform: uppercase;
}

.qlv3-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--qlv3-text);
    font-size: clamp(2.55rem, 5vw, 4.45rem);
    line-height: .99;
    letter-spacing: -.048em;
    text-wrap: balance;
}

.qlv3-hero__copy > p {
    max-width: 670px;
    margin: 21px 0 0;
    color: #c0cad6;
    font-size: 1.04rem;
    line-height: 1.7;
}

.qlv3-hero__meta {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.qlv3-hero__meta span {
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--qlv3-border-strong);
    border-radius: 11px;
    color: #d5dde7;
    background: rgba(5,12,20,.55);
    font-size: .82rem;
    font-weight: 760;
    backdrop-filter: blur(9px);
}

.qlv3-hero__meta i {
    color: var(--qlv3-accent);
}

.qlv3-hero__posters {
    position: absolute;
    z-index: 2;
    right: 66px;
    top: 50%;
    width: 390px;
    height: 270px;
    transform: translateY(-49%);
}

.qlv3-hero__poster {
    position: absolute;
    width: 160px;
    height: 228px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 15px;
    background: #111b28;
    box-shadow: 0 25px 46px rgba(0,0,0,.48);
}

.qlv3-hero__poster img {
    width: 160px !important;
    height: 228px !important;
    display: block;
    object-fit: cover;
}

.qlv3-hero__poster--1 {
    left: 12px;
    top: 22px;
    z-index: 1;
    transform: rotate(-9deg) scale(.92);
    opacity: .78;
}

.qlv3-hero__poster--2 {
    left: 112px;
    top: 5px;
    z-index: 2;
    transform: rotate(4deg) scale(.96);
    opacity: .9;
}

.qlv3-hero__poster--3 {
    left: 220px;
    top: 34px;
    z-index: 3;
    transform: rotate(9deg);
}

.qlv3-list-shell {
    padding: 42px 0 60px;
}

.qlv3-list-head {
    margin-bottom: 20px;
}

.qlv3-list-head h2 {
    margin: 0;
    color: var(--qlv3-text);
    font-size: clamp(2rem, 4vw, 3.05rem);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.qlv3-list-head p {
    max-width: 760px;
    margin: 10px 0 0;
    color: var(--qlv3-muted);
    font-size: .96rem;
    line-height: 1.65;
}

.qlv3-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 17px;
    padding: 8px;
    border: 1px solid var(--qlv3-border);
    border-radius: 15px;
    background: rgba(8,16,26,.94);
    box-shadow: 0 15px 38px rgba(0,0,0,.20);
}

.qlv3-toolbar__filters {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qlv3-filter {
    min-height: 40px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #aab6c6;
    background: transparent;
    font-size: .83rem;
    font-weight: 790;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.qlv3-filter:hover,
.qlv3-filter:focus-visible {
    color: #fff;
    background: rgba(255,255,255,.055);
}

.qlv3-page button.qlv3-filter.is-active,
.qlv3-page button.qlv3-filter[aria-pressed="true"] {
    color: var(--qlv3-accent) !important;
    -webkit-text-fill-color: var(--qlv3-accent) !important;
    border-color: rgba(245,197,24,.56) !important;
    background: rgba(245,197,24,.105) !important;
    box-shadow: inset 0 0 0 1px rgba(245,197,24,.055), 0 8px 20px rgba(245,197,24,.08);
    opacity: 1 !important;
    filter: none !important;
}

.qlv3-toolbar__status {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-left: 1px solid var(--qlv3-border);
    color: var(--qlv3-muted);
    font-size: .76rem;
    white-space: nowrap;
}

.qlv3-toolbar__status strong {
    color: var(--qlv3-text);
    font-size: .9rem;
}

.qlv3-list {
    display: grid;
    gap: 16px;
}

.qlv3-card {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    padding: 22px 24px 22px 22px;
    overflow: hidden;
    border: 1px solid var(--qlv3-border);
    border-radius: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(245,197,24,.045), transparent 25%),
        linear-gradient(145deg, var(--qlv3-surface-2), var(--qlv3-surface));
    box-shadow: 0 15px 35px rgba(0,0,0,.19);
    transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.qlv3-card:hover {
    border-color: rgba(255,255,255,.15);
    transform: translateY(-2px);
    box-shadow: 0 20px 42px rgba(0,0,0,.26);
}

.qlv3-card[hidden] {
    display: none !important;
}

.qlv3-card__number {
    position: absolute;
    top: 14px;
    right: 16px;
    color: rgba(210,221,233,.42);
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .04em;
}

.qlv3-page .qlv3-card__film,
.qlv3-page a.qlv3-card__film,
.qlv3-page a.qlv3-card__film:link,
.qlv3-page a.qlv3-card__film:visited {
    align-self: start;
    min-width: 0;
    display: grid;
    gap: 9px;
    color: var(--qlv3-text);
    text-align: center;
    text-decoration: none;
}

.qlv3-card__film img {
    width: 112px !important;
    height: 159px !important;
    display: block;
    border: 1px solid var(--qlv3-border-strong);
    border-radius: 11px;
    object-fit: cover;
    background: #131d29;
    box-shadow: 0 12px 24px rgba(0,0,0,.28);
}

.qlv3-card__film-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.qlv3-card__film strong {
    overflow: hidden;
    color: #e9eef5;
    font-size: .81rem;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.qlv3-card__film small {
    color: var(--qlv3-muted);
    font-size: .7rem;
}

.qlv3-page a.qlv3-card__film:hover strong,
.qlv3-page a.qlv3-card__film:focus-visible strong {
    color: var(--qlv3-accent);
}

.qlv3-card__content {
    min-width: 0;
    padding: 6px 8px 0 0;
}

.qlv3-card__quote-mark {
    height: 27px;
    display: block;
    color: var(--qlv3-accent);
    font-family: Georgia, serif;
    font-size: 3.15rem;
    line-height: .85;
    opacity: .92;
}

.qlv3-card__text-wrap {
    position: relative;
    margin-top: 11px;
}

.qlv3-card__text-wrap.is-collapsed {
    max-height: 15.2em;
    overflow: hidden;
}

.qlv3-card__text-wrap.is-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5.4em;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(13,23,35,0), rgba(13,23,35,.95) 78%, rgba(13,23,35,1));
}

.qlv3-card__text-wrap.is-expanded {
    max-height: none;
    overflow: visible;
}

.qlv3-card__text-wrap.is-expanded::after {
    display: none;
}

.qlv3-card__text {
    margin: 0;
    padding: 0;
    border: 0;
    color: #e6ebf2;
    font-size: 1.04rem;
    line-height: 1.67;
    font-style: normal;
    overflow-wrap: anywhere;
}

.qlv3-expand {
    min-height: 35px;
    margin: 12px 0 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 0;
    color: var(--qlv3-accent);
    background: transparent;
    font-size: .78rem;
    font-weight: 820;
    cursor: pointer;
}

.qlv3-expand:hover,
.qlv3-expand:focus-visible {
    color: var(--qlv3-accent-hover);
}

.qlv3-expand[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.qlv3-card__tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}

.qlv3-page .qlv3-tag,
.qlv3-page a.qlv3-tag,
.qlv3-page a.qlv3-tag:link,
.qlv3-page a.qlv3-tag:visited {
    min-height: 30px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    color: #aebbc9;
    background: rgba(255,255,255,.028);
    font-size: .72rem;
    font-weight: 720;
    text-decoration: none;
}

.qlv3-page a.qlv3-tag:hover,
.qlv3-page a.qlv3-tag:focus-visible {
    color: var(--qlv3-accent);
    border-color: rgba(245,197,24,.52);
    background: rgba(245,197,24,.07);
}

.qlv3-card__footer {
    margin-top: 18px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,.065);
}

.qlv3-relevance {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.qlv3-relevance__value {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(245,197,24,.20);
    border-radius: 10px;
    color: var(--qlv3-accent);
    background: rgba(245,197,24,.055);
}

.qlv3-relevance__value i {
    font-size: .81rem;
}

.qlv3-relevance__value strong {
    color: var(--qlv3-text);
    font-size: .84rem;
}

.qlv3-relevance__value--empty {
    border-color: var(--qlv3-border);
    color: var(--qlv3-muted);
    background: rgba(255,255,255,.02);
}

.qlv3-relevance small {
    color: var(--qlv3-muted);
    font-size: .7rem;
    line-height: 1.35;
}

.qlv3-votes {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.qlv3-vote {
    min-height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 10px;
    font-size: .76rem;
    font-weight: 800;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.qlv3-vote--yes {
    border: 1px solid rgba(245,197,24,.43);
    color: var(--qlv3-accent);
    background: rgba(245,197,24,.045);
}

.qlv3-vote--yes:hover,
.qlv3-vote--yes:focus-visible {
    color: #101722;
    border-color: var(--qlv3-accent);
    background: var(--qlv3-accent);
}

.qlv3-vote--no {
    border: 1px solid var(--qlv3-border-strong);
    color: #a9b5c4;
    background: rgba(255,255,255,.025);
}

.qlv3-vote--no:hover,
.qlv3-vote--no:focus-visible {
    color: #fff;
    border-color: rgba(255,255,255,.24);
    background: rgba(255,255,255,.07);
}

.qlv3-votes > b {
    min-height: 38px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(87,194,106,.30);
    border-radius: 10px;
    color: #79d78c;
    background: rgba(87,194,106,.075);
    font-size: .77rem;
}

.qlv3-more-wrap {
    min-height: 1px;
    margin-top: 24px;
    display: flex;
    justify-content: center;
}

.qlv3-more {
    min-width: 230px;
    min-height: 48px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(245,197,24,.42);
    border-radius: 13px;
    color: var(--qlv3-accent);
    background: rgba(245,197,24,.055);
    font-size: .86rem;
    font-weight: 850;
    cursor: pointer;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.qlv3-more small {
    min-width: 28px;
    min-height: 24px;
    padding: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #101722;
    background: var(--qlv3-accent);
    font-size: .68rem;
}

.qlv3-more:hover,
.qlv3-more:focus-visible {
    color: #101722;
    border-color: var(--qlv3-accent);
    background: var(--qlv3-accent);
    transform: translateY(-1px);
}

.qlv3-more:hover small,
.qlv3-more:focus-visible small {
    background: #101722;
    color: var(--qlv3-accent);
}

.qlv3-more:disabled {
    pointer-events: none;
    opacity: .58;
    transform: none;
}

.qlv3-more.is-loading i {
    animation: qlv3MoreSpin .72s linear infinite;
}

@keyframes qlv3MoreSpin {
    to { transform: rotate(360deg); }
}

.qlv3-empty {
    margin: 18px 0 0;
    padding: 42px 22px;
    border: 1px dashed var(--qlv3-border-strong);
    border-radius: 18px;
    text-align: center;
    background: rgba(255,255,255,.018);
}

.qlv3-empty[hidden] {
    display: none !important;
}

.qlv3-empty > span {
    width: 50px;
    height: 50px;
    margin: 0 auto 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--qlv3-accent);
    background: rgba(245,197,24,.08);
}

.qlv3-empty h3 {
    margin: 0 0 7px;
    color: var(--qlv3-text);
    font-size: 1.13rem;
}

.qlv3-empty p {
    margin: 0;
    color: var(--qlv3-muted);
}

html.lfv2-active.light-theme .qlv3-page {
    --qlv3-bg: #f4f7fb;
    --qlv3-surface: #ffffff;
    --qlv3-surface-2: #f8fafc;
    --qlv3-surface-3: #e9eef5;
    --qlv3-border: rgba(15,23,42,.10);
    --qlv3-border-strong: rgba(15,23,42,.16);
    --qlv3-text: #152033;
    --qlv3-secondary: #4e5c70;
    --qlv3-muted: #718096;
}

html.lfv2-active.light-theme .qlv3-hero {
    background:
        radial-gradient(circle at 78% 20%, rgba(52,87,126,.15), transparent 31%),
        radial-gradient(circle at 91% 92%, rgba(245,197,24,.10), transparent 28%),
        linear-gradient(118deg, #f9fbfd 0%, #eef3f8 52%, #e8eef5 100%);
    box-shadow: 0 20px 52px rgba(38,54,76,.11);
}

html.lfv2-active.light-theme .qlv3-hero::after {
    background: linear-gradient(90deg, rgba(248,251,254,.98) 0%, rgba(248,251,254,.90) 54%, rgba(248,251,254,.22) 100%);
}

html.lfv2-active.light-theme .qlv3-hero h1,
html.lfv2-active.light-theme .qlv3-list-head h2 {
    color: #132033;
}

html.lfv2-active.light-theme .qlv3-hero__copy > p {
    color: #536277;
}

html.lfv2-active.light-theme .qlv3-hero__meta span,
html.lfv2-active.light-theme .qlv3-toolbar {
    background: rgba(255,255,255,.82);
}

html.lfv2-active.light-theme .qlv3-card {
    background: linear-gradient(145deg, #fff, #f7f9fc);
    box-shadow: 0 14px 34px rgba(30,45,70,.085);
}

html.lfv2-active.light-theme .qlv3-card__text {
    color: #27364a;
}

html.lfv2-active.light-theme .qlv3-card__text-wrap.is-collapsed::after {
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(248,250,252,.96) 78%, #f8fafc);
}

html.lfv2-active.light-theme .qlv3-vote--no,
html.lfv2-active.light-theme .qlv3-tag,
html.lfv2-active.light-theme .qlv3-relevance__value--empty {
    background: rgba(15,23,42,.025);
}

@media (max-width: 1060px) {
    .qlv3-hero__copy {
        width: 66%;
    }

    .qlv3-hero__posters {
        right: 16px;
        transform: translateY(-49%) scale(.88);
        transform-origin: right center;
    }}

@media (max-width: 820px) {
    .qlv3-hero {
        min-height: 305px;
        padding: 34px 34px 38px;
    }

    .qlv3-hero__copy {
        width: 76%;
    }

    .qlv3-hero__posters {
        right: -82px;
        opacity: .55;
        transform: translateY(-49%) scale(.76);
    }

    .qlv3-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .qlv3-votes {
        width: 100%;
        justify-content: flex-start;
    }}

@media (max-width: 650px) {
    .qlv3-hero {
        min-height: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding: 28px 22px 32px;
        border-radius: 0 0 18px 18px;
    }

    .qlv3-hero__copy {
        width: 100%;
    }

    .qlv3-hero__posters {
        display: none;
    }

    .qlv3-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
    }

    .qlv3-hero__copy > p {
        font-size: .94rem;
    }

    .qlv3-list-shell {
        padding-top: 32px;
    }

    .qlv3-toolbar {
        align-items: stretch;
        flex-direction: column;
        gap: 5px;
    }

    .qlv3-toolbar__status {
        min-height: 30px;
        justify-content: flex-end;
        border-top: 1px solid var(--qlv3-border);
        border-left: 0;
    }

    .qlv3-card {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 16px;
        padding: 18px;
    }

    .qlv3-card__film img {
        width: 84px !important;
        height: 119px !important;
    }

    .qlv3-card__content {
        padding-right: 0;
    }

    .qlv3-card__text {
        font-size: .96rem;
    }

    .qlv3-relevance {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }}

@media (max-width: 480px) {
    .qlv3-breadcrumbs {
        margin-bottom: 19px;
    }

    .qlv3-hero__meta span {
        min-height: 34px;
        padding: 0 10px;
        font-size: .75rem;
    }

    .qlv3-card {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 17px;
    }

    .qlv3-page .qlv3-card__film {
        grid-template-columns: 62px minmax(0, 1fr);
        align-items: center;
        gap: 11px;
        text-align: left;
    }

    .qlv3-card__film img {
        width: 62px !important;
        height: 88px !important;
        border-radius: 8px;
    }

    .qlv3-card__film strong {
        font-size: .9rem;
    }

    .qlv3-card__quote-mark {
        font-size: 2.7rem;
    }

    .qlv3-card__footer,
    .qlv3-votes {
        width: 100%;
    }

    .qlv3-votes {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .qlv3-vote {
        width: 100%;
        padding: 0 8px;
    }

    .qlv3-more {
        width: 100%;
        min-width: 0;
    }}

@media (prefers-reduced-motion: reduce) {
    .qlv3-card,
    .qlv3-filter,
    .qlv3-vote,
    .qlv3-more {
        transition: none;
    }

    .qlv3-more.is-loading i {
        animation: none;
    }}исполнители и цитаты.
 * ================================================================== */
.fcv4-page{
	--fcv4-bg: #07111d;
	--fcv4-surface: #0c1826;
	--fcv4-surface-2: #101e2d;
	--fcv4-surface-3: #142437;
	--fcv4-border: rgba(151, 174, 201, .16);
	--fcv4-border-strong: rgba(245, 197, 24, .46);
	--fcv4-text: #f2f5f9;
	--fcv4-muted: #9cadc1;
	--fcv4-muted-2: #70839a;
	--fcv4-accent: #f5c518;
	--fcv4-accent-dark: #d7aa0b;
	--fcv4-accent-soft: rgba(245, 197, 24, .11);
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 26px 20px 72px;
	color: var(--fcv4-text);
}

.fcv4-page,
.fcv4-page *,
.fcv4-page *::before,
.fcv4-page *::after {
	box-sizing: border-box;
}

.fcv4-page a,
.fcv4-page a:link,
.fcv4-page a:visited {
	color: inherit;
	text-decoration: none;
}

.fcv4-page a:hover {
	text-decoration: none;
}

.fcv4-hero {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	border: 1px solid var(--fcv4-border);
	border-radius: 23px;
	background: linear-gradient(135deg, #0b1725 0%, #102033 50%, #111d2b 100%);
	box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
	isolation: isolate;
}

.fcv4-hero::before {
	position: absolute;
	z-index: -2;
	inset: 0;
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	filter: saturate(.84);
	transform: scale(1.015);
}

.fcv4-hero--wallpaper::before {
	background-image: var(--fcv4-hero-wallpaper);
}

.fcv4-hero--portrait::before {
	background-image: var(--fcv4-hero-portrait);
	background-position: 14% 24%;
	filter: blur(28px) saturate(.72);
	transform: scale(1.18);
}

.fcv4-hero::after {
	position: absolute;
	z-index: -1;
	inset: 0;
	content: "";
	background:
		radial-gradient(circle at 89% 17%, rgba(245, 197, 24, .09), transparent 29%),
		linear-gradient(90deg, rgba(3, 10, 18, .95) 0%, rgba(5, 13, 23, .88) 33%, rgba(7, 15, 25, .70) 62%, rgba(8, 15, 23, .56) 100%),
		linear-gradient(0deg, rgba(4, 11, 19, .94) 0%, transparent 48%);
}

.fcv4-hero__inner {
	display: grid;
	grid-template-columns: 286px minmax(0, 1fr);
	align-items: center;
	gap: 42px;
	min-height: 430px;
	padding: 38px 44px;
}

.fcv4-hero__portrait {
	position: relative;
	width: 100%;
	max-width: 286px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 24px;
	background: #0b1521;
	box-shadow: 0 24px 54px rgba(0, 0, 0, .48), 0 0 0 7px rgba(255, 255, 255, .025);
}

.fcv4-hero__portrait::after {
	position: absolute;
	inset: 0;
	content: "";
	border-radius: inherit;
	box-shadow: inset 0 -42px 56px rgba(0, 0, 0, .19);
	pointer-events: none;
}

.fcv4-hero__portrait img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
}

.fcv4-hero__content {
	min-width: 0;
	max-width: 780px;
}

.fcv4-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 19px;
	color: #9aabc0;
	font-size: .72rem;
	line-height: 1.4;
}

.fcv4-breadcrumbs a {
	color: #b4c0cf !important;
	transition: color .16s ease;
}

.fcv4-breadcrumbs a:hover {
	color: var(--fcv4-accent) !important;
}

.fcv4-breadcrumbs > span[aria-hidden="true"] {
	color: #5e7188;
}

.fcv4-breadcrumbs [aria-current="page"] {
	color: #dce4ee;
}

.fcv4-eyebrow,
.fcv4-section-head > div > span {
	display: block;
	color: var(--fcv4-accent);
	font-size: .68rem;
	font-weight: 850;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fcv4-hero h1 {
	max-width: 810px;
	margin: 10px 0 0;
	color: #fff;
	font-size: clamp(2.45rem, 4.5vw, 4.45rem);
	font-weight: 790;
	letter-spacing: -.047em;
	line-height: .98;
}

.fcv4-hero__alias {
	margin-top: 12px;
	color: #e7edf5;
	font-size: clamp(1.12rem, 1.9vw, 1.48rem);
	font-weight: 620;
	line-height: 1.25;
}

.fcv4-hero__original {
	margin-top: 5px;
	color: #98a9bd;
	font-size: .9rem;
	font-weight: 450;
}

.fcv4-stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.fcv4-stats > span {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	min-height: 34px;
	padding: 6px 11px;
	border: 1px solid rgba(177, 197, 220, .15);
	border-radius: 10px;
	background: rgba(7, 18, 30, .62);
	color: #a9b7c9;
	font-size: .72rem;
	backdrop-filter: blur(8px);
}

.fcv4-stats strong {
	color: #fff;
	font-size: .91rem;
	font-weight: 820;
}

.fcv4-hero__description {
	max-width: 760px;
	margin-top: 20px;
	color: #d3dce7;
	font-size: .96rem;
	line-height: 1.75;
}

.fcv4-hero__description a {
	color: var(--fcv4-accent) !important;
	font-weight: 650;
}

.fcv4-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 23px;
}

.fcv4-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 10px 17px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: .86rem;
	font-weight: 780;
	transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.fcv4-button--primary,
.fcv4-button--primary:link,
.fcv4-button--primary:visited {
	border-color: rgba(245, 197, 24, .5) !important;
	background: rgba(8, 20, 33, .9) !important;
	background-image: none !important;
	color: #f4f7fa !important;
	opacity: 1 !important;
	filter: none !important;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
}

.fcv4-button--primary i {
	color: var(--fcv4-accent) !important;
}

.fcv4-button--primary:hover {
	transform: translateY(-2px);
	border-color: var(--fcv4-accent) !important;
	background: var(--fcv4-accent-soft) !important;
	color: var(--fcv4-accent) !important;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
}

.fcv4-after-ad-clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.fcv4-section {
	display: block;
	position: relative;
	float: none !important;
	clear: both;
	width: 100%;
	min-width: 0;
	margin-top: 47px;
}

.fcv4-section-head {
	display: flex;
	float: none !important;
	clear: both;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	min-width: 0;
	margin: 0 0 22px;
}

.fcv4-section-head > div {
	min-width: 0;
}

.fcv4-section-head h2 {
	margin: 8px 0 0;
	color: var(--fcv4-text);
	font-size: clamp(1.72rem, 3vw, 2.45rem);
	font-weight: 780;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.fcv4-section-head p {
	max-width: 720px;
	margin: 9px 0 0;
	color: var(--fcv4-muted);
	font-size: .86rem;
	line-height: 1.55;
}

.fcv4-section-head > em {
	flex: 0 0 auto;
	padding: 7px 11px;
	border: 1px solid var(--fcv4-border);
	border-radius: 999px;
	background: rgba(14, 28, 43, .82);
	color: #aebccd;
	font-size: .72rem;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
}

.fcv4-film-grid {
	display: grid;
	float: none !important;
	clear: both;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
	width: 100%;
	min-width: 0;
}

.fcv4-film-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--fcv4-border);
	border-radius: 17px;
	background: linear-gradient(180deg, rgba(17, 31, 47, .98), rgba(10, 23, 36, .99));
	box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.fcv4-film-card:hover {
	transform: translateY(-5px);
	border-color: rgba(245, 197, 24, .35);
	box-shadow: 0 22px 46px rgba(0, 0, 0, .34);
}

.fcv4-film-card__number {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 29px;
	padding: 0 8px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 9px;
	background: rgba(5, 13, 22, .78);
	color: #dbe4ef;
	font-size: .67rem;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.fcv4-film-card__poster {
	display: block;
	position: relative;
	aspect-ratio: 155 / 220;
	overflow: hidden;
	background: #0a1420;
}

.fcv4-film-card__poster::after {
	position: absolute;
	inset: 0 0 auto;
	height: 58%;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, .09), transparent);
	pointer-events: none;
}

.fcv4-film-card__poster img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: transform .32s ease;
}

.fcv4-film-card:hover .fcv4-film-card__poster img {
	transform: scale(1.035);
}

.fcv4-film-card__body {
	display: flex;
	min-height: 190px;
	padding: 15px;
	flex-direction: column;
}

.fcv4-film-card__body h3 {
	margin: 0;
	font-size: .98rem;
	font-weight: 740;
	line-height: 1.38;
}

.fcv4-film-card__body h3 a {
	color: #eef3f8 !important;
	transition: color .16s ease;
}

.fcv4-film-card__body h3 a:hover {
	color: var(--fcv4-accent) !important;
}

.fcv4-film-card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	color: var(--fcv4-muted-2);
	font-size: .72rem;
}

.fcv4-film-card__meta span + span::before {
	margin-right: 8px;
	color: #4e6278;
	content: "•";
}

.fcv4-film-card__rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 26px;
	margin-top: 13px;
	color: #d9e2ec;
	font-size: .72rem;
}

.fcv4-film-card__rating i {
	color: var(--fcv4-accent);
}

.fcv4-film-card__rating strong {
	font-size: .87rem;
}

.fcv4-film-card__rating span {
	color: var(--fcv4-muted);
}

.fcv4-film-card__rating.is-empty i,
.fcv4-film-card__rating.is-empty span {
	color: #74869b;
}

.fcv4-rate-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: 100%;
	min-height: 37px;
	margin-top: auto;
	padding: 7px 10px;
	border: 1px solid var(--fcv4-border);
	border-radius: 9px;
	background: rgba(7, 18, 29, .6);
	color: #c6d2df;
	font-size: .72rem;
	font-weight: 720;
	cursor: pointer;
	transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.fcv4-rate-toggle:hover,
.fcv4-rate-toggle[aria-expanded="true"] {
	border-color: var(--fcv4-border-strong);
	background: var(--fcv4-accent-soft);
	color: var(--fcv4-accent);
}

.fcv4-rate-panel {
	margin-top: 9px;
	padding: 10px 6px 2px;
	border-top: 1px solid var(--fcv4-border);
	text-align: center;
}

.fcv4-rate-panel[hidden] {
	display: none !important;
}

.fcv4-cast-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fcv4-cast-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--fcv4-border);
	border-radius: 17px;
	background: linear-gradient(135deg, rgba(15, 30, 46, .97), rgba(9, 21, 34, .98));
	box-shadow: 0 13px 30px rgba(0, 0, 0, .18);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.fcv4-cast-card:hover {
	transform: translateY(-3px);
	border-color: rgba(245, 197, 24, .3);
	box-shadow: 0 19px 38px rgba(0, 0, 0, .28);
}

.fcv4-cast-card__image {
	display: block;
	min-height: 162px;
	overflow: hidden;
	background: #0a1420;
}

.fcv4-cast-card__image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center top;
	transition: transform .28s ease;
}

.fcv4-cast-card:hover .fcv4-cast-card__image img {
	transform: scale(1.035);
}

.fcv4-cast-card__body {
	display: flex;
	min-width: 0;
	padding: 16px;
	flex-direction: column;
}

.fcv4-cast-card__body > span {
	color: var(--fcv4-accent);
	font-size: .64rem;
	font-weight: 820;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fcv4-cast-card__body h3 {
	margin: 6px 0 0;
	font-size: 1.06rem;
	font-weight: 750;
	line-height: 1.28;
}

.fcv4-cast-card__body h3 a {
	color: #edf3f8 !important;
}

.fcv4-cast-card__body h3 a:hover {
	color: var(--fcv4-accent) !important;
}

.fcv4-cast-card__body > strong {
	margin-top: 5px;
	color: var(--fcv4-muted);
	font-size: .72rem;
	font-weight: 560;
}

.fcv4-cast-card__films {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: auto;
	padding-top: 13px;
}

.fcv4-cast-card__films a,
.fcv4-cast-card__films em {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	max-width: 100%;
	padding: 5px 8px;
	border: 1px solid var(--fcv4-border);
	border-radius: 8px;
	background: rgba(6, 16, 27, .52);
	color: #aebdce !important;
	font-size: .67rem;
	font-style: normal;
	line-height: 1.2;
}

.fcv4-cast-card__films a:hover {
	border-color: var(--fcv4-border-strong);
	color: var(--fcv4-accent) !important;
}

.fcv4-cast-card__films small {
	color: #6f8298;
	font-size: .62rem;
}

.fcv4-quote-list {
	display: grid;
	gap: 15px;
}

.fcv4-quote-card {
	position: relative;
	overflow: hidden;
	padding: 24px 25px 18px;
	border: 1px solid var(--fcv4-border);
	border-radius: 18px;
	background:
		radial-gradient(circle at 100% 0%, rgba(245, 197, 24, .045), transparent 28%),
		linear-gradient(135deg, rgba(16, 31, 47, .98), rgba(8, 20, 33, .99));
	box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}

.fcv4-quote-card__number {
	position: absolute;
	top: 15px;
	right: 17px;
	color: #6f8297;
	font-size: .67rem;
	font-weight: 800;
}

.fcv4-quote-card__mark {
	color: #eef3f8;
	font-family: Georgia, serif;
	font-size: 3.25rem;
	font-weight: 700;
	line-height: .65;
}

.fcv4-quote-card__text-wrap {
	position: relative;
	margin-top: 13px;
}

.fcv4-quote-card__text-wrap.is-collapsed {
	max-height: 12.2em;
	overflow: hidden;
}

.fcv4-quote-card__text-wrap.is-collapsed::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 4.6em;
	content: "";
	background: linear-gradient(180deg, transparent, #0b1928 90%);
	pointer-events: none;
}

.fcv4-quote-card__text-wrap.is-expanded {
	max-height: none;
}

.fcv4-quote-card__text {
	max-width: 980px;
	color: #edf2f7;
	font-size: clamp(.98rem, 1.5vw, 1.12rem);
	line-height: 1.78;
}

.fcv4-quote-expand {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	margin-top: 11px;
	padding: 6px 0;
	border: 0;
	background: transparent;
	color: var(--fcv4-accent);
	font-size: .72rem;
	font-weight: 760;
	cursor: pointer;
}

.fcv4-quote-expand i {
	transition: transform .18s ease;
}

.fcv4-quote-expand[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.fcv4-quote-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid var(--fcv4-border);
}

.fcv4-quote-film {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	gap: 11px;
}

.fcv4-quote-film img {
	display: block;
	flex: 0 0 auto;
	width: 48px !important;
	height: 68px !important;
	object-fit: cover;
	border: 1px solid var(--fcv4-border);
	border-radius: 7px;
}

.fcv4-quote-film > span {
	display: block;
	min-width: 0;
}

.fcv4-quote-film strong {
	display: block;
	color: #e8eef5;
	font-size: .82rem;
	font-weight: 730;
	line-height: 1.35;
}

.fcv4-quote-film small {
	display: block;
	margin-top: 4px;
	color: var(--fcv4-muted-2);
	font-size: .68rem;
}

.fcv4-quote-film:hover strong {
	color: var(--fcv4-accent);
}

.fcv4-copy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	flex: 0 0 auto;
	min-height: 37px;
	padding: 7px 11px;
	border: 1px solid var(--fcv4-border);
	border-radius: 9px;
	background: rgba(7, 18, 29, .65);
	color: #b6c4d4;
	font-size: .7rem;
	font-weight: 720;
	cursor: pointer;
	transition: color .16s ease, border-color .16s ease, background-color .16s ease;
}

.fcv4-copy:hover,
.fcv4-copy.is-copied {
	border-color: var(--fcv4-border-strong);
	background: var(--fcv4-accent-soft);
	color: var(--fcv4-accent);
}

.fcv4-quote-note {
	margin: 14px 0 0;
	color: var(--fcv4-muted-2);
	font-size: .72rem;
	text-align: right;
}

html.lfv2-active.light-theme .fcv4-page {
	--fcv4-bg: #eef3f8;
	--fcv4-surface: #fff;
	--fcv4-surface-2: #f8fafc;
	--fcv4-surface-3: #edf2f7;
	--fcv4-border: rgba(24, 45, 69, .13);
	--fcv4-border-strong: rgba(198, 150, 0, .44);
	--fcv4-text: #142133;
	--fcv4-muted: #617287;
	--fcv4-muted-2: #8492a4;
	--fcv4-accent: #c99500;
	--fcv4-accent-dark: #aa7f00;
	--fcv4-accent-soft: rgba(211, 163, 0, .11);
}

html.lfv2-active.light-theme .fcv4-hero {
	background: #eaf0f6;
	box-shadow: 0 24px 58px rgba(25, 44, 67, .14);
}

html.lfv2-active.light-theme .fcv4-hero::after {
	background:
		radial-gradient(circle at 89% 17%, rgba(210, 159, 0, .13), transparent 29%),
		linear-gradient(90deg, rgba(244, 248, 252, .96) 0%, rgba(239, 245, 250, .91) 38%, rgba(233, 240, 247, .72) 70%, rgba(231, 238, 246, .62) 100%),
		linear-gradient(0deg, rgba(236, 243, 249, .92) 0%, transparent 48%);
}

html.lfv2-active.light-theme .fcv4-hero h1,
html.lfv2-active.light-theme .fcv4-hero__alias,
html.lfv2-active.light-theme .fcv4-section-head h2 {
	color: #122033;
}

html.lfv2-active.light-theme .fcv4-hero__original,
html.lfv2-active.light-theme .fcv4-hero__description {
	color: #4f6074;
}

html.lfv2-active.light-theme .fcv4-breadcrumbs,
html.lfv2-active.light-theme .fcv4-breadcrumbs a,
html.lfv2-active.light-theme .fcv4-breadcrumbs a:link,
html.lfv2-active.light-theme .fcv4-breadcrumbs a:visited,
html.lfv2-active.light-theme .fcv4-breadcrumbs [aria-current="page"] {
	color: #607186 !important;
}

html.lfv2-active.light-theme .fcv4-stats > span,
html.lfv2-active.light-theme .fcv4-section-head > em {
	background: rgba(255, 255, 255, .72);
	color: #63748a;
}

html.lfv2-active.light-theme .fcv4-stats strong {
	color: #172538;
}

html.lfv2-active.light-theme .fcv4-film-card,
html.lfv2-active.light-theme .fcv4-cast-card,
html.lfv2-active.light-theme .fcv4-quote-card {
	background: #fff;
	box-shadow: 0 12px 30px rgba(24, 44, 68, .09);
}

html.lfv2-active.light-theme .fcv4-film-card__body h3 a,
html.lfv2-active.light-theme .fcv4-film-card__body h3 a:link,
html.lfv2-active.light-theme .fcv4-film-card__body h3 a:visited,
html.lfv2-active.light-theme .fcv4-cast-card__body h3 a,
html.lfv2-active.light-theme .fcv4-cast-card__body h3 a:link,
html.lfv2-active.light-theme .fcv4-cast-card__body h3 a:visited,
html.lfv2-active.light-theme .fcv4-quote-film strong,
html.lfv2-active.light-theme .fcv4-quote-card__text {
	color: #18263a !important;
}

html.lfv2-active.light-theme .fcv4-rate-toggle,
html.lfv2-active.light-theme .fcv4-copy,
html.lfv2-active.light-theme .fcv4-cast-card__films a,
html.lfv2-active.light-theme .fcv4-cast-card__films em {
	background: #f7f9fc;
	color: #5d6e83;
}

html.lfv2-active.light-theme .fcv4-quote-card__text-wrap.is-collapsed::after {
	background: linear-gradient(180deg, transparent, #fff 90%);
}

@media (max-width: 1080px) {
	.fcv4-hero__inner {
		grid-template-columns: 236px minmax(0, 1fr);
		gap: 30px;
		padding: 34px;
	}

	.fcv4-hero__portrait {
		max-width: 236px;
	}

	.fcv4-film-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}

@media (max-width: 820px) {
	.fcv4-page {
		padding: 18px 14px 58px;
	}

	.fcv4-hero {
		min-height: 0;
	}

	.fcv4-hero__inner {
		grid-template-columns: 156px minmax(0, 1fr);
		align-items: start;
		gap: 22px;
		min-height: 0;
		padding: 26px;
	}

	.fcv4-hero__portrait {
		max-width: 156px;
		border-radius: 17px;
	}

	.fcv4-hero h1 {
		font-size: clamp(2rem, 7vw, 3.15rem);
	}

	.fcv4-hero__description {
		font-size: .88rem;
		line-height: 1.65;
	}

	.fcv4-film-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcv4-cast-grid {
		grid-template-columns: 1fr;
	}}

@media (max-width: 600px) {
	.fcv4-hero__inner {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 20px;
	}

	.fcv4-hero__portrait {
		width: 132px;
		max-width: 132px;
		border-radius: 15px;
	}

	.fcv4-breadcrumbs {
		margin-bottom: 14px;
		font-size: .66rem;
	}

	.fcv4-hero h1 {
		font-size: clamp(2rem, 10vw, 2.65rem);
	}

	.fcv4-hero__alias {
		font-size: .98rem;
	}

	.fcv4-hero__original {
		font-size: .76rem;
	}

	.fcv4-stats {
		gap: 5px;
		margin-top: 15px;
	}

	.fcv4-stats > span {
		min-height: 28px;
		padding: 4px 7px;
		font-size: .62rem;
	}

	.fcv4-stats strong {
		font-size: .75rem;
	}

	.fcv4-hero__description {
		margin-top: 16px;
	}

	.fcv4-hero__actions {
		margin-top: 17px;
	}

	.fcv4-button {
		width: 100%;
	}

	.fcv4-section {
		margin-top: 38px;
	}

	.fcv4-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 11px;
		margin-bottom: 17px;
	}

	.fcv4-section-head > em {
		align-self: flex-start;
	}

	.fcv4-film-grid {
		gap: 11px;
	}

	.fcv4-film-card {
		border-radius: 13px;
	}

	.fcv4-film-card__body {
		min-height: 177px;
		padding: 12px;
	}

	.fcv4-film-card__body h3 {
		font-size: .84rem;
	}

	.fcv4-cast-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.fcv4-cast-card__image {
		min-height: 145px;
	}

	.fcv4-cast-card__body {
		padding: 13px;
	}

	.fcv4-quote-card {
		padding: 21px 17px 15px;
		border-radius: 15px;
	}

	.fcv4-quote-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.fcv4-copy {
		width: 100%;
	}}

@media (max-width: 390px) {
	.fcv4-film-grid {
		grid-template-columns: 1fr;
	}

	.fcv4-film-card {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
	}

	.fcv4-film-card__poster {
		min-height: 100%;
	}

	.fcv4-film-card__body {
		min-height: 180px;
	}}

@media (prefers-reduced-motion: reduce) {
	.fcv4-page *,
	.fcv4-page *::before,
	.fcv4-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}}

/* ==================================================================
 * LikeFilm navy canvas — /fandom/*/ html.lfCharacterCanvas{
	--imdb-bg: #07111d;
	--imdb-bg-soft: #07111d;
	background: #07111d !important;
}

html.lfCharacterCanvas body,
html.lfCharacterCanvas .uiStandartTemplate,
html.lfCharacterCanvas .uiStandartTemplateWrapper,
html.lfCharacterCanvas .uiStandartTemplateMain,
html.lfCharacterCanvas .uiStandartContentMaximum,
html.lfCharacterCanvas .ui-global-wrapper,
html.lfCharacterCanvas .ui-global-wrapper-simple{
	background: #07111d !important;
}

html.lfCharacterCanvas .fcv4-page{
	background: transparent;
}

html.light-theme.lfCharacterCanvas{
	--imdb-bg: #f6f8fb;
	--imdb-bg-soft: #f6f8fb;
	background: #f6f8fb !important;
}

html.light-theme.lfCharacterCanvas body,
html.light-theme.lfCharacterCanvas .uiStandartTemplate,
html.light-theme.lfCharacterCanvas .uiStandartTemplateWrapper,
html.light-theme.lfCharacterCanvas .uiStandartTemplateMain,
html.light-theme.lfCharacterCanvas .uiStandartContentMaximum,
html.light-theme.lfCharacterCanvas .ui-global-wrapper,
html.light-theme.lfCharacterCanvas .ui-global-wrapper-simple{
	background: #f6f8fb !important;
}

/* ==================================================================
 * Film catalogue V3 — служебный серверный архив /film/
 * Компактная сетка, обычная пагинация и единый navy-холст LikeFilm.
 * ================================================================== */
html.lfFilmCatalogCanvas {
	--imdb-bg: #07111d;
	--imdb-bg-soft: #07111d;
	background: #07111d !important;
}

html.lfFilmCatalogCanvas body,
html.lfFilmCatalogCanvas .uiStandartTemplate,
html.lfFilmCatalogCanvas .uiStandartTemplateWrapper,
html.lfFilmCatalogCanvas .uiStandartTemplateMain,
html.lfFilmCatalogCanvas .uiStandartContentMaximum,
html.lfFilmCatalogCanvas .ui-global-wrapper,
html.lfFilmCatalogCanvas .ui-global-wrapper-simple {
	background: #07111d !important;
}

html.lfFilmCatalogCanvas .uiStandartTemplateMain,
html.lfFilmCatalogCanvas .uiStandartContentMaximum {
	padding-top: 0 !important;
}

.flv3-page,
.flv3-page *,
.flv3-page *::before,
.flv3-page *::after {
	box-sizing: border-box;
}

.flv3-page {
	--flv3-bg: #07111d;
	--flv3-surface: #0b1725;
	--flv3-surface-2: #0f1e2f;
	--flv3-surface-3: #132438;
	--flv3-border: rgba(145, 171, 203, .16);
	--flv3-border-strong: rgba(145, 171, 203, .28);
	--flv3-text: #f5f8fc;
	--flv3-text-soft: #cbd6e4;
	--flv3-muted: #8ea2ba;
	--flv3-muted-2: #6f829b;
	--flv3-accent: #f5c518;
	--flv3-accent-dark: #dbae08;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 28px 20px 72px;
	color: var(--flv3-text);
	background: transparent;
}

.flv3-page a,
.flv3-page a:link,
.flv3-page a:visited {
	color: inherit;
	text-decoration: none;
}

.flv3-page a:hover {
	text-decoration: none;
}

.flv3-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	align-items: center;
	min-height: 330px;
	overflow: hidden;
	border: 1px solid var(--flv3-border);
	border-radius: 24px;
	background:
		radial-gradient(circle at 80% 18%, rgba(245, 197, 24, .10), transparent 31%),
		radial-gradient(circle at 55% 115%, rgba(48, 103, 164, .23), transparent 46%),
		linear-gradient(135deg, #0b1827 0%, #08131f 56%, #0d1a28 100%);
	box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
}

.flv3-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	pointer-events: none;
	opacity: .56;
	background-image:
		linear-gradient(115deg, transparent 0 46%, rgba(255, 255, 255, .025) 46% 47%, transparent 47% 100%),
		linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
	background-size: 110px 100%, 72px 100%;
}

.flv3-hero__content {
	position: relative;
	z-index: 2;
	padding: 34px 18px 36px 42px;
}

.flv3-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
	color: var(--flv3-muted);
	font-size: .82rem;
	line-height: 1.4;
}

.flv3-breadcrumbs a:hover,
.flv3-breadcrumbs a:focus-visible {
	color: var(--flv3-accent);
	outline: none;
}

.flv3-breadcrumbs span[aria-hidden="true"] {
	color: var(--flv3-muted-2);
}

.flv3-eyebrow {
	margin-bottom: 8px;
	color: var(--flv3-accent);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .085em;
	line-height: 1.35;
	text-transform: uppercase;
}

.flv3-hero h1 {
	max-width: 720px;
	margin: 0;
	color: var(--flv3-text);
	font-size: clamp(2.35rem, 4.8vw, 4.1rem);
	font-weight: 760;
	letter-spacing: -.045em;
	line-height: .98;
}

.flv3-hero__lead {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--flv3-text-soft);
	font-size: 1rem;
	line-height: 1.7;
}

.flv3-hero__stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.flv3-hero__stats span {
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
	min-height: 38px;
	padding: 8px 13px;
	color: var(--flv3-muted);
	background: rgba(9, 22, 36, .72);
	border: 1px solid var(--flv3-border);
	border-radius: 999px;
	font-size: .82rem;
	font-weight: 650;
	backdrop-filter: blur(10px);
}

.flv3-hero__stats strong {
	color: var(--flv3-text);
	font-size: .96rem;
	font-weight: 800;
}

.flv3-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.flv3-button,
.flv3-button:link,
.flv3-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: .92rem;
	font-weight: 800;
	line-height: 1;
	transition: transform .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.flv3-button:hover,
.flv3-button:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.flv3-button--primary,
.flv3-button--primary:link,
.flv3-button--primary:visited {
	color: #111722;
	background: var(--flv3-accent);
	border-color: var(--flv3-accent);
	box-shadow: 0 10px 26px rgba(245, 197, 24, .17);
}

.flv3-button--primary:hover,
.flv3-button--primary:focus-visible {
	color: #111722;
	background: var(--flv3-accent-dark);
	border-color: var(--flv3-accent-dark);
}

.flv3-button--secondary,
.flv3-button--secondary:link,
.flv3-button--secondary:visited {
	color: var(--flv3-text-soft);
	background: rgba(10, 24, 39, .74);
	border-color: var(--flv3-border-strong);
}

.flv3-button--secondary:hover,
.flv3-button--secondary:focus-visible {
	color: var(--flv3-accent);
	background: var(--flv3-surface-2);
	border-color: rgba(245, 197, 24, .48);
}

.flv3-hero__visual {
	position: relative;
	align-self: stretch;
	min-height: 330px;
	margin-right: 20px;
}

.flv3-hero__visual::after {
	content: "";
	position: absolute;
	right: 6%;
	bottom: 9%;
	width: 78%;
	height: 28%;
	background: rgba(0, 0, 0, .52);
	filter: blur(34px);
	border-radius: 50%;
}

.flv3-hero__poster {
	position: absolute;
	display: block;
	width: 148px;
	aspect-ratio: 155 / 220;
	overflow: hidden;
	background: var(--flv3-surface-2);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	box-shadow: 0 22px 42px rgba(0, 0, 0, .42);
	transform-origin: 50% 100%;
}

.flv3-hero__poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flv3-hero__poster--1 {
	z-index: 3;
	right: 20%;
	bottom: 27px;
	transform: rotate(1.5deg);
}

.flv3-hero__poster--2 {
	z-index: 2;
	right: 47%;
	bottom: 39px;
	transform: rotate(-8deg) scale(.91);
	opacity: .88;
}

.flv3-hero__poster--3 {
	z-index: 1;
	right: 1%;
	bottom: 46px;
	transform: rotate(9deg) scale(.88);
	opacity: .75;
}

.flv3-catalog {
	margin-top: 36px;
}

.flv3-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 20px;
	padding: 0 2px;
}

.flv3-section-head h2 {
	margin: 0;
	color: var(--flv3-text);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.flv3-section-head p {
	max-width: 700px;
	margin: 8px 0 0;
	color: var(--flv3-muted);
	font-size: .91rem;
	line-height: 1.6;
}

.flv3-section-head__page {
	flex: 0 0 auto;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 3px;
	padding: 11px 14px;
	background: var(--flv3-surface);
	border: 1px solid var(--flv3-border);
	border-radius: 12px;
}

.flv3-section-head__page span {
	color: var(--flv3-muted-2);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.flv3-section-head__page strong {
	color: var(--flv3-text-soft);
	font-size: .88rem;
	font-weight: 800;
}

.flv3-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 16px;
}

.flv3-card {
	min-width: 0;
	overflow: hidden;
	background: var(--flv3-surface);
	border: 1px solid var(--flv3-border);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.flv3-card:hover,
.flv3-card:focus-within {
	background: var(--flv3-surface-2);
	border-color: rgba(245, 197, 24, .36);
	box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
	transform: translateY(-3px);
}

.flv3-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.flv3-card__poster {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 155 / 220;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 28%, rgba(245, 197, 24, .08), transparent 40%),
		var(--flv3-surface-3);
}

.flv3-card__poster::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 30%;
	pointer-events: none;
	background: linear-gradient(to bottom, transparent, rgba(7, 17, 29, .24));
}

.flv3-card__poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease, filter .28s ease;
}

.flv3-card:hover .flv3-card__poster img,
.flv3-card:focus-within .flv3-card__poster img {
	transform: scale(1.025);
	filter: brightness(1.04);
}

.flv3-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 92px;
	padding: 12px 12px 13px;
}

.flv3-card__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--flv3-text);
	font-size: .91rem;
	font-weight: 760;
	letter-spacing: -.01em;
	line-height: 1.38;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color .16s ease;
}

.flv3-card:hover .flv3-card__title,
.flv3-card:focus-within .flv3-card__title {
	color: var(--flv3-accent);
}

.flv3-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding-top: 12px;
	color: var(--flv3-muted);
	font-size: .73rem;
	font-weight: 650;
}

.flv3-card__meta span + span::before {
	content: "•";
	margin-right: 8px;
	color: var(--flv3-muted-2);
}

.flv3-pagination {
	margin-top: 14px;
}

.flv3-page .uiPagination {
	margin-top: 28px;
}

.flv3-page .uiPaginationListing .uiPaginationLink,
.flv3-page .uiPaginationListing .uiPaginationEllipsis span {
	color: var(--flv3-text-soft) !important;
	background: var(--flv3-surface);
	border-color: var(--flv3-border);
}

.flv3-page .uiPaginationListing .uiPaginationLink:hover,
.flv3-page .uiPaginationListing .uiPaginationLink:focus-visible {
	color: var(--flv3-accent) !important;
	background: var(--flv3-surface-2);
	border-color: rgba(245, 197, 24, .48);
}

.flv3-page .uiPaginationListing .uiPaginationCurrentPage .uiPaginationLink,
.flv3-page .uiPaginationListing .uiPaginationCurrentPage .uiPaginationLink:link,
.flv3-page .uiPaginationListing .uiPaginationCurrentPage .uiPaginationLink:visited {
	color: #111722 !important;
	background: var(--flv3-accent);
	border-color: var(--flv3-accent);
}

html.light-theme.lfFilmCatalogCanvas {
	--imdb-bg: #f5f7fa;
	--imdb-bg-soft: #f5f7fa;
	background: #f5f7fa !important;
}

html.light-theme.lfFilmCatalogCanvas body,
html.light-theme.lfFilmCatalogCanvas .uiStandartTemplate,
html.light-theme.lfFilmCatalogCanvas .uiStandartTemplateWrapper,
html.light-theme.lfFilmCatalogCanvas .uiStandartTemplateMain,
html.light-theme.lfFilmCatalogCanvas .uiStandartContentMaximum,
html.light-theme.lfFilmCatalogCanvas .ui-global-wrapper,
html.light-theme.lfFilmCatalogCanvas .ui-global-wrapper-simple {
	background: #f5f7fa !important;
}

html.light-theme .flv3-page {
	--flv3-bg: #f5f7fa;
	--flv3-surface: #ffffff;
	--flv3-surface-2: #f8fafc;
	--flv3-surface-3: #edf2f7;
	--flv3-border: rgba(15, 23, 42, .12);
	--flv3-border-strong: rgba(15, 23, 42, .20);
	--flv3-text: #111827;
	--flv3-text-soft: #344154;
	--flv3-muted: #66758a;
	--flv3-muted-2: #8895a7;
}

html.light-theme .flv3-hero {
	background:
		radial-gradient(circle at 80% 18%, rgba(245, 197, 24, .17), transparent 31%),
		radial-gradient(circle at 55% 115%, rgba(74, 123, 178, .14), transparent 46%),
		linear-gradient(135deg, #ffffff 0%, #f4f7fb 58%, #eef3f8 100%);
	box-shadow: 0 22px 54px rgba(15, 23, 42, .09);
}

html.light-theme .flv3-hero__stats span,
html.light-theme .flv3-button--secondary,
html.light-theme .flv3-button--secondary:link,
html.light-theme .flv3-button--secondary:visited {
	background: rgba(255, 255, 255, .76);
}

html.light-theme .flv3-card {
	box-shadow: 0 10px 25px rgba(15, 23, 42, .06);
}

html.light-theme .flv3-card__poster::after {
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .12));
}

html.light-theme .flv3-page .uiPaginationListing .uiPaginationLink,
html.light-theme .flv3-page .uiPaginationListing .uiPaginationEllipsis span {
	color: #4e5a6b !important;
	background: #fff;
	border-color: rgba(15, 23, 42, .13);
}

@media (max-width: 980px) {
	.flv3-hero {
		grid-template-columns: minmax(0, 1fr) 270px;
	}

	.flv3-hero__content {
		padding-left: 32px;
	}

	.flv3-hero__poster {
		width: 128px;
	}

	.flv3-hero__poster--2 {
		right: 44%;
	}}

@media (max-width: 780px) {
	.flv3-page {
		padding: 20px 16px 56px;
	}

	.flv3-hero {
		display: block;
		min-height: 0;
	}

	.flv3-hero__content {
		padding: 28px 24px 30px;
	}

	.flv3-hero__visual {
		display: none;
	}

	.flv3-section-head {
		align-items: flex-start;
	}}

@media (max-width: 560px) {
	.flv3-page {
		padding-right: 12px;
		padding-left: 12px;
	}

	.flv3-hero,
	.flv3-card {
		border-radius: 14px;
	}

	.flv3-hero__content {
		padding: 24px 18px 26px;
	}

	.flv3-breadcrumbs {
		margin-bottom: 16px;
		font-size: .76rem;
	}

	.flv3-hero h1 {
		font-size: clamp(2.05rem, 11vw, 3rem);
	}

	.flv3-hero__lead {
		margin-top: 15px;
		font-size: .92rem;
		line-height: 1.62;
	}

	.flv3-button,
	.flv3-button:link,
	.flv3-button:visited {
		flex: 1 1 100%;
	}

	.flv3-catalog {
		margin-top: 28px;
	}

	.flv3-section-head {
		display: block;
		margin-bottom: 16px;
	}

	.flv3-section-head__page {
		display: inline-flex;
		align-items: center;
		flex-direction: row;
		margin-top: 14px;
	}

	.flv3-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.flv3-card__body {
		min-height: 86px;
		padding: 10px;
	}

	.flv3-card__title {
		font-size: .84rem;
	}

	.flv3-card__meta {
		font-size: .68rem;
	}}

@media (prefers-reduced-motion: reduce) {
	.flv3-card,
	.flv3-card__poster img,
	.flv3-button {
		transition: none;
	}}