*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container-custom{max-width:1280px;margin:0 auto;padding:0 1rem}@media (width>=640px){.container-custom{padding:0 1.5rem}}@media (width>=1024px){.container-custom{padding:0 2rem}}:root{--brand-green:#8eb213;--brand-darkGreen:#769608;--brand-lightGreen:#6b8a05;--brand-orange:#cb6300;--brand-blue:#0a56b4}.text-brand-green{color:var(--brand-green)}.text-brand-darkGreen{color:var(--brand-darkGreen)}.text-brand-orange{color:var(--brand-orange)}.text-brand-blue{color:var(--brand-blue)}.bg-brand-green{background-color:var(--brand-green)}.bg-brand-darkGreen{background-color:var(--brand-darkGreen)}.min-h-screen{min-height:100vh}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width>=768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:col-span-1{grid-column:span 1/span 1}}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-gray-900{color:#111827}.text-gray-700{color:#374151}.text-gray-600{color:#4b5563}.text-gray-500{color:#6b7280}.text-gray-400{color:#9ca3af}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-green-50{background-color:#f0fdf4}.border{border-width:1px}.border-gray-200{border-color:#e5e7eb}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.space-x-2>*+*{margin-left:.5rem}.space-x-8>*+*{margin-left:2rem}.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}@media (width>=768px){.md\:flex{display:flex}.md\:hidden{display:none}}@media (width>=1024px){.lg\:flex{display:flex}.lg\:hidden{display:none}}.relative{position:relative}.absolute{position:absolute}.w-full{width:100%}.h-16{height:4rem}.h-10{height:2.5rem}.h-6{height:1.5rem}.max-w-3xl{max-width:48rem}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-duration:.15s}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a}.hover\:text-brand-green:hover{color:var(--brand-green)}.hover\:text-brand-darkGreen:hover{color:var(--brand-darkGreen)}.hover\:text-white:hover{color:#fff}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:underline:hover{text-decoration:underline}.hover\:border-brand-green:hover{border-color:var(--brand-green)}.hover\:bg-green-50:hover{background-color:#f0fdf4}a{color:#0a56b4;text-decoration:none}a:visited{color:#0a56b4}a:hover{color:#4a96f4}.cursor-pointer{cursor:pointer}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--brand-green), var(--brand-darkGreen))}.opacity-90{opacity:.9}.prose{color:#374151;max-width:65ch;line-height:1.75}.prose p{margin-bottom:1.25em}.prose h2{margin-top:2em;margin-bottom:.833em;font-size:1.5em;font-weight:600}.prose h3{margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600}
