:root{--background: #f5f5f1;--accent: #2d8b72;--text-primary: #1a1a1a;--text-secondary: #666666;--code-bg: #d4d4d4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:sans-serif;min-height:100vh;background-color:var(--background);font-size:16px;display:flex;flex-direction:column}header[data-astro-cid-37fxchfa]{margin:auto;width:100%;padding:2rem 1rem;display:flex;flex-direction:column;align-items:start;gap:2rem;border-block-end:var(--accent) solid 2px}nav[data-astro-cid-37fxchfa]{display:flex;flex-direction:row;gap:1rem}.title[data-astro-cid-37fxchfa]{display:block;font-size:2rem;font-weight:500;color:var(--accent)}.tagline[data-astro-cid-37fxchfa]{font-size:1rem;font-weight:500;font-style:italic;color:var(--text-secondary)}nav[data-astro-cid-37fxchfa]>a[data-astro-cid-37fxchfa]{color:var(--text-primary);text-decoration:none}nav[data-astro-cid-37fxchfa]>a[data-astro-cid-37fxchfa]:hover{color:var(--accent)}nav[data-astro-cid-37fxchfa]>a[data-astro-cid-37fxchfa].disabled{color:var(--text-secondary);cursor:default}nav[data-astro-cid-37fxchfa]>a[data-astro-cid-37fxchfa].disabled:hover{color:var(--text-secondary)}main[data-astro-cid-37fxchfa]{width:100%;margin:auto;flex:1;display:flex;flex-direction:column;padding:2rem 1rem}footer[data-astro-cid-37fxchfa]{margin:auto;width:100%;padding:2rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-block-start:var(--accent) solid 2px}footer[data-astro-cid-37fxchfa] .socials[data-astro-cid-37fxchfa]{display:flex;align-items:center;gap:1rem}footer[data-astro-cid-37fxchfa] .socials[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]{display:inline-flex;color:var(--text-primary);transition:color .2s ease}footer[data-astro-cid-37fxchfa] .socials[data-astro-cid-37fxchfa] a[data-astro-cid-37fxchfa]:hover{color:var(--accent)}footer[data-astro-cid-37fxchfa] .socials[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{width:1.5rem;height:1.5rem}footer[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa]{align-items:center;display:inline-flex}footer[data-astro-cid-37fxchfa] p[data-astro-cid-37fxchfa] svg[data-astro-cid-37fxchfa]{margin-inline:.25rem;display:inline-block;width:1.25rem;height:1.25rem}@media(min-width:640px){header[data-astro-cid-37fxchfa],main[data-astro-cid-37fxchfa],footer[data-astro-cid-37fxchfa]{width:640px;padding-inline:0}header[data-astro-cid-37fxchfa]{flex-direction:row;justify-content:space-between;align-items:center}}@media(min-width:768px){header[data-astro-cid-37fxchfa],main[data-astro-cid-37fxchfa],footer[data-astro-cid-37fxchfa]{width:768px}}@media(min-width:1024px){header[data-astro-cid-37fxchfa],main[data-astro-cid-37fxchfa],footer[data-astro-cid-37fxchfa]{width:1024px}}.post-content{line-height:1.5;display:flex;flex-direction:column;gap:1rem;color:var(--text-primary)}.post-content h1 a,.post-content h2 a,.post-content h3 a,.post-content h4 a,.post-content h5 a,.post-content h6 a{color:var(--text-primary);text-decoration:none;display:block;background-image:none}.post-content h1 a:hover,.post-content h2 a:hover,.post-content h3 a:hover,.post-content h4 a:hover,.post-content h5 a:hover,.post-content h6 a:hover{color:var(--accent)}.markdown-alert{padding:1rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:0}.post-content code:not(pre code){background-color:var(--code-bg);padding:.2rem .4rem;margin:0;font-size:85%;white-space:break-spaces;border-radius:.4rem}.post-content pre{padding:1rem;font-size:85%;border-radius:.5rem;tab-size:2;overflow-x:auto;margin:0}.code-block-wrapper{position:relative}.copy-button{position:absolute;top:.5rem;right:.5rem;padding:.25rem;background-color:var(--background);color:var(--text-primary);border:1px solid var(--text-secondary);border-radius:.25rem;cursor:pointer;opacity:0;transition:opacity .2s ease-in-out;display:flex;align-items:center;justify-content:center;z-index:1;pointer-events:auto}.code-block-wrapper:hover .copy-button{opacity:1}.copy-button:hover,.copy-button.copied{background-color:var(--accent);color:var(--background);border-color:var(--accent)}.post-content a{color:var(--accent);text-decoration:none;background-image:linear-gradient(var(--accent),var(--accent));background-position:100% 100%;background-repeat:no-repeat;background-size:0% 2px;transition:background-size .3s ease-in;-webkit-box-decoration-break:clone;box-decoration-break:clone}.post-content a:hover{background-size:100% 2px;background-position:0 100%}.post-content blockquote{border-left:4px solid var(--accent);padding-left:1rem;margin-left:0;color:var(--text-secondary);font-style:italic;display:flex;flex-direction:column;gap:1rem}.post-content table{display:block;width:max-content;max-width:100%;overflow-x:auto;border-collapse:separate;border-spacing:0;border:1px solid var(--code-bg);border-radius:.5rem;font-size:.95rem}.post-content th,.post-content td{padding:.4rem .75rem;border-bottom:1px solid var(--code-bg);border-right:1px solid var(--code-bg);text-align:left}.post-content th:last-child,.post-content td:last-child{border-right:none}.post-content tr:last-child td{border-bottom:none}.post-content thead th{background-color:var(--code-bg);font-weight:600}.post-content img{display:block;max-width:100%;height:auto;border-radius:.5rem}.post-content ul,.post-content ol{padding-left:2rem}.post-content li{margin-bottom:.5rem}.post-content li:last-child{margin-bottom:0}.post-content li>ul,.post-content li>ol{margin-top:.5rem}.post-content a code{color:var(--text-primary);background-color:var(--code-bg);transition:background-color .3s ease-in,color .3s ease-in}.post-content a:hover code{background-color:var(--accent);color:var(--background)}.post-content summary>p{display:inline}
