:root{--green-dark:#1f4d1b;--green-light:#4caf50;--orange:#f36c3d;--red:#e4573b;--cream:#f5f2d0;--bg:#fafafa}body{background:var(--bg);color:#222;margin:0;font-family:Arial,sans-serif}a{color:var(--green-dark);font-weight:700;text-decoration:none}a:hover{color:var(--orange)}header{background:var(--green-dark);color:var(--cream);padding:1rem 2rem}nav a{color:var(--cream);margin-right:1rem}footer{background:var(--green-dark);color:var(--cream);text-align:center;margin-top:3rem;padding:1rem}iframe{max-width:100%}.title-full{font-size:1.5rem;display:inline}.title-short{font-size:1.25rem;display:none}@media (max-width:768px){header{padding:.75rem 1rem}header img{height:44px}.title-full{display:none}.title-short{display:inline}}@media (max-width:420px){.title-short{font-size:1.1rem}nav a{margin-left:.75rem;font-size:.9rem}}nav{gap:1rem;display:flex}
