*, *::before, *::after { box-sizing: border-box; }
:root {
  --yellow: #ffd51f;
  --pink: #ff6f97;
  --ink: #16130f;
  --paper: #fffdf1;
  --sky: #eaf5ff;
  --mint: #dff4e6;
  --line: 4px solid var(--ink);
  --shadow: 7px 7px 0 var(--ink);
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Arial", "Noto Sans TC", sans-serif;
  background:
    radial-gradient(circle at 1px 1px, rgba(22,19,15,.18) 1.6px, transparent 2px) 0 0 / 18px 18px,
    var(--yellow);
}
.shell { width: min(100% - 28px, 980px); margin: 0 auto; padding: 28px 0 42px; }
.top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.brand, .back { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 1000; }
.brand img { width: 44px; height: 44px; border: 3px solid var(--ink); border-radius: 50%; background: white; }
.back { padding: 9px 13px; border: 3px solid var(--ink); border-radius: 999px; background: white; box-shadow: 3px 3px 0 var(--ink); }
article { border: var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); overflow: hidden; }
.hero { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-bottom: var(--line); background: var(--yellow); }
.content { padding: clamp(24px, 5vw, 48px); }
.label { display: inline-flex; padding: 6px 12px; border: 3px solid var(--ink); border-radius: 999px; background: var(--pink); color: white; font-size: 14px; font-weight: 1000; box-shadow: 3px 3px 0 var(--ink); }
h1 { margin: 18px 0 12px; font-size: clamp(38px, 7vw, 64px); line-height: 1.04; font-weight: 1000; text-shadow: 4px 4px 0 white, 7px 7px 0 var(--ink); letter-spacing: 0; }
.deck { margin: 0 0 22px; font-size: 21px; line-height: 1.55; font-weight: 900; }
.auntie-note { margin: 22px 0; padding: 16px 18px; border: 3px solid var(--ink); border-radius: 14px; background: var(--mint); font-weight: 1000; font-size: 18px; line-height: 1.75; }
p, li { font-size: 18px; line-height: 1.8; font-weight: 820; }
h2 { margin: 30px 0 8px; font-size: 30px; line-height: 1.15; font-weight: 1000; }
.fact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.fact { padding: 15px; border: var(--line); border-radius: 14px; background: white; box-shadow: 4px 4px 0 var(--ink); }
.fact strong { display: block; margin-bottom: 5px; font-size: 14px; color: rgba(22,19,15,.68); }
.fact span { font-size: 24px; font-weight: 1000; }
.up { color: #e62a32; }
.down { color: #0e8c3a; }
.risk-box {
  margin: 34px 0 12px;
  padding: 22px 26px 24px;
  border: 0;
  border-radius: 18px;
  background: var(--ink);
  color: white;
  box-shadow: 7px 7px 0 rgba(22,19,15,.28);
}
.risk-box h2 {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: clamp(22px, 3.6vw, 30px);
  line-height: 1.25;
  text-shadow: none;
}
.risk-box p {
  margin: 0 0 10px;
  color: white;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 950;
}
.risk-box p:last-child {
  margin-bottom: 0;
}
.risk-box strong {
  color: var(--pink);
}
.risk-box .pin {
  display: inline-block;
  margin-right: 8px;
  color: var(--pink);
}
.story-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.story-nav a { color: var(--ink); text-decoration: none; padding: 12px 14px; border: 3px solid var(--ink); border-radius: 14px; background: white; font-weight: 1000; box-shadow: 3px 3px 0 var(--ink); }
.sources { margin-top: 34px; padding-top: 18px; border-top: 3px solid var(--ink); font-weight: 900; }
.sources a { color: var(--ink); text-decoration-thickness: 3px; }
.article-growth { margin-top: 24px; display: grid; gap: 18px; }
.growth-share, .growth-related, .growth-actions, .growth-return { padding: 18px; border: var(--line); border-radius: 18px; background: white; box-shadow: 5px 5px 0 var(--ink); }
.growth-share { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.growth-share div { flex: 1 1 260px; }
.growth-share strong, .growth-share span { display: block; }
.growth-share span, .related-grid em { margin-top: 4px; font-size: 14px; line-height: 1.45; font-style: normal; font-weight: 900; color: rgba(22,19,15,.72); }
.growth-share a, .growth-share button { appearance: none; min-height: 42px; padding: 9px 13px; border: 3px solid var(--ink); border-radius: 999px; background: var(--pink); color: white; font: inherit; font-size: 15px; font-weight: 1000; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); cursor: pointer; }
.growth-share a:nth-of-type(1) { background: var(--mint); color: var(--ink); }
.growth-share a:nth-of-type(2) { background: white; color: var(--ink); }
.growth-share a:nth-of-type(3) { background: var(--ink); }
.growth-related h2 { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.related-grid a { display: grid; gap: 6px; padding: 14px; border: 3px solid var(--ink); border-radius: 14px; background: var(--paper); color: var(--ink); text-decoration: none; box-shadow: 3px 3px 0 var(--ink); }
.related-grid span { width: fit-content; padding: 4px 9px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); font-size: 12px; font-weight: 1000; }
.related-grid strong { font-size: 18px; line-height: 1.25; }
.growth-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; background: var(--ink); color: white; }
.growth-actions div { flex: 1 1 280px; }
.growth-actions strong, .growth-actions span { display: block; }
.growth-actions span { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; font-weight: 900; }
.growth-actions a { min-height: 42px; padding: 9px 13px; border: 3px solid var(--ink); border-radius: 999px; background: var(--yellow); color: var(--ink); font-size: 15px; font-weight: 1000; text-decoration: none; box-shadow: 3px 3px 0 white; }
.growth-actions a:nth-of-type(2) { background: var(--pink); color: white; }
.growth-actions a:nth-of-type(3) { background: var(--mint); }
.growth-return { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; background: radial-gradient(circle at 1px 1px, rgba(22,19,15,.12) 1.4px, transparent 2px) 0 0 / 15px 15px, var(--mint); }
.growth-return strong, .growth-return p { display: block; margin: 0; }
.growth-return strong { margin-top: 6px; font-size: clamp(24px, 4vw, 34px); line-height: 1.12; font-weight: 1000; }
.growth-return p { margin-top: 8px; font-size: 15px; line-height: 1.45; font-weight: 900; }
.return-kicker { display: inline-flex; width: fit-content; padding: 5px 10px; border: 3px solid var(--ink); border-radius: 999px; background: var(--pink); color: white; font-size: 13px; font-weight: 1000; }
.return-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.return-actions a { min-height: 42px; padding: 9px 13px; border: 3px solid var(--ink); border-radius: 999px; background: white; color: var(--ink); font-size: 15px; font-weight: 1000; text-decoration: none; box-shadow: 3px 3px 0 var(--ink); }
.return-actions a:first-child { background: var(--yellow); }
@media (max-width: 640px) {
  .top { align-items: flex-start; flex-direction: column; }
  .back { width: 100%; justify-content: center; }
  article { border-radius: 18px; }
  .content { padding: 22px 20px 30px; }
  h1 { font-size: clamp(30px, 9.2vw, 38px); line-height: 1.18; text-shadow: 2px 2px 0 white, 4px 4px 0 var(--ink); }
  .deck { font-size: 18px; }
  .fact-grid, .story-nav { grid-template-columns: 1fr; }
  p, li, .auntie-note { font-size: 17px; }
  .risk-box { padding: 18px 18px 20px; }
  .risk-box h2 { font-size: 21px; }
  .risk-box p { font-size: 15.5px; line-height: 1.7; }
  .growth-share a, .growth-share button, .growth-actions a, .return-actions a { flex: 1 1 100%; text-align: center; }
  .growth-return { grid-template-columns: 1fr; }
  .return-actions { justify-content: stretch; }
  .related-grid { grid-template-columns: 1fr; }
}
