html{height:100%}body{background:#eee;color:#616161;padding:0;margin:0}html,input,button,textarea,select{font-family:fira sans,Arial,sans-serif;font-weight:300;font-size:1.1vw}a{color:#3498db;text-decoration:none}a:hover{color:#5cade2;text-decoration:underline}p:first-child{margin-top:0}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;font-weight:700;line-height:1.2}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;color:inherit}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.4rem}h5{font-size:1.17rem}h6{font-size:.9rem}.datatable{border-collapse:collapse;text-align:left}.datatable tbody a,.datatable thead a{color:inherit;text-decoration:inherit}.datatable a:hover{text-decoration:none}.datatable th{font-weight:400;text-align:left;white-space:nowrap}.datatable thead a:hover{color:#000}.datatable tbody{color:#000}.datatable tbody tr:hover{background:#f5f5f5}.datatable th,.datatable td{vertical-align:top;padding:.75rem}.datatable tbody td{border-top:1px solid #e0e0e0}.datatable tbody td:first-child,.datatable th:first-child{border-right:1px solid #e0e0e0}.datatable tfoot td{border-top:1px solid #e0e0e0}main{overflow:auto;padding:2rem}nav{background:#414755;color:#b3b5bb;font-size:.8rem;z-index:10}nav a{color:inherit;text-decoration:none;outline:0}nav a:hover{color:#fff;text-decoration:none}nav ul{padding:0;margin:0;list-style:none;display:flex}nav li{text-align:center;margin:.5rem;width:3rem;height:3rem}nav li.selected{color:#fff}nav li i{font-size:2rem}.card{break-inside:avoid;border-radius:.25rem;background:#fff;box-shadow:1px 1px 4px rgba(0,0,0,.3)}.card.grey{border-color:rgba(0,0,0,.125);background:#ecf0f1}.card .header{margin:0 0 1rem;font-weight:700}.card .body{margin:1rem 0 0}.good{color:#0b0}.bad{color:#b00}.columns{column-count:3;column-gap:2rem;break-inside:avoid;margin-top:2rem}.box{padding:1rem;margin:2rem 0;transform:translateZ(0)}.box.nopad{padding:0}.columns>*:first-child{margin-top:0}table.specs{width:100%;white-space:nowrap}table.specs th{text-align:left}table.specs tbody tr td:first-child{text-align:right;padding:0 .8em}table.specs tfoot{text-align:center}nav{position:sticky;top:0;flex-direction:row}@media all and (orientation:landscape){main{margin-left:5rem}nav{position:fixed;width:5rem;height:100vh;left:0}nav ul{flex-direction:column}}.btn{display:inline-block;text-decoration:none;color:#fff;background-color:#3498db;border-color:#3498db;text-align:center;white-space:nowrap;vertical-align:middle;padding:.375rem .75rem;font-size:.9375rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:hover{color:#fff;background-color:#2384c6;border-color:#217dbb;text-decoration:none}.toast{transform:translate3d(0,-20vh,0);z-index:100;position:fixed;right:3vw;top:3vw;color:#000;box-shadow:1px 1px 5px rgba(0,0,0,.2);overflow:hidden;background:#2980b9;min-width:15vw;max-width:25vw;display:flex}.toast:before{font-family:"font awesome 5 free";content:"\f129";font-weight:900;font-size:3rem;color:#fff;display:block;padding:1rem 2rem}.toast p{display:block;font-size:130%;margin:0;padding:1rem;background:#fff;min-height:3.5rem}.toast p button{display:block;margin:1rem auto;font-size:inherit}.toast.show{transform:translate3d(0,0,0);transition:transform .7s}.toast.error{background:#f33;border-color:#f33}.toast.error:before{content:"\f071"}article.card .header{font-weight:400;font-size:smaller}article .source a+a{margin-left:1.25rem}article blockquote:before{content:"“";font-family:Georgia,serif;font-size:2rem;font-weight:700;color:#228;position:absolute;left:.4rem;top:0}article blockquote{position:relative;background:#f3f9ff;border-left:5px solid #569;margin:0;padding:0 0 0 2rem;color:#777}article .body>p,article .body>blockquote{margin:1rem 0;line-height:1.5}article .source{margin-top:1.75rem}@media(prefers-color-scheme:dark){a{color:#3fb2ff}nav{background:#333337}body{background:#555;color:#ddd}.card{background:#606060}.card.grey{background:#777}article blockquote{background-color:#777;color:#fff}.datatable tbody{color:#eee}.datatable tbody td,.datatable tbody td:first-child,.datatable th:first-child,.datatable tfoot td{border-color:#555}.datatable tbody tr:hover{background:#383838}.bad{color:#f55}h1,h2{color:#fff}}@media all and (max-width:823px){html,input,button,textarea,select{font-size:1.8vw}section.article h3{font-size:1.05rem}.toast{max-width:50vw}main{padding:1.5rem}.columns{column-count:2;column-gap:1.5rem;margin-top:1.5rem}.columns .box{margin-bottom:1.5rem}}@media all and (max-width:480px){html,input,button,textarea,select{font-size:3.5vw}main{padding:1rem}h1,h2{font-size:1.5em}.toast{max-width:94vw}.columns{column-count:1;column-gap:1rem;margin-top:1rem}.columns .box{margin-bottom:1rem}}*[data-tooltip]{cursor:help;position:relative;text-decoration:underline dotted}*[data-tooltip]::before,*[data-tooltip]::after{left:50%;opacity:0;position:absolute;z-index:-100}*[data-tooltip]:hover::before,*[data-tooltip]:focus::before,*[data-tooltip]:hover::after,*[data-tooltip]:focus::after{opacity:1;transform:scale(1)translateY(0);z-index:100}*[data-tooltip]::before{border-style:solid;border-width:1em .75em 0;border-color:#3e474f transparent transparent transparent;bottom:100%;content:"";margin-left:-.5em;transition:all .65s cubic-bezier(.84,-.18,.31,1.26),opacity .65s .5s;transform:scale(.6)translateY(-90%)}*[data-tooltip]:hover::before,*[data-tooltip]:focus::before{transition:all .65s cubic-bezier(.84,-.18,.31,1.26).2s}*[data-tooltip]::after{background:#3e474f;border-radius:.25em;bottom:180%;color:#edeff0;content:attr(data-tooltip);text-align:left;margin-left:-8.75em;padding:1em;transition:all .65s cubic-bezier(.84,-.18,.31,1.26).2s;transform:scale(.6)translateY(50%);width:17.5em}*[data-tooltip]:hover::after,*[data-tooltip]:focus::after{transition:all .65s cubic-bezier(.84,-.18,.31,1.26)}@media(max-width:760px){*[data-tooltip]::after{font-size:.75em;margin-left:-5em;width:10em}}