.post-content img,pre {
    max-width: 100%
}

pre,textarea {
    overflow: auto
}

.alert a,a,h1,header a {
    text-decoration: none
}

#footer,.center {
    text-align: center
}

.post-item,ol.comment-list {
    list-style: none
}

.alert a,.comment-head,cite.fn {
    font-weight: 700
}

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0
}

body {
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 16px;
    color: #39434d;
    letter-spacing: .3px
}

#container {
    max-width: 90%;
    width: 720px;
    margin: 2em auto;
    display: block;
    padding: 5%
}

header {
    padding: .3em 0;
    border-bottom: 1px solid #d8dadc
}

h1 {
    font-size: 1.7em
}

header a {
    color: #0e1a26
}

header a:hover {
    color: #32393f
}

a {
    color: #747677
}

a.img,a.img:hover {
    border: 0!important
}

.slash {
    padding: 0 8px
}

#footer a:hover,.post a:hover {
    color: #32393f;
    border-bottom: 1px solid #32393f
}

ul.post-list {
    padding: .7em 0
}

li {
    padding: .2em 0
}

.post-meta {
    margin: 1em 0 0
}

.post-meta,.post-meta a {
    color: #8796a3
}

p {
    margin: 1em 0;
    line-height: 1.7;
}

h3 {
    margin: 1em 0 .7em
}

h4 {
    font-size: 1.1em;
    margin: 1em 0 .7em
}

blockquote {
    color: #3e4246;
    border-left: 4px solid #71797f;
    padding-left: 1em;
    margin: .7em 0
}

.post-content a {
    border-bottom: 1px solid #747677
}

.post-content img {
    box-sizing: border-box;
    height: auto;
    border: 8px solid #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    margin-bottom: 10px
}

.post-content hr {
    margin: 1em auto;
    width: 100px;
    border: 1px solid #b2bCC4;
    border-width: 2px 0 0
}

.post-content ul {
    padding: 0 2em;
    margin: .7em 0
}

.post-content li {
    padding: 0
}

code,kbd,tt,var {
    font-size: .92857em;
    font-family: "Lucida Console",Consolas,"DejaVu Sans Mono",monospace;
    color: #C13;
    padding: 2px 6px;
    background: #f3f3f0;
    word-break: break-word
}

pre {
    background: #f3f3f0;
    font-size: 15px;
    margin-bottom: .5em;
    padding: 1em
}

pre code {
    padding: 0
}

.pagenav a {
    padding: 0 5px
}

.pagenav a:hover {
    background-color: #32393f;
    color: #fff
}

#footer {
    margin-top: 2em;
    font-size: 14px
}


nav a {
    margin: 0 5px
}

.license {
    font-size: 12px
}

input, textarea {
    padding: 5px 0;
    font-family: inherit;
    font-size: 15px;
}

input:not([type='button']):not([type='submit']), textarea {
    border-bottom: 1px solid #d8dadc
}

textarea {
    width: 100%;
    height: auto;
    resize: vertical
}

input:not([type='button']):not([type='submit']):focus,textarea:focus {
    border-bottom: 1px solid #a4a9ad
}

input#author,input#mail,input#url {
    width: 32.8%
}

input.button,input.submit {
    color: #fff;
    padding: 5px;
    background-color: #575d61;
    text-transform: uppercase
}

input.button:hover,input.submit:hover {
    background-color: #7c8184
}

.alert {
    margin: 1em 0;
    padding: 4px 8px;
    border-radius: 0
}

.alert a {
    border: 0
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.success {
    color: #159756;
    border: 1px solid #159756
}

.info {
    color: #1d6fee;
    border: 1px solid #1d6fee
}

.warning {
    color: #fdba2c;
    border: 1px solid #fdba2c
}

.danger {
    color: #da4733;
    border: 1px solid #da4733
}

#comments a:hover {
    color: #32393f;
    border-bottom: 1px solid #32393f
}

.comment-head {
    font-size: 1.17em;
    font-style: italic;
    margin: 1.5em 0 0
}

li.comment-parent {
    padding: .5em 0;
    border-top: 1px dashed #ddd
}

li.comment-child {
    padding: 0
}

p.comment-user-info {
    margin-bottom: .5em
}

cite.fn {
    font-style: normal
}

span.comment-author cite,span.comment-author cite a {
    color: #444b50
}

span.author cite,span.author cite a {
    color: #506986
}

span.user cite,span.user cite a {
    color: #455a64
}

.comment-list p {
    display: inline;
}

.comment-list p.comment-user-info {
    display: block;
    margin-bottom: .5em
}

.comment-children {
    margin-left: 1.5em
}

.comment-meta {
    font-size: 14px
}

.cancel-comment-reply a,.comment-reply a {
    font-size: 14px;
    font-style: normal;
    padding: 0 5px
}

.cancel-comment-reply a:hover,.comment-reply a:hover {
    background-color: #32393f;
    color: #fff!important
}

.comment-button {
    text-align: right;
    display: block!important;
    margin-bottom: 1em!important
}

@media screen and (max-width:768px) {

    input#author,input#mail,input#url {
        width: 100%
    }

    input#author,input#mail {
        margin-bottom: .5em
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #212121;
        color: #f0f2f4
    }

    header {
        padding: .3em 0;
        border-bottom: 1px solid #798086
    }

    header a {
        color: #dae6f1
    }
    
    header a:hover {
        color: #b8c0c7
    }
    
    a {
        color: #cbcdcd
    }

    #footer a:hover,.post a:hover {
        color: #f1f2f4;
        border-bottom: 1px solid #f1f2f4
    }

    .post-meta,.post-meta a {
        color: #a9b3bc
    }

    blockquote {
        color: #bbbfc3;
        border-left: 4px solid #aeb3b7
    }
    
    .post-content a {
        border-bottom: 1px solid #cbcdcd
    }
    
    .post-content hr {
        border: 1px solid #434d56
    }

    code,kbd,tt,var {
        color: #f5899d;
        background: #39392d
    }
    
    pre {
        background: #39392d
    }

    .pagenav a:hover {
        background-color: #f1f2f4;
        color: #333
    }

    input:not([type='button']):not([type='submit']), textarea {
        color: #fff;
        background-color: #212121;
        border-bottom: 1px solid #798086
    }

    input:not([type='button']):not([type='submit']):focus,textarea:focus {
        border-bottom: 1px solid #c9cccf
    }
    
    input.button,input.submit {
        color: #212121;
        background-color: #bcc0c2;
    }

    input.button:hover,input.submit:hover {
        background-color: #a3a6a8
    }

    .success {
        color: #62eaa6;
        border: 1px solid #62eaa6
    }
    
    .info {
        color: #88b4f6;
        border: 1px solid #88b4f6
    }
    
    .warning {
        color: #fed681;
        border: 1px solid #fed681
    }
    
    .danger {
        color: #e78c7e;
        border: 1px solid #e78c7e
    }

    #comments a:hover {
        color: #f1f2f4;
        border-bottom: 1px solid #f1f2f4
    }

    li.comment-parent {
        border-top: 1px dashed #555
    }

    span.comment-author cite,span.comment-author cite a {
        color: #acb4b9
    }
    
    span.author cite,span.author cite a {
        color: #9fb1c6
    }
    
    span.user cite,span.user cite a {
        color: #96acb6
    }

    .cancel-comment-reply a:hover,.comment-reply a:hover {
        background-color: #f1f2f4;
        color: #333!important
    }
}

/* RawArt layout */
@font-face {
    font-family: "LXGW ZhenKai Subset";
    src: url("fonts/LXGWZhenKai_small.ttf?v=202608242") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

html {
    min-height: 100%
}

body {
    min-height: 100vh;
    background: #fff;
    color: #4a535b
}

html.font-full-ready body {
    font-family: "LXGW ZhenKai Full", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif
}

#container {
    box-sizing: border-box;
    width: 720px;
    max-width: calc(100% - 48px);
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 0 112px
}

.site-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 0;
    border-bottom: 1px solid #d8dadc
}

.site-logo {
    display: block;
    width: 130px;
    height: 51px;
    line-height: 0
}

.site-logo img {
    display: block;
    width: 100%;
    height: 100%
}

.shortcut-button {
    display: inline-flex;
    gap: 6px;
    align-items: center
}

.shortcut-link {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    border: 0!important;
    line-height: 0
}

.shortcut-link span {
    display: block;
    width: 100%;
    height: 100%;
    background: #687279;
    transition: background-color .18s ease
}

.shortcut-link:nth-child(2) span {
    background: #53c498
}

.shortcut-link:nth-child(3) span {
    background: #adb3b6
}

.shortcut-link::before,
.shortcut-link::after {
    position: absolute;
    left: 50%;
    z-index: 12;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease, transform .18s cubic-bezier(.2, .8, .2, 1)
}

.shortcut-link::before {
    content: "";
    bottom: calc(100% + 5px);
    border: 4px solid transparent;
    border-top-color: #465059;
    transform: translate(-50%, 3px)
}

.shortcut-link::after {
    content: attr(data-label);
    bottom: calc(100% + 13px);
    padding: 4px 8px;
    border-radius: 5px;
    background: #465059;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    transform: translate(-50%, 5px)
}

.shortcut-link:hover span,
.shortcut-link:focus-visible span {
    background: #ed8b2c
}

.shortcut-link:hover::before,
.shortcut-link:hover::after,
.shortcut-link:focus-visible::before,
.shortcut-link:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0)
}

.shortcut-link:focus-visible {
    outline: 2px solid #ed8b2c;
    outline-offset: 3px
}

.shortcut-button-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.listing-content {
    text-align: center
}

ul.post-list {
    padding: 18px 0 20px
}

.post-item {
    padding: 0;
    margin: 0 0 11px;
    font-size: 17px;
    line-height: 1.5;
    text-align: center
}

.post-item.has-thumbnail {
    margin-bottom: 18px
}

.post-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center
}

.post-title {
    color: #465059
}

.post-item .post-meta {
    margin: 0;
    color: #737c84
}

.post-item .slash {
    padding: 0 8px
}

.post-thumbnail,
.post-thumbnail:hover {
    display: block;
    width: 152px;
    height: 98px;
    margin: 4px auto 0;
    border: 0!important
}

.post-thumbnail img {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    object-fit: cover;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .38)
}

.pagenav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: 30px;
    font-family: "LXGW ZhenKai Subset", STKaiti, KaiTi, serif;
    font-size: 17px
}

.pagenav a {
    padding: 0;
    color: #465059
}

.archive-heading,
.entry-header {
    padding: 22px 0 8px;
    border: 0;
    text-align: center
}

.archive-heading h1,
.entry-header h1 {
    font-size: 1.45em
}

#footer {
    position: fixed;
    z-index: 10;
    left: 50%;
    bottom: 0;
    box-sizing: border-box;
    width: 720px;
    max-width: calc(100% - 48px);
    margin: 0;
    padding: 14px 0 5px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, .96);
    font-family: "LXGW ZhenKai Subset", STKaiti, KaiTi, serif;
    font-size: 13px;
    text-align: center
}

.footer-apps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 11px
}

.footer-app,
.footer-app:hover {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 0!important;
    border-radius: 5px;
    line-height: 0
}

.footer-app img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: contain;
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), filter .22s ease
}

.footer-app::before,
.footer-app::after {
    position: absolute;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .18s ease, transform .18s cubic-bezier(.2, .8, .2, 1)
}

.footer-app::before {
    content: "";
    bottom: calc(100% + 5px);
    border: 4px solid transparent;
    border-top-color: #465059;
    transform: translate(-50%, 3px)
}

.footer-app::after {
    content: attr(data-label);
    bottom: calc(100% + 13px);
    padding: 4px 8px;
    border-radius: 5px;
    background: #465059;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    white-space: nowrap;
    transform: translate(-50%, 5px)
}

.footer-app:hover img,
.footer-app:focus-visible img {
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, .2));
    transform: translateY(-3px) scale(1.08)
}

.footer-app:hover::before,
.footer-app:hover::after,
.footer-app:focus-visible::before,
.footer-app:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0)
}

.footer-app:focus-visible {
    outline: 2px solid #53c498;
    outline-offset: 3px
}

.footer-copy {
    padding-top: 7px;
    border-top: 1px solid #d8dadc;
    color: #adb3b6
}

.footer-copy p {
    margin: 0;
    line-height: 1.4
}

#footer a {
    color: inherit
}

#footer .footer-contact {
    color: #202428
}

html.font-full-ready .pagenav,
html.font-full-ready #footer {
    font-family: "LXGW ZhenKai Full", STKaiti, KaiTi, serif
}

@media screen and (max-width: 768px) {
    #container {
        max-width: calc(100% - 32px);
        padding-top: 0
    }

    #footer {
        max-width: calc(100% - 32px)
    }

    .site-header {
        height: 88px
    }

    .site-logo {
        width: 116px;
        height: auto
    }

    .shortcut-button {
        gap: 5px
    }

    .shortcut-link {
        width: 13px;
        height: 13px
    }

    .footer-apps {
        gap: 7px
    }

    .footer-app,
    .footer-app:hover {
        width: 21px;
        height: 21px
    }

    .post-item {
        font-size: 16px
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background: #212121;
        color: #f0f2f4
    }

    .site-logo img {
        filter: invert(1)
    }

    .post-title,
    .pagenav a {
        color: #d9dfe3
    }

    #footer {
        background: rgba(33, 33, 33, .96)
    }

    .footer-copy,
    .site-header {
        border-color: #798086
    }

    .footer-app::before,
    .shortcut-link::before {
        border-top-color: #e1e5e8
    }

    .footer-app::after,
    .shortcut-link::after {
        background: #e1e5e8;
        color: #30363b
    }

    #footer .footer-contact {
        color: #f0f2f4
    }
}