.mp-maya-launcher {
    position: absolute;
    right: clamp(20px, 3vw, 52px);
    top: clamp(300px, 42vh, 430px);
    bottom: auto;
    z-index: 9990;
    width: clamp(285px, 24vw, 380px);
    min-height: 250px;
    overflow: hidden;
    border: 2px solid rgba(222, 182, 80, .9);
    border-radius: 20px;
    background: #07110d;
    color: #fff;
    box-shadow: 0 24px 65px rgba(0, 0, 0, .5);
}
.mp-maya-launcher-image,
.mp-maya-launcher-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.mp-maya-launcher-image { object-fit: cover; }
.mp-maya-launcher-shade {
    background: linear-gradient(0deg, rgba(3, 12, 9, .98) 0%, rgba(3, 12, 9, .79) 48%, rgba(3, 12, 9, .08) 100%);
}
.mp-maya-launcher-copy {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
}
.mp-maya-kicker {
    color: #f4d47c;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.mp-maya-launcher-copy strong {
    margin-top: 2px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.75rem;
    line-height: 1.05;
}
.mp-maya-launcher-copy small {
    margin-top: 7px;
    color: rgba(255, 255, 255, .92);
    font-size: .73rem;
    line-height: 1.4;
}
.mp-maya-languages,
.mp-maya-dialog-languages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
}
.mp-maya-languages button,
.mp-maya-dialog-languages button {
    min-width: 0;
    padding: 8px 4px;
    border: 1px solid rgba(232, 197, 108, .62);
    border-radius: 999px;
    background: rgba(7, 35, 28, .9);
    color: #fff;
    font: inherit;
    font-size: .69rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.mp-maya-languages button:hover,
.mp-maya-languages button:focus-visible,
.mp-maya-languages button.is-active,
.mp-maya-dialog-languages button:hover,
.mp-maya-dialog-languages button:focus-visible,
.mp-maya-dialog-languages button.is-active {
    background: #d9ae3f;
    color: #0d332a;
    outline: none;
    transform: translateY(-1px);
}
.mp-maya-dialog[hidden] { display: none !important; }
.mp-maya-dialog {
    position: fixed;
    inset: 0;
    z-index: 1000000;
    display: grid;
    place-items: center;
    padding: 68px 18px 24px;
    background: rgba(2, 9, 7, .92);
    backdrop-filter: blur(9px);
}
.mp-maya-dialog-shell {
    position: relative;
    width: min(1200px, 66vw);
    max-height: calc(100vh - 96px);
}
.mp-maya-dialog-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 4px 10px;
    color: #fff;
}
.mp-maya-dialog-heading span {
    color: #e3bd58;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mp-maya-dialog-heading strong { font-family: Georgia, serif; font-size: 1.35rem; }
.mp-maya-dialog-inner {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 18px;
    background: #000;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .7);
}
.mp-maya-close {
    position: fixed;
    top: 16px;
    right: 20px;
    z-index: 2;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: #fff;
    color: #0d332a;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}
.mp-maya-dialog .mp-maya-welcome-video {
    position: static;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: calc(100vh - 160px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center center;
    background: #07110d;
}
.mp-maya-dialog-languages { width: min(520px, 100%); margin: 14px auto 0; }
.mp-maya-dialog-languages button { padding: 10px 8px; font-size: .78rem; }
body.mp-maya-dialog-open { overflow: hidden; }

@media (max-width: 900px) {
    .mp-maya-launcher {
        right: 12px;
        top: auto;
        bottom: 92px;
        left: 12px;
        width: auto;
        min-height: 210px;
        border-radius: 16px;
    }
    .mp-maya-launcher-copy { min-height: 210px; padding: 15px; }
    .mp-maya-launcher-copy strong { font-size: 1.45rem; }
    .mp-maya-dialog { padding: 66px 8px 16px; }
    .mp-maya-dialog-shell { width: min(720px, 92vw); }
    .mp-maya-dialog-heading { margin-inline: 6px; }
    .mp-maya-dialog-heading span { font-size: .61rem; }
    .mp-maya-dialog-heading strong { font-size: 1.05rem; }
    .mp-maya-dialog-inner { border-radius: 11px; }
    .mp-maya-dialog .mp-maya-welcome-video {
        position: static;
        inset: auto;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 150px);
        object-fit: contain;
        object-position: center center;
    }
}
@media (max-width: 430px) {
    .mp-maya-languages,
    .mp-maya-dialog-languages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mp-maya-launcher,
    .mp-maya-launcher-copy { min-height: 225px; }
}
