/* CSS template for the spotlight builtin (bread-theme/src/shell/builtin.rs). * Same scope and substitution rules as liquid-motion.css/glass-workbench.css: * only the window/workspace/clock chrome the manifest's own concepts model. * * NOTE (unlike its two siblings): breadbar does not actually call * `ShellTheme::css()` today — its live stylesheet is the hand-written, * token-driven `breadbar::theme::load_css()`, which is where the capsule's * real chrome (dots, `.launcher-entry`, `.bread-drawer`/results rows) lives. * This file exists so the manifest's own template mechanism stays exercised * for all three builtins equally (and so a future `bread-theme` CLI/test * that DOES call `.css()` sees a real spotlight template) — see * `ShellTheme::css`'s own doc comment for why that gap between "what the * manifest models" and "what breadbar actually renders" is pre-existing, * not new to this file. * * Source: bos-ui-demos/04-spotlight.html's