

.wz-mo {

  --wz-mo-w: 262px;
  --wz-mo-h: 545px;
  --wz-mo-bez: 10px;
  --wz-mo-r-out: 42px;

  --wz-mo-r-in: 32px;

  --wz-mo-status: var(--wz-hp-status);

  --wz-mo-hijau: var(--wz-wa-teal);
  --wz-mo-hijau-tua: var(--wz-wa-teal-dark);
  --wz-mo-bubble: var(--wz-wa-bubble);
  --wz-mo-wall: var(--wz-wa-wall);
  --wz-mo-chrome: var(--wz-wa-in);
  --wz-mo-garis: var(--wz-hp-garis);
  --wz-mo-ink: var(--wz-wa-ink);
  --wz-mo-ink-soft: var(--wz-wa-meta);

  --wz-mo-glow: rgba(255, 197, 105, .58);

  position: relative;
  isolation: isolate;
  overflow: hidden;

  padding: var(--wz-sec-y) 20px;

  background: var(--wz-wash-soft);
  font-family: var(--wz-ui-font);
  color: var(--wz-ink, var(--wz-ink));
}

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

.wz-mo-h,
.wz-mo-sub,
.wz-mo-micro,
.wz-mo-rail { margin: 0; padding: 0; }
.wz-mo-rail { list-style: none; }

.wz-mo button,
.wz-mo button:hover,
.wz-mo button:focus,
.wz-mo button:active {
  border: 0;
  background: none;
  box-shadow: none;
  font: inherit;
  color: inherit;
}

.wz-mo-glow,
.wz-mo-glow2 {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.wz-mo-glow {
  top: 22%;
  left: 0;
  width: 680px;
  height: 680px;
  background: var(--wz-mo-glow);
  filter: blur(110px);
  transition: background-color 1.4s ease;
}

.wz-mo-glow2 {
  top: 8%;
  right: -6%;
  width: 480px;
  height: 480px;
  background: rgba(218, 51, 107, .13);
  filter: blur(120px);
}

.wz-mo-in {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}

.wz-mo-h em {
  display: block;
  font-style: normal;
  color: var(--wz-brand, var(--wz-brand));
}

.wz-mo-band {
  display: grid;
  grid-template-columns: minmax(0, 330px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;

  max-width: 900px;
  margin: 0 auto;
}

.wz-mo-stage {
  display: flex;
  justify-content: center;
}

.wz-mo-phone {
  position: relative;
  width: calc(var(--wz-mo-w) + var(--wz-mo-bez) * 2);
  padding: var(--wz-mo-bez);
  border-radius: var(--wz-mo-r-out);

  background: linear-gradient(145deg, #3a4152 0%, #191d27 38%, #0f131b 100%);

  box-shadow:
    0 2px 4px rgba(15, 23, 42, .18),
    0 16px 30px rgba(15, 23, 42, .14),
    0 40px 80px rgba(15, 23, 42, .2);

  transform: none;
}

.wz-mo-phone::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .14);
  pointer-events: none;
}

.wz-mo-phone::after {
  content: "";
  position: absolute;
  top: 116px;
  right: -2px;
  width: 3px;
  height: 56px;
  border-radius: 3px;
  background: linear-gradient(180deg, #4a5265, #232936);
}

.wz-mo-screen {
  position: relative;
  overflow: hidden;
  width: var(--wz-mo-w);
  height: var(--wz-mo-h);
  border-radius: var(--wz-mo-r-in);
  background: var(--wz-mo-chrome);
}

.wz-mo-status {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--wz-mo-status);
  padding: 0 18px 0 20px;
  background: var(--wz-mo-chrome);
  color: var(--wz-mo-ink);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .01em;
}

.wz-mo-status-kanan {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wz-mo-status svg {
  display: block;
  height: 11px;
  width: auto;
  fill: currentColor;
}

.wz-mo-poni {
  position: absolute;
  top: calc(var(--wz-mo-bez) + var(--wz-mo-h) * 0.0129);
  left: 50%;
  z-index: 4;
  width: calc(var(--wz-mo-w) * 0.318);
  height: calc(var(--wz-mo-h) * 0.0434);
  transform: translateX(-50%);
  border-radius: 999px;
  background: #0b0e14;
}

.wz-mo-poni::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #2c3444, #12161f 70%);
  box-shadow: inset 0 0 0 .5px rgba(255, 255, 255, .16);
}

.wz-mo-views {
  display: flex;
  width: 200%;
  height: calc(var(--wz-mo-h) - var(--wz-mo-status));
  transition: transform .52s cubic-bezier(.65, 0, .35, 1);
}

.wz-mo[data-mo-view="chat"] .wz-mo-views { transform: translateX(-50%); }

.wz-mo-view {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
}

.wz-mo-appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  padding: 6px 16px 12px;
  background: var(--wz-mo-chrome);
}

.wz-mo-appbar-h {
  font-family: var(--wz-display-font);
  font-size: 20px;
  font-weight: 700;
  color: var(--wz-mo-ink);
}

.wz-mo-appbar-ikon {
  display: flex;
  gap: 14px;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-appbar-ikon svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wz-mo-tabs {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;

  overflow: hidden;
  padding: 0 16px 11px;
}

.wz-mo-tab {
  flex: 0 0 auto;
  padding: 4px 11px;
  white-space: nowrap;
  border-radius: 999px;
  background: #f0f2f5;
  color: var(--wz-mo-ink-soft);
  font-size: 10.5px;
  font-weight: 700;
}

.wz-mo-tab.is-on {
  background: #d6f5e6;
  color: var(--wz-mo-hijau-tua);
}

.wz-mo-rows {
  flex: 1 1 auto;
  overflow: hidden;
  background: var(--wz-mo-chrome);

  -webkit-mask-image: linear-gradient(180deg, #000 calc(100% - 46px), transparent 100%);
          mask-image: linear-gradient(180deg, #000 calc(100% - 46px), transparent 100%);
}

.wz-mo-row {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  transition: background .25s ease;
}

.wz-mo-row + .wz-mo-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 63px;
  right: 0;
  height: 1px;
  background: var(--wz-mo-garis);
}

.wz-mo-row[data-mo-tag] .wz-mo-row-nama::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--wz-mo-tag);
  vertical-align: 1px;
}

.wz-mo-row.is-aktif { background: #edf8f3; }

.wz-mo-av {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;

  background:
    linear-gradient(160deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, 0) 58%),
    var(--wz-mo-av-bg, #12a37b);
  color: #fff;
  font-size: 14.5px;
  font-weight: 700;
}

.wz-mo-row-mid {
  flex: 1 1 auto;
  min-width: 0;
}

.wz-mo-row-nama {
  font-size: 13px;
  font-weight: 700;
  color: var(--wz-mo-ink);
}

.wz-mo-row-pesan {
  overflow: hidden;
  margin-top: 2px;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--wz-mo-ink-soft);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wz-mo-row.is-belum .wz-mo-row-pesan {
  color: var(--wz-mo-ink);
  font-weight: 700;
}

.wz-mo-row-tick {
  display: none;
  margin-right: 3px;
  color: #34b7f1;
  font-weight: 700;
}

.wz-mo-row.is-terjawab .wz-mo-row-tick { display: inline; }

.wz-mo-row-end {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  align-self: flex-start;
  padding-top: 2px;
}

.wz-mo-row-jam {
  font-size: 10px;
  font-weight: 600;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-row.is-belum .wz-mo-row-jam { color: var(--wz-mo-hijau); }

.wz-mo-badge {
  display: grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--wz-mo-hijau);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  opacity: 0;
  transform: scale(.4);
  transition: opacity .2s ease, transform .34s cubic-bezier(.34, 1.56, .64, 1);
}

.wz-mo-row.is-belum .wz-mo-badge {
  opacity: 1;
  transform: scale(1);
}

.wz-mo-tabbar {
  display: flex;
  flex: 0 0 auto;
  padding: 7px 4px 9px;
  background: var(--wz-mo-chrome);
  box-shadow: 0 -1px 0 var(--wz-mo-garis);
}

.wz-mo-tb {
  position: relative;
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: var(--wz-mo-ink-soft);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .01em;
}

.wz-mo-tb.is-on { color: var(--wz-mo-hijau); }

.wz-mo-tb svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wz-mo-tb-badge {
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: 4px;
  min-width: 14px;
  height: 14px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--wz-brand, var(--wz-brand));
  color: #fff;
  font-size: 8.5px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
}

.wz-mo-convbar {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
  padding: 7px 14px 10px;
  background: var(--wz-mo-chrome);
  box-shadow: 0 1px 0 var(--wz-mo-garis);
}

.wz-mo-back {
  flex: 0 0 auto;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-back svg {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wz-mo-convbar .wz-mo-av {
  width: 31px;
  height: 31px;
  font-size: 12px;
}

.wz-mo-conv-mid {
  flex: 1 1 auto;
  min-width: 0;
}

.wz-mo-conv-nama {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--wz-mo-ink);
}

.wz-mo-conv-status {
  font-size: 10px;
  font-weight: 600;
  color: var(--wz-mo-hijau);
}

.wz-mo-conv-baris {
  display: flex;
  align-items: center;
  gap: 5px;
}

.wz-mo-label {
  flex: 0 0 auto;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--wz-pill-bg, var(--wz-tint));
  color: var(--wz-pill-text, var(--wz-btn-bg-hover));
  font-size: 8.5px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  transform: scale(.6) rotate(-8deg);
  transition: opacity .18s ease, transform .4s cubic-bezier(.34, 1.56, .64, 1);
}

.wz-mo.is-label .wz-mo-label {
  opacity: 1;
  transform: none;
}

.wz-mo-conv-aksi {
  display: flex;
  flex: 0 0 auto;
  gap: 13px;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-conv-aksi svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wz-mo-thread {
  position: relative;
  display: flex;
  flex-direction: column;

  justify-content: flex-end;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 12px 12px 8px;
  background-color: var(--wz-mo-wall);
  background-image: url("../img/wa-doodle.svg");

  background-size: 64px;
}

.wz-mo-day {
  align-self: center;
  width: fit-content;
  margin: 0 0 10px;
  padding: 3px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .88);
  color: var(--wz-mo-ink-soft);
  font-size: 9.5px;
  font-weight: 700;
}

.wz-mo-bub {
  position: relative;
  max-width: 78%;
  margin-bottom: 8px;
  padding: 7px 10px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: var(--wz-mo-ink);
  box-shadow: 0 1px 1px rgba(15, 23, 42, .1);
}

.wz-mo-bub--in,
.wz-mo-bub--lalu-in {
  align-self: flex-start;
  background: #fff;
  border-top-left-radius: 3px;
}

.wz-mo-bub--lalu {
  align-self: flex-end;
  background: var(--wz-mo-bubble);
  border-top-right-radius: 3px;
}

.wz-mo-bub--out {
  align-self: flex-end;
  background: var(--wz-mo-bubble);
  border-top-right-radius: 3px;

  opacity: 0;
  transform: translate(14px, 16px) scale(.9);

     Padding ikut dinolkan, bukan cuma max-height: dengan box-sizing border-box,
     max-height:0 hanya memaksa KOTAK ISI jadi nol — padding tidak bisa
     menyusut sendiri, jadi tanpa ini gelembungnya tetap menyisakan setinggi
     padding atas-bawahnya (terukur 23px). */
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .2s ease,
              transform .42s cubic-bezier(.34, 1.4, .64, 1),
              max-height .34s cubic-bezier(.34, 1.4, .64, 1),
              margin-bottom .34s cubic-bezier(.34, 1.4, .64, 1),
              padding-top .34s cubic-bezier(.34, 1.4, .64, 1),
              padding-bottom .34s cubic-bezier(.34, 1.4, .64, 1);
}

.wz-mo.is-sent .wz-mo-bub--out {
  opacity: 1;
  transform: none;
  max-height: 140px;
  margin-bottom: 8px;
  padding-top: 7px;
  padding-bottom: 16px;
}

.wz-mo-bub-jam {
  position: absolute;
  right: 9px;
  bottom: 5px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 9px;
  font-weight: 600;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-bub-tick {
  color: var(--wz-mo-ink-soft);
  transition: color .3s ease;
}

.wz-mo.is-read .wz-mo-bub-tick { color: #34b7f1; }

.wz-mo-bub-tick.is-biru { color: #34b7f1; }

.wz-mo-bc {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(15, 23, 42, .09);
  color: var(--wz-pill-text, var(--wz-btn-bg-hover));
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .02em;
}

.wz-mo-bc svg {
  display: block;
  width: 9px;
  height: 9px;
  fill: currentColor;
}

.wz-mo-meta {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  max-width: 92%;
  margin: 2px 0 10px;
  padding: 4px 10px;
  border-radius: 7px;
  background: var(--wz-pill-bg, var(--wz-tint));
  color: var(--wz-pill-text, var(--wz-btn-bg-hover));
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}

.wz-mo-meta b { font-weight: 800; }

.wz-mo-meta svg {
  display: block;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wz-mo-quick {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;

  overflow: hidden;

  flex-direction: column;
  gap: 5px;

  max-height: 0;
  padding: 0 12px;
  background: var(--wz-mo-chrome);
  transition: max-height .34s cubic-bezier(.65, 0, .35, 1),
              padding-top .34s cubic-bezier(.65, 0, .35, 1);
}

.wz-mo.is-quick .wz-mo-quick {
  max-height: 64px;
  padding-top: 9px;
}

.wz-mo-quick-h {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--wz-pill-text, var(--wz-btn-bg-hover));
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .02em;
}

.wz-mo-quick-h svg {
  display: block;
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.wz-mo-chips {
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.wz-mo-chip {

  flex: 0 0 auto;
  overflow: hidden;
  padding: 5px 10px;
  border: 1px solid rgba(18, 163, 123, .34);
  border-radius: 999px;
  background: #eefaf5;
  color: var(--wz-mo-hijau-tua);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;

  opacity: 0;
  transform: translateY(10px);
  transition: opacity .24s ease, transform .34s cubic-bezier(.22, 1, .36, 1),
              background .2s ease, border-color .2s ease;
}

.wz-mo.is-quick .wz-mo-chip { opacity: 1; transform: none; }
.wz-mo.is-quick .wz-mo-chip:nth-child(2) { transition-delay: .07s; }
.wz-mo.is-quick .wz-mo-chip:nth-child(3) { transition-delay: .14s; }

.wz-mo.is-pick .wz-mo-chip--pilih {
  background: var(--wz-mo-hijau);
  border-color: var(--wz-mo-hijau);
  color: #fff;
  transform: scale(.94);
}

.wz-mo.is-sent .wz-mo-chip {
  opacity: 0;
  transform: translateY(8px);
  transition-delay: 0s;
}

.wz-mo-input {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 8px 12px 12px;
  background: var(--wz-mo-chrome);
}

.wz-mo-field {
  flex: 1 1 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f0f2f5;
  color: var(--wz-mo-ink-soft);
  font-size: 11px;
  font-weight: 600;
}

.wz-mo-send {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--wz-mo-hijau);
  color: #fff;
}

.wz-mo-send svg {
  display: block;
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.wz-mo-notif {
  position: absolute;

  top: 46px;
  left: 8px;
  right: 8px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 17px;

  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(15, 23, 42, .07);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .3), 0 2px 6px rgba(15, 23, 42, .12);
  backdrop-filter: blur(12px);

  opacity: 0;
  transform: translateY(-130%);
  transition: opacity .22s ease, transform .46s cubic-bezier(.22, 1, .36, 1);
}

.wz-mo.is-notif .wz-mo-notif {
  opacity: 1;
  transform: none;
}

.wz-mo-notif .wz-mo-av {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

.wz-mo-notif-mid {
  flex: 1 1 auto;
  min-width: 0;
}

.wz-mo-notif-nama {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--wz-mo-ink);
}

.wz-mo-notif-jam {
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 600;
  color: var(--wz-mo-ink-soft);
}

.wz-mo-notif-pesan {
  overflow: hidden;
  margin-top: 1px;
  font-size: 10.5px;
  font-weight: 500;
  color: var(--wz-mo-ink-soft);
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wz-mo-sub {
  max-width: 460px;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.58;
  color: var(--wz-ink-soft, var(--wz-ink-soft));
}

.wz-mo-rail {
  display: grid;
  gap: 9px;
  margin-top: 24px;
  max-width: 460px;
}

.wz-mo-bab {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 1px 13px;
  width: 100%;
  padding: 12px 15px 15px;
  border-radius: 15px;
  text-align: left;
  cursor: pointer;

  white-space: normal;
  overflow-wrap: break-word;

  transition: background .24s ease, box-shadow .24s ease, transform .24s ease;
}

.wz-mo .wz-mo-bab,
.wz-mo .wz-mo-bab:focus,
.wz-mo .wz-mo-bab:active {
  background: rgba(255, 255, 255, .5);
  box-shadow: inset 0 0 0 1px rgba(23, 23, 23, .055);
}

.wz-mo .wz-mo-bab:hover {
  background: rgba(255, 255, 255, .8);
  box-shadow: inset 0 0 0 1px rgba(218, 51, 107, .16);
}

.wz-mo .wz-mo-bab.is-on {
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05), 0 10px 26px rgba(15, 23, 42, .08);
}

.wz-mo-bab:focus-visible {
  outline: 2px solid var(--wz-brand, var(--wz-brand));
  outline-offset: 3px;
}

.wz-mo-bab-i {
  grid-row: 1 / span 2;
  align-self: center;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(23, 23, 23, .05);
  color: #8d8d8d;
  font-size: 15px;
  transition: background .24s ease, color .24s ease;
}

.wz-mo-bab-i svg {
  width: 16px;
  height: 16px;
  display: block;
}

.wz-mo-bab.is-on .wz-mo-bab-i {
  background: var(--wz-pill-bg, var(--wz-tint));
  color: var(--wz-brand, var(--wz-brand));
}

.wz-mo-bab-t {
  font-family: var(--wz-display-font);
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--wz-ink, var(--wz-ink));
}

.wz-mo-bab-d {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--wz-ink-soft, var(--wz-ink-soft));
}

.wz-mo-bab-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 6px;
  height: 2px;
  overflow: hidden;
  border-radius: 2px;
  background: rgba(23, 23, 23, .08);
  opacity: 0;
  transition: opacity .24s ease;
}

.wz-mo-bab.is-on .wz-mo-bab-bar { opacity: 1; }

.wz-mo-bab-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--wz-brand, var(--wz-brand));
  transform: scaleX(var(--wz-mo-p, 0));
  transform-origin: left center;
}

.wz-mo-store {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.wz-mo-store__l {
  display: block;
  border-radius: 8px;
  transition: transform .18s ease, opacity .18s ease;
}

.wz-mo-store__l:hover,
.wz-mo-store__l:focus-visible { transform: translateY(-1px); opacity: .88; }

.wz-mo-store__l:focus-visible {
  outline: 2px solid var(--wz-brand);
  outline-offset: 3px;
}

.wz-mo-store img {
  display: block;
  width: auto;
  height: 44px;
}

.wz-mo-micro {
  margin-top: 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--wz-ink-soft, var(--wz-ink-soft));
}

@media (max-width: 1040px) {
  .wz-mo-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 38px;
    justify-items: center;
  }

  .wz-mo-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .wz-mo-sub { text-align: center; }

  .wz-mo-rail {
    width: 100%;
    max-width: 520px;
  }

  .wz-mo-store { justify-content: center; }
}

@media (max-width: 600px) {
  .wz-mo {

    --wz-mo-w: var(--wz-hp-w);
    --wz-mo-h: var(--wz-hp-h);
    --wz-mo-bez: var(--wz-hp-bez);
    --wz-mo-r-out: var(--wz-hp-r-out);
    --wz-mo-r-in: var(--wz-hp-r-in);

    padding: var(--wz-sec-y) 16px;
  }

  .wz-mo-glow {
    width: 340px;
    height: 340px;
    filter: blur(70px);
  }

  .wz-mo-glow2 { display: none; }

  .wz-mo-bab { padding: 11px 14px 13px; }
  .wz-mo-bab-bar { left: 14px; right: 14px; }
  .wz-mo-bab-t { font-size: 15.5px; }
  .wz-mo-bab-d { font-size: 13px; }

  .wz-mo-sub { font-size: 14.5px; }

  .wz-mo-sub__x { display: none; }

  .wz-mo-copy { display: contents; }
  .wz-mo-sub { order: -1; }
  .wz-mo-stage { order: 0; }
  .wz-mo-rail { order: 1; margin-top: 0; }
  .wz-mo-store { order: 2; }
  .wz-mo-micro { order: 3; }
  .wz-mo-band { gap: 20px; }

  .wz-mo-store img { height: 42px; }

  .wz-mo-tabs { gap: 5px; padding-inline: 12px; }

  .wz-mo-tab {
    padding: 4px 8px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wz-mo-views,
  .wz-mo-notif,
  .wz-mo-bub--out,
  .wz-mo-chip,
  .wz-mo-badge,
  .wz-mo-label,
  .wz-mo-bub-tick,
  .wz-mo-glow,
  .wz-mo-bab,
  .wz-mo-row { transition-duration: .01ms; }
}

.wz-mo { position: relative; isolation: isolate; }

.wz-mo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Ccircle cx='0' cy='0' r='1.3' fill='%23171717' fill-opacity='.055'/%3E%3Ccircle cx='30' cy='0' r='1.3' fill='%23171717' fill-opacity='.055'/%3E%3Ccircle cx='0' cy='30' r='1.3' fill='%23171717' fill-opacity='.055'/%3E%3Ccircle cx='30' cy='30' r='1.3' fill='%23171717' fill-opacity='.055'/%3E%3Ccircle cx='15' cy='15' r='1.3' fill='%23171717' fill-opacity='.055'/%3E%3C/svg%3E"),
    linear-gradient(104deg,
      transparent 26%, var(--wz-tint-soft) 47%, transparent 68%);
  background-size: 30px 30px, 100% 100%;
  background-repeat: repeat, no-repeat;
  -webkit-mask-image: var(--wz-decor-mask);
          mask-image: var(--wz-decor-mask);
}
