@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url(../fonts/Roboto.woff2) format("woff2"), url(../fonts/Roboto.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: "Roboto";
  -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: "Roboto";
  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: "Roboto";
  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;
}

.anim {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.anim.animate {
  opacity: 1;
}

body {
  margin: 0;
  background-color: #0c0a1a;
  color: #f0f0f0;
  font-size: 16px;
  line-height: 1.6;
}

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

a {
  color: #8a7de0;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #c4bfff;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #8a7de0;
  border-radius: 50px;
  background-color: transparent;
  color: #f0f0f0;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn:hover {
  background-color: #8a7de0;
  color: #0c0a1a;
}

.btn.btn-primary {
  background-color: #8a7de0;
  color: #0c0a1a;
}

.btn.btn-primary:hover {
  background-color: #7164c8;
  border-color: #7164c8;
}

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

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

.logo a {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 30px;
}

.main-navigation a {
  font-size: 1.1em;
  color: #d0d0d0;
}

.my-choice-button #choice-counter {
  margin-left: 8px;
}

#hero {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #0c0a1a 0%, #1a1736 100%);
}

#hero h1 {
  font-size: 3.5em;
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 1.2;
  color: #ffffff;
}

#hero p {
  font-size: 1.2em;
  color: #c4bfff;
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.timer-container {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.timer-container span {
  display: block;
  font-size: 0.9em;
  color: #c4bfff;
  margin-bottom: 5px;
}

#jackpot-timer {
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}

#dream-catchers-preview,
#your-journey-preview,
#shared-fortunes-promo,
#draw-history-preview,
#lotto-lore-preview,
#dreamers-corner {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#dreamers-corner {
  border-bottom: none;
}

section h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

section p {
  font-size: 1.1em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  color: #d0d0d0;
}

.section-link {
  margin-top: 20px;
}

.section-link a {
  font-weight: bold;
}

.lotto-cards-container,
.lore-articles-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  text-align: left;
}

.lotto-card,
.lore-article-card {
  background-color: #1a1736;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  flex-basis: 565px;
  display: flex;
  flex-direction: column;
}

.lotto-card h3,
.lore-article-card h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
  color: #ffffff;
}

.jackpot-amount {
  font-size: 2.2em;
  font-weight: bold;
  color: #8a7de0;
  margin-bottom: 25px;
}

.lotto-card .btn {
  margin-top: auto;
}

.lore-article-card p {
  font-size: 1em;
  margin-bottom: 25px;
  max-width: 100%;
  color: #d0d0d0;
}

.lore-article-card button {
  margin-top: auto;
  font-weight: bold;
  color: #8a7de0;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: left;
}

.steps-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: center;
}

.step-item {
  background-color: rgba(26, 23, 54, 0.5);
  padding: 30px;
  border-radius: 15px;
}

.step-number {
  width: 50px;
  height: 50px;
  background-color: #8a7de0;
  color: #0c0a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 20px auto;
}

.step-item h3 {
  margin: 0 0 10px 0;
  color: #fff;
}

.step-item p {
  font-size: 1em;
  margin: 0;
  max-width: 100%;
  color: #d0d0d0;
}

.all-results-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.results-block {
  background-color: #1a1736;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 25px;
  text-align: left;
}

.results-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.results-header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.4em;
}

.results-header span {
  color: #a0a0a0;
  font-size: 0.9em;
}

.numbers-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.number-ball,
.powerball-ball,
.supplementary-ball {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
}

.number-ball {
  background-color: #3b356e;
}

.powerball-ball {
  background-color: #8a7de0;
  color: #0c0a1a;
}

.supplementary-ball {
  background-color: transparent;
  border: 2px solid #3b356e;
  color: #c4bfff;
}

.testimonials-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.testimonial-card {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><text x="0" y="70" font-size="120" fill="rgba(255,255,255,0.05)" font-family="serif">“</text></svg>') no-repeat top 10px left 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  margin: 0;
}

.testimonial-card p {
  font-size: 1em;
  font-style: italic;
  margin: 0 0 15px 0;
  max-width: 100%;
}

.testimonial-card footer {
  font-style: normal;
  font-weight: bold;
  color: #8a7de0;
}

.site-footer {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #070612;
}

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

.footer-section h4 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ffffff;
}

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

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

.footer-section p {
  font-size: 0.9em;
  color: #a0a0a0;
  margin: 0 0 10px 0;
  max-width: 100%;
}

.footer-logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
}

.copyright {
  font-size: 0.8em !important;
  color: #777 !important;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-container,
  .testimonials-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 20px;
  }
  .lotto-cards-container,
  .lore-articles-container {
    flex-direction: column;
    align-items: center;
  }
  .lotto-card,
  .lore-article-card {
    width: 100%;
    max-width: 400px;
    flex-basis: auto;
    max-width: none !important;
  }
}
@media (max-width: 600px) {
  #hero h1 {
    font-size: 2.5em;
  }
  section h2 {
    font-size: 2em;
  }
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-section ul {
    margin-bottom: 30px;
  }
  .steps-container {
    grid-template-columns: 1fr;
  }
}
.burger-button {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1010;
}

.burger-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #f0f0f0;
  border-radius: 3px;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.burger-button span:nth-child(1) {
  top: 0px;
}

.burger-button span:nth-child(2) {
  top: 10px;
}

.burger-button span:nth-child(3) {
  top: 20px;
}

.burger-button.is-open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}

.burger-button.is-open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

.burger-button.is-open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

.mobile-menu-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1100px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .burger-button {
    display: block;
  }
  .mobile-menu-container {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    background-color: #1a1736;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 20px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .mobile-menu-container.is-open {
    max-height: 500px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .main-navigation li {
    width: 100%;
    text-align: center;
  }
  .main-navigation a {
    padding: 15px;
    display: block;
    width: 100%;
  }
  .my-choice {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .header-container {
    flex-direction: row;
    justify-content: space-between;
  }
  .burger-button {
    display: block;
  }
  .mobile-menu-container {
    position: absolute;
    top: 73px;
    left: 0;
    width: 100%;
    background-color: #1a1736;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 20px 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .mobile-menu-container.is-open {
    max-height: 500px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .main-navigation li {
    width: 100%;
    text-align: center;
  }
  .main-navigation a {
    padding: 15px;
    display: block;
    width: 100%;
  }
  .my-choice {
    margin-top: 20px;
  }
  .lotto-cards-container,
  .lore-articles-container {
    flex-direction: column;
    align-items: center;
  }
  .lotto-card,
  .lore-article-card {
    width: 100%;
    max-width: 400px;
  }
}
#lotto-gallery {
  padding-top: 60px;
  padding-bottom: 60px;
}

#lotto-gallery .page-header {
  text-align: center;
  margin-bottom: 60px;
}

#lotto-gallery .page-header h1 {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

#lotto-gallery .page-header p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  color: #c4bfff;
}

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

#lotto-detail-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ticket-area-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.interactive-ticket h1 {
  margin-top: 0;
  font-size: 2.5em;
}

.ticket-instructions {
  color: #c4bfff;
  margin-bottom: 30px;
}

.number-panel {
  margin-bottom: 20px;
}

.number-panel h4 {
  margin: 0 0 15px 0;
  color: #fff;
}

.number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
  gap: 8px;
}

.number-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  background-color: #1a1736;
  border: 1px solid #3b356e;
  color: #f0f0f0;
  transition: all 0.2s ease;
}

.number-button:hover {
  background-color: #3b356e;
  border-color: #8a7de0;
}

.number-button.selected {
  background-color: #8a7de0;
  color: #0c0a1a;
  border-color: #8a7de0;
}

.number-button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #1a1736;
}

.powerball-grid .number-button.selected {
  background-color: #f0f0f0;
  color: #0c0a1a;
  border-color: #fff;
}

.ticket-controls {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.selection-summary {
  background-color: #1a1736;
  border-radius: 15px;
  padding: 30px;
  position: sticky;
  top: 20px;
}

.selection-summary h3 {
  margin-top: 0;
}

.selected-numbers-display {
  border: 1px dashed #3b356e;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 100px;
}

.main-numbers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.powerball-number-display {
  border-top: 1px solid #3b356e;
  padding-top: 15px;
}

.jackpot-info {
  text-align: center;
  margin-bottom: 30px;
}

.jackpot-info p {
  margin: 0;
  color: #c4bfff;
}

.jackpot-info span {
  font-size: 2.5em;
  font-weight: bold;
  color: #fff;
}

.btn-large {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
}

.info-accordion-container {
  max-width: 800px;
  margin: 0 auto;
}

.accordion-item {
  border-bottom: 1px solid #3b356e;
}

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 0;
  font-size: 1.2em;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.accordion-header::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.accordion-header.active::after {
  transform: rotate(45deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
  color: #d0d0d0;
  padding-bottom: 20px;
  margin: 0;
}

.notification-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #8a7de0;
  color: #0c0a1a;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: bold;
  z-index: 2000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.notification-toast.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .ticket-area-grid {
    grid-template-columns: 1fr;
  }
  .selection-summary {
    position: static;
  }
}
#shared-fortunes-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fortunes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.fortune-card {
  background-color: #1a1736;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.fortune-title {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 5px;
  color: #ffffff;
}

.fortune-lotto {
  color: #a0a0a0;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.fortune-details {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #3b356e;
  padding-top: 20px;
}

.fortune-details li {
  margin-bottom: 8px;
  color: #d0d0d0;
}

.fortune-price {
  font-size: 1.8em;
  font-weight: bold;
  color: #8a7de0;
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center;
}

.fortune-card .btn {
  width: 100%;
}

.content-block {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.content-block:first-of-type {
  border-top: none;
}

.content-block h2 {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 40px;
  color: #ffffff;
}

#how-it-works-promo .steps-container {
  max-width: 1200px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  text-align: left;
}

.benefit-item {
  background-color: rgba(26, 23, 54, 0.5);
  padding: 30px;
  border-radius: 15px;
}

.benefit-item h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #8a7de0;
}

.benefit-item p {
  color: #d0d0d0;
  margin: 0;
  max-width: 100%;
}

#fortunes-faq .info-accordion-container {
  text-align: left;
}

#draw-history-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.lotto-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.filter-btn {
  padding: 10px 25px;
  font-size: 1em;
  font-weight: bold;
  background-color: transparent;
  border: 2px solid #3b356e;
  color: #d0d0d0;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: #3b356e;
  color: #fff;
}

.filter-btn.active {
  background-color: #8a7de0;
  border-color: #8a7de0;
  color: #0c0a1a;
}

.history-results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.history-results-list .results-block {
  display: none;
  text-align: left;
}

.history-results-list .results-block.is-visible {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.info-box {
  background-color: #1a1736;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.info-box p {
  color: #d0d0d0;
  margin: 0 0 20px 0;
  max-width: 100%;
}

.legend-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9em;
}

.legend-item .number-ball,
.legend-item .powerball-ball,
.legend-item .supplementary-ball {
  width: 25px;
  height: 25px;
  font-size: 0.8em;
}

.load-more-container {
  text-align: center;
  margin-top: 40px;
}

#load-more-btn.hidden {
  display: none;
}

#lotto-lore-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #1a1736;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 80px;
}

.featured-article-image {
  background-color: #3b356e;
  min-height: 400px;
  background-image: url("../img/main/01.jpg");
  background-size: cover;
  background-position: center;
}

.featured-article-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.featured-tag {
  display: inline-block;
  color: #8a7de0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 0.9em;
}

.featured-article-content h2 {
  font-size: 2.2em;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.featured-article-content p {
  color: #d0d0d0;
  flex-grow: 1;
}

.featured-article-content .btn {
  align-self: flex-start;
}

.articles-grid-container h2 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 40px;
  color: #fff;
}

.lore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  justify-items: center;
}

.lore-grid .lore-article-card {
  text-align: left;
}

@media (max-width: 900px) {
  .featured-article {
    grid-template-columns: 1fr;
  }
  .featured-article-image {
    min-height: 250px;
  }
}
.article-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 10, 26, 0.95);
  z-index: 1005;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.article-popup-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.article-popup-content {
  background-color: #1a1736;
  border-radius: 15px;
  width: 90%;
  max-width: 800px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.article-popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}

.article-popup-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

.article-popup-body {
  padding: 30px 40px;
  overflow-y: auto;
}

.article-popup-body h2 {
  margin-top: 0;
  color: #fff;
  font-size: 2em;
}

.article-popup-body p {
  color: #d0d0d0;
  line-height: 1.7;
  margin-bottom: 1em;
}

#your-journey-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.journey-steps-container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 80px;
}

.journey-step {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.journey-step:nth-child(even) {
  grid-template-areas: "text image";
}

.journey-step:nth-child(even) .step-visual {
  grid-area: image;
}

.journey-step:nth-child(even) .step-text-content {
  grid-area: text;
}

.step-visual {
  position: relative;
}

.step-number-lg {
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 5em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

.step-image {
  width: 100%;
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  border: 1px solid #3b356e;
  position: relative;
  z-index: 2;
}

.step-text-content h3 {
  font-size: 2em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.step-text-content p {
  color: #d0d0d0;
  line-height: 1.7;
  font-size: 1.1em;
}

.journey-cta {
  text-align: center;
  padding: 60px 20px;
  background-color: #1a1736;
  border-radius: 15px;
}

.journey-cta h2 {
  font-size: 2.5em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.journey-cta p {
  color: #c4bfff;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .journey-step,
  .journey-step:nth-child(even) {
    grid-template-columns: 1fr;
    grid-template-areas: unset;
    gap: 30px;
  }
  .journey-step .step-visual,
  .journey-step:nth-child(even) .step-visual {
    grid-area: unset;
  }
  .journey-step .step-text-content,
  .journey-step:nth-child(even) .step-text-content {
    grid-area: unset;
    text-align: center;
  }
  .step-text-content p {
    text-align: left;
  }
  .step-number-lg {
    top: -20px;
    left: 0;
  }
}
#guidance-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.search-container {
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.search-container form {
  display: flex;
  border: 1px solid #3b356e;
  border-radius: 50px;
  overflow: hidden;
  background-color: #1a1736;
}

.search-input {
  flex-grow: 1;
  border: none;
  background: none;
  padding: 15px 25px;
  font-size: 1.1em;
  color: #f0f0f0;
  outline: none;
}

.search-input::-moz-placeholder {
  color: #a0a0a0;
}

.search-input::placeholder {
  color: #a0a0a0;
}

.search-btn {
  border: none;
  background-color: #8a7de0;
  color: #0c0a1a;
  padding: 0 30px;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.search-btn:hover {
  background-color: #7164c8;
}

.faq-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 80px;
}

.faq-category h2 {
  font-size: 1.8em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3b356e;
}

.contact-help-block {
  text-align: center;
  padding: 40px;
  background-color: #1a1736;
  border-radius: 15px;
}

.contact-help-block h3 {
  margin-top: 0;
  font-size: 1.8em;
  color: #fff;
}

.contact-help-block p {
  color: #d0d0d0;
  max-width: 500px;
  margin: 15px auto 25px auto;
}

@media (max-width: 900px) {
  .faq-categories {
    grid-template-columns: 1fr;
  }
}
.accordion-item.hidden-by-search {
  display: none;
}

.faq-category.hidden-by-search {
  display: none;
}

.no-results-message {
  text-align: center;
  padding: 20px;
  background-color: #1a1736;
  border: 1px dashed #3b356e;
  border-radius: 10px;
  margin-bottom: 40px;
  color: #c4bfff;
}

.text-content-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-content-page .container {
  max-width: 800px;
}

.text-content-page h1 {
  font-size: 2.8em;
  color: #fff;
  margin-bottom: 10px;
}

.text-content-page .text-meta {
  font-size: 0.9em;
  color: #a0a0a0;
  margin-bottom: 40px;
}

.text-content-page h2 {
  font-size: 1.8em;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b356e;
}

.text-content-page p {
  font-size: 1.05em;
  line-height: 1.8;
  color: #d0d0d0;
  margin-bottom: 1em;
}

.text-content-page ul,
.text-content-page ol {
  color: #d0d0d0;
  line-height: 1.8;
  padding-left: 25px;
}

.text-content-page li {
  margin-bottom: 10px;
}

.text-content-page a {
  color: #8a7de0;
  font-weight: bold;
}

.support-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-card {
  background-color: #1a1736;
  border: 1px solid #3b356e;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.contact-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
}

.contact-card p {
  font-size: 0.95em;
  flex-grow: 1;
}

.contact-card .btn {
  background-color: transparent;
  border-color: #8a7de0;
  color: #f0f0f0;
  width: 100%;
}

.contact-card .btn:hover {
  background-color: #8a7de0;
  color: #0c0a1a;
}

@media (max-width: 600px) {
  .support-contacts {
    grid-template-columns: 1fr;
  }
}
.lotto-page-oz-lotto .number-button.selected {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.lotto-page-oz-lotto .btn-primary {
  background-color: #28a745;
  border-color: #28a745;
}

.lotto-page-oz-lotto .btn-primary:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.lotto-page-oz-lotto .main-numbers-list .number-ball {
  background-color: #28a745;
}

.full-width-ticket {
  max-width: 800px;
  margin: 0 auto 40px auto;
  background-color: #1a1736;
  padding: 30px;
  border-radius: 15px;
}

.full-width-ticket .number-grid {
  grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
}

.selection-summary-bottom {
  max-width: 800px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.selection-summary-bottom h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.selection-summary-bottom .selected-numbers-display {
  border: 1px dashed #3b356e;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 80px;
  justify-content: center;
}

.info-blocks-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 60px auto 0 auto;
  padding-top: 40px;
  border-top: 1px solid #3b356e;
}

.info-block {
  text-align: left;
}

.info-block h3 {
  color: #fff;
  margin-top: 0;
}

.info-block p {
  color: #d0d0d0;
}

@media (max-width: 768px) {
  .info-blocks-container {
    grid-template-columns: 1fr;
  }
}
.lotto-page-saturday-lotto .number-button.selected {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.lotto-page-saturday-lotto .btn-primary {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.lotto-page-saturday-lotto .btn-primary:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.lotto-page-saturday-lotto .main-numbers-list .number-ball {
  background-color: #ffc107;
  color: #212529;
}

.lotto-page-saturday-lotto .btn-special {
  background: linear-gradient(45deg, #ffc107, #ff9800);
  border: none;
  color: #212529;
}

.ticket-card-layout {
  max-width: 650px;
  margin: 0 auto 60px auto;
  background-color: #1a1736;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ticket-card-layout .interactive-ticket {
  padding: 30px;
}

.ticket-summary-inline {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #3b356e;
  min-height: 80px;
}

.ticket-summary-inline h3 {
  font-size: 1.2em;
  margin: 0 0 15px 0;
  text-align: center;
}

.ticket-summary-inline .main-numbers-list {
  justify-content: center;
}

.btn-block-footer {
  width: 100%;
  border-radius: 0;
  padding: 20px;
  font-size: 1.3em;
}

.lotto-page-mon-wed-lotto .number-button.selected {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff;
}

.lotto-page-mon-wed-lotto .btn-primary {
  background-color: #20c997;
  border-color: #20c997;
}

.lotto-page-mon-wed-lotto .btn-primary:hover {
  background-color: #1baa80;
  border-color: #199c74;
}

.lotto-page-mon-wed-lotto .main-numbers-list .number-ball {
  background-color: #20c997;
}

.symmetrical-ticket-layout {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.interactive-ticket-center {
  background-color: #1a1736;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
}

.interactive-ticket-center .number-grid {
  margin-bottom: 30px;
}

.interactive-ticket-center .main-numbers-list.top-summary {
  min-height: 70px;
  border-bottom: 1px solid #3b356e;
  margin-bottom: 30px;
  padding-bottom: 20px;
  justify-content: center;
}

.ticket-control-side {
  display: flex;
  justify-content: center;
}

.btn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  height: 100px;
  width: 100px;
  padding: 15px;
  border-radius: 15px;
  font-size: 0.9em;
}

.btn-icon .icon {
  font-size: 2em;
}

@media (max-width: 900px) {
  .symmetrical-ticket-layout {
    grid-template-columns: 1fr;
  }
  .ticket-control-side {
    order: 3;
    flex-direction: row;
    gap: 20px;
  }
  .interactive-ticket-center {
    order: 2;
  }
}
.lotto-page-lucky-lotteries .btn-primary {
  background-color: #dc3545;
  border-color: #dc3545;
}

.lotto-page-lucky-lotteries .btn-primary:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.lotto-page-lucky-lotteries .raffle-ticket-visual {
  background: linear-gradient(135deg, #c82333, #a51c29);
}

.raffle-ticket-layout {
  max-width: 500px;
  margin: 0 auto 60px auto;
  background-color: #1a1736;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.raffle-ticket-visual {
  padding: 30px;
  color: #fff;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
}

.raffle-ticket-header {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}

.raffle-ticket-visual h3 {
  font-size: 2.5em;
  margin: 10px 0;
}

.raffle-prize-amount {
  font-size: 1.2em;
  margin: 0;
}

.raffle-ticket-number {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-family: monospace;
  font-size: 1.2em;
}

.raffle-ticket-purchase-area {
  padding: 30px;
}

.raffle-ticket-purchase-area h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}

.quantity-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.quantity-selector input {
  width: 80px;
  text-align: center;
  font-size: 1.5em;
  border: 1px solid #3b356e;
  background-color: #0c0a1a;
  color: #fff;
  -moz-appearance: textfield;
}

.quantity-selector input::-webkit-outer-spin-button,
.quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #3b356e;
  background-color: #1a1736;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
}

.lotto-page-super-jackpot .number-button.selected {
  background-color: #6f42c1;
  border-color: #6f42c1;
  color: #fff;
}

.lotto-page-super-jackpot .btn-primary {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.lotto-page-super-jackpot .btn-primary:hover {
  background-color: #5a32a3;
  border-color: #522d91;
}

.lotto-page-super-jackpot .main-numbers-list .number-ball {
  background-color: #6f42c1;
}

.lotto-page-super-jackpot .powerball-number-display .powerball-ball {
  background-color: #b8a2e0;
  color: #212529;
}

.lotto-page-super-jackpot #powerball-number-grid .number-button.selected {
  background-color: #b8a2e0;
  color: #212529;
}

.jackpot-focused-layout {
  max-width: 800px;
  margin: 0 auto 60px auto;
  background-color: #1a1736;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.jackpot-display-header {
  padding: 30px;
  text-align: center;
  background: linear-gradient(135deg, #5a32a3, #432677);
  border-radius: 15px 15px 0 0;
  color: #fff;
}

.jackpot-tag {
  font-size: 1em;
  opacity: 0.8;
}

.jackpot-amount-large {
  font-size: 4.5em;
  font-weight: bold;
  line-height: 1.1;
  margin: 10px 0 0 0;
}

.jackpot-focused-layout .interactive-ticket {
  padding: 30px;
}

.summary-and-cta-footer {
  padding: 20px 30px 30px 30px;
  border-top: 1px solid #3b356e;
  text-align: center;
}

.summary-and-cta-footer h3 {
  margin: 0 0 15px 0;
}

.summary-and-cta-footer .selected-numbers-display {
  justify-content: center;
  margin-bottom: 25px;
}

.lotto-page-mega-jackpot .number-button.selected {
  background-color: #20c997;
  border-color: #20c997;
  color: #fff;
}

.lotto-page-mega-jackpot .btn-primary {
  background-color: #20c997;
  border-color: #20c997;
}

.lotto-page-mega-jackpot .btn-primary:hover {
  background-color: #1baa80;
  border-color: #199c74;
}

.lotto-page-mega-jackpot .main-numbers-list .number-ball {
  background-color: #20c997;
}

.lotto-page-mega-jackpot .powerball-number-display .powerball-ball {
  background-color: #17a2b8;
  color: #fff;
}

.lotto-page-mega-jackpot #powerball-number-grid .number-button.selected {
  background-color: #17a2b8;
  color: #fff;
}

.split-ticket-layout {
  max-width: 900px;
  margin: 0 auto 60px auto;
  background-color: #1a1736;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.split-ticket-layout .interactive-ticket {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1px;
  background-color: #3b356e;
}

.ticket-half {
  padding: 30px;
  background-color: #1a1736;
}

.split-ticket-layout .number-panel h4 {
  text-align: center;
}

.split-ticket-footer {
  padding: 30px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  background-color: #0c0a1a;
  border-radius: 0 0 15px 15px;
}

.summary-area h3 {
  display: none;
}

.summary-area .selected-numbers-display {
  justify-content: center;
}

@media (max-width: 900px) {
  .split-ticket-layout .interactive-ticket {
    grid-template-columns: 1fr;
  }
  .split-ticket-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ticket-controls {
    margin-bottom: 20px;
  }
  .cta-area {
    margin-top: 20px;
  }
}
.footer-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #3b356e;
  flex-wrap: wrap;
}

.partner-logo img {
  height: 35px;
  max-width: 100%;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.partner-logo:hover img {
  opacity: 1;
}

.age-limit-icon {
  height: 45px;
  opacity: 1;
}

.footer-container {
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}
.sadg2as {
  background-image: url("../img/main/07.jpg");
}

.f13fjja {
  background-image: url("../img/main/08.jpg");
}

.kg290j2jj {
  background-image: url("../img/main/09.jpg");
}

.page-header {
  text-align: center;
  margin-bottom: 60px;
}

.page-header h1 {
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-header p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto;
  color: #c4bfff;
}

.f3n1jnasd {
  display: none;
}

.jgk4982j2j {
  display: none;
}

.footer-compliance-text {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 1px solid #3b356e;
  text-align: center;
}

.footer-compliance-text p {
  font-size: 0.85em;
  color: #a0a0a0;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto 1em auto;
}

.footer-partners {
  border-top: 1px solid #3b356e;
}

.testimonial-card.hidden-testimonial {
  display: none;
}

.testimonials-container.show-all .hidden-testimonial {
  display: flex;
  flex-direction: column;
}

.show-all-container {
  text-align: center;
  margin-top: 40px;
}

.results-block.hidden-result-preview {
  display: none;
}

#results-preview-container.show-all .hidden-result-preview {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}

.preview-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.lotto-card.hidden-gallery-item {
  display: none;
}

#lotto-gallery-grid.show-all .hidden-gallery-item {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

.fortune-card.hidden-fortune-item {
  display: none;
}

#fortunes-grid-container.show-all .hidden-fortune-item {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

.lore-article-card.hidden-lore-item {
  display: none;
}

#lore-articles-grid.show-all .hidden-lore-item {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

.lore-article-card .article-link {
  display: inline-block;
  margin-top: auto;
  font-weight: bold;
  color: #8a7de0;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1em;
  font-family: inherit;
}

.lore-article-card .article-link:hover {
  color: #c4bfff;
}/*# sourceMappingURL=style.css.map */