:root{--max-width: 720px;--spacing-unit: 1.5rem;--spacing-unit-half: calc(var(--spacing-unit) / 2);--spacing-unit-quarter: calc(var(--spacing-unit) / 4);--spacing-unit-double: calc(var(--spacing-unit) * 2);--spacing-unit-triple: calc(var(--spacing-unit) * 3);--font-family: "Fira Sans", sans-serif;--font-family-mono: "Fira Code", monospace;--font-size-base: 16px;--line-height: 1.6;--line-height-heading: 1.2;--font-size-h1: 2.5rem;--font-size-h2: 1.75rem;--font-size-h3: 1.5rem;--font-size-h4: 1.25rem;--font-size-h5: 1.1rem;--font-size-h6: 1rem;--font-size-small: 0.9rem;--font-size-smaller: 0.85rem;--border-radius: 4px}:root{color-scheme:light dark;--bg: #ffffff;--text: #222222;--accent: #006D75;--muted: #666666;--border: #dddddd}@media (prefers-color-scheme: dark){:root{--bg: #222222;--text: #ffffff;--accent: #00A9B5;--muted: #999999;--border: #444444}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}p{text-justify:inter-word}html{font-size:var(--font-size-base);line-height:var(--line-height)}body{font-family:var(--font-family);background:var(--bg);color:var(--text);max-width:var(--max-width);margin:0 auto;padding:var(--spacing-unit)}h1,h2,h3,h4,h5,h6{line-height:var(--line-height-heading);margin-bottom:var(--spacing-unit-half);font-weight:600;letter-spacing:-.02em}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}h3{font-size:var(--font-size-h3)}h4{font-size:var(--font-size-h4)}h5{font-size:var(--font-size-h5)}h6{font-size:var(--font-size-h6)}p,ul,ol{margin-bottom:var(--spacing-unit)}a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s}a:hover{border-color:var(--accent)}a.active{border-color:var(--accent)}ul,ol{margin-bottom:var(--spacing-unit);padding-left:1.2rem}hr{border:none;border-top:1px solid var(--border);margin:var(--spacing-unit) 0}header{margin-bottom:var(--spacing-unit-double);padding-bottom:var(--spacing-unit);border-bottom:1px solid var(--border)}header nav{display:flex;flex-direction:row;gap:var(--spacing-unit);flex-wrap:wrap;align-items:baseline;justify-content:space-between}header nav .site-title{color:var(--accent);font-weight:600;letter-spacing:-.02em;border-bottom:none}header nav .site-title:hover{opacity:.8}header nav .nav-separator{color:var(--muted);margin:0 calc(var(--spacing-unit)/-2);font-weight:600}header nav a{color:var(--text);border-bottom:1px solid rgba(0,0,0,0)}header nav a:hover{color:var(--accent);border-color:var(--accent)}header nav a.active{border-color:var(--accent)}#nav-right{display:flex;gap:var(--spacing-unit)}main{margin:var(--spacing-unit) 0}#site-footer{margin-top:var(--spacing-unit-double);padding-top:var(--spacing-unit);border-top:1px solid var(--border);color:var(--muted);font-size:var(--font-size-small);text-align:center}#site-footer p{margin-bottom:var(--spacing-unit-half)}#socials{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:.5rem 0 0;padding:0}#socials li{display:inline-flex;list-style:none;margin:0}#socials li::before{content:none}#socials li a{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;background:var(--bg);border-radius:50%;width:2rem;height:2rem;border:1px solid var(--accent)}#socials li a:hover{background:var(--accent)}#socials li a:hover .icon{background-color:var(--bg)}#socials li a .icon{width:1rem;height:1rem;background-color:var(--accent);transition:background-color .2s;mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}@media (prefers-color-scheme: dark){#socials li a{background:var(--bg);border:1px solid var(--accent)}#socials li a .icon{background-color:var(--accent)}#socials li a:hover{background:var(--accent)}#socials li a:hover .icon{background-color:var(--bg)}}#socials li a span{display:none}.article-list h1{font-size:var(--font-size-h1)}.article-list>p{color:var(--muted)}.article-list .articles{list-style:none;border-top:1px solid var(--border);margin-top:var(--spacing-unit);padding-left:0 !important}.article-list .articles .article-item{padding:calc(var(--spacing-unit)/1.5) 0;border-bottom:1px solid var(--border)}.article-list .articles .article-item:last-child{border-bottom:none;padding-bottom:0}.article-list .articles .article-item time{display:inline-block;color:var(--muted);font-size:var(--font-size-smaller);margin-right:var(--spacing-unit-half);font-feature-settings:"tnum"}.article-list .articles .article-item h2{display:inline;font-size:var(--font-size-h6);font-weight:500}.article-list .articles .article-item h2 a{color:var(--text);text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .2s}.article-list .articles .article-item h2 a:hover{color:var(--accent);border-color:var(--accent)}.article-list .articles .article-item .excerpt{display:block;color:var(--muted);font-size:var(--font-size-small);line-height:var(--line-height);margin:var(--spacing-unit-quarter) 0 0}.article-list .no-articles{color:var(--muted);font-style:italic;text-align:center;padding:var(--spacing-unit-half) 0}.article .article-header{margin-bottom:var(--spacing-unit);padding-bottom:var(--spacing-unit-half);border-bottom:1px solid var(--border)}.article .article-header h1{font-size:var(--font-size-h1);margin-bottom:var(--spacing-unit-quarter)}.article .article-header time{color:var(--muted);font-size:var(--font-size-small);font-feature-settings:"tnum"}.article .article-content img{max-width:100%;height:auto;margin:var(--spacing-unit) 0}.article .article-content blockquote{border-left:3px solid var(--accent);padding-left:var(--spacing-unit);margin:var(--spacing-unit) 0;color:var(--muted)}pre,table{padding:var(--spacing-unit);overflow-x:auto;background:var(--bg);border:1px solid var(--border);border-radius:var(--border-radius);margin-bottom:var(--spacing-unit)}code{font-family:var(--font-family-mono);font-size:var(--font-size-small)}table{border-collapse:collapse;width:100%}table th,table td{padding:calc(var(--spacing-unit)/3);border:1px solid var(--border);text-align:left}table th{font-weight:600;background:var(--bg);border-bottom-width:2px}table tr:nth-child(even){background:var(--bg)}.not-found{text-align:center;padding:var(--spacing-unit-double) 0}.not-found h1{font-size:6rem;margin-bottom:var(--spacing-unit);color:var(--accent)}.not-found h2{font-size:2rem;margin-bottom:var(--spacing-unit)}.not-found p{margin-bottom:var(--spacing-unit)}#site-footer{margin-top:var(--spacing-unit-double);padding-top:var(--spacing-unit-half);border-top:1px solid var(--border);color:var(--muted);font-size:var(--font-size-small);text-align:center}#site-footer #socials{display:flex;justify-content:center;gap:var(--spacing-unit);margin-bottom:var(--spacing-unit-half)}#site-footer #socials li a .icon{width:1.25rem;height:1.25rem}#site-footer #socials a{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid var(--border);padding:0rem;border-color:var(--accent)}#site-footer #socials a svg{width:1rem;height:1rem;fill:currentColor}#site-footer #socials a:hover{color:var(--accent);border-color:var(--accent)}#site-footer .copyright,#site-footer .made-with{display:block;margin-bottom:var(--spacing-unit-quarter)}#site-footer a{color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(0,0,0,0)}#site-footer a:hover{border-color:var(--accent)}@media (max-width: 600px){html{font-size:15px}body{padding:var(--spacing-unit-half)}.article-list .articles .article-item article header{flex-direction:column;gap:var(--spacing-unit-quarter)}.article-list .articles .article-item article .excerpt{margin-left:0}}