@font-face {
  font-family: "LolitaOne";
  src: url("/assets/fonts/cznewlottolilitaone.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/cznewlottointer.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
html {
  font-synthesis: weight style;
}

body {
  font-family: "Inter";
}

h1,
h2,
h3 {
  font-family: "LolitaOne";
  letter-spacing: 2px;
}

.hero-cznewlotto__title {
  font-weight: 400;
  letter-spacing: 1px;
}

:root {
  --lnz-topline: #cfd4d9;
  --lnz-bottomline: #f3dfe3;
  --lnz-text: #0f0f10;
  --lnz-height: 40px;
  --lnz-logo-h: 18px;
  --lnz-gutter: 16px;
  --lnz-btop: 1px;
  --lnz-bbot: 2px;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: var(--lnz-text);
}

.header-cznewlotto {
  border-top: var(--lnz-btop) solid var(--lnz-topline);
  background: #fff;
}

.header-cznewlotto__container {
  width: 100%;
  margin: 0;
  padding: 0 var(--lnz-gutter);
  min-height: var(--lnz-height);
  display: grid;
  place-items: center;
}

.header-cznewlotto__brand {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.header-cznewlotto__logo {
  display: block;
}

.main-cznewlotto {
  min-height: 1px;
}

@media (max-width: 768px) {
  :root {
    --lnz-height: 36px;
    --lnz-logo-h: 16px;
    --lnz-gutter: 12px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --hero-bg-1: #EA595A;
  --hero-bg-2: #BE4A68;
  --hero-title: #ffffff;
  --hero-text: rgba(255, 255, 255, 0.9);
  --hero-cta-bg: #0b0b0c;
  --hero-cta-text: #ffffff;
  --hero-cta-border: #ffffff;
  --hero-minh: 520px;
  --hero-gap: 28px;
  --hero-title-size: clamp(34px, 5vw + 8px, 56px);
  --hero-text-size: clamp(14px, 1vw + 10px, 16px);
}

.hero-cznewlotto {
  background: linear-gradient(90deg, var(--hero-bg-1) 0%, var(--hero-bg-2) 100%);
}

.hero-cznewlotto__container {
  max-width: var(--lnz-container);
  margin: 0 auto;
  padding: 0 var(--lnz-gutter);
  min-height: var(--hero-minh);
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
}

.hero-cznewlotto__media {
  display: flex;
  align-items: flex-end;
}

.hero-cznewlotto__img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.hero-cznewlotto__content {
  color: var(--hero-title);
  display: grid;
  align-content: center;
  gap: var(--hero-gap);
  padding: 56px 0;
}

.hero-cznewlotto__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: 0.2px;
  color: var(--hero-title);
}

.hero-cznewlotto__text {
  margin: 0;
  font-size: var(--hero-text-size);
  line-height: 1.6;
  color: var(--hero-text);
  max-width: 600px;
}

.hero-cznewlotto__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  background: var(--hero-cta-bg);
  color: var(--hero-cta-text);
  text-decoration: none;
  border-radius: 9999px;
  border: 2px solid var(--hero-cta-border);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, opacity 0.12s ease;
  white-space: nowrap;
  width: auto;
  justify-self: start;
  align-self: start;
}

.hero-cznewlotto__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
}

@media (max-width: 1024px) {
  :root {
    --lnz-gutter: 20px;
    --hero-minh: 500px;
  }
  .hero-cznewlotto__container {
    gap: 28px;
  }
}
@media (max-width: 860px) {
  :root {
    --hero-gap: 20px;
  }
  .hero-cznewlotto__container {
    grid-template-columns: 1fr;
    min-height: unset;
    gap: 24px;
    padding: 36px var(--lnz-gutter) 0px;
  }
  .hero-cznewlotto__content {
    order: 1;
    padding: 0;
  }
  .hero-cznewlotto__media {
    order: 2;
    justify-content: center;
  }
  .hero-cznewlotto__img {
    max-height: 360px;
  }
  .hero-cznewlotto__title {
    font-size: 32px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .hero-cznewlotto__cta {
    padding: 12px 22px;
  }
  .hero-cznewlotto__content {
    padding: 0;
  }
}
@media (max-width: 520px) {
  .hero-cznewlotto__cta {
    width: 100%;
    justify-self: stretch;
    display: flex;
    padding: 12px 22px;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .hero-cznewlotto__cta {
    width: 100%;
    justify-self: stretch;
    display: flex;
    padding: 12px 22px;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .hero-cznewlotto__content {
    width: 100%;
  }
  .hero-cznewlotto__title,
  .hero-cznewlotto__text {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .hero-cznewlotto__content {
    padding: 0;
    width: 100%;
  }
  .hero-cznewlotto__title,
  .hero-cznewlotto__text {
    max-width: none;
    width: 100%;
  }
  .hero-cznewlotto__cta {
    width: 100%;
    justify-self: stretch;
    display: flex;
    padding: 12px 22px;
    text-align: center;
  }
}
@media (max-width: 860px) {
  .hero-cznewlotto__content {
    justify-items: stretch;
  }
  .hero-cznewlotto__title {
    display: block;
    width: 100%;
    max-width: none;
  }
  .hero-cznewlotto__title br {
    display: none;
  }
}
@media (max-width: 520px) {
  .hero-cznewlotto__title {
    display: block;
    width: 100%;
    max-width: none;
  }
  .hero-cznewlotto__title br {
    display: none;
  }
}
.hero-cznewlotto__content:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --wins-title: #0f0f10;
  --wins-text: #3b3f44;
  --wins-cta-bg: #0b0b0c;
  --wins-cta-text: #fff;
  --wins-cta-border: #fff;
  --card-radius: 16px;
  --card-shadow: 0 8px 24px rgba(0, 0, 0, .08);
  --img-radius: 18px;
  --img-shadow: 0 10px 22px rgba(0, 0, 0, .12);
  --game-logo-h: 56px;
}

.wins-cznewlotto {
  padding: 48px var(--lnz-gutter) 64px;
  background: #fff;
}

.wins-cznewlotto__top {
  max-width: var(--lnz-container);
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: 1.25fr 380px;
  gap: 28px;
  align-items: center;
}

.wins-cznewlotto__info {
  display: grid;
  gap: 14px;
}

.wins-cznewlotto__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  color: var(--wins-title);
}

.wins-cznewlotto__lead {
  margin: 0;
  font-size: 15px;
  color: var(--wins-text);
}

.wins-cznewlotto__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--wins-text);
  max-width: 720px;
}

.wins-cznewlotto__cta {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  background: #0b0b0c;
  color: var(--hero-cta-text);
  text-decoration: none;
  border-radius: 9999px;
  border: 2px solid var(--wins-cta-border);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
  white-space: nowrap;
  width: auto;
  justify-self: start;
  align-self: start;
}

.wins-cznewlotto__figure {
  margin: 0;
}

.wins-cznewlotto__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--img-radius);
}

.wins-cznewlotto__heading {
  max-width: var(--lnz-container);
  margin: 8px auto 22px;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  color: var(--wins-title);
}

.wins-cznewlotto__grid {
  max-width: var(--lnz-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gameCard-cznewlotto {
  position: relative;
  padding: 22px;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
}

.gameCard-cznewlotto--violet {
  background: linear-gradient(180deg, #EA59CB 0%, #BC4ABE 100%);
  border-radius: var(--res-radius);
}

.gameCard-cznewlotto--orange {
  background: linear-gradient(180deg, #EA9559 0%, #BE7A4A 100%);
  border-radius: var(--res-radius);
}

.gameCard-cznewlotto--green {
  background: linear-gradient(180deg, #59EAA6 0%, #4ABE4E 100%);
  border-radius: var(--res-radius);
}

.gameCard-cznewlotto__head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 78px;
}

.gameCard-cznewlotto__logo {
  height: var(--game-logo-h);
  width: auto;
  display: block;
}

.gameCard-cznewlotto__body {
  font-size: 14px;
  line-height: 1.55;
  opacity: 0.95;
}

.gameCard-cznewlotto__btn {
  display: block;
  text-align: center;
  margin-top: 4px;
  padding: 12px 18px;
  background: #0b0b0c;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

@media (max-width: 1024px) {
  .wins-cznewlotto__top {
    grid-template-columns: 1fr 320px;
  }
  :root {
    --game-logo-h: 50px;
  }
}
@media (max-width: 860px) {
  .wins-cznewlotto {
    padding: 40px var(--lnz-gutter) 56px;
  }
  .wins-cznewlotto__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wins-cznewlotto__figure {
    max-width: 420px;
    justify-self: center;
  }
  .wins-cznewlotto__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  :root {
    --game-logo-h: 44px;
  }
  .wins-cznewlotto__cta {
    justify-self: stretch;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
    --game-logo-h: 38px;
  }
  .wins-cznewlotto__title {
    font-size: 24px;
  }
  .wins-cznewlotto__heading {
    font-size: 24px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --res-bg1: #F8EACE;
  --res-bg2: #FEDEA0;
  --res-title: #0f0f10;
  --res-text: #3b3f44;
  --res-radius: 22px;
  --res-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  --res-title-size: clamp(24px, 2.5vw + 10px, 34px);
  --res-text-size: 15px;
}

.results-cznewlotto {
  padding: 32px var(--lnz-gutter) 48px;
  background: #fff;
}

.results-cznewlotto__box {
  max-width: var(--lnz-container);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--res-bg1) 0%, var(--res-bg2) 100%);
  border-radius: var(--res-radius);
  box-shadow: var(--res-shadow);
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 28px;
  align-items: center;
}

.results-cznewlotto__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(var(--res-img-h) + 20px);
}

.results-cznewlotto__img {
  height: var(--res-img-h);
  width: auto;
  display: block;
  object-fit: contain;
}

.results-cznewlotto__content {
  display: grid;
  gap: 16px;
}

.results-cznewlotto__title {
  margin: 0 0 2px 0;
  font-size: var(--res-title-size);
  line-height: 1.2;
  color: var(--res-title);
}

.results-cznewlotto__text {
  margin: 0;
  font-size: var(--res-text-size);
  line-height: 1.6;
  color: var(--res-text);
  max-width: 660px;
}

@media (max-width: 1024px) {
  :root {
    --lnz-gutter: 20px;
  }
  .results-cznewlotto__box {
    grid-template-columns: 320px 1fr;
    padding: 28px;
  }
}
@media (max-width: 860px) {
  :root {
    --res-img-h: 220px;
  }
  .results-cznewlotto__box {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 18px;
  }
  .results-cznewlotto__media {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
    --res-img-h: 190px;
  }
  .results-cznewlotto__box {
    padding: 22px;
  }
}
.results-cznewlotto__box {
  max-width: var(--lnz-container);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--res-bg1) 0%, var(--res-bg2) 100%);
  border-radius: var(--res-radius);
  box-shadow: var(--res-shadow);
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-areas: "media content";
  gap: 100px;
  align-items: center;
  padding: 22px var(--lnz-gutter) 0px;
}

.results-cznewlotto__media {
  grid-area: media;
}

.results-cznewlotto__content {
  grid-area: content;
}

.results-cznewlotto__content {
  padding-bottom: 22px;
}

@media (max-width: 1024px) {
  :root {
    --lnz-gutter: 20px;
  }
  .results-cznewlotto__box {
    grid-template-columns: 320px 1fr;
    gap: 100px;
  }
}
@media (max-width: 860px) {
  :root {
    --res-img-h: 220px;
  }
  .results-cznewlotto__box {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "media";
    gap: 18px;
    text-align: left;
  }
  .results-cznewlotto__media {
    justify-content: center;
  }
  .results-cznewlotto__box {
    padding: 22px var(--lnz-gutter) 0px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
    --res-img-h: 190px;
  }
  .results-cznewlotto__box {
    padding: 22px var(--lnz-gutter) 0px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --footer-bg: #0b0b0c;
  --footer-title: #ffffff;
  --footer-text: rgba(255, 255, 255, .82);
  --footer-dim: rgba(255, 255, 255, .7);
  --footer-muted: rgba(255, 255, 255, .55);
  --footer-gap: 20px;
  --badge-h: 34px;
}

.footer-cznewlotto {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 36px var(--lnz-gutter) 40px;
}

.footer-cznewlotto__container {
  max-width: var(--lnz-container);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.footer-cznewlotto__title {
  margin: 0 0 8px 0;
  color: var(--footer-title);
  font-size: 20px;
  line-height: 1.25;
}

.footer-cznewlotto__text {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-dim);
}

.footer-cznewlotto__text--strong {
  color: var(--footer-title);
}

.footer-cznewlotto__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding-top: 6px;
}

.footer-cznewlotto__subtitle {
  margin: 0 0 8px 0;
  color: var(--footer-title);
  font-size: 18px;
  line-height: 1.3;
}

.footer-cznewlotto__badges {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-cznewlotto__badge img {
  height: var(--badge-h);
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-cznewlotto__badge--notice {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-cznewlotto__notice {
  color: var(--footer-muted);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.2px;
}

.footer-cznewlotto__bottom {
  padding-top: 14px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-cznewlotto__link {
  color: var(--footer-dim);
  text-decoration: none;
  font-size: 14px;
}

.footer-cznewlotto__link:hover {
  color: var(--footer-title);
}

@media (max-width: 860px) {
  :root {
    --lnz-gutter: 20px;
  }
  .footer-cznewlotto__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-cznewlotto__badges {
    gap: 20px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
    --badge-h: 28px;
  }
  .footer-cznewlotto {
    padding: 28px var(--lnz-gutter) 32px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --footer-bg: #0b0b0c;
  --footer-title: #ffffff;
  --footer-text: rgba(255, 255, 255, .82);
  --footer-dim: rgba(255, 255, 255, .7);
  --footer-muted: rgba(255, 255, 255, .55);
  --footer-gap: 20px;
  --badge-h: 34px;
}

.footer-cznewlotto {
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 36px var(--lnz-gutter) 40px;
}

.footer-cznewlotto__container {
  max-width: var(--lnz-container);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.footer-cznewlotto__title {
  margin: 0 0 8px 0;
  color: var(--footer-title);
  font-size: 20px;
  line-height: 1.25;
}

.footer-cznewlotto__text {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--footer-dim);
}

.footer-cznewlotto__text--strong {
  color: var(--footer-title);
}

.footer-cznewlotto__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  padding-top: 6px;
}

.footer-cznewlotto__subtitle {
  margin: 0 0 8px 0;
  color: var(--footer-title);
  font-size: 18px;
  line-height: 1.3;
}

.footer-cznewlotto__badges {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center;
  gap: 28px;
}

.footer-cznewlotto__badge {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-cznewlotto__badge img {
  height: var(--badge-h);
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.footer-cznewlotto__badge--notice {
  text-align: left;
}

@media (max-width: 860px) {
  .footer-cznewlotto__badges {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .footer-cznewlotto__badges {
    grid-template-columns: 1fr;
  }
  .footer-cznewlotto__badge--notice {
    text-align: center;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --reg-gap: 40px;
  --reg-card: 26px;
  --reg-border: #e9eaec;
  --reg-placeholder: #9aa0a6;
  --reg-title: #0f0f10;
  --reg-text: #3b3f44;
  --reg-btn-bg: #0b0b0c;
  --reg-btn-fg: #fff;
  --modal-backdrop: rgba(0, 0, 0, .5);
  --modal-radius: 16px;
}

.register-cznewlotto {
  padding: 28px var(--lnz-gutter) 44px;
  background: #fff;
}

.register-cznewlotto__container {
  max-width: var(--lnz-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: var(--reg-gap);
  align-items: center;
}

.register-cznewlotto__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.register-cznewlotto__img {
  width: 100%;
  height: auto;
  display: block;
}

.register-cznewlotto__form {
  max-width: 460px;
  display: grid;
  gap: 14px;
  color: var(--reg-text);
}

.register-cznewlotto__title {
  margin: 0 0 6px 0;
  font-size: 28px;
  line-height: 1.2;
  color: var(--reg-title);
}

.register-cznewlotto__input {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid var(--reg-border);
  border-radius: 9999px;
  background: #fff;
  color: var(--reg-title);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.register-cznewlotto__input::placeholder {
  color: var(--reg-placeholder);
}

.register-cznewlotto__input:focus {
  border-color: #c9ccd1;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.register-cznewlotto__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  background: var(--reg-btn-bg);
  color: var(--reg-btn-fg);
  border: 2px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
}

.register-cznewlotto__btn:hover {
  transform: translateY(-1px);
}

.register-cznewlotto__hint {
  margin: 6px 0 0 0;
  font-size: 14px;
  color: var(--reg-text);
}

.register-cznewlotto__login {
  color: #d3515b;
  text-decoration: none;
  font-weight: 700;
}

.vh-cznewlotto {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Success modal via :target */
.regModal-cznewlotto {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: var(--modal-backdrop);
  z-index: 1000;
}

.regModal-cznewlotto:target {
  display: grid;
}

.regModal-cznewlotto__dialog {
  background: #fff;
  border-radius: var(--modal-radius);
  padding: 22px 22px 18px;
  width: min(92vw, 420px);
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.regModal-cznewlotto__title {
  margin: 0 0 6px 0;
  font-size: 18px;
  color: var(--reg-title);
}

.regModal-cznewlotto__text {
  margin: 0 0 14px 0;
  font-size: 14px;
  color: var(--reg-text);
}

.regModal-cznewlotto__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: var(--reg-btn-bg);
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
}

.register-cznewlotto__btn {
  justify-self: center;
}

.register-cznewlotto__hint {
  justify-self: center;
  text-align: center;
  margin-top: 8px;
}

@media (max-width: 980px) {
  .register-cznewlotto__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .register-cznewlotto__figure {
    max-width: 520px;
    justify-self: center;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .register-cznewlotto__title {
    font-size: 24px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --login-gap: 40px;
  --login-border: #e9eaec;
  --login-placeholder: #9aa0a6;
  --login-title: #0f0f10;
  --login-text: #3b3f44;
  --login-btn-bg: #0b0b0c;
  --login-btn-fg: #fff;
  --login-accent: #d3515b;
}

.login-cznewlotto {
  padding: 28px var(--lnz-gutter) 44px;
  background: #fff;
}

.login-cznewlotto__container {
  max-width: var(--lnz-container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: var(--login-gap);
  align-items: center;
}

.login-cznewlotto__figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.login-cznewlotto__img {
  width: 100%;
  height: auto;
  display: block;
}

.login-cznewlotto__form {
  max-width: 460px;
  display: grid;
  gap: 14px;
  color: var(--login-text);
}

.login-cznewlotto__title {
  margin: 0 0 6px 0;
  font-size: 28px;
  line-height: 1.2;
  color: var(--login-title);
}

.login-cznewlotto__input {
  width: 100%;
  padding: 12px 18px;
  border: 1px solid var(--login-border);
  border-radius: 9999px;
  background: #fff;
  color: var(--login-title);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.login-cznewlotto__input::placeholder {
  color: var(--login-placeholder);
}

.login-cznewlotto__input:focus {
  border-color: #c9ccd1;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.login-cznewlotto__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  background: var(--login-btn-bg);
  color: var(--login-btn-fg);
  border: 2px solid #fff;
  border-radius: 9999px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  justify-self: center;
}

.login-cznewlotto__hint {
  margin: 8px 0 0 0;
  font-size: 14px;
  color: var(--login-text);
  text-align: center;
  justify-self: center;
}

.login-cznewlotto__register {
  color: var(--login-accent);
  text-decoration: none;
  font-weight: 700;
}

.vh-cznewlotto {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .login-cznewlotto__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .login-cznewlotto__figure {
    max-width: 520px;
    justify-self: center;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .login-cznewlotto__title {
    font-size: 24px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --pp-bg1: #ffe1e6;
  --pp-bg2: #fff3f5;
  --pp-title: #0f0f10;
  --pp-text: #3b3f44;
  --pp-accent: #df535d;
  --pp-card-radius: 22px;
  --pp-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  --pp-title-size: clamp(26px, 2.8vw, 34px);
  --pp-sub-size: 18px;
  --pp-text-size: 15px;
  --pp-chip-bg: #0b0b0c;
  --pp-chip-fg: #fff;
}

.privacy-cznewlotto {
  padding: 40px var(--lnz-gutter) 56px;
  background: #fff;
}

.privacy-cznewlotto__box {
  max-width: var(--lnz-container);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--pp-bg1) 0%, var(--pp-bg2) 100%);
  border-radius: var(--pp-card-radius);
  box-shadow: var(--pp-shadow);
  padding: 32px 36px;
}

.privacy-cznewlotto__title {
  margin: 0 0 10px 0;
  font-size: var(--pp-title-size);
  line-height: 1.2;
  color: var(--pp-title);
}

.privacy-cznewlotto__lead {
  margin: 0 0 18px 0;
  font-size: var(--pp-text-size);
  line-height: 1.7;
  color: var(--pp-text);
  max-width: 880px;
}

.privacy-cznewlotto__content {
  display: grid;
  gap: 18px;
  color: var(--pp-text);
  max-width: 920px;
}

.privacy-cznewlotto__subtitle {
  margin: 14px 0 6px 0;
  font-size: var(--pp-sub-size);
  line-height: 1.3;
  color: var(--pp-title);
}

.privacy-cznewlotto__text {
  margin: 0;
  font-size: var(--pp-text-size);
  line-height: 1.7;
}

.privacy-cznewlotto__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.privacy-cznewlotto__list li {
  position: relative;
  padding-left: 18px;
  font-size: var(--pp-text-size);
  line-height: 1.7;
  color: var(--pp-text);
}

.privacy-cznewlotto__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pp-accent);
}

.privacy-cznewlotto__tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.privacy-cznewlotto__tags li {
  padding: 8px 12px;
  background: var(--pp-chip-bg);
  color: var(--pp-chip-fg);
  border-radius: 9999px;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}

.privacy-cznewlotto__link {
  color: var(--pp-accent);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1024px) {
  :root {
    --lnz-gutter: 20px;
  }
  .privacy-cznewlotto__box {
    padding: 28px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .privacy-cznewlotto {
    padding: 32px var(--lnz-gutter) 44px;
  }
  .privacy-cznewlotto__box {
    padding: 22px;
    border-radius: 18px;
  }
}
:root {
  --lnz-container: 1180px;
  --lnz-gutter: 24px;
  --ck-bg1: #ffe1e6;
  --ck-bg2: #fff3f5;
  --ck-title: #0f0f10;
  --ck-text: #3b3f44;
  --ck-accent: #df535d;
  --ck-card-radius: 22px;
  --ck-shadow: 0 10px 24px rgba(0, 0, 0, .06);
}

.cookies-cznewlotto {
  padding: 40px var(--lnz-gutter) 56px;
  background: #fff;
}

.cookies-cznewlotto__box {
  max-width: var(--lnz-container);
  margin: 0 auto;
  background: linear-gradient(180deg, var(--ck-bg1) 0%, var(--ck-bg2) 100%);
  border-radius: var(--ck-card-radius);
  box-shadow: var(--ck-shadow);
  padding: 32px 36px;
}

.cookies-cznewlotto__title {
  margin: 0 0 10px 0;
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.2;
  color: var(--ck-title);
}

.cookies-cznewlotto__lead {
  margin: 0 0 18px 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ck-text);
  max-width: 900px;
}

.cookies-cznewlotto__content {
  display: grid;
  gap: 16px;
  color: var(--ck-text);
  max-width: 920px;
}

.cookies-cznewlotto__subtitle {
  margin: 12px 0 4px 0;
  font-size: 18px;
  line-height: 1.3;
  color: var(--ck-title);
}

.cookies-cznewlotto__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.cookies-cznewlotto__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cookies-cznewlotto__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ck-text);
}

.cookies-cznewlotto__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ck-accent);
}

.cookies-cznewlotto__link {
  color: var(--ck-accent);
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 1024px) {
  :root {
    --lnz-gutter: 20px;
  }
  .cookies-cznewlotto__box {
    padding: 28px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .cookies-cznewlotto {
    padding: 32px var(--lnz-gutter) 44px;
  }
  .cookies-cznewlotto__box {
    padding: 22px;
    border-radius: 18px;
  }
}
@media (max-width: 860px) {
  .footer-cznewlotto__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .footer-cznewlotto__link {
    white-space: nowrap;
  }
}
@media (max-width: 400px) {
  .footer-cznewlotto__link {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  .register-cznewlotto__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .register-cznewlotto__figure {
    max-width: 520px;
    justify-self: center;
  }
  .register-cznewlotto__form {
    max-width: none;
    width: 100%;
  }
  .register-cznewlotto__title {
    width: 100%;
    display: block;
  }
  .register-cznewlotto__btn {
    width: 100%;
    justify-self: stretch;
    display: flex;
  }
  .register-cznewlotto__hint {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .register-cznewlotto__title {
    font-size: 24px;
  }
  .register-cznewlotto__form {
    width: 100%;
  }
  .register-cznewlotto__btn {
    width: 100%;
    padding: 12px 22px;
  }
}
@media (max-width: 980px) {
  .login-cznewlotto__container {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .login-cznewlotto__figure {
    max-width: 520px;
    justify-self: center;
  }
  .login-cznewlotto__form {
    max-width: none;
    width: 100%;
  }
  .login-cznewlotto__title {
    width: 100%;
    display: block;
  }
  .login-cznewlotto__btn {
    width: 100%;
    justify-self: stretch;
    display: flex;
  }
  .login-cznewlotto__hint {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
  }
  .login-cznewlotto__title {
    font-size: 24px;
  }
  .login-cznewlotto__form {
    width: 100%;
  }
  .login-cznewlotto__btn {
    width: 100%;
    padding: 12px 22px;
  }
}
@media (min-width: 981px) {
  .register-cznewlotto__title,
  .login-cznewlotto__title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
.loginModal-cznewlotto {
  position: fixed;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.loginModal-cznewlotto:target {
  display: grid;
}

.loginModal-cznewlotto__dialog {
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 18px;
  width: min(92vw, 420px);
  text-align: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.loginModal-cznewlotto__title {
  margin: 0 0 6px 0;
  font-size: 18px;
  color: #0f0f10;
}

.loginModal-cznewlotto__text {
  margin: 0 0 14px 0;
  font-size: 14px;
  color: #3b3f44;
}

.loginModal-cznewlotto__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: #0b0b0c;
  color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 700;
}

.hero-cznewlotto__cta {
  font-family: "LolitaOne";
  letter-spacing: 1px;
  font-weight: 500;
}

.wins-cznewlotto__cta {
  font-family: "LolitaOne";
  letter-spacing: 1px;
  font-weight: 500;
}

.gameCard-cznewlotto__btn {
  font-family: "LolitaOne";
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  :root {
    --game-logo-h: 64px;
  }
}
@media (max-width: 860px) {
  :root {
    --game-logo-h: 72px;
  }
}
@media (max-width: 520px) {
  :root {
    --lnz-gutter: 16px;
    --game-logo-h: 78px;
  }
  .wins-cznewlotto__title, .wins-cznewlotto__heading {
    font-size: 24px;
  }
}

/*# sourceMappingURL=cznewlotto.css.map */
