:root {
  --blue: #4f7cff;
  --cyan: #2fd8e8;
  --ink: #252a33;
  --muted: #8d95a1;
  --line: #edf0f4;
  --soft: #f6f8fb;
  --danger: #d94b4b;
  --ok: #0f9d58;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100vh;
}

body {
  color: var(--ink);
  background: #eef2f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

button:focus,
button:focus-visible,
button:focus:not(:focus-visible) {
  outline: 0;
}

.shell {
  width: min(393px, 100vw);
  min-height: 100vh;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.phone {
  position: relative;
  width: min(393px, 100%);
  min-width: 0;
  aspect-ratio: 1080 / 2340;
  overflow: hidden;
  color: #333;
  background:
    linear-gradient(180deg, #a9c0fb 0%, #d9e2ff 23%, #fff 40%, #fff 100%);
  box-shadow: 0 22px 70px rgba(30, 43, 82, 0.22);
}

.phone.home-mode {
  background: #fff;
}

.phone.login-mode::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 35%, #fff 100%);
  opacity: 0.55;
}

.screen {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.view[hidden] {
  display: none;
}

.statusbar {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 9px;
  z-index: 10;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #222634;
  font-size: 19px;
  font-weight: 700;
}

.status-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.hd {
  padding: 2px 4px;
  border-radius: 4px;
  color: #eef3ff;
  background: #27304a;
  font-size: 10px;
}

.signal {
  display: flex;
  align-items: end;
  gap: 2px;
  height: 16px;
}

.signal i {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: #1e2536;
}

.signal i:nth-child(1) { height: 5px; opacity: 0.45; }
.signal i:nth-child(2) { height: 8px; opacity: 0.65; }
.signal i:nth-child(3) { height: 11px; opacity: 0.82; }
.signal i:nth-child(4) { height: 15px; }

.battery {
  position: relative;
  width: 29px;
  height: 14px;
  border: 2px solid #1d2534;
  border-radius: 4px;
  background: #b8e879;
  display: grid;
  place-items: center;
  color: #203719;
  font-size: 10px;
  line-height: 1;
}

.battery::after {
  content: "";
  position: absolute;
  right: -4px;
  width: 2px;
  height: 7px;
  border-radius: 0 2px 2px 0;
  background: #1d2534;
}

.login-view {
  position: absolute;
  inset: 0;
}

.close {
  position: absolute;
  left: 22px;
  top: 45px;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
}

.close::before,
.close::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 29px;
  height: 3px;
  border-radius: 3px;
  background: #333;
}

.close::before { transform: rotate(45deg); }
.close::after { transform: rotate(-45deg); }

.help {
  position: absolute;
  right: 17px;
  top: 44px;
  color: rgba(76, 86, 112, 0.48);
  font-size: 17px;
  font-weight: 500;
}

.bg-symbol {
  position: absolute;
  opacity: 0.9;
}

.play-1,
.play-2 {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: rgba(255, 255, 255, 0.13);
}

.play-1 { left: 84px; top: 70px; width: 46px; height: 46px; }
.play-2 { left: 22px; top: 151px; width: 39px; height: 39px; }

.plus {
  right: 83px;
  top: 105px;
  width: 45px;
  height: 45px;
}

.plus::before,
.plus::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.plus::before { left: 20px; top: 0; width: 7px; height: 45px; }
.plus::after { left: 0; top: 20px; width: 45px; height: 7px; }

.circle-symbol {
  right: 60px;
  top: 174px;
  width: 44px;
  height: 44px;
  border: 12px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.zigzag {
  left: 207px;
  top: 31px;
  width: 59px;
  height: 40px;
  border-top: 18px solid rgba(255, 255, 255, 0.1);
  transform: skewX(-24deg) rotate(-3deg);
}

.avatars {
  position: absolute;
  top: 130px;
  left: 50%;
  width: 226px;
  height: 82px;
  transform: translateX(-50%);
}

.avatar {
  position: absolute;
  top: 0;
  width: 78px;
  height: 78px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  background: #e7e7e7;
  box-shadow: 0 1px 3px rgba(45, 64, 110, 0.07);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar.left { left: 0; z-index: 1; }
.avatar.center { left: 74px; z-index: 3; }
.avatar.right { right: 0; z-index: 2; }

.slogan {
  position: absolute;
  top: 225px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #777;
  font-size: 19px;
}

.login-form {
  position: absolute;
  top: 284px;
  left: 34px;
  width: 325px;
}

.phone-row,
.code-row {
  position: relative;
  height: 64px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.country {
  min-width: 58px;
  color: #363b46;
  font-size: 22px;
  font-weight: 500;
}

.country::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: rotate(45deg) translateY(-3px);
}

.login-form input {
  min-width: 0;
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  color: #333;
  background: transparent;
  font-size: 22px;
}

.login-form input::placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.text-action {
  border: 0;
  color: var(--blue);
  background: transparent;
  white-space: nowrap;
  font-size: 16px;
  cursor: pointer;
}

.login-btn {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 430px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.login-btn:disabled,
.text-action:disabled {
  cursor: default;
  opacity: 0.72;
}

.phone-result {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 492px;
  min-height: 18px;
  color: #7a8392;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.phone-result.show {
  opacity: 1;
  transform: translateY(0);
}

.phone-result.ok {
  color: var(--ok);
}

.phone-result.error {
  color: var(--danger);
}

.register-view {
  background: #fff;
  color: #323333;
  overflow: hidden;
}

.register-back {
  position: absolute;
  left: 18px;
  top: 22px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.register-back::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #323333;
  border-bottom: 2px solid #323333;
  transform: rotate(45deg);
}

.register-title {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.register-subtitle {
  position: absolute;
  top: 108px;
  left: 30px;
  right: 30px;
  text-align: center;
  color: #323333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
}

.register-form {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 150px;
}

.register-avatar {
  display: flex;
  position: relative;
  width: 92px;
  height: 92px;
  margin: 0 auto 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f5f9;
  overflow: hidden;
  cursor: pointer;
}

.register-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-avatar-plus,
.register-avatar-plus::before {
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background: #b7bcc6;
  content: "";
}

.register-avatar-plus::before {
  transform: rotate(90deg);
}

.register-avatar-text {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  text-align: center;
  color: #9fa3aa;
  font-size: 12px;
}

.register-avatar.has-preview .register-avatar-plus,
.register-avatar.has-preview .register-avatar-text {
  display: none;
}

.register-field {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: 12px;
  border-radius: 30px;
  background: #f4f5f9;
}

.register-field input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #323333;
  text-align: center;
  font-size: 20px;
  padding: 0 44px;
}

.register-field input::placeholder {
  color: #9fa3aa;
}

.register-birthday-field input {
  font-size: 16px;
}

.register-clear {
  position: absolute;
  right: 18px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #c9ced7;
  cursor: pointer;
}

.register-clear::before,
.register-clear::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 8px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.register-clear::before { transform: rotate(45deg); }
.register-clear::after { transform: rotate(-45deg); }

.register-calendar {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #b7bcc6;
  border-radius: 5px;
}

.register-calendar::before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 4px;
  height: 2px;
  background: #b7bcc6;
}

.register-sex-row {
  display: grid;
  grid-template-columns: 1fr 12px 1fr;
  align-items: center;
  margin-top: 12px;
}

.register-sex-row::before {
  content: "";
  grid-column: 2;
}

.register-sex {
  height: 60px;
  border: 0;
  border-radius: 30px;
  background: #f4f5f9;
  color: #aaa;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.register-sex:first-child { grid-column: 1; }
.register-sex:last-child { grid-column: 3; }

.register-sex.active {
  color: #fff;
  background: #4f8ff7;
}

.register-sex-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  background: #ccd2dc;
}

.register-sex.active .register-sex-icon {
  background: rgba(255, 255, 255, 0.92);
}

.register-sex-icon::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
}

.register-sex-icon.male::after {
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-left: 0;
  border-bottom: 0;
}

.register-sex-icon.female::after {
  left: 8px;
  bottom: -6px;
  width: 6px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

.register-sex.active .register-sex-icon::after {
  border-color: #4f8ff7;
}

.register-note {
  margin-top: 12px;
  text-align: center;
  color: #9f9f9f;
  font-size: 12px;
}

.register-next {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 555px;
  height: 60px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #4f8ff7;
  font-size: 15px;
  cursor: pointer;
}

.register-next:disabled {
  background: #d8dce4;
  cursor: default;
}

.register-result {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 625px;
  min-height: 18px;
  color: #7a8392;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.register-result.ok { color: var(--ok); }
.register-result.error { color: var(--danger); }

.agreement {
  position: absolute;
  left: 42px;
  right: 42px;
  top: 514px;
  display: grid;
  grid-template-columns: 23px 1fr;
  column-gap: 8px;
  color: #aaa;
  font-size: 14px;
  line-height: 1.45;
}

.check-wrap {
  display: block;
  width: 22px;
  height: 22px;
}

.check-wrap input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 2px solid #d0d0d0;
  border-radius: 50%;
  background: transparent;
}

.check-wrap input:checked + .check {
  border-color: var(--blue);
  background: var(--blue);
}

.check-wrap input:checked + .check::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  margin: 4px 0 0 3px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.agreement a {
  color: var(--blue);
  text-decoration: none;
}

.social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
  display: flex;
  justify-content: center;
  gap: 38px;
}

.round {
  width: 53px;
  height: 53px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.phone-login { background: var(--blue); }
.wechat-login { background: #08c767; }

.phone-icon {
  position: relative;
  width: 19px;
  height: 27px;
  border-radius: 4px;
  background: #fff;
}

.phone-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
}

.chat {
  position: relative;
  width: 32px;
  height: 22px;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.bubble.big { left: 0; top: 0; width: 22px; height: 18px; }
.bubble.big::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
}

.bubble.small { right: 0; bottom: 0; width: 18px; height: 15px; }
.bubble.small::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -3px;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
}

.dot {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #08c767;
  z-index: 2;
}

.dot.one { left: 7px; top: 8px; }
.dot.two { left: 14px; top: 8px; }
.dot.three { right: 8px; bottom: 6px; }
.dot.four { right: 3px; bottom: 6px; }

.home-view {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(199, 228, 255, 0.8) 0%, rgba(255, 244, 249, 0.75) 23%, #fff 31%, #fff 100%);
}

/* Native evidence:
   captures/ui_probe/runtime_popups_20260701_144944/phone_popup_current.png
   analysis/jadx/.../KnockBusinessControllerView.java
   res/layout/layout_singleb_top_card_new.xml, layout_single_svga_top_card_new.xml. */
.top-business-card-layer[hidden] {
  display: none;
}

.top-business-card-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 15;
  display: grid;
  justify-items: center;
  pointer-events: none;
}

.top-business-card {
  position: relative;
  width: calc(100% - 30px);
  min-height: 103px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(255, 244, 238, 0.98) 0%, rgba(255, 250, 247, 0.98) 55%, rgba(255, 235, 230, 0.98) 100%);
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 24px rgba(28, 29, 34, 0.14);
  pointer-events: auto;
}

.top-business-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.18));
  pointer-events: none;
}

.top-business-body {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 103px;
  display: grid;
  grid-template-columns: 67px minmax(0, 1fr) auto;
  grid-template-rows: 24px 1fr;
  column-gap: 9px;
  align-items: center;
  border: 0;
  padding: 12px 33px 14px 12px;
  background: transparent;
  text-align: left;
}

.top-business-card.layout-compact {
  min-height: 91.5px;
  margin-top: 11px;
}

.top-business-card.layout-compact .top-business-body {
  min-height: 91.5px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding-top: 11px;
  padding-bottom: 12px;
}

.top-business-card.layout-large {
  min-height: 150px;
  margin-top: 2px;
}

.top-business-card.layout-large .top-business-body {
  min-height: 150px;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  grid-template-rows: 24px 1fr;
  padding-bottom: 14px;
}

.top-business-card.layout-single-d {
  min-height: 94px;
  margin-top: 11px;
}

.top-business-card.layout-single-d .top-business-body {
  min-height: 94px;
  grid-template-columns: 82px minmax(0, 1fr) auto;
}

.top-business-card.layout-single-e {
  min-height: 130px;
  margin-top: 11px;
}

.top-business-card.layout-single-e .top-business-body {
  min-height: 130px;
  grid-template-columns: 120px minmax(0, 1fr);
  grid-template-rows: 24px 1fr auto;
}

.top-business-card.layout-couple-c {
  min-height: 193px;
  margin-top: 2px;
}

.top-business-card.layout-couple-c .top-business-body {
  min-height: 193px;
  grid-template-columns: 1fr;
  grid-template-rows: 28px 72px minmax(0, 1fr) 40px;
  justify-items: center;
  text-align: center;
  padding-right: 12px;
}

.top-business-card.layout-web {
  min-height: 116px;
}

.top-business-card.type-many .top-business-body,
.top-business-card.type-many-svga .top-business-body,
.top-business-card.type-couple .top-business-body,
.top-business-card.type-couple-b .top-business-body {
  grid-template-columns: 96px minmax(0, 1fr) auto;
}

.top-business-source {
  grid-column: 1 / 4;
  justify-self: start;
  height: 20px;
  max-width: calc(100% - 22px);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  padding: 0 8px 0 6px;
  font-size: 11px;
  line-height: 20px;
  font-style: normal;
  white-space: nowrap;
}

.top-business-source img {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  object-fit: cover;
}

.top-business-source em {
  max-width: 178px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}

.top-business-avatars {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  width: 55px;
  height: 55px;
}

.top-business-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 55px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd7df, #ffe9c6);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 10px rgba(39, 32, 36, 0.12);
  overflow: hidden;
}

.top-business-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  display: block;
}

.top-business-card.layout-compact .top-business-avatar {
  width: 40px;
  height: 40px;
}

.top-business-card.layout-compact .top-business-avatars {
  width: 42px;
  height: 42px;
}

.top-business-avatars.wide {
  width: 120px;
  height: 70px;
}

.top-business-avatars.wide .top-business-avatar,
.top-business-avatar.image-only {
  width: 110px;
  height: 55px;
  border-radius: 10px;
  border: 0;
}

.top-business-card.type-single-c .top-business-avatars.wide .top-business-avatar {
  width: 120px;
  height: 70px;
}

.top-business-avatars.large-round,
.top-business-avatars.large-round .top-business-avatar {
  width: 70px;
  height: 70px;
}

.top-business-avatars.poster,
.top-business-avatars.poster .top-business-avatar {
  width: 110px;
  height: 110px;
  border-radius: 18px;
}

.top-business-avatars.many .avatar-2 { left: 22px; }
.top-business-avatars.many .avatar-3 { left: 42px; transform: scale(0.92); }
.top-business-avatars.many .avatar-4 { left: 58px; transform: scale(0.84); }
.top-business-avatars.many {
  width: 94px;
}

.top-business-avatars.couple .avatar-1 {
  left: 0;
  z-index: 2;
}

.top-business-avatars.couple .avatar-2 {
  left: 42px;
  z-index: 1;
}

.top-business-avatars.couple::after {
  content: "❤";
  position: absolute;
  left: 42px;
  top: 31px;
  z-index: 3;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #ff4f68;
  font-size: 11px;
  box-shadow: 0 2px 5px rgba(255, 79, 104, 0.35);
}

.top-business-online {
  position: absolute;
  right: 3px;
  bottom: 5px;
  z-index: 4;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #2ad36b;
}

.top-business-badge {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.top-business-card.layout-couple-c .top-business-avatars {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  width: 132px;
  height: 62px;
}

.top-business-card.layout-couple-c .top-business-copy {
  grid-column: 1;
  grid-row: 3;
  justify-items: center;
}

.top-business-card.layout-couple-c .top-business-cta {
  grid-column: 1;
  grid-row: 4;
  width: 146px;
}

.top-business-card.layout-single-e .top-business-cta {
  grid-column: 2;
  grid-row: 3;
  width: calc(100% - 12px);
}

.top-business-card.layout-single-e .top-business-copy {
  align-self: start;
}

.top-business-copy {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
  display: grid;
  gap: 3px;
}

.top-business-copy strong {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.top-business-copy span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 17px;
  white-space: nowrap;
}

.top-business-copy small {
  max-width: 100%;
  overflow: hidden;
  color: #9aa0aa;
  font-size: 11px;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-business-cta {
  grid-column: 3;
  grid-row: 2;
  min-width: 58px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 0 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff7c86, #ff4f68);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 5px 12px rgba(255, 84, 105, 0.28);
}

.top-business-card.layout-large .top-business-cta {
  height: 36px;
  min-width: 96px;
  border-radius: 18px;
}

.top-business-card.type-couple-b .top-business-cta {
  color: #ff4a66;
  background: rgba(255, 74, 102, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 74, 102, 0.18);
}

.top-business-card.type-single-call .top-business-cta {
  min-width: 42px;
  color: transparent;
  background: #ff5e6f;
}

.top-business-card.type-single-call .top-business-cta::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(45deg);
}

.top-business-close {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.top-business-close::before,
.top-business-close::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 19px;
  width: 12px;
  height: 1.5px;
  border-radius: 1px;
  background: rgba(58, 58, 64, 0.62);
}

.top-business-close::before { transform: rotate(45deg); }
.top-business-close::after { transform: rotate(-45deg); }

.top-business-svga-mark {
  position: absolute;
  left: -35px;
  bottom: -33px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 23%, transparent 24%),
    conic-gradient(from 0deg, rgba(255, 255, 255, 0), rgba(255, 105, 133, 0.2), rgba(255, 255, 255, 0));
  opacity: 0.75;
  pointer-events: none;
}

.top-business-web-mark {
  position: absolute;
  right: 42px;
  bottom: 18px;
  display: inline-grid;
  grid-template-columns: repeat(3, 12px);
  gap: 5px;
  opacity: 0.42;
}

.top-business-web-mark i {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3388ff;
}

.top-business-web-mark i:nth-child(2) { background: #ff6b80; }
.top-business-web-mark i:nth-child(3) { background: #36cf96; }

.top-business-web-shell {
  min-height: 252px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 18px;
  text-align: center;
}

.top-business-web-bar {
  width: 168px;
  height: 104px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: repeat(3, 18px);
  gap: 8px;
  align-content: center;
  justify-content: center;
  background: linear-gradient(135deg, #f0f7ff, #fff0f4);
  box-shadow: inset 0 0 0 1px rgba(30, 30, 40, 0.06);
}

.top-business-web-bar span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff6b80;
}

.top-business-web-bar span:nth-child(2) { background: #5d8dff; }
.top-business-web-bar span:nth-child(3) { background: #36cf96; }

.top-business-web-shell h3 {
  margin: 0;
  color: #272a30;
  font-size: 18px;
  line-height: 24px;
}

.top-business-web-shell p {
  margin: 0;
  color: #8b919b;
  font-size: 13px;
}

.top-business-web-open {
  min-width: 118px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #fff;
  background: #3388ff;
  font-weight: 800;
  text-decoration: none;
}

.home-header {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45px;
  z-index: 5;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-tabs {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-tab {
  min-width: 0;
  padding: 0;
  border: 0;
  color: rgba(40, 46, 55, 0.42);
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}

.home-tab.active {
  color: #242a32;
  font-size: 26px;
  font-weight: 800;
}

.publish-btn {
  flex: 0 0 auto;
  height: 43px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2c3138;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 3px 14px rgba(95, 112, 145, 0.08);
  font-size: 18px;
  font-weight: 700;
}

.publish-icon {
  position: relative;
  width: 23px;
  height: 20px;
  display: inline-block;
  transform: rotate(-16deg);
}

.publish-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 17px;
  clip-path: polygon(0 45%, 100% 0, 72% 100%);
  background: #20242a;
}

.publish-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: rotate(-14deg);
}

#publishBtn[hidden],
.nearby-actions[hidden] {
  display: none;
}

.nearby-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.region-btn,
.filter-btn {
  border: 0;
  color: #20252d;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 3px 14px rgba(95, 112, 145, 0.08);
}

.region-btn {
  height: 54px;
  min-width: 86px;
  padding: 0 13px 0 11px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 700;
}

.filter-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.region-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: center / contain no-repeat url("/apk-res/res/drawable-xxhdpi/ic_nearby_roaming_entrance.png");
}

.filter-icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
}

.filter-icon::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 16px;
  height: 12px;
  border: 2px solid #323333;
  border-bottom: 0;
  clip-path: polygon(0 0, 100% 0, 64% 100%, 36% 100%);
}

.filter-icon::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 4px;
  height: 8px;
  border-radius: 0 0 4px 4px;
  background: #323333;
}

.feed-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 105px;
  bottom: 83px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  touch-action: pan-y;
  background: #fff;
}

.feed-scroller::-webkit-scrollbar {
  display: none;
}

.pull-refresh {
  position: sticky;
  top: 0;
  z-index: 4;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #9aa0a8;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-42px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.feed-scroller.pulling .pull-refresh,
.feed-scroller.refreshing .pull-refresh {
  opacity: 1;
  transform: translateY(24px);
}

.mini-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #dfe4ec;
  border-top-color: var(--cyan);
  border-radius: 50%;
  display: inline-block;
  animation: spin 820ms linear infinite;
}

.feed-scroller.pulling .mini-spinner {
  animation-play-state: paused;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.feed-status {
  position: sticky;
  top: 8px;
  z-index: 8;
  min-height: 0;
  margin: 0 15px;
  padding: 0 16px;
  color: #9aa0a8;
  font-size: 13px;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}

.feed-status.visible {
  padding-top: 12px;
  line-height: 18px;
  opacity: 1;
}

.feed-status.ok {
  color: #0f7a4e;
}

.feed-status.error {
  color: #c4362f;
}

.feed-list {
  display: block;
  transition: transform 180ms ease;
  will-change: transform;
}

.feed-scroller.dragging .feed-list {
  transition: none;
}

.load-more {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #9aa0a8;
  font-size: 13px;
  background: #fff;
}

.load-more[hidden] {
  display: none;
}

.post {
  position: relative;
  padding: 20px 15px 12px;
  background: #fff;
}

.post + .post {
  border-top: 4px solid #f7f7f7;
}

.post-head {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  column-gap: 11px;
  align-items: center;
}

.post-avatar {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(135deg, #5c7cff, #35d5df);
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-avatar.athlete {
  background:
    radial-gradient(circle at 50% 26%, #2b3040 0 18%, transparent 19%),
    linear-gradient(145deg, #153e24 0%, #2c6d47 46%, #a8c054 100%);
}

.post-avatar.team {
  color: #2a98d3;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 38%, transparent 39%),
    linear-gradient(135deg, #8ce4ff 0%, #d8f5ff 45%, #f3fbff 100%);
  border: 1px solid #e4f4fb;
  font-size: 12px;
  line-height: 1;
}

.post-user {
  min-width: 0;
}

.post-name {
  display: block;
  color: #3b3f47;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-name-btn {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  text-align: left;
}

.gender-age {
  display: inline-flex;
  align-items: center;
  min-width: 34px;
  height: 18px;
  margin-top: 7px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: #49d4e8;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
}

.post-text {
  margin: 17px 0 13px;
  color: #333842;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.media {
  position: relative;
  width: min(265px, 100%);
  min-height: 178px;
  max-height: 360px;
  aspect-ratio: 3 / 4;
  border-radius: 4px;
  overflow: hidden;
  background: #d7dde5;
}

.media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media.soccer {
  width: 128px;
  height: 234px;
  background:
    linear-gradient(180deg, rgba(34, 42, 54, 0.22), rgba(34, 42, 54, 0.06) 35%, rgba(0, 0, 0, 0) 36%),
    radial-gradient(circle at 54% 46%, #79a8c5 0 13%, transparent 14%),
    linear-gradient(180deg, #909c96 0%, #c5b487 35%, #97b655 58%, #4d8d2d 100%);
}

.media.game {
  width: 128px;
  height: 178px;
  background:
    radial-gradient(circle at 66% 58%, rgba(255, 92, 64, 0.75) 0 8%, transparent 9%),
    radial-gradient(circle at 38% 45%, rgba(62, 168, 255, 0.72) 0 8%, transparent 9%),
    linear-gradient(135deg, #6c776b 0%, #424f5d 45%, #2f3342 100%);
}

.media-caption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 42px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  font-weight: 700;
}

.image-media .media-caption:empty {
  display: none;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.24);
  transform: translate(-50%, -50%);
}

.play-button::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  border-left: 17px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.duration {
  position: absolute;
  right: 8px;
  bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.42);
}

.post-time {
  margin-top: 14px;
  color: #b2b2b2;
  font-size: 16px;
}

.post-actions {
  height: 51px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 28px;
  align-items: center;
  color: #a8a8a8;
  font-size: 18px;
  font-weight: 600;
}

.post-action {
  border: 0;
  min-width: 0;
  min-height: 44px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 18px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transition: color 140ms ease, background 140ms ease, transform 140ms ease, opacity 140ms ease;
}

.post-action:active,
.post-action.feedback-active {
  color: #35c66b;
  background: rgba(35, 205, 112, 0.08);
  transform: scale(0.94);
}

.post-action.submitting {
  opacity: 0.58;
  color: #4e7fff;
}

.post-action.feedback-ok {
  color: #20c866;
  background: rgba(32, 200, 102, 0.1);
}

.post-action.feedback-error {
  color: #df4c42;
  background: rgba(223, 76, 66, 0.08);
}

.post-action.liked {
  color: #4e7fff;
}

.post-action.liked .like-icon {
  animation: feedLikePop 320ms ease-out;
}

.post-action.liked .like-icon::before,
.post-action.liked .like-icon::after {
  border-color: #4e7fff;
}

.post-action.liked .like-icon::before {
  background: rgba(78, 127, 255, 0.12);
}

.post-action.liked .like-icon::after {
  box-shadow: 0 0 0 7px rgba(255, 250, 2, 0.14), 0 0 0 13px rgba(116, 187, 255, 0.12);
}

.post-action.feedback-active .like-icon::before,
.post-action.feedback-active .like-icon::after,
.post-action.feedback-ok .like-icon::before,
.post-action.feedback-ok .like-icon::after {
  border-color: currentColor;
}

.post-action.feedback-active .comment-icon,
.post-action.feedback-ok .comment-icon,
.post-action.feedback-active .greet-icon,
.post-action.feedback-ok .greet-icon {
  border-color: currentColor;
}

.post-action.feedback-active .comment-icon::after,
.post-action.feedback-ok .comment-icon::after {
  border-color: currentColor;
}

.post-action.feedback-active .greet-icon::after,
.post-action.feedback-ok .greet-icon::after,
.post-action.feedback-active .more-dots::before,
.post-action.feedback-ok .more-dots::before {
  background: currentColor;
}

.post-action.feedback-active .more-dots::before,
.post-action.feedback-ok .more-dots::before {
  box-shadow: 0 9px 0 currentColor, 0 18px 0 currentColor;
}

.action-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
}

@keyframes feedLikePop {
  0% {
    transform: scale(0.82);
  }
  58% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}

.like-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 17px;
  height: 14px;
  border: 3px solid #a8a8a8;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  transform: rotate(-10deg);
}

.like-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: 3px solid #a8a8a8;
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px 0 0 0;
  transform: rotate(17deg);
}

.comment-icon {
  border: 3px solid #a8a8a8;
  border-radius: 50%;
}

.comment-icon::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #a8a8a8;
  border-bottom: 3px solid #a8a8a8;
  transform: rotate(18deg);
}

.greet-icon {
  border: 3px solid #a8a8a8;
  border-radius: 50%;
}

.greet-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a8a8a8;
}

.more-dots {
  position: relative;
  width: 28px;
  height: 28px;
}

.more-dots::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aaa;
  box-shadow: 0 9px 0 #aaa, 0 18px 0 #aaa;
}

.feed-empty {
  padding: 160px 26px 0;
  color: #9aa0a8;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.nearby-list {
  padding: 12px 0 18px;
  background: #fff;
}

.nearby-flash-card {
  position: relative;
  height: 132px;
  margin: 0 15px 19px;
  border-radius: 18px;
  overflow: hidden;
  color: #343842;
  background:
    radial-gradient(circle at 58px 44px, rgba(235, 159, 255, 0.18) 0 28px, transparent 29px),
    linear-gradient(135deg, rgba(255, 221, 253, 0.96), rgba(255, 232, 252, 0.92)),
    repeating-linear-gradient(135deg, transparent 0 62px, rgba(255, 255, 255, 0.42) 63px 64px);
}

.flash-badge {
  position: absolute;
  left: 23px;
  top: 18px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e79afb;
}

.flash-badge::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 16px;
  height: 10px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: -5px -3px 0 -2px #fff, 5px -3px 0 -2px #fff;
}

.flash-title {
  position: absolute;
  left: 69px;
  top: 26px;
  font-size: 17px;
  font-weight: 600;
}

.flash-stack {
  position: absolute;
  left: 101px;
  right: 80px;
  bottom: 0;
  height: 84px;
  color: #565b66;
}

.flash-person {
  position: absolute;
  left: 0;
  width: 178px;
  height: 53px;
  border-radius: 999px;
  color: #565b66;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 15px rgba(155, 120, 190, 0.17);
}

.flash-person-back {
  top: 0;
  transform: translate(6px, 2px) rotate(-2deg);
  opacity: 0.94;
}

.flash-person-front {
  left: -5px;
  top: 38px;
  z-index: 2;
  transform: rotate(-1deg);
}

.flash-avatar {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #6aa0ff, #ff8f5f);
}

.flash-avatar.two {
  background: linear-gradient(135deg, #76d4ab, #8c59d9);
}

.flash-copy {
  position: absolute;
  left: 61px;
  top: 9px;
  display: grid;
  gap: 1px;
}

.flash-copy b {
  max-width: 82px;
  overflow: hidden;
  color: #555963;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flash-copy small {
  max-width: 104px;
  overflow: hidden;
  color: #b9b9c0;
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flash-age {
  position: absolute;
  right: 11px;
  top: 11px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: #4ed6e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.flash-action {
  position: absolute;
  right: 41px;
  top: 23px;
  height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #a65cff;
  font-size: 17px;
  font-weight: 700;
}

.flash-close {
  position: absolute;
  right: 14px;
  top: 34px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
}

.flash-close::before,
.flash-close::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 11px;
  width: 21px;
  height: 2px;
  border-radius: 2px;
  background: rgba(110, 92, 120, 0.38);
}

.flash-close::before { transform: rotate(45deg); }
.flash-close::after { transform: rotate(-45deg); }

.nearby-person {
  min-height: 102px;
  padding: 10px 15px 9px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  background: #fff;
}

.nearby-avatar {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: visible;
  color: #fff;
  background: linear-gradient(135deg, #7aa7ff, #ff8fb0);
  font-size: 28px;
  font-weight: 800;
}

.nearby-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.nearby-online {
  position: absolute;
  right: -1px;
  bottom: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #31d878;
}

.nearby-main {
  min-width: 0;
  padding-top: 0;
}

.nearby-row-top {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}

.nearby-name {
  min-width: 0;
  margin: 0;
  color: #333842;
  font-size: 21px;
  line-height: 1.24;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nearby-name.hot {
  color: #f22e2e;
}

.nearby-meta {
  color: #aaa;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.nearby-badges {
  height: 20px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nearby-age {
  min-width: 35px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: #ff69b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
}

.nearby-age.male {
  background: #48d4eb;
}

.nearby-vip {
  height: 20px;
  padding: 0 6px;
  border-radius: 7px;
  color: #fff;
  background: #ffb000;
  font-size: 13px;
  font-weight: 800;
  line-height: 20px;
}

.nearby-verified {
  width: 19px;
  height: 19px;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
  background: #15d889;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

.nearby-sign {
  margin: 5px 0 0;
  color: #aaa;
  font-size: 17px;
  line-height: 1.28;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nearby-location-empty {
  min-height: 100%;
  padding: 250px 26px 0;
  display: grid;
  justify-items: center;
  align-content: start;
  color: #3a3f48;
  text-align: center;
  background: #fff;
}

.location-art {
  position: relative;
  width: 142px;
  height: 112px;
  margin-bottom: 34px;
}

.phone-pin {
  position: absolute;
  left: 10px;
  top: 19px;
  width: 56px;
  height: 86px;
  border: 4px solid #132044;
  border-radius: 10px;
  background: #f4f6ff;
  transform: rotate(-10deg);
}

.phone-pin::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 26px;
  width: 26px;
  height: 26px;
  border-radius: 50% 50% 50% 0;
  background: #e64641;
  transform: rotate(-45deg);
}

.phone-pin::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 34px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f4f6ff;
}

.location-card {
  position: absolute;
  right: 4px;
  top: 31px;
  width: 82px;
  height: 62px;
  border-radius: 8px;
  background: #244dbe;
  transform: rotate(11deg);
}

.location-card::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 26px;
  width: 36px;
  height: 14px;
  border: 4px solid #10204b;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}

.location-card::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10204b;
  box-shadow: 24px 0 0 #10204b;
}

.nearby-location-empty h2 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.nearby-location-empty p {
  max-width: 310px;
  margin: 0;
  color: #949aa4;
  font-size: 15px;
  line-height: 1.55;
}

.nearby-location-modal {
  position: absolute;
  inset: 0;
  z-index: 14;
}

.nearby-location-modal[hidden] {
  display: none;
}

.nearby-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.nearby-modal-card {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 47%;
  transform: translateY(-50%);
  padding: 26px 24px 22px;
  border-radius: 4px;
  color: #222;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.nearby-modal-card h2 {
  margin: 0 0 24px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}

.nearby-modal-card p {
  margin: 0;
  color: #8c8f95;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
}

.nearby-modal-card button {
  min-width: 74px;
  height: 42px;
  margin-top: 30px;
  margin-left: auto;
  border: 0;
  display: block;
  color: var(--blue);
  background: transparent;
  font-size: 18px;
  font-weight: 800;
}

.home-profile-panel {
  position: absolute;
  inset: 0;
  z-index: 20;
  background: #fff;
}
/* 别人主页: 已关注时单个"对话"按钮全宽 + ⋮ 更多菜单(好友设置) */
.native-profile-chat-solo { flex: 1; }
.profile-more-menu { position: absolute; inset: 0; z-index: 30; display: flex; align-items: flex-end; }
.profile-more-mask { position: absolute; inset: 0; background: rgba(0, 0, 0, .35); }
.profile-more-card { position: relative; width: 100%; background: #f4f4f6; border-radius: 14px 14px 0 0; padding: 0 0 8px; animation: pubSheetUp .2s ease; }
.profile-more-title { text-align: center; font-size: 13px; color: #999; padding: 14px 0 6px; }
.profile-more-item { display: block; width: 100%; border: 0; background: #fff; padding: 15px; font-size: 16px; color: #333; text-align: center; border-bottom: 1px solid #f0f0f0; }
.profile-more-item:active { background: #f2f2f2; }
.profile-more-danger { color: #e0485a; }
.profile-more-cancel { display: block; width: calc(100% - 16px); margin: 8px; border: 0; background: #fff; padding: 15px; font-size: 16px; color: #333; border-radius: 10px; }

.home-profile-panel[hidden],
.home-comments-sheet[hidden],
.home-action-sheet[hidden] {
  display: none;
}

.home-panel-header {
  height: 76px;
  padding: 18px 18px 0;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f0f1f3;
}

.home-panel-header h2,
.home-sheet-header h2 {
  margin: 0;
  color: #22262e;
  font-size: 21px;
  font-weight: 800;
  text-align: center;
}

.home-panel-close,
.home-sheet-close {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.home-panel-close::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 13px;
  height: 13px;
  border-left: 3px solid #272b33;
  border-bottom: 3px solid #272b33;
  transform: rotate(45deg);
}

.home-sheet-close::before,
.home-sheet-close::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 20px;
  width: 17px;
  height: 2px;
  border-radius: 2px;
  background: #252a32;
}

.home-sheet-close::before { transform: rotate(45deg); }
.home-sheet-close::after { transform: rotate(-45deg); }

.home-profile-content {
  height: calc(100% - 76px);
  overflow: auto;
  padding: 18px 18px 34px;
  background: #f6f7fa;
}

.home-profile-hero,
.home-profile-section,
.home-action-summary,
.home-action-protocol {
  border-radius: 8px;
  background: #fff;
}

.home-profile-hero {
  padding: 18px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.home-profile-avatar,
.home-comment-avatar {
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #5c7cff, #35d5df);
}

.home-profile-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  font-size: 28px;
}

.home-profile-avatar img,
.home-comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-profile-main {
  min-width: 0;
}

.home-profile-main h3 {
  margin: 0;
  color: #252932;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-profile-main p {
  margin: 7px 0 0;
  color: #8b929d;
  font-size: 14px;
}

.home-profile-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.home-profile-tags span {
  min-height: 24px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: #57606d;
  background: #f0f3f7;
  font-size: 13px;
  font-weight: 700;
}

.home-profile-stats {
  margin-top: 10px;
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.home-profile-stats strong {
  display: block;
  color: #22262e;
  font-size: 21px;
  line-height: 1.1;
}

.home-profile-stats span {
  display: block;
  margin-top: 5px;
  color: #8f96a2;
  font-size: 13px;
}

.home-profile-section {
  margin-top: 10px;
  padding: 16px;
}

.home-profile-section h4 {
  margin: 0 0 8px;
  color: #22262e;
  font-size: 16px;
}

.home-profile-section p {
  margin: 0;
  color: #5b626e;
  font-size: 15px;
  line-height: 1.55;
  word-break: break-word;
}

.home-profile-section.protocol p,
.home-action-protocol dd {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
}

.home-panel-loading,
.home-panel-empty {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #8f96a2;
  font-size: 14px;
}

.home-comments-sheet,
.home-action-sheet {
  position: absolute;
  inset: 0;
  z-index: 16;
}

.home-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(19, 24, 34, 0.34);
}

.home-sheet-card,
.home-action-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 78%;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -14px 38px rgba(24, 32, 48, 0.18);
}

.home-action-card {
  max-height: 58%;
}

.home-sheet-header {
  height: 58px;
  padding: 0 12px 0 18px;
  display: grid;
  grid-template-columns: 1fr 42px;
  align-items: center;
  border-bottom: 1px solid #f0f1f3;
}

.home-sheet-header h2 {
  text-align: left;
}

.home-comments-content,
.home-action-content {
  max-height: calc(78vh - 58px);
  overflow: auto;
  background: #fff;
}

.home-comments-source {
  padding: 12px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #8f96a2;
  font-size: 13px;
  border-bottom: 1px solid #f2f3f5;
}

.home-comments-source strong {
  min-width: 0;
  color: #2d323a;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-comment-row {
  padding: 14px 17px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  border-bottom: 1px solid #f4f5f7;
}

.home-comment-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 17px;
}

.home-comment-main {
  min-width: 0;
}

.home-comment-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.home-comment-top strong {
  min-width: 0;
  color: #333842;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-comment-top span,
.home-comment-meta {
  flex: 0 0 auto;
  color: #a2a8b2;
  font-size: 12px;
}

.home-comment-main p {
  margin: 6px 0 6px;
  color: #2d323a;
  font-size: 16px;
  line-height: 1.42;
  word-break: break-word;
}

.home-comment-inline-emotion {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 1px;
  object-fit: contain;
  vertical-align: -6px;
}

.home-comments-more {
  width: calc(100% - 34px);
  height: 42px;
  margin: 12px 17px 18px;
  border: 0;
  border-radius: 21px;
  color: #3f73ff;
  background: #f1f5ff;
  font-size: 15px;
  font-weight: 700;
}

.home-action-content {
  padding: 14px;
  background: #f6f7fa;
}

.home-action-summary {
  padding: 15px;
}

.home-action-summary h3 {
  margin: 0;
  color: #242932;
  font-size: 18px;
  line-height: 1.35;
}

.home-action-summary p {
  margin: 7px 0 0;
  color: #8c939e;
  font-size: 14px;
}

.home-action-protocol {
  margin: 10px 0 0;
  padding: 6px 15px;
}

.home-action-protocol div {
  padding: 11px 0;
  border-top: 1px solid #f1f2f4;
}

.home-action-protocol div:first-child {
  border-top: 0;
}

.home-action-protocol dt {
  margin-bottom: 5px;
  color: #8c939e;
  font-size: 12px;
  font-weight: 700;
}

.home-action-protocol dd {
  margin: 0;
  color: #303641;
  line-height: 1.45;
  word-break: break-word;
}

.home-action-sheet:not([data-protocol-debug="1"]) .home-action-protocol {
  display: none !important;
}

.home-action-controls,
.home-action-form,
.home-action-result {
  margin: 10px 0 0;
  border-radius: 8px;
  background: #fff;
}

.home-action-controls,
.home-action-form {
  padding: 14px;
}

.home-action-note {
  color: #7d8490;
  font-size: 14px;
  line-height: 1.45;
}

.home-write-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.home-write-btn {
  min-height: 40px;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  color: #333943;
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.home-write-btn.primary {
  border-color: #3f73ff;
  color: #fff;
  background: #3f73ff;
}

.home-write-btn.danger {
  border-color: #ffe1df;
  color: #d84438;
  background: #fff7f6;
}

.home-write-btn:disabled {
  opacity: 0.62;
}

.home-action-form textarea,
.home-comment-composer textarea {
  width: 100%;
  border: 1px solid #e1e5ec;
  border-radius: 8px;
  resize: none;
  outline: 0;
  color: #252a32;
  background: #fbfcfe;
  font: inherit;
  line-height: 1.45;
}

.home-action-form textarea {
  padding: 10px 11px;
  min-height: 94px;
}

.home-publish-toolbar {
  height: 50px;
  margin-top: 10px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  gap: 0;
  overflow-x: auto;
  border: 1px solid #f0f1f3;
  border-radius: 6px;
  background: #fff;
}

.home-publish-tool {
  flex: 0 0 58px;
  width: 58px;
  height: 50px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-publish-tool:active {
  background: #f2f3f6;
}

.home-publish-tool img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.home-action-row {
  margin: 10px 0 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #737b87;
  font-size: 13px;
}

.home-action-result,
.home-comment-write-result {
  min-height: 32px;
  padding: 8px 12px;
  color: #7c8490;
  font-size: 13px;
  line-height: 1.35;
}

.home-action-result.ok,
.home-comment-write-result.ok {
  color: #0f7a4e;
  background: #eefbf5;
}

.home-action-result.error,
.home-comment-write-result.error {
  color: #c4362f;
  background: #fff3f2;
}

.home-action-sheet[data-action="greet"] .home-action-card {
  max-height: 82%;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -18px 48px rgba(20, 24, 31, 0.16);
}

.home-action-sheet[data-action="greet"] .home-sheet-header {
  height: 54px;
  padding: 0 16px;
  grid-template-columns: 74px minmax(0, 1fr) 74px;
  border-bottom: 0;
}

.home-action-sheet[data-action="greet"] .home-sheet-header h2 {
  display: none;
}

.home-action-sheet[data-action="greet"] .home-sheet-close {
  width: auto;
  height: 54px;
  color: #262b32;
  font-size: 17px;
  text-align: left;
  border-radius: 0;
}

.home-action-sheet[data-action="greet"] .home-sheet-close::before {
  content: "关闭";
  position: static;
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  transform: none;
}

.home-action-sheet[data-action="greet"] .home-sheet-close::after {
  display: none;
}

.home-action-sheet[data-action="greet"] .home-action-content {
  max-height: calc(82vh - 54px);
  padding: 0 16px 18px;
  overflow: auto;
  background: #fff;
}

.home-action-sheet[data-action="greet"] .home-action-summary,
.home-action-sheet[data-action="greet"] .home-action-protocol {
  display: none;
}

.home-action-sheet[data-action="more"] .home-action-card {
  max-height: none;
  height: 148px;
  overflow: visible;
  border-radius: 13px 13px 0 0;
  box-shadow: 0 -10px 28px rgba(20, 24, 31, 0.16);
}

.home-action-sheet[data-action="more"] .home-sheet-header,
.home-action-sheet[data-action="more"] .home-action-summary,
.home-action-sheet[data-action="more"] .home-action-protocol {
  display: none;
}

.home-action-sheet[data-action="more"] .home-action-content {
  max-height: none;
  height: 148px;
  padding: 0 14px;
  overflow: visible;
  border-radius: 13px 13px 0 0;
  background: #fff;
}

.home-action-sheet[data-action="more"] .home-action-result {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: transparent;
  background: transparent;
}

.home-action-sheet[data-action="more"] .home-action-result:not(:empty) {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 8px;
  padding: 6px 8px;
  color: #6f7680;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  border-radius: 7px;
  background: rgba(244, 246, 248, 0.92);
}

.native-feed-more-sheet {
  height: 140px;
  padding: 0;
  background: #fff;
}

.native-feed-more-sheet h3 {
  margin: 0;
  height: 44px;
  color: #30343b;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  font-weight: 500;
}

.native-feed-more-row {
  height: 86px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
}

.native-feed-more-item {
  min-width: 0;
  height: 86px;
  padding: 1px 0 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 6px;
  border: 0;
  color: #4c535d;
  background: transparent;
  font-size: 11px;
  line-height: 1.2;
}

.native-feed-more-item:active {
  opacity: 0.55;
}

.native-feed-more-icon {
  position: relative;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f7fa;
  overflow: hidden;
}

.native-feed-more-icon img {
  width: 43px;
  height: 43px;
  display: block;
  object-fit: contain;
}

.native-feed-more-item.moments .native-feed-more-icon,
.native-feed-more-item.wechat .native-feed-more-icon {
  background: #54c067;
}

.native-feed-more-item.moments .native-feed-more-icon::before {
  content: "";
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #54c067;
}

.native-feed-more-item.moments .native-feed-more-icon::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.native-feed-more-item.wechat .native-feed-more-icon::before,
.native-feed-more-item.wechat .native-feed-more-icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #fff;
}

.native-feed-more-item.wechat .native-feed-more-icon::before {
  left: 9px;
  top: 12px;
  width: 21px;
  height: 16px;
}

.native-feed-more-item.wechat .native-feed-more-icon::after {
  right: 8px;
  bottom: 11px;
  width: 17px;
  height: 13px;
  box-shadow: -14px -1px 0 -5px #54c067, -8px -1px 0 -5px #54c067, 0 0 0 0 #fff;
}

.native-greet-sheet-form {
  margin: 0;
  padding: 0;
  background: #fff;
}

.native-greet-hero {
  position: relative;
  padding: 82px 0 22px;
  text-align: center;
}

.native-greet-icon {
  position: absolute;
  left: 50%;
  top: -26px;
  width: 94px;
  height: 94px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #f0f1f3;
  box-shadow: 0 1px 12px rgba(35, 42, 54, 0.08);
  transform: translateX(-50%);
}

.native-greet-icon::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 28px;
  width: 43px;
  height: 33px;
  border-radius: 12px;
  background: #fff;
}

.native-greet-icon::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 40px;
  width: 7px;
  height: 10px;
  border-radius: 5px;
  background: #e5e7eb;
  box-shadow: 15px 0 0 #e5e7eb, 8px 24px 0 13px #e4e6e9;
}

.native-greet-hero h3 {
  margin: 0;
  color: #2d3036;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
}

.native-greet-age {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-top: 10px;
  padding: 0 11px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 24px;
  border-radius: 12px;
  background: #59c8ff;
}

.native-greet-age.female {
  background: #ff69b5;
}

.native-greet-preview {
  width: min(338px, 78%);
  margin: 0 auto 26px;
  padding: 24px 18px;
  text-align: center;
  border-radius: 10px;
  background: #f7f7f8;
}

.native-greet-preview h4 {
  margin: 0 0 14px;
  color: #a2a5ab;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

.native-greet-preview p {
  margin: 0;
  color: #80858e;
  font-size: 15px;
  line-height: 1.45;
}

.native-greet-preview-images {
  height: 74px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 4px;
}

.native-greet-preview-images img {
  width: 100%;
  height: 74px;
  object-fit: cover;
}

.native-greet-suggestion {
  width: min(430px, 92%);
  margin: 0 auto 18px;
  padding: 12px 18px;
  color: #333740;
  font-size: 17px;
  line-height: 1.25;
  text-align: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(37, 43, 55, 0.08);
}

.native-greet-composer {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 54px;
  gap: 10px;
  align-items: center;
  padding: 0 0 10px;
}

.native-greet-gift,
.native-greet-send,
.native-greet-emoji {
  border: 0;
  background: transparent;
}

.native-greet-gift {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 22px rgba(32, 38, 50, 0.12);
}

.native-greet-gift::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 19px;
  width: 23px;
  height: 21px;
  border: 3px solid #ffb92c;
  border-radius: 4px;
}

.native-greet-gift::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 15px;
  width: 4px;
  height: 31px;
  border-radius: 3px;
  background: #ffb92c;
  box-shadow: -9px 6px 0 -1px #ffb92c, 9px 6px 0 -1px #ffb92c;
}

.native-greet-input {
  min-height: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(32, 38, 50, 0.12);
}

.native-greet-input textarea {
  min-height: 34px;
  max-height: 74px;
  padding: 8px 0 8px 16px;
  border: 0;
  resize: none;
  outline: 0;
  color: #252930;
  background: transparent;
  font: inherit;
  font-size: 17px;
  line-height: 1.3;
}

.native-greet-input textarea::placeholder {
  color: #c2c5cb;
}

.native-greet-emoji {
  position: relative;
  width: 42px;
  height: 42px;
}

.native-greet-emoji::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 3px solid #a6abb3;
  border-radius: 50%;
}

.native-greet-emoji::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a6abb3;
  box-shadow: 11px 0 0 #a6abb3, 5px 9px 0 1px #a6abb3;
}

.native-greet-send {
  height: 42px;
  color: #3f73ff;
  font-size: 15px;
  font-weight: 800;
}

.home-comment-composer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  border-bottom: 1px solid #eef0f4;
  background: #fff;
}

.home-comment-composer textarea {
  min-height: 38px;
  max-height: 84px;
  padding: 8px 10px;
  font-size: 14px;
}

.home-comment-composer button {
  min-width: 54px;
  height: 38px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #3f73ff;
  font-size: 14px;
  font-weight: 800;
}

.home-comment-cancel-reply {
  grid-column: 2;
  color: #667085 !important;
  background: #eef1f6 !important;
}

.home-comment-write-result {
  grid-column: 1 / -1;
  min-height: 22px;
  padding: 0;
  background: transparent;
}

.home-comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-comment-actions button {
  padding: 0;
  border: 0;
  color: #87909c;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.nearby-write-actions {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.nearby-write-actions button {
  height: 28px;
  padding: 0 11px;
  border: 0;
  border-radius: 14px;
  color: #3f73ff;
  background: #eef4ff;
  font-size: 12px;
  font-weight: 800;
}

.home-view.message-mode {
  background: #fff;
}

.home-view.universe-mode {
  background:
    linear-gradient(108deg, #fff3c8 0%, #fbf6df 44%, #dff8ef 100%);
}

.home-view.more-mode {
  background: #f5f7fb;
}

.home-view.message-mode .home-header,
.home-view.message-mode .feed-scroller,
.home-view.universe-mode .home-header,
.home-view.universe-mode .feed-scroller,
.home-view.more-mode .home-header,
.home-view.more-mode .feed-scroller,
.home-view.live-mode .home-header,
.home-view.live-mode .feed-scroller,
.home-view.live-mode #publishBtn {
  display: none;
}

.home-view.live-mode { background: #f5f6f8; }

.message-page {
  position: absolute;
  inset: 0;
  background: #fff;
}

.message-page[hidden] {
  display: none;
}

.universe-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(108deg, #fff3c8 0%, #fbf6df 40%, #ddf8ed 100%) 0 0 / 100% 136px no-repeat,
    #fff;
}

.universe-page[hidden] {
  display: none;
}

.more-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, #e8fbff 0%, #f7fbff 34%, #fff8ea 100%) 0 0 / 100% 210px no-repeat,
    #f5f7fb;
}

.more-page[hidden] {
  display: none;
}

.more-header {
  position: absolute;
  left: 16px;
  right: 14px;
  top: 48px;
  z-index: 4;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-header h1 {
  margin: 0;
  color: #222831;
  font-size: 27px;
  line-height: 1;
  font-weight: 900;
}

.more-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.more-round {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 18px rgba(80, 101, 130, 0.1);
}

.more-scan-icon,
.more-settings-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}

.more-scan-icon::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 3px solid #20252d;
  border-radius: 6px;
  clip-path: polygon(0 0, 38% 0, 38% 18%, 18% 18%, 18% 38%, 0 38%, 0 0, 62% 0, 100% 0, 100% 38%, 82% 38%, 82% 18%, 62% 18%);
}

.more-scan-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 11px;
  height: 3px;
  border-radius: 3px;
  background: #39c7d5;
}

.more-settings-icon::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 4px solid #20252d;
  border-radius: 50%;
}

.more-settings-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 1px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #20252d;
  box-shadow:
    0 0 0 0 #20252d,
    -7px 7px 0 -1px #20252d,
    7px 7px 0 -1px #20252d;
  transform: rotate(34deg);
}

.more-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 95px;
  bottom: 83px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 0 14px 18px;
}

.more-scroller::-webkit-scrollbar {
  display: none;
}

.more-toast {
  position: sticky;
  top: 0;
  z-index: 5;
  min-height: 0;
  margin: 0 12px;
  padding: 0 14px;
  border-radius: 8px;
  color: #596170;
  background: rgba(255, 255, 255, 0.94) url("/apk-res/res/drawable/ic_emotion_delete.xml") center / 24px 24px no-repeat;
  box-shadow: 0 8px 22px rgba(72, 91, 116, 0.08);
  font-size: 13px;
  line-height: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, line-height 160ms ease, padding 160ms ease;
}

.more-toast.show {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 18px;
  opacity: 1;
}

.more-profile {
  min-height: 110px;
  padding: 18px 12px 16px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 26px rgba(64, 82, 112, 0.08);
}

.more-avatar {
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 32% 28%, #7ee6e2 0 18%, transparent 19%),
    linear-gradient(135deg, #4d76ff 0%, #38c9d6 52%, #ffb84d 100%);
  box-shadow: 0 8px 20px rgba(76, 118, 255, 0.22);
  font-size: 28px;
  font-weight: 900;
}

.more-profile-main {
  min-width: 0;
}

.more-name-row {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.more-name-row h2 {
  margin: 0;
  min-width: 0;
  color: #222831;
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-level {
  flex: 0 0 auto;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: #ff9d42;
  font-size: 12px;
  font-weight: 800;
}

.more-profile-main p {
  margin: 7px 0 0;
  color: #8a91a0;
  font-size: 14px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.more-tags span {
  max-width: 120px;
  height: 22px;
  padding: 0 8px;
  border-radius: 6px;
  display: inline-grid;
  place-items: center;
  color: #687182;
  background: #f1f4f9;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-chevron {
  position: relative;
  width: 28px;
  height: 38px;
  border: 0;
  background: transparent;
}

.more-chevron::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 13px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #b5bbc5;
  border-bottom: 3px solid #b5bbc5;
  transform: rotate(-45deg);
}

.more-vip-card {
  min-height: 62px;
  margin-top: 10px;
  padding: 13px 13px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #5a4020;
  background:
    linear-gradient(135deg, #fff2d3 0%, #ffd68f 100%);
  box-shadow: 0 7px 18px rgba(199, 135, 49, 0.14);
}

.more-vip-card strong,
.more-vip-card span {
  display: block;
}

.more-vip-card strong {
  font-size: 17px;
  line-height: 1.18;
  font-weight: 900;
}

.more-vip-card span {
  margin-top: 3px;
  color: rgba(90, 64, 32, 0.72);
  font-size: 13px;
  line-height: 1.2;
}

.more-vip-card button {
  flex: 0 0 auto;
  height: 32px;
  min-width: 64px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #242a32;
  font-size: 14px;
  font-weight: 800;
}

.more-stats {
  margin-top: 10px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  box-shadow: 0 7px 18px rgba(64, 82, 112, 0.06);
}

.more-stats button {
  min-height: 70px;
  border: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  color: #222831;
  background: transparent;
}

.more-stats strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
}

.more-stats span {
  color: #9098a6;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.more-card,
.more-list {
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(64, 82, 112, 0.06);
  overflow: hidden;
}

.more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 12px 4px 10px;
}

.more-grid button {
  min-height: 78px;
  border: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  color: #252b34;
  background: transparent;
  font-size: 13px;
  line-height: 1.12;
  font-weight: 700;
}

.more-tool-icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: block;
  background: #edf3ff;
}

.more-tool-icon::before,
.more-tool-icon::after {
  content: "";
  position: absolute;
}

.more-tool-icon.wallet {
  background: #eaf7ff;
}

.more-tool-icon.wallet::before {
  left: 8px;
  top: 12px;
  width: 24px;
  height: 17px;
  border: 3px solid #32bad0;
  border-radius: 5px;
}

.more-tool-icon.wallet::after {
  right: 8px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #32bad0;
}

.more-tool-icon.dress {
  background: #fff0f6;
}

.more-tool-icon.dress::before {
  left: 11px;
  top: 8px;
  width: 18px;
  height: 25px;
  border-radius: 10px 10px 6px 6px;
  background: #ff6fa8;
  clip-path: polygon(20% 0, 80% 0, 100% 32%, 78% 100%, 22% 100%, 0 32%);
}

.more-tool-icon.visitor {
  background: #eef3ff;
}

.more-tool-icon.visitor::before {
  left: 13px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #5b7cff;
}

.more-tool-icon.visitor::after {
  left: 9px;
  bottom: 8px;
  width: 22px;
  height: 11px;
  border-radius: 14px 14px 5px 5px;
  background: #5b7cff;
}

.more-tool-icon.level {
  background: #fff6df;
}

.more-tool-icon.level::before {
  left: 9px;
  top: 9px;
  width: 22px;
  height: 22px;
  background: #ffb238;
  clip-path: polygon(50% 0, 62% 34%, 100% 34%, 70% 55%, 82% 100%, 50% 72%, 18% 100%, 30% 55%, 0 34%, 38% 34%);
}

.more-tool-icon.task {
  background: #ecfff7;
}

.more-tool-icon.task::before {
  left: 10px;
  top: 8px;
  width: 20px;
  height: 24px;
  border: 3px solid #31bf83;
  border-radius: 5px;
}

.more-tool-icon.task::after {
  left: 15px;
  top: 16px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #31bf83;
  border-bottom: 3px solid #31bf83;
  transform: rotate(-45deg);
}

.more-tool-icon.service {
  background: #f0edff;
}

.more-tool-icon.service::before {
  left: 9px;
  top: 12px;
  width: 22px;
  height: 16px;
  border: 3px solid #8166e9;
  border-radius: 8px;
}

.more-tool-icon.service::after {
  left: 17px;
  bottom: 8px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #8166e9;
  border-bottom: 3px solid #8166e9;
}

.more-tool-icon.album {
  background: #fff0e8;
}

.more-tool-icon.album::before {
  left: 8px;
  top: 10px;
  width: 24px;
  height: 20px;
  border-radius: 5px;
  background: #ff8452;
}

.more-tool-icon.album::after {
  left: 13px;
  top: 15px;
  width: 14px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 100%, 38% 42%, 56% 70%, 72% 32%, 100% 100%);
}

.more-tool-icon.privacy {
  background: #edf9ff;
}

.more-tool-icon.privacy::before {
  left: 10px;
  top: 15px;
  width: 20px;
  height: 15px;
  border-radius: 5px;
  background: #2aa2dd;
}

.more-tool-icon.privacy::after {
  left: 14px;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 3px solid #2aa2dd;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.more-list button {
  min-height: 58px;
  width: 100%;
  border: 0;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  color: #252b34;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.more-list button + button {
  border-top: 1px solid #f0f2f6;
}

.more-list button::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #c2c7d0;
  border-bottom: 2px solid #c2c7d0;
  transform: rotate(-45deg);
}

.more-list em {
  color: #a2a8b3;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.more-list-icon {
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: block;
  background: #f2f5fa;
}

.more-list-icon::before,
.more-list-icon::after {
  content: "";
  position: absolute;
}

.more-list-icon.auth::before {
  left: 8px;
  top: 7px;
  width: 16px;
  height: 18px;
  border: 3px solid #4e7cff;
  border-radius: 5px;
}

.more-list-icon.auth::after {
  left: 13px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4e7cff;
}

.more-list-icon.safe::before {
  left: 8px;
  top: 6px;
  width: 16px;
  height: 20px;
  background: #31bf83;
  clip-path: polygon(50% 0, 100% 18%, 90% 74%, 50% 100%, 10% 74%, 0 18%);
}

.more-list-icon.teen::before {
  left: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 3px solid #ff9d42;
  border-radius: 50%;
}

.more-list-icon.teen::after {
  left: 14px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff9d42;
}

.more-list-icon.about::before {
  left: 13px;
  top: 7px;
  width: 6px;
  height: 18px;
  border-radius: 5px;
  background: #7b8798;
}

.more-list-icon.about::after {
  left: 13px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7b8798;
}

.universe-header {
  position: absolute;
  left: 15px;
  right: 13px;
  top: 45px;
  z-index: 5;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.universe-title-tabs {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.universe-title-tab {
  border: 0;
  padding: 0;
  color: rgba(46, 51, 59, 0.42);
  background: transparent;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.universe-title-tab.active {
  color: #282d35;
  font-size: 25px;
  font-weight: 900;
}

.universe-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.universe-action {
  position: relative;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 14px rgba(112, 122, 148, 0.08);
}

.orbit-action::before,
.orbit-action::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 12px;
  width: 20px;
  height: 16px;
  border: 3px solid #333842;
  border-radius: 50%;
}

.orbit-action::before {
  transform: rotate(42deg);
}

.orbit-action::after {
  transform: rotate(-42deg);
}

.radio-action::before,
.radio-action::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: 3px solid #333842;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radio-action::before {
  width: 21px;
  height: 24px;
}

.radio-action::after {
  width: 8px;
  height: 12px;
}

.profile-action {
  background:
    radial-gradient(circle at 50% 50%, #ff7da2 0 3px, transparent 4px),
    radial-gradient(circle at 35% 38%, #ff7da2 0 3px, transparent 4px),
    radial-gradient(circle at 62% 36%, #ff7da2 0 3px, transparent 4px),
    radial-gradient(circle at 72% 61%, #ff7da2 0 3px, transparent 4px),
    radial-gradient(circle at 35% 67%, #ff7da2 0 3px, transparent 4px),
    #5d0b30;
}

.profile-action::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  width: 18px;
  height: 16px;
  border-left: 2px solid rgba(255, 125, 162, 0.78);
  border-top: 2px solid rgba(255, 125, 162, 0.78);
  border-right: 2px solid rgba(255, 125, 162, 0.78);
  transform: skewY(-16deg) rotate(12deg);
}

.universe-page.wave-mode {
  background:
    linear-gradient(108deg, #fff3c8 0%, #fbf7e5 42%, #e1f8ed 100%) 0 0 / 100% 250px no-repeat,
    #fff;
}

.universe-page.follow-mode {
  background:
    linear-gradient(108deg, #fff3c8 0%, #fbf7e8 43%, #e3f8ef 100%) 0 0 / 100% 245px no-repeat,
    #fff;
}

.universe-page.wave-mode .universe-actions {
  gap: 0;
}

.universe-page.follow-mode .universe-actions {
  gap: 10px;
}

.universe-page.follow-mode .profile-action {
  display: none;
}

.universe-page.follow-mode .orbit-action {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 16px rgba(92, 102, 128, 0.08);
}

.universe-page.follow-mode .orbit-action::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: #2c3038;
  clip-path: polygon(0 0, 100% 0, 62% 47%, 62% 100%, 38% 100%, 38% 47%);
  transform: none;
}

.universe-page.follow-mode .orbit-action::after {
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 16px;
  height: 15px;
  border-radius: 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 58% 45%, 58% 100%, 42% 100%, 42% 45%);
  transform: none;
}

.universe-page.follow-mode .radio-action {
  width: 112px;
  height: 43px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 16px rgba(92, 102, 128, 0.08);
}

.universe-page.follow-mode .radio-action::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 11px;
  width: 27px;
  height: 23px;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(140deg, transparent 46%, #fff 47% 52%, transparent 53%) 7px 9px / 14px 10px no-repeat,
    #2c3038;
  clip-path: polygon(0 44%, 100% 0, 72% 100%, 45% 58%);
  transform: rotate(-7deg);
}

.universe-page.follow-mode .radio-action::after {
  content: "发动态";
  left: 47px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  color: #2c3038;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  transform: translateY(-50%);
}

.universe-page.wave-mode .orbit-action,
.universe-page.wave-mode .profile-action {
  display: none;
}

.universe-page.wave-mode .radio-action {
  width: 103px;
  height: 43px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 16px rgba(92, 102, 128, 0.08);
}

.universe-page.wave-mode .radio-action::before {
  left: 17px;
  top: 9px;
  width: 15px;
  height: 22px;
  border: 4px solid #2c3038;
  border-top-width: 5px;
  border-radius: 11px;
  transform: none;
}

.universe-page.wave-mode .radio-action::after {
  content: "发音波";
  left: 43px;
  top: 50%;
  width: auto;
  height: auto;
  border: 0;
  color: #2c3038;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  transform: translateY(-50%);
}

.universe-filter-row {
  position: absolute;
  left: 27px;
  top: 105px;
  z-index: 4;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 17px;
}

.universe-filter {
  height: 34px;
  min-width: 54px;
  border: 0;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(47, 52, 60, 0.42);
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}

.universe-filter.active {
  color: #30343b;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 0 0 1px #eceef3;
}

.universe-page.wave-mode .universe-filter-row {
  display: none;
}

.universe-page.follow-mode .universe-filter-row {
  display: none;
}

.universe-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 145px;
  bottom: 83px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  touch-action: pan-y;
  background: #fff;
}

.universe-page.wave-mode .universe-scroller {
  top: 137px;
  background: transparent;
}

.universe-page.follow-mode .universe-scroller {
  top: 137px;
  background: transparent;
}

.universe-page.wave-mode .universe-compose {
  display: none;
}

.universe-page.follow-mode .universe-compose {
  display: none;
}

.universe-scroller::-webkit-scrollbar {
  display: none;
}

.universe-toast {
  position: sticky;
  top: 10px;
  z-index: 7;
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 8px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(33, 39, 52, 0.82);
  font-size: 13px;
  line-height: 17px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.universe-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.universe-pull-refresh {
  position: sticky;
  top: 0;
  z-index: 4;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #9aa0a8;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-42px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.universe-scroller.pulling .universe-pull-refresh,
.universe-scroller.refreshing .universe-pull-refresh {
  opacity: 1;
  transform: translateY(24px);
}

.universe-scroller.pulling .mini-spinner {
  animation: none;
}

.universe-load-more {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #9aa0a8;
  font-size: 13px;
  background: #fff;
}

.universe-load-more.done .mini-spinner,
.universe-load-more[hidden] {
  display: none;
}

.universe-post {
  position: relative;
  padding: 18px 15px 0;
  background: #fff;
}

.universe-post + .universe-post {
  border-top: 4px solid #f7f7f7;
}

.universe-post-head {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.universe-avatar {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}

.universe-avatar.remote {
  background: #eef0f4;
}

.universe-avatar-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.universe-avatar.constellation {
  background:
    radial-gradient(circle at 35% 34%, #45dce4 0 2px, transparent 3px),
    radial-gradient(circle at 61% 31%, #45dce4 0 2px, transparent 3px),
    radial-gradient(circle at 72% 54%, #45dce4 0 2px, transparent 3px),
    radial-gradient(circle at 49% 69%, #45dce4 0 2px, transparent 3px),
    radial-gradient(circle at 27% 59%, #45dce4 0 2px, transparent 3px),
    #06414b;
}

.universe-avatar.constellation .universe-avatar-figure {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 22px;
  height: 20px;
  border-left: 2px solid rgba(69, 220, 228, 0.55);
  border-top: 2px solid rgba(69, 220, 228, 0.55);
  border-right: 2px solid rgba(69, 220, 228, 0.55);
  transform: skewY(-19deg) rotate(10deg);
}

.universe-avatar.deep {
  background:
    radial-gradient(circle at 35% 34%, #60d9df 0 2px, transparent 3px),
    radial-gradient(circle at 65% 44%, #60d9df 0 2px, transparent 3px),
    radial-gradient(circle at 56% 72%, #60d9df 0 2px, transparent 3px),
    radial-gradient(circle at 28% 65%, #60d9df 0 2px, transparent 3px),
    #083947;
}

.universe-avatar.violet {
  background:
    radial-gradient(circle at 33% 35%, #8c73ff 0 2px, transparent 3px),
    radial-gradient(circle at 58% 31%, #8c73ff 0 2px, transparent 3px),
    radial-gradient(circle at 68% 58%, #8c73ff 0 2px, transparent 3px),
    radial-gradient(circle at 38% 70%, #8c73ff 0 2px, transparent 3px),
    #271566;
}

.universe-avatar.fluffy {
  background: #ff8ac1;
}

.universe-avatar.fluffy .universe-avatar-figure {
  position: absolute;
  left: 8px;
  top: 11px;
  width: 29px;
  height: 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 44%, #252934 0 3px, transparent 4px),
    radial-gradient(circle at 66% 44%, #252934 0 3px, transparent 4px),
    radial-gradient(circle at 50% 65%, #f3c1b5 0 3px, transparent 4px),
    #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.72);
}

.universe-avatar.forest {
  background: #ffa0bc;
}

.universe-avatar.forest .universe-avatar-figure {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 28px;
  height: 28px;
  border-radius: 48% 48% 42% 42%;
  background:
    radial-gradient(circle at 37% 42%, #473420 0 2px, transparent 3px),
    radial-gradient(circle at 63% 42%, #473420 0 2px, transparent 3px),
    radial-gradient(circle at 50% 62%, #fff3e5 0 4px, transparent 5px),
    #c98746;
}

.universe-avatar.forest .universe-avatar-figure::before,
.universe-avatar.forest .universe-avatar-figure::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 8px;
  height: 12px;
  border-radius: 8px 8px 0 0;
  background: #c98746;
}

.universe-avatar.forest .universe-avatar-figure::before {
  left: 0;
  transform: rotate(-34deg);
}

.universe-avatar.forest .universe-avatar-figure::after {
  right: 0;
  transform: rotate(34deg);
}

.universe-post-user {
  min-width: 0;
}

.universe-post-user h3 {
  margin: 0;
  color: #333842;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.universe-post-user span {
  display: block;
  margin-top: 3px;
  color: #a6a8ad;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.universe-post-text {
  margin: 17px 0 0;
  color: #30343c;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 600;
}

.universe-status {
  margin: 28px 18px;
  padding: 18px 16px;
  border-radius: 8px;
  background: #f6f7f9;
  color: #686d76;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.universe-status.loading {
  color: #454b57;
}

.universe-status.error {
  color: #a94442;
  background: #fff1f1;
}

.follow-page-body {
  padding: 83px 15px 0;
}

.follow-friend-strip {
  margin: -42px 0 28px;
  padding: 2px 0 8px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}

.follow-friend-strip::-webkit-scrollbar {
  display: none;
}

.follow-friend {
  width: 58px;
  border: 0;
  padding: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #4d535d;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
}

.follow-friend .follow-avatar {
  width: 48px;
  height: 48px;
}

.follow-friend span {
  max-width: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.follow-page-body > h2 {
  margin: 0;
  color: #30343c;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}

.follow-list {
  margin-top: 54px;
}

.follow-post {
  padding: 0 0 0;
  background: #fff;
}

.follow-post + .follow-post {
  margin-top: 28px;
  padding-top: 26px;
  border-top: 4px solid #f7f7f7;
}

.follow-post-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 74px;
  column-gap: 12px;
  align-items: center;
}

.follow-avatar {
  position: relative;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  background: #eef0f4;
}

.follow-avatar.remote img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.follow-avatar.sketch {
  background:
    radial-gradient(circle at 46% 36%, #2d3037 0 3px, transparent 4px),
    radial-gradient(circle at 61% 35%, #2d3037 0 2px, transparent 3px),
    linear-gradient(145deg, transparent 45%, rgba(45, 48, 55, 0.18) 46% 49%, transparent 50%),
    #f1f2f4;
}

.follow-avatar.sketch .follow-avatar-figure {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 30px;
  height: 34px;
  border-radius: 45% 45% 50% 50%;
  border: 2px solid rgba(45, 48, 55, 0.34);
  border-bottom: 0;
  transform: rotate(-20deg);
}

.follow-avatar.portrait {
  background:
    radial-gradient(circle at 50% 32%, #78553c 0 14px, transparent 15px),
    radial-gradient(circle at 50% 54%, #f1ccb8 0 15px, transparent 16px),
    linear-gradient(#eef3f8 0 52%, #7d5c48 53% 100%);
}

.follow-avatar.line {
  background:
    radial-gradient(circle at 50% 34%, #f1c6b2 0 12px, transparent 13px),
    linear-gradient(135deg, #e7edf2, #cfd8e1);
}

.follow-user {
  min-width: 0;
}

.follow-user h3 {
  margin: 0;
  color: #333842;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.follow-badges {
  margin-top: 7px;
  min-height: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.follow-gender {
  width: max-content;
  min-width: 36px;
  height: 18px;
  border-radius: 999px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.follow-gender.female {
  background: #ff6caf;
}

.follow-gender.male {
  background: #4ccde2;
}

.follow-vip {
  height: 18px;
  border-radius: 999px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: #ff9048;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.follow-button {
  height: 43px;
  border: 0;
  border-radius: 999px;
  color: #8e9299;
  background: #f6f6f7;
  font-size: 20px;
  font-weight: 800;
}

.follow-text {
  margin: 23px 0 0;
  color: #30343c;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
  word-break: break-word;
}

.follow-video,
.follow-photo {
  width: min(145px, 50%);
  margin-top: 17px;
  border-radius: 5px;
  overflow: hidden;
}

.follow-video {
  position: relative;
  height: 226px;
  padding: 16px 10px;
  color: #fff;
  background:
    linear-gradient(rgba(12, 18, 30, 0.1), rgba(12, 18, 30, 0.28)),
    radial-gradient(circle at 42% 44%, rgba(255, 255, 255, 0.28) 0 5px, transparent 6px),
    linear-gradient(145deg, #111923, #39414b 52%, #111923);
}

.follow-video-brand {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 8px;
  font-weight: 700;
}

.follow-video strong {
  display: block;
  margin-top: 51px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.follow-video em {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

.follow-video b,
.follow-video i {
  position: absolute;
  left: 50%;
  width: max-content;
  max-width: 120px;
  transform: translateX(-50%);
  text-align: center;
}

.follow-video b {
  top: 117px;
  color: #ff3c2f;
  text-shadow: 0 1px 0 #fff;
  font-size: 13px;
}

.follow-video i {
  top: 143px;
  font-style: normal;
  font-size: 14px;
  font-weight: 800;
}

.follow-video-wave {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 30px;
  height: 19px;
  opacity: 0.52;
  background:
    linear-gradient(135deg, transparent 46%, rgba(255, 255, 255, 0.72) 47% 52%, transparent 53%) 0 0 / 26px 18px repeat-x;
}

.follow-photo {
  height: 138px;
  background: linear-gradient(135deg, #cbd6de, #eef2f5 44%, #b8c6d0);
}

.follow-photo span {
  width: 76px;
  height: 76px;
  margin: 50px auto 0;
  display: block;
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 37% 40%, #42382e 0 3px, transparent 4px),
    radial-gradient(circle at 63% 40%, #42382e 0 3px, transparent 4px),
    #d7b693;
}

.follow-image-grid {
  width: min(265px, 100%);
  margin-top: 17px;
  display: grid;
  gap: 4px;
  border-radius: 5px;
  overflow: hidden;
}

.follow-image-grid.count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.follow-image-grid.count-2,
.follow-image-grid.count-3,
.follow-image-grid.count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.follow-image-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  background: #edf0f2;
}

.follow-image-grid.count-1 img {
  aspect-ratio: 3 / 4;
}

.follow-audio-card {
  width: min(245px, 100%);
  min-height: 56px;
  margin-top: 17px;
  padding: 0 14px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f8f93;
  background: #e7fbf5;
  font-size: 13px;
  font-weight: 800;
}

.follow-photo.daylight {
  background: linear-gradient(135deg, #f0e5d8, #cbdceb);
}

.follow-meta {
  margin-top: 14px;
  color: #a6a8ad;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.follow-actions {
  min-height: 64px;
  display: grid;
  grid-template-columns: 78px 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 6px;
  color: #a6a8ad;
}

.wave-page-body {
  padding: 19px 14px 0;
}

.wave-entry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wave-entry {
  height: 88px;
  border: 1px solid rgba(226, 229, 236, 0.8);
  border-radius: 8px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  color: #313640;
  background: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 5px 16px rgba(98, 110, 138, 0.04);
}

.wave-entry-icon {
  position: relative;
  width: 33px;
  height: 33px;
  display: block;
  border-radius: 50%;
}

.wave-entry.hot .wave-entry-icon {
  background: #ff6aa5;
  transform: rotate(-28deg);
}

.wave-entry.hot .wave-entry-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: -5px;
  width: 14px;
  height: 17px;
  border-radius: 9px;
  background: #ff6aa5;
}

.wave-entry.hot .wave-entry-icon::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 8px;
  width: 17px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82);
}

.wave-entry.dialect .wave-entry-icon {
  background: #21d3a0;
}

.wave-entry.dialect .wave-entry-icon::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 11px;
  width: 4px;
  height: 9px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 8px -3px 0 #fff, 16px 2px 0 #fff;
}

.wave-entry.dialect .wave-entry-icon::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-left: 8px solid #21d3a0;
  border-top: 7px solid transparent;
}

.wave-entry.quotes .wave-entry-icon {
  width: 34px;
  height: 30px;
  border-radius: 4px;
  background: #9163f5;
}

.wave-entry.quotes .wave-entry-icon::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 4px;
  width: 3px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.wave-entry.rank .wave-entry-icon {
  width: 35px;
  height: 28px;
  border-radius: 4px 4px 13px 13px;
  background: #ff9168;
}

.wave-entry.rank .wave-entry-icon::before,
.wave-entry.rank .wave-entry-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  width: 10px;
  height: 13px;
  border: 4px solid #ff9168;
  border-radius: 50%;
  background: transparent;
}

.wave-entry.rank .wave-entry-icon::before {
  left: -8px;
}

.wave-entry.rank .wave-entry-icon::after {
  right: -8px;
}

.wave-challenge {
  position: relative;
  margin-top: 39px;
  min-height: 238px;
  border-radius: 8px;
  padding: 31px 0 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(241, 242, 245, 0.9);
}

.wave-challenge::before,
.wave-challenge::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  opacity: 0.4;
  background-image: radial-gradient(circle, #d9dce2 1.5px, transparent 2px);
  background-size: 10px 10px;
}

.wave-challenge::before {
  left: 10px;
  top: 10px;
}

.wave-challenge::after {
  right: 9px;
  bottom: 10px;
}

.wave-challenge h2 {
  margin: 0 16px 27px;
  color: #30343c;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.wave-challenge-tracks {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wave-challenge-side {
  flex: 0 0 60px;
  height: 62px;
  border-radius: 0 999px 999px 0;
  display: grid;
  place-items: center;
  background: #bb8543;
}

.wave-challenge-track {
  height: 54px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.wave-challenge-track.primary {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 10px 0 7px;
  background: #b8d1d0;
}

.wave-challenge-track.secondary {
  flex: 0 0 122px;
  padding: 0 12px 0 6px;
  background: #b8d9af;
}

.wave-challenge-track img,
.wave-track-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8edf1;
}

.wave-challenge-track .wave-bars {
  flex: 1 1 auto;
}

.wave-challenge-foot {
  margin: 38px 19px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wave-participants {
  min-width: 0;
  display: flex;
  align-items: center;
  color: #a7abb2;
  font-size: 16px;
  font-weight: 700;
}

.wave-participants img,
.wave-participants > span {
  width: 25px;
  height: 25px;
  margin-right: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  background: #d9dde5;
}

.wave-participants b {
  margin-left: 16px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wave-challenge-foot button,
.wave-audio-player button {
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #527dff;
  font-weight: 900;
}

.wave-challenge-foot button {
  flex: 0 0 auto;
  height: 44px;
  padding: 0 25px;
  font-size: 19px;
}

.wave-feed-divider {
  height: 4px;
  margin-top: 42px;
  border-radius: 999px;
  background: #f4f5f7;
}

.wave-post {
  padding: 22px 0 0;
  background: #fff;
}

.wave-post + .wave-post {
  border-top: 4px solid #f7f7f7;
}

.wave-post-head {
  display: grid;
  grid-template-columns: 49px minmax(0, 1fr);
  column-gap: 13px;
  align-items: center;
}

.wave-post-user {
  min-width: 0;
}

.wave-post-user h3 {
  margin: 0;
  color: #333842;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wave-gender {
  width: max-content;
  min-width: 34px;
  height: 18px;
  margin-top: 6px;
  border-radius: 999px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.wave-gender.female {
  background: #ff6caf;
}

.wave-gender.male {
  background: #4ccde2;
}

.wave-post-text {
  margin: 21px 0 13px;
  color: #30343c;
  font-size: 19px;
  line-height: 1.42;
  font-weight: 700;
}

.wave-audio-player {
  width: min(278px, 100%);
  height: 54px;
  border-radius: 999px;
  padding: 0 12px 0 9px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  background: linear-gradient(90deg, #d6b58f, #a08b55);
}

.wave-play {
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.14);
}

.wave-play::before {
  content: "";
  margin-left: 3px;
  border-left: 13px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.wave-play.soft {
  background: rgba(255, 255, 255, 0.14);
}

.wave-bars {
  height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.wave-bars i {
  width: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.wave-bars i:nth-child(1) { height: 9px; }
.wave-bars i:nth-child(2) { height: 18px; }
.wave-bars i:nth-child(3) { height: 23px; }
.wave-bars i:nth-child(4) { height: 15px; }
.wave-bars i:nth-child(5) { height: 25px; }
.wave-bars i:nth-child(6) { height: 18px; }
.wave-bars i:nth-child(7) { height: 11px; }
.wave-bars i:nth-child(8) { height: 22px; }
.wave-bars i:nth-child(9) { height: 15px; }
.wave-bars i:nth-child(10) { height: 20px; }

.wave-duration {
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 800;
}

.wave-audio-player button {
  height: 40px;
  margin-left: auto;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  font-size: 17px;
}

.wave-listen-count {
  margin-top: 11px;
  color: #aaaeb5;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.wave-post-actions {
  min-height: 64px;
  display: grid;
  grid-template-columns: 78px 78px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 6px;
  color: #a6a8ad;
}

.wave-greet-action,
.wave-more-action {
  border: 0;
  color: inherit;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}

.wave-greet-action {
  justify-self: center;
}

.wave-more-action {
  justify-self: end;
  font-size: 30px;
  line-height: 1;
}

.universe-media {
  margin-top: 14px;
  display: grid;
  gap: 6px;
  overflow: hidden;
}

.universe-media.image-count-1 {
  grid-template-columns: minmax(0, 1fr);
}

.universe-media.image-count-2,
.universe-media.image-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.universe-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: #edf0f3;
}

.universe-media.image-count-1 img {
  aspect-ratio: 16 / 10;
}

.universe-audio {
  margin-top: 14px;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #616976;
  background: #f2f5f8;
  font-size: 14px;
  font-weight: 700;
}

.universe-audio-play {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #47cad2;
}

.universe-audio-play::before {
  content: "";
  margin-left: 2px;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.universe-audio-wave {
  height: 24px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.universe-audio-wave i {
  width: 3px;
  border-radius: 999px;
  background: #47cad2;
}

.universe-audio-wave i:nth-child(1) { height: 9px; }
.universe-audio-wave i:nth-child(2) { height: 17px; }
.universe-audio-wave i:nth-child(3) { height: 12px; }
.universe-audio-wave i:nth-child(4) { height: 20px; }
.universe-audio-wave i:nth-child(5) { height: 10px; }

.universe-post-actions {
  min-height: 64px;
  display: grid;
  grid-template-columns: 86px 86px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 4px;
  color: #a6a8ad;
}

.universe-post-action,
.universe-star-action {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.universe-post-action {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 700;
}

.universe-post-meta {
  min-width: 0;
  color: #a6a8ad;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.universe-like-icon,
.universe-comment-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.universe-like-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 17px;
  height: 14px;
  border: 3px solid #a9abb1;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  transform: rotate(-10deg);
}

.universe-like-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 13px;
  border: 3px solid #a9abb1;
  border-right: 0;
  border-bottom: 0;
  border-radius: 8px 0 0 0;
  transform: rotate(17deg);
}

.universe-comment-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 17px;
  width: 23px;
  height: 4px;
  border-radius: 999px;
  background: #a9abb1;
  transform: rotate(-38deg);
}

.universe-comment-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-left: 3px solid #a9abb1;
  border-bottom: 3px solid #a9abb1;
  transform: rotate(-38deg);
}

.universe-star-action {
  width: 44px;
  height: 44px;
  justify-self: end;
  display: grid;
  place-items: center;
}

.universe-spark-icon {
  position: relative;
  width: 33px;
  height: 33px;
  display: block;
}

.universe-spark-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 18px;
  height: 18px;
  clip-path: polygon(50% 0, 62% 34%, 100% 35%, 70% 57%, 82% 100%, 50% 74%, 18% 100%, 30% 57%, 0 35%, 38% 34%);
  background: #a9abb1;
}

.universe-spark-icon::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 1px;
  width: 3px;
  height: 15px;
  border-radius: 999px;
  background: #a9abb1;
  box-shadow: 7px 3px 0 #a9abb1, -1px 10px 0 #a9abb1;
  transform: rotate(43deg);
}

.universe-compose {
  position: absolute;
  right: 16px;
  bottom: 103px;
  z-index: 8;
  height: 55px;
  min-width: 127px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #527dff;
  box-shadow: 0 8px 18px rgba(82, 125, 255, 0.22);
  font-size: 20px;
  font-weight: 800;
}

.universe-compose-icon {
  position: relative;
  width: 26px;
  height: 24px;
  display: inline-block;
}

.universe-compose-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  width: 8px;
  height: 24px;
  border-radius: 5px;
  background: #fff;
  transform: rotate(45deg);
}

.universe-compose-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 0 4px;
}

.message-header {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 45px;
  z-index: 5;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.message-tabs {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.message-page.chat-now-mode .message-tabs {
  gap: 18px;
}

.message-tab {
  position: relative;
  border: 0;
  padding: 0;
  color: rgba(38, 42, 50, 0.42);
  background: transparent;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.message-tab.active {
  color: #2d3138;
  font-size: 29px;
  font-weight: 900;
}

.message-page.chat-now-mode .message-tab {
  font-size: 25px;
}

.message-page.chat-now-mode .message-tab.active {
  font-size: 28px;
}

.message-tab-badge {
  position: absolute;
  right: -27px;
  top: -15px;
  min-width: 29px;
  height: 29px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: #ff514c;
  display: grid;
  place-items: center;
  font-size: 17px;
  line-height: 29px;
  font-weight: 900;
}

.message-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.message-page.chat-now-mode .message-actions {
  gap: 10px;
}

.message-actions[hidden],
.message-scroller[hidden] {
  display: none;
}

.message-round {
  position: relative;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #282d35;
  background: #fff;
  box-shadow: 0 8px 25px rgba(87, 94, 115, 0.11);
}

.message-page.chat-now-mode .message-round {
  width: 52px;
  height: 52px;
}

.message-search-icon {
  position: relative;
  width: 27px;
  height: 27px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.message-search-icon::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -7px;
  width: 13px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.message-contact-icon {
  position: relative;
  width: 38px;
  height: 32px;
  display: block;
  background:
    radial-gradient(circle at 28px 10px, currentColor 0 2.5px, transparent 3px),
    radial-gradient(circle at 28px 19px, currentColor 0 2.5px, transparent 3px),
    linear-gradient(currentColor, currentColor) 32px 8px / 7px 4px no-repeat,
    linear-gradient(currentColor, currentColor) 32px 17px / 7px 4px no-repeat;
}

.message-contact-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 13px;
  height: 13px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.message-contact-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 14px;
  border: 4px solid currentColor;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.message-contact-icon {
  box-shadow: none;
}

.message-bell-icon {
  position: relative;
  width: 31px;
  height: 33px;
  display: block;
}

.message-bell-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 18px;
  height: 22px;
  border: 4px solid currentColor;
  border-bottom: 0;
  border-radius: 18px 18px 3px 3px;
}

.message-bell-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 5px;
  width: 27px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 10px 8px 0 -6px currentColor;
}

.benefit-card-btn {
  height: 56px;
  padding: 0 17px;
  border: 0;
  border-radius: 999px;
  color: #333842;
  background: #fff;
  box-shadow: 0 8px 25px rgba(87, 94, 115, 0.11);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.message-page.chat-now-mode .benefit-card-btn {
  height: 52px;
  padding: 0 13px;
  gap: 8px;
  font-size: 21px;
}

.benefit-card-icon {
  position: relative;
  width: 32px;
  height: 27px;
  border: 4px solid #333842;
  border-radius: 3px;
  display: inline-block;
}

.benefit-card-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -7px;
  width: 12px;
  height: 8px;
  border: 4px solid #333842;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  background: #fff;
}

.benefit-card-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: #333842;
}

.message-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 124px;
  bottom: 83px;
  overflow-y: auto;
  scrollbar-width: none;
  background: #fff;
}

.message-page.chat-now-mode {
  background:
    linear-gradient(180deg, #fff0dc 0%, #fff6eb 110px, #fff 210px, #fff 100%);
}

.message-scroller::-webkit-scrollbar {
  display: none;
}

.chat-now-scroller {
  padding: 0 15px 26px;
  background: #fff;
}

.chat-now-toast {
  position: sticky;
  top: 0;
  z-index: 6;
  min-height: 0;
  margin: 0 18px;
  padding: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(43, 47, 56, 0.86);
  text-align: center;
  font-size: 13px;
  line-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 150ms ease, transform 150ms ease, padding 150ms ease, line-height 150ms ease;
}

.chat-now-toast.visible {
  padding: 8px 12px;
  line-height: 18px;
  opacity: 1;
  transform: translateY(7px);
}

.chat-now-status {
  min-height: 0;
  margin: 0 4px 8px;
  color: #9aa0a8;
  font-size: 13px;
  line-height: 0;
  opacity: 0;
}

.chat-now-status.visible {
  min-height: 24px;
  line-height: 18px;
  opacity: 1;
}

.chat-now-empty {
  min-height: 72px;
  border: 1px dashed #e2e5ea;
  border-radius: 8px;
  color: #a0a6af;
  background: #fafbfc;
  display: grid;
  place-items: center;
  grid-column: 1 / -1;
  padding: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.chat-voice-card {
  position: relative;
  height: 286px;
  margin: 0 0 28px;
  border-radius: 16px;
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 21px, transparent 22px) 12px 26px / 78px 82px,
    linear-gradient(180deg, #fff0d9 0%, #fff6e9 100%);
}

.chat-voice-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: translateX(-50%);
}

.chat-level {
  position: absolute;
  left: 38px;
  top: 29px;
  z-index: 2;
  height: 45px;
  padding: 0 18px 0 14px;
  border: 2px solid rgba(255, 111, 105, 0.2);
  border-radius: 999px;
  color: #363a43;
  background: rgba(255, 249, 240, 0.9);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
}

.level-mark {
  position: relative;
  width: 29px;
  height: 29px;
  border: 5px solid #ff626b;
  border-top-color: transparent;
  border-radius: 50%;
  display: inline-block;
}

.level-mark::before,
.level-mark::after {
  content: "";
  position: absolute;
  top: -6px;
  width: 11px;
  height: 20px;
  border-radius: 11px 11px 6px 6px;
  background: #ff626b;
}

.level-mark::before { left: -3px; transform: rotate(-15deg); }
.level-mark::after { right: -3px; transform: rotate(15deg); }

.voice-orbit {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mini-face {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: 0.72;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 34%, #d9b895 0 16%, transparent 17%),
    linear-gradient(135deg, #9aa9b8 0%, #e3d3c4 100%);
}

.mini-face.one { left: 170px; top: 74px; }
.mini-face.two { left: 90px; top: 121px; filter: grayscale(0.2); }
.mini-face.three { right: 72px; top: 30px; }
.mini-face.four { right: 41px; top: 121px; filter: grayscale(0.15); }

.voice-avatar {
  position: absolute;
  left: 50%;
  top: 62px;
  z-index: 3;
  width: 102px;
  height: 102px;
  border: 4px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 50% 26%, #2f3442 0 18%, transparent 19%),
    linear-gradient(135deg, #7d96a7 0%, #d4c4b4 48%, #68798a 100%);
  box-shadow: 0 4px 18px rgba(148, 115, 83, 0.12);
}

.voice-avatar span {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.08);
}

.voice-avatar::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 8px;
  width: 25px;
  height: 25px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #21d6ad;
}

.voice-avatar.real,
.mini-face[style],
.room-card .room-avatars i.real-avatar,
.room-cover.real-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.voice-sticker {
  position: absolute;
  left: 226px;
  top: 36px;
  z-index: 4;
  width: 95px;
  height: 50px;
  border-radius: 18px;
  color: #fff;
  background: #ff6670;
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 800;
  transform: rotate(31deg);
}

.voice-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  z-index: 3;
  color: #343943;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.voice-call-btn {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 3;
  width: 182px;
  height: 60px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #ff6870;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 24px;
  font-weight: 900;
  transform: translateX(-50%);
}

.call-icon {
  position: relative;
  width: 25px;
  height: 25px;
  display: inline-block;
  border: 6px solid #fff;
  border-top: 0;
  border-right: 0;
  border-radius: 4px 0 0 14px;
  transform: rotate(-45deg);
}

.call-icon::after {
  content: "";
  position: absolute;
  left: 14px;
  top: -2px;
  width: 10px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
}

.chat-now-section {
  margin: 0 0 28px;
}

.chat-now-section h2 {
  margin: 0 0 16px;
  color: #333842;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.match-chat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.match-card,
.game-card,
.room-card {
  position: relative;
  min-width: 0;
  border: 0;
  overflow: hidden;
  text-align: left;
}

.match-card {
  height: 99px;
  padding: 16px 8px 0 15px;
  border-radius: 12px;
  color: #333842;
}

.match-card.video { background: #f8b8e9; }
.match-card.truth { background: #dcd4ff; }
.match-card.text { background: #b8efc9; }

.match-card strong,
.game-card strong,
.room-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #333842;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 900;
  white-space: nowrap;
}

.match-card span,
.game-card span,
.room-card span {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 6px;
  color: rgba(51, 56, 66, 0.58);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

.match-card i {
  position: absolute;
  right: -23px;
  bottom: -17px;
  width: 66px;
  height: 52px;
}

.match-card.video i {
  border-radius: 24px 24px 8px 8px;
  background: #f654be;
}

.match-card.video i::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 10px;
  width: 35px;
  height: 27px;
  border-radius: 8px;
  background: rgba(255, 86, 194, 0.52);
}

.match-card.truth i {
  border-radius: 50% 50% 20px 20px;
  background: #8b6bff;
  transform: rotate(-10deg);
}

.match-card.truth i::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 9px;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: rgba(139, 107, 255, 0.45);
}

.match-card.text i {
  border-radius: 50% 50% 15px 15px;
  background: #43d068;
}

.match-card.text i::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(52, 211, 98, 0.52);
}

.match-card i::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333842;
  box-shadow: 15px 0 0 #333842;
}

.game-match-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.game-card {
  height: 86px;
  padding: 12px 9px 0 15px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.38) 0 20px, transparent 21px),
    linear-gradient(135deg, #e8ecff 0%, #d9e0ff 100%);
}

.game-card strong {
  font-size: 20px;
}

.game-card span {
  margin-top: 2px;
  max-width: 108px;
  font-size: 14px;
}

.game-card em {
  position: absolute;
  left: 12px;
  bottom: 8px;
  z-index: 2;
  height: 23px;
  padding: 0 9px;
  border-radius: 999px;
  color: #fff;
  background: #9db6ff;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 23px;
}

.game-card em::before {
  content: "";
  width: 9px;
  height: 15px;
  margin-right: 5px;
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 48% 55%, 10% 55%);
  background: #fff;
}

.game-card i {
  position: absolute;
  right: 14px;
  bottom: 13px;
  width: 58px;
  height: 58px;
}

.game-card.billiards i {
  width: 57px;
  height: 57px;
  border-radius: 50%;
  color: #111;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 15%, transparent 16%),
    radial-gradient(circle at 50% 50%, #111 0 54%, transparent 55%);
}

.game-card.billiards i::after {
  content: "8";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111;
  font-size: 19px;
  font-weight: 900;
}

.game-card.snake i::before,
.game-card.snake i::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 26px;
  height: 54px;
  border-radius: 17px;
}

.game-card.snake i::before {
  left: 3px;
  background: #438cff;
  transform: rotate(13deg);
}

.game-card.snake i::after {
  right: 2px;
  background: #ff574d;
  transform: rotate(-13deg);
}

.game-card.brain i {
  width: 60px;
  height: 50px;
  border-radius: 12px;
  background: #ffe5ad;
  transform: rotate(-15deg);
}

.game-card.brain i::before {
  content: "?";
  position: absolute;
  right: 4px;
  top: -26px;
  color: #ff625d;
  font-size: 39px;
  font-weight: 900;
}

.game-card.brain i::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 31px;
  height: 16px;
  border-left: 4px solid #ff6558;
  border-bottom: 4px solid #ff6558;
  transform: rotate(-45deg);
}

.game-card.jump i {
  width: 58px;
  height: 58px;
  border-radius: 50% 50% 47% 47%;
  background:
    radial-gradient(circle at 50% 50%, #2f333d 0 8%, transparent 9%),
    linear-gradient(180deg, #a8e454 0%, #ffb247 100%);
  box-shadow: inset 0 0 0 3px rgba(59, 69, 44, 0.1);
}

.section-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.section-row h2 {
  margin: 0;
}

.create-room-btn {
  border: 0;
  padding: 0;
  color: #b7bbc3;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.room-card {
  min-height: 210px;
  padding: 22px 14px 14px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.62) 0 34px, transparent 35px),
    radial-gradient(circle at 85% 86%, rgba(191, 201, 255, 0.42) 0 70px, transparent 71px),
    linear-gradient(135deg, #eaf0ff 0%, #dfe6ff 100%);
}

.room-card.lilac {
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.58) 0 34px, transparent 35px),
    radial-gradient(circle at 90% 82%, rgba(206, 191, 255, 0.48) 0 72px, transparent 73px),
    linear-gradient(135deg, #eeeaff 0%, #e2ddff 100%);
}

.room-card strong {
  padding-top: 82px;
  font-size: 19px;
  line-height: 1.28;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}

.room-cover {
  position: absolute;
  left: 14px;
  top: 52px;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 0;
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.78) 0 9px, transparent 10px),
    linear-gradient(135deg, #7fc7ff 0%, #b890ff 100%);
  box-shadow: 0 8px 18px rgba(71, 78, 104, 0.15);
}

.room-card .room-sound,
.room-card .room-hot {
  position: absolute;
  left: 14px;
  top: 22px;
  z-index: 3;
}

.room-sound {
  width: 28px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.room-sound::before,
.room-sound::after {
  content: "";
  position: absolute;
  top: 6px;
  border-radius: 999px;
  border: 2px solid #6f7480;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
}

.room-sound::before {
  left: 8px;
  width: 7px;
  height: 7px;
}

.room-sound::after {
  left: 14px;
  width: 9px;
  height: 9px;
}

.room-sound.distance {
  width: auto;
  height: 22px;
  padding: 0 9px 0 24px;
  color: #6f7480;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
}

.room-hot {
  height: 22px;
  padding: 0 10px 0 23px;
  border-radius: 999px;
  color: #fff;
  background: #ff941f;
  font-size: 12px;
  font-weight: 900;
  line-height: 22px;
}

.room-hot::before,
.room-hot::after {
  content: "";
  position: absolute;
  top: 6px;
  border-radius: 999px;
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(135deg);
}

.room-hot::before {
  left: 8px;
  width: 6px;
  height: 6px;
}

.room-hot::after {
  left: 13px;
  width: 8px;
  height: 8px;
}

.room-card .room-meta {
  position: absolute;
  left: 14px;
  right: 12px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  align-items: center;
  margin: 0;
}

.room-card .room-avatars {
  display: inline-flex;
  align-items: center;
  margin: 0;
}

.room-card .room-avatars i {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin-right: -8px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    linear-gradient(135deg, #7fc7ff 0%, #4f6fcf 100%);
  box-shadow: 0 2px 4px rgba(71, 78, 104, 0.12);
}

.room-card .room-avatars i:nth-child(2) {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    linear-gradient(135deg, #ffc6da 0%, #af79ff 100%);
}

.room-card .room-avatars i:nth-child(3) {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    linear-gradient(135deg, #c8f59c 0%, #41a66c 100%);
}

.room-card .room-avatars i:nth-child(4) {
  background:
    radial-gradient(circle at 50% 31%, rgba(255, 255, 255, 0.72) 0 5px, transparent 6px),
    linear-gradient(135deg, #ffdd83 0%, #ff7f5f 100%);
}

.room-card .room-online {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 13px;
  border-radius: 999px;
  color: #7a7796;
  background: #cdd1ff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.message-status {
  min-height: 0;
  padding: 0 16px;
  color: #9aa0a8;
  font-size: 13px;
  line-height: 0;
  opacity: 0;
}

.message-status.visible {
  padding-top: 8px;
  padding-bottom: 2px;
  line-height: 18px;
  opacity: 1;
}

.message-card-strip {
  display: flex;
  gap: 11px;
  overflow-x: auto;
  padding: 10px 0 7px 15px;
  scrollbar-width: none;
}

.message-card-strip::-webkit-scrollbar {
  display: none;
}

.message-card {
  position: relative;
  flex: 0 0 190px;
  height: 99px;
  border-radius: 14px;
  overflow: hidden;
  color: #333842;
  background: #ffd9d5;
}

.message-card.video {
  flex-basis: 145px;
  background: #f6b5e9;
}

.message-card.truth {
  flex-basis: 150px;
  background: #ddd7ff;
}

.message-card.brain {
  flex-basis: 150px;
  background: #ffe1c4;
}

.message-card-copy {
  position: absolute;
  left: 70px;
  top: 15px;
  right: 12px;
  z-index: 2;
}

.message-card.video .message-card-copy,
.message-card.truth .message-card-copy,
.message-card.brain .message-card-copy {
  left: 18px;
}

.message-card-copy h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 900;
  white-space: nowrap;
}

.message-card-copy p {
  margin: 4px 0 0;
  color: rgba(54, 58, 66, 0.62);
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.message-card-face {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #f6c9ad 0 24%, transparent 25%),
    linear-gradient(135deg, #16202e, #6a3c28);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.22);
}

.message-card-face.video,
.message-card-face.truth,
.message-card-face.brain {
  display: none;
}

.message-card-action {
  position: absolute;
  left: 15px;
  bottom: 11px;
  z-index: 2;
  height: 31px;
  min-width: 86px;
  border: 0;
  border-radius: 999px;
  color: #333842;
  background: #fff;
  font-size: 17px;
  font-weight: 900;
}

.message-card-mascot {
  position: absolute;
  right: 7px;
  bottom: 0;
  width: 64px;
  height: 58px;
  border-radius: 20px 20px 0 20px;
  background: rgba(255, 91, 59, 0.78);
  transform: rotate(-12deg);
}

.message-card.video .message-card-mascot {
  right: -3px;
  width: 70px;
  height: 61px;
  border-radius: 50% 50% 0 50%;
  background: rgba(236, 54, 174, 0.52);
}

.message-card.truth .message-card-mascot {
  right: -10px;
  background: rgba(139, 116, 255, 0.35);
}

.message-card.brain .message-card-mascot {
  right: -5px;
  background: rgba(255, 155, 59, 0.4);
}

.message-card-mascot::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(74, 44, 40, 0.8);
  box-shadow: 20px 0 0 rgba(74, 44, 40, 0.8);
}

.message-card-mascot::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 34px;
  width: 16px;
  height: 8px;
  border-radius: 0 0 14px 14px;
  background: rgba(74, 44, 40, 0.72);
}

.message-list {
  background: #fff;
}

.message-session {
  position: relative;
  min-height: 67px;
  padding: 4px 15px;
  display: grid;
  grid-template-columns: 65px minmax(0, 1fr) 42px;
  column-gap: 13px;
  align-items: center;
  background: #fff;
}

.session-avatar {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #6d8dff;
  font-size: 13px;
  font-weight: 900;
}

.session-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.session-symbol {
  position: relative;
  width: 34px;
  height: 34px;
  display: block;
}

.session-avatar.bell,
.session-avatar.bookmark,
.session-avatar.ball {
  background: #6f91ff;
}

.session-avatar.textchat {
  background: #20d49b;
}

.session-avatar.mask {
  background: #9a5cff;
}

.session-avatar.momo {
  background: linear-gradient(135deg, #0a58ff, #753cff 55%, #12c8e7);
}

.session-avatar.photo {
  background:
    radial-gradient(circle at 50% 28%, #d5a47d 0 18%, transparent 19%),
    linear-gradient(135deg, #355676, #b3d4e5);
}

.session-avatar.anime {
  background:
    radial-gradient(circle at 48% 35%, #f2d2bd 0 19%, transparent 20%),
    linear-gradient(135deg, #3b3f7c, #9ab8ff);
}

.session-symbol.bell::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 20px;
  height: 22px;
  border: 4px solid #eaf0ff;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.session-symbol.bell::after {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 5px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #eaf0ff;
  box-shadow: 10px 8px 0 -6px #eaf0ff;
}

.session-symbol.textchat {
  border: 4px solid #e8fff8;
  border-radius: 50%;
}

.session-symbol.textchat::before {
  content: "T";
  position: absolute;
  left: 8px;
  top: 4px;
  color: #e8fff8;
  font-size: 19px;
  line-height: 1;
  font-weight: 900;
}

.session-symbol.textchat::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 10px;
  height: 10px;
  border-right: 4px solid #e8fff8;
  border-bottom: 4px solid #e8fff8;
  transform: rotate(20deg);
}

.session-symbol.bookmark {
  border: 4px solid #eaf0ff;
  border-radius: 4px;
}

.session-symbol.bookmark::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: -4px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #eaf0ff;
}

.session-symbol.ball {
  border: 4px solid #eaf0ff;
  border-radius: 50%;
}

.session-symbol.ball::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 4px solid #eaf0ff;
  border-radius: 50%;
}

.session-symbol.ball::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 15px;
  width: 26px;
  height: 4px;
  border-radius: 999px;
  background: #eaf0ff;
  transform: rotate(-26deg);
  box-shadow: 0 0 0 #eaf0ff;
}

.session-symbol.mask {
  border: 4px solid #efe6ff;
  border-radius: 44% 44% 55% 55%;
  transform: rotate(-12deg);
}

.session-symbol.mask::before,
.session-symbol.mask::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #efe6ff;
}

.session-symbol.mask::before { left: 7px; }
.session-symbol.mask::after { right: 7px; }

.session-symbol.momo::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 27px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.session-symbol.momo::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 12px;
  width: 7px;
  height: 12px;
  border-radius: 50%;
  background: #386bff;
  box-shadow: 11px 0 0 #386bff;
}

.session-avatar-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #1e2a42;
  opacity: 0;
}

.session-avatar.photo .session-avatar-label {
  align-items: end;
  padding-bottom: 6px;
  color: #fff;
  font-size: 11px;
  opacity: 1;
}

.session-main {
  min-width: 0;
}

.session-title-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 10px;
  align-items: center;
}

.session-title-row h3 {
  min-width: 0;
  margin: 0;
  color: #333842;
  font-size: 19px;
  line-height: 1.18;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-title-row h3 small {
  font-size: 16px;
}

.session-time {
  color: #aaaeb5;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.session-main p {
  margin: 6px 0 0;
  color: #a2a6ad;
  font-size: 15px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.session-side {
  min-height: 56px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 9px;
}

.session-more {
  width: 26px;
  height: 30px;
  border: 0;
  background: transparent;
}

.session-more::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 3px auto 0;
  border-radius: 50%;
  background: #a8abb0;
  box-shadow: 0 9px 0 #a8abb0, 0 18px 0 #a8abb0;
}

.session-unread {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: #ff514c;
  display: grid;
  place-items: center;
  font-size: 15px;
  line-height: 24px;
  font-weight: 800;
}
/* Muted (免打扰) session rows are dimmed, matching the real App. Toggled live via
   classList in app.js (.session-unread-dot is already defined below). */
.session-muted {
  opacity: 0.55;
}

.session-red-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff514c;
}

.message-empty {
  padding: 110px 20px 0;
  color: #9aa0a8;
  text-align: center;
  font-size: 16px;
}

.message-empty strong {
  display: block;
  margin-bottom: 8px;
  color: #303236;
  font-size: 17px;
  font-weight: 800;
}

.message-empty span {
  display: block;
  max-width: 310px;
  margin: 0 auto;
  line-height: 1.55;
}

.message-empty[data-data-status="error"] strong,
.message-empty[data-data-status="restricted"] strong,
.message-empty[data-data-status="mock_blocked"] strong {
  color: #ff514c;
}

.message-sync-note {
  margin: 8px 18px 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fff7e8;
  color: #8a6426;
  font-size: 13px;
  line-height: 1.45;
}

.message-sync-note strong {
  display: block;
  margin-bottom: 3px;
  color: #3a2a13;
  font-size: 14px;
  font-weight: 800;
}

.bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  z-index: 6;
  height: 61px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.96);
}

.bottom-item {
  position: relative;
  height: 58px;
  border: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 34px 20px;
  place-items: center;
  color: #111;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
}

.bottom-item.active {
  color: #0f1115;
}

.bottom-item.display-only {
  cursor: default;
}

.nav-icon {
  position: relative;
  width: 31px;
  height: 31px;
  display: block;
}

.home-icon {
  border: 4px solid var(--cyan);
  border-radius: 9px;
}

.home-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  top: -10px;
  width: 17px;
  height: 17px;
  border-left: 4px solid var(--cyan);
  border-top: 4px solid var(--cyan);
  border-radius: 4px 0 0;
  background: #fff;
  transform: rotate(45deg);
}

.home-icon::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  border: 3px solid #111;
  border-radius: 50%;
}

.live-icon {
  width: 30px;
  height: 27px;
  margin-top: 2px;
  border: 3px solid #111;
  border-radius: 4px;
}

.live-icon::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 7px;
  border-left: 9px solid #111;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.message-icon {
  width: 32px;
  height: 32px;
  border: 3px solid #111;
  border-radius: 50%;
}

.message-icon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(20deg);
}

.universe-icon {
  width: 36px;
  height: 25px;
  margin-top: 5px;
  border: 3px solid #111;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.universe-icon::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -5px;
  width: 13px;
  height: 30px;
  border: 3px solid #111;
  border-left: 0;
  border-right: 0;
  border-radius: 50%;
}

.more-icon::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 3px solid #111;
  border-radius: 50%;
}

.more-icon::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 23px;
  height: 12px;
  border: 3px solid #111;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
}

.badge-dot {
  position: absolute;
  right: 16px;
  top: 0;
  min-width: 17px;
  height: 17px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: #ff514c;
  display: grid;
  place-items: center;
  font-size: 12px;
  line-height: 17px;
}

.message-badge {
  right: 14px;
}

.bottom-item:not(.active) .home-icon {
  border-color: #111;
}

.bottom-item:not(.active) .home-icon::before {
  border-color: #111;
}

.bottom-item.active .home-icon {
  border-color: var(--cyan);
}

.bottom-item.active .home-icon::before {
  border-color: var(--cyan);
}

.bottom-item.active .message-icon {
  border-color: #111;
  background: #ffad43;
}

.bottom-item.active .message-icon::after {
  border-color: #111;
  background: #ffad43;
}

.bottom-item.active[data-bottom-tab="message"] {
  color: #191919;
}

.bottom-item.active .universe-icon {
  border-color: #111;
  background: #ffc27f;
}

.bottom-item.active .universe-icon::before {
  border-color: #111;
}

.bottom-item.active[data-bottom-tab="universe"] {
  color: #191919;
}

.bottom-item.active .more-icon::before {
  background: #66d3df;
}

.bottom-item.active .more-icon::after {
  background: #ffbd54;
}

.bottom-item.active[data-bottom-tab="more"] {
  color: #191919;
}

/* Phone-captured "More" page shape. Kept separate from earlier generic More styles. */
.more-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(148deg, #c6f8dd 0%, #e9fbf1 32%, #f8fafc 58%, #fff 100%);
}

.more-scroller {
  position: absolute;
  inset: 0 0 83px;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 52px 14px 18px;
  background:
    linear-gradient(180deg, rgba(199, 249, 222, 0.42) 0%, rgba(255, 255, 255, 0) 260px);
}

.more-scroller::-webkit-scrollbar {
  display: none;
}

.more-toast {
  position: sticky;
  top: 4px;
  z-index: 9;
  margin: 0 40px;
  min-height: 0;
  padding: 0 12px;
  border-radius: 999px;
  color: #4d5664;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(61, 84, 106, 0.12);
  font-size: 13px;
  line-height: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, line-height 160ms ease, padding 160ms ease;
}

.more-toast.show {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 18px;
  opacity: 1;
}

.more-top-actions {
  position: absolute;
  right: 15px;
  top: 53px;
  z-index: 6;
  height: 56px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.more-circle {
  position: relative;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 4px 18px rgba(93, 117, 142, 0.08);
}

.more-circle.person {
  background: #cfcfcf;
}

.more-circle.person::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 13px;
  width: 15px;
  height: 15px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.more-circle.person::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 14px;
  width: 23px;
  height: 13px;
  border: 4px solid #fff;
  border-radius: 16px 16px 6px 6px;
}

.more-circle .top-badge {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #ff544d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 800;
}

.more-circle.crown::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 25px;
  height: 22px;
  border: 4px solid #30343b;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.more-circle.crown::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 28px;
  height: 22px;
  border: 4px solid #30343b;
  border-bottom: 0;
  clip-path: polygon(0 100%, 0 38%, 28% 65%, 50% 0, 72% 65%, 100% 38%, 100% 100%);
}

.more-circle.settings::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 15px;
  width: 25px;
  height: 25px;
  border: 4px solid #30343b;
  clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.more-circle.settings::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 24px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30343b;
}

.more-hero {
  position: relative;
  min-height: 184px;
  padding: 14px 2px 0;
}

.more-avatar {
  position: absolute;
  left: 6px;
  top: 16px;
  width: 88px;
  height: 88px;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #cfcfcf;
}

.more-avatar::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 20px;
  width: 23px;
  height: 23px;
  border: 6px solid #fff;
  border-radius: 50%;
}

.more-avatar::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: 24px;
  width: 36px;
  height: 21px;
  border: 6px solid #fff;
  border-radius: 26px 26px 8px 8px;
}

.more-avatar.remote {
  background-position: center;
  background-size: cover;
}

.more-avatar.remote img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 50%;
}

.more-avatar.remote::before,
.more-avatar.remote::after {
  display: none;
}

.more-avatar.pending-audit::after {
  content: "审核中";
  display: block;
  left: 18px;
  right: auto;
  bottom: -5px;
  width: 52px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: rgba(30, 34, 42, 0.78);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.more-avatar-v {
  position: absolute;
  left: 80px;
  top: 76px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: transparent;
  background: #e4e4e4;
}

.more-avatar-v::before,
.more-avatar-v::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 12px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
}

.more-avatar-v::before {
  left: 8px;
  transform: rotate(52deg);
}

.more-avatar-v::after {
  right: 8px;
  transform: rotate(-52deg);
}

.more-hero-main {
  min-width: 0;
  padding-left: 110px;
  padding-top: 38px;
}

.more-hero-main h2 {
  margin: 0;
  color: #30343b;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-hero-main p {
  position: relative;
  margin: 18px 0 0;
  color: #a5aea8;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.more-mini-stats {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  display: flex;
  gap: 30px;
}

.more-mini-stats button {
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: #9fa3a9;
  background: transparent;
}

.more-mini-stats span {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
}

.more-mini-stats strong {
  color: #30343b;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.more-summary-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.summary-card {
  min-width: 0;
  min-height: 157px;
  border: 0;
  border-radius: 8px;
  padding: 18px 14px 12px;
  display: grid;
  grid-template-rows: 34px 27px minmax(38px, 1fr) 36px;
  align-items: start;
  text-align: left;
  overflow: hidden;
}

.summary-card.dynamic {
  grid-template-rows: minmax(0, 1fr) 36px;
  background: #eef2ff;
}
.summary-card.visitor { background: #fff0ea; }
.summary-card.group { background: #e9fff7; }

.summary-card-main {
  width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  border: 0;
  padding: 0;
  display: grid;
  grid-template-rows: 34px 29px minmax(38px, 1fr);
  align-items: start;
  color: inherit;
  background: transparent;
  font-family: inherit;
  text-align: left;
}

.summary-card strong {
  color: #2f343c;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
}

.summary-card span {
  color: #30343b;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.summary-card em {
  color: #a3a8af;
  font-size: 15px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 500;
}

.summary-card b,
.summary-card-cta {
  height: 36px;
  border: 0;
  border-radius: 7px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: #527cff;
  font-family: inherit;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.summary-card.visitor b {
  color: #30343b;
  background: #f8f3f1;
}

.summary-card.group b {
  background: #28cfa2;
}

.more-module {
  margin-top: 16px;
  padding: 20px 16px 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.more-module header {
  height: 26px;
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.more-module h2 {
  margin: 0;
  color: #30343b;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
}

.more-module header button {
  position: relative;
  width: 34px;
  height: 28px;
  border: 0;
  background: transparent;
}

.more-module header button::before,
.more-module header button::after {
  content: "";
  position: absolute;
  top: 11px;
  width: 13px;
  height: 4px;
  border-radius: 4px;
  background: #c7cbd2;
}

.more-module header button::before {
  left: 6px;
  transform: rotate(45deg);
}

.more-module header button::after {
  right: 6px;
  transform: rotate(-45deg);
}

.more-feature-grid {
  display: grid;
  row-gap: 24px;
}

.more-feature-grid.four,
.more-feature-grid.games {
  grid-template-columns: repeat(4, 1fr);
}

.more-feature-grid button {
  position: relative;
  min-width: 0;
  min-height: 84px;
  border: 0;
  padding: 0;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  color: #30343b;
  background: transparent;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 500;
  text-align: center;
}

.more-feature-grid.games button {
  min-height: 106px;
}

.more-feature-grid button em {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 2;
  min-width: 64px;
  height: 19px;
  padding: 0 8px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #ff63b7;
  box-shadow: 0 4px 10px rgba(255, 99, 183, 0.22);
  font-size: 11px;
  line-height: 19px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  transform: translateX(-50%);
}

.more-app-icon {
  position: relative;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: block;
  overflow: hidden;
  box-shadow: inset 0 -9px 15px rgba(0, 0, 0, 0.08);
}

.more-app-icon::before,
.more-app-icon::after {
  content: "";
  position: absolute;
}

.more-app-icon.chatroom {
  background: linear-gradient(135deg, #16d7f0, #13b5ec);
}

.more-app-icon.chatroom::before {
  left: 14px;
  top: 14px;
  width: 30px;
  height: 28px;
  border-radius: 7px 16px 16px 7px;
  background: #e9fbff;
}

.more-app-icon.chatroom::after {
  left: 25px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16cde7;
  box-shadow: -12px 0 0 2px transparent, -9px -7px 0 -1px #e9fbff;
}

.more-app-icon.party {
  background: linear-gradient(135deg, #ffe700, #ffc300);
}

.more-app-icon.party::before {
  left: 15px;
  top: 17px;
  width: 30px;
  height: 25px;
  border-radius: 18px 18px 12px 12px;
  background: linear-gradient(135deg, #ff41c4, #963cff);
}

.more-app-icon.party::after {
  left: 21px;
  top: 23px;
  width: 19px;
  height: 9px;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

.more-app-icon.werewolf {
  background: linear-gradient(135deg, #d936ff, #ff5be9);
}

.more-app-icon.werewolf::before {
  left: 16px;
  top: 16px;
  width: 28px;
  height: 25px;
  background: #ffc0ff;
  clip-path: polygon(8% 20%, 28% 0, 48% 20%, 70% 0, 92% 20%, 82% 78%, 50% 100%, 18% 78%);
}

.more-app-icon.werewolf::after {
  left: 24px;
  top: 27px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aa30db;
  box-shadow: 11px 0 0 #aa30db;
}

.more-app-icon.dating {
  background: linear-gradient(135deg, #ff00a4, #ff21d2);
}

.more-app-icon.dating::before,
.more-app-icon.dating::after {
  top: 20px;
  width: 25px;
  height: 25px;
  border: 5px solid #fff1ff;
  border-radius: 50%;
}

.more-app-icon.dating::before {
  left: 10px;
}

.more-app-icon.dating::after {
  right: 10px;
}

.more-app-icon.pet { background: linear-gradient(135deg, #418dff, #5b64ff); }
.more-app-icon.landlord { background: linear-gradient(135deg, #21ddb4, #18c890); }
.more-app-icon.god { background: linear-gradient(135deg, #ff6429, #ff2a24); }
.more-app-icon.land { background: linear-gradient(135deg, #fb33e5, #b931ff); }
.more-app-icon.jianghu { background: linear-gradient(135deg, #ffe900, #ffc900); }
.more-app-icon.rush { background: linear-gradient(135deg, #ff4b72, #ff273d); }
.more-app-icon.farm { background: linear-gradient(135deg, #8dff00, #45e400); }
.more-app-icon.rank { background: linear-gradient(135deg, #ff9a22, #ff365f); }

.more-app-icon.pet::before {
  left: 17px;
  top: 13px;
  width: 26px;
  height: 32px;
  border-radius: 45% 45% 50% 50%;
  background: #f1f1ff;
}

.more-app-icon.pet::after {
  left: 18px;
  top: 10px;
  width: 11px;
  height: 13px;
  border-radius: 50% 50% 0 50%;
  background: #f1f1ff;
  box-shadow: 15px 0 0 #f1f1ff;
}

.more-app-icon.landlord::before {
  left: 12px;
  top: 15px;
  width: 34px;
  height: 25px;
  border-radius: 5px;
  background: #fff;
  transform: rotate(-13deg);
}

.more-app-icon.landlord::after {
  left: 29px;
  top: 12px;
  width: 18px;
  height: 28px;
  border-radius: 5px;
  background: #ffe12d;
  transform: rotate(17deg);
}

.more-app-icon.god::before {
  left: 18px;
  top: 10px;
  width: 24px;
  height: 38px;
  background: #fff1dd;
  clip-path: polygon(50% 0, 90% 20%, 78% 100%, 50% 82%, 22% 100%, 10% 20%);
}

.more-app-icon.god::after {
  left: 28px;
  top: 16px;
  width: 4px;
  height: 28px;
  background: #ff6429;
}

.more-app-icon.land::before {
  left: 16px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffd84d;
}

.more-app-icon.land::after {
  left: 24px;
  top: 20px;
  width: 12px;
  height: 19px;
  border-left: 4px solid #fff6b6;
  border-top: 4px solid #fff6b6;
}

.more-app-icon.jianghu::before {
  left: 11px;
  top: 17px;
  width: 36px;
  height: 24px;
  background: #ff7a39;
  clip-path: polygon(0 62%, 50% 0, 100% 62%, 80% 100%, 20% 100%);
}

.more-app-icon.rush::before {
  left: 17px;
  top: 11px;
  width: 27px;
  height: 35px;
  background: #fff3d9;
  clip-path: polygon(50% 0, 100% 56%, 66% 56%, 76% 100%, 0 40%, 36% 40%);
}

.more-app-icon.farm::before {
  left: 18px;
  top: 26px;
  width: 26px;
  height: 13px;
  border-radius: 50% 50% 45% 45%;
  background: #9d5c19;
}

.more-app-icon.farm::after {
  left: 22px;
  top: 13px;
  width: 18px;
  height: 22px;
  background: #27b326;
  clip-path: polygon(50% 100%, 0 20%, 35% 22%, 50% 0, 65% 22%, 100% 20%);
}

.more-app-icon.rank::before {
  left: 15px;
  top: 10px;
  width: 29px;
  height: 38px;
  background: #ffe88a;
  clip-path: polygon(50% 0, 86% 20%, 100% 60%, 50% 100%, 0 60%, 14% 20%);
}

.more-app-icon.rank::after {
  left: 22px;
  top: 17px;
  width: 16px;
  height: 24px;
  background: #fff9d7;
  clip-path: polygon(50% 0, 100% 44%, 76% 100%, 50% 72%, 24% 100%, 0 44%);
}

.home-view.settings-mode {
  background: #f7f7f7;
}

.home-view.settings-mode .home-header,
.home-view.settings-mode .feed-scroller,
.home-view.settings-mode .bottom-nav {
  display: none;
}

.settings-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #f7f7f7;
}

.settings-page[hidden] {
  display: none;
}

.settings-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  z-index: 5;
  height: 58px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 82px;
  align-items: center;
}

.settings-header h1 {
  margin: 0;
  color: #33373d;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.settings-back,
.settings-scan {
  position: relative;
  border: 0;
  background: transparent;
}

.settings-back {
  width: 60px;
  height: 56px;
  margin-left: 12px;
}

.settings-back::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 17px;
  width: 19px;
  height: 19px;
  border-left: 4px solid #2d3239;
  border-bottom: 4px solid #2d3239;
  border-radius: 2px;
  transform: rotate(45deg);
}

.settings-scan {
  justify-self: end;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.settings-scan::before,
.settings-scan::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 3px solid #33383f;
  border-radius: 5px;
}

.settings-scan::before {
  clip-path: polygon(0 0, 38% 0, 38% 17%, 17% 17%, 17% 38%, 0 38%, 0 0, 62% 0, 100% 0, 100% 38%, 83% 38%, 83% 17%, 62% 17%);
}

.settings-scan::after {
  clip-path: polygon(0 62%, 17% 62%, 17% 83%, 38% 83%, 38% 100%, 0 100%, 0 62%, 62% 83%, 83% 83%, 83% 62%, 100% 62%, 100% 100%, 62% 100%);
}

.settings-scroller {
  position: absolute;
  left: 0;
  right: 0;
  top: 111px;
  bottom: 0;
  overflow-y: auto;
  scrollbar-width: none;
  padding: 16px 14px 72px;
}

.settings-scroller::-webkit-scrollbar {
  display: none;
}

.settings-toast {
  position: sticky;
  top: 0;
  z-index: 6;
  margin: 0 44px;
  min-height: 0;
  padding: 0 12px;
  border-radius: 999px;
  color: #4f5966;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(70, 78, 90, 0.1);
  font-size: 13px;
  line-height: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, line-height 160ms ease, padding 160ms ease;
}

.settings-toast.show {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 18px;
  opacity: 1;
}

.settings-card {
  margin-top: 16px;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}

.settings-card:first-of-type {
  margin-top: 0;
}

.settings-row {
  position: relative;
  width: 100%;
  min-height: 67px;
  border: 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  color: #333840;
  background: #fff;
  text-align: left;
}

.settings-row + .settings-row::before {
  content: "";
  position: absolute;
  left: 70px;
  right: 17px;
  top: 0;
  height: 1px;
  background: #f0f0f0;
}

.settings-label {
  min-width: 0;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.settings-side {
  color: #b7b7b7;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}

.settings-chevron {
  width: 13px;
  height: 13px;
  border-right: 3px solid #b8b8b8;
  border-bottom: 3px solid #b8b8b8;
  transform: rotate(-45deg);
}

.settings-red-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5a50;
}

.settings-icon {
  position: relative;
  width: 34px;
  height: 34px;
  display: block;
  color: #333840;
}

.settings-icon::before,
.settings-icon::after {
  content: "";
  position: absolute;
}

.settings-icon.account::before {
  left: 12px;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.settings-icon.account::after {
  left: 5px;
  bottom: 3px;
  width: 24px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 17px 17px 6px 6px;
}

.settings-icon.general::before {
  inset: 4px;
  border: 3px solid currentColor;
  clip-path: polygon(50% 0, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
}

.settings-icon.general::after {
  left: 15px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}

.settings-icon.notice::before {
  left: 7px;
  top: 5px;
  width: 20px;
  height: 23px;
  border: 3px solid currentColor;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 0;
}

.settings-icon.notice::after {
  left: 7px;
  bottom: 3px;
  width: 20px;
  height: 8px;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 16px 16px;
  box-shadow: 8px 4px 0 -5px currentColor;
}

.settings-icon.privacy::before {
  left: 6px;
  top: 12px;
  width: 22px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 5px;
}

.settings-icon.privacy::after {
  left: 12px;
  top: 5px;
  width: 10px;
  height: 12px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 11px 11px 0 0;
}

.settings-icon.live::before {
  left: 5px;
  top: 8px;
  width: 22px;
  height: 19px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.settings-icon.live::after {
  right: 1px;
  top: 12px;
  width: 10px;
  height: 12px;
  background: currentColor;
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
}

.settings-icon.appicon::before {
  left: 4px;
  top: 5px;
  width: 24px;
  height: 24px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.settings-icon.appicon::after {
  left: 11px;
  top: 14px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 10px 0 0 currentColor, 17px 11px 0 -1px currentColor;
}

.settings-icon.teen::before {
  left: 16px;
  top: 12px;
  width: 3px;
  height: 19px;
  border-radius: 3px;
  background: currentColor;
}

.settings-icon.teen::after {
  left: 8px;
  top: 8px;
  width: 17px;
  height: 17px;
  border-left: 3px solid currentColor;
  border-top: 3px solid currentColor;
  border-radius: 17px 0 0 0;
  transform: rotate(34deg);
  box-shadow: 9px -10px 0 -7px currentColor;
}

.settings-icon.cache::before {
  left: 8px;
  top: 10px;
  width: 19px;
  height: 21px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.settings-icon.cache::after {
  left: 7px;
  top: 5px;
  width: 21px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 7px -4px 0 -1px currentColor;
}

.settings-icon.help::before {
  left: 5px;
  top: 8px;
  width: 24px;
  height: 18px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.settings-icon.help::after {
  left: 3px;
  top: 20px;
  width: 7px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 8px;
  box-shadow: 21px 0 0 -3px currentColor, 13px 8px 0 -4px currentColor;
}

.settings-icon.rules::before {
  left: 6px;
  top: 4px;
  width: 21px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.settings-icon.rules::after {
  left: 15px;
  top: 15px;
  width: 11px;
  height: 10px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.settings-icon.license::before {
  left: 7px;
  top: 4px;
  width: 20px;
  height: 26px;
  border: 3px solid currentColor;
  border-radius: 4px;
  clip-path: polygon(0 0, 78% 0, 100% 20%, 100% 100%, 0 100%);
}

.settings-icon.license::after {
  left: 13px;
  top: 16px;
  width: 13px;
  height: 8px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.settings-icon.about::before {
  inset: 4px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.settings-icon.about::after {
  left: 16px;
  top: 10px;
  width: 3px;
  height: 13px;
  border-radius: 3px;
  background: currentColor;
  box-shadow: 0 17px 0 currentColor;
}

.settings-card.account-actions {
  margin-top: 18px;
}

.settings-row.centered {
  min-height: 67px;
  grid-template-columns: 1fr;
  justify-items: center;
  color: #353940;
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.settings-row.centered + .settings-row.centered::before {
  left: 17px;
}

.settings-privacy-links {
  margin: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.settings-privacy-links button {
  border: 0;
  padding: 0;
  color: #588bff;
  background: transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.home-indicator {
  position: absolute;
  left: 50%;
  bottom: 9px;
  z-index: 8;
  width: 162px;
  height: 5px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #222;
}

.slider-overlay {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 12px;
  background: rgba(20, 28, 48, 0.28);
}

.slider-overlay[hidden] {
  display: none;
}

.slider-card {
  position: relative;
  width: min(386px, 100%);
  min-height: 284px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(31, 39, 61, 0.25);
  overflow: hidden;
}

.slider-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(38, 44, 58, 0.06);
}

.slider-close::before,
.slider-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 14px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #535c70;
}

.slider-close::before { transform: rotate(45deg); }
.slider-close::after { transform: rotate(-45deg); }

#sliderFrame {
  width: 100%;
  height: 372px;
  border: 0;
  display: block;
  background: #fff;
}

@media (max-width: 420px) {
  .shell {
    width: 100vw;
  }

  .phone {
    box-shadow: none;
  }
}

/* Native Momo UI pass.
   Static basis:
   - colors.xml: C02 #f0f0f4, C04 #ffffff, C05 #aaaaaa, C07 #3462ff,
     color_brand/text_color_feed_liked #4e7fff, color_323333 #323333.
   - dimens.xml: maintabbottomtabbar 57dp, tab_layout_height 50dp,
     item_feed_padding 15dp, item_feed_content_margin 8dp.
   - drawable/md_button_*: oval radius 22/25dp, small radius 18dp/2dp,
     pressed C07_dark, disabled C16.
*/
:root {
  --blue: #4e7fff;
  --cyan: #4e7fff;
  --ink: #323333;
  --muted: #aaaaaa;
  --line: #e8e8eb;
  --soft: #f0f0f4;
  --screen: #ffffff;
  --danger: #ff5a5a;
  --button-blue: #4e7fff;
  --button-blue-pressed: #2f58e5;
  --button-disabled: #c8c8c8;
  --native-radius: 22px;
  --native-row: 52px;
}

body {
  color: var(--ink);
  background: #f0f0f4;
}

.phone,
.phone.home-mode,
.home-view {
  color: var(--ink);
  background: var(--screen);
}

.phone {
  box-shadow: 0 18px 42px rgba(50, 51, 51, 0.12);
}

button {
  color: inherit;
  transition: background-color 120ms ease, color 120ms ease, opacity 120ms ease, transform 120ms ease;
}

button:active {
  opacity: 0.86;
}

button:disabled {
  opacity: 1;
  cursor: default;
}

.statusbar {
  color: #323333;
}

.home-header,
.message-header,
.universe-header,
.settings-header {
  left: 15px;
  right: 15px;
  height: 50px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.home-tabs,
.message-tabs,
.universe-title-tabs {
  gap: 22px;
  height: 50px;
}

.home-tab,
.message-tab,
.universe-title-tab,
.universe-filter {
  position: relative;
  min-width: 0;
  border: 0;
  padding: 0;
  color: #aaaaaa;
  background: transparent;
  font-weight: 600;
  letter-spacing: 0;
}

.home-tab,
.message-tab,
.universe-title-tab {
  font-size: 22px;
  line-height: 50px;
}

.home-tab.active,
.message-tab.active,
.universe-title-tab.active,
.universe-filter.active {
  color: #323333;
  font-weight: 800;
}

.home-tab.active::after,
.message-tab.active::after,
.universe-title-tab.active::after,
.universe-filter.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 18px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #323333;
}

.home-tab.active {
  font-size: 24px;
}

.message-tab-badge,
.badge-dot,
.message-badge,
.settings-red-dot {
  color: #fff;
  background: #ff5a5a;
  box-shadow: 0 0 0 2px #fff;
}

.login-btn,
.home-write-btn.primary,
.home-comment-composer button[type="submit"],
.home-comments-more,
.nearby-write-actions button,
.message-card-action,
.voice-call-btn,
.benefit-card-btn,
.follow-button,
.follow-friend,
.wave-greet-action,
.wave-challenge-foot button,
.wave-audio-player button,
.more-vip-card button,
.create-room-btn,
.universe-compose {
  min-height: 44px;
  border: 0;
  border-radius: var(--native-radius);
  color: #fff;
  background: var(--button-blue);
  box-shadow: none;
  font-weight: 700;
}

.login-btn:active,
.home-write-btn.primary:active,
.home-comment-composer button[type="submit"]:active,
.home-comments-more:active,
.nearby-write-actions button:active,
.message-card-action:active,
.voice-call-btn:active,
.benefit-card-btn:active,
.follow-button:active,
.follow-friend:active,
.wave-greet-action:active,
.wave-challenge-foot button:active,
.wave-audio-player button:active,
.more-vip-card button:active,
.create-room-btn:active,
.universe-compose:active {
  background: var(--button-blue-pressed);
}

.login-btn:disabled,
.home-write-btn:disabled,
.home-comment-composer button:disabled,
.message-card-action:disabled,
.voice-call-btn:disabled {
  color: #fff;
  background: var(--button-disabled);
}

.text-action,
.home-write-btn,
.messageWriteButton,
.home-comment-cancel-reply,
.home-comment-actions button,
.region-btn,
.filter-btn,
.message-round,
.more-round,
.more-circle,
.settings-back,
.settings-scan {
  box-shadow: none;
}

.home-write-btn:not(.primary):not(.danger),
.home-comment-cancel-reply,
.home-comment-actions button,
.region-btn,
.filter-btn,
.message-round,
.more-round,
.settings-back,
.settings-scan {
  border: 0;
  color: #323333;
  background: #f0f0f4;
}

.home-write-btn.danger,
.settings-row.centered[data-settings-action="logout"] {
  color: #fff;
  background: var(--danger);
}

.phone-row,
.code-row,
.home-action-form textarea,
.home-comment-composer textarea {
  border: 0;
  border-radius: 2px;
  background: #f5f5f5;
  box-shadow: none;
}

.phone-row:focus-within,
.code-row:focus-within,
.home-action-form textarea:focus,
.home-comment-composer textarea:focus {
  outline: 1px solid rgba(78, 127, 255, 0.32);
  background: #fff;
}

.feed-scroller,
.message-scroller,
.universe-scroller,
.more-scroller,
.settings-scroller {
  background: #f0f0f4;
  scrollbar-width: none;
}

.feed-scroller::-webkit-scrollbar,
.message-scroller::-webkit-scrollbar,
.universe-scroller::-webkit-scrollbar,
.more-scroller::-webkit-scrollbar,
.settings-scroller::-webkit-scrollbar {
  display: none;
}

.feed-status,
.message-status,
.chat-now-status,
.universe-toast,
.more-toast,
.settings-toast,
.chat-now-toast {
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: rgba(50, 51, 51, 0.86);
  box-shadow: none;
  font-size: 13px;
}

.feed-status.ok,
.message-status.ok,
.home-action-result.ok,
.home-comment-write-result.ok {
  color: #4e7fff;
  background: rgba(78, 127, 255, 0.10);
}

.feed-status.error,
.message-status.error,
.home-action-result.error,
.home-comment-write-result.error {
  color: #ff5a5a;
  background: rgba(255, 90, 90, 0.10);
}

.mini-spinner {
  border-color: rgba(170, 170, 170, 0.32);
  border-top-color: #4e7fff;
}

.post {
  margin: 0;
  padding: 15px 15px 8px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  border-bottom: 8px solid #f0f0f4;
}

.post + .post {
  margin-top: 0;
}

.post-head {
  min-height: 48px;
  align-items: center;
}

.post-avatar,
.home-profile-avatar,
.home-comment-avatar,
.message-avatar,
.more-avatar {
  box-shadow: none;
}

.post-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.post-name,
.post-name-btn {
  color: #323333;
  font-size: 16px;
  font-weight: 700;
}

.gender-age,
.post-time,
.home-comment-top span,
.home-comment-meta,
.message-preview,
.more-tags span,
.settings-side {
  color: #aaaaaa;
}

.post-text {
  margin-top: 9px;
  color: #323333;
  font-size: 16px;
  line-height: 1.48;
}

.media {
  border-radius: 8px;
  box-shadow: none;
  background: #f5f5f5;
}

.post-actions {
  height: 45px;
  margin-top: 6px;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 600;
}

.post-action {
  min-height: 45px;
  color: inherit;
}

.action-icon {
  width: 24px;
  height: 24px;
}

.like-icon::before,
.like-icon::after,
.comment-icon,
.comment-icon::after,
.greet-icon {
  border-color: #aaaaaa;
}

.greet-icon::after,
.more-dots::before {
  background: #aaaaaa;
  box-shadow: 0 8px 0 #aaaaaa, 0 16px 0 #aaaaaa;
}

.post-action.liked,
.post-action.liked .like-icon::before,
.post-action.liked .like-icon::after {
  color: #4e7fff;
  border-color: #4e7fff;
}

.home-profile-panel,
.message-page,
.universe-page,
.more-page,
.settings-page {
  background: #f0f0f4;
}

.home-panel-header,
.home-sheet-header {
  min-height: 50px;
  border-bottom: 1px solid #e8e8eb;
  background: #fff;
}

.home-sheet-backdrop,
.slider-overlay {
  background: rgba(0, 0, 0, 0.60);
}

.home-sheet-card,
.home-action-card,
.slider-card {
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: none;
}

.home-panel-close,
.home-sheet-close,
.slider-close {
  background: transparent;
}

.home-profile-hero,
.home-profile-section,
.home-action-summary,
.home-action-protocol,
.settings-card,
.more-module,
.more-list,
.message-card,
.chat-now-section,
.chat-voice-card {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-profile-hero,
.home-profile-section,
.settings-card,
.more-module,
.more-list {
  margin: 8px 0 0;
}

.home-comment-row,
.message-session,
.settings-row,
.more-list button {
  min-height: var(--native-row);
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-comment-row + .home-comment-row,
.message-session + .message-session,
.more-list button + button,
.settings-row + .settings-row {
  border-top: 1px solid #e8e8eb;
}

.message-card-strip {
  padding: 8px 15px;
  background: #f0f0f4;
}

.message-card {
  border-radius: 12px;
  background: #fff;
}

.message-session {
  margin: 0;
  padding: 10px 15px;
}

.message-session + .message-session {
  margin-top: 0;
}

.session-more,
.more-chevron,
.settings-chevron {
  color: #c8c8c8;
}

.bottom-nav {
  left: 0;
  right: 0;
  bottom: 0;
  height: 57px;
  align-items: center;
  padding: 0 4px 3px;
  border-top: 1px solid #e8e8eb;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.bottom-item {
  height: 54px;
  grid-template-rows: 30px 16px;
  color: #a5a5a5;
  font-size: 10px;
  font-weight: 500;
}

.bottom-item.active {
  color: #323333;
  font-weight: 700;
}

.nav-icon {
  width: 24px;
  height: 24px;
}

.bottom-item:not(.active) .nav-icon,
.bottom-item:not(.active) .nav-icon::before,
.bottom-item:not(.active) .nav-icon::after {
  border-color: #a5a5a5;
}

.bottom-item.active .nav-icon,
.bottom-item.active .nav-icon::before,
.bottom-item.active .nav-icon::after {
  border-color: #323333;
}

.bottom-item.active .message-icon,
.bottom-item.active .message-icon::after {
  background: transparent;
}

.live-icon::after {
  border-left-color: currentColor;
}

/* ===== 底部导航:真机 App 矢量图标(res/drawable/ic_tab_*.xml → vd2svg → native-icons/tab_*.svg)
   用 CSS mask 把单色图标按 active/inactive 着色(复用真机色:灰 #a5a5a5 / 深 #323333)。
   覆盖上方 7565+ 的纯 CSS 手画版本(抹掉伪元素)。 ===== */
.bottom-item .nav-icon {
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 0;
  background: none;
  transform: none;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #a5a5a5;
}

.bottom-item .nav-icon::before,
.bottom-item .nav-icon::after {
  content: none;
  border: 0;
  background: none;
  box-shadow: none;
  -webkit-mask: none;
          mask: none;
}

.home-icon {
  -webkit-mask-image: url("/static/native-icons/tab_home.svg");
          mask-image: url("/static/native-icons/tab_home.svg");
}
.live-icon {
  -webkit-mask-image: url("/static/native-icons/tab_live.svg");
          mask-image: url("/static/native-icons/tab_live.svg");
}
.message-icon {
  -webkit-mask-image: url("/static/native-icons/tab_chat.svg");
          mask-image: url("/static/native-icons/tab_chat.svg");
}
.universe-icon {
  -webkit-mask-image: url("/static/native-icons/tab_universe.svg");
          mask-image: url("/static/native-icons/tab_universe.svg");
}
.more-icon {
  -webkit-mask-image: url("/static/native-icons/tab_more.svg");
          mask-image: url("/static/native-icons/tab_more.svg");
}

.bottom-item.active .nav-icon {
  background-color: #323333;
}

.more-page {
  background: #f0f0f4;
}

.more-top-actions,
.more-hero,
.more-summary-cards,
.more-module {
  background: #fff;
  box-shadow: none;
}

.more-hero,
.more-summary-cards {
  border-radius: 0;
}

.more-circle,
.more-round {
  background: #fff;
  box-shadow: none;
}

.more-summary-cards {
  display: grid;
  gap: 1px;
  padding: 0;
  background: #e8e8eb;
}

.summary-card,
.more-grid button {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.more-grid {
  gap: 1px;
  background: #e8e8eb;
}

.more-tool-icon,
.more-list-icon,
.settings-icon {
  background: #f0f0f4;
  box-shadow: none;
}

.settings-page {
  background: #f0f0f4;
}

.settings-header {
  border-bottom: 1px solid #e8e8eb;
}

.settings-card {
  overflow: hidden;
}

.settings-row {
  padding: 0 15px;
  color: #323333;
  font-size: 16px;
}

.settings-row.centered {
  justify-content: center;
  color: #323333;
  font-weight: 600;
}

.settings-privacy-links button {
  color: #4e7fff;
}

.universe-compose {
  right: 18px;
  bottom: 74px;
  width: auto;
  min-width: 112px;
  padding: 0 18px;
}

.pull-refresh,
.load-more {
  color: #aaaaaa;
  background: transparent;
}

.home-indicator {
  bottom: 6px;
  background: #323333;
}

/* Native Momo UI pass v2.
   Static basis:
   - activity_maintabs.xml: bottom tab container height 57dp, top divider 1dp.
   - include_common_feed_bottom.xml: feed bottom uses 15dp side padding.
   - drawable-xhdpi/ic_feed_*_new.png: feed action icons.
*/
[hidden] {
  display: none !important;
}

.home-header,
.message-header,
.universe-header,
.settings-header {
  top: 45px;
  left: 15px;
  right: 15px;
  height: 50px;
  padding: 0;
  border: 0;
}

.home-tab,
.message-tab,
.universe-title-tab {
  height: 50px;
  font-size: 21px;
  line-height: 50px;
}

.home-tab.active,
.message-tab.active,
.universe-title-tab.active {
  font-size: 24px;
}

.home-tab.active::after,
.message-tab.active::after,
.universe-title-tab.active::after {
  bottom: 3px;
  width: 17px;
  height: 2px;
}

.publish-btn {
  height: 36px;
  padding: 0 10px;
  border-radius: 18px;
  gap: 6px;
  color: #323333;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
}

.publish-icon {
  width: 18px;
  height: 16px;
}

.publish-icon::before {
  width: 18px;
  height: 14px;
  background: #323333;
}

.publish-icon::after {
  left: 6px;
  top: 6px;
  width: 9px;
  height: 2px;
}

.region-btn {
  height: 36px;
  padding: 0 11px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 700;
}

.filter-btn,
.message-round,
.more-circle,
.settings-back,
.settings-scan {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.feed-scroller {
  top: 105px;
  bottom: 57px;
  background: #f0f0f4;
}

.pull-refresh {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-42px);
}

.feed-scroller.pulling .pull-refresh,
.feed-scroller.refreshing .pull-refresh {
  visibility: visible;
  opacity: 1;
  transform: translateY(24px);
}

.feed-status.visible {
  margin: 8px 15px;
  padding: 8px 12px;
  border-radius: 18px;
  line-height: 18px;
}

.post {
  padding: 15px 15px 6px;
  border-bottom: 8px solid #f0f0f4;
}

.post-head {
  grid-template-columns: 47px minmax(0, 1fr);
  column-gap: 10px;
}

.post-name,
.post-name-btn {
  font-size: 16px;
  line-height: 20px;
}

.gender-age {
  height: 17px;
  margin-top: 4px;
  padding: 0 6px;
  border-radius: 9px;
  font-size: 11px;
  line-height: 17px;
}

.post-text {
  margin: 9px 0 10px;
  font-size: 16px;
  line-height: 1.45;
}

.post-time {
  margin-top: 10px;
  color: #aaaaaa;
  font-size: 14px;
}

.post-actions {
  height: 44px;
  margin-top: 3px;
  padding: 0 2px;
  grid-template-columns: 1fr 1fr 1.25fr 30px;
  color: #aaaaaa;
  font-size: 13px;
  font-weight: 500;
}

.post-action {
  min-height: 44px;
  justify-content: flex-start;
  gap: 4px;
}

.action-icon,
.more-dots {
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.like-icon {
  background-image: url("/static/native-icons/ic_feed_like_gray_new.png");
}

.post-action.liked .like-icon {
  background-image: url("/static/native-icons/ic_feed_like_blue_new.png");
}

.comment-icon {
  background-image: url("/static/native-icons/ic_feed_comment_normal_new.png");
}

.greet-icon {
  background-image: url("/static/native-icons/ic_feed_online_greet.png");
}

.more-dots {
  display: inline-block;
  background-image: url("/static/native-icons/ic_feed_more_normal_new.png");
}

.post-action:active .more-dots {
  background-image: url("/static/native-icons/ic_feed_more_pressed_new.png");
}

.like-icon::before,
.like-icon::after,
.comment-icon,
.comment-icon::after,
.greet-icon,
.greet-icon::after,
.more-dots::before {
  content: none;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.post-action:active,
.post-action.feedback-active,
.post-action.feedback-ok,
.post-action.feedback-error {
  border-radius: 18px;
  transition: color 140ms ease, background 140ms ease, transform 140ms ease, opacity 140ms ease;
}

.post-action:active,
.post-action.feedback-active {
  color: #23c970;
  background: rgba(35, 201, 112, 0.09);
  transform: scale(0.95);
}

.post-action.feedback-ok {
  color: #20c866;
  background: rgba(32, 200, 102, 0.11);
}

.post-action.feedback-error {
  color: #df4c42;
  background: rgba(223, 76, 66, 0.09);
}

.post-action:active .action-icon,
.post-action:active .more-dots,
.post-action.feedback-active .action-icon,
.post-action.feedback-active .more-dots,
.post-action.feedback-ok .action-icon,
.post-action.feedback-ok .more-dots {
  transform: scale(1.08);
}

.post-action:active .like-icon,
.post-action.feedback-active .like-icon,
.post-action.feedback-ok .like-icon {
  background-image: url("/static/native-icons/ic_feed_like_blue_new.png");
}

.post-action:active .more-dots,
.post-action.feedback-active .more-dots,
.post-action.feedback-ok .more-dots {
  background-image: url("/static/native-icons/ic_feed_more_pressed_new.png");
}

.post-action.liked {
  color: #4e7fff;
}

.media {
  border-radius: 4px;
  background: #f0f0f4;
}

.bottom-nav {
  bottom: 0;
  height: 57px;
  padding: 0 0 2px;
  border-top: 1px solid rgba(232, 232, 235, 0.72);
}

.bottom-item {
  height: 55px;
  grid-template-rows: 29px 16px;
  align-content: center;
  color: #a5a5a5;
  font-size: 10px;
  line-height: 16px;
}

.bottom-item.active {
  color: #323333;
}

.nav-icon {
  width: 23px;
  height: 23px;
}

.badge-dot,
.message-badge {
  top: 2px;
  right: 18px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
}

.home-icon {
  border-width: 2px;
  border-radius: 6px;
}

.home-icon::before {
  left: 3px;
  top: -7px;
  width: 13px;
  height: 13px;
  border-left-width: 2px;
  border-top-width: 2px;
}

.home-icon::after {
  display: none;
}

.live-icon {
  width: 23px;
  height: 18px;
  border-width: 2px;
  border-radius: 4px;
}

.live-icon::after {
  right: -7px;
  top: 5px;
  border-left-width: 7px;
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.message-icon {
  width: 23px;
  height: 23px;
  border-width: 2px;
}

.message-icon::after {
  right: 1px;
  bottom: 1px;
  width: 6px;
  height: 6px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}

.universe-icon {
  width: 26px;
  height: 18px;
  border-width: 2px;
}

.universe-icon::before {
  left: 7px;
  top: -5px;
  width: 9px;
  height: 24px;
  border-width: 2px 0;
}

.more-icon::before {
  left: 7px;
  top: 1px;
  width: 11px;
  height: 11px;
  border-width: 2px;
}

.more-icon::after {
  left: 4px;
  bottom: 1px;
  width: 18px;
  height: 9px;
  border-width: 2px 2px 0;
}

.message-page,
.universe-page,
.more-page,
.settings-page,
.home-profile-panel {
  inset: 0;
}

.message-scroller,
.universe-scroller,
.more-scroller,
.settings-scroller {
  bottom: 57px;
}

.message-session {
  min-height: 68px;
  padding: 9px 15px;
}

.session-title-row h3 {
  color: #323333;
  font-size: 16px;
  font-weight: 700;
}

.session-main p,
.session-time {
  color: #aaaaaa;
  font-size: 13px;
}

.home-sheet-card,
.home-action-card,
.slider-card {
  border-radius: 12px 12px 0 0;
}

.home-action-summary,
.home-action-protocol,
.home-action-result,
.home-comment-row,
.settings-row,
.more-list button {
  box-shadow: none;
}

.home-write-grid {
  gap: 8px;
}

.home-write-btn {
  min-height: 38px;
  border-radius: 19px;
  padding: 0 14px;
  font-size: 14px;
}

.home-write-btn:not(.primary):not(.danger) {
  color: #323333;
  background: #f0f0f4;
}

.home-write-btn.danger {
  color: #ff5a5a;
  background: rgba(255, 90, 90, 0.08);
}

/* More page polish.
   Fixes the v2 size override that compressed .more-circle to 36px while
   leaving the original 56px pseudo-icon geometry in place.
*/
.more-page {
  background: #f0f0f4;
}

.more-scroller {
  inset: 0 0 57px;
  padding: 52px 0 16px;
  background: #f0f0f4;
}

.more-top-actions {
  top: 54px;
  right: 14px;
  height: 36px;
  gap: 10px;
  background: transparent;
  pointer-events: auto;
}

.more-circle {
  width: 36px;
  height: 36px;
  overflow: visible;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.more-circle::before,
.more-circle::after {
  box-sizing: border-box;
}

.more-circle.person {
  background: #cfcfcf;
}

.more-circle.person::before {
  left: 12px;
  top: 8px;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.more-circle.person::after {
  left: 9px;
  bottom: 9px;
  width: 18px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 16px 16px 6px 6px;
}

.more-circle .top-badge {
  right: -4px;
  top: -4px;
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
}

.more-circle.crown::before {
  left: 9px;
  top: 13px;
  width: 18px;
  height: 14px;
  border: 3px solid #323333;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.more-circle.crown::after {
  left: 8px;
  top: 8px;
  width: 20px;
  height: 17px;
  border: 3px solid #323333;
  border-bottom: 0;
  clip-path: polygon(0 100%, 0 42%, 28% 66%, 50% 0, 72% 66%, 100% 42%, 100% 100%);
}

.more-circle.settings {
  background: transparent;
}

.more-circle.settings::before {
  left: 7px;
  top: 7px;
  width: 22px;
  height: 22px;
  border: 3px solid #323333;
  border-radius: 50%;
  clip-path: none;
}

.more-circle.settings::after {
  left: 16px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #323333;
  box-shadow:
    0 -12px 0 -1px #323333,
    0 12px 0 -1px #323333,
    12px 0 0 -1px #323333,
    -12px 0 0 -1px #323333,
    8px 8px 0 -1px #323333,
    -8px 8px 0 -1px #323333,
    8px -8px 0 -1px #323333,
    -8px -8px 0 -1px #323333;
}

.more-hero {
  min-height: 177px;
  padding: 12px 20px 0;
  background: #fff;
}

.more-avatar {
  left: 20px;
  top: 24px;
  width: 90px;
  height: 90px;
}

.more-avatar-v {
  left: 104px;
  top: 84px;
}

.more-hero-main {
  padding-left: 135px;
  padding-top: 64px;
  padding-right: 128px;
}

.more-hero-main h2 {
  font-size: 29px;
  line-height: 34px;
}

.more-hero-main p {
  margin-top: 6px;
  font-size: 17px;
  line-height: 22px;
}

.more-mini-stats {
  left: 20px;
  right: 20px;
  bottom: 10px;
  gap: 34px;
}

.more-summary-cards {
  margin: 0 20px;
}

.more-module {
  margin: 12px 0 0;
  padding: 20px 20px 18px;
  border-radius: 0;
}

.more-feature-grid button {
  min-height: 82px;
  font-size: 17px;
}

.more-app-icon {
  width: 56px;
  height: 56px;
}

.bottom-item[data-bottom-tab="more"] .more-icon {
  width: 24px;
  height: 24px;
  border: 0;
  transform: none;
}

.bottom-item[data-bottom-tab="more"] .more-icon::before {
  left: 7px;
  top: 3px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}

.bottom-item[data-bottom-tab="more"] .more-icon::after {
  left: 4px;
  bottom: 3px;
  width: 16px;
  height: 9px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  background: transparent;
}

.bottom-item.active[data-bottom-tab="more"] .more-icon::before,
.bottom-item.active[data-bottom-tab="more"] .more-icon::after {
  background: transparent;
  border-color: #323333;
}

/* More page vertical calibration from the captured phone frame. */
.more-scroller {
  padding-top: 52px;
}

.more-top-actions {
  top: 54px;
}

.more-hero {
  min-height: 184px;
}

.more-avatar {
  top: 24px;
}

.more-avatar-v {
  top: 84px;
}

.more-hero-main {
  padding-top: 64px;
  padding-right: 14px;
}

.more-hero-main h2 {
  max-width: 190px;
  font-size: 30px;
  line-height: 36px;
}

.more-hero-main p {
  margin-top: 6px;
  max-width: 210px;
  font-size: 18px;
  line-height: 24px;
}

.more-mini-stats {
  bottom: 10px;
  gap: 36px;
}

.more-summary-cards {
  min-height: 188px;
}

.summary-card {
  min-height: 188px;
  padding: 22px 12px 14px;
  grid-template-rows: 36px 30px minmax(44px, 1fr) 38px;
}

.summary-card strong {
  font-size: 30px;
}

.summary-card span {
  font-size: 21px;
}

.summary-card em {
  font-size: 18px;
}

.summary-card b {
  height: 38px;
  border-radius: 8px;
  font-size: 17px;
}

/* More page final alignment against the captured phone screen. */
.more-circle.person::before {
  left: 9px;
  top: 9px;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-18deg);
}

.more-circle.person::after {
  left: 11px;
  top: 16px;
  width: 18px;
  height: 10px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0 0 16px 0;
  transform: rotate(-24deg);
}

.summary-card {
  padding-left: 12px;
  padding-right: 12px;
}

.summary-card span {
  font-size: 20px;
  line-height: 28px;
  white-space: nowrap;
}

.summary-card em {
  font-size: 17px;
  line-height: 22px;
}

/* Comment composer tools: native-style @ and emoji entry points. */
.home-comment-composer {
  grid-template-columns: minmax(0, 1fr) 66px;
  align-items: end;
  gap: 10px;
  padding: 9px 10px 10px;
  border-top: 1px solid #eeeeef;
  border-bottom: 0;
}

.home-comment-input-shell {
  position: relative;
  min-height: 86px;
  border: 1px solid #c7d8ff;
  border-radius: 3px;
  background: #fbfcff;
  overflow: hidden;
}

.home-comment-composer .home-comment-input-shell textarea {
  min-height: 84px;
  max-height: 118px;
  padding: 11px 10px 35px;
  border: 0;
  border-radius: 0;
  color: #222;
  background: transparent;
  font-size: 18px;
  line-height: 24px;
}

.home-comment-input-shell:focus-within {
  border-color: #9cb8ff;
  background: #fff;
}

.home-comment-tool-row {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.home-comment-composer .home-comment-tool {
  position: relative;
  min-width: 32px;
  width: 32px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #9da3ad;
  background: transparent;
  box-shadow: none;
}

.home-comment-tool:active,
.home-comment-tool.active {
  color: #4e7fff;
  background: rgba(78, 127, 255, 0.10);
}

.home-comment-tool.at::before {
  content: "@";
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.home-comment-tool.emoji::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.home-comment-tool.emoji::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 8px;
  height: 5px;
  border-bottom: 2px solid currentColor;
  border-radius: 0 0 10px 10px;
  box-shadow: -4px -4px 0 -2px currentColor, 4px -4px 0 -2px currentColor;
}

.home-comment-composer .home-comment-send {
  min-width: 66px;
  width: 66px;
  height: 58px;
  align-self: start;
  border-radius: 29px;
  font-size: 18px;
}

.home-comment-picker {
  grid-column: 1 / -1;
  max-height: 136px;
  margin-bottom: 2px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
  border-top: 1px solid #f0f0f2;
  border-bottom: 1px solid #f0f0f2;
  background: #fff;
}

.home-comment-picker[hidden] {
  display: none !important;
}

.home-comment-picker button,
.home-comment-composer .home-comment-picker button {
  min-width: 0;
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  color: #383d46;
  background: #f3f4f7;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.home-comment-picker.emoji {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px 4px;
  max-height: 176px;
  padding: 12px 8px 10px;
  background: #fafbfc;
}

.home-comment-picker.emoji button,
.home-comment-composer .home-comment-picker.emoji button {
  width: 100%;
  height: 58px;
  padding: 4px 2px 2px;
  border-radius: 6px;
  background: transparent;
  color: #6b727c;
  font-size: 10px;
  font-weight: 500;
}

.home-comment-picker.emoji button:active,
.home-comment-composer .home-comment-picker.emoji button:active {
  background: #eceff3;
}

.home-comment-emotion img {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto 3px;
  object-fit: contain;
}

.home-comment-emotion span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}

.home-comment-tool-empty {
  color: #9aa0a8;
  font-size: 13px;
  line-height: 32px;
}

.home-comment-picker.emoji .home-comment-tool-empty {
  grid-column: 1 / -1;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.home-comment-tool-empty.emotion-error {
  color: #d44b4b;
}

.home-comment-picker.emoji {
  display: block;
  max-height: none;
  padding: 0;
  gap: 0;
  overflow: visible;
  background: #fff;
}

.home-comment-emotion-panel {
  position: relative;
  height: 310px;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #f3f3f3;
}

.home-comment-emotion-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  padding: 0 15px 0;
  overflow: auto;
  scrollbar-width: none;
  background: #f3f3f3;
}

.home-comment-emotion-body::-webkit-scrollbar {
  display: none;
}

.home-comment-emotion-grid.default {
  display: grid;
  grid-template-columns: repeat(7, 43px);
  justify-content: space-between;
  gap: 5px 0;
}

.home-comment-picker.emoji .home-comment-emotion,
.home-comment-composer .home-comment-picker.emoji .home-comment-emotion {
  width: 41px;
  height: 46px;
  padding: 6px 5px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6b727c;
  font-size: 10px;
  font-weight: 500;
  box-shadow: none;
}

.home-comment-picker.emoji .home-comment-emotion:active {
  background: #eceff3;
}

.home-comment-emotion img {
  display: block;
  width: 33px;
  height: 33px;
  margin: 0 auto;
  object-fit: contain;
}

.home-comment-emotion span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}

.home-comment-emotion-grid.default .home-comment-emotion span,
.home-comment-emotion-grid.package .home-comment-emotion span {
  display: none;
}

.home-comment-emotion-delete {
  display: none;
}

.home-comment-emotion-delete::before {
  display: none;
}

.home-comment-emotion-delete::after {
  content: "×";
  position: absolute;
  left: 31px;
  top: 7px;
  color: #aaa;
  font-size: 20px;
  line-height: 20px;
}

.home-comment-emotion-delete::after {
  content: none;
  display: none;
}

.home-comment-emotionbar {
  flex: 0 0 51px;
  height: 51px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: stretch;
  border-top: 0;
  border-bottom: 0;
  background: #f3f3f3;
}

.home-comment-emotion-store {
  position: relative;
  width: 60px;
  height: 51px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-comment-emotion-store::before,
.home-comment-emotion-store::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 13px;
  width: 3px;
  height: 25px;
  border-radius: 2px;
  background: #a8a8a8;
}

.home-comment-emotion-store::after {
  transform: rotate(90deg);
}

.home-comment-emotion-store:active,
.home-comment-emotion-store.active {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.home-comment-emotion-store span,
.home-comment-emotion-store span::before {
  display: none;
}

.home-comment-emotion-tabs {
  min-width: 0;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-comment-emotion-tabs::-webkit-scrollbar {
  display: none;
}

.home-comment-emotion-tab,
.home-comment-composer .home-comment-emotion-tab {
  flex: 0 0 auto;
  min-width: 52px;
  width: 52px;
  height: 51px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #7a808a;
  background: transparent;
  box-shadow: none;
}

.home-comment-emotion-tab.active {
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.04);
}

.home-comment-emotion-tab-icon {
  width: 52px;
  height: 51px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 31px 31px;
}

.home-comment-emotion-tab-icon.default {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_chat_emotionbar_emoji.png");
}

.home-comment-emotion-tab-icon.custom {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_chat_custom_add.png");
  background-size: 24px 24px;
}

.home-comment-emotion-tab-icon.recent {
  position: relative;
}

.home-comment-emotion-tab-icon.recent::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 26px;
  height: 26px;
  border: 4px solid #a7a7a7;
  border-radius: 50%;
}

.home-comment-emotion-tab-icon.recent::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 18px;
  width: 9px;
  height: 12px;
  border-left: 4px solid #a7a7a7;
  border-bottom: 4px solid #a7a7a7;
  border-radius: 0 0 0 3px;
}

.home-comment-emotion-tab-icon.pack-dragon {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_chat_def_emote.png");
}

.home-comment-emotion-tab-icon.pack-bear {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_chat_custom_all.png");
  background-size: 28px 28px;
}

.home-comment-emotion-tab-img {
  width: 34px;
  height: 34px;
  margin: 8px auto 0;
  display: block;
  object-fit: contain;
}

.home-comment-custom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 75px);
  justify-content: center;
  gap: 2px;
  padding: 8px 0 10px;
}

.home-comment-custom-add,
.home-comment-composer .home-comment-picker.emoji .home-comment-custom-add {
  width: 75px;
  height: 75px;
  min-width: 75px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-comment-custom-tile {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  border-radius: 0;
  background: transparent;
}

.home-comment-custom-tile img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.home-comment-custom-tile span {
  color: #aaa;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.home-comment-custom-manager {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  background: #f3f4f6;
}

.home-comment-custom-toolbar {
  height: 46px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 58px;
  align-items: center;
  border-bottom: 1px solid #e9ebef;
  background: #fff;
}

.home-comment-custom-toolbar strong {
  text-align: center;
  color: #252a32;
  font-size: 16px;
  line-height: 46px;
}

.home-comment-custom-toolbar button,
.home-comment-composer .home-comment-custom-toolbar button {
  height: 46px;
  border: 0;
  border-radius: 0;
  color: #4a5360;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
}

.home-comment-custom-back {
  position: relative;
}

.home-comment-custom-back::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #3b414b;
  border-bottom: 2px solid #3b414b;
  transform: rotate(45deg);
}

.home-comment-custom-list {
  flex: 1;
  min-height: 0;
  padding: 10px 0 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 75px);
  justify-content: center;
  align-content: start;
  gap: 2px;
  overflow: auto;
}

.home-comment-custom-emotion,
.home-comment-composer .home-comment-picker.emoji .home-comment-custom-emotion {
  position: relative;
  width: 75px;
  height: 75px;
  min-width: 75px;
  padding: 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-comment-custom-emotion:active,
.home-comment-custom-add:active {
  background: #e9eaed;
}

.home-comment-custom-emotion img {
  width: 65px;
  height: 65px;
  display: block;
  object-fit: contain;
}

.home-comment-custom-emotion.pending {
  opacity: 0.86;
}

.home-comment-custom-emotion.pending:active {
  background: transparent;
}

.home-comment-custom-pending {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 6px;
  height: 17px;
  border-radius: 9px;
  color: #fff;
  background: rgba(0, 0, 0, 0.54);
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  pointer-events: none;
}

.home-comment-custom-emotion.large img {
  width: 65px;
  height: 65px;
}

.home-comment-custom-selected {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(60, 65, 73, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}

.home-comment-custom-section {
  padding: 8px 12px 12px;
  background: #fff;
  border-top: 1px solid #eceef2;
}

.home-comment-custom-section h4 {
  margin: 0 0 8px;
  color: #343941;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.home-comment-custom-packages {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(76px, 1fr));
  gap: 10px 8px;
}

.home-comment-custom-package {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #59606b;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.home-comment-custom-package img {
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  background: #f0f1f4;
}

.home-comment-custom-package strong,
.home-comment-custom-package span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-comment-custom-package strong {
  color: #333840;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.home-comment-custom-notice {
  margin: 0 12px 8px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #777f8a;
  background: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.home-comment-custom-bottom {
  height: 48px;
  padding: 6px 12px;
  border-top: 1px solid #e6e8ed;
  background: #fff;
}

.home-comment-custom-bottom button {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 18px;
  color: #b6bbc4;
  background: #f0f1f4;
  font-weight: 800;
}

.interface-toggle {
  position: absolute;
  right: 12px;
  top: 42px;
  z-index: 60;
  height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 17px;
  color: #fff;
  background: #222936;
  box-shadow: 0 6px 18px rgba(20, 30, 48, 0.22);
  font-size: 14px;
  font-weight: 800;
}

.interface-toggle[hidden] {
  display: none !important;
}

.interface-panel {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 38px;
  bottom: 18px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  min-height: 0;
  border: 1px solid #e6e9ef;
  border-radius: 8px;
  background: #fbfcff;
  box-shadow: 0 18px 48px rgba(25, 35, 54, 0.25);
  overflow: hidden;
}

.interface-panel[hidden] {
  display: none;
}

.interface-panel-head {
  min-height: 70px;
  padding: 12px 44px 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
}

.interface-panel-head h2 {
  margin: 0;
  color: #20242d;
  font-size: 20px;
  line-height: 26px;
}

.interface-panel-head p {
  margin: 2px 0 0;
  color: #77808c;
  font-size: 12px;
  line-height: 17px;
}

.interface-close {
  position: absolute;
  right: 10px;
  top: 13px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f2f4f8;
}

.interface-close::before,
.interface-close::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 16px;
  width: 14px;
  height: 2px;
  background: #5f6672;
}

.interface-close::before {
  transform: rotate(45deg);
}

.interface-close::after {
  transform: rotate(-45deg);
}

.interface-filter {
  padding: 10px 10px 8px;
  display: flex;
  gap: 7px;
  overflow-x: auto;
  border-bottom: 1px solid #eef1f5;
  background: #fbfcff;
}

.interface-filter-btn {
  flex: 0 0 auto;
  height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e0e5ee;
  border-radius: 15px;
  color: #404856;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.interface-filter-btn strong {
  min-width: 16px;
  padding: 1px 5px;
  border-radius: 10px;
  color: #7c8490;
  background: #eef1f6;
  font-size: 11px;
}

.interface-filter-btn.active {
  border-color: #4f7cff;
  color: #2459e8;
  background: #eef4ff;
}

.interface-filter-btn.active strong {
  color: #fff;
  background: #4f7cff;
}

.interface-list {
  min-height: 0;
  padding: 10px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
}

.interface-card {
  padding: 11px;
  border: 1px solid #e7ebf2;
  border-radius: 8px;
  background: #fff;
}

.interface-card header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
}

.interface-card h3 {
  margin: 0;
  color: #1f2530;
  font-size: 15px;
  line-height: 20px;
}

.interface-card header p {
  margin: 2px 0 0;
  color: #88909c;
  font-size: 11px;
  line-height: 15px;
  word-break: break-all;
}

.interface-chip {
  max-width: 88px;
  padding: 4px 7px;
  border-radius: 12px;
  color: #66707d;
  background: #f0f2f6;
  font-size: 11px;
  line-height: 14px;
  font-weight: 800;
  text-align: center;
}

.interface-chip.implemented_read {
  color: #0d7d49;
  background: #e7f7ef;
}

.interface-chip.implemented_write {
  color: #1c5fd4;
  background: #eaf1ff;
}

.interface-chip.protocol_gap {
  color: #a35d00;
  background: #fff2d9;
}

.interface-chip.excluded,
.interface-chip.inventory_only {
  color: #7c4d64;
  background: #f7ebf1;
}

.interface-endpoint {
  margin-top: 9px;
  padding: 7px 8px;
  border-radius: 6px;
  color: #2f3642;
  background: #f6f8fb;
  font-size: 11px;
  line-height: 16px;
  word-break: break-all;
}

.interface-card dl {
  margin: 9px 0 0;
  display: grid;
  gap: 5px;
}

.interface-card dl div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
  color: #4b5360;
  font-size: 12px;
  line-height: 17px;
}

.interface-card dt {
  color: #8c94a0;
  font-weight: 800;
}

.interface-card dd {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.interface-note {
  margin: 8px 0 0;
  color: #727b88;
  font-size: 12px;
  line-height: 17px;
}

.interface-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.interface-actions button {
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #4f7cff;
  font-size: 12px;
  font-weight: 900;
}

.interface-actions button[data-interface-test="live"] {
  background: #222936;
}

.interface-actions button:disabled {
  color: #9ba3af;
  background: #edf0f4;
}

.interface-result {
  min-height: 0;
  max-height: 96px;
  margin: 9px 0 0;
  padding: 8px;
  overflow: auto;
  border-radius: 6px;
  color: #29303a;
  background: #f8fafc;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 15px;
  white-space: pre-wrap;
}

.interface-result:empty {
  display: none;
}

.interface-empty {
  padding: 22px 12px;
  color: #7c8490;
  text-align: center;
  font-size: 13px;
}

/* Native home/comment pass 2026-06-28.
   Evidence:
   - phone captures: captures/ui_audit/phone_home_dynamic_20260628.png,
     captures/ui_audit/phone_home_comment_sheet_20260628.png.
   - feed: res/layout/include_common_feed_bottom.xml, view_feedmore.xml,
     layout_common_feed_with_text_pics.xml, listitem_common_feed_gv_img_vs.xml.
   - comments: res/layout/layout_comment_info.xml,
     listitem_commonfeed_comment_new.xml, layout_feed_comment_title_new.xml,
     input_panel_comment_feed.xml, feed_emotionbar.xml.
*/
.home-view {
  --native-ink: #323333;
  --native-muted: #aaaaaa;
  --native-faint: #f3f3f3;
  --native-line: #ebebeb;
  --native-blue: #4e7fff;
  --native-pink: #ff70b8;
  background:
    linear-gradient(124deg, rgba(207, 232, 255, 0.78) 0%, rgba(255, 238, 248, 0.72) 27%, #fff 40%, #fff 100%);
}

.home-header {
  top: 43px;
  height: 55px;
  background: transparent;
  backdrop-filter: none;
}

.home-tabs {
  gap: 24px;
}

.home-tab {
  height: 55px;
  color: #9fa3a8;
  font-size: 22px;
  font-weight: 600;
  line-height: 55px;
}

.home-tab.active {
  color: var(--native-ink);
  font-size: 26px;
  font-weight: 900;
}

.home-tab.active::after {
  display: none;
}

.home-tab.display-only {
  position: relative;
  pointer-events: none;
}

.home-tab.display-only::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5a5a;
}

.publish-btn {
  height: 43px;
  padding: 0 18px;
  border-radius: 24px;
  gap: 9px;
  color: var(--native-ink);
  background: rgba(255, 255, 255, 0.96);
  font-size: 18px;
  font-weight: 800;
}

.publish-icon {
  width: 25px;
  height: 22px;
}

.feed-scroller {
  top: 105px;
  bottom: 72px;
  background: #fff;
}

.post.feed-post,
.home-comment-detail-post {
  padding: 22px 17px 0 15px;
  background: #fff;
}

.post.feed-post + .post.feed-post {
  border-top: 7px solid #f7f7f7;
}

.post-head {
  grid-template-columns: 47px minmax(0, 1fr) auto;
  column-gap: 11px;
}

.post-avatar {
  width: 47px;
  height: 47px;
}

.post-name {
  color: var(--native-ink);
  font-size: 21px;
  font-weight: 700;
}

.gender-age {
  height: 18px;
  min-width: 34px;
  margin-top: 7px;
  padding: 0 7px;
  border-radius: 9px;
  color: #fff;
  background: #49d4e8;
  font-size: 13px;
  font-weight: 900;
  line-height: 18px;
}

.gender-age.female {
  background: var(--native-pink);
}

.post-live-pill {
  align-self: start;
  height: 36px;
  margin-top: 5px;
  padding: 0 18px;
  border: 0;
  border-radius: 19px;
  color: #777;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 800;
}

.post-text {
  margin: 19px 0 14px;
  color: var(--native-ink);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.42;
}

.single-media {
  width: min(315px, 100%);
  min-height: auto;
  max-height: none;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: #eceff3;
}

.single-media.video-media {
  width: min(260px, 70vw);
  aspect-ratio: 3 / 4;
}

.media-grid {
  position: relative;
  width: min(315px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.media-grid.count-3,
.media-grid.count-5,
.media-grid.count-6,
.media-grid.count-7,
.media-grid.count-8,
.media-grid.count-9 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-grid-cell {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #eceff3;
}

.media-grid-cell img,
.single-media .media-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.media-caption {
  display: none;
}

.play-button {
  width: 42px;
  height: 42px;
  background: rgba(0, 0, 0, 0.28);
}

.play-button::before {
  left: 17px;
  top: 13px;
  border-left-width: 15px;
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.duration {
  right: 7px;
  bottom: 7px;
  font-size: 13px;
}

.post-time {
  margin-top: 16px;
  color: var(--native-muted);
  font-size: 16px;
}

.post-actions {
  height: 58px;
  margin-top: 7px;
  grid-template-columns: 92px 92px minmax(100px, 1fr) 32px;
  justify-items: start;
  color: var(--native-muted);
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
}

.post-action {
  min-height: 44px;
  padding: 0 4px;
  gap: 11px;
  border-radius: 0;
  color: inherit;
  font-weight: 700;
}

.action-icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px 26px;
}

.like-icon {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_feed_like_gray_new.png");
}

.post-action.liked .like-icon {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_feed_like_blue_new.png");
}

.comment-icon {
  border: 0;
  background-image: url("/apk-res/res/drawable-xhdpi/ic_feed_comment_normal_new.png");
}

.greet-icon {
  border: 0;
  background-image: url("/apk-res/res/drawable-xhdpi/ic_feed_online_greet.png");
}

.like-icon::before,
.like-icon::after,
.comment-icon::after,
.greet-icon::after {
  display: none;
}

.more-dots {
  width: 30px;
  height: 30px;
  background: url("/apk-res/res/drawable-xhdpi/ic_feed_more_normal_new.png") center / 24px 24px no-repeat;
}

.more-dots::before {
  display: none;
}

.post-action:active,
.post-action.feedback-active {
  color: var(--native-blue);
  background: transparent;
}

.home-comments-sheet {
  position: absolute;
  inset: 0;
  /* Profile pages sit at 20. Comments must remain the active interaction layer. */
  z-index: 40;
  background: #fff;
}

/* Actions opened from a comment or profile must stay above both parent layers. */
.home-action-sheet {
  z-index: 50;
}

.home-comments-sheet .home-sheet-backdrop {
  display: none;
}

.home-comments-sheet .home-sheet-card {
  inset: 0;
  max-height: none;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.home-comments-sheet .home-sheet-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  width: auto;
  height: 78px;
  padding: 0;
  display: block;
  box-sizing: border-box;
  border: 0;
  pointer-events: none;
  background: #fff;
}

.home-comments-fixed-head {
  height: 100%;
  margin: 0;
  color: var(--native-ink);
  pointer-events: auto;
}

.home-comments-sheet .home-sheet-close {
  position: absolute;
  left: 15px;
  top: 35px;
  z-index: 5;
  width: 31px;
  height: 36px;
  border: 0;
  border-radius: 18px;
  pointer-events: auto;
  background: transparent;
}

.home-comments-sheet .home-sheet-close::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 13px;
  height: 13px;
  border-radius: 0;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  background: transparent;
  transform: rotate(45deg);
}

.home-comments-sheet .home-sheet-close::after {
  display: none;
}

.home-comments-content {
  height: 100%;
  max-height: none;
  overflow-y: auto;
  scrollbar-width: none;
  padding-top: 71px;
  padding-bottom: 74px;
  box-sizing: border-box;
  background: #fff;
}

.home-comments-content::-webkit-scrollbar {
  display: none;
}

.home-comment-detail-post {
  padding-top: 8px;
}

.comment-fixed-head {
  min-height: 50px;
  padding-top: 33px;
  padding-left: 51px;
  padding-right: 15px;
  grid-template-columns: 40px minmax(0, 1fr) auto 36px;
  column-gap: 5px;
  box-sizing: border-box;
  background: #fff;
}

.comment-fixed-head .post-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: visible;
}

.comment-fixed-head .post-avatar .avatar-img {
  border-radius: 50%;
}

.comment-author-avatar::after {
  content: "♂";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #49d4e8;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
}

.comment-author-avatar.female::after {
  content: "♀";
  background: var(--native-pink);
}

.comment-fixed-head .post-name {
  font-size: 21px;
  line-height: 1.1;
}

.comment-detail-subtitle {
  margin-top: 2px;
  display: block;
  color: var(--native-muted);
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-detail-follow {
  width: 59px;
  height: 31px;
  margin-right: 10px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: var(--native-blue);
  font-size: 18px;
  font-weight: 800;
}

.comment-detail-more {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 18px;
  background: #f6f6f6;
}

.home-comment-detail-post .post-text {
  margin-top: 7px;
  margin-bottom: 8px;
}

.home-comment-detail-post .media-grid.count-2,
.home-comment-detail-post .media-grid.count-4 {
  width: min(241px, 100%);
  gap: 3px;
}

.home-comment-detail-post .post-time {
  margin-top: 8px;
}

.comment-detail-actions {
  height: 40px;
  grid-template-columns: 92px 92px minmax(110px, 1fr);
}

.comment-detail-actions .post-action {
  min-height: 40px;
}

.comment-detail-actions .action-icon {
  width: 24px;
  height: 24px;
  background-size: 22px 22px;
}

.home-comments-native-list {
  border-top: 7px solid #f7f7f7;
  background: #fff;
}

.home-comments-native-title {
  min-height: 20px;
  margin: 15px 15px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-comments-native-title strong {
  color: var(--native-ink);
  font-size: 18px;
  font-weight: 500;
}

.home-comments-native-title button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 0;
  color: var(--native-muted);
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.home-comments-native-title button span {
  width: 17px;
  height: 17px;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  background: url("/apk-res/res/drawable-xhdpi/icon_feed_comment_sort.png") center / contain no-repeat;
}

.home-comments-source {
  padding: 0 15px 10px;
  border: 0;
  color: var(--native-muted);
  font-size: 12px;
}

.home-comment-row {
  padding: 0;
  display: block;
  border: 0;
}

.home-comment-item {
  position: relative;
  min-height: 48px;
  margin: 0 15px 12px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 38px;
  column-gap: 12px;
}

.home-comment-row.child .home-comment-item {
  margin-left: 0;
  margin-right: 0;
  grid-template-columns: 36px minmax(0, 1fr) 38px;
}

.home-comment-row.child .home-comment-avatar {
  width: 36px;
  height: 36px;
}

.home-comment-avatar {
  width: 36px;
  height: 36px;
  margin-top: 2px;
  border-radius: 50%;
  color: #fff;
  background: #e8e8e8;
  font-size: 15px;
  overflow: hidden;
}

.home-comment-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-comment-top {
  min-height: 18px;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}

.home-comment-top strong {
  max-width: 100%;
  color: var(--native-muted);
  font-size: 14px;
  font-weight: 700;
}

.home-comment-author-label {
  height: 16px;
  padding: 0 6px;
  border-radius: 8px;
  color: #848484;
  background: #f7f7f7;
  font-size: 10px;
  line-height: 16px;
}

.home-comment-main p {
  margin: 3px 10px 0 0;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 1.42;
}

.home-comment-emotion-image {
  width: 80px;
  height: 80px;
  margin-top: 5px;
  object-fit: contain;
}

.home-comment-meta {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--native-muted);
  font-size: 14px;
}

.home-comment-meta button {
  padding: 0;
  border: 0;
  color: var(--native-muted);
  background: transparent;
  font-size: 14px;
  font-weight: 700;
}

.native-comment-delete {
  display: inline-flex;
  align-items: center;
}

.home-comment-like {
  margin-top: -8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--native-muted);
  font-size: 12px;
}

.comment-like-button {
  width: 38px;
  height: 38px;
  border: 0;
  background: url("/apk-res/res/drawable-xhdpi/ic_feed_like_gray_new.png") center / 22px 22px no-repeat;
}

.comment-like-button.liked {
  background-image: url("/apk-res/res/drawable-xhdpi/ic_feed_like_blue_new.png");
}

.home-comment-children {
  margin: 0 15px 12px 63px;
}

.home-comment-child-more {
  margin: 3px 0 0 32px;
  padding: 0;
  border: 0;
  color: var(--native-blue);
  background: transparent;
  font-size: 14px;
}

.home-comment-row:not(.child)::after {
  content: "";
  display: block;
  height: 1px;
  margin: 3px 15px 15px 63px;
  background: var(--native-line);
  transform: scaleY(0.5);
}

.home-comment-composer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 24;
  min-height: 369px;
  padding: 10px 15px;
  display: block;
  border: 0;
  background: var(--native-faint);
}

.home-comment-float-trigger {
  display: none;
}

.home-comment-composer[data-comment-state="collapsed"] {
  min-height: 86px;
  padding: 0 15px 18px;
  pointer-events: none;
  background: transparent;
}

.home-comment-composer[data-comment-state="collapsed"] .home-comment-input-shell,
.home-comment-composer[data-comment-state="collapsed"] .home-comment-picker,
.home-comment-composer[data-comment-state="collapsed"] .home-comment-cancel-reply,
.home-comment-composer[data-comment-state="collapsed"] .home-comment-write-result {
  display: none;
}

.home-comment-composer[data-comment-state="collapsed"] .home-comment-float-trigger {
  position: absolute;
  right: 15px;
  bottom: 18px;
  min-width: 96px;
  height: 52px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #e9edf3;
  border-radius: 28px;
  pointer-events: auto;
  color: #323333;
  background: #fff;
  box-shadow: 0 3px 14px rgba(31, 40, 55, 0.07);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.home-comment-pencil {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.home-comment-pencil::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 18px;
  height: 6px;
  border: 3px solid currentColor;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  transform: rotate(-38deg);
}

.home-comment-pencil::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 2px;
  width: 17px;
  height: 3px;
  border-radius: 3px;
  background: currentColor;
}

.home-comment-composer[data-comment-state="expanded"] .home-comment-float-trigger {
  display: none;
}

.home-comment-input-shell {
  height: 48px;
  min-height: 48px;
  padding: 7px 8px 7px 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 4px;
  border-radius: 25px;
  background: #fff;
  box-sizing: border-box;
}

.home-comment-composer .home-comment-input-shell textarea {
  min-height: 32px;
  max-height: 32px;
  padding: 0 4px;
  border: 0;
  color: #1e1e1e;
  background: transparent;
  font-size: 16px;
  line-height: 32px;
}

.home-comment-tool-row {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.home-comment-composer .home-comment-tool {
  width: 36px;
  min-width: 36px;
  height: 34px;
  border: 0;
  border-radius: 17px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
}

.home-comment-tool.at {
  background-image: url("/apk-res/res/drawable/ic_comment_at.xml");
}

.home-comment-tool.emoji {
  background-image: url("/apk-res/res/drawable/ic_chat_emote_normal.xml");
}

.home-comment-tool.at::before,
.home-comment-tool.emoji::before,
.home-comment-tool.emoji::after {
  display: none;
}

.home-comment-composer .home-comment-send {
  width: auto;
  min-width: 56px;
  height: 34px;
  min-height: 34px;
  padding: 0 9px;
  border-radius: 17px;
  color: #fff;
  background: var(--native-blue);
  font-size: 14px;
  font-weight: 800;
}

.home-comment-cancel-reply {
  margin-top: 6px;
}

.home-comment-write-result {
  margin-top: 4px;
}

.home-comment-picker {
  margin: 0 0 8px;
  border-radius: 12px;
  background: #fff;
}

.home-comment-picker.emoji {
  height: 310px;
  margin: 10px -15px 0;
  border-radius: 0;
  overflow: hidden;
}

.home-comment-picker.emoji .home-comment-emotion-store,
.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-store {
  width: 60px;
  height: 51px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.home-comment-picker.emoji .home-comment-emotion-delete,
.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-delete {
  display: none;
}

.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-tabs .home-comment-emotion-tab,
.home-comment-picker.emoji .home-comment-emotion-tabs .home-comment-emotion-tab {
  flex: 0 0 52px;
  min-width: 52px;
  width: 52px;
  height: 51px;
  min-height: 51px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-tabs .home-comment-emotion-tab.active,
.home-comment-picker.emoji .home-comment-emotion-tabs .home-comment-emotion-tab.active {
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.04);
}

.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-tab-icon,
.home-comment-picker.emoji .home-comment-emotion-tab-icon {
  width: 52px;
  height: 51px;
  background-size: 31px 31px;
}

.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-tab-img,
.home-comment-picker.emoji .home-comment-emotion-tab-img {
  width: 34px;
  height: 34px;
  margin: 8px auto 0;
}

.home-comment-composer .home-comment-send {
  height: 34px;
  min-height: 34px;
  padding: 0 11px;
  box-sizing: border-box;
  line-height: 34px;
}

.home-comment-composer button.home-comment-send[type="submit"] {
  height: 34px;
  min-height: 34px;
  border-radius: 17px;
  padding: 0 11px;
  box-sizing: border-box;
  line-height: 34px;
}

.home-comments-more {
  width: calc(100% - 30px);
  margin: 0 15px 18px;
  color: var(--native-muted);
  background: transparent;
  font-size: 14px;
}

/* NearbyFeed FeedDetailPage pass.
   Evidence:
   - captures/phone_ui/phone_current_20260628.png+xml: LuaView detail page, 1080px width,
     nav [0,77][1080,215], media grid [41,373][1038,1034], action row [0,1120][1080,1230].
   - captures/lua_evidence/NearbyFeed_1027800001/sources/CommentViewLayout.lua bytecode:
     v2/feed/comment/comments, api/feed/v2/comment/publish, CommentHeaderCell, VideoCommentCell.
   - analysis/jadx/resources/res/layout/input_panel_comment_feed.xml:
     15dp side margins, 10dp vertical margin, 7.5dp inner padding, 25dp white rounded input,
     @ icon, emote icon, 200dp native input panel. */
.home-comments-sheet .home-sheet-card {
  color: var(--native-ink);
}

.home-comments-content {
  padding-top: 78px;
}

.home-comment-detail-post {
  padding: 0 15px;
}

.home-comment-detail-post .post-text {
  margin: 10px 0 12px;
  color: #323333;
  font-size: 20px;
  line-height: 1.44;
  font-weight: 500;
}

.home-comment-detail-post .media-grid.count-3,
.home-comment-detail-post .media-grid.count-5,
.home-comment-detail-post .media-grid.count-6,
.home-comment-detail-post .media-grid.count-7,
.home-comment-detail-post .media-grid.count-8,
.home-comment-detail-post .media-grid.count-9 {
  width: 100%;
  gap: 3px;
}

.home-comment-detail-post .media-grid.count-3 .media-grid-cell,
.home-comment-detail-post .media-grid.count-5 .media-grid-cell,
.home-comment-detail-post .media-grid.count-6 .media-grid-cell,
.home-comment-detail-post .media-grid.count-7 .media-grid-cell,
.home-comment-detail-post .media-grid.count-8 .media-grid-cell,
.home-comment-detail-post .media-grid.count-9 .media-grid-cell {
  border-radius: 4px;
}

.home-comment-detail-post .post-time {
  margin: 12px 0 0;
  color: #aaaaaa;
  font-size: 16px;
  line-height: 22px;
}

.comment-detail-actions {
  height: 49px;
  margin: 8px -15px 0;
  padding: 0 15px;
  grid-template-columns: 87px 87px minmax(120px, 1fr);
  border-bottom: 4px solid #f7f7f7;
}

.comment-detail-actions .post-action {
  min-height: 49px;
  gap: 10px;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 700;
}

.home-comments-native-list {
  border-top: 0;
}

.home-comments-native-title {
  height: 54px;
  min-height: 54px;
  margin: 0 15px;
}

.home-comments-native-title strong {
  font-size: 18px;
  line-height: 54px;
  font-weight: 500;
}

.home-comments-native-title button {
  height: 54px;
  font-size: 16px;
  line-height: 54px;
}

.home-comment-item {
  min-height: 68px;
  margin: 0 15px 14px;
  grid-template-columns: 36px minmax(0, 1fr) 38px;
  column-gap: 12px;
}

.home-comment-avatar {
  width: 36px;
  height: 36px;
  margin-top: 0;
  font-size: 14px;
}

.home-comment-top strong {
  color: #aaaaaa;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.home-comment-main p {
  margin: 2px 10px 0 0;
  color: #000;
  font-size: 17px;
  line-height: 1.38;
  font-weight: 500;
}

.home-comment-meta {
  margin-top: 5px;
  gap: 9px;
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
}

.home-comment-meta button {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.home-comment-like {
  margin-top: -1px;
  font-size: 12px;
  line-height: 16px;
}

.comment-like-button {
  width: 32px;
  height: 32px;
  background-size: 23px 23px;
}

.home-comment-row:not(.child)::after {
  margin: 4px 0 15px 63px;
  background: #f0f0f0;
}

.home-comment-children {
  margin: 0 0 12px 63px;
}

.home-comment-composer[data-comment-state="expanded"] {
  min-height: 67px;
  padding: 10px 15px;
  background: #f3f3f3;
}

.home-comment-composer[data-comment-state="expanded"]:has(.home-comment-picker:not([hidden])) {
  min-height: 369px;
}

.home-comment-input-shell {
  height: 48px;
  padding: 7.5px;
  border-radius: 25px;
}

.home-comment-composer .home-comment-input-shell textarea {
  margin-left: 5px;
  margin-right: 3px;
  text-align: left;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 33px;
}

.home-comment-composer .home-comment-tool {
  width: 37px;
  min-width: 37px;
  height: 33px;
  background-size: 25px 25px;
}

.home-comment-composer .home-comment-send,
.home-comment-composer button.home-comment-send[type="submit"] {
  min-width: 62px;
  height: 36px;
  min-height: 36px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 36px;
}

/* Native evidence: fragment_main_tab_session.xml + uia dump appbar_id [0,0][1080,213],
   active_rv [0,212][1080,460], listitem_session.xml. */
.home-view.message-mode .message-page.message-list-mode {
  background:
    linear-gradient(180deg, #fff2df 0 77px, #fff 77px 100%);
}

.message-page.message-list-mode .message-header {
  top: 27px;
  height: 50px;
  background: transparent;
  backdrop-filter: none;
}

.message-page.message-list-mode .message-tabs {
  height: 50px;
  gap: 22px;
}

.message-page.message-list-mode .message-tab {
  color: rgba(50, 51, 51, 0.42);
  font-size: 27px;
  line-height: 50px;
  font-weight: 700;
}

.message-page.message-list-mode .message-tab.active {
  color: #323333;
  font-size: 30px;
  font-weight: 900;
}

.message-page.message-list-mode .message-tab.active::after,
.message-page.message-list-mode .message-tab-badge {
  display: none;
}

.message-page.message-list-mode .message-actions {
  gap: 10px;
}

.message-page.message-list-mode .message-round {
  width: 52px;
  height: 52px;
  color: #282d35;
  background: #fff;
  box-shadow: none;
}

.message-page.message-list-mode .message-scroller {
  top: 77px;
  bottom: 57px;
  background: #fff;
}

.message-page.message-list-mode .message-card-strip {
  gap: 11px;
  height: 95px;
  padding: 0 0 5px 15px;
  background: #fff;
}

.message-page.message-list-mode .message-card {
  flex: 0 0 190px;
  height: 90px;
  border-radius: 14px;
  overflow: hidden;
  color: #333842;
  background: #ffd9d5;
}

.message-page.message-list-mode .message-card.video {
  flex-basis: 145px;
  background: #f6b5e9;
}

.message-page.message-list-mode .message-card.truth {
  flex-basis: 150px;
  background: #ddd7ff;
}

.message-page.message-list-mode .message-card.brain {
  flex-basis: 150px;
  background: #ffe1c4;
}

.message-page.message-list-mode .message-card.text,
.message-page.message-list-mode .message-card.module {
  flex-basis: 150px;
}

.message-page.message-list-mode .message-card[style*="background-image"] {
  background-position: center;
  background-size: cover;
}

.message-page.message-list-mode .message-card[style*="background-image"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.18));
}

.message-page.message-list-mode .message-card-copy {
  left: 70px;
  top: 13px;
  right: 10px;
  z-index: 2;
}

.message-page.message-list-mode .message-card.video .message-card-copy,
.message-page.message-list-mode .message-card.truth .message-card-copy,
.message-page.message-list-mode .message-card.brain .message-card-copy {
  left: 18px;
}

.message-page.message-list-mode .message-card-copy h3 {
  color: #333842;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.message-page.message-list-mode .message-card-copy p {
  margin-top: 4px;
  color: rgba(54, 58, 66, 0.62);
  font-size: 13px;
  line-height: 1.2;
}

.message-page.message-list-mode .message-card-face {
  left: 12px;
  top: 18px;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.25);
  background-position: center;
  background-size: cover;
}

.message-page.message-list-mode .message-card[style*="background-image"] .message-card-mascot {
  display: none;
}

.message-page.message-list-mode .message-card-action {
  left: 15px;
  bottom: 8px;
  min-width: 86px;
  height: 30px;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 30px;
  color: #333842;
  background: #fff;
  font-size: 17px;
}

.message-page.message-list-mode .message-card-action:active {
  color: #333842;
  background: #f7f7f7;
}

.message-page.message-list-mode .message-card-mascot {
  right: 7px;
  bottom: -2px;
  width: 64px;
  height: 58px;
}

.message-page.message-list-mode .message-list {
  background: #fff;
}

.message-page.message-list-mode .message-session {
  min-height: 74px;
  padding: 8px 15px;
  grid-template-columns: 65px minmax(0, 1fr) 42px;
  column-gap: 12px;
}

.message-page.message-list-mode .session-avatar {
  width: 55px;
  height: 55px;
}

.message-page.message-list-mode .session-title-row h3 {
  color: #323333;
  font-size: 19px;
  line-height: 1.15;
  font-weight: 800;
}

.message-page.message-list-mode .session-main p {
  margin-top: 7px;
  color: #9fa1a6;
  font-size: 15px;
  line-height: 1.18;
}

.message-page.message-list-mode .session-time {
  color: #aaaeb5;
  font-size: 15px;
}

.message-page.message-list-mode .session-unread {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  background: #ff514c;
  font-size: 15px;
  line-height: 24px;
}

.message-page.message-list-mode .session-red-dot {
  width: 8px;
  height: 8px;
  background: #ff514c;
}

/* Native evidence: phone_messages_chatnow_20260628.uia.xml appbar_id
   [0,0][1080,213], RecyclerView [0,209][1080,2139],
   fragment_main_tab_session.xml, listitem_session_top_child_big_item_model.xml,
   HomeSquare GameFuncView.lua vchatGame.games. */
.home-view.message-mode .message-page.chat-now-mode {
  background:
    linear-gradient(180deg, #fff0dc 0 77px, #fff 77px 100%);
}

.message-page.chat-now-mode .message-header {
  top: 27px;
  height: 50px;
  background: transparent;
  backdrop-filter: none;
}

.message-page.chat-now-mode .message-tabs {
  height: 50px;
  gap: 22px;
}

.message-page.chat-now-mode .message-tab {
  color: rgba(50, 51, 51, 0.42);
  font-size: 27px;
  line-height: 50px;
  font-weight: 700;
}

.message-page.chat-now-mode .message-tab.active {
  color: #323333;
  font-size: 30px;
  font-weight: 900;
}

.message-page.chat-now-mode .message-tab-badge {
  right: -24px;
  top: -4px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  font-size: 14px;
  line-height: 22px;
}

.message-page.chat-now-mode .message-actions {
  gap: 14px;
}

.message-page.chat-now-mode .message-round {
  width: 52px;
  height: 52px;
  color: #282d35;
  background: #fff;
  box-shadow: none;
}

.message-page.chat-now-mode .benefit-card-btn {
  height: 52px;
  padding: 0 18px 0 15px;
  gap: 10px;
  color: #333842;
  background: #fff;
  font-size: 22px;
  font-weight: 700;
  box-shadow: none;
}

.message-page.chat-now-mode .message-scroller {
  top: 77px;
  bottom: 57px;
  background: #fff;
}

.message-page.chat-now-mode .chat-now-scroller {
  padding: 0 15px 28px;
}

.message-page.chat-now-mode .chat-now-status,
.message-page.chat-now-mode .chat-now-status.visible {
  min-height: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  opacity: 0;
}

.message-page.chat-now-mode .chat-voice-card {
  height: 263px;
  margin: 0 0 30px;
  border-radius: 15px;
  background-color: #fff0de;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.message-page.chat-now-mode .chat-voice-card::after {
  top: 34px;
  width: 154px;
  height: 154px;
  border-width: 2px;
}

.message-page.chat-now-mode .chat-level {
  left: 22px;
  top: 18px;
  height: 34px;
  padding: 0 14px 0 10px;
  gap: 8px;
  border-width: 1px;
  font-size: 18px;
}

.message-page.chat-now-mode .level-mark {
  width: 24px;
  height: 24px;
  border-width: 4px;
}

.message-page.chat-now-mode .voice-avatar {
  top: 61px;
  width: 92px;
  height: 92px;
}

.message-page.chat-now-mode .voice-sticker {
  left: calc(50% + 4px);
  top: 34px;
  width: 88px;
  height: 45px;
  border-radius: 16px;
  font-size: 17px;
  transform: rotate(31deg);
}

.message-page.chat-now-mode .voice-title {
  top: 151px;
  font-size: 21px;
  line-height: 1.2;
}

.message-page.chat-now-mode .voice-call-btn {
  bottom: 30px;
  width: 180px;
  height: 58px;
  gap: 12px;
  background: #ff6870;
  font-size: 22px;
}

.message-page.chat-now-mode .mini-face {
  width: 42px;
  height: 42px;
}

.message-page.chat-now-mode .mini-face.one { left: 72px; top: 80px; }
.message-page.chat-now-mode .mini-face.two { left: 50px; top: 116px; }
.message-page.chat-now-mode .mini-face.three { right: 74px; top: 24px; }
.message-page.chat-now-mode .mini-face.four { right: 47px; top: 116px; }

.message-page.chat-now-mode .chat-now-section {
  margin: 0 0 30px;
}

.message-page.chat-now-mode .chat-now-section h2 {
  margin: 0 0 16px;
  color: #333842;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.message-page.chat-now-mode .match-chat-grid {
  gap: 6px;
}

.message-page.chat-now-mode .match-card {
  height: 95px;
  padding: 16px 8px 0 15px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.message-page.chat-now-mode .match-card[style] i {
  display: none;
}

.message-page.chat-now-mode .match-card strong {
  font-size: 20px;
  line-height: 1.12;
}

.message-page.chat-now-mode .match-card span {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.15;
}

.message-page.chat-now-mode .game-match-grid {
  gap: 6px;
}

.message-page.chat-now-mode .game-card {
  height: 86px;
  padding: 13px 8px 0 15px;
  border-radius: 8px;
  background-color: #e5eaff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.message-page.chat-now-mode .game-card strong {
  max-width: 112px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.12;
  text-overflow: ellipsis;
}

.message-page.chat-now-mode .game-card span {
  margin-top: 2px;
  max-width: 116px;
  font-size: 14px;
  line-height: 1.15;
}

.message-page.chat-now-mode .game-card em {
  left: 13px;
  bottom: 8px;
  height: 23px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 23px;
}

.message-page.chat-now-mode .game-card i.real-icon {
  right: 12px;
  bottom: 12px;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.message-page.chat-now-mode .game-card i.real-icon::before,
.message-page.chat-now-mode .game-card i.real-icon::after {
  display: none;
}

.message-page.chat-now-mode .section-row {
  align-items: center;
}

.message-page.chat-now-mode .create-room-btn {
  color: #b6b8bf;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
}

.message-page.chat-now-mode #gameMatchSection {
  display: none !important;
}

.message-page.chat-now-mode .room-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.message-page.chat-now-mode .room-card {
  position: relative;
  display: flex;
  min-height: 186px;
  padding: 18px 13px 13px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.78) 0 34px, transparent 35px),
    linear-gradient(135deg, #eaf0ff 0%, #dce4ff 100%);
  background-size: cover;
  background-position: center;
  box-shadow: none;
}

.message-page.chat-now-mode .room-card.lilac {
  background:
    radial-gradient(circle at 24% 22%, rgba(255, 255, 255, 0.74) 0 34px, transparent 35px),
    linear-gradient(135deg, #efeaff 0%, #e2dcff 100%);
  background-size: cover;
  background-position: center;
}

.message-page.chat-now-mode .room-card strong {
  position: relative;
  z-index: 2;
  max-width: 132px;
  margin-top: 52px;
  padding-top: 0;
  color: #333842;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
}

.message-page.chat-now-mode .room-card .room-sound,
.message-page.chat-now-mode .room-card .room-hot {
  left: 12px;
  top: 13px;
}

.message-page.chat-now-mode .room-card .room-meta {
  left: 12px;
  right: 10px;
  bottom: 12px;
  justify-content: space-between;
  gap: 8px;
}

.message-page.chat-now-mode .room-card .room-avatars {
  min-width: 58px;
}

.message-page.chat-now-mode .room-card .room-avatars i {
  width: 30px;
  height: 30px;
  margin-right: -10px;
  background-size: cover;
  background-position: center;
}

.message-page.chat-now-mode .room-card .room-online {
  max-width: 88px;
  height: 28px;
  padding: 0 11px;
  color: #7b7897;
  background: rgba(202, 207, 255, 0.92);
  font-size: 12px;
  line-height: 28px;
}

.message-page.chat-now-mode .room-cover {
  display: none;
}

.chat-now-result-status {
  margin: 12px 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f4f7ff;
  color: #2f3b55;
  font-size: 12px;
}

.chat-now-result-status strong {
  display: block;
  color: #22252b;
  font-size: 14px;
  line-height: 1.35;
}

.chat-now-result-status span {
  display: block;
  margin-top: 4px;
  color: #8c93a3;
}

.chat-now-result-status.error {
  background: #fff1f1;
  color: #a33a3a;
}

.chat-now-result-status a {
  color: #4b76ff;
  text-decoration: none;
}

.chat-now-result-card {
  margin-top: 10px;
  padding: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #eef0f4;
}

.chat-now-result-card h3 {
  margin: 0;
  color: #22252b;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.chat-now-result-card p {
  margin: 6px 0 0;
  color: #8b909c;
  font-size: 13px;
  line-height: 1.45;
}

.chat-now-result-hero {
  min-height: 110px;
  padding: 18px 14px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #6f7dff 0%, #ff7da1 100%);
}

.chat-now-result-hero h3,
.chat-now-result-hero p {
  color: #fff;
}

.chat-now-result-avatars {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.chat-now-result-avatars i {
  width: 32px;
  height: 32px;
  margin-right: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #eef0f5 center / cover no-repeat;
}

.chat-now-result-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: #8b909c;
  font-size: 12px;
}

.chat-now-result-line b {
  max-width: 190px;
  overflow: hidden;
  color: #31343b;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-now-mask-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 12px;
}

.chat-now-mask-option {
  display: grid;
  min-height: 82px;
  padding: 8px 5px;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  background: #fafbfe;
  color: #343842;
  place-items: center;
}

.chat-now-mask-option.selected {
  border-color: #7b8cff;
  background: #f0f3ff;
}

.chat-now-mask-option img,
.chat-now-mask-option span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8ebf4;
}

.chat-now-mask-option em {
  max-width: 100%;
  margin-top: 6px;
  overflow: hidden;
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-now-result-card.mask-chat {
  min-height: 178px;
  overflow: hidden;
  background: linear-gradient(135deg, #f6eaff 0%, #eef2ff 100%) center / cover no-repeat;
}

.chat-now-result-notice {
  color: #5a5f6f !important;
  font-weight: 700;
}

.chat-now-result-pill {
  display: inline-flex;
  height: 30px;
  align-items: center;
  margin-top: 12px;
  padding: 0 13px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  color: #656b78;
  font-size: 13px;
  font-weight: 700;
}

.chat-now-result-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.chat-now-result-metrics span {
  min-width: 0;
  padding: 8px 6px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.chat-now-result-metrics b,
.chat-now-result-metrics em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-now-result-metrics b {
  color: #2f3340;
  font-size: 15px;
}

.chat-now-result-metrics em {
  color: #8b909c;
  font-size: 10px;
  font-style: normal;
}

.chat-now-result-card.text-chat code {
  display: block;
  max-height: 72px;
  margin-top: 10px;
  overflow: auto;
  padding: 9px;
  border-radius: 8px;
  background: #f7f8fb;
  color: #555c6b;
  font-size: 11px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.chat-now-result-card.room-profile article {
  display: flex;
  gap: 12px;
  align-items: center;
}

.chat-now-result-card.room-profile img {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border-radius: 12px;
  object-fit: cover;
  background: #edf0f5;
}

.chat-now-result-card.room-profile .home-write-btn {
  margin-top: 9px;
}

.chat-now-result-props {
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  background: #f8f9fc;
}

.chat-now-result-props div {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 8px;
  padding: 4px 0;
  color: #5b6270;
  font-size: 12px;
}

.chat-now-result-props dt {
  color: #9aa0ad;
}

.chat-now-result-props dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.chat-now-result-note {
  color: #9aa0ad !important;
  font-size: 12px !important;
}

/* Native evidence: phone_universe_main_20260628.png +
   phone_universe_main_20260628.uia.xml.
   Static basis: fragment_universe_lua.xml, layout_universe_home_tab_menu.xml,
   UniverseFeedPage.lua, UnivReqHandler.lua. */
.home-view.universe-mode .universe-page.feed-mode {
  background:
    linear-gradient(111deg, #fff5c7 0%, #fffdf6 48%, #e0faee 100%) 0 0 / 100% 132px no-repeat,
    #fff;
}

.home-view.universe-mode .universe-page.feed-mode .universe-header {
  top: 39px;
  left: 15px;
  right: 13px;
  height: 54px;
  background: transparent;
  backdrop-filter: none;
}

.home-view.universe-mode .universe-page.feed-mode .universe-title-tabs {
  height: 54px;
  gap: 22px;
  align-items: center;
}

.home-view.universe-mode .universe-page.feed-mode .universe-title-tab {
  height: 54px;
  color: #999999;
  font-size: 22px;
  line-height: 54px;
  font-weight: 500;
}

.home-view.universe-mode .universe-page.feed-mode .universe-title-tab.active {
  color: #242729;
  font-size: 25px;
  font-weight: 800;
}

.home-view.universe-mode .universe-page.feed-mode .universe-title-tab.active::after {
  display: none;
}

.home-view.universe-mode .universe-page.feed-mode .universe-actions {
  gap: 13px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-action {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 3px 14px rgba(124, 131, 148, 0.08);
}

.home-view.universe-mode .universe-page.feed-mode .universe-filter-row {
  left: 15px;
  top: 99px;
  height: 36px;
  gap: 15px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-filter {
  height: 32px;
  min-width: 52px;
  padding: 0 12px;
  border-radius: 17px;
  color: #9b9b9b;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}

.home-view.universe-mode .universe-page.feed-mode .universe-filter.active {
  color: #323333;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 0 0 1px #eceef3;
}

.home-view.universe-mode .universe-page.feed-mode .universe-filter.active::after {
  display: none;
}

.home-view.universe-mode .universe-page.feed-mode .universe-scroller {
  top: 137px;
  bottom: 57px;
  background: #fff;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post {
  padding: 15px 15px 0;
  background: #fff;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post + .universe-post {
  border-top: 4px solid #f7f7f7;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-head {
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 11px;
  min-height: 45px;
  align-items: center;
}

.home-view.universe-mode .universe-page.feed-mode .universe-avatar {
  width: 40px;
  height: 40px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-user h3 {
  color: #323333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-user span {
  margin-top: 1px;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-text {
  margin: 15px 0 0;
  color: #333333;
  font-size: 18px;
  line-height: 1.38;
  font-weight: 500;
}

.home-view.universe-mode .universe-page.feed-mode .universe-media {
  margin-top: 13px;
  gap: 5px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-media.image-count-1 {
  width: 156px;
  max-width: calc(100% - 30px);
}

.home-view.universe-mode .universe-page.feed-mode .universe-media.image-count-1 img {
  aspect-ratio: 1 / 1;
}

.home-view.universe-mode .universe-page.feed-mode .universe-media img {
  border-radius: 4px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-actions {
  min-height: 58px;
  grid-template-columns: 84px 84px minmax(0, 1fr) auto;
  gap: 4px;
  color: #ababab;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-action {
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.feed-mode .universe-like-icon,
.home-view.universe-mode .universe-page.feed-mode .universe-comment-icon {
  width: 28px;
  height: 28px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-star-action {
  width: auto;
  height: 44px;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  color: #ababab;
  font-size: 16px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.feed-mode .universe-spark-icon {
  width: 32px;
  height: 32px;
}

.home-view.universe-mode .universe-page.feed-mode .universe-spark-count {
  min-width: 0;
  color: #ababab;
  white-space: nowrap;
}

.home-view.universe-mode .universe-page.feed-mode .universe-post-meta {
  display: none;
}

.home-view.universe-mode .universe-page.feed-mode .universe-compose {
  right: 15px;
  bottom: 71px;
  height: 52px;
  min-width: 118px;
  padding: 0 18px;
  border-radius: 26px;
  gap: 9px;
  background: #4e7fff;
  box-shadow: 0 6px 18px rgba(78, 127, 255, 0.24);
  font-size: 18px;
  font-weight: 800;
}

/* Native evidence: phone_universe_follow_20260628.png.
   uiautomator was blocked by Android idle-state on this animated page; keep
   screenshot-backed values here until an XML dump is available. */
.home-view.universe-mode .universe-page.follow-mode {
  background:
    linear-gradient(111deg, #fff5c7 0%, #fffdf6 48%, #e0faee 100%) 0 0 / 100% 132px no-repeat,
    #fff;
}

.home-view.universe-mode .universe-page.follow-mode .universe-header,
.home-view.universe-mode .universe-page.wave-mode .universe-header {
  top: 39px;
  left: 15px;
  right: 13px;
  height: 54px;
  background: transparent;
  backdrop-filter: none;
}

.home-view.universe-mode .universe-page.follow-mode .universe-title-tabs,
.home-view.universe-mode .universe-page.wave-mode .universe-title-tabs {
  height: 54px;
  gap: 22px;
  align-items: center;
}

.home-view.universe-mode .universe-page.follow-mode .universe-title-tab,
.home-view.universe-mode .universe-page.wave-mode .universe-title-tab {
  height: 54px;
  color: #999999;
  font-size: 22px;
  line-height: 54px;
  font-weight: 500;
}

.home-view.universe-mode .universe-page.follow-mode .universe-title-tab.active,
.home-view.universe-mode .universe-page.wave-mode .universe-title-tab.active {
  color: #242729;
  font-size: 25px;
  font-weight: 800;
}

.home-view.universe-mode .universe-page.follow-mode .universe-title-tab.active::after,
.home-view.universe-mode .universe-page.wave-mode .universe-title-tab.active::after {
  display: none;
}

.home-view.universe-mode .universe-page.follow-mode .universe-scroller {
  top: 112px;
  bottom: 57px;
  background: #fff;
}

.home-view.universe-mode .universe-page.follow-mode .follow-page-body {
  padding: 58px 15px 0;
}

.home-view.universe-mode .universe-page.follow-mode .follow-page-body > h2 {
  color: #323333;
  font-size: 19px;
  line-height: 24px;
  font-weight: 800;
}

.home-view.universe-mode .universe-page.follow-mode .follow-list {
  margin-top: 74px;
}

.home-view.universe-mode .universe-page.follow-mode .follow-post + .follow-post {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 4px solid #f7f7f7;
}

.home-view.universe-mode .universe-page.follow-mode .follow-post-head {
  grid-template-columns: 42px minmax(0, 1fr) 64px;
  column-gap: 11px;
  align-items: center;
}

.home-view.universe-mode .universe-page.follow-mode .follow-avatar {
  width: 40px;
  height: 40px;
}

.home-view.universe-mode .universe-page.follow-mode .follow-user h3 {
  color: #323333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.follow-mode .follow-badges {
  margin-top: 6px;
  min-height: 18px;
}

.home-view.universe-mode .universe-page.follow-mode .follow-button {
  width: 62px;
  height: 36px;
  min-height: 36px;
  border-radius: 18px;
  color: #8d8d8d;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.follow-mode .follow-text {
  margin-top: 18px;
  color: #333333;
  font-size: 18px;
  line-height: 1.42;
  font-weight: 500;
}

.home-view.universe-mode .universe-page.follow-mode .follow-image-grid {
  width: min(218px, 100%);
  margin-top: 16px;
  border-radius: 4px;
}

.home-view.universe-mode .universe-page.follow-mode .follow-image-grid.count-1 img {
  aspect-ratio: 16 / 9;
}

.home-view.universe-mode .universe-page.follow-mode .follow-meta {
  margin-top: 14px;
  color: #a9a9a9;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.home-view.universe-mode .universe-page.follow-mode .follow-actions {
  min-height: 58px;
  grid-template-columns: 82px 82px minmax(0, 1fr) 28px;
  gap: 5px;
  color: #ababab;
}

.home-view.universe-mode .universe-page.follow-mode .follow-actions .universe-post-action,
.home-view.universe-mode .universe-page.follow-mode .follow-actions .wave-greet-action {
  color: #ababab;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.follow-mode .follow-actions .wave-greet-action {
  justify-self: center;
}

/* Native evidence: phone_universe_wave_20260628.png. */
.home-view.universe-mode .universe-page.wave-mode {
  background:
    linear-gradient(111deg, #fff5c7 0%, #fffdf6 48%, #e0faee 100%) 0 0 / 100% 132px no-repeat,
    #fff;
}

.home-view.universe-mode .universe-page.wave-mode .universe-scroller {
  top: 104px;
  bottom: 57px;
  background: #fff;
}

.home-view.universe-mode .universe-page.wave-mode .wave-page-body {
  padding: 30px 15px 0;
}

.home-view.universe-mode .universe-page.wave-mode .wave-entry-grid {
  gap: 10px;
}

.home-view.universe-mode .universe-page.wave-mode .wave-entry {
  height: 86px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
}

.home-view.universe-mode .universe-page.wave-mode .wave-entry-icon {
  width: 35px;
  height: 35px;
}

.home-view.universe-mode .universe-page.wave-mode .wave-challenge {
  margin-top: 57px;
  min-height: 238px;
  border-radius: 8px;
  padding: 30px 0 22px;
  background: #fbfbfb;
}

.home-view.universe-mode .universe-page.wave-mode .wave-challenge h2 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.home-view.universe-mode .universe-page.wave-mode .wave-challenge-foot {
  margin-top: 37px;
}

.home-view.universe-mode .universe-page.wave-mode .wave-feed-divider {
  height: 4px;
  margin-top: 42px;
  background: #f5f5f5;
}

.home-view.universe-mode .universe-page.wave-mode .wave-post {
  padding-top: 22px;
}

.home-view.universe-mode .universe-page.wave-mode .wave-post-actions .wave-greet-action {
  color: #ababab;
  background: transparent;
}

/* Native evidence: captures/ui_audit/phone_more_main_20260628.png +
   phone_more_main_20260628.uia.xml. The native page has iv_more_bg_top
   [0,0][1080,720], 99px top icons, rounded module cards, and 4-column
   module grids under the protocol-backed account profile. */
.more-page {
  background: #f5f5f5;
}

.more-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 262px;
  pointer-events: none;
  background:
    linear-gradient(116deg, #c8f8df 0%, #dcfbec 36%, #edf9f5 58%, #dff2ff 100%);
}

.more-scroller {
  inset: 0 0 57px;
  padding: 52px 0 20px;
  background: transparent;
}

.more-toast {
  margin: 0 58px;
}

.more-top-actions {
  top: 42px;
  right: 9px;
  height: 58px;
  gap: 8px;
}

.more-circle {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.more-circle.person {
  background: #cfcfcf;
}

.more-circle .top-badge {
  right: -3px;
  top: -3px;
  width: 21px;
  min-width: 21px;
  height: 21px;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 21px;
}

.more-circle.person::before {
  left: 15px;
  top: 10px;
  width: 16px;
  height: 16px;
  border-width: 4px;
}

.more-circle.person::after {
  left: 13px;
  top: 22px;
  width: 22px;
  height: 14px;
  border-right-width: 4px;
  border-bottom-width: 4px;
}

.more-circle.crown::before {
  left: 14px;
  top: 17px;
  width: 23px;
  height: 19px;
  border-width: 3px;
  border-top: 0;
}

.more-circle.crown::after {
  left: 13px;
  top: 11px;
  width: 25px;
  height: 22px;
  border-width: 3px;
  border-bottom: 0;
}

.more-circle.settings {
  background: rgba(255, 255, 255, 0.96);
}

.more-circle.settings::before {
  left: 12px;
  top: 12px;
  width: 26px;
  height: 26px;
  border-width: 3px;
  border-radius: 50%;
}

.more-circle.settings::after {
  left: 23px;
  top: 23px;
  width: 4px;
  height: 4px;
  box-shadow:
    0 -14px 0 -1px #323333,
    0 14px 0 -1px #323333,
    14px 0 0 -1px #323333,
    -14px 0 0 -1px #323333,
    10px 10px 0 -1px #323333,
    -10px 10px 0 -1px #323333,
    10px -10px 0 -1px #323333,
    -10px -10px 0 -1px #323333;
}

.more-hero {
  min-height: 188px;
  padding: 14px 20px 0;
  background: transparent;
}

.more-avatar {
  left: 20px;
  top: 40px;
  width: 94px;
  height: 94px;
}

.more-avatar::before {
  left: 34px;
  top: 21px;
  width: 24px;
  height: 24px;
}

.more-avatar::after {
  left: 26px;
  bottom: 26px;
  width: 38px;
  height: 22px;
}

.more-avatar-v {
  left: 104px;
  top: 108px;
  width: 32px;
  height: 32px;
}

.more-hero-main {
  padding-left: 136px;
  padding-top: 76px;
  padding-right: 0;
}

.more-hero-main h2 {
  max-width: 220px;
  color: #323333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.more-hero-main p {
  margin-top: 8px;
  color: #adb4b0;
  font-size: 18px;
  line-height: 24px;
}

.more-mini-stats {
  left: 20px;
  right: auto;
  bottom: 8px;
  gap: 31px;
}

.more-mini-stats span {
  color: #a6a6a6;
  font-size: 20px;
}

.more-mini-stats strong {
  color: #323333;
  font-size: 21px;
}

.more-summary-cards {
  min-height: 172px;
  margin: 6px 15px 0;
  gap: 8px;
}

.summary-card {
  min-height: 172px;
  border-radius: 8px;
  padding: 19px 14px 13px;
  grid-template-rows: 34px 29px minmax(44px, 1fr) 36px;
  box-shadow: none;
}

.summary-card strong {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}

.summary-card span {
  color: #323333;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}

.summary-card em {
  color: #a8a8a8;
  font-size: 16px;
  line-height: 22px;
}

.summary-card b,
.summary-card-cta {
  height: 36px;
  border-radius: 7px;
  font-size: 17px;
  line-height: 36px;
}

.more-module {
  margin: 14px 15px 0;
  padding: 18px 16px 19px;
  border-radius: 10px;
  background: #fff;
}

.more-module header {
  min-height: 31px;
  margin-bottom: 14px;
}

.more-module h2 {
  color: #323333;
  font-size: 21px;
  line-height: 31px;
  font-weight: 500;
}

.more-module header button {
  width: 34px;
  height: 31px;
}

.more-feature-grid {
  gap: 19px 8px;
}

.more-feature-grid.four,
.more-feature-grid.games {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.more-feature-grid button {
  min-height: 84px;
  gap: 9px;
  color: #323333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.more-feature-grid.games button {
  min-height: 104px;
}

.more-feature-grid em {
  top: -8px;
  min-width: 70px;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 22px;
}

.more-app-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

/* Native evidence: phone_settings_main_20260628.png +
   phone_settings_main_20260628.uia.xml, activity_usersetting.xml,
   include_usersetting_securitycenter.xml, include_user_setting_main.xml,
   include_usersetting_other.xml, UserSetting_Cell_New/style_patterns_setting_item_icon. */
.settings-page {
  background: #f9f9f9;
}

.settings-header {
  top: 52px;
  height: 58px;
  grid-template-columns: 74px minmax(0, 1fr) 74px;
  background: #f9f9f9;
}

.settings-header h1 {
  color: #323333;
  font-size: 27px;
  line-height: 58px;
  font-weight: 500;
}

.settings-back {
  width: 58px;
  height: 58px;
  margin-left: 4px;
}

.settings-back::before {
  left: 22px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-left-width: 3px;
  border-bottom-width: 3px;
}

.settings-scan {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background: rgba(255, 255, 255, 0.95) url("/apk-res/res/drawable/ic_usersetting_scan_qr_code.png") center / 24px 24px no-repeat;
}

.settings-scan::before,
.settings-scan::after {
  display: none;
}

.settings-scroller {
  top: 110px;
  bottom: 0;
  padding: 20px 15px 112px;
  background: #f9f9f9;
}

.settings-card {
  margin: 14px 0 0;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: none;
}

.settings-card:first-of-type {
  margin-top: 0;
}

.settings-row {
  min-height: 56px;
  padding: 0 15px;
  grid-template-columns: 46px minmax(0, 1fr) auto 18px;
  gap: 10px;
  color: #323333;
  background: #fff;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.settings-row + .settings-row {
  border-top: 0;
}

.settings-row + .settings-row::before {
  left: 54px;
  right: 15px;
  background: #efefef;
}

.settings-icon {
  width: 30px;
  height: 30px;
  color: #323333;
  background: transparent;
  box-shadow: none;
}

.settings-label {
  color: #323333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

.settings-side {
  color: #aaaaaa;
  font-size: 21px;
  line-height: 28px;
}

.settings-chevron {
  width: 12px;
  height: 12px;
  border-right: 3px solid #b8b8b8;
  border-bottom: 3px solid #b8b8b8;
}

.settings-red-dot {
  width: 8px;
  height: 8px;
  background: #ff594f;
}

.settings-privacy-links {
  display: none;
}

.settings-card.account-actions {
  display: block;
  margin: 14px 0 0;
}

.settings-card.account-actions .settings-row.centered {
  min-height: 56px;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 15px;
  color: #323333;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}

.settings-card.account-actions .settings-row.centered[data-settings-action="logout"] {
  color: #323333;
  background: #fff;
}

.settings-logout-overlay {
  position: absolute;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.34);
}

.settings-logout-overlay[hidden] {
  display: none;
}

.settings-logout-dialog {
  width: min(310px, calc(100vw - 76px));
  overflow: hidden;
  border-radius: 14px;
  color: #323333;
  background: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

.settings-logout-dialog h3 {
  margin: 0;
  padding: 22px 22px 8px;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.settings-logout-dialog p {
  margin: 0;
  padding: 0 26px 20px;
  color: #666a70;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.settings-logout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #eeeeee;
}

.settings-logout-actions button {
  height: 52px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #323333;
  font-size: 17px;
  font-weight: 500;
}

.settings-logout-actions button + button {
  border-left: 1px solid #eeeeee;
}

.settings-logout-actions .danger {
  color: #ff4f58;
}

.settings-logout-actions button:disabled {
  color: #aaaaaa;
}

/* Native evidence: phone_profile_self_20260628.png,
   phone_profile_self_feedtab_20260628.png,
   phone_profile_self_20260628.uia.xml, fragment_personal_profile.xml,
   include_user_profile_photo_pager.xml, profile_userinfo_personal.xml,
   profile_common_layout_feed.xml, profile_common_layout_feed_single.xml,
   listitem_profile_feed.xml, profile_common_layout_bottom_publish_vs.xml,
   profile_common_layout_bottom_new.xml. */
.home-profile-panel.native-profile {
  background: #fff;
}

.home-profile-panel.native-profile .home-panel-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  height: 64px;
  padding: 18px 12px 0;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0));
  border: 0;
}

.home-profile-panel.native-profile .home-panel-header h2 {
  opacity: 0;
}

.home-profile-panel.native-profile .home-panel-close {
  width: 44px;
  height: 44px;
}

.home-profile-panel.native-profile .home-panel-close::before {
  left: 18px;
  top: 14px;
  border-color: #fff;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.4));
}

.home-profile-panel.native-profile .home-profile-content {
  height: 100%;
  padding: 0;
  background: #fff;
}

.native-profile-view {
  min-height: 100%;
  padding-bottom: 28px;
  color: #323333;
  background: #fff;
}

.native-profile-view.external-profile {
  padding-bottom: 0;
}

.native-profile-hero {
  position: relative;
  height: min(396px, 91.7vw);
  min-height: 330px;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 22%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 24%),
    linear-gradient(145deg, #d7dde8 0%, #aeb9ca 48%, #858f9e 100%);
  background-position: center;
  background-size: cover;
}

.native-profile-more {
  position: absolute;
  right: 15px;
  top: 43px;
  z-index: 6;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.native-profile-more span,
.native-profile-more span::before,
.native-profile-more span::after {
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background: currentColor;
}

.native-profile-more span {
  position: relative;
}

.native-profile-more span::before,
.native-profile-more span::after {
  content: "";
  position: absolute;
  left: 0;
}

.native-profile-more span::before {
  top: -9px;
}

.native-profile-more span::after {
  top: 9px;
}

.native-profile-hero-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.native-profile-hero.has-photo .native-profile-hero-fallback {
  opacity: 0;
}

.native-profile-hero-fallback .home-profile-avatar {
  width: 118px;
  height: 118px;
  border: 4px solid rgba(255, 255, 255, 0.74);
  font-size: 42px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.native-profile-top-mask,
.native-profile-bottom-mask {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}

.native-profile-top-mask {
  top: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
}

.native-profile-bottom-mask {
  bottom: 0;
  height: 138px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0));
}

.native-profile-photo-strip {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 15px;
  z-index: 2;
  display: flex;
  gap: 0;
  overflow: hidden;
}

.native-profile-thumb {
  width: 42px;
  height: 42px;
  margin-right: 4px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.28);
}

.native-profile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.native-profile-user {
  min-height: 145px;
  padding: 18px 15px 25px;
  background: #fff;
}

.native-profile-user h3 {
  margin: 0;
  color: #323333;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.native-profile-badges {
  min-height: 24px;
  margin-top: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.native-profile-badges span {
  min-height: 20px;
  padding: 2px 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  color: #6f7782;
  background: #f1f3f6;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.native-profile-badges .male {
  color: #fff;
  background: #4ca6ff;
}

.native-profile-badges .female {
  color: #fff;
  background: #ff6aa7;
}

.native-profile-user p {
  margin: 7px 0 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.native-profile-user .native-profile-multi-info {
  margin-top: 10px;
  color: #aaa;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.native-profile-user .native-profile-signature {
  color: #7f858d;
}

.native-profile-tabs {
  height: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  background: #fff;
}

.native-profile-tabs button {
  position: relative;
  min-width: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.native-profile-tabs button span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  position: relative;
  display: block;
  background: transparent;
}

.native-profile-tabs button.active {
  color: #323333;
}

.native-profile-tabs .about-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.native-profile-tabs .about-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  width: 15px;
  height: 8px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.native-profile-tabs .feed-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 18px;
  height: 14px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: skew(-18deg) rotate(24deg);
}

.native-profile-tabs .feed-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(34deg);
}

.native-profile-tabs button.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 38px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: #323333;
  transform: translateX(-50%);
}

.native-profile-section {
  padding: 0 15px;
  background: #fff;
}

.native-profile-section h4 {
  margin: 0;
  padding: 26px 0 13px;
  color: #323333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 800;
}

.native-profile-info-grid {
  padding: 15px 0 11px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 8px;
  border-bottom: 1px solid #ebebeb;
}

.native-profile-info-item {
  min-width: 0;
  height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ececec;
  border-radius: 17px;
  color: #7a7d82;
  background: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.native-profile-info-item img,
.native-profile-info-item > span:first-child {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  color: #a6a6a6;
  font-size: 11px;
  font-weight: 800;
  object-fit: contain;
}

.native-profile-info-item > span:last-child {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.native-profile-talent header {
  min-height: 58px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.native-profile-talent header h4 {
  padding-bottom: 13px;
}

.native-profile-talent header button {
  position: relative;
  width: 32px;
  height: 42px;
  border: 0;
  background: transparent;
}

.native-profile-talent header button::before {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 16px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
  transform: rotate(-45deg);
}

.native-profile-talent-card {
  min-height: 70px;
  padding: 12px 0 14px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}

.native-profile-talent-card img,
.native-profile-wave-icon {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  background: linear-gradient(135deg, #4bcbff, #6c6dff);
}

.native-profile-talent-card strong {
  display: block;
  color: #575757;
  font-size: 14px;
  line-height: 20px;
}

.native-profile-talent-card p {
  margin: 3px 0 0;
  color: #aaa;
  font-size: 12px;
  line-height: 16px;
}

.native-profile-talent-card button {
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: #2688ff;
  font-size: 12px;
  font-weight: 800;
}

.native-profile-evidence {
  margin: 18px 15px 0;
  padding: 11px 12px;
  display: grid;
  gap: 4px;
  border-radius: 8px;
  color: #8a919b;
  background: #f7f8fa;
  font-size: 11px;
  line-height: 15px;
}

.native-profile-evidence strong {
  color: #535a64;
  font-size: 12px;
}

.native-profile-pane[hidden],
.native-profile-bottom-publish[hidden] {
  display: none;
}

.native-profile-feed-pane {
  min-height: 420px;
  padding-bottom: 112px;
  background: #fff;
}

.native-profile-feed-loading,
.native-profile-feed-state,
.native-profile-feed-empty {
  min-height: 170px;
  padding: 34px 15px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 8px;
  color: #aaa;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
}

.native-profile-feed-state strong,
.native-profile-feed-empty strong {
  color: #323333;
  font-size: 16px;
  line-height: 22px;
}

.native-profile-feed-state p,
.native-profile-feed-empty p {
  max-width: 280px;
  margin: 0;
}

.native-profile-feed-summary {
  padding: 20px 0 0 20px;
}

.native-profile-feed-summary header {
  height: 24px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #323333;
  font-size: 12px;
  font-weight: 800;
}

.native-profile-feed-summary header span {
  width: 10px;
  height: 10px;
  border-right: 2px solid #b8b8b8;
  border-bottom: 2px solid #b8b8b8;
  transform: rotate(-45deg);
}

.native-profile-feed-strip {
  margin-top: 10px;
  padding-right: 20px;
  display: flex;
  gap: 6px;
  overflow: hidden;
}

.native-profile-feed-strip img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 6px;
  object-fit: cover;
  background: #e7e7e7;
}

.native-profile-feed-list {
  background: #fff;
}

.native-profile-feed-item {
  min-height: 138px;
  padding: 16px 15px 18px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.native-profile-feed-avatar {
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #d9d9d9;
  font-size: 18px;
  font-weight: 800;
}

.native-profile-feed-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.native-profile-feed-body {
  min-width: 0;
}

.native-profile-feed-body header {
  min-height: 31px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.native-profile-feed-body header strong {
  min-width: 0;
  overflow: hidden;
  color: #323333;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.native-profile-feed-body header span {
  height: 18px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  border-radius: 9px;
  color: #fff;
  background: #4ca6ff;
  font-size: 11px;
  line-height: 18px;
  font-weight: 800;
}

.native-profile-feed-body header span.female {
  background: #ff6aa7;
}

.native-profile-feed-meta {
  margin: 0 0 9px;
  color: #aaa;
  font-size: 12px;
  line-height: 17px;
}

.native-profile-feed-text {
  margin: 0 0 12px;
  color: #323333;
  font-size: 17px;
  line-height: 25px;
  word-break: break-word;
}

.native-profile-feed-images {
  display: grid;
  gap: 4px;
}

.native-profile-feed-images.count-1 {
  width: min(230px, 72vw);
  grid-template-columns: minmax(0, 1fr);
}

.native-profile-feed-images.count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.native-profile-feed-images:not(.count-1):not(.count-2) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.native-profile-feed-images img {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  background: #eee;
}

.native-profile-feed-images.count-1 img {
  max-height: 260px;
  border-radius: 4px;
  aspect-ratio: 1;
}

.native-profile-feed-actions {
  height: 44px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid #f3f3f3;
}

.native-profile-feed-action {
  min-width: 0;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: #8b8f96;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.native-profile-feed-action .action-icon {
  width: 24px;
  height: 24px;
}

.native-profile-feed-action .more-dots {
  width: 26px;
  height: 24px;
}

.native-profile-feed-action.liked {
  color: #2f7dff;
}

.native-profile-feed-action.feedback-active,
.native-profile-feed-action.feedback-ok,
.native-profile-feed-action.feedback-error {
  transform: scale(0.96);
}

.native-profile-feed-notice {
  margin: 0;
  padding: 18px 15px;
  color: #aaa;
  text-align: center;
  font-size: 12px;
}

.native-profile-bottom-publish {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  padding: 12px 15px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 18%, #fff);
}

.native-profile-bottom-publish button {
  width: 100%;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: #4e7fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
}

.native-profile-bottom-publish button span {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
}

.native-profile-bottom-publish button span::before,
.native-profile-bottom-publish button span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 2px;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  background: currentColor;
}

.native-profile-bottom-publish button span::after {
  transform: rotate(90deg);
}

.native-profile-bottom-actions {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  min-height: 154px;
  padding: 82px 15px calc(16px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 38%, #fff);
}

.native-profile-bottom-actions button {
  min-width: 0;
  height: 55px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  box-shadow: none;
}

.native-profile-chat-btn {
  background: #ffc80d;
}

.native-profile-follow-btn {
  background: #4e7fff;
}

.native-profile-chat-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #ffc80d;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
}

.native-profile-follow-icon {
  position: relative;
  width: 32px;
  height: 28px;
  flex: 0 0 32px;
}

.native-profile-follow-icon::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 22px;
  height: 13px;
  border-radius: 13px 13px 4px 4px;
  background: #fff;
}

.native-profile-follow-icon::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -1px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 900;
}

.native-profile-write-status {
  grid-column: 1 / -1;
  min-height: 18px;
  margin: -4px 4px 0;
  color: #7f858d;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.native-profile-write-status.ok {
  color: #2f7dff;
}

.native-profile-write-status.error {
  color: #f05252;
}

/* Comment emoji/sticker native pass.
   Evidence: input_panel_comment_feed.xml, layout_input_emotionbar.xml,
   listitem_emotion.xml, listitem_minemotion.xml, listitem_customemotion.xml,
   and ADB captures under captures/phone_ui/phone_comment_emoji_probe_*_20260628.* */
.home-comment-input-shell {
  position: relative;
}

.home-comment-rich-preview {
  position: absolute;
  left: 16px;
  right: 112px;
  top: 7px;
  height: 32px;
  display: none;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 32px;
  white-space: nowrap;
  z-index: 1;
}

.home-comment-composer[data-has-rich-preview="1"] .home-comment-rich-preview {
  display: flex;
}

.home-comment-composer[data-has-rich-preview="1"] .home-comment-input-shell textarea {
  color: transparent;
  caret-color: transparent;
  position: relative;
  z-index: 2;
}

.home-comment-draft-emotion {
  width: 30px;
  height: 30px;
  margin-right: 1px;
  object-fit: contain;
  vertical-align: middle;
}

.home-comment-preview-caret {
  width: 2px;
  height: 31px;
  margin: 0 1px;
  display: inline-block;
  align-self: center;
  border-radius: 1px;
  background: #1e1e1e;
  animation: comment-caret-blink 1s steps(1, end) infinite;
}

@keyframes comment-caret-blink {
  0%,
  55% {
    opacity: 1;
  }
  56%,
  100% {
    opacity: 0;
  }
}

.home-comment-emotion-grid.recent,
.home-comment-emotion-grid.package {
  display: grid;
  grid-template-columns: repeat(7, 43px);
  justify-content: space-between;
  gap: 5px 0;
}

.home-comment-emotion-empty {
  width: 100%;
  height: 100%;
  min-height: 198px;
}

.home-comment-picker.emoji .home-comment-emotion-delete,
.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-delete,
.home-comment-emotion-delete {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 51px;
  display: none;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23aaaaaa' stroke-width='2.875' stroke-linecap='round' stroke-linejoin='round' d='M14.5499 8.6667H39.3333C42.509 8.6667 45.0833 11.241 45.0833 14.4167V34.5417C45.0833 37.7173 42.509 40.2917 39.3333 40.2917H14.5499C13.5666 40.2917 12.6515 39.7891 12.1239 38.9593L2.9167 24.4792L12.1239 9.999C12.6515 9.1692 13.5666 8.6667 14.5499 8.6667Z'/%3E%3Cpath fill='%23aaaaaa' d='M29.4029 24.4792L33.159 28.2352C33.7248 28.801 33.7248 29.7183 33.159 30.284C32.5933 30.8498 31.676 30.8498 31.1102 30.284L27.3542 26.5279L23.5981 30.284C23.0323 30.8498 22.1151 30.8498 21.5493 30.284C20.9836 29.7183 20.9836 28.801 21.5493 28.2352L25.3054 24.4792L21.5493 20.7231C20.9836 20.1573 20.9836 19.2401 21.5493 18.6743C22.1151 18.1086 23.0323 18.1086 23.5981 18.6743L27.3542 22.4304L31.1102 18.6743C31.676 18.1086 32.5933 18.1086 33.159 18.6743C33.7248 19.2401 33.7248 20.1573 33.159 20.7231L29.4029 24.4792Z'/%3E%3C/svg%3E") center / 27px 27px no-repeat;
  box-shadow: none;
}

.home-comment-picker.emoji .home-comment-emotion-delete.show,
.home-comment-composer .home-comment-picker.emoji .home-comment-emotion-delete.show,
.home-comment-emotion-delete.show {
  display: block;
}

.home-comment-emotion-delete::before,
.home-comment-emotion-delete::after {
  display: none !important;
  content: none !important;
}

.home-comment-store-screen {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
}

.home-comment-store-nav {
  position: relative;
  height: 86px;
  padding: 31px 14px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 76px;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.home-comment-store-nav strong {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
}

.home-comment-store-back {
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
}

.home-comment-store-back::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 17px;
  width: 13px;
  height: 13px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
}

.home-comment-store-right,
.home-comment-store-icon-btn {
  height: 48px;
  padding: 0;
  border: 0;
  color: #333;
  background: transparent;
  text-align: right;
  font-size: 15px;
  line-height: 48px;
  font-weight: 700;
}

.home-comment-store-right.small {
  font-size: 15px;
}

.home-comment-store-icon-btn {
  position: relative;
}

.home-comment-store-icon-btn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 19px;
  height: 19px;
  border: 2px solid #333;
  border-radius: 4px;
}

.home-comment-store-icon-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 21px;
  width: 15px;
  height: 2px;
  background: #333;
  box-shadow: 0 5px 0 #333;
}

.home-comment-store-search {
  height: 39px;
  margin: 10px 15px 8px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  border-radius: 20px;
  color: #9b9b9b;
  background: #f4f4f4;
  text-align: left;
}

.home-comment-store-search span {
  position: relative;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 2px solid #a7a7a7;
  border-radius: 50%;
}

.home-comment-store-search span::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: #a7a7a7;
  transform: rotate(45deg);
}

.home-comment-store-search em {
  font-style: normal;
  font-size: 15px;
  line-height: 39px;
}

.home-comment-store-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-bottom: 55px;
  background: #fff;
}

.home-comment-store-row {
  min-height: 71px;
  padding: 10px 12px 10px 15px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}

.home-comment-store-cover {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.home-comment-store-main {
  min-width: 0;
}

.home-comment-store-title {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.home-comment-store-title strong {
  min-width: 0;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.home-comment-store-title span {
  height: 16px;
  padding: 0 4px;
  flex: 0 0 auto;
  border-radius: 3px;
  color: #fff;
  background: #ff6d43;
  font-size: 11px;
  line-height: 16px;
  font-weight: 800;
}

.home-comment-store-main p {
  margin: 3px 0 0;
  color: #ff8a00;
  font-size: 14px;
  line-height: 19px;
}

.home-comment-store-arrow {
  position: relative;
  width: 18px;
  height: 18px;
}

.home-comment-store-arrow::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  transform: rotate(45deg);
}

.home-comment-store-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ededed;
  background: #fff;
}

.home-comment-store-bottom button {
  border: 0;
  color: #777;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
}

.home-comment-store-bottom button.active {
  color: #4e7fff;
}

.home-comment-added-entry,
.home-comment-mine-row {
  width: 100%;
  min-height: 66px;
  padding: 8px 15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  background: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}

.home-comment-store-section-title {
  height: 36px;
  margin: 0;
  padding: 0 15px;
  color: #9a9a9a;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 36px;
  font-weight: 700;
}

.home-comment-mine-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  background: #fff;
}

.home-comment-mine-row {
  grid-template-columns: 20px 50px minmax(0, 1fr) 18px;
  gap: 10px;
  min-height: 67px;
  padding: 8px 15px 8px 5px;
}

.home-comment-mine-row img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.home-comment-mine-row strong {
  min-width: 0;
  overflow: hidden;
  color: #6b6b6b;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
}

.home-comment-mine-drop {
  width: 20px;
  height: 50px;
}

.home-comment-added-grid {
  flex: 1;
  min-height: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 75px);
  justify-content: center;
  align-content: start;
  gap: 2px;
  overflow-y: auto;
  background: #f3f4f6;
}

.home-comment-store-screen.is-dragging-file .home-comment-added-grid,
.home-comment-added-grid.is-dragging-file {
  background: #eceff4;
  outline: 2px dashed rgba(0, 0, 0, 0.14);
  outline-offset: -10px;
}

.home-comment-custom-file {
  display: none;
}

.home-comment-upload-status {
  min-height: 34px;
  padding: 7px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #777;
  background: #f3f4f6;
  font-size: 13px;
  line-height: 17px;
}

.home-comment-upload-status.error {
  color: #d84b45;
}

.home-comment-upload-status span:last-child {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-comment-store-search.gif {
  margin-top: 10px;
}

.home-comment-store-section-title.gif {
  color: #333;
  background: #fff;
  font-size: 15px;
}

.home-comment-gif-empty {
  flex: 1;
  background: #fff;
}

.home-comment-native-toast {
  position: absolute;
  left: 50%;
  bottom: 86px;
  max-width: 78%;
  padding: 9px 14px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 19px;
  pointer-events: none;
}

.home-comment-native-toast.show {
  opacity: 1;
}

/* Browser fallback for Android vector-only comment input icons. */
.home-comment-composer .home-comment-input-shell textarea {
  min-width: 0;
  resize: none !important;
  appearance: none;
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: hidden;
  scrollbar-width: none;
}

.home-comment-composer .home-comment-input-shell textarea::-webkit-scrollbar {
  display: none;
}

.home-comment-composer .home-comment-input-shell textarea:focus {
  outline: none !important;
  background: transparent !important;
}

.home-comment-tool-row {
  position: relative;
  z-index: 5;
  flex: 0 0 auto;
}

.home-comment-composer .home-comment-tool {
  position: relative;
  z-index: 5;
  color: #a7a7a7;
  background-image: none !important;
}

.home-comment-tool.at::before {
  content: "@" !important;
  display: block !important;
  color: #a7a7a7;
  font-size: 29px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.home-comment-tool.emoji::before {
  content: "" !important;
  position: absolute;
  left: 7px;
  top: 6px;
  width: 20px;
  height: 20px;
  display: block !important;
  border: 3px solid #a7a7a7;
  border-radius: 50%;
  box-sizing: border-box;
}

.home-comment-tool.emoji::after {
  content: "" !important;
  position: absolute;
  left: 13px;
  top: 19px;
  width: 10px;
  height: 5px;
  display: block !important;
  border-bottom: 3px solid #a7a7a7;
  border-radius: 0 0 12px 12px;
  box-shadow: -5px -7px 0 -3px #a7a7a7, 5px -7px 0 -3px #a7a7a7;
}

/* Comment input closeout: desktop textarea grows from 1 to 4 lines while
   preserving the APK input_panel_comment_feed.xml one-line baseline. */
.home-comment-composer[data-comment-state="expanded"] .home-comment-input-shell {
  height: auto;
  min-height: 48px;
  align-items: end;
}

.home-comment-composer .home-comment-input-shell textarea {
  min-height: 33px;
  max-height: 132px;
  line-height: 33px;
  white-space: pre-wrap;
}

.home-comment-rich-preview {
  min-height: 32px;
  height: auto;
  max-height: 132px;
  align-items: flex-start;
  white-space: normal;
}

.home-comment-draft-chip {
  min-width: 34px;
  height: 28px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #6f7480;
  background: #f1f2f5;
  font-size: 13px;
  line-height: 28px;
}

/* Nearby people pass.
   Evidence: ADB momo_nearby_stage.xml, layout_nearby_people_home_item.xml,
   include_diloag_nearby_filter.xml, NearbyPeopleFilterModel.toMapForApi. */
.home-view.nearby-mode {
  background: #fff;
}

.home-view.nearby-mode .feed-scroller {
  background: #fff;
}

.nearby-list {
  position: relative;
  min-height: 100%;
  padding: 0 0 24px;
  background: #fff;
}

.nearby-flash-card {
  height: 142px;
  margin: 0 15px 14px;
  border-radius: 0;
  background:
    center right 68px / 220px 142px no-repeat linear-gradient(120deg, transparent 10%, rgba(255,255,255,.32) 10% 14%, transparent 14%),
    linear-gradient(105deg, #ffe7f8 0%, #ffeafa 50%, #fff5fd 100%);
  box-shadow: none;
}

.flash-badge {
  left: 16px;
  top: 27px;
  width: 32px;
  height: 32px;
  background: #ff8bdc;
}

.flash-title {
  left: 56px;
  top: 31px;
  color: #4c4f59;
  font-size: 19px;
  font-weight: 700;
}

.flash-ghost {
  position: absolute;
  left: 146px;
  right: 112px;
  top: 0;
  bottom: 0;
  opacity: .36;
  background:
    radial-gradient(circle at 34px 54px, #fff 0 26px, transparent 27px),
    radial-gradient(circle at 88px 82px, #fff 0 32px, transparent 33px),
    radial-gradient(circle at 156px 58px, #fff 0 24px, transparent 25px);
}

.flash-stack {
  display: none;
}

.flash-action {
  right: 57px;
  top: 24px;
  height: 38px;
  padding: 0 17px;
  border-radius: 19px;
  background: #a05bff;
  box-shadow: 0 4px 10px rgba(160, 91, 255, .22);
  font-size: 16px;
}

.flash-close {
  right: 15px;
  top: 31px;
}

.nearby-person {
  min-height: 0;
  padding: 0 0 0 15px;
  grid-template-columns: 82px minmax(0, 1fr);
  column-gap: 11px;
  align-items: start;
  border-bottom: 0;
}

.nearby-avatar {
  width: 72px;
  height: 80px;
  margin-top: 9px;
  border: 0;
  background: transparent;
}

button.nearby-avatar {
  padding: 0;
}

.nearby-avatar-img,
.nearby-avatar {
  border-radius: 50%;
}

.nearby-avatar-img {
  width: 72px;
  height: 72px;
}

.nearby-online {
  right: 7px;
  bottom: 8px;
  width: 15px;
  height: 15px;
  border-width: 2px;
  background: #2ed46c;
}

.nearby-main {
  min-height: 105px;
  padding: 16px 15px 14px 0;
}

.nearby-row-top {
  width: 100%;
  min-height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  text-align: left;
}

.nearby-name {
  color: #3b3b3b;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
}

.nearby-name.hot {
  color: #f10a0e;
}

.nearby-meta {
  color: #9b9b9b;
  font-size: 13px;
  line-height: 24px;
}

.nearby-badges {
  height: 18px;
  margin-top: 4px;
  gap: 5px;
}

.nearby-age,
.nearby-label {
  height: 16px;
  min-width: 28px;
  padding: 0 6px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
}

.nearby-age {
  background: #ff72a8;
}

.nearby-age.male {
  background: #37cde3;
}

.nearby-label {
  color: #fff;
  background: #ffb600;
}

.nearby-sign {
  margin: 5px 0 0;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 20px;
}

.nearby-photo-strip {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
}

.nearby-photo {
  position: relative;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #f2f3f5;
}

.nearby-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nearby-live-badge {
  position: absolute;
  left: 5px;
  bottom: 5px;
  height: 18px;
  padding: 0 7px;
  border-radius: 9px;
  color: #fff;
  background: #ff4a9f;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
}

.nearby-card-actions {
  height: 30px;
  margin-top: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
}

.nearby-card-actions button {
  height: 26px;
  padding: 0 10px;
  border: 0;
  border-radius: 13px;
  color: #5d6570;
  background: #f4f5f7;
  font-size: 12px;
  font-weight: 600;
}

.nearby-card-actions button:active {
  transform: scale(.96);
  background: #e9edf4;
}

.nearby-redpacket {
  position: sticky;
  left: calc(100% - 74px);
  bottom: 18px;
  width: 54px;
  height: 54px;
  margin: 12px 20px 0 auto;
  border: 0;
  border-radius: 50%;
  color: #fff5cd;
  background: linear-gradient(145deg, #ff3b35, #e40f1c);
  box-shadow: 0 8px 18px rgba(230, 25, 30, .28);
  font-size: 24px;
  font-weight: 900;
}

.native-nearby-more-sheet,
.nearby-photo-viewer {
  padding: 4px 0 16px;
}

.home-action-sheet[data-action="nearby-filter"] .home-action-card {
  top: 46px;
  bottom: 0;
  max-height: none;
  max-height: calc(100% - 46px);
  border-radius: 15px 15px 0 0;
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
}

.home-action-sheet[data-action="nearby-region"] .home-action-card,
.home-action-sheet[data-action="nearby-coordinate"] .home-action-card {
  top: 0;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
}

.home-action-sheet[data-action="nearby-region"] .home-sheet-backdrop,
.home-action-sheet[data-action="nearby-coordinate"] .home-sheet-backdrop {
  background: #fff;
}

.home-action-sheet[data-action="nearby-filter"] .home-sheet-header,
.home-action-sheet[data-action="nearby-region"] .home-sheet-header,
.home-action-sheet[data-action="nearby-coordinate"] .home-sheet-header {
  display: none;
}

.home-action-sheet[data-action="nearby-filter"] .home-action-content,
.home-action-sheet[data-action="nearby-region"] .home-action-content,
.home-action-sheet[data-action="nearby-coordinate"] .home-action-content {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}

.nearby-filter-sheet {
  position: relative;
  height: 100%;
  min-height: 646px;
  background: #fff;
  overflow: hidden;
}

.nearby-filter-handle {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 32px;
  height: 4px;
  border-radius: 4px;
  background: #ebebeb;
  transform: translateX(-50%);
}

.nearby-filter-head {
  height: 70px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 60px;
  align-items: center;
}

.nearby-filter-head strong {
  color: #323333;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.nearby-filter-head button {
  border: 0;
  background: transparent;
}

.nearby-filter-head button[type="submit"] {
  color: #4d7cff;
  font-size: 17px;
  font-weight: 800;
}

.nearby-filter-close {
  position: relative;
  width: 36px;
  height: 36px;
}

.nearby-filter-close::before,
.nearby-filter-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 17px;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background: #323333;
}

.nearby-filter-close::before { transform: rotate(45deg); }
.nearby-filter-close::after { transform: rotate(-45deg); }

.nearby-filter-body {
  height: calc(100% - 70px);
  padding: 0 15px 80px;
  overflow: auto;
}

.nearby-filter-body section {
  display: grid;
}

.nearby-filter-body h3 {
  margin: 10px 0 15px;
  color: #323333;
  font-size: 15px;
  line-height: 22px;
  font-weight: 800;
}

.nearby-filter-body h3 span {
  margin-left: 8px;
  color: #4d7cff;
  font-size: 14px;
  font-weight: 700;
}

.nearby-filter-gender {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.nearby-filter-gender input,
.nearby-native-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nearby-filter-gender span {
  height: 41px;
  border: 1px solid #e7e7e7;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #323333;
  background: #fff;
  font-size: 16px;
  font-weight: 800;
}

.nearby-filter-gender input:checked + span {
  border-color: #4d7cff;
  color: #fff;
  background: #4d7cff;
}

.nearby-age-range {
  margin-top: 20px;
}

.nearby-range-row {
  position: relative;
  height: 50px;
}

.nearby-range-row::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 22px;
  height: 3px;
  border-radius: 3px;
  background: #4d7cff;
}

.nearby-range-row input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
  width: 100%;
  height: 32px;
  margin: 0;
  background: transparent;
  appearance: none;
  pointer-events: none;
}

.nearby-range-row input[type="range"]::-webkit-slider-thumb {
  width: 28px;
  height: 28px;
  border: 1px solid #4d7cff;
  border-radius: 50%;
  background: #fff;
  appearance: none;
  pointer-events: auto;
}

.nearby-range-row input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
}

.nearby-native-row {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #323333;
  font-size: 17px;
  line-height: 22px;
}

.nearby-filter-divider {
  margin-top: 10px;
  padding-top: 18px;
  border-top: 1px solid #ebebeb;
}

.nearby-filter-divider h3 {
  margin: 0 0 15px;
  font-size: 14px;
}

.nearby-native-row em {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #ff5148;
  vertical-align: middle;
}

.switch-row label {
  position: relative;
  width: 46px;
  height: 28px;
  flex: 0 0 46px;
}

.switch-row i {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: #ebebeb;
}

.switch-row i::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.switch-row input:checked + i {
  background: #4d7cff;
}

.switch-row input:checked + i::after {
  transform: translateX(18px);
}

.select-row select {
  max-width: 130px;
  border: 0;
  color: #b6b7b7;
  background: transparent;
  font-size: 16px;
  text-align: right;
}

.native-nearby-filter-sheet {
  min-height: 100%;
}

.native-nearby-filter-sheet .nearby-filter-handle {
  top: 9px;
  width: 32px;
  height: 4px;
  background: #e2e3e6;
}

.native-nearby-filter-sheet .nearby-filter-head {
  height: 64px;
  grid-template-columns: 52px minmax(0, 1fr) 64px;
}

.native-nearby-filter-sheet .nearby-filter-head strong {
  font-size: 18px;
  letter-spacing: 0;
}

.native-nearby-filter-sheet .nearby-filter-head button[type="submit"] {
  color: #4979ff;
  font-size: 16px;
}

.native-nearby-filter-sheet .nearby-filter-body {
  height: calc(100% - 64px);
  padding: 0 15px 72px;
}

.nearby-filter-section {
  padding-top: 2px;
}

.nearby-filter-gender span b {
  margin-right: 6px;
  font-size: 15px;
  font-weight: 800;
}

.nearby-switch-row label {
  position: relative;
  width: 46px;
  height: 28px;
  flex: 0 0 46px;
}

.nearby-switch-row i {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: #e8e9ec;
  transition: background .16s ease;
}

.nearby-switch-row i::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
  transition: transform .16s ease;
}

.nearby-switch-row input:checked + i {
  background: #4979ff;
}

.nearby-switch-row input:checked + i::after {
  transform: translateX(18px);
}

.nearby-select-row {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.nearby-select-row strong {
  position: relative;
  padding-right: 18px;
  color: #b2b5bc;
  font-size: 16px;
  font-weight: 500;
}

.nearby-select-row strong::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #c4c6cc;
  border-right: 1.5px solid #c4c6cc;
  transform: translateY(-50%) rotate(45deg);
}

.nearby-vip-switch {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
}

.nearby-vip-switch label {
  opacity: .62;
}

.nearby-vip-prompt {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  padding: 0 36px;
  background: rgba(0, 0, 0, .34);
}

.nearby-vip-prompt[hidden] {
  display: none;
}

.nearby-vip-dialog {
  width: min(100%, 286px);
  overflow: hidden;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .2);
  text-align: center;
}

.nearby-vip-dialog h3 {
  margin: 22px 18px 8px;
  color: #26282d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.nearby-vip-dialog p {
  margin: 0 22px 20px;
  color: #4e535c;
  font-size: 15px;
  line-height: 22px;
}

.nearby-vip-dialog div {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #edf0f4;
}

.nearby-vip-dialog button {
  border: 0;
  border-right: 1px solid #edf0f4;
  color: #5e6570;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
}

.nearby-vip-dialog button:last-child {
  border-right: 0;
  color: #4979ff;
}

.nearby-vip-dialog button:active {
  background: #f5f7fb;
}

.nearby-region-sheet {
  position: relative;
  height: 100%;
  min-height: 100%;
  color: #323333;
  background: #fff;
  overflow: hidden;
}

.nearby-roam-header {
  height: 105px;
  padding: 12px 15px 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 116px;
  align-items: start;
  background: #fff;
}

.nearby-roam-close {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.nearby-roam-close::before,
.nearby-roam-close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 21px;
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #323333;
}

.nearby-roam-close::before { transform: rotate(45deg); }
.nearby-roam-close::after { transform: rotate(-45deg); }

.nearby-roam-title {
  padding-top: 4px;
  text-align: center;
}

.nearby-roam-title strong,
.nearby-roam-title span {
  display: block;
}

.nearby-roam-title strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

.nearby-roam-title span {
  margin-top: 2px;
  color: #aaa;
  font-size: 14px;
  line-height: 18px;
}

.nearby-map-mode {
  height: 42px;
  border: 0;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #323333;
  background: #f5f5f5;
  font-size: 16px;
  font-weight: 700;
}

.nearby-map-mode span {
  position: relative;
  width: 18px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 10px 10px 12px 12px;
  transform: rotate(45deg);
}

.nearby-map-mode span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 5px;
  height: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.nearby-roam-scroll {
  height: calc(100% - 190px);
  padding: 0 34px 28px 15px;
  overflow: auto;
}

.nearby-hot-cities h3 {
  margin: 0 0 14px;
  color: #323333;
  font-size: 15px;
  line-height: 24px;
  font-weight: 800;
}

.nearby-city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 9px;
}

.nearby-city-grid button,
.nearby-city-list button {
  border: 0;
  background: transparent;
  color: #323333;
}

.nearby-city-grid button {
  height: 42px;
  border-radius: 22px;
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 700;
}

.nearby-city-grid button.active,
.nearby-city-list button.selected {
  color: #fff;
  background: #4d7cff;
}

.nearby-city-group h4 {
  height: 54px;
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  color: #aaa;
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: 500;
}

.nearby-city-list button {
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  font-size: 17px;
}

.nearby-city-index {
  position: absolute;
  right: 0;
  top: 330px;
  width: 34px;
  display: grid;
  justify-items: center;
}

.nearby-city-index a {
  color: #aaa;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
}

.nearby-city-index a:first-child {
  color: #4d7cff;
}

.nearby-roam-submit {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 34px;
  height: 56px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: #4d7cff;
  font-size: 17px;
  font-weight: 800;
}

.nearby-coordinate-sheet {
  position: relative;
  height: 100%;
  min-height: 100%;
  padding-bottom: 110px;
  color: #323333;
  background: #fff;
}

.nearby-coordinate-header {
  height: 102px;
  padding: 12px 15px 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.nearby-coordinate-header strong,
.nearby-coordinate-header span {
  display: block;
}

.nearby-coordinate-header strong {
  margin-top: 6px;
  font-size: 19px;
  line-height: 24px;
  font-weight: 800;
}

.nearby-coordinate-header span {
  margin-top: 5px;
  color: #929399;
  font-size: 13px;
  line-height: 18px;
}

.nearby-coordinate-panel {
  padding: 2px 20px 0;
  display: grid;
  gap: 16px;
}

.nearby-coordinate-panel label {
  display: grid;
  gap: 8px;
}

.nearby-coordinate-panel label span {
  color: #777a80;
  font-size: 13px;
  line-height: 18px;
}

.nearby-coordinate-panel input {
  height: 46px;
  border: 0;
  border-radius: 12px;
  padding: 0 14px;
  color: #202124;
  background: #f5f6f8;
  font-size: 16px;
  outline: none;
}

.nearby-coordinate-panel input:focus {
  box-shadow: inset 0 0 0 1px #4d7cff;
}

.nearby-coordinate-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.nearby-coordinate-evidence {
  margin: 0;
  color: #9b9da3;
  font-size: 12px;
  line-height: 18px;
}

.nearby-coordinate-result {
  min-height: 20px;
  color: #4d7cff;
  font-size: 13px;
  line-height: 20px;
}

.nearby-coordinate-result.error {
  color: #d84444;
}

.native-nearby-user {
  min-height: 58px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.native-nearby-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7aa7ff, #ff8fb0);
  font-weight: 800;
}

.native-nearby-user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.native-nearby-user b,
.native-nearby-user small {
  display: block;
}

.native-nearby-user b {
  color: #252932;
  font-size: 16px;
}

.native-nearby-user small {
  margin-top: 3px;
  color: #9299a3;
  font-size: 12px;
}

.native-nearby-action-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 8px;
}

.native-nearby-action-grid button {
  padding: 0;
  border: 0;
  background: transparent;
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #555c66;
  font-size: 12px;
  font-style: normal;
}

.native-nearby-action-grid em {
  font-style: normal;
}

.nearby-action-symbol {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f2f4f7;
}

.nearby-action-symbol::before {
  color: #f2488f;
  font-size: 20px;
  font-weight: 900;
}

.nearby-action-symbol.footprint::before { content: "足"; }
.nearby-action-symbol.like::before { content: "♡"; }
.nearby-action-symbol.pass::before { content: "×"; }
.nearby-action-symbol.follow::before { content: "+"; }
.nearby-action-symbol.unfollow::before { content: "-"; }
.nearby-action-symbol.report::before { content: "!"; }
.nearby-action-symbol.block::before { content: "禁"; }

.nearby-photo-viewer {
  position: relative;
}

.nearby-photo-viewer img,
.nearby-photo-empty {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  object-fit: cover;
  background: #f2f3f5;
}

.nearby-photo-empty {
  display: grid;
  place-items: center;
  color: #9aa0a8;
}

.nearby-photo-count {
  margin-top: 8px;
  color: #8b929c;
  font-size: 12px;
  text-align: center;
}

.nearby-photo-controls {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.nearby-photo-controls button {
  height: 36px;
  border: 0;
  border-radius: 18px;
  color: #4d535d;
  background: #f1f2f5;
  font-size: 13px;
  font-weight: 700;
}

.nearby-photo-controls button:disabled {
  opacity: .45;
}
/* Native-style chat-now room invite sheet. Evidence:
   captures/ui_evidence/chat_now/inventory_20260629/chatnow_rooms_1.png */
.home-action-sheet[data-action="chat-room-native"] .home-sheet-backdrop {
  background: rgba(24, 28, 37, 0.43);
}

.home-action-sheet[data-action="chat-room-native"] .home-action-card {
  left: 36px;
  right: 36px;
  bottom: 132px;
  max-height: none;
  overflow: visible;
  border-radius: 28px;
  background: linear-gradient(180deg, #e8ebff 0%, #f9faff 56%, #ffffff 100%);
  box-shadow: 0 18px 46px rgba(38, 45, 78, 0.22);
}

.home-action-sheet[data-action="chat-room-native"] .home-sheet-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 2;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
}

.home-action-sheet[data-action="chat-room-native"] .home-sheet-header h2 {
  display: none;
}

.home-action-sheet[data-action="chat-room-native"] .home-sheet-close {
  position: absolute;
  top: 17px;
  right: 16px;
  width: 42px;
  height: 42px;
  opacity: 0.62;
}

.home-action-sheet[data-action="chat-room-native"] .home-action-content {
  max-height: none;
  overflow: visible;
  border-radius: 28px;
  background: transparent;
}

.native-room-invite {
  position: relative;
  min-height: 492px;
  padding: 82px 30px 34px;
  text-align: center;
}

.native-room-host {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 86px;
  height: 86px;
  transform: translate(-50%, -50%);
  border: 4px solid #ffffff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,0.62), rgba(120,138,200,0.46)),
    linear-gradient(135deg, #ccd7ff, #f2f5ff);
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0 5px rgba(88, 135, 255, 0.14), 0 8px 22px rgba(64, 90, 154, 0.28);
}

.native-room-invite h3 {
  margin: 34px 0 20px;
  color: #777b85;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.native-room-carousel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 212px;
}

.native-room-side {
  position: absolute;
  top: 24px;
  width: 146px;
  height: 176px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.26);
}

.native-room-side.left {
  left: -34px;
}

.native-room-side.right {
  right: -34px;
}

.native-room-card {
  position: relative;
  z-index: 1;
  width: min(100%, 258px);
  min-height: 205px;
  padding: 31px 22px 22px;
  display: grid;
  align-content: space-between;
  text-align: left;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 24px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.65), transparent 32%),
    linear-gradient(135deg, #e8efff 0%, #dfe6ff 100%);
  box-shadow: 0 10px 24px rgba(112, 123, 184, 0.18);
}

.native-room-card.lilac {
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,0.65), transparent 34%),
    linear-gradient(135deg, #ebe8ff 0%, #ddd6ff 100%);
}

.native-room-badge {
  position: absolute;
  top: -21px;
  right: -24px;
  min-width: 88px;
  padding: 8px 15px;
  transform: rotate(10deg);
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ffbd55, #ff8f25);
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 8px 14px rgba(255, 145, 46, 0.24);
}

.native-room-sound {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  position: relative;
}

.native-room-sound::before,
.native-room-sound::after {
  content: "";
  position: absolute;
  background: #7d8494;
}

.native-room-sound::before {
  left: 10px;
  top: 11px;
  width: 8px;
  height: 10px;
  border-radius: 8px 2px 2px 8px;
  transform: rotate(-24deg);
}

.native-room-sound::after {
  left: 18px;
  top: 9px;
  width: 8px;
  height: 13px;
  border-radius: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.native-room-card strong {
  margin-top: 18px;
  display: block;
  color: #333743;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.native-room-meta {
  display: flex;
  align-items: center;
  gap: 0;
}

.native-room-avatars {
  display: inline-flex;
  align-items: center;
}

.native-room-avatars i {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1f4ff, #bac7ef);
  background-size: cover;
  background-position: center;
}

.native-room-avatars i:first-child {
  margin-left: 0;
}

.native-room-meta em {
  margin-left: -4px;
  min-width: 70px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #686f8b;
  background: #cfd4ff;
  font-size: 15px;
  font-style: normal;
  white-space: nowrap;
}

.native-room-result {
  min-height: 22px;
  margin: 8px 0 12px;
  color: #7a8294;
  font-size: 13px;
}

.native-room-actions {
  display: grid;
  gap: 12px;
}

.native-room-accept {
  width: 100%;
  height: 68px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: #4f7df6;
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 11px 22px rgba(79, 125, 246, 0.22);
  cursor: pointer;
}

.native-room-accept:disabled {
  opacity: 0.68;
  cursor: default;
}

.native-room-quit {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 999px;
  color: #7b8293;
  background: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.native-room-quit:disabled {
  opacity: 0.58;
  cursor: default;
}

.home-action-sheet[data-action^="message:"] .home-action-card {
  border-radius: 14px 14px 0 0;
  background: #f3f4f7;
  box-shadow: 0 -10px 26px rgba(20, 24, 31, 0.16);
}

.home-action-sheet[data-action^="message:"] .home-sheet-header {
  height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid #ececf0;
  background: #fff;
}

.home-action-sheet[data-action^="message:"] .home-sheet-header h2 {
  font-size: 16px;
  font-weight: 600;
}

.home-action-sheet[data-action^="message:"] .home-action-content {
  padding: 0 0 calc(14px + env(safe-area-inset-bottom));
  background: #f3f4f7;
}

.home-action-sheet[data-action^="message:"] .home-action-summary {
  margin: 0;
  padding: 14px 16px 12px;
  border-radius: 0;
  background: #fff;
}

.home-action-sheet[data-action^="message:"] .home-action-summary h3 {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}

.home-action-sheet[data-action^="message:"] .home-action-summary p {
  margin-top: 5px;
  font-size: 12px;
  color: #8f9299;
}

.home-action-sheet[data-action^="message:"] .home-action-controls {
  margin: 8px 0 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.home-action-sheet[data-action^="message:"] .home-write-grid {
  display: block;
}

.home-action-sheet[data-action^="message:"] .home-write-btn {
  display: flex;
  width: 100%;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #ededf1;
  background: #fff;
  color: #24272d;
  font-size: 15px;
  font-weight: 500;
}

.home-action-sheet[data-action^="message:"] .home-write-btn:first-child {
  border-top: 0;
}

.home-action-sheet[data-action^="message:"] .home-write-btn.primary {
  color: #2788ff;
  background: #fff;
}

.home-action-sheet[data-action^="message:"] .home-write-btn.danger {
  color: #f35656;
  background: #fff;
}

.home-action-sheet[data-action^="message:"] .home-action-result {
  margin: 8px 0 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.chat-now-native-prompt {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px 22px 18px;
  text-align: center;
  background: #fff;
}

.chat-now-native-orb {
  position: relative;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #f0f4ff;
}

.chat-now-native-orb::before,
.chat-now-native-orb::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #4f7df6;
  transform: translate(-50%, -50%);
}

.chat-now-native-orb::before {
  width: 24px;
  height: 18px;
  border-radius: 10px;
}

.chat-now-native-orb::after {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-radius: 50%;
  box-shadow: -30px 0 0 #4f7df6;
}

.chat-now-native-prompt h3 {
  margin: 6px 0 0;
  color: #24272d;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.chat-now-native-prompt p {
  max-width: 280px;
  margin: 0;
  color: #8d929d;
  font-size: 13px;
  line-height: 1.45;
}

.chat-now-native-actions {
  width: 100%;
  margin-top: 10px;
}

.chat-now-member-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 8px;
  margin-top: 16px;
}

.chat-now-member {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #30343c;
  font-size: 11px;
  text-align: center;
}

.chat-now-member i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #9db0ff, #f1b2cf);
  background-size: cover;
  background-position: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}

.chat-now-member b,
.chat-now-member em {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-now-member b {
  font-weight: 600;
}

.chat-now-member em {
  color: #8d929d;
  font-style: normal;
}

.chat-now-result-card.room-live {
  padding: 20px 16px;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.chat-now-result-card.room-live h3 {
  text-align: center;
  font-size: 20px;
}

.chat-now-result-card.room-live p {
  text-align: center;
}

.chat-now-result-card.room-live .home-write-grid {
  margin-top: 18px;
}

/* Native evidence: activity_edit_user_avatar.xml, ProfileApi.updateProfile,
   EditUserAvatarActivity#getPhotosJson, ProfileEditAvatarUtils take_media. */
.home-profile-panel.avatar-manager {
  background: #fff;
}

.home-profile-panel.avatar-manager .home-panel-header {
  height: 76px;
  padding: 18px 16px 0;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  background: #fff;
  border-bottom: 0;
}

.home-profile-panel.avatar-manager .home-panel-header h2 {
  opacity: 1;
  color: #22262e;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.home-profile-panel.avatar-manager .home-panel-close::before {
  border-color: #272b33;
  filter: none;
}

.home-profile-panel.avatar-manager .home-profile-content {
  height: calc(100% - 76px);
  padding: 0;
  background: #fff;
}

.avatar-manager-view {
  min-height: 100%;
  padding: 10px 5px 120px;
  display: flex;
  flex-direction: column;
  color: #22262e;
  background: #fff;
}

.avatar-manager-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.avatar-manager-grid {
  min-height: 270px;
  margin: 0 5px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: start;
  gap: 6px;
}

.avatar-manager-tile,
.avatar-manager-add {
  position: relative;
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 2px;
  background: #eef1f5;
}

.avatar-manager-tile.pending {
  outline: 2px solid #3bb3fa;
  outline-offset: -2px;
}

.avatar-manager-tile i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 2px;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  font-size: 11px;
  line-height: 14px;
  font-style: normal;
}

.avatar-manager-tile b {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
}

.avatar-manager-tile b::before,
.avatar-manager-tile b::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.avatar-manager-tile b::before { transform: rotate(45deg); }
.avatar-manager-tile b::after { transform: rotate(-45deg); }

.avatar-manager-add {
  display: grid;
  place-items: center;
  gap: 5px;
  color: #a8adb6;
  border: 1px dashed #d8dce3;
}

.avatar-manager-add span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}

.avatar-manager-add span::before,
.avatar-manager-add span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #a8adb6;
}

.avatar-manager-add span::after {
  transform: rotate(90deg);
}

.avatar-manager-add strong {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.avatar-manager-tip {
  margin: 12px 11.5px 0;
  color: #aaa;
  font-size: 12px;
  line-height: 18px;
}

.avatar-manager-drop {
  margin: 18px 15px 0;
  padding: 15px 12px;
  display: grid;
  gap: 5px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  background: #fafbfc;
}

.avatar-manager-drop.dragging {
  border-color: #3bb3fa;
  background: #f0f9ff;
}

.avatar-manager-drop strong {
  color: #2f343c;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.avatar-manager-drop span {
  color: #9aa1aa;
  font-size: 12px;
  line-height: 17px;
}

.avatar-manager-status {
  margin: 12px 15px 0;
  color: #8a929d;
  font-size: 13px;
  line-height: 18px;
}

.avatar-manager-status.ok {
  color: #0a9f63;
}

.avatar-manager-status.error {
  color: #e24b5f;
}

.avatar-manager-savebar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px 35px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 22px, #fff);
}

.avatar-manager-savebar button {
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: #3bb3fa;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.avatar-manager-savebar button:disabled {
  opacity: 0.45;
}

/* Message chat receive/send closure. Evidence: analysis/jadx/sources/com/immomo/momo/protocol/http/MessageApi.java:173-200,249-289 and analysis/jadx/sources/com/immomo/momo/message/http/c.java:35-65. */
.home-action-sheet[data-action="message:chat"] .home-action-card {
  max-height: min(88vh, 720px);
  padding-bottom: 0;
  overflow: hidden;
  background: #f5f6f8;
}
.home-action-sheet[data-action="message:chat"] .home-sheet-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.native-chat-sheet {
  display: flex;
  flex-direction: column;
  min-height: min(74vh, 640px);
  background: #f5f6f8;
}
.native-chat-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.native-chat-header .session-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}
.native-chat-header strong {
  display: block;
  color: #202124;
  font-size: 15px;
  line-height: 20px;
}
.native-chat-header span {
  display: block;
  margin-top: 2px;
  color: #9aa0a6;
  font-size: 11px;
  line-height: 15px;
}
.native-chat-stream {
  flex: 1 1 auto;
  overflow: auto;
  padding: 14px 13px 18px;
  background: linear-gradient(#f6f7fa, #f2f3f6);
}
.native-chat-bubble-row {
  display: flex;
  margin: 8px 0;
}
.native-chat-system {
  display: flex;
  justify-content: center;
  margin: 12px 0;
}
.native-chat-system span {
  max-width: 78%;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #9aa0a6;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 5px 12px;
}
.native-chat-bubble-row.in {
  justify-content: flex-start;
}
.native-chat-bubble-row.out {
  justify-content: flex-end;
}
.native-chat-bubble {
  max-width: 78%;
  padding: 9px 12px 7px;
  border-radius: 17px;
  box-shadow: 0 2px 7px rgba(10, 20, 40, 0.04);
  background: #fff;
  color: #202124;
}
.native-chat-bubble-row.out .native-chat-bubble {
  color: #fff;
  background: linear-gradient(135deg, #35a8ff, #1e8bff);
  border-bottom-right-radius: 5px;
}
.native-chat-bubble-row.in .native-chat-bubble {
  border-bottom-left-radius: 5px;
}
.native-chat-bubble p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
}
.native-chat-bubble span,
.native-chat-bubble small {
  display: inline-block;
  margin-top: 4px;
  font-size: 10px;
  line-height: 13px;
  opacity: 0.64;
}
.native-chat-bubble small {
  margin-left: 6px;
}
.native-chat-empty {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  color: #8b9098;
}
.native-chat-empty strong {
  color: #3c4043;
  font-size: 15px;
}
.native-chat-empty span {
  max-width: 270px;
  font-size: 12px;
  line-height: 18px;
}
.native-chat-composer {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.native-chat-composer textarea {
  flex: 1 1 auto;
  min-height: 40px;
  max-height: 106px;
  resize: none;
  overflow-y: auto;
  border: 0;
  outline: none;
  border-radius: 20px;
  padding: 9px 13px;
  background: #f2f3f5;
  color: #202124;
  font-size: 14px;
  line-height: 22px;
}
.native-chat-composer button {
  min-width: 58px;
  height: 38px;
  border: 0;
  border-radius: 19px;
  color: #fff;
  background: #178cff;
  font-size: 14px;
  font-weight: 700;
}
.native-chat-composer button:disabled {
  opacity: 0.45;
}
/* Full-screen native chat page (App-style) */
.home-action-sheet.native-chat-open .home-action-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  border-radius: 0;
  transform: none;
}
.home-action-sheet.native-chat-open .home-sheet-header,
.home-action-sheet.native-chat-open .home-sheet-backdrop {
  display: none;
}
.home-action-sheet.native-chat-open .home-action-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  max-height: none;
  padding: 0;
  overflow: hidden;
}
.native-chat-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f3f3f5;
}
.native-chat-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 52px;
  padding: 0 12px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex: 0 0 auto;
}
.native-chat-back {
  position: relative;
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  padding: 0;
  flex: 0 0 auto;
  cursor: pointer;
}
.native-chat-back::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 9px;
  width: 11px;
  height: 11px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.native-chat-title {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}
.native-chat-title strong {
  display: block;
  color: #202124;
  font-size: 16px;
  line-height: 20px;
}
.native-chat-title span {
  display: block;
  margin-top: 1px;
  color: #9aa0a6;
  font-size: 11px;
  line-height: 14px;
}
.native-chat-topbar-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  cursor: pointer;
}
.native-chat-bubble-row {
  align-items: flex-start;
  gap: 8px;
}
.native-chat-bubble-row.out {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.native-chat-bubble-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.native-chat-composer .native-chat-emote,
.native-chat-composer .native-chat-plus {
  min-width: 0;
  width: 32px;
  height: 38px;
  padding: 0;
  flex: 0 0 auto;
  background: transparent;
  color: #8a9099;
  font-weight: 400;
  border-radius: 0;
}
.native-chat-composer .native-chat-emote::before {
  content: "\263A";
  font-size: 23px;
}
.native-chat-composer .native-chat-plus::before {
  content: "\FF0B";
  font-size: 22px;
}
.native-chat-composer .native-chat-send {
  flex: 0 0 auto;
}
/* App-style match (马上聊) page */
.native-match-page {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(160deg, #2b2340, #3a2b52);
  color: #fff;
}
.native-match-back {
  position: absolute;
  top: 14px;
  left: 12px;
  z-index: 2;
}
.native-match-back::before {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
.native-match-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  text-align: center;
}
.native-match-avatars {
  display: flex;
}
.native-match-avatars span {
  width: 54px;
  height: 54px;
  margin-left: -12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.native-match-avatars span:first-child {
  margin-left: 0;
}
.native-match-radar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  animation: nativeMatchPulse 1.6s ease-out infinite;
}
@keyframes nativeMatchPulse {
  0% { transform: scale(0.8); opacity: 0.85; }
  100% { transform: scale(1.35); opacity: 0; }
}
.native-match-title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
}
.native-match-sub {
  margin: 0;
  font-size: 13px;
  opacity: 0.85;
}
.native-match-cancel {
  margin: 0 auto 40px;
  width: 132px;
  height: 44px;
  border: 0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 15px;
}
/* App-style list sheet (通讯录 / 搜索) */
.native-list-page {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}
.native-list-search {
  padding: 8px 12px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.native-list-input {
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 18px;
  background: #f2f3f5;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  color: #202124;
}
.native-list-body {
  flex: 1 1 auto;
  overflow: auto;
  background: #fff;
}
.native-contact-row {
  cursor: pointer;
}
/* Session long-press options menu */
.native-ops-menu {
  display: flex;
  flex-direction: column;
}
.native-ops-btn {
  height: 52px;
  border: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: #202124;
  cursor: pointer;
}
.native-ops-btn:active {
  background: #f2f3f5;
}
.native-ops-btn.cancel {
  color: #8a9099;
  border-bottom: 0;
}
.native-ops-btn.danger {
  color: #ff3b30;
}
.native-ops-confirm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  text-align: center;
  padding: 20px 20px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.native-ops-confirm strong {
  font-size: 16px;
  color: #202124;
}
.native-ops-confirm span {
  font-size: 13px;
  color: #8a9099;
  line-height: 1.5;
}
/* Muted (免打扰) session row markers */
.session-mute-mark {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  flex: 0 0 auto;
  background: #c4c8ce;
  -webkit-mask: no-repeat center / 14px 14px;
  mask: no-repeat center / 14px 14px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.3 2 2 3.3l3.5 3.5A7 7 0 0 0 5 9v5l-2 2v1h13.7l3 3 1.3-1.3L3.3 2zM12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zM19 14V9a7 7 0 0 0-5.3-6.8V2a1.7 1.7 0 1 0-3.4 0v.2c-.5.1-1 .3-1.4.5L18.2 14H19z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3.3 2 2 3.3l3.5 3.5A7 7 0 0 0 5 9v5l-2 2v1h13.7l3 3 1.3-1.3L3.3 2zM12 22a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zM19 14V9a7 7 0 0 0-5.3-6.8V2a1.7 1.7 0 1 0-3.4 0v.2c-.5.1-1 .3-1.4.5L18.2 14H19z'/%3E%3C/svg%3E");
}
.session-unread-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c4c8ce;
  display: inline-block;
  flex: 0 0 auto;
}
/* Message search sections (local filter: 聊天 / 联系人 / 按 momoid 查找) */
.native-search-section-title {
  font-size: 13px;
  color: #8a9099;
  padding: 12px 16px 6px;
  background: #f7f8fa;
}
.native-search-lookup .session-avatar-label {
  color: #b0b4ba;
}
/* 真心话 maskchat sheet */
.native-maskchat-mask {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 18px;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.35));
}
.native-maskchat-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 22px;
  max-width: 320px;
}
.native-maskchat-topic {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 7px 14px;
}
.native-maskchat-start.native-maskchat-end {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.native-chat-result {
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.native-new-message-composer {
  flex-wrap: wrap;
}
.native-chat-target {
  flex: 0 0 100%;
  height: 38px;
  border: 0;
  outline: none;
  border-radius: 19px;
  padding: 0 13px;
  background: #f2f3f5;
  color: #202124;
  font-size: 14px;
}

/* ---------------------------------------------------------------- 直播 (live) tab */
.live-page {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(120deg, #ffe1ec 0%, #ffeef2 34%, #eef1ff 100%) 0 0 / 100% 120px no-repeat,
    #f5f6f8;
}
.live-page[hidden] { display: none; }

.live-header {
  position: absolute;
  left: 0; right: 0; top: 40px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  z-index: 2;
}
.live-tabs {
  flex: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  align-items: center;
  height: 44px;
}
.live-tabs::-webkit-scrollbar { display: none; }
.live-tab {
  flex: 0 0 auto;
  background: none;
  border: 0;
  padding: 4px 2px;
  font-size: 16px;
  line-height: 1;
  color: #8a8a99;
  cursor: pointer;
  white-space: nowrap;
  transition: color .15s, font-size .15s;
}
.live-tab.active { color: #1a1a1a; font-weight: 700; font-size: 19px; }
.live-actions { display: flex; align-items: center; gap: 6px; }
.live-action {
  width: 34px; height: 34px;
  border: 0; border-radius: 50%;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
}
.live-search-btn {
  background:
    rgba(255, 255, 255, .72)
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><line x1='16.5' y1='16.5' x2='21' y2='21'/></svg>")
    center / 18px no-repeat;
}

.live-search-bar {
  position: absolute;
  left: 0; right: 0; top: 86px;
  z-index: 3;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 12px;
  background: #fff;
  border-bottom: 1px solid #f0f0f2;
}
.live-search-bar[hidden] { display: none; }
.live-search-input {
  flex: 1;
  height: 36px;
  border: 0;
  border-radius: 18px;
  background: #f1f2f5;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}
.live-search-cancel { border: 0; background: none; color: #333; font-size: 14px; cursor: pointer; padding: 0 4px; }

.live-scroller {
  position: absolute;
  left: 0; right: 0;
  top: 92px; bottom: 83px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  touch-action: pan-y;
  padding: 6px 8px 16px;
}
.live-scroller::-webkit-scrollbar { display: none; }
.live-toast { display: none; text-align: center; color: #999; font-size: 13px; padding: 24px 0; }
.live-toast.visible { display: block; }

.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.live-card {
  position: relative;
  aspect-ratio: 1 / 1.16;
  border-radius: 12px;
  overflow: hidden;
  background: #e9eaee;
  cursor: pointer;
}
.live-cover { width: 100%; height: 100%; object-fit: cover; display: block; }
.live-cover-empty { background: linear-gradient(135deg, #e9eaee, #dfe0e6); }
.live-card-grad { position: absolute; inset: auto 0 0 0; height: 48%; background: linear-gradient(transparent, rgba(0, 0, 0, .55)); }
.live-card-top { position: absolute; top: 8px; left: 8px; }
.live-card-city { background: rgba(0, 0, 0, .35); color: #fff; font-size: 11px; padding: 2px 7px; border-radius: 9px; }
.live-card-info {
  position: absolute;
  left: 10px; right: 10px; bottom: 8px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 6px;
}
.live-card-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 70%;
}
.live-card-watch {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  flex: 0 0 auto;
}
.live-eye {
  width: 13px; height: 13px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 5C6 5 2 12 2 12s4 7 10 7 10-7 10-7-4-7-10-7zm0 11a4 4 0 110-8 4 4 0 010 8z'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 5C6 5 2 12 2 12s4 7 10 7 10-7 10-7-4-7-10-7zm0 11a4 4 0 110-8 4 4 0 010 8z'/></svg>") center/contain no-repeat;
  opacity: .95;
}
.live-empty { grid-column: 1 / -1; text-align: center; color: #999; font-size: 13px; padding: 44px 0; }

/* live room sheet — Phase 2 placeholder; Phase 4 replaces body with full watch + danmaku */
.live-room-loading { padding: 44px; text-align: center; color: #999; }
.live-room-sheet { display: flex; flex-direction: column; height: 100%; background: #000; color: #fff; }
.live-room-topbar { display: flex; align-items: center; gap: 10px; padding: 10px 12px; }
.live-room-back { width: 30px; height: 30px; }
.live-room-title strong { display: block; font-size: 15px; }
.live-room-title span { font-size: 12px; color: #ccc; }
.live-room-stage { position: relative; flex: 1; background: #111; overflow: hidden; }
.live-room-cover { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.live-room-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #111; }

/* ---------------- 发动态 (publish feed) ---------------- */
.home-action-sheet[data-action="feed:publish"] .home-action-card { background: #fff; padding: 0; }
.home-action-sheet[data-action="feed:publish"] .home-sheet-header { display: none; }
.pub-feed { display: flex; flex-direction: column; height: 100%; background: linear-gradient(#e8f1ff 0, #f6f9fc 130px, #fff 270px); position: relative; }
.pub-top { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; }
.pub-close { border: 0; background: transparent; font-size: 19px; color: #2b2b2b; width: 36px; height: 36px; }
.pub-submit { border: 0; background: linear-gradient(90deg, #3aa0e6, #45b0ff); color: #fff; font-size: 15px; font-weight: 600; padding: 8px 22px; border-radius: 20px; box-shadow: 0 3px 10px rgba(60, 150, 240, .35); }
.pub-submit:disabled { opacity: .6; }
.pub-user { display: flex; align-items: center; gap: 10px; padding: 4px 16px 2px; }
.pub-avatar { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; }
.pub-avatar-ph { background: #cdd8ea; }
.pub-user-meta { display: flex; flex-direction: column; gap: 2px; }
.pub-nick { font-size: 15px; font-weight: 600; color: #1a1a1a; }
.pub-visibility { align-self: flex-start; border: 0; background: transparent; color: #7a8aa0; font-size: 12px; padding: 0; cursor: pointer; }
.pub-site { margin-left: auto; border: 0; border-radius: 16px; background: #eef3fb; color: #5a86c8; font-size: 12px; padding: 6px 12px; display: inline-flex; align-items: center; gap: 5px; max-width: 52%; }
.pub-site-empty { color: #8a97a8; background: #f1f3f6; }
.pub-site-dot { width: 11px; height: 11px; border-radius: 50%; background: #4a90e2; box-shadow: inset 0 0 0 2px #fff; flex: 0 0 auto; }
.pub-site-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pub-site-x { color: #9aa7b6; font-size: 11px; }
.pub-text { border: 0; outline: 0; resize: none; background: transparent; padding: 14px 18px; min-height: 110px; font-size: 16px; line-height: 1.5; color: #222; border-radius: 12px; margin: 4px 10px; }
.pub-text::placeholder { color: #b6bcc4; }
.pub-images { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 16px; }
.pub-thumb { position: relative; aspect-ratio: 1; border-radius: 10px; overflow: hidden; }
.pub-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pub-thumb-x { position: absolute; top: 3px; right: 3px; width: 20px; height: 20px; border: 0; border-radius: 50%; background: rgba(0, 0, 0, .5); color: #fff; font-size: 11px; }
.pub-add-media { width: 92px; height: 92px; margin: 12px 16px; border: 1px dashed #cfd6e0; border-radius: 12px; background: #f6f8fb; color: #b3bdca; font-size: 34px; font-weight: 300; line-height: 1; }
.pub-toolbar { margin-top: auto; display: flex; align-items: center; justify-content: space-around; padding: 10px 6px; border-top: 1px solid #eef0f3; background: #fff; }
.pub-tool { border: 0; background: transparent; font-size: 21px; color: #6b7480; width: 40px; height: 40px; border-radius: 10px; }
.pub-tool:active { background: #f0f2f5; }
.pub-result { text-align: center; font-size: 13px; padding: 4px 0 8px; color: #888; min-height: 18px; }
.pub-result.ok { color: #2ba24a; }
.pub-result.error { color: #e0485a; }

/* ---------------- 发电波 ---------------- */
.home-action-sheet[data-action="universe:publish"] .home-action-content {
  background: #fff;
}

.universe-publish-page {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  color: #20242b;
  background: #fff;
}

.universe-publish-header {
  flex: 0 0 60px;
  height: 60px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 72px;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #edf0f4;
}

.universe-publish-header h2 {
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.universe-publish-close,
.universe-publish-submit {
  height: 38px;
  border: 0;
  font-size: 15px;
}

.universe-publish-close {
  width: 38px;
  padding: 0;
  color: #59616d;
  background: transparent;
  font-size: 20px;
}

.universe-publish-submit {
  width: 72px;
  color: #fff;
  background: #3478f6;
  border-radius: 7px;
  font-weight: 700;
}

.universe-publish-submit:disabled {
  opacity: 0.55;
}

.universe-publish-form {
  min-height: 0;
  flex: 1 1 auto;
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
}

.universe-publish-text {
  width: 100%;
  min-height: 180px;
  flex: 1 1 auto;
  border: 0;
  outline: 0;
  padding: 0;
  resize: none;
  color: #20242b;
  background: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 1.65;
}

.universe-publish-text::placeholder {
  color: #a0a7b1;
}

.universe-publish-meta {
  flex: 0 0 auto;
  padding: 12px 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #858d99;
  font-size: 13px;
  border-top: 1px solid #edf0f4;
}

.universe-publish-result {
  min-height: 22px;
  flex: 0 0 auto;
  color: #7a828e;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.universe-publish-result.ok { color: #16875f; }
.universe-publish-result.error { color: #c4362f; }
.pub-panel { position: absolute; inset: 0; z-index: 5; display: flex; align-items: flex-end; }
.pub-panel-mask { position: absolute; inset: 0; background: rgba(0, 0, 0, .28); }
.pub-panel-card { position: relative; width: 100%; max-height: 64%; background: #fff; border-radius: 16px 16px 0 0; display: flex; flex-direction: column; overflow: hidden; animation: pubSheetUp .2s ease; }
@keyframes pubSheetUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
.pub-panel-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid #f0f0f0; font-size: 15px; font-weight: 600; }
.pub-panel-close { border: 0; background: transparent; color: #3a8fe0; font-size: 14px; }
.pub-panel-body { overflow-y: auto; padding: 6px 0 14px; }
.pub-opt-list { list-style: none; margin: 0; padding: 0; }
.pub-opt { width: 100%; text-align: left; border: 0; background: transparent; padding: 13px 18px; display: flex; flex-direction: column; gap: 2px; }
.pub-opt:active { background: #f5f7fa; }
.pub-opt.on .pub-opt-t { color: #3a8fe0; }
.pub-opt-t { font-size: 15px; color: #222; }
.pub-opt-d { font-size: 12px; color: #9aa2ad; }
.pub-chip-list { list-style: none; margin: 0; padding: 10px 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.pub-chip { border: 0; background: #eef3fb; color: #4a7fc0; border-radius: 16px; padding: 8px 14px; font-size: 13px; }
.pub-emoji-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 2px; padding: 10px 12px; }
.pub-emoji { border: 0; background: transparent; font-size: 22px; padding: 6px 0; }
.pub-card-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 14px; }
.pub-card-opt { width: 78px; height: 78px; border: 0; border-radius: 12px; font-size: 13px; }
.pub-card-off { background: #f0f2f5 !important; color: #888 !important; }
.pub-site-search { padding: 10px 14px; }
.pub-site-kw { width: 100%; border: 1px solid #e5e8ee; border-radius: 10px; padding: 9px 12px; font-size: 14px; outline: 0; box-sizing: border-box; }
.pub-loading, .pub-error, .pub-empty { text-align: center; color: #9aa2ad; font-size: 13px; padding: 24px 0; list-style: none; }
.live-room-danmaku { position: absolute; left: 10px; right: 10px; bottom: 10px; max-height: 44%; overflow: hidden; }
.live-room-danmaku-hint { background: rgba(0, 0, 0, .42); color: #eee; font-size: 12px; padding: 6px 10px; border-radius: 10px; display: inline-block; }
.live-room-composer { display: flex; gap: 8px; padding: 10px 12px; background: #000; }
.live-room-input { flex: 1; height: 38px; border-radius: 19px; border: 0; background: #222; color: #fff; padding: 0 14px; outline: none; }
.live-room-composer button { border: 0; border-radius: 19px; background: #3a7afe; color: #fff; padding: 0 16px; cursor: pointer; }
.live-room-composer button:disabled { opacity: .5; }
.live-room-meta { font-size: 11px; color: #888; padding: 6px 12px; }

/* real-time danmaku list (SSE-driven) inside the watch stage */
.live-room-danmaku {
  position: absolute;
  left: 8px; right: 8px; bottom: 8px;
  max-height: 48%;
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.live-room-danmaku::-webkit-scrollbar { display: none; }
.danmaku-row {
  align-self: flex-start;
  max-width: 92%;
  background: rgba(0, 0, 0, .38);
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
  padding: 4px 10px;
  border-radius: 13px;
  word-break: break-word;
}
.danmaku-nick { color: #8fd0ff; }
.danmaku-enter, .danmaku-sys { color: #ffd98f; background: rgba(0, 0, 0, .3); }
.danmaku-enter .danmaku-nick, .danmaku-sys .danmaku-nick { color: #ffd98f; }
.danmaku-mine { background: rgba(58, 122, 254, .55); }
.danmaku-mine .danmaku-nick { color: #cfe0ff; }

/* --- 登录页 手机号(白话筒 on 蓝按钮, ic_phone) --- */
.phone-icon {
  border-radius: 0;
  background: none;
  background-color: #fff;
  -webkit-mask: url("/static/native-icons/phone.svg") no-repeat center / contain;
          mask: url("/static/native-icons/phone.svg") no-repeat center / contain;
}
.phone-icon::before, .phone-icon::after { content: none; }

/* --- 登录页 微信(白气泡 on 绿按钮, ic_wechat_share);.chat 内含 .bubble/.dot 子元素需隐藏 --- */
.chat {
  background: none;
  background-color: #fff;
  -webkit-mask: url("/static/native-icons/wechat.svg") no-repeat center / contain;
          mask: url("/static/native-icons/wechat.svg") no-repeat center / contain;
}
.chat .bubble, .chat .dot { display: none; }

/* --- 注册 清空X(灰圆保留, mask ::before, ic_login_name_clear) --- */
.register-clear::before {
  left: 50%; top: 50%;
  width: 11px; height: 11px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0;
  -webkit-mask: url("/static/native-icons/clear.svg") no-repeat center / contain;
          mask: url("/static/native-icons/clear.svg") no-repeat center / contain;
}
.register-clear::after { content: none; }

/* --- 注册 生日日历(ic_calendar_permisson) --- */
.register-calendar {
  width: 22px; height: 22px;
  border: 0;
  border-radius: 0;
  background: none;
  background-color: #b7bcc6;
  -webkit-mask: url("/static/native-icons/calendar.svg") no-repeat center / contain;
          mask: url("/static/native-icons/calendar.svg") no-repeat center / contain;
}
.register-calendar::before { content: none; }

/* --- 注册 头像上传 +(ic_profile_header_photo_add) --- */
.register-avatar-plus {
  width: 24px; height: 24px;
  border-radius: 0;
  background: none;
  background-color: #b7bcc6;
  transform: none;
  -webkit-mask: url("/static/native-icons/avatar_plus.svg") no-repeat center / contain;
          mask: url("/static/native-icons/avatar_plus.svg") no-repeat center / contain;
}
.register-avatar-plus::before { content: none; background: none; transform: none; }

/* --- 注册 性别 ♂/♀(ic_register_male/female,含圆圈,mask 元素) --- */
.register-sex-icon {
  background: none;
  background-color: #b7bcc6;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: 22px;        mask-size: 22px;
}
.register-sex-icon.male   { -webkit-mask-image: url("/static/native-icons/sex_male.svg");   mask-image: url("/static/native-icons/sex_male.svg"); }
.register-sex-icon.female { -webkit-mask-image: url("/static/native-icons/sex_female.svg"); mask-image: url("/static/native-icons/sex_female.svg"); }
.register-sex-icon::after { content: none; }
.register-sex.active .register-sex-icon { background-color: #4f8ff7; }

/* --- 语音聊天卡 通话(ic_phone, 白色) --- */
.call-icon {
  border: 0;
  border-radius: 0;
  transform: none;
  background: none;
  background-color: #fff;
  -webkit-mask: url("/static/native-icons/phone.svg") no-repeat center / contain;
          mask: url("/static/native-icons/phone.svg") no-repeat center / contain;
}
.call-icon::before, .call-icon::after { content: none; }

/* --- 分享面板 朋友圈/微信(保留品牌绿圆, mask ::before glyph) --- */
.native-feed-more-item.moments .native-feed-more-icon::before,
.native-feed-more-item.wechat .native-feed-more-icon::before {
  position: absolute;
  left: 50%; top: 50%;
  width: 26px; height: 26px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.native-feed-more-item.moments .native-feed-more-icon::before {
  -webkit-mask: url("/static/native-icons/share_moments.svg") no-repeat center / contain;
          mask: url("/static/native-icons/share_moments.svg") no-repeat center / contain;
}
.native-feed-more-item.wechat .native-feed-more-icon::before {
  -webkit-mask: url("/static/native-icons/wechat.svg") no-repeat center / contain;
          mask: url("/static/native-icons/wechat.svg") no-repeat center / contain;
}
.native-feed-more-item.moments .native-feed-more-icon::after,
.native-feed-more-item.wechat .native-feed-more-icon::after { content: none; box-shadow: none; }

/* --- 评论表情栏 加号(ic_emotion_add) + "最近"tab 时钟(ic_chat_emotetab_recent) --- */
.home-comment-emotion-store {
  background: none;
  background-color: #a8a8a8;
  -webkit-mask: url("/static/native-icons/add.svg") no-repeat center / 26px;
          mask: url("/static/native-icons/add.svg") no-repeat center / 26px;
}
.home-comment-emotion-store::before, .home-comment-emotion-store::after { content: none; }
.home-comment-emotion-tab-icon.recent {
  background: none;
  background-color: #a7a7a7;
  -webkit-mask: url("/static/native-icons/emote_recent.svg") no-repeat center / 28px;
          mask: url("/static/native-icons/emote_recent.svg") no-repeat center / 28px;
}
.home-comment-emotion-tab-icon.recent::before, .home-comment-emotion-tab-icon.recent::after { content: none; }

/* ============================================================
   真机 App 图标替换(vector drawable → native-icons/*.svg)
   单色线性图标:CSS mask 把图标按原色着色;抹掉旧伪元素手画。
   来源: res/drawable/ic_*.xml  经 tools/vd2svg.py 转换
   ============================================================ */

/* --- 返回箭头(ic_toolbar_back_gray_24dp) --- */
.home-panel-close,
.settings-back,
.register-back {
  border: 0;
  background: none;
  background-color: #2d3239;
  -webkit-mask: url("/static/native-icons/back.svg") no-repeat center / 22px;
          mask: url("/static/native-icons/back.svg") no-repeat center / 22px;
}
.register-back { background-color: #323333; -webkit-mask-size: 18px; mask-size: 18px; }
.home-panel-close { background-color: #272b33; }
.home-panel-close::before,
.home-panel-close::after,
.settings-back::before,
.settings-back::after,
.register-back::before,
.register-back::after { content: none; }

/* --- 关闭 X(ic_close_black) --- */
.close,
.home-sheet-close,
.slider-close,
.interface-close {
  border: 0;
  background: none;
  background-color: #333;
  -webkit-mask: url("/static/native-icons/close.svg") no-repeat center / 20px;
          mask: url("/static/native-icons/close.svg") no-repeat center / 20px;
}
.home-sheet-close { background-color: #252a32; }
.close::before, .close::after,
.home-sheet-close::before, .home-sheet-close::after,
.slider-close::before, .slider-close::after,
.interface-close::before, .interface-close::after { content: none; }

/* Profile hero needs its own high-contrast back control over arbitrary photos. */
.home-profile-panel.native-profile .home-panel-header .home-profile-back {
  width: 72px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 10px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: rgba(20, 24, 31, 0.62);
  -webkit-mask: none;
          mask: none;
  color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(4px);
  cursor: pointer;
}

.home-profile-panel.native-profile .home-panel-header .home-profile-back::before,
.home-profile-panel.native-profile .home-panel-header .home-profile-back::after { content: none; }

.home-profile-panel.native-profile .home-panel-header .home-profile-back > span {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: #fff;
  -webkit-mask: url("/static/native-icons/back.svg") no-repeat center / 16px;
          mask: url("/static/native-icons/back.svg") no-repeat center / 16px;
}

.home-profile-panel.native-profile .home-panel-header .home-profile-back > b {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

/* --- 搜索放大镜(ic_search_grey);.message-search-icon 是 .message-round 内的图标 --- */
.message-search-icon {
  border: 0;
  background: none;
  background-color: currentColor;
  -webkit-mask: url("/static/native-icons/search.svg") no-repeat center / 24px;
          mask: url("/static/native-icons/search.svg") no-repeat center / 24px;
}
.message-search-icon::before, .message-search-icon::after { content: none; }

/* --- 附近筛选按钮(ic_nearby_filter=白圆+漏斗复合图,整按钮背景) --- */
.filter-btn {
  background-image: url("/static/native-icons/filter_btn.svg");
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: center;
}
.filter-icon { display: none; }

/* --- 设置页扫一扫(ic_setting_scan_qr_code=白圆+扫码角复合图) --- */
.settings-scan {
  background-image: url("/static/native-icons/scan_btn.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.settings-scan::before, .settings-scan::after { content: none; }

/* --- 设置页每行左侧图标(真机 ic_*_setting 系列, 24dp 单色) --- */
.settings-icon {
  position: relative;
  z-index: 1;
  background: none;
  background-color: #333840;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  -webkit-mask-position: center;  mask-position: center;
  -webkit-mask-size: 24px;        mask-size: 24px;
}
.settings-icon::before, .settings-icon::after { content: none; }
.settings-icon.account { -webkit-mask-image: url("/static/native-icons/set_account.svg"); mask-image: url("/static/native-icons/set_account.svg"); }
.settings-icon.general { -webkit-mask-image: url("/static/native-icons/set_general.svg"); mask-image: url("/static/native-icons/set_general.svg"); }
.settings-icon.notice  { -webkit-mask-image: url("/static/native-icons/notice.svg");      mask-image: url("/static/native-icons/notice.svg"); }
.settings-icon.privacy { -webkit-mask-image: url("/static/native-icons/set_privacy.svg"); mask-image: url("/static/native-icons/set_privacy.svg"); }
.settings-icon.live    { -webkit-mask-image: url("/static/native-icons/set_live.svg");    mask-image: url("/static/native-icons/set_live.svg"); }
.settings-icon.appicon { -webkit-mask-image: url("/static/native-icons/set_appicon.svg"); mask-image: url("/static/native-icons/set_appicon.svg"); }
.settings-icon.teen    { -webkit-mask-image: url("/static/native-icons/set_teen.svg");    mask-image: url("/static/native-icons/set_teen.svg"); }
.settings-icon.cache   { -webkit-mask-image: url("/static/native-icons/set_cache.svg");   mask-image: url("/static/native-icons/set_cache.svg"); }
.settings-icon.help    { -webkit-mask-image: url("/static/native-icons/set_help.svg");    mask-image: url("/static/native-icons/set_help.svg"); }
.settings-icon.rules   { -webkit-mask-image: url("/static/native-icons/set_rules.svg");   mask-image: url("/static/native-icons/set_rules.svg"); }
.settings-icon.license { -webkit-mask-image: url("/static/native-icons/set_rules.svg");   mask-image: url("/static/native-icons/set_rules.svg"); }
.settings-icon.about   { -webkit-mask-image: url("/static/native-icons/set_about.svg");   mask-image: url("/static/native-icons/set_about.svg"); }

/* --- 发动态纸飞机(ic_publish_feed) --- */
.publish-icon {
  transform: none;
  background: none;
  background-color: #20242a;
  -webkit-mask: url("/static/native-icons/publish.svg") no-repeat center / 22px;
          mask: url("/static/native-icons/publish.svg") no-repeat center / 22px;
}
.publish-icon::before, .publish-icon::after { content: none; }

/* --- 消息页 通讯录 + 铃铛(ic_contact_permisson / ic_notice_setting),在 .message-round 内 --- */
.message-contact-icon {
  background: none;
  background-color: currentColor;
  -webkit-mask: url("/static/native-icons/contact.svg") no-repeat center / 26px;
          mask: url("/static/native-icons/contact.svg") no-repeat center / 26px;
}
.message-bell-icon {
  background: none;
  background-color: currentColor;
  -webkit-mask: url("/static/native-icons/notice.svg") no-repeat center / 24px;
          mask: url("/static/native-icons/notice.svg") no-repeat center / 24px;
}
.message-contact-icon::before, .message-contact-icon::after,
.message-bell-icon::before, .message-bell-icon::after { content: none; }

/* --- 小宇宙 feed 操作:赞(心)/评论(铅笔)/火花(心),单色可着色 --- */
.universe-like-icon, .universe-spark-icon {
  background: none;
  background-color: #a9abb1;
  -webkit-mask: url("/static/native-icons/like_heart.svg") no-repeat center / 22px;
          mask: url("/static/native-icons/like_heart.svg") no-repeat center / 22px;
}
.universe-comment-icon {
  background: none;
  background-color: #a9abb1;
  -webkit-mask: url("/static/native-icons/comment_pencil.svg") no-repeat center / 22px;
          mask: url("/static/native-icons/comment_pencil.svg") no-repeat center / 22px;
}
.universe-like-icon::before, .universe-like-icon::after,
.universe-spark-icon::before, .universe-spark-icon::after,
.universe-comment-icon::before, .universe-comment-icon::after { content: none; }

/* --- 小宇宙发电波(蓝底白纸飞机, ic_publish_feed) --- */
.universe-compose-icon {
  background: none;
  background-color: #fff;
  -webkit-mask: url("/static/native-icons/publish.svg") no-repeat center / 22px;
          mask: url("/static/native-icons/publish.svg") no-repeat center / 22px;
}
.universe-compose-icon::before, .universe-compose-icon::after { content: none; }

/* --- 小宇宙星球入口(白圆按钮内, mask ::before 保留白底; ic_tab_universe) --- */
.orbit-action::before {
  left: 50%; top: 50%;
  width: 24px; height: 24px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  background-color: #333842;
  -webkit-mask: url("/static/native-icons/tab_universe.svg") no-repeat center / contain;
          mask: url("/static/native-icons/tab_universe.svg") no-repeat center / contain;
}
.orbit-action::after { content: none; }

/* --- 设置列表右侧 > 箭头(icon_arrow_right_gray) --- */
.settings-chevron {
  width: 9px;
  height: 15px;
  border: 0;
  transform: none;
  background: none;
  background-color: #b8b8b8;
  -webkit-mask: url("/static/native-icons/chevron.svg") no-repeat center / contain;
          mask: url("/static/native-icons/chevron.svg") no-repeat center / contain;
}

/* ===== 聊天表情面板(复用 home-comment-emotion-* 的面板/网格/tab条样式,只加 chat scope 覆盖) ===== */
.native-chat-emote-host:empty { display: none; }
.native-chat-emote-host { flex: 0 0 auto; }
.chat-emote-panel .home-comment-emotion-body { padding-bottom: 40px; }

/* 评论侧把删除键 display:none 硬关;聊天要真显示,更高特异性覆盖回来 */
.chat-emote-panel .home-comment-emotion-delete.chat-delete {
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 48px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: none;
  display: none;
  z-index: 3;
}
.chat-emote-panel .home-comment-emotion-delete.chat-delete.show { display: block; }
.chat-emote-panel .home-comment-emotion-delete.chat-delete::before { content: none; display: none; }
.chat-emote-panel .home-comment-emotion-delete.chat-delete::after {
  content: "⌫";
  display: block;
  color: #5a6069;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.native-chat-composer .native-chat-emote.active { color: #178cff; }

/* ===== 好友/关注/粉丝 列表页(复用 home-profile-panel 容器) ===== */
.home-profile-panel.relation-list .home-profile-content { padding: 0; background: #fff; }
.relation-list-body { height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.relation-list-body::-webkit-scrollbar { width: 0; }
.relation-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 11px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.relation-row:active { background: #f4f5f7; }
.relation-avatar {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  background: #e9ebef;
  display: grid;
  place-items: center;
}
.relation-avatar-img { width: 100%; height: 100%; object-fit: cover; }
.relation-avatar-fallback { color: #9aa0aa; font-size: 20px; font-weight: 700; }
.relation-main { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.relation-name-row { display: flex; align-items: center; gap: 6px; min-width: 0; }
.relation-name {
  font-size: 17px;
  font-weight: 600;
  color: #1f2329;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation-vip { flex: 0 0 auto; font-size: 11px; color: #fff; background: #f0a020; border-radius: 4px; padding: 0 4px; line-height: 16px; }
.relation-nice { flex: 0 0 auto; font-size: 12px; color: #f0a020; }
.relation-sub { display: flex; align-items: center; gap: 8px; min-width: 0; }
.relation-age {
  flex: 0 0 auto;
  font-size: 12px;
  line-height: 18px;
  padding: 0 7px;
  border-radius: 9px;
  color: #fff;
  background: #b9bcc4;
}
.relation-age.gender-f { background: #ff7db0; }
.relation-age.gender-m { background: #59a7ff; }
.relation-sign {
  font-size: 13px;
  color: #9aa0aa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relation-rel {
  flex: 0 0 auto;
  font-size: 13px;
  color: #6b7078;
  border: 1px solid #dfe1e6;
  border-radius: 999px;
  padding: 4px 12px;
}
.relation-empty {
  padding: 60px 28px;
  text-align: center;
  color: #6b7078;
  font-size: 15px;
  line-height: 1.7;
}
.relation-empty-sub { margin-top: 8px; font-size: 13px; color: #9aa0aa; }
.relation-more-spinner { display: grid; place-items: center; padding: 14px 0; }
.native-profile-edit {
  position: absolute;
  z-index: 7;
  right: 16px;
  top: 16px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 6px;
  color: #fff;
  background: rgba(20, 24, 30, 0.42);
  font-size: 14px;
}

.profile-editor-view {
  min-height: 100%;
  background: #f5f7fa;
  padding-bottom: 72px;
}

.profile-editor-avatar {
  width: 100%;
  min-height: 108px;
  border: 0;
  border-bottom: 1px solid #e5e9ef;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  color: #1b2430;
}

.profile-editor-avatar img,
.profile-editor-avatar > span {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  display: grid;
  place-items: center;
  background: #e8edf4;
  font-size: 24px;
}

.profile-editor-avatar strong {
  font-size: 15px;
  font-weight: 500;
}

.profile-editor-form {
  margin-top: 10px;
  background: #fff;
}

.profile-editor-form > label,
.profile-editor-pair label {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  min-height: 54px;
  padding: 8px 20px;
  border-bottom: 1px solid #edf0f4;
}

.profile-editor-form label > span {
  color: #344054;
  font-size: 14px;
}

.profile-editor-form input,
.profile-editor-form textarea,
.profile-editor-form select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #182230;
  font: inherit;
  resize: vertical;
}

.profile-editor-form select {
  height: 38px;
  padding: 0 26px 0 0;
  appearance: auto;
}

.profile-editor-form label > i {
  position: absolute;
  right: 20px;
  color: #98a2b3;
  font-style: normal;
  font-size: 13px;
}

.profile-editor-pair {
  display: grid;
  grid-template-columns: 1fr;
}

.profile-editor-pair label:first-child {
  border-right: 0;
}

.profile-editor-result {
  min-height: 34px;
  margin: 0;
  padding: 10px 20px 0;
  color: #667085;
  font-size: 13px;
}

.profile-editor-result.ok { color: #15803d; }
.profile-editor-result.error { color: #c2413b; }

.profile-editor-form footer {
  padding: 16px 20px;
}

.profile-editor-form footer button {
  width: 100%;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: #2f7df6;
  color: #fff;
  font-size: 15px;
}

.profile-editor-form footer button:disabled {
  opacity: 0.55;
}
.home-sheet-back {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 60px;
  height: 38px;
  padding: 0 8px 0 2px;
  border: 0;
  background: transparent;
  color: #44546a;
  font-size: 14px;
  cursor: pointer;
  pointer-events: auto;
}

.home-sheet-back > span {
  width: 10px;
  height: 10px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-sheet-back:hover { color: #2f7df6; }

.home-sheet-header { position: relative; }

.universe-detail-sheet { padding: 14px 16px 18px; }
.universe-detail-post { padding: 12px 0 18px; border-bottom: 1px solid #edf1f6; }
.universe-detail-post strong { font-size: 15px; color: #1f2937; }
.universe-detail-post p { margin: 10px 0 0; color: #263244; line-height: 1.7; white-space: pre-wrap; }
.universe-detail-sheet > h3 { margin: 16px 0 8px; font-size: 15px; }
.universe-comment-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; padding: 12px 0; border-bottom: 1px solid #edf1f6; }
.universe-comment-avatar { width: 38px; height: 38px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #edf4ff; color: #2f7df6; }
.universe-comment-avatar img { width: 100%; height: 100%; object-fit: cover; }
.universe-comment-row strong { font-size: 14px; }
.universe-comment-row p { margin: 5px 0; line-height: 1.55; white-space: pre-wrap; }
.universe-comment-row small { color: #91a0b5; }
.universe-comment-row > button { align-self: center; border: 0; background: transparent; color: #6f7f95; cursor: pointer; }
.universe-comment-empty { padding: 36px 0; text-align: center; color: #91a0b5; }
.universe-comment-composer { position: sticky; bottom: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; padding: 12px 0 0; background: #fff; }
.universe-comment-composer textarea { min-height: 42px; max-height: 110px; resize: vertical; padding: 10px 12px; border: 1px solid #d9e2ef; border-radius: 6px; font: inherit; }
.universe-comment-composer button { padding: 0 18px; border: 0; border-radius: 6px; background: #2f7df6; color: #fff; cursor: pointer; }
.universe-comment-composer .home-action-result { grid-column: 1 / -1; min-height: 18px; }
.universe-post-action.liked { color: #2f7df6; }
