/**
 * [INPUT]: 依赖正式 Web 的 AtlasWork 字段、catalogKey 语义与本目录影视图集
 * [OUTPUT]: 对外提供 formalAtlasData，供公开页、认证页与 Atlas 详情原型消费
 * [POS]: Formal Atlas Reframe 的浏览器内静态夹具层，不访问真实 Core
 * [PROTOCOL]: 变更时更新此头部，然后检查 CLAUDE.md
 */
const formalAtlasData = {
  work: {
    catalogKey: "movie:tmdb:693134",
    kind: "movie",
    title: "沙丘：第二部",
    originalTitle: "Dune: Part Two",
    year: 2024,
    region: "美国 / 加拿大",
    runtime: "166 分钟",
    rating: "8.2",
    tmdbRating: "8.7",
    genres: ["科幻", "冒险", "剧情"],
    overview: "保罗·厄崔迪与契妮和弗雷曼人联手，踏上一条复仇之路，同时试图阻止只有他能够预见的可怕未来。",
    progress: 62,
    state: "watching",
    last: "今天 14:22",
    current: "电影 · 01:43:12",
    posterArt: 1,
    releaseCount: 18,
    resourceCount: 43,
    resourceFresh: "12 分钟前",
    director: "Denis Villeneuve",
    cast: ["Timothée Chalamet", "Zendaya", "Rebecca Ferguson", "Austin Butler", "Florence Pugh", "Javier Bardem"]
  },
  nav: ["首页", "探索", "片库", "历史", "资源", "片单"],
  connections: [
    { name: "Infuse", device: "Apple TV", state: "在线", time: "刚刚同步" },
    { name: "SenPlayer", device: "iPhone", state: "在线", time: "昨天 22:08" }
  ],
  releases: [
    { title: "4K UHD", detail: "HDR10 · HEVC · 原声 / 中文字幕", source: "我的媒体库", state: "可用" },
    { title: "1080p BluRay", detail: "H.264 · 原声 / 中文字幕", source: "私人 NAS", state: "可用" },
    { title: "4K Remux", detail: "等待来源确认", source: "资源广场", state: "待验证" }
  ]
};

Object.assign(window, { formalAtlasData });
