:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}[data-color=linen]{--theme:rgb(250, 240, 230);--entry:rgb(255, 255, 255)}[data-color=wheat]{--theme:rgb(245, 222, 179);--entry:rgb(255, 255, 255)}[data-color=gray]{--theme:rgb(240, 240, 240);--entry:rgb(255, 255, 255)}[data-color=light]{--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255)}[data-theme=dark][data-color=linen],[data-theme=dark][data-color=wheat],[data-theme=dark][data-color=gray],[data-theme=dark][data-color=light]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme);color:var(--primary);margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh}a{color:var(--primary);text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-top:0;margin-bottom:0;font-weight:600}h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.5em}h4{font-size:1.25em}h5{font-size:1.1em}h6{font-size:1em}p{margin-top:0;margin-bottom:1em}ul{padding:0;margin:0;list-style:none}img{display:block;max-width:100%;height:auto}header{border-bottom:1px solid var(--border);background:var(--theme);position:static;top:auto;z-index:auto}[data-theme=dark] header{background:var(--theme)}.header-inner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:calc(var(--main-width) + var(--gap) * 2);margin:0 auto;padding:0 var(--gap);height:var(--header-height);line-height:var(--header-height)}.logo{display:flex;align-items:center;font-size:24px;font-weight:700}.logo a{display:flex;align-items:center;gap:8px}.logo img{border-radius:6px;width:32px;height:32px}.header-right{display:flex;align-items:center;gap:var(--gap)}#menu{display:flex;list-style:none;gap:var(--gap);margin:0;padding:0}#menu a{font-size:16px;padding:4px 0;border-bottom:2px solid transparent;transition:border-color .2s}#menu a:hover,#menu .active{border-bottom-color:var(--primary)}.social-icons{display:flex;gap:8px;align-items:center}.social-icons a{display:inline-flex;padding:8px;opacity:.7;transition:opacity .2s}.social-icons a:hover{opacity:1}.social-icons svg{width:20px;height:20px;fill:currentColor}main{position:relative;flex:1;max-width:calc(var(--main-width) + var(--gap) * 2);margin:0 auto;padding:var(--gap);width:100%}.profile{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--gap)0}.profile-inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:600px}.profile img{width:120px;height:120px;border-radius:50%;border:3px solid var(--border);transition:transform .3s}.profile img:hover{transform:scale(1.05)}.profile h1{font-size:2.5em;margin:0}.profile .bio{font-size:1.1em;color:var(--secondary);line-height:1.6;max-width:500px}.posts{display:grid;grid-template-columns:1fr;gap:var(--gap)}.post-entry{position:relative;display:block;padding:0;background:0 0;border:none;border-radius:0;box-shadow:none;transition:color .2s ease}@media(hover:hover) and (pointer:fine){.post-entry:hover .entry-header h3{color:var(--secondary)}}.post-entry:active{transform:translateY(1px)}.entry-header h2,.entry-header h3{font-size:24px;line-height:1.3;margin-bottom:6px}.post-entry,.post-entry .entry-header h3{cursor:pointer}.post-entry .entry-header h3{user-select:none}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6}.entry-footer{color:var(--secondary);font-size:13px;margin-top:12px}.pager{margin-top:var(--gap)}.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:8px;font-size:40px;line-height:1.2}.post-meta{color:var(--secondary);font-size:14px;margin-bottom:var(--content-gap)}.post-content{color:var(--content);margin:30px 0;line-height:1.8}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:32px;margin-bottom:16px}.post-content h1{font-size:2em}.post-content h2{font-size:1.75em}.post-content h3{font-size:1.5em}.post-content h4{font-size:1.25em}.post-content p{margin-bottom:var(--content-gap)}.post-content a{box-shadow:0 1px 0 var(--primary);box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content code{margin:0 4px;padding:4px 6px;font-size:.85em;line-height:1.5;background:var(--code-bg);border-radius:4px;font-family:monaco,menlo,ubuntu mono,monospace}.post-content pre{margin:20px 0;padding:16px;background:var(--code-block-bg);border-radius:var(--radius);overflow-x:auto}.post-content pre code{margin:0;padding:0;background:0 0;color:#d5d5d6}.post-content blockquote{margin:20px 0;padding:0 16px;border-left:3px solid var(--primary);color:var(--secondary);font-style:italic}.post-content img{border-radius:4px;margin:1.5rem 0}.post-content .image-card{margin:1.5rem 0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--entry);box-shadow:0 8px 24px rgba(0,0,0,6%)}.post-content .image-card img{margin:0;border-radius:0;display:block;width:100%}.post-content .image-card figcaption{padding:12px 14px;font-size:.95em;color:var(--secondary);text-align:center;background:var(--theme);border-top:1px solid var(--border)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content ul,.post-content ol{padding-left:24px;margin-bottom:var(--content-gap)}.post-content li{margin-top:8px}.post-content table{width:100%;border-collapse:collapse;margin-bottom:var(--content-gap)}.post-content table th,.post-content table td{padding:8px 12px;border-bottom:1px solid var(--border);text-align:left}.post-content table th{font-weight:600}.post-nav{display:flex;gap:var(--gap);margin-top:var(--content-gap);padding-top:var(--content-gap);border-top:1px solid var(--border)}.post-nav a{flex:1;padding:12px;background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border);transition:background .2s}.post-nav a:hover{background:var(--border)}.post-nav .prev{text-align:left}.post-nav .next{text-align:right;margin-left:auto}.post-nav .nav-title{font-size:12px;text-transform:uppercase;letter-spacing:1px;color:var(--secondary);margin-bottom:4px}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:var(--content-gap)}.post-tags a{display:inline-block;padding:4px 12px;background:var(--code-bg);border-radius:var(--radius);font-size:13px;color:var(--secondary);border:1px solid var(--border);transition:background .2s}.post-tags a:hover{background:var(--border)}.pager{display:flex;align-items:center;justify-content:space-between;gap:var(--gap);margin-top:var(--gap);padding-top:calc(var(--gap) * .5);border-top:1px solid var(--border)}.pager-link{font-weight:600;color:var(--primary)}.pager-link.prev{text-align:left}.pager-link.next{margin-left:auto;text-align:right}footer{border-top:1px solid var(--border);background:var(--theme)}.footer-inner{max-width:calc(var(--main-width) + var(--gap) * 2);margin:0 auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;font-size:14px;color:var(--secondary);line-height:24px}.footer-inner a{color:inherit;border-bottom:1px solid var(--secondary)}.footer-inner a:hover{border-bottom-color:var(--primary)}.top-link{position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:visibility .5s,opacity .8s;color:var(--primary);font-size:20px}.top-link.visible{visibility:visible;opacity:1}.top-link:hover{background:var(--secondary)}@media screen and (max-width:768px){:root{--gap:16px}.header-inner{flex-direction:column;height:auto;padding:var(--gap)}.header-right{width:100%;justify-content:space-between;margin-top:8px}#menu{flex-wrap:wrap;gap:12px}.profile h1{font-size:2em}.profile img{width:100px;height:100px}.post-title{font-size:32px}.post-nav{flex-direction:column}.top-link{bottom:20px;right:20px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}