:root{--sans-serif:-apple-system,BlinkMacSystemFont,san-francisco,Avenir Next,Segoe UI,Roboto,Noto Sans,Helvetica Neue;--serif:Iowan Old Style,Apple Garamond,Baskerville,Times New Roman;--monospaced:Menlo;--gray-200:#e2e8f0;--gray-700:#334155;--main-600:#0284c7;--gray-800:#1e293b}*{box-sizing:border-box}body{max-width:1000px;font-family:var(--sans-serif);color:var(--gray-700);margin:0 auto;padding:5%}p{margin:0 0 1em;line-height:1.65}.flex{align-items:center;gap:.8em;display:flex}header{margin-bottom:5rem}header>:last-child{margin-left:auto}article{max-width:650px;margin:0 auto}footer{border-top:1px solid #ddd;margin-top:8rem;padding:1rem 0}footer>a,footer>strong,footer>span{color:#888;font-weight:400}footer>span{vertical-align:bottom;color:#888;cursor:default;border-radius:.5rem;padding:.15em .5em;font-weight:200;line-height:1.5}footer>span.badge{background-color:#f5e6dc;border-radius:.25rem;font-size:.7em}a{color:#008dec;font-weight:500;text-decoration:none}header a{color:#000}.nav-link-active{cursor:default;border-bottom:3px solid #000;padding:8px 5px 5px}.icon{opacity:.4;width:1.4rem;margin-left:.3em}.icon:hover{opacity:1}.homelink img{border-radius:10em;width:2.5em}a.ext{text-decoration:underline}h1{text-align:center;max-width:12em;margin:0 auto .3em;font-size:3em;font-weight:800;line-height:1.1}h1+p{text-align:center;color:#888;max-width:35em;margin:0 auto 4rem;font-weight:300}h2{color:#000;max-width:20em;font-size:1.05rem;font-weight:500;line-height:1.4}img{max-width:100%;height:auto}article table{border-collapse:collapse;border-radius:5px 5px 0 0;width:100%;margin-top:20px;margin-bottom:25px;font-size:.9em;overflow:hidden}article th,article td{text-align:left;color:#7c8e8c;vertical-align:top;padding:.5em 1em;line-height:1.5}article th{color:#333}article tr:nth-of-type(2n){background-color:#f3f8f3}article tr:last-of-type{border-bottom:2px solid #009879}article a{color:#009879;text-decoration:none}article a:hover{color:#006f5e}div.notes,article div.notes{background-color:#f0f8ff;margin-top:.5em;padding:10px;font-size:.8em;line-height:1.5em;box-shadow:0 4px 8px rgba(0,0,0,.2)}div.notes p{margin-bottom:0}div.serious{color:#c03333}div.notes h4{margin:0 0 .3em}div.notes ul{margin:0}.response li{background-color:#f8f8f8;border-radius:4px;margin-top:10px;padding:10px}.response ol>li{color:#000}.response ol>li>ul{color:gray}.question{color:#28527a;background-color:#f0f4f8;border-left:5px solid #28527a;margin:20px 0;padding:10px;font-size:1.1em;font-weight:700;display:block}.wow{color:#fff;background-color:#006f5e;border-radius:4px;padding:4px 8px;display:inline}.extlink{text-decoration:underline}.container{gap:4px;display:flex}.tag{color:#000;background-color:#d7edd7;border-radius:4px;padding:0 10px;font-size:.6em;line-height:2em}.notice{color:#000;box-decoration-break:clone;background-color:#eac9df;background-clip:padding-box;border-right:0;border-radius:4px;width:180px;margin-left:auto;padding:5px 10px;font-size:.8em;font-weight:400;line-height:1.5em}supp{vertical-align:super;background-color:#adff2f;font-size:.5em}.suppd{margin-top:50px;font-size:.8em;line-height:1.5em}.suppd em{font-weight:800}figure.screenshot{background-color:transparent;border:none}figure.wide{background-color:transparent;border:none;width:800px;margin-left:auto;margin-right:auto}figure.cell{background-color:transparent;border:none;margin-left:0;margin-right:0}@media (width<=399px){.mobile{display:block}.desktop{display:none}}@media (width>=400px){.mobile{display:none}.desktop{display:block}}.crt pre{color:#a2efc1;text-shadow:0 0 5px #3f0,0 0 10px #3f0,0 0 20px #3f0;background:linear-gradient(#111,#111,#000,#000) 0 0/100% 5px;border:none;padding:1em;font-family:Courier New,Courier,monospace;font-size:smaller;animation:2.5s infinite alternate flicker!important}.crt>code{padding:40px}@keyframes flicker{0%{opacity:1}50%{opacity:.85}to{opacity:1}}