:root{color-scheme:dark;--bg:#111614;--surface:#171d1a;--line:#34403a;--text:#edf4f0;--muted:#9baba3;--green:#39ff14;--cyan:#5ed7e5;--max:980px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Open Sans",Arial,sans-serif;font-size:16px;line-height:1.65}a{color:var(--cyan)}a:focus-visible{outline:2px solid var(--green);outline-offset:4px}.info-header{position:sticky;z-index:10;top:0;border-bottom:1px solid var(--line);background:rgba(17,22,20,.96)}.info-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;width:min(var(--max),calc(100% - 2rem));min-height:64px;margin:auto}.info-brand{color:var(--text);font-weight:700;text-decoration:none}.info-brand span{color:var(--green)}.info-header nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.4rem 1rem}.info-header nav a{color:var(--muted);font-size:.85rem;text-decoration:none}.info-header nav a:hover{color:var(--text)}main{width:min(var(--max),calc(100% - 2rem));margin:auto;padding:4rem 0 6rem}.intro{max-width:760px;padding-bottom:4rem}.eyebrow{margin:0 0 .65rem;color:var(--green);font-size:.75rem;font-weight:700;text-transform:uppercase}.intro h1{max-width:760px;margin:0;font-size:clamp(2.4rem,7vw,5rem);line-height:1.02}.intro .lede{max-width:680px;margin:1.5rem 0 0;color:var(--muted);font-size:1.15rem}.info-section{display:grid;grid-template-columns:minmax(170px,1fr) minmax(0,2.6fr);gap:2rem;padding:3rem 0;border-top:1px solid var(--line);scroll-margin-top:80px}.info-section h2{margin:0;font-size:1.55rem}.info-copy>*:first-child{margin-top:0}.info-copy>*:last-child{margin-bottom:0}.info-copy p,.info-copy li{color:var(--muted)}.info-copy h3{margin:2rem 0 .4rem;font-size:1rem}.info-copy ul{padding-left:1.2rem}.project-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:1.5rem;border:1px solid var(--line);background:var(--line)}.project{display:block;min-height:130px;padding:1.25rem;background:var(--surface);color:var(--text);text-decoration:none}.project strong{display:block;margin-bottom:.45rem}.project span{color:var(--muted);font-size:.9rem}.project:hover strong{color:var(--green)}.donate-panel{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.25rem;border:1px solid var(--line);background:var(--surface)}.donate-panel p{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 1rem;border:1px solid var(--green);border-radius:4px;color:var(--green);font-weight:700;text-decoration:none;white-space:nowrap}.button:hover{background:var(--green);color:#07130b}.info-footer{display:flex;justify-content:space-between;gap:1rem;width:min(var(--max),calc(100% - 2rem));margin:auto;padding:1.5rem 0;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}.info-footer nav{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.info-footer a{color:var(--muted)}@media(max-width:720px){.info-header{position:static}.info-header__inner{align-items:flex-start;flex-direction:column;padding:.8rem 0}.info-header nav{justify-content:flex-start}.intro{padding:2.5rem 0}.info-section{grid-template-columns:1fr;gap:1rem;padding:2.25rem 0}.project-list{grid-template-columns:1fr}.donate-panel,.info-footer{align-items:flex-start;flex-direction:column}}
