/* =========================================================
   DEEP OCEAN — adventure-specific style overrides.
   Shared adventure screen styles live in assets/css/pages.css.
   Add adventure-specific tweaks here only if this adventure
   needs something visually unique (e.g. a themed background).
   ========================================================= */

.adventure-shell {
  background: linear-gradient(180deg, #EAF3F5 0%, var(--color-cream) 60%);
}
