@charset "UTF-8";:root{--radius-sm: 6px;--radius-md: 10px;--color-text: #1f2e2c;--color-text-secondary: #4d605c;--color-link: #D0542D;--color-link-hover: #b84320;--color-border: #9aafaa;--color-border-hover: #849890;--color-bg: #dde5e2;--color-bg-secondary: #cfd9d5;--color-bg-card: #eef3f1;--color-accent: #3a9d7c;--color-tag: #2f8f70;--color-tag-bg: rgba(47, 143, 112, .12);--color-code-bg: #e0e8e5;--color-code-text: #1f2e2c;--color-code-inline-bg: rgba(47, 143, 112, .1);--color-code-inline-border: rgba(47, 143, 112, .28);--color-code-inline-text: #256b52;--color-disabled: #8fa099;--color-card-shadow: rgba(31, 46, 44, .12);--color-card-dim: rgba(31, 46, 44, .05);--color-row-hover: rgba(47, 143, 112, .09);--color-heading: #1a2826;--shadow-block: 4px 4px 0 #1f2e2c;--shadow-block-sm: 3px 3px 0 #1f2e2c;--shadow-block-hover: 6px 6px 0 #1f2e2c;--color-header-nav-bg: #eef3f1;--color-header-nav-border: #9aafaa;--color-header-nav-link-hover-bg: #dde5e2;--color-header-nav-toggle-bg: #dde5e2}html[data-theme=dark] .theme-toggle .icon-light{display:none!important}html[data-theme=dark] .theme-toggle .icon-dark{display:inline!important}html[data-theme=dark]{--color-text: #FFEDB7;--color-text-secondary: #c4b08a;--color-link: #4ABA94;--color-link-hover: #6fd4b2;--color-border: #3e504e;--color-border-hover: #4f6563;--color-bg: #2B3A39;--color-bg-secondary: #344645;--color-bg-card: #344645;--color-accent: #D0542D;--color-tag: #D0542D;--color-tag-bg: rgba(208, 84, 45, .15);--color-code-bg: #344645;--color-code-text: #FFEDB7;--color-code-inline-bg: rgba(208, 84, 45, .12);--color-code-inline-border: rgba(208, 84, 45, .25);--color-code-inline-text: #f09070;--color-disabled: #4f6563;--color-card-shadow: rgba(0, 0, 0, .4);--color-card-dim: rgba(255, 237, 183, .04);--color-row-hover: rgba(208, 84, 45, .08);--color-heading: #FFEDB7;--shadow-block: 4px 4px 0 #1a2625;--shadow-block-sm: 3px 3px 0 #1a2625;--shadow-block-hover: 6px 6px 0 #1a2625;--color-header-nav-bg: #364846;--color-header-nav-border: #4f6563;--color-header-nav-link-hover-bg: #2c3a38;--color-header-nav-toggle-bg: #2b3a39}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:18px;line-height:1.7;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-kerning:normal;text-rendering:optimizeLegibility;transition:color .2s ease,background-color .2s ease}a{text-decoration:none;color:var(--color-link);transition:color .15s ease}a:hover,a:focus{color:var(--color-link-hover)}::selection{background:#2f8f7047;color:var(--color-text)}blockquote{margin:1.5em 0;padding:.75em 1.5em;color:var(--color-text-secondary);background:var(--color-bg-secondary);border-radius:var(--radius-md);font-style:italic;box-shadow:var(--shadow-block-sm);border:2px solid var(--color-border);border-left:4px solid var(--color-accent)}blockquote p:first-child{margin-top:0}blockquote p:last-child{margin-bottom:0}blockquote code{font-style:normal}code,pre{font-family:Google Sans Mono,JetBrains Mono,Fira Code,Liberation Mono,Courier New,Courier,monospace;font-size:14px}code{padding:.2em .45em;border-radius:var(--radius-sm);background:var(--color-code-inline-bg);border:1.5px solid var(--color-code-inline-border);color:var(--color-code-inline-text);font-size:.85em;font-weight:500;font-variant-ligatures:none;word-break:break-word}pre{overflow-x:auto;padding:1.25em 1.5em;border-radius:var(--radius-md);border:2px solid var(--color-border);line-height:1.6;tab-size:2;box-shadow:var(--shadow-block)}pre code{padding:0;background:none;border:none;color:inherit;font-size:inherit;font-weight:inherit}.hide{display:none}.center{text-align:center}figure.highlight{margin:0}table{border-collapse:collapse;border-spacing:0;margin:1.5em 0;width:100%;border:2px solid var(--color-border);box-shadow:var(--shadow-block-sm)}table td,table th{border:1px solid var(--color-border);padding:.6em 1em}table th{background:var(--color-bg-secondary);font-weight:600;text-align:left}table tr:hover{background:var(--color-row-hover)}.pull-right{float:right}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;letter-spacing:-.02em;text-wrap:balance;color:var(--color-heading)}.wrapper{margin:0 auto;max-width:1100px;padding:0 2rem}.header{border-bottom:3px solid var(--color-text);padding:1.25rem 0;background:var(--color-bg)}.header .wrapper{display:flex;align-items:center;justify-content:space-between}.header .site-brand{display:flex;align-items:center;gap:.85rem}.header .site-avatar{flex-shrink:0}.header .site-avatar img{width:46px;height:46px;border-radius:var(--radius-sm);border:2px solid var(--color-text);box-shadow:var(--shadow-block-sm);display:block;transition:transform .15s ease,box-shadow .15s ease}.header .site-avatar:hover img{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover)}.header .site-identity{display:flex;flex-direction:column;gap:.1rem}.header .site-title{color:var(--color-text);text-decoration:none;font-size:1.3rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.header .site-title:hover{color:var(--color-link)}.header .site-social{display:flex;gap:.6rem}.header .site-social a{font-size:.72rem;color:var(--color-text-secondary);text-decoration:none;font-weight:600;transition:color .15s ease;text-transform:uppercase;letter-spacing:.03em}.header .site-social a:hover{color:var(--color-link)}.header .site-nav{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;padding:.35rem .5rem;background:var(--color-header-nav-bg);border:2px solid var(--color-header-nav-border);border-radius:var(--radius-md);box-shadow:2px 2px 0 var(--color-card-shadow)}.header .site-nav a{color:var(--color-heading);text-decoration:none;font-size:.85rem;font-weight:700;transition:all .15s ease;display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;border:2px solid transparent;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em}.header .site-nav a .material-symbols-rounded{font-size:1.15em}.header .site-nav a:hover{color:var(--color-link);border-color:var(--color-link);background:var(--color-header-nav-link-hover-bg)}.header .site-social a{display:inline-flex;align-items:center;gap:.2rem}.header .site-social a .material-symbols-rounded{font-size:1.15em}.header .site-social a .icon{width:1em;height:1em;flex-shrink:0}.header .theme-toggle{background:var(--color-header-nav-toggle-bg);border:2px solid var(--color-text);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text);box-shadow:var(--shadow-block-sm);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.header .theme-toggle .material-symbols-rounded{font-size:1.25rem}.header .theme-toggle .icon-dark{display:none}.header .theme-toggle .icon-light{display:inline}.header .theme-toggle:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);background:var(--color-header-nav-link-hover-bg)}.header .theme-toggle:active{transform:translate(2px,2px);box-shadow:none}.page-content{min-height:calc(100vh - 140px);padding:1.5rem 0 3rem}.page-content img{max-width:100%}.footer{border-top:3px solid var(--color-text);padding:2.5rem 0;text-align:center;color:var(--color-text-secondary);font-size:15.75px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.footer a{color:var(--color-text-secondary);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.15em}.footer a:hover{color:var(--color-link)}.post-layout{display:grid;grid-template-columns:1fr 280px;gap:2.5rem;align-items:start}.post-layout.no-toc{grid-template-columns:1fr}.toc-sidebar{position:sticky;top:1.5rem;max-height:calc(100vh - 3rem);overflow-y:auto;background:var(--color-bg-card);border:2px solid var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-block);padding:1.25rem;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}.toc-sidebar::-webkit-scrollbar{width:3px}.toc-sidebar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-sm)}.toc .toc-title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--color-text)}.toc .toc-list{list-style:none;margin:0;padding:0}.toc .toc-item{border-left:3px solid transparent;transition:border-color .2s ease}.toc .toc-item a{display:block;padding:.35rem 0 .35rem .75rem;font-size:.88rem;line-height:1.45;color:var(--color-text-secondary);text-decoration:none;transition:color .15s ease;font-weight:500}.toc .toc-item a:hover{color:var(--color-text)}.toc .toc-item.toc-level-1 a{padding-left:1.5rem}.toc .toc-item.toc-level-2 a{padding-left:2.25rem;font-size:.82rem}.toc .toc-item.active{border-left-color:var(--color-accent)}.toc .toc-item.active a{color:var(--color-link);font-weight:700}.toc-back-top{display:flex;align-items:center;gap:.35rem;width:100%;margin-top:1.25rem;padding:.5rem .75rem;background:var(--color-bg-secondary);border:2px solid var(--color-text);border-radius:var(--radius-sm);color:var(--color-text);font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;box-shadow:var(--shadow-block-sm);transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.toc-back-top .material-symbols-rounded{font-size:1.1em}.toc-back-top:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);background:var(--color-bg)}.toc-back-top:active{transform:translate(2px,2px);box-shadow:none}.toc-author{margin-top:1.25rem;padding-top:1.25rem;border-top:2px solid var(--color-text);display:flex;gap:.7rem;align-items:flex-start}.toc-author .toc-avatar{width:38px;height:38px;border-radius:var(--radius-sm);border:2px solid var(--color-text);flex-shrink:0}.toc-author .toc-author-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.toc-author .toc-author-name{font-size:.85rem;font-weight:700;color:var(--color-text);line-height:1.2;text-transform:uppercase}.toc-author .toc-author-desc{font-size:.75rem;color:var(--color-text-secondary);line-height:1.3}.toc-author .toc-author-links{display:flex;gap:.5rem;margin-top:.3rem}.toc-author .toc-author-links a{font-size:.75rem;font-weight:700;color:var(--color-link);text-decoration:none;text-transform:uppercase}.toc-author .toc-author-links a:hover{text-decoration:underline;text-decoration-thickness:2px}.page-about .post-content h2:before,.page-about .post-content h3:before,.page-category-index .post-content h2:before,.page-category-index .post-content h3:before{content:none}.category-index-list{list-style:none;margin:0;padding:0;display:grid;gap:.65rem}.category-index-list a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border:2px solid var(--color-text);border-radius:var(--radius-md);background:var(--color-bg-card);box-shadow:var(--shadow-block-sm);text-decoration:none;color:var(--color-text);font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.category-index-list a:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);background:var(--color-bg-secondary);color:var(--color-link)}.category-index-label{text-transform:none;letter-spacing:0}.category-index-count{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.post{min-width:0;max-width:100%}.post .post-header{margin:0 0 2.5rem;padding:1.5rem;border:2px solid var(--color-text);border-radius:var(--radius-md);background:var(--color-bg-card);box-shadow:var(--shadow-block)}.post .post-header .post-title{font-size:2.25rem;font-weight:800;margin:0 0 .6rem;letter-spacing:-.03em;line-height:1.2}@media screen and (max-width:600px){.post .post-header .post-title{font-size:1.625rem}}.post .post-header .post-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:-.15rem 0 .85rem}.post .post-header .post-tag{font-size:.72rem;font-weight:700;color:var(--color-tag);background:var(--color-tag-bg);padding:.2rem .55rem;border-radius:var(--radius-sm);border:1.5px solid var(--color-tag);text-transform:uppercase;letter-spacing:.03em}.post .post-header .post-meta{color:var(--color-text-secondary);font-size:15.75px;margin:0;letter-spacing:.01em;font-weight:600}.post .post-header .post-translation{margin:1rem 0 0;padding-top:.85rem;border-top:1px solid var(--color-border, rgba(0, 0, 0, .12));font-size:15.75px;font-weight:600}.post .post-header .post-translation-link{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link);text-underline-offset:.15em}.post .post-header .post-translation-link:hover{color:var(--color-link-hover);text-decoration-color:var(--color-link-hover)}.post .post-content{color:var(--color-text);line-height:1.75}.post .post-content>*:first-child{margin-top:0}.post .post-content a{text-decoration-line:underline;text-decoration-color:var(--color-link);text-underline-offset:.15em;text-decoration-thickness:2px;transition:text-decoration-color .2s ease,color .2s ease}.post .post-content a:hover{text-decoration-color:var(--color-link-hover)}.post .post-content h1,.post .post-content h2,.post .post-content h3,.post .post-content h4,.post .post-content h5,.post .post-content h6{color:var(--color-heading);scroll-margin-top:1rem}.post .post-content h1:before,.post .post-content h2:before,.post .post-content h3:before,.post .post-content h4:before,.post .post-content h5:before,.post .post-content h6:before{content:"#"/"";margin-right:.4em;color:var(--color-accent);font-weight:700;user-select:none}.post .post-content h1{font-size:1.625rem;margin-top:2.5em;margin-bottom:.6em;letter-spacing:-.025em}.post .post-content h2{font-size:1.375rem;margin-top:2.25em;margin-bottom:.5em;padding-bottom:.35rem;border-bottom:3px solid var(--color-accent);letter-spacing:-.02em}.post .post-content h3{font-size:1.15rem;margin-top:1.75em;margin-bottom:.4em;letter-spacing:-.01em}.post .post-content h4{font-size:1rem;margin-top:1.5em;margin-bottom:.4em;font-weight:700}.post .post-content p{margin:1.15em 0}.post .post-content>p:first-child,.post .post-content>h1:first-child+p,.post .post-content>h2:first-child+p{font-size:1.05em;line-height:1.8}.post .post-content ul,.post .post-content ol{padding-left:1.5em;margin:1em 0}.post .post-content li{margin-bottom:.3em;line-height:1.7}.post .post-content li>p{margin:.5em 0}.post .post-content li+li{margin-top:.15em}.post .post-content strong{font-weight:700;color:var(--color-text)}.post .post-content hr{border:none;border-top:3px solid var(--color-accent);margin:2.5em 0}.post .post-content pre{margin:1.75em 0}@media screen and (max-width:600px){.post .post-content pre{margin:1.25em -1rem;border-radius:var(--radius-md)}}.post .post-content img{border-radius:var(--radius-md);border:2px solid var(--color-text);box-shadow:var(--shadow-block);display:block;margin:2em auto;max-width:100%}.post .post-content .middle-image{display:block;margin:2em auto}.post .post-content table{font-size:.92em}.post .post-content .MathJax_Display,.post .post-content span.MathJax_Display{text-align:center!important}.post .post-content mjx-container[display=true]{display:block!important;text-align:center!important}.post .post-content span.MathJax:not(.MathJax_Display){display:inline!important;vertical-align:baseline}.post .post-comments{padding-top:2rem;margin-top:2.5rem;border-top:3px solid var(--color-text)}@media screen and (max-width:800px){.post-layout{grid-template-columns:1fr}.toc-sidebar{display:none}}.home .featured-section{padding:1.5rem 0 0}.home .featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.home .featured-card{display:block;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-card);text-decoration:none;border:2px solid var(--color-text);box-shadow:var(--shadow-block);transition:transform .15s ease,box-shadow .15s ease}.home .featured-card:hover{transform:translate(-3px,-3px);box-shadow:var(--shadow-block-hover);text-decoration:none}.home .featured-card:hover .featured-thumb img{transform:scale(1.04)}.home .featured-card:active{transform:translate(2px,2px);box-shadow:none}.home .featured-card .featured-thumb{aspect-ratio:16/9;overflow:hidden;background:var(--color-card-dim);border-bottom:2px solid var(--color-text)}.home .featured-card .featured-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.home .featured-card .featured-info{padding:1rem 1.25rem 1.25rem}.home .featured-card .featured-info time{font-size:.72rem;color:var(--color-text-secondary);display:block;margin-bottom:.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.home .featured-card .featured-info h2{font-size:1.1rem;font-weight:700;line-height:1.35;margin:0 0 .35rem;color:var(--color-text);letter-spacing:-.01em}.home .featured-card .featured-info p{font-size:.82rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.home .section-divider{border:none;border-top:3px solid var(--color-text);margin:2.5rem 0 0}.home .post-list-section{padding:2rem 0 1rem}.home .section-title{font-size:1rem;font-weight:800;color:var(--color-text);margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.08em;display:inline-block;background:var(--color-accent);color:#fff;padding:.3rem .75rem;border-radius:var(--radius-sm);box-shadow:var(--shadow-block-sm)}.home .post-list{display:flex;flex-direction:column;gap:0}.home .post-item{display:flex;gap:1.25rem;align-items:flex-start;padding:1.15rem 1rem;text-decoration:none;border:2px solid var(--color-text);border-bottom:none;background:var(--color-bg-card);transition:background .15s ease}.home .post-item:last-child{border-bottom:2px solid var(--color-text);border-bottom-left-radius:var(--radius-md);border-bottom-right-radius:var(--radius-md)}.home .post-item:first-child{border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md)}.home .post-item:hover{text-decoration:none;background:var(--color-bg-secondary)}.home .post-item:hover .post-thumb img{transform:scale(1.05)}.home .post-item:hover h3{color:var(--color-link)}.home .post-item .post-thumb{flex-shrink:0;width:140px;aspect-ratio:16/10;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-bg-secondary);border:2px solid var(--color-text)}.home .post-item .post-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.home .post-item .post-info{flex:1;min-width:0}.home .post-item .post-info time{font-size:.72rem;color:var(--color-text-secondary);display:block;margin-bottom:.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.home .post-item .post-info h3{font-size:1rem;font-weight:700;line-height:1.35;margin:0 0 .3rem;color:var(--color-text);transition:color .15s ease}.home .post-item .post-info p{font-size:.82rem;color:var(--color-text-secondary);line-height:1.5;margin:0 0 .4rem}.home .post-item .post-tags{display:flex;flex-wrap:wrap;gap:.35rem}.home .post-item .post-tag{font-size:.7rem;font-weight:700;color:var(--color-tag);background:var(--color-tag-bg);padding:.15rem .5rem;border-radius:var(--radius-sm);border:1.5px solid var(--color-tag);text-transform:uppercase;letter-spacing:.03em}.home .pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:2rem 0}.home .page-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:.85rem;font-weight:700;padding:.5rem 1rem;border-radius:var(--radius-sm);color:var(--color-text);text-decoration:none;border:2px solid var(--color-text);box-shadow:var(--shadow-block-sm);text-transform:uppercase;letter-spacing:.03em;transition:all .15s ease;background:var(--color-bg-card)}.home .page-btn:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);text-decoration:none;background:var(--color-bg)}.home .page-btn:active{transform:translate(2px,2px);box-shadow:none}.home .page-btn.disabled{color:var(--color-disabled);border-color:var(--color-disabled);pointer-events:none;box-shadow:none}.home .page-btn-arrow{flex-shrink:0;font-family:Google Sans Mono,JetBrains Mono,Fira Code,Liberation Mono,Courier New,Courier,monospace;font-size:1.05em;font-weight:500;line-height:1;letter-spacing:0;position:relative;top:.04em}.home .page-num{font-size:.82rem;color:var(--color-text-secondary);font-weight:700;text-transform:uppercase}.home.page-category-posts .category-posts-intro{margin:-.5rem 0 1.25rem;font-size:.88rem;color:var(--color-text-secondary);font-weight:600}.home.page-category-posts .category-posts-intro a{color:var(--color-link);text-decoration:none;font-weight:700}.home.page-category-posts .category-posts-intro a:hover{color:var(--color-link-hover);text-decoration:underline}.home.page-category-posts .category-posts-meta{color:var(--color-text-secondary)}.home.page-category-posts .category-empty{padding:1rem 0;color:var(--color-text-secondary);font-weight:600}@media screen and (max-width:800px){.home .featured-grid{gap:1rem}.home .featured-card .featured-info{padding:.75rem 1rem 1rem}.home .featured-card .featured-info h2{font-size:1rem}}@media screen and (max-width:600px){.home .featured-grid{grid-template-columns:1fr}.home .post-item .post-thumb{width:100px}.home .post-item .post-info h3{font-size:.92rem}}@media screen and (max-width:600px){.wrapper{padding:0 1rem}.header{padding:1rem 0}.header .wrapper{flex-direction:column;gap:.75rem}.header .site-brand{justify-content:center}.header .site-nav{gap:.5rem;flex-wrap:wrap;justify-content:center}}pre.astro-code,pre.shiki{background-color:#fff!important;border-radius:var(--radius-md);padding:1.25rem;overflow-x:auto;font-family:Google Sans Mono,JetBrains Mono,Fira Code,Liberation Mono,Courier New,Courier,monospace;font-size:14px;line-height:1.65;border:2px solid var(--color-border);box-shadow:var(--shadow-block-sm)}pre.astro-code code,pre.shiki code{font-family:inherit;font-size:inherit}html:not([data-theme=dark]) pre.astro-code .line span[style*="#e1e4e8"],html:not([data-theme=dark]) pre.astro-code .line span[style*="#E1E4E8"]{color:#6639ba!important}html:not([data-theme=dark]) pre.astro-code .line span[style*="225, 228, 232"]{color:#6639ba!important}html[data-theme=dark] pre.astro-code,html[data-theme=dark] pre.shiki{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important}html[data-theme=dark] pre.astro-code .line span,html[data-theme=dark] pre.shiki .line span{color:var(--shiki-dark)!important}.highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:var(--color-text);background-color:var(--color-code-bg)}.highlight .err{color:#d0542d}.highlight .c,.highlight .ch,.highlight .cd,.highlight .cm,.highlight .cpf,.highlight .c1,.highlight .cs{color:var(--color-text-secondary);font-style:italic}.highlight .cp{color:#d0542d;font-weight:700}.highlight .nt{color:var(--color-accent)}.highlight .o,.highlight .ow{color:#d0542d}.highlight .p,.highlight .pi{color:var(--color-text)}.highlight .gi{color:var(--color-accent);background-color:#2f8f701f}.highlight .gd{color:#d0542d;background-color:#d0542d1a}.highlight .gh{color:var(--color-accent);font-weight:700}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#d0542d}.highlight .kc,.highlight .kt{color:var(--color-accent)}.highlight .kd{color:#d0542d}.highlight .s,.highlight .sb,.highlight .sc,.highlight .dl,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:var(--color-text-secondary)}.highlight .sa{color:#d0542d}.highlight .sr{color:var(--color-accent)}.highlight .si,.highlight .se{color:var(--color-text-secondary)}.highlight .nn,.highlight .nc,.highlight .no{color:#d0542d}.highlight .na,.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mx,.highlight .ss{color:var(--color-accent)}.highlight .nf,.highlight .nv{color:#d0542d}.highlight .nb{color:var(--color-text-secondary)}html[data-theme=dark] .highlight,html[data-theme=dark] .highlight .w{color:#ffedb7;background-color:var(--color-code-bg)}html[data-theme=dark] .highlight .err{color:#f09070}html[data-theme=dark] .highlight .c,html[data-theme=dark] .highlight .ch,html[data-theme=dark] .highlight .cd,html[data-theme=dark] .highlight .cm,html[data-theme=dark] .highlight .cpf,html[data-theme=dark] .highlight .c1,html[data-theme=dark] .highlight .cs{color:#8a7d70}html[data-theme=dark] .highlight .cp{color:#f09070}html[data-theme=dark] .highlight .nt{color:#6fd4b2}html[data-theme=dark] .highlight .o,html[data-theme=dark] .highlight .ow{color:#f09070}html[data-theme=dark] .highlight .p,html[data-theme=dark] .highlight .pi{color:#ffedb7}html[data-theme=dark] .highlight .gi{color:#6fd4b2;background-color:#4aba941f}html[data-theme=dark] .highlight .gd{color:#f09070;background-color:#d0542d1f}html[data-theme=dark] .highlight .gh{color:#6fd4b2}html[data-theme=dark] .highlight .k,html[data-theme=dark] .highlight .kn,html[data-theme=dark] .highlight .kp,html[data-theme=dark] .highlight .kr,html[data-theme=dark] .highlight .kv{color:#f09070}html[data-theme=dark] .highlight .kc,html[data-theme=dark] .highlight .kt{color:#6fd4b2}html[data-theme=dark] .highlight .kd{color:#f09070}html[data-theme=dark] .highlight .s,html[data-theme=dark] .highlight .sb,html[data-theme=dark] .highlight .sc,html[data-theme=dark] .highlight .dl,html[data-theme=dark] .highlight .sd,html[data-theme=dark] .highlight .s2,html[data-theme=dark] .highlight .sh,html[data-theme=dark] .highlight .sx,html[data-theme=dark] .highlight .s1{color:#c4b08a}html[data-theme=dark] .highlight .sa{color:#f09070}html[data-theme=dark] .highlight .sr{color:#6fd4b2}html[data-theme=dark] .highlight .si,html[data-theme=dark] .highlight .se{color:#c4b08a}html[data-theme=dark] .highlight .nn,html[data-theme=dark] .highlight .nc,html[data-theme=dark] .highlight .no{color:#f09070}html[data-theme=dark] .highlight .na,html[data-theme=dark] .highlight .m,html[data-theme=dark] .highlight .mb,html[data-theme=dark] .highlight .mf,html[data-theme=dark] .highlight .mh,html[data-theme=dark] .highlight .mi,html[data-theme=dark] .highlight .il,html[data-theme=dark] .highlight .mo,html[data-theme=dark] .highlight .mx,html[data-theme=dark] .highlight .ss{color:#6fd4b2}html[data-theme=dark] .highlight .nf,html[data-theme=dark] .highlight .nv{color:#f09070}html[data-theme=dark] .highlight .nb{color:#c4b08a}.page-content .wrapper .post-toc>ul{overflow:auto}
