//! Embedded UI assets.
//!
//! This module contains the static assets for the browser-based debugger UI,
//! embedded at compile time via `include_str!`.
/// Returns the HTML content for the main page.
/// Returns the JavaScript application code.
/// Returns the CSS stylesheet.
/// Returns the global Tailwind stylesheet used by shadcn/ui primitives.