.bmc-instant-reveal {
    background:
        radial-gradient(circle at 18% 0%, rgba(0, 213, 255, 0.18), transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(211, 1, 208, 0.18), transparent 32%),
        #0c0d12;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    color: #ffffff;
    font-family: Inter, sans-serif;
    margin: 34px 0;
    overflow: hidden;
    padding: 26px;
}

.bmc-instant-reveal__intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.bmc-instant-reveal__eyebrow,
.bmc-instant-reveal__result-kicker {
    align-items: center;
    background: rgba(0, 213, 255, 0.12);
    border: 1px solid rgba(0, 213, 255, 0.45);
    border-radius: 999px;
    color: #18dcff;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    padding: 9px 13px;
    text-transform: uppercase;
}

.bmc-instant-reveal__title,
.bmc-instant-reveal__result-title {
    color: #ffffff;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
    margin: 0;
}

.bmc-instant-reveal__copy,
.bmc-instant-reveal__result-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.bmc-instant-reveal__meta {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.bmc-instant-reveal__meta span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    padding: 8px 12px;
}

.bmc-instant-reveal.is-revealed .bmc-instant-reveal__copy {
    display: none;
}

.bmc-instant-reveal.is-revealed .bmc-instant-reveal__meta {
    display: flex;
}

.bmc-star-raid {
    display: grid;
    gap: 14px;
}

.bmc-star-raid__hud {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bmc-star-raid__hud span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    padding: 8px 12px;
}

.bmc-star-raid__field {
    aspect-ratio: 16 / 7;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, #111728 0%, #07090f 100%);
    background-size: 44px 44px, 44px 44px, 100% 100%;
    border: 1px solid rgba(0, 213, 255, 0.22);
    border-radius: 14px;
    min-height: 260px;
    overflow: hidden;
    position: relative;
}

.bmc-star-raid__stars {
    animation: bmc-star-drift 12s linear infinite;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.75) 0 1px, transparent 1px),
        radial-gradient(circle, rgba(0, 213, 255, 0.7) 0 1px, transparent 1px);
    background-position: 0 0, 28px 38px;
    background-size: 80px 80px, 118px 118px;
    inset: 0;
    opacity: 0.46;
    position: absolute;
}

.bmc-star-raid__aliens {
    inset: 0;
    position: absolute;
}

.bmc-star-raid__alien {
    align-items: center;
    animation: bmc-alien-hover 1.8s ease-in-out infinite alternate;
    animation-delay: calc(var(--drift) * -0.18s);
    background: linear-gradient(145deg, #61ff8f 0%, #19b857 56%, #098b93 100%);
    border: 0;
    border-radius: 50% 50% 44% 44%;
    box-shadow: 0 0 24px rgba(97, 255, 143, 0.34);
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    left: var(--x);
    padding: 0;
    position: absolute;
    top: var(--y);
    transform: translate3d(0, 0, 0);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 52px;
}

.bmc-star-raid__alien::before,
.bmc-star-raid__alien::after {
    background: #061014;
    border-radius: 50%;
    content: "";
    height: 7px;
    position: absolute;
    top: 16px;
    width: 7px;
}

.bmc-star-raid__alien::before {
    left: 15px;
}

.bmc-star-raid__alien::after {
    right: 15px;
}

.bmc-star-raid__alien span {
    background: rgba(255, 255, 255, 0.36);
    border-radius: 999px;
    height: 4px;
    margin-top: 18px;
    width: 20px;
}

.bmc-star-raid__alien.is-hit {
    animation: bmc-card-in 420ms cubic-bezier(.2, 1.4, .4, 1) both;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

.bmc-star-raid__ship {
    align-items: center;
    background: linear-gradient(135deg, #f9f871 0%, #ff7d3c 48%, #d301d0 100%);
    border-radius: 50% 50% 12px 12px;
    bottom: 22px;
    box-shadow: 0 0 28px rgba(211, 1, 208, 0.34);
    display: flex;
    height: 46px;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: left 180ms ease;
    width: 58px;
}

.bmc-star-raid__ship span {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid rgba(255, 255, 255, 0.9);
    height: 0;
    width: 0;
}

.bmc-star-raid__beam {
    background: linear-gradient(180deg, rgba(24, 220, 255, 0), rgba(24, 220, 255, 0.95));
    bottom: 64px;
    box-shadow: 0 0 26px rgba(24, 220, 255, 0.7);
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: opacity 90ms ease;
    width: 5px;
}

.bmc-instant-reveal.is-firing .bmc-star-raid__beam {
    opacity: 1;
}

.bmc-instant-reveal.is-cleared .bmc-star-raid__field {
    border-color: rgba(97, 255, 143, 0.58);
    box-shadow: inset 0 0 46px rgba(97, 255, 143, 0.14);
}

.bmc-star-raid__controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
}

.bmc-star-raid__button {
    background: linear-gradient(90deg, #d301d0 0%, #18dcff 100%);
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    min-height: 44px;
    padding: 0 18px;
}

.bmc-star-raid__button:disabled {
    cursor: default;
    opacity: 0.76;
}

.bmc-star-raid__status {
    color: rgba(255, 255, 255, 0.7);
    flex: 1 1 240px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

.bmc-instant-reveal__result {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    display: grid;
    gap: 12px;
    margin-top: 18px;
    padding: 24px;
}

.bmc-instant-reveal__result[hidden] {
    display: none;
}

.bmc-instant-reveal--win .bmc-instant-reveal__result {
    background:
        linear-gradient(135deg, rgba(97, 255, 143, 0.12), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
    border-color: rgba(97, 255, 143, 0.42);
}

.bmc-instant-reveal--win .bmc-instant-reveal__result-kicker {
    background: rgba(97, 255, 143, 0.13);
    border-color: rgba(97, 255, 143, 0.46);
    color: #61ff8f;
}

.bmc-instant-reveal--lose .bmc-instant-reveal__result {
    background:
        linear-gradient(135deg, rgba(255, 77, 109, 0.14), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 77, 109, 0.42);
}

.bmc-instant-reveal--lose .bmc-instant-reveal__result-kicker {
    background: rgba(255, 77, 109, 0.12);
    border-color: rgba(255, 77, 109, 0.48);
    color: #ff6b83;
}

.bmc-instant-reveal__result .bmc-instant-reveal__result-kicker {
    justify-self: flex-start;
    margin-bottom: 2px;
}

.bmc-instant-reveal__result .bmc-instant-reveal__result-title {
    font-size: 30px;
    line-height: 1.08;
}

.woocommerce .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title,
.woocommerce-checkout .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title,
.woocommerce-account .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title {
    color: #ffffff !important;
    font-family: Montserrat, Inter, sans-serif !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.08 !important;
    margin: 0 !important;
}

.bmc-instant-reveal__result .bmc-instant-reveal__result-copy {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    max-width: 680px;
}

.woocommerce .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy,
.woocommerce-checkout .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy,
.woocommerce-account .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

.bmc-instant-reveal--lose .bmc-instant-reveal__result-title {
    color: #ffffff;
}

.bmc-instant-reveal--lose .bmc-instant-reveal__result-copy {
    color: rgba(255, 255, 255, 0.74);
}

.bmc-instant-reveal__replay {
    align-items: center;
    background: linear-gradient(135deg, #d301d0, #18dcff);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(24, 220, 255, 0.22);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    justify-self: flex-start;
    line-height: 1;
    margin-top: 10px;
    min-height: 44px;
    padding: 0 18px;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.bmc-instant-reveal__replay:hover {
    box-shadow: 0 16px 42px rgba(211, 1, 208, 0.28);
    transform: translateY(-1px);
}

.bmc-instant-reveal__prizes {
    display: grid;
    gap: 12px;
    margin-top: 15px;
}

.bmc-instant-reveal__prize {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 82px minmax(0, 1fr);
}

.bmc-instant-reveal__prize img {
    aspect-ratio: 1;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    object-fit: cover;
    width: 82px;
}

.bmc-instant-reveal__prize span {
    color: rgba(255, 255, 255, 0.58);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bmc-instant-reveal__prize strong {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.25;
}

.bmc-instant-reveal__prize p {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    margin: 6px 0 0;
}

.bmc-instant-reveal__ticket-note {
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
    margin: 2px 0 0;
    padding: 11px 13px;
}

.bmc-star-raid {
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 45, 149, 0.2), transparent 34%),
        rgba(10, 4, 24, 0.7);
    border: 1px solid rgba(255, 45, 149, 0.28);
    border-radius: 16px;
    box-shadow: inset 0 0 32px rgba(255, 45, 149, 0.08);
    padding: 16px;
}

.bmc-star-raid--original {
    background: #070310;
    border-color: rgba(255, 45, 149, 0.46);
    overflow: hidden;
    padding: 0;
}

.bmc-star-raid__frame {
    aspect-ratio: 16 / 9;
    background: #070310;
    border: 0;
    display: block;
    min-height: 620px;
    width: 100%;
}

.bmc-star-raid__hud {
    justify-content: space-between;
}

.bmc-star-raid__hud-chip,
.bmc-star-raid__hud span {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(0, 240, 255, 0.34);
    color: #c9b8ff;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 9px;
    line-height: 1.45;
    padding: 9px 11px;
    text-transform: uppercase;
}

.bmc-star-raid__field {
    aspect-ratio: 16 / 8;
    background:
        radial-gradient(circle at 50% 10%, rgba(255, 45, 149, 0.28), transparent 24%),
        linear-gradient(180deg, #140730 0%, #080318 58%, #05020d 100%);
    border-color: rgba(255, 45, 149, 0.62);
    box-shadow:
        inset 0 0 48px rgba(0, 240, 255, 0.08),
        0 0 26px rgba(255, 45, 149, 0.18);
    min-height: 360px;
}

.bmc-star-raid__sun {
    background:
        repeating-linear-gradient(180deg, transparent 0 9px, rgba(10, 4, 24, 0.88) 9px 14px),
        linear-gradient(180deg, #ffe45e 0%, #ff8a3d 44%, #ff2d95 100%);
    border-radius: 50%;
    box-shadow: 0 0 42px rgba(255, 45, 149, 0.52);
    height: 128px;
    left: 50%;
    opacity: 0.86;
    position: absolute;
    top: 34px;
    transform: translateX(-50%);
    width: 128px;
    z-index: 1;
}

.bmc-star-raid__floor {
    background:
        linear-gradient(to right, rgba(255, 45, 149, 0.36) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 45, 149, 0.42) 1px, transparent 1px);
    background-size: 54px 100%, 100% 28px;
    bottom: -8%;
    height: 42%;
    left: -10%;
    position: absolute;
    right: -10%;
    transform: perspective(320px) rotateX(58deg);
    transform-origin: bottom center;
    z-index: 1;
}

.bmc-star-raid__aliens {
    align-items: start;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
    inset: 28px 32px 104px;
    justify-items: center;
    position: absolute;
    z-index: 4;
}

.bmc-star-raid__alien {
    align-items: center;
    animation: bmc-pixel-hover 2.4s ease-in-out infinite alternate;
    background: rgba(10, 6, 30, 0.86);
    border: 2px solid rgba(0, 240, 255, 0.62);
    border-radius: 10px;
    box-shadow: 0 0 18px rgba(0, 240, 255, 0.28);
    color: #ffffff;
    display: grid;
    gap: 8px;
    height: 112px;
    justify-items: center;
    left: auto;
    min-width: 82px;
    padding: 12px 10px 10px;
    position: relative;
    top: auto;
    width: 100%;
}

.bmc-star-raid__alien--1 {
    border-color: rgba(255, 45, 149, 0.66);
    box-shadow: 0 0 18px rgba(255, 45, 149, 0.28);
}

.bmc-star-raid__alien--2 {
    border-color: rgba(177, 78, 255, 0.66);
    box-shadow: 0 0 18px rgba(177, 78, 255, 0.28);
}

.bmc-star-raid__alien.is-aimed {
    outline: 2px solid #ffe45e;
    outline-offset: 4px;
}

.bmc-star-raid__alien::before,
.bmc-star-raid__alien::after,
.bmc-star-raid__alien span::before,
.bmc-star-raid__alien span::after {
    content: none;
}

.bmc-star-raid__alien .bmc-star-raid__sprite {
    background: transparent;
    border-radius: 0;
    display: block;
    height: 8px;
    margin: 0;
    position: relative;
    width: 8px;
}

.bmc-star-raid__alien .bmc-star-raid__sprite i {
    background: transparent;
    border-radius: 0;
    box-shadow:
        16px 0 0 #00f0ff,
        24px 0 0 #00f0ff,
        8px 8px 0 #00f0ff,
        16px 8px 0 #00f0ff,
        24px 8px 0 #00f0ff,
        32px 8px 0 #00f0ff,
        0 16px 0 #ff2d95,
        8px 16px 0 #ff2d95,
        16px 16px 0 #ff2d95,
        24px 16px 0 #ff2d95,
        32px 16px 0 #ff2d95,
        40px 16px 0 #ff2d95,
        0 24px 0 #b14eff,
        16px 24px 0 #05020d,
        24px 24px 0 #05020d,
        40px 24px 0 #b14eff,
        8px 32px 0 #b14eff,
        16px 32px 0 #b14eff,
        24px 32px 0 #b14eff,
        32px 32px 0 #b14eff,
        0 40px 0 #00f0ff,
        40px 40px 0 #00f0ff;
    display: block;
    height: 8px;
    width: 8px;
}

.bmc-star-raid__alien strong {
    color: #00f0ff;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    margin-top: 38px;
}

.bmc-star-raid__alien em {
    color: #ff6ec7;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 7px;
    font-style: normal;
    line-height: 1;
}

.bmc-star-raid__alien.is-hit {
    animation: bmc-card-in 420ms cubic-bezier(.2, 1.4, .4, 1) both;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

.bmc-star-raid__alien.is-winner-hit {
    box-shadow: 0 0 34px rgba(255, 228, 94, 0.72);
}

.bmc-star-raid__ticket-card,
.bmc-star-raid__win-card {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
    min-height: 76px;
    padding: 10px 8px;
    text-align: center;
    width: 86px;
}

.bmc-star-raid__ticket-card {
    background: rgba(10, 6, 30, 0.88);
    border: 2px solid #00f0ff;
    box-shadow: 0 0 12px rgba(0, 240, 255, 0.5);
}

.bmc-star-raid__ticket-card i {
    color: #ff6ec7;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 6px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
}

.bmc-star-raid__ticket-card strong {
    color: #00f0ff;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.5);
}

.bmc-star-raid__win-card {
    animation: bmc-win-glow 1.6s ease-in-out 420ms infinite;
    background: linear-gradient(160deg, #ffe780, #ffb81c);
    border: 2px solid #e8930a;
    box-shadow: 0 0 20px rgba(255, 228, 94, 0.72);
    width: 94px;
}

.bmc-star-raid__win-card i {
    color: #a85708;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 6px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.2;
}

.bmc-star-raid__win-card strong {
    color: #6e2d00;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
}

.bmc-star-raid__win-card em {
    color: #9a6a2a;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.bmc-star-raid__ship {
    background: transparent;
    border-radius: 0;
    bottom: 28px;
    box-shadow: none;
    height: 48px;
    width: 70px;
    z-index: 5;
}

.bmc-star-raid__ship::before {
    box-shadow:
        30px 0 0 #00f0ff,
        25px 5px 0 #00f0ff,
        30px 5px 0 #00f0ff,
        35px 5px 0 #00f0ff,
        20px 10px 0 #00f0ff,
        25px 10px 0 #00f0ff,
        30px 10px 0 #ffffff,
        35px 10px 0 #00f0ff,
        40px 10px 0 #00f0ff,
        10px 15px 0 #ff2d95,
        15px 15px 0 #ff2d95,
        20px 15px 0 #00f0ff,
        25px 15px 0 #00f0ff,
        30px 15px 0 #ffffff,
        35px 15px 0 #00f0ff,
        40px 15px 0 #00f0ff,
        45px 15px 0 #ff2d95,
        50px 15px 0 #ff2d95,
        0 20px 0 #ff2d95,
        5px 20px 0 #ff2d95,
        10px 20px 0 #ff2d95,
        15px 20px 0 #00f0ff,
        20px 20px 0 #00f0ff,
        25px 20px 0 #00f0ff,
        30px 20px 0 #ffffff,
        35px 20px 0 #00f0ff,
        40px 20px 0 #00f0ff,
        45px 20px 0 #00f0ff,
        50px 20px 0 #ff2d95,
        55px 20px 0 #ff2d95,
        60px 20px 0 #ff2d95;
    content: "";
    display: block;
    height: 5px;
    width: 5px;
}

.bmc-star-raid__ship span {
    display: none;
}

.bmc-star-raid__beam {
    background: linear-gradient(to top, rgba(255, 45, 149, 0), #ff2d95 42%, #ffffff);
    box-shadow: 0 0 14px #ff2d95;
    transform-origin: bottom center;
    z-index: 4;
}

.bmc-star-raid__fx {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 8;
}

.bmc-star-raid__burst {
    border: 4px solid #00f0ff;
    border-radius: 50%;
    box-shadow: 0 0 18px #00f0ff;
    height: 78px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 78px;
    animation: bmc-flash-ring 420ms ease-out forwards;
}

.bmc-star-raid__muzzle {
    background: radial-gradient(circle, #ffffff 0%, #ff2d95 46%, transparent 72%);
    border-radius: 50%;
    height: 42px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 42px;
    animation: bmc-muzzle-flash 220ms ease-out forwards;
}

.bmc-star-raid__burst.is-winner {
    border-color: #ffe45e;
    box-shadow: 0 0 28px #ffe45e;
    height: 106px;
    width: 106px;
}

.bmc-star-raid__blast-label {
    color: #ffe45e;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    text-shadow: 0 0 8px #ff8a3d, 2px 2px 0 #5c1238;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    animation: bmc-boom-pop 620ms ease-out forwards;
}

.bmc-star-raid__shard {
    background: #00f0ff;
    box-shadow: 0 0 5px #00f0ff;
    height: 6px;
    position: absolute;
    width: 6px;
    animation: bmc-shard-fly 900ms cubic-bezier(.15, .6, .4, 1) forwards;
}

.bmc-star-raid__controls {
    justify-content: flex-start;
}

.bmc-star-raid__button,
.bmc-star-raid__fire {
    background: #ff2d95;
    border: 2px solid #00f0ff;
    box-shadow: 0 0 18px rgba(255, 45, 149, 0.34);
    color: #0b0420;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    min-height: 46px;
    text-transform: uppercase;
}

.bmc-star-raid__fire {
    background: #ffe45e;
    border-color: #ff2d95;
}

.bmc-star-raid__fire:disabled {
    cursor: default;
    opacity: 0.46;
}

.bmc-star-raid__status {
    color: #c9b8ff;
    font-family: "Press Start 2P", Inter, sans-serif;
    font-size: 9px;
    line-height: 1.7;
}

.woocommerce-account .woocommerce-customer-details,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
    display: none;
}

.woocommerce-checkout .woocommerce-order {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0 auto;
    max-width: 1320px;
    width: min(100%, 1320px);
}

.woocommerce-checkout .woocommerce-order > .bmc-instant-reveal {
    margin: 0;
    order: 1;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-thankyou-order-received {
    align-items: center;
    background: linear-gradient(135deg, rgba(24, 220, 255, 0.10), rgba(255, 255, 255, 0.055));
    border: 1px solid rgba(24, 220, 255, 0.24);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.45;
    margin: 0;
    order: 2;
    padding: 16px 18px;
    text-align: center;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-order-overview {
    background: linear-gradient(180deg, #151515, #101010);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 16px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    order: 3;
    overflow: hidden;
    padding: 0;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-order-overview li {
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.48);
    font-family: Inter, sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.35;
    margin: 0;
    min-height: 82px;
    padding: 20px 22px;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-order-overview li:last-child {
    border-right: 0;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-order-overview strong {
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.35;
    margin-top: 6px;
    text-transform: none;
}

.woocommerce-checkout .woocommerce-order > .woocommerce-order-details {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        #101010;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    margin: 0;
    order: 4;
    overflow: hidden;
    padding: 26px;
}

.woocommerce-checkout .woocommerce-order-details__title {
    color: #ffffff;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 18px;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-collapse: separate;
    border-radius: 14px;
    border-spacing: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table th,
.woocommerce-checkout .woocommerce-order-details table.shop_table td {
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    padding: 20px 20px;
    vertical-align: top;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table tr:last-child th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr:last-child td {
    border-bottom: 0;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table thead th {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table a {
    color: #18dcff;
    text-decoration: none;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .product-name {
    width: 72%;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .product-total {
    text-align: right;
    width: 28%;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta {
    display: grid;
    gap: 8px;
    margin: 16px 0 0;
    padding: 0;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta li {
    align-items: center;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 10px 12px;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta-label {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    font-weight: 900;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta p,
.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta p span,
.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta .notranslate {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 900;
    margin: 0;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table .wc-item-meta .wc-item-meta-label {
    white-space: nowrap;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table strong,
.woocommerce-checkout .woocommerce-order-details table.shop_table .woocommerce-Price-amount {
    color: #ffffff;
}

.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
    color: rgba(255, 255, 255, 0.68);
}

.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot td {
    text-align: right;
}

.woocommerce-checkout .woocommerce-customer-details,
.woocommerce-order .woocommerce-customer-details {
    display: none;
}

.woocommerce-checkout .woocommerce-order.bmc-thankyou {
    gap: 20px;
}

.woocommerce-checkout .woocommerce-order.bmc-thankyou > .bmc-instant-reveal {
    order: 1;
}

.bmc-thankyou__hero,
.bmc-thankyou__card {
    background:
        radial-gradient(circle at 50% -20%, rgba(24, 220, 255, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(24, 220, 255, 0.08), rgba(211, 1, 208, 0.10)),
        #101214;
    border: 1px solid rgba(24, 220, 255, 0.24);
    border-radius: 18px;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: Inter, sans-serif;
}

.bmc-thankyou__hero {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    order: 2;
    overflow: hidden;
    padding: 34px 22px 32px;
    position: relative;
    text-align: center;
}

.bmc-thankyou__orb {
    background: radial-gradient(circle, rgba(24, 220, 255, 0.54), rgba(211, 1, 208, 0.28) 48%, transparent 70%);
    border-radius: 999px;
    height: 92px;
    opacity: 0.52;
    position: absolute;
    top: -52px;
    width: 92px;
}

.bmc-thankyou__status {
    background: rgba(24, 220, 255, 0.12);
    border: 1px solid rgba(24, 220, 255, 0.36);
    border-radius: 999px;
    color: #18dcff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 10px 14px;
    position: relative;
    text-transform: uppercase;
}

.woocommerce-checkout .bmc-thankyou__hero h1 {
    color: #58ff91;
    font-family: Montserrat, Inter, sans-serif;
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.04;
    margin: 6px 0 0;
    text-shadow: 0 0 24px rgba(88, 255, 145, 0.38);
}

.woocommerce-checkout .bmc-thankyou__hero p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
}

.bmc-thankyou__card {
    padding: 26px 28px;
}

.bmc-thankyou__tickets {
    order: 3;
}

.bmc-thankyou__repeat {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    order: 4;
    text-align: center;
}

.bmc-thankyou__summary {
    order: 5;
}

.bmc-thankyou__card-head {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: flex;
    gap: 14px;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.woocommerce-checkout .bmc-thankyou__card h2 {
    color: #18dcff;
    font-family: Montserrat, Inter, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.bmc-thankyou__ticket-list {
    display: grid;
    gap: 14px;
}

.bmc-thankyou__ticket {
    align-items: center;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 14px;
    display: grid;
    gap: 16px;
    grid-template-columns: 72px minmax(0, 1fr);
    min-height: 96px;
    padding: 14px;
}

.bmc-thankyou__ticket-image {
    align-items: center;
    background: rgba(0, 0, 0, 0.22);
    border-radius: 12px;
    display: flex;
    height: 72px;
    justify-content: center;
    overflow: hidden;
    width: 72px;
}

.bmc-thankyou__ticket-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.bmc-thankyou__ticket-fallback {
    color: #18dcff;
    font-size: 24px;
    font-weight: 900;
}

.bmc-thankyou__ticket-body {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.bmc-thankyou__ticket-body strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.bmc-thankyou__ticket-body span {
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.bmc-thankyou__primary-button,
.bmc-thankyou__link-button {
    align-items: center;
    background: linear-gradient(135deg, #d301d0, #18dcff);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(24, 220, 255, 0.22);
    color: #ffffff !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: center;
    line-height: 1;
    min-height: 46px;
    padding: 0 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform 160ms ease, box-shadow 160ms ease;
    white-space: nowrap;
}

.bmc-thankyou__primary-button:hover,
.bmc-thankyou__link-button:hover {
    box-shadow: 0 16px 42px rgba(211, 1, 208, 0.28);
    transform: translateY(-1px);
}

.bmc-thankyou__repeat-icon {
    align-items: center;
    background: rgba(88, 255, 145, 0.12);
    border: 1px solid rgba(88, 255, 145, 0.34);
    border-radius: 999px;
    color: #58ff91;
    display: flex;
    font-size: 24px;
    font-weight: 900;
    height: 44px;
    justify-content: center;
    line-height: 1;
    width: 44px;
}

.woocommerce-checkout .bmc-thankyou__repeat p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 8px;
}

.bmc-thankyou__summary dl {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 18px 0 0;
}

.bmc-thankyou__summary dl div {
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    padding: 0 18px;
}

.bmc-thankyou__summary dl div:first-child {
    padding-left: 0;
}

.bmc-thankyou__summary dl div:last-child {
    border-right: 0;
    padding-right: 0;
}

.bmc-thankyou__summary dt {
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.35;
    margin: 0 0 7px;
    text-transform: uppercase;
}

.bmc-thankyou__summary dd {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 900px) {
    .woocommerce-checkout .woocommerce-order > .woocommerce-order-overview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .woocommerce-checkout .woocommerce-order > .woocommerce-order-overview li:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 600px) {
    .woocommerce-checkout .woocommerce-order {
        gap: 14px;
    }

    .woocommerce-checkout .woocommerce-order > .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }

    .woocommerce-checkout .woocommerce-order > .woocommerce-order-overview li {
        border-right: 0;
        padding: 15px 16px;
    }

    .woocommerce-checkout .woocommerce-order > .woocommerce-order-details {
        border-radius: 16px;
        padding: 18px;
    }

    .woocommerce-checkout .woocommerce-order-details table.shop_table th,
    .woocommerce-checkout .woocommerce-order-details table.shop_table td {
        padding: 15px 14px;
    }

    .bmc-thankyou__card {
        padding: 20px;
    }

    .bmc-thankyou__card-head {
        align-items: stretch;
        flex-direction: column;
    }

    .bmc-thankyou__link-button,
    .bmc-thankyou__primary-button {
        width: 100%;
    }

    .bmc-thankyou__summary dl {
        grid-template-columns: 1fr;
    }

    .bmc-thankyou__summary dl div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.11);
        border-right: 0;
        padding: 14px 0;
    }

    .bmc-thankyou__summary dl div:first-child {
        padding-top: 0;
    }

    .bmc-thankyou__summary dl div:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@keyframes bmc-star-drift {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(80px);
    }
}

@keyframes bmc-alien-hover {
    from {
        margin-top: -3px;
    }

    to {
        margin-top: 7px;
    }
}

@keyframes bmc-pixel-hover {
    from {
        transform: translateY(-4px);
    }

    to {
        transform: translateY(7px);
    }
}

@keyframes bmc-pixel-hit {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    52% {
        opacity: 1;
        transform: scale(1.22) rotate(5deg);
    }

    100% {
        opacity: 0;
        transform: scale(1.7) rotate(18deg);
    }
}

@keyframes bmc-card-in {
    from {
        opacity: 0;
        transform: scale(0.55) translateY(8px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes bmc-win-glow {
    0%,
    100% {
        box-shadow: 0 0 18px rgba(255, 228, 94, 0.52);
    }

    50% {
        box-shadow: 0 0 34px rgba(255, 228, 94, 0.86);
    }
}

@keyframes bmc-muzzle-flash {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.25);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.12);
    }
}

@keyframes bmc-flash-ring {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.2);
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

@keyframes bmc-boom-pop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.4);
    }

    32% {
        opacity: 1;
        transform: translate(-50%, -62%) scale(1.1);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -120%) scale(1);
    }
}

@keyframes bmc-shard-fly {
    from {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg);
    }

    to {
        opacity: 0;
        transform: translate(var(--tx), var(--ty)) rotate(var(--rot));
    }
}

@media (max-width: 767px) {
    .bmc-instant-reveal {
        border-radius: 16px;
        margin: 26px 0;
        padding: 18px;
    }

    .bmc-instant-reveal__title,
    .bmc-instant-reveal__result-title {
        font-size: 23px;
    }

    .bmc-instant-reveal__result {
        gap: 10px;
        padding: 18px;
    }

    .bmc-instant-reveal__result .bmc-instant-reveal__result-title {
        font-size: 24px;
    }

    .woocommerce .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title,
    .woocommerce-checkout .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title,
    .woocommerce-account .bmc-instant-reveal__result h3.bmc-instant-reveal__result-title {
        font-size: 24px !important;
    }

    .bmc-instant-reveal__result .bmc-instant-reveal__result-copy {
        font-size: 14px;
    }

    .woocommerce .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy,
    .woocommerce-checkout .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy,
    .woocommerce-account .bmc-instant-reveal__result p.bmc-instant-reveal__result-copy {
        font-size: 14px !important;
    }

    .bmc-star-raid__field {
        aspect-ratio: 4 / 5;
        min-height: 360px;
    }

    .bmc-star-raid {
        padding: 12px;
    }

    .bmc-star-raid--original {
        padding: 0;
    }

    .bmc-star-raid__frame {
        aspect-ratio: 4 / 5;
        min-height: 560px;
    }

    .bmc-star-raid__aliens {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        inset: 22px 18px 104px;
    }

    .bmc-star-raid__alien {
        height: 106px;
        min-width: 0;
        width: 100%;
    }

    .bmc-star-raid__button,
    .bmc-star-raid__fire {
        width: 100%;
    }

    .bmc-instant-reveal__prize {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .bmc-instant-reveal__prize img {
        width: 64px;
    }
}
