*{margin:0;padding:0;box-sizing:border-box}body{display:block;font-family:"Inter var","Inter","Open Sans",system-ui,"Helvetica Neue","Cantarell","Avenir",sans-serif;margin:auto;width:70%;padding:2rem 0;color:#dcddde}@media screen and (max-width: 1024px){body{width:85%}}@media screen and (max-width: 768px){body{width:90%}}a{text-decoration:none;color:#dcddde}a:hover,a:focus{text-decoration:underline}nav{display:flex;justify-content:space-between;align-items:center}nav a{font-size:.9rem}nav .language-menu-button{display:flex;align-items:center;padding:5px;border:solid #dcddde 1px;border-radius:5px;background-color:rgba(0,0,0,0);color:#dcddde;column-gap:5px}nav .language-menu-button #language-menu-icon{position:relative;top:1px}nav .language-menu-button:hover{background-color:#dcddde;color:#181b21}nav .language-menu-button:hover #language-menu-icon{filter:invert(1)}nav div{display:flex;flex-direction:row;align-items:center;column-gap:2rem}@media screen and (max-width: 768px){nav #menu{display:none;flex-direction:column;row-gap:1rem;height:100%;z-index:2;position:absolute;top:0;right:0;padding:3rem 1.5rem;background:#2d333f}}nav #menu #closemenu{display:none;flex-direction:row;align-items:center;column-gap:1rem}@media screen and (max-width: 768px){nav #menu #closemenu{display:flex}}nav #menu-hamburger{display:none;align-items:center}@media screen and (max-width: 768px){nav #menu-hamburger{display:flex}}header{display:flex;flex-direction:column;margin-top:8rem;margin-bottom:5rem;row-gap:1rem}header h1,header p{text-align:center}header h1{width:fit-content;margin:auto;background-image:linear-gradient(90deg, #009f99 0%, #00d2ca 30%, #5d50b3 60%, #6e2083 78%, #902aac 92%);background-size:100%;background-repeat:repeat;font-size:3.5rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-moz-background-clip:text;-moz-text-fill-color:rgba(0,0,0,0)}header p{font-size:1.1rem;max-width:50ch;margin:auto;line-height:1.5;color:#dcddde}header .header-btns-container{display:flex;flex-direction:row;justify-content:center;column-gap:.7rem}header button{margin:auto .5rem}header button a{font-size:.9rem}@media screen and (max-width: 768px){header button a{font-size:1rem}}main{width:70%;margin:auto}@media screen and (max-width: 768px){main{width:85%}}@media screen and (max-width: 640px){main{width:95%}}main p{margin:1rem 0}main #footnote-name{font-size:small}main .footnote-definition p{display:inline;font-size:smaller}main article{padding:3rem 0}main article pre{padding:1rem;border-radius:.25rem}main article details.license pre{text-align:justify;overflow-x:scroll}main article .license-non-wrapped{white-space:unset}main article p{margin:1rem 0}main article h1{font-size:2.2rem}main article h2{font-size:1.8rem}main article h3{font-size:1.4rem}main h2,main h3,main h4,main h5,main article h1{margin:1.5rem 0;line-height:1.2;color:#009f99}main p,main ul{line-height:1.5}main ul{margin:1rem 0 1rem 1.5rem}main details{margin:2rem 0;background:#2d333f;border-radius:.25rem;font-size:.95rem;padding:1.5rem 1rem}@media screen and (max-width: 768px){main details{margin:1rem 0}}main details div{margin:.5rem 0 0 1rem}main summary{list-style-position:outside;margin-left:1.5rem;line-height:1.5;font-weight:bold}@media screen and (max-width: 640px){main summary{margin-left:.6rem}}main a{text-decoration:underline}main img{max-width:100%;height:auto}main .news-info{font-style:italic}main .news-header{color:#009f99;font-size:larger;font-weight:bolder;text-decoration:none}main .news-header:hover{text-decoration:underline}main .news-hero{border-bottom:1px solid #a8aaad;padding-bottom:.5rem;margin-bottom:2rem}main .news-section{margin-bottom:2rem}main .return-link{display:block;margin-top:1rem}main blockquote{padding:.25rem 1rem;border-left:5px solid #a8aaad;background:#3a3d43}main table{border-collapse:collapse}main table caption{font-weight:bold;margin-bottom:.5rem}main td,main th{text-align:left;padding:.5rem}main td code,main th code{color:#f0f;background:none}main td img,main th img{height:6rem;width:auto;margin:auto}main tr{border-bottom:1px solid #3a3d43}a.btn{text-decoration:none;font-weight:bold}a.btn:hover{text-decoration:underline}.btn{display:block;font-family:inherit;width:fit-content;border:none;padding:.7rem 1rem;border-radius:.25rem}.btn a{text-decoration:none;font-weight:bold}.btn a:hover,.btn a:focus{text-decoration:underline}.btn-container{display:flex;column-gap:.7rem}@media screen and (max-width: 768px){.btn-container{display:grid;row-gap:.5rem}}.bg-standard{background:#181b21}.bg-accent{background:#044176}.bg-accent-2{background:#6e2083}.bg-accent-3{background:#009f99}.bg-accent-4{background:#5d50b3}.bg-highlight{background:#6e2083}.text-highlight{color:#6e2083}.outline-highlight{background:0;border:1px solid #6e2083}.colorbox{display:inline-block;width:3rem;height:3rem;border-radius:.4rem;margin-right:.5rem}#bg-dark-preview{background:#dedede;width:fit-content;padding:.8rem;border-radius:.3rem}#language-menu-container{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5019607843);display:none;justify-content:center;align-items:center}#language-menu-container #language-menu{position:fixed;width:40%;height:50%;min-width:250px;min-height:250px;border-radius:10px;padding:10px}@media screen and (max-width: 768px){#language-menu-container #language-menu{width:90%}}#language-menu-container #language-menu #language-menu-header{display:flex;align-items:center;justify-content:space-between}#language-menu-container #language-menu #language-select-container{width:100%;height:calc(100% - 100px);background-color:#3a3d43;margin-top:10px;margin-bottom:10px;border-radius:10px;overflow:hidden}#language-menu-container #language-menu #language-select-container #language-select{width:100%;height:100%;overflow-y:scroll;display:grid;color:#dcddde;padding:5px;align-content:flex-start}.language-option{margin:3px 2px;padding:4px 3px;display:flex;vertical-align:middle;align-items:center;height:35px}.language-option input{margin-right:7px}.language-option label{margin-left:5px}.language-option-unavailable{color:#eb8f8f}.language-option-unavailable img{filter:grayscale(1)}.language-option-unavailable label::after{margin-left:.5em;color:#dcddde;font-style:italic}.accent-color-1{background-color:#044176}.accent-color-2{background-color:#6e2083}.accent-color-3{background-color:#009f99}.accent-color-4{background-color:#5d50b3}.background-color-1{background-color:#181b21}.background-color-2{background-color:#2d333f}.background-color-3{background-color:#3a3d43}.foreground-color-1{background-color:#dcddde}.foreground-color-2{background-color:#a8aaad}