/* Figma 节点 11012:1842 — 存档信息卡片（仅首页，宽 340px） */
html.home-page-root .home-welcome-page .save-info-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: center;
  flex-shrink: 0;
  width: 340px;
  max-width: calc(100% - 40px);
  margin: 0 auto 24px;
  padding: 24px;
  border: 2px solid #00ddff;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(170, 0, 0, 0.16);
  box-sizing: border-box;
  text-align: left;
  word-break: break-word;
  overflow: visible;
  background: rgba(0, 221, 255, 0.1);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  margin-top: 28px;
}

html.home-page-root .home-welcome-page .save-info-title {
  width: 100%;
  margin: 0;
  font-family: 'Lexend', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
}

html.home-page-root .home-welcome-page .save-info-body {
  width: 100%;
  font-family: 'Lexend', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 0;
  color: #ffffff;
}

html.home-page-root .home-welcome-page .save-info-item {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
}

html.home-page-root .home-welcome-page .save-info-item strong {
  font-weight: 500;
  color: #00ddff;
}

@media (max-width: 768px) {
  html.home-page-root .home-welcome-page .save-info-card {
    margin-bottom: 28px;
    margin-top: 28px;
  }
}