*{box-sizing:border-box}body{margin:0;background:#f5eee0;color:#3d2f23;font-family:Georgia,"Times New Roman",serif;line-height:1.7}.glow-band{height:6px;background:linear-gradient(90deg, #e0a458, #c26d3f, #e8c07d, #d98e5f, #e0a458);background-size:300% 100%;animation:drift 12s ease-in-out infinite;filter:blur(.5px);box-shadow:0 0 18px 2px rgba(224,164,88,.55)}@keyframes drift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@media (prefers-reduced-motion: reduce){.glow-band{animation:none}}header,main,footer{max-width:42rem;margin:0 auto;padding:0 1.25rem}header nav{display:flex;align-items:baseline;gap:1.5rem;padding:1.75rem 0}header nav a{color:#8a7660;text-decoration:none}header nav a:hover{color:#c26d3f}header nav .site-name{font-weight:bold;font-size:1.15rem;color:#3d2f23;margin-right:auto}main{padding-bottom:3rem}a{color:#c26d3f}h1,h2,h3{line-height:1.25;font-weight:normal}h1{font-size:2rem}time{color:#8a7660;font-size:.85rem;font-family:system-ui,sans-serif;white-space:nowrap}.recent h2{font-size:1.2rem;border-bottom:1px solid #efe3cc;padding-bottom:.4rem}.post-list{list-style:none;padding:0}.post-list li{display:flex;align-items:baseline;gap:1.25rem;margin-bottom:.75rem}article time{display:block;margin-bottom:1.5rem}pre{padding:1rem;border-radius:8px;overflow-x:auto;line-height:1.5}code{font-size:.9em}blockquote{margin:0;padding-left:1rem;border-left:3px solid #c26d3f;color:#8a7660}footer{padding-top:1rem;padding-bottom:2rem;border-top:1px solid #efe3cc;color:#8a7660;font-size:.85rem}