  /* 整體背景＋版面：柔和漸層＋卡片感 */
  body {
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #fff7f0, #ffeef5);
    font-family: "微軟正黑體","標楷體",sans-serif;
    color: #444;
  }
  .main-container {
    max-width: 1100px;
    margin: 24px;
    padding: 24px 28px 40px;
    background: rgba(255,255,255,0.92);
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid #f3d3c6;
  }
  .page-title {
    text-align: left;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 0 6px 100px;
    color: #6b3c2a;
  }
  .subtitle {
    text-align: left;
    font-size: 15px;
    color: #a06a54;
    margin: 0 0 18px 90px;
  }
  /* 共用 table 設定 */
  table {border-collapse: collapse;}
  .td0 {border: 0;}
  .tdC {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .header-row {
    text-align: center;
    margin-bottom: 4px;
  }
  .header-row img {margin: 0 4px;}
  .qr-label {
    color: #c55b4a;
    font-weight: bold;
  }
  .top-links {
    margin-top: 6px;
    line-height: 1.9;
    font-size: 14pt;
  }
  .top-links a {
    margin-right: 10px;
  }
  .small-tag {
    font-size: 13px;
    color: #777;
  }
  /* 溫馨色系的連結 */
  a {
    color: #d17854;
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  .redWord {
    color: #c0392b;
    font-weight: bold;
  }
  /* 進度表樣式 */
  .schedule {
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
  }
  .schedule td {
    border: 1px solid #f3c6b3;
    padding: 6px 10px;
    font-size: 16pt;
    font-family: '標楷體',"微軟正黑體",sans-serif;
    vertical-align: top;
    background: #fffdf9;
  }
  /* 標題列 */
  .schedule tr:first-child td {
    background: #ffe3cf;
    font-weight: bold;
    text-align: center;
    color: #7b3e2f;
  }
  /* 斑馬紋，閱讀比較柔和 */
  .schedule tr:nth-child(even) td {
    background: #fff7f1;
  }
  .schedule td:first-child {
    text-align: center;
    width: 60px;
  }
  .schedule td:nth-child(2) {
    white-space: nowrap;
    width: 150px;
  }
  .note-cell {
    font-size: 14pt;
    color: #555;
  }
  @media (max-width: 800px) {
    .main-container {
      margin: 16px 8px 40px;
      padding: 16px 14px;
    }
    .page-title {
      font-size: 22px;
    }
    .schedule td {
      font-size: 14pt;
      padding: 6px;
    }
    .top-links {
      font-size: 13pt;
    }
  }
