/* Wildomi companion: a full-window product surface, with a mobile-first shell. */
.wa-app {
  --wa-ink: #123f3c;
  --wa-paper: #f5f1e7;
  --wa-lime: #d7ef76;
  --wa-muted: #597168;
  --wa-line: #d4dbcd;
  --wa-gutter: 20px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  overflow-anchor: none;
  background: var(--wa-paper);
  color: var(--wa-ink);
  font-family: var(--sans, sans-serif);
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
.wa-app *, .wa-app *::before, .wa-app *::after { box-sizing: border-box; }
.wa-app [hidden] { display: none !important; }
.wa-app button, .wa-app select, .wa-app input { font: inherit; color: inherit; }
.wa-app button, .wa-app a, .wa-app select, .wa-app summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
.wa-app button { cursor: pointer; }
.wa-app button:disabled { opacity: .45; cursor: default; }
.wa-app :is(button,a,select,summary):focus-visible { outline: 3px solid #729021; outline-offset: 3px; }
.wa-app svg { display: block; flex-shrink: 0; width: 22px; height: 22px; }
.wa-app img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wa-app p { margin: 0; line-height: 1.55; }
.wa-app :is(h1,h2,h3) { margin: 0; color: inherit; font-family: var(--serif, Georgia, serif); font-weight: 400; letter-spacing: -.035em; }
.wa-app h1 { font-size: 32px; line-height: 1.15; }
.wa-app h2 { font-size: 32px; line-height: 1.15; }
.wa-app h3 { font-size: 25px; line-height: 1.2; }
.wa-app :is(h1,h2,h3) em { font-weight: 400; }
.wa-app a { color: inherit; text-decoration: none; }
.wa-app .wa-eyebrow { font-family: var(--sans, sans-serif); font-size: 12px; line-height: 1.4; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.wa-app .wa-disclosure { font-size: 13px; line-height: 1.55; color: var(--wa-muted); }

/* Header and animal switcher remain in place while each screen scrolls. */
.wa-topbar { order: 1; flex-shrink: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; padding: max(8px, env(safe-area-inset-top, 0px)) var(--wa-gutter) 8px; border-bottom: 1px solid var(--wa-line); background: var(--wa-paper); }
.wa-app .wa-wordmark { display: flex; align-items: center; gap: 4px; min-height: 44px; padding: 0; border: 0; background: transparent; font-family: var(--serif, Georgia, serif); font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: -1.8px; }
.wa-app .wa-wordmark > img { width: 27px; height: 27px; margin-right: 4px; object-fit: contain; }
.wa-wordmark > span { align-self: flex-start; margin-top: -2px; font-size: 22px; letter-spacing: 0; color: #598568; }
.wa-wordmark > .wa-app-label { display: none; }
.wa-topbar-actions { display: flex; align-items: center; gap: 6px; }
.wa-app .wa-account, .wa-topbar-actions > a { display: flex; align-items: center; justify-content: center; width: 44px; min-width: 44px; height: 44px; padding: 0; border: 1px solid var(--wa-line); border-radius: 50%; background: transparent; }
.wa-topbar-actions > a { border-color: transparent; }
.wa-website-link > span { display: none; }
.wa-app .wa-account { background: #e8eddf; }
.wa-animal-bar { order: 2; flex-shrink: 0; min-width: 0; padding: 7px var(--wa-gutter) 10px; border-bottom: 1px solid var(--wa-line); background: var(--wa-paper); }
.wa-animal-labels { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 40px; }
.wa-animal-bar > label, .wa-animal-labels > label, .wa-animal-labels > span { display: block; flex-shrink: 0; color: var(--wa-muted); font-size: 13px; line-height: 1.3; font-weight: 500; }
.wa-select-wrap { position: relative; min-width: 0; }
.wa-animal-labels .wa-select-wrap { max-width: 63%; }
.wa-select-wrap::after { content: ''; position: absolute; right: 5px; top: 17px; width: 7px; height: 7px; border-right: 1.5px solid var(--wa-ink); border-bottom: 1.5px solid var(--wa-ink); transform: rotate(45deg); pointer-events: none; }
.wa-app .wa-animal-bar select { display: block; width: 100%; height: 44px; min-height: 44px; padding: 4px 24px 4px 0; border: 0; background: transparent; box-shadow: none; border-radius: 0; font-size: 16px; font-weight: 600; appearance: none; text-overflow: ellipsis; }
.wa-companion-strip { display: flex; align-items: flex-start; gap: 13px; margin-inline: calc(-1 * var(--wa-gutter)); padding: 5px var(--wa-gutter) 3px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
.wa-companion-strip::-webkit-scrollbar { display: none; }
.wa-app .wa-companion { display: flex; flex: 0 0 59px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; min-width: 59px; min-height: 74px; padding: 0; border: 0; background: transparent; color: var(--wa-muted); font-size: 13px; line-height: 1.2; }
.wa-companion-avatar { display: block; width: 52px; height: 52px; padding: 3px; border: 1.5px solid transparent; border-radius: 50%; background: transparent; }
.wa-companion-avatar img { border-radius: 50%; background: #dfe7db; }
.wa-companion[aria-pressed=true] { color: var(--wa-ink); font-weight: 700; }
.wa-companion[aria-pressed=true] .wa-companion-avatar { border-color: var(--wa-ink); background: var(--wa-lime); }
.wa-scroll { order: 3; flex: 1; min-height: 0; min-width: 0; overflow-y: auto; overflow-x: hidden; overscroll-behavior-y: contain; scrollbar-width: thin; scrollbar-color: #bbc8b3 transparent; scroll-padding: 20px; }
.wa-panel { min-height: 100%; padding-bottom: 22px; }
.wa-panel:focus { outline: none; }
.wa-panel:focus-visible { outline: 2px solid #729021; outline-offset: -3px; }

/* A familiar five-destination mobile tab bar, with proper safe-area spacing. */
.wa-nav { order: 4; position: relative; z-index: 5; flex-shrink: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 2px; padding: 6px 8px max(8px, env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--wa-line); background: #faf8f1; }
.wa-app .wa-nav button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; min-width: 0; min-height: 56px; padding: 6px 2px; border: 0; border-radius: 13px; background: transparent; color: #60746c; font-size: 12px; line-height: 1.2; font-weight: 500; }
.wa-app .wa-nav button svg { width: 22px; height: 22px; }
.wa-app .wa-nav button[aria-selected=true] { background: #e6eecf; color: var(--wa-ink); font-weight: 700; }

/* The dashboard is built around the selected animal and everyday actions. */
.wa-dashboard-heading { padding: 21px var(--wa-gutter) 19px; }
.wa-dashboard-heading .wa-eyebrow { margin-bottom: 7px; color: var(--wa-muted); }
.wa-dashboard-heading > p:last-child:not(.wa-eyebrow) { margin-top: 7px; font-size: 16px; color: var(--wa-muted); }
.wa-dashboard-grid { min-width: 0; }
.wa-home-hero { position: relative; height: 320px; margin-inline: var(--wa-gutter); overflow: hidden; border-radius: 17px; background: #284c3d; color: #fff; }
.wa-home-hero > img { object-position: center 35%; }
.wa-photo-shade, .wa-gallery-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,31,27,.08), transparent 32%, rgba(10,31,27,.08) 55%, rgba(8,28,26,.8)); pointer-events: none; }
.wa-hero-top { position: absolute; top: 15px; left: 16px; right: 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.wa-photo-tag { padding: 6px 10px; border-radius: 20px; font-size: 12px; font-weight: 500; background: rgba(245,241,231,.94); color: var(--wa-ink); }
.wa-photo-index { padding: 4px 7px; border-radius: 6px; font-size: 12px; letter-spacing: .04em; background: #173b3480; }
.wa-hero-copy { position: absolute; bottom: 23px; left: 20px; right: 67px; }
.wa-hero-copy > p { font-size: 14px; font-weight: 500; }
.wa-app .wa-hero-copy h2 { margin: 4px 0 7px; font-size: 43px; line-height: 1.1; letter-spacing: -.04em; color: #fff; }
.wa-hero-copy > span { display: flex; align-items: center; gap: 5px; font-size: 14px; line-height: 1.4; }
.wa-hero-copy > span svg { width: 16px; height: 16px; }
.wa-app .wa-round { display: grid; place-items: center; min-width: 44px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--wa-line); border-radius: 50%; background: transparent; color: inherit; }
.wa-app .wa-hero-album { position: absolute; bottom: 23px; right: 16px; color: var(--wa-ink); border-color: transparent; background: var(--wa-lime); }
.wa-home-body { padding: 18px var(--wa-gutter) 8px; }
.wa-greeting { margin-bottom: 17px; }
.wa-app .wa-greeting h3 { margin-top: 6px; font-size: 26px; }
.wa-shortcuts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wa-app .wa-shortcuts button { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; min-height: 70px; min-width: 0; padding: 13px 11px; border: 1px solid var(--wa-line); border-radius: 13px; background: #e9edde; text-align: left; }
.wa-shortcuts button > svg:first-child { width: 23px; height: 23px; }
.wa-shortcuts button > svg:last-child { width: 15px; height: 15px; }
.wa-shortcuts button > span { font-size: 16px; line-height: 1.3; font-weight: 550; overflow-wrap: anywhere; }
.wa-shortcuts button small { display: block; margin-top: 4px; color: var(--wa-muted); font-size: 12px; line-height: 1.35; font-weight: 400; }
.wa-app .wa-journal-preview { display: flex; flex-direction: column; align-items: flex-start; width: 100%; gap: 9px; margin: 24px 0 0; padding: 0 0 22px; border: 0; border-bottom: 1px solid var(--wa-line); background: transparent; text-align: left; }
.wa-journal-preview > strong { font-family: var(--serif, Georgia, serif); font-weight: 400; font-size: 28px; letter-spacing: -.035em; line-height: 1.2; }
.wa-journal-preview > span:not(.wa-eyebrow):not(.wa-text-link) { font-size: 16px; line-height: 1.55; color: var(--wa-muted); }
.wa-app .wa-text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 44px; font-size: 16px; font-weight: 600; }
.wa-text-link svg { width: 18px; height: 18px; }
.wa-app .wa-letter-strip { display: flex; align-items: center; gap: 12px; min-height: 76px; padding: 17px 0; border-bottom: 1px solid var(--wa-line); }
.wa-letter-strip > svg:first-child { width: 28px; height: 28px; }
.wa-letter-strip > svg:last-child { width: 18px; height: 18px; margin-left: auto; }
.wa-letter-strip > span { display: flex; flex-direction: column; gap: 3px; }
.wa-letter-strip strong { font-size: 16px; font-weight: 550; }
.wa-letter-strip span span { font-size: 14px; color: var(--wa-muted); }
.wa-home-footer { display: flex; flex-wrap: wrap; column-gap: 19px; margin: 10px 0; }
.wa-app .wa-link { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 44px; width: fit-content; font-size: 16px; font-weight: 550; }
.wa-link svg { width: 17px; height: 17px; }
.wa-page-heading { padding: 23px var(--wa-gutter) 22px; }
.wa-app .wa-page-heading .wa-eyebrow { margin-bottom: 7px; color: var(--wa-muted); }
.wa-app .wa-page-heading h2 { margin: 0; font-size: 32px; line-height: 1.15; }
.wa-page-heading > p:last-child:not(.wa-eyebrow) { margin-top: 10px; color: var(--wa-muted); font-size: 16px; }
.wa-page-body { padding: 22px var(--wa-gutter) 8px; }
.wa-no-top { padding-top: 0; }

/* Geographic context and observations. */
.wa-map { position: relative; height: 320px; margin-inline: var(--wa-gutter); overflow: hidden; border-radius: 17px; background: #194c49; color: #f4f2e5; }
.wa-app .wa-geographic-map { display: block; width: 100%; height: 100%; }
.wa-map-label { position: absolute; top: 15px; left: 15px; border: 1px solid #ffffff45; border-radius: 20px; padding: 6px 10px; font-size: 12px; background: #16433beb; }
.wa-map-buttons { position: absolute; top: 15px; right: 15px; display: grid; border: 1px solid #ffffff4d; border-radius: 12px; overflow: hidden; background: #173f3ceb; }
.wa-app .wa-map-buttons button { width: 44px; height: 44px; padding: 0; border: 0; background: transparent; color: #f5f1e7; font-size: 22px; line-height: 1; }
.wa-map-buttons button + button { border-top: 1px solid #ffffff24; }
.wa-map-bottom { position: absolute; bottom: 0; left: 0; right: 0; display: flex; align-items: center; gap: 10px; padding: 15px; background: linear-gradient(transparent, #113e3bf5); }
.wa-map-bottom > span { display: flex; gap: 5px; align-items: center; min-width: 0; font-size: 14px; line-height: 1.4; }
.wa-map-bottom svg { width: 17px; height: 17px; }
.wa-app .wa-map-bottom button { flex-shrink: 0; min-height: 44px; margin-left: auto; padding: 0 12px; border: 1px solid #ffffff60; border-radius: 9px; background: #143f3b; color: #f5f1e7; font-size: 14px; }
.wa-app .wa-map-message { position: absolute; top: 44%; left: 12%; right: 12%; padding: 12px; text-align: center; color: #fff; font-size: 16px; background: #123e3ef2; border-radius: 10px; }
.wa-map-message button { border: 0; background: transparent; color: #fff; text-decoration: underline; min-height: 44px; }
.wa-map-explainer h3 { margin: 8px 0 12px; }
.wa-map-explainer > p:not(.wa-eyebrow) { font-size: 16px; color: var(--wa-muted); }
.wa-app .wa-source { display: inline-flex; align-items: center; min-height: 44px; margin-top: 5px; color: #466b51; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.wa-journey-status, .wa-feed { padding: 20px; margin: 19px 0 21px; border: 1px solid var(--wa-line); border-radius: 13px; background: #e9edde; }
.wa-journey-status h3, .wa-feed h3 { margin: 9px 0 11px; font-size: 25px; }
.wa-journey-status p, .wa-feed p { font-size: 16px; color: var(--wa-muted); }
.wa-status-label { display: inline-block; font-size: 12px; font-weight: 650; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.wa-app .wa-primary-link { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 50px; width: 100%; margin: 16px 0; padding: 13px 16px; border: 0; border-radius: 11px; background: var(--wa-ink); color: #f5f1e7; font-size: 16px; font-weight: 500; line-height: 1.4; text-align: left; }
.wa-primary-link svg { width: 19px; height: 19px; }
.wa-app .wa-small-button { display: flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 10px; padding: 0; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 4px; font-size: 16px; font-weight: 550; }
.wa-small-button svg { width: 17px; height: 17px; }
.wa-feed { margin-top: 0; }
.wa-partner-update + .wa-partner-update { border-top: 1px solid #c8d2be; margin-top: 20px; padding-top: 20px; }
.wa-journal { margin-top: 22px; overflow: hidden; border: 1px solid var(--wa-line); border-radius: 15px; background: #fbf9f2; }
.wa-journal > img { height: 235px; object-position: center 35%; }
.wa-journal > div { padding: 20px; }
.wa-journal h3 { margin: 11px 0 15px; font-size: 28px; }
.wa-journal p:not(.wa-eyebrow):not(.wa-disclosure) { font-size: 16px; color: var(--wa-muted); }
.wa-journal .wa-disclosure { margin: 16px 0 7px; }

/* Album, saved moments and the full-screen photo viewer. */
.wa-album-toolbar { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; }
.wa-album-toolbar > span { font-size: 14px; color: var(--wa-muted); }
.wa-album-toolbar > div { display: flex; gap: 4px; padding: 3px; border: 1px solid var(--wa-line); border-radius: 12px; }
.wa-app .wa-album-toolbar button { display: flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 8px 13px; border: 0; border-radius: 8px; background: transparent; font-size: 16px; }
.wa-app .wa-album-toolbar button[aria-pressed=true] { background: var(--wa-ink); color: var(--wa-paper); }
.wa-album-toolbar button > span { font-size: 13px; opacity: .75; }
.wa-empty-saved { padding: 28px 20px; border: 1px dashed #b9c8ad; border-radius: 15px; background: #e9edde; }
.wa-empty-saved h3 { margin-bottom: 12px; }
.wa-empty-saved p { font-size: 16px; color: var(--wa-muted); }
.wa-empty-saved + .wa-disclosure { margin-top: 20px; }
.wa-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.wa-gallery-cell { position: relative; min-width: 0; }
.wa-app .wa-gallery-item { position: relative; display: block; width: 100%; height: 205px; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 13px; background: #1d453b; text-align: left; color: #fff; }
.wa-gallery-cell.wa-gallery-lead, .wa-gallery > .wa-gallery-lead { grid-column: 1 / -1; }
.wa-app .wa-gallery-item.wa-gallery-lead, .wa-gallery-cell.wa-gallery-lead .wa-gallery-item { height: 335px; border-radius: 15px; }
.wa-gallery-number { position: absolute; top: 13px; left: 14px; padding: 3px 6px; border-radius: 5px; font-size: 12px; letter-spacing: .04em; background: #173b3475; }
.wa-gallery-caption { position: absolute; bottom: 17px; left: 14px; right: 14px; display: flex; align-items: center; gap: 8px; font-size: 14px; line-height: 1.4; }
.wa-gallery-caption svg { width: 18px; height: 18px; }
.wa-gallery + .wa-disclosure { margin-top: 19px; }
.wa-app .wa-save-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 44px; min-height: 44px; padding: 10px 13px; border: 1px solid var(--wa-line); border-radius: 24px; background: var(--wa-paper); color: var(--wa-ink); font-size: 16px; }
.wa-gallery-cell > .wa-save-button { position: absolute; top: 10px; right: 10px; padding: 10px; border-color: transparent; box-shadow: 0 2px 12px #123f3c15; }
.wa-app .wa-save-button[aria-pressed=true] { background: var(--wa-lime); border-color: transparent; }
.wa-save-button[aria-pressed=true] svg { fill: currentColor; }
.wa-viewer-host:empty { display: none; }
.wa-viewer-host { position: absolute; inset: 0; z-index: 10; background: var(--wa-paper); }
.wa-viewer { height: 100%; overflow-y: auto; overscroll-behavior: contain; }
.wa-viewer > header { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; padding: max(12px, env(safe-area-inset-top, 0px)) var(--wa-gutter) 12px; border-bottom: 1px solid var(--wa-line); background: var(--wa-paper); }
.wa-viewer > header > span { font-size: 14px; font-weight: 550; }
.wa-viewer > header > h2 { font-size: 27px; }
.wa-viewer-media { display: grid; align-items: center; min-height: 260px; background: #163c35; }
.wa-viewer-media > img { width: 100%; height: auto; max-height: 56dvh; object-fit: contain; }
.wa-viewer-media > video { display: block; width: 100%; max-height: 56dvh; }
.wa-viewer-info { max-width: 720px; margin-inline: auto; padding: 24px var(--wa-gutter) max(24px, env(safe-area-inset-bottom, 0px)); }
.wa-viewer-info h3 { margin: 10px 0 14px; font-size: 30px; }
.wa-viewer-info > p:not(.wa-eyebrow):not(.wa-disclosure) { font-size: 16px; color: var(--wa-muted); }
.wa-viewer-info .wa-disclosure { margin-top: 13px; }
.wa-viewer-info .wa-source + .wa-source { margin-left: 15px; }
.wa-viewer-info > .wa-save-button { margin-top: 17px; }
.wa-viewer-controls { display: flex; justify-content: space-between; gap: 14px; padding: 22px 0 6px; }
.wa-app .wa-viewer-controls button { min-height: 44px; padding: 9px 13px; border: 1px solid #c8d2bf; border-radius: 10px; background: transparent; font-size: 16px; }

/* Species notebook. */
.wa-discover-photo { position: relative; height: 250px; margin-inline: var(--wa-gutter); overflow: hidden; border-radius: 17px; background: #254e40; }
.wa-discover-photo > img { object-position: center 35%; }
.wa-discover-photo > span { position: absolute; bottom: 15px; left: 15px; right: 15px; display: flex; flex-direction: column; gap: 2px; width: fit-content; max-width: calc(100% - 30px); padding: 9px 13px; border-radius: 10px; background: #f5f1e7f2; font-size: 16px; font-weight: 600; }
.wa-discover-photo em { font-size: 13px; font-style: normal; font-weight: 400; }
.wa-fact-game { position: relative; margin: 24px 0 5px; padding: 22px; border-radius: 15px; background: #e0edb4; }
.wa-fact-game h3 { margin: 10px 0 14px; font-size: 28px; }
.wa-fact-game p:not(.wa-eyebrow) { font-size: 16px; line-height: 1.55; }
.wa-fact-game .wa-primary-link { margin: 20px 0 0; }
.wa-letter-note { margin-top: 23px; padding-top: 22px; border-top: 1px solid var(--wa-line); }
.wa-letter-note h3 { margin: 8px 0 12px; font-size: 28px; }
.wa-letter-note > p:not(.wa-eyebrow) { margin-bottom: 10px; font-size: 16px; color: var(--wa-muted); }

/* Account and local app preferences live inside the app sheet. */
.wa-settings-body { max-width: 700px; margin-inline: auto; padding: 23px var(--wa-gutter) max(30px, env(safe-area-inset-bottom, 0px)); }
.wa-profile { display: flex; align-items: center; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid var(--wa-line); }
.wa-profile > svg, .wa-profile > .wa-account, .wa-profile > span:first-child { display: grid; place-items: center; flex-shrink: 0; width: 58px; height: 58px; padding: 16px; border-radius: 50%; background: #e4ebd9; }
.wa-profile h3 { margin-bottom: 4px; font-size: 25px; }
.wa-profile strong { display: block; margin-bottom: 4px; font-size: 20px; font-weight: 600; }
.wa-profile p { color: var(--wa-muted); font-size: 16px; }
.wa-settings-intro { margin-top: 20px !important; color: var(--wa-muted); }
.wa-settings-links { margin: 12px 0 24px; }
.wa-settings-links > a { display: flex; align-items: center; gap: 12px; justify-content: space-between; min-height: 58px; padding: 12px 0; border-bottom: 1px solid var(--wa-line); font-size: 16px; }
.wa-settings-links > a svg:last-child { margin-left: auto; width: 19px; height: 19px; }
.wa-setting-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 70px; padding: 14px 0; border-bottom: 1px solid var(--wa-line); }
.wa-setting-row > div, .wa-setting-row > span { min-width: 0; }
.wa-setting-row strong { display: block; font-size: 16px; font-weight: 600; }
.wa-setting-row p, .wa-setting-row small { display: block; margin-top: 4px; font-size: 14px; color: var(--wa-muted); line-height: 1.45; }
.wa-app .wa-setting-row button { display: flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 44px; min-width: 66px; margin-top: 0; padding: 9px 12px; border: 1px solid #bac7b5; border-radius: 24px; background: #e5ebdb; font-size: 16px; font-weight: 550; text-decoration: none; }
.wa-app .wa-setting-row button[aria-pressed=true], .wa-app .wa-setting-row button[aria-checked=true] { background: var(--wa-ink); color: var(--wa-paper); border-color: var(--wa-ink); }
.wa-install-card { margin-top: 24px; padding: 21px; border-radius: 15px; background: #e7eecf; }
.wa-install-card h3 { margin: 8px 0 10px; font-size: 26px; }
.wa-install-card p { color: var(--wa-muted); font-size: 16px; }
.wa-install-card .wa-install-status { margin-top: 14px; font-size: 14px; }
.wa-install-card + .wa-disclosure { margin-top: 22px; }
.wa-install-card ol { padding-left: 22px; font-size: 16px; }
.wa-install-card li + li { margin-top: 8px; }
.wa-install-card .wa-primary-link:last-child { margin-bottom: 0; }
.wa-sr { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; padding: 0; clip-path: inset(50%); white-space: nowrap; border: 0; }
.wa-app:is([data-animal=giraffe],[data-animal=red-panda],[data-animal=flamingo]) :is(.wa-home-hero,.wa-discover-photo,.wa-journal,.wa-gallery-item) > img { object-position: center top; }

@media (max-width: 359px) {
  .wa-app { --wa-gutter: 15px; }
  .wa-animal-labels > label, .wa-animal-labels > span { font-size: 12px; }
  .wa-animal-labels .wa-select-wrap { max-width: 60%; }
  .wa-companion-strip { gap: 10px; }
  .wa-dashboard-heading { padding-top: 18px; padding-bottom: 16px; }
  .wa-app h1, .wa-app .wa-page-heading h2 { font-size: 29px; }
  .wa-home-hero { height: 290px; }
  .wa-hero-copy { left: 16px; }
  .wa-app .wa-hero-copy h2 { font-size: 38px; }
  .wa-shortcuts { gap: 8px; }
  .wa-app .wa-shortcuts button { grid-template-columns: auto 1fr; gap: 8px; padding: 12px; }
  .wa-shortcuts button > svg:last-child { display: none; }
  .wa-app .wa-nav button { font-size: 12px; }
  .wa-map-bottom { padding: 12px; gap: 6px; }
  .wa-map-bottom > span { font-size: 13px; }
  .wa-map-bottom button { font-size: 13px !important; padding-inline: 9px !important; }
  .wa-gallery { gap: 9px; }
  .wa-app .wa-gallery-item { height: 185px; }
  .wa-app .wa-gallery-item.wa-gallery-lead, .wa-gallery-cell.wa-gallery-lead .wa-gallery-item { height: 290px; }
  .wa-fact-game { padding: 18px; }
}
@media (min-width: 600px) {
  .wa-app { --wa-gutter: 28px; }
  .wa-wordmark > .wa-app-label { display: block; align-self: center; margin: 5px 0 0 13px; padding-left: 13px; border-left: 1px solid #bdc8b8; color: var(--wa-muted); font-family: var(--sans, sans-serif); font-size: 13px; font-weight: 450; letter-spacing: .01em; }
  .wa-topbar-actions > .wa-website-link { gap: 8px; width: auto; padding-inline: 12px; border-radius: 12px; font-size: 14px; }
  .wa-website-link > span { display: inline; }
  .wa-animal-labels { max-width: 680px; }
  .wa-companion-strip { gap: 17px; }
  .wa-companion-avatar { width: 56px; height: 56px; }
  .wa-companion-strip .wa-companion { flex-basis: 64px; }
  .wa-panel { max-width: 1040px; margin-inline: auto; }
  .wa-home-hero { height: 420px; }
  .wa-dashboard-heading { padding-top: 25px; }
  .wa-app h1 { font-size: 36px; }
  .wa-nav { padding-inline: max(20px, calc((100% - 700px) / 2)); }
  .wa-app .wa-nav button { font-size: 13px; }
  .wa-map { height: 390px; }
  .wa-discover-photo { height: 360px; }
  .wa-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
  .wa-gallery-cell.wa-gallery-lead, .wa-gallery > .wa-gallery-lead { grid-column: 1 / 3; grid-row: span 2; }
  .wa-app .wa-gallery-item { height: 210px; }
  .wa-app .wa-gallery-item.wa-gallery-lead, .wa-gallery-cell.wa-gallery-lead .wa-gallery-item { height: 435px; }
  .wa-journal { display: grid; grid-template-columns: .85fr 1fr; }
  .wa-journal > img { height: 100%; min-height: 330px; }
  .wa-journal > div { padding: 26px; }
}
@media (min-width: 1000px) {
  .wa-app { display: grid; grid-template-columns: 184px minmax(0, 1fr); grid-template-rows: auto auto minmax(0, 1fr); }
  .wa-topbar { grid-column: 1 / -1; grid-row: 1; min-height: 74px; padding-inline: 26px; }
  .wa-animal-bar { grid-column: 2; grid-row: 2; padding-top: 8px; padding-bottom: 13px; }
  .wa-animal-labels { max-width: none; }
  .wa-animal-labels .wa-select-wrap { min-width: 230px; }
  .wa-companion-strip { gap: 19px; }
  .wa-scroll { grid-column: 2; grid-row: 3; }
  .wa-nav { grid-column: 1; grid-row: 2 / -1; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-start; gap: 7px; padding: 27px 14px; border-top: 0; border-right: 1px solid var(--wa-line); background: var(--wa-paper); }
  .wa-app .wa-nav button { flex-direction: row; justify-content: flex-start; gap: 13px; width: 100%; min-height: 52px; padding: 12px 14px; font-size: 16px; border-radius: 11px; }
  .wa-app .wa-nav button[aria-selected=true] { background: var(--wa-lime); }
  .wa-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); align-items: start; gap: 25px; padding-inline: var(--wa-gutter); }
  .wa-dashboard-grid .wa-home-hero { height: 550px; max-height: 68dvh; margin: 0; position: sticky; top: 24px; }
  .wa-dashboard-grid .wa-home-body { padding: 0; }
  .wa-dashboard-grid .wa-greeting { display: none; }
  .wa-dashboard-grid .wa-journal-preview { margin-top: 23px; }
  .wa-app .wa-hero-copy h2 { font-size: 46px; }
  .wa-page-heading { padding-top: 30px; }
  .wa-app .wa-page-heading h2 { font-size: 36px; }
  .wa-map { height: 400px; }
  .wa-page-body { max-width: 900px; margin-inline: auto; }
  .wa-viewer > header { padding-inline: 32px; }
  .wa-viewer-media { min-height: 360px; }
  .wa-viewer-media > img, .wa-viewer-media > video { max-height: 62dvh; }
}
@media (min-width: 1400px) {
  .wa-app { grid-template-columns: 220px minmax(0, 1fr); --wa-gutter: 36px; }
  .wa-nav { padding-inline: 22px; }
  .wa-dashboard-grid { gap: 32px; }
  .wa-dashboard-grid .wa-home-hero { height: 570px; }
  .wa-topbar { padding-inline: 34px; }
}
@media (max-height: 700px) and (max-width: 599px) {
  .wa-topbar { min-height: 56px; padding-top: max(4px, env(safe-area-inset-top, 0px)); padding-bottom: 4px; }
  .wa-animal-bar { padding-top: 2px; padding-bottom: 5px; }
  .wa-companion-avatar { width: 44px; height: 44px; }
  .wa-app .wa-companion { min-height: 65px; }
  .wa-nav { padding-top: 4px; padding-bottom: max(5px, env(safe-area-inset-bottom, 0px)); }
  .wa-app .wa-nav button { min-height: 51px; }
}
@media (hover: hover) {
  .wa-app .wa-nav button:not([aria-selected=true]):hover, .wa-topbar-actions > a:hover { background: #e9edde; }
  .wa-app .wa-shortcuts button:hover { background: #e1eacb; border-color: #bac8ad; }
  .wa-app .wa-gallery-item:hover img { filter: brightness(1.05); }
  .wa-app .wa-companion:hover .wa-companion-avatar { border-color: #95a78b; }
}
@media (prefers-reduced-motion: no-preference) {
  html:not([data-motion-paused=true]) .wa-panel { animation: wa-appear .15s ease-out; }
  html:not([data-motion-paused=true]) .wa-app :is(.wa-nav button,.wa-companion-avatar,.wa-shortcuts button,.wa-save-button) { transition: background-color .15s, border-color .15s; }
  @keyframes wa-appear { from { opacity: .65; } to { opacity: 1; } }
}
@media (prefers-reduced-motion: reduce) {
  .wa-app * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
html[data-motion-paused=true] .wa-app * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }

/* The journal opens into reading, with the notebook and quiz close at hand. */
.wa-editorial-label { margin-bottom: 16px !important; color: var(--wa-muted); font-size: 14px; }
.wa-topic-chips { display: flex; gap: 8px; overflow-x: auto; padding: 3px 3px 12px; margin-inline: -3px; scrollbar-width: thin; }
.wa-app .wa-topic-chips button { flex: 0 0 auto; min-height: 44px; padding: 9px 15px; border: 1px solid #c6d0bf; border-radius: 24px; background: transparent; font-size: 16px; white-space: nowrap; }
.wa-app .wa-topic-chips button[aria-pressed=true] { background: var(--wa-ink); border-color: var(--wa-ink); color: var(--wa-paper); }
.wa-note-count { margin: 5px 0 18px !important; color: var(--wa-muted); font-size: 14px; }
.wa-notes-grid { display: grid; gap: 24px; }
.wa-app .wa-note-card { display: grid; grid-template-columns: 94px minmax(0,1fr); gap: 15px; padding: 0 0 24px; width: 100%; min-width: 0; border: 0; border-bottom: 1px solid var(--wa-line); background: transparent; text-align: left; }
.wa-note-image { position: relative; display: block; overflow: hidden; border-radius: 12px; height: 124px; background: #dce5d4; }
.wa-note-number { position: absolute; left: 10px; top: 10px; padding: 2px 6px; background: #f5f1e7ee; color: var(--wa-ink); font-size: 12px; border-radius: 4px; }
.wa-note-copy { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.wa-note-meta { display: flex; gap: 5px; flex-wrap: wrap; font-size: 13px; font-weight: 550; color: var(--wa-muted); }
.wa-note-copy > strong { font-family: var(--serif,Georgia,serif); font-size: 24px; line-height: 1.12; font-weight: 400; letter-spacing: -.025em; }
.wa-note-excerpt { font-size: 16px; line-height: 1.55; color: var(--wa-muted); }
.wa-note-copy .wa-text-link { margin-top: 5px; font-size: 16px; }
.wa-app .wa-note-featured { display: block; padding-bottom: 25px; }
.wa-note-featured .wa-note-image { width: 100%; height: auto; aspect-ratio: 4 / 3; border-radius: 16px; margin-bottom: 20px; }
.wa-note-featured .wa-note-copy { gap: 12px; }
.wa-note-featured .wa-note-copy > strong { font-size: 34px; }
.wa-partner-section { margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--wa-line); }
.wa-section-heading > h3 { margin: 8px 0 12px; font-size: 30px; line-height: 1.15; }
.wa-section-heading > p:not(.wa-eyebrow) { font-size: 16px; color: var(--wa-muted); }
.wa-partner-section .wa-feed { margin-top: 18px; padding: 20px; border-radius: 12px; background: #e8edde; }
.wa-app .wa-partner-section .wa-feed h3 { font-size: 23px; margin: 12px 0; }
.wa-partner-section .wa-feed p { font-size: 16px; }
.wa-reader-hero { max-width: 880px; height: 250px; margin-inline: auto; overflow: hidden; background: #dce5d4; }
.wa-reader-body { max-width: 730px; margin-inline: auto; padding: 28px var(--wa-gutter) max(40px,env(safe-area-inset-bottom,0px)); }
.wa-app .wa-reader-body h2 { font-size: clamp(32px,8vw,52px); line-height: 1.09; margin: 12px 0 20px; }
.wa-app .wa-reader-body > p { font-size: 17px; line-height: 1.75; margin: 0 0 21px; }
.wa-app .wa-reader-body > .wa-eyebrow { font-size: 12px; line-height: 1.4; }
.wa-app .wa-reader-body > .wa-reader-lead { color: var(--wa-muted); font-size: 19px; line-height: 1.55; margin-bottom: 26px; }
.wa-app .wa-reader-body > .wa-disclosure { margin-top: 20px; font-size: 13px; line-height: 1.55; }
.wa-story-takeaway, .wa-story-prompt { margin: 26px 0; padding: 23px; background: #e4ebd8; border-radius: 14px; }
.wa-story-prompt { background: #ecedcf; border: 1px dashed #b8c19a; }
.wa-story-takeaway p, .wa-story-prompt p { margin-top: 10px; font-size: 18px; line-height: 1.6; }
.wa-reader-navigation { display: flex; gap: 14px; justify-content: space-between; margin-top: 32px; border-top: 1px solid var(--wa-line); padding-top: 20px; }
.wa-app .wa-reader-navigation button, .wa-app .wa-reader-back { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 9px 0; border: 0; background: transparent; font-size: 16px; text-align: left; }
.wa-reader-navigation button { max-width: 50%; }
.wa-app .wa-reader-back { font-weight: 550; }
.wa-did-you-know { overflow: hidden; border-radius: 18px; background: #e1e9d6; }
.wa-discovery-image { position: relative; height: 225px; background: #cad9c5; }
.wa-discovery-image > span { position: absolute; bottom: 16px; left: 17px; padding: 7px 12px; border-radius: 20px; background: var(--wa-lime); font-size: 15px; font-weight: 550; }
.wa-discovery-copy { padding: 22px; }
.wa-discovery-copy h3 { font-size: 30px; margin: 8px 0 15px; line-height: 1.15; }
.wa-discovery-copy > p:not(.wa-eyebrow) { min-height: 72px; font-size: 17px; line-height: 1.6; }
.wa-discovery-copy .wa-primary-link { margin-top: 15px; }
.wa-discovery-copy .wa-source { margin-top: 11px; }
.wa-notebook { margin-top: 38px; }
.wa-notebook .wa-topic-chips { margin-top: 19px; }
.wa-fact-group { margin-top: 25px; }
.wa-app .wa-fact-group > h3 { font-family: var(--sans,sans-serif); font-size: 15px; font-weight: 550; letter-spacing: .03em; margin: 0 0 7px; }
.wa-knowledge-quiz { padding: 24px 20px; border-radius: 18px; background: #123f3c; color: var(--wa-paper); margin-top: 34px; }
.wa-quiz-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.wa-knowledge-quiz .wa-eyebrow { color: #d7ef76; }
.wa-quiz-header > span { flex-shrink: 0; font-size: 14px; }
.wa-quiz-progress { display: flex; gap: 6px; margin: 18px 0 23px; }
.wa-quiz-progress > span { flex: 1; height: 4px; border-radius: 3px; background: #ffffff26; }
.wa-quiz-progress > .is-complete { background: var(--wa-lime); }
.wa-app .wa-knowledge-quiz h3 { color: var(--wa-paper); font-size: 29px; line-height: 1.15; margin-bottom: 22px; }
.wa-quiz-options { display: grid; gap: 9px; }
.wa-app .wa-quiz-options button { display: flex; align-items: center; text-align: left; gap: 11px; min-height: 52px; padding: 13px 12px; border-radius: 11px; border: 1px solid #ffffff42; background: #ffffff09; color: var(--wa-paper); font-size: 16px; line-height: 1.4; }
.wa-quiz-options button > span:first-child { display: grid; place-items: center; width: 25px; height: 25px; flex-shrink: 0; border: 1px solid #ffffff42; border-radius: 50%; font-size: 12px; }
.wa-app .wa-quiz-options button:disabled { opacity: .72; }
.wa-app .wa-quiz-options button.is-correct { background: var(--wa-lime); color: var(--wa-ink); border-color: var(--wa-lime); opacity: 1; }
.wa-app .wa-quiz-options button.is-chosen { border-color: #edc098; opacity: 1; }
.wa-answer-mark { margin-left: auto; }
.wa-quiz-feedback { padding: 18px 0 0; font-size: 16px; }
.wa-quiz-feedback > p { margin-top: 8px; color: #d9e4d8; }
.wa-app .wa-knowledge-quiz .wa-primary-link { width: 100%; justify-content: space-between; background: var(--wa-lime); color: var(--wa-ink); margin-top: 15px; }
.wa-app .wa-knowledge-quiz > .wa-quiz-score { font-family: var(--serif,Georgia,serif); font-size: 62px; color: var(--wa-lime); line-height: 1; margin: 12px 0 22px; }
.wa-app .wa-quiz-hint { font-size: 14px; color: #c8d8ce; margin-top: 17px; }
.wa-app .wa-knowledge-quiz > p { font-size: 16px; }
@media (min-width: 600px) {
  .wa-notes-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
  .wa-app .wa-note-card { grid-template-columns: 1fr; gap: 16px; }
  .wa-note-image { height: 210px; }
  .wa-app .wa-note-featured { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 28px; }
  .wa-note-featured .wa-note-image { margin: 0; min-height: 290px; }
  .wa-note-featured .wa-note-copy > strong { font-size: 42px; }
  .wa-reader-hero { height: 410px; }
  .wa-reader-body { padding-top: 40px; }
  .wa-did-you-know { display: grid; grid-template-columns: 1fr 1fr; }
  .wa-discovery-image { height: 100%; min-height: 340px; }
  .wa-discovery-copy { padding: 28px; }
  .wa-knowledge-quiz { max-width: 700px; padding: 30px; }
}
@media (max-width: 359px) {
  .wa-app .wa-note-card:not(.wa-note-featured) { grid-template-columns: 75px minmax(0,1fr); gap: 12px; }
  .wa-note-copy > strong { font-size: 23px; }
  .wa-note-featured .wa-note-copy > strong { font-size: 31px; }
  .wa-reader-navigation { gap: 10px; }
  .wa-knowledge-quiz { padding-inline: 16px; }
}

/* Discover reads like an illustrated field guide: open pages, generous type and playful colour. */
.wa-discover-heading { max-width: 900px; margin-inline: auto; padding: 25px var(--wa-gutter) 24px; }
.wa-app .wa-discover-badge { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-bottom: 12px; padding: 7px 12px; border: 1px solid #bdcea1; border-radius: 12px 17px 12px 17px; background: #e6edcd; color: var(--wa-ink); font-size: 16px; font-weight: 600; line-height: 1.35; }
.wa-discover-badge svg { width: 20px; height: 20px; }
.wa-app .wa-discover-heading h1 { max-width: 640px; font-family: var(--sans,sans-serif); font-size: clamp(30px,7.8vw,46px); font-weight: 650; line-height: 1.13; letter-spacing: -.045em; }
.wa-app .wa-discover-heading > p:not(.wa-discover-badge) { max-width: 590px; margin-top: 12px; color: var(--wa-muted); font-size: 17px; line-height: 1.6; }
.wa-did-you-know { position: relative; padding: 9px; border: 1px solid #d7cfb8; border-radius: 24px 18px 24px 18px; background: #fffdf5; box-shadow: 0 3px 0 #d7cfb84d; }
.wa-did-you-know::after { content: ''; position: absolute; z-index: 1; top: 3px; left: 31px; width: 66px; height: 17px; border-inline: 1px dashed #a9916350; background: #decda5a6; transform: rotate(-5deg); pointer-events: none; }
.wa-discovery-image { height: auto; min-height: 215px; aspect-ratio: 5 / 4; border-radius: 15px 12px 15px 12px; overflow: hidden; background: #e6eed7; }
.wa-discovery-image[data-kind=illustration] > img { padding: 27px 20px 43px; object-fit: contain; }
.wa-discovery-image[data-kind=photo] > img { padding: 10px; object-fit: contain; object-position: center; }
.wa-discovery-image > span { left: 14px; bottom: 13px; max-width: calc(100% - 28px); padding: 6px 12px; border-radius: 9px 14px 9px 14px; background: #fff5d5; color: var(--wa-ink); font-size: 16px; font-weight: 650; transform: rotate(-2deg); }
.wa-discovery-copy { min-width: 0; padding: 22px 13px 13px; }
.wa-app .wa-discovery-companion { display: flex; align-items: center; gap: 9px; min-width: 0; margin: 0 0 15px; color: var(--wa-muted); font-size: 16px; line-height: 1.4; font-weight: 500; }
.wa-discovery-companion > img { flex-shrink: 0; width: 34px; height: 34px; border: 2px solid #e7e5d5; border-radius: 50%; object-fit: cover; }
.wa-discovery-companion > span { min-width: 0; overflow-wrap: anywhere; }
.wa-discovery-companion small { display: block; font-size: 14px; line-height: 1.4; font-weight: 400; }
.wa-app .wa-discovery-copy h3 { font-family: var(--sans,sans-serif); margin: 8px 0 13px; font-size: 28px; font-weight: 650; line-height: 1.15; letter-spacing: -.035em; }
.wa-discovery-copy > p:not(.wa-eyebrow):not(.wa-discovery-companion) { min-height: 0; font-size: 17px; line-height: 1.65; }
.wa-app .wa-discovery-copy .wa-primary-link { min-height: 52px; margin: 20px 0 4px; padding: 13px 14px; border: 1px solid #a1b654; border-radius: 14px; background: var(--wa-lime); color: var(--wa-ink); font-weight: 650; }
.wa-discovery-copy .wa-source { margin-top: 8px; font-size: 16px; line-height: 1.5; }
.wa-notebook { margin-top: 37px; }
.wa-app .wa-notebook > .wa-section-heading h3 { font-family: var(--sans,sans-serif); font-size: 29px; font-weight: 650; letter-spacing: -.035em; }
.wa-notebook .wa-topic-chips { flex-wrap: wrap; gap: 9px; overflow: visible; padding: 4px 3px 8px; margin-top: 20px; }
.wa-app .wa-notebook .wa-topic-chips button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 17px; border: 1.5px solid #cbd4bf; border-radius: 15px; background: #fffdf5; color: var(--wa-ink); font-size: 16px; font-weight: 600; box-shadow: 0 2px 0 #cbd4bf66; }
.wa-app .wa-notebook .wa-topic-chips button[aria-pressed=true] { border-color: var(--wa-ink); background: var(--wa-ink); color: var(--wa-paper); box-shadow: 0 2px 0 #072c29; }
.wa-fact-group { margin-top: 25px; }
.wa-app .wa-fact-group > h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; font-size: 18px; font-weight: 650; letter-spacing: -.015em; }
.wa-fact-group > h3::before { content: ''; width: 9px; height: 9px; flex-shrink: 0; border: 2px solid #668152; border-radius: 3px; background: var(--wa-lime); transform: rotate(12deg); }
.wa-fact-grid { display: grid; grid-template-columns: minmax(0,1fr); align-items: stretch; gap: 18px; }
.wa-fact-card { --wa-fact-tone: #e8eddc; min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d1d6c6; border-radius: 21px 16px 21px 16px; background: #fffdf5; }
:is(.wa-fact-card,.wa-discovery-image)[data-tone=sky] { --wa-fact-tone: #dcecef; }
:is(.wa-fact-card,.wa-discovery-image)[data-tone=sand] { --wa-fact-tone: #f4e8c9; }
:is(.wa-fact-card,.wa-discovery-image)[data-tone=peach] { --wa-fact-tone: #f2dfd1; }
:is(.wa-fact-card,.wa-discovery-image)[data-tone=leaf] { --wa-fact-tone: #e3edcf; }
.wa-discovery-image[data-tone] { background: var(--wa-fact-tone); }
.wa-fact-art { position: relative; height: auto; aspect-ratio: 4 / 3; min-height: 200px; overflow: hidden; background: var(--wa-fact-tone); border-bottom: 1px solid #123f3c0a; }
.wa-fact-art[data-kind=illustration] > img { padding: 24px 27px; object-fit: contain; }
.wa-fact-art[data-kind=photo] > img { padding: 10px; object-fit: contain; object-position: center; }
.wa-fact-number { position: absolute; top: 13px; left: 13px; display: grid; place-items: center; min-width: 36px; height: 36px; padding-inline: 7px; border: 1.5px solid #123f3c26; border-radius: 50%; background: #fffdf5f5; color: var(--wa-ink); font-size: 16px; font-weight: 650; font-variant-numeric: tabular-nums; transform: rotate(-8deg); }
.wa-fact-copy { flex: 1; display: flex; flex-direction: column; min-width: 0; padding: 20px 21px 16px; }
.wa-app .wa-fact-category { display: inline-flex; align-self: flex-start; width: fit-content; margin-bottom: 10px; padding: 3px 9px; border-radius: 7px; background: var(--wa-fact-tone); color: #3e6250; font-size: 16px; font-weight: 600; line-height: 1.4; }
.wa-app .wa-fact-copy h4 { margin: 0 0 11px; color: var(--wa-ink); font-family: var(--sans,sans-serif); font-size: 25px; font-weight: 650; line-height: 1.19; letter-spacing: -.03em; overflow-wrap: break-word; }
.wa-fact-copy > p:not(.wa-fact-category) { font-size: 17px; line-height: 1.65; color: #2f564c; }
.wa-fact-caption { display: block; margin-top: 15px; padding-top: 13px; border-top: 1px dashed #b9c6ae; color: #567060; font-size: 16px; line-height: 1.55; }
.wa-app .wa-fact-copy .wa-source { align-self: flex-start; margin-top: auto; padding-top: 10px; min-height: 48px; max-width: 100%; font-size: 16px; line-height: 1.45; }
.wa-knowledge-quiz { position: relative; padding: 18px 20px 24px; border: 1px solid #123f3c; border-radius: 25px 18px 25px 18px; }
.wa-quiz-illustration { display: flex; align-items: center; justify-content: center; height: 140px; margin: 0 0 21px; overflow: hidden; border-radius: 16px; background: #f2e8c9; }
.wa-app .wa-quiz-illustration > :is(img,svg) { display: block; width: 100%; height: 100%; padding: 10px 18px; object-fit: contain; }
.wa-app .wa-quiz-header .wa-eyebrow { max-width: 75%; font-size: 16px; line-height: 1.35; font-weight: 600; letter-spacing: 0; text-transform: none; }
.wa-quiz-header > span { display: inline-flex; align-items: center; justify-content: center; min-width: 53px; min-height: 32px; padding: 4px 9px; border: 1px solid #ffffff42; border-radius: 20px; font-size: 16px; font-weight: 500; }
.wa-quiz-progress { gap: 8px; margin: 17px 0 22px; }
.wa-quiz-progress > span { height: 7px; border-radius: 5px; }
.wa-app .wa-knowledge-quiz h3 { font-family: var(--sans,sans-serif); font-size: 27px; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.wa-quiz-options { gap: 11px; }
.wa-app .wa-quiz-options button { min-height: 59px; padding: 13px 14px; gap: 12px; border-width: 1.5px; border-radius: 14px; font-size: 17px; }
.wa-quiz-options button > span:first-child { width: 30px; height: 30px; border-radius: 9px; background: #ffffff0c; font-size: 16px; font-weight: 600; }
.wa-app .wa-quiz-options button.is-correct { border-color: var(--wa-lime); background: var(--wa-lime); color: var(--wa-ink); }
.wa-app .wa-quiz-options button.is-chosen:not(.is-correct) { border-color: #f2c6a4; background: #f2c6a41a; color: #fff3df; }
.wa-app .wa-knowledge-quiz .wa-primary-link { min-height: 53px; border-radius: 14px; font-weight: 600; }
.wa-app .wa-quiz-hint { font-size: 16px; }
.wa-quiz-feedback { margin-top: 17px; padding: 16px; border: 1px solid #d7ef7647; border-radius: 13px; background: #ffffff08; }
.wa-quiz-feedback > strong { color: var(--wa-lime); font-size: 17px; }
.wa-quiz-feedback > p { color: #eff3e6; font-size: 16px; }
@media (min-width: 600px) {
  .wa-discover-heading { padding-top: 30px; padding-bottom: 28px; }
  .wa-did-you-know { grid-template-columns: 1fr 1fr; align-items: stretch; padding: 10px; gap: 0; }
  .wa-discovery-image { height: 100%; min-height: 340px; aspect-ratio: auto; }
  .wa-discovery-image[data-kind=illustration] > img { padding: 34px 28px 50px; }
  .wa-discovery-copy { align-self: center; padding: 25px; }
  .wa-fact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  .wa-fact-art { min-height: 180px; }
  .wa-fact-copy { padding: 21px 19px 16px; }
  .wa-knowledge-quiz { max-width: 720px; padding: 24px 28px 30px; }
  .wa-quiz-illustration { height: 160px; }
}
@media (min-width: 1300px) {
  .wa-fact-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; }
  .wa-fact-copy { padding-inline: 17px; }
  .wa-app .wa-fact-copy h4 { font-size: 23px; }
  .wa-fact-art { min-height: 180px; }
}
@media (max-width: 359px) {
  .wa-discover-heading { padding-top: 22px; }
  .wa-app .wa-discover-heading h1 { font-size: 30px; }
  .wa-discovery-copy { padding-inline: 10px; }
  .wa-app .wa-discovery-copy h3 { font-size: 26px; }
  .wa-fact-copy { padding: 18px 17px 14px; }
  .wa-fact-art { min-height: 185px; }
  .wa-fact-art[data-kind=illustration] > img { padding-inline: 22px; }
  .wa-knowledge-quiz { padding-inline: 16px; }
  .wa-app .wa-knowledge-quiz h3 { font-size: 25px; }
}
@media (hover: hover) {
  .wa-app .wa-notebook .wa-topic-chips button:not([aria-pressed=true]):hover { border-color: #7f996b; background: #edf2dd; }
  .wa-app .wa-discovery-copy .wa-primary-link:hover { background: #e0f591; }
  .wa-app .wa-quiz-options button:not(:disabled):hover { border-color: #d7ef76; background: #ffffff12; }
}
@media (prefers-reduced-motion: no-preference) {
  html:not([data-motion-paused=true]) .wa-app :is(.wa-notebook .wa-topic-chips button,.wa-discovery-copy .wa-primary-link,.wa-quiz-options button) { transition: background-color .16s ease,border-color .16s ease; }
}
