.legal-page[data-v-5081b98e],
.legal-page *[data-v-5081b98e] {
  box-sizing: border-box;
}
.legal-page[data-v-5081b98e] {
  width: 100%;
  min-width: 0;
  min-height: 100%;
  overflow-x: hidden;
  background: #FAFBFE;
  color: #1F2430;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
}
a[data-v-5081b98e]:focus-visible {
  outline: 2px solid rgba(52, 46, 115, 0.55);
  outline-offset: 2px;
}
.legal-breadcrumbs[data-v-5081b98e] {
  width: 100%;
  border-bottom: 1px solid #EEF0F4;
  background: #FFFFFF;
}
.legal-breadcrumbs__inner[data-v-5081b98e] {
  width: 100%;
  min-height: 44px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  font-size: 12px;
}
.legal-breadcrumbs__inner a[data-v-5081b98e] {
  color: #475569;
  text-decoration: none;
}
.legal-breadcrumbs__inner a[data-v-5081b98e]:hover {
  color: #342E73;
}
.legal-header[data-v-5081b98e] {
  width: 100%;
  padding: 36px 24px 28px;
  border-bottom: 1px solid #EEF0F4;
  background: #FFFFFF;
}
.legal-header h1[data-v-5081b98e] {
  margin: 0;
  color: #1F2430;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.legal-document[data-v-5081b98e] {
  width: 100%;
  min-width: 0;
  padding: 32px 24px 80px;
  background: #FAFBFE;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}
.legal-document[data-v-5081b98e] p,
.legal-document[data-v-5081b98e] li {
  max-width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.legal-document[data-v-5081b98e] p {
  margin: 0 0 14px;
}
.legal-document[data-v-5081b98e] h2 {
  margin: 32px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E5E6EB;
  color: #1F2430;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}
.legal-document[data-v-5081b98e] h2:first-of-type {
  margin-top: 8px;
}
.legal-document[data-v-5081b98e] strong {
  color: #1F2430;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}
.legal-document[data-v-5081b98e] ul {
  max-width: 100%;
  margin: 10px 0 18px;
  padding-left: 24px;
}
.legal-document[data-v-5081b98e] li {
  margin-bottom: 8px;
  padding-left: 2px;
}
.legal-document[data-v-5081b98e] a {
  color: #342E73;
  font-weight: 600;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
.legal-document[data-v-5081b98e] .legal-end-line {
  height: 1px;
  margin: 32px 0 20px;
  background: #342E73;
}
@media (max-width: 760px) {
.legal-breadcrumbs__inner[data-v-5081b98e] {
    min-height: 48px;
    padding: 0 16px;
}
.legal-header[data-v-5081b98e] {
    padding: 28px 16px 22px;
}
.legal-document[data-v-5081b98e] {
    padding: 24px 16px 48px;
}
.legal-document[data-v-5081b98e] h2 {
    margin-top: 28px;
}
}

.user-agreement[data-v-4ba97b4b] {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.user-agreement .title[data-v-4ba97b4b] {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.user-agreement .content[data-v-4ba97b4b] {
  text-align: left;
}
.user-agreement .content .effective-date[data-v-4ba97b4b] {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.user-agreement .content h2[data-v-4ba97b4b] {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}
.user-agreement .content h3[data-v-4ba97b4b] {
  color: #2c3e50;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.user-agreement .content p[data-v-4ba97b4b] {
  margin-bottom: 12px;
  text-indent: 0;
}
.user-agreement .content ul[data-v-4ba97b4b] {
  margin: 10px 0;
}
.user-agreement .content ul li[data-v-4ba97b4b] {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.user-agreement .content ul li[data-v-4ba97b4b]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #3498db;
  border-radius: 50%;
}
.user-agreement .content .footer[data-v-4ba97b4b] {
  margin-top: 40px;
  text-align: center;
}
.user-agreement .content .footer p[data-v-4ba97b4b] {
  margin-bottom: 8px;
}
.user-agreement .content .blue-line[data-v-4ba97b4b] {
  height: 2px;
  background-color: #3498db;
  margin: 20px 0;
  border-radius: 1px;
}
.user-agreement .content .contact-info[data-v-4ba97b4b] {
  text-align: left;
  margin: 20px 0;
}
.user-agreement .content .contact-info .company-name[data-v-4ba97b4b] {
  font-weight: bold;
}
.user-agreement .content .contact-info .email-info[data-v-4ba97b4b] {
  text-align: center;
}
.user-agreement .content .email-link[data-v-4ba97b4b] {
  color: #3498db;
}
.user-agreement .content .footer-text[data-v-4ba97b4b] {
  text-align: center;
  font-style: italic;
}
@media (max-width: 768px) {
.user-agreement[data-v-4ba97b4b] {
    padding: 15px;
}
.user-agreement .title[data-v-4ba97b4b] {
    font-size: 20px;
}
.user-agreement .content h2[data-v-4ba97b4b] {
    font-size: 16px;
}
.user-agreement .content h3[data-v-4ba97b4b] {
    font-size: 14px;
}
}

.privacy-policy[data-v-99ba06e8] {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.privacy-policy .title[data-v-99ba06e8] {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.privacy-policy .content[data-v-99ba06e8] {
  text-align: left;
}
.privacy-policy .content .effective-date[data-v-99ba06e8] {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.privacy-policy .content h2[data-v-99ba06e8] {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}
.privacy-policy .content h3[data-v-99ba06e8] {
  color: #2c3e50;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.privacy-policy .content p[data-v-99ba06e8] {
  margin-bottom: 12px;
  text-indent: 0;
}
.privacy-policy .content ul[data-v-99ba06e8] {
  margin: 10px 0;
}
.privacy-policy .content ul li[data-v-99ba06e8] {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.privacy-policy .content ul li[data-v-99ba06e8]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #3498db;
  border-radius: 50%;
}
.privacy-policy .content .footer[data-v-99ba06e8] {
  margin-top: 40px;
  text-align: center;
}
.privacy-policy .content .footer p[data-v-99ba06e8] {
  margin-bottom: 8px;
}
.privacy-policy .content .blue-line[data-v-99ba06e8] {
  height: 2px;
  background-color: #3498db;
  margin: 20px 0;
  border-radius: 1px;
}
.privacy-policy .content .dpo-contact[data-v-99ba06e8] {
  text-align: left;
  margin: 20px 0;
}
.privacy-policy .content .contact-info[data-v-99ba06e8] {
  margin: 20px 0;
}
.privacy-policy .content .contact-info .company-name[data-v-99ba06e8] {
  text-align: left;
}
.privacy-policy .content .contact-info .dpo-title[data-v-99ba06e8],
.privacy-policy .content .contact-info .dpo-email[data-v-99ba06e8] {
  text-align: center;
}
.privacy-policy .content .email-link[data-v-99ba06e8] {
  color: #3498db;
}
.privacy-policy .content .gdpr-link[data-v-99ba06e8] {
  color: #3498db;
  text-decoration: underline;
  cursor: pointer;
}
.privacy-policy .content .gdpr-link[data-v-99ba06e8]:hover {
  color: #2980b9;
  text-decoration: underline;
}
.privacy-policy .content .footer-text[data-v-99ba06e8] {
  text-align: center;
  font-style: italic;
}
@media (max-width: 768px) {
.privacy-policy[data-v-99ba06e8] {
    padding: 15px;
}
.privacy-policy .title[data-v-99ba06e8] {
    font-size: 20px;
}
.privacy-policy .content h2[data-v-99ba06e8] {
    font-size: 16px;
}
.privacy-policy .content h3[data-v-99ba06e8] {
    font-size: 14px;
}
}

.gdpr-compliance[data-v-4c833bd6] {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.gdpr-compliance .title[data-v-4c833bd6] {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
}
.gdpr-compliance .content[data-v-4c833bd6] {
  text-align: left;
}
.gdpr-compliance .content .effective-date[data-v-4c833bd6] {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
}
.gdpr-compliance .content h2[data-v-4c833bd6] {
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}
.gdpr-compliance .content h3[data-v-4c833bd6] {
  color: #2c3e50;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.gdpr-compliance .content p[data-v-4c833bd6] {
  margin-bottom: 12px;
  text-indent: 0;
}
.gdpr-compliance .content ul[data-v-4c833bd6] {
  margin: 10px 0;
}
.gdpr-compliance .content ul li[data-v-4c833bd6] {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}
.gdpr-compliance .content ul li[data-v-4c833bd6]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #3498db;
  border-radius: 50%;
}
.gdpr-compliance .content ul li strong[data-v-4c833bd6] {
  font-weight: bold;
  color: #2c3e50;
}
.gdpr-compliance .content .footer[data-v-4c833bd6] {
  margin-top: 40px;
  text-align: center;
}
.gdpr-compliance .content .footer p[data-v-4c833bd6] {
  margin-bottom: 8px;
}
.gdpr-compliance .content .blue-line[data-v-4c833bd6] {
  height: 2px;
  background-color: #3498db;
  margin: 20px 0;
  border-radius: 1px;
}
.gdpr-compliance .content .contact-info[data-v-4c833bd6] {
  text-align: left;
  margin: 20px 0;
}
.gdpr-compliance .content .contact-info .company-name[data-v-4c833bd6] {
  font-weight: bold;
}
.gdpr-compliance .content .contact-info .email-info[data-v-4c833bd6] {
  text-align: center;
}
.gdpr-compliance .content .data-table[data-v-4c833bd6] {
  margin: 20px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.gdpr-compliance .content .data-table .table-row[data-v-4c833bd6] {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.gdpr-compliance .content .data-table .table-row[data-v-4c833bd6]:last-child {
  border-bottom: none;
}
.gdpr-compliance .content .data-table .table-row.table-header[data-v-4c833bd6] {
  background-color: #f8f9fa;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6] {
  flex: 1;
  padding: 12px;
  border-right: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.4;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6]:last-child {
  border-right: none;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6]:first-child {
  flex: 0 0 150px;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6]:nth-child(2) {
  flex: 2;
}
.gdpr-compliance .content .email-link[data-v-4c833bd6] {
  color: #3498db;
}
.gdpr-compliance .content .footer-text[data-v-4c833bd6] {
  text-align: center;
  font-style: italic;
}
.gdpr-compliance .content .footer-text .blue-text[data-v-4c833bd6] {
  color: #3498db;
  font-weight: normal;
}
@media (max-width: 768px) {
.gdpr-compliance[data-v-4c833bd6] {
    padding: 15px;
}
.gdpr-compliance .title[data-v-4c833bd6] {
    font-size: 20px;
}
.gdpr-compliance .content h2[data-v-4c833bd6] {
    font-size: 16px;
}
.gdpr-compliance .content h3[data-v-4c833bd6] {
    font-size: 14px;
}
.gdpr-compliance .content .data-table .table-row[data-v-4c833bd6] {
    flex-direction: column;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6] {
    border-right: none;
    border-bottom: 1px solid #ddd;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6]:last-child {
    border-bottom: none;
}
.gdpr-compliance .content .data-table .table-cell[data-v-4c833bd6]:first-child {
    flex: 1;
    background-color: #f8f9fa;
    font-weight: bold;
}
.gdpr-compliance .content .data-table .table-row:not(.table-header) .table-cell[data-v-4c833bd6]:first-child {
    background-color: #f0f0f0;
}
}

.unsubscribe-page[data-v-2d532c36] {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: PingFangSCRegular, PingFangSC, 'PingFang SC', sans-serif;
}
.container[data-v-2d532c36] {
  width: 100%;
  max-width: 600px;
}
.success-card[data-v-2d532c36] {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 60px 40px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.success-card[data-v-2d532c36]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4caf50, #45a049);
}
.success-icon[data-v-2d532c36] {
  margin-bottom: 30px;
}
.success-icon .check-circle[data-v-2d532c36] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4caf50, #45a049);
  margin: 0 auto;
  position: relative;
  animation: scaleIn-2d532c36 0.6s ease-out;
}
.success-icon .check-circle .check-mark[data-v-2d532c36] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 12px;
  border: 3px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: translate(-50%, -60%) rotate(-45deg);
  animation: checkmark-2d532c36 0.6s ease-out 0.3s both;
}
.success-title[data-v-2d532c36] {
  font-size: 32px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  animation: fadeInUp-2d532c36 0.6s ease-out 0.2s both;
}
.success-message[data-v-2d532c36] {
  margin-bottom: 40px;
  animation: fadeInUp-2d532c36 0.6s ease-out 0.4s both;
}
.success-message .main-text[data-v-2d532c36] {
  font-size: 20px;
  color: #4caf50;
  font-weight: 500;
  margin-bottom: 12px;
}
.success-message .sub-text[data-v-2d532c36] {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto;
}
.notice-section[data-v-2d532c36] {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 40px;
  text-align: left;
  animation: fadeInUp-2d532c36 0.6s ease-out 0.6s both;
}
.notice-section .notice-title[data-v-2d532c36] {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
}
.notice-section .notice-title .notice-icon[data-v-2d532c36] {
  width: 20px;
  height: 20px;
  background: #ffc107;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}
.notice-section .notice-title .notice-icon[data-v-2d532c36]::before {
  content: "!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
.notice-section .notice-list[data-v-2d532c36] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.notice-section .notice-list li[data-v-2d532c36] {
  padding: 8px 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.notice-section .notice-list li[data-v-2d532c36]::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}
.action-buttons[data-v-2d532c36] {
  display: flex;
  gap: 16px;
  justify-content: center;
  animation: fadeInUp-2d532c36 0.6s ease-out 0.8s both;
}
.btn[data-v-2d532c36] {
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  min-width: 120px;
}
.btn.btn-primary[data-v-2d532c36] {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: #ffffff;
}
.btn.btn-primary[data-v-2d532c36]:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3);
}
.btn.btn-secondary[data-v-2d532c36] {
  background: #ffffff;
  color: #666666;
  border: 1px solid #e0e0e0;
}
.btn.btn-secondary[data-v-2d532c36]:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.btn[data-v-2d532c36]:active {
  transform: translateY(0);
}
@keyframes scaleIn-2d532c36 {
from {
    transform: scale(0);
    opacity: 0;
}
to {
    transform: scale(1);
    opacity: 1;
}
}
@keyframes checkmark-2d532c36 {
from {
    opacity: 0;
    transform: translate(-50%, -60%) rotate(-45deg) scale(0);
}
to {
    opacity: 1;
    transform: translate(-50%, -60%) rotate(-45deg) scale(1);
}
}
@keyframes fadeInUp-2d532c36 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media (max-width: 768px) {
.unsubscribe-page[data-v-2d532c36] {
    padding: 16px;
}
.success-card[data-v-2d532c36] {
    padding: 40px 24px 32px;
}
.success-title[data-v-2d532c36] {
    font-size: 28px;
}
.success-message .main-text[data-v-2d532c36] {
    font-size: 18px;
}
.action-buttons[data-v-2d532c36] {
    flex-direction: column;
}
.action-buttons .btn[data-v-2d532c36] {
    width: 100%;
}
}
@media (max-width: 480px) {
.success-card[data-v-2d532c36] {
    padding: 32px 20px 24px;
}
.success-title[data-v-2d532c36] {
    font-size: 24px;
}
.success-icon .check-circle[data-v-2d532c36] {
    width: 60px;
    height: 60px;
}
.success-icon .check-circle .check-mark[data-v-2d532c36] {
    width: 18px;
    height: 9px;
}
}

