@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 300;
  src: url("../font/FuturaCyrillicLight.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 400;
  src: url("../font/FuturaCyrillicBook.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 500;
  src: url("../font/FuturaCyrillicMedium.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 600;
  src: url("../font/FuturaCyrillicDemi.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 700;
  src: url("../font/FuturaCyrillicBold.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 800;
  src: url("../font/FuturaCyrillicExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-weight: 900;
  src: url("../font/FuturaCyrillicHeavy.woff") format("woff");
}

.lmp-body {
  font-family: "Futura", Arial, sans-serif;
  background: #030303;
}

.lmp-bg-media {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  filter: brightness(0.45);
  z-index: 0;
}

.lmp-bg-media-embed {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.03);
  border: 0;
  pointer-events: none;
  filter: brightness(0.75);
  z-index: 0;
}
.line-hegt{
	line-height: 1.6 !important;
}
input.input-b-none{
	border-bottom: 0px solid #e3e7e8 !important;
}
.lmp-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, var(--lmp-overlay-opacity, 0.58));
  z-index: 1;
}

.lmp-panel {
  max-width: 520px;
  margin-top: var(--lmp-panel-top, 11vh);
  --lmp-panel-scale: var(--lmp-content-scale-desktop, 1);
  transform: scale(var(--lmp-panel-scale, 1));
  transform-origin: center top;
  will-change: transform;
  backface-visibility: hidden;
}

.lmp-main-logo {
  max-height: 96px;
  width: auto;
  max-width: min(70vw, 420px);
}
.lmp-brand-title.mb-4{
  margin-bottom: 2.5rem !important;
}
.lmp-brand-title {
  color: var(--lmp-title-color, #fff);
  margin: 0 0 0.45rem;
  font-size: clamp(var(--lmp-title-min, 45px), 8.7vw, var(--lmp-title-max, 80px));
  font-weight: 700;
  letter-spacing: var(--lmp-title-letter, 0.01em);
  line-height: 0.95;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: 0 2px 11px rgba(0, 0, 0, 0.45);
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.lmp-subtitle {
  color: var(--lmp-subtitle-color, #fff);
  margin: 0.35rem 0 1.35rem;
  font-size: var(--lmp-subtitle-size, 14px);
  letter-spacing: var(--lmp-subtitle-letter, 0.1em);
  opacity: 0.92;
  text-transform: uppercase;
}
button.lmp-btn.mode-maintaince {
 background: transparent !important;
    border: none !important;
}
.lmp-sound-toggle {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 12;
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 30px;
  padding: 0.24rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-family: "Futura", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(2px);
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.lmp-sound-toggle:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.85);
}
.lmp-countdown-row {
  display: grid;
  gap: 0.28rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto 0;
  max-width: 500px;
}

.lmp-countdown-item {
  text-align: center;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.84); */
  padding: 0 0.2rem 0.31rem;
  color: var(--lmp-countdown-color, #fff);
}

.lmp-countdown-item span {
  display: block;
  font-size: var(--lmp-count-num, 64px);
  line-height: 0.98;
  font-weight: 700;
  /* font-style: italic; */
}

.lmp-countdown-item small {
  display: block;
  margin-top: 0.07rem;
  font-size: var(--lmp-count-label, 16px);
  letter-spacing: 0.1em;
  opacity: 0.9;
}

.lmp-join-form {
  margin: 1.35rem auto 0;
  max-width: 500px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--lmp-form-gap, 0.8rem);
  align-items: end;
}

.lmp-field {
  position: relative;
  text-align: center !important;
  padding-bottom: 10px;
}

.lmp-field::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--lmp-underline-color, rgba(255, 255, 255, 0.83));
}

.lmp-input {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0.45rem 0 0.5rem;
  outline: none;
  width: 100%;
  border-radius: 0;
  text-align: center !important;
  /* text-transform: uppercase; */
  font-size: var(--lmp-field-size, 16px);
  font-family: "Futura";
  letter-spacing: 0.095em;
  font-weight: 600;
}

.lmp-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.lmp-join-form-early {
  grid-template-columns: 1fr;
  width: min(100%, 360px);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  gap: 0.35rem;
}

.lmp-join-form-early .lmp-field {
  grid-column: 1;
  width: 100%;
}

.lmp-join-form-early .lmp-btn {
  grid-column: 1;
  width: 220px;
  margin-top: 0.35rem;
}

.lmp-input-password {
  letter-spacing: 0.01em;
  text-transform: none;
  font-size: clamp(14px, 2.2vw, var(--lmp-field-size, 16px));
}

.lmp-input-password::placeholder {
  letter-spacing: 0.06em;
  font-size: 0.92em;
  white-space: nowrap;
}

.lmp-btn {
  margin: 1.15rem auto 0.35rem;
  grid-column: 1 / -1;
  border: 0;
  color: var(--lmp-button-text-color, #fff);
  width: 182px;
  padding: 0.52rem 0.2rem 0.5rem;
  font-size: var(--lmp-button-size, 14px);
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Futura" !important;
  text-transform: uppercase;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  cursor: pointer;
}

.lmp-consent-note {
  grid-column: 1 / -1;
  margin: 0.45rem auto 0;
  max-width: 500px;
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
  text-align: left;
}

.lmp-consent-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.2rem;
  z-index: 50;
}

.lmp-consent-modal[aria-hidden="false"] {
  display: flex;
}

.lmp-consent-modal__backdrop {
  position: absolute;
  inset: 0;
}

.lmp-consent-modal__dialog {
  position: relative;
  width: min(92vw, 560px);
  margin: 0;
  background: rgba(10, 10, 10, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  box-shadow: none;
  padding: 1.15rem 1.15rem 1rem;
  color: rgba(255, 255, 255, 0.96);
}

.lmp-consent-modal__dialog h3 {
  margin: 0 0 0.55rem;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lmp-consent-modal__dialog p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.lmp-consent-modal__actions {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 0.95rem;
  flex-wrap: wrap;
}

.lmp-btn.lmp-btn-consent-cancel {
  width: auto;
  min-width: 128px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  opacity: 1;
}

.lmp-consent-modal__actions .lmp-btn {
  width: auto;
  min-width: 152px;
  margin: 0;
  padding: 0.56rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.04em;
  font-size: 13px;
}

.lmp-consent-modal__actions #lmp-consent-confirm {
  background: #ffffff;
  border-color: #ffffff;
  color: #111111;
}

.lmp-consent-modal__actions .lmp-btn:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.lmp-consent-modal__actions #lmp-consent-confirm:hover {
  background: #f0f0f0;
}

@media (max-width: 680px) {
  .lmp-consent-modal {
    padding: 0.9rem;
  }

  .lmp-consent-modal__dialog {
    border-radius: 10px;
    padding: 0.95rem;
  }

  .lmp-consent-modal__dialog h3 {
    font-size: 16px;
  }

  .lmp-consent-modal__dialog p {
    font-size: 13px;
    line-height: 1.5;
  }

  .lmp-consent-modal__actions {
    justify-content: center;
    gap: 0.45rem;
  }

  .lmp-consent-modal__actions .lmp-btn,
  .lmp-btn.lmp-btn-consent-cancel {
    width: auto;
    min-width: 120px;
    padding: 0.52rem 0.65rem;
  }
}

body.lmp-consent-open {
  overflow: hidden;
}

.lmp-btn {
  border-top: 1px solid var(--lmp-button-border-color, rgba(255, 255, 255, 0.72));
  border-bottom: 1px solid var(--lmp-button-border-color, rgba(255, 255, 255, 0.72));
}

.lmp-btn:hover {
  opacity: 1;
  /* background: rgba(0, 0, 0, 0.55); */
}
.lmp-msg {
  max-width: 520px;
  margin: 0.7rem auto 0;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  padding: 0.95rem 1.1rem;
  border: 2px solid;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  position: relative;
}

.lmp-msg-success {
  color: #8ff7b4;
  border-color: rgba(143, 247, 180, 0.95);
}

.lmp-msg-error {
  color: #ff9898;
  border-color: rgba(255, 152, 152, 0.98);
}

.lmp-msg-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.lmp-msg-progress-bar {
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background: currentColor;
  opacity: 0.9;
  animation: lmpMsgProgress 5s linear forwards;
}

@keyframes lmpMsgProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.lmp-card-enter {
  animation: lmpFadeUp 0.8s ease-out both;
}

@keyframes lmpFadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .lmp-panel {
    margin-top: 7vh;
  }

  .lmp-countdown-row {
    margin-top: 1rem;
    max-width: 470px;
    gap: 0.34rem;
  }
}

@media (max-width: 680px) {
  .lmp-panel {
    margin-top: 5vh;
    --lmp-panel-scale: var(--lmp-content-scale-mobile, 1);
  }

  .lmp-brand-title {
    font-size: clamp(1.9rem, 9.8vw, 3.1rem);
    letter-spacing: 0.005em;
  }
  .lmp-sound-toggle {
    right: 10px;
    bottom: 12px;
    min-width: 108px;
    min-height: 27px;
    padding: 0.2rem 0.62rem;
    font-size: 11px;
  }
  .lmp-countdown-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 290px;
  }

  .lmp-join-form {
    grid-template-columns: 1fr;
    max-width: 290px;
    gap: 0.45rem;
  }

  .lmp-join-form-early {
    grid-template-columns: 1fr;
    max-width: 290px;
    width: min(100%, 290px);
  }

  .lmp-btn {
    width: 170px;
    margin-top: 0.52rem;
  }
}

/* Safari: prevent glyph wrap glitches on transformed/italic headings */
@supports (-webkit-touch-callout: none) {
  .lmp-panel {
    transform: translateZ(0) scale(var(--lmp-panel-scale, 1));
  }

  .lmp-brand-title {
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }
}
