:root {
  color-scheme: light;
  --ink: #14293b;
  --muted: #5b6a73;
  --line: #d9dfe2;
  --accent: #1d657a;
  --paper: #fffefb;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: #f2f1ed;
  color: var(--ink);
  font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, "PingFang TC", "Segoe UI", sans-serif;
  font-size: 19px;
  line-height: 1.8;
}
main, body > header, body > nav, body > p, body > h1, body > h2, body > h3,
body > ul, body > ol, body > table, body > blockquote, body > hr {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
body { padding: 56px 28px 100px; }
.site-review{position:relative;max-width:none!important;margin:-56px -28px 0!important;padding:8px 20px;background:#fff3cd;border-bottom:1px solid #f2d26b;color:#624b00;text-align:center;font-size:13px;font-weight:800;line-height:1.4}
.site-header{position:sticky;top:0;z-index:40;max-width:none!important;margin:0 -28px 44px!important;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid #e8e7f2}
.site-nav{max-width:1120px;height:66px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:18px}.site-nav img{width:auto;max-width:none;height:30px;margin:0;transform:none;border-radius:0}.site-nav nav{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:800}.site-nav nav a{color:#5b5980}.site-btn{background:linear-gradient(120deg,#4343ff,#c208ff 60%,#ff1afa);color:#fff!important;padding:9px 17px;border-radius:999px}
.site-footer{max-width:none!important;margin:64px -28px -100px!important;padding:28px max(28px,calc((100vw - 900px)/2));border-top:1px solid #e8e7f2;background:#faf9ff;color:#5b5980;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.site-footer a{font-weight:700}
h1 { font-size: 48px; line-height: 1.25; letter-spacing: -0.02em; margin-top: 0; }
h2 { margin-top: 58px; font-size: 31px; line-height: 1.35; }
h3 { margin-top: 38px; font-size: 24px; line-height: 1.45; }
p, li { color: #243847; }
blockquote {
  margin-top: 34px;
  margin-bottom: 34px;
  padding: 24px 30px;
  border-left: 6px solid var(--accent);
  background: #eaf1f3;
}
blockquote p { margin: 0; font-size: 18px; color: var(--ink); }
img {
  display: block;
  width: min(1200px, calc(100vw - 40px));
  max-width: none;
  margin: 34px 50%;
  transform: translateX(-50%);
  border-radius: 4px;
}
em { color: var(--muted); font-size: 16px; }
table {
  width: 100%;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 28px;
  margin-bottom: 34px;
  background: var(--paper);
}
th, td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; }
th { background: #e8eff1; }
a { color: #096c88; }
hr { border: 0; border-top: 1px solid var(--line); margin-top: 58px; }
@media (max-width: 700px) {
  body { padding: 28px 18px 70px; font-size: 18px; }
  .site-review{margin:-28px -18px 0!important;text-align:left}.site-header{margin:0 -18px 32px!important}.site-nav{padding:0 18px}.site-nav nav a:not(.site-btn){display:none}.site-footer{margin:50px -18px -70px!important;padding:26px 18px}
  h1 { font-size: 35px; }
  h2 { font-size: 27px; }
  img { width: calc(100vw - 24px); }
  table { width: calc(100vw - 36px); }
  th, td { min-width: 112px; padding: 11px 12px; font-size: 16px; }
}

@page {
  size: A4;
  margin: 15mm 13mm 17mm;
  @bottom-center {
    content: counter(page);
    color: #65747c;
    font-size: 9pt;
  }
}

@media print {
  body {
    padding: 0;
    background: #ffffff;
    font-size: 10.5pt;
    line-height: 1.55;
  }
  .site-review,.site-header,.site-footer{display:none!important}
  main, body > header, body > nav, body > p, body > h1, body > h2, body > h3,
  body > ul, body > ol, body > table, body > blockquote, body > hr {
    max-width: none;
  }
  h1 { font-size: 24pt; line-height: 1.2; }
  h2 { margin-top: 18pt; font-size: 16pt; break-after: avoid; }
  h3 { margin-top: 14pt; font-size: 12.5pt; break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  blockquote { padding: 10pt 12pt; margin: 12pt 0; break-inside: avoid; }
  blockquote p { font-size: 10pt; }
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 12pt 0;
    transform: none;
    break-inside: avoid;
  }
  em { font-size: 9pt; }
  table {
    display: table;
    width: 100%;
    overflow: visible;
    margin: 10pt 0 14pt;
    break-inside: auto;
    table-layout: auto;
  }
  thead { display: table-header-group; }
  tr { break-inside: avoid; }
  th, td {
    min-width: 0;
    padding: 3.5pt 4pt;
    font-size: 7.3pt;
    line-height: 1.3;
  }
  a { color: #096c88; text-decoration: underline; }
}
#title-block-header {
  display: none;
}
