{"allowContribute":false,"item":{"acquiredListingId":"cee3d792d70cba70e795d3de","createdAt":1788041571229,"deckSummary":"富士山登山裝備完整簡報：涵蓋路線季節、三層穿搭、鞋具、背包、安全應急與打包清單，面向首次攀登富士山的登山新手","id":"ee5002ed64767ba15ba4d128","isPublic":true,"itemType":"SLIDE_FOLDER","name":"富士山登山裝備完全指南","parents":{"slide":1787062992704},"theme":"{\"bg\":\"#0f1e33\",\"text\":\"#f0ece2\",\"accent\":\"#e8572a\",\"fontDisplay\":\"'Noto Serif TC', serif\",\"fontBody\":\"'Noto Sans TC', sans-serif\"}","updatedAt":1789797927195,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":2},"ownerName":"Yi-Hsuan Lin","subtree":[{"acquiredListingId":"cee3d792d70cba70e795d3de","createdAt":1788041571229,"deckSummary":"富士山登山裝備完整簡報：涵蓋路線季節、三層穿搭、鞋具、背包、安全應急與打包清單，面向首次攀登富士山的登山新手","id":"ee5002ed64767ba15ba4d128","isPublic":true,"itemType":"SLIDE_FOLDER","name":"富士山登山裝備完全指南","parents":{"slide":1787062992704},"theme":"{\"bg\":\"#0f1e33\",\"text\":\"#f0ece2\",\"accent\":\"#e8572a\",\"fontDisplay\":\"'Noto Serif TC', serif\",\"fontBody\":\"'Noto Sans TC', sans-serif\"}","updatedAt":1789797927195,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":2},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#f7f3eb', display: 'flex', flexDirection: 'column', padding: '48px 64px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 6 }}\u003e\n        \u003cdiv style={{ width: 4, height: 28, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 22, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e08 — CHECKLIST\u003c/span\u003e\n        \u003cspan style={{ marginLeft: 'auto', fontSize: 20, color: 'rgba(15,30,51,0.3)', letterSpacing: 1 }}\u003e☐ 印出來逐項勾選，出發前一晚再對一次\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 74, fontWeight: 900, color: '#0f1e33', margin: '0 0 20px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e一頁式打包清單 \u003cspan style={{ fontSize: 31, fontWeight: 400, color: 'rgba(15,30,51,0.35)', letterSpacing: 2, marginLeft: 12 }}\u003ePACKING CHECKLIST\u003c/span\u003e\u003c/h2\u003e\n      \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr 1fr', gap: 14, flex: 1 }}\u003e\n        {[\n          { head: '👕 服裝系統', color: '#0f1e33', items: ['吸濕排汗內衣（長袖）', '保暖中層（刷毛/羽絨）', '防水透氣外套（Gore-Tex）', '防水長褲', '登山長褲', '綁腿 Gaiters', '毛帽 + 遮陽帽', '防風手套 + Buff 頭巾'] },\n          { head: '🥾 鞋襪步行', color: '#e8572a', items: ['高筒防水登山鞋（已磨合）', '美麗諾羊毛登山襪 ×2', '登山杖（可伸縮）', '替換襪 + 水泡貼', '鞋帶備用'] },\n          { head: '🎒 背包收納', color: '#3a9ad9', items: ['30 — 40L 登山背包', '防水內襯 / 大防水袋', '分類夾鏈袋 / 收納袋', '垃圾袋（L）×2'] },\n          { head: '🔦 安全應急', color: '#c0392b', items: ['頭燈 + 備用電池', '急救包 + 個人藥品', '行動電源 + 充電線', '離線地圖 / 紙本地圖', '哨子（部分背包附）', '現金 / 證件 / 保險卡'] },\n          { head: '💧 飲食補給', color: '#2a9d8f', items: ['水 2 — 3L（保溫瓶佳）', '行動糧 / 能量棒', '鹽糖 / 電解質粉', '暖暖包 ×2'] },\n          { head: '🧴 其他小物', color: '#7a5fd6', items: ['太陽眼鏡 + 防曬乳', '衛生紙 / 濕紙巾', '護唇膏', '耳塞 + 眼罩（山屋）', '手機防水套', '登山保險證明'] },\n        ].map((col) =\u003e (\n          \u003cdiv key={col.head} style={{ background: '#fff', borderRadius: 14, padding: '18px 18px', border: '1px solid rgba(15,30,51,0.06)', boxShadow: '0 4px 16px rgba(15,30,51,0.04)', display: 'flex', flexDirection: 'column' }}\u003e\n            \u003cdiv style={{ fontSize: 22, fontWeight: 800, color: col.color, marginBottom: 10, paddingBottom: 10, borderBottom: '2px solid ' + col.color + '18', letterSpacing: 1 }}\u003e{col.head}\u003c/div\u003e\n            \u003cul style={{ margin: 0, padding: 0, listStyle: 'none', display: 'flex', flexDirection: 'column', gap: 7 }}\u003e\n              {col.items.map((t) =\u003e (\n                \u003cli key={t} style={{ display: 'flex', gap: 9, alignItems: 'flex-start', fontSize: 20, color: 'rgba(15,30,51,0.7)', lineHeight: 1.4 }}\u003e\n                  \u003cspan style={{ width: 16, height: 16, borderRadius: 4, border: '1.5px solid rgba(15,30,51,0.18)', display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0, marginTop: 1, background: '#fff' }} /\u003e\n                  {t}\n                \u003c/li\u003e\n              ))}\n            \u003c/ul\u003e\n          \u003c/div\u003e\n        ))}\n      \u003c/div\u003e\n      \u003cdiv style={{ marginTop: 14, background: '#0f1e33', borderRadius: 12, padding: '14px 20px', display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}\u003e\n        \u003cspan style={{ fontSize: 22, color: 'rgba(255,255,255,0.6)' }}\u003e\u003cspan style={{ background: '#e8572a', color: '#fff', padding: '4px 10px', borderRadius: 999, fontSize: 19, fontWeight: 800, marginRight: 10 }}\u003e租借\u003c/span\u003e 沒有全套裝備？新宿、河口湖有多家登山用品可全套租借（含鞋、杖、外套），提前 3 天預約。\u003c/span\u003e\n        \u003cspan style={{ fontSize: 20, color: 'rgba(255,255,255,0.3)', letterSpacing: 1 }}\u003e關鍵字：富士山 レンタル / Fuji rental gear\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"c601398734fc607b9ad0bde4","itemType":"SLIDE","name":"09 打包清單","parents":{"ee5002ed64767ba15ba4d128":1787063095204},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#f7f3eb', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e02 — CLIMATE \u0026 RISK\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#0f1e33', margin: '0 0 8px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e為什麼裝備至關重要？\u003c/h2\u003e\n      \u003cp style={{ fontSize: 31, color: 'rgba(15,30,51,0.45)', margin: '0 0 36px', letterSpacing: 1 }}\u003e富士山不是郊山健行——海拔、溫差、風雨與火山地形帶來四大挑戰\u003c/p\u003e\n      \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: 20, flex: 1 }}\u003e\n        {[\n          { icon: '🥶', title: '極端溫差', temp: '山頂 0 — 5°C', desc: '山腳 30°C → 山頂接近冰點，體感再降 10°C。失溫是最大風險。', accent: '#1a6fa0' },\n          { icon: '💨', title: '強風突襲', temp: '陣風 15 — 25 m/s', desc: '稜線無遮蔽，風勢可將人吹倒。防風外套是保命裝備。', accent: '#7a5fd6' },\n          { icon: '🌧️', title: '驟雨濃霧', temp: '午後降雨率高', desc: '天氣說變就變，能見度驟降至 5m。防水與導航缺一不可。', accent: '#2a9d8f' },\n          { icon: '🌋', title: '火山礫與陡坡', temp: '碎石 + 火山砂', desc: '下山路段鬆動礫石極滑，踝部扭傷與滑倒是常見意外。', accent: '#c0392b' },\n        ].map((c) =\u003e (\n          \u003cdiv key={c.title} style={{ background: '#fff', borderRadius: 20, padding: '28px 28px', border: '1px solid rgba(15,30,51,0.06)', boxShadow: '0 8px 32px rgba(15,30,51,0.06)', display: 'flex', flexDirection: 'column' }}\u003e\n            \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 14, marginBottom: 14 }}\u003e\n              \u003cdiv style={{ width: 54, height: 54, borderRadius: 14, background: c.accent + '14', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 44 }}\u003e{c.icon}\u003c/div\u003e\n              \u003cdiv\u003e\u003cdiv style={{ fontSize: 33, fontWeight: 800, color: '#0f1e33' }}\u003e{c.title}\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: c.accent, fontWeight: 700, letterSpacing: 1 }}\u003e{c.temp}\u003c/div\u003e\u003c/div\u003e\n            \u003c/div\u003e\n            \u003cdiv style={{ fontSize: 26, color: 'rgba(15,30,51,0.55)', lineHeight: 1.7, flex: 1 }}\u003e{c.desc}\u003c/div\u003e\n            \u003cdiv style={{ marginTop: 16, height: 3, background: c.accent, borderRadius: 2, width: '40%' }} /\u003e\n          \u003c/div\u003e\n        ))}\n      \u003c/div\u003e\n      \u003cdiv style={{ marginTop: 20, background: '#0f1e33', borderRadius: 14, padding: '16px 24px', display: 'flex', alignItems: 'center', gap: 16 }}\u003e\n        \u003cspan style={{ background: '#e8572a', color: '#fff', fontSize: 20, fontWeight: 800, letterSpacing: 2, padding: '6px 12px', borderRadius: 999 }}\u003e⚠️ 提醒\u003c/span\u003e\n        \u003cspan style={{ fontSize: 26, color: 'rgba(255,255,255,0.75)', letterSpacing: 1 }}\u003e每年都有因「輕裝上山」導致失溫、迷途的救援案例——正確裝備不是舒適問題，是安全問題。\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"9b11f1b8b8795b36fd189397","itemType":"SLIDE","name":"03 氣候挑戰","parents":{"ee5002ed64767ba15ba4d128":1787063094604},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#0f1e33', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e01 — KNOW THE MOUNTAIN\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#f7f3eb', margin: '0 0 8px', fontFamily: \"'Noto Serif TC', serif\", letterSpacing: -1 }}\u003e認識富士山\u003c/h2\u003e\n      \u003cp style={{ fontSize: 31, color: 'rgba(247,243,235,0.5)', margin: '0 0 32px', letterSpacing: 2 }}\u003e海拔 3,776m · 日本最高峰 · 活火山 · 世界文化遺產\u003c/p\u003e\n      \u003cdiv style={{ display: 'flex', gap: 20, flex: 1 }}\u003e\n        {/* 左：數據卡 */}\n        \u003cdiv style={{ flex: '0 0 420px', display: 'flex', flexDirection: 'column', gap: 16 }}\u003e\n          \u003cdiv style={{ background: 'linear-gradient(135deg, #e8572a 0%, #c43d16 100%)', borderRadius: 20, padding: '28px 32px', color: '#fff' }}\u003e\n            \u003cdiv style={{ fontSize: 23, letterSpacing: 4, opacity: 0.8, marginBottom: 6 }}\u003eELEVATION\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 108, fontWeight: 900, lineHeight: 1 }}\u003e3,776\u003cspan style={{ fontSize: 47, fontWeight: 400, marginLeft: 6 }}\u003em\u003c/span\u003e\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 27, opacity: 0.85, marginTop: 6, lineHeight: 1.6 }}\u003e山頂氣溫比山腳低約 20°C\u003cbr /\u003e即使盛夏，夜間也可能接近 0°C\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 16, padding: '20px 24px', display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 22, letterSpacing: 3, color: 'rgba(255,255,255,0.4)' }}\u003e開山期間\u003c/div\u003e\u003cdiv style={{ fontSize: 37, fontWeight: 800, color: '#f7f3eb', marginTop: 4 }}\u003e7月上旬 — 9月上旬\u003c/div\u003e\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 61 }}\u003e🗓️\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 16, padding: '20px 24px', display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 22, letterSpacing: 3, color: 'rgba(255,255,255,0.4)' }}\u003e登頂所需\u003c/div\u003e\u003cdiv style={{ fontSize: 37, fontWeight: 800, color: '#f7f3eb', marginTop: 4 }}\u003e往返約 10 — 14 小時\u003c/div\u003e\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 61 }}\u003e⏱️\u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n        {/* 右：四條路線 */}\n        \u003cdiv style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: 14 }}\u003e\n          \u003cdiv style={{ fontSize: 22, letterSpacing: 4, color: 'rgba(255,255,255,0.35)', fontWeight: 700, marginBottom: 2 }}\u003e四大登山路線\u003c/div\u003e\n          {[\n            { name: '吉田路線', en: 'YOSHIDA', pct: '52%', color: '#e8572a', desc: '最多人選擇 · 山屋最多 · 初學者首選', tag: '推薦新手' },\n            { name: '須走路線', en: 'SUBASHIRI', pct: '18%', color: '#3a9ad9', desc: '林道幽靜 · 可接吉田下山 · 景觀豐富', tag: '森林浴' },\n            { name: '御殿場路線', en: 'GOTEMBA', pct: '15%', color: '#6bbf6b', desc: '距離最長 · 人最少 · 適合追求寧靜', tag: '最長途' },\n            { name: '富士宮路線', en: 'FUJINOMIYA', pct: '15%', color: '#d4a843', desc: '距離最短 · 坡度最陡 · 離山頂最近', tag: '最短距' },\n          ].map((r) =\u003e (\n            \u003cdiv key={r.en} style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 14, padding: '18px 22px', display: 'flex', alignItems: 'center', gap: 18 }}\u003e\n              \u003cdiv style={{ width: 64, height: 64, borderRadius: 12, background: r.color, display: 'flex', alignItems: 'center', justifyContent: 'center', flexShrink: 0 }}\u003e\u003cspan style={{ fontSize: 22, fontWeight: 900, color: '#fff', letterSpacing: 1 }}\u003e{r.pct}\u003c/span\u003e\u003c/div\u003e\n              \u003cdiv style={{ flex: 1 }}\u003e\n                \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 10 }}\u003e\u003cspan style={{ fontSize: 33, fontWeight: 800, color: '#f7f3eb' }}\u003e{r.name}\u003c/span\u003e\u003cspan style={{ fontSize: 19, letterSpacing: 2, color: r.color, background: r.color + '22', padding: '3px 8px', borderRadius: 999, fontWeight: 700 }}\u003e{r.tag}\u003c/span\u003e\u003c/div\u003e\n                \u003cdiv style={{ fontSize: 23, color: 'rgba(255,255,255,0.45)', marginTop: 3 }}\u003e{r.desc}\u003c/div\u003e\n              \u003c/div\u003e\n              \u003cdiv style={{ fontSize: 19, letterSpacing: 3, color: 'rgba(255,255,255,0.2)', fontWeight: 700 }}\u003e{r.en}\u003c/div\u003e\n            \u003c/div\u003e\n          ))}\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"3c0d9e5e141c5687af6af28d","itemType":"SLIDE","name":"02 認識富士山","parents":{"ee5002ed64767ba15ba4d128":1787063094504},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#0f1e33', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e07 — SAFETY \u0026 EMERGENCY\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#f7f3eb', margin: '0 0 8px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e安全與應急裝備\u003c/h2\u003e\n      \u003cp style={{ fontSize: 31, color: 'rgba(247,243,235,0.45)', margin: '0 0 28px' }}\u003e多數在夜間起登追日出——黑暗、寒冷與高海拔，這些裝備是你的保險\u003c/p\u003e\n      \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr 1fr', gap: 16, flex: 1 }}\u003e\n        {[\n          { icon: '🔦', title: '頭燈 + 備用電池', label: '必備', color: '#e8572a', desc: '夜間起登 0 — 4 點必用，解放雙手。亮度 200 流明以上，紅光模式更佳。', tip: '出發前測試電量' },\n          { icon: '🩹', title: '急救與藥品', label: '必備', color: '#e8572a', desc: 'OK 繃、透氣膠帶、止痛藥、腸胃藥、個人常備藥。', tip: '高山症用藥諮詢醫師' },\n          { icon: '📱', title: '通訊與電源', label: '必備', color: '#3a9ad9', desc: '行動電源 10000mAh、離線地圖、山屋聯絡資訊截圖。', tip: '低溫手機掉電快' },\n          { icon: '🫁', title: '高山症對策', label: '重要', color: '#d4a843', desc: '緩步上升、多喝水、頭痛想吐立即下降。勿逞強。', tip: '前一晚睡飽、勿飲酒' },\n          { icon: '🧻', title: '衛生與保暖小物', label: '推薦', color: '#6bbf6b', desc: '衛生紙、濕紙巾、暖暖包、護唇膏、耳塞（山屋過夜）。', tip: '山屋廁所要自備衛生紙' },\n          { icon: '💳', title: '現金與證件', label: '必備', color: '#e8572a', desc: '山屋住宿、飲水、廁所皆需現金。零錢與千元鈔多備。', tip: '廁所一次 ¥200 — 300' },\n        ].map((c) =\u003e (\n          \u003cdiv key={c.title} style={{ background: 'rgba(255,255,255,0.05)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 16, padding: '22px 20px', display: 'flex', flexDirection: 'column' }}\u003e\n            \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 10, marginBottom: 10 }}\u003e\n              \u003cdiv style={{ width: 40, height: 40, borderRadius: 10, background: c.color + '22', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 31 }}\u003e{c.icon}\u003c/div\u003e\n              \u003cspan style={{ fontSize: 17, fontWeight: 800, letterSpacing: 1, color: '#fff', background: c.color, padding: '4px 8px', borderRadius: 999 }}\u003e{c.label}\u003c/span\u003e\n            \u003c/div\u003e\n            \u003cdiv style={{ fontSize: 26, fontWeight: 800, color: '#f7f3eb', lineHeight: 1.3 }}\u003e{c.title}\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 20, color: 'rgba(255,255,255,0.5)', marginTop: 8, lineHeight: 1.6, flex: 1 }}\u003e{c.desc}\u003c/div\u003e\n            \u003cdiv style={{ marginTop: 12, background: 'rgba(255,255,255,0.06)', borderRadius: 8, padding: '8px 10px', display: 'flex', gap: 6, alignItems: 'center' }}\u003e\u003cspan style={{ fontSize: 19 }}\u003e💡\u003c/span\u003e\u003cspan style={{ fontSize: 19, color: 'rgba(255,255,255,0.5)' }}\u003e{c.tip}\u003c/span\u003e\u003c/div\u003e\n          \u003c/div\u003e\n        ))}\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"e1b3fb3bac968e64bd2a7afd","itemType":"SLIDE","name":"08 安全與應急","parents":{"ee5002ed64767ba15ba4d128":1787063095104},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#0f1e33', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e03 — LAYERING SYSTEM\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#f7f3eb', margin: '0 0 8px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e核心原則：三層穿搭系統\u003c/h2\u003e\n      \u003cp style={{ fontSize: 31, color: 'rgba(247,243,235,0.45)', margin: '0 0 36px' }}\u003e不靠一件厚外套，靠三層協作應對溫差與天氣變化\u003c/p\u003e\n      \u003cdiv style={{ display: 'flex', gap: 22, flex: 1 }}\u003e\n        {[\n          { layer: 'BASE', num: '第 1 層', title: '吸濕排汗層', sub: '貼身 · 保持乾爽', color: '#d4a843', icon: '🩶', items: ['化纖或美麗諾羊毛內衣', '忌純棉（吸汗不乾，易失溫）', '長袖為佳，防曬兼保暖'], temp: '必備' },\n          { layer: 'MID', num: '第 2 層', title: '保暖中層', sub: '蓄熱 · 調節體溫', color: '#e8572a', icon: '🧶', items: ['刷毛衣 / 羽絨 / 化纖保暖外套', '輕量好收納，可隨時穿脫', '山頂與夜間御來光時必穿'], temp: '核心' },\n          { layer: 'SHELL', num: '第 3 層', title: '防風防水外層', sub: '擋風雨 · 最外防線', color: '#3a9ad9', icon: '🧥', items: ['Gore-Tex 等防水透氣外套', '必備防水褲（上下分離）', '帽兜可調、下擺可束口'], temp: '必備' },\n        ].map((l) =\u003e (\n          \u003cdiv key={l.layer} style={{ flex: 1, background: 'rgba(255,255,255,0.05)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 20, padding: '28px 26px', display: 'flex', flexDirection: 'column', position: 'relative', overflow: 'hidden' }}\u003e\n            \u003cdiv style={{ position: 'absolute', top: 16, right: 16, fontSize: 19, letterSpacing: 2, fontWeight: 800, color: l.color, background: l.color + '18', padding: '5px 10px', borderRadius: 999 }}\u003e{l.temp}\u003c/div\u003e\n            \u003cdiv style={{ width: 56, height: 56, borderRadius: 16, background: l.color, display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 44, marginBottom: 18 }}\u003e{l.icon}\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 20, letterSpacing: 4, color: l.color, fontWeight: 800 }}\u003e{l.layer} LAYER\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 22, color: 'rgba(255,255,255,0.4)', letterSpacing: 2, marginTop: 2 }}\u003e{l.num}\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 41, fontWeight: 900, color: '#f7f3eb', marginTop: 8 }}\u003e{l.title}\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 23, color: l.color, marginTop: 2, fontWeight: 600 }}\u003e{l.sub}\u003c/div\u003e\n            \u003cdiv style={{ width: '100%', height: 1, background: 'rgba(255,255,255,0.08)', margin: '18px 0' }} /\u003e\n            \u003cul style={{ margin: 0, padding: 0, listStyle: 'none', display: 'flex', flexDirection: 'column', gap: 10 }}\u003e\n              {l.items.map((t) =\u003e (\n                \u003cli key={t} style={{ display: 'flex', gap: 10, fontSize: 23, color: 'rgba(255,255,255,0.7)', lineHeight: 1.5 }}\u003e\u003cspan style={{ color: l.color, flexShrink: 0 }}\u003e▸\u003c/span\u003e{t}\u003c/li\u003e\n              ))}\n            \u003c/ul\u003e\n          \u003c/div\u003e\n        ))}\n      \u003c/div\u003e\n      \u003cdiv style={{ marginTop: 22, display: 'flex', gap: 14 }}\u003e\n        \u003cdiv style={{ flex: 1, background: 'rgba(232,87,42,0.1)', border: '1px solid rgba(232,87,42,0.25)', borderRadius: 12, padding: '14px 20px', display: 'flex', gap: 12, alignItems: 'center' }}\u003e\u003cspan style={{ fontSize: 33 }}\u003e💡\u003c/span\u003e\u003cspan style={{ fontSize: 23, color: 'rgba(255,255,255,0.7)', lineHeight: 1.6 }}\u003e\u003cb style={{ color: '#f7f3eb' }}\u003e洋蔥式穿脫：\u003c/b\u003e 熱了脫中層、風雨來加外層，靈活調節比一件厚重外套更有效。\u003c/span\u003e\u003c/div\u003e\n        \u003cdiv style={{ flex: 1, background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 12, padding: '14px 20px', display: 'flex', gap: 12, alignItems: 'center' }}\u003e\u003cspan style={{ fontSize: 33 }}\u003e🚫\u003c/span\u003e\u003cspan style={{ fontSize: 23, color: 'rgba(255,255,255,0.7)', lineHeight: 1.6 }}\u003e\u003cb style={{ color: '#f7f3eb' }}\u003e地雷：\u003c/b\u003e 牛仔褲、棉 T、帆布鞋——遇雨失溫風險極高，絕對不要穿上山。\u003c/span\u003e\u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"8337fa60f7ccecfa9724e6ed","itemType":"SLIDE","name":"04 三層穿搭","parents":{"ee5002ed64767ba15ba4d128":1787063094704},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#f7f3eb', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e04 — CLOTHING \u0026 ACCESSORIES\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#0f1e33', margin: '0 0 32px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e服裝與配件細節\u003c/h2\u003e\n      \u003cdiv style={{ display: 'flex', gap: 20, flex: 1 }}\u003e\n        {/* 左：下身 */}\n        \u003cdiv style={{ flex: 1, background: '#fff', borderRadius: 20, padding: '28px 28px', border: '1px solid rgba(15,30,51,0.06)', boxShadow: '0 8px 32px rgba(15,30,51,0.06)', display: 'flex', flexDirection: 'column' }}\u003e\n          \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 12, marginBottom: 18 }}\u003e\n            \u003cdiv style={{ width: 44, height: 44, borderRadius: 12, background: '#0f1e33', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 37 }}\u003e👖\u003c/div\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 31, fontWeight: 800, color: '#0f1e33' }}\u003e下身與腿部\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: 'rgba(15,30,51,0.4)', letterSpacing: 1 }}\u003eBOTTOMS\u003c/div\u003e\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ display: 'flex', flexDirection: 'column', gap: 12 }}\u003e\n            {[\n              { t: '登山長褲', d: '彈性、快乾、耐磨；避免短褲（防刮與保暖）', must: true },\n              { t: '防水長褲', d: '與外套同材質，側邊拉鍊方便穿脫', must: true },\n              { t: '內搭保暖褲', d: '夜間或山頂加穿，美麗諾羊毛佳', must: false },\n              { t: '綁腿 / Gaiters', d: '防止火山砂灌入鞋內，下山必備神器', must: true },\n            ].map((i) =\u003e (\n              \u003cdiv key={i.t} style={{ display: 'flex', gap: 12, alignItems: 'flex-start', background: i.must ? 'rgba(232,87,42,0.06)' : 'rgba(15,30,51,0.03)', borderRadius: 10, padding: '12px 14px' }}\u003e\n                \u003cspan style={{ width: 22, height: 22, borderRadius: 999, background: i.must ? '#e8572a' : 'rgba(15,30,51,0.12)', color: i.must ? '#fff' : 'rgba(15,30,51,0.4)', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 20, fontWeight: 800, flexShrink: 0, marginTop: 1 }}\u003e{i.must ? '✓' : '○'}\u003c/span\u003e\n                \u003cdiv\u003e\u003cdiv style={{ fontSize: 26, fontWeight: 700, color: '#0f1e33' }}\u003e{i.t} {i.must \u0026\u0026 \u003cspan style={{ fontSize: 19, background: '#e8572a', color: '#fff', padding: '2px 6px', borderRadius: 4, marginLeft: 6, verticalAlign: 'middle' }}\u003e必備\u003c/span\u003e}\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: 'rgba(15,30,51,0.5)', marginTop: 2 }}\u003e{i.d}\u003c/div\u003e\u003c/div\u003e\n              \u003c/div\u003e\n            ))}\n          \u003c/div\u003e\n        \u003c/div\u003e\n        {/* 右：配件 */}\n        \u003cdiv style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: 16 }}\u003e\n          \u003cdiv style={{ background: '#0f1e33', borderRadius: 20, padding: '28px 28px', color: '#fff', flex: 1 }}\u003e\n            \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 12, marginBottom: 16 }}\u003e\n              \u003cdiv style={{ width: 44, height: 44, borderRadius: 12, background: '#e8572a', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 37 }}\u003e🧤\u003c/div\u003e\n              \u003cdiv\u003e\u003cdiv style={{ fontSize: 31, fontWeight: 800, color: '#fff' }}\u003e頭部與手部\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: 'rgba(255,255,255,0.45)', letterSpacing: 1 }}\u003eHEAD \u0026 HANDS\u003c/div\u003e\u003c/div\u003e\n            \u003c/div\u003e\n            \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: 12 }}\u003e\n              {[\n                { n: '遮陽帽 / 漁夫帽', e: '防曬必備' },\n                { n: '毛帽 / 保暖帽', e: '山頂夜間用' },\n                { n: '防風手套', e: '抓岩與保暖' },\n                { n: 'Buff 魔術頭巾', e: '防塵多用途' },\n                { n: '太陽眼鏡', e: '抗 UV 與火山砂' },\n                { n: '防曬乳 SPF50+', e: '高海拔必擦' },\n              ].map((a) =\u003e (\n                \u003cdiv key={a.n} style={{ background: 'rgba(255,255,255,0.07)', borderRadius: 10, padding: '14px 14px', border: '1px solid rgba(255,255,255,0.07)' }}\u003e\n                  \u003cdiv style={{ fontSize: 23, fontWeight: 700, color: '#f7f3eb' }}\u003e{a.n}\u003c/div\u003e\n                  \u003cdiv style={{ fontSize: 20, color: 'rgba(255,255,255,0.45)', marginTop: 2 }}\u003e{a.e}\u003c/div\u003e\n                \u003c/div\u003e\n              ))}\n            \u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: '#fff', borderRadius: 16, padding: '18px 22px', border: '1px solid rgba(15,30,51,0.06)', display: 'flex', gap: 14, alignItems: 'center' }}\u003e\n            \u003cdiv style={{ width: 44, height: 44, borderRadius: 10, background: 'rgba(232,87,42,0.1)', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 33 }}\u003e💡\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 22, color: 'rgba(15,30,51,0.6)', lineHeight: 1.6 }}\u003e\u003cb style={{ color: '#0f1e33' }}\u003e小技巧：\u003c/b\u003e 採用「可拆式」與「快乾」材質，衣物塞進夾鏈袋分類，換裝更快、也防雨水浸濕。\u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"1ee30be4b37bcf5a318e5789","itemType":"SLIDE","name":"05 服裝與配件","parents":{"ee5002ed64767ba15ba4d128":1787063094804},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: 'linear-gradient(135deg, #0b1628 0%, #132a4a 55%, #1e3a5f 100%)', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\", position: 'relative', overflow: 'hidden' }}\u003e\n      \u003cdiv style={{ position: 'absolute', bottom: -40, right: -40, width: 520, height: 520, borderRadius: '50%', background: 'radial-gradient(circle, rgba(232,87,42,0.12) 0%, transparent 70%)' }} /\u003e\n      \u003cdiv style={{ display: 'flex', gap: 40, flex: 1, position: 'relative', zIndex: 1 }}\u003e\n        \u003cdiv style={{ flex: 1.1, display: 'flex', flexDirection: 'column', justifyContent: 'center' }}\u003e\n          \u003cdiv style={{ fontSize: 22, letterSpacing: 6, color: '#e8572a', fontWeight: 700, marginBottom: 16 }}\u003eFINAL — BE PREPARED, ENJOY THE SUMMIT\u003c/div\u003e\n          \u003ch2 style={{ fontSize: 99, fontWeight: 900, color: '#f7f3eb', margin: 0, lineHeight: 1.05, fontFamily: \"'Noto Serif TC', serif\" }}\u003e準備好了，\u003cbr /\u003e\u003cspan style={{ color: '#e8572a' }}\u003e就只剩下登頂。\u003c/span\u003e\u003c/h2\u003e\n          \u003cdiv style={{ width: 60, height: 4, background: '#e8572a', borderRadius: 2, margin: '28px 0' }} /\u003e\n          \u003cdiv style={{ display: 'flex', flexDirection: 'column', gap: 14 }}\u003e\n            {[\n              { n: '01', t: '提前預約山屋', d: '旺季一房難求，至少 2 個月前預訂；確認是否含晚餐與早餐。' },\n              { n: '02', t: '體能先練起來', d: '出發前 1 個月，每週 1 — 2 次 5km 健走 + 爬樓梯訓練。' },\n              { n: '03', t: '彈性行程', d: '預留雨天備案，天氣惡劣就果斷撤退——山永遠在。' },\n            ].map((s) =\u003e (\n              \u003cdiv key={s.n} style={{ display: 'flex', gap: 14, alignItems: 'flex-start' }}\u003e\n                \u003cdiv style={{ width: 32, height: 32, borderRadius: 999, background: 'rgba(232,87,42,0.15)', border: '1px solid rgba(232,87,42,0.3)', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 20, fontWeight: 800, color: '#e8572a', flexShrink: 0 }}\u003e{s.n}\u003c/div\u003e\n                \u003cdiv\u003e\u003cdiv style={{ fontSize: 27, fontWeight: 800, color: '#f7f3eb' }}\u003e{s.t}\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: 'rgba(255,255,255,0.5)', marginTop: 3, lineHeight: 1.6 }}\u003e{s.d}\u003c/div\u003e\u003c/div\u003e\n              \u003c/div\u003e\n            ))}\n          \u003c/div\u003e\n        \u003c/div\u003e\n        \u003cdiv style={{ flex: '0 0 460px', display: 'flex', flexDirection: 'column', gap: 14, justifyContent: 'center' }}\u003e\n          \u003cdiv style={{ background: '#fff', borderRadius: 16, padding: '24px 24px', boxShadow: '0 12px 40px rgba(0,0,0,0.25)' }}\u003e\n            \u003cdiv style={{ fontSize: 20, letterSpacing: 3, color: '#e8572a', fontWeight: 800, marginBottom: 8 }}\u003e御來光 GORAIKO\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 31, fontWeight: 800, color: '#0f1e33', lineHeight: 1.4 }}\u003e在 3,776m 迎接日出的\u003cbr /\u003e那一刻，一切都值得。\u003c/div\u003e\n            \u003cdiv style={{ fontSize: 22, color: 'rgba(15,30,51,0.5)', marginTop: 10, lineHeight: 1.7 }}\u003e記得：登頂不是目的，平安下山才是。\u003cbr /\u003e量力而為、尊重山、尊重天氣。\u003c/div\u003e\n            \u003cdiv style={{ marginTop: 16, display: 'flex', gap: 8 }}\u003e\n              \u003cspan style={{ background: '#0f1e33', color: '#fff', fontSize: 19, padding: '6px 12px', borderRadius: 999, letterSpacing: 1 }}\u003e⛰ 山屋預約\u003c/span\u003e\n              \u003cspan style={{ background: 'rgba(15,30,51,0.06)', color: '#0f1e33', fontSize: 19, padding: '6px 12px', borderRadius: 999, letterSpacing: 1, border: '1px solid rgba(15,30,51,0.08)' }}\u003e🗺 路線地圖\u003c/span\u003e\n              \u003cspan style={{ background: 'rgba(15,30,51,0.06)', color: '#0f1e33', fontSize: 19, padding: '6px 12px', borderRadius: 999, letterSpacing: 1, border: '1px solid rgba(15,30,51,0.08)' }}\u003e📋 保險\u003c/span\u003e\n            \u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.1)', borderRadius: 14, padding: '16px 20px', display: 'flex', gap: 12, alignItems: 'center' }}\u003e\n            \u003cdiv style={{ width: 36, height: 36, borderRadius: 10, background: '#e8572a', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 27 }}\u003e✓\u003c/div\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#f7f3eb' }}\u003e檢查清單已完成？\u003c/div\u003e\u003cdiv style={{ fontSize: 20, color: 'rgba(255,255,255,0.45)' }}\u003e回到第 9 頁逐項勾選，今晚就打包！\u003c/div\u003e\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ textAlign: 'center', fontSize: 20, color: 'rgba(255,255,255,0.25)', letterSpacing: 3, marginTop: 4 }}\u003e祝你有一趟安全、難忘的富士山之旅 🗻\u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"fce80259e8f6e142894a570e","itemType":"SLIDE","name":"10 結語","parents":{"ee5002ed64767ba15ba4d128":1787063095304},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: 'linear-gradient(180deg, #0b1628 0%, #132a4a 45%, #1a3a5c 100%)', display: 'flex', flexDirection: 'column', justifyContent: 'center', alignItems: 'center', textAlign: 'center', padding: '60px 80px', boxSizing: 'border-box', position: 'relative', overflow: 'hidden', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      {/* 山形剪影 */}\n      \u003cdiv style={{ position: 'absolute', bottom: 0, left: 0, right: 0, height: 340, overflow: 'hidden', opacity: 0.9 }}\u003e\n        \u003csvg viewBox=\"0 0 1920 340\" style={{ width: '100%', height: '100%' }} preserveAspectRatio=\"none\"\u003e\n          \u003cpath d=\"M0 340 L0 220 L320 80 L580 180 L780 60 L960 0 L1140 60 L1360 170 L1580 90 L1920 210 L1920 340 Z\" fill=\"#08101f\" /\u003e\n          \u003cpath d=\"M780 60 L850 110 L960 0 L1060 100 L1140 60 L960 0 Z\" fill=\"#f7f3eb\" opacity={0.95} /\u003e\n          \u003cpath d=\"M0 220 L320 80 L580 180 L780 60 L960 0 L1140 60 L1360 170 L1580 90 L1920 210\" fill=\"none\" stroke=\"rgba(255,255,255,0.08)\" strokeWidth={2} /\u003e\n        \u003c/svg\u003e\n      \u003c/div\u003e\n      {/* 頂部標籤 */}\n      \u003cdiv style={{ position: 'relative', zIndex: 1, display: 'flex', gap: 14, marginBottom: 32 }}\u003e\n        \u003cspan style={{ background: 'rgba(232,87,42,0.15)', border: '1px solid rgba(232,87,42,0.4)', color: '#e8572a', fontSize: 28, letterSpacing: 6, padding: '10px 26px', borderRadius: 999, fontWeight: 700 }}\u003e3776M\u003c/span\u003e\n        \u003cspan style={{ background: 'rgba(255,255,255,0.08)', border: '1px solid rgba(255,255,255,0.15)', color: 'rgba(255,255,255,0.7)', fontSize: 28, letterSpacing: 4, padding: '10px 26px', borderRadius: 999 }}\u003e7 — 9 月開山期\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch1 style={{ position: 'relative', zIndex: 1, fontSize: 175, fontWeight: 900, color: '#f7f3eb', margin: 0, lineHeight: 1, letterSpacing: -2, fontFamily: \"'Noto Serif TC', serif\" }}\u003e\n        富士山\u003cspan style={{ color: '#e8572a' }}\u003e。\u003c/span\u003e\n      \u003c/h1\u003e\n      \u003ch2 style={{ position: 'relative', zIndex: 1, fontSize: 74, fontWeight: 300, color: 'rgba(247,243,235,0.88)', margin: '14px 0 0', letterSpacing: 14 }}\u003e登山裝備完全指南\u003c/h2\u003e\n      \u003cdiv style={{ position: 'relative', zIndex: 1, width: 90, height: 5, background: '#e8572a', borderRadius: 2, margin: '40px 0 36px' }} /\u003e\n      \u003cp style={{ position: 'relative', zIndex: 1, fontSize: 38, color: 'rgba(247,243,235,0.7)', margin: 0, letterSpacing: 4, lineHeight: 1.8, fontWeight: 400 }}\u003e\n        從零開始 · 一份清單登頂日本最高峰\u003cbr /\u003e服裝 · 鞋具 · 背包 · 安全裝備一次掌握\n      \u003c/p\u003e\n      \u003cdiv style={{ position: 'relative', zIndex: 1, marginTop: 52, display: 'flex', gap: 28, fontSize: 28, color: 'rgba(255,255,255,0.45)', letterSpacing: 3 }}\u003e\n        \u003cspan\u003e⛰ 吉田路線\u003c/span\u003e\u003cspan\u003e·\u003c/span\u003e\u003cspan\u003e須走路線\u003c/span\u003e\u003cspan\u003e·\u003c/span\u003e\u003cspan\u003e御殿場路線\u003c/span\u003e\u003cspan\u003e·\u003c/span\u003e\u003cspan\u003e富士宮路線\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"4399a2ac0e2c57f42dd5d862","itemType":"SLIDE","name":"01 封面","parents":{"ee5002ed64767ba15ba4d128":1787063094404},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#0f1e33', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e05 — FOOTWEAR \u0026 TREKKING\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#f7f3eb', margin: '0 0 8px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e鞋襪與步行裝備\u003c/h2\u003e\n      \u003cp style={{ fontSize: 31, color: 'rgba(247,243,235,0.45)', margin: '0 0 28px' }}\u003e腳是你在富士山最重要的交通工具——選錯鞋，一步都走不舒服\u003c/p\u003e\n      \u003cdiv style={{ display: 'flex', gap: 20, flex: 1 }}\u003e\n        \u003cdiv style={{ flex: 1.15, background: '#fff', borderRadius: 20, padding: '32px 30px', display: 'flex', flexDirection: 'column' }}\u003e\n          \u003cdiv style={{ display: 'flex', gap: 18, alignItems: 'center', marginBottom: 20 }}\u003e\n            \u003cdiv style={{ width: 64, height: 64, borderRadius: 16, background: '#0f1e33', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 54 }}\u003e🥾\u003c/div\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 37, fontWeight: 900, color: '#0f1e33' }}\u003e登山鞋 / 靴\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: '#e8572a', fontWeight: 700, letterSpacing: 2 }}\u003e最重要的單一裝備\u003c/div\u003e\u003c/div\u003e\n            \u003cdiv style={{ marginLeft: 'auto', background: '#e8572a', color: '#fff', fontSize: 20, fontWeight: 800, padding: '8px 14px', borderRadius: 999, letterSpacing: 1 }}\u003e必備 · 提前試穿\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: 14, marginBottom: 18 }}\u003e\n            {[\n              { k: '高筒', v: '保護腳踝', ok: true },\n              { k: '防水', v: 'Gore-Tex 內襯' , ok: true },\n              { k: '硬底', v: '抓地刻紋深' , ok: true },\n              { k: '合腳', v: '大半號 + 試走' , ok: true },\n            ].map((s) =\u003e (\n              \u003cdiv key={s.k} style={{ background: 'rgba(15,30,51,0.04)', borderRadius: 12, padding: '14px 16px', textAlign: 'center', border: '1px solid rgba(15,30,51,0.06)' }}\u003e\n                \u003cdiv style={{ fontSize: 26, fontWeight: 800, color: '#0f1e33' }}\u003e{s.k}\u003c/div\u003e\u003cdiv style={{ fontSize: 20, color: 'rgba(15,30,51,0.45)', marginTop: 2 }}\u003e{s.v}\u003c/div\u003e\n              \u003c/div\u003e\n            ))}\n          \u003c/div\u003e\n          \u003cdiv style={{ background: '#fff3ef', border: '1px solid rgba(232,87,42,0.18)', borderRadius: 12, padding: '14px 16px', display: 'flex', gap: 10 }}\u003e\u003cspan style={{ fontSize: 27 }}\u003e⚠️\u003c/span\u003e\u003cspan style={{ fontSize: 22, color: 'rgba(15,30,51,0.65)', lineHeight: 1.6 }}\u003e\u003cb style={{ color: '#c0392b' }}\u003e絕對不要穿新鞋直接上山\u003c/b\u003e——至少提前 2 週、累積 20km 試走磨合，避免水泡與黑指甲。\u003c/span\u003e\u003c/div\u003e\n          \u003cdiv style={{ marginTop: 18, display: 'flex', gap: 10 }}\u003e\n            \u003cdiv style={{ flex: 1, background: 'rgba(15,30,51,0.04)', borderRadius: 10, padding: '12px 14px' }}\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33' }}\u003e🧦 登山襪\u003c/div\u003e\u003cdiv style={{ fontSize: 20, color: 'rgba(15,30,51,0.5)', marginTop: 4, lineHeight: 1.5 }}\u003e美麗諾羊毛、厚實緩衝、\u003cbr /\u003e高筒包覆，避免棉襪\u003c/div\u003e\u003c/div\u003e\n            \u003cdiv style={{ flex: 1, background: 'rgba(15,30,51,0.04)', borderRadius: 10, padding: '12px 14px' }}\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33' }}\u003e🦶 水泡預防\u003c/div\u003e\u003cdiv style={{ fontSize: 20, color: 'rgba(15,30,51,0.5)', marginTop: 4, lineHeight: 1.5 }}\u003e凡士林 + 透氣膠帶、\u003cbr /\u003e備用襪一雙放背包\u003c/div\u003e\u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n        \u003cdiv style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: 16 }}\u003e\n          \u003cdiv style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 20, padding: '26px 26px', flex: 1 }}\u003e\n            \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 12, marginBottom: 16 }}\u003e\n              \u003cdiv style={{ width: 44, height: 44, borderRadius: 12, background: '#e8572a', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 33 }}\u003e🦯\u003c/div\u003e\n              \u003cdiv style={{ fontSize: 31, fontWeight: 800, color: '#f7f3eb' }}\u003e登山杖\u003c/div\u003e\n              \u003cspan style={{ marginLeft: 'auto', fontSize: 19, background: 'rgba(232,87,42,0.18)', color: '#ff8a65', padding: '5px 10px', borderRadius: 999, fontWeight: 700 }}\u003e強烈建議\u003c/span\u003e\n            \u003c/div\u003e\n            \u003cul style={{ margin: 0, padding: 0, listStyle: 'none', display: 'flex', flexDirection: 'column', gap: 10 }}\u003e\n              {['減輕膝蓋負擔 20 — 30%', '碎石下坡止滑、保持平衡', '可伸縮、輕量鋁合金或碳纖', '記得加裝杖尖橡膠套與擋泥板'].map((t) =\u003e (\n                \u003cli key={t} style={{ display: 'flex', gap: 10, fontSize: 23, color: 'rgba(255,255,255,0.7)', lineHeight: 1.5 }}\u003e\u003cspan style={{ color: '#e8572a' }}\u003e▸\u003c/span\u003e{t}\u003c/li\u003e\n              ))}\n            \u003c/ul\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: 'rgba(255,255,255,0.06)', border: '1px solid rgba(255,255,255,0.08)', borderRadius: 20, padding: '22px 26px' }}\u003e\n            \u003cdiv style={{ fontSize: 23, fontWeight: 800, color: '#f7f3eb', marginBottom: 10 }}\u003e🚫 地雷鞋款\u003c/div\u003e\n            \u003cdiv style={{ display: 'flex', gap: 10 }}\u003e\n              {['慢跑鞋', '帆布鞋', '涼鞋 / 拖鞋'].map((x) =\u003e (\n                \u003cdiv key={x} style={{ flex: 1, background: 'rgba(200,40,40,0.12)', border: '1px solid rgba(200,40,40,0.25)', borderRadius: 10, padding: '12px 8px', textAlign: 'center' }}\u003e\u003cdiv style={{ fontSize: 22, color: '#ff8a80', fontWeight: 700 }}\u003e{x}\u003c/div\u003e\u003cdiv style={{ fontSize: 19, color: 'rgba(255,255,255,0.35)', marginTop: 2 }}\u003e不適合\u003c/div\u003e\u003c/div\u003e\n              ))}\n            \u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"aefb4e9843ef6c1f61ea02dd","itemType":"SLIDE","name":"06 鞋襪與步行","parents":{"ee5002ed64767ba15ba4d128":1787063094904},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1},{"content":"export default function Slide() {\n  return (\n    \u003cdiv style={{ width: '100%', height: '100%', background: '#f7f3eb', display: 'flex', flexDirection: 'column', padding: '56px 72px', boxSizing: 'border-box', fontFamily: \"'Noto Sans TC', sans-serif\" }}\u003e\n      \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 16, marginBottom: 8 }}\u003e\n        \u003cdiv style={{ width: 4, height: 32, background: '#e8572a', borderRadius: 2 }} /\u003e\n        \u003cspan style={{ fontSize: 26, letterSpacing: 6, color: '#e8572a', fontWeight: 700 }}\u003e06 — PACK \u0026 ORGANIZE\u003c/span\u003e\n      \u003c/div\u003e\n      \u003ch2 style={{ fontSize: 88, fontWeight: 900, color: '#0f1e33', margin: '0 0 28px', fontFamily: \"'Noto Serif TC', serif\" }}\u003e背包與收納\u003c/h2\u003e\n      \u003cdiv style={{ display: 'flex', gap: 20, flex: 1 }}\u003e\n        \u003cdiv style={{ flex: '0 0 440px', background: '#0f1e33', borderRadius: 20, padding: '30px 28px', color: '#fff', display: 'flex', flexDirection: 'column' }}\u003e\n          \u003cdiv style={{ display: 'flex', alignItems: 'center', gap: 14, marginBottom: 18 }}\u003e\n            \u003cdiv style={{ width: 52, height: 52, borderRadius: 14, background: '#e8572a', display: 'flex', alignItems: 'center', justifyContent: 'center', fontSize: 41 }}\u003e🎒\u003c/div\u003e\n            \u003cdiv\u003e\u003cdiv style={{ fontSize: 37, fontWeight: 900 }}\u003e登山背包\u003c/div\u003e\u003cdiv style={{ fontSize: 22, color: 'rgba(255,255,255,0.5)', letterSpacing: 2 }}\u003e30 — 40 L 最剛好\u003c/div\u003e\u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ display: 'flex', gap: 10, marginBottom: 18 }}\u003e\n            {[\n              { s: '30L', d: '當日往返', on: false },\n              { s: '35L', d: '推薦', on: true },\n              { s: '40L', d: '過夜山屋', on: false },\n            ].map((o) =\u003e (\n              \u003cdiv key={o.s} style={{ flex: 1, background: o.on ? '#e8572a' : 'rgba(255,255,255,0.07)', border: o.on ? '1px solid #e8572a' : '1px solid rgba(255,255,255,0.1)', borderRadius: 12, padding: '14px 8px', textAlign: 'center' }}\u003e\n                \u003cdiv style={{ fontSize: 33, fontWeight: 900, color: o.on ? '#fff' : 'rgba(255,255,255,0.7)' }}\u003e{o.s}\u003c/div\u003e\u003cdiv style={{ fontSize: 19, color: o.on ? 'rgba(255,255,255,0.8)' : 'rgba(255,255,255,0.35)', marginTop: 2 }}\u003e{o.d}\u003c/div\u003e\n              \u003c/div\u003e\n            ))}\n          \u003c/div\u003e\n          \u003cul style={{ margin: 0, padding: 0, listStyle: 'none', display: 'flex', flexDirection: 'column', gap: 10 }}\u003e\n            {['背負系統可調、腰帶能分擔重量', '防水內襯或另加防水袋', '外掛登山杖與水壺側袋', '胸扣與腰扣減晃動'].map((t) =\u003e (\n              \u003cli key={t} style={{ display: 'flex', gap: 10, fontSize: 22, color: 'rgba(255,255,255,0.7)' }}\u003e\u003cspan style={{ color: '#e8572a' }}\u003e✓\u003c/span\u003e{t}\u003c/li\u003e\n            ))}\n          \u003c/ul\u003e\n          \u003cdiv style={{ marginTop: 'auto', background: 'rgba(255,255,255,0.06)', borderRadius: 12, padding: '14px 16px', display: 'flex', gap: 10, alignItems: 'center' }}\u003e\u003cspan style={{ fontSize: 31 }}\u003e⚖️\u003c/span\u003e\u003cspan style={{ fontSize: 20, color: 'rgba(255,255,255,0.6)', lineHeight: 1.6 }}\u003e\u003cb style={{ color: '#fff' }}\u003e重量目標：\u003c/b\u003e 全裝 7 — 9kg 以內，愈輕愈省力。只帶必需品。\u003c/span\u003e\u003c/div\u003e\n        \u003c/div\u003e\n        \u003cdiv style={{ flex: 1, display: 'flex', flexDirection: 'column', gap: 16 }}\u003e\n          \u003cdiv style={{ background: '#fff', borderRadius: 16, padding: '22px 24px', border: '1px solid rgba(15,30,51,0.06)', boxShadow: '0 8px 32px rgba(15,30,51,0.06)' }}\u003e\n            \u003cdiv style={{ fontSize: 23, fontWeight: 800, color: '#0f1e33', marginBottom: 14, letterSpacing: 1 }}\u003e🧳 收納心法\u003c/div\u003e\n            \u003cdiv style={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: 12 }}\u003e\n              {[\n                { t: '分層打包', d: '重物靠近背部、上輕下重' },\n                { t: '防水袋分類', d: '衣物/電子/食物分袋' },\n                { t: '常用放頂袋', d: '頭燈、雨衣、行動糧' },\n                { t: '垃圾袋必帶', d: '富士山垃圾自行帶回' },\n              ].map((c) =\u003e (\n                \u003cdiv key={c.t} style={{ background: 'rgba(15,30,51,0.04)', borderRadius: 10, padding: '14px 14px' }}\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33' }}\u003e{c.t}\u003c/div\u003e\u003cdiv style={{ fontSize: 20, color: 'rgba(15,30,51,0.5)', marginTop: 3 }}\u003e{c.d}\u003c/div\u003e\u003c/div\u003e\n              ))}\n            \u003c/div\u003e\n          \u003c/div\u003e\n          \u003cdiv style={{ background: '#fff', borderRadius: 16, padding: '22px 24px', border: '1px solid rgba(15,30,51,0.06)', boxShadow: '0 8px 32px rgba(15,30,51,0.06)', flex: 1 }}\u003e\n            \u003cdiv style={{ fontSize: 23, fontWeight: 800, color: '#0f1e33', marginBottom: 14, letterSpacing: 1 }}\u003e💧 水與行動糧\u003c/div\u003e\n            \u003cdiv style={{ display: 'flex', gap: 14 }}\u003e\n              \u003cdiv style={{ flex: 1, background: 'rgba(58,154,217,0.08)', borderRadius: 12, padding: '16px 14px', textAlign: 'center', border: '1px solid rgba(58,154,217,0.15)' }}\u003e\u003cdiv style={{ fontSize: 37 }}\u003e💧\u003c/div\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33', marginTop: 6 }}\u003e水 2 — 3 L\u003c/div\u003e\u003cdiv style={{ fontSize: 19, color: 'rgba(15,30,51,0.45)', marginTop: 4 }}\u003e保溫瓶 + 寶特瓶\u003cbr /\u003e山屋一瓶水約 ¥500\u003c/div\u003e\u003c/div\u003e\n              \u003cdiv style={{ flex: 1, background: 'rgba(232,87,42,0.07)', borderRadius: 12, padding: '16px 14px', textAlign: 'center', border: '1px solid rgba(232,87,42,0.14)' }}\u003e\u003cdiv style={{ fontSize: 37 }}\u003e🍙\u003c/div\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33', marginTop: 6 }}\u003e行動糧\u003c/div\u003e\u003cdiv style={{ fontSize: 19, color: 'rgba(15,30,51,0.45)', marginTop: 4 }}\u003e能量棒、飯糰、鹽糖\u003cbr /\u003e每小時補一次\u003c/div\u003e\u003c/div\u003e\n              \u003cdiv style={{ flex: 1, background: 'rgba(107,191,107,0.08)', borderRadius: 12, padding: '16px 14px', textAlign: 'center', border: '1px solid rgba(107,191,107,0.15)' }}\u003e\u003cdiv style={{ fontSize: 37 }}\u003e🧂\u003c/div\u003e\u003cdiv style={{ fontSize: 22, fontWeight: 800, color: '#0f1e33', marginTop: 6 }}\u003e電解質\u003c/div\u003e\u003cdiv style={{ fontSize: 19, color: 'rgba(15,30,51,0.45)', marginTop: 4 }}\u003e運動飲料粉 / 鹽錠\u003cbr /\u003e預防抽筋與頭痛\u003c/div\u003e\u003c/div\u003e\n            \u003c/div\u003e\n          \u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n  );\n}","createdAt":1788041571229,"id":"55da19cf88d679ea491642f8","itemType":"SLIDE","name":"07 背包與收納","parents":{"ee5002ed64767ba15ba4d128":1787063095004},"updatedAt":1788041571229,"updatedBy":{"userId":"da134c3c-f0b6-41ef-8a80-","userName":"Yi-Hsuan Lin"},"version":1}]}