@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@700;800&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;700&display=swap");:root{--color-primary:#2D7D46;--color-primary-light:#4CAF6B;--color-primary-dark:#1A5C32;--color-accent:#F5882A;--color-accent-light:#F9A855;--color-background:#FAF8F4;--color-surface:#FFFFFF;--color-surface-alt:#F0EDE8;--color-border:#E8E4DF;--color-text:#1E2329;--color-text-secondary:#5A6478;--color-text-muted:#9AA3B2;--color-success:#27AE60;--color-warning:#F5A623;--color-error:#E05C5C;--color-info:#3B9ADE;--score-green-bg:#E8F5EE;--score-green-text:#1A5C32;--score-green-border:#27AE60;--score-green-ring:#2D7D46;--score-orange-bg:#FEF3E6;--score-orange-text:#A0520F;--score-orange-border:#F5882A;--score-orange-ring:#F5882A;--score-red-bg:#FDEAEA;--score-red-text:#9B2929;--score-red-border:#E05C5C;--score-red-ring:#E05C5C;--font-display:"Nunito",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--font-extrabold:800;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-md:1.125rem;--text-lg:1.25rem;--text-xl:1.5rem;--text-2xl:1.875rem;--text-3xl:2.25rem;--text-4xl:3rem;--text-5xl:3.75rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:0.375rem;--radius-md:0.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-xs:0 1px 2px rgba(30,35,41,0.06);--shadow-sm:0 2px 8px rgba(30,35,41,0.08);--shadow-md:0 4px 16px rgba(30,35,41,0.10);--shadow-lg:0 8px 32px rgba(30,35,41,0.12);--shadow-focus:0 0 0 3px rgba(45,125,70,0.35);--container-max:1120px;--container-narrow:720px;--container-px:1rem;--duration-fast:100ms;--duration-base:200ms;--duration-slow:300ms;--duration-modal:400ms;--ease-out:cubic-bezier(0,0,0.2,1);--ease-in:cubic-bezier(0.4,0,1,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}@media (min-width:640px){:root{--container-px:1.5rem}}@media (min-width:1024px){:root{--container-px:2rem}}@media (prefers-reduced-motion:reduce){:root{--duration-fast:0ms;--duration-base:0ms;--duration-slow:0ms;--duration-modal:0ms}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-normal);line-height:1.625;background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3{color:var(--color-text)}h1,h2,h3{font-family:var(--font-display);line-height:1.2}h1{font-size:var(--text-3xl);font-weight:var(--font-extrabold)}h2{font-size:var(--text-2xl)}h2,h3{font-weight:var(--font-bold)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg);font-weight:var(--font-semibold);font-family:var(--font-body)}p{max-width:65ch;margin-bottom:var(--space-4)}a{color:var(--color-primary);text-decoration:underline;text-underline-offset:3px;transition:color var(--duration-fast) var(--ease-out)}a:hover{color:var(--color-primary-dark)}a:focus-visible{outline:none;box-shadow:var(--shadow-focus);border-radius:var(--radius-sm)}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px)}.container--narrow{max-width:var(--container-narrow)}