html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(180deg, #1C7C54, #73E2A7);
  color: white;
  text-align: center;
}

.countdown-box {
  text-align: center;
}

#countdown {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 10px;
}

.box {
  border: 2px solid #c68c53;
  border-radius: 14px;
  background: linear-gradient(180deg, #1B512D, #123d22);
  width: 90%;
  max-width: 950px;
  margin: 20px auto;
  padding: 24px;
  box-sizing: border-box;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    inset 0 -2px 4px rgba(0,0,0,0.5),
    0 4px 10px rgba(0,0,0,0.4);
}

h1 {
  font-size: 3rem;
  margin-bottom: 5px;
}

h2 {
  color: #f2c078;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.3),
    0 -1px 2px rgba(0,0,0,0.6);
}

.navbar {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.2s ease;
}

.navbar a:hover {
  color: #ffd166;
}

.tagline {
  font-size: 1.2rem;
  color: #ddd;
}

.stream-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 15px;
}

.stream-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
  border-radius: 10px;
}

.button {
  display: inline-block;
  padding: 14px 28px;
  margin: 10px;
  color: #2c1b12;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  border: 2px solid #8c5a2b;
  background: linear-gradient(
    145deg,
    #f2c078,
    #c68c53 40%,
    #8c5a2b 60%,
    #f2c078
  );
  box-shadow:
    inset 0 2px 2px rgba(255,255,255,0.3),
    inset 0 -2px 4px rgba(0,0,0,0.4),
    0 4px 6px rgba(0,0,0,0.4);
}

.button:hover {
  background: linear-gradient(
    145deg,
    #f7d08a,
    #d4a76a 40%,
    #a06b3c 60%,
    #f7d08a
  );
  box-shadow:
    inset 0 2px 2px rgba(255,255,255,0.4),
    inset 0 -2px 6px rgba(0,0,0,0.5),
    0 6px 10px rgba(0,0,0,0.5);
}

.two-column {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.small-box {
  flex: 1 1 300px;
  max-width: 450px;
  background: linear-gradient(180deg, #1B512D, #123d22);
  border: 2px solid #c68c53;
  border-radius: 14px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.2),
    inset 0 -2px 4px rgba(0,0,0,0.5),
    0 3px 8px rgba(0,0,0,0.3);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

th,
td {
  padding: 10px;
  border-bottom: 1px solid #555;
}

th {
  color: #f2c078;
  text-shadow:
    0 1px 0 rgba(255,255,255,0.3),
    0 -1px 2px rgba(0,0,0,0.6);
  border-bottom: 2px solid #c68c53;
}

footer {
  padding: 25px;
  color: #bbb;
  font-size: 0.9rem;
}

.heart {
  color: #e63946;
  text-shadow: 0 0 10px rgba(230, 57, 70, 0.6);
}

.logo {
  max-width: 500px;
  width: 100%;
  height: auto;
}

/* YouTube nav hover */

.youtube-link {
  position: relative;
  display: inline-block;
  width: 110px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.youtube-link .link-text {
  display: block;
  transition: opacity 0.25s ease;
}

.youtube-link .youtube-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.youtube-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  background: #ff0000;
  border-radius: 8px;
  color: white;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 0 8px rgba(255,0,0,0.45);
}

.youtube-link:hover .link-text {
  opacity: 0;
}

.youtube-link:hover .youtube-icon {
  opacity: 1;
}

/* Twitch nav hover */

.twitch-link {
  position: relative;
  display: inline-block;
  width: 90px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.twitch-link .link-text {
  display: block;
  transition: opacity 0.25s ease;
}

.twitch-link .twitch-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.twitch-link .twitch-icon img {
  width: 32px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(145,70,255,0.5));
}

.twitch-link:hover .link-text {
  opacity: 0;
}

.twitch-link:hover .twitch-icon {
  opacity: 1;
}

/* Discord nav hover */

.discord-link {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.discord-link .link-text {
  display: block;
  transition: opacity 0.25s ease;
}

.discord-link .discord-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.discord-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
  background: #5865F2;
  border-radius: 8px;
  color: white;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 0 8px rgba(88,101,242,0.45);
}

.discord-icon img {
  width: 32px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(88,101,242,0.5));
}

.discord-link:hover .link-text {
  opacity: 0;
}

.discord-link:hover .discord-icon {
  opacity: 1;
}

/* Donate nav hover */

.donate-link {
  position: relative;
  display: inline-block;
  width: 90px;
  text-align: center;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.donate-link .link-text {
  display: block;
  transition: opacity 0.25s ease;
}

.donate-link .donate-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.donate-link .donate-icon img {
  width: 34px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(0,255,120,0.35));
}

.donate-link:hover .link-text {
  opacity: 0;
}

.donate-link:hover .donate-icon {
  opacity: 1;
}

/* Mobile */

@media (max-width: 600px) {
  h1 {
    font-size: 2.2rem;
  }

  .box {
    padding: 18px;
  }

  th,
  td {
    font-size: 0.9rem;
    padding: 8px;
  }
}