@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pd-green: #145a10;--pd-green-dark: #0d3d09;--pd-green-mid: #1a7014;--pd-green-light: #e8f5e7;--pd-yellow: #e8f22a;--pd-yellow-dim: #c8d120;--pd-yellow-light: #f4f97a;--pd-white: #ffffff;--pd-off-white: #f2f7f2;--pd-gray-light: #e4ece4;--pd-gray-mid: #c8d8c8;--pd-gray: #7a907a;--pd-black: #0f140f;--pd-text: #1a261a;--pd-text-muted: #527052;--pd-red: #c0392b;--pd-success: #145a10;--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--text-xs: 14px;--text-sm: 16px;--text-base: 18px;--text-lg: 20px;--text-xl: 24px;--text-2xl: 30px;--text-3xl: 40px;--space-xs: 4px;--space-sm: 10px;--space-md: 18px;--space-lg: 26px;--space-xl: 36px;--space-2xl: 60px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 16px);--safe-right: env(safe-area-inset-right, 16px);--page-px: max(20px, var(--safe-left));--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(15,20,15,.1);--shadow-md: 0 4px 20px rgba(15,20,15,.14);--shadow-lg: 0 8px 40px rgba(15,20,15,.22);--ease-out: cubic-bezier(.22, 1, .36, 1)}html{height:100%;-webkit-text-size-adjust:100%}body{height:100%;font-family:var(--font-body);font-size:var(--text-base);line-height:1.55;color:var(--pd-text);background:var(--pd-off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none}#root{height:100%;display:flex;flex-direction:column}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-green{0%,to{box-shadow:0 0 #145a1040}50%{box-shadow:0 0 0 14px #145a1000}}.animate-fade-up{animation:fadeUp .45s var(--ease-out) both}.animate-fade-up-delay-1{animation-delay:.08s}.animate-fade-up-delay-2{animation-delay:.16s}.animate-fade-up-delay-3{animation-delay:.24s}.animate-fade-up-delay-4{animation-delay:.32s}
