@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'AEArmada';
  src: url("../fonts/AEArmada-Regular.otf");
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #000 url("/event/assets/images/fifa2026_predict/bg.jpg")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, select:focus, select: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;
}
.deco {
	position: absolute;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 4px;
    top: 100px;
    max-width: 50px;
}
.float-btn-wrap {
    position: absolute;
    top: 12px;
    left: -21px;
    max-width: 58px;
}
button.float-btn {
    margin: 5px 0;
    display: block;
	transition: 0.2s;
}
button.float-btn img {
    filter: drop-shadow(1px 4px 2px rgb(0, 0, 0, 0.2));
}
button.float-btn:hover {
	transform: rotate(-15deg) scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 10px;
}
a.float-item {
    display: inline-block;
    max-width: 48px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.stadium-bg-effect {
    position: fixed;
    inset: 0;
    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.ball-1 {
    left: 4%;
    top: 15%;
    max-width: 19%;
	animation: float 2s ease-in-out infinite;
}
.deco.ball-2 {
    right: 4%;
    top: 37%;
    max-width: 17%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-12px);
  }
  100% {
	transform: translateY(0);
  }
}
.top-sec {
    background: url("/event/assets/images/fifa2026_predict/bg-btm.png")no-repeat bottom center;
    background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.prize-pool-wrapper {
    position: relative;
    max-width: 570px;
    margin: 10px auto;
}
.prize-pool-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 74%;
    margin: 0 auto;
}
.prize-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.prz-col {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto;
}
.prz-img {
    max-width: 40%;
    margin: 0 -7% 30px 0;
    position: relative;
    z-index: 1;
}
.prz-base {
    position: relative;
    max-width: 63%;
}
.prztext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 30px;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
}
.prz-text-1 {
    font-size: 200%;
    color: #e7d596;
    font-weight: 700;
}
.prz-text-2 {
    font-weight: 500;
}
.how-wrapper {
	position: relative;
    margin-bottom: 45px;
}
.stepbox {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    position: relative;
	margin: 5px auto;
}
.step-info {
    position: absolute;
    left: 31%;
    right: 19%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
}
.steptext-1 {
    font-size: 170%;
    font-weight: 800;
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
}
.predict-cd-frame {
    border: 1px solid #f2e6a2;
    background: #000;
    padding: 15px 15px;
    max-width: 1000px;
    margin: 0 auto 45px;
}
.countdown-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
    list-style-type: none;
}
.cd-tab {
    position: relative;
    max-width: 233px;
    margin: 0 auto;
}
.cdnum {
    position: relative;
    max-width: 233px;
    margin: 0 auto 5px;
}
.tabnum {
    position: absolute;
    left: 21%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 105px;
    font-weight: 700;
    letter-spacing: 45%;
}
.dtext {
    font-size: 150%;
    font-weight: 800;
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
}
.token-base {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}
.token-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
}
.tknote {
    font-size: 21px;
    text-transform: uppercase;
    padding: 5px 0;
}
.tnc-btn-wrap {
    position: relative;
    max-width: 53%;
    margin: 30px auto;
}
.finalist-title {
    margin-top: 40px;
    margin-bottom: 60px;
}
.predict-team-wrapper {
    position: relative;
    max-width: 1100px;
	margin: 0 auto 60px;
}
.finalist-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6%;
    max-width: 60%;
    margin: 0 auto;
}
button.comm-btn {
    width: 31%;
    margin: 0 0.5%;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.score-bet-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: -15%;
    display: grid;
    grid-template-columns: 24% 19% 14% 19% 24%;
    max-width: 80%;
    margin: 0 auto;
}
.country-group {
    position: relative;
}
.country-input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7%;
    z-index: 2;
}
select.country-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90%;
    margin: 0 auto;
    background: none;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
select.country-select option {
	color: #000;
}
.score-box {
    position: relative;
    height: fit-content;
    margin-top: 10%;
}
select.score-input {
    position: absolute;
    text-align: center;
    left: 8%;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    color: #fff;
    font-size: 86px;
    font-weight: 600;
    letter-spacing: 32%;
    appearance: none;
    border: none;
}
select.score-input option {
	color: #000;
	font-size: 15px;
}
.bet-note {
    font-size: 21px;
    text-transform: uppercase;
    padding: 5px 0;
}
.kickoff-date {
    position: relative;
    max-width: 358px;
    margin: 0 auto;
}
button.tnc-kickoff {
    position: absolute;
    right: -17%;
    top: 11%;
    max-width: 21%;
}
button.tnc-kickoff:hover {
    transform: scale(0.98);
	filter: brightness(1.07);
}
.kickoff-mission-wrapper {
    position: relative;
    padding: 15px 0 60px;
}
.mission-box {
    display: inline-block;
	vertical-align: top;
    position: relative;
    max-width: 350px;
    width: 31%;
    margin: 0 0.5% 30px;
}
.msinfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}
.mstext-1 {
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
}
.mstext-2 {
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
    font-size: 130%;
}
.ms-prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
    font-family: 'AEArmada';
    font-size: 48px;
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5%;
    max-width: 60%;
    margin: 0 auto;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
	filter: grayscale(1);
	pointer-events: none;
}
span.btn-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
}
.mission-box.claimed::after {
    content: '';
    background: url(/event/assets/images/fifa2026_predict/tick.png) no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
}
.mission-box.claimed button.claim-btn {
	filter: grayscale(0);
}
.mission-box.active button.claim-btn  {
	pointer-events: auto;
	filter: grayscale(0);
	animation: glowing ease-in-out 1.7s infinite;
}
@keyframes glowing {
  0% {
	filter: brightness(1.08) drop-shadow(0 0 8px #fff);
	transform: scale(1.03);  
  }
  50% {
	filter: brightness(1) drop-shadow(0 0 1px #fff);
	transform: scale(1);
  }
  100% {
	filter: brightness(1.08) drop-shadow(0 0 8px #fff);
	transform: scale(1.03);    
  }
}



/** Modal **/
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.popup {
    border: 2px solid #c29f5f;
    border-radius: 0;
    background: rgb(0, 0, 0, 0.8);
    padding: 15px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    color: #fff;
}
.popup-title {
    font-family: 'AEArmada';
    font-size: 30px;
    text-align: center;
    background: linear-gradient(180deg, rgba(215, 189, 128, 1) 0%, rgba(244, 235, 168, 1) 34%, rgba(159, 125, 61, 1) 80%, rgba(186, 150, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 1px #000) drop-shadow(-1px 1px 2px black);
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
table.record-table {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
table.record-table tr td {
	padding: 5px 1px;
	border-top: 1px solid #fff2bd;
}
table.record-table tr th {
	color: #fff2bd;
	padding: 7px 1px;
}
span.rc-flag {
    display: inline-block;
    margin: 0 5px;
}
span.rc-flag img {
    max-width: 40px;
}

@media(max-width: 1080px) {
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: top right;
}
.prztext {
	font-size: 1.5vw;
	padding: 6% 11%;
}	
.step-info {
    font-size: 1.2vw;
}	
.msinfo {
    font-size: 2vw;
}
.ms-prize {
    font-size: 4.4vw;
}	
button.claim-btn {
    font-size: 2.3vw;
}
select.score-input {
    font-size: 8vw;
}	
select.country-select {
    font-size: 1.4vw;
}	
.mission-box.claimed::after {
    width: 13vw;
    height: 13vw;
}	
}

@media(max-width: 991px) {	
.logo {
    max-width: 50%;
    margin: 0 auto;
}
.cd-tab {
    font-size: 1.5vw;
}	
.tabnum {
    font-size: 10.5vw;
}	
	
}

@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.75);
}
.prize-pool-wrapper {
    max-width: 80%;
}	
.predict-date, .kickoff-date {
    max-width: 60%;
    margin: 0 auto;
}	
.tknote, .bet-note {
    font-size: 18px;
}	
.stepbox {
    width: 48%;
}		
.step-info {
    font-size: 1.8vw;
}	
.bet-stage {
    margin: 0 -20px;
}
.score-bet-wrap {
	top: -30%;
    max-width: 95%;
}
select.country-select {
	font-size: 2vw;
}	
.finalist-btn-wrap {
	bottom: -16%;
	max-width: 90%;
}	
.tnc-btn-wrap {
    max-width: 87%;
}	
.finalist-title {
    max-width: 90%;
    margin: 40px auto 60px;
}
.how-title, .kickoff-title, .predict-end-title {
	max-width: 90%;
	margin: 0 auto;
}
	
}

@media(max-width: 480px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.60);
}
.float-btn-wrap {
    left: -15px;
}	
.stepbox {
	width: 80%;
}	
.step-info {
	font-size: 3.1vw;
}
.predict-cd-frame {
    padding: 15px 10px;
}
.countdown-wrapper {
    grid-gap: 1%;
}	
.mytoken-title img {
    max-height: 12vw;
}	
.token-base {
    max-width: 80%;
}		
.token-num {
    font-size: 9vw;
}
.tknote, .bet-note {
    font-size: 15px;
}
.prize-row {
    grid-template-columns: auto;
    padding-bottom: 40px;
}	
.prz-col {
    margin: 0 auto -10%;
    max-width: 95%;
}	
.prztext {
	font-size: 2.7vw;
	padding: 5% 11%;
}
.mission-box {
    width: 48%;
}
.msinfo {
	font-size: 3vw;
}	
.ms-prize {
	font-size: 6.4vw;
}
button.claim-btn {
	font-size: 3.3vw;
}	
.modal-content.popup {
    font-size: 14px;
    padding: 15px 15px;
}	
.popup-title {
    font-size: 24px;
}
}













