.meuzap-public {
  width: min(1540px, 100%);
  margin: 0 auto;
  font-family: "Sora", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.meuzap-free-banner {
  position: relative;
  display: flex;
  width: min(1120px, calc(100% - 20px));
  min-height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  padding: 4px 12px;
  border: 1px solid #bfe8ce;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(18, 140, 94, 0.11) 0%, rgba(255, 255, 255, 0.92) 52%, rgba(18, 140, 94, 0.1) 100%);
  color: #123d2b;
  text-align: center;
  box-shadow: 0 14px 34px rgba(18, 140, 94, 0.1);
  overflow: hidden;
}

.meuzap-free-banner::before {
  display: none;
}

.meuzap-type-line {
  display: inline-flex;
  max-width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
}

.meuzap-type-text {
  display: inline-block;
  width: 0;
  max-width: 100%;
  overflow: hidden;
  border-right: 2px solid #128c5e;
  color: #123d2b;
  font-size: clamp(0.72rem, 1.16vw, 0.96rem);
  font-weight: 800;
  line-height: 1.1;
  white-space: nowrap;
  animation: meuzap-typewriter 9s steps(88, end) infinite;
}

.meuzap-type-text strong,
.meuzap-type-text em {
  background: linear-gradient(90deg, #0d6b4a 0%, #128c5e 42%, #18b777 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.meuzap-type-text strong {
  font-weight: 950;
  text-transform: uppercase;
}

.meuzap-type-text em {
  font-style: normal;
  font-weight: 900;
}

@keyframes meuzap-typewriter {
  0%,
  8% {
    width: 0;
  }

  46%,
  74% {
    width: 88ch;
  }

  92%,
  100% {
    width: 0;
  }
}

.meuzap-public-grid {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: center;
}

.meuzap-public-main {
  width: min(1120px, 100%);
  flex: 1 1 auto;
  container-type: inline-size;
}

.meuzap-public-side {
  width: min(300px, 100%);
  flex: 0 0 300px;
}

.meuzap-public-side:empty {
  display: none;
}

.meuzap-ad-slot {
  display: grid;
  gap: 12px;
  margin: 16px auto;
  justify-items: center;
}

.meuzap-ad-slot:empty {
  display: none;
}

.meuzap-ad {
  display: block;
  width: 100%;
  max-width: 970px;
  overflow: hidden;
  border: 1px solid #dce6de;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.meuzap-ad img {
  display: block;
  width: 100%;
  height: auto;
}

.meuzap-ad-html {
  padding: 0;
}

.meuzap-ad-slot-left,
.meuzap-ad-slot-right {
  margin-top: 0;
}

.meuzap-ad-slot-left .meuzap-ad,
.meuzap-ad-slot-right .meuzap-ad {
  max-width: 300px;
}

.meuzap-ad-slot-result .meuzap-ad,
.meuzap-ad-slot-after_form .meuzap-ad {
  max-width: 728px;
}

.meuzap-ad-device-mobile {
  display: none;
}

.meuzap-embed {
  --meuzap-ink: #13201a;
  --meuzap-muted: #5e6b64;
  --meuzap-line: #dce6de;
  --meuzap-green: #128c5e;
  --meuzap-green-dark: #0d6b4a;
  --meuzap-soft: #f5f8f2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 4vw, 42px);
  width: min(1120px, 100%);
  margin: 0 auto;
  color: var(--meuzap-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.meuzap-intro,
.meuzap-panel {
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(23, 48, 37, 0.12);
}

.meuzap-intro {
  padding: clamp(20px, 4vw, 34px);
}

.meuzap-panel {
  padding: clamp(18px, 3vw, 28px);
}

.meuzap-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.meuzap-logo-frame {
  display: grid;
  width: min(300px, 100%);
  min-width: 0;
  min-height: 138px;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 140, 94, 0.16);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #effbf4 100%);
  box-shadow: 0 16px 34px rgba(18, 140, 94, 0.16);
}

.meuzap-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.meuzap-brand-copy {
  display: none;
}

.meuzap-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.meuzap-brand p {
  margin: 0 0 4px;
  color: var(--meuzap-green-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.meuzap-brand h2 {
  margin: 0;
  color: var(--meuzap-ink);
  font-size: clamp(2.2rem, 6vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

@container (max-width: 900px) {
  .meuzap-embed,
  .meuzap-grid,
  .meuzap-result-grid,
  .meuzap-history-item {
    grid-template-columns: 1fr;
  }

  .meuzap-public-side {
    display: none;
  }
}

.meuzap-mark {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 8px;
  background: var(--meuzap-green);
}

.meuzap-mark::before {
  position: absolute;
  inset: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  content: "";
}

.meuzap-mark::after {
  position: absolute;
  right: 16px;
  bottom: 13px;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
}

.meuzap-lead {
  margin: 20px 0 24px;
  color: var(--meuzap-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.meuzap-preview {
  overflow: hidden;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #e9f4ea;
}

.meuzap-preview-top {
  min-height: 44px;
  padding: 12px 16px;
  background: #20392e;
  color: #fff;
  font-weight: 800;
}

.meuzap-preview-body {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 14px;
  justify-content: flex-end;
  padding: 18px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.54) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.54) 1px, transparent 1px);
  background-size: 22px 22px;
}

.meuzap-preview-body span,
.meuzap-preview-body strong {
  max-width: min(84%, 310px);
  padding: 12px 14px;
  border-radius: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.meuzap-preview-body span {
  align-self: flex-start;
  background: #fff;
}

.meuzap-preview-body strong {
  align-self: flex-end;
  background: #dff7e7;
}

.meuzap-embed form,
.meuzap-embed label {
  display: grid;
  gap: 8px;
}

.meuzap-embed label {
  margin-bottom: 18px;
  font-weight: 760;
}

.meuzap-embed label > span,
.meuzap-result label > span {
  color: var(--meuzap-ink);
  font-size: 0.94rem;
  font-weight: 800;
}

.meuzap-embed small {
  color: var(--meuzap-muted);
  font-size: 0.82rem;
  font-weight: 650;
}

.meuzap-grid {
  display: grid;
  grid-template-columns: minmax(150px, 0.75fr) minmax(210px, 1.25fr);
  gap: 14px;
}

.meuzap-embed input,
.meuzap-embed textarea,
.meuzap-embed select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #fff;
  color: var(--meuzap-ink);
  font: inherit;
  outline: none;
}

.meuzap-embed input,
.meuzap-embed select {
  padding: 0 13px;
}

.meuzap-embed textarea {
  min-height: 112px;
  padding: 13px;
  resize: vertical;
  line-height: 1.4;
}

.meuzap-embed input:focus,
.meuzap-embed textarea:focus,
.meuzap-embed select:focus {
  border-color: var(--meuzap-green);
  box-shadow: 0 0 0 4px rgba(18, 140, 94, 0.12);
}

.meuzap-slug-row,
.meuzap-output {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #fff;
}

.meuzap-slug-row:focus-within,
.meuzap-output:focus-within {
  border-color: var(--meuzap-green);
  box-shadow: 0 0 0 4px rgba(18, 140, 94, 0.12);
}

.meuzap-slug-row span {
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-right: 1px solid var(--meuzap-line);
  background: var(--meuzap-soft);
  color: var(--meuzap-muted);
  font-weight: 800;
  white-space: nowrap;
}

.meuzap-slug-row input,
.meuzap-output input {
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.meuzap-output {
  grid-template-columns: 1fr auto;
}

.meuzap-output button {
  border: 0;
  border-left: 1px solid var(--meuzap-line);
  background: var(--meuzap-soft);
  color: var(--meuzap-green-dark);
  font-weight: 850;
}

.meuzap-actions,
.meuzap-result-grid > div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.meuzap-primary,
.meuzap-secondary,
.meuzap-dark,
.meuzap-output button {
  min-height: 48px;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 16px;
  text-decoration: none;
  font: inherit;
  font-weight: 850;
}

.meuzap-primary {
  border: 1px solid transparent;
  background: var(--meuzap-green);
  color: #fff;
}

.meuzap-secondary {
  border: 1px solid var(--meuzap-line);
  background: #fff;
  color: var(--meuzap-ink);
}

.meuzap-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: var(--meuzap-ink);
  color: #fff;
}

.meuzap-result {
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--meuzap-line);
}

.meuzap-result-grid {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 18px;
  align-items: start;
}

.meuzap-result-grid img {
  width: 168px;
  height: 168px;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #fff;
}

.meuzap-destination {
  width: 100%;
  margin: 2px 0 0;
  padding: 12px;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: var(--meuzap-soft);
  color: var(--meuzap-muted);
  font-size: 0.86rem;
}

.meuzap-destination code {
  color: var(--meuzap-green-dark);
  overflow-wrap: anywhere;
}

.meuzap-history {
  margin-top: 24px;
}

.meuzap-history h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.meuzap-history-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: #fff;
}

.meuzap-history-item + .meuzap-history-item {
  margin-top: 10px;
}

.meuzap-history-item code {
  color: var(--meuzap-green-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.meuzap-history-item button,
.meuzap-history-item a {
  min-height: 38px;
  border: 1px solid var(--meuzap-line);
  border-radius: 8px;
  background: var(--meuzap-soft);
  color: var(--meuzap-ink);
  padding: 0 10px;
  text-decoration: none;
  font-weight: 800;
}

.meuzap-footer {
  display: flex;
  width: min(1120px, 100%);
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 18px auto 0;
  padding: 18px;
  border: 1px solid #dce6de;
  border-radius: 8px;
  background: #ffffff;
  color: #13201a;
  box-shadow: 0 14px 34px rgba(23, 48, 37, 0.08);
}

.meuzap-footer img {
  width: 92px;
  height: auto;
  object-fit: contain;
}

.meuzap-footer strong,
.meuzap-footer span {
  display: block;
}

.meuzap-footer strong {
  font-size: 1.15rem;
}

.meuzap-footer span {
  color: #5e6b64;
  font-weight: 650;
}

.meuzap-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 999999;
  max-width: min(360px, calc(100% - 36px));
  padding: 12px 14px;
  border-radius: 8px;
  background: #13201a;
  color: #fff;
  font-weight: 760;
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  pointer-events: none;
}

.meuzap-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.meuzap-embed [hidden] {
  display: none !important;
}

@media (max-width: 860px) {
  .meuzap-embed {
    grid-template-columns: 1fr;
  }

  .meuzap-public-grid {
    display: block;
  }

  .meuzap-public-side {
    display: none;
  }
}

@media (max-width: 580px) {
  .meuzap-free-banner {
    min-height: 34px;
    padding: 3px 8px;
  }

  .meuzap-type-text {
    font-size: clamp(0.6rem, 2.4vw, 0.74rem);
  }

  .meuzap-logo {
    width: 220px;
  }

  .meuzap-logo-frame {
    width: min(240px, 100%);
    min-width: 0;
    min-height: 118px;
  }

  .meuzap-footer {
    flex-direction: column;
    text-align: center;
  }

  .meuzap-ad-device-desktop {
    display: none;
  }

  .meuzap-ad-device-mobile {
    display: block;
  }

  .meuzap-ad-slot {
    margin: 12px auto;
  }

  .meuzap-grid,
  .meuzap-result-grid,
  .meuzap-history-item {
    grid-template-columns: 1fr;
  }

  .meuzap-slug-row {
    grid-template-columns: 1fr;
  }

  .meuzap-slug-row span {
    justify-content: start;
    min-height: 38px;
    border-right: 0;
    border-bottom: 1px solid var(--meuzap-line);
  }

  .meuzap-primary,
  .meuzap-secondary,
  .meuzap-dark {
    width: 100%;
  }
}


