html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #FFF;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: jinkaiFont;
}

.content-area {
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 5px;
    width: 60%;
    margin: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 600px) {
    .content-area {
        width: 80%;
    }
}

ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}

ol {
    padding-left: 20px;
}

a {
    color: #57BF7D;
    text-decoration: none;
}

p {
    font-family: jinkaiFont;
}

.title {
    color: #000;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
}

.content {
    line-height: 28px;
    font-size: 20px;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 0 auto;
    float: none;
    clear: both;
}

.post-back-action {
    margin-top: 52px;
    display: flex;
    justify-content: center;
}

.post-back-btn {
    min-width: 140px;
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid #C7D2CB;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF5F0 100%);
    color: #3E5145;
    font-size: 18px;
    line-height: 1.2;
    font-family: jinkaiFont;
    cursor: pointer;
    transition: all 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 2px rgba(36, 46, 41, 0.12);
}

.post-back-btn:hover {
    border-color: #A9B9AF;
    color: #2F3B33;
    box-shadow: 0 2px 4px rgba(36, 46, 41, 0.14);
    transform: translateY(-1px);
}

.post-back-btn:active {
    transform: scale(0.98);
    box-shadow: 0 1px 2px rgba(36, 46, 41, 0.12);
}

.post-back-btn:focus-visible {
    outline: 2px solid #8FC9AF;
    outline-offset: 2px;
}

.nickname {
    font-size: 16px;
    color: #AAA;
    font-family: mottoFont;
    margin-bottom: 20px;
}

pre {
    white-space: pre;
    overflow: auto;
}

div.highlighter-rouge {
    margin: 0;
}

div.highlight,
pre.highlight {
    border-radius: 5px;
}

figure.highlight pre {
    padding: 10px;
}

div.highlight pre.highlight {
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #AAA;
    width: 100%;
}

tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

th {
    border: 1px solid #AAA;
    padding: 5px;
    background-color: #F8F8F8;
}

td {
    border: 1px solid #AAA;
    padding: 5px;
}

#archives {
    position: fixed;
    right: 100px;
    top: 100px;
}

.category-name {
    font-size: 16px;
    color: #73BC83;
    line-height: 30px;
}

.category-area {
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.category {
    color: #999;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.char-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    color: #AAA;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.char-counter-meta {
    white-space: nowrap;
}

.font-zoom-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.font-zoom-controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 9px;
    border: 1px solid #D8DEDA;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 250, 247, 0.95) 100%);
    box-shadow: 0 1px 2px rgba(60, 76, 68, 0.08);
}

.font-zoom-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #C7D2CB;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEF5F0 100%);
    color: #4B5D50;
    padding: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 2px rgba(36, 46, 41, 0.12);
}

.font-zoom-btn svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.font-zoom-btn:hover {
    border-color: #A9B9AF;
    color: #2F3B33;
    box-shadow: 0 2px 4px rgba(36, 46, 41, 0.14);
    transform: translateY(-1px);
}

.font-zoom-btn:active {
    transform: scale(0.97);
    box-shadow: 0 1px 2px rgba(36, 46, 41, 0.12);
}

.font-zoom-btn:focus-visible {
    outline: 2px solid #8FC9AF;
    outline-offset: 2px;
}

.font-zoom-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

.font-zoom-value {
    min-width: 52px;
    text-align: center;
    font-size: 12px;
    color: #5E6F63;
    font-family: mottoFont, sans-serif;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #DDE5DF;
    border-radius: 999px;
    padding: 3px 8px;
    user-select: none;
}

blockquote {
    margin: 0;
}

blockquote p {
    white-space: normal;
    border-left: 4px solid #EAEAEA;
    padding: 10px;
    background-color: #F8F8F8;
    margin-top: 40px;
}


.line-quote {
    color: #FF6500;
}

.line-quote:before {
    content: '\FF62';
    margin-right: 10px;
}

.line-quote:after {
    content: '\FF63';
    margin-left: 10px;
}

.text-quote {
    white-space: normal;
    padding: 10px;
    border-radius: 5px;
    background-color: #F8F8F8;
    margin-left: 2em;
}

.hacker-name {
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
}

.hacker-summary {
    color: #666;
}

.hacker-link {
    line-height: 10px;
}

.hacker-link:before {
    content: "•";
    margin-left: 5px;
    margin-right: 5px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
    margin-top: 40px;
}
