/* ===== Global Styles ===== */
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: radial-gradient(ellipse at top, #321818 0%, #000 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #f5f5f5;
  font-family: "Segoe UI", Arial, sans-serif;
  text-align: center;
}

a {
  color: #ff3b3b;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}

a:hover {
  color: #ff5f5f;
  text-shadow: 0 0 8px rgba(255, 59, 59, 0.7);
}

/* ===== Header ===== */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin-top: 25px;
  position: relative;
}

.backup-container {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.backup-button {
  font-size: 11px;
  background: rgba(255, 59, 59, 0.2);
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid rgba(255, 59, 59, 0.5);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.backup-button:hover {
  background: rgba(255, 59, 59, 0.35);
  color: #ff3b3b;
  box-shadow: 0 0 12px rgba(255, 59, 59, 0.7);
}

.title-container h1 a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}

.title-container h1 a:hover {
  color: #ff3b3b;
  text-shadow: 0 0 8px rgba(255, 59, 59, 0.7);
}

/* ===== Main Buttons ===== */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 150px;
  border-radius: 25px;
  font-size: 17px;
  font-weight: bold;
  color: #ff3b3b;
  background: rgba(255, 59, 59, 0.08);
  border: 1px solid rgba(255, 59, 59, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 16px rgba(255, 59, 59, 0.35);
  transition: all 0.3s ease;
  text-align: center;
  z-index: 200;
}

.button:hover {
  background: rgba(255, 59, 59, 0.2);
  color: #fff;
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 10px 24px rgba(255, 59, 59, 0.6);
}

.button img {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  filter: drop-shadow(0 0 6px rgba(255, 59, 59, 0.6));
  transition: transform 0.3s ease;
}

.button:hover img {
  transform: scale(1.1) rotate(6deg);
}

/* ===== Play Buttons (Vertical) ===== */
.button-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  margin-left: 30px;
  z-index: 200;
}

.play-button {
  white-space: nowrap;
  text-decoration: none;
  background: rgba(255, 59, 59, 0.08);
  color: #ff3b3b;
  padding: 20px;
  width: 500px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 59, 59, 0.4);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 6px 16px rgba(255, 59, 59, 0.35);
  z-index: 200;
}

.play-button i {
  font-size: 22px;
}

.play-button:hover {
  background: rgba(255, 59, 59, 0.2);
  color: #fff;
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 59, 59, 0.55);
}

.play-button:active {
  transform: translateY(2px) scale(0.98);
  background: rgba(255, 59, 59, 0.3);
}

/* ===== Info Box ===== */
.info-container {
  background: rgba(255, 59, 59, 0.05);
  border-radius: 12px;
  padding: 15px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid rgba(255, 59, 59, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 12px rgba(255, 59, 59, 0.25);
  margin: 20px auto;
  max-width: 600px;
}

.info-container span {
  color: #ff3b3b;
}

.back-button {
  width: 180px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 15px;
  text-align: center;
  line-height: 60px;
  background: rgba(255, 59, 59, 0.08);
  border: 1px solid rgba(255, 59, 59, 0.4);
  color: #ff3b3b;
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(255, 59, 59, 0.35);
  transition: all 0.3s ease;
  z-index: 200;
}

.back-button:hover {
  background: rgba(255, 59, 59, 0.2);
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px rgba(255, 59, 59, 0.55);
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* Pushes footer to bottom */
}

footer {
  font-size: 1.1rem;
  opacity: 0.75;
  margin-bottom: 12px;
  z-index: 200;
  text-align: center; /* center the entire footer content */
}

footer img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -2px; /* moves it up by 3px */
  left: -4px;
}

.snowflake {
  position: fixed;
  top: 0;
  color: white;
  user-select: none;
  pointer-events: none;
  z-index: 100;
}
