:root{--green-deep: #0E4F3A;--green-mid: #1A7A56;--green-light: #E8F5EE;--green-subtle: #F0FAF5;--amber: #E8A020;--amber-light: #FEF3DC;--red-soft: #D94F4F;--red-light: #FDEAEA;--blue-soft: #2E7DC8;--blue-light: #E8F1FB;--cream: #F7F5F0;--white: #FFFFFF;--ink: #1A1A1A;--ink-2: #3D3D3A;--ink-3: #6B6B67;--ink-4: #9A9A96;--border: #E5E3DD;--border-mid: #D0CEC8;--shadow-sm: 0 1px 3px rgba(14,79,58,.06), 0 1px 2px rgba(14,79,58,.04);--shadow-md: 0 4px 16px rgba(14,79,58,.08), 0 2px 6px rgba(14,79,58,.05);--shadow-lg: 0 12px 40px rgba(14,79,58,.12), 0 4px 12px rgba(14,79,58,.07);--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--r-sm: 6px;--r-md: 10px;--r-lg: 16px;--r-xl: 24px;--ease: cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-mid);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{stroke-dashoffset:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.fade-up{animation:fadeUp .4s var(--ease) both}.slide-in{animation:slideIn .3s var(--ease) both}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,:before,:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
