* {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: Georgia, serif;
  font-size: 18px;
  color: #111111;
}

/* ── Container ── */

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}

/* ── Header ── */

.site-header {
  padding: 16px 0 14px 0;
  border-bottom: 3px solid #111111;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-icon {
  width: 28px;
  height: 28px;
  background: #111111;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-icon-inner {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
}

.site-name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #111111;
}

.site-version {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #888888;
}

/* ── Tagline ── */

.tagline {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #444444;
  margin: 0 0 28px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #CCCCCC;
}

/* ── Game list ── */

.game-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.game-list li {
  margin-bottom: 14px;
}

.game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  padding: 14px 16px;
  border: 2px solid #111111;
  box-shadow: 4px 4px 0 #111111;
  text-decoration: none;
  color: #111111;
  background: #FFFFFF;
}

.game-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.game-name {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #111111;
  font-weight: bold;
}

.game-time {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #888888;
  margin-top: 3px;
}

.game-arrow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  color: #888888;
}

/* ── Footer ── */

.site-footer {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
}

.site-footer a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #888888;
  text-decoration: none;
}

/* ── Shared game page styles ── */

.back-link {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  text-decoration: none;
  border: 2px solid #111111;
  box-shadow: 3px 3px 0 #111111;
  padding: 8px 16px;
  min-height: 44px;
  line-height: 28px;
  margin-bottom: 24px;
}

.status-msg {
  font-family: Georgia, serif;
  font-size: 18px;
  color: #444444;
  min-height: 44px;
  padding: 10px 0;
}
