:root{--brown-dark: #33261a;--brown: #4a3728;--orange: #c8551b;--orange-dark: #a34415;--mustard: #d9a441;--olive: #7a8450;--cream: #f6efe0;--cream-dark: #eee3cc;--paper: #fbf7ec;--border: #dccfb4;--text-muted: #857259;--radius: 8px;--max-width: 760px}*{box-sizing:border-box}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--brown);background:var(--cream);line-height:1.65}body{margin:0;display:flex;flex-direction:column;min-height:100vh}main{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.25rem 4rem}h1,h2,h3,h4{font-family:Georgia,Times New Roman,serif;color:var(--brown-dark);line-height:1.25;margin-top:2rem;margin-bottom:.75rem}h1{font-size:2.1rem;margin-top:0}h2{font-size:1.5rem}h3{font-size:1.18rem}h2{border-bottom:3px double var(--mustard);padding-bottom:.35rem}a{color:var(--orange);text-decoration:none}a:hover{color:var(--orange-dark);text-decoration:underline}p{margin:0 0 1.1rem}code{font-family:SF Mono,Cascadia Code,Consolas,Menlo,monospace;font-size:.875em;background:var(--cream-dark);border:1px solid var(--border);border-radius:4px;padding:.1em .35em}pre{background:var(--cream-dark)!important;border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;overflow-x:auto;margin:0 0 1.25rem}pre code{background:none;border:none;padding:0;font-size:.85rem}blockquote{margin:0 0 1.25rem;padding:.75rem 1.25rem;background:var(--paper);border-left:4px solid var(--mustard);border-radius:0 var(--radius) var(--radius) 0}blockquote p:last-child{margin-bottom:0}img{max-width:100%;border-radius:var(--radius);border:1px solid var(--border)}hr{border:none;border-top:3px double var(--mustard);margin:2.5rem 0}table{border-collapse:collapse;width:100%;margin-bottom:1.25rem;font-size:.95rem}th,td{border:1px solid var(--border);padding:.5rem .75rem;text-align:left}th{background:var(--cream-dark);color:var(--brown-dark)}.site-header{background:var(--brown-dark);color:var(--cream);border-bottom:4px solid var(--orange)}.site-header .inner{max-width:var(--max-width);margin:0 auto;padding:.9rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-logo{font-family:Georgia,Times New Roman,serif;font-size:1.4rem;font-weight:700;color:var(--cream);letter-spacing:-.02em}.site-logo:hover{text-decoration:none;color:var(--cream)}.site-logo .accent{color:var(--mustard)}.site-nav{display:flex;gap:1.25rem}.site-nav a{color:#d8c7ae;font-size:.95rem;font-weight:500}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--mustard);text-decoration:none}.site-footer{border-top:1px solid var(--border);background:var(--cream-dark);margin-top:auto}.site-footer .inner{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1.25rem;font-size:.875rem;color:var(--text-muted);display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-footer a{color:var(--text-muted)}.hero{margin-bottom:2.5rem}.hero .tagline{font-size:1.15rem;color:var(--text-muted);max-width:620px}.post-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.post-card{position:relative;background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);padding:1.15rem 1.35rem;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.post-card:hover{border-color:var(--orange);box-shadow:3px 3px 0 var(--mustard);transform:translate(-1px,-1px)}.card-link{position:absolute;inset:0;z-index:1;border-radius:var(--radius)}.post-card h3 a,.post-card .tag{position:relative;z-index:2}.post-card h3{margin:0 0 .35rem;font-size:1.15rem}.post-card h3 a{color:var(--brown-dark)}.post-card h3 a:hover{color:var(--orange);text-decoration:none}.post-card .meta{font-size:.82rem;color:var(--text-muted);margin-bottom:.4rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.post-card p{margin:0;font-size:.95rem;color:var(--text-muted)}.tag{display:inline-block;background:var(--mustard);color:var(--brown-dark);border:1px solid transparent;border-radius:999px;padding:.1rem .65rem;font-size:.75rem;font-weight:600;line-height:1.6}a.tag:hover,button.tag:hover{text-decoration:none;background:var(--orange);color:var(--cream);cursor:pointer}.search-wrap{margin:1.5rem 0 1rem}.search-wrap input{width:100%;font-size:1.05rem;font-family:inherit;color:var(--brown);background:var(--paper);border:2px solid var(--brown-dark);border-radius:var(--radius);padding:.75rem 1rem;box-shadow:3px 3px 0 var(--orange);transition:box-shadow .15s ease}.search-wrap input:focus{outline:none;box-shadow:4px 4px 0 var(--mustard)}.search-wrap input::placeholder{color:var(--text-muted)}.search-empty{color:var(--text-muted);font-style:italic}.tag-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.tag-btn{font-family:inherit}.tag-btn.active{background:var(--orange);color:var(--cream);border-color:var(--brown-dark)}.article-header .meta{color:var(--text-muted);font-size:.9rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:2rem}.article-footer{margin-top:3rem;padding-top:1.5rem;border-top:3px double var(--mustard);font-size:.95rem}
