/* Home Lab v12 — fundo original + scroll compacto */

.mu-wrap--home-lab .mu-sidebar {
    display: none !important;
}

.mu-home--lab {
    position: relative;
    overflow: visible;
    --mu-home-lab-atmo-top: calc(118px + 1rem);
}

@media (max-width: 900px) {
    .mu-home--lab {
        --mu-home-lab-atmo-top: calc(92px + 0.65rem);
    }
}

/* Fundo fixo — imagem abaixo da navbar; faixa do topo sólida no scroll */
.mu-body--home-lab .mu-home--lab .mu-home__atmosphere {
    position: fixed;
    inset: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    transform: none;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.mu-body--home-lab .mu-home--lab .mu-home__atmosphere::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--mu-home-lab-atmo-top);
    z-index: 2;
    background: #02060e;
    pointer-events: none;
    transition: opacity 0.35s ease, height 0.35s ease;
}

.mu-body--home-lab .mu-home--lab .mu-home__atmosphere-bg,
.mu-body--home-lab .mu-home--lab .mu-home__atmosphere-veil {
    position: absolute;
    transition: top 0.35s ease;
}

.mu-body--home-lab .mu-home--lab.is-atmo-full .mu-home__atmosphere::before {
    opacity: 0;
    height: 0;
}

.mu-body--home-lab .mu-home--lab.is-atmo-full .mu-home__atmosphere-bg,
.mu-body--home-lab .mu-home--lab.is-atmo-full .mu-home__atmosphere-veil {
    top: 0;
}

@media (prefers-reduced-motion: reduce) {
    .mu-body--home-lab .mu-home--lab .mu-home__atmosphere::before,
    .mu-body--home-lab .mu-home--lab .mu-home__atmosphere-bg,
    .mu-body--home-lab .mu-home--lab .mu-home__atmosphere-veil {
        transition: none;
    }
}

.mu-body--home-lab .mu-home--lab .mu-home__atmosphere-bg {
    top: var(--mu-home-lab-atmo-top);
    left: -2%;
    right: -2%;
    bottom: -2%;
    background: url('../assets/mu/home-hero-bg.jpg') center 16% / cover no-repeat;
    transform: scale(1.06) translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    animation: mu-home-atmosphere-drift 52s linear infinite;
}

.mu-body--home-lab .mu-home--lab .mu-home__atmosphere-veil {
    top: var(--mu-home-lab-atmo-top);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background:
        linear-gradient(180deg, rgba(4, 8, 22, 0.42) 0%, rgba(2, 6, 16, 0.12) 38%, rgba(2, 8, 20, 0.18) 62%, rgba(2, 6, 16, 0.68) 100%),
        linear-gradient(90deg, rgba(8, 16, 36, 0.15) 0%, transparent 45%, rgba(2, 6, 16, 0.2) 100%);
}

/* Igual à home: cine direto no .mu-home */
.mu-body--home-lab.mu-body--home .mu-home.mu-home--lab > .mu-home-cine {
    position: relative;
    z-index: auto;
}

/* Conteúdo abaixo do hero — na frente do boneco (z-index 400 como o bento oficial) */
.mu-body--home-lab .mu-home-lab__below {
    position: relative;
    z-index: 400 !important;
    max-width: var(--mu-home-max, min(1480px, calc(100vw - 2.3rem)));
    margin: 0.65rem auto 0;
    width: calc(100% - (var(--mu-home-gutter, 1.15rem) * 2));
    overflow: visible;
    transform: translateZ(0);
}

@media (min-width: 961px) {
    /* Sobe os 4 cards para perto do left-cta / fim do hero */
    .mu-body--home-lab .mu-home-lab__below {
        margin-top: -5.5rem;
    }
}

.mu-home--lab .mu-home-bento--lab {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: relative;
    z-index: 2;
}

.mu-home--lab .mu-home-bento--lab .mu-home-bento__area-cards {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mu-home--lab .mu-home-cards--4 {
    position: relative;
    z-index: 3;
}

.mu-home--lab .mu-home-mini-card {
    position: relative;
    z-index: 1;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mu-home--lab .mu-home-mini-card--live {
    border-color: rgba(126, 184, 232, 0.42);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.42),
        0 0 24px rgba(126, 184, 232, 0.14),
        inset 0 0 0 1px rgba(160, 210, 255, 0.12);
}

.mu-lab-scroll {
    --mu-lab-gutter: var(--mu-home-gutter, clamp(1.15rem, 2.8vw, 2rem));
    --mu-lab-max: var(--mu-home-max, min(1480px, calc(100vw - (var(--mu-lab-gutter) * 2))));
    --mu-lab-nav-offset: clamp(4.5rem, 10vh, 5.5rem);
    --mu-lab-fx-nav-extra: 0px;
    --mu-lab-gallery-step: clamp(34vh, 40vh, 46vh);
    --mu-lab-pvp-step: clamp(38vh, 44vh, 50vh);
    --mu-lab-sticky-h: calc(100vh - var(--mu-lab-nav-offset) - var(--mu-lab-fx-nav-extra) - 0.75rem);
    --mu-lab-parallax: 0px;
    --mu-lab-ambient-hue: 42;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0 clamp(2.5rem, 6vw, 4rem);
    color: var(--mu-text, #e8e0d4);
    background: linear-gradient(180deg, rgba(4, 10, 22, 0.66), rgba(3, 8, 18, 0.58));
    border: 0;
    border-radius: clamp(14px, 1.1vw, 18px);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow: visible;
}

.mu-lab-scroll__content {
    position: relative;
    z-index: 1;
    min-width: 0;
}

/* Orbs ambientes (parallax no scroll) */
.mu-lab-scroll__fx {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    transform: translate3d(0, var(--mu-lab-parallax), 0);
    will-change: transform;
}

.mu-lab-scroll__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.42;
    animation: mu-lab-orb-drift 24s ease-in-out infinite alternate;
}

.mu-lab-scroll__orb--a {
    width: min(56vw, 520px);
    height: min(56vw, 520px);
    top: 4%;
    left: -8%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.38), transparent 68%);
}

.mu-lab-scroll__orb--b {
    width: min(48vw, 440px);
    height: min(48vw, 440px);
    top: 28%;
    right: -10%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.28), transparent 68%);
    animation-delay: -7s;
}

.mu-lab-scroll__orb--c {
    width: min(42vw, 380px);
    height: min(42vw, 380px);
    bottom: 18%;
    left: 18%;
    background: radial-gradient(circle, rgba(234, 88, 12, 0.18), transparent 68%);
    animation-delay: -13s;
}

.mu-lab-scroll__orb--d {
    width: min(36vw, 320px);
    height: min(36vw, 320px);
    bottom: 6%;
    right: 12%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.16), transparent 68%);
    animation-delay: -18s;
}

@keyframes mu-lab-orb-drift {
    0% { transform: translate3d(0, 0, 0) scale(1); }
    100% { transform: translate3d(2%, -3%, 0) scale(1.08); }
}

/* Faíscas por secção explore (mesmo efeito da galeria em cada bloco) */
.mu-lab-scroll__has-particles {
    position: relative;
    z-index: 1;
}

.mu-lab-scroll__section-particles {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.88;
}

.mu-lab-scroll__has-particles > :not(.mu-lab-scroll__section-particles) {
    position: relative;
    z-index: 1;
}

.mu-lab-scroll__gallery.mu-lab-scroll__has-particles {
    overflow: visible;
}

.mu-lab-scroll__content > :not(.mu-lab-scroll__runes) {
    position: relative;
    z-index: 1;
}

.mu-lab-scroll .mu-reveal {
    transform: translateY(36px);
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--mu-reveal-delay, 0s);
}

.mu-lab-scroll .mu-reveal.is-visible {
    transform: none;
}

/* —— Portal (abaixo dos cards, sempre legível) —— */
.mu-lab-scroll__portal {
    position: relative;
    text-align: center;
    max-width: 860px;
    margin: 0 auto clamp(1rem, 2.5vw, 1.5rem);
    padding: clamp(0.65rem, 1.6vw, 1rem) var(--mu-lab-gutter) 0;
    z-index: 4;
}

.mu-lab-scroll__portal::before {
    content: '';
    position: absolute;
    inset: -0.5rem -1.5rem 0;
    background:
        radial-gradient(ellipse 90% 70% at 50% 35%, rgba(6, 14, 32, 0.82), transparent 72%),
        linear-gradient(180deg, rgba(4, 10, 24, 0.55), transparent 85%);
    z-index: -1;
    pointer-events: none;
    border-radius: 1rem;
}

.mu-lab-scroll__portal-eyebrow {
    margin: 0 0 0.75rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(0.75rem, 1.6vw, 0.9rem);
    letter-spacing: 0.22em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__portal-title {
    margin: 0 auto 1rem;
    max-width: 42rem;
    padding: 0 0.5rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.35rem, 3.2vw, 2.1rem);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    text-wrap: balance;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}

.mu-lab-scroll__portal-quote {
    margin: 0;
    font-size: 0.95rem;
    color: var(--mu-text-dim, #9a8f82);
    font-style: italic;
}

/* —— Timeline (capítulos entram conforme o scroll) —— */
.mu-lab-scroll__timeline {
    position: relative;
    padding: 0 var(--mu-lab-gutter) clamp(1.5rem, 4vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.mu-lab-scroll__timeline-head {
    text-align: center;
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.mu-lab-scroll__timeline-head p {
    margin: 0 0 0.4rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__timeline-head h2 {
    margin: 0;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    color: #fff;
}

.mu-lab-scroll__timeline-body {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 clamp(1rem, 2.5vw, 1.75rem);
    max-width: 820px;
    margin: 0 auto;
}

.mu-lab-scroll__timeline-rail {
    position: relative;
    width: 3px;
    margin-left: 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    align-self: stretch;
    min-height: 100%;
}

.mu-lab-scroll__timeline-fill {
    display: block;
    width: 100%;
    height: 0%;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--mu-gold, #d4af37), rgba(139, 92, 246, 0.85));
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
    transition: height 0.15s ease-out;
}

.mu-lab-scroll__timeline-steps {
    display: flex;
    flex-direction: column;
    gap: clamp(0.85rem, 2vw, 1.15rem);
    min-width: 0;
}

.mu-lab-scroll__timeline-step {
    padding: clamp(0.85rem, 2vw, 1.1rem) clamp(1rem, 2.2vw, 1.25rem);
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(6, 10, 22, 0.55);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0.28;
    transform: translateX(18px);
    filter: blur(3px);
    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        filter 0.45s ease,
        border-color 0.45s ease,
        box-shadow 0.45s ease;
}

.mu-lab-scroll__timeline-step:first-child {
    opacity: 0.45;
    transform: translateX(10px);
    filter: blur(2px);
}

.mu-lab-scroll__timeline-step.is-lit {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
    border-color: rgba(212, 175, 55, 0.22);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.mu-lab-scroll__timeline-step[data-tone="violet"].is-lit {
    border-color: rgba(139, 92, 246, 0.28);
    box-shadow: 0 10px 28px rgba(88, 28, 135, 0.18);
}

.mu-lab-scroll__timeline-step[data-tone="ember"].is-lit {
    border-color: rgba(234, 88, 12, 0.25);
}

.mu-lab-scroll__timeline-step[data-tone="ash"].is-lit {
    border-color: rgba(148, 163, 184, 0.22);
}

.mu-lab-scroll__timeline-num {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: rgba(212, 175, 55, 0.65);
}

.mu-lab-scroll__timeline-eyebrow {
    margin: 0 0 0.35rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__timeline-title {
    margin: 0 0 0.45rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    line-height: 1.2;
    color: #fff;
}

.mu-lab-scroll__timeline-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--mu-text-dim, #a89f94);
}

/* legado removido — story pin */
.mu-lab-scroll__story {
    display: none;
}

/* —— Sistemas —— */
.mu-lab-scroll__systems {
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
    padding: 1rem var(--mu-lab-gutter) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mu-lab-scroll__systems-head {
    text-align: center;
    margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.mu-lab-scroll__systems-head p {
    margin: 0 0 0.5rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__systems-head h2 {
    margin: 0;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.5rem, 3.2vw, 2.2rem);
    color: #fff;
}

.mu-lab-scroll__systems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: clamp(0.85rem, 2vw, 1.25rem);
    max-width: var(--mu-lab-max);
    margin: 0 auto;
}

.mu-lab-scroll__system-card {
    display: flex;
    flex-direction: column;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(6, 10, 22, 0.52);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

.mu-lab-scroll__system-card-art {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0.95rem 0.95rem 0 0;
    background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(255, 255, 255, 0.04), transparent);
    cursor: zoom-in;
    color: inherit;
}

.mu-lab-scroll__system-card-art img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 21 / 9;
    object-fit: cover;
    object-position: center;
    filter: none;
    transition: transform 0.35s ease;
}

.mu-lab-scroll__system-card-art:hover img,
.mu-lab-scroll__system-card-art:focus-visible img {
    transform: scale(1.03);
}

.mu-lab-scroll__system-card-zoom {
    /* legacy — hint unificado abaixo */
}

.mu-home-zoom-hint {
    position: absolute;
    right: 0.65rem;
    bottom: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(4, 10, 22, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #e8f0ff;
    opacity: 0.85;
    pointer-events: none;
    transition: opacity 0.2s, transform 0.2s;
    z-index: 2;
}

.mu-lab-scroll__system-card-art:hover .mu-home-zoom-hint,
.mu-lab-scroll__system-card-art:focus-visible .mu-home-zoom-hint,
.mu-lab-scroll__gallery-zoom:hover .mu-home-zoom-hint,
.mu-lab-scroll__gallery-zoom:focus-visible .mu-home-zoom-hint,
.mu-site-preview__shot:hover .mu-home-zoom-hint,
.mu-site-preview__shot:focus-visible .mu-home-zoom-hint {
    opacity: 1;
    transform: scale(1.06);
}

.mu-lab-scroll__system-card--banner .mu-lab-scroll__system-card-body h3 {
    font-size: 0.98rem;
}

.mu-lab-scroll__system-card-body {
    padding: 0.85rem 1rem 1.1rem;
}

.mu-lab-scroll__gallery-zoom {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    color: inherit;
}

.mu-lab-scroll__gallery-zoom img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lightbox compartilhado da home */
.mu-home-lightbox,
.mu-lab-systems-lightbox {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.75rem, 3vw, 1.75rem);
}

.mu-home-lightbox[hidden],
.mu-lab-systems-lightbox[hidden] {
    display: none !important;
}

.mu-home-lightbox__backdrop,
.mu-lab-systems-lightbox__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: zoom-out;
    background: rgba(2, 6, 16, 0.88);
    backdrop-filter: blur(10px);
}

.mu-home-lightbox__dialog,
.mu-lab-systems-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(96vw, 1180px);
    max-height: 94vh;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.65rem 0.65rem 0.9rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(6, 10, 20, 0.92);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.65);
    animation: mu-home-lightbox-in 0.22s ease;
}

@keyframes mu-home-lightbox-in {
    from { opacity: 0; transform: translateY(10px) scale(0.98); }
    to { opacity: 1; transform: none; }
}

.mu-home-lightbox__close,
.mu-lab-systems-lightbox__close {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 2;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: rgba(12, 18, 32, 0.92);
    color: #fff;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.mu-home-lightbox__close:hover,
.mu-lab-systems-lightbox__close:hover {
    background: rgba(30, 42, 70, 0.95);
}

.mu-home-lightbox__img,
.mu-lab-systems-lightbox__img {
    display: block;
    width: 100%;
    max-height: min(78vh, 720px);
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    background: #05080f;
}

.mu-home-lightbox__meta,
.mu-lab-systems-lightbox__meta {
    padding: 0 0.45rem 0.15rem;
}

.mu-home-lightbox__meta strong,
.mu-lab-systems-lightbox__meta strong {
    display: block;
    font-family: Cinzel, Georgia, serif;
    font-size: 1.05rem;
    color: #fff;
}

.mu-home-lightbox__meta p,
.mu-lab-systems-lightbox__meta p {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(190, 205, 220, 0.82);
}

html.mu-modal-open {
    overflow: hidden;
}

body.mu-home-lightbox-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.mu-home-lightbox {
    position: fixed !important;
    inset: 0 !important;
    z-index: 12000 !important;
}

.mu-lab-scroll__system-card-num {
    display: block;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    color: rgba(212, 175, 55, 0.45);
    margin-bottom: 0.25rem;
}

.mu-lab-scroll__system-card-tag {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__system-card-body h3 {
    margin: 0 0 0.4rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 1.05rem;
    color: #fff;
}

.mu-lab-scroll__system-card-body p {
    margin: 0 0 0.65rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--mu-text-dim, #9a9288);
}

.mu-lab-scroll__system-card-body a {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mu-gold, #d4af37);
    text-decoration: none;
}

.mu-lab-scroll__system-card--green { border-color: rgba(72, 187, 120, 0.2); }
.mu-lab-scroll__system-card--purple { border-color: rgba(167, 139, 250, 0.2); }
.mu-lab-scroll__system-card--gold { border-color: rgba(212, 175, 55, 0.22); }
.mu-lab-scroll__system-card--blue { border-color: rgba(96, 165, 250, 0.2); }

/* —— Barra de progresso do scroll —— */
.mu-lab-scroll__progress {
    position: fixed;
    left: clamp(0.35rem, 1.2vw, 0.85rem);
    top: var(--mu-lab-nav-offset);
    bottom: 1.5rem;
    width: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    z-index: 90;
    pointer-events: none;
}

.mu-lab-scroll__progress-fill {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--mu-gold, #d4af37), rgba(139, 92, 246, 0.85));
    transform-origin: top center;
    transform: scaleY(0);
    transition: transform 0.12s linear;
}

/* —— Runas flutuantes —— */
.mu-lab-scroll__runes {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.mu-lab-scroll__runes span {
    position: absolute;
    font-size: clamp(0.65rem, 1.2vw, 0.85rem);
    color: rgba(212, 175, 55, 0.2);
    animation: mu-lab-rune-float 14s ease-in-out infinite;
}

.mu-lab-scroll__runes span:nth-child(1) { left: 8%; top: 12%; animation-delay: 0s; }
.mu-lab-scroll__runes span:nth-child(2) { right: 10%; top: 22%; animation-delay: -3s; }
.mu-lab-scroll__runes span:nth-child(3) { left: 14%; top: 48%; animation-delay: -6s; }
.mu-lab-scroll__runes span:nth-child(4) { right: 16%; top: 62%; animation-delay: -9s; }
.mu-lab-scroll__runes span:nth-child(5) { left: 50%; top: 78%; animation-delay: -11s; }

@keyframes mu-lab-rune-float {
    0%, 100% { opacity: 0.15; transform: translateY(0) rotate(0deg); }
    50% { opacity: 0.45; transform: translateY(-12px) rotate(8deg); }
}

/* —— Divisores —— */
.mu-lab-scroll__divider {
    display: flex;
    justify-content: center;
    padding: clamp(1rem, 3vw, 1.75rem) var(--mu-lab-gutter);
}

.mu-lab-scroll__divider span {
    display: block;
    width: min(320px, 60%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.35), transparent);
}

.mu-lab-scroll__divider--gold span {
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.55), transparent);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
}

/* —— Modo home (fora do lab-scroll, acima da secção) —— */
.mu-home-mode {
    position: relative;
    z-index: 5;
    margin: 1rem auto 1.15rem;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.mu-home-mode__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    padding: 0.35rem;
    border-radius: 1rem;
    border: 1px solid rgba(212, 175, 55, 0.28);
    background: #060c16;
    background: linear-gradient(180deg, #0a1220f5, #040814f7);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
}

.mu-home-mode__btn {
    appearance: none;
    border: 1px solid transparent;
    border-radius: 0.75rem;
    padding: 0.7rem 1rem;
    min-height: 3.15rem;
    background: transparent;
    color: rgba(236, 242, 255, 0.78);
    cursor: pointer;
    text-align: center;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.mu-home-mode__btn:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.mu-home-mode__btn.is-active {
    border-color: color-mix(in srgb, var(--mu-gold, #d4af37) 55%, transparent);
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.22), rgba(122, 92, 255, 0.12));
    color: #fff;
    box-shadow: 0 0 22px rgba(212, 175, 55, 0.18);
}

.mu-home-mode__label {
    display: block;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(0.92rem, 1.7vw, 1.08rem);
    letter-spacing: 0.04em;
    line-height: 1.2;
}

.mu-home-mode__hint {
    display: block;
    margin-top: 0.22rem;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    color: rgba(210, 220, 240, 0.72);
}

.mu-home-mode__btn.is-active .mu-home-mode__hint {
    color: rgba(255, 224, 150, 0.85);
}

.mu-lab-scroll[data-mu-home-mode="live"] [data-mu-home-mode-section="explore"] {
    display: none !important;
}

.mu-lab-scroll[data-mu-home-mode="live"] .mu-fx-hub__head {
    display: none !important;
}

.mu-lab-scroll[data-mu-home-mode="live"] .mu-fx-hub {
    padding-top: 0.5rem;
    margin-top: 0;
}

@media (max-width: 720px) {
    .mu-home-mode__inner {
        grid-template-columns: 1fr;
    }

    .mu-home-mode__btn {
        text-align: center;
        min-height: 2.85rem;
        padding: 0.62rem 0.85rem;
    }
}

/* —— Galeria pinned (scroll da página, trilho compacto) —— */
.mu-lab-scroll__gallery {
    padding: 0 var(--mu-lab-gutter) clamp(1.5rem, 4vw, 2.5rem);
}

.mu-lab-scroll__gallery-head {
    text-align: center;
    margin-bottom: clamp(1rem, 2.5vw, 1.5rem);
}

.mu-lab-scroll__gallery-head p {
    margin: 0 0 0.45rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__gallery-head h2 {
    margin: 0;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    color: #fff;
}

.mu-lab-scroll__gallery-track {
    height: var(--mu-lab-sticky-h);
    position: relative;
}

.mu-lab-scroll__gallery-track .mu-lab-scroll__gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 2.65rem;
    height: 2.65rem;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: rgba(6, 10, 22, 0.72);
    color: #fff;
    font-size: 1.65rem;
    line-height: 1;
    display: grid;
    place-items: center;
    cursor: pointer;
    transform: translateY(-50%);
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
    backdrop-filter: blur(8px);
}

.mu-lab-scroll__gallery-arrow span {
    display: block;
    margin-top: -0.12rem;
}

.mu-lab-scroll__gallery-arrow:hover:not(:disabled) {
    border-color: rgba(212, 175, 55, 0.55);
    background: rgba(18, 14, 8, 0.88);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.35);
}

.mu-lab-scroll__gallery-arrow:disabled {
    opacity: 0.28;
    cursor: default;
}

.mu-lab-scroll__gallery-arrow--prev { left: 0.35rem; }
.mu-lab-scroll__gallery-arrow--next { right: 0.35rem; }

.mu-lab-scroll__gallery-sticky {
    position: sticky;
    top: calc(var(--mu-lab-nav-offset) + var(--mu-lab-fx-nav-extra));
    height: var(--mu-lab-sticky-h);
    min-height: 0;
    padding: 0.25rem 0;
}

.mu-lab-scroll__gallery-set[data-tone="gold"]   { --gal-c1: #ffd16a; --gal-c2: #d4af37; }
.mu-lab-scroll__gallery-set[data-tone="violet"] { --gal-c1: #c9a8ff; --gal-c2: #7a5cff; }
.mu-lab-scroll__gallery-set[data-tone="blue"]   { --gal-c1: #9fdcff; --gal-c2: #3aa0ff; }
.mu-lab-scroll__gallery-set[data-tone="green"]  { --gal-c1: #7afca6; --gal-c2: #36c97a; }
.mu-lab-scroll__gallery-set[data-tone="ember"]  { --gal-c1: #ffb07a; --gal-c2: #e85c2b; }
.mu-lab-scroll__gallery-set[data-tone="purple"] { --gal-c1: #d8b4fe; --gal-c2: #9333ea; }
.mu-lab-scroll__gallery-set[data-tone="red"]    { --gal-c1: #ff8a7c; --gal-c2: #e23a3a; }

.mu-lab-scroll__gallery-roman {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 6;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(3rem, 5.5vw, 4.6rem);
    line-height: 1;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.16);
    letter-spacing: -0.02em;
    pointer-events: none;
    transition: -webkit-text-stroke 0.45s ease, transform 0.45s ease;
}

.mu-lab-scroll__gallery-set.is-active .mu-lab-scroll__gallery-roman {
    -webkit-text-stroke-color: color-mix(in srgb, var(--gal-c1, #ffd16a) 55%, rgba(255, 255, 255, 0.2));
}

.mu-lab-scroll__gallery-set {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.mu-lab-scroll__gallery-set.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.mu-lab-scroll__gallery-sticky:not(.is-live) .mu-lab-scroll__gallery-set:first-child {
    opacity: 1;
    visibility: visible;
}

.mu-lab-scroll__gallery-set:nth-child(even) {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-frame {
    grid-column: 2;
    grid-row: 1;
    transform: translateX(40px);
}

.mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-panel {
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    align-items: flex-end;
    transform: translateX(-40px);
}

.mu-lab-scroll__gallery-set:not(.is-active) .mu-lab-scroll__gallery-frame,
.mu-lab-scroll__gallery-set:not(.is-active) .mu-lab-scroll__gallery-panel {
    transition: none;
}

.mu-lab-scroll__gallery-frame {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    align-self: stretch;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: min(46vh, 460px);
    min-height: min(46vh, 460px);
    max-height: none;
    padding: 0;
    border-radius: 1rem;
    border: 1px solid rgba(212, 175, 55, 0.18);
    background: #040812;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    transform: translateX(-40px);
    opacity: 0;
    transition:
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-frame {
    transform: translateX(40px);
}

.mu-lab-scroll__gallery-set.is-active .mu-lab-scroll__gallery-frame,
.mu-lab-scroll__gallery-set.is-entering.is-active .mu-lab-scroll__gallery-frame {
    transform: translateX(0);
    opacity: 1;
    border-color: color-mix(in srgb, var(--gal-c1, #d4af37) 72%, rgba(255, 255, 255, 0.12));
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        0 0 28px color-mix(in srgb, var(--gal-c1, #d4af37) 32%, transparent);
}

.mu-lab-scroll__gallery-sticky:not(.is-live) .mu-lab-scroll__gallery-set:first-child .mu-lab-scroll__gallery-frame {
    transform: translateX(0);
    opacity: 1;
}

.mu-lab-scroll__gallery-frame img,
.mu-lab-scroll__gallery-zoom,
.mu-lab-scroll__gallery-zoom img {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center center;
    border-radius: 0;
    filter: none;
}

.mu-lab-scroll__gallery-zoom {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    color: inherit;
    z-index: 1;
}

.mu-lab-scroll__gallery-zoom img {
    z-index: 0;
}

/* Ecrãs muito largos: não cortar topo/base da arte */
@media (min-width: 1600px) {
    .mu-lab-scroll__gallery-frame {
        display: grid;
        place-items: center;
        height: min(56vh, 560px);
        min-height: min(42vh, 420px);
        max-height: min(68vh, 640px);
        padding: clamp(1rem, 3.5%, 1.75rem);
    }

    .mu-lab-scroll__gallery-frame img {
        position: relative !important;
        inset: auto !important;
        box-sizing: border-box;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        min-width: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
    }
}

.mu-lab-scroll__gallery-panel {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    max-height: min(72vh, 620px);
    padding: 0.15rem 0.35rem 0.15rem 0.25rem;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 175, 55, 0.35) transparent;
    transform: translateX(40px);
    opacity: 0;
    transition:
        transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.mu-lab-scroll__gallery-panel::-webkit-scrollbar {
    width: 5px;
}

.mu-lab-scroll__gallery-panel::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.35);
    border-radius: 99px;
}

.mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-panel {
    transform: translateX(-40px);
}

.mu-lab-scroll__gallery-set.is-active .mu-lab-scroll__gallery-panel,
.mu-lab-scroll__gallery-set.is-entering.is-active .mu-lab-scroll__gallery-panel {
    transform: translateX(0);
    opacity: 1;
}

.mu-lab-scroll__gallery-sticky:not(.is-live) .mu-lab-scroll__gallery-set:first-child .mu-lab-scroll__gallery-panel {
    transform: translateX(0);
    opacity: 1;
}

.mu-lab-scroll__gallery-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0 var(--mu-lab-gutter);
}

.mu-lab-scroll__gallery-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.mu-lab-scroll__gallery-dot.is-active,
.mu-lab-scroll__gallery-dot[aria-current="true"] {
    background: var(--mu-gold, #d4af37);
    transform: scale(1.15);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.45);
}

.mu-lab-scroll__gallery-index {
    display: inline-block;
    margin: 0 0 0.65rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    color: rgba(212, 175, 55, 0.72);
}

.mu-lab-scroll__gallery-panel h3 {
    margin: 0 0 0.55rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.28rem, 2.6vw, 1.75rem);
    color: #fff;
}

.mu-lab-scroll__gallery-lead {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(236, 242, 255, 0.92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.mu-lab-scroll__gallery-feats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
}

.mu-lab-scroll__gallery-feats li {
    margin: 0;
    padding: 0.55rem 0.7rem;
    border-radius: 0.65rem;
    border: 1px solid color-mix(in srgb, var(--gal-c1, #d4af37) 28%, rgba(255, 255, 255, 0.12));
    background: linear-gradient(
        135deg,
        rgba(8, 14, 28, 0.92),
        rgba(6, 10, 22, 0.88)
    );
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
}

.mu-lab-scroll__gallery-feats strong {
    display: block;
    margin: 0 0 0.28rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--gal-c1, #ffd16a) 70%, #ffffff);
}

.mu-lab-scroll__gallery-feats span {
    display: block;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(230, 236, 250, 0.9);
}

.mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-feats li {
    text-align: right;
}

.mu-lab-scroll__gallery-panel p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(236, 242, 255, 0.92);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

/* —— PvP clash (scroll storytelling) —— */
.mu-lab-scroll__pvp {
    padding: 0 var(--mu-lab-gutter) clamp(1.5rem, 4vw, 2.5rem);
}

.mu-lab-scroll__pvp-head {
    text-align: center;
    margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.mu-lab-scroll__pvp-head p {
    margin: 0 0 0.45rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__pvp-head h2 {
    margin: 0;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.45rem, 3vw, 2.1rem);
    color: #fff;
}

.mu-lab-scroll__pvp-track {
    height: var(--mu-lab-sticky-h);
    position: relative;
}

.mu-lab-scroll__pvp-sticky {
    position: sticky;
    top: calc(var(--mu-lab-nav-offset) + var(--mu-lab-fx-nav-extra));
    height: var(--mu-lab-sticky-h);
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.5rem, 1.5vw, 1rem);
    padding: 0.25rem 0 0.5rem;
}

.mu-lab-scroll__pvp-arena {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    max-height: min(52vh, 500px);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(212, 175, 55, 0.16);
    background:
        radial-gradient(ellipse 70% 55% at 50% 100%, rgba(212, 175, 55, 0.14), transparent 70%),
        linear-gradient(180deg, rgba(6, 12, 26, 0.9), rgba(3, 8, 18, 0.75));
    box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.45);
}

.mu-lab-scroll__pvp-fighter {
    position: absolute;
    bottom: 0;
    width: min(40vw, 320px);
    min-height: min(48vh, 460px);
    z-index: 2;
    transform-origin: bottom center;
}

.mu-lab-scroll__pvp-frame {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.55));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
}

.mu-lab-scroll__pvp[data-pvp-step="1"] .mu-lab-scroll__pvp-frame[data-pvp-frame="1"],
.mu-lab-scroll__pvp[data-pvp-step="2"] .mu-lab-scroll__pvp-frame[data-pvp-frame="2"],
.mu-lab-scroll__pvp[data-pvp-step="3"] .mu-lab-scroll__pvp-frame[data-pvp-frame="3"] {
    opacity: 1;
    visibility: visible;
}

/* Frame 3 — espelha PNG da direita (desktop + mobile) */
.mu-lab-scroll__pvp-fighter--right .mu-lab-scroll__pvp-frame[data-pvp-frame="3"] {
    transform: scaleX(-1);
}

.mu-lab-scroll__pvp-fighter img {
    display: block;
}

.mu-lab-scroll__pvp-fighter--left {
    left: -1%;
}

.mu-lab-scroll__pvp-fighter--right {
    right: -1%;
}

/* Frame 1 — cantos; esquerda/direita alinhadas na vertical (desktop) */
.mu-lab-scroll__pvp[data-pvp-step="1"] .mu-lab-scroll__pvp-fighter--left {
    left: -2%;
    transform: scale(1.15) translateY(-14%);
}

.mu-lab-scroll__pvp[data-pvp-step="1"] .mu-lab-scroll__pvp-fighter--right {
    right: -2%;
    transform: scale(1.392) translateY(-14%);
}

/* Frame 2 — centro vertical no card, -10% tamanho */
.mu-lab-scroll__pvp[data-pvp-step="2"] .mu-lab-scroll__pvp-fighter {
    bottom: auto;
    top: 50%;
    width: min(47vw, 374px);
    min-height: min(50vh, 468px);
    transform-origin: center center;
}

.mu-lab-scroll__pvp[data-pvp-step="2"] .mu-lab-scroll__pvp-frame {
    object-position: center center;
}

.mu-lab-scroll__pvp[data-pvp-step="2"] .mu-lab-scroll__pvp-fighter--left {
    left: 10%;
    transform: translateY(-50%) scale(1.67);
}

.mu-lab-scroll__pvp[data-pvp-step="2"] .mu-lab-scroll__pvp-fighter--right {
    right: 10%;
    transform: translateY(-50%) scale(1.4);
}

/* Frame 3 — mais ao centro, +15% e um pouco acima do meio */
.mu-lab-scroll__pvp[data-pvp-step="3"] .mu-lab-scroll__pvp-fighter {
    bottom: auto;
    top: 50%;
    transform-origin: center center;
    width: min(46vw, 368px);
    min-height: min(50vh, 460px);
}

.mu-lab-scroll__pvp[data-pvp-step="3"] .mu-lab-scroll__pvp-frame {
    object-position: center center;
}

.mu-lab-scroll__pvp[data-pvp-step="3"] .mu-lab-scroll__pvp-fighter--left {
    left: 16%;
    transform: translateY(calc(-56% + 10px)) scale(1.35);
}

.mu-lab-scroll__pvp[data-pvp-step="3"] .mu-lab-scroll__pvp-fighter--right {
    right: 16%;
    transform: translateY(-56%) scale(1.5);
}

.mu-lab-scroll__pvp-final {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.mu-lab-scroll__pvp-final img {
    display: block;
    width: min(100%, 1058px);
    height: auto;
    max-height: min(51vh, 483px);
    object-fit: contain;
    object-position: center center;
    transform: translate(calc(-15px), calc(3% + 5px)) scale(1.15);
    transform-origin: center center;
    filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.6));
}

.mu-lab-scroll__pvp.is-final .mu-lab-scroll__pvp-fighter {
    opacity: 0;
    visibility: hidden;
}

.mu-lab-scroll__pvp.is-final .mu-lab-scroll__pvp-final {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.mu-lab-scroll__pvp.is-impact .mu-lab-scroll__pvp-final img {
    filter:
        drop-shadow(0 20px 36px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 24px rgba(80, 170, 255, 0.65))
        drop-shadow(0 0 52px rgba(150, 70, 255, 0.5))
        brightness(1.1) saturate(1.15);
}

.mu-lab-scroll__pvp-magic {
    --mu-magic-x: 50%;
    --mu-magic-y: 48%;
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-25px);
    transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.mu-lab-scroll__pvp.is-final .mu-lab-scroll__pvp-magic {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.35s ease, visibility 0s linear 0s;
}

.mu-lab-scroll__pvp-magic-core {
    position: absolute;
    left: var(--mu-magic-x);
    top: var(--mu-magic-y);
    width: 110px;
    height: 110px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(210, 235, 255, 0.98) 0%,
        rgba(90, 170, 255, 0.82) 22%,
        rgba(150, 70, 255, 0.62) 48%,
        rgba(90, 40, 200, 0.28) 68%,
        transparent 100%);
    filter: blur(10px);
    mix-blend-mode: screen;
    animation: mu-lab-magic-core 1.1s ease-in-out infinite;
}

.mu-lab-scroll__pvp-magic-nova {
    position: absolute;
    left: var(--mu-magic-x);
    top: var(--mu-magic-y);
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%) scale(0.25);
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(220, 240, 255, 0.95) 0%,
        rgba(100, 180, 255, 0.72) 28%,
        rgba(170, 90, 255, 0.48) 52%,
        transparent 78%);
    filter: blur(6px);
    mix-blend-mode: screen;
    animation: mu-lab-magic-nova 2s cubic-bezier(0.15, 0.85, 0.25, 1) infinite;
}

.mu-lab-scroll__pvp-magic-nova--b { animation-delay: 0.65s; }
.mu-lab-scroll__pvp-magic-nova--c { animation-delay: 1.3s; }

.mu-lab-scroll__pvp-magic-shock {
    position: absolute;
    left: var(--mu-magic-x);
    top: var(--mu-magic-y);
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%) scale(0.35);
    border-radius: 50%;
    border: 3px solid rgba(110, 190, 255, 0.85);
    box-shadow:
        0 0 28px rgba(80, 160, 255, 0.75),
        0 0 48px rgba(150, 80, 255, 0.45),
        inset 0 0 24px rgba(140, 80, 255, 0.35);
    mix-blend-mode: screen;
    animation: mu-lab-magic-shock 2.2s ease-out infinite;
}

.mu-lab-scroll__pvp-magic-shock--b { animation-delay: 0.75s; border-color: rgba(170, 100, 255, 0.8); }
.mu-lab-scroll__pvp-magic-shock--c { animation-delay: 1.5s; }

.mu-lab-scroll__pvp-magic-vortex {
    position: absolute;
    left: var(--mu-magic-x);
    top: var(--mu-magic-y);
    width: 240px;
    height: 240px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: conic-gradient(from 0deg,
        transparent 0deg,
        rgba(70, 150, 255, 0.55) 55deg,
        transparent 110deg,
        rgba(170, 80, 255, 0.5) 175deg,
        transparent 230deg,
        rgba(120, 200, 255, 0.45) 300deg,
        transparent 360deg);
    filter: blur(22px);
    mix-blend-mode: screen;
    opacity: 0.8;
    animation: mu-lab-magic-vortex 2.8s linear infinite;
}

.mu-lab-scroll__pvp-magic-ray {
    position: absolute;
    left: var(--mu-magic-x);
    top: var(--mu-magic-y);
    width: 14px;
    height: 160px;
    transform-origin: center top;
    background: linear-gradient(180deg,
        rgba(200, 230, 255, 0.95) 0%,
        rgba(90, 170, 255, 0.65) 35%,
        rgba(160, 80, 255, 0.35) 65%,
        transparent 100%);
    filter: blur(4px);
    mix-blend-mode: screen;
    animation: mu-lab-magic-ray 1.4s ease-in-out infinite;
}

.mu-lab-scroll__pvp-magic-ray:nth-child(3) { transform: translate(-50%, 0) rotate(0deg); animation-delay: 0s; }
.mu-lab-scroll__pvp-magic-ray:nth-child(4) { transform: translate(-50%, 0) rotate(60deg); animation-delay: 0.12s; }
.mu-lab-scroll__pvp-magic-ray:nth-child(5) { transform: translate(-50%, 0) rotate(120deg); animation-delay: 0.24s; }
.mu-lab-scroll__pvp-magic-ray:nth-child(6) { transform: translate(-50%, 0) rotate(180deg); animation-delay: 0.36s; }
.mu-lab-scroll__pvp-magic-ray:nth-child(7) { transform: translate(-50%, 0) rotate(240deg); animation-delay: 0.48s; }
.mu-lab-scroll__pvp-magic-ray:nth-child(8) { transform: translate(-50%, 0) rotate(300deg); animation-delay: 0.6s; }

.mu-lab-scroll__pvp-magic-flash {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 42% 38% at var(--mu-magic-x) var(--mu-magic-y),
        rgba(120, 190, 255, 0.42) 0%,
        rgba(150, 80, 255, 0.22) 38%,
        transparent 72%);
    mix-blend-mode: screen;
    animation: mu-lab-magic-flash 1.6s ease-in-out infinite;
}

@keyframes mu-lab-magic-core {
    0%, 100% { transform: translate(-50%, -50%) scale(0.92); opacity: 0.75; }
    50% { transform: translate(-50%, -50%) scale(1.18); opacity: 1; }
}

@keyframes mu-lab-magic-nova {
    0% { transform: translate(-50%, -50%) scale(0.2); opacity: 0; }
    12% { opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(9); opacity: 0; }
}

@keyframes mu-lab-magic-shock {
    0% { transform: translate(-50%, -50%) scale(0.35); opacity: 0.95; }
    100% { transform: translate(-50%, -50%) scale(5.5); opacity: 0; }
}

@keyframes mu-lab-magic-vortex {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes mu-lab-magic-ray {
    0%, 100% { opacity: 0.25; height: 110px; filter: blur(5px); }
    50% { opacity: 0.9; height: 210px; filter: blur(3px); }
}

@keyframes mu-lab-magic-flash {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.95; }
}

@media (prefers-reduced-motion: reduce) {
    .mu-lab-scroll__pvp-magic-core,
    .mu-lab-scroll__pvp-magic-nova,
    .mu-lab-scroll__pvp-magic-shock,
    .mu-lab-scroll__pvp-magic-vortex,
    .mu-lab-scroll__pvp-magic-ray,
    .mu-lab-scroll__pvp-magic-flash {
        animation: none;
    }

    .mu-lab-scroll__pvp.is-final .mu-lab-scroll__pvp-magic-core {
        opacity: 0.7;
    }
}

.mu-lab-scroll__pvp-copy {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto;
    opacity: 0.35;
    transform: translateY(12px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.mu-lab-scroll__pvp.is-impact .mu-lab-scroll__pvp-copy {
    opacity: 1;
    transform: translateY(0);
}

.mu-lab-scroll__pvp-tag {
    display: inline-block;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.12);
    color: #f3df9a;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.mu-lab-scroll__pvp-copy h3 {
    margin: 0 0 0.45rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.1rem, 2.2vw, 1.45rem);
    color: #fff;
}

.mu-lab-scroll__pvp-copy p {
    margin: 0;
    color: var(--mu-text-dim, #a89f94);
    line-height: 1.65;
}

/* Stack pin removido — grid de sistemas basta */
.mu-lab-scroll__stack {
    display: none !important;
}

.mu-lab-scroll__systems--grid {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* —— Stats —— */
.mu-lab-scroll__stats {
    text-align: center;
    padding: clamp(2rem, 5vw, 3rem) var(--mu-lab-gutter);
    margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mu-lab-scroll__stats-eyebrow {
    margin: 0 0 1.25rem;
    font-family: Cinzel, Georgia, serif;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--mu-gold, #d4af37);
}

.mu-lab-scroll__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 2vw, 1.25rem);
    max-width: var(--mu-lab-max);
    margin: 0 auto;
}

.mu-lab-scroll__stat strong {
    display: block;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    color: #fff;
}

.mu-lab-scroll__stat span {
    display: block;
    margin-top: 0.3rem;
    font-size: 0.74rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--mu-text-dim, #8f877d);
}

/* —— CTA —— */
.mu-lab-scroll__cta {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 2.5rem) var(--mu-lab-gutter) 0.5rem;
}

.mu-lab-scroll__cta h2 {
    margin: 0 0 0.75rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    color: #fff;
}

.mu-lab-scroll__cta p {
    margin: 0 0 1.25rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--mu-text-dim, #a89f94);
}

.mu-lab-scroll__cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

/* Lore promo dentro do scroll lab */
.mu-lab-scroll .mu-home-lore-promo {
    width: calc(100% - (var(--mu-lab-gutter) * 2));
    max-width: var(--mu-lab-max);
    margin: 0 auto clamp(2rem, 5vw, 3rem);
    box-sizing: border-box;
}

.mu-lab-scroll .mu-home-lore-promo__inner {
    width: 100%;
    margin: 0;
    border-color: rgba(212, 175, 55, 0.22);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
}

/* Scroll hijack — página trava, wheel só troca efeitos */
html.mu-lab-scene-lock,
body.mu-lab-scene-lock {
    overflow: hidden !important;
    overscroll-behavior: none;
}

.mu-lab-scroll__gallery.is-scene-active,
.mu-lab-scroll__pvp.is-scene-active {
    position: relative;
    z-index: 5;
}

.mu-lab-scroll__gallery.is-scene-active .mu-lab-scroll__gallery-sticky,
.mu-lab-scroll__pvp.is-scene-active .mu-lab-scroll__pvp-sticky {
    position: sticky;
}

@media (max-width: 840px) {
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__gallery.is-scene-active .mu-lab-scroll__gallery-sticky,
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__pvp.is-scene-active .mu-lab-scroll__pvp-sticky {
        position: sticky !important;
        height: var(--mu-lab-sticky-h) !important;
        display: block !important;
    }
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__gallery.is-scene-active .mu-lab-scroll__gallery-set {
        position: absolute !important;
        opacity: 0;
        visibility: hidden;
    }
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__gallery.is-scene-active .mu-lab-scroll__gallery-set.is-active {
        opacity: 1 !important;
        visibility: visible !important;
        position: absolute !important;
    }
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__gallery.is-scene-active .mu-lab-scroll__gallery-track,
    html.mu-fx-ready body:not(.mu-body--home-mobile) .mu-lab-scroll__pvp.is-scene-active .mu-lab-scroll__pvp-track {
        height: var(--mu-lab-sticky-h) !important;
    }
}

/* Navbar FX flutuante — reserva espaço no sticky da galeria/PvP */
html.mu-fx-ready .mu-lab-scroll {
    --mu-lab-fx-nav-extra: 3.5rem;
}

@media (max-width: 900px) {
    .mu-body--home-lab .mu-home-lab__below {
        margin-top: 0.75rem;
    }

    .mu-lab-scroll__timeline-body {
        grid-template-columns: 1fr;
    }

    .mu-lab-scroll__timeline-rail {
        display: none;
    }

    .mu-lab-scroll__progress {
        display: none;
    }

    .mu-lab-scroll__gallery-set,
    .mu-lab-scroll__gallery-set:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-frame {
        grid-column: 1;
        grid-row: 2;
        text-align: left;
    }

    .mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-panel {
        grid-column: 1;
        grid-row: 1;
        text-align: left;
        align-items: flex-start;
    }

    .mu-lab-scroll__gallery-set:not(:nth-child(even)) .mu-lab-scroll__gallery-frame {
        grid-row: 1;
    }

    .mu-lab-scroll__gallery-set:not(:nth-child(even)) .mu-lab-scroll__gallery-panel {
        grid-row: 2;
    }

    .mu-lab-scroll__pvp-fighter {
        width: min(48vw, 260px);
    }
}

@media (max-width: 720px) {
    .mu-lab-scroll__stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile lab — sem canvas/partículas (evita estouro de memória no scroll longo) */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__section-particles,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__orb {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
}

/* Scroll livre no mobile — overscroll:none + overflow-x global travava o gesto */
html:has(body.mu-body--home-lab.mu-body--home-mobile),
body.mu-body--home-lab.mu-body--home-mobile {
    overflow-x: clip !important;
    overflow-y: auto !important;
    height: auto !important;
    max-height: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    overscroll-behavior-y: auto;
    touch-action: pan-y;
}

/* Scene-lock nunca no mobile (galeria/PvP desktop) */
body.mu-body--home-lab.mu-body--home-mobile.mu-lab-scene-lock,
html:has(body.mu-body--home-lab.mu-body--home-mobile.mu-lab-scene-lock) {
    overflow: auto !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    .mu-lab-scroll__section-particles,
    .mu-lab-scroll__orb {
        display: none;
    }

    .mu-lab-scroll__timeline-step {
        opacity: 1;
        transform: none;
        filter: none;
    }
}

/* Hero — igual à home oficial (FX do lab empurrava tudo pra cima) */
@media (min-width: 961px) {
    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine {
        min-height: 620px !important;
    }

    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__hero,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine__hero {
        /* NÃO zerar — min-height:0 colapsava o hero e cortava o boneco */
        min-height: 820px !important;
        perspective: none !important;
        overflow: visible !important;
    }

    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__stage,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine__stage {
        min-height: 820px !important;
        align-items: start !important;
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
        overflow: visible !important;
    }

    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__col--left,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine__col--left {
        justify-content: flex-start !important;
        padding-top: 5rem !important;
    }

    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__col--right,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine__col--right {
        align-self: start !important;
        justify-content: flex-start !important;
        padding-top: 8.25rem !important;
        padding-bottom: 0 !important;
    }
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:not(.mu-home-cine__figure--desktop-hero),
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:not(.mu-home-cine__figure--desktop-hero) {
    top: -8px !important;
    width: min(40vw, 680px) !important;
    max-width: 680px !important;
    transform: translate(-50%, calc(97% - 148px)) !important;
}

/* LOCKED hero — 16:9 maior/mais alto; UW desce sem mudar escala do normal */
@media (min-width: 961px) {
    .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero {
        top: 1.5rem !important;
        bottom: 0 !important;
        left: 50% !important;
        right: auto !important;
        width: min(52.5vw, 1008px) !important;
        max-width: 1008px !important;
        min-width: 0 !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        aspect-ratio: auto !important;
        transform: translate(-50%, calc(4% + 54px)) !important;
        overflow: visible !important;
    }
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero,
html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:has(#muHomeLive2dStage),
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:has(#muHomeLive2dStage) {
    top: 1.5rem !important;
    bottom: 0 !important;
    width: min(52.5vw, 1008px) !important;
    max-width: 1008px !important;
    height: auto !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    transform: translate(-50%, calc(4% + 54px)) !important;
}

/* Hero não corta pés/capa do personagem */
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__hero,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__stage {
    overflow: visible !important;
}

html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:has(#muHomeLive2dStage) {
    contain: layout;
}

@media (min-width: 961px) {
    .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero .mu-home-cine__char-float {
        align-items: center !important;
        justify-content: center !important;
        animation: mu-cine-char-float 6s ease-in-out infinite !important;
        will-change: transform;
        overflow: visible !important;
    }

    .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster {
        transform: none !important;
    }

    .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster-img {
        height: 108% !important;
        min-width: 0 !important;
        width: auto !important;
        transform: translateY(78px) scale(0.96) !important;
        transform-origin: bottom center !important;
    }
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage:not(.mu-home-cine__char-stage--desktop-live2d):not(.mu-home-cine__char-stage--live2d-hybrid),
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage:not(.mu-home-cine__char-stage--desktop-live2d):not(.mu-home-cine__char-stage--live2d-hybrid) {
    transform: scale(0.62) !important;
    transform-origin: bottom center !important;
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--desktop-live2d,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--desktop-live2d {
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.48) !important;
    transform-origin: bottom center !important;
    overflow: visible !important;
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid {
    transform: scale(1.48) !important;
    transform-origin: bottom center !important;
}

/* Ultrawide figure Y only — capa/cajado override vem DEPOIS das regras base */
@media (min-aspect-ratio: 18 / 9) {
    html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero,
    html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) #muHomeCharacter.mu-home-cine__figure--desktop-hero,
    html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:has(#muHomeLive2dStage),
    html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__figure:has(#muHomeLive2dStage) {
        transform: translate(-50%, calc(24% + 120px)) !important;
    }
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-live2d-wrap,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-live2d-wrap {
    transform: translate(-2px, 40px) scale(0.9) !important;
    transform-origin: center center !important;
    overflow: hidden !important;
    contain: paint !important;
    clip-path: inset(0) !important;
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster {
    transform: none !important;
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster-img,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-poster-img {
    height: 108% !important;
    min-width: 0 !important;
    width: auto !important;
    transform: translateY(78px) scale(0.96) !important;
    transform-origin: bottom center !important;
}

html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__staff-fire--live2d,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__staff-fire--live2d {
    top: 8% !important;
    left: 62% !important;
    width: 22% !important;
    height: 20% !important;
    transform: translate(calc(-38% + 22px), calc(-4% + 111px)) !important;
    z-index: 9 !important;
}

/* UW capa/cajado TEM de ficar DEPOIS das regras base (mesma especificidade + !important) */
@media (min-aspect-ratio: 18 / 9) {
    html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-live2d-wrap,
    html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-hybrid .mu-home-cine__char-live2d-wrap {
        transform: translate(-2px, -60px) scale(0.9) !important;
        transform-origin: center center !important;
        overflow: hidden !important;
        contain: paint !important;
        clip-path: inset(0) !important;
    }

    html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__staff-fire--live2d,
    html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__staff-fire--live2d {
        top: -2% !important;
        transform: translate(calc(-38% + 12px), calc(-4% + 88px)) !important;
    }
}

/* Capa NUNCA some — stabilizing não pode ocultar (legado / race). */
html.mu-fx-lab-prime .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-stabilizing .mu-home-cine__char-live2d-wrap,
html.mu-fx-ready .mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-stabilizing .mu-home-cine__char-live2d-wrap,
.mu-body--home-lab:not(.mu-body--home-mobile) .mu-home-cine__char-stage--live2d-stabilizing .mu-home-cine__char-live2d-wrap {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
}

/* Hero estável — sem re-entradas FX (trailer, Blood Castle, cols) */
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__brand-logo,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__rate,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__btn,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__actions,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__col--left,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__col--right,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__left-cta,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__event-card,
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__quick-grid,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__brand-logo,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__rate,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__btn,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__actions,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__col--left,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__col--right,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__left-cta,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__event-card,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__quick-grid {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
}

/* Trailer: estável no load, sem sumir (não usar transform:none — quebra position:absolute) */
html.mu-fx-lab-prime .mu-body--home-lab .mu-home-trailer-card,
html.mu-fx-ready .mu-body--home-lab .mu-home-trailer-card {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    pointer-events: auto !important;
    z-index: 25 !important;
    filter: none !important;
    animation: none !important;
}

@media (min-width: 961px) {
    html.mu-fx-lab-prime .mu-body--home-lab .mu-home-cine__col--left .mu-home-trailer-card,
    html.mu-fx-ready .mu-body--home-lab .mu-home-cine__col--left .mu-home-trailer-card {
        position: absolute !important;
        top: calc(0.4rem + 35px) !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.mu-body--home-lab .mu-home-trailer-card--guest {
    animation: none !important;
}

.mu-body--home-lab .mu-home-cine__col--left,
.mu-body--home-lab .mu-home-cine__col--right {
    overflow: visible !important;
}

html.mu-fx-ready .mu-body--home-lab .mu-home-cine__figure,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__char-stage {
    transition: none !important;
}

html.mu-fx-ready .mu-body--home-lab .mu-home-cine__hero {
    perspective: none !important;
}

html.mu-fx-ready .mu-body--home-lab .mu-home-cine__hero::after,
html.mu-fx-ready .mu-body--home-lab .mu-home-cine__figure::before {
    opacity: 0.85;
}

/* ============================================================
   MOBILE LAB — só .mu-body--home-mobile (desktop intocado)
   ============================================================ */
.mu-body--home-lab.mu-body--home-mobile {
    overflow-x: visible;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home {
    overflow-x: visible !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home.mu-home--lab > .mu-home-cine {
    position: relative !important;
    z-index: 15 !important;
    overflow: visible !important;
    min-height: 96dvh !important;
    --mu-lab-mobile-hero-top: calc(3.25rem - 18vh);
    --mu-lab-mobile-char-scale: 1.35;
    --mu-lab-mobile-stage-push: 23vh;
    --mu-lab-mobile-hero-drop: 135px;
}

body.mu-body--home-lab.mu-body--home-mobile .mu-home-cine {
    z-index: 15 !important;
}

/* Boneco PNG — absolute no hero (rola com a página), atrás do logo */
.mu-body--home-lab.mu-body--home-mobile #muHomeCharacter {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: var(--mu-lab-mobile-hero-top, 3.25rem) !important;
    left: 50% !important;
    right: auto !important;
    width: min(122vw, 704px) !important;
    max-width: 704px !important;
    height: min(90vh, 736px) !important;
    min-height: 414px !important;
    transform: translateX(-50%) translateY(var(--mu-lab-mobile-hero-drop, 135px)) !important;
    opacity: 1 !important;
    z-index: 8 !important;
    overflow: visible !important;
    pointer-events: none !important;
    /* Só o <img.char-img> — background duplicava o hero */
    background: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__stage {
    position: relative !important;
    z-index: 20 !important;
    background: transparent !important;
    min-height: 96dvh !important;
    padding-top: calc(3.25rem + var(--mu-lab-mobile-stage-push, 18vh)) !important;
}

html.mu-fx-ready .mu-body--home-lab.mu-body--home-mobile .mu-home-cine__stage {
    min-height: 96dvh !important;
    padding: calc(3.25rem + var(--mu-lab-mobile-stage-push, 18vh)) 1rem 1.25rem !important;
    gap: 0.85rem !important;
    position: relative !important;
    z-index: 20 !important;
    background: transparent !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-lab__below {
    margin-top: 0.75rem !important;
}

html.mu-fx-ready .mu-body--home-lab.mu-body--home-mobile .mu-home-cine__hero {
    min-height: 0 !important;
    z-index: 1 !important;
}

/* Um só fundo — atmosphere da página; sem bg duplicado no cinematic */
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__bg {
    display: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__backdrop {
    background: transparent !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__storm-clouds {
    opacity: 0.22 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__fog {
    opacity: 0.14 !important;
}

/* Boneco PNG — absolute no hero (rola com scroll) */
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__figure,
html.mu-fx-ready .mu-body--home-lab.mu-body--home-mobile .mu-home-cine__figure {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: var(--mu-lab-mobile-hero-top, 3.25rem) !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    width: min(122vw, 704px) !important;
    max-width: 704px !important;
    height: min(90vh, 736px) !important;
    min-height: 414px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) translateY(var(--mu-lab-mobile-hero-drop, 135px)) !important;
    opacity: 1 !important;
    z-index: 8 !important;
    overflow: visible !important;
    pointer-events: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-float {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
}

html.mu-fx-ready .mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-stage {
    transform: scale(var(--mu-lab-mobile-char-scale, 1.35)) !important;
    transform-origin: bottom center !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-visual {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-img,
html.mu-fx-ready .mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center bottom !important;
}

/* Se HTML Live2D vazar no mobile (cache), esconde capas/canvas — desktop intocado */
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-poster,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-live2d-wrap,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-live2d,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__char-visual--live2d,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__staff-fire--live2d {
    display: none !important;
}

/* Logo centralizado */
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__brand {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
    position: relative !important;
    z-index: 3 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__brand-logo-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
    width: min(100%, 27.6rem) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__brand-logo {
    margin: 0 auto !important;
    max-width: min(92vw, 420px) !important;
    width: 100% !important;
    height: auto !important;
}

/* Colunas e cards full-width */
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__col--left,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__col--right {
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__col--left {
    padding-top: 118px !important;
    margin-top: 0 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__actions,
.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__left-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__event-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__quick-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-trailer-card {
    max-width: 100% !important;
    width: 100% !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-home-cine__staff-fire {
    display: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-copy p {
    max-width: 36ch;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop.is-charging .mu-lab-scroll__pvp-fighter {
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        left 0.55s ease,
        right 0.55s ease,
        top 0.55s ease,
        bottom 0.55s ease,
        width 0.55s ease,
        min-height 0.55s ease,
        opacity 0.35s ease;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop.is-charging .mu-lab-scroll__pvp-frame {
    transition: opacity 0.3s ease, object-position 0.55s ease;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-track,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp-track {
    height: auto !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-sticky,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp-sticky {
    position: static !important;
    height: auto !important;
}

/* Galeria mobile — carrossel (1 slide) + moldura colada na foto */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-sticky {
    display: block !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-set {
    position: static !important;
    display: none !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    margin-bottom: 0 !important;
    pointer-events: auto !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-set.is-active {
    display: flex !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-frame,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-panel {
    grid-column: auto !important;
    grid-row: auto !important;
    text-align: left !important;
    align-items: flex-start !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-track .mu-lab-scroll__gallery-arrow {
    display: grid !important;
    top: clamp(7.5rem, 28vw, 11rem) !important;
    transform: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-dots {
    display: flex !important;
    margin-top: 0.85rem !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-frame {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    align-self: stretch !important;
    transform: none !important;
    opacity: 1 !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-frame img {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    display: block !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-panel {
    transform: none !important;
    opacity: 1 !important;
    max-height: none;
    overflow: visible;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__gallery-set:nth-child(even) .mu-lab-scroll__gallery-feats li {
    text-align: left;
}

/* PvP mobile — coreografia própria: caixa fixa, escala simétrica, aproximação horizontal */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop {
    --mu-pvp-m-arena-h: clamp(250px, 36vh, 320px);
    --mu-pvp-m-fighter-w: 38%;
    --mu-pvp-m-fighter-h: 86%;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-arena {
    flex: none !important;
    width: 100% !important;
    height: var(--mu-pvp-m-arena-h) !important;
    min-height: var(--mu-pvp-m-arena-h) !important;
    max-height: var(--mu-pvp-m-arena-h) !important;
    overflow: hidden !important;
    align-items: center !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-sticky {
    gap: 0.75rem !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-fighter {
    width: var(--mu-pvp-m-fighter-w) !important;
    height: var(--mu-pvp-m-fighter-h) !important;
    min-height: 0 !important;
    max-height: none !important;
    bottom: auto !important;
    top: 50% !important;
    transform-origin: center center !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-frame {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
}

/* Frame 1 — cantos; direita +15%, ambos centralizados no quadrado */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="1"] .mu-lab-scroll__pvp-fighter--left {
    left: -6% !important;
    transform: translateY(-50%) scale(0.98) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="1"] .mu-lab-scroll__pvp-fighter--right {
    right: -6% !important;
    transform: translateY(-50%) scale(1.13) !important;
}

/* Frame 2 — aproximam ao centro, mais alto no quadrado */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="2"] .mu-lab-scroll__pvp-fighter--left {
    left: 7% !important;
    transform: translateY(-52%) scale(1.46) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="2"] .mu-lab-scroll__pvp-fighter--right {
    right: 7% !important;
    transform: translateY(-52%) scale(1.06) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="2"] .mu-lab-scroll__pvp-frame {
    object-position: center center !important;
}

/* Frame 3 — choque, centralizado */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="3"] .mu-lab-scroll__pvp-fighter--left {
    left: 12% !important;
    transform: translateY(-54%) scale(1.12) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="3"] .mu-lab-scroll__pvp-fighter--right {
    right: 12% !important;
    transform: translateY(-54%) scale(1.12) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop[data-pvp-step="3"] .mu-lab-scroll__pvp-frame {
    object-position: center center !important;
}

/* Impacto final — contido na arena */
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-final,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop [data-mu-lab-pvp-final] {
    align-items: center !important;
    justify-content: center !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-final img,
.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop [data-mu-lab-pvp-final] img {
    width: auto !important;
    max-width: 88% !important;
    max-height: 72% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    margin: 0 auto !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop.is-impact .mu-lab-scroll__pvp-final img {
    transform: none !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__pvp.is-mobile-pvp-loop .mu-lab-scroll__pvp-magic {
    transform: translateY(-6px) scale(0.78) !important;
    transform-origin: center center !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__systems--grid {
    display: block !important;
    padding: 1.25rem 0.85rem 0.5rem !important;
    margin-bottom: 1.75rem !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__systems-head h2 {
    font-size: clamp(1.35rem, 6.5vw, 1.75rem) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__systems-grid {
    grid-template-columns: 1fr !important;
    gap: 0.85rem !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-fx-ranks__tab {
    font-size: 0.66rem !important;
    letter-spacing: 0.08em !important;
    padding: 0.45rem 0.5rem !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-fx-hub__grid > * {
    grid-column: 1 !important;
    grid-row: auto !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-fx-news__thumb {
    min-height: clamp(140px, 38vw, 200px) !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__cta-actions {
    flex-direction: column !important;
    align-items: stretch !important;
}

.mu-body--home-lab.mu-body--home-mobile .mu-lab-scroll__cta-actions .mu-btn {
    width: 100% !important;
    max-width: none !important;
}
