body.agegate-body {
  margin: 0;
  padding: 0;
  background: #0b0b0b;
  color: #fff;
  font-family: Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.agegate-box {
  max-width: 420px;
  background: #151515;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 25px rgba(0,0,0,0.6);
}

.agegate-box h1 {
  color: #ff3d7f;
  margin-bottom: 15px;
}

.agegate-box p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.agegate-buttons button {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

#enterBtn {
  background: #ff3d7f;
  color: #fff;
}

#exitBtn {
  background: #333;
  color: #bbb;
}
