:root{--site-max-width:1180px;--site-bg:#10131a;--site-surface:#181d27;--site-surface-raised:#202735;--site-border:rgba(255, 255, 255, 0.1);--site-text:#e8edf5;--site-muted:#96a1b3;--site-accent:#78b7ff;--site-accent-sub:#a9d0fd80;--site-code-bg:#0b0e14}html,body{background:var(--site-bg);color:var(--site-text)}body{font-family:noto sans tc,sans-serif}a{color:var(--site-accent)}a.is-external::after{display:inline-block;margin-left:.2em;color:var(--site-muted);content:"↗";font-size:.85em;text-decoration:none}.site-header{position:fixed;top:0;right:0;left:0;z-index:1000;background:rgba(16,19,26,.86);border-bottom:1px solid var(--site-border);backdrop-filter:blur(14px)}.site-header .ts-navbar{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:1rem;width:100%;min-height:68px;box-sizing:border-box;max-width:var(--site-max-width);margin:0 auto}.site-header .ts-navbar-left,.site-header .ts-navbar-right{display:flex;align-items:center;flex-wrap:nowrap}.site-header .ts-navbar-right{margin-left:auto;gap:.25rem}.site-nav-mobile{display:none;margin-left:auto}.site-nav-mobile summary{list-style:none;cursor:pointer}.site-nav-mobile summary::-webkit-details-marker{display:none}.site-nav-mobile-list{position:absolute;top:calc(100% - .25rem);right:0;display:grid;min-width:9rem;padding:.4rem;background:var(--site-surface-raised);border:1px solid var(--site-border);border-radius:.4rem;box-shadow:0 1rem 2rem rgba(0,0,0,.35)}.site-nav-mobile-list a{padding:.65rem .85rem;color:var(--site-text);text-decoration:none;white-space:nowrap}.site-nav-mobile-list a:hover{background:rgba(120,183,255,.12)}.site-header .ts-button,.site-brand{white-space:nowrap}.site-brand{color:var(--site-text);text-decoration:none;letter-spacing:.02em}.hero-brand{display:flex;align-items:center;gap:1.25rem}.hero-icon{flex:none;width:clamp(5rem,16vw,8rem);height:clamp(5rem,16vw,8rem);object-fit:contain;border-radius:1rem}.hero-title{margin-bottom:.5rem}.hero-description{margin-bottom:0}.site-main{max-width:var(--site-max-width);min-height:calc(100vh - 150px);padding-top:8rem;padding-bottom:5rem}.hero{margin-bottom:4rem;padding:3.5rem 2.25rem;background:linear-gradient(135deg,rgba(49,76,112,.7),rgba(24,29,39,.96));border:1px solid var(--site-border);box-shadow:0 1.5rem 4rem rgba(0,0,0,.2)}.hero .ts-header{margin-top:.35rem;font-size:clamp(2rem,6vw,3.5rem)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.post-list{display:grid;gap:1rem}.post-card{padding:1.5rem;background:rgba(24,29,39,.86);border:1px solid var(--site-border);transition:border-color 160ms ease,transform 160ms ease}.post-card:hover{border-color:rgba(120,183,255,.55);transform:translateY(-2px)}.post-card h2 a{color:var(--site-text);text-decoration:none}.post-card h2 a:hover{color:var(--site-accent)}.post-excerpt{color:#b8c5d8;line-height:1.8}.post-meta{margin-bottom:.5rem;color:var(--site-muted)!important;font-size:.9rem}.post-title-row{display:flex;align-items:center;gap:.75rem}.post-title-row .ts-header{margin-bottom:0}.post-title-row-main{justify-content:center;flex-wrap:wrap}.draft-badge{display:inline-flex;align-items:center;flex:none;padding:.25rem .55rem;color:#241800;background:#f4c95d;border-radius:.3rem;font-size:.78rem;font-weight:700;line-height:1.3}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 1rem}.post{padding:clamp(1.5rem,5vw,3.5rem);background:rgba(24,29,39,.92);border:1px solid var(--site-border);border-radius:.4rem;box-shadow:0 1.5rem 5rem rgba(0,0,0,.24)}.post-header{max-width:920px;margin-right:auto;margin-left:auto;padding-bottom:1.5rem;border-bottom:1px solid var(--site-border)}.post-header h1{margin:0;font-size:clamp(2rem,6vw,3.2rem);line-height:1.2}.post-description{margin:1rem 0 0;color:var(--site-muted);font-size:1.1rem;line-height:1.8}.post-header .tag-list{justify-content:flex-start;margin-bottom:0}.post-page-layout{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:start;gap:2.5rem}.post-toc{position:sticky;top:5.5rem;min-width:0;padding:1rem;color:var(--site-muted);background:rgba(11,14,20,.42);border-left:2px solid var(--site-accent);font-size:.9rem;line-height:1.6}.post-toc h2{margin:0 0 .7rem;color:var(--site-text);font-size:1rem;line-height:1.4}.post-toc ul{margin:0;padding-left:1.15rem}.post-toc ul ul{padding-left:1rem}.post-toc #TableOfContents>ul{padding-left:0;list-style:none;counter-reset:toc-level-one}.post-toc #TableOfContents>ul>li{counter-increment:toc-level-one;counter-reset:toc-level-two}.post-toc #TableOfContents>ul>li::before{content:counter(toc-level-one)". "}.post-toc #TableOfContents>ul>li>ul{padding-left:1.25rem;list-style:none}.post-toc #TableOfContents>ul>li>ul>li{counter-increment:toc-level-two}.post-toc #TableOfContents>ul>li>ul>li::before{content:counter(toc-level-one)"-" counter(toc-level-two)". "}.post-toc li+li{margin-top:.25rem}.post-toc a{color:var(--site-muted);text-decoration:none}.post-toc a:hover{color:var(--site-accent)}.post-toc a.is-active{color:var(--site-accent);font-weight:700}.post-content{max-width:820px;margin-right:auto;margin-left:auto;padding-top:2rem;color:#d6deea;font-size:1.05rem;line-height:2}.post-content p,.post-content ul,.post-content ol,.post-content blockquote,.post-content pre,.post-content figure{margin-top:1.5rem;margin-bottom:1.5rem}.post-content h2,.post-content h3,.post-content h4{scroll-margin-top:6rem;margin-top:2.5rem;margin-bottom:.75rem;color:var(--site-text);line-height:1.4}.post-content h2{padding:.75rem 0 .55rem;color:#f3f7ff;background:0 0;border-top:0;border-bottom:3px solid var(--site-accent);margin-top:3.25rem;font-size:1.85rem;letter-spacing:.01em}.post-content h3{position:relative;padding-bottom:.35rem;color:#dce8f8;font-size:1.4rem}.post-content h3::after{position:absolute;right:auto;bottom:0;left:0;width:min(100%,calc(var(--h3-text-width,50%) + 2.5rem));height:2px;background:linear-gradient( 90deg,var(--site-accent-sub) 0,var(--site-accent-sub) var(--h3-text-width,50%),transparent 100% );content:""}.post-content strong{color:#fff}.spoiler-text{display:inline;padding:.05em .3em;color:transparent;background:#4c5360;border-radius:.25rem;cursor:pointer;transition:color 160ms ease,background-color 160ms ease}.spoiler-text:hover,.spoiler-text:focus-visible{background:#626b7a}.spoiler-text.is-revealed{color:inherit;background:rgba(120,183,255,.12);cursor:text}.tooltip-text{position:relative;color:inherit;text-decoration:underline dotted var(--site-accent);text-decoration-thickness:2px;text-underline-offset:.2em;cursor:help}.tooltip-text::after{position:absolute;bottom:calc(100% + .65rem);left:50%;z-index:10;width:max-content;max-width:min(20rem,70vw);padding:.55rem .75rem;color:var(--site-text);background:var(--site-surface-raised);border:1px solid var(--site-border);border-radius:.35rem;box-shadow:0 .75rem 1.5rem rgba(0,0,0,.35);content:attr(data-hint);font-size:.9rem;font-weight:400;line-height:1.5;opacity:0;pointer-events:none;transform:translate(-50%,.35rem);transition:opacity 140ms ease,transform 140ms ease}.tooltip-text:hover::after,.tooltip-text:focus-visible::after{opacity:1;transform:translate(-50%,0)}.post-content li+li{margin-top:.35rem}.post-content blockquote{margin-top:1rem;margin-bottom:1rem;padding:.75rem 1.25rem;color:#b8c5d8;background:rgba(120,183,255,8%);border-left:3px solid var(--site-accent)}.post-content blockquote p{margin:0}.shortcode-emphasis{margin:2rem 0;text-align:center}.shortcode-emphasis.is-bold{font-weight:700}.shortcode-emphasis.is-big{font-size:1.25rem}.shortcode-emphasis.is-red{color:#ff6b6b}.shortcode-emphasis.is-yellow{color:#f4c95d}.shortcode-emphasis.is-green{color:#69d39a}.shortcode-emphasis.is-blue{color:#78b7ff}.shortcode-emphasis.is-orange{color:#ffad66}.shortcode-emphasis.is-purple{color:#c6a0f6}.shortcode-emphasis.is-pink{color:#f6a6d7}.shortcode-emphasis.is-white{color:#fff}.shortcode-emphasis.is-gray{color:var(--site-muted)}.post-content hr{display:block;width:100%;height:1px;margin:2.5rem 0;border:0!important;background:var(--site-border);opacity:1}.post-content :not(pre)>code{padding:.15rem .4rem;color:#b9d8ff;background:rgba(120,183,255,.12);border:1px solid rgba(120,183,255,.14);border-radius:.3rem;font-family:sfmono-regular,Consolas,monospace;font-size:.9em}.post-content pre{overflow-x:auto;padding:1.25rem 1.4rem;color:#dce8f8;background:var(--site-code-bg);border:1px solid var(--site-border);border-radius:.45rem;box-shadow:inset 0 1px rgba(255,255,255,3%);line-height:1.65}.post-content pre code{color:inherit;background:0 0;font-family:sfmono-regular,Consolas,monospace;font-size:.9rem}.post-image,.post-media{margin-left:0;margin-right:0;padding:.6rem;background:var(--site-surface-raised);border:1px solid var(--site-border);border-radius:.5rem}.post-image img,.post-media video{display:block;width:100%;aspect-ratio:16/9;min-height:12rem;height:auto;object-fit:contain;background:#0b0e14;border-radius:.25rem}.post-image a{display:block;cursor:zoom-in}.image-lightbox{width:min(92vw,1200px);max-width:none;padding:3rem 1rem 1rem;background:rgba(16,19,26,.96);border:1px solid var(--site-border);border-radius:.6rem;box-shadow:0 2rem 5rem rgba(0,0,0,.6)}.image-lightbox::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(5px)}.image-lightbox img{display:block;width:100%;max-height:82vh;object-fit:contain}.image-lightbox-close{position:absolute;top:.55rem;right:.7rem;width:2.2rem;height:2.2rem;color:var(--site-text);background:0 0;border:0;border-radius:50%;font-size:1.8rem;line-height:1;cursor:pointer}.image-lightbox-close:hover{background:rgba(255,255,255,.1)}.post-image figcaption,.post-media figcaption{padding:.7rem .5rem .25rem;color:var(--site-muted);text-align:center;font-size:.85rem}.site-footer{padding:1.5rem 0;color:var(--site-muted);background:rgba(11,14,20,.7);border-top:1px solid var(--site-border)}.site-credit{margin-top:.35rem;font-size:.85rem}.empty-state{padding:2rem;text-align:center;background:var(--site-surface)}@media(max-width:640px){.site-nav-desktop{display:none!important}.site-nav-mobile{display:block}.site-main{padding-top:6rem}.hero{padding:2.25rem 1.5rem}.post-content{font-size:1rem}}@media(max-width:1120px){.post-page-layout{display:block}.post-toc{display:none}}