@font-face{font-family:cormorant garamond;font-style:normal;font-weight:300 700;font-display:swap;src:url(/fonts/cormorant-garamond.woff2)format("woff2")}@font-face{font-family:cormorant garamond;font-style:italic;font-weight:300 700;font-display:swap;src:url(/fonts/cormorant-garamond-italic.woff2)format("woff2")}:root{color-scheme:light;--bg:#ffffff;--text:#080808;--text-muted:#555555;--surface:#eeeeee;--border:#777777;--border-light:#cccccc;--surface-tint:rgba(0, 0, 0, 0.10);--syn-pp:#800000;--syn-kw:#000088;--syn-ty:#4444ff;--syn-str:#448844;--syn-cm:#333333}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg:#1b1b1e;--text:#dbd6ce;--text-muted:#888888;--surface:#27272b;--border:#505050;--border-light:#404040;--surface-tint:rgba(255, 255, 255, 0.07);--syn-pp:#cc8888;--syn-kw:#7799cc;--syn-ty:#9999ff;--syn-str:#77aa77;--syn-cm:#777777}}[data-theme=dark]{color-scheme:dark;--bg:#1b1b1e;--text:#dbd6ce;--text-muted:#888888;--surface:#27272b;--border:#505050;--border-light:#404040;--surface-tint:rgba(255, 255, 255, 0.07);--syn-pp:#cc8888;--syn-kw:#7799cc;--syn-ty:#9999ff;--syn-str:#77aa77;--syn-cm:#777777}[data-theme=light]{color-scheme:light;--bg:#ffffff;--text:#080808;--text-muted:#555555;--surface:#eeeeee;--border:#777777;--border-light:#cccccc;--surface-tint:rgba(0, 0, 0, 0.10);--syn-pp:#800000;--syn-kw:#000088;--syn-ty:#4444ff;--syn-str:#448844;--syn-cm:#333333}html{font-family:Georgia,palatino linotype,book antiqua,Palatino,serif;font-size:18px;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{max-width:920px;margin:0 auto;padding:1rem}h1,h2,h3,h4,h5,h6{font-family:cormorant garamond,Georgia,times new roman,serif;letter-spacing:-.01em}h1{margin-top:0;font-size:2.25rem;font-weight:600;line-height:1.15}h1 small{display:block;font-size:.8rem;font-weight:400;font-family:Georgia,palatino linotype,book antiqua,Palatino,serif;letter-spacing:.04em;color:var(--text-muted);margin-top:.35rem}.index{display:flex;flex-direction:row}.index .article-list{flex-grow:1}.index .article-list .article{margin-bottom:1rem}.index .article-list .date{display:block;color:var(--text-muted);font-size:.8rem;letter-spacing:.03em}.index aside{width:40%}.index aside .avatar{display:block;margin:0 auto 1rem;border-radius:5px}.index aside dt{font-size:.9rem}.index aside dd{margin-left:0}.index aside dd:not(:last-child){margin-bottom:.5rem}@media(max-width:640px){.index{display:block}.index aside{width:100%}}article{margin:0 auto;max-width:720px;line-height:1.7}article h2{font-size:1.65rem;font-weight:600;margin-top:2rem}article h3{font-size:1.3rem;font-weight:600;margin-top:1.5rem}article img,article video,article iframe{display:block!important;margin:0 auto!important;max-width:90%}@media(max-width:640px){article img,article video,article iframe{max-width:calc(100% - 2rem)}}article sup{line-height:1}article .comment{margin:2rem auto 0;max-width:80%;color:var(--text-muted)}code{font-family:Menlo,Consolas,cascadia code,fira code,courier new,monospace;font-size:.85em}pre{font-family:Menlo,Consolas,cascadia code,fira code,courier new,monospace;font-size:.85rem;background-color:var(--surface);padding:.25rem 1rem;margin:0 -1rem;max-width:100%;overflow-x:auto}pre code{font-size:inherit}pre .cp{color:var(--syn-pp)}pre .k{color:var(--syn-kw)}pre .kt,pre .kd,pre .kc{color:var(--syn-ty)}pre .s{color:var(--syn-str);font-style:italic}pre .cm,pre .c1{color:var(--syn-cm);font-style:italic}pre .gi{color:green}pre .gd{color:red}pre .gu{color:blue}.footnotes{font-size:.85rem}footer{margin-top:2rem;text-align:center;font-size:.8rem;color:var(--text-muted);letter-spacing:.04em}#theme-toggle{background:0 0;border:none;cursor:pointer;font-size:1rem;color:var(--text-muted);padding:0;margin-left:.6em;vertical-align:middle;line-height:1;opacity:.7;transition:opacity .15s}#theme-toggle:hover{opacity:1}.float-img{float:right;display:inline;padding-left:1rem}@media(max-width:640px){.float-img{display:block;float:none;padding-left:inherit}}.webring{margin-top:2rem}.webring h2{font-size:1.2rem}.webring .articles{display:flex}@media(max-width:640px){.webring .articles{flex-direction:column}}.webring .title{margin:0}.webring .article{flex:1;display:flex;flex-direction:column;background:var(--surface);padding:.5rem;margin:0 .5rem}@media(max-width:640px){.webring .article{margin:.5rem 0}}.webring .article:first-child{margin-left:0}.webring .article:last-child{margin-right:0}.webring .summary{font-size:.8rem;flex:1}.webring .attribution{float:right;font-size:.8rem;color:var(--text-muted);line-height:3}.webring .date{color:var(--text)}summary{cursor:pointer;background-color:var(--surface);padding:.25rem 1rem;margin:0 -1rem}details[open]{border-bottom:1rem solid var(--surface);margin:0 -1rem 1rem;padding:0 1rem}.text-center{text-align:center}blockquote{border-left:5px solid var(--border);background-color:var(--surface);padding:0 1rem;margin-left:0;margin-right:0}blockquote blockquote{margin-right:0;margin-left:0}dl{display:grid;grid-template-columns:auto 1fr;grid-gap:.2rem 1rem}dl dt{font-weight:700;grid-column-start:1}dl dd{grid-column-start:2;margin:0}.alert{padding:.5rem;border:1px solid transparent;margin-bottom:1rem}.alert.alert-danger{background:#f8d7da;color:#721c24;border-color:#f5c6cb}.alert.alert-info{background:#d1ecf1;color:#0c5460;border-color:#bee5eb}table{color:var(--text);background:var(--bg);border:1px solid var(--border);font-size:.85rem;border-collapse:collapse}table thead th,table tfoot th{background:var(--surface-tint)}table caption{padding:.5em}table th,table td{padding:.5em;border:1px solid var(--border-light)}td.red{background:#f8d7da}td.yellow{background:#fff3cd}td.blue{background:#cfe2ff}