:root{--code-bg:#fff;--code-color:#24292e;--code-border:#e1e4e8}body.colorscheme-light,body[data-theme=light]{--text-primary:#111;--text-secondary:#555;--background:#fff;--background-blockquote:#eee;--border:#ccc;--link:#000}body.colorscheme-dark,body[data-theme=dark]{--text-primary:#eee;--text-secondary:#bbb;--background:#121212;--background-blockquote:#333;--border:#444;--link:#fff}body.colorscheme-dark a{color:var(--text-secondary)}body.colorscheme-dark .post-title a,body.colorscheme-dark .post-excerpt,body.colorscheme-dark .post-content{color:var(--text-primary)!important}body.colorscheme-dark .post-date,body.colorscheme-dark .post-meta{color:var(--text-secondary)!important}body.colorscheme-dark .content article p{color:var(--text-primary)!important;text-align:left!important;hyphens:none!important;white-space:normal!important}body.colorscheme-dark{--code-bg:#1a1a1a;--code-color:#e6e6e6;--code-border:#2c2c2c}.content pre{background-color:var(--code-bg)!important;border:1px solid var(--code-border);border-radius:4px}.content pre code{color:var(--code-color)!important;background:0 0!important}.container{max-width:760px;margin:0 auto;padding:0 1rem}.about-content{max-width:760px;margin:4rem auto 0;padding:2rem 1rem 0;line-height:1.7;border-top:1px solid var(--border)}.about-content a{color:var(--text-primary);text-decoration:none;border-bottom:1px dashed var(--border)}.about-content a:hover{color:var(--text-secondary)}.about-content p{margin-bottom:1.5rem;color:var(--text-primary)}@media screen and (max-width:426px){.about ul{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1rem 0}.about ul li{position:relative;padding-bottom:1.5rem;display:flex;justify-content:center}.about ul li:last-child:nth-child(3n-2){grid-column:2}.about ul li:nth-last-child(2):nth-child(3n-1){grid-column:1/span 1}.about ul li:last-child:nth-child(3n){grid-column:3/span 1}}@media(max-width:768px){.about-content{padding:2rem .5rem 0}}.navigation{background-color:var(--background);border-bottom:1px solid var(--border);padding:1.5rem 0;margin-bottom:3rem;top:0}.navigation a{font-size:1.8rem;color:var(--text-secondary);text-decoration:none;transition:color .2s ease;position:relative}.navigation a:hover{color:var(--text-primary)}.navigation .navigation-title{display:none}.navigation .container{max-width:760px;margin:0 auto;padding:0 1rem}.navigation .container .navigation-list{float:left;text-align:left;padding:0;width:100%;margin:0}.section-header{text-align:center;font-weight:400;margin:2rem 0 4rem;color:var(--text-primary)}.post-entry{margin-bottom:3rem}p{white-space:wrap!important}.post-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.5rem}.post-title{font-weight:400;margin:0}.post-title a{color:var(--text-primary);text-decoration:none}.post-title a:hover{text-decoration:underline}.post-date{color:var(--text-secondary)}.post-excerpt{line-height:1.7;color:var(--text-primary);margin-top:.5rem}.post{max-width:760px;margin:0 auto;padding:0 1rem}.post-header{margin-bottom:.5rem}.post-title{font-weight:400;margin:0;display:inline}.reading-time{color:var(--text-secondary);margin-left:1rem}.post-meta{color:var(--text-secondary);margin-bottom:2rem}.post-meta a{color:var(--text-secondary);text-decoration:underline}.post-meta a:hover{text-decoration:none}.post-content{line-height:1.7;margin-top:2rem;color:var(--text-primary)}.post-content p{margin-bottom:1.5rem}.post-content h1,.post-content h2{font-weight:400;margin:2rem 0 1rem}.post-content pre{background:var(--border);padding:1rem;overflow-x:auto;border-radius:4px;margin:1.5rem 0}.post-content code{font-family:sf mono,Consolas,liberation mono,Menlo,monospace}.post-content img{max-width:100%;height:auto;margin:1.5rem 0}.post-content blockquote{font-style:normal;border-left:4px solid var(--border);color:var(--text-secondary);margin:1.5rem 0;padding:.5rem 1.5rem;background:var(--background-blockquote)}.post-content hr{border:none;border-top:1px dashed var(--border);margin:2rem 0}.post-content a{color:var(--link);text-decoration:underline}.post-content a:hover{text-decoration:none}.revision-history{margin-top:4rem;padding-top:1rem;border-top:1px solid var(--border);text-align:center}.revision-history a{color:var(--text-secondary);text-decoration:none}.revision-history a:hover{text-decoration:underline}.site-footer{background-color:var(--background);text-align:center}.footer-content{padding:2rem 0;display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;border-top:1px solid var(--border)}@media screen and (max-width:768px){.footer-content{display:grid;grid-template-columns:1fr;gap:1rem;padding:1.5rem;text-align:center}.footer-content span{display:block;margin:.5rem 0;padding-bottom:1rem;position:relative}.footer-content .separator{display:none}.footer-content span:not(.separator):not(:last-child)::after{content:"";position:absolute;bottom:0;left:25%;width:50%;height:1px;background-color:var(--border)}.footer-content span:not(.separator):not(:last-child)::before{content:"·";position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);background-color:var(--background);padding:0 10px;z-index:1}}