.home-glance {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.home-question {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.home-question span {
  display: block;
  color: #697571;
  font-size: 11px;
}

.home-question h2 {
  margin: 4px 0 0;
  font-family: "Source Han Serif SC", "Songti SC", "PingFang SC", serif;
  font-size: 21px;
  line-height: 1.28;
}

.home-question button {
  min-height: 34px;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #245f5b;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
}

.home-question button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.relative-card-v3 {
  overflow: hidden;
  border: 1px solid rgba(23, 41, 46, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(22, 70, 77, 0.09);
}

.relative-photo-v3 {
  position: relative;
  height: 178px;
  overflow: hidden;
  background: #dceee7;
}

.relative-photo-v3::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(16, 45, 47, 0.28));
  pointer-events: none;
}

.relative-photo-v3 > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.ai-label-v3,
.relative-ready-v3 {
  position: absolute;
  z-index: 1;
  top: 11px;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  padding: 0 9px;
  color: #163d3c;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 750;
}

.ai-label-v3 {
  left: 11px;
}

.ai-label-v3 b {
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  background: #2e7d73;
  font-size: 8px;
}

.relative-ready-v3 {
  right: 11px;
}

.relative-ready-v3 i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2c9b67;
  box-shadow: 0 0 0 3px rgba(44, 155, 103, 0.14);
}

.relative-main-v3 {
  padding: 13px;
}

.relative-name-v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.relative-name-v3 h2 {
  margin: 0;
  font-size: 18px;
}

.relative-name-v3 p {
  margin: 4px 0 0;
  color: #6a7672;
  font-size: 10px;
}

.relative-name-v3 button {
  min-height: 31px;
  border: 1px solid rgba(49, 120, 110, 0.16);
  border-radius: 6px;
  padding: 0 9px;
  color: #245f5b;
  background: #eef7f3;
  font-size: 10px;
  font-weight: 750;
}

.relative-line-v3 {
  margin: 10px 0 0;
  color: #485653;
  font-family: "Source Han Serif SC", "Songti SC", "PingFang SC", serif;
  font-size: 12px;
  line-height: 1.55;
}

.relative-actions-v3 {
  margin-top: 11px;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
}

.relative-chat-v3,
.relative-voice-v3 {
  height: 44px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.relative-chat-v3 {
  border: 0;
  color: #fff;
  background: #174f4e;
  font-size: 13px;
  font-weight: 780;
}

.relative-voice-v3 {
  border: 1px solid rgba(23, 79, 78, 0.18);
  color: #174f4e;
  background: #f1f8f5;
}

.relative-chat-v3 svg,
.relative-voice-v3 svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-section-v3 {
  padding: 2px 0 0;
}

.quick-head-v3 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.quick-head-v3 h3 {
  margin: 0;
  font-size: 14px;
}

.quick-head-v3 span {
  color: #7a8581;
  font-size: 10px;
}

.quick-grid-v3 {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
}

.quick-item-v3 {
  min-width: 0;
  min-height: 72px;
  border: 0;
  padding: 0 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 7px;
  color: #263a3a;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.quick-icon-v3 {
  width: 43px;
  height: 43px;
  border-radius: 8px;
  display: grid;
  place-items: center;
}

.quick-icon-v3 svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quick-chat-v3 .quick-icon-v3 {
  color: #1f7065;
  background: #dcefe8;
}

.quick-story-v3 .quick-icon-v3 {
  color: #a45836;
  background: #fae5d7;
}

.quick-memory-v3 .quick-icon-v3 {
  color: #356b8d;
  background: #dcebf6;
}

.quick-guidance-v3 .quick-icon-v3 {
  color: #8a6517;
  background: #fff0bd;
}

.profile-reminder-v3 {
  width: 100%;
  min-height: 64px;
  border: 1px solid rgba(23, 41, 46, 0.1);
  border-radius: 8px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 42px 1fr 16px;
  align-items: center;
  gap: 10px;
  color: #243939;
  text-align: left;
  background: #fff;
}

.profile-reminder-v3 > b {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d66a42;
  font-size: 11px;
}

.profile-reminder-copy-v3 strong,
.profile-reminder-copy-v3 span {
  display: block;
}

.profile-reminder-copy-v3 strong {
  color: #243939;
  font-size: 11px;
}

.profile-reminder-copy-v3 span {
  margin-top: 4px;
  color: #75817d;
  font-size: 9px;
}

.profile-reminder-v3 > svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #84908c;
  stroke-width: 2;
}

.safe-note-v3 {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #74807c;
  font-size: 9px;
  line-height: 1.5;
}

.safe-note-v3 b {
  flex: 0 0 auto;
  border-radius: 4px;
  padding: 2px 5px;
  color: #245f5b;
  background: #e5f2ed;
  font-size: 8px;
}

.belief-tool {
  position: relative;
}

.belief-tool .optional-badge {
  position: absolute;
  top: 9px;
  right: 9px;
  color: #6c7874;
  font-size: 9px;
}

.belief-form {
  display: grid;
  gap: 12px;
}

.belief-toggle-row,
.belief-select-row {
  border: 1px solid rgba(23, 41, 46, 0.1);
  border-radius: 8px;
  padding: 12px;
  background: #fff;
}

.belief-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.belief-toggle-row strong,
.belief-toggle-row span,
.belief-select-row label {
  display: block;
}

.belief-toggle-row strong,
.belief-select-row label {
  font-size: 12px;
  font-weight: 750;
}

.belief-toggle-row span {
  margin-top: 4px;
  color: #74807c;
  font-size: 10px;
}

.belief-toggle-row input {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  accent-color: #2e7d73;
}

.belief-select-row select {
  width: 100%;
  height: 42px;
  margin-top: 9px;
  border: 1px solid rgba(23, 41, 46, 0.14);
  border-radius: 7px;
  padding: 0 10px;
  color: #203637;
  background: #f7faf8;
  font: inherit;
}

.belief-select-row select:disabled {
  color: #939d99;
  background: #f1f3f2;
}

.belief-status {
  margin: 0;
  color: #687570;
  font-size: 10px;
  line-height: 1.55;
}

.nav {
  position: relative;
  z-index: 20;
  background: #fafbf8;
  backdrop-filter: none;
}

@media (max-width: 390px) {
  .home-question h2 {
    font-size: 20px;
  }

  .relative-photo-v3 {
    height: 172px;
  }
}
