body {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  background: linear-gradient(120deg, #f7fafd 0%, #eaf1fb 100%);
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}
header {
  background: #1e3a5c;
  color: #fff;
  padding: 0;
  box-shadow: 0 4px 16px rgba(30,58,92,0.10);
  letter-spacing: 0.01em;
}
.header-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.2rem 2rem 1.2rem 2rem;
  gap: 1.2em;
}
.logo {
  display: flex;
  align-items: center;
}
.logo-ball {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe066 60%, #ffd700 100%);
  color: #1e3a5c;
  font-weight: 700;
  font-size: 1.3em;
  text-align: center;
  border: 2.5px solid #e6b800;
  box-shadow: 0 2px 8px rgba(30,58,92,0.10);
  margin-right: 0.7em;
  letter-spacing: 0.02em;
}
.site-title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
  flex: none;
}
.site-title h1, h1.site-title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: left;
  display: inline-block;
}
nav {
  display: flex;
  gap: 1.2em;
  margin-left: auto;
}
.nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.08em;
  padding: 0.3em 1em;
  border-radius: 8px;
  transition: background 0.18s, color 0.18s;
}
.nav-link:hover {
  background: #ffd700;
  color: #1e3a5c;
}
main {
  max-width: 900px;
  margin: 2.5rem auto 2rem auto;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 40px rgba(30,58,92,0.13);
  padding: 3rem 3rem 2.5rem 3rem;
}
section {
  margin-bottom: 2.5rem;
}
#results h2 {
  color: #1e3a5c;
  margin-top: 0;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 1.2rem;
}
#jackpot-numbers {
  font-size: 1.3rem;
  margin: 1.2rem 0 0.7rem 0;
  font-weight: 600;
}
#draw-date {
  color: #555;
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
#history {
  margin-top: 2.5em;
}
#history > div {
  margin: 2.5em 0 2.5em 0 !important;
  padding: 1.5em 1.5em 1.2em 1.5em !important;
  border-radius: 16px;
  border: none;
  background: #f7fafd;
  box-shadow: 0 2px 12px rgba(30,58,92,0.07);
  font-size: 1.08em;
  display: block;
  position: relative;
}
#history h3 {
  color: #1e3a5c !important;
  font-size: 1.3em !important;
  font-weight: 700 !important;
  margin: 0 0 0.7em 0 !important;
  letter-spacing: 0.01em !important;
  background: none !important;
  border-left: 5px solid #ffd700 !important;
  padding: 0.1em 0 0.1em 0.7em !important;
  border-radius: 0 8px 8px 0 !important;
  display: block !important;
}
#history .ball {
  margin-top: 0.2em !important;
}
.history-info {
  background: #eaf1fb;
  border-radius: 10px;
  padding: 1.1em 1.2em;
  margin-top: 1.2em;
  color: #1e3a5c;
  font-size: 1.07em;
  box-shadow: 0 2px 8px rgba(30,58,92,0.06);
}
.ball {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  margin: 0 0.15em 0.3em 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #f7fafd 60%, #eaf1fb 100%);
  color: #1e3a5c;
  font-weight: 600;
  font-size: 1.2em;
  text-align: center;
  border: 2px solid #1e3a5c;
  box-shadow: 0 2px 8px rgba(30,58,92,0.10);
  vertical-align: middle;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.ball.euro {
  background: linear-gradient(145deg, #ffe066 60%, #ffd700 100%);
  color: #222;
  border-color: #e6b800;
}
.ball:hover {
  background: #1e3a5c;
  color: #fff;
  box-shadow: 0 4px 16px rgba(30,58,92,0.18);
}
.ball.euro:hover {
  background: #ffd700;
  color: #1e3a5c;
}
.jackpot {
  margin-top: 1.1em;
  font-size: 1.18em;
  color: #1e3a5c;
  font-weight: 700;
  letter-spacing: 0.01em;
}
footer {
  text-align: center;
  color: #888;
  font-size: 0.98rem;
  margin: 2.5rem 0 1.2rem 0;
  letter-spacing: 0.01em;
}
footer a {
  color: #1e3a5c;
  text-decoration: underline;
  font-weight: 600;
}
footer a:hover {
  color: #ffd700;
}
@media (max-width: 1100px) {
  main {
    max-width: 98vw;
    padding: 1.2rem 0.5rem 1.5rem 0.5rem;
  }
  .header-inner {
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
  }
}
@media (max-width: 700px) {
  main {
    max-width: 100vw;
    padding: 0.7rem 0.1rem 1rem 0.1rem;
  }
  .header-inner {
    flex-direction: column;
    gap: 0.7em;
    align-items: flex-start;
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
  .site-title, .site-title h1, h1.site-title {
    font-size: 1.1rem !important;
    text-align: left;
  }
  .logo-ball {
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 1em;
  }
  nav {
    gap: 0.7em;
    margin-left: 0;
  }
  #results h2 {
    font-size: 1.2em !important;
  }
  #history h3 {
    font-size: 1em !important;
    margin: 0.7em 0 0.3em 0 !important;
    padding-left: 0.5em !important;
    border-left-width: 3px !important;
  }
  #history > div {
    margin: 1.2em 0 1.2em 0 !important;
    padding: 1em 0.7em 0.7em 0.7em !important;
  }
  .ball {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1em;
    margin: 0 0.08em 0.2em 0;
  }
  .jackpot {
    font-size: 1em;
    margin-top: 0.7em;
  }
} 
#history > div > h3,
#history h3 {
  color: #1e3a5c !important;
  font-size: 2em !important;
  font-weight: 800 !important;
  margin: 0 0 0.7em 0 !important;
  letter-spacing: 0.01em !important;
  background: none !important;
  border-left: 6px solid #ffd700 !important;
  padding: 0.1em 0 0.1em 0.7em !important;
  border-radius: 0 8px 8px 0 !important;
  display: block !important;
} 