article a {
    color: #7CAFFF;
}
article a:hover {
    color: #13E1B1;
}
article p, article li {
    font-size: 1em;
    line-height: calc(1ex / 0.32);
    margin: calc(1ex / 0.32) 0;
    text-wrap: pretty;
}
article h2 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: calc(1ex / 0.42);
    margin: calc(1ex / 0.42) 0;
    color: #8EA7E4;
}
article h2 a {
    color: #8EA7E4;
}
article h2 .scoped-prefix {
    opacity: 0.5;
}
article h2 code {
    font-size: 20px;
    background: none;
    padding: 0;
    margin: 0;
}
article h3 {
    font-size: 1.0em;
    font-weight: 400;
    line-height: calc(1ex / 0.38);
    margin: calc(1ex / 0.38) 0;
    color: #8EA7E4;
}
article code {
    font-size: 13px;
    font-family: 'JetBrains Mono', 'SF Mono';
    padding: .2em .4em;
    margin: 0;
    background-color: #24303F;
    color: #ADA5F3;
    border-radius: 3px;
}
article ul, article ol {
    margin: calc(1ex / 0.32) 0;
}
article ol {
    margin-left: 1rem;
}
article li::marker {
    color: #AF9FFF88;
}
article .code-block {
    font-family: 'JetBrains Mono', 'SF Mono';
    margin: 0 -30px;
    padding: 10px 30px;
    border-top: 1px solid #1a233c;
    border-bottom: 1px solid #1a233c;
    white-space: pre;
    font-size: 14px;
    line-height: 1.5em;
    overflow-x: auto;
}
article li .code-block {
    margin: 10px 0;
    border: 1px solid #1a233c;
    border-radius: 10px;
}
article figure {
    margin: 10px 0;
    border: 1px solid #1a233c;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}
article figure img {
    max-width: 100%;
}
article figure video {
    max-width: 100%;
}
article .retina-video {
    zoom: 0.5;
}
article hr {
    border: none;
    border-top: 1px dashed #1a233c;
    margin: 30px -30px;
}
.glyph-produces {
    background: url('/figures/core/glyph_produces.svg') no-repeat center;
    width: 100%;
    height: 25px;
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 100 900;
    src: url('../fonts/InterVariable.woff2') format('woff2');
}
@font-face {
    font-family: 'JetBrains Mono';
    src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
}
* {
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    display: flex;
    justify-content: center;
    width: 100vw;
    min-height: 100vh;
    background: #090E12;
    color: #fff;
    font-family: 'Inter', 'SF Pro', sans-serif;
    line-height: calc(1ex / 0.32);
    overscroll-behavior-x: none;
}
a {
    text-decoration: none;
}
.main-container, header {
    width: 1020px;
    max-width: 100vw;
}
header {
    position: fixed;
    top: 0px;
    height: 72px;
    display: flex;
    background: #090E12;
    z-index: 5;
}
header .side-header {
    display: flex;
    align-items: center;
    width: 150px;
    padding-left: 30px;
    font-size: 16px;
    border-image: linear-gradient(90deg, #1a233c00 10%, #1a233c 100%) 1;
    border-bottom: 1px solid;
}
header .side-header .scripton {
    color: #CFAFFF;
}
header .side-header .docs {
    color: #AE70FF;
}
header .side-header .sep {
    color: #fff;
    white-space: pre-wrap;
}
header nav {
    flex-grow: 1;
    padding: 0px 30px;
    border-bottom: 1px solid #1a233c;
    display: flex;
    align-items: center;
    gap: 20px;
}
header nav a:hover {
    color: #fff;
}
header nav .nav-item {
    padding: 5px 10px;
    color: #6286B0;
}
header nav .current {
    border-radius: 4px;
    background: #002651;
    color: #419aff;
}
.core {
    position: relative;
}
nav.sidebar {
    position: fixed;
    top: 72px;
    overflow: scroll;
    padding-left: 30px;
    padding-top: 20px;
    width: 150px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
nav.sidebar .page {
    color: rgba(255, 255, 255, 0.8);
}
nav.sidebar .group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
nav.sidebar .group .title {
    font-size: 12px;
    color: #419AFF;
    font-weight: normal;
    text-transform: uppercase;
}
nav.sidebar .group .current, nav.sidebar .group a:hover {
    color: #46E698;
}
nav.sidebar .sub-pages {
    display: flex;
    flex-direction: column;
    border-left: 2px solid #6286B0;
    padding-left: 10px;
}
nav.sidebar .sub-pages .is-active {
    color: #ECA414;
}
.left-frame-border, .right-frame-border {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 0px;
    z-index: 6;
    border-left: 1px solid #1a233c;
}
.left-frame-border {
    margin-left: 180px;
}
.right-frame-border {
    margin-left: 1020px;
}
.top-frame-band {
    position: fixed;
    top: 72px;
    background: linear-gradient(180deg, #090E12 0%, #090E1200 100%);
    width: 100%;
    height: 20px;
    z-index: 4;
}
article {
    padding: 92px 30px 50px 210px;
}
:target:before {
    content: "";
    display: block;
    height: 92px;
    margin: -92px 0 0;
}
.syn-code {
    color: #BFBDB6;
    background: #11151f;
}
.syn-cm {
    color: #ACB6BF8C;
}
.syn-kw {
    color: #F07178;
}
.syn-op {
    color: #F29668;
}
.syn-cst {
    color: #D2A6FF;
}
.syn-attr {
    color: #FFB454;
}
.syn-class {
    color: #FFB454;
}
.syn-call {
    color: #7AA2F7;
}
.syn-kwarg {
    color: #ffadda;
}
.syn-anno {
    color: #81A5C9;
}
.syn-fade {
    opacity: 0.4;
}
.syn-highlight {
    background: #FF544950;
    border-radius: 3px;
    padding: 2px 5px;
    margin-left: -5px;
}
.syn-sig .syn-cm {
    color: #88BA99;
}
.syn-hs-slash {
    color: #F07178;
}
.syn-hs-cmd {
    color: #D2A6FF;
}
.syn-hs-arg {
    color: #ccc;
}
.syn-hs-keyword {
    color: #FFB454;
}