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

body {
  font-family: 'Trebuchet MS', 'Avenir Next', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(255, 239, 168, 0.85), transparent 28%),
    radial-gradient(circle at bottom right, rgba(95, 178, 122, 0.22), transparent 24%),
    linear-gradient(180deg, #f7f3d0 0%, #eef7e7 42%, #dfeeda 100%);
  color: #214026;
  overflow-x: hidden;
  touch-action: manipulation;
}

.hidden {
  display: none !important;
}

.nature-background-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(10px);
  pointer-events: none;
  opacity: 0.55;
  z-index: 0;
}

.nature-orb-one {
  width: 16rem;
  height: 16rem;
  top: -4rem;
  right: -5rem;
  background: rgba(255, 196, 77, 0.25);
}

.nature-orb-two {
  width: 12rem;
  height: 12rem;
  left: -4rem;
  bottom: 7rem;
  background: rgba(54, 163, 103, 0.22);
}

.nature-start-screen {
  position: fixed;
  inset: 0;
  z-index: 50;
  background:
    linear-gradient(160deg, rgba(35, 116, 70, 0.95), rgba(18, 73, 43, 0.92)),
    linear-gradient(35deg, rgba(255, 214, 102, 0.35), transparent 40%);
}

.nature-start-shell {
  max-width: 28rem;
  margin: 0 auto;
  text-align: center;
  color: #fffdf1;
}

.nature-start-badge {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1.65rem;
  border-radius: 2.7rem;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff9df, #f3efcf);
  color: #1d7346;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  transform: rotate(-4deg);
}

.nature-start-emoji {
  font-size: 4rem;
  line-height: 1;
}

.nature-inline-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1;
}

.nature-inline-emoji-lg {
  font-size: 1.45rem;
}

.nature-kicker {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #ffe59a;
}

.nature-start-title,
.nature-start-subtitle {
  color: inherit !important;
}

.nature-start-title {
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0.03em;
}

.nature-start-subtitle {
  margin-bottom: 1.75rem !important;
  font-weight: 800;
}

.nature-start-button.button {
  border: 0;
  padding-inline: 1.8rem;
  border-radius: 999px;
  font-weight: 900;
  letter-spacing: 0.03em;
  color: #284d1b;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.nature-app-shell {
  position: relative;
  z-index: 1;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}

.nature-app-section {
  height: 100%;
  padding: 0.75rem !important;
}

.nature-app-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  gap: 0.65rem;
}

.nature-topbar.box,
.nature-footer.box,
.nature-panel,
.nature-dialog.box {
  border: 0;
  box-shadow: 0 14px 32px rgba(42, 77, 50, 0.12);
}

.nature-topbar.box {
  margin-bottom: 0;
  padding: 0.75rem 0.9rem;
  border-radius: 1.6rem;
  background: linear-gradient(140deg, #24734a, #1b5f3c);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nature-topbar-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nature-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.nature-topbar-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  color: #ffeb9b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
}

.nature-topbar-subtitle {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.nature-progress.tag {
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  min-height: 2rem;
  font-weight: 900;
  background: rgba(9, 37, 24, 0.36);
  color: #f8fff7;
}

.nature-progress.is-complete {
  background: #f1bf45;
  color: #513a09;
}

.nature-guide-button.button {
  border: 0;
  font-weight: 900;
  color: #6e4a06;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.nature-stage {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.nature-panel {
  height: 100%;
  min-height: 0;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 1.7rem;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.nature-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  flex: 1;
  min-height: 0;
  grid-auto-rows: minmax(0, 1fr);
  overflow: hidden;
}

.camera-overlay {
  border: 4px dashed white;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

.nature-camera-view {
  position: absolute;
  inset: 0;
  z-index: 40;
  background: #000;
  border-radius: 1.7rem;
  overflow: hidden;
}

.nature-camera-banner-wrap {
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
}

.nature-camera-banner {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #f7cf59;
  color: #fff;
  font-weight: 800;
}

.nature-camera-banner-text {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  text-align: center;
}

.nature-camera-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nature-camera-target {
  width: min(16rem, 60vw);
  height: min(16rem, 60vw);
}

.nature-camera-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.75rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 2rem;
}

.nature-camera-close.button {
  width: 4rem;
  height: 4rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
}

.nature-camera-shutter {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.nature-camera-shutter-inner {
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: #ea5a43;
  border: 4px solid #fff;
}

.btn-bounce:active {
  transform: scale(0.95);
}

#video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleX(-1);
}

.hidden-canvas {
  display: none;
}

.mission-card {
  position: relative;
  min-height: 0;
  height: 100%;
  width: 100%;
  border-radius: 1.45rem;
  overflow: hidden;
  border: 4px solid #98a39a;
  box-shadow: 0 10px 22px rgba(67, 90, 72, 0.12);
  transition: all 0.2s ease;
}

.mission-card-empty {
  background: linear-gradient(180deg, #ffffff, #eff7ef);
  border-style: dashed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.65rem 0.55rem;
  text-align: center;
}

.mission-card-complete {
  border-color: #33a06f;
  background: #fff;
}

.mission-card:active {
  transform: scale(0.92);
}

.mission-standard {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  border-radius: 999px;
  padding: 0.15rem 0.5rem;
  background: #f3f5f0;
  color: #6c776a;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mission-emoji {
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1;
}

.mission-label {
  color: #2f4f38;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
}

.mission-audio-trigger {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 0;
  background: rgba(36, 115, 74, 0.1);
  color: #24734a;
}

.mission-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 95, 60, 0.05), rgba(27, 95, 60, 0.26));
  pointer-events: none;
}

.saved-card-toolbar {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  width: 2.5rem;
}

.saved-card-action {
  min-height: 34px;
  width: 100%;
  padding: 0.32rem 0.42rem;
  border-radius: 1rem;
  font-size: 0.62rem;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.saved-card-action span,
.saved-card-audio span,
.mission-audio-trigger span {
  line-height: 1;
}

.saved-card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  padding: 0.35rem 0.42rem;
  background: rgba(27, 95, 60, 0.95);
  color: #fff;
  font-size: 0.56rem;
  font-weight: 900;
  line-height: 1.05;
}

.saved-card-audio {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  flex-shrink: 0;
}

.saved-card-label {
  flex: 1;
  text-align: center;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.saved-card-observation {
  display: inline-flex;
  margin-top: 0.2rem;
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  background: #f0c94c;
  color: #2d2208;
  font-size: 0.52rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.saved-card-spacer {
  width: 1.45rem;
  flex-shrink: 0;
}

.nature-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(26, 76, 48, 0.88);
}

.nature-overlay-dark {
  background: rgba(8, 15, 11, 0.78);
}

.nature-overlay-book {
  background:
    linear-gradient(180deg, rgba(242, 228, 193, 0.92), rgba(193, 221, 186, 0.94)),
    rgba(35, 72, 46, 0.68);
}

.nature-dialog.box {
  width: min(100%, 26rem);
  max-height: min(92vh, calc(var(--vh, 1vh) * 92));
  margin: 0;
  border-radius: 1.8rem;
  padding: 1.25rem;
  overflow: auto;
}

.nature-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.nature-dialog-header-center {
  justify-content: center;
}

.nature-dialog-question {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 900;
  color: #26422e;
}

.nature-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.nature-option-button.button {
  min-height: 5.35rem;
  border: 0;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.26), transparent 45%),
    linear-gradient(180deg, #3ca86b, #24734a);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  line-height: 1.05;
  box-shadow: 0 12px 24px rgba(29, 102, 61, 0.18);
}

.nature-option-button .nature-option-icon {
  font-size: 2rem;
  line-height: 1;
}

.nature-option-text {
  max-width: 9rem;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nature-success-dialog {
  text-align: center;
}

.nature-success-badge {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0.75rem;
  border-radius: 1.2rem;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff2ab, #f5cf52);
  color: #5f4608;
}

.nature-success-fact {
  margin-bottom: 1.2rem;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #eef9ef;
  border-left: 5px solid #3ba05d;
  color: #2d4f34;
  font-size: 0.88rem;
  font-weight: 800;
  font-style: italic;
  text-align: left;
}

.nature-success-button.button {
  border-radius: 999px;
  border: 0;
  font-weight: 900;
}

.nature-guide-shell {
  width: min(100%, 32rem);
  max-height: min(94vh, calc(var(--vh, 1vh) * 94));
  padding: 1rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 233, 0.98), rgba(248, 243, 220, 0.98));
  box-shadow: 0 18px 45px rgba(43, 69, 45, 0.24);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.nature-guide-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.nature-guide-heading {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.nature-guide-back.button,
.nature-guide-nav.button {
  border: 0;
  font-weight: 900;
}

.nature-guide-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7f6b37;
}

.nature-guide-book {
  --guide-gap: 0.85rem;
  position: relative;
  overflow: hidden;
  touch-action: pan-x;
}

.nature-guide-track {
  display: flex;
  gap: var(--guide-gap);
  will-change: transform;
}

.nature-guide-page {
  min-width: 100%;
  display: flex;
  position: relative;
  flex: 0 0 100%;
}

.nature-guide-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.nature-guide-page-indicator {
  min-width: 6.5rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(36, 115, 74, 0.1);
  color: #365840;
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
}

.nature-guide-nav.button[disabled] {
  opacity: 0.45;
}

.nature-guide-cover,
.nature-guide-finale,
.nature-guide-page-card {
  width: 100%;
  min-height: min(72vh, 34rem);
  border-radius: 1.8rem;
}

.nature-guide-cover,
.nature-guide-finale {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #214026;
  position: relative;
  overflow: hidden;
}

.nature-guide-cover {
  background:
    radial-gradient(circle at top right, rgba(255, 217, 109, 0.7), transparent 25%),
    linear-gradient(160deg, #fff4cd, #dff0cf);
  border: 3px solid rgba(233, 194, 93, 0.55);
}

.nature-guide-finale {
  background:
    radial-gradient(circle at top left, rgba(105, 179, 121, 0.26), transparent 26%),
    linear-gradient(160deg, #edf8e8, #d5ebca);
  border: 3px solid rgba(87, 160, 101, 0.35);
}

.nature-guide-sparkle {
  position: absolute;
  font-size: 1.6rem;
  opacity: 0.9;
}

.nature-guide-sparkle-one {
  top: 1rem;
  left: 1rem;
  transform: rotate(-10deg);
}

.nature-guide-sparkle-two {
  right: 1.15rem;
  bottom: 1rem;
  transform: rotate(12deg);
}

.nature-guide-cover-badge,
.nature-guide-finale-badge {
  width: 5.25rem;
  height: 5.25rem;
  margin: 0 auto 1rem;
  border-radius: 1.45rem;
  display: grid;
  place-items: center;
  font-size: 2rem;
  font-weight: 900;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.nature-guide-cover-badge {
  background: linear-gradient(180deg, #2c8d56, #1d6b3f);
  color: #fff8df;
}

.nature-guide-finale-badge {
  background: linear-gradient(180deg, #ffefb2, #f4cb56);
}

.nature-guide-cover-kicker {
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #8c6f1f;
}

.nature-guide-cover-title {
  margin-bottom: 0.8rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  line-height: 1;
  color: #204426;
}

.nature-guide-cover-text,
.nature-guide-cover-tip {
  max-width: 18rem;
  margin-inline: auto;
}

.nature-guide-cover-text {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 700;
}

.nature-guide-cover-tip {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  font-weight: 900;
  color: #45624c;
}

.nature-guide-page-card {
  position: relative;
  padding: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 243, 228, 0.98));
  border: 2px solid rgba(84, 136, 97, 0.22);
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.nature-guide-page-card::before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0.8rem;
  width: 0.35rem;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(111, 164, 116, 0.5) 25%, transparent 26%) center / 100% 1.1rem repeat-y;
  opacity: 0.75;
}

.nature-guide-page-doodle {
  position: absolute;
  top: 0.8rem;
  right: 0.95rem;
  font-size: 1.35rem;
  transform: rotate(10deg);
}

.nature-guide-page-photo-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 1.45rem;
  overflow: hidden;
  background: #dfe8d9;
}

.nature-guide-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nature-guide-photo-sticker {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background: rgba(255, 248, 229, 0.95);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
}

.nature-guide-page-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #2a4531;
  padding-left: 0.65rem;
}

.nature-guide-page-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6a7a64;
}

.nature-guide-standard,
.nature-guide-page-count {
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: #edf4e6;
}

.nature-guide-page-title {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 900;
  color: #204426;
}

.nature-guide-note {
  margin: 0;
  padding: 0.85rem 0.95rem;
  border-radius: 1.1rem;
  background:
    linear-gradient(180deg, #fff8df, #fff0b8);
  color: #654d11;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(148, 117, 31, 0.12);
  border: 1px solid rgba(211, 180, 92, 0.45);
  transform: rotate(-1deg);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.nature-guide-note-label {
  display: inline-block;
  margin-right: 0.45rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #876515;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nature-guide-fact {
  margin: 0;
  padding: 0.95rem 1rem;
  border-radius: 1.1rem;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.35), transparent 32%),
    #edf8ef;
  border-left: 5px solid #3ca462;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.nature-guide-audio.button {
  align-self: flex-start;
  border: 0;
  font-weight: 900;
}

.nature-footer.box {
  margin-bottom: 0;
  border-radius: 1.2rem;
  padding: 0.42rem 0.75rem;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
  flex-shrink: 0;
}

.nature-footer-standard {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #5c6c61;
}

.speaking-pulse {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@media screen and (min-width: 769px) {
  .nature-app-section {
    padding: 1rem !important;
  }

  .nature-photo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .mission-label {
    font-size: 0.74rem;
  }

  .mission-card {
    min-height: 9rem;
  }
}

@media screen and (max-height: 820px) {
  .nature-start-badge {
    width: 8.5rem;
    height: 8.5rem;
    margin-bottom: 1.2rem;
  }

  .nature-topbar.box {
    padding: 0.65rem 0.8rem;
  }

  .nature-topbar-subtitle {
    font-size: 0.72rem;
  }

  .nature-photo-grid {
    gap: 0.45rem;
  }

  .mission-standard {
    font-size: 0.5rem;
  }

  .mission-emoji {
    font-size: 1.65rem;
  }

  .mission-label {
    font-size: 0.62rem;
  }

  .saved-card-footer {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 560px) {
  .nature-topbar.box {
    align-items: flex-start;
    flex-direction: column;
  }

  .nature-topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .nature-guide-shell {
    width: 100%;
    padding: 0.85rem;
  }

  .nature-guide-topbar,
  .nature-guide-controls {
    flex-direction: column;
  }

  .nature-guide-back.button,
  .nature-guide-nav.button {
    width: 100%;
    justify-content: center;
  }

  .nature-guide-cover,
  .nature-guide-finale,
  .nature-guide-page-card {
    min-height: min(74vh, 36rem);
  }

  .nature-guide-cover-title {
    font-size: 1.7rem;
  }

  .nature-guide-page-title {
    font-size: 1.3rem;
  }

  .nature-option-text {
    max-width: 8rem;
    font-size: 0.92rem;
  }
}
