/* 霧小蒜の小窩 | https://ciallovo.top */
    body {
        padding: 20px;
        animation: none !important;
    }

    article {
        min-height: calc(100vh - 40px);
        min-height: calc(100svh - 40px);
        min-height: calc(100dvh - 40px);
    }

    .title-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 42vh;
        padding: 10px 14px;
        text-align: center;
    }

    .title-area .tags {
        margin: 4px 0 0;
        font-size: 0.85em;
        line-height: 1.6;
    }

    .title-area .tags .tag {
        display: inline-block;
        padding: 1px 8px;
        margin: 0 4px;
        border-radius: 4px;
        background: var(--white_10);
        color: var(--white_80);
        font-size: 0.85em;
    }

    @media (min-width: 769px) {
        .article-content {
            background: var(--white_10);
            border-radius: 10px;
            padding: 5px 5px 15px;
            margin-right: 12%;
            margin-top: 3vh;
            margin-bottom: 20px;
            margin-left: 12%;
            word-break: break-all;
            -webkit-animation: show 1s;
            animation: show 1s;
        }

        .article-content a {
            text-decoration-line: underline;
            text-decoration-style: dotted;
            text-underline-offset: 5px;
            text-decoration-thickness: 1px;
        }

        .article-content a:hover {
            text-decoration-style: solid;
        }
    }

    @media (max-width: 768px) {
        .article-content {
            margin: 6px 3px 20px;
            word-break: break-all;
            -webkit-animation: show 1s;
            animation: show 1s;
        }

        .article-content a {
            text-decoration-line: underline;
            text-decoration-style: dotted;
            text-underline-offset: 5px;
            text-decoration-thickness: 1px;
        }

        .article-content a:hover {
            text-decoration-style: solid;
        }
    }

    .stale-notice {
        margin: 3vh 12% 0;
        padding: 10px 16px;
        color: var(--white_80);
        background: var(--white_10);
        font-size: 0.85em;
        line-height: 1.6;
        word-break: break-word;
        border-radius: 10px;
        -webkit-animation: show 1s;
        animation: show 1s;
    }

    @media (max-width: 768px) {
        .stale-notice {
            margin: 6px 3px 0;
        }
    }

    section {
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15%;
        word-break: break-all;
        -webkit-animation: show 1s;
        animation: show 1s;
    }

    .article-content section {
        margin-right: 15px;
    }

    section small {
        display: block;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        font-size: 0.8em;
    }

section bold,
section b {
        font-weight: bold;
    }

    section code {
        display: inline-block;
        font-size: 0.8em;
        font-family: monospace;
        background-color: rgba(32, 32, 32, 1);
        color: rgb(255, 253, 252);
        border-radius: 3px;
        padding: 3px 7px 3px 7px;
        line-height: 1.1em;
    }

section code bold,
section code b {
        color: rgb(0, 255, 198);
    }

    .section {
        -webkit-animation: show 1s;
        animation: show 1s;
    }

    .article-title {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-animation: show-title 0.5s;
        animation: show-title 0.5s;
        color: var(--white_ef);
    }

    .article-title h1 {
        margin: 0;
        font-weight: bold;
        font-size: 2.4em;
    }

    .article-title p {
        margin-top: 0;
        margin-bottom: 0;
        color: var(--white_90);
        font-weight: 100;
        font-size: 1em;
        line-height: 1.2em;
        overflow-wrap: break-word;
    }

    .article-title a {
        color: var(--brown);
    }

    .article-title bold,
    .article-title b {
        color: var(--fff);
        font-weight: bold;
    }

    @keyframes show {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        30% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes show {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        30% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes show-title {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @-webkit-keyframes show-title {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    section p {
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        line-height: 1.6em;
        font-size: 1.1em;
        overflow-wrap: break-all;
    }

    section a {
        position: relative;
        color: var(--brown);
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        animation: show 0.5s;
        word-wrap: break-all;
    }

    section a::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--white_10);
        border-radius: 5px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        z-index: -1;
        line-height: 1em;
    }

    section a:hover::before {
        -webkit-transition: -webkit-transform 0.05s linear;
        transition: -webkit-transform 0.05s linear;
        transition: transform 0.05s linear;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    section img {
        z-index: 99 !important;
    }

    section a:active {
        color: var(--brown_dark);
        font-weight: 600;
    }

    section h2 {
        margin-block-end: 0.5em;
        overflow-wrap: break-word;
    }

    section h3 {
        margin-block-start: 0.5em;
        margin-block-end: 0em;
        overflow-wrap: break-word;
    }

    section ol {
        padding-left: 20px;
    }

    section li {
        border-left: 1px solid var(--white_10);
        margin-top: 0.3em;
        margin-bottom: 0.3em;
        line-height: 1.6em;
        font-size: 1.1em;
        overflow-wrap: break-all;
    }

    .hidden {
        display: none;
    }

    .show {
        display: inline;
    }

    @media (max-width: 768px) {
        section {
            margin-right: 0;
        }

        section p {
            line-height: 2em;
            font-size: 1em;
        }
    }

    @media screen and (max-width: 170px) {
        section {
            margin: 0;
        }
    }

    @media screen and (max-width: 300px) {
        .section {
            margin-right: 0;
        }

        section p {
            font-size: 0.8em;
        }
    }

    @media screen and (min-width: 1800px) {
        section {
            margin-top: 20px;
            margin-left: 100px;
            font-size: 1.2em;
        }
    }

    .box {
        margin-top: 20px;
        padding: 20px 30px;
        border: 1px solid var(--white_10);
        border-radius: 8px;
        text-align: left;
        font-size: 1em;
        color: rgb(32, 32, 32);
        background: rgba(239, 239, 239, 0.56);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: calc(100% - 20px);
        box-sizing: border-box;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
    }

    .box a {
        color: rgb(154, 114, 50);
    }

