body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #0e0e0e;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  width: 90%;
  max-width: 800px;
  padding: 20px;
}

.card {
  background: #1c1c1c;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

.title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ad7eff;
  text-align: center;
}

.subtitle {
  font-size: 1rem;
  color: #cccccc;
  text-align: center;
  margin-bottom: 30px;
}

.tos-section {
  margin-bottom: 25px;
}

.tos-section h2 {
  font-size: 1.3rem;
  color: #cbaeff;
  margin-bottom: 8px;
}

.tos-section p {
  font-size: 1rem;
  color: #e0e0e0;
  line-height: 1.6;
}

.btn.back {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 20px;
  background: #ad7eff;
  color: #000;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s ease;
}

.btn.back:hover {
  background: #8c5fee;
}

.logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
  border: 2px solid #ba00ff;
  box-shadow: 0 0 15px rgba(186, 0, 255, 0.4);
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #0e0e0e;
  color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  animation: fadeIn 1s ease;
}

.container {
  width: 90%;
  max-width: 800px;
  padding: 20px;
  animation: slideUp 1s ease forwards;
}

.card {
  background: #1c1c1c;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  animation: slideUp 1.2s ease forwards;
}

.logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
  border: 2px solid #ba00ff;
  box-shadow: 0 0 15px rgba(186, 0, 255, 0.4);
  animation: fadeIn 1s ease;
}
