:root{--green-900: #0d2b1a;--green-800: #14401f;--green-700: #1a5c2a;--green-600: #237a35;--green-500: #2d9142;--green-400: #45b05e;--green-300: #72c988;--green-200: #aaddb6;--green-100: #d6f0dc;--green-50: #edf8f0;--earth-700: #5c3d1e;--earth-500: #8b6535;--earth-300: #c4a06a;--earth-100: #f0e4cc;--earth-50: #faf5ec;--stone-900: #1c1917;--stone-700: #44403c;--stone-500: #78716c;--stone-300: #d6d3d1;--stone-100: #f5f4f2;--stone-50: #fafaf9;--white: #ffffff;--primary: var(--green-700);--primary-dark: var(--green-800);--primary-light: var(--green-100);--accent: var(--earth-500);--surface: var(--white);--surface-alt: var(--stone-50);--border: var(--stone-300);--border-light: #e8e5e1;--text-primary: var(--stone-900);--text-secondary: var(--stone-500);--text-muted: var(--stone-300);--success: #16a34a;--warning: #ca8a04;--danger: #dc2626;--info: #0284c7;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(13,43,26,.08), 0 1px 2px rgba(13,43,26,.04);--shadow-md: 0 4px 12px rgba(13,43,26,.1), 0 2px 4px rgba(13,43,26,.06);--shadow-lg: 0 10px 30px rgba(13,43,26,.12), 0 4px 8px rgba(13,43,26,.06);--shadow-xl: 0 20px 50px rgba(13,43,26,.15);--transition: .2s cubic-bezier(.4,0,.2,1);--transition-slow: .35s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6;color:var(--text-primary);background:var(--surface-alt);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3{font-family:"DM Serif Display",Georgia,serif;line-height:1.2;color:var(--text-primary)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--stone-300);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--stone-500)}.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}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse-green{0%,to{box-shadow:0 0 #2d914266}50%{box-shadow:0 0 0 8px #2d914200}}.animate-fadeUp{animation:fadeUp .4s ease both}.animate-fadeIn{animation:fadeIn .3s ease both}.animate-scaleIn{animation:scaleIn .25s ease both}.delay-1{animation-delay:.05s}.delay-2{animation-delay:.1s}.delay-3{animation-delay:.15s}.delay-4{animation-delay:.2s}.delay-5{animation-delay:.25s}.delay-6{animation-delay:.3s}
