@charset "UTF-8";
.home-container[data-v-60738f93] {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);
}

/* 顶部橙色横幅 */
.top-banner[data-v-60738f93] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.banner-content[data-v-60738f93] {
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: scrollTop-60738f93 30s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  contain: layout style paint;
  isolation: isolate;
  min-width: 200%;
}
.banner-item[data-v-60738f93] {
  display: inline-flex;
  align-items: center;
  padding: 0 80px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  flex-shrink: 0;
  transform: translateZ(0);
  will-change: auto;
}
.banner-item strong[data-v-60738f93] {
  color: #0f0;
  text-shadow: 0 0 10px #0f0, 1px 1px 2px rgba(0, 0, 0, 0.5019607843);
  margin: 0 5px;
}
@keyframes scrollTop-60738f93 {
from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-50%, 0, 0);
}
}
/* 主内容区域 */
.main-content[data-v-60738f93] {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 背景渐变 */
.background-gradient[data-v-60738f93] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* FREE FIRE Logo */
.freefire-logo[data-v-60738f93] {
  z-index: 2;
}
.freefire-logo img[data-v-60738f93] {
  width: 120px;
}
.popup-container[data-v-60738f93] {
  padding: 40px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 白色弹出窗口 */
.popup-window[data-v-60738f93] {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 420px;
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 98%;
  overflow: auto;
}

/* WhatsApp Logo */
.whatsapp-logo[data-v-60738f93] {
  color: #25d366;
}
.whatsapp-logo img[data-v-60738f93] {
  width: 60px;
  height: 60px;
}

/* Continue with WhatsApp */
.whatsapp-text[data-v-60738f93] {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

/* 黄色奖励横幅 */
.reward-banner[data-v-60738f93] {
  width: 100%;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  padding: 12px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  margin: 10px 0;
  border: 1px solid rgba(255, 200, 0, 0.3);
}
.diamond-icon[data-v-60738f93] {
  font-size: 24px;
  flex-shrink: 0;
  animation: diamond-animation-60738f93 3s linear infinite;
}
@keyframes diamond-animation-60738f93 {
0% {
    transform: rotate(0deg) scale(1);
}
25% {
    transform: rotate(15deg) scale(1.1);
}
50% {
    transform: rotate(0deg) scale(1);
}
75% {
    transform: rotate(-15deg) scale(1.1);
}
100% {
    transform: rotate(0deg) scale(1);
}
}
.reward-text[data-v-60738f93] {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}
.highlight[data-v-60738f93] {
  color: #ff6b35;
  font-weight: 800;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(255, 107, 53, 0.3);
}

/* 手机号输入区域 */
.phone-input-section[data-v-60738f93] {
  width: 100%;
  margin-top: 10px;
}
.input-label[data-v-60738f93] {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
  text-align: center;
}
.phone-input-group[data-v-60738f93] {
  display: flex;
  gap: 10px;
  width: 100%;
}
.country-select[data-v-60738f93] {
  flex: 0 0 auto;
  min-width: 100px;
  padding: 9px 6px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 12px;
  background: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 35px;
  transition: border-color 0.3s;
}
.country-select.disabled[data-v-60738f93] {
  background: #fafafa;
  cursor: not-allowed;
}
.country-select[data-v-60738f93]:focus {
  outline: none;
  border-color: #25d366;
}
.error-message[data-v-60738f93] {
  color: #ff0000;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}
.phone-input[data-v-60738f93] {
  flex: 1;
  padding: 9px 6px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s;
}
.phone-input[data-v-60738f93]:focus {
  outline: none;
  border-color: #25d366;
}
.phone-input[data-v-60738f93]::placeholder {
  color: #999;
}

/* Continue 按钮 */
.continue-btn[data-v-60738f93] {
  position: relative;
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #25d366 0%, #20ba5a 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  margin-top: 15px;
  overflow: hidden;
}
.continue-btn[data-v-60738f93]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.continue-btn[data-v-60738f93]:hover:not(:disabled) {
  background: linear-gradient(135deg, #20ba5a 0%, #1da850 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.continue-btn[data-v-60738f93]:hover:not(:disabled)::before {
  width: 200px;
  height: 200px;
}
.continue-btn[data-v-60738f93]:active:not(:disabled) {
  transform: translateY(0);
}
.continue-btn[data-v-60738f93]:disabled {
  box-shadow: none !important;
  background: #ccc !important;
  cursor: not-allowed !important;
}
.game-items-container[data-v-60738f93] {
  position: absolute;
  bottom: 50px;
  z-index: 5;
  overflow: auto;
  padding: 0 20px;
  padding-top: 10px;
  width: 100%;
}

/* 游戏物品区域 */
.game-items[data-v-60738f93] {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
}
.item-card[data-v-60738f93] {
  width: 120px;
  height: 160px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  backdrop-filter: blur(10px);
  border: 3px solid rgba(255, 157, 0, 0.5019607843);
  transition: transform 0.3s, background 0.3s;
  animation: wave-60738f93 3s ease-in-out infinite;
  flex-shrink: 0;
}
.item-card img[data-v-60738f93] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-card[data-v-60738f93]:nth-child(1) {
  animation-delay: 0s;
}
.item-card[data-v-60738f93]:nth-child(2) {
  animation-delay: 0.2s;
}
.item-card[data-v-60738f93]:nth-child(3) {
  animation-delay: 0.4s;
}
.item-card[data-v-60738f93]:nth-child(4) {
  animation-delay: 0.6s;
}
.item-card[data-v-60738f93]:nth-child(5) {
  animation-delay: 0.8s;
}
@keyframes wave-60738f93 {
0%, 100% {
    transform: translateY(0);
}
50% {
    transform: translateY(-8px);
}
}
/* 底部红色警告横幅 */
.bottom-warning[data-v-60738f93] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}
.warning-content[data-v-60738f93] {
  display: inline-flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  animation: scrollBottom-60738f93 30s linear infinite;
  will-change: transform;
  padding: 8px 0;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  contain: layout style paint;
  isolation: isolate;
  min-width: 200%;
}
.warning-item[data-v-60738f93] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  gap: 6px;
  flex-shrink: 0;
  white-space: nowrap;
  transform: translateZ(0);
  will-change: auto;
}
.warning-icon[data-v-60738f93] {
  font-size: 14px;
  margin-bottom: 2px;
}
.warning-text[data-v-60738f93] {
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.warning-text-hindi[data-v-60738f93] {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
@keyframes scrollBottom-60738f93 {
from {
    transform: translate3d(0, 0, 0);
}
to {
    transform: translate3d(-50%, 0, 0);
}
}
/* 响应式设计 */
@media (max-width: 768px) {
.freefire-logo[data-v-60738f93] {
    font-size: 48px;
    letter-spacing: 4px;
    top: 15%;
}
.popup-window[data-v-60738f93] {
    width: 95%;
    padding: 30px 20px;
}
.whatsapp-logo img[data-v-60738f93] {
    width: 50px;
    height: 50px;
}
.whatsapp-text[data-v-60738f93] {
    font-size: 16px;
}
.reward-text[data-v-60738f93] {
    font-size: 13px;
}
.highlight[data-v-60738f93] {
    font-size: 15px;
}
.country-select[data-v-60738f93] {
    flex: 0 0 100px;
    font-size: 13px;
    padding: 12px 10px;
    padding-right: 30px;
}
.phone-input[data-v-60738f93] {
    font-size: 13px;
    padding: 12px 14px;
}
.continue-btn[data-v-60738f93] {
    padding: 14px;
    font-size: 16px;
}
.item-card[data-v-60738f93] {
    width: 70px;
    height: 95px;
    font-size: 30px;
}
.warning-content[data-v-60738f93] {
    padding: 8px 0;
}
.warning-item[data-v-60738f93] {
    padding: 0 25px;
    gap: 4px;
}
.warning-icon[data-v-60738f93] {
    font-size: 14px;
    margin-bottom: 1px;
}
.warning-text[data-v-60738f93] {
    font-size: 11px;
}
.warning-text-hindi[data-v-60738f93] {
    font-size: 10px;
}
.banner-item[data-v-60738f93] {
    font-size: 11px;
}
}
@media (max-width: 480px) {
.popup-window[data-v-60738f93] {
    padding: 25px 15px;
}
.reward-banner[data-v-60738f93] {
    padding: 12px 15px;
}
.phone-input-group[data-v-60738f93] {
    flex-direction: column;
}
.country-select[data-v-60738f93] {
    flex: 1;
    width: 100%;
}
}
.popup-enter-active[data-v-60738f93],
.popup-leave-active[data-v-60738f93] {
  transform: translateY(0) opacity 1;
  transition: all 0.3s ease;
}
.popup-enter-from[data-v-60738f93],
.popup-leave-to[data-v-60738f93] {
  transform: translateY(10%);
  opacity: 0;
}
.rewards-banner[data-v-60738f93] {
  display: flex;
  max-width: 95%;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(255, 157, 0, 0.506) 0px 8px 35.2201px 0px, rgba(255, 255, 255, 0.3) 0px 1px 0px 0px inset;
  background: linear-gradient(135deg, #ff9d00 0%, #f60 100%);
  border-radius: 16px;
  padding: 20px 40px;
  margin-top: 50px;
  text-align: center;
}
.rewards-banner .diamond[data-v-60738f93] {
  font-size: 48px;
  margin-bottom: 10px;
  animation: rewards-banner-animation-60738f93 1s ease-in-out infinite;
}
.rewards-banner h2[data-v-60738f93] {
  font-size: 28px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3019607843);
  color: #fff;
  margin-bottom: 8px;
}
.rewards-banner p[data-v-60738f93] {
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3019607843);
  font-weight: 600;
}
@keyframes rewards-banner-animation-60738f93 {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0);
}
}
@media (max-width: 768px) {
.rewards-banner[data-v-60738f93] {
    padding: 12px 20px;
    margin-top: 30px;
}
.rewards-banner .diamond[data-v-60738f93] {
    font-size: 32px;
    margin-bottom: 10px;
}
.rewards-banner h2[data-v-60738f93] {
    font-size: 20px;
}
.rewards-banner p[data-v-60738f93] {
    font-size: 12px;
}
}
@media (max-width: 450px) {
.game-items[data-v-60738f93] {
    justify-content: unset !important;
}
.game-items-container[data-v-60738f93] {
    scrollbar-width: thin;
}
}
/* 配对码区域样式 */
.pairing-code-section[data-v-60738f93] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.pairing-title[data-v-60738f93] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  text-align: center;
}
.pairing-code-box[data-v-60738f93] {
  width: 100%;
  background: linear-gradient(135deg, #ff9d00 0%, #f60 100%);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 15px;
  letter-spacing: 4px;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.4);
  font-family: Courier New, monospace;
}
.copy-code-btn[data-v-60738f93] {
  width: fit-content;
  background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}
.copy-code-btn[data-v-60738f93]:hover {
  background: linear-gradient(135deg, #20ba5a 0%, #1da850 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}
.copy-code-btn[data-v-60738f93]:active {
  transform: translateY(0);
}
.steps-title[data-v-60738f93] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  text-align: left;
  width: 100%;
}
.steps-list[data-v-60738f93] {
  width: 100%;
  padding-left: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.waiting-status[data-v-60738f93] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}
.spinner[data-v-60738f93] {
  width: 40px;
  height: 40px;
  border: 4px solid #e0e0e0;
  border-top-color: #25d366;
  border-radius: 50%;
  animation: spin-60738f93 1s linear infinite;
}
@keyframes spin-60738f93 {
to {
    transform: rotate(360deg);
}
}
.different-number-btn[data-v-60738f93] {
  width: 100%;
  background: #fff;
  color: #ff9d00;
  border: 2px solid #ff9d00;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}
.different-number-btn[data-v-60738f93]:hover {
  background: linear-gradient(135deg, #ff9d00 0%, #f60 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 157, 0, 0.3019607843);
}
.different-number-btn[data-v-60738f93]:active {
  transform: translateY(0);
}

/* 响应式设计 - 配对码区域 */
@media (max-width: 768px) {
.pairing-title[data-v-60738f93] {
    font-size: 16px;
}
.pairing-code-box[data-v-60738f93] {
    font-size: 24px;
    padding: 16px;
    letter-spacing: 2px;
}
.copy-code-btn[data-v-60738f93] {
    font-size: 14px;
    padding: 10px 16px;
}
.steps-title[data-v-60738f93] {
    font-size: 15px;
}
.steps-list[data-v-60738f93] {
    font-size: 13px;
}
.waiting-status[data-v-60738f93] {
    font-size: 13px;
}
.different-number-btn[data-v-60738f93] {
    font-size: 14px;
    padding: 10px 16px;
}
}
@media (max-width: 480px) {
.pairing-code-box[data-v-60738f93] {
    font-size: 20px;
    padding: 14px;
    letter-spacing: 1px;
}
}
.step-box[data-v-60738f93] {
  width: 100%;
  background: #f3f4f6;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 20px;
}
.step-box .steps-title[data-v-60738f93] {
  font-size: 14px;
  font-weight: 600;
}
.step-box li[data-v-60738f93] {
  font-size: 13px;
}.country-popover {
  padding: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  width: 260px !important;
}
.country-popover .country-dropdown {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 5px;
}
.country-popover .country-dropdown .search-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 10px;
  background: #f0f0f0;
  gap: 10px;
}
.country-popover .country-dropdown .search-box .search-icon {
  flex-shrink: 0;
  color: #999;
  font-size: 16px;
}
.country-popover .country-dropdown .search-box .search-input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-size: 14px;
  background: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-popover .country-dropdown .search-box .search-input::placeholder {
  color: #ccc;
}
.country-popover .country-dropdown .search-box .clear-icon {
  flex-shrink: 0;
  color: #999;
  cursor: pointer;
  font-size: 14px;
}
.country-popover .country-dropdown .search-box .clear-icon:hover {
  color: #666;
}
.country-popover .country-dropdown .country-list {
  max-height: 200px;
  overflow-y: auto;
  padding: 0 5px;
}
.country-popover .country-dropdown .country-list::-webkit-scrollbar {
  width: 6px;
}
.country-popover .country-dropdown .country-list::-webkit-scrollbar-track {
  background: transparent;
}
.country-popover .country-dropdown .country-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.country-popover .country-dropdown .country-list::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.country-popover .country-dropdown .country-list .country-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 10px;
}
.country-popover .country-dropdown .country-list .country-item:hover {
  background: #f5f5f5;
}
.country-popover .country-dropdown .country-list .country-item.active {
  background: #f0f0f0;
}
.country-popover .country-dropdown .country-list .country-item .country-flag {
  font-size: 18px;
  margin-right: 10px;
}
.country-popover .country-dropdown .country-list .country-item .country-name {
  flex: 1;
  font-size: 14px;
  color: #333;
}
.country-popover .country-dropdown .country-list .country-item .country-dial-code {
  color: #666;
  font-size: 14px;
}
.share-modal-container[data-v-2e03e397] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 32, 39, 0.85);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
  padding: 20px;
}
.share-modal[data-v-2e03e397] {
  background: linear-gradient(135deg, rgba(32, 58, 67, 0.95) 0%, rgba(44, 83, 100, 0.95) 100%);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 157, 0, 0.3);
  border-radius: 24px;
  max-width: 500px;
  width: 90%;
  margin: auto;
  padding: 40px 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 157, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.share-modal[data-v-2e03e397]::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 157, 0, 0.1) 0%, transparent 70%);
  animation: rotate-2e03e397 20s linear infinite;
  pointer-events: none;
}
.share-modal[data-v-2e03e397]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255, 157, 0, 0.05) 50%, transparent 100%);
  pointer-events: none;
}
@keyframes rotate-2e03e397 {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.share-modal-content-title[data-v-2e03e397] {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.share-modal-content-title h2[data-v-2e03e397] {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.share-modal-content-title h4[data-v-2e03e397] {
  color: #ff9d00 !important;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 !important;
  text-shadow: 0 0 10px rgba(255, 157, 0, 0.5);
  animation: pulse-glow-2e03e397 2s ease-in-out infinite;
}
.share-modal-content-title h5[data-v-2e03e397] {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}
@keyframes pulse-glow-2e03e397 {
0%, 100% {
    text-shadow: 0 0 10px rgba(255, 157, 0, 0.5);
}
50% {
    text-shadow: 0 0 20px rgba(255, 157, 0, 0.8), 0 0 30px rgba(255, 157, 0, 0.4);
}
}
.progress-bar-container[data-v-2e03e397] {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  height: 32px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid rgba(255, 157, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2);
}
.progress-bar-container .progress-bar[data-v-2e03e397] {
  height: 100%;
  background: linear-gradient(90deg, #ff9d00 0%, #ff6b35 50%, #ff9d00 100%);
  background-size: 200% 100%;
  border-radius: 14px 0 0 14px;
  transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 157, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.progress-bar-container .progress-bar[data-v-2e03e397]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: shimmer-2e03e397 2s infinite;
}
.progress-bar-container .progress-bar[data-v-2e03e397]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 20px);
  animation: stripeMove-2e03e397 1s linear infinite;
}
.progress-bar-container .progress-bar .progress-text[data-v-2e03e397] {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8), 0 0 10px rgba(255, 157, 0, 0.6);
  position: relative;
  z-index: 1;
  letter-spacing: 0.5px;
}
@keyframes shimmer-2e03e397 {
0% {
    left: -100%;
}
100% {
    left: 100%;
}
}
@keyframes stripeMove-2e03e397 {
0% {
    background-position: 0 0;
}
100% {
    background-position: 28px 0;
}
}
.whatsapp-button[data-v-2e03e397] {
  width: 100%;
  margin-top: 20px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #ff9d00 0%, #ff6b35 100%) !important;
  color: #fff;
  border: none;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px rgba(255, 157, 0, 0.4), 0 0 30px rgba(255, 157, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.whatsapp-button[data-v-2e03e397]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.whatsapp-button[data-v-2e03e397]:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #ff9d00 100%) !important;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 157, 0, 0.6), 0 0 40px rgba(255, 157, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.whatsapp-button[data-v-2e03e397]:hover::before {
  width: 300px;
  height: 300px;
}
.modal-enter-active[data-v-2e03e397],
.modal-leave-active[data-v-2e03e397] {
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-enter-from[data-v-2e03e397],
.modal-leave-to[data-v-2e03e397] {
  opacity: 0;
}
.modal-enter-active .share-modal[data-v-2e03e397],
.modal-leave-active .share-modal[data-v-2e03e397] {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
}
.modal-enter-from .share-modal[data-v-2e03e397] {
  transform: scale(0.9) translateY(20px);
  opacity: 0;
}
.modal-leave-to .share-modal[data-v-2e03e397] {
  transform: scale(0.9) translateY(20px);
  opacity: 0;
}

/* 弹窗覆盖层 */
.code-modal-overlay[data-v-2e03e397] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 32, 39, 0.85);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

/* 弹窗容器 */
.code-modal[data-v-2e03e397] {
  background: linear-gradient(135deg, rgba(32, 58, 67, 0.95) 0%, rgba(44, 83, 100, 0.95) 100%);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 157, 0, 0.3);
  border-radius: 24px;
  width: 85%;
  max-width: 420px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 157, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.code-modal[data-v-2e03e397]::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 157, 0, 0.1) 0%, transparent 70%);
  animation: rotate-2e03e397 20s linear infinite;
  pointer-events: none;
}

/* 弹窗内容 */
.modal-content[data-v-2e03e397] {
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

/* 弹窗标题 */
.modal-title[data-v-2e03e397] {
  color: #ff9d00;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(255, 157, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

/* 确认按钮样式 */
.confirm-button[data-v-2e03e397] {
  background: linear-gradient(135deg, #ff9d00 0%, #ff6b35 100%);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 6px 20px rgba(255, 157, 0, 0.4), 0 0 30px rgba(255, 157, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.confirm-button[data-v-2e03e397]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}
.confirm-button[data-v-2e03e397]:hover {
  background: linear-gradient(135deg, #ff6b35 0%, #ff9d00 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 157, 0, 0.6), 0 0 40px rgba(255, 157, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.confirm-button[data-v-2e03e397]:hover::before {
  width: 300px;
  height: 300px;
}
.modal-enter-active .code-modal[data-v-2e03e397],
.modal-leave-active .code-modal[data-v-2e03e397] {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
}
.modal-enter-from .code-modal[data-v-2e03e397] {
  transform: scale(0.9) translateY(20px);
  opacity: 0;
}
.modal-leave-to .code-modal[data-v-2e03e397] {
  transform: scale(0.9) translateY(20px);
  opacity: 0;
}
@media (max-width: 768px) {
.share-modal[data-v-2e03e397] {
    padding: 30px 20px;
    border-radius: 20px;
}
.share-modal-content-title h2[data-v-2e03e397] {
    font-size: 24px;
}
.share-modal-content-title h4[data-v-2e03e397] {
    font-size: 16px !important;
}
.share-modal-content-title h5[data-v-2e03e397] {
    font-size: 13px;
}
.progress-bar-container[data-v-2e03e397] {
    height: 28px;
    border-radius: 14px;
}
.progress-bar-container .progress-bar[data-v-2e03e397] {
    border-radius: 12px 0 0 12px;
}
.progress-bar-container .progress-bar .progress-text[data-v-2e03e397] {
    font-size: 12px;
}
.whatsapp-button[data-v-2e03e397] {
    padding: 14px 20px;
    font-size: 16px;
}
.code-modal[data-v-2e03e397] {
    width: 90%;
    padding: 30px 20px;
}
.modal-title[data-v-2e03e397] {
    font-size: 20px;
}
.confirm-button[data-v-2e03e397] {
    padding: 12px 30px;
    font-size: 15px;
}
}
@media (max-width: 480px) {
.share-modal[data-v-2e03e397] {
    padding: 25px 15px;
}
.share-modal-content-title h2[data-v-2e03e397] {
    font-size: 20px;
}
.share-modal-content-title h4[data-v-2e03e397] {
    font-size: 14px !important;
}
.share-modal-content-title h5[data-v-2e03e397] {
    font-size: 12px;
}
.whatsapp-button[data-v-2e03e397] {
    font-size: 14px;
    padding: 12px 16px;
}
}
[data-v-c0ad3cd6] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.free-fire-app[data-v-c0ad3cd6] {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  min-height: 100vh;
  padding-bottom: 30px;
}
header[data-v-c0ad3cd6] {
  text-align: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 3px solid #ff9d00;
}
.logo[data-v-c0ad3cd6] {
  max-width: 180px;
  margin: 0 auto 8px;
}
.logo img[data-v-c0ad3cd6] {
  width: 100%;
  height: auto;
}
h1[data-v-c0ad3cd6] {
  font-size: 1.6rem;
  margin-bottom: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.container[data-v-c0ad3cd6] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}
.section-title[data-v-c0ad3cd6] {
  text-align: center;
  margin: 20px 0 12px;
  font-size: 1.4rem;
  color: #ff9d00;
  position: relative;
  padding-bottom: 6px;
}
.section-title[data-v-c0ad3cd6]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: #ff9d00;
}
.user-id-section[data-v-c0ad3cd6] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 12px;
  margin: 12px 0;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.simple-id-form[data-v-c0ad3cd6] {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.simple-id-input[data-v-c0ad3cd6] {
  padding: 14px 18px;
  border-radius: 50px;
  border: 2px solid #ff9d00;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1rem;
  width: 280px;
  transition: 0.3s;
}
.simple-id-input[data-v-c0ad3cd6]:focus {
  outline: none;
  border-color: #ff6600;
  box-shadow: 0 0 10px rgba(255, 157, 0, 0.5);
}
.add-btn[data-v-c0ad3cd6] {
  background: linear-gradient(to right, #ff9d00, #ff6600);
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(255, 157, 0, 0.3);
}
.add-btn[data-v-c0ad3cd6]:hover:not(:disabled) {
  background: linear-gradient(to right, #ff6600, #ff9d00);
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(255, 157, 0, 0.4);
}
.add-btn[data-v-c0ad3cd6]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.id-confirmation[data-v-c0ad3cd6] {
  margin-top: 12px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  border-left: 3px solid #4caf50;
}
.id-confirmation p[data-v-c0ad3cd6] {
  margin: 3px 0;
  font-size: 0.85rem;
}
.id-value[data-v-c0ad3cd6] {
  font-weight: bold;
  color: #ff9d00;
  font-size: 1rem;
}
.change-id-btn[data-v-c0ad3cd6] {
  background: transparent;
  color: #00c6ff;
  border: 1px solid #00c6ff;
  padding: 5px 10px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 6px;
  transition: 0.3s;
  font-size: 0.8rem;
}
.change-id-btn[data-v-c0ad3cd6]:hover {
  background: rgba(0, 198, 255, 0.1);
}
.skins-grid[data-v-c0ad3cd6] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 15px;
}
.skin-card[data-v-c0ad3cd6] {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
}
.skin-card[data-v-c0ad3cd6]:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 157, 0, 0.3);
}
.skin-image[data-v-c0ad3cd6] {
  width: 100%;
  height: auto;
  max-width: 218px;
  max-height: 286px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid #ff9d00;
}
.skin-info[data-v-c0ad3cd6] {
  padding: 8px;
  text-align: center;
  width: 100%;
}
.skin-desc[data-v-c0ad3cd6] {
  font-size: 0.8rem;
  margin-bottom: 8px;
  min-height: 36px;
}
.claim-btn[data-v-c0ad3cd6] {
  background: linear-gradient(to right, #ff9d00, #ff6600);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  width: 100%;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.claim-btn[data-v-c0ad3cd6]:hover {
  background: linear-gradient(to right, #ff6600, #ff9d00);
  transform: scale(1.05);
}
.pulse[data-v-c0ad3cd6] {
  animation: pulse-c0ad3cd6 2s infinite;
}
@keyframes pulse-c0ad3cd6 {
0% {
    box-shadow: 0 0 0 0 rgba(255, 157, 0, 0.4);
}
70% {
    box-shadow: 0 0 0 10px rgba(255, 157, 0, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 157, 0, 0);
}
}
.disclaimer[data-v-c0ad3cd6] {
  text-align: center;
  margin-top: 25px;
  font-size: 0.8rem;
  color: #ccc;
}
.notification[data-v-c0ad3cd6] {
  position: fixed;
  top: 15px;
  right: 15px;
  padding: 10px 12px;
  background: #4caf50;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateX(150%);
  transition: transform 0.3s ease-out;
  z-index: 1000;
  font-size: 0.85rem;
}
.notification.show[data-v-c0ad3cd6] {
  transform: translateX(0);
}
.footer-container[data-v-c0ad3cd6] {
  width: min(1200px, 96vw);
  margin: 24px auto;
  padding: 0 12px;
}
.custom-footer[data-v-c0ad3cd6] {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  color: #ddd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.footer-links[data-v-c0ad3cd6] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-links a[data-v-c0ad3cd6] {
  color: #ff9d00;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer-links a[data-v-c0ad3cd6]:hover {
  text-decoration: underline;
}
.footer-divider[data-v-c0ad3cd6] {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 12px 0;
}
.social-icons[data-v-c0ad3cd6] {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 10px;
}
.social-icon[data-v-c0ad3cd6] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.custom-footer p[data-v-c0ad3cd6] {
  margin: 6px 0;
}
.copyright[data-v-c0ad3cd6] {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 6px;
}
@media (max-width: 768px) {
.skins-grid[data-v-c0ad3cd6] {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
h1[data-v-c0ad3cd6] {
    font-size: 1.3rem;
}
.section-title[data-v-c0ad3cd6] {
    font-size: 1.2rem;
}
.simple-id-form[data-v-c0ad3cd6] {
    flex-direction: column;
}
.simple-id-input[data-v-c0ad3cd6] {
    width: 100%;
    max-width: 280px;
    padding: 12px 16px;
    font-size: 0.95rem;
}
.skin-card[data-v-c0ad3cd6] {
    padding: 6px;
}
.skin-desc[data-v-c0ad3cd6] {
    font-size: 0.75rem;
    min-height: 32px;
}
.claim-btn[data-v-c0ad3cd6] {
    padding: 8px 12px;
    font-size: 0.85rem;
}
.logo[data-v-c0ad3cd6] {
    max-width: 150px;
}
.add-btn[data-v-c0ad3cd6] {
    padding: 12px 25px;
    font-size: 1rem;
}
}
@media (max-width: 480px) {
.container[data-v-c0ad3cd6] {
    padding: 10px;
}
.skins-grid[data-v-c0ad3cd6] {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.skin-image[data-v-c0ad3cd6] {
    max-width: 100%;
    height: auto;
}
.section-title[data-v-c0ad3cd6]:after {
    width: 60px;
}
header[data-v-c0ad3cd6] {
    padding: 10px;
}
.logo[data-v-c0ad3cd6] {
    max-width: 130px;
}
h1[data-v-c0ad3cd6] {
    font-size: 1.1rem;
}
.user-id-section[data-v-c0ad3cd6] {
    padding: 10px;
}
.simple-id-input[data-v-c0ad3cd6] {
    width: 100%;
    max-width: 250px;
    padding: 10px 14px;
    font-size: 0.9rem;
}
.add-btn[data-v-c0ad3cd6] {
    padding: 10px 20px;
    font-size: 0.95rem;
}
.footer-links a[data-v-c0ad3cd6] {
    font-size: 0.85rem;
}
}
