@charset "UTF-8";*{box-sizing:border-box}html{line-height:1.6}body{margin:0;font-family:sans-serif;background:#353b43;color:#afbac4}h1,h2,h3,h4,h5,h6{color:#fff}a{color:#57cc8a;transition:color .35s;text-decoration:none}a:hover{color:#fff}code{font-family:monospace,monospace;font-size:1em;color:rgba(175,186,196,.8);text-size-adjust:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}pre{font-size:1rem;line-height:1.2em;margin:0;overflow:auto}pre code{font-size:.8em}::selection{background:rgba(175,186,196,.25)}::-moz-selection{background:rgba(175,186,196,.25)}.app-header{padding:2.5em;background:#242930;text-align:center}.app-header-avatar{width:15rem;height:15rem;border-radius:50%;border:.5rem solid #57cc8a;animation:neonPulse 2.5s ease-in-out infinite,glitch 1s infinite alternate;transition:box-shadow .3s ease,transform .2s ease;box-shadow:0 0 1.5rem rgba(87,204,138,.6),0 0 2rem rgba(87,204,138,.4)}.app-header-avatar:hover{transform:scale(1.08);box-shadow:0 0 2.5rem rgba(87,204,138,.8),0 0 1.5rem rgba(87,204,138,.6),0 0 3rem rgba(87,204,138,.5),inset 0 0 .5rem rgba(87,204,138,.3)}.app-container{padding:2.5rem}.app-header-social{display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff}.app-header-social a:not(:last-child){margin-right:.4em}.app-header-title{color:#fff;display:block;font-size:2em;margin:.67em 0;font-weight:700;text-shadow:0 0 .25rem #0f0,0 0 .5rem #0f0,0 0 .25rem #0f0;animation:neonTextPulse 2s infinite alternate}@media(min-width:940px){.app-header{position:fixed;top:0;left:0;width:20rem;min-height:100vh}.app-container{max-width:65rem;margin-left:20rem}}.error-404{text-align:center}.error-404-title{text-transform:uppercase}.icon{display:inline-block;width:1em;height:1em;margin-top:-.125em}.pagination{display:block;list-style:none;padding:0;font-size:.8em;text-align:center;margin:3em 0}.page-item{display:inline-block}.page-item .page-link{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem}.page-item.active .page-link{color:#fff;border-radius:2em;background:#57cc8a}.post-title{font-size:2em;font-weight:700;color:#4caf50;margin-bottom:.5em}.post-meta{font-size:.9em;color:silver;margin-bottom:1em;display:flex;flex-wrap:wrap;gap:.5em}.post-meta .icon{margin-right:.4em}.post-meta .icon svg,.post-meta .icon img{fill:currentColor;height:1em}.post-content{color:#f5f5f5;line-height:1.7;font-size:1.05em}.post-content a{color:#6ec071;text-decoration:underline}.post-content a:hover{color:gold}.post-content pre,.post-content .highlight{background:rgba(255,255,255,5%);border-left:.35em solid #4caf50;border-radius:8px;padding:1em 1.5em;overflow-x:auto;font-family:fira code,monospace;font-size:.95em;color:#f5f5f5;margin:1.5em 0}.post-content blockquote{position:relative;background:rgba(0,0,0,.5);border-left:4px solid #4caf50;padding:1.5em;border-radius:10px;margin:2em 0;color:#f5f5f5;font-style:italic;box-shadow:0 6px 18px rgba(0,0,0,.3)}.post-content blockquote::before{content:"❝";font-size:2em;color:#4caf50;position:absolute;top:.2em;left:.5em}.posts-list{padding:0}.posts-list-item{list-style:none;padding:.4em 0}.posts-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}.posts-list-item-description{display:flex;align-items:center;font-size:.8em}.posts-list-item-description>.icon{margin-right:.4em}.posts-list-item-separator{margin:0 .4em}.tag{display:inline-block;margin-right:.2em;padding:0 .6em;font-size:.9em;border-radius:.2em;white-space:nowrap;background:rgba(255,255,255,.1);transition:color .35s,background .35s}.tag:hover{transition:color .25s,background .05s;background:rgba(255,255,255,.3)}.tags-list{padding:0}.tags-list-item{display:flex;align-items:center;list-style:none;padding:.4em 0}.tags-list-item>.icon{margin-right:.4em}.tags-list-item:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.3)}@media(min-width:450px){.tags-list{display:flex;flex-wrap:wrap}.tags-list-item{width:calc(50% - 1em)}.tags-list-item:nth-child(even){margin-left:1em}.tags-list-item:nth-last-child(2){border:none}}