@charset "UTF-8";:root{font-size:62.5%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:open sans,Helvetica,sans-serif;font-size:1.5rem;color:#333;hyphens:auto;background:#fefefe;transition:background 100ms}body.dark{color:#ddd;background:#222}a{color:#207044;text-decoration:none}.dark a{color:#8cbab7}a:hover{border-bottom:.1rem solid #207044}.dark a:hover{border-color:#8cbab7}a[target=_blank]::after{content:'\f35d';font-weight:900;display:inline;font-family:"font awesome 5 free";color:inherit}img{max-width:100%}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wrapper{display:grid;grid-template-columns:minmax(15rem,20rem)auto minmax(15rem,20rem);grid-template-rows:auto;grid-template-areas:"sidebar main main" "footer footer footer";grid-gap:4rem;align-content:start;max-width:120rem;height:100vh;margin:0 auto;padding:5rem 2rem}.wrapper--toc{grid-template-areas:"sidebar main toc" "footer footer footer"}@media(max-width:768px){.wrapper,.wrapper--toc{grid-template-columns:1fr;grid-template-areas:"head" "main" "footer"}aside.toc{display:none}header.mobile-header{position:initial;visibility:visible;grid-area:head}.sidebar{position:fixed;top:0;left:0;bottom:0;right:0;height:100vh;overflow:scroll;transform:translateX(calc(-100% - 4rem));transition:transform 250ms;padding:2rem;background:#fefefe}.dark .sidebar{background:#222}body.extended-sidebar .sidebar{transform:translateX(0)}}main{grid-area:main}main p{line-height:1.65;margin:1.25em 0}main ul{margin-left:2rem}main ul li{margin:.5rem 0}main table{border-collapse:collapse}main table th,main table td{border-top:.75rem solid transparent;border-bottom:.75rem solid transparent;border-right:.75rem solid transparent}h1,h2,h3,h4,h5,h6{font-family:basic sans,Helvetica,sans-serif;font-weight:700;margin-bottom:.8em;margin-top:1.2em;color:#333}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#fefefe}h1 .anchor,h2 .anchor,h3 .anchor,h4 .anchor,h5 .anchor,h6 .anchor{opacity:0;transition:opacity 100ms}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{opacity:1}h1{margin-top:0}.mobile-header{visibility:hidden;position:fixed;grid-area:head;display:flex;justify-content:space-between;align-items:center}.mobile-header .title-container{width:auto}.mobile-header .title{font-family:basic sans,Helvetica,sans-serif}.mobile-header .title a{color:inherit;border:none}.mobile-header .title .subtitle{color:#555}.dark .mobile-header .title .subtitle{color:#aaa}.mobile-header .mobile-nav-toggle{border:none;background:0 0;background-color:initial;appearance:none;-webkit-appearance:none;font-size:2.5rem;cursor:pointer;color:inherit}#lightswitch{width:4rem;height:4rem;border-radius:50%;border:none;outline:none;color:inherit;font-size:inherit;box-shadow:.5rem .5rem 1rem #d8d8d8,-.5rem -.5rem 1rem #ffffff;background:inherit;cursor:pointer}.dark #lightswitch{box-shadow:.5rem .5rem 1rem #1b1b1b,-.5rem -.5rem 1rem #292929}#lightswitch .icon::after{content:'\f186'}.dark #lightswitch .icon::after{content:'\f0eb'}#lightswitch:active{background:linear-gradient(145deg,#e5e5e5,#ffffff)}.dark #lightswitch:active{background:linear-gradient(145deg,#1f1f1f,#242424)}aside.sidebar{grid-area:sidebar}aside.sidebar .title-container{display:flex;align-items:center;justify-content:space-between;width:100%}aside.sidebar .mobile-nav-toggle{display:none;border:none;background:0 0;background-color:initial;appearance:none;-webkit-appearance:none;font-size:2.5rem;color:inherit}@media(max-width:768px){aside.sidebar .mobile-nav-toggle{display:block}aside.sidebar .title-container{width:auto}aside.sidebar .title-container a{margin-right:2rem}aside.sidebar{padding:5rem 2rem}}aside.sidebar .title{font-family:basic sans,Helvetica,sans-serif;display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}aside.sidebar .title a{color:inherit;border:none;display:flex;flex-direction:column}aside.sidebar .title .main{font-size:2.5rem}aside.sidebar nav ul{list-style:none;width:100%}aside.sidebar nav a{text-decoration:none;color:inherit;border-bottom:.1rem solid transparent;transition:border-color 100ms}aside.sidebar nav a:hover{border-bottom-color:#333}.dark aside.sidebar nav a:hover{border-bottom-color:#ddd}aside.sidebar nav .section{margin:4rem 0}aside.sidebar nav .section-title{font-family:basic sans,Helvetica,sans-serif;font-weight:700;display:inline-block;color:#333}.dark aside.sidebar nav .section-title{color:#fefefe}aside.sidebar nav .page{margin:1rem 0}aside.toc{text-align:right}aside.toc ul{list-style:none}aside.toc ul li{margin:1rem 0;position:relative;padding-right:1.75ex}aside.toc a::after{display:inline;content:'◂';position:absolute;top:0;right:0}aside.toc h2{margin-top:0}footer{grid-area:footer;display:flex;justify-content:space-between;align-items:center;width:100%;height:7rem;border-top:.1rem solid #ddd}.dark footer{border-top-color:#333}@media(max-width:768px){footer{flex-direction:column;text-align:center}}.callout{display:grid;grid-template-columns:4rem auto;width:100%;padding:2rem;margin:1rem 0;border-radius:.5rem;box-shadow:0 .2rem .5rem rgba(0,0,0,.15)}.callout__icon{font-size:2rem}.callout--info{color:#31708f;background:#d9edf7}.dark .callout--info{background:#31708f;color:#d9edf7}.callout--success{background:#dff0d8;color:#3c763d}.dark .callout--success{background:#3c763d;color:#dff0d8}.callout--warning{background:#fcf8e3;color:#8a6d3b}.dark .callout--warning{background:#8a6d3b;color:#fcf8e3}.callout--error{background:#f2dede;color:#a94442}.dark .callout--error{background:#a94442;color:#f2dede}.callout__content{align-self:center}.callout__content p:first-child{margin-top:0}.callout__content p:last-child{margin-bottom:0}