:root {
  --ink: #f4f2ec;
  --muted: #9fa3a6;
  --night: #0c1012;
  --panel: #151a1d;
  --line: rgba(255, 255, 255, 0.11);
  --signal: #ff6433;
  --signal-soft: #ffad87;
  --mint: #90e6c7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: var(--ink); font-family: Inter, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
main { min-height: 100vh; overflow: hidden; position: relative; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 54px 54px; }
.ambient { position: absolute; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .15; }
.ambient-one { width: 420px; height: 420px; background: var(--signal); top: 70px; right: -180px; }
.ambient-two { width: 350px; height: 350px; background: #1f90ff; top: 760px; left: -250px; opacity: .09; }
.page-shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; position: relative; }
.site-header { height: 100px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 43px; height: 43px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--night); font-size: 13px; font-weight: 900; }
.brand b, .brand small { display: block; }
.brand b { font-size: 14px; letter-spacing: .08em; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 3px; letter-spacing: .12em; }
.source-link { text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .04em; border-bottom: 1px solid var(--muted); padding-bottom: 5px; }
.source-link:hover { color: var(--signal-soft); border-color: var(--signal-soft); }
.hero { padding: 88px 0 100px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .8fr); gap: 90px; align-items: end; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 13px; margin-bottom: 45px; border: 1px solid var(--line); border-radius: 999px; color: #c8cbcc; font-size: 12px; letter-spacing: .06em; background: rgba(255,255,255,.025); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(144,230,199,.1); }
.eyebrow.stale .pulse { background: #ffc06d; box-shadow: 0 0 0 5px rgba(255,192,109,.1); }
.kicker { margin: 0 0 17px; color: var(--signal-soft); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
h1 { margin: 0; font-size: clamp(58px, 8vw, 108px); line-height: .91; letter-spacing: -.075em; font-weight: 820; }
h1 em { color: transparent; -webkit-text-stroke: 1px rgba(244,242,236,.58); font-style: normal; }
.hero-summary { max-width: 690px; color: #bbbebf; font-size: 17px; line-height: 1.85; margin: 40px 0 0; }
.hero-summary strong { color: var(--ink); }
.status-card { background: rgba(22,28,31,.89); border: 1px solid rgba(255,255,255,.14); border-radius: 5px; padding: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.status-card-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--muted); letter-spacing: .1em; }
.live-chip { border-radius: 999px; padding: 5px 9px; font-size: 9px; font-weight: 900; letter-spacing: .16em; color: var(--mint); background: rgba(144,230,199,.08); border: 1px solid rgba(144,230,199,.2); }
.live-chip.stale { color: #ffd69a; background: rgba(255,214,154,.08); border-color: rgba(255,214,154,.2); }
.step-number { margin: 35px 0 18px; color: var(--signal); font: 800 76px/.8 "Arial Narrow", sans-serif; letter-spacing: -.06em; }
.step-number small { color: #696e71; font-size: 20px; margin-left: 8px; }
.status-card h2 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.status-card > p { color: var(--muted); font-size: 13px; line-height: 1.75; margin: 15px 0 26px; }
.status-card dl { margin: 0; border-top: 1px solid var(--line); }
.status-card dl div { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; }
.status-card dt { color: #777d80; }
.status-card dd { margin: 0; font-family: ui-monospace, Consolas, monospace; text-align: right; }
.refresh-button { width: 100%; display: flex; justify-content: space-between; margin-top: 22px; padding: 0; border: 0; background: none; color: #d9dad9; font: 700 13px inherit; cursor: pointer; }
.refresh-button:hover { color: var(--signal-soft); }
.progress-section { padding: 95px 0 105px; border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 58px; }
.section-heading h2, .meaning-card > h2 { margin: 0; font-size: clamp(36px, 5vw, 58px); letter-spacing: -.055em; line-height: 1; }
.section-heading > p { max-width: 330px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; text-align: right; }
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li { display: grid; grid-template-columns: 105px 1fr; min-height: 142px; }
.timeline-marker { position: relative; border-right: 1px solid var(--line); }
.timeline-marker span { position: absolute; right: -24px; top: 0; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #42484b; background: var(--night); color: #72777a; font: 700 11px ui-monospace, monospace; }
.timeline li.current .timeline-marker { border-color: rgba(255,100,51,.55); }
.timeline li.current .timeline-marker span { color: var(--night); border-color: var(--signal); background: var(--signal); box-shadow: 0 0 0 8px rgba(255,100,51,.09); }
.timeline li.done .timeline-marker span { color: var(--mint); border-color: rgba(144,230,199,.5); }
.timeline-content { padding: 0 0 48px 58px; }
.timeline-title-row { display: flex; gap: 15px; align-items: center; flex-wrap: wrap; }
.timeline-content h3 { margin: 4px 0 9px; font-size: 22px; letter-spacing: -.025em; }
.timeline-content p { margin: 0; color: #858a8d; font-size: 14px; line-height: 1.7; }
.stage-label { font-size: 9px; font-weight: 900; letter-spacing: .12em; padding: 5px 7px; border-radius: 2px; }
.current-label { color: #ffb393; background: rgba(255,100,51,.12); }
.done-label { color: var(--mint); background: rgba(144,230,199,.1); }
.upcoming-label { color: #797e80; background: rgba(255,255,255,.04); }
.meaning-section { padding: 0 0 110px; }
.meaning-card { padding: 58px; border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }
.meaning-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; background: var(--line); }
.meaning-grid > div { padding: 30px; background: #121719; min-height: 185px; }
.meaning-icon { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-size: 15px; margin-bottom: 28px; }
.meaning-icon.yes { color: var(--mint); border: 1px solid rgba(144,230,199,.3); }
.meaning-icon.now { color: var(--signal-soft); border: 1px solid rgba(255,100,51,.3); }
.meaning-icon.no { color: #858a8d; border: 1px solid rgba(255,255,255,.14); }
.meaning-grid h3 { margin: 0 0 9px; font-size: 16px; }
.meaning-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
footer { display: flex; justify-content: space-between; gap: 32px; padding: 30px 0 42px; border-top: 1px solid var(--line); color: #6f7476; font-size: 11px; }
footer p { margin: 0; }
footer a { color: #9ba0a2; text-decoration: none; }

@media (max-width: 850px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .meaning-card { padding: 35px 25px; }
  .meaning-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page-shell { width: min(100% - 30px, 1160px); }
  .site-header { height: 82px; }
  .brand small { display: none; }
  .source-link { font-size: 11px; }
  .hero { padding: 48px 0 78px; }
  .eyebrow { margin-bottom: 32px; }
  h1 { font-size: clamp(52px, 18vw, 76px); }
  .hero-summary { font-size: 15px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { text-align: left; }
  .timeline li { grid-template-columns: 42px 1fr; }
  .timeline-marker span { right: -17px; width: 34px; height: 34px; }
  .timeline-content { padding-left: 35px; }
  .timeline-content h3 { font-size: 18px; }
  footer { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
