:root {
    --bg: #eef2f7;
    --paper: #ffffff;
    --text: #1c2633;
    --muted: #5c6675;
    --accent: #245ca8;
    --line: #d9e1ec;
}

* { box-sizing: border-box; }

body {
    margin: 0;
    background: radial-gradient(circle at top, #f8fafe 0%, var(--bg) 45%, #e9eef5 100%);
    color: var(--text);
    font-family: "Times New Roman", "SimSun", serif;
    line-height: 1.85;
}

.paper {
    max-width: 980px;
    margin: 40px auto;
    padding: 0 24px;
}

.WordSection1 {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(23, 45, 84, 0.1);
    padding: 56px 72px;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal {
    margin: 0 0 1.2em 0 !important;
    font-size: 12pt !important;
    text-align: justify !important;
    text-justify: inter-ideograph;
    text-indent: 2em !important;
    color: var(--text) !important;
}

p[align="center"], p[style*="text-align:center"] {
    text-align: center !important;
    text-indent: 0 !important;
}

b, strong {
    color: #17365d;
    font-weight: 700 !important;
}

a, a:visited {
    color: var(--accent) !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

a:hover {
    border-bottom-color: var(--accent);
    color: #1a4d8e !important;
}

img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(19, 37, 71, 0.12);
}

.MsoFootnoteReference {
    color: var(--accent) !important;
}

p.MsoFootnoteText {
    margin: 0 0 0.7em 0 !important;
    font-size: 10.5pt !important;
    color: var(--muted) !important;
    text-indent: 0 !important;
}

hr {
    border: 0;
    border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
    .paper { margin: 20px auto; padding: 0 12px; }
    .WordSection1 { padding: 30px 20px; }
    p.MsoNormal, li.MsoNormal, div.MsoNormal { font-size: 11pt !important; }
}
