//! Typed DOM lookup helpers.
//!
//! The app creates its HTML from Rust, then looks up controls by id and casts
//! them to concrete `web_sys` element types. Centralizing the lookup keeps error
//! messages consistent.
use ;
use Document;
/// Find `#id` and cast it to the requested `web_sys` element type.