@charset "UTF-8";:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  /* color: rgba(255, 255, 255, 0.87);
  background-color: #242424; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


#app[data-v-4de8b32f] {
  min-height: 100vh;
}


.read-the-docs[data-v-2e4a967e] {
  color: #888;
}

[data-v-9d9afeb9]:root {
  --primary-color: #2D27FF;
  --primary-gradient: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
}
.checkout-container[data-v-9d9afeb9] {
  min-height: 100vh;
  /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
  background-color: rgb(236, 237, 255);
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Mobile Product Bar */
.mobile-product-bar[data-v-9d9afeb9] {
  background: white;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.mobile-product-bar[data-v-9d9afeb9]:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(45, 39, 255, 0.1);
}
.mobile-product-bar[data-v-9d9afeb9]:active {
  transform: translateY(1px);
}
.mobile-header[data-v-9d9afeb9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.company-info[data-v-9d9afeb9] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.company-info img[data-v-9d9afeb9] {
  height: 28px;
}
.mobile-logo[data-v-9d9afeb9] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
}
.mobile-company-name[data-v-9d9afeb9] {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}
.mobile-user-info[data-v-9d9afeb9] {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #f8f9fa;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.mobile-user-label[data-v-9d9afeb9] {
  color: #666;
  font-weight: 500;
}
.mobile-user-id[data-v-9d9afeb9] {
  background: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.collapse-toggle[data-v-9d9afeb9] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgb(72, 67, 254);
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
}
.collapse-toggle[data-v-9d9afeb9]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(45, 39, 255, 0.3);
}
.collapse-icon[data-v-9d9afeb9] {
  transition: transform 0.3s ease;
}
.collapse-toggle:hover .collapse-icon[data-v-9d9afeb9] {
  transform: translateY(1px);
}
.mobile-summary[data-v-9d9afeb9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: #fafbfc;
}
.mobile-product-info[data-v-9d9afeb9] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-product-icon[data-v-9d9afeb9] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.mobile-product-name[data-v-9d9afeb9] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.mobile-total[data-v-9d9afeb9] {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile-details[data-v-9d9afeb9] {
  padding: 20px;
}
.mobile-product-full[data-v-9d9afeb9] {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.mobile-product-image[data-v-9d9afeb9] {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
}
.mobile-product-details[data-v-9d9afeb9] {
  flex: 1;
}
.mobile-product-title[data-v-9d9afeb9] {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}
.mobile-product-desc[data-v-9d9afeb9] {
  color: #666;
  margin: 0 0 8px 0;
  font-size: 12px;
  line-height: 1.4;
}
.mobile-product-price[data-v-9d9afeb9] {
  font-size: 18px;
  font-weight: 700;
  background: #333;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mobile-order-summary[data-v-9d9afeb9] {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
}
.mobile-summary-row[data-v-9d9afeb9] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
}
.mobile-total-row[data-v-9d9afeb9] {
  font-weight: 700;
  font-size: 16px;
  color: #1a1a1a;
  border-top: 1px solid #e6e6e6;
  padding-top: 8px;
  margin-top: 8px;
}
.checkout-layout[data-v-9d9afeb9] {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.checkout-layout.mobile-layout[data-v-9d9afeb9] {
  grid-template-columns: 1fr;
  gap: 0;
}

/* Product section (Desktop only) */
.product-section[data-v-9d9afeb9] {
  /* background: white; */
  /* border-radius: 12px; */
  padding: 32px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  position: sticky;
  top: 20px;
  transition: all 0.3s ease;
}
.product-header[data-v-9d9afeb9] {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 24px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-logo[data-v-9d9afeb9] {
  display: flex;
  align-items: start;
  flex-direction: column;
  /* gap: 12px; */
}
.logo[data-v-9d9afeb9] {
  width: 32px;
  height: 32px;
  border-radius: 10px;
}
.company-name[data-v-9d9afeb9] {
  font-size: 16px;
  font-weight: 500;
  color: hsla(0, 0%, 10%, 0.6);
}
.show-price[data-v-9d9afeb9] {
  font-size: 36px;
  font-weight: 600;
  color: #333;
}

/* User information styles */
.user-info[data-v-9d9afeb9] {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f8f9fa;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.user-label[data-v-9d9afeb9] {
  color: #666;
  font-weight: 500;
}
.user-id[data-v-9d9afeb9] {
  background: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}
.product-item[data-v-9d9afeb9] {
  display: flex;
  gap: 16px;
  justify-content: start;
  align-items: center;
  margin-bottom: 32px;
}
.product-image[data-v-9d9afeb9] {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  object-fit: cover;
}
.product-details[data-v-9d9afeb9] {
  flex: 1;
}
.product-name[data-v-9d9afeb9] {
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
}
.product-description[data-v-9d9afeb9] {
  color: hsla(0, 0%, 10%, 0.6);
  margin: 0 0 12px 0;
  font-size: 14px;
}
.product-price[data-v-9d9afeb9] {
  font-size: 20px;
  font-weight: 700;
  background: #333;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.order-summary[data-v-9d9afeb9] {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
}
.summary-row[data-v-9d9afeb9] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 15px;
}
.summary-row.total[data-v-9d9afeb9] {
  font-weight: 700;
  font-size: 18px;
  color: #1a1a1a;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-top: 12px;
}
.loading-indicator[data-v-9d9afeb9] {
  background: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 12px;
  margin-top: 8px;
  font-style: italic;
}

/* Payment form section */
.payment-section[data-v-9d9afeb9] {
  background: white;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6ebf1;
  max-width: 444px;
}
.payment-form[data-v-9d9afeb9] {
  /* max-width: 400px; */
  margin: 0 auto;
}
.form-title[data-v-9d9afeb9] {
  font-size: 20px;
  font-weight: 600;
  color: #1a1f36;
  margin: 0 0 16px 0;
}
.form-group[data-v-9d9afeb9] {
  margin-bottom: 20px;
}
.form-label[data-v-9d9afeb9] {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: hsla(0, 0%, 10%, 0.7);
  margin-bottom: 8px;
}
.form-input[data-v-9d9afeb9] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d6dde7;
  border-radius: 6px;
  font-size: 16px;
  color: #1a1f36;
  background-color: white;
  transition: border-color 0.2s ease;
  box-sizing: border-box;
  border-radius: 30px;
}
.form-input[data-v-9d9afeb9]:focus {
  outline: none;
  border-color: #635bff;
  box-shadow: 0 0 0 2px rgba(99, 91, 255, 0.1);
}
.form-input.error[data-v-9d9afeb9] {
  border-color: #e74c3c;
}
.form-input[data-v-9d9afeb9]::placeholder {
  color: #8792a2;
}
.form-select[data-v-9d9afeb9] {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7c93' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}
.payment-method-section[data-v-9d9afeb9] {
  margin-bottom: 24px;
}
.section-title[data-v-9d9afeb9] {
  font-size: 16px;
  font-weight: 500;
  color: #1a1f36;
  margin: 0 0 16px 0;
}
.card-section[data-v-9d9afeb9] {
  /* border: 1px solid #d6dde7; */
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
}
.card-section-header[data-v-9d9afeb9] {
  /* background-color: #f8f9fa; */
  /* padding: 16px 20px; */
  /* border-bottom: 1px solid #e9ecef; */
  color: hsla(0, 0%, 10%, 0.7);
}
.card-section-title[data-v-9d9afeb9] {
  font-size: 14px;
  font-weight: 500;
  color: hsla(0, 0%, 10%, 0.7);
  margin: 0;
  margin-bottom: 5px;
}
.card-inputs[data-v-9d9afeb9] {
  background-color: white;
}
.card-inputs .form-group[data-v-9d9afeb9] {
  margin: 0;
  /* padding: 16px 20px; */
  /* border-bottom: 1px solid #e9ecef; */
}
.card-inputs .form-group[data-v-9d9afeb9]:last-child {
  border-bottom: none;
}
.card-number-group[data-v-9d9afeb9] {
  position: relative;
}
.card-input-container[data-v-9d9afeb9] {
  position: relative;
}
.card-number-input[data-v-9d9afeb9] {
  padding-right: 120px;
}
.card-icons[data-v-9d9afeb9] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 4px;
  align-items: center;
}
.card-icon[data-v-9d9afeb9] {
  width: 24px;
  height: 16px;
  border-radius: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.card-icon.jcb[data-v-9d9afeb9] {
  background-color: #006FCF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24'%3e%3ctext x='20' y='15' text-anchor='middle' fill='white' font-size='8' font-weight='bold'%3eJCB%3c/text%3e%3c/svg%3e");
}
.card-icon.visa[data-v-9d9afeb9] {
  background-color: #1A1F71;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24'%3e%3cpath d='M16 8l-1.5 6h-1.8l-1.5-6h1.8l0.7 3.2 0.7-3.2h1.6zm3.2 0l-1.2 6h-1.6l1.2-6h1.6zm2.2 0l-0.8 6h-1.6l0.8-6h1.6zm2.1 0l-0.5 6h-1.6l0.5-6h1.6z' fill='white'/%3e%3c/svg%3e");
}
.card-icon.mastercard[data-v-9d9afeb9] {
  background-color: #EB001B;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24'%3e%3ccircle cx='15' cy='12' r='6' fill='%23FF5F00'/%3e%3ccircle cx='25' cy='12' r='6' fill='%23EB001B'/%3e%3cpath d='M20 8c1.3 1.3 2 3.1 2 5s-0.7 3.7-2 5c-1.3-1.3-2-3.1-2-5s0.7-3.7 2-5z' fill='%23FF5F00'/%3e%3c/svg%3e");
}
.card-icon.unionpay[data-v-9d9afeb9] {
  background-color: #006FCF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 24'%3e%3crect x='8' y='8' width='3' height='8' fill='white'/%3e%3crect x='13' y='8' width='3' height='8' fill='white'/%3e%3crect x='18' y='8' width='3' height='8' fill='white'/%3e%3crect x='23' y='8' width='3' height='8' fill='white'/%3e%3c/svg%3e");
}
.card-row[data-v-9d9afeb9] {
  display: flex;
  padding: 0 !important;
  /* margin-bottom: 10px; */
  /* border-bottom: 1px solid #e9ecef !important; */
}
.card-row .form-group[data-v-9d9afeb9] {
  flex: 1;
  border-bottom: none !important;
  /* border-right: 1px solid #e9ecef; */
}
.card-row .form-group[data-v-9d9afeb9]:last-child {
  border-right: none;
}
.cvc-input-container[data-v-9d9afeb9] {
  position: relative;
}
.cvc-input[data-v-9d9afeb9] {
  padding-right: 40px;
}
.cvc-icon[data-v-9d9afeb9] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms-section[data-v-9d9afeb9] {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.terms-notice[data-v-9d9afeb9] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.terms-checkbox[data-v-9d9afeb9] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.terms-label[data-v-9d9afeb9] {
  font-size: 14px;
  color: #1a1f36;
  line-height: 1.4;
  cursor: pointer;
}
.terms-text[data-v-9d9afeb9] {
  font-size: 12px;
  color: #6b7c93;
  margin: 0;
  line-height: 1.4;
  padding-left: 24px;
}
.pay-button[data-v-9d9afeb9] {
  width: 100%;
  padding: 12px;
  background-color: #635bff;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 20px;
  border-radius: 30px;
}
.pay-button[data-v-9d9afeb9]:hover:not(:disabled) {
  background-color: #5548e5;
}
.pay-button[data-v-9d9afeb9]:disabled {
  background-color: #8792a2;
  cursor: not-allowed;
}
.powered-by[data-v-9d9afeb9] {
  text-align: center;
  font-size: 12px;
  color: #6b7c93;
  padding-top: 20px;
  border-top: 1px solid #e6ebf1;
}
.powered-by strong[data-v-9d9afeb9] {
  color: #635bff;
}
.divider[data-v-9d9afeb9] {
  margin: 0 8px;
}
.link[data-v-9d9afeb9] {
  color: #635bff;
  text-decoration: none;
  margin-left: 8px;
}
.link[data-v-9d9afeb9]:hover {
  text-decoration: underline;
}
.error-message[data-v-9d9afeb9] {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* Success modal */
.modal-overlay[data-v-9d9afeb9] {
  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;
}
.success-modal[data-v-9d9afeb9] {
  background: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  max-width: 400px;
  margin: 20px;
}
.success-icon[data-v-9d9afeb9] {
  font-size: 48px;
  margin-bottom: 16px;
}
.success-modal h3[data-v-9d9afeb9] {
  color: #1a1a1a;
  margin: 0 0 16px 0;
}
.success-modal p[data-v-9d9afeb9] {
  color: #666;
  margin: 0 0 24px 0;
}
.modal-button[data-v-9d9afeb9] {
  background: linear-gradient(90deg, #2D27FF 0%, #FF3FA1 100%);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
}

/* Responsive design */
@media (max-width: 768px) {
.checkout-container[data-v-9d9afeb9] {
    padding: 10px;
}
.payment-section[data-v-9d9afeb9] {
    padding: 24px;
    border-radius: 12px;
    background: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.form-row[data-v-9d9afeb9] {
    grid-template-columns: 1fr;
    gap: 12px;
}
}
.card-info[data-v-9d9afeb9] {
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #666;
  box-sizing: border-box;
  padding: 10px;
}
.bank-area[data-v-9d9afeb9] {
  border: 1px solid #e9ecef;
  border-radius: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.bank-area input[data-v-9d9afeb9] {
  border: none;
  border-radius: 0;
}
.bank-area .card-input-container[data-v-9d9afeb9] {
  border-bottom: 1px solid #e9ecef;
}
.bank-area .expiry-group[data-v-9d9afeb9] {
  border-right: 1px solid #e9ecef;
}
.bank-errors[data-v-9d9afeb9] {
  margin-top: 8px;
}
.bank-errors .error-message[data-v-9d9afeb9] {
  margin: 0 0 4px 0;
  font-size: 12px;
  color: #e74c3c;
}
.bank-errors .error-message[data-v-9d9afeb9]:last-child {
  margin-bottom: 0;
}

/* Loading容器样式 */
.loading-container[data-v-9d9afeb9] {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 加载动画样式 */
.loading-spinner[data-v-9d9afeb9] {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin-9d9afeb9 1s linear infinite;
}

/* 旋转动画 */
@keyframes spin-9d9afeb9 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.payto-tiklure[data-v-9d9afeb9] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.payto-tiklure img[data-v-9d9afeb9] {
  height: 20px;
  margin-left: 12px;
}