@charset "UTF-8";:root{--radius-sm: 6px;--radius-md: 10px;--font-reading: 16px;--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;--nav-current-ribbon-bg: rgb(58, 157, 124);--nav-current-ribbon-text: #fff4e8;--nav-current-ribbon-border: #1a100c;--nav-current-ribbon-inset: inset 0 1px 0 rgba(255, 255, 255, .28);--nav-current-text-shadow: 1px 1px 0 rgba(0, 0, 0, .22)}html[data-theme=dark]{color-scheme:dark}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: #dce5e2;--color-text-secondary: #8da8a1;--color-link: #5ed4b4;--color-link-hover: #8bedd4;--color-border: #2f403d;--color-border-hover: #3f5652;--color-bg: #0b0f0e;--color-bg-secondary: #121a18;--color-bg-card: #161f1d;--color-accent: #e8704a;--color-tag: #ff8a65;--color-tag-bg: rgba(232, 112, 74, .14);--color-code-bg: #0f1514;--color-code-text: #e2ebe8;--color-code-inline-bg: rgba(94, 212, 180, .1);--color-code-inline-border: rgba(94, 212, 180, .28);--color-code-inline-text: #7ee0c5;--color-disabled: #5a6f6a;--color-card-shadow: rgba(0, 0, 0, .55);--color-card-dim: rgba(255, 255, 255, .03);--color-row-hover: rgba(94, 212, 180, .07);--color-heading: #f2f7f5;--shadow-block: 4px 4px 0 #020504;--shadow-block-sm: 3px 3px 0 #020504;--shadow-block-hover: 6px 6px 0 #020504;--color-header-nav-bg: #111917;--color-header-nav-border: #2a3835;--color-header-nav-link-hover-bg: #1a2422;--color-header-nav-toggle-bg: #141c1a;--nav-current-ribbon-bg: rgb(42, 115, 90);--nav-current-ribbon-text: #fff4e8;--nav-current-ribbon-border: #4a5c58;--nav-current-ribbon-inset: inset 0 1px 0 rgba(255, 255, 255, .1);--nav-current-text-shadow: 1px 1px 0 rgba(0, 0, 0, .45)}*,*: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)}html[data-theme=dark] ::selection{background:#5ed4b452;color:var(--color-heading)}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{position:relative;z-index:50;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;gap:1rem}.header .header-end{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header .header-right{display:flex;align-items:center;gap:.5rem}.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-nav a[aria-current=page]{color:var(--nav-current-ribbon-text);background-color:var(--nav-current-ribbon-bg);border-color:var(--nav-current-ribbon-border);box-shadow:var(--nav-current-ribbon-inset);font-weight:800;letter-spacing:.18em;text-shadow:var(--nav-current-text-shadow)}.header .site-nav a[aria-current=page]:hover{color:var(--nav-current-ribbon-text);border-color:var(--nav-current-ribbon-border);filter:brightness(1.06)}.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 .hamburger{display:none;background:var(--color-header-nav-toggle-bg);border:2px solid var(--color-text);border-radius:var(--radius-sm);cursor:pointer;padding:.35rem;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 .hamburger .material-symbols-rounded{font-size:1.25rem}.header .hamburger .hamburger__icon-close,.header .hamburger.hamburger--active .hamburger__icon-open{display:none}.header .hamburger.hamburger--active .hamburger__icon-close{display:inline}.header .hamburger:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);background:var(--color-header-nav-link-hover-bg)}.header .hamburger:active{transform:translate(2px,2px);box-shadow:none}.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}.post-card{min-width:0;border:3px solid #1a100c;border-radius:var(--radius-md);overflow:hidden;box-shadow:6px 6px #1a100c;background:transparent}.post-card__window{background:#fff4e8;box-shadow:inset 0 1px #ffffffd9;padding:0}html[data-theme=dark] .post-card{border-color:var(--color-border);box-shadow:6px 6px 0 var(--color-card-shadow)}html[data-theme=dark] .post-card__window{background:var(--color-bg-card);box-shadow:inset 0 1px #ffffff0d}.post-header__ribbon{display:flex;align-items:center;justify-content:center;gap:.45rem;flex-wrap:wrap;padding:.52rem 1rem;background-color:#3a9d7c;color:#fff4e8;border-bottom:3px solid #1a100c;box-shadow:inset 0 1px #ffffff40;text-align:center}.post-header__ribbon-icon{font-size:1.1rem;flex-shrink:0;color:inherit}.post-header__ribbon-text{font-size:.68rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.2);color:inherit}.post-header__body{padding:1rem 1.25rem 1.1rem}html[data-theme=dark] .post-header__ribbon{background-color:#2a735a;color:#fff4e8;border-bottom-color:var(--color-border);box-shadow:inset 0 1px #ffffff1a}html[data-theme=dark] .post-header__ribbon .post-header__ribbon-icon,html[data-theme=dark] .post-header__ribbon .post-header__ribbon-text{color:#fff4e8;text-shadow:1px 1px 0 rgba(0,0,0,.35)}.toc-sidebar{position:sticky;top:1.5rem;max-height:calc(100vh - 3rem);overflow-y:auto;overflow-x:hidden;background:#fff4e8;border:3px solid #1a100c;border-radius:var(--radius-md);box-shadow:6px 6px #1a100c,inset 0 1px #ffffffd9;padding:0;scrollbar-width:thin;scrollbar-color:rgba(26,16,12,.35) transparent}.toc-sidebar::-webkit-scrollbar{width:3px}.toc-sidebar::-webkit-scrollbar-thumb{background:#1a100c59;border-radius:var(--radius-sm)}.toc-sidebar__ribbon{display:flex;align-items:center;justify-content:center;gap:.4rem;flex-wrap:wrap;padding:.48rem .75rem;background-color:#3a9d7c;border-bottom:3px solid #1a100c;box-shadow:inset 0 1px #ffffff40;text-align:center}.toc-sidebar__ribbon-icon{font-size:1.05rem;flex-shrink:0;color:#fff4e8}.toc-sidebar__ribbon-title{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.2);color:#fff4e8;line-height:1.25}.toc-sidebar__body{padding:1rem 1.25rem 1.25rem;box-shadow:inset 0 1px #ffffff59}html[data-theme=dark] .toc-sidebar__ribbon{background-color:#2a735a;border-bottom-color:var(--color-border);box-shadow:inset 0 1px #ffffff1a}html[data-theme=dark] .toc-sidebar__ribbon-icon,html[data-theme=dark] .toc-sidebar__ribbon-title{color:#fff4e8;text-shadow:1px 1px 0 rgba(0,0,0,.35)}html[data-theme=dark] .toc-sidebar__body{box-shadow:inset 0 1px #ffffff0d}html[data-theme=dark] .toc-sidebar{background:var(--color-bg-card);border-color:var(--color-border);box-shadow:6px 6px 0 var(--color-card-shadow),inset 0 1px #ffffff0d;scrollbar-color:var(--color-border) transparent}html[data-theme=dark] .toc-sidebar::-webkit-scrollbar-thumb{background:var(--color-border)}.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:.45rem .65rem;background:#fff4e8;border:2px solid #1a100c;border-radius:2px;color:#1a100c;font-family:inherit;font-size:.72rem;font-weight:800;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;box-shadow:2px 2px #1a100c;transition:transform .1s ease,box-shadow .1s ease,background .15s ease}.toc-back-top .material-symbols-rounded{font-size:1.1em}.toc-back-top:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #1a100c;background:#ffe8d4}.toc-back-top:active{transform:translate(1px,1px);box-shadow:1px 1px #1a100c}html[data-theme=dark] .toc-back-top{color:var(--color-heading);border-color:var(--color-border);background:var(--color-bg-secondary);box-shadow:2px 2px 0 var(--color-card-shadow)}html[data-theme=dark] .toc-back-top:hover{color:var(--color-link-hover);border-color:var(--color-border-hover);box-shadow:3px 3px 0 var(--color-card-shadow);background:var(--color-bg-secondary)}html[data-theme=dark] .toc-back-top:active{box-shadow:1px 1px 0 var(--color-card-shadow)}.toc-author{margin-top:1.25rem;padding-top:1.25rem;border-top:2px dashed rgba(20,20,20,.22);display:flex;gap:.7rem;align-items:flex-start}.toc-author .toc-avatar{width:38px;height:38px;border-radius:var(--radius-sm);border:2px solid #1a100c;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}html[data-theme=dark] .toc-author{border-top-color:#ffffff14}html[data-theme=dark] .toc-author .toc-avatar{border-color:var(--color-border)}.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}.page-about .post-header{margin-bottom:0}.page-about .post-content{border-top:1px solid rgba(26,16,12,.1);padding-top:1.35rem}html[data-theme=dark] .page-about .post-content{border-top-color:#ffffff14}.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 .post-header{margin:0 0 1.75rem}.post-header .post-title{font-size:clamp(1.45rem,4vw,1.85rem);font-weight:800;margin:0 0 .6rem;letter-spacing:-.03em;line-height:1.2;color:#1a1a1a}@media screen and (max-width:600px){.post-header .post-title{font-size:clamp(1.3rem,5vw,1.55rem)}}.post-header .post-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:-.15rem 0 .85rem}.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-header .post-meta{color:var(--color-text-secondary);font-size:calc(var(--font-reading) * .875);margin:0;letter-spacing:.01em;font-weight:600}.post-header .post-translation{margin:1rem 0 0;padding-top:.85rem;border-top:1px solid rgba(26,16,12,.12);font-size:calc(var(--font-reading) * .875);font-weight:600}.post-header .post-translation-link{color:var(--color-link);text-decoration:underline;text-decoration-color:var(--color-link);text-underline-offset:.15em}.post-header .post-translation-link:hover{color:var(--color-link-hover);text-decoration-color:var(--color-link-hover)}html[data-theme=dark] .post-header .post-title{color:var(--color-heading)}html[data-theme=dark] .post-header .post-translation{border-top-color:#ffffff14}.post{min-width:0;max-width:100%}.post .post-content{color:var(--color-text);font-size:var(--font-reading);line-height:1.75;padding:0 1.25rem 1.35rem}.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.625em;margin-top:2.5em;margin-bottom:.6em;letter-spacing:-.025em}.post .post-content h2{font-size:1.375em;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.15em;margin-top:1.75em;margin-bottom:.4em;letter-spacing:-.01em}.post .post-content h4{font-size:1em;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;box-shadow:none;font-size:calc(var(--font-reading) * .8125);line-height:1.6;tab-size:2}.post .post-content pre code{font-size:inherit}@media screen and (max-width:600px){.post .post-content pre{margin:1.25em -1.25rem;border-radius:var(--radius-md)}}.post .post-content pre.astro-code,.post .post-content pre.shiki{box-shadow:none}.post .post-content img{border-radius:var(--radius-md);border:2px solid var(--color-text);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--categorized .featured-hub{margin-bottom:2.5rem;border:3px solid #1a100c;border-radius:var(--radius-md);overflow:hidden;box-shadow:6px 6px #1a100c;background:transparent}.home--categorized .featured-hub__ribbon{background-color:#3a9d7c;color:#fff4e8;text-align:center;padding:.55rem 1rem;border-bottom:3px solid #1a100c;box-shadow:inset 0 1px #ffffff40}.home--categorized .featured-hub__ribbon-text{font-size:.7rem;font-weight:800;letter-spacing:.24em;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.2)}.home--categorized .featured-hub__ribbon-text:before{content:"/ ";letter-spacing:.12em}.home--categorized .featured-hub__ribbon-text:after{content:" /";letter-spacing:.12em}.home--categorized .featured-hub__frame{display:grid;grid-template-columns:minmax(0,1fr) minmax(200px,32%);gap:.55rem;align-items:stretch;min-height:0;padding:.55rem;background:transparent}.home--categorized .featured-hub--solo .featured-hub__frame{grid-template-columns:1fr}.home--categorized .featured-hub__main{position:relative;min-width:0;border:3px solid #1a100c;border-radius:var(--radius-sm);background:#0d0d0d;box-shadow:4px 4px #1a100c59,inset 0 0 0 3px #fff4e8}.home--categorized .featured-hub__main-card{display:none;position:relative;min-height:320px;text-decoration:none;color:inherit;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.home--categorized .featured-hub__main-card:hover{text-decoration:none}.home--categorized .featured-hub__main-card:hover .featured-hub__main-media img{transform:scale(1.03)}.home--categorized .featured-hub__main-card:hover .featured-hub__main-cta{gap:.55rem}.home--categorized .featured-hub[data-active="0"] .featured-hub__main-card[data-hub-index="0"],.home--categorized .featured-hub[data-active="1"] .featured-hub__main-card[data-hub-index="1"],.home--categorized .featured-hub[data-active="2"] .featured-hub__main-card[data-hub-index="2"],.home--categorized .featured-hub[data-active="3"] .featured-hub__main-card[data-hub-index="3"],.home--categorized .featured-hub[data-active="4"] .featured-hub__main-card[data-hub-index="4"]{display:block}.home--categorized .featured-hub__main-media{position:relative;width:100%;aspect-ratio:16/10;min-height:200px;overflow:hidden}.home--categorized .featured-hub__main-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.home--categorized .featured-hub__main-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 25%,rgba(0,0,0,.82) 100%);pointer-events:none}.home--categorized .featured-hub__main-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.75rem 1.65rem;color:#fff}.home--categorized .featured-hub__main-kicker{margin:0 0 .35rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;opacity:.85}.home--categorized .featured-hub__main-title{font-size:clamp(1.22rem,2.75vw,1.72rem);font-weight:800;line-height:1.2;margin:0 0 .45rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.45)}.home--categorized .featured-hub__main-desc{font-size:var(--font-reading);line-height:1.5;margin:0 0 .65rem;opacity:.92;max-width:52ch;text-shadow:0 1px 6px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home--categorized .featured-hub__main-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;font-size:calc(var(--font-reading) * .8125);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.home--categorized .featured-hub__main-read{display:inline-flex;align-items:center;gap:.3rem;opacity:.88}.home--categorized .featured-hub__main-read .material-symbols-rounded{font-size:1.15em}.home--categorized .featured-hub__main-cta{display:inline-flex;align-items:center;gap:.35rem;background:#fff4e8;color:#1a100c;padding:.4rem .9rem;border-radius:var(--radius-sm);border:3px solid #1a100c;box-shadow:3px 3px #1a100c;font-weight:800;transition:gap .2s ease,transform .12s ease,box-shadow .12s ease}.home--categorized .featured-hub__main-card:hover .featured-hub__main-cta{transform:translate(-1px,-1px);box-shadow:4px 4px #1a100c}.home--categorized .featured-hub__side{display:flex;flex-direction:column;min-width:0;background:#fff4e8;border:3px solid #1a100c;border-radius:var(--radius-sm);box-shadow:3px 3px #1a100c33}.home--categorized .featured-hub__side-list{display:flex;flex-direction:column;flex:1;min-height:0}.home--categorized .featured-hub__pick{display:flex;align-items:flex-start;gap:.55rem;width:100%;margin:0;padding:.65rem .75rem;text-align:left;font:inherit;cursor:pointer;color:#1a100c;background:#fff4e8;border:none;border-bottom:2px dashed rgba(26,16,12,.35);transition:background .12s ease,color .12s ease}.home--categorized .featured-hub__pick:last-child{border-bottom:none}.home--categorized .featured-hub__pick:hover{background:#ffe8d4}.home--categorized .featured-hub__pick[aria-pressed=true]{background:#3a9d7c;box-shadow:inset 4px 0 #1a100c}.home--categorized .featured-hub__pick-index{flex-shrink:0;width:1.5rem;font-size:.72rem;font-weight:800;font-family:Google Sans Mono,JetBrains Mono,Fira Code,Liberation Mono,Courier New,Courier,monospace;color:#1a100c8c;padding-top:.15rem}.home--categorized .featured-hub__pick-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.home--categorized .featured-hub__pick-badge{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#8b3a12}.home--categorized .featured-hub__pick-title{font-size:var(--font-reading);font-weight:800;line-height:1.35;color:#1a100c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}html[data-theme=dark] .home--categorized .featured-hub{background:transparent;border-color:var(--color-border);box-shadow:6px 6px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .featured-hub__ribbon{background-color:#2a735a;color:#fff4e8;border-bottom-color:var(--color-border);box-shadow:inset 0 1px #ffffff1a}html[data-theme=dark] .home--categorized .featured-hub__ribbon-text{text-shadow:1px 1px 0 rgba(0,0,0,.45)}html[data-theme=dark] .home--categorized .featured-hub__main{border-color:var(--color-border);box-shadow:4px 4px 0 var(--color-card-shadow),inset 0 0 0 3px #1c2624}html[data-theme=dark] .home--categorized .featured-hub__main-cta{background:#fff4e8;color:#1a100c;border-color:var(--color-border);box-shadow:3px 3px #00000073}html[data-theme=dark] .home--categorized .featured-hub__side{background:var(--color-bg-card);border-color:var(--color-border);box-shadow:3px 3px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .featured-hub__pick{color:var(--color-text);background:var(--color-bg-card);border-bottom-color:#ffffff12}html[data-theme=dark] .home--categorized .featured-hub__pick:hover{background:var(--color-bg-secondary)}html[data-theme=dark] .home--categorized .featured-hub__pick[aria-pressed=true]{background:#2a735a;color:#fff4e8;box-shadow:inset 4px 0 #00000059}html[data-theme=dark] .home--categorized .featured-hub__pick[aria-pressed=true] .featured-hub__pick-index,html[data-theme=dark] .home--categorized .featured-hub__pick[aria-pressed=true] .featured-hub__pick-badge,html[data-theme=dark] .home--categorized .featured-hub__pick[aria-pressed=true] .featured-hub__pick-title{color:#fff4e8}html[data-theme=dark] .home--categorized .featured-hub__pick[aria-pressed=true] .featured-hub__pick-badge{color:#fff4e8eb}html[data-theme=dark] .home--categorized .featured-hub__pick-index{color:var(--color-text-secondary)}html[data-theme=dark] .home--categorized .featured-hub__pick-badge{color:#e8a882}html[data-theme=dark] .home--categorized .featured-hub__pick-title{color:var(--color-heading)}html[data-theme=dark] .home--categorized .category-card{border-color:var(--color-border);box-shadow:6px 6px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .category-card:hover{box-shadow:8px 8px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .category-card:active{box-shadow:4px 4px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .category-card__ribbon{border-bottom-color:var(--color-border)}html[data-theme=dark] .home--categorized .category-card__window,html[data-theme=dark] .home--categorized .category-card__sheet{background:var(--color-bg-card);box-shadow:inset 0 1px #ffffff0d}html[data-theme=dark] .home--categorized .category-card__latest-title{color:var(--color-heading)}html[data-theme=dark] .home--categorized .category-card__latest-desc,html[data-theme=dark] .home--categorized .category-card__empty{color:var(--color-text-secondary)}html[data-theme=dark] .home--categorized .category-card__older{border-top-color:#ffffff14}html[data-theme=dark] .home--categorized .category-card__older a{color:var(--color-text-secondary)}html[data-theme=dark] .home--categorized .category-card__older a:hover{color:var(--color-link)}html[data-theme=dark] .home--categorized .category-card__older-arrow{color:var(--color-accent)}html[data-theme=dark] .home--categorized .category-card__footer{border-top-color:#ffffff14}html[data-theme=dark] .home--categorized .category-card__view-all{color:var(--color-heading);border-color:var(--color-border);background:var(--color-bg-secondary);box-shadow:2px 2px 0 var(--color-card-shadow)}html[data-theme=dark] .home--categorized .category-card__view-all:hover{color:var(--color-link-hover);border-color:var(--color-border-hover)}html[data-theme=dark] .home--categorized .category-card__count{color:var(--color-text-secondary)}html[data-theme=dark] .home--categorized .category-card__latest-thumb{border-color:var(--color-border);background:#00000040}html[data-theme=dark] .home--categorized .category-card--information-retrieval .category-card__ribbon{background-color:#4a7a9a}html[data-theme=dark] .home--categorized .category-card--systems .category-card__ribbon{background-color:#6d8238}html[data-theme=dark] .home--categorized .category-card--programming .category-card__ribbon{background-color:#2a735a}html[data-theme=dark] .home--categorized .category-card--programming .category-card__ribbon-icon,html[data-theme=dark] .home--categorized .category-card--programming .category-card__title{color:#fff4e8;text-shadow:1px 1px 0 rgba(0,0,0,.35)}html[data-theme=dark] .home--categorized .category-card--lab .category-card__ribbon{background-color:#2d4550}.home--categorized .category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:.5rem}.home--categorized .category-card{display:flex;flex-direction:column;align-items:stretch;padding:0;border:3px solid #1a100c;border-radius:var(--radius-md);overflow:hidden;box-shadow:6px 6px #1a100c;background:transparent;transition:transform .15s ease,box-shadow .15s ease}.home--categorized .category-card:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #1a100c}.home--categorized .category-card:active{transform:translate(1px,1px);box-shadow:4px 4px #1a100c}.home--categorized .category-card__window{display:flex;flex-direction:column;min-width:0;flex:1;border:none;border-radius:0;overflow:hidden;background:#fff4e8;box-shadow:inset 0 1px #ffffffd9}.home--categorized .category-card__ribbon{display:flex;align-items:center;justify-content:center;gap:.45rem;flex-wrap:wrap;padding:.48rem .75rem;border-bottom:3px solid #1a100c;text-align:center}.home--categorized .category-card__ribbon-icon{font-size:1.05rem;flex-shrink:0}.home--categorized .category-card__title{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.18em;margin:0;line-height:1.25}.home--categorized .category-card--information-retrieval .category-card__ribbon{background-color:#a5d8ff;box-shadow:inset 0 1px #ffffffa6}.home--categorized .category-card--information-retrieval .category-card__ribbon-icon,.home--categorized .category-card--information-retrieval .category-card__title{color:#1a100c;text-shadow:1px 1px 0 rgba(255,255,255,.5)}.home--categorized .category-card--systems .category-card__ribbon{background-color:#8da249;box-shadow:inset 0 1px #ffffff40}.home--categorized .category-card--systems .category-card__ribbon-icon,.home--categorized .category-card--systems .category-card__title{color:#1a210c;text-shadow:1px 1px 0 rgba(255,255,255,.35)}.home--categorized .category-card--programming .category-card__ribbon{background-color:#3a9d7c;box-shadow:inset 0 1px #ffffff47}.home--categorized .category-card--programming .category-card__ribbon-icon,.home--categorized .category-card--programming .category-card__title{color:#fff4e8;text-shadow:1px 1px 0 rgba(0,0,0,.22)}.home--categorized .category-card--lab .category-card__ribbon{background-color:#2e434f;box-shadow:inset 0 1px #ffffff1f}.home--categorized .category-card--lab .category-card__ribbon-icon,.home--categorized .category-card--lab .category-card__title{color:#ece8dc;text-shadow:1px 1px 0 rgba(0,0,0,.35)}.home--categorized .category-card__sheet{position:relative;flex:1;display:flex;flex-direction:column;min-width:0;background:#fff4e8;border:none;border-radius:0;box-shadow:inset 0 1px #ffffff59}.home--categorized .category-card__body{padding:1rem 1.25rem;flex:1}.home--categorized .category-card__latest{display:flex;gap:1rem;align-items:flex-start;text-decoration:none;color:inherit;transition:color .15s ease}.home--categorized .category-card__latest:hover{text-decoration:none}.home--categorized .category-card__latest:hover .category-card__latest-title{color:var(--color-link)}.home--categorized .category-card__latest:hover .category-card__latest-thumb img{transform:scale(1.05)}.home--categorized .category-card__latest-thumb{flex-shrink:0;width:90px;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;border:2px solid #1a100c;background:#0000000f}.home--categorized .category-card__latest-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.home--categorized .category-card__latest-text{flex:1;min-width:0}.home--categorized .category-card__latest-title{font-size:calc(var(--font-reading) * 1.0625);font-weight:700;line-height:1.35;margin:0 0 .35rem;color:#1a1a1a;transition:color .15s ease}.home--categorized .category-card__latest-desc{font-size:var(--font-reading);color:#3d3d3d;line-height:1.5;margin:0}.home--categorized .category-card__empty{font-size:var(--font-reading);color:#5c5c5c;font-style:italic;margin:0}.home--categorized .category-card__older{list-style:none;margin:.85rem 0 0;padding:0;border-top:2px dashed rgba(20,20,20,.22);padding-top:.75rem}.home--categorized .category-card__older li{margin-bottom:.35rem}.home--categorized .category-card__older a{font-size:var(--font-reading);color:#4a4a4a;text-decoration:none;display:flex;align-items:baseline;gap:.35rem;transition:color .15s ease}.home--categorized .category-card__older a:hover{color:var(--color-link)}.home--categorized .category-card__older-arrow{color:#b85c1a;font-weight:700;font-size:1em;flex-shrink:0}.home--categorized .category-card__footer{display:flex;align-items:center;padding:.75rem 1.25rem;border-top:2px dashed rgba(20,20,20,.22)}.home--categorized .category-card__view-all{margin-left:auto;display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#1a100c;text-decoration:none;padding:.3rem .65rem;border:2px solid #1a100c;border-radius:2px;background:#fff4e8;box-shadow:2px 2px #1a100c;transition:gap .2s ease,transform .1s ease,box-shadow .1s ease}.home--categorized .category-card__view-all:hover{gap:.5rem;color:#1a100c;transform:translate(-1px,-1px);box-shadow:3px 3px #1a100c}.home--categorized .category-card__view-all-arrow{transition:transform .2s ease}.home--categorized .category-card__count{font-size:.72rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.04em}.newsletter-banner{border-top:3px solid var(--color-text);background:var(--color-bg-secondary)}.newsletter-banner__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem 0}.newsletter-banner__text{display:flex;align-items:center;gap:.65rem;font-size:.88rem;font-weight:700;color:var(--color-text)}.newsletter-banner__icon{font-size:1.5rem;color:var(--color-accent)}.newsletter-banner__label{line-height:1.4}.newsletter-banner__btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.6rem 1.25rem;border-radius:var(--radius-sm);border:2px solid var(--color-text);background:var(--color-accent);color:#fff;text-decoration:none;box-shadow:var(--shadow-block-sm);transition:transform .15s ease,box-shadow .15s ease;white-space:nowrap}.newsletter-banner__btn .material-symbols-rounded{font-size:1.1em}.newsletter-banner__btn:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover);text-decoration:none;color:#fff}.newsletter-banner__btn:active{transform:translate(2px,2px);box-shadow:none}@media screen and (max-width:800px){.home--categorized .featured-hub__frame{grid-template-columns:1fr}.home--categorized .featured-hub__main{border-right:none;border-bottom:4px solid #1a100c}.home--categorized .category-grid{gap:1rem}}@media screen and (max-width:800px){html[data-theme=dark] .home--categorized .featured-hub__main{border-bottom-color:var(--color-border)}}@media screen and (max-width:600px){.home--categorized .featured-hub__main-media{aspect-ratio:16/10;min-height:160px}.home--categorized .featured-hub__main-content{padding:1.1rem 1.15rem 1.2rem}.home--categorized .featured-hub__main-meta{gap:.75rem}.home--categorized .category-grid{grid-template-columns:1fr}.home--categorized .category-card__title{letter-spacing:.12em}.newsletter-banner__inner{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem 0}.newsletter-banner__text{flex-direction:column;gap:.35rem}}.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}.home.page-category-posts .post-list{gap:.75rem}.home.page-category-posts .post-item{border-bottom:2px solid var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-block-sm);transition:background .15s ease,box-shadow .15s ease,transform .15s ease}.home.page-category-posts .post-item:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-block-hover)}@media screen and (max-width:600px){.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-wrap:wrap;align-items:flex-start}.header .site-brand{flex:1;min-width:0}}@media screen and (max-width:800px){.header .hamburger{display:inline-flex}.header .site-nav{display:none;position:absolute;top:100%;left:0;right:0;margin-top:0;padding:.75rem 1rem 1rem;flex-direction:column;align-items:stretch;flex-wrap:nowrap;gap:.35rem;border-radius:0;border-left:none;border-right:none;border-bottom:3px solid var(--color-text);box-shadow:0 8px 24px #0000001f}.header .site-nav a{justify-content:flex-start}.header .site-nav.site-nav--open{display:flex}html[data-theme=dark] .header .site-nav{box-shadow:0 12px 40px #000000b8}}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:#dce5e2;background-color:var(--color-code-bg)}html[data-theme=dark] .highlight .err{color:#f5a080}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:#7a918b}html[data-theme=dark] .highlight .cp{color:#f5a080}html[data-theme=dark] .highlight .nt{color:#7ee0c5}html[data-theme=dark] .highlight .o,html[data-theme=dark] .highlight .ow{color:#f5a080}html[data-theme=dark] .highlight .p,html[data-theme=dark] .highlight .pi{color:#dce5e2}html[data-theme=dark] .highlight .gi{color:#7ee0c5;background-color:#5ed4b41a}html[data-theme=dark] .highlight .gd{color:#f5a080;background-color:#e8704a1f}html[data-theme=dark] .highlight .gh{color:#7ee0c5}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:#f5a080}html[data-theme=dark] .highlight .kc,html[data-theme=dark] .highlight .kt{color:#7ee0c5}html[data-theme=dark] .highlight .kd{color:#f5a080}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:#9db5af}html[data-theme=dark] .highlight .sa{color:#f5a080}html[data-theme=dark] .highlight .sr{color:#7ee0c5}html[data-theme=dark] .highlight .si,html[data-theme=dark] .highlight .se{color:#9db5af}html[data-theme=dark] .highlight .nn,html[data-theme=dark] .highlight .nc,html[data-theme=dark] .highlight .no{color:#f5a080}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:#7ee0c5}html[data-theme=dark] .highlight .nf,html[data-theme=dark] .highlight .nv{color:#f5a080}html[data-theme=dark] .highlight .nb{color:#9db5af}.page-content .wrapper .post-toc>ul{overflow:auto}
