@import 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap';*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d1117;--surface:#161b22;--border:#30363d;--green:#39d353;--cyan:#58a6ff;--purple:#bc8cff;--yellow:#e3b341;--red:#f78166;--white:#e6edf3;--muted:#7d8590;--ps-bg:#012456;--ps-cyan:#00b4d8;--tag-bg:#1a2332;--max-w:1100px}body{font-family:jetbrains mono,monospace;background:var(--bg);color:var(--white);font-size:14px;line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}.site-nav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:52px;position:sticky;top:0;z-index:100}.nav-logo{display:flex;align-items:center;gap:2px;font-size:15px;font-weight:700}.nl-prompt{color:var(--green)}.nl-sep{color:var(--muted)}.nl-path{color:var(--purple)}.nl-cmd{color:var(--white)}.nav-links{display:flex;gap:1.5rem;list-style:none}.nav-links a{color:var(--muted);font-size:13px;transition:color .2s}.nav-links a:hover{color:var(--green)}.nav-search{color:var(--cyan)!important}.cursor{display:inline-block;width:9px;height:14px;background:var(--green);vertical-align:middle;animation:blink 1s step-end infinite}.ps-cursor{background:var(--ps-cyan)}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem;max-width:var(--max-w);margin:0 auto}.terminal-win,.ps-win{border:1px solid var(--border);border-radius:8px;overflow:hidden}.titlebar{background:#21262d;padding:8px 12px;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border)}.ps-bar{background:var(--ps-bg);border-bottom-color:#013a7a}.tb-dot{width:12px;height:12px;border-radius:50%}.tb-dot.red{background:#ff5f57}.tb-dot.yellow{background:#febc2e}.tb-dot.green{background:#28c840}.tb-label{margin-left:8px;font-size:12px;color:var(--muted)}.ps-label{color:#aad8e6}.term-body{background:var(--bg);padding:1rem 1.2rem;min-height:200px}.ps-body{background:var(--ps-bg)}.t-line{margin-bottom:4px;font-size:13px}.t-prompt{color:var(--green)}.ps-prompt{color:var(--ps-cyan)}.t-cmd{color:var(--white)}.t-out{color:var(--muted)}.t-out.ok{color:var(--green)}.t-out.info{color:var(--cyan)}.t-out.warn{color:var(--yellow)}.ps-body .t-out{color:#aad8e6}.ps-body .t-out.ok{color:#4ade80}.ps-body .t-out.warn{color:#fbbf24}.tagcloud-wrap{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.section-comment{font-size:12px;color:var(--muted);margin-bottom:.4rem}.tagcloud{display:flex;flex-wrap:wrap;gap:8px;padding:.6rem 0 1rem}.tc-tag{display:flex;align-items:center;gap:5px;background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:5px 12px;font-size:12px;transition:border-color .2s}.tc-tag:hover{border-color:var(--cyan)}.tc-count{color:var(--muted);font-size:11px}.tag{font-size:11px;padding:2px 8px;border-radius:4px;border:1px solid var(--border);background:var(--tag-bg);color:var(--cyan)}.tag-linux,.tag-bash,.tag-shell{color:var(--green);border-color:#1a3a1a}.tag-aws,.tag-s3,.tag-ec2{color:var(--yellow);border-color:#3a2a00}.tag-dns,.tag-domains,.tag-bind{color:var(--purple);border-color:#2a1a4a}.tag-devops,.tag-cicd{color:var(--red);border-color:#3a1a1a}.tag-hosting,.tag-vps,.tag-nginx{color:#58d9f0;border-color:#0a2a3a}.tag-docker{color:#f97316;border-color:#3a1a00}.posts-section{max-width:var(--max-w);margin:0 auto;padding:1.5rem 2rem}.section-header{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding-bottom:.8rem;margin-bottom:1.2rem}.sh-hash{color:var(--green);font-size:18px;font-weight:700}.section-header h2{font-size:16px;font-weight:700}.sh-all{margin-left:auto;font-size:12px;color:var(--muted)}.sh-all:hover{color:var(--cyan)}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.2rem;transition:border-color .2s,transform .15s}.post-card:hover{border-color:var(--green);transform:translateY(-2px)}.pc-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:.7rem}.pc-title{font-size:14px;font-weight:700;margin-bottom:.5rem;line-height:1.4}.pc-title a{color:var(--white)}.pc-title a:hover{color:var(--green)}.pc-excerpt{font-size:12px;color:var(--muted);line-height:1.6;margin-bottom:.8rem}.pc-meta{display:flex;align-items:center;gap:1rem;font-size:11px;color:var(--muted)}.pc-meta .sep{color:var(--border)}.pc-meta .pub{color:var(--green)}.post-single{max-width:780px;margin:2rem auto;padding:0 2rem 4rem}.post-title{font-size:22px;font-weight:700;line-height:1.4;margin-bottom:.5rem}.post-content{margin-top:2rem;line-height:1.8}.post-content h1,.post-content h2,.post-content h3{color:var(--green);margin:2rem 0 .8rem;font-weight:700}.post-content h2{font-size:18px}.post-content h3{font-size:15px}.post-content p{margin-bottom:1.2rem;color:var(--white)}.post-content a{color:var(--cyan);text-decoration:underline}.post-content ul,.post-content ol{margin:0 0 1.2rem 1.5rem;color:var(--white)}.post-content li{margin-bottom:.4rem}.post-content blockquote{border-left:3px solid var(--green);padding:.5rem 1rem;margin:1.2rem 0;color:var(--muted);background:var(--surface);border-radius:0 4px 4px 0}.post-content pre{background:var(--surface)!important;border:1px solid var(--border);border-radius:8px;padding:1rem 1.2rem;overflow-x:auto;margin-bottom:1.2rem;font-size:13px}.post-content code{font-family:jetbrains mono,monospace;font-size:13px}.post-content p code,.post-content li code{background:var(--surface);border:1px solid var(--border);padding:1px 6px;border-radius:4px;color:var(--yellow)}.post-nav{display:flex;justify-content:space-between;margin-top:3rem;padding-top:1rem;border-top:1px solid var(--border);font-size:13px}.pn-prev,.pn-next{color:var(--cyan)}.pn-prev:hover,.pn-next:hover{color:var(--green)}.site-main{min-height:calc(100vh - 52px - 60px)}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;font-size:13px}.footer-logo{color:var(--green)}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--muted);font-size:12px}.footer-links a:hover{color:var(--green)}.footer-copy{color:var(--muted);font-size:12px}@media(max-width:768px){.hero{grid-template-columns:1fr}.nav-links{gap:.8rem}.site-footer{flex-direction:column;gap:.8rem;text-align:center}}.about-conf{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem 1.4rem;margin:1rem 0 1.5rem;font-size:13px;line-height:2}