@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500&family=DM+Mono:wght@400;500&display=swap";:root{--bg: #f5f2ed;--bg-2: #ede9e2;--surface: #e8e3da;--border: #d4cfc6;--text: #1a1714;--text-2: #4a4540;--muted: #8a8178;--accent: #b85c2a;--accent-2: #d4784a;--link: #b85c2a;--link-hover: #8f3e14;--tag-bg: rgba(184, 92, 42, .1);--tag-border: rgba(184, 92, 42, .25);--toggle-bg: #d4cfc6;--shadow: 0 1px 3px rgba(0,0,0,.08);--font-serif: "Playfair Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--font-mono: "DM Mono", monospace}[data-theme=dark]{--bg: #0f0e0c;--bg-2: #161411;--surface: #1e1b17;--border: #2a2620;--text: #e8e3da;--text-2: #b5afa6;--muted: #6b6560;--accent: #d4784a;--accent-2: #e8946a;--link: #d4784a;--link-hover: #e8946a;--tag-bg: rgba(212, 120, 74, .12);--tag-border: rgba(212, 120, 74, .28);--toggle-bg: #2a2620;--shadow: 0 1px 3px rgba(0,0,0,.3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:17px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-weight:300;line-height:1.75;transition:background .25s ease,color .25s ease;padding:0 1.25rem;min-height:100vh}a{color:var(--link);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px;transition:color .15s,text-decoration-color .15s}a:hover{color:var(--link-hover);text-decoration-color:var(--link-hover)}h1,h2,h3{font-family:var(--font-serif);letter-spacing:-.02em;line-height:1.2;color:var(--text)}p{color:var(--text-2)}code{font-family:var(--font-mono);font-size:.85em;background:var(--surface);padding:.15em .4em;border-radius:3px;color:var(--accent)}.wrapper{max-width:680px;margin:0 auto;padding:3rem 0 6rem}.site-header{max-width:680px;margin:0 auto;padding:1.5rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.site-logo{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--text);text-decoration:none;letter-spacing:-.01em}.site-logo span{color:var(--accent)}.site-logo:hover{color:var(--text);text-decoration:none}.header-right{display:flex;align-items:center;gap:1.5rem}.nav-link{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .15s}.nav-link:hover{color:var(--accent);text-decoration:none}.theme-toggle{background:var(--toggle-bg);border:none;border-radius:20px;padding:.3rem;cursor:pointer;display:flex;align-items:center;gap:.15rem;transition:background .2s}.theme-btn{width:28px;height:24px;border-radius:14px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:background .15s;color:var(--muted)}.theme-btn.active{background:var(--bg);color:var(--text);box-shadow:var(--shadow)}.bio{padding:3rem 0 2.5rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.bio-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem}.bio h1{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;margin-bottom:1rem;color:var(--text)}.bio h1 em{font-style:italic;color:var(--accent)}.bio p{font-size:1rem;color:var(--text-2);max-width:520px;line-height:1.7}.bio-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}.bio-tag{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.05em;color:var(--accent);background:var(--tag-bg);border:1px solid var(--tag-border);padding:.2em .75em;border-radius:20px}.posts-header{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1.5rem}.post-list{list-style:none;display:flex;flex-direction:column;gap:0}.post-item{border-top:1px solid var(--border);padding:1.4rem 0;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start;transition:opacity .15s}.post-item:last-child{border-bottom:1px solid var(--border)}.post-item:hover{opacity:.75}.post-item a{text-decoration:none;color:inherit}.post-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:600;color:var(--text);line-height:1.3;margin-bottom:.35rem;display:block}.post-desc{font-size:.85rem;color:var(--muted);line-height:1.5}.post-date{font-family:var(--font-mono);font-size:.68rem;color:var(--muted);letter-spacing:.03em;white-space:nowrap;padding-top:.25rem}.post-header{padding:3rem 0 2rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.post-meta{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);letter-spacing:.04em;display:flex;gap:1.2rem;margin-bottom:1.2rem;flex-wrap:wrap}.post-page-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;line-height:1.2;margin-bottom:.8rem}.post-description{font-size:1rem;color:var(--muted);font-style:italic;line-height:1.6}.prose{font-size:1rem;line-height:1.82;color:var(--text-2)}.prose p{margin-bottom:1.6rem}.prose p:first-of-type{font-size:1.05rem;color:var(--text)}.prose h2{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;margin:2.5rem 0 1rem;color:var(--text)}.prose a{color:var(--link);text-decoration:underline;text-decoration-color:#b85c2a59}.prose a:hover{text-decoration-color:var(--link-hover)}.prose blockquote{border-left:2px solid var(--accent);padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;background:var(--tag-bg);border-radius:0 4px 4px 0}.prose blockquote p{margin:0;font-style:italic;color:var(--text)}.prose strong{font-weight:500;color:var(--text)}.back-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);text-decoration:none;margin-bottom:2rem;transition:color .15s}.back-link:hover{color:var(--accent);text-decoration:none}.site-footer{max-width:680px;margin:0 auto;padding:1.5rem 0 2rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-text{font-family:var(--font-mono);font-size:.68rem;color:var(--muted);letter-spacing:.04em}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.bio{animation:fadeUp .5s ease both}.post-item{animation:fadeUp .4s ease both}.post-item:nth-child(1){animation-delay:.05s}.post-item:nth-child(2){animation-delay:.1s}.post-item:nth-child(3){animation-delay:.15s}.post-item:nth-child(4){animation-delay:.2s}.post-item:nth-child(5){animation-delay:.25s}@media(max-width:520px){html{font-size:16px}.wrapper{padding:2rem 0 4rem}.post-item{grid-template-columns:1fr}.post-date{padding-top:0}}
