/* licensed under the Open Font License: https://turfwar.ink/fonts/OFL_Monaspace.txt */
@font-face {
    font-family: 'Monaspace Argon';
    src: url(../fonts/Monaspace-Argon-Var.woff2) format('woff2'),
         url(../fonts/Monaspace-Argon-Var.woff) format('woff');
}
@font-face {
    font-family: 'Monaspace Neon';
    src: url(../fonts/Monaspace-Neon-Var.woff2) format('woff2'),
         url(../fonts/Monaspace-Neon-Var.woff) format('woff');
}
@font-face {
    font-family: 'Monaspace Xenon';
    src: url(../fonts/Monaspace-Xenon-Var.woff2) format('woff2'),
         url(../fonts/Monaspace-Xenon-Var.woff) format('woff');
}

html {
    scrollbar-color: #ffffff40 black;
    scrollbar-width: thin;
}

body {
    margin: 0;
    padding-bottom: 60px;
    background-color: black;
    overflow-x: hidden;
}

body::selection {
    background-color: white;
    color: black;
}

h1 {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 80px;
    margin-right: 80px;
    color: white;
    font-family: 'Monaspace Xenon', monospace;
    font-weight: normal;
    font-size: 2.5em;
}

p {
    margin-top: 60px;
    margin-left: 80px;
    margin-right: 80px;
    font-size: 1.1em;
    line-height: 1.3em;
    color: white;
    font-family: 'Monaspace Neon', monospace;
}

a {
    color: salmon;
    transition: color 0.1s;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline dotted #404040;
}

a:hover {
    color: white;
}

#knowledge {
    margin-top: 60px;
    margin-right: 120px;
    float: right;
    transform: rotate(15deg);
    font-size: 1em;
}

.container {
    display: grid;
    margin-top: 150px;
    margin-left: 80px;
    margin-right: 80px;
    box-sizing: border-box;
    width: calc(100% - 160px);
    grid-template-columns: auto 50px;
    grid-template-areas: "main tabs";
}

.tabs {
    display: flex;
    flex-direction: column;
    grid-area: tabs;
}

button {
    padding: 20px 0;
    background-color: black;
    color: white;
    font-size: 1.2em;
    font-family: 'Monaspace Neon', monospace;
    writing-mode: vertical-lr;
    cursor: pointer;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid white;
    border-right: none;
}

button:hover {
    background-color: #ffffff40;
}

#fill {
    border-left: 1px solid white;
    flex: 1;
}

.main {
    display: none;
    padding: 20px;
    grid-area: main;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
}

.left > p {
    margin: 0 0 1em;
    line-height: 1.3em;
    font-size: 1em;
    color: white;
    font-family: 'Monaspace Argon', monospace;
}

.left > h2 {
    margin: 2em 0 1em 20px;
    line-height: 1.5em;
    font-size: 1.2em;
    font-weight: normal;
    color: white;
    font-family: 'Monaspace Neon', monospace;
}

.left > ul {
    margin: 0 0 2em 20px;
    line-height: 1.2em;
    color: white;
    font-family: 'Monaspace Argon', monospace;
}

.left > ul > li {
    line-height: 1.2em;
    color: white;
    font-family: 'Monaspace Argon', monospace;
}

.right {
    margin-left: 20px;
    width: 350px;
}

.right > img {
    width: 350px;
}

.right > p {
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.2em;
    font-size: 0.8em;
    color: gray;
    font-family: 'Monaspace Argon', monospace;
}

#ucsctab {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: 1px solid white;
}

#ucscmain {
    display: flex;
}

header {
    padding: 20px;
}

header a {
    font-family: 'Monaspace Argon', monospace;
    color: gray;
    transition: color 0.1s;
    text-decoration: none;
    font-weight: normal;
}

header a:hover {
    color: white;
    transition: color 0.1s;
}