
body { font-family: Arial; margin:0; background:#0c0c12; color:white; }
header { background:#141420; padding:10px; display:flex; justify-content:space-between; align-items:center; }
nav a { color:#ccc; margin:0 10px; text-decoration:none; }
section { padding:20px; border-bottom:1px solid #222; }
#nectar-btn { position:fixed; bottom:20px; right:20px; background:#6a4df5; padding:15px; border-radius:50%; cursor:pointer; }
#nectar { position:fixed; bottom:80px; right:20px; background:#1b1b2d; padding:15px; width:300px; height:300px; }
.hidden { display:none; }
textarea { width:100%; height:80px; }
pre { white-space:pre-wrap; }
