:root {
  --bg-top: #d5f8ff;
  --bg-mid: #7ee0fb;
  --bg-bottom: #0f6d96;
  --ink: #6b3d2d;
  --ink-dark: #553124;
  --panel: rgba(252, 246, 236, 0.98);
  --panel-line: rgba(157, 109, 70, 0.62);
  --panel-shadow: rgba(10, 34, 47, 0.26);
  --blue-top: #45aff8;
  --blue-bottom: #1676db;
  --green-top: #b5ff61;
  --green-bottom: #47c92d;
  --brown-top: #b5713f;
  --brown-bottom: #7e4625;
  --gold-top: #ffd15d;
  --gold-bottom: #f09b12;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  font-family: "Trebuchet MS", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.8), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.35), transparent 24%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-mid) 28%, var(--bg-bottom) 100%);
}

body {
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100lvh;
}

.app-shell {
  width: min(100vw, 64vh);
  height: 100vh;
  min-height: 100vh;
  min-height: 100lvh;
  display: grid;
  place-items: center;
  padding: 0.9rem 0.75rem;
}

.phone-frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 960px;
  aspect-ratio: 9 / 16;
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 8%),
    linear-gradient(180deg, #e2fbff 0%, #8bdcf8 26%, #29a6d3 100%);
  box-shadow:
    0 28px 64px rgba(4, 18, 34, 0.48),
    inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.phone-frame::before,
.phone-frame::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.phone-frame::before {
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.45), transparent 18%),
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.22), transparent 16%);
}

.phone-frame::after {
  top: 0.82rem;
  left: 50%;
  z-index: 5;
  width: 7rem;
  height: 0.34rem;
  margin-left: -3.5rem;
  border-radius: 999px;
  background: rgba(30, 51, 61, 0.46);
}

.sun-haze,
.canopy,
.scene-vignette,
.top-ui,
.quest-card,
.cta-strip,
.side-buttons,
.bubble-guide,
.reward-modal {
  position: absolute;
}

.sun-haze,
.canopy,
.scene-vignette {
  pointer-events: none;
}

.sun-haze {
  top: -3.8rem;
  right: -3.8rem;
  z-index: 1;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 246, 193, 0.78) 0%, rgba(255, 246, 193, 0.28) 32%, rgba(255, 246, 193, 0) 67%);
  filter: blur(7px);
}

.canopy {
  top: -0.55rem;
  z-index: 4;
  width: 9.5rem;
  height: 5.8rem;
  background: center / contain no-repeat url("./assets/corner-leaves.svg");
  opacity: 0.96;
}

.canopy-left {
  left: -0.8rem;
}

.canopy-right {
  right: -0.8rem;
  transform: scaleX(-1);
}

.scene-vignette {
  z-index: 3;
  inset: auto 0 0;
}

.vignette-top {
  top: 0;
  height: 6.8rem;
  background: linear-gradient(180deg, rgba(7, 20, 31, 0.24), rgba(7, 20, 31, 0));
}

.vignette-bottom {
  bottom: 0;
  height: 9.5rem;
  background: linear-gradient(180deg, rgba(7, 20, 31, 0), rgba(7, 20, 31, 0.26));
}

.top-ui,
.quest-card,
.cta-strip,
.side-buttons,
.bubble-guide,
.reward-modal {
  z-index: 6;
}

.top-ui {
  top: 0.9rem;
  left: 0.6rem;
  right: auto;
  width: calc(100% - 1.2rem);
  transform-origin: top left;
  transform: scale(0.92);
}

.profile-hud,
.currency-pill,
.quest-panel,
.reward-card,
.guide-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 250, 243, 0.98) 24%, rgba(246, 238, 224, 0.98) 100%);
  border: 2px solid var(--panel-line);
  box-shadow:
    0 10px 24px var(--panel-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.top-ui {
  display: grid;
  grid-template-columns: minmax(0, 0.97fr) minmax(0, 0.58fr) minmax(0, 0.72fr) minmax(0, 0.57fr);
  gap: 0.12rem;
  align-items: start;
}

.profile-hud {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 2.84rem;
  padding: 0.16rem 0.16rem 0.16rem 0.16rem;
  border-radius: 999px;
  overflow: visible;
  background:
    linear-gradient(180deg, rgba(136, 92, 61, 0.98), rgba(112, 64, 42, 0.98));
  border-color: rgba(121, 80, 49, 0.9);
  box-shadow:
    0 10px 20px rgba(24, 39, 48, 0.18),
    inset 0 2px 0 rgba(255, 218, 179, 0.48);
}

.profile-avatar {
  position: relative;
  width: 2.62rem;
  height: 2.62rem;
  flex: 0 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(180deg, #7ae7ff, #2b7cff);
  border: 3px solid #74c633;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.8),
    0 6px 10px rgba(0, 0, 0, 0.16);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1.12);
}

.profile-bar {
  position: relative;
  height: 1.22rem;
  flex: 1;
  margin-left: 0.26rem;
  margin-right: 1.88rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(80, 42, 21, 0.5);
  box-shadow: inset 0 2px 3px rgba(40, 19, 10, 0.28);
}

.profile-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 23%;
  border-radius: inherit;
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(180deg, #83ff4c 0%, #47cf24 100%);
  box-shadow: inset 0 -2px 0 rgba(17, 102, 28, 0.35);
}

.profile-bar strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0.8rem;
  line-height: 1.22rem;
  text-align: center;
  color: #ffffff;
  text-shadow:
    0 2px 0 rgba(47, 72, 18, 0.6),
    0 0 5px rgba(47, 72, 18, 0.35);
}

.profile-gift,
.level-badge,
.currency-plus {
  position: absolute;
}

.profile-gift {
  right: 0.42rem;
  top: 0.2rem;
  width: 1.62rem;
  height: 1.62rem;
  border-radius: 0.45rem;
  background:
    linear-gradient(180deg, #ffae3a, #ff5d32);
  box-shadow:
    inset 0 -3px 0 rgba(190, 59, 22, 0.45),
    0 5px 10px rgba(0, 0, 0, 0.18);
}

.profile-gift::before,
.profile-gift::after {
  content: "";
  position: absolute;
  background: #ffe384;
}

.profile-gift::before {
  left: 50%;
  top: 0;
  width: 0.34rem;
  height: 100%;
  margin-left: -0.17rem;
}

.profile-gift::after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.34rem;
  margin-top: -0.17rem;
}

.level-badge {
  left: 2.24rem;
  bottom: -0.5rem;
  width: 1.48rem;
  height: 1.48rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 0.76rem;
  font-weight: 900;
  color: #fffef6;
  background:
    radial-gradient(circle at 30% 25%, #6dff56 0%, #1fa92e 100%);
  border: 3px solid #ffd957;
  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.18),
    inset 0 -2px 0 rgba(13, 95, 22, 0.4);
}

.currency-row {
  display: contents;
}

.currency-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 2.24rem;
  padding: 0.22rem 1.14rem 0.22rem 0.34rem;
  border-radius: 999px;
}

.currency-pill strong {
  font-size: 0.66rem;
  line-height: 1;
  color: var(--ink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.currency-icon {
  position: relative;
  width: 1.04rem;
  height: 1.04rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.16));
}

.currency-plus {
  right: 0.18rem;
  top: 50%;
  width: 1.18rem;
  height: 1.18rem;
  margin-top: -0.59rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(180deg, #95ff62, #4bc933);
  color: #fffef6;
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow:
    inset 0 -2px 0 rgba(23, 118, 31, 0.38),
    0 4px 8px rgba(0, 0, 0, 0.14);
}

.currency-icon.coin::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, #fff2ad, #ffbd36 60%, #db8d09 100%);
}

.currency-icon.coin::after {
  content: "";
  position: absolute;
  inset: 0.34rem;
  border: 2px solid rgba(255, 241, 181, 0.75);
  border-radius: 50%;
}

.currency-icon.energy::before {
  content: "";
  position: absolute;
  inset: 0.02rem 0.18rem 0.02rem 0.18rem;
  clip-path: polygon(52% 0%, 21% 54%, 44% 54%, 26% 100%, 80% 35%, 58% 35%);
  background: linear-gradient(180deg, #8af3ff, #1a92ff);
}

.currency-icon.gem::before {
  content: "";
  position: absolute;
  inset: 0.04rem 0.06rem;
  clip-path: polygon(50% 0%, 100% 34%, 80% 100%, 20% 100%, 0% 34%);
  background: linear-gradient(180deg, #ff9df5, #d54cff);
}

.quest-card {
  top: 4.15rem;
  left: 0.62rem;
  right: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.quest-icon {
  width: 4.2rem;
  height: 4.2rem;
  flex: 0 0 auto;
  margin-top: 0.65rem;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  border: 3px solid rgba(163, 117, 76, 0.5);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.15),
    inset 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.quest-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quest-panel {
  position: relative;
  min-width: 0;
  flex: 1;
  border-radius: 1.5rem;
  overflow: hidden;
}

.quest-panel::before {
  content: "";
  position: absolute;
  left: -0.72rem;
  top: 2rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: rotate(45deg);
  background: var(--panel);
  border-left: 2px solid var(--panel-line);
  border-bottom: 2px solid var(--panel-line);
}

.quest-header {
  padding: 0.44rem 0.9rem 0.38rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 900;
  color: #fefefe;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-shadow:
    0 2px 0 rgba(23, 91, 168, 0.5),
    0 0 6px rgba(255, 255, 255, 0.22);
  background:
    linear-gradient(180deg, var(--blue-top), var(--blue-bottom));
}

.quest-body {
  padding: 0.72rem 0.82rem 0.78rem;
}

.quest-title,
.quest-copy {
  margin: 0;
}

.quest-title {
  font-size: 0.95rem;
  line-height: 1.08;
  font-weight: 900;
  color: var(--ink);
}

.quest-copy {
  margin-top: 0.28rem;
  font-size: 0.8rem;
  line-height: 1.18;
  color: rgba(103, 68, 52, 0.9);
}

.quest-costs {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.55rem;
}

.quest-cost {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  justify-content: center;
  padding: 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(239, 225, 205, 0.82);
  box-shadow: inset 0 0 0 1px rgba(178, 142, 108, 0.32);
}

.quest-cost strong {
  font-size: 0.88rem;
  color: var(--ink);
}

.quest-cost-icon {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
}

.quest-cost-icon.wood::before {
  content: "";
  position: absolute;
  inset: 0.14rem 0.08rem 0.16rem 0.08rem;
  border-radius: 0.6rem 0.7rem 0.7rem 0.24rem;
  background: linear-gradient(180deg, #d08a45, #7b411d);
  transform: rotate(42deg);
}

.quest-cost-icon.stone::before {
  content: "";
  position: absolute;
  inset: 0.08rem 0;
  clip-path: polygon(50% 0%, 100% 35%, 84% 100%, 18% 100%, 0% 42%);
  background: linear-gradient(180deg, #f0f5fa, #7a8797);
}

.cta-strip {
  left: 50%;
  bottom: 8.6rem;
  z-index: 8;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  display: grid;
  place-items: center;
}

.primary-button {
  border: none;
  padding: 0.98rem 1.5rem;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.34), transparent 38%),
    linear-gradient(180deg, var(--green-top) 0%, var(--green-bottom) 100%);
  color: #13380f;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 -5px 0 rgba(20, 122, 26, 0.42),
    0 14px 28px rgba(88, 222, 63, 0.36);
  cursor: pointer;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.04);
}

.primary-button.large {
  width: 100%;
  max-width: 20rem;
  margin-top: 0.5rem;
  padding-block: 1.08rem;
  font-size: 1.08rem;
}

.side-buttons {
  right: 0.72rem;
  bottom: 7rem;
  display: flex;
  flex-direction: column;
  gap: 0.56rem;
}

.side-button {
  width: 3.42rem;
  height: 3.42rem;
  border: 2px solid rgba(255, 236, 204, 0.34);
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 34% 24%, rgba(255, 244, 219, 0.55), transparent 30%),
    linear-gradient(180deg, #f6c48c, #c97b3b 62%, #a6592b 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 248, 229, 0.62),
    inset 0 -4px 0 rgba(121, 70, 37, 0.36),
    0 9px 16px rgba(18, 31, 46, 0.22);
}

.side-button::before,
.side-button > span {
  position: absolute;
}

.side-button::before {
  filter: drop-shadow(0 2px 2px rgba(95, 54, 31, 0.14));
}

.side-button:hover,
.side-button:focus-visible {
  transform: translateY(-1px) scale(1.02);
  box-shadow:
    inset 0 2px 0 rgba(255, 248, 229, 0.62),
    inset 0 -4px 0 rgba(121, 70, 37, 0.36),
    0 12px 18px rgba(18, 31, 46, 0.26);
}

.side-button {
  position: relative;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.bag-button::before {
  content: "";
  left: 0.82rem;
  top: 0.96rem;
  width: 1.68rem;
  height: 1.42rem;
  border-radius: 0.52rem 0.52rem 0.75rem 0.75rem;
  background: #fff2c7;
}

.bag-button::after {
  content: "";
  position: absolute;
  left: 1.08rem;
  top: 0.64rem;
  width: 1.02rem;
  height: 0.7rem;
  border: 0.2rem solid #fff2c7;
  border-bottom: none;
  border-radius: 0.6rem 0.6rem 0 0;
  box-shadow: inset 0 -1px 0 rgba(201, 123, 59, 0.28);
}

.shop-button::before {
  content: "";
  left: 0.78rem;
  top: 0.92rem;
  width: 1.78rem;
  height: 1.44rem;
  border-radius: 0.36rem;
  background: #fff2c7;
}

.shop-button::after {
  content: "";
  position: absolute;
  left: 1rem;
  top: 1.12rem;
  width: 1.24rem;
  height: 0.16rem;
  background: #d29047;
  box-shadow:
    0 0.36rem 0 #d29047,
    0 0.72rem 0 #d29047;
}

.gear-button::before {
  content: "";
  left: 0.7rem;
  top: 0.7rem;
  width: 1.84rem;
  height: 1.84rem;
  background: center / contain no-repeat url("./assets/gear.svg");
}

.gear-button::after {
  display: none;
}

.canvas-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
}

#game-canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: manipulation;
}

.bubble-guide {
  left: 0.6rem;
  right: 0.6rem;
  bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
  min-height: 4.8rem;
}

.guide-portrait {
  position: absolute;
  left: 0.08rem;
  bottom: 1.18rem;
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    0 10px 20px rgba(25, 56, 78, 0.22),
    inset 0 0 0 2px rgba(255, 255, 255, 0.42);
  background: linear-gradient(180deg, #7be6ff, #216fff);
}

.guide-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
  transform: scale(1.18);
}

.guide-nameplate {
  position: absolute;
  left: 0.02rem;
  bottom: 0.2rem;
  z-index: 3;
  min-width: 4.45rem;
  padding: 0.28rem 0.55rem 0.32rem;
  border-radius: 999px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 238, 223, 0.98));
  border: 2px solid rgba(157, 109, 70, 0.62);
  box-shadow: 0 8px 18px rgba(9, 31, 45, 0.18);
}

.guide-nameplate span {
  font-size: 0.82rem;
  font-weight: 900;
  color: #9f5b30;
}

.guide-card {
  position: relative;
  margin-left: 3.7rem;
  margin-top: 0.55rem;
  min-height: 4.1rem;
  padding: 0.82rem 0.92rem 0.82rem 1rem;
  border-radius: 1.6rem;
}

.guide-card::before {
  content: "";
  position: absolute;
  left: -0.58rem;
  bottom: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  transform: rotate(45deg);
  background: var(--panel);
  border-left: 2px solid var(--panel-line);
  border-bottom: 2px solid var(--panel-line);
}

.guide-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.24;
  color: rgba(82, 56, 43, 0.96);
}

.reward-modal {
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.12), rgba(8, 27, 34, 0.66)),
    rgba(8, 27, 34, 0.6);
  backdrop-filter: blur(5px);
}

.reward-card {
  width: min(100%, 24rem);
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 30px;
  text-align: center;
}

.reward-badge {
  display: inline-block;
  padding: 0.42rem 0.84rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe58a, #efaa2f);
  color: #fff8de;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(144, 79, 10, 0.35);
  box-shadow: inset 0 -3px 0 rgba(168, 97, 18, 0.4);
}

.reward-card h2,
.reward-card p {
  margin: 0;
}

.reward-card h2 {
  margin-top: 0.8rem;
  font-size: 1.58rem;
  line-height: 1.04;
}

.reward-card p {
  margin-top: 0.55rem;
  font-size: 0.96rem;
  line-height: 1.34;
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0 1.2rem;
}

.reward-item {
  padding: 0.9rem 0.55rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(245, 241, 235, 0.82));
  box-shadow:
    inset 0 0 0 1px rgba(141, 83, 46, 0.18),
    0 8px 18px rgba(30, 49, 66, 0.08);
}

.reward-glyph {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 1.22rem;
  font-weight: 900;
  color: #1687ff;
}

@media (max-width: 540px) {
  body {
    display: block;
  }

  .app-shell {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    min-height: 100lvh;
    padding: 0;
  }

  .phone-frame {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100lvh;
    min-height: 100vh;
    min-height: 100lvh;
    border-radius: 0;
    max-height: none;
    aspect-ratio: auto;
  }

  .top-ui {
    top: 0.86rem;
    left: 0.48rem;
    right: auto;
    width: calc(100% - 0.96rem);
    grid-template-columns: 0.95fr 0.56fr 0.69fr 0.56fr;
    gap: 0.1rem;
    transform: scale(0.88);
  }

  .profile-hud {
    min-height: 2.72rem;
  }

  .profile-avatar {
    width: 2.52rem;
    height: 2.52rem;
  }

  .profile-gift {
    width: 1.52rem;
    height: 1.52rem;
    right: 0.28rem;
  }

  .level-badge {
    left: 2.14rem;
  }

  .currency-pill {
    min-height: 2.16rem;
    padding-left: 0.28rem;
    padding-right: 1.08rem;
  }

  .quest-card {
    top: 4.05rem;
    left: 0.56rem;
    right: 0.82rem;
    gap: 0.4rem;
  }

  .quest-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-top: 0.82rem;
  }

  .quest-title {
    font-size: 0.86rem;
  }

  .quest-copy {
    font-size: 0.74rem;
  }

  .cta-strip {
    width: calc(100% - 1.2rem);
    bottom: 8.3rem;
  }

  .side-buttons {
    right: 0.58rem;
    bottom: 6.96rem;
  }

  .side-button {
    width: 3.04rem;
    height: 3.04rem;
  }

  .bubble-guide {
    left: 0.48rem;
    right: 0.48rem;
    bottom: calc(0.52rem + env(safe-area-inset-bottom, 0px));
  }

  .guide-portrait {
    width: 4rem;
    height: 4rem;
    left: 0;
  }

  .guide-card {
    margin-left: 3.5rem;
    min-height: 3.9rem;
    padding-inline: 0.84rem;
  }

  .canopy {
    width: 8.2rem;
    height: 5rem;
  }
}
