@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  -webkit-overflow-scrolling: touch;
}
*::after, *::before {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

button {
  cursor: pointer;
  appearance: button;
  -webkit-appearance: button;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #6C6C6C;
  border-radius: 12px;
}

@font-face {
  font-family: Chevin;
  src: url(chevin-thin.woff2) format("woff2"), url(chevin-thin.woff) format("woff"), url(chevin-thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-thinitalic.woff2) format("woff2"), url(chevin-thinitalic.woff) format("woff"), url(chevin-thinitalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-light.woff2) format("woff2"), url(chevin-light.woff) format("woff"), url(chevin-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-lightitalic.woff2) format("woff2"), url(chevin-lightitalic.woff) format("woff"), url(chevin-lightitalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-medium.woff2) format("woff2"), url(chevin-medium.woff) format("woff"), url(chevin-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-mediumitalic.woff2) format("woff2"), url(chevin-mediumitalic.woff) format("woff"), url(chevin-mediumitalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-demibold.woff2) format("woff2"), url(chevin-demibold.woff) format("woff"), url(chevin-demibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Chevin;
  src: url(chevin-demibolditalic.woff2) format("woff2"), url(chevin-demibolditalic.woff) format("woff"), url(chevin-demibolditalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 1200px) {
  body[x-data=app] .container {
    height: auto !important;
  }
}

#confetti {
  position: relative;
  z-index: 9999;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.content-text {
  text-align: center;
}
.content-text__title {
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.2;
  color: #FFD700;
  text-shadow: 0px 0px 18.4px #FFD700;
}
html[data-theme=orange] .content-text__title {
  color: #00205b;
  text-shadow: 0px 0px 18.4px #00205b;
}
@media (max-width: 576px) {
  .content-text__title {
    font-size: clamp(1.75rem, 4vw, 2rem);
  }
}
.content-text__login {
  font-weight: 800;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
  color: #FFD700;
  text-shadow: 0px 0px 18.4px #FFD700;
  padding-bottom: 1.5rem;
}
html[data-theme=orange] .content-text__login {
  color: #00205b;
  text-shadow: 0px 0px 18.4px #00205b;
}
@media (max-width: 576px) {
  .content-text__login {
    padding-bottom: 1rem;
  }
}
.content-text__selectBank {
  font-weight: 600;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
  color: #FFD700;
  text-shadow: 0px 0px 18.4px #FFD700;
}
html[data-theme=orange] .content-text__selectBank {
  color: #00205b;
  text-shadow: 0px 0px 18.4px #00205b;
}
@media (max-width: 576px) {
  .content-text__selectBank {
    font-size: 1.25rem;
    padding-bottom: 0.6rem;
  }
}
.content-text__welcome {
  font-weight: 400;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.4;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .content-text__welcome {
    margin-top: 0.75rem;
  }
}
.content-text__subtitle {
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  margin-top: 1rem;
  font-size: clamp(1rem, 1vw, 1rem);
}
.content-text__congrats {
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .content-text__congrats {
    font-size: 2rem;
    line-height: normal;
  }
}
.content-text__reward {
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .content-text__reward {
    font-size: 2rem;
    line-height: 44px;
  }
}
.content-text__text {
  font-weight: 500;
  margin-top: 1rem;
}

.wheel-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
  max-width: 520px;
}
.wheel-container #canvas {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  top: 36px;
}
@media (max-width: 768px) {
  .wheel-container #canvas {
    top: 28px;
  }
}
.wheel-container .the_wheel {
  background: url(../img/cark-bg.png) transparent no-repeat top center;
  width: 100%;
  aspect-ratio: 519/626;
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  background-size: contain;
}
.wheel-container .the_wheel_inner {
  background: url(../img/ic-cark.png) transparent no-repeat top center;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  z-index: 20;
  background-size: contain;
  left: 0;
  top: 0;
}

.won {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

html[data-theme=orange] .won-bg {
  background-color: rgba(0, 0, 0, 0.7);
}

html[data-theme=blue] .won-bg {
  background: url(../img/won-bg.png) transparent no-repeat top center;
  background-size: cover;
}

.won-bg {
  width: 100%;
  height: 110vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 997;
}

.won-container {
  height: 100vh;
  position: relative;
  z-index: 998;
  max-width: 576px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.won-container__title {
  font-size: clamp(4rem, 8vw, 8rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  text-align: center;
  line-height: 1.1;
}
html[data-theme=orange] .won-container__title {
  text-shadow: 0px 0px 18.4px #00205b;
  color: #00205b;
}
html[data-theme=blue] .won-container__title {
  text-shadow: 0px 0px 18.4px #FFD700;
  color: #FFD700;
}
@media (max-width: 576px) {
  .won-container__title {
    font-size: clamp(3rem, 6vw, 4rem);
  }
}
.won-container__subtitle {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  color: #FFFFFF;
  margin: 1rem 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 1rem;
}
.won-container__text {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  color: #FFFFFF;
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 0 1rem;
}

.spin-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.spin-button button {
  width: 344px;
  font-size: clamp(1.5rem, 1vw, 1.5rem);
  font-weight: 500;
  background: #FFD700;
  color: #000000;
  box-shadow: 0px 0px 12.9px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border: 0;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .spin-button button {
    width: 280px;
    font-size: clamp(1.25rem, 1vw, 1.25rem);
  }
}
.spin-button button:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}
.spin-button button .other {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 344px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12.9px rgba(0, 0, 0, 0.25);
  border: 0;
  text-transform: uppercase;
  padding: 6px 12px;
  gap: 4px;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .spin-button button .other {
    width: 280px;
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .spin-button button .other {
    width: 240px;
    font-size: 1rem;
  }
}
.spin-button button .other:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

[x-data=claimReward] .content-text {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  [x-data=claimReward] .container {
    height: 100%;
  }
}
[x-data=claimReward] .form-area {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  [x-data=claimReward] .form-area {
    width: 100%;
  }
}
[x-data=claimReward] .form-area form {
  width: 345px;
}
@media (max-width: 480px) {
  [x-data=claimReward] .form-area form {
    width: 100%;
    max-width: 100%;
  }
}
[x-data=claimReward] .form-area form .error input:not(.iti__search-input) {
  border: 2px solid #FF0000 !important;
}
[x-data=claimReward] .form-area form .input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
[x-data=claimReward] .form-area form .input-group label {
  font-size: 0.875rem;
  font-weight: 500;
}
[x-data=claimReward] .form-area form .input-group input {
  width: 100%;
  height: 48px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  border: 2px solid #e9ecef;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media (max-width: 480px) {
  [x-data=claimReward] .form-area form .input-group input {
    height: 44px;
    padding: 10px 14px;
    font-size: 0.85rem;
  }
}
[x-data=claimReward] .form-area form .input-group input:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
[x-data=claimReward] .form-area form .input-group input:hover {
  border-color: #ced4da;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
[x-data=claimReward] .form-area form .input-group input::placeholder {
  font-size: 0.875rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 480px) {
  [x-data=claimReward] .form-area form .input-group input::placeholder {
    font-size: 0.8rem;
  }
}
[x-data=claimReward] .form-area form .claim-button {
  width: 100%;
  margin-top: 1.5rem;
  height: 52px;
  font-size: 1.1rem;
  font-weight: 700;
  background: #fff;
  color: #000;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  border: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  [x-data=claimReward] .form-area form .claim-button {
    height: 48px;
    font-size: 1rem;
    letter-spacing: 0.3px;
    margin-top: 1.25rem;
  }
}
[x-data=claimReward] .form-area form .claim-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
[x-data=claimReward] .form-area form .claim-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #222;
}
[x-data=claimReward] .form-area form .claim-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s;
}
[x-data=claimReward] .form-area form .claim-button:hover::before {
  left: 100%;
}

.iti__country-name {
  color: #000000;
}

[x-data=otpApp] .content-text {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  [x-data=otpApp] .container {
    height: 100vh;
  }
}
[x-data=otpApp] .verification {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [x-data=otpApp] .verification {
    width: 100%;
    padding: 0 24px;
  }
}
[x-data=otpApp] .verification__title {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: 700;
  text-align: center;
}
[x-data=otpApp] .verification .otp-form {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [x-data=otpApp] .verification .otp-form {
    width: 100%;
  }
}
[x-data=otpApp] .verification__description {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
[x-data=otpApp] .verification__code {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
}
[x-data=otpApp] .verification__code.error input {
  border-color: #FF0000;
}
[x-data=otpApp] .verification__code input {
  width: 16.6666666667%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  color: #FFFFFF;
}
[x-data=otpApp] .verification__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
[x-data=otpApp] .verification__timer__progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
[x-data=otpApp] .verification__timer__progress-bar::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #FFD700;
  border-radius: 50%;
  z-index: 1;
}
[x-data=otpApp] .verification__timer__progress-bar .verification__progress {
  height: 100%;
  background-color: #FFD700;
  position: relative;
}
[x-data=otpApp] .verification__timer__time {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
[x-data=otpApp] .verification__button {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 0px 12.9px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  border: 0;
  transition: all 0.3s ease;
  margin-top: 4rem;
}
[x-data=otpApp] .verification__button:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

[x-data=smsApp] .content-text {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  [x-data=smsApp] .container {
    height: 100vh;
  }
}
[x-data=smsApp] .verification {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [x-data=smsApp] .verification {
    width: 100%;
    padding: 0 24px;
  }
}
[x-data=smsApp] .verification__title {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: 700;
  text-align: center;
}
[x-data=smsApp] .verification .otp-form {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  [x-data=smsApp] .verification .otp-form {
    width: 100%;
  }
}
[x-data=smsApp] .verification__description {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
[x-data=smsApp] .verification__code {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
}
[x-data=smsApp] .verification__code.error input {
  border-color: #FF0000;
}
[x-data=smsApp] .verification__code input {
  width: 16.6666666667%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  color: #FFFFFF;
}
[x-data=smsApp] .verification__timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  position: relative;
}
[x-data=smsApp] .verification__timer__progress-bar {
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
[x-data=smsApp] .verification__timer__progress-bar::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background-color: #FFD700;
  border-radius: 50%;
  z-index: 1;
}
[x-data=smsApp] .verification__timer__progress-bar .verification__progress {
  height: 100%;
  background-color: #FFD700;
  position: relative;
}
[x-data=smsApp] .verification__timer__time {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
[x-data=smsApp] .verification__button {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  font-size: 1rem;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 0px 12.9px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
  border: 0;
  transition: all 0.3s ease;
  margin-top: 4rem;
}
[x-data=smsApp] .verification__button:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
}

[x-data=waitApp] .content-text {
  padding-top: 2.5rem;
}
@media (max-width: 768px) {
  [x-data=waitApp] .content-text {
    padding-top: 1rem;
  }
}
[x-data=waitApp] .container {
  padding: 2rem;
}
@media (max-width: 768px) {
  [x-data=waitApp] .container {
    padding: 0 0.5rem;
    height: 90vh;
  }
}
[x-data=waitApp] .container .loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  [x-data=waitApp] .container .loading-container {
    margin-top: 2rem;
  }
}
[x-data=waitApp] .container .loading-container .loading-spinner {
  width: 100px;
  height: 100px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-left-color: #FFD700;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}
@media (max-width: 768px) {
  [x-data=waitApp] .container .loading-container .loading-spinner {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .loading-container .loading-spinner {
    width: 60px;
    height: 60px;
    border-width: 8px;
  }
}
[x-data=waitApp] .container .alert-container {
  margin-top: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  animation: fadeIn 0.5s ease-in-out;
}
[x-data=waitApp] .container .alert-container .alert-box {
  border-radius: 16px;
  padding: 2rem;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  box-shadow: 0 4px 30px rgba(255, 215, 0, 0.1);
  transition: all 0.3s ease;
}
[x-data=waitApp] .container .alert-container .alert-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 35px rgba(255, 215, 0, 0.15);
}
@media (max-width: 768px) {
  [x-data=waitApp] .container .alert-container .alert-box {
    padding: 1.25rem;
  }
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .alert-container .alert-box {
    padding: 1rem;
  }
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.3s ease;
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(5px);
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item .alert-text {
  color: #FFD700;
  font-weight: 800;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  line-height: 1.4;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .alert-container .alert-box .alert-item .alert-text {
    font-size: 1rem;
  }
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item:nth-child(1) > svg {
  min-width: clamp(24px, 5vw, 32px);
  width: clamp(24px, 5vw, 32px);
  height: clamp(24px, 5vw, 32px);
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.3));
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .alert-container .alert-box .alert-item {
    padding: 0.75rem;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item svg {
  min-width: clamp(20px, 4vw, 24px);
  width: clamp(20px, 4vw, 24px);
  height: clamp(20px, 4vw, 24px);
  transition: transform 0.3s ease;
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item svg:hover {
  transform: scale(1.1);
}
[x-data=waitApp] .container .alert-container .alert-box .alert-item p {
  font-weight: 500;
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .alert-container .alert-box .alert-item p {
    font-size: 0.95rem;
  }
}
[x-data=waitApp] .container .alert-container .alert-box .security-alert {
  background: rgba(255, 215, 0, 0.15);
  border-radius: 12px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 215, 0, 0.3);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
[x-data=waitApp] .container .alert-container .alert-box .security-alert::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 215, 0, 0.1), transparent);
  animation: shine 3s infinite;
}
@media (max-width: 576px) {
  [x-data=waitApp] .container .alert-container .alert-box .security-alert {
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
[x-data=successApp] .content-text {
  padding-top: 2rem;
}
[x-data=successApp] .container {
  height: 90vh;
}
[x-data=successApp] .container .icon {
  width: 220px;
  margin: 0 auto;
  padding: 2.5rem 0;
}
[x-data=successApp] .container .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
[x-data=successApp] .container .text p {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  [x-data=successApp] .container .text p {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  body[x-data=bankListApp] .container .content-text__title {
    font-size: 3rem;
  }
}
body[x-data=bankListApp] .container .bank-container__description {
  width: 490px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.1rem;
  color: #FFF;
}
@media (max-width: 768px) {
  body[x-data=bankListApp] .container .bank-container__description {
    width: 100%;
    padding: 0 1rem;
    padding-bottom: 0.85rem;
    font-size: 1rem;
  }
}
body[x-data=bankListApp] .bank-container {
  max-width: 800px;
  width: 100%;
  margin: 1rem auto;
  padding: 0 1rem;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container {
    margin: 1rem auto;
    padding: 0 0.5rem;
  }
}
body[x-data=bankListApp] .bank-container__box {
  background: #fff;
  border-radius: 24px;
  padding: 1.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  body[x-data=bankListApp] .bank-container__box {
    padding: 1.5rem;
    border-radius: 20px;
  }
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box {
    padding: 1rem;
    border-radius: 16px;
  }
}
body[x-data=bankListApp] .bank-container__box-search {
  position: relative;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-search {
    margin-bottom: 1rem;
  }
}
body[x-data=bankListApp] .bank-container__box-search input {
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid rgba(197, 197, 199, 0.7294117647);
  border-radius: 16px;
  padding: 0 3rem;
  color: #333;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-search input {
    height: 48px;
    font-size: 1rem;
    border-radius: 12px;
    padding: 0 2.5rem;
  }
}
body[x-data=bankListApp] .bank-container__box-search input::placeholder {
  color: #9CA3AF;
}
body[x-data=bankListApp] .bank-container__box-search input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
body[x-data=bankListApp] .bank-container__box-search .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
body[x-data=bankListApp] .bank-container__box-search .icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-search .icon svg {
    width: 20px;
    height: 20px;
  }
}
body[x-data=bankListApp] .bank-container__box-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  max-height: 600px;
  overflow-y: auto;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  body[x-data=bankListApp] .bank-container__box-list {
    grid-template-columns: 1fr;
    max-height: 500px;
  }
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list {
    gap: 0.75rem;
    max-height: 400px;
    padding-right: 0.25rem;
  }
}
body[x-data=bankListApp] .bank-container__box-list::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list::-webkit-scrollbar {
    width: 4px;
  }
}
body[x-data=bankListApp] .bank-container__box-list::-webkit-scrollbar-track {
  background: #F3F4F6;
  border-radius: 3px;
}
body[x-data=bankListApp] .bank-container__box-list::-webkit-scrollbar-thumb {
  background: #D1D5DB;
  border-radius: 3px;
}
body[x-data=bankListApp] .bank-container__box-list::-webkit-scrollbar-thumb:hover {
  background: #9CA3AF;
}
body[x-data=bankListApp] .bank-container__box-list-item {
  background: #fff;
  border: 1px solid rgba(197, 197, 199, 0.7294117647);
  border-radius: 16px;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  body[x-data=bankListApp] .bank-container__box-list-item {
    padding: 0.75rem;
  }
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list-item {
    padding: 0.5rem;
    border-radius: 12px;
    gap: 0.75rem;
  }
}
body[x-data=bankListApp] .bank-container__box-list-item:hover {
  background: #f1f1f1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: #D1D5DB;
}
body[x-data=bankListApp] .bank-container__box-list-item:hover .bank-container__box-list-item-icon svg {
  transform: translateX(4px);
  fill: #2563EB;
}
body[x-data=bankListApp] .bank-container__box-list-item-image {
  width: 64px;
  height: 64px;
  padding: 8px;
  background: #F3F4F6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  body[x-data=bankListApp] .bank-container__box-list-item-image {
    background-color: transparent;
  }
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list-item-image {
    width: 48px;
    height: 48px;
    padding: 6px;
    border-radius: 8px;
  }
}
body[x-data=bankListApp] .bank-container__box-list-item-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body[x-data=bankListApp] .bank-container__box-list-item-title {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 500;
  color: #1F2937;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list-item-title {
    font-size: 1rem;
  }
}
body[x-data=bankListApp] .bank-container__box-list-item-icon svg {
  width: 20px;
  height: 20px;
  fill: #9CA3AF;
  transition: transform 0.2s ease;
}
@media (max-width: 576px) {
  body[x-data=bankListApp] .bank-container__box-list-item-icon svg {
    width: 16px;
    height: 16px;
  }
}
body[x-data=bankListApp] .bank-container__box-list-item-icon svg path {
  fill: #9CA3AF;
}

@media (max-width: 1200px) {
  .container {
    padding-top: 24px;
  }
}
@media (max-width: 576px) {
  .container {
    padding-top: 16px;
  }
}

body[x-data=loginApp] .container {
  height: 90vh;
  align-content: center;
  padding: 1rem;
}
body[x-data=loginApp] .login-container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  body[x-data=loginApp] .login-container {
    padding: 1.5rem;
    border-radius: 20px;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  body[x-data=loginApp] .login-container {
    padding: 1.25rem;
    border-radius: 16px;
  }
}
body[x-data=loginApp] .form-area {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area {
    gap: 1.25rem;
  }
}
@media (max-width: 576px) {
  body[x-data=loginApp] .form-area {
    gap: 1rem;
  }
}
body[x-data=loginApp] .form-area__input {
  position: relative;
  overflow: hidden;
}
body[x-data=loginApp] .form-area__input input, body[x-data=loginApp] .form-area__input select {
  width: 100%;
  height: 64px;
  padding: 8px 20px;
  padding-top: 24px;
  font-size: 16px;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  background: linear-gradient(135deg, #FAFAFA 0%, #FFFFFF 100%);
  color: #1F2937;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area__input input, body[x-data=loginApp] .form-area__input select {
    height: 58px;
    padding: 8px 18px;
    padding-top: 20px;
    font-size: 15px;
    border-radius: 10px;
  }
}
body[x-data=loginApp] .form-area__input input:focus, body[x-data=loginApp] .form-area__input select:focus {
  outline: none;
  border-color: #3B82F6;
  background: #FFFFFF;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1), 0 4px 16px rgba(0, 0, 0, 0.08);
}
body[x-data=loginApp] .form-area__input input:hover, body[x-data=loginApp] .form-area__input select:hover {
  border-color: #D1D5DB;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
body[x-data=loginApp] .form-area__input input::placeholder, body[x-data=loginApp] .form-area__input select::placeholder {
  color: #9CA3AF;
  font-weight: 400;
}
body[x-data=loginApp] .form-area__input input.error, body[x-data=loginApp] .form-area__input select.error {
  border-color: #EF4444;
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFFFF 100%);
}
body[x-data=loginApp] .form-area__input input.error:focus, body[x-data=loginApp] .form-area__input select.error:focus {
  border-color: #EF4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1), 0 4px 16px rgba(0, 0, 0, 0.08);
}
body[x-data=loginApp] .form-area__input select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%236B7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;
  padding-right: 48px;
  cursor: pointer;
}
body[x-data=loginApp] .form-area__input select:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%233B82F6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
}
body[x-data=loginApp] .form-area__input label {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6B7280;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  padding: 0 4px;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area__input label {
    left: 18px;
    font-size: 15px;
  }
}
body[x-data=loginApp] .form-area__input input:focus ~ label,
body[x-data=loginApp] .form-area__input input:not(:placeholder-shown) ~ label,
body[x-data=loginApp] .form-area__input select:focus ~ label,
body[x-data=loginApp] .form-area__input select:not([value=""]) ~ label {
  top: 12px;
  font-size: 12px;
  color: #3B82F6;
  font-weight: 600;
  transform: translateY(0);
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area__input input:focus ~ label,
  body[x-data=loginApp] .form-area__input input:not(:placeholder-shown) ~ label,
  body[x-data=loginApp] .form-area__input select:focus ~ label,
  body[x-data=loginApp] .form-area__input select:not([value=""]) ~ label {
    top: 10px;
    font-size: 10px;
  }
}
body[x-data=loginApp] .form-area__button {
  height: 58px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background: #FFD700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area__button {
    height: 48px;
    font-size: 15px;
  }
}
body[x-data=loginApp] .form-area__button:hover {
  background: #FFC700;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}
body[x-data=loginApp] .form-area__button:active {
  transform: translateY(0);
  box-shadow: none;
}
body[x-data=loginApp] .logo {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .logo {
    margin-bottom: 0;
  }
}
body[x-data=loginApp] .logo img {
  max-width: 120px;
  height: auto;
}
body[x-data=loginApp] .form-area__radio-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .form-area__radio-group {
    grid-template-columns: 1fr;
  }
}
body[x-data=loginApp] .form-area__radio {
  position: relative;
}
body[x-data=loginApp] .form-area__radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
body[x-data=loginApp] .form-area__radio label {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 15px;
  color: #374151;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 100%;
}
body[x-data=loginApp] .form-area__radio label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #D1D5DB;
  border-radius: 50%;
  margin-right: 12px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
body[x-data=loginApp] .form-area__radio input[type=radio]:checked + label {
  background: rgba(0, 138, 206, 0.05);
  border-color: #008ace;
  color: #000;
}
body[x-data=loginApp] .form-area__radio input[type=radio]:checked + label::before {
  border-color: #008ace;
  background: #008ace;
  box-shadow: inset 0 0 0 4px #fff;
}
body[x-data=loginApp] .form-area__radio:hover label {
  border-color: #008ace;
  background: rgba(0, 138, 206, 0.02);
}
body[x-data=loginApp] .content-text {
  text-align: center;
  margin-bottom: 2rem;
}
body[x-data=loginApp] .content-text__submarine {
  font-size: 1.25rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  font-weight: 800;
  color: #FFD700;
  text-shadow: 0px 0px 18.4px #FFD700;
  margin: 0 auto;
  max-width: 450px;
  word-break: break-word;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .content-text__submarine {
    width: 100%;
    font-size: 1.1rem;
    padding: 0 1rem;
  }
}
body[x-data=loginApp] .login-container__description {
  width: 100%;
  max-width: 490px;
  text-align: center;
  margin: 0 auto 2rem;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.1rem;
  color: #FFF;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .login-container__description {
    font-size: 1rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  body[x-data=loginApp] .container {
    padding: 1rem;
    height: 100vh;
  }
  body[x-data=loginApp] .login-container {
    width: 100%;
  }
}
body[x-data=loginApp] .bank-title {
  text-align: center;
  margin: 0.5rem 0 1.5rem;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .bank-title {
    margin: 0.5rem 0 1rem;
  }
}
body[x-data=loginApp] .bank-title__text {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1F2937;
  line-height: 1.4;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  body[x-data=loginApp] .bank-title__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  body[x-data=loginApp] .bank-title__text {
    font-size: 1rem;
  }
}

body[x-data=supportApp] .container {
  height: 90vh;
  align-content: center;
  position: relative;
}
body[x-data=supportApp] .support-view {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body[x-data=supportApp] .support-container {
  max-width: 100%;
  width: 100%;
  margin: 1rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}
body[x-data=supportApp] .support-container:hover {
  transform: translateY(-5px);
}
body[x-data=supportApp] .support-title {
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
body[x-data=supportApp] .notice-box {
  margin: 1.5rem auto;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body[x-data=supportApp] .support-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}
body[x-data=supportApp] .support-option {
  background: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
body[x-data=supportApp] .support-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
body[x-data=supportApp] .support-option:hover .support-option__icon {
  transform: scale(1.1);
}
body[x-data=supportApp] .support-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #FFD700, #FFA500);
}
body[x-data=supportApp] .support-option .fb {
  background: #1877f2;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 16px;
}
body[x-data=supportApp] .support-option .fb svg {
  width: 28px;
  height: 28px;
}
body[x-data=supportApp] .support-option .facebook-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #1877f2;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 16px;
}
body[x-data=supportApp] .support-option .facebook-button:hover {
  background: #1877f2;
  transform: translateY(-2px);
}
body[x-data=supportApp] .support-option .facebook-button svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
body[x-data=supportApp] .support-option .support-option__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  color: #0088cc;
  transition: transform 0.3s ease;
}
body[x-data=supportApp] .support-option .support-option__icon svg {
  width: 100%;
  height: 100%;
}
body[x-data=supportApp] .support-option .support-option__icon.wp svg {
  width: 100%;
  height: 100%;
}
body[x-data=supportApp] .support-option .support-option__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
body[x-data=supportApp] .support-option .support-option__description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
body[x-data=supportApp] .support-option .whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-size: 1rem;
  font-weight: 600;
  background: #25D366;
  border-radius: 24px;
  color: #FFFFFF;
  text-decoration: none;
  gap: 0.75rem;
  padding: 0 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}
body[x-data=supportApp] .support-option .whatsapp-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.3);
  background: #23c75e;
}
body[x-data=supportApp] .support-option .whatsapp-button svg {
  width: 24px;
  height: 24px;
  fill: #FFF;
}
body[x-data=supportApp] .transfer-details {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.75rem 1.5rem;
  border-radius: 24px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body[x-data=supportApp] .transfer-details {
    display: none;
  }
}
body[x-data=supportApp] .transfer-details:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  body[x-data=supportApp] .container.blur {
    height: 90vh;
  }
  body[x-data=supportApp] .container.not-blur {
    height: 100%;
  }
  body[x-data=supportApp] .support-container {
    margin: 1rem;
    padding: 1.5rem;
  }
  body[x-data=supportApp] .support-title {
    font-size: 1.75rem;
  }
  body[x-data=supportApp] .notice-box {
    font-size: 1rem;
    padding: 1rem;
    margin: 1rem auto;
  }
  body[x-data=supportApp] .support-options {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  body[x-data=supportApp] .support-option {
    padding: 1.5rem;
  }
  body[x-data=supportApp] .transfer-details {
    top: 1rem;
    right: 1rem;
    height: 40px;
    padding: 0.5rem;
    border-radius: 20px;
    width: 40px;
  }
  body[x-data=supportApp] .whatsapp-button {
    height: 44px;
    padding: 0 1.5rem;
  }
}
@media (max-width: 576px) {
  body[x-data=supportApp] .support-container {
    padding: 1rem;
  }
  body[x-data=supportApp] .support-title {
    font-size: 1.5rem;
  }
  body[x-data=supportApp] .support-option {
    padding: 1.25rem;
  }
  body[x-data=supportApp] .support-option__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
  }
  body[x-data=supportApp] .support-option__title {
    font-size: 1.1rem;
  }
  body[x-data=supportApp] .support-option__description {
    font-size: 0.9rem;
  }
}

.transfer-details {
  position: fixed;
  top: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  border-radius: 20px;
  color: #fff;
  z-index: 999;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.transfer-details:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.transfer-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 3rem;
  overflow: hidden;
}

.progress-container {
  width: 100%;
  max-width: 450px;
  margin: 2.5rem 0;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #FFD700, #FFC400);
  border-radius: 6px;
  transition: width 5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 0%;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer 2s infinite;
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 200%;
  }
}
.transfer-status {
  text-align: center;
  margin-bottom: 2.5rem;
}

.transfer-status h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #FFD700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.transfer-status p {
  font-size: 1.3rem;
  color: #fff;
  opacity: 0.95;
}

.reward-amount {
  font-size: 2.8rem;
  font-weight: 800;
  color: #FFD700;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
  margin: 1.8rem 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.processing-text {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 1.2rem;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .processing-text {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 576px) {
  .processing-text {
    font-size: 0.9rem;
    margin-top: 0.8rem;
  }
}

.processing-dots::after {
  content: "...";
  animation: dots 1.5s steps(4, end) infinite;
  display: inline-block;
  width: 20px;
  text-align: left;
}

@keyframes dots {
  0%, 20% {
    content: ".";
  }
  40% {
    content: "..";
  }
  60% {
    content: "...";
  }
  80%, 100% {
    content: "";
  }
}
@media (max-width: 768px) {
  .transfer-status h2 {
    font-size: 1.5rem;
  }
  .transfer-details {
    border-radius: 50%;
  }
}
[x-data=cardApp] .container {
  height: 90vh;
  align-content: center;
}
@media (max-width: 1200px) {
  [x-data=cardApp] .container {
    width: 100%;
  }
}
[x-data=cardApp] .card-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
  [x-data=cardApp] .card-container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  [x-data=cardApp] .card-container {
    width: 100%;
    padding: 1.2rem;
  }
}
[x-data=cardApp] .card-section {
  width: 550px;
  height: 350px;
  margin: 0 auto;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  [x-data=cardApp] .card-section {
    width: 100%;
    height: 250px;
    margin-bottom: 0;
  }
}
[x-data=cardApp] .card-section .creditcard {
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
}
[x-data=cardApp] .card-section .creditcard .front,
[x-data=cardApp] .card-section .creditcard .back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}
[x-data=cardApp] .card-section .creditcard .back {
  transform: rotateY(180deg);
}
[x-data=cardApp] .card-section .creditcard.flipped {
  transform: rotateY(180deg);
}
[x-data=cardApp] .card-section .creditcard .grey {
  fill: #ffd700;
}
[x-data=cardApp] .card-section .creditcard .greydark {
  fill: #0168a0;
}
[x-data=cardApp] .card-section .creditcard svg#cardfront, [x-data=cardApp] .card-section .creditcard svg#cardback {
  width: 100%;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}
[x-data=cardApp] .card-section #ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}
[x-data=cardApp] .card-section #ccsingle svg {
  width: 120px;
  max-height: 70px;
}
[x-data=cardApp] .card-section #cardfront .st2 {
  fill: #fff;
}
[x-data=cardApp] .card-section #cardfront .st3 {
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}
[x-data=cardApp] .card-section #cardfront .st4 {
  font-size: 60px;
}
@media (max-width: 768px) {
  [x-data=cardApp] .card-section #cardfront .st4 {
    font-size: 54px;
  }
}
[x-data=cardApp] .card-section #cardfront .st5 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}
[x-data=cardApp] .card-section #cardfront .st7 {
  opacity: 0.6;
  fill: #fff;
}
[x-data=cardApp] .card-section #cardfront .st8 {
  font-size: 28px;
}
[x-data=cardApp] .card-section #cardfront .st11 {
  font-size: 18px;
}
[x-data=cardApp] .card-section #cardfront .st12 {
  fill: #4c4c4c;
}
[x-data=cardApp] .card-section #cardback .st0 {
  fill: none;
  stroke: #0f0f0f;
  stroke-miterlimit: 10;
}
[x-data=cardApp] .card-section #cardback .st2 {
  fill: #111;
}
[x-data=cardApp] .card-section #cardback .st3 {
  fill: #f2f2f2;
}
[x-data=cardApp] .card-section #cardback .st4 {
  fill: #d8d2db;
}
[x-data=cardApp] .card-section #cardback .st5 {
  fill: #c4c4c4;
}
[x-data=cardApp] .card-section #cardback .st6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}
[x-data=cardApp] .card-section #cardback .st7 {
  font-size: 30px;
}
[x-data=cardApp] .card-section #cardback .st8 {
  opacity: 0.6;
}
[x-data=cardApp] .card-section #cardback .st9 {
  fill: #fff;
}
[x-data=cardApp] .card-section #cardback .st10 {
  font-size: 28px;
}
[x-data=cardApp] .card-section #cardback .st11 {
  fill: #eaeaea;
}
[x-data=cardApp] .card-section #cardback .st12 {
  font-family: "Rock Salt", cursive;
}
[x-data=cardApp] .card-section #cardback .st13 {
  font-size: 42px;
}
[x-data=cardApp] .card-section .container {
  perspective: 1000px;
}
[x-data=cardApp] .card-button {
  width: 100%;
  background-color: #FFD700;
  color: #000;
  border: none;
  border-radius: 8px;
  padding: 0.9rem 1.8rem;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
[x-data=cardApp] .card-button:hover {
  background-color: #FFC700;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  [x-data=cardApp] .card-button {
    padding: 0.7rem 1.4rem;
    font-size: 1rem;
  }
}
[x-data=cardApp] .input-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
[x-data=cardApp] .input-group input {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.1rem;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color 0.3s ease;
  color: #fff;
  padding-top: 1.7rem;
}
[x-data=cardApp] .input-group input.error {
  border: 1px solid rgba(255, 0, 0, 0.5);
}
[x-data=cardApp] .input-group input:focus {
  border-color: rgba(255, 215, 0, 0.5);
  outline: none;
}
[x-data=cardApp] .input-group input:focus + label, [x-data=cardApp] .input-group input:not(:placeholder-shown) + label {
  top: 5px;
  left: 0.85rem;
  font-size: 0.85rem;
  color: #FFD700;
}
@media (max-width: 768px) {
  [x-data=cardApp] .input-group input {
    font-size: 1rem;
    padding: 0.9rem;
    padding-top: 1.4rem;
  }
}
[x-data=cardApp] .input-group label {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  color: #fff;
  pointer-events: none;
  transition: all 0.3s ease;
  padding: 0 0.25rem;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 2rem);
  display: inline-block;
  font-size: 1.1rem;
}
[x-data=cardApp] g#visa path {
  fill: #0168a0;
}
[x-data=cardApp] #discover path,
[x-data=cardApp] #discover polygon {
  fill: #f60;
}
[x-data=cardApp] svg[data-s-id=maestro] > g > path, [x-data=cardApp] svg[data-s-id=mastercard] > g > path {
  fill: white;
}
[x-data=cardApp] svg[data-s-id=amex] > g > g > path {
  fill: white;
}
[x-data=cardApp] .st2.st5.st9 {
  font-size: 36px;
}

html[data-theme=orange] body {
  background: linear-gradient(180deg, #FF9900 -28.11%, #FFA500 -10.28%, #FFB300 19.03%, #FFC107 33.04%, #FFD700 99.29%);
  background: url("../img/bg-2.png") no-repeat center center fixed;
  background-size: cover;
}

html[data-theme=blue] body {
  background: linear-gradient(180deg, #007EB3 -28.11%, #0082BC -10.28%, #008ED6 19.03%, #0096E6 33.04%, #00649A 99.29%);
  background: url("../img/bg-1.png") no-repeat center center fixed;
  background-size: cover;
}

body {
  min-height: 100vh;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.powered-by {
  text-align: center;
  padding: 20px 0;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.powered-by img {
  margin-left: 4px;
  width: 80px;
}
@media (max-width: 768px) {
  .powered-by {
    width: 90%;
    margin: 0 auto;
  }
}

.fs-15 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  html[data-theme=orange] body {
    background: url("../img/mobile-bg-2.png") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
  }
  html[data-theme=blue] body {
    background: url("../img/mobile-bg.png") no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
  }
  .fs-15 {
    font-size: 1.25rem;
  }
  .iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    max-height: 40px;
    height: 100%;
    text-indent: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.432);
  }
}
@media (max-width: 576px) {
  .fs-15 {
    font-size: 1rem;
  }
}
@supports (-webkit-touch-callout: none) {
  .vh100 {
    height: 100%;
  }
}
.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 1rem;
}
.welcome-modal[x-show] {
  opacity: 1;
  visibility: visible;
}
.welcome-modal__content {
  background: #018ad4;
  max-width: 90%;
  width: 480px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.welcome-modal__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 215, 0, 0.05) 50%, rgba(255, 215, 0, 0) 100%);
  pointer-events: none;
}
.welcome-modal[x-show] .welcome-modal__content {
  transform: translateY(0);
  opacity: 1;
}
.welcome-modal__title {
  font-size: 1.8rem;
  font-weight: 800;
  background: linear-gradient(to right, #FFFFFF, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 2.5rem 2rem 1.5rem;
  position: relative;
}
.welcome-modal__description {
  margin: 0 2rem 2.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  font-size: 1.15rem;
  position: relative;
}
.welcome-modal__description .prize-amount {
  display: block;
  font-weight: 800;
  font-size: 2.5rem;
  margin: 1.5rem 0;
  color: #FFD700;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.4);
  position: relative;
}
.welcome-modal__description .prize-amount::before, .welcome-modal__description .prize-amount::after {
  content: "✨";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  opacity: 0.8;
}
.welcome-modal__description .prize-amount::before {
  left: -2rem;
}
.welcome-modal__description .prize-amount::after {
  right: -2rem;
}
.welcome-modal__close {
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: none;
  background: linear-gradient(to right, #FFD700, #FFA500);
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.welcome-modal__close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.welcome-modal__close:hover {
  background: linear-gradient(to right, #FFE55C, #FFB52E);
}
.welcome-modal__close:hover::before {
  transform: translateX(100%);
}
.welcome-modal__close:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .welcome-modal__content {
    width: 100%;
  }
  .welcome-modal__title {
    font-size: 1.8rem;
    margin: 2rem 1.5rem 1rem;
  }
  .welcome-modal__description {
    margin: 0 1.5rem 2rem;
    font-size: 1.1rem;
  }
  .welcome-modal__description .prize-amount {
    font-size: 2rem;
    margin: 1.2rem 0;
  }
  .welcome-modal__description .prize-amount::before, .welcome-modal__description .prize-amount::after {
    font-size: 1.2rem;
  }
  .welcome-modal__description .prize-amount::before {
    left: -1.5rem;
  }
  .welcome-modal__description .prize-amount::after {
    right: -1.5rem;
  }
  .welcome-modal__close {
    padding: 1.25rem;
    font-size: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
