:root{--background-dark: hsl(0, 0%, 6%);--post-hover: hsl(0, 0%, 10%);--text-light: #e0e0e0;--text-summary: hsl(0, 0%, 90%);--code-background: #2c2c2c;--code-text: #f8f8f2;--link-color: #a47aec;--link-hover-color: #e0d2f9;--blockquote-border: #66d9ef;--chip-background: #66d9ef;--chip-text: #1e1e1e}::-webkit-scrollbar{width:8px;height:3px}::-webkit-scrollbar-button{background-color:#666}::-webkit-scrollbar-track{background-color:#646464}::-webkit-scrollbar-track-piece{background-color:#000}::-webkit-scrollbar-thumb{height:50px;background-color:#666;border-radius:3px}::-webkit-scrollbar-corner{background-color:#646464}::-webkit-resizer{background-color:#666}html,body{text-rendering:optimizeSpeed;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;background-color:var(--background-dark);color:var(--text-light);line-height:1.45;margin:1rem auto;max-width:48rem;font-size:18px}html{padding:.25rem}body{padding:1rem}code{line-height:1.15;overflow-x:auto;background-color:var(--code-background);font-size:.8rem;color:var(--code-text);padding:.1rem .2rem}pre,code{overflow-x:auto}ol,ol li{margin-left:0;padding-left:0}ol{margin-left:1.3em}.chroma code{padding:0;color:inherit;line-height:inherit;background-color:inherit}a{text-decoration:none;color:var(--link-color)}a:hover{color:var(--link-hover-color)}h1,h2,h3,h4,h5,h6{margin:1.414rem 0 .5rem;line-height:1.42}h1{font-size:clamp(1.5rem,4vw,2.5rem)}h2{font-size:clamp(1.3rem,3.5vw,2rem)}h3{font-size:clamp(1.15rem,3vw,1.75rem)}h4{font-size:clamp(1.05rem,2.5vw,1.5rem)}h5{font-size:clamp(0.95rem,2vw,1.25rem)}h6{font-size:clamp(0.85rem,1.5vw,1rem)}p{font-size:1rem;margin-bottom:1.3rem}details>summary:hover{cursor:pointer}blockquote{border-left:3px solid var(--blockquote-border);padding-left:1rem;color:var(--code-text);margin:0 0}canvas,iframe,video,svg,select,textarea{max-width:100%}img{max-width:100%;display:block;margin-left:auto;margin-right:auto}.chips{display:flex;flex-wrap:wrap;list-style:none;margin-top:24px;padding:0}.chips:empty{display:none;margin:0}.chip{background-color:var(--chip-background);border-radius:8px;color:var(--chip-text);padding:4px 8px;margin:0 8px 8px 0}.posts{display:flex;flex-direction:column;gap:1rem;list-style-type:none;padding-inline-start:0}.post{padding:1rem;border-radius:0 8px 8px 0;border-left:4px solid gray}.post:hover{cursor:pointer;background-color:var(--post-hover)}.post-title{font-size:1.2rem;font-weight:600;color:var(--text-light)}.post>summary{color:var(--text-summary);border-radius:8px;margin:.5rem 0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-height:5.4em;line-height:1.8em}.extras{padding:0;gap:1rem}.extras:empty{display:none;margin:0}.extras-meta{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5rem;margin:.5rem 0}.extras-meta>span{color:#999;font-size:.8rem;margin:auto 0}@media(max-width:768px){body{margin:auto;padding:1rem;font-size:16px}.chips{justify-content:center}.chip{margin:0 4px 4px 0}.post-title{font-size:1rem}.extras-meta-collapsible{display:none}summary{padding:0 .5rem;font-size:.8rem}p{font-size:.85rem;line-height:1.44}code{font-size:.66rem}}