/* Espelho estático do H5 (preto e branco) dentro dos celulares da landing. */
.phone-screen.appx {
  padding: 0;
  min-height: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.3;
  pointer-events: none;
  user-select: none;
}
.ax-body { flex: 1; min-height: 0; overflow: hidden; background: #fff; }
.ax-seg {
  margin: 8px 8px 0;
  display: flex;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 999px;
  padding: 2px;
}
.ax-seg span {
  flex: 1;
  text-align: center;
  border-radius: 999px;
  padding: 7px 2px;
  font-size: 11px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ax-seg span.on { background: #000; color: #fff; font-weight: 600; }
.ax-sla {
  margin: 7px 8px 0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 7px 8px;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.01em;
}
.ax-sort {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 8px 6px;
  font-size: 11px;
  color: #000;
  gap: 2px;
}
.ax-sort span { display: flex; align-items: center; gap: 2px; }
.ax-sort .two { flex-direction: column; align-items: center; line-height: 1.1; gap: 0; }
.ax-caret { width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-top: 4px solid #222; margin-left: 2px; }
.ax-cities { display: flex; flex-wrap: wrap; gap: 6px 5px; padding: 2px 8px 6px; }
.ax-cities i {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  background: #ededed;
  color: #9a9a9a;
  white-space: nowrap;
}
.ax-cities i.has { background: #f4f4f4; color: #000; }
.ax-cities i.on { background: #000; color: #fff; }
.ax-list { padding: 2px 7px 0; }
.ax-gcard {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px 10px 10px;
  margin-bottom: 8px;
}
.ax-gcard .head { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 6px; padding-right: 92px; }
.ax-gcard .name { font-size: 12px; font-weight: 600; letter-spacing: -0.01em; }
.ax-tag { display: inline-block; background: #000; color: #fff; font-size: 9px; padding: 1px 5px; border-radius: 3px; line-height: 1.35; }
.ax-gcard .meta { margin-top: 5px; padding-right: 92px; display: flex; flex-wrap: wrap; gap: 4px 5px; }
.ax-profit { font-size: 9px; color: #8c8c8c; width: 100%; }
.ax-chip { display: inline-block; background: rgba(255,255,255,0.55); color: #7f7f7f; font-size: 9px; padding: 1px 5px; border-radius: 3px; }
.ax-pic {
  position: absolute;
  right: 8px;
  top: 28px;
  width: 84px;
  height: 64px;
  border-radius: 8px;
  background: rgba(255,255,255,0.9);
  overflow: hidden;
}
.ax-pic img { width: 100%; height: 100%; object-fit: contain; }
.ax-360 {
  position: absolute;
  left: 3px;
  bottom: 3px;
  background: rgba(0,0,0,0.72);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 999px;
}
.ax-foot { margin-top: 8px; padding-top: 7px; border-top: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: space-between; }
.ax-price { font-size: 14px; font-weight: 600; }
.ax-lv { background: #f4f4f4; color: #6b6b6b; font-size: 10px; padding: 4px 10px; border-radius: 999px; }

.ax-tabs {
  flex: none;
  height: 52px;
  display: flex;
  background: #fff;
  border-top: 1px solid #ececec;
  padding-bottom: 2px;
}
.ax-tabs span {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: #7a7a7a;
  font-size: 10px;
}
.ax-tabs span.on { color: #000; }
.ax-tabs svg { width: 22px; height: 22px; }

.ax-top {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  flex: none;
  background: #fff;
}
.ax-top .back { position: absolute; left: 6px; font-size: 18px; color: #222; }

.ax-v360 { background: #eef0f3; padding: 6px 0 8px; }
.ax-stage {
  position: relative;
  height: 168px;
  margin: 0 8px;
  border-radius: 14px;
  background:
    radial-gradient(ellipse 70% 28% at 50% 86%, rgba(0,0,0,0.08), transparent 70%),
    linear-gradient(180deg, #f4f5f7 0%, #e8eaee 100%);
  overflow: hidden;
}
.ax-stage img { width: 100%; height: 100%; object-fit: contain; }
.ax-chev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.ax-chev.l { left: 6px; }
.ax-chev.r { right: 6px; }
.ax-hint {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.62);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}
.ax-angle {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(255,255,255,0.9);
  font-size: 9px;
  font-weight: 700;
  padding: 3px 7px;
  border-radius: 999px;
}
.ax-dots { display: flex; justify-content: center; gap: 5px; margin-top: 7px; }
.ax-dots i { width: 6px; height: 6px; border-radius: 50%; background: #cfcfcf; }
.ax-dots i.on { background: #111; }
.ax-dhead { padding: 10px 10px 0; display: flex; align-items: center; gap: 6px; }
.ax-dhead b { font-size: 13px; font-weight: 600; }
.ax-specs { padding: 4px 10px 0; font-size: 10px; color: #555; }
.ax-drow { padding: 6px 10px 0; display: flex; gap: 5px; flex-wrap: wrap; }
.ax-drow .ax-chip { background: #f1f1f1; }
.ax-ibox {
  margin: 8px 10px 0;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 8px 4px 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 2px;
  text-align: center;
}
.ax-ibox .k { font-size: 9px; color: #7d7d7d; margin-bottom: 4px; }
.ax-ibox .v { font-size: 10px; font-weight: 500; }
.ax-cta {
  flex: none;
  background: #fff;
  padding: 6px 10px 8px;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}
.ax-cta .line { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.ax-cta .line span { color: #8a8a8a; font-size: 10px; }
.ax-cta .line b { font-size: 15px; }
.ax-cta .btn {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
}

.ax-map {
  position: relative;
  height: 168px;
  overflow: hidden;
  background: #f4f4f4;
}
.ax-map img.tile { position: absolute; inset: 0; width: 100%; height: 140%; object-fit: cover; object-position: center; }
.ax-notice {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  height: 28px;
  background: #000;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
}
.ax-citybtn {
  position: absolute;
  left: 10px;
  top: 46px;
  background: #000;
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
.ax-rbtns { position: absolute; right: 10px; top: 44px; display: flex; gap: 8px; }
.ax-rbtns i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
}
.ax-sheet {
  margin-top: -16px;
  background: #fff;
  border-radius: 18px 18px 0 0;
  padding: 8px 10px 6px;
  flex: 1;
  min-height: 0;
}
.ax-grab { width: 36px; height: 4px; border-radius: 2px; background: #e5e5e5; margin: 0 auto 10px; }
.ax-sheet h4 { font-size: 16px; font-weight: 400; margin: 0 0 8px; }
.ax-subs { display: flex; gap: 6px; margin-bottom: 8px; }
.ax-subs span { padding: 6px 10px; border-radius: 6px; font-size: 11px; background: #f1f1f1; color: #7a7a7a; }
.ax-subs span.on { background: #000; color: #fff; }
.ax-mine {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 10px;
}
.ax-mine .n { font-size: 12px; font-weight: 600; }
.ax-mine .r { display: flex; justify-content: space-between; margin-top: 6px; font-size: 10px; color: #6b6b6b; }
.ax-ok { color: #05944f; font-weight: 600; }

.ax-statbox {
  margin: 10px 10px 0;
  background: #f6f6f6;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 6px;
  text-align: center;
}
.ax-statbox .v { font-size: 14px; font-weight: 500; }
.ax-statbox .k { font-size: 10px; color: #8a8a8a; margin-top: 4px; }
.ax-rows { margin: 8px 10px 0; background: #f6f6f6; border-radius: 10px; padding: 4px 12px; }
.ax-rows div { display: flex; justify-content: space-between; padding: 7px 0; font-size: 12px; }
.ax-rows div span:first-child { color: #7d7d7d; }
.ax-rows div span:last-child { font-weight: 500; }

.phone.black-bar .status { background: #000; color: #fff; }
.ax-phead {
  background: #000;
  color: #fff;
  padding: 12px 12px 36px;
}
.ax-phead .row { display: flex; align-items: center; gap: 10px; }
.ax-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.ax-phead .nick { font-size: 15px; font-weight: 600; }
.ax-phead .ph { font-size: 10px; opacity: 0.9; margin-top: 2px; }
.ax-phead .lvl { margin-left: auto; background: rgba(255,255,255,0.2); border-radius: 999px; padding: 3px 8px; font-size: 10px; }
.ax-inv { margin-top: 10px; background: rgba(255,255,255,0.18); border-radius: 999px; padding: 6px 10px; font-size: 10px; }
.ax-inv b { letter-spacing: 1px; }
.ax-wallet {
  margin: -22px 10px 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 6px;
  text-align: center;
}
.ax-wallet + .ax-wallet { margin-top: 8px; }
.ax-wallet .v { font-size: 13px; font-weight: 600; }
.ax-wallet .v.or { color: #000; }
.ax-wallet .k { font-size: 9px; color: #8a8a8a; margin-top: 2px; }
.ax-quick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 8px 10px 0; }
.ax-quick span {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 8px 4px;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  color: #000;
  border-color: #000;
}
.ax-menu { margin: 8px 10px 0; background: #fff; border-radius: 12px; border: 1px solid #f0f0f0; overflow: hidden; }
.ax-menu div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 11px;
}
.ax-menu div:last-child { border-bottom: none; }
.ax-menu i { color: #000; font-style: normal; font-size: 13px; width: 16px; text-align: center; }
.ax-menu em { margin-left: auto; color: #c4c4c4; font-style: normal; }

.phone.sm .ax-stage { height: 132px; }
.phone.sm .ax-map { height: 132px; }
.phone.sm .ax-gcard .name { font-size: 11px; }
.phone.sm .ax-pic { width: 76px; height: 58px; top: 26px; }
.phone.sm .ax-gcard .head, .phone.sm .ax-gcard .meta { padding-right: 84px; }
