@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap);.home-page{font-family:Roboto Mono,monospace;padding:20px;text-align:center}.home-nav ul{justify-content:center;list-style-type:none;padding:0 20px}.home-nav li{display:inline;margin:10px}.home-nav a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;border-radius:5px;color:var(--text);padding:10px 15px;position:relative;text-decoration:none;transition:color .2s ease,opacity .2s ease,background-size .2s ease}.home-nav a:focus,.home-nav a:hover{background-size:100% 1px;color:var(--accent);opacity:.9;outline:none}.contact-page{color:var(--text);font-family:var(--mono);margin:2rem auto;max-width:600px}.contact-page h2{margin-bottom:1rem}.contact-page form{display:flex;flex-direction:column;gap:1rem}.contact-page label{display:flex;flex-direction:column;font-size:.9rem}.contact-page input,.contact-page textarea{background:var(--bg);border:1px solid var(--text);border-radius:4px;color:var(--text);font:inherit;padding:.5rem}.contact-page button{background:var(--text);border:none;border-radius:4px;color:var(--bg);cursor:pointer;padding:.5rem 1rem;transition:opacity .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contact-page button:hover:not(:disabled){opacity:.8}.contact-page button:disabled{cursor:default;opacity:.5}.contact-page .success{color:green;margin-top:.5rem}.contact-page .error{color:red;margin-top:.5rem}.site-footer{color:#555;font-size:.9rem;padding:1rem 0;text-align:center}.site-main{margin:2rem auto;max-width:720px;padding:0 1rem}.post-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;padding:1rem}body.dark .post-card{background:#2e2e2e;border-color:#444}.post-card h2{font-weight:600;margin:0 0 .25rem}.post-card h2 a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;border-bottom:1px solid #0000;color:inherit;text-decoration:none;transition:color .15s ease,border-color .15s ease,background-size .2s ease,opacity .2s ease}.post-card h2 a:focus,.post-card h2 a:hover{background-size:100% 1px;border-bottom-color:#0000;color:var(--accent);opacity:.92;outline:none}.post-meta{color:#666;font-size:.9rem;margin-bottom:.5rem}.post article{line-height:1.75}.post h1{margin-top:0}.post a{color:inherit;text-decoration:underline}.post a:focus,.post a:hover{color:var(--accent);outline:none}.post pre{border:1px solid #e5e7eb;border-radius:8px;overflow-x:auto;padding:.75rem}body.dark .post pre{border-color:#444}.post blockquote{background:#0000;border-left:3px solid var(--accent);color:inherit;font-style:italic;margin:1rem 0;padding:.5rem 1rem}.post blockquote p{margin:.25rem 0}.tagbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag,.tag.linklike{align-items:center;background:#0000;border:1px solid;border-radius:999px;box-shadow:0 0 0 #0000;color:var(--text);cursor:pointer;display:inline-flex;font:inherit;font-size:.85rem;gap:.25rem;padding:.25rem .6rem;text-decoration:none;transform:translateY(0);transition:transform .35s ease,box-shadow .35s ease,color .35s ease,border-color .35s ease}.tag:focus,.tag:hover{border-color:var(--accent);box-shadow:0 6px 14px #0000001f;color:var(--accent);transform:translateY(-3px)}.about-page{line-height:1.75;margin:0 auto;max-width:720px;padding:1rem}.about-page h1{margin-top:0}.home-link{border-bottom:1px solid #0000;color:inherit;text-decoration:none;transition:color .15s ease,border-color .15s ease}.home-link:focus,.home-link:hover{border-bottom-color:initial;color:var(--accent);outline:none}@media (prefers-reduced-motion:reduce){.home-link,.post-card h2 a,.tag,.tag.linklike{background-size:0 0!important;opacity:1!important;transition:none!important}}:root{--bg-light:#e0e0e0;--bg-dark:#4a4a4a;--text-light:#000;--text-dark:#fff;--hover-bg-light:#b0b0b0;--hover-bg-dark:#666;--hover-text:#fff;--accent-light:#c62828;--accent-dark:#4dd0b5}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg:var(--bg-light);--text:var(--text-light);--hover-bg:var(--hover-bg-light);--hover-text:var(--hover-text);--accent:var(--accent-light);font-family:Roboto Mono,monospace;margin:0;transition:background-color .3s ease,color .3s ease}body,body.dark{background-color:var(--bg);color:var(--text)}body.dark{--bg:var(--bg-dark);--text:var(--text-dark);--hover-bg:var(--hover-bg-dark);--accent:var(--accent-dark)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e40c644c.css.map*/