/* Christmas Splash Theme */
#site-splash {
  background: linear-gradient(135deg, #e0f7fa 0%, #ffebee 100%);
  color: #c62828;
}
.splash-inner h1 {
  color: #388e3c;
  font-family: 'Merriweather', serif;
  text-shadow: 0 2px 8px #fff, 0 0 10px #388e3c;
}
.splash-inner p {
  color: #1565c0;
}
.splash-inner .brand {
  width: 120px;
  margin-bottom: 16px;
}
.splash-canvas {
  display: block;
  width: 100vw;
  height: 100vh;
  background: transparent;
}
.top-lantern.left, .top-lantern.right {
  background: url('/assets/christmas-ornament.png') no-repeat center center;
  width: 60px;
  height: 80px;
  position: absolute;
  top: 0;
}
.top-lantern.left {
  left: 10vw;
}
.top-lantern.right {
  right: 10vw;
}
.gift-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.gift {
  width: 40px;
  height: 40px;
  background: url('/assets/gift.png') no-repeat center center;
  background-size: contain;
}
