@font-face {
  font-family: "Poppins";
  src: url("/h4f29b9f2-fonts/h4f29b9f2-poppins_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Poppins";
  src: url("/h4f29b9f2-fonts/h4f29b9f2-poppins_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/h4f29b9f2-fonts/h4f29b9f2-inter_extrabold.woff2");
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: "Inter";
  src: url("/h4f29b9f2-fonts/h4f29b9f2-inter_semibold.woff2");
  font-display: swap;
  font-weight: 600;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Poppins", sans-serif;
  --second-family: "Inter", sans-serif;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/h4f29b9f2-images/h4f29b9f2-bg_3.webp");
  background-size: cover;
  background-position: center;
}

.h4f29b9f2-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h4f29b9f2-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h4f29b9f2-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h4 {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  h4 {
    font-size: 14px;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  p {
    font-size: 17.5px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 15px;
  }
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

p a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  section {
    margin-bottom: 25px;
  }
}

.h4f29b9f2-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

.h4f29b9f2-site-header{
  padding: 10px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.h4f29b9f2-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.h4f29b9f2-header-brand{
  display: flex;
  align-items: center;
  gap: 20px;
}

.h4f29b9f2-brand-text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.h4f29b9f2-nav-list{
  flex-direction: row;
  align-items: center;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.h4f29b9f2-nav-button {
  padding: 0px;
  border: 0px;
  background: none;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #d6849f;
}


.h4f29b9f2-hero-section{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 55px;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/h4f29b9f2-images/h4f29b9f2-bg_1.webp");
  background-size: cover;
  background-position: center;
}

.h4f29b9f2-hero-disclaimer{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #f1f1f1;
  padding: 10px 0px;
}

.h4f29b9f2-hero-disclaimer-container{
  align-items: center;
}

.h4f29b9f2-hero-disclaimer-text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #262626;
}



.h4f29b9f2-hero-main-container{
  gap: 10px;
}

.h4f29b9f2-hero-description{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: auto;
}

.h4f29b9f2-countdown-timer{
  max-width: 453px;
  width: 100%;
  margin: auto;
  display: flex;
  border-radius: 10px;
  padding: 10px 32px;
  box-sizing: border-box;
  background: #f0eade;
  gap: 32px;
  justify-content: center;
}

.h4f29b9f2-countdown-item {
  display: flex;
  flex-direction: column;
}

.h4f29b9f2-countdown-value {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 50px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #451426;
}

.h4f29b9f2-countdown-label {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #451426;
}

.h4f29b9f2-hero-actions{
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.h4f29b9f2-hero-button {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 8px 20px;
  background: #0078B5;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #0078B5;
  box-sizing: border-box;
}

.h4f29b9f2-secondary-button{
  background: rgba(10, 10, 10, 0.1);
  color: #fff;
}











.h4f29b9f2-hero-footer{
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: #f1f1f1;
  padding: 10px 0px;
}

.h4f29b9f2-hero-footer-container{
  align-items: center;
}

.h4f29b9f2-hero-footer-text{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  color: #262626;
}





.h4f29b9f2-powerball-info-container{
  gap: 24px;
}

.h4f29b9f2-content-grid{
  display: flex;
  gap: 10px;
}

.h4f29b9f2-content-main{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.h4f29b9f2-content-main{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h4f29b9f2-numbers-card{
  max-width: 485px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.h4f29b9f2-numbers-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h4f29b9f2-numbers-list{
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: start;
}

.h4f29b9f2-number-ball {
  width: 45px;
  height: 45px;
  border-radius: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h4f29b9f2-section-note{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}




.h4f29b9f2-content-sidebar{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0px;
}

.h4f29b9f2-sidebar-title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.h4f29b9f2-summary-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  list-style: auto;
  padding-left: 20px;
}


.h4f29b9f2-payment-methods-content{
  max-width: 726px;
  width: 100%;
  margin: auto;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: #f0eade;
  border-radius: 10px;
}

.h4f29b9f2-payment-methods-title{
  color: #451426;
}

.h4f29b9f2-payment-methods-list{
  flex-direction: row;
  gap: 24px;
}






.h4f29b9f2-site-footer{
    padding: 40px 0px;
    background: #181818;
}

.h4f29b9f2-footer-content{
  width: 100%;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.h4f29b9f2-footer-text {
  font-size: 14px;
}

.h4f29b9f2-footer-logos{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.h4f29b9f2-footer-nav-list{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
}



.h4f29b9f2-feature-container{
  gap: 20px;
  flex-direction: row;
}

.h4f29b9f2-feature-card{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h4f29b9f2-feature-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.h4f29b9f2-winning-combinations-container .h4f29b9f2-section-title, .h4f29b9f2-winning-combinations-container .h4f29b9f2-section-description{
    color: #181818;
}

.h4f29b9f2-winning-combinations-container{
  gap: 24px;
}

.h4f29b9f2-winning-actions{
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.h4f29b9f2-winning-actions .h4f29b9f2-primary-button{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 8px 20px;
  background: #0078B5;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #0078B5;
  box-sizing: border-box;
  max-width: 278px;
  width: 100%;
  justify-content: center;
}

.h4f29b9f2-back-top-link{
  border-bottom: 1px solid #8b8b8b;
  padding: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
  display: flex;
  align-items: center;
}


.h4f29b9f2-division-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  min-height: 140px;
  padding: 20px;
  flex-wrap: wrap;
  gap: 16px;
}

.h4f29b9f2-division-badge {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #181818;
}

.h4f29b9f2-division-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 565px;
  width: 100%;
  gap: 10px;
  margin-right: 142px;
}

.h4f29b9f2-division-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #181818;
}

.h4f29b9f2-division-odds {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #181818;
}


.h4f29b9f2-winning-combinations-section{
  background: #fff;
  padding: 20px 0px;
}



.h4f29b9f2-powerhit-overview-container{
  gap: 24px;
}

.h4f29b9f2-powerhit-intro{
  color: #ababab;
}

.h4f29b9f2-powerhit-content-grid{
  display: flex;
  gap: 10px;
}

.h4f29b9f2-powerhit-info-column{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h4f29b9f2-powerhit-info-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h4f29b9f2-powerhit-card-heading{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.h4f29b9f2-powerhit-benefits-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  list-style: auto;
  padding-left: 20px;
}

.h4f29b9f2-powerhit-steps-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  list-style: auto;
  padding-left: 20px;
}

.h4f29b9f2-powerhit-card-heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.h4f29b9f2-powerhit-pricing-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  list-style: auto;
  padding-left: 20px;
}

.h4f29b9f2-powerhit-action-button{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  max-width: 277px;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  padding: 10px 0px;
  background: #0078B5;
  border: 0px;
}



.h4f29b9f2-stats-section{
  padding: 10px 0px;
  padding-bottom: 40px;
  background: #fff;
  margin-bottom: 0px;
}

.h4f29b9f2-stats-content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h4f29b9f2-stats-title{
  color: #151515;
  text-align: center;
}

.h4f29b9f2-stats-region-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #5b5b5b;
}


.h4f29b9f2-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* карточка */
.h4f29b9f2-stats-card {
    position: relative;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    text-align: center;
    color: #fff;
    background-image: url("/h4f29b9f2-images/h4f29b9f2-bg_2.webp");
    background-size: cover;
    background-position: center;
}

/* затемнение */
.h4f29b9f2-stats-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.52);
    backdrop-filter: blur(2px);
}

/* контент поверх overlay */
.h4f29b9f2-stats-card > * {
    position: relative;
    z-index: 1;
}

.h4f29b9f2-stats-value {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.h4f29b9f2-stats-label {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
}

/* нижняя широкая карточка */
.h4f29b9f2-stats-card.h4f29b9f2-wide {
    grid-column: 1 / -1;
}

/* адаптив */
@media (max-width: 768px) {
    .h4f29b9f2-stats-grid {
        grid-template-columns: 1fr;
    }

    .h4f29b9f2-stats-card.h4f29b9f2-wide {
        grid-column: auto;
    }

    .h4f29b9f2-stats-value {
        font-size: 40px;
    }

    .h4f29b9f2-stats-label {
        font-size: 22px;
    }
}


.h4f29b9f2-winner-stories-section{
  padding: 40px 0px;
  margin-bottom: 0px;
}

.h4f29b9f2-winner-stories-content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h4f29b9f2-winner-stories-list{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ababab;
  list-style: disc;
  padding-left: 20px;
}

.h4f29b9f2-winner-stories-primary-button{
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 10px 20px;
  background: #0078B5;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #0078B5;
  margin: auto;
  max-width: 205px;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
}






.h4f29b9f2-winner-highlight-section{
  padding: 40px 0px;
  margin-bottom: 0px;
}

p b{
  display: block;
}

@media screen and (max-width: 900px) {
  .h4f29b9f2-powerhit-content-grid{
    flex-direction: column;
  }

  .h4f29b9f2-powerhit-pricing-list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #fff;
  }

  .h4f29b9f2-powerhit-steps-list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #fff;
  }

  .h4f29b9f2-powerhit-benefits-list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 814px) {
  .h4f29b9f2-main-navigation{
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .h4f29b9f2-hero-disclaimer-text{
    font-size: 10px;
  }

  .h4f29b9f2-hero-description{
    font-size: 12px;
  }

  .h4f29b9f2-hero-footer-text{
    font-size: 10px;
  }

  .h4f29b9f2-countdown-value{
    font-size: 36px;
  }

  .h4f29b9f2-countdown-label{
    font-size: 12px;
  }

  .h4f29b9f2-countdown-timer{
    padding: 10px 24px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .h4f29b9f2-hero-actions{
    flex-wrap: wrap;
  }






  .h4f29b9f2-footer-logos{
    justify-content: center;
  }

  .h4f29b9f2-payment-methods-list{
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .h4f29b9f2-payment-method-icon{
    min-width: 70px;
    max-width: 70px;
  }

  .h4f29b9f2-payment-methods-content{
    padding: 40px 16px;
  }

  .h4f29b9f2-footer-nav-list{
    flex-direction: column;
  }

  .h4f29b9f2-footer-logo-item:nth-child(1) .h4f29b9f2-footer-logo {
      width: 29px;
      height: auto;
  }

  .h4f29b9f2-footer-logo-item:nth-child(2) .h4f29b9f2-footer-logo {
      width: 40px;
      height: auto;
  }

  .h4f29b9f2-footer-logo-item:nth-child(3) .h4f29b9f2-footer-logo {
    width: 132px;
    height: auto;
  }

  .h4f29b9f2-footer-logo-item:nth-child(4) .h4f29b9f2-footer-logo {
    width: 113px;
    height: auto;
  }

  .h4f29b9f2-footer-logo-item:nth-child(5) .h4f29b9f2-footer-logo {
    width: 85px;
    height: auto;
  }

  .h4f29b9f2-footer-logo-item:nth-child(6) .h4f29b9f2-footer-logo {
    width: 113px;
    height: auto;
  }

  .h4f29b9f2-winner-stories-list{
    font-size: 15px;
  }
}


/* ===============================
   BURGER MENU
   Because apparently desktops are too mainstream now.
================================= */

.h4f29b9f2-burger-menu{
  display: none;
  width: 24px;
  height: 17px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  flex-shrink: 0;
}

.h4f29b9f2-burger-menu span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F4F4F4;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.h4f29b9f2-burger-menu span:nth-child(1){
  top: 0;
}

.h4f29b9f2-burger-menu span:nth-child(2){
  top: 7.5px;
}

.h4f29b9f2-burger-menu span:nth-child(3){
  top: 15px;
}

/* OPEN STATE */

.h4f29b9f2-burger-menu.h4f29b9f2-active span:nth-child(1){
  top: 7.5px;
  transform: rotate(45deg);
}

.h4f29b9f2-burger-menu.h4f29b9f2-active span:nth-child(2){
  opacity: 0;
}

.h4f29b9f2-burger-menu.h4f29b9f2-active span:nth-child(3){
  top: 7.5px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 990px) {
  .h4f29b9f2-content-grid{
    flex-direction: column;
  }

  .h4f29b9f2-summary-list{
    font-size: 15px;
  }
}

/* ===============================
   MOBILE HEADER
================================= */

@media screen and (max-width: 814px){

  .h4f29b9f2-burger-menu{
    display: block;
  }

  .h4f29b9f2-main-navigation{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 18px;
    box-sizing: border-box;
    background: rgba(24,24,24,0.97);
    backdrop-filter: blur(8px);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1001;
  }

  .h4f29b9f2-main-navigation.h4f29b9f2-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .h4f29b9f2-nav-list{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .h4f29b9f2-nav-link,
  .h4f29b9f2-nav-button{
    font-size: 14px;
  }

  .h4f29b9f2-nav-button{
    padding: 0;
  }

  .h4f29b9f2-site-header{
    z-index: 1000;
  }

  .h4f29b9f2-header-container{
    position: relative;
  }
}

.h4f29b9f2-password-field {
  position: relative;
  width: 100%;
}

.h4f29b9f2-password-field input {
  width: 100%;
  padding: 10px 52px 10px 20px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 5px;
  background: rgba(255,255,255,.5);
  color: #fff;
  box-sizing: border-box;
}

.h4f29b9f2-toggle-password {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}


.h4f29b9f2-signup-section{
  padding-top: 55px;
}

.h4f29b9f2-signup-section{
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.h4f29b9f2-hero-disclaimer{
  margin-bottom: 30px;
}

.h4f29b9f2-signup-form{
  max-width: 760px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.h4f29b9f2-form-intro{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h4f29b9f2-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h4f29b9f2-form-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  flex: 1;
}

.h4f29b9f2-form-input {
  padding: 10px 52px 10px 20px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 5px;
  background: rgba(255, 255, 255, .5);
  width: 100%;
  box-sizing: border-box;
}

.h4f29b9f2-form-row{
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
}

.h4f29b9f2-submit-btn{
  border-radius: 5px;
  padding: 10px 0px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #272727;
  border: 0px;
}

.h4f29b9f2-checkbox-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.h4f29b9f2-checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.h4f29b9f2-checkbox-custom {
  width: 32px;
  height: 32px;
  border: 2px solid #999397;
  border-radius: 5px;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
}

/* checked state */
.h4f29b9f2-checkbox-input:checked + .h4f29b9f2-checkbox-custom {
  background: #fff;
}

/* checkmark */
.h4f29b9f2-checkbox-input:checked + .h4f29b9f2-checkbox-custom::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 15px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7319 0.295798C13.639 0.20207 13.5284 0.127675 13.4065 0.0769067C13.2846 0.026138 13.1539 0 13.0219 0C12.8899 0 12.7592 0.026138 12.6373 0.0769067C12.5155 0.127675 12.4049 0.20207 12.3119 0.295798L4.86192 7.7558L1.73192 4.6158C1.6354 4.52256 1.52146 4.44925 1.3966 4.40004C1.27175 4.35084 1.13843 4.32671 1.00424 4.32903C0.870064 4.33135 0.737655 4.36008 0.614576 4.41357C0.491498 4.46706 0.380161 4.54428 0.286922 4.6408C0.193684 4.73732 0.12037 4.85126 0.0711659 4.97612C0.0219619 5.10097 -0.00216855 5.2343 0.000152918 5.36848C0.00247438 5.50266 0.0312022 5.63507 0.0846957 5.75814C0.138189 5.88122 0.215401 5.99256 0.311922 6.0858L4.15192 9.9258C4.24489 10.0195 4.35549 10.0939 4.47735 10.1447C4.59921 10.1955 4.72991 10.2216 4.86192 10.2216C4.99393 10.2216 5.12464 10.1955 5.2465 10.1447C5.36836 10.0939 5.47896 10.0195 5.57192 9.9258L13.7319 1.7658C13.8334 1.67216 13.9144 1.5585 13.9698 1.432C14.0252 1.30551 14.0539 1.1689 14.0539 1.0308C14.0539 0.892697 14.0252 0.756091 13.9698 0.629592C13.9144 0.503092 13.8334 0.389441 13.7319 0.295798Z' fill='%23999397'/%3E%3C/svg%3E");
}

.h4f29b9f2-checkbox-text {
  line-height: 1.4;
}

.h4f29b9f2-checkbox-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin: auto;
}

.h4f29b9f2-message{
  display: none;
}

.h4f29b9f2-active .h4f29b9f2-message{
  display: block;
}














.h4f29b9f2-number-frequency-section{
    margin-bottom: 0px;
    background: #fff;
    padding: 10px 0px;
}

.h4f29b9f2-number-frequency-section .h4f29b9f2-container{
  gap: 40px;
}

.h4f29b9f2-frequency-content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.h4f29b9f2-frequency-content h2{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #151515;
}

.h4f29b9f2-frequency-content p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #151515;
}

.h4f29b9f2-frequency-note{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #151515;
}

.h4f29b9f2-frequency-controls{
  display: flex;
  justify-content: space-between;
}

.h4f29b9f2-frequency-tabs{
  flex-direction: row;
  flex: 1;
  max-width: 600px;
  width: 100%;
  align-items: end;
}

.h4f29b9f2-sort-panel{
  max-width: 288px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h4f29b9f2-sort-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #8b8b8b;
}

.h4f29b9f2-sort-dropdown{
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 4px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #151515;
  background: #e2e3e4;
  box-sizing: border-box;
  width: 100%;
  gap: 10px;
}

.h4f29b9f2-sort-panel{
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h4f29b9f2-sort-label{
  font-family: var(--font-family);
  font-size: 14px;
  color: #8b8b8b;
}

.h4f29b9f2-sort-dropdown{
  position: relative;
}

.h4f29b9f2-sort-trigger{
  width: 100%;
  border: 0;
  cursor: pointer;
  border-radius: 100px;
  background: #e2e3e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-family);
  font-size: 15px;
  color: #151515;
  max-width: 288px;
}

.h4f29b9f2-sort-trigger span{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h4f29b9f2-sort-icon{
  flex-shrink: 0;
  transition: transform .25s ease;
}

.h4f29b9f2-sort-dropdown.h4f29b9f2-open .h4f29b9f2-sort-icon{
  transform: rotate(180deg);
}

.h4f29b9f2-sort-menu{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: #e2e3e4;
  border-radius: 30px;
  padding: 16px;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 10;
}

.h4f29b9f2-sort-dropdown.h4f29b9f2-open .h4f29b9f2-sort-menu{
  display: flex;
}

.h4f29b9f2-sort-option{
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 10px 0;
  font-family: var(--font-family);
  font-size: 16px;
  color: #151515;
}

.h4f29b9f2-sort-option + .h4f29b9f2-sort-option{
  border-top: 1px solid rgba(0,0,0,.12);
  padding-top: 16px;
}

.h4f29b9f2-sort-option.h4f29b9f2-active{
  color: #df3fc3;
  font-weight: 700;
}

.h4f29b9f2-tab-item{
  flex: 1;
}

.h4f29b9f2-tab-button {
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: rgba(21, 21, 21, 0.7);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: transparent;
}

.h4f29b9f2-tab-button.h4f29b9f2-active-tab{
  color: white;
  background: #451426;
}


.h4f29b9f2-frequency-results{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.h4f29b9f2-results-header{
    display: flex;
}




















.h4f29b9f2-policy_section{
  padding-top: 55px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.h4f29b9f2-policy_p{
  text-align: center;
}

.h4f29b9f2-policy_container{
  gap: 10px;
}

.h4f29b9f2-policy_section .h4f29b9f2-hero-disclaimer{
  margin-bottom: 0px;
}

/* =====================================================
   REQUIRED CSS
   Because JavaScript alone cannot style your regrets.
===================================================== */

.h4f29b9f2-frequency-results{
  gap:32px;
}

.h4f29b9f2-results-note{
  font-family: var(--font-family);
  font-size:16px;
  color:#555;
  line-height:1.5;
}

.h4f29b9f2-results-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:48px;
}

.h4f29b9f2-result-title{
  color:#151515;
  text-align:left;
  margin-bottom:24px;
}

.h4f29b9f2-rows{
  display:flex;
  flex-direction:column;
  gap:28px;
}

.h4f29b9f2-freq-row{
  display:flex;
  gap:20px;
  align-items:center;
}

.h4f29b9f2-ball{
  width:40px;
  height:40px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--font-family);
  font-size:15px;
  color:#fff;
  flex-shrink:0;
}

.h4f29b9f2-pink-ball{
  background: #451426;
}

.h4f29b9f2-dark-ball{
  background: #5b5b5b;
}

.h4f29b9f2-row-content{
  flex:1;
}

.h4f29b9f2-row-label{
  font-family:var(--font-family);
  font-size: 15px;
  color:#555;
  margin-bottom:4px;
}

.h4f29b9f2-bar-track{
  width:100%;
  height:16px;
  border-radius:999px;
  overflow:hidden;
  background:#f0f0f0;
  position:relative;
}

.h4f29b9f2-bar-fill{
  height:100%;
}

.h4f29b9f2-pink-bar{
  background: linear-gradient(90deg, #9a488d 0%, #451426 100%);
}

.h4f29b9f2-blue-bar{
  background: linear-gradient(90deg, #0078b5 0%, #0f3e4e 100%);
  border-radius: 1000px;
}

.h4f29b9f2-combo-track{
  display:flex;
}

.h4f29b9f2-combo-blue{
  border-radius:0 999px 999px 0;
}

@media (min-width: 769px) {

  /* main layout */
  .h4f29b9f2-results-grid{
    display:grid;
    grid-template-columns: 2fr 1fr; /* your wider first column */
    gap:48px;
    align-items:start;
  }

  /* Winning Numbers rows in two columns */
  .h4f29b9f2-result-column:first-child .h4f29b9f2-rows{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:28px 40px;
  }

  /* each row still horizontal inside */
  .h4f29b9f2-result-column:first-child .h4f29b9f2-freq-row{
    display:flex;
    align-items:center;
    gap:20px;
  }

  /* Powerball stays one column */
  .h4f29b9f2-result-column:last-child .h4f29b9f2-rows{
    display:flex;
    flex-direction:column;
    gap:28px;
  }
}

@media (max-width: 768px){
  .h4f29b9f2-results-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .h4f29b9f2-ball{
    width:52px;
    height:52px;
    font-size:24px;
  }

  .h4f29b9f2-row-label{
    font-size:16px;
  }

  .h4f29b9f2-bar-track{
    height:18px;
  }

  .h4f29b9f2-frequency-controls{
    flex-direction: column;
    gap: 10px;
  }

  .h4f29b9f2-frequency-tabs{
    max-width: none;
  }

  .h4f29b9f2-freq-row{
    width: 100%;
  }

  .h4f29b9f2-tab-button{
    font-size: 13px;
  }
}


.h4f29b9f2-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0000008a;
}

.h4f29b9f2-overlay .h4f29b9f2-container{
  width: 100%;
  align-items: center;
}

.h4f29b9f2-authorization-modal{
  max-width: 453px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 4px 20px 0 rgba(255, 154, 156, 0.3);
  background: #272727;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.h4f29b9f2-authorization-modal p{
  font-size: 14px;
}

.h4f29b9f2-home-link{
  max-width: 171px;
  width: 100%;
  padding: 10px 0px;
  margin: auto;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #131215;
  border-radius: 20px;
  background: #fff;
}

.h4f29b9f2-cookie-modal{
  display: flex;
  flex-direction: column;
  max-width: 405px;
  box-shadow: 0 4px 20px 0 rgba(255, 154, 156, 0.3);
  background: #272727;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  gap: 10px;
  box-sizing: border-box;
  margin: auto;
}

.h4f29b9f2-cookie-modal h3{
  text-align: start;
}

.h4f29b9f2-cookie-modal p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #f3f0ff;
}

.h4f29b9f2-cookie-actions{
  display: flex;
  gap: 9px;
}

.h4f29b9f2-accept-btn{
  flex: 114;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #272727;
  border: 0px;
  padding: 10px 0px;
  background: #fff;
  border-radius: 5px;
}

.h4f29b9f2-more-info-link{
  flex: 212;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #f3f0ff;
  padding: 9px 0px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.h4f29b9f2-age-modal{
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-width: 453px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
  box-shadow: 0 4px 20px 0 rgba(255, 154, 156, 0.3);
  background: #272727;
  border-radius: 20px;
}

.h4f29b9f2-age-modal p{
  font-size: 14px;
}

.h4f29b9f2-age-confirm-btn{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #272727;
  padding: 10px 0px;
  border-radius: 5px;
  background: #fff;
}


@media screen and (max-width: 1042px) {
  .h4f29b9f2-division-details{
    margin: 0px;
  }
}

@media screen and (max-width: 600px) {
  .h4f29b9f2-cookie-actions{
    flex-direction: column;
  }
}