.mine-menu-icon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #3f4543;
}

.mine-menu-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.mine-menu-row i {
  width: 9px;
  height: 9px;
  border-top: 2px solid #7e8583;
  border-right: 2px solid #7e8583;
  transform: rotate(45deg);
}

.mine-menu-row--danger {
  color: #252928;
}

.mine-security {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin: 2px 0 0;
  color: #727d78;
  font-size: 12px;
  font-weight: 500;
}

.mine-security svg {
  width: 16px;
  height: 16px;
  color: #0b8c55;
}

.mine-detail-page,
.mine-feedback-page {
  gap: 12px;
  padding-top: 20px;
  padding-bottom: calc(28px + env(safe-area-inset-bottom));
}

.mine-detail-head {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.mine-detail-head button {
  display: grid;
  place-items: center;
  width: 26px;
  height: 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
}

.mine-detail-head button::before {
  width: 12px;
  height: 12px;
  border-bottom: 5px solid currentColor;
  border-left: 5px solid currentColor;
  content: "";
  transform: translateX(3px) rotate(45deg);
}

.mine-detail-head h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: var(--home-font-page);
  line-height: 1.1;
}

.mine-detail-head p {
  margin: 0;
  color: var(--home-muted);
  font-size: var(--home-font-sm);
  font-weight: 800;
}

.mine-list {
  display: grid;
  gap: 9px;
}

.mine-record {
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.94);
}

.mine-record {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 76px;
  padding: 10px;
}

.mine-record img {
  width: 38px;
  aspect-ratio: 1 / 2;
  border-radius: 6px;
  object-fit: cover;
}

.mine-record strong {
  display: block;
  overflow-wrap: anywhere;
  color: var(--home-ink);
  font-size: var(--home-font-md);
  line-height: 1.25;
}

.mine-record p,
.mine-empty {
  margin: 0;
  color: var(--home-muted);
  font-size: var(--home-font-xs);
  font-weight: 700;
  line-height: 1.45;
}

.mine-record button {
  min-height: 34px;
  border-radius: 8px;
  padding: 0 11px;
  background: var(--home-green);
  color: #fff;
  font-size: var(--home-font-xs);
  font-weight: 800;
}

@media (max-width: 430px) {
  .tab-page.mine-page {
    width: calc(100% - 26px);
    padding-top: 10px;
  }

  .mine-identity h2 {
    font-size: 25px;
  }

  .mine-stats {
    min-height: 70px;
  }

  .mine-section {
    padding-inline: 13px;
  }

}
