*, *::before, *::after { box-sizing: border-box; }

body {
  font-family: 'Nunito', system-ui, sans-serif;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
  line-height: 1.6;
  color: #e8e8f0;
  background: #0d0d1a;
  min-height: 100vh;
}

header {
  padding: 1.5rem 0 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 3px solid #e94560;
  text-align: center;
}

.site-logo {
  max-height: 200px;
  max-width: 200px;
  width: auto;
}

h1 {
  font-family: 'Bangers', cursive;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 3px 3px 0 #e94560, 6px 6px 0 #00000060;
  margin-bottom: 0.2rem;
}

h2 {
  font-family: 'Bangers', cursive;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 2px 2px 0 #0f3460;
  margin-bottom: 0.2rem;
}

h2 a {
  color: inherit;
  text-decoration: none;
}

h2 a:hover { color: #4ecca3; }

article {
  background: #16213e;
  border: 1px solid #0f3460;
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.5rem;
  transition: border-color 0.15s;
}

article:hover { border-color: #4ecca3; }

time {
  color: #4ecca3;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p { margin-top: 0.5rem; color: #aab; }

a { color: #4ecca3; }
a:hover { color: #fff; }

.game-link {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.65rem 1.6rem;
  background: #e94560;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Bangers', cursive;
  font-size: 1.2rem;
  letter-spacing: 2px;
  box-shadow: 0 4px 0 #a02040, 0 6px 12px #00000060;
  transition: all 0.1s;
}

.game-link:hover {
  background: #ff5577;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #a02040, 0 8px 16px #00000060;
}

.game-link:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 #a02040;
}

footer {
  margin-top: 3rem;
  border-top: 2px solid #16213e;
  padding-top: 1rem;
  color: #555;
  font-size: 0.82rem;
  text-align: center;
}
