:root{--color-base-white: 0, 0%;--color-base-black: 240, 100%;--color-base-gray: 215, 14%;--color-base-blue: 212, 100%;--color-base-blue-dark: 212, 72%;--color-base-green: 158, 79%;--color-base-orange: 22, 100%;--color-base-purple: 269, 79%;--color-base-red: 351, 100%;--color-base-yellow: 41, 100%;--color-gray-5: var(--color-base-gray), 5%;--color-gray-10: var(--color-base-gray), 10%;--color-gray-20: var(--color-base-gray), 20%;--color-gray-30: var(--color-base-gray), 30%;--color-gray-40: var(--color-base-gray), 40%;--color-gray-50: var(--color-base-gray), 50%;--color-gray-60: var(--color-base-gray), 60%;--color-gray-70: var(--color-base-gray), 70%;--color-gray-80: var(--color-base-gray), 80%;--color-gray-90: var(--color-base-gray), 90%;--color-gray-95: var(--color-base-gray), 95%;--color-blue: var(--color-base-blue), 61%;--color-blue-dark: var(--color-base-blue-dark), 39%;--color-green: var(--color-base-green), 42%;--color-orange: var(--color-base-orange), 50%;--color-purple: var(--color-base-purple), 54%;--color-red: var(--color-base-red), 54%;--color-yellow: var(--color-base-yellow), 59%;color-scheme:light;--theme-accent: #e8a15a;--theme-text-accent: #a67c52;--theme-accent-opacity: .15;--theme-divider: hsla(var(--color-gray-95), 1);--theme-text: hsla(var(--color-gray-10), 1);--theme-text-light: #333;--theme-text-light-gray: #666;--theme-text-lighter: hsla(var(--color-gray-80), 1);--theme-bg: hsla(var(--color-base-white), 100%, 1);--theme-bg-hover: hsla(var(--color-gray-95), 1);--theme-bg-offset: hsla(var(--color-gray-90), 1);--theme-bg-accent: hsla(var(--color-blue), var(--theme-accent-opacity));--theme-code-inline-bg: hsla(var(--color-gray-95), 1);--theme-code-inline-text: var(--theme-text);--theme-code-bg: hsla(217, 19%, 27%, 1);--theme-code-text: hsla(var(--color-gray-95), 1);--theme-navbar-bg: hsla(var(--color-base-white), 100%, 1, .82);--theme-navbar-height: 6rem;--theme-selection-color: #a67c52;--theme-selection-bg: #E2D7CF;--text-font: -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial;--code-text-font: Monaco, "SF Mono", Consolas, "Courier New", monospace;--scrollbar-thumb: hsla(var(--color-gray-30), 1);--scrollbar-thumb-hover: hsla(var(--color-gray-40), 1);--card-cover-gradient: linear-gradient(135deg, #f7f2ea 0%, #ece4d7 55%, #dccfbe 100%)}[data-theme=dark]{color-scheme:dark;--theme-text: #e7e9ea;--theme-text-light: var(--theme-text);--theme-text-light-gray: #ccc;--theme-divider: #555;--theme-bg: #21262b;--placeholder-gradient-start: #2c3e50;--placeholder-gradient-end: #34495e;--pagefind-ui-text: var(--theme-text);--pagefind-ui-background: #21262b;--pagefind-ui-border: #333;--pagefind-ui-tag: #333;--theme-bg-offset: hsla(var(--theme-text), 1);--waline-color: var(--theme-text);--waline-bg-color: var(--theme-bg);--waline-bg-color-hover:var(--theme-bg);--theme-navbar-bg: hsla(217, 19%, 15%, .82);--scrollbar-thumb: #3a4149;--scrollbar-thumb-hover: #4a525b;--card-cover-gradient: linear-gradient(135deg, #2c3339 0%, #262d33 55%, #1f252a 100%)}body{background:var(--theme-bg);color:var(--theme-text);letter-spacing:.6px}::-moz-selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}::selection{color:var(--theme-selection-color);background-color:var(--theme-selection-bg)}*{box-sizing:border-box;margin:0}*:focus:not(:focus-visible){outline:none}:root{--user-font-scale: 1rem - 16px;--max-width:calc(100% - 1rem)}@media (min-width: 50em){:root{--max-width: 54em}}body{display:flex;flex-direction:column;min-height:100vh;font-family:var(--text-font);font-size:1rem;line-height:1.5;max-width:100vw}nav ul{list-style:none;padding:0}.content>section>*+*{margin-top:1.25rem}.content>section>:first-child{margin-top:0}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1}h1,h2{max-width:40ch}:is(h2,h3):not(:first-child){margin-top:3rem}:is(h4,h5,h6):not(:first-child){margin-top:2rem}h1{font-size:3.25rem;font-weight:800}h2{font-size:2.5rem}h3{font-size:1.75rem}h4{font-size:1.3rem}h5{font-size:1rem}p{line-height:1.65em}.content ul{line-height:1.1em}p,.content ul{color:var(--theme-text-light)}small,.text_small{font-size:.833rem}a{font-weight:400;align-items:center;text-decoration:none}article>section :is(ul,ol)>*+*{margin-top:.75rem}article>section nav :is(ul,ol)>*+*{margin-top:inherit}article>section li>:is(p,pre,blockquote):not(:first-child){margin-top:1rem}article>section :is(ul,ol){padding-left:1em}article>section nav :is(ul,ol){padding-left:inherit}article>section nav{margin-top:1rem;margin-bottom:2rem}article>section ::marker{font-weight:700;color:var(--theme-text-light)}article>section iframe{width:100%;height:auto;aspect-ratio:16 / 9}a>code{position:relative;color:var(--theme-text-accent);background:transparent;text-underline-offset:var(--padding-block)}a>code:before{content:"";position:absolute;inset:0;display:block;background:var(--theme-accent);opacity:var(--theme-accent-opacity);border-radius:var(--border-radius)}strong{font-weight:600;color:inherit}code{--border-radius: 3px;--padding-block: .2rem;--padding-inline: .33rem;font-size:.85em;color:inherit;background-color:var(--theme-code-inline-bg);padding:var(--padding-block) var(--padding-inline);margin:calc(var(--padding-block) * -1) -.125em;border-radius:var(--border-radius);word-break:break-word}pre.astro-code>code{all:unset}pre>code{font-size:1em}table,pre{position:relative;--padding-block: 1rem;--padding-inline: 2rem;padding:var(--padding-block) var(--padding-inline);padding-right:calc(var(--padding-inline) * 2);margin-left:calc(var(--padding-inline) * -1);margin-right:calc(var(--padding-inline) * -1);line-height:1.56;font-size:.85em;overflow-y:hidden;overflow-x:auto}table{width:100%;padding:var(--padding-block) 0;margin:0;border-collapse:collapse}tr:nth-of-type(odd){background:var(--theme-bg-hover)}th{background:var(--color-black);color:var(--theme-color);font-weight:700}td,th{padding:6px;text-align:left}pre{background-color:var(--theme-code-bg);color:var(--theme-code-text)}blockquote code{background-color:var(--theme-bg)}@media (min-width: 37.75em){pre{--padding-inline: 1.25rem;border-radius:8px;margin-left:0;margin-right:0}}blockquote{margin:2rem 0;padding:1.25em 1.5rem;border-left:3px solid var(--theme-text-light);border-radius:0 .25rem .25rem 0;line-height:1.7;font-style:italic}img{max-width:100%}.flex{display:flex;align-items:center}button{justify-items:center;padding:.33em .67em;border:0;background:var(--theme-bg);display:flex;font-size:1rem;align-items:center;gap:.25em;border-radius:99em;color:var(--theme-text);background-color:var(--theme-bg)}h2.heading{font-size:1rem;font-weight:700;padding:.1rem 1rem;text-transform:uppercase;margin-bottom:.5rem}.header-link{font-size:1rem;padding:.1rem 0 .1rem 1rem;border-left:4px solid var(--theme-divider)}.header-link:hover,.header-link:focus{border-left-color:var(--theme-accent);color:var(--theme-accent)}.header-link:focus-within{color:var(--theme-text-light);border-left-color:hsla(var(--color-gray-40),1)}.header-link svg{opacity:.6}.header-link:hover svg{opacity:.8}.header-link a{display:inline-flex;gap:.5em;width:100%;padding:.15em 0}.header-link.depth-3{padding-left:2rem}.header-link.depth-4{padding-left:3rem}.header-link a{font:inherit;color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.focus\:not-sr-only:focus,.focus\:not-sr-only:focus-visible{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}:target{scroll-margin:calc(var(--theme-sidebar-offset, 5rem) + 2rem) 0 2rem}#busuanzi_container_site_pv{font-size:.9em}.seLine1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding-right:.2rem}.g-toc{padding-top:4rem;padding-left:1rem;width:100%}.g-toc li{font-size:.96em;padding-bottom:.2rem}.g-toc .toc-sub-list{padding-top:.2rem}.g-toc .toc-sub-list>li{text-indent:1em}.g-toc li .on{font-weight:700}.g-toc li a{display:block;padding:.15rem 0 .15rem .6rem;border-left:2px solid transparent;color:var(--theme-text-light-gray);text-decoration:none;transition:color .2s ease,border-color .2s ease}.g-toc li a:hover{color:var(--theme-text-accent);border-left-color:var(--theme-divider)}.g-toc li a.on{color:var(--theme-text-accent);border-left-color:var(--theme-text-accent);font-weight:600}#Jslot img{box-shadow:0 0 4px #0003}.g-toc h5{margin-bottom:1rem;font-size:.8rem;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.12em;color:var(--theme-text-light-gray)}.card-desc{color:var(--theme-text-light-gray)}html{overflow-x:clip;scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.art-card{transition:transform .25s ease,box-shadow .25s ease}.art-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #0000002e}[data-theme=dark] .art-card{outline:1px solid var(--theme-divider);outline-offset:-1px}.art-card:hover .card-title{color:var(--theme-text-accent)}.card-cover{position:relative;width:100%;height:11rem;overflow:hidden;background-image:var(--card-cover-gradient)}@media (min-width: 768px){.card-cover{height:12rem}}.card-cover:after{content:"JWeekly";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;letter-spacing:.08em;color:var(--theme-text-accent);opacity:.32;pointer-events:none}.card-cover img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transition:opacity .4s ease;z-index:1}.card-cover img.is-loaded{opacity:1}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.25rem}.post-nav-card{display:flex;flex-direction:column;gap:.35rem;padding:.9rem 1.1rem;border:1px solid var(--theme-divider);border-radius:.5rem;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.post-nav-card:hover{border-color:var(--theme-text-accent);transform:translateY(-2px)}.post-nav-card .pn-label{font-size:.8rem;color:var(--theme-text-light-gray)}.post-nav-card .pn-title{font-weight:600;color:var(--theme-text);font-size:.95rem}.post-nav-card:hover .pn-title{color:var(--theme-text-accent)}.post-nav-card.next{text-align:right;align-items:flex-end}.post-nav-card.empty{visibility:hidden}@media (max-width: 640px){.post-nav{grid-template-columns:1fr}.post-nav-card.next{text-align:left;align-items:flex-start}}.heti h2 .header-anchor,.heti h3 .header-anchor,.heti h4 .header-anchor,.heti h5 .header-anchor,.heti h6 .header-anchor{opacity:0;margin-left:.4em;font-weight:400;color:var(--theme-text-accent);text-decoration:none;transition:opacity .2s ease}.heti h2:hover .header-anchor,.heti h3:hover .header-anchor,.heti h4:hover .header-anchor,.heti h5:hover .header-anchor,.heti h6:hover .header-anchor,.heti .header-anchor:focus-visible{opacity:1}.heti .header-anchor:hover{text-decoration:none}.heti p a,.heti li a,.heti td a{color:var(--theme-text-accent);padding-block-end:1px;border-block-end:1px solid hsla(var(--color-gray-40),.5)}.heti p a:hover,.heti li a:hover,.heti td a:hover{color:var(--theme-accent);border-block-end-color:currentColor}.heti p a:has(> img),.heti li a:has(> img){border-block-end:none}.theme-toggle{position:fixed;bottom:24px;right:24px;z-index:50;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--theme-bg);border:1px solid var(--theme-divider);border-radius:9999px;box-shadow:0 4px 12px #0000001f;cursor:pointer;color:var(--theme-text);padding:0;transition:transform .2s ease,color .2s ease,box-shadow .2s ease}.theme-toggle:is(:hover,:focus-visible){transform:scale(1.08);box-shadow:0 6px 16px #0000002e}.sun-and-moon>:is(.moon,.sun,.sun-beams,.moon-circle,.moon-crater){transform-origin:center center;transition:transform .5s ease,opacity .5s ease}.sun-and-moon>:is(.moon,.sun){fill:currentColor}.theme-toggle:is(:hover,:focus-visible){color:var(--theme-accent)}.sun-and-moon>.sun-beams{stroke:currentColor;stroke-width:2px}.moon-circle{transition:transform .5s ease}[data-theme=dark] .sun-and-moon>.sun{transform:scale(1.75)}[data-theme=dark] .sun-and-moon>.sun-beams{opacity:0}[data-theme=dark] .sun-and-moon>.moon>circle{transform:translate(-7px);transition:transform .5s ease}[data-theme=dark] .moon-circle{transform:translate(-12px) scale(.92)}[data-theme=dark] .moon-crater{transform:translate(-7px)}[data-theme=light] .moon-circle,[data-theme=light] .moon-crater{opacity:0}@media (prefers-reduced-motion: reduce){.sun-and-moon>:is(.moon,.sun,.sun-beams,.moon-circle,.moon-crater){transition:none}}
