:root{--bg:#060d08;--glow:#a3e635;--teal:#14b8a6;--text:#ecfdf5;--font:'Space Grotesk',sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font);min-height:100vh;overflow-x:hidden}
canvas#mycelium{position:fixed;inset:0;z-index:1;opacity:.4}
.floor-gradient{position:fixed;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(6,13,8,0.9),transparent);z-index:2;pointer-events:none}
nav{position:fixed;top:0;width:100%;padding:2.5rem 4rem;display:flex;justify-content:space-between;z-index:10;border-bottom:1px solid rgba(163,230,53,0.12)}.logo{font-size:1.3rem;color:var(--glow);font-weight:700}.bio{font-size:.75rem;color:var(--teal)}
main{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;position:relative;z-index:5}
h1{font-size:3.2rem;color:var(--glow);margin-bottom:1.5rem;max-width:750px;line-height:1.15}
p{font-size:1.1rem;color:#86efac;max-width:600px;margin-bottom:2.5rem}
.species-row{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.species-row span{padding:.5rem 1.2rem;border:1px solid rgba(163,230,53,0.25);border-radius:999px;font-size:.8rem;color:var(--glow)}