.blog-search{position:relative;margin:1lh 0}.search-box{position:relative;display:flex;align-items:center;background:var(--background0);border:1px solid var(--surface2);transition:border-color .2s ease}.search-box:focus-within{border-color:var(--green)}.search-icon{position:absolute;left:1ch;color:var(--foreground2);pointer-events:none}#blog-search-input{flex:1;padding:.75lh 3ch .75lh 3ch;background:transparent;border:none;color:var(--foreground0);font-family:var(--font-family);font-size:var(--font-size);outline:none}#blog-search-input::placeholder{color:var(--foreground2)}.clear-btn{display:none;align-items:center;justify-content:center;width:3ch;height:100%;background:transparent;border:none;color:var(--foreground2);cursor:pointer;transition:color .2s ease}.clear-btn:hover{color:var(--red)}.search-results{position:absolute;top:calc(100% + .5lh);left:0;right:0;background:var(--background0);border:1px solid var(--green);max-height:50vh;overflow-y:auto;z-index:100}.results-header{display:flex;justify-content:space-between;align-items:center;padding:.75lh 1ch;background:var(--surface0);border-bottom:1px solid var(--surface1);position:sticky;top:0}.results-count{color:var(--green);font-weight:700}.close-results-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--foreground2);cursor:pointer;padding:.25lh .5ch;transition:color .2s ease}.close-results-btn:hover{color:var(--red)}.results-list{padding:1lh 1ch;display:flex;flex-direction:column;gap:1lh}a.result-item{display:block;padding:1lh 1ch;background:transparent;border-left:3px solid transparent;border-bottom:1px solid var(--surface1);text-decoration:none;color:inherit;transition:all .2s ease}a.result-item:last-child{border-bottom:none}a.result-item:hover{background:var(--surface0);border-left-color:var(--green);padding-left:1.5ch}.result-header{display:flex;justify-content:space-between;align-items:baseline;gap:1ch;margin-bottom:.5lh}.result-title{font-size:1em;font-weight:700;color:var(--sky);line-height:1.4}a.result-item:hover .result-title{color:var(--green)}.result-date{font-size:.8em;color:var(--subtext0);white-space:nowrap;font-family:monospace}.result-description{font-size:.9em;line-height:1.5;color:var(--subtext1);margin-bottom:.5lh}a.result-item:hover .result-description{color:var(--text)}.result-tags{display:flex;flex-wrap:wrap;gap:.5ch}.no-results{display:flex;flex-direction:column;align-items:center;gap:.5lh;padding:2lh 1ch;color:var(--foreground2);text-align:center}.no-results .nf{font-size:2em;opacity:.5}.blog-main[data-astro-cid-5tznm7mj]{width:100%;max-width:140ch;margin:0 auto;padding:2lh 2ch;overflow-x:hidden}.terminal-header[data-astro-cid-5tznm7mj]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1lh;padding-bottom:1lh;border-bottom:1px solid var(--surface2)}.terminal-prompt[data-astro-cid-5tznm7mj]{font-family:var(--font-family);display:flex;gap:.5ch}.prompt-user[data-astro-cid-5tznm7mj]{color:var(--green);font-weight:700}.prompt-separator[data-astro-cid-5tznm7mj]{color:var(--foreground0)}.prompt-path[data-astro-cid-5tznm7mj]{color:var(--blue);font-weight:700}.prompt-symbol[data-astro-cid-5tznm7mj]{color:var(--foreground0)}.prompt-command[data-astro-cid-5tznm7mj]{color:var(--yellow)}.back-link[data-astro-cid-5tznm7mj]{display:inline-block;padding:.5lh 1ch;background:transparent;border:1px solid var(--surface2);color:var(--foreground1);text-decoration:none;font-family:var(--font-family);font-size:var(--font-size);transition:all .2s ease}.back-link[data-astro-cid-5tznm7mj]:hover{border-color:var(--foreground0);background:var(--surface0);color:var(--foreground0)}.terminal-content[data-astro-cid-5tznm7mj]{min-height:30lh;margin-top:1lh}.terminal-output[data-astro-cid-5tznm7mj]{font-family:var(--font-family)}.no-posts[data-astro-cid-5tznm7mj]{padding:2lh 0;color:var(--red)}.posts-terminal[data-astro-cid-5tznm7mj]{display:flex;flex-direction:column}.post-line[data-astro-cid-5tznm7mj]{display:grid;grid-template-columns:11ch 4ch 8ch 8ch 8ch 15ch 1fr;gap:1ch;padding:.25lh 0;text-decoration:none;color:var(--text);transition:background-color .15s ease;font-family:var(--font-family)}.post-line[data-astro-cid-5tznm7mj]:hover{background-color:var(--surface0)}.post-perms[data-astro-cid-5tznm7mj]{color:var(--foreground2)}.post-links[data-astro-cid-5tznm7mj]{color:var(--foreground2);text-align:right}.post-user[data-astro-cid-5tznm7mj]{color:var(--green)}.post-group[data-astro-cid-5tznm7mj]{color:var(--yellow)}.post-size[data-astro-cid-5tznm7mj]{color:var(--blue);text-align:right}.post-date[data-astro-cid-5tznm7mj],.post-time[data-astro-cid-5tznm7mj]{color:var(--mauve)}.post-name-wrapper[data-astro-cid-5tznm7mj]{display:flex;align-items:center;gap:1ch;flex-wrap:wrap}.post-name[data-astro-cid-5tznm7mj]{color:var(--sky);font-weight:700}.post-line[data-astro-cid-5tznm7mj]:hover .post-name[data-astro-cid-5tznm7mj]{color:var(--blue);text-decoration:underline}.post-tags[data-astro-cid-5tznm7mj]{display:flex;gap:.5ch;align-items:center}.tag-badge[data-astro-cid-5tznm7mj]{cursor:default}@media (max-width: 768px){.blog-main[data-astro-cid-5tznm7mj]{padding:1lh 1ch}.terminal-header[data-astro-cid-5tznm7mj]{flex-direction:column;align-items:flex-start;gap:1lh}.terminal-prompt[data-astro-cid-5tznm7mj]{flex-wrap:wrap}.post-line[data-astro-cid-5tznm7mj]{grid-template-columns:1fr;gap:.25lh;padding:1lh .5ch;border-bottom:1px solid var(--surface2)}.post-perms[data-astro-cid-5tznm7mj],.post-links[data-astro-cid-5tznm7mj],.post-user[data-astro-cid-5tznm7mj],.post-group[data-astro-cid-5tznm7mj]{display:none}}
