:root {
  --lux-theme: #7b4bd6;
  --lux-bg: #140c24;
}

body {
  padding-bottom: 64px;
}

.lux-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.lux-footer a {
  color: var(--lux-theme);
}

.lux-splash {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(1200px 600px at 50% 30%, rgba(123, 75, 214, 0.55), rgba(20, 12, 36, 0.98));
}

.lux-splash-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.lux-splash-icon {
  width: 116px;
  height: 116px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lux-splash-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-splash-title {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.lux-splash-hide {
  opacity: 0;
  transition: opacity 0.35s ease;
}
