@font-face {
    font-family: 'NotoSansCJK';
    src: url('/usr/share/fonts/opentype/noto/NotoSansCJK-Regular.ttc');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansCJK';
    src: url('/usr/share/fonts/opentype/noto/NotoSansCJK-Bold.ttc');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'NotoSansCJK', 'WenQuanYi Zen Hei', sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 210mm;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f5;
}

h1 {
    font-size: 28pt;
    color: #8B0000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #8B0000;
    font-weight: bold;
}

h2 {
    font-size: 18pt;
    color: #8B0000;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #8B0000;
    font-weight: bold;
}

strong {
    color: #8B0000;
    font-weight: bold;
}

ul, ol {
    margin-left: 20px;
    padding-left: 15px;
}

li {
    margin-bottom: 8px;
}

p {
    margin-bottom: 15px;
}

hr {
    border: none;
    height: 1px;
    background-color: #8B0000;
    margin: 30px 0;
}

.game-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f5f5f0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.credits {
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
}

.section {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.important-note {
    background-color: #FFF8DC;
    border-left: 4px solid #8B0000;
    padding: 10px 15px;
    margin: 15px 0;
}

.game-footer {
    text-align: center;
    font-style: italic;
    margin-top: 40px;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.phase-title {
    font-weight: bold;
    color: #8B0000;
}

.game-mechanics {
    background-color: #f9f9f5;
    padding: 10px;
    border-radius: 5px;
}

@page {
    size: A4;
    margin: 2cm;
    @top-center {
        content: "《革命者：帝国崛起》入门指南";
        font-family: 'NotoSansCJK', sans-serif;
        font-size: 9pt;
    }
    @bottom-center {
        content: "第 " counter(page) " 页";
        font-family: 'NotoSansCJK', sans-serif;
        font-size: 9pt;
    }
}
