.navfix-backdrop[hidden],
.navfix-panel[hidden] {
  display: none !important;
}

.navfix-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: -24px;
  z-index: 60;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 18px 22px 20px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(14, 42, 94, 0.14);
}

.navfix-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, 60px);
  justify-content: start;
  gap: 14px 16px;
}

.navfix-panel-cell {
  width: 60px;
  min-width: 60px;
}

.navfix-game-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 12px;
  border-radius: 18px;
  color: #16315f;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.navfix-game-link:hover,
.navfix-game-link:focus-visible {
  transform: translateY(-1px);
}

.navfix-game-link img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 42px;
}

.navfix-game-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.navfix-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navfix-footer-tile-link {
  display: block;
  text-decoration: none;
  width: 60px;
}

.navfix-footer-tile-link ._verticalLogo_1jpef_1 {
  width: 60px;
}

.navfix-footer-tile-link [data-test="common-brand-tile"] {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(14, 42, 94, 0.12);
}

[data-test="common-top-navigation-menu-item-dropdown"] {
  position: relative;
}

.navfix-service-item {
  display: flex;
  align-items: center;
}

.navfix-service-login {
  margin-left: 6px;
}

.navfix-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  background: #ffffff;
  color: var(--primary--primary, #7bc700);
  font-size: var(--typography--additional-info-size);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.navfix-login-button:hover,
.navfix-login-button:focus-visible {
  background: #ffffff;
}

[data-test="common-top-navigation-menu-item-dropdown-button"].navfix-open ._menuItemDropdownButtonIcon_1xxh0_42,
[data-test="common-top-navigation-menu-item-dropdown-button"][aria-expanded="true"] ._menuItemDropdownButtonIcon_1xxh0_42 {
  transform: rotate(180deg);
}

html.navfix-menu-open,
html.navfix-menu-open body {
  overflow: hidden;
}

.navfix-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(9, 24, 52, 0.44);
}

.navfix-drawer {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(420px, 92vw);
  max-width: 100%;
  padding: 24px 20px 28px;
  background: #ffffff;
  box-shadow: 24px 0 48px rgba(9, 24, 52, 0.16);
  overflow-y: auto;
}

.navfix-drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.navfix-drawer-home {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #16315f;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.navfix-drawer-home img {
  width: 48px;
  height: auto;
}

.navfix-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #eff3fb;
  color: #16315f;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.navfix-nav,
.navfix-actions {
  display: grid;
  gap: 8px;
}

.navfix-link,
.navfix-action,
.navfix-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid rgba(19, 50, 101, 0.1);
  border-radius: 18px;
  background: #ffffff;
  color: #16315f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.navfix-accordion {
  cursor: pointer;
}

.navfix-link:hover,
.navfix-link:focus-visible,
.navfix-action:hover,
.navfix-action:focus-visible,
.navfix-accordion:hover,
.navfix-accordion:focus-visible {
  border-color: rgba(19, 50, 101, 0.22);
  box-shadow: 0 10px 24px rgba(14, 42, 94, 0.08);
}

.navfix-section {
  margin-top: 16px;
}

.navfix-section-title {
  margin: 0 0 10px;
  color: #51627f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navfix-mobile-games {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.navfix-mobile-games[hidden] {
  display: none !important;
}

.navfix-mobile-game {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f5f7fc;
  color: #16315f;
  text-decoration: none;
}

.navfix-mobile-game img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 38px;
}

.navfix-chevron {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}

.navfix-chevron-down {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.navfix-accordion[aria-expanded="true"] .navfix-chevron-down {
  transform: rotate(225deg);
}

.navfix-current {
  border-color: #16315f !important;
  box-shadow: inset 0 0 0 1px #16315f;
}

.navfix-login-action {
  background: #f7fbeb;
  border-color: #dfe8b8;
  color: #7e9814;
}

@media (max-width: 1220px) {
  .navfix-panel {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .navfix-panel-grid {
    grid-template-columns: repeat(2, 60px);
  }
}

@media (max-width: 560px) {
  .navfix-panel-grid {
    grid-template-columns: 60px;
  }

  .navfix-drawer {
    width: 100vw;
    padding-inline: 16px;
  }
}

main.mjs-shop-host {
  min-height: auto;
}

.mjs-shop {
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 20px 88px;
  color: #003b8f;
}

.mjs-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.mjs-step {
  position: relative;
  text-align: center;
}

.mjs-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% + 26px);
  width: calc(100% - 52px);
  height: 2px;
  background: #d8d1c0;
}

.mjs-step-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-bottom: 8px;
  border: 2px solid #d4cebc;
  border-radius: 999px;
  background: #fffdf7;
  color: #003b8f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.mjs-step.is-active .mjs-step-dot {
  border-color: #4d63ec;
  background: #4d63ec;
  color: #ffffff;
}

.mjs-step-label {
  display: block;
  color: #003b8f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.mjs-shop-title {
  margin: 0 0 18px;
  color: #003b8f;
  font-family: var(--typography--font-family-heading, inherit);
  font-size: clamp(40px, 4vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.mjs-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(33, 51, 86, 0.12);
}

.mjs-ticket-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 14px;
  margin-bottom: 10px;
}

.mjs-ticket-title {
  margin: 0;
  color: #003b8f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.mjs-ticket-date {
  margin: 2px 0 16px;
  color: #244a86;
  font-size: 14px;
  line-height: 1.3;
}

.mjs-qty-box {
  display: inline-grid;
  grid-template-columns: 40px 1fr 40px;
  align-items: center;
  border: 4px solid #ece5d4;
  border-radius: 10px;
  overflow: hidden;
}

.mjs-qty-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: #ffffff;
  color: #003b8f;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}

.mjs-qty-value {
  min-width: 30px;
  text-align: center;
  color: #003b8f;
  font-size: 22px;
  line-height: 1;
}

.mjs-ticket-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  min-width: 146px;
}

.mjs-ticket-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 38px;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(0, 59, 143, 0.06);
}

.mjs-ticket-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mjs-ticket-price {
  text-align: right;
}

.mjs-ticket-total {
  display: block;
  color: #003b8f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.1;
}

.mjs-ticket-meta {
  display: block;
  color: #003b8f;
  font-size: 14px;
  line-height: 1.2;
}

.mjs-section-title {
  margin: 0 0 10px;
  color: #003b8f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.mjs-frequency-card {
  padding: 2px 0;
  margin-bottom: 12px;
}

.mjs-option {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  width: 100%;
  padding: 14px 14px 12px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.mjs-option + .mjs-option {
  border-top: 1px solid rgba(0, 59, 143, 0.08);
}

.mjs-option-radio {
  position: relative;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border: 2px solid #adb1bd;
  border-radius: 999px;
  box-sizing: border-box;
}

.mjs-option.is-active .mjs-option-radio {
  border-color: #5163ee;
}

.mjs-option.is-active .mjs-option-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: #5163ee;
}

.mjs-option-title {
  color: #003b8f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.mjs-option-subtitle {
  display: block;
  margin-top: 6px;
  color: #244a86;
  font-size: 14px;
  line-height: 1.35;
}

.mjs-cta-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 74px;
}

.mjs-cta {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background: var(--primary--primary, #7bc700);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.mjs-cta-price {
  font-size: 28px;
  line-height: 1;
}

.mjs-faq-title {
  margin: 0 0 14px;
  color: #003b8f;
  font-family: var(--typography--font-family-heading, inherit);
  font-size: clamp(34px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1;
}

.mjs-faq-list {
  border-top: 1px solid rgba(0, 59, 143, 0.18);
}

.mjs-faq-item {
  border-bottom: 1px solid rgba(0, 59, 143, 0.18);
}

.mjs-faq-item summary {
  position: relative;
  padding: 18px 40px 18px 0;
  list-style: none;
  color: #003b8f;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.mjs-faq-item summary::-webkit-details-marker {
  display: none;
}

.mjs-faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}

.mjs-faq-item[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.mjs-faq-content {
  padding: 0 0 18px;
  color: #244a86;
  font-size: 15px;
  line-height: 1.6;
}

.mjs-faq-content p {
  margin: 0 0 12px;
}

.mjs-faq-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .mjs-shop {
    padding-inline: 16px;
  }

  .mjs-steps {
    gap: 12px;
  }

  .mjs-step:not(:last-child)::after {
    left: calc(50% + 18px);
    width: calc(100% - 36px);
  }

  .mjs-step-label {
    font-size: 12px;
  }

  .mjs-ticket-card {
    grid-template-columns: 1fr;
  }

  .mjs-ticket-side {
    flex-direction: row;
    align-items: flex-end;
    min-width: 0;
  }

  .mjs-cta-row {
    margin-bottom: 52px;
  }
}

@media (max-width: 560px) {
  .mjs-shop {
    padding-top: 20px;
  }

  .mjs-shop-title {
    font-size: 34px;
  }

  .mjs-step-label {
    font-size: 11px;
  }

  .mjs-ticket-side {
    align-items: center;
  }

  .mjs-ticket-total {
    font-size: 17px;
  }

  .mjs-cta {
    width: 100%;
    justify-content: space-between;
  }
}

.myn-host {
  background: #f4efdd;
}

.myn-page {
  min-height: 480px;
  padding: 46px 16px 72px;
}

.myn-shell {
  width: min(100%, 640px);
  margin: 0 auto;
  text-align: center;
}

.myn-title {
  margin: 0 0 22px;
  color: #16315f;
  font-family: var(--typography--font-family-heading, inherit);
  font-size: clamp(34px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.02;
}

.myn-card {
  padding: 18px 18px 16px;
  border: 1px solid rgba(22, 49, 95, 0.1);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(22, 49, 95, 0.12);
}

.myn-copy {
  margin: 0;
  color: #425373;
  font-size: 14px;
  line-height: 1.55;
}

.myn-action {
  display: flex;
  justify-content: center;
  margin: 18px 0 14px;
}

.myn-login-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--primary--primary, #7bc700);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.myn-divider {
  height: 1px;
  margin: 0;
  background: rgba(22, 49, 95, 0.14);
}

.myn-register-copy {
  margin: 12px 0 4px;
  color: #7b8598;
  font-size: 13px;
  line-height: 1.4;
}

.myn-register-link {
  color: #16315f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}

.myn-register-link:hover,
.myn-register-link:focus-visible {
  text-decoration: underline;
}

.kls-host {
  background: linear-gradient(180deg, #f8f5ec 0%, #ffffff 240px);
}

.kls-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 64px;
  color: #16315f;
}

.kls-loading,
.kls-empty {
  padding: 28px 24px;
  border: 1px solid rgba(22, 49, 95, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(14, 42, 94, 0.08);
  font-size: 16px;
  line-height: 1.6;
}

.kls-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}

.kls-hero-copy,
.kls-hero-panel {
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(14, 42, 94, 0.08);
}

.kls-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.kls-eyebrow {
  margin: 0;
  color: #7bc700;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kls-title {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.kls-lead {
  margin: 0;
  max-width: 42rem;
  color: #4e6285;
  font-size: 18px;
  line-height: 1.6;
}

.kls-search {
  display: grid;
  gap: 8px;
  margin-top: 6px;
}

.kls-search-label {
  font-size: 14px;
  font-weight: 700;
}

.kls-search-input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(22, 49, 95, 0.14);
  border-radius: 16px;
  background: #f8fbff;
  color: #16315f;
  font: inherit;
}

.kls-search-input:focus {
  outline: 2px solid rgba(123, 199, 0, 0.28);
  outline-offset: 0;
  border-color: rgba(123, 199, 0, 0.45);
}

.kls-hero-panel {
  display: grid;
  align-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at top right, rgba(123, 199, 0, 0.18), transparent 42%),
    #ffffff;
}

.kls-hero-logo {
  width: min(100%, 220px);
  height: auto;
}

.kls-quick-links {
  display: grid;
  gap: 10px;
}

.kls-quick-link,
.kls-block-link,
.kls-question-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  background: #f5f8ff;
  color: #16315f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.kls-quick-link:hover,
.kls-quick-link:focus-visible,
.kls-block-link:hover,
.kls-block-link:focus-visible,
.kls-question-link:hover,
.kls-question-link:focus-visible {
  background: #ecf3dd;
  transform: translateY(-1px);
}

.kls-content {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 24px;
  margin-top: 24px;
}

.kls-main,
.kls-sidebar {
  display: grid;
  gap: 20px;
}

.kls-section,
.kls-side-group {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(14, 42, 94, 0.08);
}

.kls-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.kls-section-title,
.kls-side-group-title,
.kls-side-title {
  margin: 0;
}

.kls-side-group-title {
  font-size: 24px;
}

.kls-side-subtitle {
  margin: 8px 0 0;
  color: #4e6285;
  font-size: 15px;
  line-height: 1.6;
}

.kls-question-list {
  display: grid;
  gap: 12px;
}

.kls-question {
  border: 1px solid rgba(22, 49, 95, 0.1);
  border-radius: 18px;
  background: #fbfcff;
  overflow: hidden;
}

.kls-question[hidden],
.kls-section[hidden],
.kls-empty[hidden] {
  display: none !important;
}

.kls-question-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 700;
}

.kls-question-summary::-webkit-details-marker {
  display: none;
}

.kls-question-icon {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.kls-question[open] .kls-question-icon {
  transform: rotate(225deg);
}

.kls-question-body {
  display: grid;
  gap: 16px;
  padding: 0 20px 20px;
  color: #4e6285;
}

.kls-richtext {
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-line;
}

.kls-richtext p {
  margin: 0 0 12px;
}

.kls-richtext p:last-child {
  margin-bottom: 0;
}

.kls-richtext a {
  color: #16315f;
  font-weight: 700;
}

.kls-question-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.kls-sidebar {
  align-content: start;
}

.kls-side-card {
  padding: 20px;
  border: 1px solid rgba(22, 49, 95, 0.08);
  border-radius: 18px;
  background: #f9fbff;
}

.kls-side-title {
  margin-bottom: 10px;
  font-size: 19px;
}

@media (max-width: 980px) {
  .kls-hero,
  .kls-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .myn-page {
    min-height: auto;
    padding: 30px 12px 48px;
  }

  .myn-title {
    margin-bottom: 18px;
    font-size: 34px;
  }

  .myn-card {
    padding: 16px 14px 14px;
  }

  .kls-page {
    width: min(100% - 20px, 1180px);
    padding: 24px 0 48px;
  }

  .kls-hero-copy,
  .kls-hero-panel,
  .kls-section,
  .kls-side-group {
    padding: 22px;
    border-radius: 20px;
  }

  .kls-title {
    font-size: 36px;
  }

  .kls-question-summary {
    padding: 16px 18px;
    font-size: 16px;
  }

  .kls-question-body {
    padding: 0 18px 18px;
  }
}
