/*
Theme Name: Lottery7 Today
Theme URI: https://lottery7today.com/
Author: You
Description: Lottery 7 daily result theme (today, 1PM, 6PM, 8PM, 168)
Version: 1.0
*/
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
a { color: inherit; }
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
.site-header {
  background: #0f172a;
  color: #fff;
}
.site-header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}
.site-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.site-nav a {
  color: #fff;
  text-decoration: none;
  margin-left: 14px;
  font-size: .9rem;
}
.hero {
  background: #0f172a;
  color: #fff;
}
.card-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px;
}
table { width: 100%; border-collapse: collapse; }
th, td { border: 1px solid #e2e8f0; padding: 8px 6px; }
thead { background: #e2e8f0; }
footer {
  text-align: center;
  font-size: .8rem;
  padding: 30px 15px 40px;
  color: #475569;
}
@media (max-width:720px) {
  .site-header .nav { flex-wrap: wrap; gap: 10px; }
}
