*{box-sizing:border-box}body{font-family:"Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;font-size:17px;line-height:1.7;color:#333;background-color:#fdfdfd;margin:0;min-height:100vh;display:flex;flex-direction:column}.wrapper{max-width:800px;margin:0 auto;padding:0 30px}a{color:#2a7ae2;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-weight:600;line-height:1.3;margin-bottom:.5em}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.25em}.site-header{border-bottom:1px solid #e8e8e8;padding:15px 0;background:#fff}.site-header .wrapper{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.site-title{font-size:1.4em;font-weight:600;color:#333}.site-title:hover{text-decoration:none;color:#2a7ae2}.site-nav{display:flex;gap:20px;flex-wrap:wrap}.site-nav a{color:#333;font-size:.95em}.site-nav a:hover{color:#2a7ae2}.page-content{flex:1;padding:30px 0}.page h1:first-child,.post h1:first-child{margin-top:0}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e8e8e8}.post-list li:last-child{border-bottom:none}.post-list h3{margin:.3em 0;font-size:1.3em}.post-list p{margin:.5em 0 0;color:#828282}.post-meta{color:#828282;font-size:.9em}.post-header{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e8e8e8}.post-header h1{margin-bottom:.3em}.post-content{margin-bottom:45px}.post-footer{padding-top:30px;border-top:1px solid #e8e8e8}.site-footer{border-top:1px solid #e8e8e8;padding:30px 0;background:#fafafa}.site-footer p{margin:0;color:#828282;font-size:.9em}ol,ul{padding-left:1.5em}ol li,ul li{margin-bottom:.5em}code{font-family:"JetBrains Mono","Fira Code",monospace;font-size:.9em;background:#f4f4f4;padding:2px 6px;border-radius:3px}pre{background:#282a36;padding:15px;border-radius:5px;overflow-x:auto}pre code{background:none;padding:0;color:#f8f8f2}@media (max-width: 600px){.site-header .wrapper{flex-direction:column;align-items:flex-start}.site-nav{gap:15px}}