@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap";:root{--sans-font:-apple-system,BlinkMacSystemFont,"Avenir Next",Avenir,"Nimbus Sans L",Roboto,"Noto Sans","Segoe UI",Arial,Helvetica,"Helvetica Neue",sans-serif;--serif-font:"Noto Serif",Georgia,Cambria,"Times New Roman",Times,serif;--mono-font:Consolas,Menlo,Monaco,"Andale Mono","Ubuntu Mono",monospace;--standard-border-radius:5px;--border-width:1px;--bg:#fff;--accent-bg:#f5f7ff;--text:#212121;--text-light:#585858;--border:#898ea4;--accent:#0d47a1;--accent-hover:#1266e2;--accent-text:var(--bg);--code:#d81b60;--preformatted:#444;--marked:#fd3;--disabled:#efefef}*,:after,:before{box-sizing:border-box}input,progress,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{font-family:var(--serif-font);scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-size:1.125rem;margin:auto;max-width:50rem;padding:1.125rem}body>header{margin-bottom:1.125rem;margin-top:2rem}header nav ol,header nav ul{list-style-type:none;margin:0;padding:0}header nav ol li,header nav ul li{display:inline-block}header nav ol li:not(:first-child) a,header nav ul li:not(:first-child) a{margin-inline-start:.5rem}img,video{border-radius:var(--standard-border-radius);height:auto;max-width:100%}figure{display:block;margin:0;overflow-x:auto}figure>img,figure>picture>img{display:block;margin-inline:auto}figcaption{color:var(--text-light);font-size:.9rem;left:0;position:sticky;text-align:center}a,a:visited{color:var(--accent)}blockquote{border-inline-start:.35rem solid var(--accent);color:var(--text-light);font-style:italic;margin-inline-end:0;margin-inline-start:0;padding:.4rem .8rem}blockquote>p{margin-block:0}cite{font-size:.9rem;font-style:normal}cite,dt{color:var(--text-light)}code,kbd,pre,pre span,samp{color:var(--code);font-family:var(--mono-font)}kbd{border:var(--border-width)solid var(--preformatted);border-bottom:3px solid var(--preformatted);border-radius:var(--standard-border-radius);padding:.1rem .4rem}kbd,pre{color:var(--preformatted)}pre{max-width:100%;overflow:auto;padding:1rem 1.4rem}table{border-collapse:collapse;min-width:100%}figure>table{margin:0;width:-moz-max-content;width:max-content}td,th{border:var(--border-width)solid var(--border);padding:.5rem;text-align:start;white-space:nowrap}th{font-weight:700}th,tr:nth-child(2n){background-color:var(--accent-bg)}table caption{font-weight:700;margin-bottom:.5rem}div.overflow{display:flex;overflow-x:auto}div.overflow:after,div.overflow:before{content:"";flex-grow:1}h1>a.anchor,h2>a.anchor,h3>a.anchor,h4>a.anchor,h5>a.anchor,h6>a.anchor{text-decoration:none;visibility:hidden}h1:hover>a.anchor,h2:hover>a.anchor,h3:hover>a.anchor,h4:hover>a.anchor,h5:hover>a.anchor,h6:hover>a.anchor{visibility:visible}h1>a.anchor:before,h2>a.anchor:before,h3>a.anchor:before,h4>a.anchor:before,h5>a.anchor:before,h6>a.anchor:before{content:"¶"}