/* ============================================================================
 * /public/css/theme-light.css
 * ----------------------------------------------------------------------------
 * Canonical light-theme overrides for the platform.
 *
 * Created during CSS Architecture Phase 1 (2026-05-10) as a scaffold.
 *
 * INTENTIONALLY NEAR-EMPTY:
 * Light theme IS the default (lives in :root inside root.css). This file
 * exists only to host:
 *   1. Edge-case rules that need to override variables specifically when
 *      the user has explicitly chosen light mode (e.g., adjusted shadow
 *      depths, light-mode-only background images).
 *   2. The `body.light-theme` alias for backward compatibility with
 *      existing markup that explicitly sets the class.
 *
 * STATUS (Phase 1): Scaffolding only. NOT linked from any HTML yet.
 * The runtime still resolves light-theme defaults from styles.css :root.
 *
 * See: DOCUMENTS_CODETRUTH/04_PLATFORM/CSS-ARCHITECTURE/audit-2026-05-10.md
 * ============================================================================
 */

/* (No light-theme rules to add yet. Defaults inherit from root.css :root.)
 * Reserved selectors:
 *   body.light-theme { ... }
 *   [data-theme-mode="light"] { ... }
 */
