/* Add your styles here */
.hidden {
    display: none;
}

.show {
    display: block;
}

.env-status {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    max-width: 800px;
    margin: 0;
    padding: 20px;
  }
  .status-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .success {
    color: green;
    background-color: rgba(0, 128, 0, 0.05);
  }
  .error {
    color: red;
    background-color: rgba(255, 0, 0, 0.05);
  }
  .warn {
    color: orange;
    background-color: rgba(255, 165, 0, 0.05);
  }
  pre {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    overflow: auto;
  }
  code {
    font-family: 'Courier New', Courier, monospace;
  }
  .help-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

/* 邮箱验证页样式 */
.email-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #7f8efa, #b478e2);
  padding: 20px;
}

.email-card {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 40px;
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.center-text {
    text-align: center;
  }

.email-icon {
  font-size: 3.5rem;
  color: #3b82f6;
  margin-bottom: 20px;
  animation: bounce 2s infinite;
}

.email-description {
  color: #4b5563;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.resend-section {
  margin: 30px 0;
}

.resend-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.resend-button:hover {
  background-color: #2563eb;
}

.email-tips {
  background-color: #f3f4f6;
  border-radius: 8px;
  padding: 15px;
  margin-top: 30px;
  text-align: left;
}

.email-tips ul {
  padding-left: 20px;
  margin: 10px 0 0;
}

.email-tips li {
  margin-bottom: 8px;
  color: #6b7280;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add your custom styles here */
.centered-text {
    text-align: center;
  }

  footer {
    text-align: center;
    margin-top: 15px;
    padding: 12px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-top: 1px solid #eaeaea;
  }

  
.back-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
  }
  
  .back-button:hover {
    background-color: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  
  .back-button:active {
    transform: translateY(0);
  }
  
  .copyright {
    margin-top: 8px;
    color: #777;
    font-size: 0.9rem;
  }
  
.footer-note {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #484f49;
    color: white;
    padding: 12px;
    text-align: center;
    margin: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer-note a {
    color: white;
    text-decoration: underline;
}

.footer-note a:hover {
    color: #e8f5e9;
}

/* Add your styles here */


.svg-embed {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: contain;
}
  
  /* 确保SVG文本可选 */
 /**
 * 使 SVG 中的文本可选择的样式
 */
svg text {
    -ms-user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    cursor: text !important;
    pointer-events: auto !important;
  }
  
  .svg-pan-zoom_viewport text {
    -ms-user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    cursor: text !important;
    pointer-events: auto !important;
  }

.toLoginpagebutton {
    display: block;
    width: 180px;
    margin: 20px auto;
    padding: 12px 20px;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    color: white;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.toLoginpagebutton:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #5d7df9, #9566e0);
}

.toLoginpagebutton1 {
    display: block;
    width: 180px;
    margin: 20px auto;
    padding: 12px 20px;
    background: linear-gradient(135deg, #15b93e, #2ca912);
    color: white;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.toLoginpagebutton1:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #4cb31d, #1db91b);
}

.toLoginPageText {
    text-align: center;
}