body {
  margin: 0;
  font-family: 'Courier New', monospace;
  background: linear-gradient(to bottom, #2e002d, #ff0000);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.window {
  background-color: #1e0b2f;
  border-radius: 8px;
  padding: 2rem;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.redirect {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.domain {
  color: #ff4d00;
}

.link {
  color: #ff4d00;
  text-decoration: underline;
}

.log {
  font-size: 0.875rem;
  margin-top: 1.5rem;
  color: #ccc;
}

.status {
  color: #777;
}

.status.live {
  color: #00ff99;
}
