/* innerbloom — bilingual strings (zh default, en toggle) */
const STR = {
  zh: {
    /* onboarding */
    ob_welcome_ey: "欢迎",
    ob_welcome_t: "inner bloom\n向内，轻轻绽放",
    ob_welcome_s: "一处安放心绪的所在，温柔地看见自己。",
    ob_begin: "开始",
    ob_skip: "跳过",
    ob_birth_ey: "你的出生",
    ob_birth_t: "你出生在哪一天？",
    ob_birth_s: "我们将由此推算你的阳历与阴历生命数字。",
    ob_solar: "阳历生日",
    ob_next: "继续",
    ob_reveal_ey: "你的主命数",
    ob_reveal_label_pre: "阳历数 · ",
    ob_reveal_tx: "这是你与生俱来的底色。进入应用，遇见完整的解读。",
    ob_enter: "进入 inner bloom",
    /* tabs */
    tab_home: "首页", tab_tools: "工具", tab_med: "冥想", tab_events: "活动", tab_me: "我的",
    /* home */
    home_hi: "今天好",
    home_greet: "你好，归人",
    today_ey: "今日之牌",
    today_t: "为今天抽一张牌",
    today_cta: "静心 · 抽牌",
    your_numbers: "你的生命数字",
    n_solar: "阳历", n_lunar: "阴历",
    cap_solar: "本我", cap_lunar: "内在",
    explore: "探索",
    consult_t: "与引导者对话",
    consult_s: "预约一对一解读",
    /* tools */
    tools_t: "工具",
    tools_s: "选择一种练习，向内探索。",
    tool_rainbow_t: "彩虹数字",
    tool_rainbow_s: "透过生命数字，探索性格、事业与情感的内在密码",
    tool_draw_t: "抽取神谕牌",
    tool_draw_s: "先呼吸，再为今天抽一张牌",
    /* meditation */
    med_t: "冥想",
    med_s: "引导音频，帮你呼吸与安住。",
    med_now: "正在播放",
    /* events */
    events_t: "活动",
    events_s: "即将到来的聚会与共修。",
    /* consultation */
    consult_screen_t: "咨询",
    consult_hero_t: "与一位引导者同坐",
    consult_hero_s: "一场平和的一对一解读，帮你理清此刻所承载的一切。",
    consult_cta: "与引导者对话",
    /* profile */
    me_t: "我的",
    me_sub: "灵魂归人 · 自 2024 起",
    me_numbers: "我的数字",
    me_saved: "收藏的解读",
    me_settings: "设置",
    set_lang: "语言",
    set_notif: "每日提醒",
    set_reminder: "冥想提醒",
    set_about: "关于 INNER BLOOM",
    saved_empty: "你收藏的解读会出现在这里。",
    view_all: "查看全部",
    /* rainbow tool */
    rt_person: "本人",
    rt_solar_bday: "阳历生日",
    rt_lunar_bday: "农历生日",
    rt_auto: "自动",
    rt_add: "添加第二个人",
    rt_generate: "生成解读",
    rt_main: "主命数 · 元神",
    /* draw */
    dr_intro_t: "今日一牌",
    dr_intro_s: "在抽牌之前，先深呼吸几次，把想要厘清的一件事温柔地放在心上。",
    dr_begin: "开始呼吸",
    dr_in: "吸气", dr_hold: "屏息", dr_out: "呼气",
    dr_think: "将你的问题，轻轻放在心间。",
    dr_ready: "我准备好了 —— 抽牌",
    dr_tap: "轻触卡牌将其翻开。",
    dr_guide: "引导", dr_message: "讯息",
    dr_body: "身", dr_mind: "心", dr_spirit: "灵",
    dr_again: "再抽一张",
    dr_save: "收藏这次解读",
    dr_saved_toast: "已收藏 ♡",
    back: "返回",
  },
  en: {
    ob_welcome_ey: "Welcome",
    ob_welcome_t: "inner bloom\nLook Gently Inward",
    ob_welcome_s: "A quiet place to rest your mind, and see yourself softly.",
    ob_begin: "Begin",
    ob_skip: "Skip",
    ob_birth_ey: "Your birth",
    ob_birth_t: "When were you born?",
    ob_birth_s: "We'll derive your solar & lunar life numbers from this.",
    ob_solar: "Solar birthday",
    ob_next: "Continue",
    ob_reveal_ey: "Your main number",
    ob_reveal_label_pre: "Solar · ",
    ob_reveal_tx: "This is the colour you were born carrying. Step inside to meet the full reading.",
    ob_enter: "Enter inner bloom",
    tab_home: "Home", tab_tools: "Tools", tab_med: "Meditate", tab_events: "Events", tab_me: "Me",
    home_hi: "Good day",
    home_greet: "Hello, returning soul",
    today_ey: "Today's card",
    today_t: "Draw a card for today",
    today_cta: "Breathe · draw",
    your_numbers: "Your life numbers",
    n_solar: "Solar", n_lunar: "Lunar",
    cap_solar: "Self", cap_lunar: "Inner",
    explore: "Explore",
    consult_t: "Talk to a guide",
    consult_s: "Book a 1:1 reading",
    tools_t: "Tools",
    tools_s: "Choose a practice and look inward.",
    tool_rainbow_t: "Rainbow number",
    tool_rainbow_s: "Explore personality, career and love through your life numbers",
    tool_draw_t: "Draw oracle cards",
    tool_draw_s: "Breathe, then draw a card for today",
    med_t: "Meditation",
    med_s: "Guided audio to help you breathe & settle.",
    med_now: "Now playing",
    events_t: "Events",
    events_s: "Upcoming gatherings & circles.",
    consult_screen_t: "Consultation",
    consult_hero_t: "Sit with a guide",
    consult_hero_s: "A calm, one-to-one reading to help you make sense of what you're carrying.",
    consult_cta: "Talk to a guide",
    me_t: "Me",
    me_sub: "Soul returning · since 2024",
    me_numbers: "My numbers",
    me_saved: "Saved readings",
    me_settings: "Settings",
    set_lang: "Language",
    set_notif: "Daily reminder",
    set_reminder: "Meditation nudge",
    set_about: "About INNER BLOOM",
    saved_empty: "Readings you save will appear here.",
    view_all: "View all",
    rt_person: "Person",
    rt_solar_bday: "Solar birthday",
    rt_lunar_bday: "Lunar birthday",
    rt_auto: "auto",
    rt_add: "Add a second person",
    rt_generate: "Generate reading",
    rt_main: "Main number · 元神",
    dr_intro_t: "A card for today",
    dr_intro_s: "Before you draw, take a few breaths and bring to mind one thing you'd like clarity on.",
    dr_begin: "Begin breathing",
    dr_in: "Breathe in", dr_hold: "Hold", dr_out: "Breathe out",
    dr_think: "Hold your question gently in mind.",
    dr_ready: "I'm ready — draw",
    dr_tap: "Tap the card to turn it over.",
    dr_guide: "Guide", dr_message: "Message",
    dr_body: "Body", dr_mind: "Mind", dr_spirit: "Spirit",
    dr_again: "Draw again",
    dr_save: "Save this reading",
    dr_saved_toast: "Saved ♡",
    back: "Back",
  },
};

/* content that itself differs by language */
const CONTENT = {
  tracks: [
    { id: 1, sym: "□", zh: "盒式呼吸", en: "Box breathing", zhm: "安定神经系统", enm: "Calm the nervous system", dur: "6:00", sec: 360 },
    { id: 2, sym: "◇", zh: "彩虹身体扫描", en: "Rainbow body scan", zhm: "从头到脚，逐渐松软", enm: "Soften, head to toe", dur: "12:30", sec: 750 },
    { id: 3, sym: "○", zh: "夜晚的安放", en: "Evening wind-down", zhm: "放下一天", enm: "Release the day", dur: "9:15", sec: 555 },
    { id: 4, sym: "✦", zh: "元神冥想", en: "Source-spirit meditation", zhm: "遇见你的元神", enm: "Meet your 元神", dur: "15:00", sec: 900 },
    { id: 5, sym: "☀", zh: "晨间意图", en: "Morning intention", zhm: "为一天定调", enm: "Set the tone", dur: "5:00", sec: 300 },
  ],
  events: [
    { mon: "JUN", day: "14", band: "linear-gradient(90deg,#e82020,#f07820)", zh: "新月意图圈", en: "New-moon intention circle", zhw: "线上 · Zoom", enw: "Online · Zoom", tags_zh: ["共修", "免费"], tags_en: ["Circle", "Free"] },
    { mon: "JUN", day: "22", band: "linear-gradient(90deg,#28a840,#1898d8)", zh: "彩虹数字工作坊", en: "Rainbow numbers workshop", zhw: "上海 · 静安工作室", enw: "Shanghai · Jing'an studio", tags_zh: ["工作坊", "¥280"], tags_en: ["Workshop", "¥280"] },
    { mon: "JUL", day: "03", band: "linear-gradient(90deg,#1868c8,#7828a0)", zh: "神谕牌直播夜", en: "Live oracle reading night", zhw: "线上 · 会员", enw: "Online · Members", tags_zh: ["直播", "会员"], tags_en: ["Live", "Members"] },
    { mon: "JUL", day: "19", band: "linear-gradient(90deg,#f07820,#e04878)", zh: "呼吸法与颂钵浴", en: "Breathwork & sound bath", zhw: "杭州 · 西湖", enw: "Hangzhou · West Lake", tags_zh: ["线下", "¥180"], tags_en: ["In person", "¥180"] },
  ],
  oracle: [
    { key: "022", sym: "✦", accent: "#e8907a", front: "src/images/cards/front/022-A.jpg", back: "src/images/cards/back/022.jpg",
      guide_zh: '阿修罗·梦美家', guide_en: 'Asura · Dream Beauty',
      msg_zh: '黑暗之后的光明，是在铜墙铁壁之后', msg_en: 'Light after darkness comes only after passing through walls of iron.',
      body_label_zh: '人生如戏', body_label_en: 'Life is a Stage',
      body_zh: '清楚知道自己所扮演的角色，懂得为旁人做好配角，也要能够为自己活出主角', body_en: 'Know clearly the role you play. Be a supportive presence for others while stepping fully into your own story.',
      mind_label_zh: '穿越黑暗', mind_label_en: 'Through the Dark',
      mind_zh: '对于过去所承载的负面，能够面对然后原谅，真正放下，转身走向未来', mind_en: 'Face the weight of past negativity, forgive it, truly release it, and turn to walk toward the future.',
      spirit_label_zh: '藉假修真', spirit_label_en: 'Truth Through Illusion',
      spirit_zh: '在二元世界当中真真假假、假假真真，坚持信念最终必会成真', spirit_en: 'In the dual world of real and unreal, hold fast to your beliefs — they will ultimately manifest.' },
    { key: "033", sym: "❋", accent: "#56c9b0", front: "src/images/cards/front/033-A.jpg", back: "src/images/cards/back/033.jpg",
      guide_zh: 'NIMO', guide_en: 'NIMO',
      msg_zh: '人生就是一场躲猫猫游戏，你转了一个圈也未必能找到我，待着吧！我去找你。', msg_en: 'Life is a game of hide-and-seek. Even if you circle around, you may not find me. Stay still — I will come to you.',
      body_label_zh: '跃升跳脱', body_label_en: 'Transcend & Leap',
      body_zh: '现有的要做个改变提升，将现况注入未来的眼光和高度，跳脱出平凡呈现前所未有的精彩', body_en: 'Elevate what already exists. Infuse the present with future vision and rise above the ordinary to reveal extraordinary brilliance.',
      mind_label_zh: '玩转人生', mind_label_en: 'Play Through Life',
      mind_zh: '在人际关系和情感中能够尽情挥洒，然而诚实和不逃避是最大的考验', mind_en: 'Express yourself freely in relationships and emotions. Yet honesty and not running away are the greatest tests.',
      spirit_label_zh: '穿梭时空', spirit_label_en: 'Traversing Time & Space',
      spirit_zh: '对于现在与未来能够随心所欲结合，带领人类思想走向未来世界', spirit_en: 'Move freely between present and future, guiding human thought toward the world that is yet to come.' },
    { key: "044", sym: "✸", accent: "#c76ec4", front: "src/images/cards/front/044-A.jpg", back: "src/images/cards/back/044.jpg",
      guide_zh: '四元', guide_en: 'Four Elements',
      msg_zh: '我在天上看着你们起舞，从古至今，代代相传', msg_en: 'I watch you dance from above — from ancient times to now, passed down through generations.',
      body_label_zh: '格局扩张', body_label_en: 'Expand Your Vision',
      body_zh: '可以将原本设定的目标和格局放大，不被自身不安全感和恐惧设限，将潜能尽情释放', body_en: 'Enlarge your goals and scope. Do not be limited by insecurity or fear — release your full potential.',
      mind_label_zh: '家族链结', mind_label_en: 'Family Bond',
      mind_zh: '在所爱的人当中担任领航员，将感情串联起来，带领到一个稳定有序的富足世界', mind_en: 'Be the navigator among those you love, connecting hearts and guiding everyone toward a stable, abundant world.',
      spirit_label_zh: '天地改革', spirit_label_en: 'Reforming Heaven & Earth',
      spirit_zh: '看到人世间的不足和缺陷，进行调整或改变，继而改善人类的生活', spirit_en: 'See the gaps and flaws in the world, make adjustments or changes, and thereby improve human life.' },
    { key: "055", sym: "❃", accent: "#e0a040", front: "src/images/cards/front/055-A.jpg", back: "src/images/cards/back/055.jpg",
      guide_zh: '丘比兔', guide_en: 'Cupid Bunny',
      msg_zh: '放下心结，一切开朗', msg_en: 'Release what knots your heart, and everything becomes clear.',
      body_label_zh: '随心所欲', body_label_en: 'Follow Your Heart',
      body_zh: '最大的敌人是自己烦躁的心，能够看清内心真正所渴望的，就拥有强大的能量和动力去成就自己', body_en: 'Your greatest enemy is your own restless mind. Clearly see what your heart truly desires, and you will have the power to accomplish anything.',
      mind_label_zh: '心心相映', mind_label_en: 'Heart Reflects Heart',
      mind_zh: '能触动的是真心，唯有将心打开让人进入，才能让自己找到真爱，看到真心', mind_en: 'Only a true heart can move another. Open yours and let others in — only then will you find real love and genuine connection.',
      spirit_label_zh: '五蕴皆空', spirit_label_en: 'Form is Emptiness',
      spirit_zh: '心不再向外寻求，明白释放只在自己的内在当中，所有的外在就瞬间变成过眼烟云', spirit_en: 'When the heart stops seeking outward, understanding that true release comes from within, all external things dissolve like passing clouds.' },
    { key: "066", sym: "✿", accent: "#7a9ce8", front: "src/images/cards/front/066-A.jpg", back: "src/images/cards/back/066.jpg",
      guide_zh: '伤痕', guide_en: 'Scar',
      msg_zh: '哭吧！哭吧！眼泪不是罪，那是天使遗落人间的符号', msg_en: 'Cry! Cry! Tears are not a sin — they are the symbols angels left behind in this world.',
      body_label_zh: '疗愈者', body_label_en: 'The Healer',
      body_zh: '对于人的七情六欲都能细致的感受到，并且愿意先付出真心与关爱，继而就会得到该给予的回报', body_en: 'Sensitive to the full spectrum of human emotion, you are willing to give sincerely first — and in return, you will receive what is truly meant for you.',
      mind_label_zh: '纯然的爱', mind_label_en: 'Pure Love',
      mind_zh: '内心拥有满满的爱与慈悲，想要将所拥有的先给予所爱的人，自己往往是最后的考虑，你爱自己了吗？', mind_en: 'Your heart is full of love and compassion, always giving to others first. But have you remembered to love yourself?',
      spirit_label_zh: '菩萨行', spirit_label_en: 'The Bodhisattva Path',
      spirit_zh: '拥有菩萨慈悲的大爱，愿意如菩萨一般为芸芸众生服务', spirit_en: 'Embodying boundless compassion, you are willing to serve all beings with the grace of a bodhisattva.' },
    { key: "077", sym: "⊹", accent: "#e07890", front: "src/images/cards/front/077-A.jpg", back: "src/images/cards/back/077.jpg",
      guide_zh: '需沐', guide_en: 'Xu Mu',
      msg_zh: '欺骗的背后是一次次的信任瓦解，信任的背后是一次次的自我欺骗，事实或真相，只有自己能定夺', msg_en: 'Behind deception lies the erosion of trust; behind trust lies self-deception. Only you can determine the truth.',
      body_label_zh: '哲学家', body_label_en: 'The Philosopher',
      body_zh: '对于过去、现在、未来所未知的，都拥有高度的兴趣去探究，成为一个上知天文下知地理广博学问之人', body_en: 'Deeply curious about the unknown in past, present, and future — becoming a person of vast knowledge and wisdom.',
      mind_label_zh: '全然信任', mind_label_en: 'Complete Trust',
      mind_zh: '在生命当中出现的人事物，能够相信都是来让自己成长提升的，不被自己内在的黑暗面所恐惧和蒙蔽', mind_en: 'Trust that every person and situation in your life is here to help you grow, and do not let your inner shadows blind or frighten you.',
      spirit_label_zh: '真理自在', spirit_label_en: 'Truth Sets You Free',
      spirit_zh: '支持自己的信念，当内心拥有一切真理，就能够轻松自在遥游在人世间，成为智者', spirit_en: 'Stand by your beliefs. When truth lives in your heart, you move through the world with ease and become a true sage.' },
    { key: "088", sym: "✺", accent: "#68b888", front: "src/images/cards/front/088-A.jpg", back: "src/images/cards/back/088.jpg",
      guide_zh: 'KALOLO', guide_en: 'KALOLO',
      msg_zh: '宇宙的神咆哮了一声，你听是生气还是开心？愚蠢的人类们', msg_en: 'The cosmic deity roared — was it anger or joy? You foolish humans.',
      body_label_zh: '全方位掌控', body_label_en: 'Total Mastery',
      body_zh: '拥有强大的意愿和敏锐度，放眼各行各业只要有机会，就会摇身一变成为个中好手', body_en: 'With fierce will and sharp perception, you can step into any field and master it whenever opportunity arises.',
      mind_label_zh: '召唤力', mind_label_en: 'Power of Intention',
      mind_zh: '一旦目标确立，就能够运用意念加上自身的努力，达到心想事成', mind_en: 'Once a goal is set, combine your intention with effort — and your wishes will manifest.',
      spirit_label_zh: '神的仆人', spirit_label_en: 'Servant of the Divine',
      spirit_zh: '在人世间帮神做事，发愿将神所给予的回馈给众生，帮助贫苦或改善世界', spirit_en: 'Working on behalf of the divine in this world, vowing to share all given gifts with humanity and uplift those in need.' },
    { key: "099", sym: "✻", accent: "#d4956a", front: "src/images/cards/front/099-A.jpg", back: "src/images/cards/back/099.jpg",
      guide_zh: '丁香', guide_en: 'Clove',
      msg_zh: '你是梦里的样子还是从前的样子？出来让我看看，我们重新开始', msg_en: 'Are you who you are in your dreams, or who you used to be? Come out and show me — let us begin again.',
      body_label_zh: '美梦成真', body_label_en: 'Dreams Come True',
      body_zh: '对于人事物都存有美好念想，要将此念想化为行动力努力去执行，最终才能真正实现梦想', body_en: 'Hold beautiful visions for all things, and turn those visions into action — only then can your dreams truly come to life.',
      mind_label_zh: '梦中人', mind_label_en: 'The Dreamer',
      mind_zh: '容易将虚幻与现实混淆，无法看清现实世界是否真实存在，将永远处在虚幻当中无法清醒', mind_en: 'Be careful not to blur fantasy and reality. Without clarity, you may remain forever lost in illusion.',
      spirit_label_zh: '穿梭梦境', spirit_label_en: 'Moving Through Dreams',
      spirit_zh: '睡梦当中可以来到过去与未来，也可以自由进出灵界进行交流', spirit_en: 'In sleep you traverse past and future, freely entering the spirit realm for exchange and guidance.' },
    { key: "101", sym: "✼", accent: "#8068d4", front: "src/images/cards/front/101-A.jpg", back: "src/images/cards/back/101.jpg",
      guide_zh: '尼蒙の孩子', guide_en: 'Child of Nemo',
      msg_zh: '天上的月亮不是月亮，地上的树木不是树木，尽管你有100次活着的机会，但我只希望你用尽一次来爱我', msg_en: 'The moon above is not just the moon; the trees below are not just trees. Though you have a hundred chances at life, I only ask that you spend one of them loving me.',
      body_label_zh: '开天辟地', body_label_en: 'Creating the World',
      body_zh: '对于现在已经存在的不感兴趣，想要开创出所没有的，成为独一无二的先驱', body_en: 'Not content with what already exists, you seek to create what has never been — becoming a true pioneer.',
      mind_label_zh: '专注', mind_label_en: 'Unwavering Focus',
      mind_zh: '一旦目标确立或认定就全心全意，不畏艰辛排除万难一定要成功', mind_en: 'Once you have set your goal, give everything to it — face every hardship and remove every obstacle until success is yours.',
      spirit_label_zh: '全方位革新', spirit_label_en: 'Total Renewal',
      spirit_zh: '聆听内在的直觉，由里到外全面创新，继而影响众人，带领众生成为改革者', spirit_en: 'Listen to your inner intuition. Renew yourself from the inside out, then inspire others and become a catalyst for transformation.' },
    { key: "112", sym: "❂", accent: "#d46890", front: "src/images/cards/front/112-A.jpg", back: "src/images/cards/back/112.jpg",
      guide_zh: '依莎 11', guide_en: 'Isha 11',
      msg_zh: '你所见的只是表相', msg_en: 'What you see is only the surface.',
      body_label_zh: '平衡创造', body_label_en: 'Balanced Creation',
      body_zh: '在二元世界左右摆荡，唯独找到平衡点后，就能够启动自身的能量，看到新视野开创新局面', body_en: 'Swinging between opposites, you can only activate your true energy once you find the point of balance — opening a new horizon.',
      mind_label_zh: '革新习气', mind_label_en: 'Reform Old Patterns',
      mind_zh: '看到过往的负面能量磁场，透过彻底的沉淀和调整，将彻头彻尾改变重生', mind_en: 'Recognize the negative patterns of the past. Through deep reflection and adjustment, transform yourself completely and be reborn.',
      spirit_label_zh: '脱胎换骨', spirit_label_en: 'Profound Transformation',
      spirit_zh: '通过人生的考验和淬炼后，才能够由内到外焕然一新，创造新的人生', spirit_en: 'Only through life\'s trials and refinement can you emerge completely renewed from the inside out — creating a new life.' },
    { key: "123", sym: "⊕", accent: "#5888c0", front: "src/images/cards/front/123-A.jpg", back: "src/images/cards/back/123.jpg",
      guide_zh: '竹节火焰', guide_en: 'Bamboo Flame',
      msg_zh: '说谎者要吞1000根针', msg_en: 'A liar must swallow a thousand needles.',
      body_label_zh: '三面玲珑', body_label_en: 'Three-Sided Brilliance',
      body_zh: '拥有创意发明能力，能用超乎常人的想象力带领，也能适度配合旁人，犹如变色龙的能力顺应变化', body_en: 'Blessed with creative invention, you can lead with extraordinary imagination while adapting to others like a chameleon.',
      mind_label_zh: '游戏人生', mind_label_en: 'Life as a Game',
      mind_zh: '人生如戏，戏如人生，并非轻看而是想要缤纷色彩的人生', mind_en: 'Life is theater and theater is life — not a trivialization, but a desire for a vibrant and colorful existence.',
      spirit_label_zh: '说法者', spirit_label_en: 'The Speaker of Truth',
      spirit_zh: '想用超时空的想法和观念改变人生，甚至世界，只怕说的过多而违背真理', spirit_en: 'You wish to change life and even the world with transcendent ideas — only be careful not to speak so much that you stray from truth.' },
    { key: "134", sym: "✵", accent: "#c0a050", front: "src/images/cards/front/134-A.jpg", back: "src/images/cards/back/134.jpg",
      guide_zh: '多比多', guide_en: 'Dobido',
      msg_zh: '如果不知道要出发去哪里，就去你来自的地方', msg_en: 'If you do not know where to go, return to where you came from.',
      body_label_zh: '整合提升', body_label_en: 'Integrate & Elevate',
      body_zh: '当理智与创意达到平衡，就拥有能力将整个局面统整和提升', body_en: 'When reason and creativity find balance, you gain the power to unify and elevate the entire situation.',
      mind_label_zh: '游戏与业力', mind_label_en: 'Play & Karma',
      mind_zh: '感情世界是需要承诺与责任，一旦流于游戏态度，就要承担业力的反扑', mind_en: 'Love requires commitment and responsibility. If treated as a game, karmic consequences will follow.',
      spirit_label_zh: '族群领袖', spirit_label_en: 'Tribal Leader',
      spirit_zh: '一旦思维想法愿意跳出自己设定的框架，就拥有能力可以带领族群，进入更加美好的生活', spirit_en: 'Once you break free from self-imposed mental frameworks, you gain the ability to lead your community into a better life.' },
    { key: "145", sym: "❊", accent: "#70b890", front: "src/images/cards/front/145-A.jpg", back: "src/images/cards/back/145.jpg",
      guide_zh: 'JD', guide_en: 'JD',
      msg_zh: '不静不动，搞搞怪怪', msg_en: 'Neither still nor moving — just playfully stirring things up.',
      body_label_zh: '文武双全', body_label_en: 'Both Pen & Sword',
      body_zh: '拥有冷静理智的头脑，也具备活力热情的动力，一旦内心想清楚可随时转换', body_en: 'You possess both a calm rational mind and vibrant energetic drive — once your heart is clear, you can shift between them at will.',
      mind_label_zh: '动静皆宜', mind_label_en: 'At Home in Motion & Stillness',
      mind_zh: '具有活泼与静雅的特性在身，当内在清晰稳定即可适当的调转，一旦找不到内心的平衡，就动荡不安', mind_en: 'You carry both vivacity and quiet grace. Inner clarity lets you shift between them gracefully; without it, you become unsettled.',
      spirit_label_zh: '平衡自在', spirit_label_en: 'Balanced Freedom',
      spirit_zh: '在一动一静、一文一武当中寻找到最想要的平衡点，就能自由自在地发挥实力，去达到内心想要的人生', spirit_en: 'Find the balance point between motion and stillness, intellect and action — then you will move freely and achieve the life your heart desires.' },
    { key: "156", sym: "✾", accent: "#d870a0", front: "src/images/cards/front/156-A.jpg", back: "src/images/cards/back/156.jpg",
      guide_zh: '爱普丝', guide_en: 'Iris',
      msg_zh: '花丛在天堂的最顶端，一起飞吧！记得下来的时候手留花香', msg_en: 'The garden blooms at heaven\'s peak — let us fly there together. And when you return, carry the fragrance on your hands.',
      body_label_zh: '发心天使', body_label_en: 'Angel of Intention',
      body_zh: '拥有助人的善心，一旦发自内心以助人为前提，结合内心真正想做的事，就能发挥最大的能量来成就自己', body_en: 'With a genuine desire to help, once you act from the heart and align it with what you truly love, you will realize your greatest potential.',
      mind_label_zh: '相由心生', mind_label_en: 'Appearance Reflects the Heart',
      mind_zh: '天使与恶魔，端看自己内心想要如何转换', mind_en: 'Angel or devil — it all depends on what you choose to hold in your heart.',
      spirit_label_zh: '自在菩萨', spirit_label_en: 'Free-Spirited Bodhisattva',
      spirit_zh: '当活出自由自在的心，就能够将自身的能量调整成大爱分享给世人', spirit_en: 'When you live with a free and open heart, you can channel your energy into universal love and share it with the world.' },
    { key: "167", sym: "✤", accent: "#6890d0", front: "src/images/cards/front/167-A.jpg", back: "src/images/cards/back/167.jpg",
      guide_zh: 'Noly', guide_en: 'Noly',
      msg_zh: '爱的圣殿，我们满怀开心跟喜悦，跟着Noly的赞颂往更美好的世界前进', msg_en: 'The temple of love — filled with joy and delight, we follow Noly\'s song onward to a more beautiful world.',
      body_label_zh: '教化使者', body_label_en: 'Messenger of Wisdom',
      body_zh: '将自身所拥有的知识和经验，愿意用大爱无私的精神去分享给与身旁所有人', body_en: 'Share all the knowledge and experience you hold with everyone around you — selflessly and with great love.',
      mind_label_zh: '放松爱', mind_label_en: 'Love Without Effort',
      mind_zh: '面对情感要放下世俗完美眼光和标准，相信自己对爱的直觉，才能在轻松关系当中找到真爱', mind_en: 'Release worldly standards of perfection in love. Trust your own intuition about love — only then can you find it in an effortless relationship.',
      spirit_label_zh: '自在感恩', spirit_label_en: 'Gratitude in Freedom',
      spirit_zh: '对于在生命当中出现的所有好与坏，都怀着祝福与感恩的心，相信这些都是以爱为出发和终点', spirit_en: 'For everything that appears in your life — good and bad — hold it with gratitude and blessings, trusting that love is both its origin and its destination.' },
    { key: "178", sym: "✧", accent: "#b88040", front: "src/images/cards/front/178-A.jpg", back: "src/images/cards/back/178.jpg",
      guide_zh: '猫泥', guide_en: 'Cat Mud',
      msg_zh: '努力向上，徒劳无功（没有功劳但不代表没有成长喔，或是在当下看不到成功，成功会在未来展现）', msg_en: 'Striving upward yet seemingly in vain — but lack of visible reward does not mean no growth. Success will reveal itself in the future.',
      body_label_zh: '知识经营', body_label_en: 'Knowledge as Capital',
      body_zh: '将自身专业知识和技术提升，就能够将这身本领为自己带来更大的财富', body_en: 'Develop your expertise and skills — your mastery will bring you greater abundance.',
      mind_label_zh: '意念投射', mind_label_en: 'Projecting Intention',
      mind_zh: '相信自己的能力和感觉，一旦内心想要的，设定目标，就可以成功做到', mind_en: 'Trust in your own ability and feeling. Set a goal for what your heart wants — then see it through to success.',
      spirit_label_zh: '愿力成就', spirit_label_en: 'Vow-Powered Achievement',
      spirit_zh: '不要恐惧，大胆向内在的神许下愿望，要相信自己可以成就更伟大的事物，活出生命', spirit_en: 'Do not fear. Make a bold wish to the divine within you. Believe you can achieve something far greater — truly live.' },
    { key: "189", sym: "◈", accent: "#78a870", front: "src/images/cards/front/189-A.jpg", back: "src/images/cards/back/189.jpg",
      guide_zh: 'MR.L', guide_en: 'MR.L',
      msg_zh: '这个空间拥有善念的一切，你就是最高的主宰', msg_en: 'This space holds all that is good in intention — you are the highest authority here.',
      body_label_zh: '虚拟创造', body_label_en: 'Virtual Creation',
      body_zh: '在虚拟世界中拥有无限创意，亦能将创意在物质世界中为自己创造财富', body_en: 'Your creativity is boundless in the virtual world, and you can translate that creativity into real-world wealth.',
      mind_label_zh: '胸怀慈悲', mind_label_en: 'A Compassionate Heart',
      mind_zh: '拥有慈悲心，对所爱的人在物质和精神上给予全然付出', mind_en: 'With compassion as your foundation, you give completely — in both material and spiritual ways — to those you love.',
      spirit_label_zh: '灵性老板', spirit_label_en: 'Spiritual CEO',
      spirit_zh: '愿意将所拥有的财富或能力为灵界付出，实现灵界想为人世间所做的事', spirit_en: 'Willing to dedicate your wealth and abilities to the spiritual realm, fulfilling what the divine wishes to accomplish in this world.' },
    { key: "19101", sym: "◉", accent: "#d09050", front: "src/images/cards/front/19101-A.jpg", back: "src/images/cards/back/19101.jpg",
      guide_zh: '99', guide_en: '99',
      msg_zh: '99为0 ~ 一切归零，往事随风', msg_en: '99 becomes 0 — everything returns to zero, and the past drifts away with the wind.',
      body_label_zh: '以身示法', body_label_en: 'Lead by Example',
      body_zh: '面对所有人事物都愿意亲力亲为，以自身经历和专长，带领身边人一起往前迈进', body_en: 'Willing to do everything yourself, you lead those around you forward through your own lived experience and expertise.',
      mind_label_zh: '一心一意', mind_label_en: 'Wholeheartedness',
      mind_zh: '对于人事物一旦认定，就全心全力的往一个目标努力前进，不到最终结果不会停止', mind_en: 'Once committed, you pour your whole heart into a single goal and will not stop until the final result is achieved.',
      spirit_label_zh: '灵性导师', spirit_label_en: 'Spiritual Guide',
      spirit_zh: '将宗教与自身智能重新组合创新，成为新时代的智慧，引领人类达到一个新的身心灵境地', spirit_en: 'Combining spirituality with personal wisdom, you create new understanding for a new era — guiding humanity to a new level of mind, body, and spirit.' },
    { key: "202", sym: "✩", accent: "#8070c8", front: "src/images/cards/front/202-A.jpg", back: "src/images/cards/back/202.jpg",
      guide_zh: 'Bono', guide_en: 'Bono',
      msg_zh: '你所见的只是假象', msg_en: 'What you see is only an illusion.',
      body_label_zh: '辨别真伪', body_label_en: 'Discern Truth from Illusion',
      body_zh: '对于是非黑白、真假对错，能够如实看到和面对自己真实感受，勇敢做自己的主人', body_en: 'See clearly what is right and wrong, real and false. Face your true feelings honestly and bravely be the master of your own life.',
      mind_label_zh: '洞察真相', mind_label_en: 'Piercing the Truth',
      mind_zh: '在生命过程当中，愿意探究真相的源头，揭开时空秘密，不让自己躲在真相背后，不敢面对', mind_en: 'In the journey of life, seek the source of truth. Unveil the secrets of time and space — do not hide behind what you fear to face.',
      spirit_label_zh: '重生', spirit_label_en: 'Rebirth',
      spirit_zh: '过去所有负面的能量，能够真实看到和面对，并且愿意逆转心性做调整，转身成为一个新的开始', spirit_en: 'See and face all past negativity honestly. Be willing to shift your heart and adjust — then turn and step into a completely new beginning.' },
    { key: "213", sym: "⊛", accent: "#c07858", front: "src/images/cards/front/213-A.jpg", back: "src/images/cards/back/213.jpg",
      guide_zh: 'Tina', guide_en: 'Tina',
      msg_zh: '我有一个双胞胎妹妹，她的名字叫Tina，她唱歌很好听但她没有脸（不需要脸）', msg_en: 'I have a twin sister named Tina. She sings beautifully, but she has no face — she does not need one.',
      body_label_zh: '唱作演俱佳', body_label_en: 'Singer, Creator & Performer',
      body_zh: '在物质世界中能够像变色龙一般，随着信念意志变换角色，成功扮演', body_en: 'In the material world, you are like a chameleon — shifting roles with your will and belief, succeeding in every part you play.',
      mind_label_zh: '乐天知命', mind_label_en: 'Accept Life with Joy',
      mind_zh: '在情感世界中，对于自己的角色扮演，最终相信老天会给予最好的安排', mind_en: 'In matters of the heart, trust that in the end, the universe will provide the best arrangement for your role.',
      spirit_label_zh: '游戏三昧', spirit_label_en: 'Mastery Through Play',
      spirit_zh: '经过人世间所有的淬炼后，能够进退自如、无拘无束、无执着的心态面对一切', spirit_en: 'After all the refinements of this life, you can advance or retreat freely — unbounded, unattached, facing all things with ease.' },
    { key: "224", sym: "✲", accent: "#e8907a", front: "src/images/cards/front/224-A.jpg", back: "src/images/cards/back/224.jpg",
      guide_zh: '梦寐', guide_en: 'Dream Weaver',
      msg_zh: '光芒在远方，离你随手可及，我们手拉手一起去看看？', msg_en: 'The light is in the distance, yet within your reach. Shall we take each other\'s hand and go see?',
      body_label_zh: '发明创造', body_label_en: 'Invention & Creation',
      body_zh: '当内心有明确目标，就拥有创造和发明能力，带动人世间得以进步和提升', body_en: 'When you hold a clear goal in your heart, your creative and inventive powers awaken — driving progress and elevation in the world.',
      mind_label_zh: '守护者', mind_label_en: 'The Guardian',
      mind_zh: '想建造一座城堡，让心爱之人都生活在其中，会用心全力守护，予以稳定生活', mind_en: 'You wish to build a castle where all your loved ones can live — and you will guard it with your whole heart, offering them a stable and nurturing life.',
      spirit_label_zh: '奇迹', spirit_label_en: 'Miracle',
      spirit_zh: '一旦决心和相信，就拥有不可思议的能力，能够创造新天地，改变天地人', spirit_en: 'Once you commit and believe, miraculous ability awakens in you — capable of creating a whole new world and transforming heaven, earth, and humanity.' },
    { key: "235", sym: "✱", accent: "#56c9b0", front: "src/images/cards/front/235-A.jpg", back: "src/images/cards/back/235.jpg",
      guide_zh: '五子', guide_en: 'Five Seeds',
      msg_zh: '做你所想，想你所做，怡然自得像个长不大的孩子', msg_en: 'Do what you think, think what you do — content and carefree like a child who never grows old.',
      body_label_zh: '多元化分享', body_label_en: 'Share in Many Ways',
      body_zh: '聪明伶俐，可以一心多用，一旦有心学习就可以拥有多项才华，愿意无私分享，唯独耐心不足和三心二意', body_en: 'Quick-minded and multi-talented once you commit to learning. Willing to share generously — though patience and consistency may need cultivating.',
      mind_label_zh: '翱翔天际', mind_label_en: 'Soaring to the Sky',
      mind_zh: '渴望自由自在，无拘无束不受管控，热爱旅行，旅途中较易将心打开与真爱相遇', mind_en: 'You long for freedom without constraint. You love to travel, and it is often on a journey that your heart opens to meet true love.',
      spirit_label_zh: '怡然自得', spirit_label_en: 'Content in the Vast Heart',
      spirit_zh: '当心打开就能广阔无限，悠游在心海成为他心通', spirit_en: 'When your heart opens, it becomes boundless — freely swimming the sea of all hearts and understanding others deeply.' },
    { key: "246", sym: "⊞", accent: "#c76ec4", front: "src/images/cards/front/246-A.jpg", back: "src/images/cards/back/246.jpg",
      guide_zh: 'Laura', guide_en: 'Laura',
      msg_zh: '我只有两只手为你遮风避雨，保护了你，我就做不了别的事情，什么时候我们能一起努力共同前进？', msg_en: 'I only have two hands to shelter you from the storm. While protecting you, I cannot do anything else. When will we move forward together?',
      body_label_zh: '整合团队', body_label_en: 'Team Integrator',
      body_zh: '在团队中懂得先关怀和付出，赢得人心后，就能轻松统领和掌控局势', body_en: 'Care and give first within your team. Once you have won hearts, leading and steering the situation will come naturally.',
      mind_label_zh: '贤妻良母', mind_label_en: 'Devoted Partner & Parent',
      mind_zh: '想要给予所爱的人安稳舒适的生活，会面面俱到兼顾付出所有，然而过多的爱和管控让人感到爱的窒息', mind_en: 'You want to provide comfort and security for those you love — giving in all ways. Yet be mindful: too much love and control can feel suffocating.',
      spirit_label_zh: '志愿者', spirit_label_en: 'The Volunteer',
      spirit_zh: '愿意将对家人的爱和奉献，提升到对所有众生都无私的付出爱与关怀', spirit_en: 'Elevate the love and devotion you give your family into an unconditional offering of care for all living beings.' },
    { key: "257", sym: "⊠", accent: "#e0a040", front: "src/images/cards/front/257-A.jpg", back: "src/images/cards/back/257.jpg",
      guide_zh: '无极女王', guide_en: 'Infinite Queen',
      msg_zh: '不用心构不着，太用力得不到，放轻松吧', msg_en: 'No heart and you cannot reach it; too much force and you cannot grasp it. Just relax.',
      body_label_zh: '博学多闻', body_label_en: 'Wide Knowledge',
      body_zh: '对于任何有趣新鲜好玩的知识都会想要去学习和了解，一旦知识门打开就能够成为佼佼者', body_en: 'You are drawn to any interesting or fresh knowledge. Once that door opens, you excel effortlessly.',
      mind_label_zh: '自在解脱', mind_label_en: 'Liberation in Ease',
      mind_zh: '在信任与怀疑当中寻求平衡，最终会在轻松的关系中找到自由与安定', mind_en: 'Seek balance between trust and doubt. Ultimately, you will find both freedom and security within an effortless connection.',
      spirit_label_zh: '告别娑婆', spirit_label_en: 'Farewell to the Mundane',
      spirit_zh: '人世间是一趟有趣的旅行，经过一切历劫后就轻松看待人生，一切原是空，不再留恋', spirit_en: 'This human life is a fascinating journey. After all trials, you view life lightly — all is ultimately empty, nothing left to cling to.' },
    { key: "268", sym: "◆", accent: "#7a9ce8", front: "src/images/cards/front/268-A.jpg", back: "src/images/cards/back/268.jpg",
      guide_zh: '米朵', guide_en: 'Miduo',
      msg_zh: '双赢的本质是真诚', msg_en: 'The essence of win-win is sincerity.',
      body_label_zh: '共创双赢', body_label_en: 'Co-Create Mutual Benefit',
      body_zh: '先具备牺牲奉献的心，愿意分享所拥有的，就能与拥有共同信念的人，一起成就事业', body_en: 'First cultivate a spirit of sacrifice and sharing. Then you can co-create and achieve great things with those who share your vision.',
      mind_label_zh: '内柔外刚', mind_label_en: 'Soft Within, Strong Without',
      mind_zh: '坚毅刚强的外表，实则拥有一颗柔软善良同理的心，爱与被爱都是内心的渴望', mind_en: 'Behind a strong and resilient exterior lies a soft, kind, and empathetic heart. To love and be loved is your deepest longing.',
      spirit_label_zh: '资源整合', spirit_label_en: 'Resource Integration',
      spirit_zh: '在内心慈悲的大爱驱使下，将自身和周边资源统整，让爱散布到人间', spirit_en: 'Driven by compassion, gather and integrate your own and surrounding resources — spreading love throughout the world.' },
    { key: "279", sym: "◇", accent: "#e07890", front: "src/images/cards/front/279-A.jpg", back: "src/images/cards/back/279.jpg",
      guide_zh: 'O', guide_en: 'O',
      msg_zh: '太用力地付出，光芒还是会掉的', msg_en: 'Even giving with all your might, the light will still fade if you force it.',
      body_label_zh: '感恩成就', body_label_en: 'Achievement Through Gratitude',
      body_zh: '面对所有人事物都怀着一份感恩的心，愿意先牺牲付出，相信自己的内在和本事，不质疑不犹豫，自然有所成就', body_en: 'Face all of life with gratitude. Sacrifice and give first, trust your inner self and ability without doubt or hesitation — and achievement will follow naturally.',
      mind_label_zh: '感情关键', mind_label_en: 'The Key in Relationships',
      mind_zh: '在关系当中扮演重要的关键角色，任何的决定引起重要的改变，相信自己的直觉，不怀疑也不恐惧', mind_en: 'You play a pivotal role in every relationship. Your choices spark significant change — trust your intuition without doubt or fear.',
      spirit_label_zh: '圣灵传播', spirit_label_en: 'Spreading Sacred Light',
      spirit_zh: '相信自己所接收到的讯息和直觉，如实的传递，在智慧与慈悲带领下，走向幸福的人生', spirit_en: 'Trust the messages and intuition you receive, and transmit them faithfully. Guided by wisdom and compassion, walk toward a life of true happiness.' },
    { key: "28101", sym: "⬡", accent: "#68b888", front: "src/images/cards/front/28101-A.jpg", back: "src/images/cards/back/28101.jpg",
      guide_zh: 'Modo', guide_en: 'Modo',
      msg_zh: '掌控权力的神兽', msg_en: 'The divine beast that commands all power.',
      body_label_zh: '白手起家', body_label_en: 'Built from Nothing',
      body_zh: '唯有从最基层做起，靠自己一砖一瓦亲力亲为，储存最真实的本领后，就能开疆辟土', body_en: 'Only by starting from the very bottom, building brick by brick with your own hands, and accumulating genuine skill can you break new ground.',
      mind_label_zh: '垂帘听政', mind_label_en: 'Rule from Behind the Veil',
      mind_zh: '内在拥有自己的想法和主张，会用温和柔软的方式引导，朝自己所想要的目标迈进', mind_en: 'You hold your own ideas and convictions within, guiding situations with gentle softness toward the outcome you envision.',
      spirit_label_zh: '光之使者', spirit_label_en: 'Messenger of Light',
      spirit_zh: '具备高次元光的使命，想要引领前往高频高能量的领域', spirit_en: 'Bearing a mission of higher-dimensional light, you wish to lead others toward high-frequency, high-vibration realms.' },
    { key: "29112", sym: "⬢", accent: "#d4956a", front: "src/images/cards/front/29112-A.jpg", back: "src/images/cards/back/29112.jpg",
      guide_zh: 'Domi宝宝', guide_en: 'Baby Domi',
      msg_zh: '聪明的孩子是最快乐的宝宝', msg_en: 'The clever child is the happiest baby.',
      body_label_zh: '幕僚', body_label_en: 'The Advisor',
      body_zh: '有颗细心又体贴无微不至的心，愿意在幕后付出一切不居功，能够给予最适当的建议，是个最称职的副手', body_en: 'Attentive and thoughtful down to the last detail, you give everything behind the scenes without seeking credit — always offering the most fitting counsel.',
      mind_label_zh: '陪伴者', mind_label_en: 'The Companion',
      mind_zh: '对于所爱能够感同身受有颗细腻的心，不论发生什么都会默默给予支持与陪伴', mind_en: 'With a tender empathy for those you love, you give quiet support and steadfast companionship no matter what arises.',
      spirit_label_zh: '智者', spirit_label_en: 'The Wise One',
      spirit_zh: '总能在最适切的时间点，给予身边人最智慧与慈悲的意见和支持，提升灵性层面共同成长', spirit_en: 'Always at the perfect moment, you offer those around you the most wise and compassionate guidance — elevating everyone\'s spiritual growth together.' },
    { key: "303", sym: "✦", accent: "#8068d4", front: "src/images/cards/front/303-A.jpg", back: "src/images/cards/back/303.jpg",
      guide_zh: 'Star', guide_en: 'Star',
      msg_zh: '抛弃过去的法则，乘着我的未来跑车，我们一起玩吧！', msg_en: 'Discard the old rules. Hop into my future racecar — let\'s play together!',
      body_label_zh: '吃喝玩乐', body_label_en: 'Eat, Drink & Be Merry',
      body_zh: '具有创意无限的想法，无法忍受单调枯燥的人生，期待人生是丰富有趣和意义', body_en: 'Your creativity knows no bounds and you cannot bear a dull existence — you expect life to be rich, interesting, and full of meaning.',
      mind_label_zh: '赤子之心', mind_label_en: 'Child\'s Heart',
      mind_zh: '拥有孩子般的个性，用真心相待，但也会因为过于无聊而生腻，期待关系如初恋一般永恒不变', mind_en: 'You carry a childlike spirit and give genuine affection, yet boredom may come quickly. You long for a love that stays as fresh as a first encounter.',
      spirit_label_zh: '未来法', spirit_label_en: 'Laws of the Future',
      spirit_zh: '拥有天马行空的想法，犹如能够遥游在未来，将未来游戏规则带入现代世界', spirit_en: 'Your imagination soars like a wild horse. You move through the future as if it were now — bringing its new rules into the present world.' },
    { key: "314", sym: "❋", accent: "#d46890", front: "src/images/cards/front/314-A.jpg", back: "src/images/cards/back/314.jpg",
      guide_zh: '古巴古神', guide_en: 'Ancient God Guba',
      msg_zh: '轰隆隆轰隆隆 ~ 这是一个盛大祭典，静静感受宇宙时空的变化', msg_en: 'Thunder rolls and rolls — a great cosmic ceremony. Quietly feel the shift in universal time and space.',
      body_label_zh: '组织协调', body_label_en: 'Organize & Coordinate',
      body_zh: '能够在一个环境当中，居中将适当的人事物组织起来，将资源整合达到最大的效益', body_en: 'In any environment, you can bring the right people and elements together, integrating resources for maximum effect.',
      mind_label_zh: '跳出三角业力', mind_label_en: 'Break Free from Karmic Triangles',
      mind_zh: '期待有着一份安全感和长久稳定的感情，要先经过纠葛混杂关系的淬炼，才能真正走向稳定', mind_en: 'You seek security and lasting stability in love. But first you must pass through the refinement of complex entangled relationships before reaching true stability.',
      spirit_label_zh: '整合沟通', spirit_label_en: 'Integrate & Communicate',
      spirit_zh: '在家族当中进行沟通协调，将家族排序整合到最平衡的关系', spirit_en: 'Facilitate communication and coordination within the family, integrating the order of relationships into the most balanced and harmonious arrangement.' },
    { key: "325", sym: "✸", accent: "#5888c0", front: "src/images/cards/front/325-A.jpg", back: "src/images/cards/back/325.jpg",
      guide_zh: 'KK', guide_en: 'KK',
      msg_zh: '敲一敲，束缚的枷锁太重，脱掉，我们才能飞向自由', msg_en: 'Knock, knock — the shackles of constraint are too heavy. Break free, and only then can we fly toward freedom.',
      body_label_zh: '一心多用', body_label_en: 'Multitasking Master',
      body_zh: '一但想要的目标订定就会全力争取，让自己具备多项技能在身，可以身兼多职有如三头六臂', body_en: 'Once a goal is set, you pursue it with full force, arming yourself with multiple skills — capable of handling many roles at once.',
      mind_label_zh: '随风遨游', mind_label_en: 'Roam with the Wind',
      mind_zh: '拥有一颗自由奔放的心，渴望像断了线的风筝随风遨游，经过一切历练，才会愿意将风筝线交到主人手上', mind_en: 'You carry a free and wild heart, longing to drift like a kite without a string. Only after life\'s trials will you willingly hand the string to one who is worthy.',
      spirit_label_zh: '解脱自在', spirit_label_en: 'Liberated Freedom',
      spirit_zh: '想要无拘无束的人生，对于所有外在的束缚都想要挣脱解放，最终领悟到，内心的自我解脱，才是真自由', spirit_en: 'You crave a boundless life, wanting to break free from all external constraints. The final realization: true freedom comes only from liberating yourself within.' },
    { key: "336", sym: "❃", accent: "#c0a050", front: "src/images/cards/front/336-A.jpg", back: "src/images/cards/back/336.jpg",
      guide_zh: '沙梨', guide_en: 'Shalee',
      msg_zh: '你是开在天堂一朵美丽的花，我摘不下也构不着，让我为妳歌颂，施舍一点芬芳给我吧！', msg_en: 'You are a beautiful flower blooming in heaven — I cannot pick you or reach you. Let me sing your praises. Won\'t you spare me a little fragrance?',
      body_label_zh: '人上人', body_label_en: 'Above the Rest',
      body_zh: '渴望成为金字塔顶端，对于物质有强烈欲求，想得到众人的称赞，无法放下身段同享', body_en: 'You long to reach the top of the pyramid, with a strong desire for material achievement and the admiration of others — though letting go of status to share equally is a challenge.',
      mind_label_zh: '谈情说爱', mind_label_en: 'Speaking of Love',
      mind_zh: '爱在心中无法说，需要勇敢说出（我爱你），并不会因为先说而居劣势，否则会有心碎的一天', mind_en: 'Love locked inside cannot grow. Be brave and say "I love you." Speaking first is not weakness — staying silent may lead to heartbreak.',
      spirit_label_zh: '菩萨爱', spirit_label_en: 'Bodhisattva Love',
      spirit_zh: '内心拥有大爱如菩萨一般，面对苦难者就心生慈悲，愿意出手相助', spirit_en: 'Within you lives a great love like that of a bodhisattva. When you encounter suffering, compassion rises and you reach out to help.' },
    { key: "347", sym: "✿", accent: "#70b890", front: "src/images/cards/front/347-A.jpg", back: "src/images/cards/back/347.jpg",
      guide_zh: '古比', guide_en: 'Gubi',
      msg_zh: '让我们玩一个信任的游戏，猜猜最后谁能相信看到的表象', msg_en: 'Let\'s play a game of trust. Guess who, in the end, can believe what they see on the surface.',
      body_label_zh: '因材施教', body_label_en: 'Teach to Each Strength',
      body_zh: '针对不同的领域，建构不同的思维，提升自身的专长，就能轻松面对千变万化的局势', body_en: 'Build different ways of thinking for different domains, developing your unique strengths — and you will navigate any ever-changing situation with ease.',
      mind_label_zh: '信任负责', mind_label_en: 'Trust & Responsibility',
      mind_zh: '在情感的领域中，愿意跳出自己的不安思维，相信对方相信自己，为自己扛起责任', mind_en: 'In love, step beyond your own anxious thoughts. Trust your partner, trust yourself, and take full responsibility for who you are.',
      spirit_label_zh: '传达真理', spirit_label_en: 'Transmit the Truth',
      spirit_zh: '将人生所体验和领悟的道理，透过各种方式，带给人们希望和快乐，远离恐惧，超越生死', spirit_en: 'Share the truths you have lived and learned, in any way you can — bringing hope and joy to others, moving beyond fear, transcending even life and death.' },
    { key: "358", sym: "⊹", accent: "#d870a0", front: "src/images/cards/front/358-A.jpg", back: "src/images/cards/back/358.jpg",
      guide_zh: 'UR', guide_en: 'UR',
      msg_zh: '你一直默默压迫我的全身心，我一直默默承受这一切的痛苦 ~ 风水总会轮流，我们拭目以待', msg_en: 'You have been quietly oppressing my entire being, and I have been quietly enduring all the pain. Tides turn — we shall see.',
      body_label_zh: '自在经营', body_label_en: 'Flowing Management',
      body_zh: '想要自由自在随心所欲的发挥，一旦找到心所想，理想就出现，立马就会往前冲，要注意想要的会太多', body_en: 'You wish to operate freely and follow your heart. Once you find what you truly want, you rush forward — just be mindful of wanting too much at once.',
      mind_label_zh: '意愿掌控', mind_label_en: 'Will & Control',
      mind_zh: '在关系当中想要拥有全部的主控权，要懂得取舍和看到自己真心想要的', mind_en: 'You want full control in relationships. Learn to let go of some things and clearly see what you truly desire most.',
      spirit_label_zh: '心想事成', spirit_label_en: 'Manifestation of Will',
      spirit_zh: '一旦内心想要的目标，就拥有达成的能力，唯独要小心，看到内心真正的意念是正面或是负面', spirit_en: 'Whatever your heart truly desires, you have the ability to achieve it. Only be mindful: is the intention behind your wish positive or negative?' },
    { key: "369", sym: "✺", accent: "#6890d0", front: "src/images/cards/front/369-A.jpg", back: "src/images/cards/back/369.jpg",
      guide_zh: '美佳', guide_en: 'Meijia',
      msg_zh: '亲爱的宝贝，付出本是自愿，我给你不奢求感激，愿你一切安好', msg_en: 'Dear one, giving is always a choice. I give to you without expecting gratitude — I only wish you well.',
      body_label_zh: '慈悲奉献', body_label_en: 'Compassionate Dedication',
      body_zh: '轻物质重梦想，愿意为梦想付出所有，先无私付出就会得到内心所想要的', body_en: 'Value dreams over material things. Give selflessly for what you believe in first — and what your heart truly desires will come to you.',
      mind_label_zh: '真善美', mind_label_en: 'Truth, Goodness & Beauty',
      mind_zh: '怀抱着灵性的高要求，不管对自己或伴侣，想要灵魂上的契合，灵魂伴侣在哪？', mind_en: 'You hold high spiritual standards for yourself and your partner, seeking true resonance of souls. Where is your soul mate?',
      spirit_label_zh: '生命巫师', spirit_label_en: 'Life Magician',
      spirit_zh: '对人生有着无比美梦，行动力决定人生是否一场梦一场空，带给人们爱与精神力量', spirit_en: 'You hold magnificent dreams for your life. It is your action that determines whether they live or dissolve — bring others love and spiritual strength.' },
    { key: "37101", sym: "✻", accent: "#b88040", front: "src/images/cards/front/37101-A.jpg", back: "src/images/cards/back/37101.jpg",
      guide_zh: 'IRENE', guide_en: 'IRENE',
      msg_zh: '切忌三心二意', msg_en: 'Never be fickle or of two minds.',
      body_label_zh: '原创传承', body_label_en: 'Original & Passed On',
      body_zh: '才华洋溢创意无限，愿意将本领无私传授', body_en: 'Overflowing with talent and boundless creativity, you willingly and selflessly pass your gifts on to others.',
      mind_label_zh: '一见钟情', mind_label_en: 'Love at First Sight',
      mind_zh: '当下就明了，一旦爱上就勇往直前，爱就是爱，不爱就是不爱', mind_en: 'You know instantly. Once you love, you charge forward without hesitation. Love is love, and not-love is not-love — simple and clear.',
      spirit_label_zh: '生命指导', spirit_label_en: 'Life Guidance',
      spirit_zh: '愿意将自身体验和感受分享给众人，喜欢探讨哲学、人生经验，想带领众人一起走向幸福人生', spirit_en: 'Willing to share your experiences and feelings with the world. You love exploring philosophy and life wisdom, guiding others toward a life of happiness.' },
    { key: "38112", sym: "✼", accent: "#78a870", front: "src/images/cards/front/38112-A.jpg", back: "src/images/cards/back/38112.jpg",
      guide_zh: 'KAKADO', guide_en: 'KAKADO',
      msg_zh: '共创审视天人合一', msg_en: 'Co-create and witness the union of heaven and humanity.',
      body_label_zh: '分享共创', body_label_en: 'Share & Co-Create',
      body_zh: '对于自身所拥有的资源和创意想法，愿意提供出来让团队再升级提升，创造出不同的格局', body_en: 'Offer your resources and creative ideas freely to elevate the team, creating an entirely different and greater landscape.',
      mind_label_zh: '挑战传统', mind_label_en: 'Challenge Tradition',
      mind_zh: '内心渴望想要活出自我，不想被过去惯性的我或世俗传统观念绑住，想开创全新未来的我', mind_en: 'Your heart longs to live as your true self, free from habitual patterns of the past and conventional worldly constraints — creating a brand-new you.',
      spirit_label_zh: '洞察人性', spirit_label_en: 'Seeing Through Human Nature',
      spirit_zh: '能够看到和观察到一般人所看不见的细致面和深层面，进而理解和快速提升', spirit_en: 'You see the subtle and deep layers that most people miss — and through that understanding, you elevate yourself and others rapidly.' },
    { key: "39123", sym: "❂", accent: "#d09050", front: "src/images/cards/front/39123-A.jpg", back: "src/images/cards/back/39123.jpg",
      guide_zh: '贝贝姑娘', guide_en: 'Baby Girl',
      msg_zh: '最爱的那个往往不是最适合的那个，停止你的琦丽幻想，让梦境变成真实', msg_en: 'The one you love most is often not the one best suited for you. Stop the fantasy — let the dream become real.',
      body_label_zh: '理想美梦', body_label_en: 'Idealist\'s Dream',
      body_zh: '理想主义者，拥有许多美丽和超前卫的想法，认为一定可以在人世间实现自己的渴望', body_en: 'An idealist full of beautiful and avant-garde visions, you believe wholeheartedly that your deepest longings can be realized in this world.',
      mind_label_zh: '爱情幻梦者', mind_label_en: 'Love Dreamer',
      mind_zh: '在情爱国度当中有着美丽的憧憬，渴望着爱人与被宠爱的幸福，容易与现实脱离', mind_en: 'You hold beautiful visions of love, longing for romance and being cherished. Be careful not to drift too far from reality.',
      spirit_label_zh: '圣灵代言', spirit_label_en: 'Voice of the Sacred',
      spirit_zh: '能够连结未来与过去的灵界，也可以走进动植物的内在，进行一场心灵沟通', spirit_en: 'You can connect the spirit realms of past and future, and even enter the inner world of plants and animals for a soul-to-soul exchange.' },
    { key: "404", sym: "⊕", accent: "#8070c8", front: "src/images/cards/front/404-A.jpg", back: "src/images/cards/back/404.jpg",
      guide_zh: '绞子', guide_en: 'Twisted One',
      msg_zh: '我们都是人世间微不足道的一员，在这充满规则的时代，小心翼翼的生活下去', msg_en: 'We are all insignificant members of this world. In this age of rules, we navigate carefully day by day.',
      body_label_zh: '大格局', body_label_en: 'Grand Vision',
      body_zh: '格局的大小，关系成就的高低，过度小心翼翼寻求安稳，会阻碍前进的速度', body_en: 'The scale of your vision determines the height of your achievement. Excessive caution in seeking security will slow your progress.',
      mind_label_zh: '跳脱制约', mind_label_en: 'Break the Constraints',
      mind_zh: '所有的逆境，都是自己所框架创造出来，只要愿意打开，就会看到更广阔的天空', mind_en: 'Every adversity is a cage you have built for yourself. The moment you are willing to open it, a far wider sky appears.',
      spirit_label_zh: '地球守护者', spirit_label_en: 'Guardian of the Earth',
      spirit_zh: '将关照由自己向外扩大到整个地球，犹如盖亚妈妈一般守护土地', spirit_en: 'Extend your care from yourself outward to encompass the entire Earth — like Mother Gaia herself, guarding the land.' },
    { key: "415", sym: "✵", accent: "#c07858", front: "src/images/cards/front/415-A.jpg", back: "src/images/cards/back/415.jpg",
      guide_zh: 'YN', guide_en: 'YN',
      msg_zh: '好心情换来好心，坏心情换来坏心，一线之隔全凭本心', msg_en: 'Good mood brings good heart; bad mood brings bad heart. The difference is a single line — it all comes down to your true self.',
      body_label_zh: '境随心转', body_label_en: 'Reality Follows the Mind',
      body_zh: '最大的敌人是自己的心，一旦心定下来就有能力自由掌控人事物', body_en: 'Your greatest enemy is your own mind. Once your heart settles, you gain the ability to freely master all people and situations.',
      mind_label_zh: '平心专注', mind_label_en: 'Calm & Focused',
      mind_zh: '想要一分既稳定又自由的情感，当感受到真心后，就能全心全意地付出不轻易转移', mind_en: 'You want a love that is both stable and free. Once you sense true sincerity, you give your whole heart and do not waver.',
      spirit_label_zh: '直指心性', spirit_label_en: 'Point Directly to the Heart',
      spirit_zh: '一旦内心的渴望清楚看到，就能够义无反顾地勇往追寻', spirit_en: 'Once you clearly see the longing within your heart, you will charge forward without hesitation to pursue it.' },
    { key: "426", sym: "❊", accent: "#e8907a", front: "src/images/cards/front/426-A.jpg", back: "src/images/cards/back/426.jpg",
      guide_zh: '喜朵', guide_en: 'Xiduo',
      msg_zh: '大地之母的反扑，大地之母绞尽脑汁散发爱但人类愚笨，终将反扑。如果有一天能一眼看穿人心，而不是凭样貌识人，世界会有更多的爱，心美 ~ 真正的爱才能传递', msg_en: 'The counterstrike of Mother Earth — she has poured out her love but humanity is blind, and the return will come. If we could ever see through to the heart instead of judging by appearances, the world would hold far more love. A beautiful heart — only then can true love be transmitted.',
      body_label_zh: '爱的传递', body_label_en: 'Passing Love On',
      body_zh: '心中拥有大爱，愿意先无条件付出劳力服务，分享自己所拥有的，最后带来双赢', body_en: 'Carrying great love in your heart, you give labor and service unconditionally first, sharing all you have — and in the end, both sides flourish.',
      mind_label_zh: '不完美中的完美', mind_label_en: 'Perfection in Imperfection',
      mind_zh: '知道天下无完美，自己也无法达到完美无瑕，因此让所爱之人做他自己，就是完美', mind_en: 'Knowing that nothing in this world is perfect, and that you yourself cannot be flawless either — allowing those you love to simply be themselves is perfection.',
      spirit_label_zh: '地球疗愈', spirit_label_en: 'Healing the Earth',
      spirit_zh: '爱护生命与地球，保育动植物，用爱与行动守护地球', spirit_en: 'Cherish life and the Earth. Protect animals and plants. Guard this planet with love and action.' },
    { key: "437", sym: "✾", accent: "#56c9b0", front: "src/images/cards/front/437-A.jpg", back: "src/images/cards/back/437.jpg",
      guide_zh: 'Grace', guide_en: 'Grace',
      msg_zh: '烦恼的时候，停下你的大脑理智，感受直觉信息，要不换头也可以呀', msg_en: 'When troubles arise, stop your rational mind. Feel the message of your intuition — or just swap your head out entirely.',
      body_label_zh: '跳脱理智', body_label_en: 'Beyond the Rational Mind',
      body_zh: '相信自己内在直觉，不被头脑理智框住，就拥有无限创意和灵感', body_en: 'Trust your inner intuition. Freed from the rigid grip of logic, you unlock infinite creativity and inspiration.',
      mind_label_zh: '直觉显化', mind_label_en: 'Intuition Manifests',
      mind_zh: '抓住当下的感觉，相信自己的感受胜过外在实像的体现', mind_en: 'Seize the feeling of the present moment. Trust your inner sense over the appearance of outer reality.',
      spirit_label_zh: '生命过客', spirit_label_en: 'Passing Through Life',
      spirit_zh: '人生是一场体会与经历的盛宴，不用太过较真，放轻松好好享受', spirit_en: 'Life is a great feast of experience and sensation. There is no need to take it all too seriously — relax and truly enjoy the journey.' },
    { key: "448", sym: "✤", accent: "#c76ec4", front: "src/images/cards/front/448-A.jpg", back: "src/images/cards/back/448.jpg",
      guide_zh: '萨姆（时空货币）', guide_en: 'Sam (Timespace Currency)',
      msg_zh: '在日月星辰之下照耀，当突破的光出现那刻就是成功的时候', msg_en: 'Shining beneath the sun, moon, and stars — the moment the light of breakthrough appears is the moment of success.',
      body_label_zh: '财经巩固', body_label_en: 'Strengthen Your Foundation',
      body_zh: '拥有创造新格局新气势的开拓者，了悟并丰富世间财富游戏，格局大小端看自身所设定', body_en: 'A pioneer who creates new patterns and momentum, you understand and enrich the game of worldly abundance. The scale is entirely up to what you set for yourself.',
      mind_label_zh: '家族领袖', mind_label_en: 'Family Leader',
      mind_zh: '引领家人一起共创一个王国，给予安稳和有序的生活', mind_en: 'Lead your family in co-creating a kingdom together, providing a life of stability and meaningful order.',
      spirit_label_zh: '大格局', spirit_label_en: 'Grand Perspective',
      spirit_zh: '一旦相信自己拥有常人双倍的能量，就能将内在高次元的技术开发出来，带给人类幸福', spirit_en: 'Once you believe you carry twice the ordinary energy, you can unlock your higher-dimensional inner technology and bring genuine happiness to humanity.' },
    { key: "459", sym: "✧", accent: "#e0a040", front: "src/images/cards/front/459-A.jpg", back: "src/images/cards/back/459.jpg",
      guide_zh: '执念', guide_en: 'Obsession',
      msg_zh: '跟宇宙女神借点光，在烦闷不堪的时候', msg_en: 'Borrow a little light from the cosmic goddess when you are weighed down by weariness.',
      body_label_zh: '成就智慧', body_label_en: 'Wisdom Through Achievement',
      body_zh: '当头脑清楚和明白内心想要的，就能够升华成为大智慧，做一般常人所无法做到的', body_en: 'When the mind is clear and the heart\'s desire is known, wisdom is elevated — enabling you to do what ordinary people cannot.',
      mind_label_zh: '明心见性', mind_label_en: 'See Your True Nature',
      mind_zh: '保持清净无妄念的心，不执着与分别，即能看见所有最纯真无私奉献的内在', mind_en: 'Keep the mind pure and free of idle thoughts. Without clinging or judging, the most genuine and selfless inner self becomes visible.',
      spirit_label_zh: '穿越虚空', spirit_label_en: 'Through the Void',
      spirit_zh: '在梦境当中能够看到虚幻与真实，也拥有将虚幻转变成真实的能力', spirit_en: 'In the realm of dreams you can perceive both the illusory and the real — and you hold the power to transform illusion into reality.' },
    { key: "46101", sym: "◈", accent: "#7a9ce8", front: "src/images/cards/front/46101-A.jpg", back: "src/images/cards/back/46101.jpg",
      guide_zh: 'TAya', guide_en: 'TAya',
      msg_zh: '净化大地之女神', msg_en: 'Goddess of Purifying the Earth.',
      body_label_zh: '疗愈修补', body_label_en: 'Healing & Repair',
      body_zh: '在完美主义的潜在意识下，面对缺陷或不足的领域，会执着地想要按部就班完成自己所设立的目标', body_en: 'Beneath a perfectionist undercurrent, when facing flaws or deficiencies, you persistently follow through step by step to accomplish your self-imposed goals.',
      mind_label_zh: '执着专一', mind_label_en: 'Devoted & Single-Minded',
      mind_zh: '一旦找到所爱的，就会小心翼翼将心交出，也会全心全意地守护和期待被爱', mind_en: 'Once you find what you love, you offer your heart with great care — guarding it wholeheartedly and deeply longing to be loved in return.',
      spirit_label_zh: '净化人心', spirit_label_en: 'Purify the Human Heart',
      spirit_zh: '怀着爱与慈悲，能够抚慰受伤的心，让爱扩散到大地，让宇宙发出亮彩的光', spirit_en: 'Holding love and compassion, you can soothe wounded hearts — letting love spread across the earth and allowing the universe to radiate its brilliant light.' },
    { key: "47112", sym: "◉", accent: "#e07890", front: "src/images/cards/front/47112-A.jpg", back: "src/images/cards/back/47112.jpg",
      guide_zh: 'TuTu', guide_en: 'TuTu',
      msg_zh: '带上乐器跟你最拿手的舞蹈，我们热热闹闹渡过人间低潮', msg_en: 'Bring your instrument and your best dance — let us celebrate our way through the low tides of life.',
      body_label_zh: '整合舞台', body_label_en: 'Integrating the Stage',
      body_zh: '在所擅长的领域中，拥有开创领导与协调配合的特质，能够轻松整合', body_en: 'In your area of expertise, you carry both pioneering leadership and collaborative coordination — integrating everything with ease.',
      mind_label_zh: '开心果', mind_label_en: 'Joy Bringer',
      mind_zh: '在关系当中愿意担任润滑剂，用轻松有趣的方式，让大家相处愉快不紧张', mind_en: 'In relationships, you willingly play the role of lubricant — using lightness and humor to create ease and joy in every interaction.',
      spirit_label_zh: '真理桥梁', spirit_label_en: 'Bridge to Truth',
      spirit_zh: '对于灵性的探索拥有强烈的欲望，愿意深入研究，全盘吸收而加以提升，成为信差传递真理', spirit_en: 'You have an intense desire to explore spirituality. Willing to dive deep and absorb fully, you elevate your understanding and become a messenger transmitting truth.' },
    { key: "48123", sym: "✩", accent: "#68b888", front: "src/images/cards/front/48123-A.jpg", back: "src/images/cards/back/48123.jpg",
      guide_zh: 'JOJ', guide_en: 'JOJ',
      msg_zh: '张大你的双眼，闭上你的大嘴，少言即是最佳', msg_en: 'Open your eyes wide; close your mouth. Saying less is always best.',
      body_label_zh: '疑难杂症', body_label_en: 'Complex Problem Solver',
      body_zh: '越是面临困难重重的人事物，越要有高度和未来的格局来看待，就能按部就班循序解决', body_en: 'The greater the difficulty you face, the higher your perspective must rise. See it with a future-oriented vision, and you will resolve it step by steady step.',
      mind_label_zh: '统合组织', mind_label_en: 'Synthesis & Organization',
      mind_zh: '跳出传统架构的思维，拥有超越现在的未来眼光，就能成为引领者', mind_en: 'Break free from conventional thinking structures. With a vision that surpasses the present, you become a true leader and pathfinder.',
      spirit_label_zh: '说法无碍', spirit_label_en: 'Speaking Without Obstruction',
      spirit_zh: '放开头脑的牵绊，回到孩童时期原始的初心，说出最真切天真无邪的想法', spirit_en: 'Release the mind\'s entanglements. Return to the original heart of childhood and speak the most genuine, innocent thoughts.' },
    { key: "49134", sym: "⊛", accent: "#d4956a", front: "src/images/cards/front/49134-A.jpg", back: "src/images/cards/back/49134.jpg",
      guide_zh: '五果太阳', guide_en: 'Five-Fruit Sun',
      msg_zh: '神的孩子在跳舞，拉帮结派', msg_en: 'The children of the divine dance together, gathering in joyful bands.',
      body_label_zh: '使命必达', body_label_en: 'Mission Accomplished',
      body_zh: '当目标设定，就拥有解决万难的决心，只为达成理想和实践梦想', body_en: 'Once a goal is set, you hold the resolve to overcome every obstacle — driven solely by the desire to achieve your ideal and live your dream.',
      mind_label_zh: '家族排列', mind_label_en: 'Family Constellation',
      mind_zh: '连结和调解家人之间的感情与和谐，让彼此在一个稳定安全的空间成长', mind_en: 'Connect and mediate the emotions and harmony among family members, creating a stable and safe space for everyone to grow.',
      spirit_label_zh: '不昧因果', spirit_label_en: 'Clear of Karma',
      spirit_zh: '对于过去所产生的负面能量，能自我清理与调整，然后不再陷入', spirit_en: 'You are able to clear and adjust the negative energy accumulated from the past — and you will not fall into it again.' },
    { key: "505", sym: "✩", accent: "#8068d4", front: "src/images/cards/front/505-A.jpg", back: "src/images/cards/back/505.jpg",
      guide_zh: 'Niva', guide_en: 'Niva',
      msg_zh: '回家，心之归途在心底，乘着心河一起走吧，真正的自由就是回到最初的地方', msg_en: 'Come home. The way back to the heart is within the heart. Let us drift together along the river of feeling — true freedom is returning to where you began.',
      body_label_zh: '心之所向', body_label_en: 'Where the Heart Points',
      body_zh: '内心所响往的，一但确立目标，就拥有别人无法所及的动力，勇往直前', body_en: 'Once the longing of your heart becomes a set goal, you carry a drive no one else can match — charging forward without hesitation.',
      mind_label_zh: '心通', mind_label_en: 'Heart Connection',
      mind_zh: '最怕心思波涛汹涌，无法知道真正内心所想要的，当内心清明了，就完全掌握自己或他人真实面', mind_en: 'The greatest danger is a stormy, confused mind that cannot know its own desire. When the heart becomes clear, you fully grasp both your own truth and the truth of others.',
      spirit_label_zh: '自由自在', spirit_label_en: 'Free & Unbound',
      spirit_zh: '看到内心最深处，找到自己所渴望，一切就海阔天空', spirit_en: 'See all the way into the deepest place within. Find what you truly long for — and everything opens into boundless sky and sea.' }
  ],
  /* soul-number meaning, indexed 1-9 */
  meaning: {
    1: { zh: "开创者", en: "Initiator", tag: "yuan", txt_zh: "你带着一股开创的能量 —— 率先行动，难以盲从。", txt_en: "You carry a pioneering current — first to move, slow to follow." },
    2: { zh: "调和者", en: "Harmonizer", tag: "love", txt_zh: "你与他人同频；你的天赋是同时安放两种真实。", txt_en: "You attune to others; your gift is holding two truths at once." },
    3: { zh: "表达者", en: "Expressor", tag: "high", txt_zh: "创造力想透过你流出 —— 去说、去做、去玩。", txt_en: "Creativity wants out through you — speak, make, play." },
    4: { zh: "筑造者", en: "Builder", tag: "life", txt_zh: "稳定是你的良药。你做出能够长久的东西。", txt_en: "Steadiness is your medicine. You make things that last." },
    5: { zh: "探寻者", en: "Seeker", tag: "high", txt_zh: "变化是你的氧气。你在向新的事物移动中学习。", txt_en: "Change is oxygen. You learn by moving toward the new." },
    6: { zh: "滋养者", en: "Nurturer", tag: "love", txt_zh: "你照看你所爱的。界限是今年的功课。", txt_en: "You tend what you love. Boundaries are this year's lesson." },
    7: { zh: "沉思者", en: "Contemplative", tag: "yuan", txt_zh: "你向内寻找真相。信任那份安静的知晓。", txt_en: "You go inward to find truth. Trust the quiet knowing." },
    8: { zh: "执掌者", en: "Steward", tag: "low", txt_zh: "力量与资源流经你 —— 温柔地运用它们。", txt_en: "Power and resources flow through you — wield them gently." },
    9: { zh: "老灵魂", en: "Old soul", tag: "high", txt_zh: "你承载着整道光谱；圆满与放下是你的主题。", txt_en: "You hold the whole spectrum; completion and release are your themes." },
  },
};

window.STR = STR;
window.CONTENT = CONTENT;
