:root {
  color-scheme: light;
  --finder-ink: #102b29;
  --finder-ink-soft: #5a6d69;
  --finder-deep: #0c3d39;
  --finder-sea: #1d7168;
  --finder-sea-light: #d9ece7;
  --finder-white: #fffdf8;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: #dce5e1;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  color: var(--finder-ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.9), transparent 34%),
    #dce5e1;
  -webkit-font-smoothing: antialiased;
}

body.camp-auth-pending {
  overflow: hidden;
}

.camp-auth-loader[hidden] {
  display: none;
}

.camp-auth-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  min-width: 320px;
  min-height: 100svh;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));
  color: #123d38;
  background:
    radial-gradient(circle at 72% 16%, rgba(255, 255, 255, 0.96), transparent 29%),
    linear-gradient(155deg, #f8f3e9 0%, #e6efeb 58%, #d4e3dd 100%);
}

.camp-auth-loader-card {
  display: grid;
  width: min(100%, 310px);
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.camp-auth-loader-brand {
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.22em;
}

.camp-auth-loader-wave {
  position: relative;
  width: 54px;
  height: 54px;
  margin: 12px 0 8px;
  border: 2px solid rgba(29, 113, 104, 0.18);
  border-top-color: #1d7168;
  border-radius: 50%;
  animation: camp-auth-spin 0.9s linear infinite;
}

.camp-auth-loader-wave::after {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(29, 113, 104, 0.28);
  border-right-color: transparent;
  border-radius: 50%;
  content: "";
}

.camp-auth-loader-card strong {
  font-size: 20px;
  font-weight: 790;
  letter-spacing: -0.02em;
}

.camp-auth-loader-card small {
  color: #637672;
  font-size: 12px;
}

@keyframes camp-auth-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .camp-auth-loader-wave {
    animation-duration: 1.8s;
  }
}

button,
a {
  color: inherit;
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.camp-home-shell {
  width: 100%;
  min-height: 100svh;
}

.camp-home {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100svh;
  overflow-x: hidden;
  flex-direction: column;
  padding:
    max(22px, env(safe-area-inset-top))
    18px
    max(20px, calc(env(safe-area-inset-bottom) + 14px));
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.92), transparent 26%),
    linear-gradient(180deg, #f7f2e8 0%, #e9f0ec 55%, #dce8e3 100%);
}

.camp-home button:focus-visible,
.camp-home a:focus-visible {
  outline: 3px solid rgba(12, 61, 57, 0.45);
  outline-offset: 3px;
}

.camp-home-brand-row {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 8px;
}

.camp-home-brand {
  display: grid;
  min-height: 44px;
  align-content: center;
  gap: 1px;
  letter-spacing: 0.04em;
}

.camp-home-brand strong {
  font-size: 17px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.camp-home-brand small {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  opacity: 0.72;
}

.camp-home-header-actions {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.camp-home-language,
.camp-home-all-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(12, 61, 57, 0.16);
  border-radius: 999px;
  color: var(--finder-deep);
  background: rgba(255, 255, 255, 0.54);
  font-size: 12px;
  font-weight: 750;
  backdrop-filter: blur(12px);
}

.camp-home-language {
  min-width: 44px;
  padding: 0 9px;
}

.camp-home-all-link {
  gap: 5px;
  padding: 0 12px;
  white-space: nowrap;
}

.camp-home-intro {
  flex: 0 0 auto;
  margin-bottom: 12px;
}

.camp-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  color: var(--finder-sea);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.camp-home-eyebrow::before {
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.55;
}

.camp-home-intro h1 {
  max-width: 345px;
  margin: 0;
  font-size: clamp(30px, 8vw, 38px);
  font-weight: 810;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.camp-home-intro > p:last-child {
  margin: 8px 0 0;
  color: var(--finder-ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.camp-home-destination-choices {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
}

.camp-home-map {
  position: relative;
  width: calc(100% + 16px);
  min-height: 0;
  aspect-ratio: 736 / 515;
  margin: 0 -8px;
  overflow: visible;
}

.camp-home-map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.84;
  filter: saturate(0.82) contrast(0.96);
  -webkit-mask-image: radial-gradient(
    ellipse 96% 92% at 50% 50%,
    #000 72%,
    transparent 100%
  );
  mask-image: radial-gradient(
    ellipse 96% 92% at 50% 50%,
    #000 72%,
    transparent 100%
  );
}

.camp-home-map-routes {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.camp-home-map-routes line {
  stroke: rgba(12, 61, 57, 0.4);
  stroke-width: 1.5px;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.camp-home-map-routes line.active {
  stroke: rgba(12, 61, 57, 0.72);
  stroke-width: 2px;
}

.camp-home-map-routes line.pending {
  stroke-dasharray: 4 5;
  opacity: 0.66;
}

.camp-home-map-routes circle {
  fill: #3f9187;
  stroke: rgba(255, 253, 248, 0.94);
  stroke-width: 5px;
  vector-effect: non-scaling-stroke;
}

.camp-home-map.layer-more .camp-home-map-routes {
  display: none;
}

.camp-home-map-routes circle.active {
  fill: var(--finder-deep);
  stroke: rgba(231, 244, 239, 0.94);
  stroke-width: 10px;
}

.camp-home-map-routes circle.alternate {
  fill: #72afa6;
  stroke: rgba(255, 253, 248, 0.96);
  stroke-width: 8px;
}

.camp-home-map-routes circle.pending:not(.active) {
  fill: #b7a99d;
}

.camp-home-map-label {
  position: absolute;
  z-index: 3;
  display: grid;
  min-width: 58px;
  min-height: 44px;
  place-content: center;
  padding: 6px 10px;
  border: 1px solid rgba(12, 61, 57, 0.18);
  border-radius: 13px;
  left: var(--label-x);
  top: var(--label-y);
  color: #245a55;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 7px 18px rgba(12, 61, 57, 0.15);
  backdrop-filter: blur(9px);
  line-height: 1;
  transform: translate(-50%, -50%);
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.camp-home-map-label span {
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  white-space: nowrap;
}

.camp-home-map-label.active {
  color: white;
  border-color: var(--finder-deep);
  background: var(--finder-deep);
  box-shadow:
    0 9px 22px rgba(7, 42, 39, 0.25),
    0 0 0 3px rgba(63, 145, 135, 0.17);
  transform: translate(-50%, -50%) scale(1.03);
}

.camp-home-map-label.alternate {
  color: var(--finder-sea);
  border-color: rgba(29, 113, 104, 0.62);
  box-shadow:
    0 7px 18px rgba(12, 61, 57, 0.14),
    0 0 0 3px rgba(63, 145, 135, 0.12);
}

.camp-home-map-label.pending:not(.active) {
  border-style: dashed;
  color: #74675e;
}

.camp-home-map-label:active {
  transform: translate(-50%, -48%) scale(0.96);
}

.camp-home-map.layer-more .camp-home-map-label {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-content: center;
  padding: 7px 2px;
  border: 0;
  border-radius: 0;
  color: #604438;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.camp-home-map.layer-more .camp-home-map-label::before {
  content: none;
}

.camp-home-map.layer-more .camp-home-map-label span {
  display: grid;
  min-height: 30px;
  place-content: center;
  padding: 0 8px;
  border: 1px solid rgba(126, 87, 66, 0.26);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 251, 243, 0.95);
  box-shadow: 0 4px 11px rgba(72, 47, 35, 0.13);
  font-size: 12px;
  font-weight: 790;
  letter-spacing: 0.01em;
  text-shadow: none;
}

.camp-home-map.layer-more .camp-home-map-label.active {
  color: white;
  background: transparent;
  box-shadow: none;
  transform: translate(-50%, -50%);
}

.camp-home-map.layer-more .camp-home-map-label.active span {
  border-color: var(--finder-deep);
  background: var(--finder-deep);
  box-shadow:
    0 5px 13px rgba(7, 42, 39, 0.22),
    0 0 0 2px rgba(63, 145, 135, 0.13);
  font-weight: 820;
}

.camp-home-map.layer-more .camp-home-map-label.alternate {
  color: var(--finder-sea);
  box-shadow: none;
}

.camp-home-map.layer-more .camp-home-map-label.alternate span {
  border-color: rgba(29, 113, 104, 0.52);
}

.camp-home-map.layer-more .camp-home-map-label.pending:not(.active) {
  color: #74675e;
}

.camp-home-map.layer-more .camp-home-map-label.pending:not(.active) span {
  border-style: dashed;
  background: rgba(247, 242, 234, 0.95);
}

.camp-home-map.layer-more .camp-home-map-label:active {
  transform: translate(-50%, -48%) scale(0.96);
}

.camp-home-map-layer-nav {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -1px;
  padding: 6px 2px;
  border-top: 1px solid rgba(12, 61, 57, 0.12);
  border-bottom: 1px solid rgba(12, 61, 57, 0.12);
}

.camp-home-map-layer-nav > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.camp-home-map-layer-nav > div strong {
  color: var(--finder-deep);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.06em;
}

.camp-home-map-layer-nav > div small {
  overflow: hidden;
  color: var(--finder-ink-soft);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.camp-home-map-layer-nav button {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  padding: 0 2px 0 8px;
  color: var(--finder-deep);
  background: transparent;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: 0.02em;
}

.camp-home-map-layer-nav button::after {
  position: absolute;
  right: 2px;
  bottom: 3px;
  left: 8px;
  height: 1px;
  content: "";
  background: currentColor;
  opacity: 0.32;
}

.camp-home-map-layer-nav button span {
  font-size: 15px;
  line-height: 1;
}

.camp-home-map-layer-nav button b {
  display: grid;
  min-width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: #9e7460;
  font-size: 9px;
}

.camp-home-help {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 36px;
  min-height: 72px;
  align-items: center;
  gap: 11px;
  margin: 0;
  padding: 10px 12px;
  border: 1.5px solid rgba(29, 113, 104, 0.36);
  border-radius: 18px;
  color: var(--finder-deep);
  background: linear-gradient(
    135deg,
    rgba(231, 244, 239, 0.98),
    rgba(255, 253, 248, 0.98)
  );
  box-shadow: 0 9px 24px rgba(12, 61, 57, 0.14);
  text-align: left;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.camp-home-help::before {
  display: grid;
  width: 38px;
  height: 38px;
  place-content: center;
  border-radius: 50%;
  color: white;
  background: var(--finder-deep);
  content: "?";
  font-size: 17px;
  font-weight: 820;
  box-shadow: 0 5px 12px rgba(7, 42, 39, 0.2);
}

.camp-home-help span {
  display: grid;
  gap: 3px;
}

.camp-home-help strong {
  font-size: 16px;
  font-weight: 820;
  line-height: 1.15;
}

.camp-home-help small {
  color: var(--finder-ink-soft);
  font-size: 10.5px;
  line-height: 1.35;
}

.camp-home-help em {
  display: grid;
  width: 34px;
  height: 34px;
  place-content: center;
  border-radius: 50%;
  color: white;
  background: var(--finder-sea);
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(29, 113, 104, 0.2);
}

.camp-home-help:active {
  border-color: rgba(29, 113, 104, 0.62);
  box-shadow: 0 5px 14px rgba(12, 61, 57, 0.12);
  transform: translateY(1px) scale(0.99);
}

.camp-home-panel {
  position: relative;
  z-index: 4;
  display: grid;
  flex: 0 0 auto;
  gap: 9px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(12, 61, 57, 0.12);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 12px 28px rgba(7, 42, 39, 0.11);
  backdrop-filter: blur(18px);
}

.camp-home-panel-heading {
  display: grid;
  gap: 4px;
}

.camp-home-panel-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--finder-sea);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.05em;
}

.camp-home-panel-heading h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 790;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.camp-home-panel-heading h2:focus,
.camp-home-product-head strong:focus {
  outline: none;
}

.camp-home-panel-heading > p {
  margin: 0;
  color: var(--finder-ink-soft);
  font-size: 10px;
  line-height: 1.45;
}

.camp-home-progress {
  display: flex;
  align-items: center;
  gap: 3px;
}

.camp-home-progress i {
  width: 17px;
  height: 3px;
  border-radius: 999px;
  background: rgba(29, 113, 104, 0.15);
}

.camp-home-progress i.active {
  background: var(--finder-sea);
}

.camp-home-progress small {
  margin-left: 2px;
  color: var(--finder-ink-soft);
  font-size: 8px;
  letter-spacing: 0;
}

.camp-home-options {
  display: grid;
  gap: 7px;
}

.camp-home-availability-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  min-height: 62px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px dashed rgba(126, 87, 66, 0.32);
  border-radius: 15px;
  color: #5f5149;
  background: #f6f1e9;
}

.camp-home-availability-note > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-content: center;
  border-radius: 50%;
  background: rgba(126, 87, 66, 0.12);
  font-size: 15px;
}

.camp-home-availability-note > div {
  display: grid;
  gap: 3px;
}

.camp-home-availability-note strong {
  font-size: 12px;
}

.camp-home-availability-note small {
  color: #75675f;
  font-size: 9px;
  line-height: 1.4;
}

.camp-home-options.grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.camp-home-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
  align-items: center;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid rgba(12, 61, 57, 0.1);
  border-radius: 15px;
  color: var(--finder-ink);
  background: #f4f7f4;
  text-align: left;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.camp-home-options.grid .camp-home-option {
  min-height: 61px;
}

.camp-home-options.grid .camp-home-option.wide {
  grid-column: 1 / -1;
}

.camp-home-option:active {
  background: var(--finder-sea-light);
  transform: translateY(1px);
}

.camp-home-option span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.camp-home-option .camp-home-option-title {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}

.camp-home-option-title strong {
  min-width: 0;
}

.camp-home-option strong {
  font-size: 12px;
  line-height: 1.25;
}

.camp-home-option small {
  color: var(--finder-ink-soft);
  font-size: 9px;
  line-height: 1.35;
}

.camp-home-option-badge {
  flex: 0 0 auto;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--finder-sea);
  font-size: 8px !important;
  font-weight: 760;
  line-height: 1.25 !important;
  letter-spacing: 0.04em;
}

.camp-home-option em {
  color: var(--finder-sea);
  font-size: 17px;
  font-style: normal;
}

.camp-home-back {
  min-height: 44px;
  padding: 0;
  color: var(--finder-ink-soft);
  background: transparent;
  font-size: 10px;
  font-weight: 690;
  text-align: left;
}

.camp-home-result {
  gap: 9px;
}

.camp-home-result-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.camp-home-result-heading span {
  color: var(--finder-sea);
  font-size: 10px;
  font-weight: 790;
}

.camp-home-result-heading small {
  color: var(--finder-ink-soft);
  font-size: 9px;
  text-align: right;
}

.camp-home-result-reason {
  margin: -2px 0 0;
  color: var(--finder-ink-soft);
  font-size: 10px;
  line-height: 1.4;
}

.camp-home-product {
  display: grid;
  gap: 8px;
}

.camp-home-product-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
}

.camp-home-product-head img {
  width: 62px;
  height: 68px;
  border-radius: 14px;
  object-fit: cover;
}

.camp-home-product-head span {
  display: grid;
  gap: 4px;
}

.camp-home-product-head strong {
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.camp-home-product-head p {
  margin: 0;
  color: var(--finder-ink-soft);
  font-size: 10px;
  line-height: 1.42;
}

.camp-home-facts {
  display: flex;
  gap: 5px;
  margin: 0;
  overflow: hidden;
}

.camp-home-facts span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--finder-deep);
  background: var(--finder-sea-light);
  font-size: 9px;
  font-weight: 720;
  white-space: nowrap;
}

.camp-home-primary,
.camp-home-secondary,
.camp-home-related {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 780;
}

.camp-home-primary {
  gap: 8px;
  padding: 0 17px;
  color: white;
  background: var(--finder-deep);
  box-shadow: 0 12px 28px rgba(8, 47, 45, 0.2);
}

.camp-home-primary::after {
  content: "→";
  font-size: 17px;
}

.camp-home-secondary,
.camp-home-related {
  color: var(--finder-sea);
}

.camp-home-alternate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  padding: 8px 9px 8px 11px;
  border-radius: 14px;
  background: #edf4f0;
}

.camp-home-alternate > span {
  display: grid;
  gap: 1px;
}

.camp-home-alternate small {
  color: var(--finder-sea);
  font-size: 9px;
  font-weight: 740;
}

.camp-home-alternate strong {
  font-size: 11px;
}

.camp-home-alternate p {
  margin: 1px 0 0;
  color: var(--finder-ink-soft);
  font-size: 9px;
  line-height: 1.35;
}

.camp-home-alternate button {
  min-height: 44px;
  padding: 0 9px;
  border-radius: 10px;
  color: white;
  background: var(--finder-sea);
  font-size: 9px;
  font-weight: 760;
  white-space: nowrap;
}

.camp-home-result-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.camp-home-result-controls button {
  min-height: 44px;
  padding: 0;
  color: var(--finder-ink-soft);
  background: transparent;
  font-size: 10px;
  font-weight: 690;
}

.camp-home-result-controls button:last-child {
  color: var(--finder-sea);
}

.camp-home-no-match {
  gap: 12px;
}

.camp-home-inline-actions {
  display: grid;
  gap: 4px;
}

.camp-home-note {
  margin: 9px 2px 0;
  color: rgba(16, 43, 41, 0.68);
  font-size: 9px;
  line-height: 1.4;
  text-align: center;
}

@media (min-width: 700px) {
  body {
    padding: 26px 0;
  }

  .camp-home-shell {
    width: 430px;
    min-height: 844px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(16, 43, 41, 0.13);
    border-radius: 34px;
    box-shadow: 0 35px 80px rgba(8, 43, 40, 0.2);
  }

  .camp-home {
    min-height: 844px;
  }
}

@media (max-width: 360px) {
  .camp-home-brand-row {
    gap: 7px;
  }

  .camp-home-header-actions {
    gap: 5px;
  }

  .camp-home-all-link {
    padding-inline: 10px;
  }
}

@media (max-height: 720px) {
  .camp-home {
    padding:
      max(17px, env(safe-area-inset-top))
      15px
      max(16px, calc(env(safe-area-inset-bottom) + 10px));
  }

  .camp-home-brand-row {
    margin-bottom: 4px;
  }

  .camp-home-intro {
    margin-bottom: 6px;
  }

  .camp-home-eyebrow {
    margin-bottom: 5px;
  }

  .camp-home-intro h1 {
    font-size: 26px;
  }

  .camp-home-intro > p:last-child {
    display: none;
  }

  .camp-home-panel {
    gap: 7px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 19px;
  }

  .camp-home-panel-heading {
    gap: 2px;
  }

  .camp-home-panel-heading h2 {
    font-size: 17px;
  }

  .camp-home-panel-heading > p {
    font-size: 9px;
  }

  .camp-home-options {
    gap: 5px;
  }

  .camp-home-option {
    min-height: 46px;
    padding: 7px 9px;
  }

  .camp-home-options.grid .camp-home-option {
    min-height: 52px;
  }

  .camp-home-help {
    min-height: 68px;
    padding: 8px 10px;
  }

  .camp-home-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
