@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";
:root{--primary:#4cbb17;--primary-dark:#3a9112;--secondary:#111;--background:#fff;--background-alt:#f3f4f6;--text:#1f2937;--text-light:#4b5563;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--font-main:"Outfit",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background:var(--background);font-family:var(--font-main);overflow-x:hidden}a{color:inherit;text-decoration:none}.page-wrapper{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.card{box-shadow:var(--shadow-md);background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:9999px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.resource-link{background:var(--background);color:var(--text);border-radius:8px;align-items:center;width:100%;padding:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.resource-link:hover{background-color:var(--background-alt);color:var(--primary)}.info-link{color:var(--text);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.info-link:hover{color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.glass-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #0000000d}.prose,.ql-editor{max-width:65ch;margin:0 auto}.prose h1,.ql-editor h1,.prose h2,.ql-editor h2,.prose h3,.ql-editor h3,.prose h4,.ql-editor h4,.prose h5,.ql-editor h5,.prose h6,.ql-editor h6{color:var(--text);margin-top:1.5em;margin-bottom:.5em;font-weight:700;line-height:1.3}.prose h2{font-size:1.75em}.prose h3{font-size:1.5em}.prose p,.ql-editor p{margin-bottom:1.25em}.prose a{color:var(--primary);font-weight:500;text-decoration:underline}.prose a:hover{color:var(--primary-dark)}.prose strong{color:var(--text);font-weight:600}.prose em{font-style:italic}.prose ul,.ql-editor ul,.prose ol,.ql-editor ol{margin-bottom:1.25em;padding-left:1.5em}.prose li{margin-bottom:.5em}.prose blockquote{border-left:4px solid var(--primary);color:var(--text-light);margin:1.5em 0;padding-left:1em;font-style:italic}.prose img{max-width:100%;height:auto;box-shadow:var(--shadow-md);border-radius:8px;margin:1.5em 0}.prose hr{border:none;border-top:2px solid var(--background-alt);margin:2em 0}.prose code{background:var(--background-alt);border-radius:4px;padding:.2em .4em;font-family:Courier New,monospace;font-size:.9em}.prose pre{background:var(--background-alt);border-radius:8px;margin:1.5em 0;padding:1em;overflow-x:auto}.prose pre code{background:0 0;padding:0}.prose table{border-collapse:collapse;width:100%;margin:1.5em 0}.prose table th,.prose table td{border:1px solid var(--border);text-align:left;padding:.75em}.prose table th{background:var(--background-alt);font-weight:600}.prose table tr:nth-child(2n){background:var(--background-alt)}.prose iframe{border-radius:8px;max-width:100%;margin:1.5em 0}.ql-align-center{text-align:center}.ql-align-right{text-align:right}.ql-align-justify{text-align:justify}.ql-video{aspect-ratio:16/9;border-radius:8px;width:100%;margin:1.5em 0}.prose img,.ql-editor img{max-width:100%;margin:1.5rem auto;display:block}
.Header-module__Af2_WG__header{z-index:1000;width:100%;transition:all .3s;position:fixed;top:0}.Header-module__Af2_WG__navContainer{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.Header-module__Af2_WG__logoLink{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__Af2_WG__logoIcon{background-color:var(--primary-green);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;font-weight:700;transition:background-color .3s;display:flex}.Header-module__Af2_WG__logoText{color:var(--accent-black);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Header-module__Af2_WG__desktopNav{align-items:center;gap:2rem;display:none}.Header-module__Af2_WG__navLink{color:var(--gray-800);font-weight:500;transition:color .2s}.Header-module__Af2_WG__navLink:hover{color:var(--primary-green)}.Header-module__Af2_WG__mobileToggle{cursor:pointer;color:var(--accent-black);background:0 0;border:none;display:block}.Header-module__Af2_WG__mobileMenu{width:100%;box-shadow:var(--shadow-md);border-top:1px solid var(--gray-200);background:#fff;flex-direction:column;gap:1rem;padding:1rem;display:flex;position:absolute;top:100%;left:0}@media (min-width:768px){.Header-module__Af2_WG__desktopNav{display:flex}.Header-module__Af2_WG__mobileToggle,.Header-module__Af2_WG__mobileMenu{display:none}}
.Footer-module__EZoWya__footer{background-color:var(--gray-800);color:#fff;margin-top:auto;padding:4rem 1.5rem 2rem}.Footer-module__EZoWya__footerContainer{grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__EZoWya__column h3{color:var(--primary-green);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.Footer-module__EZoWya__column ul{list-style:none}.Footer-module__EZoWya__column li{margin-bottom:.8rem}.Footer-module__EZoWya__column a{color:var(--gray-200);text-decoration:none;transition:color .2s}.Footer-module__EZoWya__column a:hover{color:var(--primary-green)}.Footer-module__EZoWya__bottomBar{text-align:center;max-width:1200px;color:var(--gray-200);border-top:1px solid #ffffff1a;margin:3rem auto 0;padding-top:2rem;font-size:.9rem}@media (min-width:768px){.Footer-module__EZoWya__footerContainer{grid-template-columns:repeat(4,1fr)}}
