@charset "UTF-8";
@font-face {
  font-family: "Karla";
  font-display: swap;
  src: url(../fonts/Karla.woff2) format("woff2"), url(../fonts/Karla.woff) format("woff");
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Karla";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: "Karla";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

[class*=__container] {
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 15px;
}

[class*=__title] {
  font-weight: 700;
  font-family: "Karla";
  font-size: clamp(1.563rem, 0.988rem + 2.87vw, 3.5rem);
}

section {
  padding-block: clamp(2.5rem, 1.759rem + 3.704vw, 5rem);
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  transition: color 0.3s ease 0s;
}

.cw43uyhsxkriryh {
  background-color: transparent;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #222;
  font-family: "Karla";
  width: 100%;
}
.cw43uyhsxkriryh__contact {
  align-self: center;
  font-size: clamp(1.563rem, 1.285rem + 1.389vw, 2.5rem);
}
.cw43uyhsxkriryh__input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cw43uyhsxkriryh__input input {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  line-height: 26px;
  margin: 0;
  outline: none;
  padding: 5px 15px;
  width: 100%;
}
.cw43uyhsxkriryh__input textarea {
  border-radius: 5px;
  font-size: 14px;
  height: 200px;
  line-height: 26px;
  padding: 10px 15px;
  width: 100%;
  resize: none;
}
.cw43uyhsxkriryh__input textarea:focus-visible {
  outline: none;
}
.cw43uyhsxkriryh__input label {
  color: #222;
}
.cw43uyhsxkriryh__button {
  background-color: #13C4A1;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s;
  z-index: 1;
}
.cw43uyhsxkriryh__button:focus:not(:focus-visible) {
  outline: 0;
}
.cw43uyhsxkriryh__button:focus {
  border-width: 0;
  outline: 0;
}
.cw43uyhsxkriryh__button:before {
  background-color: #FFFFFF;
  content: "";
  height: 100px;
  left: -40px;
  opacity: 0.5;
  position: absolute;
  top: -20px;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 10px;
}
.cw43uyhsxkriryh__button:after {
  background-color: #FFFFFF;
  content: "";
  height: 100px;
  opacity: 0.5;
  position: absolute;
  right: -40px;
  top: -20px;
  transform: rotate(45deg);
  transition: all 0.5s;
  width: 10px;
}
.cw43uyhsxkriryh__button:hover:before {
  left: 200px;
}
.cw43uyhsxkriryh__button:hover:after {
  right: 200px;
}

.checkbox {
  color: #FFFFFF;
  cursor: pointer;
}
.checkbox__input {
  cursor: pointer;
}
.checkbox__label {
  cursor: pointer;
}

:root {
  --gold-color: #d4af37;
  --dark-blue-bg: #1a2533;
  --light-blue-bg: #2c3e50;
  --text-light: #ecf0f1;
  --text-muted: #bdc3c7;
}

body {
  margin: 0;
  background-color: var(--dark-blue-bg);
  color: var(--text-light);
  line-height: 1.6;
}

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

.section-title {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 50px;
  font-weight: 300;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--gold-color);
  margin: 15px auto 0;
}

.site-header {
  background-color: transparent;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--gold-color);
  text-decoration: none;
  letter-spacing: 1px;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.main-nav li {
  margin-left: 30px;
}

.main-nav a {
  text-decoration: none;
  color: var(--text-light);
  font-weight: 500;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: var(--gold-color);
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary {
  background-color: var(--gold-color);
  color: #1a2533;
}

.btn-primary:hover {
  background-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.btn-secondary {
  background-color: transparent;
  color: var(--gold-color);
  border: 2px solid var(--gold-color);
}

.btn-secondary:hover {
  background-color: var(--gold-color);
  color: var(--dark-blue-bg);
}

.hero-v2 {
  background: var(--dark-blue-bg);
  overflow: hidden;
}

.hero-container {
  display: flex;
  align-items: center;
  min-height: 80vh;
  padding-top: 40px;
  padding-bottom: 60px;
}

.hero-text {
  flex: 1;
  padding-right: 40px;
}

.hero-title {
  font-size: 3.8em;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.1;
}

.hero-jackpot {
  font-size: 1.8em;
  margin: 0 0 25px;
}

.hero-jackpot span {
  color: var(--gold-color);
  font-weight: bold;
}

.hero-draw-text {
  color: var(--text-muted);
  margin-bottom: 15px;
}

#countdown-timer-v2 {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.time-block {
  text-align: center;
}

.time-block span {
  font-size: 2.8em;
  font-weight: bold;
  color: var(--gold-color);
  display: block;
}

.hero-image {
  flex-shrink: 0;
}

.hero-image img {
  max-width: 450px;
  border-radius: 50%;
  border: 10px solid var(--light-blue-bg);
}

#featured-lotteries-v2 {
  background-color: var(--light-blue-bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.lottery-grid-v2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.lottery-card-v2 {
  display: block;
  background-color: var(--dark-blue-bg);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text-light);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  border-top: 4px solid var(--gold-color);
}

.lottery-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.card-content {
  padding: 30px;
}

.card-content h3 {
  font-size: 1.6em;
  margin: 0 0 10px;
}

.card-content .lottery-jackpot {
  font-size: 1.3em;
  color: var(--gold-color);
  font-weight: bold;
  margin: 0;
}

#how-it-works-v2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.steps-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 40px;
}

.steps-timeline::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 5%;
  width: 90%;
  height: 2px;
  background-image: linear-gradient(to right, var(--gold-color) 50%, transparent 50%);
  background-size: 20px 2px;
}

.step-v2 {
  display: flex;
  align-items: flex-start;
  flex: 1;
}

.step-number {
  font-size: 4em;
  font-weight: bold;
  color: var(--gold-color);
  line-height: 1;
  margin-right: 20px;
}

.step-info h3 {
  font-size: 1.4em;
  margin: 0 0 5px;
}

.step-info p {
  color: var(--text-muted);
  margin: 0;
}

#recent-results-v2 {
  background-color: var(--light-blue-bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.results-table-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.result-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 3fr;
  align-items: center;
  background-color: var(--dark-blue-bg);
  padding: 20px;
  border-radius: 8px;
  transition: background-color 0.3s;
}

.result-row:not(.result-header):hover {
  background-color: #3e5169;
}

.result-header {
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-muted);
  font-size: 0.9em;
  letter-spacing: 1px;
}

.lotto-ball {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-weight: bold;
  margin: 0 4px;
  font-size: 0.9em;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

.lotto-ball.powerball {
  background-color: var(--gold-color);
  color: var(--dark-blue-bg);
}

.all-results-link {
  text-align: center;
}

.site-footer {
  background-color: #111a24;
  color: var(--text-muted);
  padding: 60px 0;
  font-size: 0.9em;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column h3 {
  color: #fff;
  border-bottom: 2px solid var(--gold-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.2em;
}

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

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav a,
.footer-column p a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a:hover,
.footer-column p a:hover {
  color: var(--gold-color);
}

.legal-text {
  font-size: 0.9em;
  line-height: 1.5;
}

.copyright {
  margin-top: 20px;
  opacity: 0.7;
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-text {
    padding-right: 0;
  }
  #countdown-timer-v2 {
    justify-content: center;
  }
  .hero-image {
    display: none;
  }
  .steps-timeline {
    flex-direction: column;
  }
  .steps-timeline::before {
    display: none;
  }
  .result-row {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }
  .result-header {
    display: none;
  }
  .result-cell::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    color: var(--text-muted);
  }
  .result-cell[data-label="Winning Numbers"]::before {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .site-header .container {
    flex-direction: column;
  }
  .main-nav ul {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
  .main-nav li {
    margin: 5px 0;
  }
  .hero-title {
    font-size: 2.8em;
  }
  #countdown-timer-v2 {
    gap: 10px;
  }
  .time-block span {
    font-size: 2em;
  }
}
.page-header {
  background-color: var(--light-blue-bg);
  text-align: center;
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header h1 {
  font-size: 3em;
  margin: 0 0 10px;
}

.page-header p {
  font-size: 1.2em;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.lottery-controls {
  background-color: var(--light-blue-bg);
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.controls-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-switcher .view-btn {
  background: transparent;
  border: 1px solid var(--text-muted);
  color: var(--text-muted);
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}

.view-switcher .view-btn:first-child {
  border-radius: 5px 0 0 5px;
}

.view-switcher .view-btn:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.view-switcher .view-btn.active,
.view-switcher .view-btn:hover {
  background-color: var(--gold-color);
  color: var(--dark-blue-bg);
  border-color: var(--gold-color);
}

.sorter label {
  margin-right: 10px;
  color: var(--text-muted);
}

.custom-select {
  background-color: var(--dark-blue-bg);
  color: var(--text-light);
  padding: 8px 15px;
  border: 1px solid var(--text-muted);
  border-radius: 5px;
}

.lottery-display {
  padding: 40px 0;
}

.lottery-group-title {
  font-size: 1.8em;
  color: var(--gold-color);
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lottery-group-title:first-child {
  margin-top: 0;
}

.lottery-item {
  background-color: var(--light-blue-bg);
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.lottery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-color: var(--gold-color);
}

.view-list {
  display: flex;
  flex-direction: column;
}

.view-list .lottery-item {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
}

.view-list .lottery-logo {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.view-list .lottery-info {
  flex-grow: 1;
}

.view-list .lottery-info h3 {
  margin: 0 0 5px;
  font-size: 1.5em;
}

.view-list .lottery-info p {
  margin: 0;
  color: var(--text-muted);
}

.view-list .lottery-jackpot-display {
  text-align: right;
}

.view-list .lottery-jackpot-display span {
  display: block;
  font-size: 0.9em;
  color: var(--text-muted);
}

.view-list .lottery-jackpot-display strong {
  font-size: 1.6em;
  color: var(--gold-color);
}

.view-list .btn {
  margin-left: 20px;
  flex-shrink: 0;
}

.view-list .lottery-group-title {
  display: block;
}

.view-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.view-grid .lottery-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
}

.view-grid .lottery-logo {
  display: none;
}

.view-grid .lottery-info {
  padding: 20px;
}

.view-grid .lottery-info h3 {
  font-size: 1.4em;
}

.view-grid .lottery-jackpot-display {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.view-grid .lottery-jackpot-display strong {
  font-size: 1.8em;
}

.view-grid .lottery-jackpot-display span,
.view-grid .lottery-info p {
  display: none;
}

.view-grid .btn {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}

.view-grid .lottery-group-title {
  display: none;
}

.lottery-comparison {
  padding: 80px 0;
  background-color: var(--light-blue-bg);
}

.table-wrapper {
  overflow-x: auto;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--dark-blue-bg);
}

.comparison-table thead {
  background-color: rgba(0, 0, 0, 0.2);
}

.comparison-table th {
  font-size: 1.1em;
}

.comparison-table tbody tr:hover {
  background-color: var(--dark-blue-bg);
}

.comparison-table td:nth-child(2) {
  color: var(--gold-color);
  font-weight: bold;
}

.final-cta {
  padding: 80px 0;
  background: var(--dark-blue-bg);
  text-align: center;
}

.final-cta h2 {
  font-size: 2.5em;
  margin-bottom: 15px;
}

.final-cta p {
  max-width: 500px;
  margin: 0 auto 30px;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .view-list .lottery-item {
    flex-direction: column;
    text-align: center;
  }
  .view-list .lottery-jackpot-display {
    text-align: center;
    margin: 15px 0;
  }
  .view-list .btn {
    margin-left: 0;
  }
  .comparison-table thead {
    display: none;
  }
  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
    width: 100%;
  }
  .comparison-table tr {
    margin-bottom: 15px;
    background-color: var(--dark-blue-bg);
    padding: 10px;
    border-radius: 5px;
  }
  .comparison-table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
    border-bottom: 1px solid var(--light-blue-bg);
  }
  .comparison-table td:last-child {
    border-bottom: none;
  }
  .comparison-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: calc(50% - 20px);
    text-align: left;
    font-weight: bold;
    color: var(--text-muted);
  }
}
.lottery-hero {
  background: var(--light-blue-bg);
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lottery-hero h1 {
  font-size: 3.2em;
  margin: 0 0 10px;
}

.lottery-hero-jackpot {
  font-size: 1.5em;
  margin: 0 0 20px;
  color: var(--text-muted);
}

.lottery-hero-jackpot span {
  color: var(--gold-color);
  font-weight: bold;
}

.lottery-hero-countdown {
  font-size: 1.1em;
}

#details-countdown-timer {
  font-size: 1.8em;
  font-weight: bold;
  color: var(--gold-color);
  letter-spacing: 2px;
}

.interactive-ticket-area {
  padding: 60px 0;
}

.ticket-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.ticket-panel {
  flex: 2;
}

.selection-summary {
  flex: 1;
  background-color: var(--light-blue-bg);
  padding: 30px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
}

.ticket-header {
  margin-bottom: 20px;
}

.ticket-header h2 {
  font-size: 1.8em;
  margin: 0;
}

.ticket-header p {
  margin: 5px 0 0;
  color: var(--text-muted);
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.powerball-grid {
  grid-template-columns: repeat(5, 1fr);
}

.number-ball-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--text-muted);
  background: transparent;
  color: var(--text-light);
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}

.number-ball-btn:hover {
  transform: scale(1.1);
  border-color: var(--gold-color);
}

.number-ball-btn.selected {
  background-color: var(--gold-color);
  color: var(--dark-blue-bg);
  border-color: var(--gold-color);
}

.ticket-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.btn-text {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  text-decoration: underline;
}

.btn-text:hover {
  color: var(--gold-color);
}

.selection-summary h3 {
  font-size: 1.6em;
  margin: 0 0 20px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.summary-line strong {
  color: var(--gold-color);
}

.selection-label {
  color: var(--text-muted);
  margin: 15px 0 10px;
}

.selected-numbers-display {
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selection-status {
  margin-top: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
}

#finalize-ticket-btn {
  width: 100%;
  margin-top: 20px;
}

#finalize-ticket-btn:disabled {
  background-color: #555;
  color: #999;
  cursor: not-allowed;
  border-color: #555;
}

#finalize-ticket-btn:disabled:hover {
  transform: none;
  box-shadow: none;
}

.rules-and-prizes {
  padding: 60px 0;
  background-color: var(--dark-blue-bg);
}

.rules-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--text-muted);
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.popup-content {
  background: var(--light-blue-bg);
  padding: 40px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 2em;
  cursor: pointer;
  line-height: 1;
}

.popup-close:hover {
  color: #fff;
}

.popup-content h2 {
  color: var(--gold-color);
  margin: 0 0 20px;
}

.popup-confirmation {
  margin: 0 0 10px;
}

#popup-numbers-list,
#popup-pb-list {
  font-weight: bold;
  color: var(--gold-color);
}

.submission-form {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  color: var(--text-muted);
}

.form-group input {
  width: 100%;
  padding: 12px;
  background-color: var(--dark-blue-bg);
  border: 1px solid var(--text-muted);
  color: var(--text-light);
  border-radius: 5px;
  box-sizing: border-box;
}

.form-group input:focus {
  border-color: var(--gold-color);
  outline: none;
}

.success-message {
  text-align: center;
}

@media (max-width: 992px) {
  .ticket-container {
    flex-direction: column;
  }
  .selection-summary {
    position: static;
  }
}
@media (max-width: 768px) {
  .number-grid {
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
  }
  .number-ball-btn {
    width: 45px;
    height: 45px;
    font-size: 1em;
  }
}
.latest-results-highlight {
  padding: 60px 0;
  background-color: var(--dark-blue-bg);
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  gap: 30px;
}

.highlight-card {
  background: var(--light-blue-bg);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 479px) {
  .highlight-card {
    padding: 15px;
  }
}

.highlight-card h3 {
  font-size: 1.8em;
  margin: 0 0 5px;
  color: var(--gold-color);
}

.draw-date {
  color: var(--text-muted);
  margin: 0 0 25px;
}

.winning-numbers-display {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.jackpot-info {
  font-size: 1.1em;
  color: var(--text-light);
}

.results-archive {
  padding: 60px 0;
}

.archive-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: var(--light-blue-bg);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.results-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.result-archive-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--light-blue-bg);
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s;
  border-left: 4px solid transparent;
}

.result-archive-row:hover {
  transform: translateX(5px);
  border-left-color: var(--gold-color);
}

.row-info .row-lotto-name {
  margin: 0 0 5px;
  font-size: 1.3em;
}

.row-info .row-draw-date {
  color: var(--text-muted);
  font-size: 0.9em;
}

.row-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
}

.page-link,
.page-link-dots {
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid var(--text-muted);
  border-radius: 5px;
  transition: all 0.3s;
}

.page-link:hover,
.page-link.active {
  background: var(--gold-color);
  color: var(--dark-blue-bg);
  border-color: var(--gold-color);
}

.page-link.disabled {
  color: #666;
  border-color: #444;
  cursor: not-allowed;
}

.page-link.disabled:hover {
  background: none;
  color: #666;
}

.page-link-dots {
  border: none;
}

@media (max-width: 768px) {
  .result-archive-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .row-numbers {
    justify-content: flex-start;
  }
}
.date-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 10px !important;
}

.no-results-message {
  background-color: var(--light-blue-bg);
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  margin: 40px 0;
}

.no-results-message h3 {
  color: var(--gold-color);
  font-size: 1.5em;
  margin: 0 0 10px;
}

.pagination button {
  font-family: inherit;
  font-size: 1em;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid var(--text-muted);
  border-radius: 5px;
  transition: all 0.3s;
  background: transparent;
  cursor: pointer;
}

.pagination button:hover,
.pagination button.active {
  background: var(--gold-color);
  color: var(--dark-blue-bg);
  border-color: var(--gold-color);
}

.pagination button:disabled {
  color: #666;
  border-color: #444;
  cursor: not-allowed;
  background: none;
}

.how-to-play-steps {
  padding: 80px 0;
}

.steps-timeline-vertical {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.steps-timeline-vertical::after {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--gold-color);
  top: 0;
  bottom: 0;
  left: 40px;
  margin-left: -1.5px;
  z-index: -1;
}

.step-item {
  padding: 20px 0 20px 100px;
  position: relative;
  min-height: 100px;
}

.step-visual {
  position: absolute;
  left: 0;
  top: 20px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background-color: var(--dark-blue-bg);
  border: 3px solid var(--gold-color);
  color: var(--gold-color);
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  flex: 0 0 80px;
  position: relative;
}

.step-content {
  background: var(--light-blue-bg);
  padding: 30px;
  border-radius: 8px;
}

.step-content h3 {
  margin: 0 0 10px;
  font-size: 1.6em;
}

.step-content p {
  margin: 0;
  line-height: 1.7;
  color: var(--text-muted);
}

.step-content a {
  color: var(--gold-color);
  font-weight: bold;
  text-decoration: none;
}

.step-content a:hover {
  text-decoration: underline;
}

.step-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .steps-timeline-vertical::after {
    left: 25px;
  }
  .step-item {
    padding-left: 60px;
  }
  .step-visual {
    width: 50px;
    height: 50px;
    left: 0;
  }
  .step-number {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    flex: 0 0 50px;
  }
}
.compact-steps {
  padding: 60px 0;
  background-color: var(--light-blue-bg);
}

.game-choice-guide {
  padding: 80px 0;
}

.section-subtitle {
  max-width: 600px;
  margin: -40px auto 40px;
  text-align: center;
  color: var(--text-muted);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.choice-card {
  background: var(--light-blue-bg);
  padding: 30px;
  border-radius: 8px;
  border-top: 4px solid var(--gold-color);
}

.choice-card h4 {
  font-size: 1.4em;
  margin: 0 0 15px;
}

.choice-card p {
  margin: 0 0 20px;
  color: var(--text-muted);
}

.choice-card strong {
  color: var(--text-light);
}

.choice-card span {
  margin-left: 10px;
  color: var(--gold-color);
}

.ticket-guarantee-section {
  padding: 80px 0;
  background: var(--dark-blue-bg);
}

.guarantee-container {
  display: flex;
  align-items: center;
  gap: 50px;
}

.guarantee-text {
  flex: 1;
}

.guarantee-text ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.guarantee-text li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.guarantee-text li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--gold-color);
  font-weight: bold;
}

.guarantee-visual {
  flex: 1;
  max-width: 450px;
  background: var(--light-blue-bg);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.visual-header {
  font-weight: bold;
  margin-bottom: 15px;
}

.guarantee-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.guarantee-visual p {
  font-size: 0.9em;
  color: var(--text-muted);
  margin: 15px 0 0;
}

.section-title-left {
  text-align: left;
}

.section-title-left::after {
  margin: 15px 0 0;
}

.winning-process {
  padding: 80px 0;
}

.win-scenarios-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.win-scenario {
  background: var(--light-blue-bg);
  padding: 30px;
  border-radius: 8px;
}

.win-scenario h3 {
  color: var(--gold-color);
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}

@media (max-width: 992px) {
  .guarantee-container {
    flex-direction: column;
  }
  .guarantee-text {
    order: 2;
  }
  .guarantee-visual {
    order: 1;
  }
  .section-title-left {
    text-align: center;
  }
  .section-title-left::after {
    margin: 15px auto 0;
  }
}
@media (max-width: 768px) {
  .win-scenarios-grid {
    grid-template-columns: 1fr;
  }
}
.steps-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  gap: 30px;
  flex-wrap: wrap;
}

.step {
  flex: 1;
  min-width: 200px;
  padding: 10px;
}

.step-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background-color: var(--gold-color);
  color: var(--dark-blue-bg);
  font-size: 2em;
  font-weight: bold;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h3 {
  font-size: 1.4em;
  margin: 0 0 10px;
  color: var(--text-light);
}

.step p {
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.faq-search-section {
  background: var(--light-blue-bg);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-search-input {
  width: 100%;
  padding: 15px 20px;
  font-size: 1.1em;
  border-radius: 5px;
  border: 1px solid var(--text-muted);
  background-color: var(--dark-blue-bg);
  color: var(--text-light);
  box-sizing: border-box;
}

.faq-search-input::-moz-placeholder {
  color: var(--text-muted);
}

.faq-search-input::placeholder {
  color: var(--text-muted);
}

.faq-search-input:focus {
  outline: none;
  border-color: var(--gold-color);
}

.faq-main {
  padding: 60px 0;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-category-title {
  font-size: 1.8em;
  color: var(--gold-color);
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.faq-category-title:first-of-type {
  margin-top: 0;
}

.faq-item {
  border-bottom: 1px solid var(--light-blue-bg);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 0;
  text-align: left;
  font-size: 1.2em;
  color: var(--text-light);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  transition: color 0.3s;
}

.faq-question:hover {
  color: var(--gold-color);
}

.faq-toggle-icon {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--gold-color);
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease;
  color: var(--text-muted);
  line-height: 1.7;
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-question {
  color: var(--gold-color);
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer {
  padding-bottom: 20px;
}

.faq-contact-us {
  background-color: var(--light-blue-bg);
  text-align: center;
  padding: 60px 0;
}

.faq-contact-us h3 {
  font-size: 1.8em;
  margin: 0 0 15px;
}

.faq-contact-us p {
  margin: 0 auto 25px;
  max-width: 500px;
}

.text-content-section {
  padding: 60px 0;
  background-color: var(--light-blue-bg);
}

.text-content-container {
  max-width: 850px;
  margin: 0 auto;
  background-color: var(--dark-blue-bg);
  padding: 40px;
  border-radius: 8px;
}

.text-content-container h2 {
  font-size: 1.8em;
  color: var(--gold-color);
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light-blue-bg);
}

.text-content-container h2:first-of-type {
  margin-top: 0;
}

.text-content-container h3 {
  font-size: 1.4em;
  color: var(--gold-color);
  margin-top: 25px;
  margin-bottom: 10px;
}

.text-content-container p,
.text-content-container li {
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 15px;
}

.text-content-container ul {
  list-style: none;
  padding-left: 20px;
}

.text-content-container ul li {
  position: relative;
}

.text-content-container ul li::before {
  content: "›";
  position: absolute;
  left: -20px;
  color: var(--gold-color);
  font-weight: bold;
}

.text-content-container a {
  color: var(--gold-color);
  font-weight: bold;
  text-decoration: none;
}

.text-content-container a:hover {
  text-decoration: underline;
}

.asd12das {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.fdkfj13jja {
  display: inline-block;
  filter: grayscale(100%) opacity(0.6);
  transition: all 0.3s ease-in-out;
}

.fdkfj13jja:hover {
  filter: grayscale(0%) opacity(1);
  transform: translateY(-5px);
}

.asd12das img {
  height: 35px;
  width: auto;
  vertical-align: middle;
}

.asd12das > img {
  filter: opacity(0.8);
}

.age-gate-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 37, 51, 0.97);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.age-gate-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.age-gate-content {
  background-color: var(--light-blue-bg);
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  max-width: 550px;
  width: 90%;
  border-top: 4px solid var(--gold-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.age-gate-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.age-gate-content h1 {
  margin: 0 0 15px;
  font-size: 2em;
  color: var(--gold-color);
}

.age-gate-content p {
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 15px;
}

.age-gate-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

body.no-scroll {
  overflow: hidden;
}

.jgkj4n42n {
  display: none;
}

.sjnkncjk12n {
  display: none;
}

.trust-features-section {
  background-color: var(--light-blue-bg);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}

.trust-features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.feature-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid var(--gold-color);
  color: var(--gold-color);
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.feature-text h3 {
  margin: 0 0 5px;
  font-size: 1.2em;
  color: var(--text-light);
}

.feature-text p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9em;
}/*# sourceMappingURL=style.css.map */