/* Christmas Mode – clean dark & snowy */

body {
  font-family: system-ui, sans-serif;
  background: radial-gradient(circle at top, #101014 0%, #070709 100%);
  color: #f1f1f1;
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

h1 {
  font-weight: 300;
  color: #fff;
}

.logo {
  display: block;
  margin: 0 auto 20px auto;
  width: 260px;
  height: auto;
  opacity: 0.95;
}

.info-box {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #4fc3f7;
  padding: 14px 18px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.4);
  font-size: 0.95em;
  line-height: 1.5;
  text-align: left;
}

.info-box strong {
  color: #81d4fa;
}

.info-box em {
  color: #aaa;
}

.section-title {
  font-size: 1.1em;
  font-weight: 500;
  color: #fff;
  margin: 25px 0 12px 0;
  letter-spacing: 0.5px;
}

form {
  display: flex;
  margin: 20px 0;
}

input[type=text] {
  flex: 1;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #1b1b1f;
  color: #fff;
}

input[type=text]::placeholder {
  color: #999;
}

button {
  padding: 10px 16px;
  margin-left: 6px;
  border: none;
  background: #1976d2;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

button:hover {
  background: #42a5f5;
  transform: translateY(-1px);
}

.post {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  text-align: left;
  color: #ddd;
}

.time {
  color: #999;
  font-size: 0.8em;
}

/* ❄️ Snow effect */
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
}

.snow {
  position: absolute;
  top: -10px;
  background: white;
  border-radius: 50%;
  animation: fall linear infinite;
  box-shadow: 0 0 10px rgba(255,255,255,0.4);
}

@keyframes fall {
  to {
    transform: translateY(100vh);
  }
}


footer {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 0.85em;
  color: #aaa;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  opacity: 0.8;
}
footer p {
  margin: 0;
}
1~xevcxfooter {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 0.85em;
  color: #aaa;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  opacity: 0.8;
}
footer p {
  margin: 0;
}
footer {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 0.85em;
  color: #aaa;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  opacity: 0.8;
}
footer p {
  margin: 0;
}
