* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", sans-serif;
}

body {
  height: 100vh;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.container {
  max-width: 500px;
}

.gear {
  font-size: 64px;
  margin-bottom: 20px;
}

.title {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.subtitle {
  opacity: 0.8;
  margin-bottom: 30px;
  line-height: 1.6;
}

.loader {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.loader span {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}
