@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--background0: #0a0a0a;--background1: #111;--background2: #1a1a1a;--background3: #2a2a2a;--foreground0: #f0f0f0;--foreground1: #b0b0b0;--foreground2: #666;--accent: #8a9ba8;--accent-dim: #5a6a75;--font: "JetBrains Mono", Menlo, Monaco, monospace;--font-size: 14px;--line-height: 1.7;--max-width: 700px;--transition: .2s ease}::selection{background:var(--accent);color:var(--background0)}html{scrollbar-gutter:stable;color-scheme:dark}html,body{background:var(--background0);color:var(--foreground1);font-family:var(--font);font-size:var(--font-size);line-height:var(--line-height);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--foreground1);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--foreground0)}.site-wrap{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;display:flex;flex-direction:column;min-height:100vh;gap:3rem}.site-header{display:flex;flex-direction:column;gap:1.25rem}.site-header-top{display:flex;justify-content:space-between;align-items:baseline}.site-title a{font-weight:700;font-size:1.1em;color:var(--foreground0);text-decoration:none;letter-spacing:.04em}.site-tagline{color:var(--foreground2);font-size:.85em;font-weight:300;letter-spacing:.02em}.site-nav{display:flex;gap:2rem}.site-nav a{color:var(--foreground2);text-decoration:none;font-size:.85em;font-weight:400;letter-spacing:.03em;position:relative}.site-nav a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width var(--transition)}.site-nav a:hover{color:var(--foreground0)}.site-nav a:hover:after{width:100%}.header-rule{border:none;height:1px;background:linear-gradient(90deg,var(--accent-dim),var(--background3) 70%)}.site-main{flex:1}.post-index{display:flex;flex-direction:column}.post-row{display:grid;grid-template-columns:5.5ch 1fr 2ch;gap:0 1.5ch;align-items:baseline;padding:1.25rem 0;border-bottom:1px solid var(--background2);text-decoration:none;color:inherit;transition:all var(--transition)}.post-row:first-child{padding-top:0}.post-row:last-child{border-bottom:none}.post-row:hover{border-color:var(--background3)}.post-row:hover .post-row-title{color:var(--accent)}.post-row:hover .post-row-arrow{color:var(--accent);opacity:1}.post-row-date{color:var(--foreground2);font-size:.8em;font-weight:300;letter-spacing:.02em;white-space:nowrap;padding-top:.1em}.post-row-content{display:flex;flex-direction:column;gap:.3rem;min-width:0}.post-row-title{color:var(--foreground0);font-weight:500;font-size:1em;transition:color var(--transition)}.post-row-excerpt{color:var(--foreground2);font-size:.85em;font-weight:300;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-row-tags{display:flex;gap:.5ch;flex-wrap:wrap}.post-row-tag{color:var(--accent-dim);font-size:.75em;font-weight:400}.post-row-arrow{color:var(--foreground2);font-size:.85em;opacity:0;transition:all var(--transition);padding-top:.1em}.posts{display:flex;flex-direction:column}.post-item{padding:2rem 0;border-bottom:1px solid var(--background2);transition:border-color var(--transition)}.post-item:hover{border-color:var(--background3)}.post-item:first-child{padding-top:0}.post-item:last-child{border-bottom:none}.post-title{font-size:1em;font-weight:700;color:var(--foreground0);margin-bottom:.6rem;letter-spacing:.01em}.post-title a{color:var(--foreground0);text-decoration:none}.post-title a:hover{color:var(--accent)}.post-meta{color:var(--foreground2);font-size:.8em;font-weight:300;margin-bottom:1rem;display:flex;gap:.75rem;align-items:center;letter-spacing:.02em}.post-meta .meta-sep{color:var(--background3)}.post-meta a{color:var(--foreground2)}.post-meta a:hover{color:var(--accent)}.post-single .post-title{font-size:1.4em;margin-bottom:.75rem;line-height:1.4}.post-single .post-meta{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--background2)}.post-body{color:var(--foreground1);line-height:var(--line-height)}.post-body p{margin-bottom:1.2rem}.post-body p:last-child{margin-bottom:0}.post-body strong{color:var(--foreground0);font-weight:700}.post-body em{font-style:italic;color:var(--foreground0)}.post-body h1{font-size:1.2em;font-weight:700;color:var(--foreground0);margin:2.5rem 0 1rem;letter-spacing:.01em}.post-body h2{font-size:1.1em;font-weight:700;color:var(--foreground0);margin:2rem 0 .75rem;letter-spacing:.01em}.post-body h3{font-size:1em;font-weight:500;color:var(--foreground0);margin:1.5rem 0 .5rem}.post-body h4,.post-body h5,.post-body h6{font-size:.9em;font-weight:500;color:var(--foreground1);margin:1.5rem 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.post-body a{color:var(--foreground0);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--accent-dim)}.post-body a:hover{color:var(--accent);text-decoration-color:var(--accent)}.post-body blockquote{border-left:2px solid var(--accent-dim);padding:.75rem 0 .75rem 1.25rem;color:var(--foreground2);margin:1.5rem 0;font-style:italic;font-weight:300}.post-body blockquote p:last-child{margin-bottom:0}.post-body code{background:var(--background1);border:1px solid var(--background3);padding:.15em .4em;font-family:var(--font);font-size:.9em;color:var(--foreground0)}.post-body pre{background:var(--background1);border:1px solid var(--background3);padding:1.25rem;overflow-x:auto;margin:1.5rem 0;line-height:1.5}.post-body pre code{background:none;border:none;padding:0;color:var(--foreground1)}.post-body img{max-width:100%;height:auto;display:block;margin:2rem 0;border:1px solid var(--background3)}.post-body ul{list-style:none;padding:0;margin:1.25rem 0}.post-body ul li{padding-left:1.5ch;position:relative;margin-bottom:.4rem}.post-body ul li:before{content:"—";color:var(--accent-dim);position:absolute;left:0}.post-body ol{padding-left:2.5ch;margin:1.25rem 0}.post-body ol li{margin-bottom:.4rem}.post-body hr{border:none;height:1px;background:linear-gradient(90deg,var(--background3),var(--accent-dim) 50%,var(--background3));margin:2.5rem 0}.post-body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9em}.post-body th{text-align:left;font-weight:500;color:var(--foreground0);border-bottom:1px solid var(--accent-dim);padding:.5rem .75rem}.post-body td{padding:.5rem .75rem;border-bottom:1px solid var(--background2)}.post-read-more{display:inline-block;margin-top:1rem;color:var(--accent);text-decoration:none;font-size:.85em;font-weight:500;letter-spacing:.02em;transition:color var(--transition)}.post-read-more:hover{color:var(--foreground0)}.post-image{max-width:100%;height:auto;display:block;margin-bottom:1rem;border:1px solid var(--background3);transition:border-color var(--transition)}.post-item:hover .post-image{border-color:var(--accent-dim)}.post-tags{margin-top:1rem;display:flex;gap:.5rem;flex-wrap:wrap}.post-tag{color:var(--foreground2);font-size:.75em;font-weight:400;text-decoration:none;border:1px solid var(--background3);padding:.15rem .6rem;letter-spacing:.03em;transition:all var(--transition)}.post-tag:hover{color:var(--accent);border-color:var(--accent-dim);background:#8a9ba80d}.post-comments{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--background2)}.post-comments h3{color:var(--foreground0);font-size:.9em;font-weight:500;margin-bottom:1.5rem;letter-spacing:.03em;text-transform:lowercase}.response{padding:1.25rem 0;border-bottom:1px solid var(--background2)}.response:last-of-type{border-bottom:none}.response-author{color:var(--foreground0);font-weight:500;font-size:.9em}.response-date{color:var(--foreground2);font-size:.8em;font-weight:300}.response-body{color:var(--foreground1);margin-top:.5rem;font-size:.95em}form input[type=text],form input[type=email],form textarea{background:var(--background1);border:1px solid var(--background3);color:var(--foreground0);font-family:var(--font);font-size:var(--font-size);padding:.5rem .75rem;width:100%;outline:none;margin-bottom:.75rem;transition:border-color var(--transition)}form input:focus,form textarea:focus{border-color:var(--accent-dim)}form input[type=submit],form button{background:transparent;color:var(--foreground0);border:1px solid var(--foreground2);font-family:var(--font);font-size:.85em;font-weight:500;padding:.5rem 1.5rem;cursor:pointer;margin-top:.25rem;letter-spacing:.03em;transition:all var(--transition)}form input[type=submit]:hover,form button:hover{border-color:var(--foreground0);background:var(--foreground0);color:var(--background0)}.archive-months{display:flex;flex-direction:column;gap:.35rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--background2)}.archive-months a{color:var(--foreground2);text-decoration:none;font-size:.9em;font-weight:300}.archive-months a:hover{color:var(--accent)}.archive-result{padding:1rem 0;border-bottom:1px solid var(--background2)}.archive-result:last-child{border-bottom:none}.archive-result-title a{color:var(--foreground0);font-weight:500;text-decoration:none}.archive-result-title a:hover{color:var(--accent)}.archive-result-date{color:var(--foreground2);font-size:.8em;font-weight:300;margin-top:.2rem}.archive-result-snippet{color:var(--foreground1);margin-top:.3rem;font-size:.9em}.pagination{display:flex;gap:1.5rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--background2);color:var(--foreground2);font-size:.85em;font-weight:400}.pagination a{color:var(--foreground2);text-decoration:none;letter-spacing:.02em}.pagination a:hover{color:var(--accent)}.ph-alert{color:var(--foreground1);margin-bottom:1.5rem;padding:.75rem 1rem;border:1px solid var(--background3);font-size:.9em}.ph-alert.ph-alert-success{color:#9ec49e;border-color:#3a5a3a}.ph-alert.ph-alert-error{color:#c49e9e;border-color:#5a3a3a}.site-footer{border-top:1px solid var(--background2);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;color:var(--foreground2);font-size:.8em;font-weight:300;letter-spacing:.02em}.site-footer a{color:var(--foreground2);text-decoration:none}.site-footer a:hover{color:var(--accent)}.footer-links{display:flex;gap:1.5rem}.missing{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0}.missing h1{font-size:3em;font-weight:700;color:var(--foreground0);letter-spacing:.1em;line-height:1}.missing p{color:var(--foreground2);font-weight:300}.missing a{color:var(--foreground2);font-weight:400}.missing a:hover{color:var(--accent)}@media(max-width:600px){:root{--font-size: 13px}.site-wrap{padding:2rem 1.25rem;gap:2rem}.site-header-top{flex-direction:column;gap:.25rem}.site-nav{gap:1.25rem}.site-footer{flex-direction:column;align-items:flex-start;gap:.75rem}.post-single .post-title{font-size:1.2em}.post-row{grid-template-columns:1fr 2ch;gap:.2rem 0}.post-row-date{grid-column:1 / -1;margin-bottom:.1rem}.post-row-arrow{opacity:.5}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
