:root {
  --page-bg: #ffffff;
  --surface-subtle: #f7f9fb;
  --surface-card: #f2f4f6;
  --surface-line: rgba(196, 198, 210, 0.2);
  --text-primary: #191c1e;
  --text-secondary: #434651;
  --text-body: #334155;
  --text-muted: #64748b;
  --brand-navy: #002b6b;
  --brand-blue: #4a8fd9;
  --brand-violet: #5644d0;
  --brand-green: #59de9b;
  --brand-green-deep: #005232;
  --brand-amber: #f59e0b;
  --brand-red: #ba1a1a;
  --shadow-soft: 0 0.02rem 0.15rem -0.03rem rgba(0, 0, 0, 0.07), 0 0.04rem 0.06rem -0.02rem rgba(0, 0, 0, 0.05);
}

html {
  font-size: 100px;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: var(--page-bg);
  color: var(--text-primary);
  font-size: 0.14rem;
  font-family: "Source Sans Pro", "Inter", "Manrope", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

[v-cloak] {
  display: none;
}

.report-page {
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
}

.report-page-inner {
  width: 100%;
  max-width: 402px;
  margin: 0 auto;
  background: var(--page-bg);
}

.report-page-inner--loading {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  height: 0.64rem;
  padding: 0 0.25rem;
  background: var(--surface-subtle);
}

.report-topbar-button {
  width: 0.304rem;
  height: 0.304rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 9.99rem;
  background: transparent;
  color: var(--brand-navy);
}

.report-topbar-icon {
  width: 0.152rem;
  height: 0.152rem;
  fill: currentColor;
}

.report-topbar-title {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: var(--brand-navy);
}

.report-shell {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  padding: 0.21rem 0.16rem 0.52rem;
}

.report-state-card {
  margin: 0.21rem 0.16rem 0.52rem;
  padding: 0.24rem 0.2rem;
  border-radius: 0.2rem;
  background: #f2f4f6;
  text-align: center;
}

.report-page-inner--loading .report-state-card {
  width: calc(100% - 0.32rem);
  margin: 0 0.16rem;
}

.report-state-card--error {
  background: rgba(255, 218, 214, 0.28);
}

.report-state-title {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 700;
  color: #111827;
}

.report-state-desc {
  margin: 0.08rem 0 0;
  font-size: 0.13rem;
  line-height: 0.2rem;
  color: #475569;
}

.report-state-button {
  margin-top: 0.14rem;
  min-width: 0.88rem;
  height: 0.34rem;
  border: 0;
  border-radius: 0.08rem;
  background: #2563eb;
  color: #ffffff;
  font-size: 0.14rem;
  font-weight: 600;
}

.report-profile {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.report-avatar {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  flex: 0 0 auto;
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 46%), linear-gradient(180deg, #d9e2ff 0%, #ced9ff 100%);
  border: 0.01rem solid rgba(196, 198, 210, 0.2);
  box-shadow: inset 0 0.02rem 0.04rem 0.01rem rgba(0, 0, 0, 0.05);
}

.report-profile-copy {
  min-width: 0;
}

.report-profile-name {
  margin: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
  color: var(--text-primary);
}

.report-profile-date {
  margin: 0.03rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-overview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.24rem;
}

.report-overview-score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-overview-title {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.024rem;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.report-overview-value {
  margin-top: 0.08rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.72rem;
  line-height: 0.9rem;
  font-weight: 800;
}

.report-overview-badge {
  margin-top: 0.08rem;
  display: inline-flex;
  align-items: center;
  gap: 0.08rem;
  padding: 0.06rem 0.16rem;
  border-radius: 9.99rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
}

.report-overview-badge-dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  flex: 0 0 auto;
}

.report-score-scale {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.report-score-scale-bar {
  width: 100%;
  height: 0.1rem;
  display: flex;
  overflow: hidden;
  background: #eceef0;
  border-radius: 9.99rem;
}

.report-score-scale-segment {
  display: block;
  min-width: 0;
}

.report-score-scale-legend {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.report-score-scale-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02rem;
  min-height: 0.26rem;
}

.report-score-scale-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.01rem;
  height: 0.26rem;
  background: var(--surface-line);
}

.report-score-scale-name {
  font-size: 0.09rem;
  line-height: 0.14rem;
  font-weight: 400;
}

.report-score-scale-range {
  font-family: "Inter", sans-serif;
  font-size: 0.08rem;
  line-height: 0.12rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-card {
  width: 100%;
  background: var(--surface-card);
  border-radius: 0.24rem;
}

.report-wave-card {
  padding: 0.24rem;
}

.report-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.16rem;
}

.report-card-title {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-primary);
}

.report-wave-legend {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  flex-wrap: wrap;
}

.report-wave-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.04rem;
  font-family: "Inter", sans-serif;
  font-size: 0.09rem;
  line-height: 0.14rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.report-wave-legend-dot {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
}

.report-wave-legend-dot--alpha {
  background: var(--brand-violet);
}

.report-wave-legend-dot--beta {
  background: var(--brand-green);
}

.report-wave-legend-dot--gama {
  background: var(--brand-amber);
}

.report-wave-chart {
  width: 100%;
  height: 1.72rem;
  margin-top: 0.16rem;
}

.report-vital-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.18rem;
}

.report-vital-card {
  position: relative;
  min-height: 1.26rem;
  padding: 0.2rem;
  background: #ffffff;
  border: 0.01rem solid rgba(196, 198, 210, 0.1);
  border-radius: 0.16rem;
  box-shadow: 0 0.01rem 0.02rem rgba(0, 0, 0, 0.05);
}

.report-vital-head {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.report-vital-icon-wrap {
  width: 0.1667rem;
  height: 0.1667rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.report-vital-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.report-vital-label {
  font-family: "WenQuanYi Zen Hei", "PingFang SC", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.report-vital-value-row {
  margin-top: 0.09rem;
  display: flex;
  align-items: baseline;
  gap: 0.04rem;
}

.report-vital-value {
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  font-weight: 700;
  color: var(--text-primary);
}

.report-vital-unit {
  font-family: "Inter", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-inline-pill,
.report-grade-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* min-width: 0.4rem; */
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  font-size: 0.11rem;
  line-height: 0.16rem;
  font-weight: 700;
}

.report-inline-pill--solid {
  color: #ffffff;
}

.report-vital-card .report-inline-pill {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
}

.report-callout {
  padding: 0.24rem;
  border-radius: 0.24rem;
}

.report-callout--violet {
  background: rgba(86, 68, 208, 0.05);
  border-left: 0.04rem solid var(--brand-violet);
}

.report-callout-head {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.report-callout-mark {
  width: 0.19rem;
  height: 0.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-violet);
}

.report-callout-icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.report-callout-title {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
  color: var(--brand-violet);
}

.report-callout-text {
  margin: 0.12rem 0 0;
  font-size: 0.13rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: var(--text-primary);
}

.report-callout-text strong {
  font-weight: 700;
}

.report-callout-extra {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.report-callout-text--music {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  flex-wrap: wrap;
}

.report-callout-chip {
  padding: 0.04rem 0.12rem;
  border-radius: 0.06rem;
  line-height: 0.18rem;
}

.report-section,
.report-summary-section,
.report-indicator-group {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.report-section-head {
  display: flex;
  align-items: center;
  gap: 0.08rem;
}

.report-section-head--inline {
  gap: 0.08rem;
}

.report-section-bar {
  width: 0.06rem;
  height: 0.24rem;
  border-radius: 9.99rem;
  flex: 0 0 auto;
}

.report-section-bar--blue {
  background: var(--brand-blue);
}

.report-section-bar--rose {
  background: #f43f5e;
}

.report-section-title {
  margin: 0;
  font-size: 0.2rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #0f172a;
}

.report-partner-block {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.report-partner-subhead {
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-primary);
  margin-left: 0.1rem;
}

.report-subhead-bar {
  width: 0.04rem;
  height: 0.16rem;
  border-radius: 9.99rem;
  flex: 0 0 auto;
}

.report-subhead-bar--navy {
  background: var(--brand-navy);
}

.report-subhead-bar--violet {
  background: var(--brand-violet);
}

.report-partner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.12rem;
}

.report-partner-card {
  /* min-height: 0.88rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  /* padding: 0.12rem; */
  background: #ffffff;
  /* border: 0.01rem solid rgba(196, 198, 210, 0.1); */
  border-radius: 0.12rem;
}

.report-partner-logo {
  max-width: 100%;
  /* max-height: 0.38rem; */
  object-fit: contain;
  display: block;
}

.report-partner-name {
  font-size: 0.1rem;
  line-height: 0.14rem;
  font-weight: 500;
  text-align: center;
  color: var(--text-secondary);
}

.report-anchor {
  padding-top: 0.04rem;
}

.report-anchor-title {
  margin: 0;
  font-size: 0.2rem;
  line-height: 0.24rem;
  font-weight: 700;
  text-align: center;
  color: #3b82f6;
}

.report-summary-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
}

.report-grade-pill {
  /* min-width: 0.84rem; */
  padding: 0.04rem 0.2rem;
  border-radius: 9.99rem;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 500;
}

.report-grade-pill--solid {
  color: #ffffff !important;
}

.report-summary-copy {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: var(--text-body);
}

.report-metric-list {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}

.report-metric-list .report-metric-card {
  padding: 0.24rem 0.26rem;
  background: #e7e9ed;
  border-radius: 0.22rem;
}

.report-metric-list .report-inline-pill {
  min-width: 0.54rem;
  padding: 0.03rem 0.1rem;
  border-radius: 0.06rem;
  color: #ffffff;
}

.report-metric-list .report-metric-title {
  color: #111827;
}

.report-metric-list .report-metric-desc {
  color: #4b5563;
}

.report-metric-list .report-progress-track {
  height: 0.1rem;
  margin-top: 0.14rem;
  background: #d7dbe1;
}

.report-metric-list .report-analysis-text {
  margin-top: 0.14rem;
  color: #334155;
}

.report-sleep-metric-list {
  gap: 0.22rem;
}

.report-sleep-metric-card {
  padding: 0.26rem 0.28rem 0.28rem;
  background: #f2f4f6;
  border-radius: 0.24rem;
}

.report-sleep-metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
}

.report-sleep-metric-title {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 700;
  color: var(--text-primary);
}

.report-sleep-metric-pill {
  flex: 0 0 auto;
  /* min-width: 0.6rem; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.04rem 0.12rem;
  border-radius: 0.04rem;
  background: var(--sleep-metric-color);
  color: #ffffff;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 700;
}

.report-sleep-metric-desc {
  margin: 0.16rem 0 0;
  font-size: 0.1rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-sleep-metric-scale {
  position: relative;
  margin-top: 0.3rem;
}

.report-sleep-metric-score {
  position: absolute;
  top: -0.3rem;
  /* min-width: 0.42rem; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.02rem 0.08rem;
  border-radius: 0.04rem;
  color: #ffffff;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.12rem;
  line-height: 0.18rem;
  font-weight: 700;
  white-space: nowrap;
}

.report-sleep-metric-score::after {
  content: "";
  position: absolute;
  left: var(--sleep-score-arrow-left, 50%);
  bottom: -0.05rem;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.06rem solid var(--sleep-metric-color);
}

.report-sleep-metric-track {
  height: 0.08rem;
  overflow: hidden;
  background: #e3e7ec;
  border-radius: 9.99rem;
}

.report-sleep-metric-fill {
  height: 100%;
  border-radius: 9.99rem;
}

.report-sleep-metric-analysis {
  margin: 0.1rem 0 0;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-body);
}

.report-sleep-metric-analysis strong {
  font-weight: 700;
}

.report-metric-card,
.report-gauge-card {
  /* padding: 0.2rem;
  background: var(--surface-card);
  border-radius: 0.16rem; */
}

.report-metric-card--inner,
.report-gauge-card {
  /* background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft); */
}

.report-metric-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
}

.report-metric-title {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  color: var(--text-primary);
}

.report-metric-desc,
.report-gauge-desc {
  margin: 0.11rem 0 0;
  font-size: 0.11rem;
  line-height: 0.18rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-gauge-desc {
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: var(--text-muted);
}

.report-progress-track {
  position: relative;
  width: 100%;
  height: 0.08rem;
  margin-top: 0.11rem;
  overflow: hidden;
  background: #e6e8ea;
  border-radius: 9.99rem;
}

.report-progress-fill {
  height: 100%;
  border-radius: 9.99rem;
}

.report-analysis-text {
  margin: 0.11rem 0 0;
  font-size: 0.14rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: var(--text-body);
}

.report-summary-section--emotion {
  margin-top: 0.08rem;
}

.report-sleep-highlight {
  margin-top: -0.06rem;
  padding: 0.24rem 0.2rem 0.22rem;
  background: #f2f4f6;
  border-radius: 0.24rem;
}

.report-sleep-highlight-title {
  margin: 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  color: var(--text-primary);
}

.report-sleep-highlight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.12rem;
}

.report-sleep-highlight-card {
  margin-top: 0.16rem;
  padding: 0.14rem 0.14rem 0.12rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.32rem;
  box-shadow: var(--shadow-soft);
}

.report-sleep-highlight-row {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}

.report-sleep-highlight-gauge {
  width: 1.1rem;
  height: 0.9rem;
}

.report-sleep-highlight-gauge .report-gauge-chart {
  width: 1.1rem;
  height: 0.9rem;
}

.report-sleep-highlight-gauge .report-gauge-center {
  padding-top: 0.5rem;
  justify-content: center;
}

.report-sleep-highlight-gauge .report-gauge-score {
  margin-top: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
}

.report-sleep-highlight-gauge .report-gauge-level {
  margin-top: 0.01rem;
  font-size: 0.1rem;
  line-height: 0.15rem;
}

.report-sleep-highlight-desc {
  flex: 1 1 auto;
  margin: 0;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-secondary);
}

.report-sleep-highlight-analysis {
  margin: 0.16rem 0 0;
  font-size: 0.12rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: var(--text-body);
}

.report-sleep-highlight-analysis strong {
  font-weight: 700;
}

.report-indicator-group {
  padding: 0.2rem;
  border-radius: 0.24rem;
  gap: 0.16rem;
}

.report-indicator-group--positive {
  gap: 0.18rem;
  padding: 0.3rem 0.22rem 0.28rem;
  background: linear-gradient(180deg, #f2fcf8 0%, #eefaf5 100%);
  border: 0.01rem solid rgba(0, 82, 50, 0.06);
  border-radius: 0.32rem;
}

.report-positive-metric-card {
  background: rgba(255, 255, 255, 0.88);
}

.report-indicator-group--negative {
  background: rgba(206, 37, 18, 0.01);
  border: 0.01rem solid rgba(186, 26, 26, 0.05);
}

.report-indicator-group--negative .report-gauge-card {
  /* padding: 0.14rem 0.14rem 0.12rem;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 0.32rem;
  box-shadow: var(--shadow-soft); */
}

.report-indicator-group--negative .report-gauge-card .report-metric-head {
  margin-bottom: 0.12rem;
}

.report-indicator-group--negative .report-gauge-row {
  align-items: center;
  gap: 0.16rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  padding: 0.1rem;
  border-radius: 0.16rem;
}

.report-indicator-group--negative .report-gauge {
  width: 1.1rem;
  height: 0.9rem;
}

.report-indicator-group--negative .report-gauge-chart {
  width: 1.1rem;
  height: 0.9rem;
}

.report-indicator-group--negative .report-gauge-center {
  padding-top: 0.3rem;
  justify-content: center;
}

.report-indicator-group--negative .report-gauge-score {
  margin-top: 0;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
}

.report-indicator-group--negative .report-gauge-level {
  margin-top: 0.01rem;
  font-size: 0.1rem;
  line-height: 0.15rem;
}

.report-indicator-group--negative .report-gauge-desc {
  margin: 0;
  font-size: 0.11rem;
  line-height: 0.2rem;
}

.report-indicator-group-head {
  font-size: 0.13rem;
  line-height: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: var(--brand-green-deep);
}

.report-indicator-group--positive .report-indicator-group-head {
  font-size: 0.13rem;
  line-height: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: var(--brand-green-deep);
}

.report-indicator-group-head--danger {
  color: #93000a;
}

.report-metric-card--positive {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.report-indicator-group--positive .report-metric-head {
  align-items: center;
}

.report-indicator-group--positive .report-metric-title {
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 700;
  letter-spacing: 0;
}

.report-indicator-group--positive .report-inline-pill {
  /* min-width: 0.78rem; */
  justify-content: center;
  padding: 0.02rem 0.08rem;
  border-radius: 0.08rem;
  font-family: "Manrope", "Inter", sans-serif;
  font-size: 0.11rem;
  line-height: 0.16rem;
  font-weight: 700;
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.04);
}

.report-indicator-group--positive .report-metric-desc {
  margin-top: 0.19rem;
  font-size: 0.11rem;
  line-height: 0.18rem;
  color: var(--text-secondary);
}

.report-indicator-group--positive .report-progress-track {
  height: 0.08rem;
  margin-top: 0.18rem;
  background: #dfe4e8;
}

.report-indicator-group--positive .report-analysis-text {
  margin-top: 0.24rem;
  font-size: 0.12rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: var(--text-body);
}

.report-analysis-text--positive strong {
  font-weight: 700;
  color: var(--text-body);
}

.report-indicator-group--positive .report-metric-card--positive + .report-metric-card--positive {
  margin-top: 0.02rem;
}

.report-gauge-row {
  display: flex;
  align-items: center;
  gap: 0.24rem;
  margin-top: 0.2rem;
}

.report-gauge {
  position: relative;
  width: 1rem;
  height: 0.73rem;
  flex: 0 0 auto;
}

.report-gauge-chart {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.report-gauge-center-sleep {
  position: absolute;
  left: 0.1rem;
  right: 0;
  top: 0.4rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.04rem;
  pointer-events: none;
}
.report-gauge-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.04rem;
  pointer-events: none;
}

.report-gauge-score {
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 400;
  color: #1e293b;
}

.report-gauge-level {
  margin-top: 0.08rem;
  font-size: 0.1rem;
  line-height: 0.15rem;
  font-weight: 400;
}

.report-gauge-desc {
  flex: 1 1 auto;
  margin-top: 0;
}

.report-section--final {
  padding-top: 0.02rem;
}

.report-recommendation-list {
  margin: 0;
  padding-left: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
}

.report-recommendation-list li {
  font-size: 0.14rem;
  line-height: 0.23rem;
  font-weight: 400;
  color: var(--text-primary);
}

.report-disclaimer {
  margin: 0.08rem 0 0;
  font-size: 0.14rem;
  line-height: 0.2rem;
  font-weight: 400;
  color: rgba(154, 157, 167, 0.83);
}

@media (max-width: 360px) {
  .report-shell {
    padding-left: 0.14rem;
    padding-right: 0.14rem;
  }

  .report-topbar {
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }

  .report-vital-grid,
  .report-partner-grid {
    gap: 0.1rem;
  }

  .report-gauge-row {
    gap: 0.16rem;
  }

  .report-sleep-highlight-row {
    gap: 0.1rem;
  }

  .report-sleep-highlight-gauge {
    width: 1rem;
  }

  .report-sleep-highlight-gauge .report-gauge-svg {
    width: 1rem;
  }
}

@media (min-width: 431px) {
  body {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 70%, #f7f9fb 100%);
  }

  .report-page-inner {
    box-shadow: 0 0.12rem 0.3rem rgba(15, 23, 42, 0.05);
  }
}
