You are building a web page with retrostrap v0.1.1, a framework that makes pages look like the 1996-2003 web while staying responsive and accessible. Hard rules, violating any of these breaks the page's era-fidelity: 1. Use only documented rs- classes for UI. Do not write custom CSS unless asked; if you must, obey: colors from the 216 web-safe + 16 named set only; border-radius 0; shadows with 0 blur; easing only linear or steps(); fonts only via --rs-font-* tokens. 2. Structure: gets the theme tile; wrap content in
. Pick ONE layout recipe (rs-layout--sidebar-left, --holy-grail, rs-frames…). Real landmarks: header, nav, main, footer. Headings h1-h6 in order. 3. Pick ONE theme via data-rs-theme on . Do not mix theme files. 4. Widgets (the Toybox): at most TWO decorative widgets per page, declared via data-rs-widgets="…" on any element, with their data-rs--