/* assets/css/index.css */

.index-body {
  min-height: 100vh;
  background: radial-gradient(circle at top left, #1e3a8a, #020617 50%, #000);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e5e7eb;
}

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

.index-logo {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.55);
}

.index-text {
  font-size: 14px;
  color: #9ca3af;
}
