.n93-fmp {
  position: fixed;
  inset: 0;
  z-index: 10080;
  display: none;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: rgba(4, 6, 10, .66);
  backdrop-filter: blur(7px);
  overscroll-behavior: contain;
}

.n93-fmp.is-open {
  display: flex;
}

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

.n93-fmp__dialog {
  position: relative;
  width: min(720px, calc(100vw - 24px));
  max-width: 100%;
  max-height: calc(100dvh - 36px);
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff7e8;
  background: #10141a;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .54);
  isolation: isolate;
  animation: n93FmpGlow 2.6s ease-in-out infinite;
}

.n93-fmp__dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 222, 89, .18), transparent 18%),
    linear-gradient(90deg, rgba(9, 11, 15, .98) 0%, rgba(9, 11, 15, .92) 41%, rgba(9, 11, 15, .22) 60%, rgba(9, 11, 15, 0) 100%),
    linear-gradient(0deg, rgba(8, 10, 13, .24), rgba(8, 10, 13, 0) 58%);
}

.n93-fmp__dialog::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 222, 89, .2), inset 0 0 44px rgba(255, 222, 89, .08);
}

.n93-fmp__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: saturate(1.08) contrast(1.04);
}

.n93-fmp__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 50%;
  color: #fff;
  background: rgba(6, 8, 12, .82);
  box-shadow: 0 0 24px rgba(255, 222, 89, .2);
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.n93-fmp__close::before,
.n93-fmp__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.n93-fmp__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.n93-fmp__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.n93-fmp__content {
  position: relative;
  z-index: 2;
  width: min(350px, 48%);
  min-height: 300px;
  max-height: calc(100dvh - 36px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 18px 14px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.n93-fmp__eyebrow {
  width: fit-content;
  padding: 7px 10px;
  border: 1px solid rgba(255, 222, 89, .55);
  border-radius: 999px;
  color: #ffde59;
  background: rgba(217, 181, 109, .13);
  box-shadow: 0 0 22px rgba(255, 222, 89, .16);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.n93-fmp__title {
  margin: 0;
  max-width: 340px;
  color: #fff7e8;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.n93-fmp__lead {
  margin: 0;
  max-width: 340px;
  color: rgba(255, 247, 232, .8);
  font-size: 12.5px;
  line-height: 1.28;
}

.n93-fmp__timer {
  width: min(350px, 100%);
  padding: 8px 10px;
  border: 1px solid rgba(255, 222, 89, .58);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 222, 89, .18), rgba(255, 63, 142, .1));
  box-shadow: 0 0 32px rgba(255, 222, 89, .2), inset 0 0 22px rgba(255, 222, 89, .08);
  animation: n93FmpTimer 1.25s ease-in-out infinite;
}

.n93-fmp__timer-label {
  display: block;
  color: #ffde59;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 222, 89, .7);
}

.n93-fmp__timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  max-width: 300px;
  margin-top: 7px;
}

.n93-fmp__timer-grid span {
  min-width: 0;
  padding: 6px 4px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  text-align: center;
  background: rgba(5, 7, 11, .56);
}

.n93-fmp__timer-grid strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(255, 222, 89, .48);
}

.n93-fmp__timer-grid em {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.n93-fmp__risks {
  display: grid;
  gap: 7px;
  width: min(350px, 100%);
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(6, 8, 12, .48);
  backdrop-filter: blur(8px);
  box-shadow: 0 0 28px rgba(255, 63, 142, .1);
}

.n93-fmp__risks strong {
  color: #ffdf91;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.n93-fmp__risks ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .9);
  font-size: 11px;
  line-height: 1.2;
}

.n93-fmp__risks li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
}

.n93-fmp__risks li::before {
  content: "!";
  display: grid;
  place-items: center;
  width: 16px;
  height: 15px;
  padding-top: 4px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  color: #fff9d7;
  background: rgba(255, 222, 89, .18);
  font-size: 10px;
  font-weight: 900;
  text-shadow: 0 0 8px rgba(255, 222, 89, .9);
  filter: drop-shadow(0 0 7px rgba(255, 222, 89, .85)) drop-shadow(0 0 14px rgba(255, 63, 142, .46));
  animation: n93FmpWarning 1.05s ease-in-out infinite;
}

.n93-fmp__submit {
  width: min(350px, 100%);
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #15100a;
  background: linear-gradient(135deg, #ffde59, #ff9b3d 48%, #ff3f8e);
  box-shadow: 0 0 30px rgba(255, 222, 89, .3), 0 16px 34px rgba(255, 63, 142, .22);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.n93-fmp__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(255, 222, 89, .42), 0 18px 38px rgba(255, 63, 142, .28);
}

.n93-fmp__submit:disabled {
  cursor: default;
  opacity: .75;
  transform: none;
}

.n93-fmp__form {
  width: min(350px, 100%);
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(5, 7, 11, .68);
  backdrop-filter: blur(8px);
}

.n93-fmp__form[hidden] {
  display: none;
}

.n93-fmp__trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.n93-fmp__fields {
  display: grid;
  gap: 8px;
  width: 100%;
}

.n93-fmp__input {
  display: block;
  width: 100% !important;
  height: 42px;
  min-width: 0;
  max-width: 100% !important;
  flex: none !important;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  padding: 0 12px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: 14px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.n93-fmp__input::placeholder {
  color: rgba(255, 255, 255, .56);
}

.n93-fmp__input:focus {
  border-color: rgba(255, 222, 89, .72);
  box-shadow: 0 0 0 3px rgba(255, 222, 89, .13);
}

.n93-fmp .n93-phone-picker-row {
  display: block !important;
  width: 100% !important;
}

.n93-fmp .n93-country-picker {
  display: none !important;
}

.n93-fmp .n93-phone-picker-row .n93-fmp__input {
  width: 100% !important;
}

.n93-fmp__channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.n93-fmp__channels label {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .06);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.n93-fmp__channels label.is-active {
  border-color: rgba(255, 222, 89, .7);
  color: #fff7d6;
  background: rgba(255, 222, 89, .13);
}

.n93-fmp__channels input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.n93-fmp__consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 8px;
  align-items: start;
  color: rgba(255, 255, 255, .7);
  font-size: 10px;
  line-height: 1.35;
  cursor: pointer;
}

.n93-fmp__consent input {
  position: absolute;
  opacity: 0;
}

.n93-fmp__consent span {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 222, 89, .65);
  border-radius: 5px;
  background: rgba(255, 255, 255, .08);
}

.n93-fmp__consent input:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #ffde59;
  border-bottom: 2px solid #ffde59;
  transform: rotate(40deg);
}

.n93-fmp__consent em {
  font-style: normal;
}

.n93-fmp__consent a {
  color: #ffdf91;
  text-decoration: underline;
}

.n93-fmp__msg {
  display: none;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.35;
}

.n93-fmp__msg.is-error {
  display: block;
  color: #fee2e2;
  border: 1px solid rgba(239, 68, 68, .3);
  background: rgba(239, 68, 68, .16);
}

.n93-fmp__msg.is-success {
  display: block;
  color: #d1fae5;
  border: 1px solid rgba(34, 197, 94, .28);
  background: rgba(34, 197, 94, .16);
}

@keyframes n93FmpGlow {
  0%, 100% { box-shadow: 0 34px 90px rgba(0, 0, 0, .54), 0 0 0 rgba(255, 222, 89, 0); }
  50% { box-shadow: 0 34px 90px rgba(0, 0, 0, .54), 0 0 38px rgba(255, 222, 89, .15); }
}

@keyframes n93FmpTimer {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.018); }
}

@keyframes n93FmpWarning {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@media (prefers-reduced-motion: reduce) {
  .n93-fmp__dialog,
  .n93-fmp__timer,
  .n93-fmp__risks li::before {
    animation: none;
  }
}

@media (max-width: 760px) {
  .n93-fmp {
    padding: 8px;
    align-items: flex-start;
    justify-content: center;
  }

  .n93-fmp__dialog {
    width: min(400px, calc(100vw - 16px));
    max-width: calc(100vw - 16px);
    min-height: 0;
    max-height: calc(100dvh - 16px);
  }

  .n93-fmp__dialog::before {
    background:
      linear-gradient(180deg, rgba(9, 11, 15, .94) 0%, rgba(9, 11, 15, .86) 58%, rgba(9, 11, 15, .28) 100%),
      linear-gradient(0deg, rgba(8, 10, 13, .44), rgba(8, 10, 13, 0) 70%);
  }

  .n93-fmp__image {
    object-position: 62% center;
  }

  .n93-fmp__content {
    width: 100%;
    min-height: 0;
    max-height: calc(100dvh - 16px);
    padding: 54px 12px 12px;
    justify-content: flex-start;
    gap: 7px;
  }

  .n93-fmp__title {
    max-width: 310px;
    font-size: 22px;
  }

  .n93-fmp__lead {
    max-width: 310px;
    font-size: 12px;
  }

  .n93-fmp__timer {
    padding: 7px 8px;
  }

  .n93-fmp__timer-grid {
    gap: 5px;
    margin-top: 5px;
  }

  .n93-fmp__timer-grid span {
    padding: 5px 3px;
  }

  .n93-fmp__risks {
    padding: 8px 9px;
    gap: 5px;
  }

  .n93-fmp__risks ul {
    gap: 4px;
  }

  .n93-fmp__fields {
    grid-template-columns: 1fr;
  }

  .n93-fmp__channels {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .n93-fmp__input {
    height: 44px;
    font-size: 16px;
  }

  .n93-fmp__submit {
    min-height: 46px;
  }
}
