.theme-white {
    --color-background: #ffffff;
    --color-footer-mobile-1: #666;
    --color-footer-mobile-2: #e6e6e6;
    --color-footer-mobile-3: #fafafa;
    --color-background-code: #fafafa;
    --color-border: #666;
    --color-scrollbar: #aaa;
    --color-meta: #666;
    --color-meta-code: #808080;
    --color-link: rgba(44, 103, 213, 1);
    --color-text: #333333;
    --color-time: #595858;
    --color-accent-3: #676767;
    --color-accent-2: #383838;
    --color-accent-1: rgb(44, 103, 213);
    --color-quote: rgb(44, 103, 213);
    --color-highlight-background: #212326;
    --color-card-hover: #fafafa;
    --color-avatar-border: #fafafa;
    --color-divide: #e5e7eb;
    --toc-level-2: #383838;
    --toc-level-3: #666;
    --toc-level-4: #888
}

.theme-light {
    --color-background: #e2e0de;
    --color-footer-mobile-1: #666;
    --color-footer-mobile-2: #cac6c3;
    --color-footer-mobile-3: #dddbd9;
    --color-background-code: #dddbd9;
    --color-border: #666;
    --color-scrollbar: #999;
    --color-meta: #666;
    --color-meta-code: #808080;
    --color-link: rgba(43, 188, 138, 1);
    --color-text: #363533;
    --color-time: #3a3937;
    --color-accent-3: #666666;
    --color-accent-2: #111111;
    --color-accent-1: #d44375;
    --color-quote: #ab2251;
    --color-highlight-background: #212326;
    --color-card-hover: #dddbd9;
    --color-avatar-border: #dddbd9;
    --color-divide: #c3c3c3;
    --toc-level-2: #333;
    --toc-level-3: #333;
    --toc-level-4: #555
}

.theme-dark {
    --color-background: #1d1f21;
    --color-footer-mobile-1: #a4a3a3;
    --color-footer-mobile-2: #27292b;
    --color-footer-mobile-3: #1f2325;
    --color-border: #908d8d;
    --color-scrollbar: #999;
    --color-meta: #908d8d;
    --color-meta-code: #908d8d;
    --color-link: rgba(212, 128, 170, 1);
    --color-text: #d5d7d8;
    --color-time: #adaeaf;
    --color-accent-3: #cccccc;
    --color-accent-2: #eeeeee;
    --color-accent-1: #2bbc8a;
    --color-quote: #ccffb6;
    --color-highlight-background: #212326;
    --color-background-code: #d5d7d8;
    --color-avatar-border: #212326;
    --color-card-hover: #212326;
    --color-divide: #616161;
    --toc-level-2: #e3e3e3;
    --toc-level-3: #b0b0b0;
    --toc-level-4: #636363
}

.text-size-small {
    --text-xs: .75rem;
    --text-sm: .8125rem;
    --text: .875rem;
    --text-th: .8125rem;
    --text-toc-level-2: .813rem;
    --text-toc-level-3: .75rem;
    --text-toc-level-4: .688rem;
    --text-h1: 1.5rem;
    --text-h2: 1.375rem;
    --text-h3: 1.25rem;
    --text-h4: 1.125rem
}

.text-size-normal {
    --text-xs: .875rem;
    --text-sm: .9375rem;
    --text: 1rem;
    --text-th: .9375rem;
    --text-toc-level-2: .9375rem;
    --text-toc-level-3: .875rem;
    --text-toc-level-4: .813rem;
    --text-h1: 1.75rem;
    --text-h2: 1.5rem;
    --text-h3: 1.375rem;
    --text-h4: 1.25rem
}

.text-size-large {
    --text-xs: .9375rem;
    --text-sm: 1rem;
    --text: 1.125rem;
    --text-th: 1rem;
    --text-toc-level-2: 1rem;
    --text-toc-level-3: .9375rem;
    --text-toc-level-4: .875rem;
    --text-h1: 2rem;
    --text-h2: 1.75rem;
    --text-h3: 1.5rem;
    --text-h4: 1.375rem
}

* {
    scrollbar-width: thin;
    scrollbar-color: #86898C #c3c4c5
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

*::-webkit-scrollbar-thumb {
    background: #c3c4c5;
    border-radius: 10px
}

*::-webkit-scrollbar-thumb:hover {
    background: #86898C
}

*::-webkit-scrollbar-track {
    background-color: none
}

*::-webkit-scrollbar-button {
    background-color: #86898c;
    border-radius: 5px
}

:root {
    --higan-font-family: Inter, sans-serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}
:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}

.color-scheme-light,
.light,
[data-color-scheme=light] comment-widget {
    color-scheme: light;
    --halo-comment-widget-component-form-input-bg-color: #e2e0de !important;
    --halo-comment-widget-component-form-input-border-color: #908d8d !important
}

.color-scheme-dark,
.dark,
[data-color-scheme=dark] comment-widget {
    color-scheme: dark;
    --halo-comment-widget-component-form-input-bg-color: #1d1f21 !important;
    --halo-comment-widget-component-form-input-border-color: #636363 !important
}

.iconify {
    font-size: 1rem;
    text-align: center;
    vertical-align: middle
}

.iconify-middle {
    font-size: 1.2rem
}

.iconify-large {
    font-size: 1.5rem
}

.iconify-huge {
    font-size: 1.8rem
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.fit {
    max-width: 100%
}

.truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.max-width-1 {
    max-width: 24rem
}

.max-width-2 {
    max-width: 32rem
}

.max-width-3 {
    max-width: 48rem
}

.max-width-4 {
    max-width: 64rem
}

.border-box {
    box-sizing: border-box
}

.m0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.mx0 {
    margin-right: 0;
    margin-left: 0
}

.my0 {
    margin-top: 0;
    margin-bottom: 0
}

.m1 {
    margin: .5rem
}

.mt1 {
    margin-top: .5rem
}

.mr1 {
    margin-right: .5rem
}

.mb1 {
    margin-bottom: .5rem
}

.ml1 {
    margin-left: .5rem
}

.mx1 {
    margin-right: .5rem;
    margin-left: .5rem
}

.my1 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.m2 {
    margin: 1rem
}

.mt2 {
    margin-top: 1rem
}

.mr2 {
    margin-right: 1rem
}

.mb2 {
    margin-bottom: 1rem
}

.ml2 {
    margin-left: 1rem
}

.mx2 {
    margin-right: 1rem;
    margin-left: 1rem
}

.my2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.m3 {
    margin: 2rem
}

.mt3 {
    margin-top: 2rem
}

.mr3 {
    margin-right: 2rem
}

.mb3 {
    margin-bottom: 2rem
}

.ml3 {
    margin-left: 2rem
}

.mx3 {
    margin-right: 2rem;
    margin-left: 2rem
}

.my3 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.m4 {
    margin: 4rem
}

.mt4 {
    margin-top: 4rem
}

.mr4 {
    margin-right: 4rem
}

.mb4 {
    margin-bottom: 4rem
}

.ml4 {
    margin-left: 4rem
}

.mx4 {
    margin-right: 4rem;
    margin-left: 4rem
}

.my4 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mxn1 {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.mxn2 {
    margin-right: -1rem;
    margin-left: -1rem
}

.mxn3 {
    margin-right: -2rem;
    margin-left: -2rem
}

.mxn4 {
    margin-right: -4rem;
    margin-left: -4rem
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

.mx-auto {
    margin-right: auto;
    margin-left: auto
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.px0 {
    padding-right: 0;
    padding-left: 0
}

.py0 {
    padding-top: 0;
    padding-bottom: 0
}

.p1 {
    padding: .5rem
}

.pt1 {
    padding-top: .5rem
}

.pr1 {
    padding-right: .5rem
}

.pb1 {
    padding-bottom: .5rem
}

.pl1 {
    padding-left: .5rem
}

.py1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px1 {
    padding-right: .5rem;
    padding-left: .5rem
}

.p2 {
    padding: 1rem
}

.pt2 {
    padding-top: 1rem
}

.pr2 {
    padding-right: 1rem
}

.pb2 {
    padding-bottom: 1rem
}

.pl2 {
    padding-left: 1rem
}

.py2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px2 {
    padding-right: 1rem;
    padding-left: 1rem
}

.p3 {
    padding: 2rem
}

.pt3 {
    padding-top: 2rem
}

.pr3 {
    padding-right: 2rem
}

.pb3 {
    padding-bottom: 2rem
}

.pl3 {
    padding-left: 2rem
}

.py3 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px3 {
    padding-right: 2rem;
    padding-left: 2rem
}

.p4 {
    padding: 4rem
}

.pt4 {
    padding-top: 4rem
}

.pr4 {
    padding-right: 4rem
}

.pb4 {
    padding-bottom: 4rem
}

.pl4 {
    padding-left: 4rem
}

.py4 {
    padding-top: 4rem
}

.px4 {
    padding-right: 4rem;
    padding-left: 4rem
}

.opacity-0 {
    opacity: 0
}

.flex-auto {
    flex: auto
}

.flex-1 {
    flex: 1
}

.aspect-w-1>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1
}

.aspect-h-1 {
    --tw-aspect-h: 1
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.opacity-50 {
    opacity: .5
}

.bg-base-200 {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2, oklch(var(--b2) / var(--tw-bg-opacity)))
}

.rounded-sm {
    border-radius: .125rem
}

.justify-center {
    justify-content: center
}

.cursor-pointer {
    cursor: pointer
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fixed {
    position: fixed
}

.text-center {
    text-align: center
}

.p-4 {
    padding: 1rem
}

.min-h-full {
    min-height: 100%
}

@media (min-width: 640px) {
    .sm\:max-w-xl {
        max-width: 36rem
    }

    .sm\:w-full {
        width: 100%
    }
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.text-left {
    text-align: left
}

.bg-base-100 {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b1, oklch(var(--b1) / var(--tw-bg-opacity)))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.w-full {
    width: 100%
}

video {
    max-width: 100%;
    height: auto
}

.p-1\.5 {
    padding: .375rem
}

.inline-flex {
    display: inline-flex
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    backdrop-filter: var(--tw-backdrop-blur)
}

.opacity-100 {
    opacity: 1
}

.bg-\[\#0006\] {
    background-color: #0006
}

.z-50 {
    z-index: 50
}

body h1,
body .h1 {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: var(--color-accent-1);
    letter-spacing: .01em;
    font-weight: 700;
    font-style: normal;
    font-size: var(--text-h1);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

body h2,
body .h2 {
    position: relative;
    display: block;
    margin-top: 2rem;
    margin-bottom: .5rem;
    color: var(--color-accent-2);
    text-transform: none;
    letter-spacing: normal;
    font-weight: 700;
    font-size: var(--text-h2)
}

body h3 {
    color: var(--color-accent-2);
    text-decoration: underline;
    font-weight: 700;
    font-size: var(--text-h3)
}

body h4,
body h5,
body h6 {
    display: inline;
    text-decoration: none;
    color: var(--color-accent-3);
    font-weight: 700;
    font-size: var(--text-h4)
}

body h3,
body h4,
body h5,
body h6 {
    margin-top: .9rem;
    margin-bottom: .5rem
}

body hr {
    border: .5px dashed var(--color-accent-3);
    opacity: .5;
    margin: 1.25rem 0
}

body strong {
    font-weight: 700
}

body em,
body cite {
    font-style: italic
}

body sup,
body sub {
    position: relative;
    vertical-align: baseline;
    font-size: var(--text-xs);
    line-height: 0
}

body sup {
    top: -.5rem
}

body sub {
    bottom: -.2rem
}

body small {
    font-size: var(--text-sm)
}

body acronym,
body abbr {
    border-bottom: 1px dotted
}

body ul,
body ol,
body dl {
    line-height: 1.725
}

body ul ul,
body ol ul,
body ul ol,
body ol ol {
    margin-top: 0;
    margin-bottom: 0
}

body ol {
    list-style: decimal
}

body dt {
    font-weight: 700
}

body table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: var(--text-xs);
    overflow: auto;
    display: block
}

body th {
    padding: .5rem;
    border-bottom: 1px dashed #666;
    color: var(--color-accent-2);
    font-weight: 700;
    font-size: var(--text-th)
}

body td {
    padding: 0 .5rem;
    border-bottom: none;
    font-size: var(--text-sm)
}

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
    border-top: 2px solid var(--color-text);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    height: 100%;
    background-color: var(--color-background);
    color: var(--color-text);
    font-weight: 400;
    font-size: var(--text);
    font-family: var(--higan-font-family);
    line-height: 1.725;
    text-rendering: geometricPrecision;
    flex: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.content {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    overflow-wrap: break-word
}

.mh-full {
    min-height: 100vh
}

.content p {
    hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto
}

.content code {
    hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -webkit-hyphens: manual
}

.content a {
    color: var(--color-text);
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-text) .3125rem, var(--color-text));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

.content a:hover {
    background-image: linear-gradient(transparent, transparent .25rem, var(--color-link) .25rem, var(--color-link))
}

.content a.icon {
    background: none
}

.content a.icon:hover {
    color: var(--color-link)
}

.content h1 a,
.content .h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
    background: none;
    color: inherit;
    text-decoration: none
}

.content h1 a:hover,
.content .h1 a:hover,
.content h2 a:hover,
.content h3 a:hover,
.content h4 a:hover,
.content h5 a:hover,
.content h6 a:hover {
    background-image: linear-gradient(transparent, transparent .375rem, var(--color-link) .375rem, var(--color-link));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

.content h6 a {
    background: none;
    color: inherit;
    text-decoration: none
}

.content h6 a:hover {
    background-image: linear-gradient(transparent, transparent 6px, var(--color-link) 6px, var(--color-link));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

@media (min-width: 540px) {
    .image-wrap {
        flex-direction: row;
        margin-bottom: 2rem
    }

    .image-wrap .image-block {
        flex: 1 0 35%;
        margin-right: 2rem
    }

    .image-wrap p {
        flex: 1 0 65%
    }
}

.max-width {
    max-width: 48rem
}

@media (max-width: 767px) {
    .max-width {
        max-width: 100%
    }
}

@media (min-width: 1199px) and (max-width: 1536px) {
    .max-width {
        max-width: 52rem
    }
}

@media (min-width: 1537px) and (max-width: 2000px) {
    .max-width {
        max-width: 52rem
    }
}

@media (min-width: 2001px) {
    .max-width {
        max-width: 52rem
    }
}

@media (max-width: 480px) {
    .px3 {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .my4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

@media (min-width: 480px) {
    p {
        text-align: start
    }
}

#header {
    margin: 0 auto 2rem;
    width: 100%;
    align-items: center
}

#header #title {
  display: flex;
  align-items: center;
}

#header h1,
#header .h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-text);
    letter-spacing: .01em;
    font-weight: 700;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
#header .hlast {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--color-text);
    letter-spacing: .01em;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25rem;
    line-height: 1.5rem;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

@media (max-width: 640px) {
  #header a {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  #header h1,
  #header .h1 {
      margin-top: 0;
      margin-bottom: 0;
      color: var(--color-text);
      letter-spacing: .01em;
      font-weight: 700;
      font-style: normal;
      font-size: 2.25rem;
      line-height: 2rem;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      text-align: center;
  }
  #header #title {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

/* #header h1 {
    text-align: center;
  } */

#header a {
    background: none;
    color: inherit;
    text-decoration: none;
    display: flex;          /* ✅ 启用 Flexbox */
    align-items: center;    /* ✅ 垂直居中对齐 */
    gap: 1.25rem;           /* ✅ 替代 margin-right，更现代 */
}

#header #logo {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: .3125rem;
    /* background-size: 3.125rem 3.125rem; */
    background-size: cover;
    flex-shrink: 0;     
    background-repeat: no-repeat
}

.avatar-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.circle-avatar {
    border-radius: 50% !important;
    box-shadow: 0 0 0 1px var(--color-avatar-border)
}

#header #nav {
    color: var(--color-accent-1);
    letter-spacing: .01em;
    font-style: normal;
    font-weight: 400;
    font-size: var(--text-sm)
}

#header #nav ul {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    line-height: .9375rem
}

#header #nav ul a {
    margin-right: .9375rem;
    font-size: var(--text);
    color: var(--color-accent-1)
}

#header #nav ul a:hover {
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-accent-1) .3125rem, var(--color-accent-1));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

#header #nav ul li {
    display: inline-block;
    margin-right: .9375rem;
    border-right: 1px dotted;
    border-color: var(--color-accent-1);
    vertical-align: middle
}

#header #nav ul .icon {
    display: none
}

#header #nav ul li:last-child {
    margin-right: 0;
    border-right: 0
}

#header #nav ul li:last-child a {
    margin-right: 0
}

#header:hover #logo {
    filter: none;
    -webkit-filter: none
}

@media screen and (max-width: 480px) {
    #header #title {
        display: table;
        margin-right: 5rem;
        min-height: 3.125rem
    }

    #header #title h1 {
        display: table-cell;
        vertical-align: middle
    }

    #header #nav ul a:hover {
        background: none
    }

    #header #nav ul li {
        display: none;
        border-right: 0
    }

    #header #nav ul li.icon {
        position: absolute;
        top: 4.8125rem;
        right: 1rem;
        display: inline-block
    }

    #header #nav ul li.icon.iconify {
        color: var(--color-accent-1)
    }

    #header #nav ul.responsive li {
        display: block
    }

    #header #nav li:not(:first-child) {
        padding-top: 1rem;
        padding-left: 4.375rem;
        font-size: 1rem
    }
}

#header-post {
    position: fixed;
    top: 2rem;
    right: 0;
    display: inline-block;
    float: right;
    z-index: 100
}

#header-post a {
    background: none;
    color: inherit;
    text-decoration: none
}

#header-post a.icon {
    background: none
}

#header-post a.icon:hover {
    color: var(--color-link)
}

#header-post ol {
    list-style-type: none
}

#header-post ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

#header-post ul li {
    display: inline-block;
    margin-right: .9375rem;
    vertical-align: middle
}

#header-post ul li:last-child {
    margin-right: 0
}

#header-post #menu-icon {
    float: right;
    margin-right: 2rem;
    margin-left: .9375rem
}

#header-post #menu-icon:hover {
    color: var(--color-accent-1)
}

#header-post #menu-icon-tablet {
    float: right;
    margin-right: 2rem;
    margin-left: .9375rem
}

#header-post #menu-icon-tablet:hover {
    color: var(--color-accent-1)
}

#header-post #top-icon-tablet {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    margin-right: 2rem;
    margin-left: .9375rem
}

#header-post #top-icon-tablet:hover,
#header-post .active {
    color: var(--color-accent-1)
}

#header-post #menu {
    visibility: hidden;
    margin-right: 2rem
}

#header-post #nav {
    color: var(--color-accent-1);
    letter-spacing: .01em;
    font-style: normal;
    font-size: var(--text-sm)
}

#header-post #nav ul {
    line-height: .9375rem
}

#header-post #nav ul a {
    margin-right: .9375rem;
    color: var(--color-accent-1)
}

#header-post #nav ul a:hover {
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-accent-1) .3125rem, var(--color-accent-1));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

#header-post #nav ul li {
    border-right: 1px dotted var(--color-accent-1)
}

#header-post #nav ul li:last-child {
    margin-right: 0;
    border-right: 0
}

#header-post #nav ul li:last-child a {
    margin-right: 0
}

#header-post #actions {
    float: right;
    margin-top: 2rem;
    margin-right: 2rem;
    width: 100%;
    text-align: right
}

#header-post #actions ul {
    display: block
}

#header-post #actions .info {
    display: block;
    font-style: italic
}

#header-post #share {
    clear: both;
    padding-top: 1rem;
    padding-right: 2rem;
    text-align: right
}

#header-post #share li {
    display: block;
    margin: 0
}

.toc-child:has(.toc-active),
.toc-active+.toc-child {
    display: block
}

.toc-child {
    display: none
}

#header-post #toc {
    float: right;
    clear: both;
    overflow: auto;
    margin-top: 1rem;
    padding-right: 2rem;
    max-width: 20em;
    max-height: calc(95vh - 7rem);
    text-align: right;
    font-size: var(--text)
}

#header-post #toc .toc-text {
    word-wrap: break-word
}

#header-post #toc a:hover {
    color: var(--color-link)
}

#header-post #toc .toc-level-1>.toc-link {
    display: none
}

#header-post #toc .toc-level-2>.toc-link-h2 {
    font-weight: 500
}

#header-post #toc .toc-level-2 {
    color: var(--toc-level-2);
    font-size: var(--text-toc-level-2)
}

#header-post #toc .toc-level-2:before {
    color: var(--color-accent-1);
    content: "#";
    padding-right: .3125rem
}

#header-post #toc .toc-level-3 {
    color: var(--toc-level-3);
    font-size: var(--text-toc-level-3)
}

#header-post #toc .toc-level-4 {
    color: var(--toc-level-4);
    font-size: var(--text-toc-level-4)
}

#header-post #toc .toc-level-5,
#header-post #toc .toc-level-6,
#header-post #toc .toc-number {
    display: none
}

#header-post .toc-active {
    color: var(--color-accent-1)
}

#header-post .is-active-link:before {
    background-color: var(--color-accent-1)
}

#header-post .is-collapsible {
    transition: all 40ms ease-in-out
}

@media screen and (max-width: 500px) {
    #header-post {
        display: none
    }
}

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

    #header-post #menu-icon,
    #header-post #actions {
        display: none
    }
}

@media screen and (max-width: 1199px) {
    #header-post #toc {
        display: none
    }
}

@media screen and (min-width: 900px) {

    #header-post #menu-icon-tablet,
    #header-post #top-icon-tablet {
        display: none !important
    }
}

@media screen and (min-width: 1199px) {
    #header-post #actions {
        width: auto
    }

    #header-post #actions ul {
        display: inline-block;
        float: right
    }

    #header-post #actions .info {
        display: inline;
        float: left;
        margin-right: 2rem;
        font-style: italic
    }
}

#footer-post {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000000;
    width: 100%;
    border-top: 1px solid #666;
    background: var(--color-footer-mobile-3);
    transition: opacity .2s
}

#footer-post a {
    background: none;
    color: inherit;
    text-decoration: none
}

#footer-post a.icon {
    background: none
}

#footer-post a.icon:hover {
    color: var(--color-link)
}

#footer-post #nav-footer {
    padding-right: 1rem;
    padding-left: 1rem;
    background: var(--color-footer-mobile-2);
    text-align: center
}

#footer-post #nav-footer a {
    color: var(--color-accent-1);
    font-size: 1em
}

#footer-post #nav-footer a:hover {
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-accent-1) .3125rem, var(--color-accent-1));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

#footer-post #nav-footer ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

#footer-post #nav-footer ul li {
    display: inline-table;
    padding: .625rem;
    width: 20%;
    vertical-align: middle
}

#footer-post #actions-footer {
    overflow: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    text-align: center;
    white-space: nowrap
}

#footer-post #actions-footer a {
    display: inline-block;
    padding-left: 1rem;
    color: var(--color-accent-1)
}

#footer-post #share-footer {
    padding-right: 1rem;
    padding-left: 1rem;
    background: var(--color-footer-mobile-2);
    text-align: center
}

#footer-post #share-footer ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none
}

#footer-post #share-footer ul li {
    display: inline-table;
    padding: .625rem;
    width: 20%;
    vertical-align: middle
}

#footer-post #toc-footer {
    clear: both;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: var(--color-footer-mobile-2);
    text-align: left
}

#footer-post #toc-footer ol {
    margin: 0;
    padding-left: 1.25rem;
    list-style-type: none
}

#footer-post #toc-footer ol li {
    line-height: 1.875rem
}

#footer-post #toc-footer a:hover {
    color: var(--color-link)
}

#footer-post #toc-footer .toc-level-1>.toc-link {
    display: none
}

#footer-post #toc-footer .toc-level-2 {
    color: var(--color-text);
    font-size: var(--text-sm)
}

#footer-post #toc-footer .toc-level-2:before {
    color: var(--color-accent-1);
    content: "#"
}

#footer-post #toc-footer .toc-level-3 {
    color: #666;
    font-size: .7rem;
    line-height: .9375rem
}

#footer-post #toc-footer .toc-level-4,
#footer-post #toc-footer .toc-level-5,
#footer-post #toc-footer .toc-level-6,
#footer-post #toc-footer .toc-number {
    display: none
}

@media screen and (min-width: 500px) {
    #footer-post-container {
        display: none
    }
}

.group:hover .post-card-hover {
    opacity: 1;
    background-color: var(--color-card-hover);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform;
    transform: translate(0) rotate(0) skew(0) skewY(0) scaleX(.95) scaleY(.95);
    transition-duration: .15s
}

.post-list {
    padding: 0;
    margin: 0
}

.post-list .post-item {
    margin-bottom: 1rem;
    margin-left: 0;
    list-style-type: none
}

.post-list .post-item .meta {
    display: block;
    margin-right: 1rem;
    color: var(--color-time);
    font-size: var(--text);
    white-space: nowrap
}

@media (min-width: 480px) {
    .post-list .post-item {
        display: flex;
        margin-bottom: .3125rem
    }

    .post-list .post-item .meta {
        text-align: right
    }
}

.project-list {
    padding: 0;
    list-style: none
}

.project-list .project-item {
    margin-bottom: .3125rem
}

.project-list .project-item p {
    display: inline
}

.title-upper-case {
    text-transform: uppercase !important
}

article {
    min-height: 100%;
    flex: auto;
    display: flex;
    flex-direction: column
}

article header .posttitle {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    font-size: 1.5em;
    line-height: 1.25
}

article header .meta {
    margin-top: 0;
    margin-bottom: 1rem
}

article header .meta * {
    color: var(--color-accent-3);
    font-size: var(--text-sm)
}

article header .author {
    text-transform: uppercase;
    letter-spacing: .01em;
    font-weight: 700
}

article header .postdate {
    display: inline
}

article .content h2:before {
    position: absolute;
    top: -.25rem;
    left: -1rem;
    color: var(--color-accent-1);
    content: "#";
    font-weight: 700;
    font-size: 1.2rem
}

article .content img,
article .content video {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto
}

a img {
    display: inherit !important
}

a:has(img) {
    background-image: none !important
}

article .content .video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    height: 0
}

article .content .video-container iframe,
article .content .video-container object,
article .content .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%
}

article .content blockquote {
    margin: 1rem .625rem;
    padding: .5em .625rem;
    background: inherit;
    color: var(--color-quote);
    quotes: "\201c" "\201d" "\2018" "\2019";
    font-weight: 700
}

article .content blockquote p {
    margin: 0
}

article .content blockquote:before {
    margin-right: .25em;
    color: var(--color-quote);
    content: "\201c";
    vertical-align: -.4em;
    font-size: 2em;
    line-height: .1em
}

article .content blockquote footer {
    margin: line-height 0;
    color: var(--color-meta);
    font-size: var(--text-xs)
}

article .content blockquote footer a {
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-meta) .3125rem, var(--color-meta));
    color: var(--color-meta)
}

article .content blockquote footer a:hover {
    background-image: linear-gradient(transparent, transparent .25rem, var(--color-meta-code) .25rem, var(--color-meta-code));
    color: var(--color-meta-code)
}

article .content blockquote footer cite:before {
    padding: 0 .5em;
    content: "\2014"
}

article .content .pullquote {
    margin: 0;
    width: 45%;
    text-align: left
}

article .content .pullquote.left {
    margin-right: 1em;
    margin-left: .5em
}

article .content .pullquote.right {
    margin-right: .5em;
    margin-left: 1em
}

article .content .caption {
    position: relative;
    display: block;
    margin-top: .5em;
    color: var(--color-meta);
    text-align: center;
    font-size: .9em
}

.divide {
    height: 0;
    color: inherit;
    border-color: var(--color-divide);
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-top-width: 1px !important
}

.posttitle {
    text-transform: none;
    font-size: 1.5em;
    line-height: 1.25
}

.article-tag .tag-link {
    background-image: linear-gradient(transparent, transparent .625rem, var(--color-link) .625rem, var(--color-link));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

.article-tag .tag-link:before {
    content: "#"
}

.article-category .category-link {
    background-image: linear-gradient(transparent, transparent .625rem, var(--color-link) .625rem, var(--color-link));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

@media (min-width: 480px) {

    .article-tag,
    .article-category {
        display: inline
    }

    .article-tag:before,
    .article-category:before {
        content: "|"
    }
}

#archive {
    flex: auto
}

#archive .post-list {
    padding: 0
}

#archive .post-list .post-item {
    margin-bottom: 1rem;
    margin-left: 0;
    list-style-type: none
}

#archive .post-list .post-item .meta {
    display: block;
    margin-right: 1rem;
    color: var(--color-meta);
    font-size: var(--text)
}

@media (min-width: 480px) {
    #archive .post-list .post-item {
        display: flex;
        margin-bottom: .3125rem;
        margin-left: 1rem
    }

    #archive .post-list .post-item .meta {
        text-align: right
    }
}

.blog-post-comments {
    margin-top: 4rem
}

#footer {
    margin-bottom: .625rem;
    width: 100%;
    color: var(--color-footer-mobile-1);
    vertical-align: top;
    text-align: center;
    font-size: var(--text-xs);
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: end;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem
}

#footer .info,
#footer .copyright {
    display: inline-block;
    white-space: nowrap
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.25rem
}

#footer li {
    display: inline-block;
    margin-right: .9375rem;
    border-right: 1px solid;
    border-color: var(--color-footer-mobile-1);
    vertical-align: middle
}

#footer li a {
    margin-right: .9375rem
}

#footer li:last-child {
    margin-right: 0;
    border-right: 0
}

#footer li:last-child a {
    margin-right: 0
}

#footer a {
    color: var(--color-footer-mobile-1);
    text-decoration: underline;
    background-image: none
}

#footer a:hover {
    color: var(--color-meta-code)
}

#footer .footer-left {
    vertical-align: middle;
    line-height: 1.25rem
}

.pagination {
    display: inline-block;
    margin-top: 1rem;
    width: 100%;
    text-align: center
}

.pagination .page-number {
    color: var(--color-text);
    font-size: var(--text-sm)
}

.pagination a {
    padding: .25rem .375rem;
    border-radius: .3125rem;
    background-image: none;
    color: var(--color-text);
    text-decoration: none
}

.pagination a:hover {
    background-image: none
}

.pagination a:hover:not(.active) {
    color: var(--color-accent-2)
}

.search-input {
    padding: .25rem .4375rem;
    width: 100%;
    outline: none;
    border: solid 1px var(--color-accent-3);
    border-radius: .3125rem;
    background-color: var(--color-background);
    color: var(--color-text);
    font-size: 1.2rem;
    -webkit-border-radius: .3125rem;
    -moz-border-radius: .3125rem
}

.search-input:focus {
    border: solid 1px var(--color-accent-1)
}

#search-result ul.search-result-list {
    padding: 0;
    list-style-type: none
}

#search-result li {
    margin: 2em auto
}

#search-result a.search-result-title {
    background-image: none;
    color: var(--color-text);
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2
}

#search-result p.search-result {
    overflow: hidden;
    margin: .4em auto;
    max-height: 13em;
    text-align: justify;
    font-size: .8em
}

#search-result em.search-keyword {
    border-bottom: 1px dashed var(--color-link);
    color: var(--color-link);
    font-weight: 700
}

.search-no-result {
    display: none;
    padding-bottom: .5em;
    color: var(--color-text)
}

#tag-cloud .tag-cloud-title {
    color: var(--color-meta)
}

#tag-cloud .tag-cloud-tags {
    clear: both;
    text-align: center
}

#tag-cloud .tag-cloud-tags a {
    display: inline-block;
    margin: .625rem
}

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: .2em .5em;
    -webkit-font-smoothing: subpixel-antialiased;
    color: var(--color-background);
    font-weight: 400;
    font-size: var(--text-xs);
    line-height: 1.725;
    text-rendering: geometricPrecision;
    text-align: center;
    word-wrap: break-word;
    white-space: pre;
    content: attr(aria-label);
    background: var(--color-text);
    border-radius: .25rem;
    opacity: 0
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: var(--color-text);
    pointer-events: none;
    content: "";
    border: .375rem solid transparent;
    opacity: 0
}

.tooltipped:hover:before,
.tooltipped:active:before,
.tooltipped:focus:before,
.tooltipped:hover:after,
.tooltipped:active:after,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none;
    animation-name: tooltip-appear;
    animation-duration: .1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in
}

.tooltipped-s:after,
.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: .375rem
}

.tooltipped-s:before,
.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -.4375rem;
    margin-right: -.375rem;
    border-bottom-color: var(--color-text)
}

.tooltipped-sw:after {
    margin-right: -1rem
}

.tooltipped-s:after {
    transform: translate(50%)
}

@-moz-keyframes tooltip-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tooltip-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes tooltip-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tooltip-appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#categories .category-list-title,
#categories .category-list .category-list-item .category-list-count {
    color: var(--color-meta)
}

#categories .category-list .category-list-item .category-list-count:before {
    content: " ("
}

#categories .category-list .category-list-item .category-list-count:after {
    content: ")"
}

.photos .photo-list {
    list-style: none
}

.photos .photo-image {
    margin-bottom: .9375rem
}

.photo-list li:last-child {
    margin-bottom: 0
}

.photos .pagination {
    margin-bottom: .9375rem
}

#links li {
    list-style: none;
    color: var(--color-text)
}

#links a,
#links a:hover {
    text-decoration: none;
    background-image: none
}

#links .fir-clickcircle {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 6.25rem;
    border: 1px solid var(--color-footer-mobile-2);
    cursor: pointer
}

#links .fir-image-figure {
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: .3125rem;
    position: relative;
    text-decoration: none
}

#links .fir-image-figure .caption,
.fir-image-figure figcaption {
    padding-left: .9375rem
}

#links .fir-image-figure .fig-author-figure-title {
    font-weight: 400
}

#links .fir-image-figure .fig-author-figure-description {
    margin-top: .125rem;
    color: var(--color-meta)
}

#links .fir-imageover {
    position: relative;
    display: flex
}

.moment .moment-comment {
    margin-top: 1rem
}

.moment .moment-comment:target {
    display: block
}

.moment .post-list li {
    list-style: none
}

.moment .post-list .moment-item {
    padding-bottom: 1.5rem
}

.moment .post-list a {
    text-decoration: none;
    background: none
}

.moment .momemt-content {
    word-break: break-word
}

.moment .momemt-content a {
    color: var(--color-text);
    text-decoration: none;
    background-image: linear-gradient(transparent, transparent .3125rem, var(--color-text) .3125rem, var(--color-text));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

.moment .momemt-content a:hover {
    background-image: linear-gradient(transparent, transparent .25rem, var(--color-link) .25rem, var(--color-link))
}

.moment-content-box {
    box-shadow: 1px 3px 15px #8c959f26;
    padding: 1rem
}

.moment-body .momemt-content li {
    list-style: initial !important
}

.moment-body .momemt-content p {
    text-align: left;
    word-wrap: break-word
}

.moment .post-list .operation {
    color: var(--color-text);
    padding-top: .5rem
}

.moment .avatar-user {
    border-radius: 50% !important
}

.moment .avatar {
    background-color: var(--color-background);
    box-shadow: 0 0 0 1px #1b1f2426;
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    overflow: hidden;
    vertical-align: middle
}

.moment .color-fg-muted {
    color: var(--color-accent-3)
}

.moment .moment-header {
    padding-bottom: .375rem
}

.moment .medium {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr
}

.moment .medium img {
    max-height: 9rem;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.moment .tag {
    background-image: none !important;
    background-color: var(--color-background-code) !important;
    color: var(--color-accent-1) !important;
    padding: 0 6px;
    border-radius: 5px;
    box-shadow: 0 0 6px var(--color-footer-mobile-2);
    text-decoration: none;
    font-size: var(--text-sm)
}

.moment .tag:before {
    content: "#"
}

@media (width < 768px) {
    .moment ul {
        margin-block-start: 0;
        padding-inline-start: 0
    }
}

.author .head-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.author .profile-wrap {
    margin: 0 auto;
    padding: 1.25rem 0;
    color: var(--color-text);
    backdrop-filter: blur(1px)
}

.author .profile-content {
    text-align: center;
    margin: 0 auto;
    overflow: hidden
}

.author .profile-avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: .1rem solid #eae9e7;
    margin: 0 auto
}

.author .profile-nickname-container {
    margin: 0 auto;
    text-align: center;
    font-size: 1rem
}

.author .profile-nickname {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 600
}

.author .profile-bio {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    color: var(--color-accent-2)
}

.color-accent-1 {
    color: var(--color-accent-1)
}

.color-accent-3 {
    color: var(--color-accent-3)
}

.color-text {
    color: var(--color-text)
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.items-start {
    align-items: flex-start
}

.hidden {
    display: none
}

.md\:grid {
    display: grid
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-x-0 {
    left: 0rem;
    right: 0rem
}

.-inset-y-2 {
    top: -.5rem;
    bottom: -.5rem
}

.-inset-x-4 {
    left: -1rem;
    right: -1rem
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.static {
    position: static
}

.max-w-3xl {
    max-width: 48rem
}

.text-zinc-800 {
    color: rgb(39 39 42 / var(--tw-text-opacity));
    --tw-text-opacity: 1
}

.tracking-tight {
    letter-spacing: -.025em
}

.font-semibold {
    font-weight: 600
}

.text-base {
    font-size: 1rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem
}

.pl-3\.5 {
    padding-left: .875rem
}

.order-first {
    order: -9999
}

.-z-20 {
    z-index: -20
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.font-medium {
    font-weight: 500
}

.text-sm,
.text-xs {
    line-height: 1.5rem
}

.m-0 {
    margin: 0
}

.mb-0 {
    margin-bottom: 0
}

.mt-2 {
    margin-top: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-16 {
    margin-top: 4rem
}

.p-0 {
    padding: 0
}

.px-4 {
    padding-right: 1rem;
    padding-left: 1rem
}

.items-center {
    align-items: center
}

.left-0 {
    left: 0
}

.bg-zinc-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(228 228 231 / var(--tw-bg-opacity))
}

.rounded-full {
    border-radius: 9999px
}

.w-0\.5 {
    width: .125rem
}

.h-4 {
    height: 1rem
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse))
}

@media (max-width: 768px) {
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {
    .md:items-baseline {
        align-items: baseline
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3
    }

    .md\:hidden {
        display: none
    }

    .md\:block {
        display: block
    }
}

@media (min-width: 640px) {
    .sm\:rounded-2xl {
        border-radius: 1rem
    }

    .sm\:-inset-x-6 {
        left: -1.5rem;
        right: -1.5rem
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }
}

.no-underline {
    text-decoration: none !important
}

.wb-break-all {
    word-break: break-all !important
}

.d-inline-block {
    display: inline-block !important
}

.highlight {
    overflow-x: auto;
    margin: 0;
    background: var(--color-highlight-background);
    color: var(--color-background-code)
}

.highlight .code .comment,
.highlight .code .quote {
    color: #969896;
    font-style: italic
}

.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .addition {
    color: #c9c
}

.highlight .code .number,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo {
    color: #f99157
}

.highlight .code .string,
.highlight .code .doctag,
.highlight .code .regexp {
    color: #8abeb7
}

.highlight .code .title,
.highlight .code .name,
.highlight .code .section,
.highlight .code .built_in {
    color: #b5bd68
}

.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .selector-id,
.highlight .code .class .title {
    color: #fc6
}

.highlight .code .section,
.highlight .code .name,
.highlight .code .strong {
    font-weight: 700
}

.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .link {
    color: #f99157
}

.highlight .code .deletion {
    color: #dc322f
}

.highlight .code .formula {
    background: var(--color-accent-2) 8 d5
}

.highlight .code .attr,
.highlight .code .attribute {
    color: #81a2be
}

.highlight .code .emphasis {
    font-style: italic
}

code {
    padding: 0 .3125rem;
    border: 1px dotted var(--color-meta);
    border-radius: .125rem;
    font-family: var(--higan-font-family)
}

.highlight code {
    border: none;
    border-radius: unset
}

pre {
    overflow-x: auto;
    padding: .625rem .9375rem;
    padding-bottom: 0;
    font-size: var(--text-sm);
    line-height: 1.375rem;
    font-family: var(--higan-font-family)
}

pre code {
    display: block;
    padding: 1em;
    border: none;
    font-family: var(--higan-font-family)
}

.highlight figcaption {
    margin: -.3125rem 0 .3125rem;
    color: var(--color-meta);
    font-size: .9em;
    zoom: 1
}

.highlight figcaption a {
    float: right;
    color: var(--color-meta);
    font-style: italic;
    font-size: .8em;
    background-image: linear-gradient(transparent, transparent .625rem, var(--color-link) .625rem, var(--color-link));
    background-position: bottom;
    background-size: 100% .375rem;
    background-repeat: repeat-x
}

.highlight figcaption a:hover {
    color: #858585
}

.highlight figcaption:after {
    clear: both
}

.highlight:hover .btn-copy {
    opacity: 1
}

.highlight .btn-copy {
    font-size: 1.2rem;
    position: absolute;
    right: 1.25rem;
    opacity: 0;
    transition: opacity .2s ease-in
}

.highlight .btn-copy svg {
    width: 1.2rem;
    height: 1.2rem
}

.highlight .btn-copy:hover {
    color: var(--color-accent-1)
}

.highlight pre {
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

.highlight table {
    width: auto
}

.highlight td.gutter {
    text-align: right;
    opacity: .2
}

.highlight .line {
    height: 1.375rem
}

/*!
 * GitHub Light v0.5.0
 * Copyright (c) 2012 - 2017 GitHub, Inc.
 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE)
 */
.pl-c {
    color: #6a737d
}

.pl-c1,
.pl-s .pl-v {
    color: #005cc5
}

.pl-e,
.pl-en {
    color: #6f42c1
}

.pl-smi,
.pl-s .pl-s1 {
    color: #24292e
}

.pl-ent {
    color: #22863a
}

.pl-k {
    color: #d73a49
}

.pl-s,
.pl-pds,
.pl-s .pl-pse .pl-s1,
.pl-sr,
.pl-sr .pl-cce,
.pl-sr .pl-sre,
.pl-sr .pl-sra {
    color: #032f62
}

.pl-v,
.pl-smw {
    color: #e36209
}

.pl-bu {
    color: #b31d28
}

.pl-ii {
    color: #fafbfc;
    background-color: #b31d28
}

.pl-c2 {
    color: #fafbfc;
    background-color: #d73a49
}

.pl-c2:before {
    content: "^M"
}

.pl-sr .pl-cce {
    font-weight: 700;
    color: #22863a
}

.pl-ml {
    color: #735c0f
}

.pl-mh,
.pl-mh .pl-en,
.pl-ms {
    font-weight: 700;
    color: #005cc5
}

.pl-mi {
    font-style: italic;
    color: #24292e
}

.pl-mb {
    font-weight: 700;
    color: #24292e
}

.pl-md {
    color: #b31d28;
    background-color: #ffeef0
}

.pl-mi1 {
    color: #22863a;
    background-color: #f0fff4
}

.pl-mc {
    color: #e36209;
    background-color: #ffebda
}

.pl-mi2 {
    color: #f6f8fa;
    background-color: #005cc5
}

.pl-mdr {
    font-weight: 700;
    color: #6f42c1
}

.pl-ba {
    color: #586069
}

.pl-sg {
    color: #959da5
}

.pl-corl {
    text-decoration: underline;
    color: #032f62
}

.resume-section {
  display: grid;
  grid-template-columns: 4fr 1.3fr; /* 左侧文字自适应，右侧图片固定宽 */
  gap: 2rem;
  align-items: start;
}

.resume-image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}

.resume-text {
  margin: 0;
}

/* 小屏：单列，图片在上，文字在下 */
@media (max-width: 640px) {
  .resume-section {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: center;
    flex-direction: row;
  }

  .resume-image {
    max-width: 120px; /* 小屏图片不宜过大 */
    justify-self: center;
  }
}