/**
 * Layout entry — 通用骨架 + 首页视觉 + 内页视觉
 *
 * HTML 仍只引入本文件；对内顺序：
 *   layout-core → home → pages
 * 对外完整链：tokens → base → layout(=core+home+pages)
 *
 * MASTER NAV is NOT @imported here.
 * Browsers / caches dropped the 4th @import (site-nav.css),
 * which silently removed all navigation styles.
 * Pages must <link rel="stylesheet" href="/assets/css/site-nav.css"> separately.
 */

@import url("layout-core.css");
@import url("home.css");
@import url("pages.css");
