:root{--ctp-rosewater: #dc8a78;--ctp-flamingo: #dd7878;--ctp-pink: #ea76cb;--ctp-mauve: #8839ef;--ctp-red: #d20f39;--ctp-maroon: #e64553;--ctp-peach: #fe640b;--ctp-yellow: #df8e1d;--ctp-green: #40a02b;--ctp-teal: #179299;--ctp-sky: #04a5e5;--ctp-sapphire: #209fb5;--ctp-blue: #1e66f5;--ctp-lavender: #7287fd;--ctp-text: #4c4f69;--ctp-subtext1: #5c5f77;--ctp-subtext0: #6c6f85;--ctp-overlay2: #7c7f93;--ctp-overlay1: #8c8fa1;--ctp-overlay0: #9ca0b0;--ctp-surface2: #acb0be;--ctp-surface1: #bcc0cc;--ctp-surface0: #ccd0da;--ctp-base: #eff1f5;--ctp-mantle: #e6e9ef;--ctp-crust: #dce0e8;--bg: var(--ctp-mantle);--fg: var(--ctp-text);--fg-muted: var(--ctp-overlay1);--fg-subtle: var(--ctp-surface2);--fg-subtler: var(--ctp-surface0);--accent: var(--ctp-sky);--accent-name: var(--ctp-green);--accent-sidebar: var(--ctp-peach);--sans-font: "IBM Plex Sans";--mono-font: "IBM Plex Mono"}html,body{font-family:var(--sans-font),sans-serif;font-size:17px;font-weight:450;margin:0;color:var(--fg);background-color:var(--bg)}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:30px;margin-bottom:.2em}.frontpage h2{font-size:21px;margin:.6em 0}h2{font-size:24px;margin:.8em 0}a{color:inherit;text-decoration:none;border-bottom:solid 2px var(--accent)}a:hover{color:var(--accent);border-bottom-color:var(--accent)}a:has(code){padding-bottom:1px}hr{margin:.1em 0;height:3px;background:var(--fg-subtler);border:0}.blog-hr{margin-top:.5em}.container{margin:60px auto 0;padding:0 4%;max-width:800px}.columns{display:flex;gap:20px}.sidebar-top{display:flex;gap:18px;align-items:center}.sidebar-header{border-bottom:solid 3px var(--accent-name);font-weight:480;font-size:30px;margin-bottom:.5em}.sidebar{width:30%}.sidebar-link{margin:.25em 0}.sidebar-link a{border-bottom-color:var(--accent-sidebar)}.sidebar-link a:hover{color:var(--accent-sidebar)}.sidebar-link.active a{font-weight:700;border-bottom:none}.sidebar-nav{display:flex;flex-direction:column}.columns main{width:72%}.posts{margin-top:1em;margin-left:20px;display:flex;flex-direction:column;gap:20px}.post{display:flex;flex-direction:row;gap:20px}.post-date{font-weight:400;text-align:right;min-width:110px}.post-text{flex:1}.post-title{font-weight:500}.post-description{margin-top:.3em}.post-image{margin:.5em 0}.blog-date{margin:.2em 0;font-weight:400}.blog-image-link,.url-no-highlight{text-decoration:none;border:none}.blog-hero-image{margin:1em 0}main img{max-width:100%}th{text-align:left}footer,footer a{color:var(--fg-muted);text-align:center;margin-top:2.7em;margin-bottom:1.8em;border-bottom-color:var(--fg-muted)}ul,ol{margin:0;padding-left:22px}.cat{font-family:var(--mono-font),monospace;user-select:none;color:var(--fg-subtle)}.cat-desktop{margin-top:16px;font-weight:900}.cat-mobile{display:none;font-size:11px;color:var(--fg-muted);font-weight:900}::selection{background-color:color-mix(in srgb,var(--ctp-sky) 35%,transparent)}.external:after{background-color:currentcolor;content:"";display:inline-block;height:1em;margin-left:-.09em;margin-top:.2em;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-external-link'%3e%3cpath%20d='M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6'%3e%3c/path%3e%3cpolyline%20points='15%203%2021%203%2021%209'%3e%3c/polyline%3e%3cline%20x1='10'%20y1='14'%20x2='21'%20y2='3'%3e%3c/line%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='feather%20feather-external-link'%3e%3cpath%20d='M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6'%3e%3c/path%3e%3cpolyline%20points='15%203%2021%203%2021%209'%3e%3c/polyline%3e%3cline%20x1='10'%20y1='14'%20x2='21'%20y2='3'%3e%3c/line%3e%3c/svg%3e");-webkit-mask-size:cover;mask-size:cover;vertical-align:text-top;width:1em}address{font-style:normal}.avatar{border:1px solid var(--ctp-surface0);border-radius:5px;float:left;margin-right:1.2em;margin-bottom:.5em;margin-top:4px}code{font-family:var(--mono-font),monospace}p code{font-size:14.5px}p code,h1 code,h2 code,h3 code,h4 code,h5 code,h6 code{border:1px solid var(--ctp-surface1);border-radius:5px;padding:0 5px;text-wrap:nowrap}.astro-code{background-color:var(--bg)!important;font-size:13.5px;border-radius:5px;padding:.25em .5em}@media only screen and (max-width: 800px){.container{margin-top:20px}.columns{gap:12px}.sidebar{width:100%}.columns main{width:100%}.sidebar-nav{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:.3em;column-gap:.1em;align-content:flex-start;margin:.5em 0}.sidebar-link{margin:0 .7em 0 0}.columns{flex-direction:column}.link-icons{justify-content:center}.sidebar-header{margin-bottom:0}.cat-mobile{display:block}.cat-desktop{display:none}}
