body {
  font-family: 'Tajawal', sans-serif;
  background: #111;
  color: #eee;
  text-align: center;
  padding: 2rem;
}
.telegram-btn {
  background: #229ED9;
  color: white;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.files ul { list-style: none; padding: 0; }
.files li { margin: 10px; }
footer { margin-top: 2rem; font-size: 0.9rem; color: #888; }
