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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #222;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  max-width: 480px;
  width: 100%;
  text-align: center;
  padding: 2rem 1rem;
}

.logo {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: block;
  border-radius: 18px;
}

h1.brand {
  font-size: 1.5rem;
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.tagline {
  color: #666;
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
}

.hero {
  background: #202020;
  color: #f5f5f5;
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.35rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

.hero h2 {
  margin: 0 0 0.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.hero-pitch {
  margin: 0 0 0.5rem;
  text-align: center;
  color: #cfcfcf;
  font-size: 0.95rem;
}

#hub-daily {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.95rem;
  color: #f5f5f5;
}

.how-to {
  margin: 0 0 1.15rem;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.how-to li {
  margin-bottom: 0.35rem;
}

.play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  background: #f5f5f5;
  color: #202020;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1rem;
}

.play-btn:hover {
  background: #fff;
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  font-weight: 600;
  color: #1967d2;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.login-link:hover {
  text-decoration: underline;
}

.ios-heading {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-align: left;
}

.games {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.games li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
  padding: 1rem 1.25rem;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.games li a img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}

.games-loading {
  padding: 1rem;
  color: #666;
  font-weight: normal;
  text-align: left;
}

.contact {
  margin-top: auto;
  font-size: 0.9rem;
  color: #666;
}

.contact a {
  color: #1967d2;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}
