.pmy-page {
    --pmy-ink: #141516; --pmy-muted: #62676f; --pmy-line: rgba(20,21,22,.11);
    --pmy-card: #fff; --pmy-canvas: #f4f3ef; --pmy-red: #d71920; --pmy-gold: #ffcc45;
    min-height: 100vh; overflow: hidden; color: var(--pmy-ink); background: var(--pmy-canvas);
}
.dark-theme .pmy-page {
    --pmy-ink: #f7f7f3; --pmy-muted: #a8abb0; --pmy-line: rgba(255,255,255,.13);
    --pmy-card: #191a1c; --pmy-canvas: #101113;
}
.pmy-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.pmy-hero {
    position: relative; isolation: isolate; overflow: hidden; color: #fff;
    background: radial-gradient(circle at 84% 18%, rgba(255,204,69,.22), transparent 27rem),
        radial-gradient(circle at 10% 110%, rgba(215,25,32,.32), transparent 34rem), #101113;
}
.pmy-hero::after {
    content: ""; position: absolute; z-index: -1; inset: 0; opacity: .13;
    background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.28) 1px, transparent 1px);
    background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 85%);
}
.pmy-hero__inner { padding-block: clamp(72px, 9vw, 126px) 42px; }
.pmy-hero__copy { max-width: 960px; }
.pmy-eyebrow, .pmy-kicker {
    margin: 0 0 18px; color: var(--pmy-red); font-size: 12px; font-weight: 800;
    letter-spacing: .16em; line-height: 1; text-transform: uppercase;
}
.pmy-eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); }
.pmy-eyebrow span { width: 28px; height: 2px; background: var(--pmy-red); }
.pmy-hero h1 {
    max-width: 940px; margin: 0; color: #fff; font-family: Montserrat, system-ui, sans-serif;
    font-size: clamp(44px, 7.2vw, 104px); font-weight: 700; letter-spacing: -.065em; line-height: .94;
}
.pmy-hero h1 em { color: var(--pmy-gold); font-style: normal; }
.pmy-hero__intro { max-width: 720px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: clamp(16px,1.7vw,21px); line-height: 1.65; }
.pmy-year-nav { display: grid; grid-template-columns: minmax(110px,1fr) auto minmax(110px,1fr); align-items: end; gap: 18px; margin-top: clamp(42px,6vw,76px); }
.pmy-year-nav > a {
    display: inline-flex; align-items: center; gap: 9px; width: max-content; padding: 12px 0;
    color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}
.pmy-year-nav > a:last-of-type { justify-self: end; }
.pmy-year-nav > a:hover { color: #fff; transform: translateX(-3px); }
.pmy-year-nav > a:last-of-type:hover { transform: translateX(3px); }
.pmy-year-select { display: grid; gap: 7px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pmy-year-select select {
    min-width: 170px; appearance: none; border: 1px solid rgba(255,255,255,.2); border-radius: 14px;
    padding: 12px 42px 12px 16px; color: #fff;
    background: rgba(255,255,255,.08) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m4 6 4 4 4-4'/%3E%3C/svg%3E") no-repeat right 14px center;
    font: 700 16px/1 Montserrat, system-ui, sans-serif;
}
.pmy-year-select select:focus-visible, .pmy-load__button:focus-visible, .pmy-card a:focus-visible { outline: 3px solid var(--pmy-gold); outline-offset: 3px; }
.pmy-stats { display: grid; grid-template-columns: repeat(3,1fr); margin: 38px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.pmy-stats > div { padding: 28px 28px 2px 0; }
.pmy-stats > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.13); }
.pmy-stats dt { color: #fff; font-size: clamp(24px,3vw,38px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.pmy-stats dd { margin: 9px 0 0; color: rgba(255,255,255,.52); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pmy-catalogue { padding-block: clamp(54px,7vw,94px) 80px; }
.pmy-catalogue__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.pmy-catalogue__header h2 { margin: 0; color: var(--pmy-ink); font-size: clamp(30px,4vw,52px); font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.pmy-catalogue__header > p { margin: 0; color: var(--pmy-muted); font-size: 13px; font-weight: 600; }
.pmy-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px 20px; }
.pmy-card {
    min-width: 0; overflow: hidden; border: 1px solid var(--pmy-line); border-radius: 20px;
    background: var(--pmy-card); box-shadow: 0 2px 0 rgba(20,21,22,.02);
    content-visibility: auto; contain-intrinsic-size: 470px;
    transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.pmy-card:hover { z-index: 1; border-color: rgba(215,25,32,.28); box-shadow: 0 22px 50px rgba(19,20,22,.12); transform: translateY(-7px); }
.pmy-card__poster { position: relative; display: block; overflow: hidden; aspect-ratio: 2 / 3; background: #deddd8; }
.pmy-card__poster::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; background: linear-gradient(transparent,rgba(0,0,0,.35)); pointer-events: none; }
.pmy-card__poster img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.pmy-card:hover .pmy-card__poster img { transform: scale(1.035); }
.pmy-card__status {
    position: absolute; z-index: 1; top: 14px; left: 14px; padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(15,16,18,.82);
    font-size: 10px; font-weight: 800; letter-spacing: .08em; line-height: 1; text-transform: uppercase;
}
.pmy-card__status.is-today { color: #151515; background: var(--pmy-gold); }
.pmy-card__status.is-released { background: rgba(25,128,83,.9); }
.pmy-card__body { padding: 18px; }
.pmy-card__date { display: flex; align-items: center; gap: 8px; margin: 0 0 8px; color: var(--pmy-red); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.pmy-card__date > span { font-size: 7px; }
.pmy-card__title {
    display: -webkit-box; min-height: 2.5em; margin: 0; overflow: hidden; color: var(--pmy-ink);
    font-size: clamp(17px,1.55vw,22px); font-weight: 700; letter-spacing: -.025em; line-height: 1.22;
    -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.pmy-card__title a { color: inherit; text-decoration: none; }
.pmy-card__cast {
    display: -webkit-box; min-height: 2.8em; margin: 13px 0 0; overflow: hidden; color: var(--pmy-muted);
    font-size: 12px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.pmy-card__cast span { color: var(--pmy-ink); font-weight: 700; }
.pmy-card__cast a { color: inherit; text-decoration: none; }
.pmy-card__cast a:hover { color: var(--pmy-red); }
.pmy-card__cast--muted { font-style: italic; }
.pmy-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--pmy-line); }
.pmy-card__rating { color: #956800; font-size: 13px; font-weight: 800; }
.dark-theme .pmy-card__rating { color: var(--pmy-gold); }
.pmy-card__rating span { color: #e2a900; }
.pmy-card__rating small { color: var(--pmy-muted); font-size: 9px; }
.pmy-card__rating--empty { color: var(--pmy-muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.pmy-card__view { color: var(--pmy-ink); font-size: 11px; font-weight: 800; }
.pmy-card__view span { color: var(--pmy-red); }
.pmy-ad {
    display: grid; grid-column: 1 / -1; place-items: center; min-height: 150px; padding: 22px 0;
    overflow: hidden; border-block: 1px solid var(--pmy-line); content-visibility: auto; contain-intrinsic-size: 150px;
}
.pmy-ad__label { align-self: end; margin-bottom: 8px; color: var(--pmy-muted); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.pmy-ad .adsbygoogle { width: 100%; min-height: 90px; }
.pmy-load { position: relative; display: grid; justify-items: center; gap: 12px; padding: 44px 0 10px; }
.pmy-load[hidden] { display: none; }
.pmy-load__status { min-height: 18px; margin: 0; color: var(--pmy-muted); font-size: 12px; }
.pmy-load__button, .pmy-empty a {
    display: inline-flex; align-items: center; gap: 18px; border: 0; border-radius: 999px; padding: 15px 22px;
    color: #fff; background: var(--pmy-ink); cursor: pointer; font: 700 13px/1 Montserrat,system-ui,sans-serif;
    text-decoration: none; transition: transform .2s ease, opacity .2s ease;
}
.dark-theme .pmy-load__button, .dark-theme .pmy-empty a { color: #111; background: #fff; }
.pmy-load__button:hover, .pmy-empty a:hover { transform: translateY(-2px); }
.pmy-load__button:disabled { cursor: wait; opacity: .55; }
.pmy-load__sentinel { position: absolute; bottom: 0; width: 1px; height: 1px; }
.pmy-noscript { margin: 32px 0 0; text-align: center; }
.pmy-noscript a { color: var(--pmy-red); font-size: 13px; font-weight: 800; }
.pmy-note { display: flex; align-items: center; gap: 14px; max-width: 740px; margin: 58px auto 0; padding-top: 28px; border-top: 1px solid var(--pmy-line); color: var(--pmy-muted); }
.pmy-note > span { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border: 1px solid var(--pmy-line); border-radius: 50%; color: var(--pmy-ink); font: 700 13px/1 Georgia,serif; }
.pmy-note p { margin: 0; font-size: 12px; line-height: 1.6; }
.pmy-note strong { color: var(--pmy-ink); }
.pmy-empty { display: grid; justify-items: center; padding: 70px 24px; border: 1px solid var(--pmy-line); border-radius: 24px; text-align: center; background: var(--pmy-card); }
.pmy-empty > span { color: var(--pmy-red); font-size: 34px; }
.pmy-empty h2 { margin: 14px 0 8px; color: var(--pmy-ink); font-size: 28px; }
.pmy-empty p { max-width: 560px; margin: 0 0 24px; color: var(--pmy-muted); line-height: 1.6; }
.pmy-card.is-new { animation: pmy-card-arrive .55s both cubic-bezier(.2,.8,.2,1); animation-delay: var(--pmy-delay,0ms); }
@keyframes pmy-card-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1020px) { .pmy-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 780px) {
    .pmy-shell { width: min(calc(100% - 32px),680px); }
    .pmy-hero__inner { padding-top: 62px; }
    .pmy-year-nav { grid-template-columns: 1fr auto 1fr; margin-top: 42px; }
    .pmy-year-nav > a span { display: none; }
    .pmy-year-select select { min-width: 150px; }
    .pmy-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px 16px; }
}
@media (max-width: 560px) {
    .pmy-shell { width: min(calc(100% - 24px),520px); }
    .pmy-hero__inner { padding-block: 48px 30px; }
    .pmy-hero h1 { font-size: clamp(42px,14vw,64px); line-height: .98; }
    .pmy-hero__intro { margin-top: 20px; font-size: 15px; }
    .pmy-year-nav { gap: 10px; margin-top: 32px; }
    .pmy-year-select select { min-width: 142px; padding-block: 11px; }
    .pmy-stats { margin-top: 28px; }
    .pmy-stats > div { padding: 22px 10px 0 0; }
    .pmy-stats > div + div { padding-left: 12px; }
    .pmy-stats dt { font-size: 24px; }
    .pmy-stats dd { font-size: 9px; letter-spacing: .04em; }
    .pmy-catalogue { padding-block: 48px 58px; }
    .pmy-catalogue__header { align-items: start; margin-bottom: 22px; }
    .pmy-catalogue__header > p { max-width: 80px; text-align: right; line-height: 1.45; }
    .pmy-grid { grid-template-columns: 1fr; gap: 14px; }
    .pmy-card { display: grid; grid-template-columns: 132px minmax(0,1fr); border-radius: 16px; contain-intrinsic-size: 190px; }
    .pmy-card:hover { transform: none; }
    .pmy-card__poster { height: 100%; min-height: 198px; aspect-ratio: auto; }
    .pmy-card__status { top: 10px; left: 9px; padding: 6px 8px; font-size: 8px; }
    .pmy-card__body { display: flex; flex-direction: column; padding: 15px 14px; }
    .pmy-card__date { font-size: 9px; }
    .pmy-card__title { min-height: auto; font-size: 17px; }
    .pmy-card__cast { min-height: 2.8em; margin-top: 10px; font-size: 11px; }
    .pmy-card__footer { margin-top: auto; padding-top: 10px; }
    .pmy-card__view { font-size: 0; }
    .pmy-card__view span { font-size: 17px; }
    .pmy-ad { min-height: 128px; padding-block: 16px; }
    .pmy-note { margin-top: 42px; }
}
@media (prefers-reduced-motion: reduce) {
    .pmy-page *, .pmy-page *::before, .pmy-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
