@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: url("../images/bg.jpg")no-repeat top center;
    background-size: cover;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus,
button:focus,
button:hover {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

button {
    background: none;
    border: none;
    padding: 0;
}

.t-body {
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
}

.stadium-bg-effect {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.stadium-bg-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 50% -20%, rgba(124, 217, 255, 0.38), rgba(124, 217, 255, 0) 56%),
        radial-gradient(ellipse at 15% 0%, rgba(100, 165, 255, 0.18), rgba(100, 165, 255, 0) 42%),
        radial-gradient(ellipse at 85% 0%, rgba(170, 120, 255, 0.14), rgba(170, 120, 255, 0) 42%),
        radial-gradient(ellipse at 50% 10%, rgba(255, 214, 120, 0.08), rgba(255, 214, 120, 0) 38%);
    animation: stadium-glow 2s ease-in-out infinite;
}

.light-beam {
    position: absolute;
    top: -25%;
    width: 18vw;
    height: 145%;
    background: linear-gradient(180deg, rgba(173, 236, 255, 0.42), rgba(173, 236, 255, 0) 62%);
    transform-origin: top center;
    filter: blur(1.5px);
    mix-blend-mode: screen;
    opacity: 0.65;
}

.beam-1 {
    left: 4%;
    background: linear-gradient(180deg, rgba(160, 226, 255, 0.38), rgba(160, 226, 255, 0) 62%);
    animation: beam-sweep-left 2.9s ease-in-out infinite;
}

.beam-2 {
    left: 23%;
    background: linear-gradient(180deg, rgba(148, 255, 232, 0.30), rgba(148, 255, 232, 0) 62%);
    animation: beam-sweep-left 2.4s ease-in-out infinite;
    animation-delay: 0.35s;
}

.beam-3 {
    right: 23%;
    background: linear-gradient(180deg, rgba(190, 154, 255, 0.28), rgba(190, 154, 255, 0) 62%);
    animation: beam-sweep-right 2.6s ease-in-out infinite;
    animation-delay: 0.25s;
}

.beam-4 {
    right: 4%;
    background: linear-gradient(180deg, rgba(255, 208, 136, 0.22), rgba(255, 208, 136, 0) 62%);
    animation: beam-sweep-right 3.1s ease-in-out infinite;
    animation-delay: 0.6s;
}

@keyframes stadium-glow {

    0%,
    100% {
        opacity: 0.45;
    }

    50% {
        opacity: 1;
    }
}

@keyframes beam-sweep-left {

    0%,
    100% {
        transform: rotate(14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(31deg) translateY(-2%);
        opacity: 0.96;
    }
}

@keyframes beam-sweep-right {

    0%,
    100% {
        transform: rotate(-14deg) translateY(0);
        opacity: 0.35;
    }

    50% {
        transform: rotate(-31deg) translateY(-2%);
        opacity: 0.96;
    }
}

.deco {
    position: absolute;
}

.max-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.top-sec {
    background: url("../images/top-bg.png")no-repeat top center;
    background-size: 100%;
    padding: 5px 0 45px;
    text-align: center;
}

.logo {
    filter: drop-shadow(2px 3px 1px rgb(0, 0, 0, 0.8));
}

.title-top {
    position: relative;
    max-width: 1440px;
    margin: 0 auto 30px;
}

.subtitle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    font-family: 'Luckiest Guy';
    font-size: 38px;
    color: #c40012;
    text-shadow: 2px 2px 0 #6e0003;
    letter-spacing: 1px;
}

.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 88%;
    font-size: 27px;
    font-weight: 700;
    text-shadow: 3px 2px 1px rgb(0, 0, 0, 0.8);
}

.deco.bell {
    left: -2%;
    bottom: -12%;
    max-width: 17%;
    animation: shake 2s ease-in-out infinite;
}

.deco.cookie {
    right: 0%;
    bottom: -8%;
    max-width: 14%;
    animation: float 2.1s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-12px);
    }

    100% {
        transform: translatey(0px);
    }
}

.token-wrap {
    position: relative;
    /* max-width: 480px; */
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.token-text {
    position: relative;
    left: 0;
    right: 0;
    top: 37%;
    font-size: 40px;
    font-family: 'Luckiest Guy';
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.5);
    margin: 111px 0px;
}

.reward-frame-container {
    position: relative;
    /* max-width: 1080px; */
    margin: 0 auto 20px;
    margin-top: 70px;
}

.status-box-row {
    position: absolute;
    left: 4.5%;
    right: 4.5%;
    top: 12.2%;
    z-index: 3;
    height: 16.5%;
    pointer-events: none;
}

.status-box {
    position: relative;
    width: 25.5%;
    position: absolute;
    top: 27px;
}

.turnover-box {
    left: 9%;
}

.token-box {
    right: 9%;
}

.status-box img {
    width: 100%;
    display: block;
}

.status-number-box {
    position: absolute;
    left: 38%;
    bottom: 25%;
    transform: translateX(-50%);
    min-width: 56%;
    padding: 6px 14px;
    border-radius: 12px;
    border: 2px solid #f8f55f;
    background: rgb(0 0 0 / 90%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 0 12px rgba(17, 59, 113, 0.75);
    pointer-events: auto;
}

.token-box .status-number-box {
    min-width: 46%;
}

.status-box.token-box .status-number-box {
    left: 60%;
}

.reward-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    left: 0;
    right: 0;
    top: -9%;
    max-width: 79%;
    margin: 0 auto;
    gap: 0px;
    padding: 20px;
}

.reward-card {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.reward-card:hover {
    animation: none;
}

.reward-card:hover img {
    animation: shot-hit 0.45s ease-out infinite;
}

.reward-card::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 94%;
    aspect-ratio: 1 / 1;
    background: url("../images/aim.png") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%) scale(0.85) rotate(-8deg);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.reward-card:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.reward-card.is-aim-selected::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
}

.reward-card.is-aim-selected:hover img,
.reward-card.is-aim-selected:not(.is-bursting) img {
    animation: shot-hit 0.45s ease-out infinite;
}

@keyframes shot-hit {
    0% {
        transform: scale(1);
        filter: brightness(1);
    }

    20% {
        transform: scale(0.9);
        filter: brightness(1.45) contrast(1.2);
    }

    45% {
        transform: scale(1.06);
        filter: brightness(1.12);
    }

    100% {
        transform: scale(1);
        filter: brightness(1);
    }
}

@keyframes ball-burst {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
        filter: brightness(1) drop-shadow(0 0 0 transparent);
    }

    35% {
        transform: scale(1.2) rotate(8deg);
        filter: brightness(1.5) contrast(1.15) drop-shadow(0 0 12px rgba(255, 255, 220, 0.9));
    }

    100% {
        transform: scale(2.4) rotate(18deg);
        opacity: 0;
        filter: brightness(2) drop-shadow(0 0 28px rgba(255, 255, 255, 0.5));
    }
}

.reward-card.is-bursting {
    pointer-events: none;
}

.reward-card.is-bursting::after {
    opacity: 0;
    transition: none;
}

.reward-card.is-bursting img {
    animation: ball-burst 0.55s ease-out forwards !important;
}

.reward-card.is-bursting:hover img {
    animation: ball-burst 0.55s ease-out forwards !important;
}

/* Touch devices: no hover — aim only via .is-aim-selected (set on click, cleared when reward modal closes) */
@media (hover: none) {
    .reward-card {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .reward-card::after {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.85) rotate(-8deg);
    }
}

@keyframes shake {
    0% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

.how-wrap {
    display: inline-block;
    position: relative;
    max-width: 530px;
    margin: 10px 10px;
}

.how-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    font-size: 20px;
    font-weight: 700;
    max-width: 75%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tnc-wrapper {
    position: relative;
    background: url(../images/tnc-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 1100px;
    min-height: 400px;
    margin: 0 auto;
    padding: 85px 70px 30px;
    color: #000;
}

.tnc-title {
    margin-bottom: 15px;
}

ul.terms {
    text-align: left;
    padding-left: 17px;
    font-size: 18px;
    font-weight: 500;
}

ul.terms li {
    padding: 1px 0;
}

.deco.candle {
    right: -4%;
    bottom: -1%;
    max-width: 15%;
}

button.btn-tnc img {
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 140px;
}







/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.modal-content.reward {
    background: none;
    border: none;
    max-width: 450px;
    margin: 0 auto;
}

.reward-box {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 3;
    /* font-family: 'Luckiest Guy'; */
    font-size: 38px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    font-weight: bold;
}

img.open {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s;
}

img.open {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}

.reward-box.active .prize {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s;
    transition-delay: 0.3s;
}

.tnc-wrap {
    max-width: 870px;
}

.modal-content.tnc-cnt {
    background: none;
    border: none;
}

.modal-content.tnc-cnt button.close-x {
    right: 25px;
    top: 30px;
}

@media(max-width: 1080px) {
    body {
        /* background-attachment: fixed; */
    }

    .logo {
        max-width: 33%;
        margin: 0 auto;
    }

    .subtitle-wrap {
        font-size: 3.5vw;
        text-shadow: 0.2vw 0.2vw 0 #6e0003;
    }

    .date-text {
        font-size: 2.5vw;
        text-shadow: 0.3vw 0.2vw 0.1vw rgb(0, 0, 0, 0.8);
    }

    .status-number-box {
        font-size: 2vw;
        border-radius: 1vw;
        padding: 0.45vw 1vw;
    }

    .status-box-row {
        top: 11.8%;
    }

    button.btn-tnc img {
        width: 20%;
        height: auto;
        object-fit: contain;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0px auto;
        bottom: -3px;
    }

    .modal-content.tnc-cnt button.close-x {
        right: 25px;
        top: auto;
    }

    .t-body {
        padding: 0px;
    }
}

@media(max-width: 767px) {
    .tnc-wrapper {
        background: #fff;
        border: 3px solid #c90505;
        border-radius: 10px;
        box-shadow: inset 0 0 0 3px #266403;
        padding: 20px 15px;
    }

    ul.terms {
        font-size: 15px;
    }

    .token-wrap {
        max-width: 400px;
    }

    .token-text {
        font-size: 34px;
    }

}

@media(max-width: 560px) {
    .how-text {
        height: 12vw;
        font-size: 3.6vw;
    }
}

@media(max-width: 480px) {
    .title-img {
        /* margin: 0 -10px; */
        /* height: 79vw; */
    }

    .title-img img {
        /* object-fit: cover; */
        /* height: 100%; */
    }

    .token-wrap {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px;
    }

    .token-text {
        font-size: 5vw;
        margin: 10px;
    }

    .subtitle-wrap {
        top: 73%;
        font-size: 3.8vw;
    }

    .date-text {
        font-size: 2.8vw;
    }

    .frame-img {
        margin: 0;
        height: auto;
    }

    .frame-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .reward-card-wrapper {
        max-width: 81%;
        top: -5%;
        gap: 3px 5px;
        padding: 0px;
    }

    .status-box-row {
        top: 5%;
        left: 4%;
        right: 4%;
    }

    .status-box {
        width: 41%;
    }

    .status-number-box {
        min-width: 64%;
        font-size: 3.1vw;
        padding: 0.6vw 1.4vw;
        border-width: 1px;
        border-radius: 1.8vw;
    }

    .tnc-title {
        max-width: 85%;
        margin: 0 auto 15px;
    }
}

.token-number {
    position: absolute;
    bottom: 20%;
    text-align: center;
    display: flex;
    margin: 0px auto;
    left: 0;
    right: 0;
    justify-content: center;
}

.token-number-text {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 5rem;
}

span.token-color {
    color: #fec625;
}

button.btn-tnc {
    /* position: relative; */
    bottom: 0px;
    margin-top: 35%;
}

img.ball-2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -4px;
}

img.ball-2 {
    width: auto;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: -10px !important;
}

/* ===== TNC Section ===== */
.tnc {
    position: relative;
    max-width: 1100px;
    margin: 70px auto 0;
    padding: 0 10px 40px;
    z-index: 2;
}

.tnc-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.tnc-card,
.tnc-terms {
    position: relative;
    text-align: center;
    color: #fff;
}

.tnc-card__bg,
.tnc-terms__bg {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}

.tnc-card__inner {
    position: absolute;
    left: 12%;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}

.tnc-card__title {
    font-family: 'Luckiest Guy', sans-serif;
    font-size: 30px;
    letter-spacing: 2px;
    margin: 0 0 8px;
    color: #5cff7a;
    text-shadow:
        0 0 6px rgba(92, 255, 122, 0.55),
        2px 2px 0 rgba(0, 0, 0, 0.55);
}

.tnc-card--play .tnc-card__title {
    color: #16e3ff;
    text-shadow:
        0 0 6px rgba(22, 227, 255, 0.6),
        2px 2px 0 rgba(0, 0, 0, 0.55);
}

.tnc-card__text {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ffd23a;
    line-height: 1.35;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.tnc-terms__inner {
    position: absolute;
    left: 6%;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 10px;
}

.tnc-terms__title {
    font-family: 'Luckiest Guy', sans-serif;
    font-size: 34px;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0 0 12px;
    text-shadow:
        0 0 8px rgba(22, 227, 255, 0.45),
        2px 2px 0 rgba(0, 0, 0, 0.6);
}

.tnc-terms__list {
    list-style: none;
    padding: 0 6%;
    margin: 0;
    text-align: left;
    font-size: 15px;
    line-height: 1.45;
    color: #ffffff;
}

.tnc-terms__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.tnc-terms__list li::before {
    content: "*";
    position: absolute;
    left: 2px;
    top: 0;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 1080px) {

    .tnc-card__title {
        font-size: 2.6vw;
        letter-spacing: 0.2vw;
        margin-bottom: 0.6vw;
    }

    .tnc-card__text {
        font-size: 1.5vw;
    }

    .tnc-terms__title {
        font-size: 3vw;
        letter-spacing: 0.25vw;
        margin-bottom: 1vw;
    }

    .tnc-terms__list {
        font-size: 1.35vw;
    }

    .tnc-terms__list li {
        margin-bottom: 0.2vw;
    }
}

@media (max-width: 767px) {
    .tnc-top {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tnc-card__title {
        font-size: 5vw;
        letter-spacing: 0.4vw;
    }

    .tnc-card__text {
        font-size: 2.8vw;
    }

    .tnc-terms__title {
        font-size: 4.5vw;
    }

    .tnc-terms__list {
        font-size: 2.2vw;
    }

    .token-number-text {
        font-size: 1.5rem;
    }

    .token-number-text img {
        height: 5vh;
    }

    .title-top {
        margin-bottom: 0px;
    }

    .token-number {
        bottom: 28%;
    }

    .reward-frame-container {
        margin-top: 25px;
    }

    img.ball-2 {
        width: 78% !important;
        bottom: -70px !important;
    }

    .tnc-terms__bg {
        display: none;
    }
}

@media (max-width: 480px) {

    .tnc-card__inner {
        left: 13%;
        right: 13%;
    }

    .tnc-terms__inner {
        left: 0;
        right: 0;
        position: relative;
        top: 0px;
        transform: translateY(0%);
        padding: 20px 10px;
        background: #000;
        border: 5px solid #f2b243;
    }

    .tnc-card__title {
        font-size: 5.2vw;
    }

    .tnc-card__text {
        font-size: 3vw;
    }

    .tnc-terms__title {
        font-size: 5vw;
    }

    .tnc-terms__list {
        font-size: 2.6vw;
        padding: 0 4%;
    }
}