
.modal-overlay[data-v-8d6eb773] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.bonus-modal[data-v-8d6eb773] {
  background: white;
  width: 90%;
  max-width: 450px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
  animation: slideIn-8d6eb773 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
}
@keyframes slideIn-8d6eb773 {
from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
}
to {
    opacity: 1;
    transform: translateY(0) scale(1);
}
}
.close-icon[data-v-8d6eb773] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-8d6eb773]:hover {
  color: #333;
}
.bonus-modal h2[data-v-8d6eb773] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.bonus-items[data-v-8d6eb773] {
  display: flex;
  justify-content: center;
  margin: 20px 0 24px;
}
.bonus-item[data-v-8d6eb773] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reward-icon[data-v-8d6eb773] {
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}
.bonus-item .amount[data-v-8d6eb773] {
  font-size: 36px;
  font-weight: 800;
  color: #f59e0b;
  line-height: 1.2;
}
.bonus-item .desc[data-v-8d6eb773] {
  font-size: 14px;
  color: #5b6e8c;
  margin-top: 4px;
  line-height: 1.4;
}
.method-title[data-v-8d6eb773] {
  font-weight: 600;
  font-size: 16px;
  margin: 16px 0 12px;
  color: #334155;
}
/* Google登录按钮 */
.google-login[data-v-8d6eb773] {
  margin-bottom: 12px;
}
.google-btn[data-v-8d6eb773] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.google-btn[data-v-8d6eb773]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.google-icon[data-v-8d6eb773] {
  width: 20px;
  height: 20px;
}
.google-text[data-v-8d6eb773] {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
.or-divider[data-v-8d6eb773] {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: #9ca3af;
  font-size: 14px;
}
.or-divider[data-v-8d6eb773]::before,
.or-divider[data-v-8d6eb773]::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.or-divider span[data-v-8d6eb773] {
  padding: 0 16px;
}
/* 动作按钮 */
.action-buttons[data-v-8d6eb773] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user-signup-btn[data-v-8d6eb773] {
  width: 100%;
  padding: 14px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.user-signup-btn[data-v-8d6eb773]:hover {
  background: #5a67d8;
  transform: translateY(-2px);
}
.merchant-developer[data-v-8d6eb773] {
  display: flex;
  gap: 12px;
}
.merchant-login[data-v-8d6eb773],
.developer-login[data-v-8d6eb773] {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.merchant-login[data-v-8d6eb773] {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
}
.merchant-login[data-v-8d6eb773]:hover {
  background: linear-gradient(135deg, #ea580c, #dc2626);
}
.developer-login[data-v-8d6eb773] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}
.developer-login[data-v-8d6eb773]:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
}
.modal-enter-active[data-v-8d6eb773],
.modal-leave-active[data-v-8d6eb773] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-8d6eb773],
.modal-leave-to[data-v-8d6eb773] {
  opacity: 0;
}

.modal-overlay[data-v-477f05a5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10001;
}
.wheel-modal[data-v-477f05a5] {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  width: 90%;
  max-width: 600px;
  border-radius: 24px;
  padding: 32px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.close-icon[data-v-477f05a5] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: white;
  opacity: 0.8;
  transition: all 0.2s;
}
.close-icon[data-v-477f05a5]:hover {
  opacity: 1;
  transform: scale(1.1);
}
.wheel-modal h2[data-v-477f05a5] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.wheel-wrapper[data-v-477f05a5] {
  position: relative;
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  margin: 10px auto;
  background: transparent;
}
.wheel-img[data-v-477f05a5] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.arrow-img[data-v-477f05a5] {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}
.wheel-pointer-img[data-v-477f05a5] {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}
.wheel-info[data-v-477f05a5] {
  color: white;
  text-align: center;
  margin-top: 20px;
}
.wheel-info p[data-v-477f05a5] {
  margin: 8px 0;
  font-size: 16px;
}
.wheel-info strong[data-v-477f05a5] {
  font-size: 20px;
}
.invite-btn[data-v-477f05a5] {
  margin-top: 16px;
  padding: 10px 24px;
  background: white;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #f59e0b;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.invite-btn[data-v-477f05a5]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.wheel-buttons[data-v-477f05a5] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel-wheel[data-v-477f05a5],
.btn-spin[data-v-477f05a5] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel-wheel[data-v-477f05a5] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.btn-cancel-wheel[data-v-477f05a5]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn-spin[data-v-477f05a5] {
  background: white;
  color: #f59e0b;
}
.btn-spin[data-v-477f05a5]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}
.btn-spin[data-v-477f05a5]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* Prize Modal */
.prize-modal[data-v-477f05a5] {
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: bounce-477f05a5 0.3s ease;
}
@keyframes bounce-477f05a5 {
0%, 100% { transform: scale(1);
}
50% { transform: scale(1.1);
}
}
.prize-modal h2[data-v-477f05a5] {
  font-size: 32px;
  margin-bottom: 24px;
}
.prize-content[data-v-477f05a5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
}
.prize-icon[data-v-477f05a5] {
  font-size: 80px;
  margin-bottom: 16px;
}
.prize-icon img[data-v-477f05a5] {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.prize-amount[data-v-477f05a5] {
  font-size: 36px;
  font-weight: 700;
  color: #f59e0b;
}
.btn-ok[data-v-477f05a5] {
  padding: 14px 40px;
  background: #f59e0b;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 24px;
}
.btn-ok[data-v-477f05a5]:hover {
  background: #e04e16;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(245, 78, 52, 0.3);
}
/* Invite Modal */
.invite-modal[data-v-477f05a5] {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 24px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.invite-modal p[data-v-477f05a5] {
  margin: 16px 0;
  color: #666;
  font-size: 16px;
}
.invite-link-container[data-v-477f05a5] {
  display: flex;
  gap: 12px;
  margin: 16px 0;
}
.invite-input[data-v-477f05a5] {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
}
.btn-copy[data-v-477f05a5] {
  padding: 12px 24px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-copy[data-v-477f05a5]:hover {
  background: #5a67d8;
}
/* Modal transitions */
.modal-enter-active[data-v-477f05a5],
.modal-leave-active[data-v-477f05a5] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-477f05a5],
.modal-leave-to[data-v-477f05a5] {
  opacity: 0;
  transform: scale(0.9);
}
.modal-enter-to[data-v-477f05a5],
.modal-leave-from[data-v-477f05a5] {
  opacity: 1;
  transform: scale(1);
}
/* ========== Mobile Responsive ========== */
@media (max-width: 480px) {
.wheel-modal[data-v-477f05a5] {
    width: 92%;
    max-width: 360px;
    padding: 24px 16px;
    border-radius: 20px;
}
.wheel-modal h2[data-v-477f05a5] {
    font-size: 22px;
    margin-bottom: 16px;
}
.wheel-wrapper[data-v-477f05a5] {
    width: min(220px, 60vw);
    height: min(220px, 60vw);
    margin: 6px auto;
}
.arrow-img[data-v-477f05a5],
  .wheel-pointer-img[data-v-477f05a5] {
    width: 26px;
    top: 6px;
}
.wheel-info p[data-v-477f05a5] {
    font-size: 14px;
    margin: 6px 0;
}
.wheel-info strong[data-v-477f05a5] {
    font-size: 17px;
}
.invite-btn[data-v-477f05a5] {
    margin-top: 12px;
    padding: 8px 18px;
    font-size: 14px;
}
.wheel-buttons[data-v-477f05a5] {
    gap: 12px;
    margin-top: 18px;
}
.btn-cancel-wheel[data-v-477f05a5],
  .btn-spin[data-v-477f05a5] {
    padding: 10px 24px;
    font-size: 15px;
    border-radius: 10px;
}
  /* Prize modal */
.prize-modal[data-v-477f05a5] {
    width: 88%;
    max-width: 300px;
    padding: 24px 16px;
}
.prize-modal h2[data-v-477f05a5] {
    font-size: 24px;
    margin-bottom: 16px;
}
.prize-content[data-v-477f05a5] {
    padding: 20px 0;
}
.prize-icon[data-v-477f05a5] {
    font-size: 52px;
    margin-bottom: 12px;
}
.prize-icon img[data-v-477f05a5] {
    width: 52px;
    height: 52px;
}
.prize-amount[data-v-477f05a5] {
    font-size: 26px;
}
.btn-ok[data-v-477f05a5] {
    padding: 12px 32px;
    font-size: 15px;
    margin-top: 16px;
}
  /* Invite modal */
.invite-modal[data-v-477f05a5] {
    width: 88%;
    max-width: 340px;
    padding: 24px 16px;
}
.invite-modal p[data-v-477f05a5] {
    font-size: 14px;
    margin: 12px 0;
}
.invite-link-container[data-v-477f05a5] {
    gap: 8px;
    margin: 12px 0;
}
.invite-input[data-v-477f05a5] {
    padding: 10px 12px;
    font-size: 14px;
}
.btn-copy[data-v-477f05a5] {
    padding: 10px 16px;
    font-size: 14px;
}
}
@media (max-width: 360px) {
.wheel-modal[data-v-477f05a5] {
    width: 96%;
    padding: 18px 12px;
}
.wheel-wrapper[data-v-477f05a5] {
    width: min(160px, 55vw);
    height: min(160px, 55vw);
}
.wheel-modal h2[data-v-477f05a5] {
    font-size: 18px;
}
.btn-cancel-wheel[data-v-477f05a5],
  .btn-spin[data-v-477f05a5] {
    padding: 8px 18px;
    font-size: 13px;
}
.prize-icon[data-v-477f05a5] {
    font-size: 40px;
}
.prize-amount[data-v-477f05a5] {
    font-size: 22px;
}
}

.modal-overlay[data-v-803fa516] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.recharge-modal[data-v-803fa516] {
  background: white;
  width: 85%;
  max-width: 380px;
  max-height: 80vh;
  border-radius: 20px;
  padding: 20px 16px 16px;
  position: relative;
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.close-icon[data-v-803fa516] {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
  z-index: 10;
}
.close-icon[data-v-803fa516]:hover {
  color: #333;
}
.recharge-modal h2[data-v-803fa516] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
  text-align: center;
}
.insufficient-message[data-v-803fa516] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #ff6b35;
  font-weight: 600;
  font-size: 14px;
}
.balance-icon[data-v-803fa516] {
  width: 24px;
  height: 24px;
}
.balance-display[data-v-803fa516] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: #fef3c7;
  border-radius: 12px;
  margin-bottom: 20px;
}
.balance-amount[data-v-803fa516] {
  font-size: 24px;
  font-weight: 700;
  color: #d97706;
  display: flex;
  align-items: center;
  gap: 8px;
}
.currency-icon[data-v-803fa516] {
  width: 24px;
  height: 24px;
}
.recharge-options[data-v-803fa516] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.recharge-option[data-v-803fa516] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.recharge-option[data-v-803fa516]:hover {
  border-color: #667eea;
  background: #f0f7ff;
}
.recharge-option.selected[data-v-803fa516] {
  border-color: #667eea;
  background: #f0f7ff;
}
.option-icon[data-v-803fa516] {
  font-size: 32px;
}
.option-details[data-v-803fa516] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.option-amount[data-v-803fa516] {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
}
.option-coins[data-v-803fa516] {
  font-size: 12px;
  color: #666;
}
.button-group[data-v-803fa516] {
  display: flex;
  gap: 12px;
}
.btn-cancel[data-v-803fa516],
.btn-confirm[data-v-803fa516] {
  flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-803fa516] {
  background: #e2e8f0;
  color: #4a5568;
}
.btn-cancel[data-v-803fa516]:hover {
  background: #cbd5e1;
}
.btn-confirm[data-v-803fa516] {
  background: #667eea;
  color: white;
}
.btn-confirm[data-v-803fa516]:hover:not(.disabled) {
  background: #5a67d8;
}
.btn-confirm.disabled[data-v-803fa516] {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-enter-active[data-v-803fa516],
.modal-leave-active[data-v-803fa516] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-803fa516],
.modal-leave-to[data-v-803fa516] {
  opacity: 0;
}
/* Modal Header */
.modal-header[data-v-803fa516] {
  text-align: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.modal-title[data-v-803fa516] {
  font-size: 20px;
  font-weight: 700;
  color: #1e2a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.modal-title span[data-v-803fa516] {
  flex-shrink: 0;
}
.modal-title img[data-v-803fa516] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.balance-icon-lg[data-v-803fa516] {
  width: 24px;
  height: 24px;
}
/* Scrollable Content */
.modal-scroll-content[data-v-803fa516] {
  flex: 1;
  overflow-y: auto;
  padding-right: 4px;
}
.modal-scroll-content[data-v-803fa516]::-webkit-scrollbar {
  width: 4px;
}
.modal-scroll-content[data-v-803fa516]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.modal-scroll-content[data-v-803fa516]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}
.modal-scroll-content[data-v-803fa516]::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
/* Recharge Message */
.recharge-message[data-v-803fa516] {
  text-align: center;
  margin-bottom: 12px;
  color: #ff6b35;
  font-weight: 600;
  font-size: 13px;
}
.recharge-message .message-content[data-v-803fa516] {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.recharge-message img[data-v-803fa516] {
  width: 20px;
  height: 20px;
}
/* Products Grid */
.products-grid[data-v-803fa516] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}
.product-card[data-v-803fa516] {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  display: flex;
  flex-direction: column;
}
.product-card[data-v-803fa516]:hover {
  border-color: #667eea;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}
.product-image[data-v-803fa516] {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-content[data-v-803fa516] {
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.product-name[data-v-803fa516] {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
}
.product-price[data-v-803fa516] {
  font-size: 16px;
  font-weight: 700;
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.product-card .buy-btn[data-v-803fa516] {
  background: #667eea;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
  transition: all 0.2s;
}
.product-card .buy-btn[data-v-803fa516]:hover {
  background: #5a67d8;
}

.modal-overlay[data-v-c66914b5] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.coins-modal[data-v-c66914b5] {
  background: white;
  width: 85%;
  max-width: 380px;
  max-height: 80vh;
  border-radius: 20px;
  padding: 20px 16px 16px;
  position: relative;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.close-icon[data-v-c66914b5] {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
  color: #888;
  z-index: 10;
}
.close-icon[data-v-c66914b5]:hover {
  color: #333;
}
.coins-modal h2[data-v-c66914b5] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
  text-align: center;
}
.modal-header[data-v-c66914b5] {
  text-align: center;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.modal-title[data-v-c66914b5] {
  font-size: 20px;
  font-weight: 700;
  color: #1e2a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.modal-title span[data-v-c66914b5] {
  flex-shrink: 0;
}
.modal-title img[data-v-c66914b5] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.coins-icon-lg[data-v-c66914b5] {
  width: 24px;
  height: 24px;
}
/* Scrollable Content */
.modal-scroll-content[data-v-c66914b5] {
  flex: 1;
  overflow-y: auto;
  padding-right: 4px;
}
.modal-scroll-content[data-v-c66914b5]::-webkit-scrollbar {
  width: 4px;
}
.modal-scroll-content[data-v-c66914b5]::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}
.modal-scroll-content[data-v-c66914b5]::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 2px;
}
.modal-scroll-content[data-v-c66914b5]::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}
.balance-icon[data-v-c66914b5] {
  width: 20px;
  height: 20px;
}
/* Products Grid */
.products-grid[data-v-c66914b5] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}
.product-card[data-v-c66914b5] {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s;
  background: white;
  display: flex;
  flex-direction: column;
}
.product-card[data-v-c66914b5]:hover {
  border-color: #f59e0b;
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.2);
}
.product-image[data-v-c66914b5] {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.product-content[data-v-c66914b5] {
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.product-name[data-v-c66914b5] {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
}
.product-price[data-v-c66914b5] {
  font-size: 16px;
  font-weight: 700;
  color: #f59e0b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.product-card .buy-btn[data-v-c66914b5] {
  background: #667eea;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: auto;
  transition: all 0.2s;
}
.product-card .buy-btn[data-v-c66914b5]:hover {
  background: #5a67d8;
}
.modal-enter-active[data-v-c66914b5],
.modal-leave-active[data-v-c66914b5] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-c66914b5],
.modal-leave-to[data-v-c66914b5] {
  opacity: 0;
}
.error-message[data-v-c66914b5] {
  color: #ef4444;
  text-align: center;
  padding: 12px;
  background: #fef2f2;
  border-radius: 8px;
  margin-bottom: 16px;
}
/* Loading State */
.loading-state[data-v-c66914b5] {
  text-align: center;
  padding: 40px 20px;
  color: #64748b;
}
.loading-state i[data-v-c66914b5] {
  font-size: 2rem;
  color: #3b82f6;
  margin-bottom: 12px;
  display: block;
}
.loading-state p[data-v-c66914b5] {
  font-size: 0.9rem;
  margin: 0;
}
/* Empty State */
.empty-state[data-v-c66914b5] {
  text-align: center;
  padding: 40px 20px;
  color: #94a3b8;
}
.empty-state i[data-v-c66914b5] {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
  color: #cbd5e1;
}
.empty-state p[data-v-c66914b5] {
  font-size: 0.9rem;
  margin: 0;
}
/* Disabled buy button */
.product-card .buy-btn[data-v-c66914b5]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Success Toast */
.success-toast[data-v-c66914b5] {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  pointer-events: none;
}
.toast-content[data-v-c66914b5] {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 16px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(16, 185, 129, 0.4);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.toast-icon[data-v-c66914b5] {
  font-size: 20px;
}
.toast-text[data-v-c66914b5] {
  margin-right: 2px;
}
.toast-amount[data-v-c66914b5] {
  font-size: 22px;
  font-weight: 800;
  color: #fef08a;
}
.toast-coins-icon[data-v-c66914b5] {
  width: 22px;
  height: 22px;
  margin-left: -2px;
}
.toast-enter-active[data-v-c66914b5] { transition: all 0.35s ease-out;
}
.toast-leave-active[data-v-c66914b5] { transition: all 0.3s ease-in;
}
.toast-enter-from[data-v-c66914b5] { opacity: 0; transform: translateX(-50%) translateY(-20px);
}
.toast-leave-to[data-v-c66914b5] { opacity: 0; transform: translateX(-50%) translateY(-10px);
}

.modal-overlay[data-v-13cd1068] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-13cd1068] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.close-icon[data-v-13cd1068] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-13cd1068]:hover {
  color: #333;
}
.modal h2[data-v-13cd1068] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-13cd1068] {
  margin-bottom: 16px;
  text-align: left;
}
.form-group label[data-v-13cd1068] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-13cd1068] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-group input[data-v-13cd1068]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.code-row[data-v-13cd1068] {
  display: flex;
  gap: 12px;
}
.code-row input[data-v-13cd1068] {
  flex: 1;
}
.btn-send-code[data-v-13cd1068] {
  padding: 12px 16px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.btn-send-code[data-v-13cd1068]:hover:not(:disabled) {
  background: #5a67d8;
}
.btn-send-code[data-v-13cd1068]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.error-message[data-v-13cd1068] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.success-message[data-v-13cd1068] {
  color: #10b981;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #ecfdf5;
  border-radius: 8px;
}
.button-group[data-v-13cd1068] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-13cd1068],
.btn-confirm[data-v-13cd1068] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-13cd1068] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-13cd1068]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-13cd1068] {
  background: #667eea;
  color: white;
}
.btn-confirm[data-v-13cd1068]:hover:not(:disabled) {
  background: #5a67d8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.btn-confirm[data-v-13cd1068]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Modal transitions */
.modal-enter-active[data-v-13cd1068],
.modal-leave-active[data-v-13cd1068] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-13cd1068],
.modal-leave-to[data-v-13cd1068] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-13cd1068],
.modal-leave-from[data-v-13cd1068] {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay[data-v-71c4d4ec] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-71c4d4ec] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.close-icon[data-v-71c4d4ec] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-71c4d4ec]:hover {
  color: #333;
}
.modal h2[data-v-71c4d4ec] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-71c4d4ec] {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label[data-v-71c4d4ec] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-71c4d4ec] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-group input[data-v-71c4d4ec]:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}
.error-message[data-v-71c4d4ec] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-71c4d4ec] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-71c4d4ec],
.btn-confirm[data-v-71c4d4ec] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-71c4d4ec] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-71c4d4ec]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-71c4d4ec] {
  background: #f97316;
  color: white;
}
.btn-confirm[data-v-71c4d4ec]:hover:not(:disabled) {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}
.btn-confirm[data-v-71c4d4ec]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-buttons[data-v-71c4d4ec] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
.link-btn[data-v-71c4d4ec] {
  background: none;
  border: none;
  color: #f97316;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.link-btn[data-v-71c4d4ec]:hover {
  color: #ea580c;
  text-decoration: underline;
}
.modal-enter-active[data-v-71c4d4ec],
.modal-leave-active[data-v-71c4d4ec] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-71c4d4ec],
.modal-leave-to[data-v-71c4d4ec] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-71c4d4ec],
.modal-leave-from[data-v-71c4d4ec] {
  opacity: 1;
  transform: scale(1);
}
/* Google登录按钮 */
.google-login[data-v-71c4d4ec] {
  margin-bottom: 16px;
}
.google-btn[data-v-71c4d4ec] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.google-btn[data-v-71c4d4ec]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.google-icon[data-v-71c4d4ec] {
  width: 20px;
  height: 20px;
}
.google-text[data-v-71c4d4ec] {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
/* 分隔线 */
.or-divider[data-v-71c4d4ec] {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: #9ca3af;
  font-size: 14px;
}
.or-divider[data-v-71c4d4ec]::before,
.or-divider[data-v-71c4d4ec]::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.or-divider[data-v-71c4d4ec]::before {
  margin-right: 16px;
}
.or-divider[data-v-71c4d4ec]::after {
  margin-left: 16px;
}

.modal-overlay[data-v-c45c74a3] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-c45c74a3] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.close-icon[data-v-c45c74a3] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-c45c74a3]:hover {
  color: #333;
}
.modal h2[data-v-c45c74a3] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-c45c74a3] {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label[data-v-c45c74a3] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-c45c74a3],
.form-group textarea[data-v-c45c74a3] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.form-group input[data-v-c45c74a3]:focus,
.form-group textarea[data-v-c45c74a3]:focus {
  outline: none;
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}
.form-group textarea[data-v-c45c74a3] {
  resize: vertical;
  font-family: inherit;
}
.code-row[data-v-c45c74a3] {
  display: flex;
  gap: 8px;
}
.code-row input[data-v-c45c74a3] {
  flex: 1;
  min-width: 0;
}
.btn-send-code[data-v-c45c74a3] {
  white-space: nowrap;
  padding: 10px 14px;
  border: 1px solid #f97316;
  border-radius: 12px;
  background: #fff7ed;
  color: #f97316;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-send-code[data-v-c45c74a3]:hover:not(:disabled) {
  background: #f97316;
  color: white;
}
.btn-send-code[data-v-c45c74a3]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.error-message[data-v-c45c74a3] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-c45c74a3] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-c45c74a3],
.btn-confirm[data-v-c45c74a3] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-c45c74a3] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-c45c74a3]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-c45c74a3] {
  background: #f97316;
  color: white;
}
.btn-confirm[data-v-c45c74a3]:hover:not(:disabled) {
  background: #ea580c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
}
.btn-confirm[data-v-c45c74a3]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-buttons[data-v-c45c74a3] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
.link-btn[data-v-c45c74a3] {
  background: none;
  border: none;
  color: #f97316;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.link-btn[data-v-c45c74a3]:hover {
  color: #ea580c;
  text-decoration: underline;
}
.modal-enter-active[data-v-c45c74a3],
.modal-leave-active[data-v-c45c74a3] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-c45c74a3],
.modal-leave-to[data-v-c45c74a3] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-c45c74a3],
.modal-leave-from[data-v-c45c74a3] {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay[data-v-5c2789c0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-5c2789c0] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.close-icon[data-v-5c2789c0] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-5c2789c0]:hover {
  color: #333;
}
.modal h2[data-v-5c2789c0] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-5c2789c0] {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label[data-v-5c2789c0] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-5c2789c0] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-group input[data-v-5c2789c0]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.error-message[data-v-5c2789c0] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-5c2789c0] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-5c2789c0],
.btn-confirm[data-v-5c2789c0] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-5c2789c0] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-5c2789c0]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-5c2789c0] {
  background: #3b82f6;
  color: white;
}
.btn-confirm[data-v-5c2789c0]:hover:not(:disabled) {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.btn-confirm[data-v-5c2789c0]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-buttons[data-v-5c2789c0] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
.link-btn[data-v-5c2789c0] {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.link-btn[data-v-5c2789c0]:hover {
  color: #2563eb;
  text-decoration: underline;
}
/* Google登录按钮 */
.google-login[data-v-5c2789c0] {
  margin-bottom: 16px;
}
.google-btn[data-v-5c2789c0] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.google-btn[data-v-5c2789c0]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.google-icon[data-v-5c2789c0] {
  width: 20px;
  height: 20px;
}
.google-text[data-v-5c2789c0] {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
/* 分隔线 */
.or-divider[data-v-5c2789c0] {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: #9ca3af;
  font-size: 14px;
}
.or-divider[data-v-5c2789c0]::before,
.or-divider[data-v-5c2789c0]::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.modal-enter-active[data-v-5c2789c0],
.modal-leave-active[data-v-5c2789c0] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-5c2789c0],
.modal-leave-to[data-v-5c2789c0] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-5c2789c0],
.modal-leave-from[data-v-5c2789c0] {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay[data-v-88f39bb7] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-88f39bb7] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 32px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.close-icon[data-v-88f39bb7] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-88f39bb7]:hover {
  color: #333;
}
.modal h2[data-v-88f39bb7] {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 24px 0;
  color: #1e2a3a;
}
.form-group[data-v-88f39bb7] {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label[data-v-88f39bb7] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-88f39bb7],
.form-group textarea[data-v-88f39bb7] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.form-group input[data-v-88f39bb7]:focus,
.form-group textarea[data-v-88f39bb7]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.form-group textarea[data-v-88f39bb7] {
  resize: vertical;
  font-family: inherit;
}
.code-row[data-v-88f39bb7] {
  display: flex;
  gap: 8px;
}
.code-row input[data-v-88f39bb7] {
  flex: 1;
  min-width: 0;
}
.btn-send-code[data-v-88f39bb7] {
  white-space: nowrap;
  padding: 10px 14px;
  border: 1px solid #3b82f6;
  border-radius: 12px;
  background: #eff6ff;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-send-code[data-v-88f39bb7]:hover:not(:disabled) {
  background: #3b82f6;
  color: white;
}
.btn-send-code[data-v-88f39bb7]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.error-message[data-v-88f39bb7] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-88f39bb7] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-88f39bb7],
.btn-confirm[data-v-88f39bb7] {
  flex: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-88f39bb7] {
  background: #f3f4f6;
  color: #64748b;
}
.btn-cancel[data-v-88f39bb7]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-88f39bb7] {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
}
.btn-confirm[data-v-88f39bb7]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
}
.btn-confirm[data-v-88f39bb7]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-buttons[data-v-88f39bb7] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
.link-btn[data-v-88f39bb7] {
  background: none;
  border: none;
  color: #3b82f6;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.link-btn[data-v-88f39bb7]:hover {
  color: #2563eb;
  text-decoration: underline;
}
.modal-enter-active[data-v-88f39bb7],
.modal-leave-active[data-v-88f39bb7] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-88f39bb7],
.modal-leave-to[data-v-88f39bb7] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-88f39bb7],
.modal-leave-from[data-v-88f39bb7] {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay[data-v-5ac799e0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-5ac799e0] {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 24px;
  padding: 32px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.close-icon[data-v-5ac799e0] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-5ac799e0]:hover {
  color: #333;
}
.icon-container[data-v-5ac799e0] {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container i[data-v-5ac799e0] {
  font-size: 36px;
  color: white;
}
.modal h2[data-v-5ac799e0] {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 16px 0;
  color: #1e2a3a;
}
.modal p[data-v-5ac799e0] {
  font-size: 16px;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.info-box[data-v-5ac799e0] {
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: left;
}
.info-box h3[data-v-5ac799e0] {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  margin: 0 0 12px 0;
}
.info-box ul[data-v-5ac799e0] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-box li[data-v-5ac799e0] {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #475569;
  font-size: 14px;
}
.info-box li i[data-v-5ac799e0] {
  width: 24px;
  color: #667eea;
  margin-right: 8px;
}
.button-group[data-v-5ac799e0] {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.btn-cancel[data-v-5ac799e0],
.btn-confirm[data-v-5ac799e0] {
  flex: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-5ac799e0] {
  background: #f1f5f9;
  color: #64748b;
}
.btn-cancel[data-v-5ac799e0]:hover {
  background: #e2e8f0;
}
.btn-confirm[data-v-5ac799e0] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.btn-confirm[data-v-5ac799e0]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}
.btn-confirm[data-v-5ac799e0]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-enter-active[data-v-5ac799e0],
.modal-leave-active[data-v-5ac799e0] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-5ac799e0],
.modal-leave-to[data-v-5ac799e0] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-5ac799e0],
.modal-leave-from[data-v-5ac799e0] {
  opacity: 1;
  transform: scale(1);
}

.modal-overlay[data-v-61a444e8] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.install-modal[data-v-61a444e8] {
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 24px;
  padding: 32px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
  animation: slideIn-61a444e8 0.3s ease;
}
.close-icon[data-v-61a444e8] {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
  line-height: 1;
}
.close-icon[data-v-61a444e8]:hover {
  color: #333;
}
.modal-icon[data-v-61a444e8] {
  margin-bottom: 16px;
}
.modal-title[data-v-61a444e8] {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px;
}
.modal-desc[data-v-61a444e8] {
  font-size: 14px;
  color: #666;
  margin: 0 0 20px;
  line-height: 1.5;
}
.modal-features[data-v-61a444e8] {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.feature-item[data-v-61a444e8] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
}
.feature-icon[data-v-61a444e8] {
  font-size: 22px;
}
.install-btn[data-v-61a444e8] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #4CAF50, #45a049);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.install-btn[data-v-61a444e8]:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}
.install-btn[data-v-61a444e8]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.later-btn[data-v-61a444e8] {
  background: none;
  border: none;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  padding: 8px;
}
.later-btn[data-v-61a444e8]:hover {
  color: #666;
}
.android-btn[data-v-61a444e8] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #1a1a2e, #2d2d5e);
  color: white;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}
.android-btn[data-v-61a444e8]:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 26, 46, 0.4);
  color: white;
}
.spinner[data-v-61a444e8] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin-61a444e8 0.6s linear infinite;
}
@keyframes spin-61a444e8 {
to { transform: rotate(360deg);
}
}
@keyframes slideIn-61a444e8 {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.modal-enter-active[data-v-61a444e8],
.modal-leave-active[data-v-61a444e8] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-61a444e8],
.modal-leave-to[data-v-61a444e8] {
  opacity: 0;
}

.bottom-nav[data-v-22573a2f] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(60px + env(safe-area-inset-bottom, 0px));
  background: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 9998;
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom, 0px)) 10px;
  touch-action: manipulation;
}
.nav-item[data-v-22573a2f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #374151;
  font-size: 10px;
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.2s, background 0.2s;
  position: relative;
  border-radius: 8px;
  flex: 1;
  max-width: 100px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-item[data-v-22573a2f]:hover {
  background: #f3f4f6;
}
.nav-item.active[data-v-22573a2f] {
  color: #667eea;
}
.nav-item i[data-v-22573a2f] {
  font-size: 20px;
  margin-bottom: 2px;
}
.msg-badge[data-v-22573a2f] {
  position: absolute;
  top: 0;
  right: 8px;
  background: #ef4444;
  color: white;
  font-size: 9px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 480px) {
.nav-item[data-v-22573a2f] {
    padding: 8px 8px;
    font-size: 9px;
}
.nav-item i[data-v-22573a2f] {
    font-size: 18px;
}
}

.modal-overlay[data-v-e75eb48e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.profile-modal[data-v-e75eb48e] {
  background: white;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
.close-icon[data-v-e75eb48e] {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}
.close-icon[data-v-e75eb48e]:hover {
  color: #333;
}
h2[data-v-e75eb48e] {
  margin: 0 0 20px 0;
  font-size: 18px;
  text-align: center;
}
.avatar-section[data-v-e75eb48e] {
  text-align: center;
  margin-bottom: 20px;
}
.avatar-preview[data-v-e75eb48e] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
}
.avatar-preview img[data-v-e75eb48e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upload-btn[data-v-e75eb48e] {
  background: #f0f0f0;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.form-group[data-v-e75eb48e] {
  margin-bottom: 16px;
}
.form-group label[data-v-e75eb48e] {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.form-group input[data-v-e75eb48e],
.form-group select[data-v-e75eb48e] {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}
.radio-group[data-v-e75eb48e] {
  display: flex;
  gap: 12px;
}
.radio-group label[data-v-e75eb48e] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  flex: 1;
  justify-content: center;
}
.radio-group label.active[data-v-e75eb48e] {
  border-color: #667eea;
  background: #f0f4ff;
}
.radio-group input[data-v-e75eb48e] {
  width: auto;
}
.nav-order-container[data-v-e75eb48e] {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 8px;
}
.nav-order-item[data-v-e75eb48e] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: move;
}
.nav-order-item[data-v-e75eb48e]:last-child {
  border-bottom: none;
}
.nav-order-item.dragging[data-v-e75eb48e] {
  opacity: 0.5;
}
.drag-handle[data-v-e75eb48e] {
  color: #999;
}
.nav-hint[data-v-e75eb48e] {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}
.button-group[data-v-e75eb48e] {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.btn-cancel[data-v-e75eb48e],
.btn-confirm[data-v-e75eb48e] {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}
.btn-cancel[data-v-e75eb48e] {
  background: #f0f0f0;
  color: #333;
}
.btn-confirm[data-v-e75eb48e] {
  background: #667eea;
  color: white;
}
.btn-confirm[data-v-e75eb48e]:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.modal-enter-active[data-v-e75eb48e],
.modal-leave-active[data-v-e75eb48e] {
  transition: opacity 0.3s;
}
.modal-enter-from[data-v-e75eb48e],
.modal-leave-to[data-v-e75eb48e] {
  opacity: 0;
}

.modal-overlay[data-v-644a04de] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10007;
}
.modal[data-v-644a04de] {
  background: white;
  width: 90%;
  max-width: 450px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
}
.close-icon[data-v-644a04de] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.close-icon[data-v-644a04de]:hover {
  color: #333;
}
.modal h2[data-v-644a04de] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
  text-align: center;
}
.vip-level-content[data-v-644a04de] {
  margin: 20px 0;
  text-align: left;
}
.vip-rules[data-v-644a04de] {
  margin-bottom: 20px;
}
.vip-rules p[data-v-644a04de] {
  margin: 8px 0;
}
.rules-container[data-v-644a04de] {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  margin-top: 10px;
}
.vip-progress[data-v-644a04de] {
  margin-bottom: 20px;
}
.vip-header[data-v-644a04de] {
  text-align: center;
  margin-bottom: 20px;
}
.vip-level-display[data-v-644a04de] {
  font-size: 48px;
  color: #3b82f6;
  font-weight: bold;
}
.vip-subtitle[data-v-644a04de] {
  font-size: 14px;
  color: #6b7280;
}
.vip-duration[data-v-644a04de] {
  font-size: 16px;
  margin-top: 5px;
  color: #10b981;
}
.next-level-info[data-v-644a04de] {
  background: #f0fdf4;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #10b981;
  margin-bottom: 15px;
}
.max-level-info[data-v-644a04de] {
  background: #fef3c7;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #f59e0b;
  margin-bottom: 15px;
}
.progress-container[data-v-644a04de] {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
.progress-item[data-v-644a04de] {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.progress-bar-container[data-v-644a04de] {
  flex: 1;
  margin-left: 10px;
}
.progress-bar-bg[data-v-644a04de] {
  background: #e5e7eb;
  border-radius: 10px;
  height: 10px;
  overflow: hidden;
}
.progress-bar-fill[data-v-644a04de] {
  height: 100%;
  transition: width 0.5s;
}
.vip-note[data-v-644a04de] {
  margin-top: 16px;
  font-size: 12px;
  color: #6b7280;
  text-align: left;
}
.button-group[data-v-644a04de] {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.btn-cancel[data-v-644a04de] {
  flex: 1;
  padding: 12px 24px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  background: #e2e8f0;
  color: #4a5568;
}
.btn-cancel[data-v-644a04de]:hover {
  background: #cbd5e1;
}
.modal-enter-active[data-v-644a04de],
.modal-leave-active[data-v-644a04de] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-644a04de],
.modal-leave-to[data-v-644a04de] {
  opacity: 0;
}

.modal-overlay[data-v-2abd27b9] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10006;
}
.vip-rule-modal[data-v-2abd27b9] {
  background: white;
  width: 90%;
  max-width: 400px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
}
.close-icon[data-v-2abd27b9] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.close-icon[data-v-2abd27b9]:hover {
  color: #333;
}
.vip-rule-modal h2[data-v-2abd27b9] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
  text-align: center;
}
.rules-content[data-v-2abd27b9] {
  margin: 20px 0;
  text-align: left;
}
.rules-content p[data-v-2abd27b9] {
  margin: 12px 0;
  font-size: 14px;
  color: #374151;
}
.button-group[data-v-2abd27b9] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-2abd27b9] {
  padding: 12px 32px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #e2e8f0;
  color: #4a5568;
}
.btn-cancel[data-v-2abd27b9]:hover {
  background: #cbd5e1;
}
.modal-enter-active[data-v-2abd27b9],
.modal-leave-active[data-v-2abd27b9] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-2abd27b9],
.modal-leave-to[data-v-2abd27b9] {
  opacity: 0;
}

.modal-overlay[data-v-65607a33] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10005;
}
.subscription-modal[data-v-65607a33] {
  background: white;
  width: 90%;
  max-width: 500px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  box-shadow: 0 20px 35px rgba(0,0,0,0.2);
}
.close-icon[data-v-65607a33] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}
.close-icon[data-v-65607a33]:hover {
  color: #333;
}
.subscription-modal h2[data-v-65607a33] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
  text-align: center;
}
.subscription-content[data-v-65607a33] {
  margin: 20px 0;
  text-align: left;
  font-size: 14px;
  max-height: 400px;
  overflow-y: auto;
}
.subscription-content p[data-v-65607a33] {
  margin: 12px 0;
}
.price-row[data-v-65607a33],
.reward-row[data-v-65607a33] {
  display: flex;
  align-items: center;
  margin: 12px 0;
  gap: 6px;
}
.icon-image[data-v-65607a33] {
  width: 16px;
  height: 16px;
}
.subscription-content strong[data-v-65607a33] {
  color: #1e2a3a;
}
.benefits-text[data-v-65607a33] {
  color: #4b5563;
  line-height: 1.6;
}
.level-list[data-v-65607a33] {
  padding-left: 20px;
  margin: 12px 0;
}
.level-list li[data-v-65607a33] {
  margin: 8px 0;
  color: #374151;
}
.note-text[data-v-65607a33] {
  color: #6b7280;
  font-style: italic;
  margin-top: 16px;
}
.info-text[data-v-65607a33] {
  color: #6b7280;
  margin-top: 12px;
}
.agreement-section[data-v-65607a33] {
  margin: 15px 0;
  text-align: center;
}
.agreement-label[data-v-65607a33] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}
.agreement-label input[type="checkbox"][data-v-65607a33] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.subscribed-text[data-v-65607a33] {
  text-align: center;
  color: #10b981;
  font-weight: 600;
  padding: 8px 0;
}
.button-group[data-v-65607a33] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}
.btn-confirm[data-v-65607a33] {
  padding: 12px 32px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #667eea;
  color: white;
  flex: 1;
}
.btn-confirm[data-v-65607a33]:hover:not(.disabled) {
  background: #5a67d8;
}
.btn-confirm.disabled[data-v-65607a33] {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-cancel[data-v-65607a33] {
  padding: 12px 32px;
  border: none;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background: #e2e8f0;
  color: #4a5568;
}
.btn-cancel[data-v-65607a33]:hover {
  background: #cbd5e1;
}
.modal-enter-active[data-v-65607a33],
.modal-leave-active[data-v-65607a33] {
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-65607a33],
.modal-leave-to[data-v-65607a33] {
  opacity: 0;
}

.modal-overlay[data-v-94083136] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal[data-v-94083136] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
}
.close-icon[data-v-94083136] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-94083136]:hover {
  color: #333;
}
.modal h2[data-v-94083136] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-94083136] {
  margin-bottom: 20px;
  text-align: left;
}
.form-group label[data-v-94083136] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-94083136] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-group input[data-v-94083136]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.error-message[data-v-94083136] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-94083136] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-94083136],
.btn-confirm[data-v-94083136] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-94083136] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-94083136]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-94083136] {
  background: #667eea;
  color: white;
}
.btn-confirm[data-v-94083136]:hover:not(:disabled) {
  background: #5a67d8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.btn-confirm[data-v-94083136]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.link-buttons[data-v-94083136] {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 20px;
}
.link-btn[data-v-94083136] {
  background: none;
  border: none;
  color: #667eea;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.link-btn[data-v-94083136]:hover {
  color: #5a67d8;
  text-decoration: underline;
}
/* Google登录按钮 */
.google-btn[data-v-94083136] {
  width: 100%;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s;
  margin-bottom: 16px;
}
.google-btn[data-v-94083136]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.google-btn[data-v-94083136]:disabled,
.google-btn.loading[data-v-94083136] {
  opacity: 0.6;
  cursor: wait;
  pointer-events: none;
}
.google-btn.loading img[data-v-94083136] {
  display: none;
}
.google-btn.loading[data-v-94083136]::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin-94083136 0.8s linear infinite;
}
@keyframes spin-94083136 {
to { transform: rotate(360deg);
}
}
.google-btn img[data-v-94083136] {
  width: 20px;
  height: 20px;
}
/* 分隔线 */
.or-divider[data-v-94083136] {
  display: flex;
  align-items: center;
  margin: 16px 0;
  color: #9ca3af;
  font-size: 14px;
}
.or-divider[data-v-94083136]::before,
.or-divider[data-v-94083136]::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}
.or-divider span[data-v-94083136] {
  padding: 0 16px;
}
/* Google登录按钮 */
.google-login[data-v-94083136] {
  margin-bottom: 16px;
}
.google-btn[data-v-94083136] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  background: white;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.google-btn[data-v-94083136]:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.google-icon[data-v-94083136] {
  width: 20px;
  height: 20px;
}
.google-text[data-v-94083136] {
  font-size: 16px;
  font-weight: 500;
  color: #374151;
}
/* 商家和开发者登录按钮 */
.merchant-developer[data-v-94083136] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
.merchant-login[data-v-94083136],
.developer-login[data-v-94083136] {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.merchant-login[data-v-94083136] {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
}
.merchant-login[data-v-94083136]:hover {
  background: linear-gradient(135deg, #ea580c, #dc2626);
  transform: translateY(-1px);
}
.developer-login[data-v-94083136] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}
.developer-login[data-v-94083136]:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-1px);
}
/* Modal transitions */
.modal-enter-active[data-v-94083136],
.modal-leave-active[data-v-94083136] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-94083136],
.modal-leave-to[data-v-94083136] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-94083136],
.modal-leave-from[data-v-94083136] {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 480px) {
.button-group[data-v-94083136] {
    flex-direction: column;
    gap: 8px;
}
.btn-cancel[data-v-94083136],
  .btn-confirm[data-v-94083136] {
    width: 100%;
    padding: 12px 16px;
}
}

.modal-overlay[data-v-5594c7a5] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
}
.modal[data-v-5594c7a5] {
  background: white;
  width: 90%;
  max-width: 520px;
  border-radius: 24px;
  padding: 28px 24px 24px;
  position: relative;
  text-align: center;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
}
.close-icon[data-v-5594c7a5] {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}
.close-icon[data-v-5594c7a5]:hover {
  color: #333;
}
.modal h2[data-v-5594c7a5] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1e2a3a;
}
.form-group[data-v-5594c7a5] {
  margin-bottom: 16px;
  text-align: left;
}
.form-group label[data-v-5594c7a5] {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.form-group input[data-v-5594c7a5],
.form-group select[data-v-5594c7a5] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  font-size: 16px;
  transition: border-color 0.2s;
}
.form-group input[data-v-5594c7a5]:focus,
.form-group select[data-v-5594c7a5]:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}
.code-row[data-v-5594c7a5] {
  display: flex;
  gap: 12px;
}
.code-row input[data-v-5594c7a5] {
  flex: 1;
}
.btn-send-code[data-v-5594c7a5] {
  padding: 12px 16px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}
.btn-send-code[data-v-5594c7a5]:hover:not(:disabled) {
  background: #5a67d8;
}
.btn-send-code[data-v-5594c7a5]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio-group[data-v-5594c7a5] {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.radio-group label[data-v-5594c7a5] {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  color: #374151;
}
.radio-group input[type="radio"][data-v-5594c7a5] {
  width: auto;
  padding: 0;
  cursor: pointer;
}
.error-message[data-v-5594c7a5] {
  color: #ef4444;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 8px;
  background: #fef2f2;
  border-radius: 8px;
}
.button-group[data-v-5594c7a5] {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}
.btn-cancel[data-v-5594c7a5],
.btn-confirm[data-v-5594c7a5] {
  padding: 12px 32px;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.btn-cancel[data-v-5594c7a5] {
  background: #f3f4f6;
  color: #374151;
}
.btn-cancel[data-v-5594c7a5]:hover {
  background: #e5e7eb;
}
.btn-confirm[data-v-5594c7a5] {
  background: #667eea;
  color: white;
}
.btn-confirm[data-v-5594c7a5]:hover:not(:disabled) {
  background: #5a67d8;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.btn-confirm[data-v-5594c7a5]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/* Modal transitions */
.modal-enter-active[data-v-5594c7a5],
.modal-leave-active[data-v-5594c7a5] {
  transition: all 0.3s ease;
}
.modal-enter-from[data-v-5594c7a5],
.modal-leave-to[data-v-5594c7a5] {
  opacity: 0;
  transform: scale(0.96);
}
.modal-enter-to[data-v-5594c7a5],
.modal-leave-from[data-v-5594c7a5] {
  opacity: 1;
  transform: scale(1);
}

.app-container[data-v-e18e24b6] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.app-container.store-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
}
.app-container.cart-page-bg[data-v-e18e24b6] {
  background: #f5f7fb !important;
}
.app-container.friend-page-bg[data-v-e18e24b6] {
  background: transparent !important;
}
.app-container.feed-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
}
.app-container.shorts-page-bg[data-v-e18e24b6] {
  background: #000 !important;
}
.app-container.my-profile-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
  height: 100dvh;
  height: 100vh; /* fallback */
  max-height: 100dvh;
  max-height: 100vh; /* fallback */
  overflow: hidden;
}
.app-container.contacts-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.search-friends-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
}
.app-container.product-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
}
.app-container.search-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.developer-store-page-bg[data-v-e18e24b6] {
  background: transparent !important;
}
.app-container.developer-product-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
}
.app-container.my-tippers-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.likes-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.saved-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.og-ads-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.orders-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.order-details-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.wishlist-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.follow-list-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.favorites-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.history-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.share-history-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.share-earnings-details-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.user-set-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.shipping-address-page-bg[data-v-e18e24b6] {
  background: #f9fafb !important;
}
.app-container.subscription-page-bg[data-v-e18e24b6] {
  background: #f9fafb !important;
}
.app-container.publish-product-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.my-products-page-bg[data-v-e18e24b6] {
  background: #f0f2f5 !important;
}
.app-container.group-info-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.merchant-home-page-bg[data-v-e18e24b6] {
  background: #f5f5f5 !important;
}
.app-container.post-detail-page-bg[data-v-e18e24b6] {
  background: #ffffff !important;
  height: 100dvh;
  height: 100vh; /* fallback */
  max-height: 100dvh;
  max-height: 100vh; /* fallback */
  overflow: hidden;
}
/* Google Success Notification */
.google-success-notification[data-v-e18e24b6] {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  animation: slideDown-e18e24b6 0.3s ease-out;
}
@keyframes slideDown-e18e24b6 {
from {
    opacity: 0;
    transform: translate(-50%, -20px);
}
to {
    opacity: 1;
    transform: translate(-50%, 0);
}
}
.notification-content[data-v-e18e24b6] {
  background: #4CAF50;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.notification-content .icon[data-v-e18e24b6] {
  font-size: 18px;
  font-weight: bold;
}
.notification-content .text[data-v-e18e24b6] {
  white-space: nowrap;
}
/* Header - 不固定，跟随页面滚动 */
.app-header[data-v-e18e24b6] {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 1.25rem 1.5rem;
  /* position: fixed; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* z-index: 1000; */
  /* transform: translateZ(0); */
  /* will-change: transform; */
}
.header-content[data-v-e18e24b6] {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.feed-title[data-v-e18e24b6] {
  font-size: 20px;
  font-weight: bold;
  color: white;
  padding: 8px 16px;
}
/* User Section - Left */
.user-section.left[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex: 1;
}
.header-left[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
.avatar-btn[data-v-e18e24b6] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.avatar-btn[data-v-e18e24b6]:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.avatar-btn img[data-v-e18e24b6] {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-info[data-v-e18e24b6] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nickname[data-v-e18e24b6] {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.nickname.not-logged-in[data-v-e18e24b6] {
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.nickname.not-logged-in[data-v-e18e24b6]:hover {
  text-decoration: underline;
}
.vip-tags[data-v-e18e24b6] {
  display: flex;
  gap: 6px;
}
.vip-tag[data-v-e18e24b6] {
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.vip-tag.vip-shop[data-v-e18e24b6] {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: white;
}
.vip-tag.vip-shop-unsubscribed[data-v-e18e24b6] {
  background: #9ca3af;
  color: white;
}
.vip-tag.vip-game[data-v-e18e24b6] {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
}
.vip-tag.vip-game-unsubscribed[data-v-e18e24b6] {
  background: #9ca3af;
  color: white;
}
/* Logout Button */
.logout-btn[data-v-e18e24b6] {
  margin-top: 4px;
  padding: 2px 8px;
  background: rgba(220, 53, 69, 0.9);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.logout-btn[data-v-e18e24b6]:hover {
  background: rgba(220, 53, 69, 1);
}
/* Balance Section - Center */
.balance-section.center[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex: 2;
  min-width: 500px;
}
.balance-item[data-v-e18e24b6],
.coins-item[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  white-space: nowrap;
  min-width: 130px;
}
.balance-item[data-v-e18e24b6]:hover,
.coins-item[data-v-e18e24b6]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.balance-item img[data-v-e18e24b6],
.coins-item img[data-v-e18e24b6],
.points-item img[data-v-e18e24b6] {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-label[data-v-e18e24b6] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}
.item-value[data-v-e18e24b6] {
  font-size: 18px;
  font-weight: 700;
  color: white;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-value-compact[data-v-e18e24b6] {
  display: none;
}
.buy-btn[data-v-e18e24b6] {
  margin-left: 6px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.95);
  color: #667eea;
  border: none;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.buy-btn[data-v-e18e24b6]:hover {
  background: white;
}
.points-item[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  white-space: nowrap;
  min-width: 130px;
}
/* Cart - Circular Button */
.cart-btn[data-v-e18e24b6] {
  position: relative;
  width: 56px;
  height: 56px;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  flex-shrink: 0;
}
.cart-btn[data-v-e18e24b6]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cart-btn img[data-v-e18e24b6] {
  width: 28px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-badge[data-v-e18e24b6] {
  position: absolute;
  top: -4px;
  right: -4px;
  background: #ef4444;
  color: white;
  font-size: 11px;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 4px rgba(239, 68, 68, 0.3);
}
/* Right section with search and cart */
.right-section[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
/* Header search - 与header一体,在头像余额购物车下方 */
.header-search[data-v-e18e24b6] {
  display: flex;
  align-items: center;
}
.search-input[data-v-e18e24b6] {
  width: 180px;
  padding: 8px 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.search-input[data-v-e18e24b6]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-input[data-v-e18e24b6]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-input[data-v-e18e24b6]:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.3);
}
/* Search Section - 不固定，跟随页面滚动，在header下方 */
.search-section[data-v-e18e24b6] {
  /* position: fixed; */
  /* top: 110px; */
  /* left: 0; */
  /* right: 0; */
  background: transparent;
  padding: 8px 20px;
  /* z-index: 999; */
  /* transform: translateZ(0); */
  /* will-change: transform; */
}
.search-box[data-v-e18e24b6] {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  padding: 10px 20px;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  max-width: 800px;
  margin: 0 auto;
}
.search-box[data-v-e18e24b6]:hover,
.search-box[data-v-e18e24b6]:focus-within {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
}
.search-box img[data-v-e18e24b6] {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
.search-box input[data-v-e18e24b6] {
  flex: 1;
  border: none;
  font-size: 15px;
  background: transparent;
  outline: none;
  color: white;
}
.search-box input[data-v-e18e24b6]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-box input[data-v-e18e24b6]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.search-btn[data-v-e18e24b6] {
  background: rgba(255, 255, 255, 0.9);
  color: #667eea;
  border: none;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.search-btn[data-v-e18e24b6]:hover {
  background: white;
  transform: translateY(-1px);
}
/* 二维码扫描按钮 */
.qr-scan-btn[data-v-e18e24b6] {
  display: flex;
  background: rgba(255, 255, 255, 0.9);
  color: #667eea;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.qr-scan-btn[data-v-e18e24b6]:hover {
  background: white;
  transform: scale(1.05);
}
.qr-scan-btn i[data-v-e18e24b6] {
  font-size: 16px;
}
/* Scanner Modal */
.scanner-overlay[data-v-e18e24b6] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scanner-modal[data-v-e18e24b6] {
  background: white;
  border-radius: 20px;
  padding: 30px 24px 24px;
  text-align: center;
  position: relative;
  max-width: 340px;
  width: 85%;
}
.scanner-close[data-v-e18e24b6] {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
}
.scan-file-label[data-v-e18e24b6]:hover {
  opacity: 0.9;
}
/* User QR Code Modal */
.user-qr-avatar[data-v-e18e24b6] {
  margin-bottom: 10px;
}
.user-qr-avatar img[data-v-e18e24b6] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-qr-name[data-v-e18e24b6] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.user-qr-image img[data-v-e18e24b6] {
  width: 200px;
  height: 200px;
}
.user-qr-image .qr-loading[data-v-e18e24b6] {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 8px;
  color: #999;
  font-size: 14px;
}
.user-qr-hint[data-v-e18e24b6] {
  font-size: 13px;
  color: #999;
  margin-top: 12px;
}
/* Main Content */
.app-main[data-v-e18e24b6] {
  flex: 1;
  padding: 20px 0 5rem 0;
  overflow-y: auto;
  padding-bottom: 80px;
}
.app-main.no-padding[data-v-e18e24b6] {
  padding: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* Page Transitions - use specific properties to avoid transitionend conflicts */
.page-enter-active[data-v-e18e24b6],
.page-leave-active[data-v-e18e24b6] {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.page-enter-from[data-v-e18e24b6] {
  opacity: 0;
  transform: translateX(20px);
}
.page-leave-to[data-v-e18e24b6] {
  opacity: 0;
  transform: translateX(-20px);
}
/* Responsive */
@media (max-width: 1024px) {
.app-header[data-v-e18e24b6] {
    padding: 1rem 1.25rem;
}
.header-content[data-v-e18e24b6] {
    gap: 0.75rem;
}
.balance-section.center[data-v-e18e24b6] {
    gap: 12px;
    min-width: 400px;
}
.balance-item[data-v-e18e24b6],
  .coins-item[data-v-e18e24b6],
  .points-item[data-v-e18e24b6] {
    padding: 10px 14px;
    min-width: 100px;
}
.item-label[data-v-e18e24b6] {
    font-size: 13px;
}
.item-value[data-v-e18e24b6] {
    font-size: 16px;
    max-width: 100px;
}
}
@media (max-width: 768px) {
.app-header[data-v-e18e24b6] {
    padding: 0.75rem 0.75rem;
}
.header-content[data-v-e18e24b6] {
    gap: 0.375rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.header-content[data-v-e18e24b6]::-webkit-scrollbar {
    display: none;
}
.header-left[data-v-e18e24b6] {
    gap: 6px;
    flex-shrink: 0;
}
.avatar-btn[data-v-e18e24b6] {
    width: 72px;
    height: 72px;
}
.nickname[data-v-e18e24b6] {
    font-size: 13px;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vip-tags[data-v-e18e24b6] {
    gap: 3px;
}
.vip-tag[data-v-e18e24b6] {
    padding: 2px 6px;
    font-size: 9px;
}
.user-section.left[data-v-e18e24b6] {
    flex: 0 0 auto;
}
.balance-section.center[data-v-e18e24b6] {
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
}
.balance-item[data-v-e18e24b6],
  .coins-item[data-v-e18e24b6],
  .points-item[data-v-e18e24b6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 0;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 6px;
    cursor: pointer;
    min-height: 32px;
}
.balance-item img[data-v-e18e24b6],
  .coins-item img[data-v-e18e24b6],
  .points-item img[data-v-e18e24b6] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.item-label[data-v-e18e24b6] {
    display: none;
}
.item-value[data-v-e18e24b6] {
    display: none;
}
.item-value-compact[data-v-e18e24b6] {
    display: inline;
    font-size: 14px;
    font-weight: 700;
    color: white;
}
.buy-btn[data-v-e18e24b6] {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 8px;
    font-size: 10px;
    border-radius: 4px;
}
.cart-btn[data-v-e18e24b6] {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
}
.cart-btn img[data-v-e18e24b6] {
    width: 52px;
    height: 52px;
}
.cart-badge[data-v-e18e24b6] {
    min-width: 24px;
    height: 24px;
    font-size: 13px;
    padding: 0 5px;
}
  /* 搜索框响应式 */
.search-section[data-v-e18e24b6] {
    padding: 8px 10px;
}
.search-box[data-v-e18e24b6] {
    padding: 8px 6px;
    gap: 4px;
    flex-wrap: nowrap;
}
.search-box img[data-v-e18e24b6] {
    width: 16px;
    height: 16px;
}
.search-box input[data-v-e18e24b6] {
    font-size: 13px;
    min-width: 0;
}
.search-btn[data-v-e18e24b6] {
    padding: 4px 8px;
    font-size: 10px;
    white-space: nowrap;
    flex-shrink: 0;
}
  /* 手机端显示二维码扫描按钮 */
.qr-scan-btn[data-v-e18e24b6] {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.qr-scan-btn i[data-v-e18e24b6] {
    font-size: 12px;
}
}
/* 超小屏幕 (< 375px) 进一步压缩 */
@media (max-width: 375px) {
[data-v-e18e24b6]:root {
    --header-pad-top: 0.4rem;
}
.app-header[data-v-e18e24b6] {
    padding: 4px 0.2rem 0.4rem 0.2rem;
}
.header-content[data-v-e18e24b6] {
    gap: 4px;
    flex-wrap: nowrap;
}
.avatar-btn[data-v-e18e24b6] {
    width: 60px;
    height: 60px;
}
.nickname[data-v-e18e24b6] {
    font-size: 12px;
    max-width: 50px;
}
.vip-tags[data-v-e18e24b6] {
    gap: 2px;
}
.vip-tag[data-v-e18e24b6] {
    padding: 1px 5px;
    font-size: 8px;
}
.user-section.left[data-v-e18e24b6] {
    flex: 0 0 auto;
}
.balance-section.center[data-v-e18e24b6] {
    flex-direction: column;
    gap: 3px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
}
.balance-item[data-v-e18e24b6],
  .coins-item[data-v-e18e24b6],
  .points-item[data-v-e18e24b6] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 0;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border-radius: 4px;
    cursor: pointer;
    min-height: 28px;
}
.balance-item img[data-v-e18e24b6],
  .coins-item img[data-v-e18e24b6],
  .points-item img[data-v-e18e24b6] {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.item-label[data-v-e18e24b6] {
    display: none;
}
.item-value[data-v-e18e24b6] {
    display: none;
}
.item-value-compact[data-v-e18e24b6] {
    display: inline;
    font-size: 12px;
    font-weight: 700;
    color: white;
}
.buy-btn[data-v-e18e24b6] {
    display: inline-block;
    margin-left: 2px;
    padding: 2px 6px;
    font-size: 9px;
    border-radius: 4px;
}
.cart-btn[data-v-e18e24b6] {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}
.cart-btn img[data-v-e18e24b6] {
    width: 42px;
    height: 42px;
}
.cart-badge[data-v-e18e24b6] {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    padding: 0 4px;
}
.search-section[data-v-e18e24b6] {
    padding: 6px 8px;
}
.search-box[data-v-e18e24b6] {
    padding: 6px 4px;
    gap: 3px;
    flex-wrap: nowrap;
}
.search-box img[data-v-e18e24b6] {
    width: 14px;
    height: 14px;
}
.search-box input[data-v-e18e24b6] {
    font-size: 12px;
    min-width: 0;
}
.search-btn[data-v-e18e24b6] {
    padding: 3px 6px;
    font-size: 9px;
    white-space: nowrap;
    flex-shrink: 0;
}
.qr-scan-btn[data-v-e18e24b6] {
    display: flex;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.qr-scan-btn i[data-v-e18e24b6] {
    font-size: 10px;
}
}

.app-container.shorts-page-bg {
  background: #000 !important;
}

.shorts-page[data-v-fe053a9f] {
  height: 100vh;
  background: #000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: env(safe-area-inset-top, 0px);
}
/* 全屏模式样式 - 保持1920*1080视频比例居中播放 */
.shorts-page[data-v-fe053a9f]:fullscreen {
  width: 100vw;
  height: 100vh;
  background: #000;
}
.shorts-page:fullscreen .shorts-container[data-v-fe053a9f] {
  height: 100vh;
}
.shorts-page:fullscreen .shorts-item[data-v-fe053a9f] {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
}
.shorts-page:fullscreen .video-wrapper[data-v-fe053a9f] {
  width: 100%;
  height: 100%;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shorts-page:fullscreen .video-player[data-v-fe053a9f] {
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* 全屏模式下的导航按钮 - 放在视频底部居中 */
.shorts-page:fullscreen .nav-buttons[data-v-fe053a9f] {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  top: auto;
  transform: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}
/* 全屏模式下右侧操作按钮往上移动100px */
.shorts-page:fullscreen .action-buttons[data-v-fe053a9f] {
  transform: translateY(0);
}
/* 视频区域容器 */
.shorts-container[data-v-fe053a9f] {
  flex: 1;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
.shorts-item[data-v-fe053a9f] {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.video-wrapper[data-v-fe053a9f] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: calc(100vh * 9 / 16);
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.video-player[data-v-fe053a9f] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.video-cover[data-v-fe053a9f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  pointer-events: none;
}
/* 弹幕覆盖层 */
.danmaku-overlay[data-v-fe053a9f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}
.danmaku-item[data-v-fe053a9f] {
  position: absolute;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
  animation: danmaku-fly-fe053a9f linear forwards;
  left: 100%;
  opacity: 1 !important;
  visibility: visible !important;
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
}
@keyframes danmaku-fly-fe053a9f {
0% {
    left: 100%;
    opacity: 1;
}
100% {
    left: -300px;
    opacity: 0;
}
}
.play-overlay[data-v-fe053a9f] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.play-overlay i[data-v-fe053a9f] {
  color: white;
  font-size: 32px;
  margin-left: 8px;
}
/* 导航按钮 */
.nav-buttons[data-v-fe053a9f] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
/* 导航按钮Hide状态（非全屏时） */
.nav-buttons.nav-hidden[data-v-fe053a9f] {
  opacity: 0;
  visibility: hidden;
}
.nav-btn[data-v-fe053a9f] {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 12px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
}
.nav-btn[data-v-fe053a9f]:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.05);
}
.nav-btn[data-v-fe053a9f]:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.nav-btn i[data-v-fe053a9f] {
  font-size: 24px;
}
.nav-btn span[data-v-fe053a9f] {
  font-size: 12px;
  font-weight: 500;
}
.action-buttons[data-v-fe053a9f] {
  position: absolute;
  right: 16px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.action-btn[data-v-fe053a9f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: white;
  cursor: pointer;
  transition: transform 0.2s;
}
.action-btn[data-v-fe053a9f]:hover {
  transform: scale(1.1);
}
.action-btn i[data-v-fe053a9f] {
  font-size: 32px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.action-btn i.liked[data-v-fe053a9f] {
  color: #ff4757;
}
.action-btn i.collected[data-v-fe053a9f] {
  color: #ffa502;
}
.action-btn span[data-v-fe053a9f] {
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.action-btn .reward-icon[data-v-fe053a9f] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.more-btn[data-v-fe053a9f] {
  position: relative;
}
.video-info[data-v-fe053a9f] {
  position: absolute;
  left: 16px;
  right: 8px;
  bottom: 100px;
  color: white;
  z-index: 10;
  pointer-events: none;
}
.video-username[data-v-fe053a9f],
.video-text-content[data-v-fe053a9f] {
  pointer-events: auto;
}
.video-username[data-v-fe053a9f] {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, transparent 100%);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}
.video-description[data-v-fe053a9f] {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.video-link[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  position: relative;
}
/* Shorts 链接浮层 - 文案下方透明 */
.shorts-link-overlay[data-v-fe053a9f] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  background: transparent;
  pointer-events: auto;
}
.shorts-link-inner[data-v-fe053a9f] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: transparent;
  pointer-events: auto;
}
.shorts-link-thumb[data-v-fe053a9f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border: 1.5px solid rgba(255,255,255,0.25);
}
.shorts-link-icon2[data-v-fe053a9f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255,255,255,0.12);
}
.shorts-link-icon2 i[data-v-fe053a9f] {
  font-size: 12px;
  color: #fff;
}
.shorts-link-title[data-v-fe053a9f] {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.shorts-link-cart[data-v-fe053a9f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(102,126,234,0.8);
  color: white;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: background 0.2s;
  pointer-events: auto;
}
.shorts-link-cart[data-v-fe053a9f]:hover {
  background: rgba(102,126,234,1);
}
.video-link-card-new[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 8px 10px;
  flex: 1;
  min-width: 0;
  cursor: pointer;
  transition: background 0.3s;
  border: 1px solid rgba(255,255,255,0.1);
}
.video-link-card-new[data-v-fe053a9f]:hover {
  background: rgba(255, 255, 255, 0.25);
}
.video-link-card-new .link-thumb[data-v-fe053a9f] {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  background: rgba(255,255,255,0.1);
}
.video-link-icon[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.video-link-icon i[data-v-fe053a9f] {
  font-size: 16px;
}
.video-link-text[data-v-fe053a9f] {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  min-width: 0;
  flex: 1;
}
.video-link-text .link-card-title[data-v-fe053a9f] {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
.video-link-text .link-card-domain[data-v-fe053a9f] {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-cart-btn-shorts[data-v-fe053a9f] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(102,126,234,0.4);
  transition: transform 0.2s;
}
.link-cart-btn-shorts[data-v-fe053a9f]:hover {
  transform: scale(1.15);
}
.video-link-card[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.video-link-card i[data-v-fe053a9f] {
  font-size: 14px;
}
.author-info[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.author-avatar[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid white;
}
.author-name[data-v-fe053a9f] {
  font-weight: 600;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.follow-btn[data-v-fe053a9f] {
  padding: 4px 12px;
  background: #ff4757;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.follow-btn[data-v-fe053a9f]:hover {
  background: #ff3344;
}
.video-title[data-v-fe053a9f] {
  font-size: 15px;
  margin-bottom: 8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.4;
}
.video-tags[data-v-fe053a9f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag[data-v-fe053a9f] {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/* 视频文本内容区域 */
.video-text-content[data-v-fe053a9f] {
  margin-bottom: 8px;
}
.video-description[data-v-fe053a9f] {
  font-size: 14px;
  opacity: 0.9;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
}
.video-location[data-v-fe053a9f] {
  display: inline-block;
  font-size: 12px;
  opacity: 0.8;
  color: #a5b4fc;
  margin-bottom: 4px;
}
.video-location i[data-v-fe053a9f] {
  font-size: 10px;
  margin-right: 2px;
}
.video-description.expanded[data-v-fe053a9f] {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  display: block;
}
.expand-btn[data-v-fe053a9f] {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.expand-btn[data-v-fe053a9f]:hover {
  color: white;
}
/* 广告标签 */
.ad-badge[data-v-fe053a9f] {
  display: inline-block;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-right: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/* 广告视频的特殊样式 */
.ad-video .video-wrapper[data-v-fe053a9f] {
  border: 2px solid rgba(245, 158, 11, 0.5);
}
/* 视频链接/商品卡片 */
.video-link-card-old[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 10px;
  cursor: pointer;
  transition: background 0.3s;
  max-width: 280px;
}
.video-link-card-old[data-v-fe053a9f]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.link-image[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-image img[data-v-fe053a9f] {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.link-info[data-v-fe053a9f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.link-title[data-v-fe053a9f] {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-price[data-v-fe053a9f] {
  font-size: 12px;
  color: #ff4757;
  font-weight: 600;
}
.link-arrow[data-v-fe053a9f] {
  font-size: 14px;
  opacity: 0.7;
}
/* Comments弹窗 */
.comments-modal[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.comments-content[data-v-fe053a9f] {
  background: #ffffff;
  width: 100%;
  max-width: 480px;
  height: 80vh;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  animation: slideUp-fe053a9f 0.3s ease;
}
@keyframes slideUp-fe053a9f {
from {
    transform: translateY(100%);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
.comments-header[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.comments-header h3[data-v-fe053a9f] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.close-btn[data-v-fe053a9f] {
  width: 32px;
  height: 32px;
  border: none;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments-list[data-v-fe053a9f] {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}
.comment-item[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.comment-avatar[data-v-fe053a9f] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-body[data-v-fe053a9f] {
  flex: 1;
}
.comment-header[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.comment-author[data-v-fe053a9f] {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}
.vip-badge[data-v-fe053a9f] {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 4px;
}
/* 消费VIP样式 - 橙色系 */
.vip-0[data-v-fe053a9f],
.vip-1[data-v-fe053a9f],
.vip-2[data-v-fe053a9f],
.vip-3[data-v-fe053a9f],
.vip-4[data-v-fe053a9f],
.vip-5[data-v-fe053a9f] {
  background: #f97316;
  color: white;
}
/* 订阅VIP样式 - 蓝色系 */
.vip-subscription-0[data-v-fe053a9f] {
  background: #6b7280;
  color: white;
}
.vip-subscription-1[data-v-fe053a9f] {
  background: #3b82f6;
  color: white;
}
.vip-subscription-2[data-v-fe053a9f] {
  background: #6366f1;
  color: white;
}
.vip-subscription-3[data-v-fe053a9f] {
  background: #8b5cf6;
  color: white;
}
.vip-subscription-4[data-v-fe053a9f] {
  background: #a855f7;
  color: white;
}
.vip-subscription-5[data-v-fe053a9f] {
  background: #d946ef;
  color: white;
}
.comment-text[data-v-fe053a9f] {
  margin: 4px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.comment-time[data-v-fe053a9f] {
  font-size: 12px;
  color: #999;
}
.comment-media[data-v-fe053a9f] {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.comment-media-item[data-v-fe053a9f] {
  max-width: 200px;
}
.comment-media-image[data-v-fe053a9f] {
  max-width: 100%;
  max-height: 150px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment-media-video[data-v-fe053a9f] {
  max-width: 200px;
  max-height: 150px;
  border-radius: 8px;
}
.comment-media-voice[data-v-fe053a9f] {
  max-width: 200px;
  height: 40px;
  border-radius: 8px;
}
.comment-emoji-gif[data-v-fe053a9f] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.comment-actions-row[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.comment-action-link[data-v-fe053a9f] {
  background: #f3f4f6;
  border: none;
  color: #667eea;
  font-size: 12px;
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
}
.comment-action-link[data-v-fe053a9f]:hover {
  background: #e5e7eb;
}
/* 子评论区域样式 */
.replies-section[data-v-fe053a9f] {
  margin-top: 12px;
  padding-left: 0;
}
.replies-toggle[data-v-fe053a9f] {
  cursor: pointer;
  padding: 8px 12px;
  background: #f8f9fa;
  border-radius: 8px;
  display: inline-block;
  margin-top: 8px;
}
.toggle-text[data-v-fe053a9f] {
  font-size: 13px;
  color: #667eea;
  font-weight: 500;
}
.replies-toggle[data-v-fe053a9f]:hover {
  background: #e9ecef;
}
.replies-list[data-v-fe053a9f] {
  margin-top: 12px;
  padding-left: 0;
}
.reply-item[data-v-fe053a9f] {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 8px;
}
.reply-avatar[data-v-fe053a9f] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reply-body[data-v-fe053a9f] {
  flex: 1;
}
.reply-to[data-v-fe053a9f] {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
}
.empty-comments[data-v-fe053a9f] {
  text-align: center;
  padding: 40px;
  color: #999;
}
.comment-input[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-top: 1px solid #eee;
  background: white;
  position: relative;
  z-index: 10001;
}
.comment-input input[data-v-fe053a9f] {
  flex: 1;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}
.comment-actions[data-v-fe053a9f] {
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
.comment-action-btn[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f4f6;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  transition: all 0.2s;
}
.comment-action-btn[data-v-fe053a9f]:hover {
  background: #e5e7eb;
}
.comment-action-btn.recording[data-v-fe053a9f] {
  background: #ef4444;
  color: white;
  animation: pulse-fe053a9f 1s infinite;
}
@keyframes pulse-fe053a9f {
0%,
  100% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
}
.comment-send-btn[data-v-fe053a9f] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #667eea;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: background 0.2s;
}
.comment-send-btn[data-v-fe053a9f]:hover {
  background: #5a6fd6;
}
/* Emoji 选择器 */
.emoji-grid[data-v-fe053a9f] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.emoji-item[data-v-fe053a9f] {
  font-size: 24px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: background 0.2s;
}
.emoji-item[data-v-fe053a9f]:hover {
  background: #f3f4f6;
}
.emoji-gif[data-v-fe053a9f] {
  width: 32px;
  height: 32px;
  display: block;
}
/* 媒体预览样式 */
.comment-media-preview[data-v-fe053a9f] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 16px;
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
}
.comment-media-preview-item[data-v-fe053a9f] {
  position: relative;
  max-width: 100px;
}
.preview-image[data-v-fe053a9f] {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.preview-video[data-v-fe053a9f] {
  width: 100px;
  height: 80px;
  border-radius: 8px;
}
.preview-voice[data-v-fe053a9f] {
  width: 120px;
  height: 40px;
  border-radius: 8px;
}
.remove-media[data-v-fe053a9f] {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ff4757;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.emoji-picker[data-v-fe053a9f] {
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 12px;
  z-index: 10001;
  max-height: 250px;
  overflow-y: auto;
  width: 300px;
}
/* 分类标签 - 放在 shorts-item 左上角，与视频左边缘对齐 */
.category-tabs[data-v-fe053a9f] {
  position: absolute;
  top: 12px;
  left: calc((100% - min(100vh * 9 / 16, 85.5vw)) / 2 + 60px);
  display: flex;
  gap: 8px;
  z-index: 20;
  align-items: center;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
}
/* 添加视频按钮 - 放在 shorts-item 右上角，与视频右边缘对齐 */
.add-video-btn[data-v-fe053a9f] {
  position: absolute;
  top: 12px;
  right: calc((100% - min(100vh * 9 / 16, 85.5vw)) / 2 + 60px);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20;
  flex-shrink: 0;
}
.add-video-btn[data-v-fe053a9f]:hover {
  background: rgba(255, 255, 255, 0.1);
  background: transparent;
  transform: scale(1.1);
}
.add-video-btn i[data-v-fe053a9f] {
  font-size: 18px;
}
/* 搜索框 - 放在 shorts-item 左上角标签下方，与视频左边缘对齐 */
.search-box[data-v-fe053a9f] {
  position: absolute;
  top: 50px;
  left: calc((100% - min(100vh * 9 / 16, 85.5vw)) / 2 + 60px);
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border-radius: 25px;
  padding: 8px 14px;
  z-index: 20;
  min-width: 140px;
  max-width: 70%;
}
.search-box i[data-v-fe053a9f] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.search-box input[data-v-fe053a9f] {
  background: transparent;
  border: none;
  outline: none;
  color: white;
  font-size: 14px;
  width: 100%;
}
.search-box input[data-v-fe053a9f]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-box input[data-v-fe053a9f]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.category-tab[data-v-fe053a9f] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  background: transparent;
}
.category-tab[data-v-fe053a9f]:hover {
  color: white;
  background: transparent;
}
.category-tab.active[data-v-fe053a9f] {
  color: black;
  background: transparent;
}
/* More菜单 */
.more-menu[data-v-fe053a9f] {
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  min-width: 180px;
  z-index: 100;
  overflow: hidden;
}
.menu-item[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 14px;
  color: #333;
}
.menu-item[data-v-fe053a9f]:hover {
  background: #f3f4f6;
}
.menu-item i[data-v-fe053a9f] {
  font-size: 16px;
  color: #667eea;
  width: 20px;
}
.menu-item.danger[data-v-fe053a9f] {
  color: #ef4444;
}
.menu-item.danger i[data-v-fe053a9f] {
  color: #ef4444;
}
/* Delete确认弹窗 */
.delete-modal[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.delete-content[data-v-fe053a9f] {
  background: white;
  border-radius: 16px;
  width: 90%;
  max-width: 360px;
  overflow: hidden;
}
.delete-header[data-v-fe053a9f] {
  padding: 20px 20px 0;
}
.delete-header h3[data-v-fe053a9f] {
  margin: 0;
  font-size: 18px;
}
.delete-body[data-v-fe053a9f] {
  padding: 16px 20px;
}
.delete-body p[data-v-fe053a9f] {
  margin: 0;
  color: #666;
  font-size: 14px;
}
.delete-footer[data-v-fe053a9f] {
  display: flex;
  padding: 0 20px 20px;
  gap: 12px;
}
.delete-btn[data-v-fe053a9f] {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.delete-btn.cancel[data-v-fe053a9f] {
  background: #f3f4f6;
  color: #333;
}
.delete-btn.cancel[data-v-fe053a9f]:hover {
  background: #e5e7eb;
}
.delete-btn.confirm[data-v-fe053a9f] {
  background: #ef4444;
  color: white;
}
.delete-btn.confirm[data-v-fe053a9f]:hover {
  background: #dc2626;
}
/* 创作者头像 */
.creator-avatar-btn[data-v-fe053a9f] {
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.creator-avatar[data-v-fe053a9f] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid white;
  -o-object-fit: cover;
     object-fit: cover;
}
.creator-avatar-btn.following .creator-avatar[data-v-fe053a9f] {
  border-color: #10b981;
}
.follow-badge[data-v-fe053a9f] {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #ef4444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border: 2px solid white;
}
.creator-avatar-btn.following .follow-badge[data-v-fe053a9f] {
  background: #10b981 !important;
}
/* 打赏图标 */
.reward-icon[data-v-fe053a9f] {
  width: 48px;
  height: 48px;
}
/* Reward打赏弹窗 */
.reward-modal[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reward-content[data-v-fe053a9f] {
  background: white;
  width: 90%;
  max-width: 360px;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.reward-header[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}
.reward-header img[data-v-fe053a9f] {
  width: 32px;
  height: 32px;
}
.insufficient-message[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #ef4444;
  font-size: 14px;
}
.insufficient-message img[data-v-fe053a9f] {
  width: 24px;
  height: 24px;
}
.balance-info[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 16px;
  background: #f3f4f6;
  border-radius: 8px;
  font-size: 14px;
  color: #4b5563;
}
.balance-info img[data-v-fe053a9f] {
  width: 20px;
  height: 20px;
}
.balance-info .balance-amount[data-v-fe053a9f] {
  font-weight: 600;
  color: #1f2937;
}
.reward-input[data-v-fe053a9f] {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.reward-input[data-v-fe053a9f]:focus {
  outline: none;
  border-color: #667eea;
}
.reward-buttons[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
}
.reward-btn[data-v-fe053a9f] {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.reward-btn.cancel[data-v-fe053a9f] {
  background: #e5e7eb;
  color: #6b7280;
}
.reward-btn.confirm[data-v-fe053a9f] {
  background: #667eea;
  color: white;
}
.reward-btn.confirm[data-v-fe053a9f]:hover {
  background: #5568d3;
}
/* 专属分享链接区域样式 */
.share-link-section[data-v-fe053a9f] {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.share-link-label[data-v-fe053a9f] {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 8px;
}
.share-link-box[data-v-fe053a9f] {
  display: flex;
  gap: 8px;
  align-items: center;
}
.share-link-input[data-v-fe053a9f] {
  flex: 1;
  padding: 10px 12px;
  font-size: 13px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  color: #374151;
}
.share-link-input[data-v-fe053a9f]:focus {
  outline: none;
  border-color: #667eea;
}
.copy-link-btn[data-v-fe053a9f] {
  padding: 10px 16px;
  background: #667eea;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.copy-link-btn[data-v-fe053a9f]:hover {
  background: #5568d3;
}
/* Forward转发弹窗 */
.forward-modal[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.forward-content[data-v-fe053a9f] {
  width: 100%;
  max-width: 500px;
  background: white;
  border-radius: 20px 20px 0 0;
  max-height: 70vh;
  overflow: hidden;
}
.forward-header[data-v-fe053a9f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.forward-header h3[data-v-fe053a9f] {
  margin: 0;
  font-size: 16px;
}
.forward-list[data-v-fe053a9f] {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  overflow-y: auto;
  max-height: 50vh;
}
.forward-item[data-v-fe053a9f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  min-width: 60px;
}
.forward-item[data-v-fe053a9f]:hover {
  opacity: 0.8;
}
.forward-icon[data-v-fe053a9f] {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.forward-avatar[data-v-fe053a9f] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.forward-item span[data-v-fe053a9f] {
  font-size: 12px;
  color: #333;
  text-align: center;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Report举报弹窗 */
.report-modal[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-content[data-v-fe053a9f] {
  width: 90%;
  max-width: 400px;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}
.report-header[data-v-fe053a9f] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}
.report-header h3[data-v-fe053a9f] {
  margin: 0;
  font-size: 18px;
  color: #ef4444;
}
.report-body[data-v-fe053a9f] {
  padding: 20px;
}
.report-field[data-v-fe053a9f] {
  margin-bottom: 16px;
}
.report-field label[data-v-fe053a9f] {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.report-field select[data-v-fe053a9f] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  background: white;
  cursor: pointer;
}
.report-field select[data-v-fe053a9f]:focus {
  outline: none;
  border-color: #667eea;
}
.report-field textarea[data-v-fe053a9f] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
}
.report-field textarea[data-v-fe053a9f]:focus {
  outline: none;
  border-color: #667eea;
}
.report-field textarea[data-v-fe053a9f]::-moz-placeholder {
  color: #9ca3af;
}
.report-field textarea[data-v-fe053a9f]::placeholder {
  color: #9ca3af;
}
.report-reasons[data-v-fe053a9f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
.report-reason[data-v-fe053a9f] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.report-reason[data-v-fe053a9f]:hover {
  background: #f9fafb;
  border-color: #667eea;
}
.report-reason.selected[data-v-fe053a9f] {
  background: #eff6ff;
  border-color: #667eea;
}
.report-reason input[type="radio"][data-v-fe053a9f] {
  margin: 0;
}
.report-reason span[data-v-fe053a9f] {
  font-size: 14px;
  color: #333;
}
.report-textarea[data-v-fe053a9f] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  resize: vertical;
  min-height: 80px;
  margin-bottom: 16px;
}
.report-textarea[data-v-fe053a9f]:focus {
  outline: none;
  border-color: #667eea;
}
.report-textarea[data-v-fe053a9f]::-moz-placeholder {
  color: #9ca3af;
}
.report-textarea[data-v-fe053a9f]::placeholder {
  color: #9ca3af;
}
.report-buttons[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.report-btn[data-v-fe053a9f] {
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.report-btn.cancel[data-v-fe053a9f] {
  background: #f3f4f6;
  color: #333;
}
.report-btn.cancel[data-v-fe053a9f]:hover {
  background: #e5e7eb;
}
.report-btn.confirm[data-v-fe053a9f] {
  background: #ef4444;
  color: white;
}
.report-btn.confirm[data-v-fe053a9f]:hover {
  background: #dc2626;
}
.report-btn.confirm[data-v-fe053a9f]:disabled {
  background: #fca5a5;
  cursor: not-allowed;
}

/* 全屏按钮 */
.fullscreen-btn[data-v-fe053a9f] {
  position: fixed;
  top: calc(20px + env(safe-area-inset-top, 0px));
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fullscreen-btn[data-v-fe053a9f]:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.fullscreen-btn i[data-v-fe053a9f] {
  font-size: 20px;
}
@media (max-width: 768px) {
.mute-btn[data-v-fe053a9f] {
    top: calc(10px + env(safe-area-inset-top, 0px));
    right: 60px;
    width: 36px;
    height: 36px;
}
.mute-btn i[data-v-fe053a9f] {
    font-size: 16px;
}
}
.fullscreen-toggle-btn[data-v-fe053a9f] {
  position: fixed;
  top: 20px;
  right: 70px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.fullscreen-toggle-btn[data-v-fe053a9f]:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
/* 响应式 - 平板端适配 */
@media (max-width: 1024px) and (min-width: 769px) {
.shorts-item[data-v-fe053a9f] {
    max-width: 100vw;
    max-height: 100vh;
}
.video-wrapper[data-v-fe053a9f] {
    max-width: calc(100vh * 9 / 16);
}
.action-buttons[data-v-fe053a9f] {
    bottom: calc(20px + env(safe-area-inset-bottom, 0px));
}
.video-info[data-v-fe053a9f] {
    bottom: calc(100px + env(safe-area-inset-bottom, 0px));
}
.category-tabs[data-v-fe053a9f] {
    left: calc((100% - min(100vh * 9 / 16, 100vw)) / 2 + 16px);
}
.add-video-btn[data-v-fe053a9f] {
    right: calc((100% - min(100vh * 9 / 16, 100vw)) / 2 + 16px);
}
.search-box[data-v-fe053a9f] {
    left: calc((100% - min(100vh * 9 / 16, 100vw)) / 2 + 16px);
}
}
/* 响应式 - 手机端全屏沉浸式布局 */
@media (max-width: 768px) {
.shorts-page[data-v-fe053a9f] {
    height: 100vh;
    height: 100dvh; /* dynamic viewport height for mobile browsers */
}
.shorts-container[data-v-fe053a9f] {
    align-items: stretch;
}
.shorts-item[data-v-fe053a9f] {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
}
.video-wrapper[data-v-fe053a9f] {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: none;
}
.video-player[data-v-fe053a9f] {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000;
}
.video-cover[data-v-fe053a9f] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 2;
    pointer-events: none;
}
  /* 操作按钮 - 手机端紧贴视频右侧 */
.action-buttons[data-v-fe053a9f] {
    right: 12px;
    bottom: 140px;
    gap: 6px;
}
.video-info[data-v-fe053a9f] {
    left: 12px;
    right: 70px;
    bottom: calc(180px + env(safe-area-inset-bottom, 0px));
}
.video-username[data-v-fe053a9f] {
    font-size: 14px;
    margin-bottom: 6px;
}
.video-description[data-v-fe053a9f] {
    font-size: 13px;
}
.video-link-card-old[data-v-fe053a9f] {
    max-width: 200px;
}
  /* 分类标签 - 简化定位，视频内浮层效果 */
.category-tabs[data-v-fe053a9f] {
    left: 16px;
    top: calc(12px + env(safe-area-inset-top, 0px));
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 2px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.category-tab[data-v-fe053a9f] {
    font-size: 14px;
    padding: 6px 12px;
    text-shadow: none;
}
.category-tab.active[data-v-fe053a9f] {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18px;
}
  /* 搜索框 - 简化定位，视频内浮层效果 */
.search-box[data-v-fe053a9f] {
    left: 16px;
    top: calc(56px + env(safe-area-inset-top, 0px));
    min-width: 100px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.search-box i[data-v-fe053a9f] {
    font-size: 14px;
}
.search-box input[data-v-fe053a9f] {
    font-size: 13px;
}
  /* 添加视频按钮 - 简化定位 */
.add-video-btn[data-v-fe053a9f] {
    right: 16px;
    top: calc(12px + env(safe-area-inset-top, 0px));
    width: 28px;
    height: 28px;
}
.add-video-btn i[data-v-fe053a9f] {
    font-size: 16px;
}
  /* 弹幕 - 手机端缩小 */
.danmaku-item[data-v-fe053a9f] {
    font-size: 14px;
    padding: 1px 6px;
}
  /* 播放按钮 - 手机端缩小 */
.play-overlay[data-v-fe053a9f] {
    width: 56px;
    height: 56px;
}
.play-overlay i[data-v-fe053a9f] {
    font-size: 24px;
    margin-left: 4px;
}
  /* 导航按钮 - 手机端隐藏，用手指滑动切换 */
.nav-btn[data-v-fe053a9f] {
    display: none;
}
  /* 全屏按钮 - 手机端隐藏（手机不需要全屏按钮） */
.fullscreen-btn[data-v-fe053a9f] {
    display: none;
}
.fullscreen-toggle-btn[data-v-fe053a9f] {
    display: none;
}
  /* 评论弹窗 - 手机端全宽 */
.comments-content[data-v-fe053a9f] {
    max-width: 100%;
    height: 70vh;
    padding-bottom: env(safe-area-inset-bottom, 0px);
}
  /* 广告标签 - 手机端缩小 */
.ad-badge[data-v-fe053a9f] {
    font-size: 10px;
    padding: 1px 6px;
}
  /* More菜单 - 手机端适配 */
.more-menu[data-v-fe053a9f] {
    min-width: 150px;
}
.menu-item[data-v-fe053a9f] {
    padding: 10px 12px;
    font-size: 13px;
}
}
/* 超小屏幕 (< 375px) 进一步优化 */
@media (max-width: 375px) {
.action-buttons[data-v-fe053a9f] {
    right: 4px;
    bottom: 120px;
    gap: 4px;
}
.action-btn i[data-v-fe053a9f] {
    font-size: 22px;
}
.action-btn span[data-v-fe053a9f] {
    font-size: 9px;
}
.creator-avatar[data-v-fe053a9f] {
    width: 38px;
    height: 38px;
}
.video-info[data-v-fe053a9f] {
    left: 8px;
    right: 56px;
    bottom: calc(30px + env(safe-area-inset-bottom, 0px));
}
.video-username[data-v-fe053a9f] {
    font-size: 13px;
}
.video-description[data-v-fe053a9f] {
    font-size: 12px;
}
.category-tab[data-v-fe053a9f] {
    font-size: 13px;
    padding: 5px 10px;
}
}
@media (max-width: 480px) {
.nav-btn[data-v-fe053a9f] {
    min-width: 44px;
    padding: 12px 8px;
}
.nav-btn span[data-v-fe053a9f] {
    display: none;
}
.danmaku-item[data-v-fe053a9f] {
    font-size: 14px;
}
.nav-buttons[data-v-fe053a9f] {
    padding: 0 8px;
}
}
/* Delete Confirmation Modal (Feed.vue style) */
.delete-modal-overlay[data-v-fe053a9f] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease;
}
.delete-modal-content[data-v-fe053a9f] {
  background: #fff;
  border-radius: 20px;
  width: 88%;
  max-width: 360px;
  padding: 32px 24px 20px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: scaleIn-fe053a9f 0.2s ease;
}
@keyframes scaleIn-fe053a9f {
from { transform: scale(0.9); opacity: 0;
}
to { transform: scale(1); opacity: 1;
}
}
.delete-modal-icon[data-v-fe053a9f] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fef2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 28px;
  color: #dc2626;
}
.delete-modal-title[data-v-fe053a9f] {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.delete-modal-text[data-v-fe053a9f] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 24px;
}
.delete-modal-actions[data-v-fe053a9f] {
  display: flex;
  gap: 12px;
}
.delete-btn[data-v-fe053a9f] {
  flex: 1;
  padding: 12px 0;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.delete-btn.cancel[data-v-fe053a9f] {
  background: #f3f4f6;
  color: #6b7280;
}
.delete-btn.cancel[data-v-fe053a9f]:hover {
  background: #e5e7eb;
}
.delete-btn.confirm[data-v-fe053a9f] {
  background: #dc2626;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.delete-btn.confirm[data-v-fe053a9f]:hover {
  background: #b91c1c;
}
