body {
  background-color: #720139;
  color: white;
  font-family: 'JetBrains Mono ExtraBold';
}
.dots  {
    background-color: #720139;
    filter: overlay(50);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    --stop1: 0.06rem;
    --stop2: 0.43rem;
}
.dots::after {
    position: absolute;
    inset: 0;
    content: '';
    background: radial-gradient(circle at center, #4f052a var(--stop1), transparent var(--stop2));
    background-size: 1rem 1rem;
    background-position: 0 0, 0.65rem 0.65rem;
    background-repeat: round;
    mask-image: linear-gradient(90deg, transparent, #ffffff);
}
.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 6dvw;
    background-color: white;
}
#linkkb {
    color: white;
    text-decoration: none;
    cursor: pointer;
    pointer-events: all;
}
#linkkb:hover {
    color: #d2ff00;
}
#linkkc {
    color: white;
    text-decoration: none;
    cursor: pointer;
    pointer-events: all;
}
#linkkc:hover {
    color: #d2ff00;
}
#linksw {
    color: #720139;
    text-decoration: none;
    cursor: pointer;
    pointer-events: all;
}
#linksw:hover {
    color: #d2ff00;
}
.grid {
    position: absolute;
    width: 100dvh;
    display: flex;
    flex-direction: column;
}
.row {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: -2dvh;
}
.circlecontainer {
    width: 9dvh;
    display: flex;
    place-items: center;
    justify-content: center;
}
.circle {
    width: 6dvh;
    height: 6dvh;
    border-radius: 3dvh;
    background-color: #5c5c5c;
}
.spacer {
    width: 1dvh;
}
.cspacer {
    width: 100%;
    height: 1dvh;
}
.square {
    width: 6dvh;
    height: 6dvh;
    border-radius: 1dvh;
    background-color: white;
    cursor: pointer;
    transition-duration: 1s;
}
.square:hover {
    background-color: #d2ff00;
}
.navbar {
    position: absolute;
    right: 10dvw;
    bottom: 2dvh;
    display: flex;
    flex-direction: column;
}
.navrow {
    display: flex;
    flex-direction: row-reverse;
}
.titlebox {
    position: absolute;
    bottom: 10dvh;
    left: 4dvw;
    display: flex;
    flex-direction: column;
    width: fit-content;
    pointer-events: none;
}
.title {
    position: relative;
    text-transform: uppercase;
    color: white;
    font-size: 10dvh;
    line-height: 1;
}
.subtitle {
    background-color: white;
    color: #720139;
    font-family: "CCSuperhuman";
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 3dvh;
}
.hexagon {
    width: 7dvh;
    aspect-ratio: cos(30deg);
    clip-path: polygon(-50% 50%, 50% 100%, 150% 50%, 50% 0);
    background-color: white;
    transition-duration: 1s;
    cursor: pointer;
}
.hexagon:hover {
    background-color: #d2ff00;
}
.hexagon.selected {
    background-color: #d2ff00;
}
.row.offset {
    margin-left: 4dvh;
}
.bar {
    position: absolute;
    bottom: 1dvh;
    left: 4dvh;
    font-size: 2dvh;
    color: white;
}
.invert {
    color: #d2ff00;
}
.boxline {
    position: absolute;
    top: 5dvh;
    left: 2dvw;
    width: 86dvw;
    height: 90dvh;
    border: 3px solid white;
    border-radius: 2dvh;
    background: linear-gradient(45deg, transparent, transparent 90%, white 90%, white 92%, transparent 92%, transparent 94%, white 94%, white 96%, transparent 96%)
}
.selectitle {
    position: absolute;
    left: 74dvh;
    top: 5dvh;
    background-color: white;
    color: #720139;
    padding-left: 5dvh;
    padding-right: 1dvh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    font-size: 2dvh;
    text-transform: uppercase;
    pointer-events: none;
}
.fulltype {
    position: absolute;
    top: 18dvh;
    left: 4dvw;
    display: flex;
    flex-direction: column;
    font-family: "Space Mono Bold";
    pointer-events: none;
}
.fullrow {
    position: relative;
    display: flex;
    flex-direction: row;
}
.typebox {
    border: 3px solid white;
    display: flex;
    flex-direction: column;
}
.typebox.no-left {
    border-left: none;
    width: 60dvw;
}
.typetitle {
    background-color: white;
    color: #720139;
    padding-left: 1dvh;
    padding-right: 1dvh;
    text-align: center;
}
.typecontent {
    text-align: center;
    font-size: 6dvmin;
    padding-left: 1dvh;
    padding-right: 1dvh;
    width: 60dvw;
}
.typecontent.small {
    text-align: center;
    width: 20dvw;
    font-size: 6dvmin;
}
#type {
    width: 8dvmax;
}
.typeside {
    position: relative;
    color: white;
    background-color: transparent;
    font-size: 4dvh;
    text-align: center;
    padding-left: 1dvw;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
}
.typetall {
    position: relative;
    height: 22dvh;
    width: 50dvh;
    border: 3px solid white;
    border-top: none;
    font-size: 4dvh;
    display: flex;
    justify-content: center;
    place-items: center;
    text-align: center;
}
.typespacer {
    position: relative;
    width: 2dvh;
    border-bottom:3px solid white;
    background: repeating-linear-gradient(45deg, transparent, transparent 2dvh, white 2dvh, white 4dvh);
}
.vspacer {
    position: relative;
    width: 4dvh;
}
.navtitle {
    position: absolute;
    bottom: calc(5dvh - 3px);
    left: 4dvw;
    padding-left: 1dvw;
    width: 20dvw;
    font-size: 3dvh;
    background-color: white;
    color: #720139;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    pointer-events: none;
}
.hori-white {
    background-color: white;
    clip-path: polygon(4dvw 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 3px));
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    text-align: center;
    font-size: 4dvh;
    color: #720139;
}
.hori-left {
    background-color: white;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - 3px), 4dvw calc(100% - 3px));
    border-bottom: 3px solid white;
    padding-left: 4dvw;
    padding-right: 1dvw;
    font-size: 4dvh;
    color: #720139;
}
.long {
    width: 100%;
}
.t-title {
    font-size: 2dvh;
    display: flex;
    justify-content: center;
    place-items: center;
    text-align: center;
}
.boxslashes {
    position: absolute;
    width: 100%;
    height: 31dvh;
    background: repeating-linear-gradient(135deg, transparent, transparent 4dvh, white 4dvh, white 8dvh);
    bottom: 20dvh;
}