/* ============================================================================
 * themes/default/pages/user.css — default 主題會員頁面覆寫層（空殼）
 * ============================================================================
 *
 * 用途：
 *   default 主題對 common/pages/user.css 的覆寫層 — 但故意保持為空殼。
 *
 * 設計理由（重要）：
 *   default 主題是「未來所有網站的基礎標準」（baseline），common/pages/user.css
 *   本身已是該標準的完整呈現。default 不需要對「自己的 baseline」做覆寫，
 *   因此本檔故意保持空殼。
 *
 *   其他主題（3ffood / kgtwbeef / dgfactor / shopLinerp / volvo）才需透過
 *   各自的 themes/{theme}/pages/user.css 對 common baseline 做差異化覆寫。
 *
 * 載入順序：
 *   common/pages/user.css -> 本檔（本檔目前為空殼，無覆寫）
 *
 * 何時需要在本檔加規則：
 *   - 若 default 站需要對 common/pages/user.css 的某條規則做暫時性 hotfix
 *     且不適合改 common/pages/user.css
 *   - 一般情況下「default 規則該動哪就改 common/pages/user.css」即可
 *
 * 詳細規格：openspec/specs/web-theme-css/spec.md（Requirement R.FUNC.1 / R.FUNC.8）
 * 變更記錄：openspec/changes/issue518-web-theme-css-modularization/（task 6.5）
 * ============================================================================
 */
