/* 第6套：app · 绿色单栏应用下载页 */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
  background: #eef6f1;
  color: #14332a;
  font-size: 16px;
  line-height: 1.7;
}
a { color: #18794e; }
.store { width: min(720px, calc(100% - 28px)); margin: 0 auto; padding: 18px 0 40px; }
.apptop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #18794e;
  text-decoration: none;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.08em;
}
.mini a {
  margin-left: 12px;
  text-decoration: none;
  color: #3d5c50;
  font-size: 14px;
}
.mini a.pick { color: #18794e; font-weight: 700; }
.heroapp {
  background: #fff;
  border-radius: 22px;
  padding: 26px 22px;
  box-shadow: 0 8px 24px rgba(20, 51, 42, 0.06);
  text-align: center;
}
.iconbox {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  background: #18794e;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heroapp h1 { font-size: 26px; line-height: 1.4; margin-bottom: 10px; }
.ver { font-size: 13px; color: #5b7a6d; margin-bottom: 14px; }
.pillcta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px;
  margin: 8px 0;
  border-radius: 999px;
  text-decoration: none;
  background: #18794e;
  color: #fff;
  font-weight: 700;
}
.pillcta.dark { background: #14332a; }
.pillcta.outline { background: #fff; color: #18794e; border: 1px solid #18794e; }
.stack { margin-top: 18px; }
.blockapp {
  background: #fff;
  border-radius: 18px;
  padding: 20px 18px;
  margin-bottom: 14px;
}
.blockapp h2 { font-size: 19px; color: #18794e; margin-bottom: 10px; }
.blockapp p { margin-bottom: 10px; }
.check { list-style: none; }
.check li {
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid #e4efe8;
}
.check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #18794e;
}
.device {
  height: 120px;
  border: 2px solid #18794e;
  border-radius: 16px;
  margin: 10px 0;
  background: linear-gradient(#f3faf6, #d9efe3);
}
.feed article { padding: 10px 0; border-bottom: 1px solid #e4efe8; }
.feed time { font-size: 12px; color: #18794e; }
.talk { margin-bottom: 12px; }
.talk h3 {
  background: #e8f6ee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 10px 10px 10px 0;
  font-size: 15px;
  margin-bottom: 6px;
}
.tail {
  text-align: center;
  font-size: 12px;
  color: #3d5c50;
  padding: 10px 8px 0;
}
.tail a { color: #18794e; }
@media (max-width: 600px) {
  .apptop { flex-direction: column; gap: 8px; }
}
