:root {
  color-scheme: light;
  --mist: #eef7df;
  --cream: #fbf4e6;
  --paper: #fffaf1;
  --ink: #17221d;
  --muted: #667468;
  --leaf: #1d8c64;
  --leaf-dark: #0f5e45;
  --lime: #d8ed66;
  --sun: #f5b84b;
  --ember: #ec6f48;
  --clay: #a65f3e;
  --line: rgba(23, 34, 29, 0.12);
  --shadow: 0 18px 50px rgba(44, 66, 48, 0.14);
  --display-font: "STZhongsong", "Songti SC", "Noto Serif SC", serif;
  --body-font: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 12%, rgba(216, 237, 102, 0.42), transparent 32rem),
    radial-gradient(circle at 86% 4%, rgba(236, 111, 72, 0.2), transparent 30rem),
    linear-gradient(145deg, var(--mist), var(--cream) 48%, #f3e2c6);
  color: var(--ink);
  font-family: var(--body-font);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(23, 34, 29, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 34, 29, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 78%);
}

button,
textarea,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

button:focus-visible,
textarea:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(29, 140, 100, 0.36);
  outline-offset: 3px;
}

.ambient {
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
  animation: floatCloud 9s ease-in-out infinite alternate;
}

.ambient-one {
  width: 38vw;
  height: 16vw;
  left: -8vw;
  top: 22vh;
  background: rgba(255, 250, 241, 0.62);
}

.ambient-two {
  width: 28vw;
  height: 12vw;
  right: -5vw;
  bottom: 14vh;
  background: rgba(216, 237, 102, 0.26);
  animation-delay: -2s;
}

.app-shell {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 48px;
}

.brandbar,
.brand-lockup,
.top-actions,
.hero-actions,
.trust-row,
.panel-heading,
.check-core,
.breath-zone,
.mood-row,
.invite-layout,
.phone-header,
.mini-stats {
  display: flex;
  align-items: center;
}

.brandbar {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.brand-lockup {
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 20px 20px 10px 20px;
  background: var(--ink);
  color: var(--lime);
  font-family: var(--display-font);
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: -0.06em;
  box-shadow: 0 16px 42px rgba(23, 34, 29, 0.22);
}

.brand-lockup strong,
.brand-lockup small {
  display: block;
}

.brand-lockup strong {
  font-size: 1rem;
}

.brand-lockup small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.top-actions,
.hero-actions,
.trust-row {
  gap: 10px;
  flex-wrap: wrap;
}

.ghost-button,
.solid-button,
.primary-button,
.secondary-button,
.quiet-button,
.icon-text-button {
  border-radius: 999px;
  min-height: 44px;
  padding: 0 18px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ghost-button,
.quiet-button,
.icon-text-button {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.62);
  box-shadow: inset 0 0 0 1px var(--line);
}

.solid-button,
.primary-button,
.secondary-button {
  color: #fffaf1;
  background: var(--ink);
  box-shadow: 0 14px 34px rgba(23, 34, 29, 0.22);
}

.primary-button {
  min-height: 54px;
  padding: 0 24px;
  background: linear-gradient(135deg, var(--leaf), var(--leaf-dark));
}

.secondary-button {
  background: linear-gradient(135deg, var(--ember), var(--clay));
}

.compact {
  min-height: 40px;
  padding: 0 15px;
}

button:hover {
  transform: translateY(-2px);
}

button:active {
  transform: translateY(0);
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.56fr);
  gap: 20px;
  min-height: 430px;
  padding: 32px;
  border: 1px solid rgba(23, 34, 29, 0.1);
  border-radius: 38px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.92), rgba(238, 247, 223, 0.78)),
    var(--paper);
  box-shadow: var(--shadow);
}

.hero-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 18%;
  top: -160px;
  border-radius: 999px;
  background: conic-gradient(from 130deg, rgba(29, 140, 100, 0.24), rgba(216, 237, 102, 0.38), rgba(236, 111, 72, 0.16), rgba(29, 140, 100, 0.24));
  filter: blur(4px);
  opacity: 0.78;
}

.hero-copy,
.phone-preview {
  position: relative;
  z-index: 1;
}

.hero-copy {
  align-self: center;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--leaf-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p,
blockquote {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display-font);
  letter-spacing: -0.04em;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 6.6vw, 5.4rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

h1 span {
  display: block;
}

.hero-lede {
  max-width: 680px;
  color: #39463e;
  font-size: 1rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.trust-row {
  margin-top: 20px;
}

.trust-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(29, 140, 100, 0.09);
  color: var(--leaf-dark);
  font-size: 0.86rem;
  font-weight: 800;
}

.phone-preview {
  display: grid;
  place-items: center;
  min-width: 0;
}

.phone-glass {
  width: min(100%, 316px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  padding: 16px;
  background:
    linear-gradient(160deg, rgba(23, 34, 29, 0.94), rgba(15, 94, 69, 0.92)),
    var(--ink);
  color: #fffaf1;
  box-shadow: 0 26px 70px rgba(23, 34, 29, 0.34);
  transform: rotate(1deg);
}

.phone-header {
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

.mini-brand {
  font-family: var(--display-font);
  color: var(--lime);
  font-size: 1.5rem;
  font-weight: 900;
}

.phone-header span:last-child,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.phone-header span:last-child {
  background: rgba(216, 237, 102, 0.16);
  color: var(--lime);
}

.qr-card {
  border-radius: 26px;
  padding: 16px;
  background: #fffaf1;
  color: var(--ink);
  text-align: center;
}

.qr-shell,
.invite-qr {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.qr-shell {
  width: 198px;
  height: 198px;
}

.qr-shell img,
.invite-qr img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-fallback {
  position: absolute;
  inset: 16px;
  z-index: 1;
  background:
    linear-gradient(90deg, #111 14px, transparent 14px) 0 0 / 32px 32px,
    linear-gradient(#111 14px, transparent 14px) 0 0 / 32px 32px,
    radial-gradient(circle, #111 0 5px, transparent 6px) 12px 12px / 28px 28px,
    #fff;
  opacity: 0.13;
}

.qr-card p {
  margin: 12px 0 0;
  color: #4a574e;
  line-height: 1.5;
}

.mini-stats {
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}

.mini-stats span {
  flex: 1;
  padding: 12px;
  border-radius: 20px;
  background: rgba(255, 250, 241, 0.1);
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.82rem;
}

.mini-stats strong {
  display: block;
  color: #fffaf1;
  font-size: 1.4rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 14px;
  margin-top: 14px;
}

.panel {
  border: 1px solid rgba(23, 34, 29, 0.11);
  border-radius: 26px;
  background: rgba(255, 250, 241, 0.78);
  box-shadow: 0 14px 38px rgba(44, 66, 48, 0.1);
  backdrop-filter: blur(18px);
}

.check-card {
  grid-row: span 2;
  padding: 22px;
}

.stats-card,
.sos-card,
.emotion-card,
.reminder-card,
.reason-card,
.squad-card {
  padding: 20px;
}

.panel-heading {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.compact-heading {
  margin-bottom: 14px;
}

.panel-heading h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1;
}

.status-pill {
  background: rgba(236, 111, 72, 0.12);
  color: #a63e20;
}

.status-pill.done {
  background: rgba(29, 140, 100, 0.12);
  color: var(--leaf-dark);
}

.status-pill.warm {
  background: rgba(245, 184, 75, 0.18);
  color: #8a5a04;
}

.check-core {
  gap: 24px;
  align-items: stretch;
}

.progress-ring {
  position: relative;
  width: 180px;
  height: 180px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.progress-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring-track,
.ring-progress {
  fill: none;
  stroke-width: 12;
}

.ring-track {
  stroke: rgba(23, 34, 29, 0.08);
}

.ring-progress {
  stroke: var(--leaf);
  stroke-linecap: round;
  stroke-dasharray: 427;
  stroke-dashoffset: 427;
  transition: stroke-dashoffset 700ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.ring-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  text-align: center;
}

.ring-label span {
  color: var(--muted);
  font-weight: 900;
}

.ring-label strong {
  font-family: var(--display-font);
  font-size: 2.5rem;
  line-height: 1;
}

.check-copy {
  flex: 1;
  min-width: 0;
}

.check-copy p {
  color: #415048;
  font-size: 1.02rem;
  line-height: 1.7;
}

.check-button {
  position: relative;
  width: 100%;
  min-height: 112px;
  overflow: hidden;
  border-radius: 26px;
  padding: 20px;
  color: #fffaf1;
  text-align: left;
  background:
    radial-gradient(circle at 86% 20%, rgba(216, 237, 102, 0.46), transparent 9rem),
    linear-gradient(135deg, var(--leaf), var(--leaf-dark));
  box-shadow: 0 24px 50px rgba(15, 94, 69, 0.28);
}

.check-button::after {
  content: "";
  position: absolute;
  inset: auto -20% -68% -20%;
  height: 100%;
  border-radius: 999px 999px 0 0;
  background: rgba(255, 250, 241, 0.12);
}

.check-button span,
.check-button small {
  position: relative;
  z-index: 1;
  display: block;
}

.check-button span {
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1;
}

.check-button small {
  margin-top: 12px;
  color: rgba(255, 250, 241, 0.82);
  font-size: 0.95rem;
}

.check-button.checked {
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 250, 241, 0.5), transparent 9rem),
    linear-gradient(135deg, var(--sun), var(--ember));
}

.last-check {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.last-check:empty {
  display: none;
}

.feedback-card {
  margin-top: 22px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(216, 237, 102, 0.18), rgba(255, 250, 241, 0.78));
  border: 1px solid rgba(29, 140, 100, 0.13);
}

.feedback-card span {
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.feedback-card strong {
  display: block;
  margin: 8px 0;
  font-family: var(--display-font);
  font-size: 1.7rem;
  line-height: 1.1;
}

.feedback-card p {
  margin: 0;
  color: #405044;
  line-height: 1.7;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.metric-grid div {
  min-height: 92px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(23, 34, 29, 0.07);
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.metric-grid strong {
  display: block;
  margin-top: 12px;
  font-family: var(--display-font);
  font-size: 1.9rem;
  line-height: 1;
}

.recovery-track {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.recovery-step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.54);
  color: #4b5a51;
}

.recovery-step strong {
  color: var(--ink);
}

.recovery-step.active {
  background: rgba(216, 237, 102, 0.28);
  box-shadow: inset 0 0 0 1px rgba(29, 140, 100, 0.15);
}

.breath-zone {
  align-items: center;
  gap: 18px;
  margin: 8px 0 18px;
}

.breath-orb {
  width: 142px;
  height: 142px;
  flex: 0 0 auto;
  display: grid;
  place-content: center;
  border-radius: 999px;
  text-align: center;
  background:
    radial-gradient(circle at 38% 28%, #fffaf1, rgba(216, 237, 102, 0.74) 34%, rgba(29, 140, 100, 0.85));
  box-shadow:
    0 20px 44px rgba(29, 140, 100, 0.24),
    inset 0 0 0 1px rgba(255, 250, 241, 0.54);
  transform: scale(0.94);
  transition: transform 900ms ease;
}

.breath-orb.inhale {
  transform: scale(1.08);
}

.breath-orb.hold {
  transform: scale(1.02);
}

.breath-orb.exhale {
  transform: scale(0.9);
}

.breath-orb span {
  color: var(--leaf-dark);
  font-weight: 900;
}

.breath-orb strong {
  font-family: var(--display-font);
  font-size: 3rem;
  line-height: 1;
}

.breath-zone p,
.invite-layout p {
  color: #4a594f;
  line-height: 1.7;
}

.range-label,
.save-hint {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.range {
  width: 100%;
  margin-top: 10px;
  accent-color: var(--ember);
}

.reminder-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
}

.reminder-row label {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
}

.reminder-row input {
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(23, 34, 29, 0.12);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.54);
}

blockquote {
  min-height: 112px;
  padding: 20px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(23, 34, 29, 0.94), rgba(15, 94, 69, 0.92));
  color: #fffaf1;
  font-family: var(--display-font);
  font-size: 1.45rem;
  line-height: 1.5;
  box-shadow: 0 18px 44px rgba(23, 34, 29, 0.22);
}

.mood-row {
  gap: 8px;
  flex-wrap: wrap;
}

.mood-row button {
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(29, 140, 100, 0.09);
  color: var(--leaf-dark);
  font-weight: 900;
}

.mood-row button.active {
  background: var(--leaf-dark);
  color: #fffaf1;
}

textarea {
  width: 100%;
  min-height: 154px;
  resize: vertical;
  border: 1px solid rgba(23, 34, 29, 0.12);
  border-radius: 22px;
  padding: 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
  outline: none;
}

.save-hint {
  margin: 10px 0 0;
}

.invite-layout {
  gap: 16px;
  align-items: stretch;
}

.invite-qr {
  width: 128px;
  height: 128px;
  flex: 0 0 auto;
}

.qr-fallback.small {
  inset: 10px;
  background-size: 22px 22px, 22px 22px, 18px 18px;
}

.invite-layout strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--display-font);
  font-size: 1.35rem;
}

.invite-url {
  display: block;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(29, 140, 100, 0.08);
  color: var(--leaf-dark);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 30;
  max-width: min(92vw, 520px);
  padding: 13px 16px;
  border-radius: 999px;
  background: rgba(23, 34, 29, 0.94);
  color: #fffaf1;
  box-shadow: 0 16px 40px rgba(23, 34, 29, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 18px);
  transition: opacity 220ms ease, transform 220ms ease;
  font-weight: 800;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.shop-window {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 28;
  width: min(320px, calc(100vw - 32px));
  border-radius: 26px;
  background:
    radial-gradient(circle at 16% 14%, rgba(216, 237, 102, 0.42), transparent 8rem),
    linear-gradient(135deg, rgba(23, 34, 29, 0.96), rgba(15, 94, 69, 0.94));
  box-shadow: 0 24px 60px rgba(23, 34, 29, 0.26);
  color: #fffaf1;
  overflow: hidden;
  animation: shopRise 520ms ease 650ms both;
}

.shop-window.is-hidden {
  display: none;
}

.shop-window a {
  display: block;
  padding: 20px 54px 20px 20px;
  color: inherit;
  text-decoration: none;
}

.shop-window span,
.shop-window small,
.shop-window em {
  display: block;
}

.shop-window span {
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shop-window strong {
  display: block;
  margin-top: 8px;
  font-family: var(--display-font);
  font-size: 1.45rem;
  line-height: 1.08;
}

.shop-window small {
  margin-top: 8px;
  color: rgba(255, 250, 241, 0.72);
  line-height: 1.5;
}

.shop-window em {
  width: fit-content;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--lime);
  color: var(--ink);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 900;
}

.shop-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
  font-size: 1.1rem;
  line-height: 1;
}

.confetti-layer {
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  overflow: hidden;
}

.confetti {
  position: absolute;
  top: -16px;
  width: 10px;
  height: 16px;
  border-radius: 6px;
  animation: confettiFall var(--fall-speed, 1200ms) cubic-bezier(0.18, 0.8, 0.25, 1) forwards;
}

.panel,
.hero-card {
  animation: revealUp 520ms ease both;
}

.stats-card {
  animation-delay: 70ms;
}

.sos-card {
  animation-delay: 110ms;
}

.emotion-card {
  animation-delay: 150ms;
}

.reminder-card {
  animation-delay: 170ms;
}

.reason-card {
  animation-delay: 190ms;
}

.squad-card {
  animation-delay: 230ms;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCloud {
  from {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }
  to {
    transform: translate3d(18px, -22px, 0) rotate(3deg);
  }
}

@keyframes confettiFall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift, 0), 105vh, 0) rotate(680deg);
  }
}

@keyframes shopRise {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 920px) {
  .app-shell {
    width: min(100% - 24px, 720px);
    padding-top: 14px;
  }

  .brandbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-card,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 26px;
    border-radius: 30px;
  }

  .phone-glass {
    transform: none;
  }

  .check-card {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 20px 20px 10px 20px;
  }

  .top-actions {
    width: 100%;
  }

  .top-actions button {
    flex: 1;
  }

  .hero-card,
  .panel {
    border-radius: 24px;
  }

  .hero-card {
    padding: 20px;
    min-height: auto;
  }

  .phone-glass {
    width: calc(100% - 14px);
    max-width: 320px;
  }

  .phone-header span:last-child {
    padding: 0 8px;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(2.05rem, 8.8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    word-break: break-all;
  }

  .hero-lede,
  .qr-card p,
  .invite-layout p {
    word-break: break-all;
  }

  .hero-actions button,
  .primary-button,
  .quiet-button {
    width: 100%;
  }

  .check-core,
  .breath-zone,
  .invite-layout {
    flex-direction: column;
  }

  .progress-ring,
  .breath-orb {
    align-self: center;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .reminder-row {
    grid-template-columns: 1fr;
  }

  .reminder-row input,
  .reminder-row button {
    width: 100%;
  }

  .invite-qr {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-width: 190px;
  }

  blockquote {
    font-size: 1.24rem;
  }

  .shop-window {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    border-radius: 22px;
  }

  .shop-window a {
    padding: 16px 50px 16px 16px;
  }

  .shop-window strong {
    font-size: 1.25rem;
  }
}
