@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Color+Emoji&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-size: 12pt;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    margin: 0;
    color: #222;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

a {
    color: #17ace7;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .15s color ease, .15s border ease;
    cursor: pointer;
}

a:hover {
    color: #26559c;
    border-bottom-color: #26559c;
}

.emoji {
    font-family: "Noto Color Emoji";
}

nav .emoji {
    margin-right: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 24px 0;
}

ul ul {
    margin: 0;
}

h1,
h2,
h3 {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    line-height: normal;
}

h4,
h5,
h6 {
    font-weight: 500;
}

h1 {
    margin-top: 36px;
    font-family: Urbanist, sans-serif;
    font-weight: 600;
    font-size: 26pt;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 16pt;
}

.fill {
    width: 100%;
    height: 100%;
}

.herobg {
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, 0.1);
    height: 320px;
    margin: 0 -10px;
    -position: sticky;
    -top: -20px;
    -z-index: -100;
}

h3.inline {
    margin-bottom: 4px;
}

header {
    position: sticky;
    top: 0;
    background: rgba(250, 250, 250, 0.95);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.highlight {
    background: #f1f6fb;
}

.wrap {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

header .wrap {
    padding: 0px 24px;
}

.header {
    display: flex;
    align-items: center;
}

.header .logo {
    font-family: Urbanist, sans-serif;
    font-weight: 400;
    color: #151515;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-size: 16pt;
    -webkit-text-stroke: 0.2px;
}

.header .logo .xp {
    color: #ff5a00;
}

.header .fill {
    flex: 1;
}

.header nav {
    flex: 0 0 auto;
    font-family: Urbanist, sans-serif;
    font-size: 11pt;
    font-weight: 500;
}

.header nav a {
    display: inline-block;
    margin: 0;
    color: #777;
    padding: 12px;
    padding-top: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0000;
    text-transform: uppercase;
}

.header nav a:hover {
    color: #000;
    background: #fff;
    -border-bottom-color: #17ace7;
}

.header nav a.active {
    color: #000;
}

.header nav a:first-child {
    margin-left: 18px;
}

.header nav a:last-child {
    margin-right: 0;
}

main {
    flex: 1 0 auto;
    line-height: 200%;
}

.bg {
    background: rgba(255, 255, 255, 0.98);
}

main .wrap {
    margin: 12px auto;
}

main .wrap.wrap2 {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 36px;
}

.highlight .wrap {
    padding: 1px 24px;
}

.sidebar-layout {
    display: flex;
}

.sidebar-layout-main {
    flex: 1;
}

.sidebar-layout-right {
    flex: 0 0 auto;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 24px;
    padding-left: 24px;
    width: 200px;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 36px;
    font-size: 10pt;
    line-height: 150%;
    color: #999;
    background: rgba(0, 0, 0, 0.01);
}

footer a {
    color: #999;
    border: 0;
}

footer .wrap {
    padding: 12px 24px 36px 24px;
    display: flex;
    align-items: top;
}

footer .wrap>div {
    margin-left: 24px;
}

footer .wrap>div:first-child {
    margin-left: 0;
}

footer .wrap>.copy {
    flex: 1;
}

footer .wrap>.contact {
    flex: 0 0 auto;
    width: 300px;
}

footer .icons {
    top: 0;
    bottom: 0;
    font-size: 16px;
}

footer .icons a {
    vertical-align: middle;
    margin-right: 8px;
}

footer .icons .rss:hover {
    color: #f49c52;
}

footer .icons .twitch:hover {
    color: #9147ff;
}

footer .icons .discord:hover {
    color: #5662F6;
}

footer .icons .tw:hover {
    color: #1da1f2;
}

footer .icons .gh:hover {
    color: #6f7173;
}

footer .icons .yt:hover {
    color: #ff0000;
}

footer .icons .dc:hover {
    color: #7289da;
}

.cat {
    display: block;
    font-weight: 400;
    font-size: 13pt;
    color: #999;
    margin-bottom: 8px;
}

.tag {
    display: inline-block;
    background: #7d68a2;
    color: #fff;
    padding: 4px 8px;
    border-radius: 100px;
    font-size: 9pt;
    font-weight: 400;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
    line-height: normal;
}

.tag-live::before {
    content: "LIVE";
}

.tagged {
    display: flex;
    align-items: center;
}

.tagged .tag {
    margin-right: 8px;
}

.hashtag {
    color: #999;
}

.hashtag a {
    color: #999;
    border: 0;
}

.hashtag a:hover {
    color: #26559c;
}

.scanlines-dark {
    background: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12) 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 2px);
}

.scanlines-light {
    background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12) 1px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 2px);
}

.tabs {
    border-bottom: 1px solid #e0e0e0;
}

.tabs a {
    display: inline-block;
    margin: 0 8px;
    margin-bottom: -1px;
    padding: 4px 8px;
    color: #999;
    border-bottom: 2px solid #17ace700;
}

.tabs a:hover {
    color: #333;
    border-bottom: 2px solid #999;
}

.tabs a.active {
    color: #17ace7;
    border-bottom: 2px solid #17ace7;
}



table {
    border-collapse: collapse;
}

table td,
table th {
    margin: 0;
    padding: 4px 12px;
}

thead th {
    border-bottom: 1px solid #ccc;
}

td {
    border-bottom: 1px solid #f0f0f0;
    vertical-align: top;
}


th {
    text-align: left;
}

td.subsection {
    padding-top: 3rem;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 90%;
    color: #464549;
}

.preamble {
    color: #939296;
    margin: 2.5rem 0;
}

.commands-list {
    width: 100%;
    margin: -2.5rem -12px 0 -12px; 
}

.commands-list tr td:first-child {
    padding-right: 3rem;
}

.command {
    font-family: monospace;
    background: #fafafa;
    white-space: nowrap;
    padding: 4px;
    border-radius: 2px;
}

.var {
    font-family: monospace;
    color: #666;
    --c0: #1069ee;
    --c1: #b80d93;
    --c2: #96a700;
    --c3: #0db85a;
    --c4: #b80d0d;
    --c5: #e6870b;
    --c6: #10c2b9;
}

.c0 {
    color: var(--c0);
}

.c1 {
    color: var(--c1);
}

.c2 {
    color: var(--c2);
}

.c3 {
    color: var(--c3);
}

.c4 {
    color: var(--c4);
}

.c5 {
    color: var(--c5);
}

.c6 {
    color: var(--c6);
}

.c7 {
    color: var(--c7);
}

.notes {
    font-size: 90%;
    border-bottom: 0;
    padding-left: 2rem;
}

.notes-header {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 90%;
    color: #b9b6c0;
    margin-right: 1rem;
}

.description p {
    margin: 0.75rem 0;
}

.description p:first-child {
    margin-top: 0;
}

.description p:last-child {
    margin-bottom: 0;
}

.description ul {
    margin: 0;
}

.description .var {
    background: #fafafa;
    white-space: nowrap;
    padding: 4px;
    border-radius: 2px;
}

.description .text {
    font-family: monospace;
    background: #fafafa;
    white-space: nowrap;
    padding: 4px;
    border-radius: 2px;
}

.crossbg {
    background-blend-mode:
        multiply,
        multiply,
        normal,
        normal;
    background-image:
        linear-gradient(to bottom left, #e4e4e480 0%, #e4e4e480 49%, #e4e4e400 50%, #e4e4e400 100%),
        linear-gradient(to bottom left, #d7964629 0%, #fdba7529 49%, #8ee9fe00 50%, #29773300 100%),
        linear-gradient(to bottom right, #ffffff00 0%, #ffffff00 49%, #ffffffff 50%, #ffffffff 100%),
        linear-gradient(90deg, #3e166b 4%, #7f52e8 50%, #fdb796 88%);
    background-position:
        top right,
        /* right lower */
        top right,
        /* right upper */
        top left,
        /* white slice */
        top left;
    /* color */
    background-size:
        39.4% 6rem,
        54% 4rem,
        63% 4rem,
        62.6% 4rem;
    background-repeat: no-repeat;
    height: 6rem;
}