:root{--bp-xs:480px;--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--size-5:1.35rem;--size-4:1.20rem;--size-3:1.10rem}img,video,iframe{max-width:100%;height:auto}table{max-width:100%;overflow-x:auto}pre{overflow-x:auto}.prose{max-width:70ch;margin-inline:auto;line-height:1.6}html{font-size:16px}@media(min-width:768px){html{font-size:17px}}@media(min-width:1024px){html{font-size:18px}}h1{font-size:clamp(1.75rem,4vw,2.5rem)}.container{max-width:1200px;margin-inline:auto;padding-inline:1rem}@media(min-width:768px){.container{padding-inline:2rem}}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.brand{font-weight:700;text-decoration:none;color:var(--text)}#nav-toggle{display:none;background:0 0;border:1px solid var(--surface0);color:var(--text);cursor:pointer;border-radius:4px;min-height:0;min-width:0;width:44px;height:44px;padding:0;font-size:1.5rem;line-height:1;align-items:center;justify-content:center}#nav-toggle:hover{background-color:var(--surface0)}#nav-links{display:flex;gap:.5rem;align-items:center}#nav-links a{text-decoration:none;color:var(--text);padding:.5rem;border-radius:4px;transition:background-color .2s}@media(max-width:640px){#nav-toggle{display:flex;order:3}.brand{order:1}#nav-links{display:none;flex-direction:row;width:100%;margin-top:.5rem;gap:0;order:4;justify-content:center}#nav-links.show{display:flex}.nav-inner{flex-wrap:wrap;align-items:center}#nav-links a{flex:1;text-align:center}#nav-links button{width:100%;font-size:.875rem;padding:.4rem .6rem}}.posts-grid{display:grid;gap:1rem;grid-template-columns:1fr}.post-card{transition:transform .2s ease}.card-body{padding:1rem}.post-card:hover{transform:translateY(-2px)}.post-card .header span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:70%;flex-shrink:1}.article-content{padding:1rem 1ch;margin-top:1rem;line-height:1.6}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{margin-top:1.5rem;margin-bottom:.5rem}.article-content p{margin-bottom:1rem}.article-content pre{margin:1rem 0}.article-content ul,.article-content ol{margin:1rem 0;padding-left:2rem}.article-content blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid var(--surface0)}.article-content table{margin:1rem 0;width:100%}.post-card p{margin-top:.5rem;font-size:.9rem;line-height:1.5}@media(max-width:480px){.post-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.code-box{position:relative}.code-box pre{padding:clamp(.75rem,2vw,1rem)}a:focus,button:focus{outline:2px solid var(--blue);outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:var(--surface0);color:var(--text);padding:8px;text-decoration:none;border-radius:4px;transition:top .3s}.skip-link:focus{top:6px}@media(max-width:640px){header a,header button{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}}