:root{--background-body:#fff;--background:#efefef;--background-primary:#efefef;--background-alt:#f7f7f7;--selection:#9e9e9e;--text-primary:rgba(0, 0, 0, 0.9);--text-secondary:#717375;--text-muted:#70777f;--links:#0076d1;--border:#dbdbdb;--code:#000;--scrollbar-thumb:#aaa;--scrollbar-thumb-hover:var(--button-hover);--v-gray-500:#c9c9c9}html{scrollbar-color:var(--scrollbar-thumb)var(--background-body);scrollbar-width:thin;min-width:320px}body{font-family:system-ui,-apple-system,Helvetica Neue,sans-serif;line-height:1.3;max-width:calc(min(560px,100%));margin:20px auto;padding:0 10px;word-wrap:break-word;color:var(--text-primary);background:var(--background-body);text-rendering:optimizeLegibility}h1{font-size:2.2em;margin:1.5rem 0 1rem}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600}h2{margin:1.25rem 0 .75rem}h3{margin:1rem 0 .5rem}h4,h5,h6{margin:.75rem 0 .5rem}p{margin:.5rem 0}b,strong,th{color:#000}blockquote{margin:0;padding:.25em 1em;color:#70777f;color:var(--text-muted);border-left:4px solid #dbdbdb;border-left:4px solid var(--border);background:var(--background)}blockquote>footer{font-style:normal;border:0}a{text-decoration:none;color:var(--links)}a:hover{text-decoration:underline}samp{background:#efefef;background:var(--background);color:var(--code);padding:2.5px 5px;font-size:1em}pre>code{padding:10px;display:block;overflow-x:auto}img,video{max-width:100%;height:auto}hr{border:none;border-top:1px solid #dbdbdb;border-top:1px solid var(--border)}ul{margin:.5rem 0;padding-inline-start:1.5rem}ul li{margin:.1rem 0}table{border-collapse:collapse;margin-bottom:10px;width:100%;table-layout:fixed}td,th{text-align:left;padding:6px;vertical-align:top;word-wrap:break-word}thead{border-bottom:1px solid var(--border)}tfoot{border-top:1px solid var(--border)}tbody tr:nth-child(2n){background-color:var(--background)}tbody tr:nth-child(2n) button{background-color:var(--background-alt)}tbody tr:nth-child(2n) button:hover{background-color:var(--background-body)}code{padding:2px 4px;font-size:.9rem;background-color:var(--v-gray-500);border-radius:4px}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:var(--background);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}::-moz-selection{background-color:var(--selection);color:var(--text-primary)}::selection{background-color:var(--selection);color:var(--text-primary)}.site-footer{border-top:1px solid var(--border);margin:1rem 0}.home-h1{font-size:1.6rem}.footer-copyright a{color:var(--text-primary)}.highlight code span{text-wrap:wrap}.post-time{color:var(--text-secondary)}.post-item-title{margin:.2rem .1rem 0;color:var(--text-secondary)}.post-item::marker{color:var(--text-primary)}.post-item-cover{max-height:200px}.blur-up-x{position:relative;overflow:hidden;background-size:cover;background-position:50%;filter:blur(10px);transition:filter .8s ease-out}.blur-up-target{opacity:0;transition:opacity .6s ease-in;width:100%;height:auto}.blur-up-loaded.blur-up-x{filter:blur(0)}.blur-up-loaded .blur-up-target{opacity:1}