:root{--sans-font: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Nimbus Sans L", Roboto, Noto, "Segoe UI", Arial, Helvetica, "Helvetica Neue", sans-serif;--mono-font: Consolas, Menlo, Monaco, "Andale Mono", "Ubuntu Mono", monospace;--bg: #fff;--accent-bg: #fffaee;--text: #212121;--text-light: #585858;--text-very-light: #6d6d6d;--border: #d8dae1;--accent: #0d47a1;--code: #a31010;--code-inline-bg: #f7f6f5;--preformatted: #444;--marked: #ffdd33;--alert: #fff1ac;--disabled: #efefef;--site-mark: #e63946;--table-alt-bg: #f9f9f9}@media (prefers-color-scheme: dark){:root{--bg: #212121;--accent-bg: #2b2b2b;--text: #dcdcdc;--text-light: #ababab;--text-very-light: #828282;--border: #666;--accent: #ffb300;--code: #f06292;--code-inline-bg: #302c2c;--preformatted: #ccc;--marked: #4a4006;--alert: #4a4006;--disabled: #111;--site-mark: #ffb300;--table-alt-bg: #373737}img,video{opacity:.8}}html{font-family:var(--sans-font);scroll-behavior:smooth}body{color:var(--text);background:var(--bg);font-size:1.15rem;line-height:1.5;display:grid;grid-template-columns:1fr min(45rem,90%) 1fr;margin:0}body>*{grid-column:2}body>header{text-align:left;box-sizing:border-box}body>header h1{max-width:1200px;margin:1rem auto}body>header p{max-width:40rem;margin:1rem auto}body>footer{margin-top:2rem;padding:2rem 1rem 1.5rem 1rem;color:var(--text-light);font-size:.9rem;text-align:center;border-top:1px solid var(--border)}h1{font-size:3rem}h2{font-size:2.6rem;margin-top:3rem}h3{font-size:2rem;margin-top:3rem}h4{font-size:1.44rem}h5{font-size:1.15rem}h6{font-size:.96rem}h1,h2,h3{line-height:1.1}@media only screen and (max-width: 720px){h1{font-size:2.5rem}h2{font-size:2.1rem}h3{font-size:1.75rem}h4{font-size:1.25rem}}a,a:visited{color:var(--accent)}a:hover{text-decoration:none}button,[role=button],input[type=submit],input[type=reset],input[type=button]{border:none;border-radius:5px;background:var(--accent);font-size:1rem;color:var(--bg);padding:.7rem .9rem;margin:.5rem 0}button[disabled],[role=button][aria-disabled=true],input[type=submit][disabled],input[type=reset][disabled],input[type=button][disabled],input[type=checkbox][disabled],input[type=radio][disabled],select[disabled]{opacity:.5;cursor:not-allowed}input:disabled,textarea:disabled,select:disabled{cursor:not-allowed;background-color:var(--disabled)}input[type=range]{padding:0}abbr{cursor:help}button:focus,button:enabled:hover,[role=button]:focus,[role=button]:not([aria-disabled=true]):hover,input[type=submit]:focus,input[type=submit]:enabled:hover,input[type=reset]:focus,input[type=reset]:enabled:hover,input[type=button]:focus,input[type=button]:enabled:hover{filter:brightness(1.4);cursor:pointer}header>nav{font-size:1rem;line-height:2;padding:1rem 0 0 0}header>nav ul,header>nav ol{align-content:space-around;align-items:center;display:flex;flex-direction:row;justify-content:center;list-style-type:none;margin:0;padding:0}header>nav ul li,header>nav ol li{display:inline-block}header>nav a,header>nav a:visited{margin:0 1rem 0 0;border-radius:5px;color:var(--accent);display:inline-block;padding:.1rem}header>nav a:hover{color:var(--accent);border-color:var(--accent)}header>nav a:last-child{margin-right:0}@media only screen and (max-width: 720px){header>nav a{border:none;padding:0;color:var(--accent);text-decoration:underline;line-height:1}}aside{background:var(--accent-bg);border-radius:5px;padding:1.15rem;margin-bottom:1rem}aside>*:first-child{margin-top:0}aside>*:last-child{margin-bottom:0}aside.alert{background:var(--alert)}aside.alert>p.alert-title{font-weight:bold}details{margin-bottom:1rem}summary{cursor:pointer;font-weight:bold;padding:.6rem 1rem}details[open]{padding:.6rem 1rem .75rem 1rem}details[open] summary+*{margin-top:0}details[open] summary{margin-bottom:.5rem;padding:0}details[open]>*:last-child{margin-bottom:0}table{border-collapse:collapse;display:block;margin:1.5rem 0;overflow:auto;width:100%}td,th{border:1px solid var(--border);text-align:left;padding:.5rem}th{background:var(--table-alt-bg);font-weight:bold}tr:nth-child(even){background:var(--table-alt-bg)}table caption{font-weight:bold;margin-bottom:.5rem}textarea,select,input{font-size:inherit;font-family:inherit;padding:.5rem;margin-bottom:.5rem;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:5px;box-shadow:none;box-sizing:border-box;width:60%;-moz-appearance:none;-webkit-appearance:none;appearance:none}select{background-image:linear-gradient(45deg, rgba(0,0,0,0) 49%, var(--text) 51%),linear-gradient(135deg, var(--text) 51%, rgba(0,0,0,0) 49%);background-position:calc(100% - 20px),calc(100% - 15px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}select[multiple]{background-image:none !important}input[type=checkbox],input[type=radio]{vertical-align:middle;position:relative}input[type=radio]{border-radius:100%}input[type=checkbox]:checked,input[type=radio]:checked{background:var(--accent)}input[type=checkbox]:checked::after{content:" ";width:.1em;height:.25em;border-radius:0;position:absolute;top:.05em;left:.18em;background:rgba(0,0,0,0);border-right:solid var(--bg) .08em;border-bottom:solid var(--bg) .08em;font-size:1.8em;transform:rotate(45deg)}input[type=radio]:checked::after{content:" ";width:.25em;height:.25em;border-radius:100%;position:absolute;top:.125em;background:var(--bg);left:.125em;font-size:32px}textarea{width:80%}@media only screen and (max-width: 720px){textarea,select,input{width:100%}}input[type=checkbox],input[type=radio]{width:auto}input[type=file]{border:0}hr{color:var(--border);border-top:1px;margin:1rem auto}mark{padding:2px 5px;border-radius:4px;background:var(--marked);color:var(--text)}main img,main video{max-width:100%;height:auto;border-radius:5px}figure{margin:0;text-align:center}figcaption{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}blockquote{margin:2rem 0;padding:.4rem .8rem;border-left:.35rem solid var(--accent);color:var(--text-light);font-style:italic}cite{font-size:.9rem;color:var(--text-light);font-style:normal}code,pre,pre span,kbd,samp{font-family:var(--mono-font);color:var(--code)}code{font-size:.9em;padding:.1em .2em;background:var(--code-inline-bg);border-radius:3px}kbd{color:var(--preformatted);border:1px solid var(--preformatted);border-bottom:3px solid var(--preformatted);border-radius:5px;padding:.1em .2em;font-size:.9em}pre{padding:1rem 1.4rem;max-width:100%;overflow:auto;color:var(--preformatted);background:var(--accent-bg);border:1px solid var(--border);border-radius:5px}pre code{color:var(--preformatted);background:none;margin:0;padding:0}header>nav{margin:2rem 0}.site-title{text-decoration:none;font-weight:bold;font-size:120%;color:var(--text) !important}.site-title span{color:var(--site-mark)}header.post-title{text-align:center;padding:0 .5rem;grid-column:1/-1;box-sizing:border-box;margin-bottom:1rem}header.post-title h1{max-width:1200px;margin:1rem auto}header.post-title p{max-width:40rem;margin:0 auto;font-size:1rem}.post-link{font-size:1.6rem;font-weight:bold}.p-name{padding:0;margin:0}.p-published{color:var(--text-very-light);font-size:1rem}.p-published a,.p-published a:active,.p-published a:focus,.p-published a:visited,.p-published a:hover{color:var(--text-very-light)}dl.post-listing dt{display:list-item;list-style-type:square;list-style-position:outside}dl.post-listing dd{margin-left:0}dl.post-listing dd+dt{margin-top:3rem}dl.post-listing dd.post-timestamp+dd{margin-top:1rem}section.changelog{border-top:1px solid var(--border)}section.changelog dl{font-size:1rem}section.changelog dl dt{font-weight:bold;font-family:var(--mono-font)}section.changelog dl dd{display:list-item;list-style-type:square}section.post-nav{border-top:1px solid var(--border);padding-top:2rem}hr.post-separator{margin:3rem auto}section.post-response{border-top:1px solid var(--border);padding-top:2rem;text-align:center}section.post-response p.title{font-weight:bold}footer>nav{margin-bottom:1rem}footer>nav a+a{margin-left:1rem}.footnote-definition{font-size:smaller}sup.footnote-definition-label{float:left;vertical-align:unset;font-size:unset;margin-right:.5em}sup.footnote-definition-label::after{content:"."}.flexer{display:flex;justify-content:space-between;flex-wrap:wrap}.flexer figure>img{max-width:90%}.flexer section{margin-bottom:0;flex:40%}.flexer section.next_article{text-align:right}