*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--yellow: #f5c518;--yellow-dk: #a07e0c;--bg: #090909;--surface: #111111;--surface-2: #181818;--line: #242424;--line-bright: #333333;--text: #cccccc;--text-dim: #757575;--text-muted: #383838;--dot-color: #1e1e1e;--shadow: none}:root.light{--yellow: #c07800;--yellow-dk: #8a5500;--bg: #f0ebe2;--surface: #fdfcf8;--surface-2: #f5f2eb;--line: #d8d0c4;--line-bright: #bfb5a8;--text: #1c1a16;--text-dim: #56524c;--text-muted: #a89e90;--dot-color: #ccc4b8;--shadow: 0 4px 32px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.06)}html{scrollbar-color:var(--yellow-dk) var(--surface);scroll-behavior:smooth}body{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:11pt;line-height:1.6;color:var(--text);background:var(--bg);background-image:radial-gradient(circle, var(--dot-color) 1px, rgba(0,0,0,0) 1px);background-size:22px 22px;min-height:100vh;padding:2rem 1rem;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--yellow);text-decoration:none}a:hover{text-decoration:underline}.site-wrapper{max-width:56rem;margin:0 auto;padding:2.5rem 3rem;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);position:relative;min-height:calc(100vh - 4rem);display:flex;flex-direction:column}.site-wrapper>main{flex:1}.site-wrapper::before,.site-wrapper::after{content:"";position:absolute;width:22px;height:22px;border-color:var(--yellow);border-style:solid}.site-wrapper::before{top:-1px;left:-1px;border-width:2px 0 0 2px}.site-wrapper::after{bottom:-1px;right:-1px;border-width:0 2px 2px 0}.site-header{display:flex;justify-content:space-between;align-items:baseline;gap:2rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line);flex-wrap:wrap}.site-title{font-size:1.5rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--yellow);text-decoration:none;line-height:1}.site-title:hover{text-decoration:none;opacity:.85}.site-nav ul{list-style:none;display:flex;gap:1.5rem}.site-nav a{color:var(--text-dim);text-decoration:none;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase}.site-nav a:hover{color:var(--yellow);text-decoration:none}.section-label{font-size:.67rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.1rem;padding-bottom:.5rem;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:.75rem}.section-label::before{content:"";display:inline-block;width:3px;height:.85rem;background:var(--yellow);flex-shrink:0}.intro-block{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--line);font-size:.85rem;color:var(--text-dim);font-weight:300;line-height:1.8}.intro-block h1,.intro-block h2,.intro-block h3{font-weight:700;color:var(--text);margin-top:1.4rem;margin-bottom:.5rem;font-size:.85rem;display:flex;align-items:center;gap:.6rem;text-transform:uppercase;letter-spacing:.12em}.intro-block h1:first-child,.intro-block h2:first-child,.intro-block h3:first-child{margin-top:0}.intro-block h1::before,.intro-block h2::before,.intro-block h3::before{content:"";display:inline-block;width:3px;height:.85rem;background:var(--yellow);flex-shrink:0}.intro-block h1{font-size:1rem}.intro-block h2{font-size:.9rem}.intro-block p{margin-bottom:.6rem}.intro-block ul{list-style:none;padding-left:0;margin-bottom:.6rem}.intro-block ul li{padding-left:1.2rem;position:relative;margin-bottom:.2rem}.intro-block ul li::before{content:">";position:absolute;left:0;color:var(--yellow-dk)}.intro-block a{color:var(--yellow)}.post-list{display:flex;flex-direction:column;margin-bottom:1.5rem}.post-item{padding:.9rem 0 .9rem 1.4rem;border-left:1px solid var(--line);border-bottom:1px solid var(--line);transition:border-left-color .15s}.post-item:first-child{border-top:1px solid var(--line)}.post-item:hover{border-left-color:var(--yellow-dk)}.post-item__title{font-weight:700;font-size:.92rem;margin-bottom:.25rem}.post-item__title a{color:var(--text);text-decoration:none}.post-item__title a:hover{color:var(--yellow);text-decoration:none}.post-item__meta{font-size:.75rem;color:var(--text-muted);margin-bottom:.35rem;display:flex;gap:.5rem;align-items:baseline;flex-wrap:wrap}.post-item__date{color:var(--text-dim)}.post-item__sep{color:var(--text-muted)}.post-item__draft{background:var(--yellow-dk);color:var(--bg);padding:0 .4rem;font-size:.65rem;font-weight:700;letter-spacing:.1em}.post-item__desc{font-size:.83rem;color:var(--text-dim);font-weight:300;margin-bottom:.4rem;line-height:1.7}.post-item__tags{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem;color:var(--text-muted);margin-top:.3rem;margin-bottom:.4rem}.post-item__tags a{color:var(--yellow-dk);text-decoration:none}.post-item__tags a:hover{color:var(--yellow)}.post-item__read-more{font-size:.78rem;color:var(--yellow-dk);text-decoration:none;display:inline-block;margin-top:.2rem}.post-item__read-more:hover{color:var(--yellow);text-decoration:none}.post-article__header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.post-article__title{font-size:1.4rem;font-weight:700;color:var(--yellow);letter-spacing:.02em;line-height:1.25;margin-bottom:.7rem}.post-article__meta{font-size:.75rem;color:var(--text-dim);display:flex;gap:.75rem;flex-wrap:wrap;align-items:baseline;margin-bottom:.4rem}.post-article__tags{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.75rem;margin-top:.3rem}.post-article__tags a{color:var(--yellow-dk);text-decoration:none}.post-article__tags a:hover{color:var(--yellow)}.post-content{font-size:.88rem;color:var(--text-dim);font-weight:300;line-height:1.85;}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-weight:700;color:var(--text);margin-top:2rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.6rem;letter-spacing:.02em}.post-content h1{font-size:1.25rem}.post-content h2{font-size:1.05rem}.post-content h3{font-size:.93rem}.post-content h4,.post-content h5,.post-content h6{font-size:.88rem}.post-content h1::before,.post-content h2::before,.post-content h3::before{content:"";display:inline-block;width:3px;background:var(--yellow);flex-shrink:0}.post-content h1::before{height:1.25rem}.post-content h2::before{height:1.05rem}.post-content h3::before{height:.93rem}.post-content h1 .anchor-link,.post-content h2 .anchor-link,.post-content h3 .anchor-link,.post-content h4 .anchor-link,.post-content h5 .anchor-link,.post-content h6 .anchor-link{color:var(--text-muted);font-size:.8em;opacity:0;transition:opacity .15s;margin-left:.3rem;font-weight:400}.post-content h1 .anchor-link:hover,.post-content h2 .anchor-link:hover,.post-content h3 .anchor-link:hover,.post-content h4 .anchor-link:hover,.post-content h5 .anchor-link:hover,.post-content h6 .anchor-link:hover{color:var(--yellow-dk)}.post-content h1:hover .anchor-link,.post-content h2:hover .anchor-link,.post-content h3:hover .anchor-link,.post-content h4:hover .anchor-link,.post-content h5:hover .anchor-link,.post-content h6:hover .anchor-link{opacity:1}.post-content p{margin-bottom:1rem}.post-content ul{list-style:none;padding-left:0;margin-bottom:1rem}.post-content ul li{padding-left:1.2rem;position:relative;margin-bottom:.25rem}.post-content ul li::before{content:">";position:absolute;left:0;color:var(--yellow-dk)}.post-content ul ul li::before{content:">>"}.post-content ol{padding-left:1.5rem;margin-bottom:1rem}.post-content ol li{margin-bottom:.25rem}.post-content ol li::marker{color:var(--yellow-dk)}.post-content a{color:var(--yellow)}.post-content a:hover{text-decoration:underline}.post-content code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.85em;background:var(--surface-2);border:1px solid var(--line-bright);padding:1px 5px;color:var(--yellow)}.post-content pre{background:var(--surface-2);border:1px solid var(--line-bright);padding:1rem;overflow-x:auto;margin-bottom:1.25rem;font-size:.83rem;line-height:1.5;tab-size:4;}.post-content pre code{background:none;border:none;padding:0;color:var(--text);font-size:inherit}.post-content pre table{border:none;margin:0;width:100%}.post-content pre table td{border:none;padding:0}.post-content blockquote{position:relative;border-left:3px solid var(--yellow-dk);margin:1rem 0;padding:.5rem 1rem;color:var(--text-dim);font-style:italic}.post-content blockquote p:first-child{margin-top:0}.post-content blockquote p:last-child{margin-bottom:0}.post-content img,.post-content video{max-width:100%;display:block;margin:1.5rem auto;border:1px solid var(--line);height:auto}.post-content figure:not(.yt-embed){margin:1.5rem auto;width:fit-content}.post-content figure:not(.yt-embed) img,.post-content figure:not(.yt-embed) video{margin:0}.post-content figure:not(.yt-embed) figcaption{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:.4rem;font-style:italic}.post-content table{border-collapse:collapse;width:100%;margin-bottom:1.25rem;font-size:.83rem}.post-content table th,.post-content table td{border:1px solid var(--line-bright);padding:.5rem .75rem;text-align:left}.post-content table th{background:var(--surface-2);color:var(--text);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.post-content hr{border:none;border-top:1px solid var(--line-bright);margin:2rem 0}.post-content details{margin:1rem 0;border:1px solid var(--line-bright)}.post-content details summary{padding:.3rem .75rem;color:var(--yellow-dk);cursor:pointer;list-style:none}.post-content details summary:hover{background:var(--surface-2)}.post-content details summary::before{content:"> ";color:var(--yellow-dk)}.post-content details[open] summary::before{content:"v "}.post-content details>:not(summary){padding:.75rem}.post-content .footnote-reference{font-size:.75em;color:var(--yellow-dk)}.post-content .footnotes{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.8rem;color:var(--text-muted)}.post-content .footnotes p{display:inline}.post-content .footnotes sup{color:var(--yellow-dk)}.post-nav{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1.5rem;font-size:.83rem}.post-nav__prev,.post-nav__next{display:flex;flex-direction:column;gap:.2rem;max-width:45%}.post-nav__next{text-align:right;margin-left:auto}.post-nav a{color:var(--text-dim);text-decoration:none}.post-nav a:hover{color:var(--yellow)}.post-nav__label{font-size:.67rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}.pagination{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line)}.pagination ul{list-style:none;display:flex;gap:1.5rem;justify-content:center}.pagination a{color:var(--text-dim);font-size:.83rem;text-decoration:none;letter-spacing:.06em}.pagination a:hover{color:var(--yellow)}.taxonomy-list{display:flex;flex-direction:column}.taxonomy-item{display:flex;justify-content:space-between;align-items:baseline;padding:.55rem 0 .55rem 1rem;border-left:1px solid var(--line);border-bottom:1px solid var(--line);transition:border-left-color .15s}.taxonomy-item:first-child{border-top:1px solid var(--line)}.taxonomy-item:hover{border-left-color:var(--yellow-dk)}.taxonomy-item a{color:var(--text-dim);text-decoration:none}.taxonomy-item a:hover{color:var(--yellow)}.taxonomy-item__count{color:var(--text-muted);font-size:.75rem}.site-footer{margin-top:3rem;padding-top:1.25rem;border-top:1px solid var(--line);font-size:.72rem;color:var(--text-muted);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;letter-spacing:.04em}.site-footer a{color:var(--text-dim);text-decoration:none}.site-footer a:hover{color:var(--yellow)}.error-page{padding:4rem 0;text-align:center}.error-page h1{font-size:4rem;color:var(--yellow);margin-bottom:1rem;letter-spacing:.1em}.error-page p{color:var(--text-dim);font-size:.88rem;margin-bottom:.5rem}@media (max-width: 640px){body{padding:.25rem;font-size:10pt}.site-wrapper{padding:1.5rem 1.25rem;min-height:calc(100vh - .5rem)}.site-header{flex-direction:column;gap:.75rem}.site-nav ul{gap:1rem}.post-nav{flex-direction:column}.post-nav__next{text-align:left;margin-left:0}.post-nav__prev,.post-nav__next{max-width:100%}.post-article__title{font-size:1.15rem}}#theme-toggle{background:none;border:none;font-family:inherit;font-size:.78rem;letter-spacing:.12em;color:var(--text-muted);cursor:pointer;padding:0;text-transform:uppercase;align-self:baseline;transition:color .15s}#theme-toggle:hover{color:var(--yellow)}.post-content pre{position:relative}.copy-btn{position:absolute;top:.5rem;right:.5rem;background:var(--surface);border:1px solid var(--line);font-family:inherit;font-size:.7rem;color:var(--text-muted);cursor:pointer;padding:.15rem .45rem;transition:border-color .15s,color .15s;opacity:0}.post-content pre:hover .copy-btn{opacity:1}.copy-btn:hover{border-color:var(--yellow);color:var(--yellow)}#back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;background:var(--surface);border:1px solid var(--line);font-family:inherit;font-size:.75rem;color:var(--text-muted);cursor:pointer;padding:.45rem .9rem;opacity:0;pointer-events:none;transition:opacity .2s,border-color .15s,color .15s}#back-to-top.visible{opacity:1;pointer-events:auto}#back-to-top:hover{border-color:var(--yellow);color:var(--yellow)}.yt-embed{margin:1.5rem auto;width:100%}.yt-embed__player{aspect-ratio:16/9;width:100%}.yt-embed__player iframe{width:100%;height:100%;border:1px solid var(--line)}.yt-embed__caption{font-size:.78rem;color:var(--text-muted);text-align:center;margin-top:.4rem;font-style:italic}.callout{margin:1.25rem 0;padding:.6rem .9rem;border-left:3px solid var(--line-bright);font-size:.85rem}.callout__label{font-size:.67rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;display:block;margin-bottom:.3rem}.callout__label::before{content:"// ";color:var(--text-muted)}.callout__body p:last-child{margin-bottom:0}.callout--note{border-left-color:var(--line-bright)}.callout--note .callout__label{color:var(--text-muted)}.callout--tip{border-left-color:var(--yellow-dk)}.callout--tip .callout__label{color:var(--yellow-dk)}.callout--warning{border-left-color:#c0392b}.callout--warning .callout__label{color:#c0392b}.toc{border:1px solid var(--line);margin-bottom:2rem}.toc[open] .toc__toggle::before{content:"v "}.toc__toggle{padding:.3rem .75rem;color:var(--yellow-dk);cursor:pointer;list-style:none;font-size:.83rem}.toc__toggle::before{content:"> ";color:var(--yellow-dk)}.toc__toggle:hover{background:var(--surface-2)}.toc__list{list-style:none;padding:.5rem .75rem;margin:0}.toc__list--nested{padding:.15rem 0 0 1.1rem}.toc__item{margin-bottom:.2rem}.toc__item a{font-size:.83rem;color:var(--text-dim);text-decoration:none;padding-left:1.1rem;position:relative;display:inline-block}.toc__item a::before{content:">";position:absolute;left:0;color:var(--yellow-dk)}.toc__item a:hover{color:var(--yellow)}@media print{body{background:#fff !important;background-image:none !important;color:#1a1a1a;padding:0}.site-wrapper{border:none;padding:1.5cm 2cm;max-width:none;background:#fff;min-height:auto}.site-wrapper::before,.site-wrapper::after{display:none}.site-header,.site-footer,.post-nav,.pagination{display:none}#back-to-top,#theme-toggle,.copy-btn,.toc{display:none}.post-article__title,.section-label{color:#1a1a1a}}