:root{--color-bg:#faf9f7;--color-surface:#fff;--color-surface-hover:#fdf8f4;--color-code-bg:#f0ebe3;--color-accent:#da7756;--color-accent-hover:#c4684a;--color-text:#2d2b28;--color-text-secondary:#6b6560;--color-text-tertiary:#9b9490;--color-border:#e5e0d8;--color-border-light:#eeeae4;--grid-color:#da775612;--grid-color-strong:#da77561f;--grid-size:24px;--content-width:800px;--page-width:1200px;--sidebar-width:200px;--header-height:60px;--font-sans:"LXGW WenKai GB", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-serif:"LXGW WenKai GB", "Georgia", "Times New Roman", serif;--font-mono:"SF Mono", SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;--radius:8px;--shadow-card:0 1px 3px #0000000a, 0 1px 2px #00000005;--shadow-card-hover:0 4px 12px #0000000f, 0 2px 4px #00000008;--color-syntax-keyword:sienna;--color-syntax-string:#4e7a3e;--color-syntax-comment:#9b9490;--color-syntax-number:#2e7d6f;--color-syntax-function:#7b4b2a;--color-syntax-type:#7f5061;--color-syntax-operator:#6b6560;--color-syntax-attribute:#b5651d;--color-syntax-meta:#9c6b6b;--color-syntax-regexp:#c06040;--color-syntax-addition-text:#3c763d;--color-syntax-addition-bg:#dff0d8;--color-syntax-deletion-text:#a94442;--color-syntax-deletion-bg:#f2dede;--color-header-bg:#faf9f7d9}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-bg:#1f1b17;--color-surface:#2b2520;--color-surface-hover:#332c26;--color-code-bg:#15110e;--color-accent:#e89576;--color-text:#ede4d9;--color-text-secondary:#a8a099;--color-text-tertiary:#756e66;--color-border:#3a332c;--color-border-light:#2f2924;--grid-color:#da77560b;--grid-color-strong:#da775614;--shadow-card:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-card-hover:0 4px 12px #0006, 0 2px 4px #00000040;--color-syntax-keyword:#d49060;--color-syntax-string:#8fb87a;--color-syntax-comment:#756e66;--color-syntax-number:#6fb8a8;--color-syntax-function:#c88860;--color-syntax-type:#c99bae;--color-syntax-operator:#a8a099;--color-syntax-attribute:#e2a062;--color-syntax-meta:#c9999b;--color-syntax-regexp:#e08060;--color-syntax-addition-text:#8fcc85;--color-syntax-addition-bg:#5f91462e;--color-syntax-deletion-text:#e08585;--color-syntax-deletion-bg:#a041412e;--color-header-bg:#1f1b17d9}}:root[data-theme=dark]{--color-bg:#1f1b17;--color-surface:#2b2520;--color-surface-hover:#332c26;--color-code-bg:#15110e;--color-accent:#e89576;--color-text:#ede4d9;--color-text-secondary:#a8a099;--color-text-tertiary:#756e66;--color-border:#3a332c;--color-border-light:#2f2924;--grid-color:#da77560b;--grid-color-strong:#da775614;--shadow-card:0 1px 3px #0000004d, 0 1px 2px #0003;--shadow-card-hover:0 4px 12px #0006, 0 2px 4px #00000040;--color-syntax-keyword:#d49060;--color-syntax-string:#8fb87a;--color-syntax-comment:#756e66;--color-syntax-number:#6fb8a8;--color-syntax-function:#c88860;--color-syntax-type:#c99bae;--color-syntax-operator:#a8a099;--color-syntax-attribute:#e2a062;--color-syntax-meta:#c9999b;--color-syntax-regexp:#e08060;--color-syntax-addition-text:#8fcc85;--color-syntax-addition-bg:#5f91462e;--color-syntax-deletion-text:#e08585;--color-syntax-deletion-bg:#a041412e;--color-header-bg:#1f1b17d9}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 1rem)}body{font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-bg);background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px), linear-gradient(var(--grid-color-strong) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color-strong) 1px, transparent 1px);background-size:var(--grid-size) var(--grid-size), var(--grid-size) var(--grid-size), calc(var(--grid-size) * 4) calc(var(--grid-size) * 4), calc(var(--grid-size) * 4) calc(var(--grid-size) * 4);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;font-size:16px;line-height:1.7}a{color:var(--color-accent);text-decoration:none;transition:color .2s}a:hover{color:var(--color-accent-hover)}img{max-width:100%;height:auto}.site-wrapper{flex-direction:column;min-height:100vh;display:flex}.main-content{width:100%;max-width:var(--page-width);flex:1;margin:0 auto;padding:2rem 1.5rem}.scroll-controls{z-index:90;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:1.25rem}.scroll-control{border:1px solid var(--color-border-light);border-radius:var(--radius);background:var(--color-header-bg);width:2.5rem;height:2.5rem;color:var(--color-text-secondary);cursor:pointer;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(12px);justify-content:center;align-items:center;transition:color .2s,border-color .2s,background-color .2s,transform .2s;display:inline-flex}.scroll-control:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-surface);transform:translateY(-1px)}.scroll-control:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.site-header{z-index:100;background-color:var(--color-header-bg);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);position:sticky;top:0}.header-inner{max-width:var(--page-width);height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.site-title{font-family:var(--font-serif);color:var(--color-text);letter-spacing:-.01em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.site-logo{width:28px;height:28px}.site-title:hover{color:var(--color-accent)}.site-nav{gap:1.5rem;display:flex}.nav-link{color:var(--color-text-secondary);font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--color-accent)}.nav-toggle{cursor:pointer;z-index:10;background:0 0;border:none;padding:.5rem;display:none}.nav-toggle-icon,.nav-toggle-icon:before,.nav-toggle-icon:after{background-color:var(--color-text);border-radius:1px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-toggle-icon{position:relative}.nav-toggle-icon:before,.nav-toggle-icon:after{content:"";position:absolute;left:0}.nav-toggle-icon:before{top:-6px}.nav-toggle-icon:after{top:6px}.nav-toggle[aria-expanded=true] .nav-toggle-icon{background-color:#0000}.nav-toggle[aria-expanded=true] .nav-toggle-icon:before{top:0;transform:rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-icon:after{top:0;transform:rotate(-45deg)}.theme-toggle{cursor:pointer;color:var(--color-text-secondary);border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;margin-left:4px;padding:6px;transition:background-color .2s,color .2s;display:inline-flex}.theme-toggle:hover{background-color:var(--color-surface-hover);color:var(--color-text)}.theme-toggle svg{width:18px;height:18px;display:none}.theme-toggle[data-theme-state=light] .icon-sun,.theme-toggle[data-theme-state=dark] .icon-moon{display:block}.profile-card{max-width:var(--content-width);text-align:center;margin:0 auto 2rem;padding:2rem 1.5rem 1.75rem}.profile-avatar{object-fit:contain;width:88px;height:88px;margin-bottom:.75rem}.profile-name{font-family:var(--font-serif);color:var(--color-text);margin-bottom:.35rem;font-size:1.4rem;font-weight:700}.profile-description{color:var(--color-text-secondary);margin-bottom:1rem;font-size:.92rem;line-height:1.6}.profile-links{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.profile-link{color:var(--color-text-tertiary);border:1px solid var(--color-border-light);background:var(--color-surface);border-radius:4px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.82rem;transition:color .2s,border-color .2s,background .2s;display:inline-flex}.profile-link:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-surface-hover)}.profile-icon{flex-shrink:0;width:22.5px;height:22.5px}.profile-link i{font-size:22.5px;line-height:1}.profile-link-tooltip{cursor:default;position:relative}.profile-tooltip-text{white-space:nowrap;color:var(--color-surface);background:var(--color-text);pointer-events:none;z-index:20;border-radius:4px;padding:.3rem .6rem;font-size:.72rem;display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.profile-tooltip-text:after{content:"";border:4px solid #0000;border-top-color:var(--color-text);position:absolute;top:100%;left:50%;transform:translate(-50%)}.profile-link-tooltip:hover .profile-tooltip-text{display:block}.post-list{max-width:var(--content-width);flex-direction:column;gap:1.25rem;margin:0 auto;display:flex}.post-card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid var(--color-border-light);padding:1.5rem 1.75rem;transition:box-shadow .25s,transform .25s}.post-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.post-card-title{font-family:var(--font-serif);margin-bottom:.5rem;font-size:1.35rem;font-weight:700;line-height:1.4}.post-card-title a{color:var(--color-text)}.post-card-title a:hover{color:var(--color-accent)}.post-card-meta{color:var(--color-text-tertiary);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.post-card-meta .separator{color:var(--color-border)}.post-card-meta .comment-count{color:var(--color-text-tertiary);font-size:.82rem}.post-card-excerpt{color:var(--color-text-secondary);margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.post-card-excerpt p{margin:0}.read-more{color:var(--color-accent);font-size:.88rem;font-weight:500}.read-more:hover{color:var(--color-accent-hover)}.post-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.post-card-tags a{color:var(--color-text-tertiary);background:var(--color-bg);border-radius:3px;padding:.15rem .55rem;font-size:.78rem;transition:color .2s,background .2s}.post-card-tags a:hover{color:var(--color-accent);background:var(--color-surface-hover)}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem;font-size:.9rem;display:flex}.pagination a,.pagination span{min-width:2rem;height:2rem;color:var(--color-text-secondary);border-radius:4px;justify-content:center;align-items:center;padding:0 .5rem;transition:color .2s,background .2s;display:inline-flex}.pagination a:hover{color:var(--color-accent);background:var(--color-surface)}.pagination .current{color:var(--color-surface);background:var(--color-accent);font-weight:600}.pagination .space{color:var(--color-text-tertiary)}.post-header{max-width:var(--content-width);text-align:center;margin:0 auto 2rem}.post-title{font-family:var(--font-serif);letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700;line-height:1.35}.post-meta{color:var(--color-text-tertiary);flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;font-size:.88rem;display:flex}.post-meta .separator{color:var(--color-border)}.post-body-wrapper{max-width:var(--content-width);margin:0 auto;position:relative}.post-content{font-family:var(--font-serif);font-size:1.06rem;line-height:1.85}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{font-family:var(--font-serif);color:var(--color-text);margin-top:2em;margin-bottom:.75em;font-weight:700;line-height:1.35}.post-content h1{font-size:1.75rem}.post-content h2{font-size:1.45rem}.post-content h3{font-size:1.2rem}.post-content h4{font-size:1.05rem}.post-content p{margin-bottom:1.25em}.post-content a{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline #da77564d;transition:text-decoration-color .2s}.post-content a:hover{text-decoration-color:var(--color-accent)}.post-content blockquote{border-left:3px solid var(--color-accent);color:var(--color-text-secondary);border-radius:0 var(--radius) var(--radius) 0;background:#da77560a;margin:1.5em 0;padding:.5em 1.25em}.post-content blockquote p:last-child{margin-bottom:0}.post-content ul,.post-content ol{margin-bottom:1.25em;padding-left:1.5em}.post-content li{margin-bottom:.35em}.post-content code{font-family:var(--font-mono);background:var(--color-code-bg);color:var(--color-text);border-radius:3px;padding:.15em .4em;font-size:.88em}.post-content pre{background:var(--color-code-bg);border-radius:var(--radius);border:1px solid var(--color-border-light);margin:1.5em 0;padding:1.25em;line-height:1.55;overflow-x:auto}.post-content pre code{background:0 0;padding:0;font-size:.88rem}.post-content table{border-collapse:collapse;width:100%;margin:1.5em 0;font-size:.95rem}.post-content th,.post-content td{border:1px solid var(--color-border);text-align:left;padding:.6em 1em}.post-content th{background:var(--color-code-bg);font-weight:600}.post-content tr:nth-child(2n){background:#f0ebe34d}.post-content img{border-radius:var(--radius);margin:1em 0}.post-content hr{background:var(--color-border);border:none;height:1px;margin:2em 0}.toc-sidebar{width:var(--sidebar-width);position:absolute;top:0;left:calc(100% + 2rem)}.toc-wrapper{top:calc(var(--header-height) + 2rem);max-height:calc(100vh - var(--header-height) - 4rem);border-left:1px solid var(--color-border-light);padding-left:1rem;position:sticky;overflow-y:auto}.toc-wrapper::-webkit-scrollbar{width:3px}.toc-wrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.toc-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-tertiary);margin-bottom:.75rem;font-size:.78rem;font-weight:600}.toc{padding:0;list-style:none}.toc ol{padding-left:.85rem;list-style:none}.toc li{margin-bottom:.25rem}.toc a{font-family:var(--font-sans);color:var(--color-text-secondary);padding:.2rem 0;font-size:.82rem;line-height:1.45;transition:color .2s;display:block}.toc a:hover{color:var(--color-text)}.toc a.active{color:var(--color-accent);font-weight:500}.post-footer{max-width:var(--content-width);border-top:1px solid var(--color-border-light);margin:3rem auto 0;padding-top:1.5rem}.post-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.post-tags a{color:var(--color-text-tertiary);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:3px;padding:.2rem .65rem;font-size:.82rem;transition:color .2s,border-color .2s}.post-tags a:hover{color:var(--color-accent);border-color:var(--color-accent)}.post-license{border:1px solid var(--color-border-light);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text-secondary);gap:.45rem;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.88rem;line-height:1.65;display:grid}.post-license div{grid-template-columns:3rem minmax(0,1fr);align-items:baseline;gap:.75rem;display:grid}.post-license span{color:var(--color-text-tertiary)}.post-license strong{color:var(--color-text);font-weight:600}.post-license a{color:var(--color-accent);word-break:break-all}.post-license p{margin:0}.post-nav{justify-content:space-between;gap:1rem;display:flex}.post-nav a{border:1px solid var(--color-border-light);border-radius:var(--radius);background:var(--color-surface);min-width:0;color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;max-width:calc(50% - .5rem);padding:.85rem 1rem;font-size:.9rem;transition:color .2s,border-color .2s,background-color .2s;overflow:hidden}.post-nav .next{text-align:right}.post-nav a:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-header-bg)}.post-nav-label{color:var(--color-text-tertiary);margin-bottom:.15rem;font-size:.78rem;display:block}.post-nav-title{text-overflow:ellipsis;display:block;overflow:hidden}.post-comments-divider{max-width:var(--content-width);background:var(--color-border-light);height:1px;margin:2.25rem auto 0}.comments-section{max-width:var(--content-width);margin:0 auto;padding-top:2rem}.comments-title{font-family:var(--font-serif);color:var(--color-text);margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.comments-noscript{color:var(--color-text-secondary)}.comments-section #waline-comments{--waline-theme-color:var(--color-accent);--waline-active-color:var(--color-accent-hover);--waline-color:var(--color-text);--waline-light-grey:var(--color-text-tertiary);--waline-dark-grey:var(--color-text-secondary);--waline-bgcolor:var(--color-surface);--waline-bgcolor-light:var(--color-surface-hover);--waline-border-color:var(--color-border-light);--waline-disable-bgcolor:var(--color-code-bg);--waline-disable-color:var(--color-text-tertiary);--waline-code-bgcolor:var(--color-code-bg);--waline-bq-color:var(--color-text-secondary);font-family:var(--font-sans);font-size:130%}.comments-section .wl-head .wl-meta .wl-addr,.comments-section .wl-head .wl-meta .wl-browser,.comments-section .wl-head .wl-meta .wl-os{font-size:inherit}.comments-section .wl-head{flex-wrap:wrap;align-items:center;gap:.35rem .55rem}.comments-section .wl-head .wl-meta{color:var(--color-text-tertiary);flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;font-size:.75em;display:inline-flex}.comments-section .wl-head .wl-meta span{margin:0}.comments-section .wl-head .wl-meta span+span:before{content:"/";color:var(--color-border);margin-right:.35rem}.comments-section .wl-panel,.comments-section .wl-card{border-radius:var(--radius)}.comments-section .wl-card,.comments-section .wl-panel,.comments-section .wl-meta-head,.comments-section .wl-empty,.comments-section .wl-operation{font-size:1.3rem}.comments-section .wl-content{line-height:1.85;font-size:1.3rem!important}.comments-section .wl-user svg{left:-.75rem!important}.comments-section .wl-inline-user-icon{flex:none;width:.95em;height:.95em;margin-left:-.2rem;position:static!important}.comments-section .wl-card .wl-btn{font-size:.75rem}.comments-section .wl-header input,.comments-section .wl-header label{font-size:100%}.comments-section .wl-editor{font-family:var(--font-serif);font-size:1rem;line-height:1.7}.page-content{max-width:var(--content-width);margin:0 auto}.page-content h1{font-family:var(--font-serif);text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.archive{max-width:var(--content-width);margin:0 auto}.archive-title{font-family:var(--font-serif);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.archive-year{font-family:var(--font-sans);color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-light);margin:2rem 0 .75rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:600}.archive-post{align-items:baseline;gap:1rem;padding:.5rem 0;display:flex}.archive-post-date{color:var(--color-text-tertiary);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.85rem}.archive-post-title a{color:var(--color-text);font-size:1rem}.archive-post-title a:hover{color:var(--color-accent)}.category-title,.tag-title{font-family:var(--font-serif);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.category-title span,.tag-title span{color:var(--color-accent)}.tag-cloud{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1rem;display:flex}.tag-cloud-item{color:var(--color-text-secondary);background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border-light);box-shadow:var(--shadow-card);align-items:center;gap:.3rem;padding:.35rem .75rem;font-size:.9rem;transition:color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.tag-cloud-item:hover{color:var(--color-accent);border-color:var(--color-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.tag-cloud-count{color:var(--color-text-tertiary);background:var(--color-bg);text-align:center;border-radius:3px;min-width:1.4em;padding:.1rem .4rem;font-size:.75rem}.category-list{flex-direction:column;display:flex}.category-list-item{border-bottom:1px solid var(--color-border-light);color:var(--color-text);justify-content:space-between;align-items:center;padding:.7rem 0;transition:color .2s;display:flex}.category-list-item:first-child{border-top:1px solid var(--color-border-light)}.category-list-item:hover{color:var(--color-accent)}.category-list-name{font-size:1rem}.category-list-count{color:var(--color-text-tertiary);background:var(--color-bg);text-align:center;border-radius:3px;min-width:1.8em;padding:.15rem .55rem;font-size:.82rem}.no-data{text-align:center;color:var(--color-text-tertiary);margin-top:2rem;font-size:.95rem}.links-intro{text-align:center;color:var(--color-text-secondary);margin-bottom:2rem;font-size:.95rem}.links-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.links-card{background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border-light);box-shadow:var(--shadow-card);color:var(--color-text);align-items:center;gap:.85rem;padding:1rem 1.25rem;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex}.links-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-accent);color:var(--color-text);transform:translateY(-2px)}.links-card-avatar{background:var(--color-surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.links-card-avatar img{object-fit:cover;width:100%;height:100%}.links-card-info{flex-direction:column;gap:.15rem;display:flex}.links-card-info strong{font-size:.95rem;font-weight:600}.links-card-info span{color:var(--color-text-tertiary);font-size:.78rem;line-height:1.4}.site-footer{text-align:center;color:var(--color-text-tertiary);border-top:1px solid var(--color-border-light);margin-top:3rem;padding:1.5rem;font-size:.82rem}.footer-nav{justify-content:center;gap:1.5rem;margin-bottom:.75rem;display:flex}.footer-nav a{color:var(--color-text-secondary);align-items:center;gap:.35rem;font-size:.85rem;transition:color .2s;display:inline-flex}.footer-nav a:hover{color:var(--color-accent)}.footer-nav a span{color:var(--color-text-tertiary);font-size:.75rem}.footer-stats{color:var(--color-text-tertiary);margin-top:.5rem;font-size:.78rem}.footer-stats strong{color:var(--color-text-secondary);font-weight:600}.site-footer p{margin:.25rem 0}.site-footer a{color:var(--color-text-secondary)}.site-footer a:hover{color:var(--color-accent)}@media (width<=1100px){.toc-sidebar{display:none}}@media (width<=768px){:root{--header-height:52px}body{font-size:15px}.main-content{padding:1.5rem 1rem}.header-inner{flex-wrap:wrap;padding:0 1rem}.nav-toggle{display:block}.site-nav{border-top:1px solid var(--color-border-light);flex-direction:column;gap:0;width:100%;padding:.5rem 0 .75rem;display:none}.site-nav.open{display:flex}.site-nav .nav-link{padding:.6rem 0;font-size:.95rem}.site-nav .theme-toggle{align-self:flex-start;margin-top:.25rem;margin-left:0}.post-title{font-size:1.5rem}.post-card{padding:1.25rem}.post-card-title{font-size:1.15rem}.post-content{font-size:1rem}.post-nav{flex-direction:column}.post-nav a{max-width:100%}.scroll-controls{bottom:4.5rem;right:.75rem}.scroll-control{width:2.35rem;height:2.35rem}}
