:root{
  --cc-bg:#eef2f5;
  --cc-surface:#ffffff;
  --cc-surface-soft:#f7f9fb;
  --cc-border:#c9d3dd;
  --cc-border-strong:#97a7b7;
  --cc-text:#1f2b38;
  --cc-link:#0b5fae;
  --cc-link-hover:#d26a00;
  --cc-accent:#2f5d7c;
  --cc-shadow:0 6px 24px rgba(31,43,56,0.08);
}

body{
  font-family:"Noto Sans SC","PingFang SC","Microsoft YaHei","Segoe UI",sans-serif !important;
  font-size:15px;
  line-height:1.75;
  color:var(--cc-text) !important;
  background:linear-gradient(180deg,#f3f6f9 0%,#e8edf2 100%) !important;
  background-image:none !important;
  margin:0 !important;
}

body > table[dir="ltr"]{
  max-width:1180px;
  margin:20px auto 0;
  padding:26px 30px;
  background:var(--cc-surface);
  border:1px solid var(--cc-border);
  border-top:6px solid var(--cc-accent);
  box-shadow:var(--cc-shadow);
}

body > table:last-of-type{
  max-width:1180px;
  margin:0 auto 26px;
  background:var(--cc-surface-soft);
  border:1px solid var(--cc-border);
  border-top:none;
}

p{margin:0 0 .9em;color:var(--cc-text);}

h1,h2,h3,h4,h5,h6{
  font-family:"DIN Alternate","Noto Sans SC","Microsoft YaHei",sans-serif !important;
  letter-spacing:.02em;
  color:#1d3346 !important;
}

a:link,a:visited{
  color:var(--cc-link) !important;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:all .18s ease;
}

a:hover,a:active{
  color:var(--cc-link-hover) !important;
  border-bottom-color:var(--cc-link-hover);
}

table{border-collapse:collapse;background:#fff;}

td,th{border-color:var(--cc-border) !important;}

tr:nth-child(odd) td{background:rgba(11,95,174,.03);}

img{
  max-width:100%;
  height:auto;
  border:1px solid var(--cc-border);
  box-shadow:0 2px 10px rgba(26,44,66,.08);
  background:#fff;
  padding:4px;
  box-sizing:border-box;
}

hr{border:none;border-top:1px solid var(--cc-border-strong);}

@media (max-width:900px){
  body{font-size:14px;}
  body > table[dir="ltr"]{margin:8px;padding:16px 14px;}
  body > table:last-of-type{margin:0 8px 12px;}
}
