<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="default">
    <meta name="apple-mobile-web-app-title" content="LBTS">
    <meta name="theme-color" content="#ffffff">
    <link rel="manifest" href="/manifest.json">
    <meta name="p:domain_verify" content="799f526fba23c01f82071b21cab8ade7"/>

    <!--
      Token-leak guard: must run BEFORE any analytics/pixel script.
      If the page loads as /complete-account?token=..., strip the query string
      from the URL bar (and from window.location.href as far as the browser
      reports it to subsequent scripts) BEFORE Pinterest/Meta auto-fire their
      page events. This preserves PageView visibility on the sanitized URL
      (https://.../complete-account) while preventing the raw token from being
      transmitted to Meta or Pinterest. No-op on every other route.
    -->
    <script>
    (function () {
      try {
        var p = window.location.pathname;
        var s = window.location.search;
        if (p === '/complete-account' && s && s.indexOf('token=') !== -1) {
          // Stash the token in sessionStorage BEFORE stripping the URL so
          // React (which mounts after this script) can still read it.
          // sessionStorage (not localStorage) keeps it tab-scoped and
          // ephemeral. Never sent to analytics/pixels/logs.
          try {
            var params = new URLSearchParams(s);
            var tok = params.get('token');
            if (tok) {
              window.sessionStorage.setItem('lbts_complete_account_token', tok);
            }
          } catch (e2) { /* ignore */ }
          window.history.replaceState({}, '', p);
        }
      } catch (e) { /* never block rendering */ }
    })();
    </script>

    <!-- Pinterest Tag -->
    <script>
    !function(e){if(!window.pintrk){window.pintrk=function(){
    window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
    n=window.pintrk;n.queue=[],n.version="3.0";var
    t=document.createElement("script");t.async=!0,t.src=e;var
    r=document.getElementsByTagName("script")[0];
    r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
    pintrk('load', '2612445736402');
    pintrk('page');
    </script>
    <!-- end Pinterest Tag -->

    <!-- Meta Pixel Code -->
    <script>
    !function(f,b,e,v,n,t,s)
    {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
    n.callMethod.apply(n,arguments):n.queue.push(arguments)};
    if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
    n.queue=[];t=b.createElement(e);t.async=!0;
    t.src=v;s=b.getElementsByTagName(e)[0];
    s.parentNode.insertBefore(t,s)}(window, document,'script',
    'https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '973592955244375');
    fbq('track', 'PageView');
    </script>
    <!-- end Meta Pixel Code -->

    <title>Long COVID & PEM Pacing Tools | Life by the Spoonful</title>
    <meta name="description" content="Practical, non-medical support for Long COVID and post-exertional malaise (PEM): pacing for delayed crashes, brain fog, and daily capacity planning." />
    <meta name="robots" content="index,follow" />
    <meta name="author" content="Life by the Spoonful" />
    <link rel="icon" href="/favicon.png" type="image/png">
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <link rel="mask-icon" href="/mask-icon.svg" color="#000000">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <!-- Preload critical font files to break the chain: HTML → CSS → font files -->
    <link rel="preload" as="font" type="font/woff2" href="https://fonts.gstatic.com/s/ebgaramond/v32/SlGUmQSNjdsmc35JDF1K5GR1SDk_YAPI.woff2" crossorigin>
    <link rel="preload" as="font" type="font/woff2" href="https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2" crossorigin>
    <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700&display=swap" onload="this.onload=null;this.rel='stylesheet'">
    <noscript><link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Great+Vibes&family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet"></noscript>

    <meta property="og:type" content="website" />
    <meta property="og:site_name" content="Life by the Spoonful" />
    <meta property="og:title" content="Long COVID & PEM Pacing Tools | Life by the Spoonful" />
    <meta property="og:description" content="Practical Long COVID and post-exertional malaise (PEM) support focused on pacing, delayed crashes, nervous system stability, and daily capacity planning." />
    <meta property="og:image" content="https://www.lifebythespoonful.com/og-default.png" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:image:alt" content="Long COVID and post-exertional malaise pacing and capacity support" />

    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Long COVID & PEM Pacing Tools | Life by the Spoonful" />
    <meta name="twitter:description" content="Long COVID and PEM pacing support: manage delayed crashes, fatigue and brain fog with non-medical tools for nervous system stability and daily capacity planning." />
    <meta name="twitter:image" content="https://www.lifebythespoonful.com/og-default.png" />
    <meta name="twitter:image:alt" content="Long COVID and post-exertional malaise pacing and capacity support" />

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "Life by the Spoonful",
      "url": "https://www.lifebythespoonful.com",
      "logo": "https://www.lifebythespoonful.com/logo-full.png",
      "description": "Practical, non-medical resources for Long COVID and post-exertional malaise (PEM), focused on pacing, delayed crashes, fatigue and brain fog, nervous system stability, and daily capacity planning.",
      "areaServed": "Worldwide"
    }
    </script>
    <script type="module" crossorigin src="/assets/index-BNQJkULO.js"></script>
    <link rel="stylesheet" crossorigin href="/assets/index-D3YDlP6s.css">
  <script defer src="/~flock.js" data-proxy-url="/~api/analytics"></script><script defer src="/__l5e/events.js" data-artifact-kind="preview_commit_sha" data-artifact-id="d5ba72bab4d3c1c7cdd2d1ee7b45995ecfc24f4a" data-commit-sha="d5ba72bab4d3c1c7cdd2d1ee7b45995ecfc24f4a" data-context-token="v1.eyJwcm9qZWN0X2lkIjoiZjJjMzY2ZDgtNzk3OS00YWM4LTkyZDEtYjY0OTQxNzU1NzNlIiwiYXJ0aWZhY3Rfa2luZCI6InByZXZpZXdfY29tbWl0X3NoYSIsImFydGlmYWN0X2lkIjoiZDViYTcyYmFiNGQzYzFjN2NkZDJkMWVlN2I0NTk5NWVjZmMyNGY0YSIsImNvbW1pdF9zaGEiOiJkNWJhNzJiYWI0ZDNjMWM3Y2RkMmQxZWU3YjQ1OTk1ZWNmYzI0ZjRhIiwiZXhwIjoxNzgxMDA0MzMwfQ.HADZW-mE5uP7FAiRa89P-KEC9pm6Lb6Yq-RecsD6MYI"></script></head>

  <body>
    <div id="root"></div>
  </body>
</html>
