/* 添加到手机桌面 */
#ath-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 10050;
}
#ath-panel {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  max-width: 360px;
  background: linear-gradient(180deg, #2a3550 0%, #1c2641 100%);
  border: 1px solid #e5b93e;
  border-radius: 12px;
  z-index: 10060;
  color: #fff;
  box-sizing: border-box;
  padding: 18px 16px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}
#ath-panel .ath-title {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #f0d48a;
  margin-bottom: 12px;
}
#ath-panel .ath-close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 26px;
  line-height: 1;
  color: #bbb;
  cursor: pointer;
  padding: 4px 8px;
}
#ath-panel .ath-steps {
  font-size: 14px;
  line-height: 1.7;
  color: #e8ecf5;
  padding: 0 4px 8px;
}
#ath-panel .ath-steps b {
  color: #f0d48a;
}
#ath-panel .ath-tip {
  font-size: 12px;
  color: #9aa3b5;
  margin-top: 6px;
  text-align: center;
}
#ath-panel .ath-actions {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
#ath-panel .ath-btn {
  flex: 1;
  text-align: center;
  border: none;
  border-radius: 8px;
  padding: 10px 0;
  font-size: 15px;
  cursor: pointer;
}
#ath-panel .ath-btn-primary {
  background: linear-gradient(180deg, #b1923c, #dbc784);
  color: #2a2108;
  font-weight: 600;
}
#ath-panel .ath-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #667;
}
.ath-entry-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  display: block;
}
