@charset "UTF-8";

/*
 * ═══════════════════════════════════════════════════════════════════════
 * styles.css — Legacy 前台样式入口（聚合 public/css/legacy/*.css）
 * 源文件：web/styles/legacy/  ·  同步：pnpm run sync:legacy-css
 * Token：packages/design-tokens/tokens.css（经 web/app/globals.css 注入）
 * 规范：STYLING-MIGRATION.md
 * ═══════════════════════════════════════════════════════════════════════
 *
 * @import 带内容哈希，避免 CDN/浏览器单独缓存旧的 about-service.css。
 *
 * 区块文件（按加载顺序）：
 *   reset.css          字体、*、html、body
 *   layout.css         page-container、third-page
 *   category.css       品类列表/分组/侧栏
 *   product-detail.css 产品详情页
 *   header.css         顶栏、二级菜单
 *   mobile-nav.css     移动端抽屉
 *   footer.css         页脚
 *   homepage.css       首页 Banner、楼层、动效
 *
 * 页面加载顺序（layout.tsx）：
 *   globals.css → bootstrap → Base.css → styles.css（本文件，覆盖前者）
 */

@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/reset.css?v=e83e22311e");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/layout.css?v=d7f67e485f");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/category.css?v=d6415ec530");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/product-detail.css?v=0981165987");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/header.css?v=7b00290647");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/mobile-nav.css?v=0812935df8");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/footer.css?v=0b80a2516a");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/homepage.css?v=4de53d7eb9");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/about-service.css?v=d0a932dca3");
@import url("https://fecdn-ks.lecoosys.com/lecoo-next-web/prod/website/current/css/legacy/store.css?v=fdf9633bbc");
