@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600");

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body:not(.ready) {
    overflow: hidden;
}

body:not(.ready) .app-nav,
body:not(.ready) [data-cloak] {
    display: none;
}

div#app {
    font-size: 30px;
    font-weight: lighter;
    margin: 40vh auto;
    text-align: center;
}

div#app:empty:before {
    content: "Loading...";
}

.emoji {
    height: 19.2px;
    height: 1.2rem;
    vertical-align: middle;
}

.progress {
    background-color: #47e1f2;
    height: 2px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: width 0.2s, opacity 0.4s;
    width: 0;
    z-index: 5;
}

.search .search-keyword,
.search a:hover {
    color: #47e1f2;
}

.search .search-keyword {
    font-style: normal;
}

body,
html {
    height: 100%;
}

body {
    color: #999;
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
        Bitstream Vera Sans Mono, Courier New, monospace, serif;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    overflow-x: hidden;
    line-height: 1.9;
}

img {
    max-width: 100%;
}

kbd {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px !important;
    line-height: 12px;
    margin-bottom: 3px;
    padding: 3px 5px;
    vertical-align: middle;
}

.app-nav {
    left: 0;
    margin: 25px 60px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 2;
}

.app-nav p {
    margin: 0;
}

.app-nav>a {
    margin: 0 1rem;
    padding: 5px 0;
}

.app-nav li,
.app-nav ul {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.app-nav a {
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}

.app-nav a.active,
.app-nav a:hover {
    color: #47e1f2;
}

.app-nav a.active {
    border-bottom: 2px solid #47e1f2;
}

.app-nav li {
    display: inline-block;
    margin: 0 1rem;
    padding: 5px 0;
    position: relative;
}

.app-nav li ul {
    background-color: #081020;
    border: 1px solid #ddd;
    border-bottom-color: #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    max-height: calc(100vh - 61px);
    overflow-y: scroll;
    padding: 10px 0;
    position: absolute;
    right: -15px;
    text-align: left;
    top: 100%;
    white-space: nowrap;
}

.app-nav li ul li {
    display: block;
    font-size: 14px;
    line-height: 1rem;
    margin: 8px 14px;
    white-space: nowrap;
}

.app-nav li ul a {
    display: block;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

.app-nav li ul a.active {
    border-bottom: 0;
}

.app-nav li:hover ul {
    display: block;
}

.app-nav.no-badge {
    margin-right: 25px;
}

.github-corner {
    border-bottom: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    z-index: 1;
}

.github-corner svg {
    color: #081020;
    fill: #47e1f2;
    height: 80px;
    width: 80px;
}

.github-corner:hover .octo-arm {
    animation: a 0.56s ease-in-out;
}

main {
    display: block;
    position: relative;
    width: 100vw;
    height: 100%;
}

.anchor {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

.anchor:hover {
    text-decoration: underline;
}

.sidebar {
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    overflow-y: auto;
    padding: 40px 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: transform 0.25s ease-out;
    width: 300px;
    z-index: 3;
}

.sidebar>h1 {
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
}

.sidebar>h1 a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    font-family: monospace;
}

.sidebar>h1 .app-nav {
    display: block;
    position: static;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar li>p {
    font-weight: 700;
    margin: 25px 0 0;
    color: #47e1f2;
}

.sidebar ul,
.sidebar ul li {
    list-style: none;
}

.sidebar ul li a {
    color: #008d9d;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: none;
    display: block;
}

.sidebar ul li a:hover {
    text-decoration: underline;
    color: #ff2e89;
    transition: all 0.3s;
}

.sidebar ul li ul {
    padding-left: 20px;
}

.sidebar::-webkit-scrollbar {
    width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

.sidebar:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}

.sidebar:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
}

.sidebar-toggle {
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    width: 300px;
    background-color: #081020;
    z-index: 4;
}

.sidebar-toggle .sidebar-toggle-button:hover {
    opacity: 0.4;
}

.sidebar-toggle span {
    background-color: #47e1f2;
    display: block;
    margin-bottom: 5px;
    width: 24px;
    height: 3px;
}

body.sticky .sidebar,
body.sticky .sidebar-toggle {
    position: fixed;
    cursor: pointer;
}

.content {
    padding-top: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 300px;
    position: absolute;
    transition: left 0.25s ease;
}

.markdown-section {
    margin: 0 auto;
    max-width: 800px;
    padding: 30px 15px 40px;
    position: relative;
}

.markdown-section>* {
    box-sizing: border-box;
    font-size: inherit;
}

.markdown-section> :first-child {
    margin-top: 0 !important;
}

.markdown-section hr {
    border: none;
    border-bottom: 1px solid #eee;
    margin: 2em 0;
}

.markdown-section table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    overflow: auto;
    width: 100%;
    margin: 3rem 0;
}

.markdown-section th {
    font-weight: 700;
}

.markdown-section td,
.markdown-section th {
    border: 1px solid #062f47;
    padding: 6px 13px;
}

.markdown-section tr {
    border-top: 1px solid #ccc;
}

.markdown-section blockquote,
.markdown-section p.tip {
    border-bottom-right-radius: 2px;
    border-left: 4px solid #47e1f2;
    border-top-right-radius: 2px;
    margin: 2em 0;
    padding: 12px 24px 12px 30px;
    position: relative;
    background-color: #060618;
}

.markdown-section p.tip em {
    color: #47e1f2;
}

.markdown-section p.tip:before {
    background-color: #47e1f2;
    border-radius: 100%;
    color: #081020;
    content: "i";
    font-family: Dosis, Source Sans Pro, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -12px;
    line-height: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 14px;
}

.markdown-section p.warn {
    background: rgba(66, 185, 131, 0.1);
    border-radius: 2px;
    padding: 16px;
    padding: 1rem;
}

body.close .sidebar {
    transform: translateX(-300px);
}

body.close .sidebar-toggle {
    width: auto;
}

body.close .content {
    left: 0;
}

@media print {

    .app-nav,
    .github-corner,
    .sidebar,
    .sidebar-toggle {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    section.cover blockquote {
        margin: 2rem auto;
    }

    .github-corner,
    .sidebar,
    .sidebar-toggle {
        position: fixed;
    }

    .app-nav {
        margin-top: 16px;
    }

    .app-nav li ul {
        top: 30px;
    }

    main {
        height: auto;
        overflow-x: hidden;
    }

    body section.cover h1 {
        font-size: 2rem;
    }

    body section.cover .cover-main {
        margin-top: 0.5rem;
    }

    .sidebar {
        left: -300px;
        transition: transform 0.25s ease-out;
    }

    .content {
        left: 0;
        max-width: 100vw;
        position: static;
        transition: transform 0.25s ease;
    }

    .app-nav,
    .github-corner {
        transition: transform 0.25s ease-out;
    }

    .sidebar-toggle {
        width: 100%;
        top: 0;
        bottom: inherit;
    }

    body.close .sidebar {
        transform: translateX(300px);
    }

    body.close .sidebar-toggle {
        background-color: #081020;
        transition: background-color 0.3s;
        width: 284px;
    }

    body.close .content {
        transform: translateX(300px);
    }

    body.close .app-nav,
    body.close .github-corner {
        display: none;
    }

    .github-corner .octo-arm {
        animation: a 0.56s ease-in-out;
    }

    .github-corner:hover .octo-arm {
        animation: none;
    }
}

@keyframes a {

    0%,
    to {
        transform: rotate(0);
    }

    20%,
    60% {
        transform: rotate(-25deg);
    }

    40%,
    80% {
        transform: rotate(10deg);
    }
}

section.cover {
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: none;
}

section.cover .cover-main {
    flex: 1;
    margin: -80px 16px 0;
    text-align: center;
    z-index: 1;
}

section.cover a {
    color: inherit;
}

section.cover a,
section.cover a:hover {
    text-decoration: none;
}

section.cover p {
    line-height: 1.75;
    max-width: 24em;
    margin: 0 auto;
}

section.cover h1 {
    margin: 0;
    color: inherit;
    font-size: 2.5rem;
    font-weight: 300;
    position: relative;
    text-align: center;
}

section.cover h1 a {
    display: block;
}

section.cover h1 small {
    bottom: -0.4375rem;
    font-size: 1rem;
    position: absolute;
}

section.cover blockquote {
    margin: 2.5rem 0;
    font-size: 1.5rem;
    text-align: center;
}

section.cover ul {
    line-height: 1.8;
    list-style-type: none;
    margin: 1em auto;
    max-width: 500px;
    padding: 0;
}

section.cover .cover-main>p:last-child a {
    border: 1px solid #47e1f2;
    border-radius: 2rem;
    box-sizing: border-box;
    color: #47e1f2;
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    margin-right: 0.5rem;
    padding: 0.75em 2rem;
    text-decoration: none;
    transition: all 0.15s ease-in;
}

section.cover .cover-main>p:last-child a:last-child {
    background-color: #47e1f2;
    color: #081020;
    margin-right: 0;
}

section.cover .cover-main>p:last-child a:last-child:hover {
    color: #000 !important;
}

section.cover .cover-main>p:last-child a:hover,
section.cover .cover-main>p:last-child a:last-child:hover {
    color: #fff;
    opacity: 0.65;
}

section.cover blockquote>p>a {
    border-bottom: 2px solid #47e1f2;
    transition: color 0.3s;
}

section.cover blockquote>p>a:hover {
    color: #47e1f2;
}

section.cover.show {
    display: flex;
}

section.cover.has-mask .mask {
    background-color: #081020;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
}

.sidebar,
body {
    background-color: #081020;
}

.sidebar {
    color: #364149;
}

.sidebar li {
    margin: 6px 0 6px 15px;
}

.sidebar ul li ul {
    padding: 0;
}

.sidebar ul li.active>a {
    color: #ff2e89;
    font-weight: 700;
}

.app-sub-sidebar .section-link:before {
    content: "-";
    padding-right: 4px;
}

.markdown-section h1,
.markdown-section h2,
.markdown-section h3,
.markdown-section h4,
.markdown-section strong {
    color: #cbd4d5;
    font-weight: 700;
}

.markdown-section a {
    color: #47e1f2;
    font-weight: 700;
}

.markdown-section p a,
.markdown-section ul a {
    text-decoration: underline;
    -webkit-text-decoration-color: #00aabd;
    text-decoration-color: #00aabd;
    color: #00aabd;
}

.markdown-section ul a code {
    text-decoration: none;
}

.markdown-section p a:hover,
.markdown-section ul a:hover {
    color: #ff2e89;
    -webkit-text-decoration-color: #ff2e89;
    text-decoration-color: #ff2e89;
}

.markdown-section p a:hover code,
.markdown-section ul a:hover code {
    color: #ff2e89;
}

.markdown-section a:hover {
    color: #ff2e89;
    transition: all 0.3s;
}

.markdown-section h1 {
    font-size: 2rem;
    margin: 0 0 1rem;
}

.markdown-section h2 {
    font-size: 1.75rem;
    margin: 45px 0 0.8rem;
}

.markdown-section h3 {
    font-size: 1.5rem;
    margin: 40px 0 0.6rem;
}

.markdown-section h4 {
    font-size: 1.25rem;
}

.markdown-section h5,
.markdown-section h6 {
    font-size: 1rem;
}

.markdown-section h6 {
    color: #777;
}

.markdown-section figure,
.markdown-section ol,
.markdown-section p,
.markdown-section ul {
    margin: 25px 0;
}

.markdown-section ol,
.markdown-section p,
.markdown-section ul {
    line-height: 2;
    word-spacing: 0.05rem;
}

.markdown-section ol,
.markdown-section ul {
    list-style: unset;
    margin: 50px 0 50px 30px;
    padding: 0;
}

.markdown-section ul li+li {
    margin: 5px 0;
}

.markdown-section ol li+li {
    margin: 20px 0;
}

.markdown-section blockquote p {
    font-weight: 700;
    margin: 0;
}

.markdown-section iframe {
    margin: 1em 0;
}

.markdown-section em {
    color: #7f8c8d;
}

.markdown-section code,
.markdown-section pre {
    background-color: transparent;
    font-family: Roboto Mono, Monaco, courier, monospace;
}

.markdown-section code {
    transition: all 0.3s;
    color: #00a5bb;
    margin: 0;
    border: 1px solid #062f47;
    font-size: 0.75rem;
    padding: 3px 10px;
    border-radius: 3px;
    white-space: nowrap;
    font-weight: 600;
    font-family: inherit;
    background-color: #081020;
}

.markdown-section pre {
    line-height: 24px;
    margin: 50px 0;
    overflow: auto;
    position: relative;
    word-wrap: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #8e908c;
}

.token.namespace {
    opacity: 0.7;
}

.token.boolean,
.token.number {
    color: #c76b29;
}

.token.punctuation {
    color: #525252;
}

.token.property {
    color: #c08b30;
}

.token.tag {
    color: #2973b7;
}

.token.string {
    color: #e5b567;
}

.token.selector {
    color: #6679cc;
}

.token.attr-name {
    color: #2973b7;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.url {
    color: #22a2c9;
}

.token.attr-value,
.token.control,
.token.directive,
.token.unit {
    color: #47e1f2;
}

.token.keyword {
    color: #a71d5d;
}

.token.atrule,
.token.regex,
.token.statement {
    color: #22a2c9;
}

.token.placeholder,
.token.variable {
    color: #3d8fd1;
}

.token.deleted {
    text-decoration: line-through;
}

.token.inserted {
    border-bottom: 1px dotted #202746;
    text-decoration: none;
}

.token.italic {
    font-style: italic;
}

.token.bold,
.token.important {
    font-weight: 700;
}

.token.important {
    color: #c94922;
}

.token.entity {
    cursor: help;
}

.markdown-section pre>code {
    background-color: #080820;
    border-radius: 2px;
    color: #ccc;
    display: block;
    font-family: Roboto Mono, Monaco, courier, monospace;
    font-size: 0.8rem;
    line-height: inherit;
    margin: 0 2px;
    max-width: inherit;
    overflow: inherit;
    padding: 2.2em 1.5rem;
    white-space: inherit;
}

.markdown-section code:after,
.markdown-section code:before {
    letter-spacing: 0.05rem;
}

code .token {
    min-height: 1.5rem;
}

pre:after {
    color: #ccc;
    content: attr(data-lang);
    font-size: 0.6rem;
    font-weight: 700;
    height: 15px;
    line-height: 15px;
    padding: 5px 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#HW_badge_cont {
    display: inline !important;
}

.logo-container {
    position: relative;
    height: 35vh;
    max-height: 400px;
    display: block;
    margin: 0 auto;
}

.ghost,
.heats {
    position: absolute;
    width: 100%;
    height: 100%;
}

.heats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.ghost {
    z-index: 1;
}

.eye {
    color: #47e1f2;
    transition: 0.3s;
    transform-origin: center center;
}

.eye--right {
    transform: translateX(70px);
}

.eyelid {
    animation: b 1.5s infinite alternate;
}

.eye--left .eyelid {
    transform-origin: top right;
}

.eye--right .eyelid {
    transform-origin: top left;
}

.eyelid,
.pupil {
    transition: 0.3s;
}

.pupil {
    transform-origin: center center;
}

.h {
    z-index: 2;
}

.h:first-of-type:hover~.ghost .pupil {
    transform: translate(-10px, -10px);
}

.h:nth-of-type(2):hover~.ghost .pupil {
    transform: translate(-5px, -10px);
}

.h:nth-of-type(3):hover~.ghost .pupil {
    transform: translateY(-10px);
}

.h:nth-of-type(4):hover~.ghost .pupil {
    transform: translate(5px, -10px);
}

.h:nth-of-type(5):hover~.ghost .pupil {
    transform: translate(10px, -10px);
}

.h:nth-of-type(6):hover~.ghost .pupil {
    transform: translate(-10px, -5px);
}

.h:nth-of-type(7):hover~.ghost .pupil {
    transform: translate(-5px, -5px);
}

.h:nth-of-type(8):hover~.ghost .pupil {
    transform: translateY(-5px);
}

.h:nth-of-type(9):hover~.ghost .pupil {
    transform: translate(5px, -5px);
}

.h:nth-of-type(10):hover~.ghost .pupil {
    transform: translate(10px, -5px);
}

.h:nth-of-type(11):hover~.ghost .pupil {
    transform: translate(-10px);
}

.h:nth-of-type(12):hover~.ghost .pupil {
    transform: translate(-5px);
}

.h:nth-of-type(13):hover~.ghost .pupil {
    transform: translate(0);
}

.h:nth-of-type(14):hover~.ghost .pupil {
    transform: translate(5px);
}

.h:nth-of-type(15):hover~.ghost .pupil {
    transform: translate(10px);
}

.h:nth-of-type(16):hover~.ghost .pupil {
    transform: translate(-10px, 5px);
}

.h:nth-of-type(17):hover~.ghost .pupil {
    transform: translate(-5px, 5px);
}

.h:nth-of-type(18):hover~.ghost .pupil {
    transform: translateY(5px);
}

.h:nth-of-type(19):hover~.ghost .pupil {
    transform: translate(5px, 5px);
}

.h:nth-of-type(20):hover~.ghost .pupil {
    transform: translate(10px, 5px);
}

.h:nth-of-type(21):hover~.ghost .pupil {
    transform: translate(-10px, 10px);
}

.h:nth-of-type(22):hover~.ghost .pupil {
    transform: translate(-5px, 10px);
}

.h:nth-of-type(23):hover~.ghost .pupil {
    transform: translateY(10px);
}

.h:nth-of-type(24):hover~.ghost .pupil {
    transform: translate(5px, 10px);
}

.h:nth-of-type(25):hover~.ghost .pupil {
    transform: translate(10px, 10px);
}

.h:nth-of-type(8):hover~.ghost .eye,
.h:nth-of-type(13):hover~.ghost .eye {
    color: #ef5350;
}

.h:nth-of-type(8):hover~.ghost .eye--left .pupil {
    transform: translate(10px, -5px);
}

.h:nth-of-type(8):hover~.ghost .eye--right .pupil {
    transform: translate(-20px, -10px);
}

.h:nth-of-type(13):hover~.ghost .eye--left .pupil {
    transform: translate(10px, 7px);
}

.h:nth-of-type(13):hover~.ghost .eye--right .pupil {
    transform: translate(-20px, 5px);
}

@keyframes b {

    0%,
    95% {
        transform: translateY(-18px);
    }

    to {
        transform: translateY(20px);
    }
}

.meta-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.meta-container>.edit-button {
    text-decoration: none;
    font-size: 12px;
    color: #364149;
}

.meta-container>.edit-button svg {
    width: 14px;
    margin-right: 0.5rem;
    top: 2px;
    position: relative;
}

body .pagination-item a {
    color: #47e1f2;
}

body .codecopy .codecopy-btn {
    color: #fff;
    background-image: linear-gradient(-180deg, #062f47, #1b1f23 90%);
    border: 1px solid rgba(27, 31, 35, 0.2);
    background-position: -1px -1px;
    right: 7px;
}

body .codecopy .codecopy-btn:focus,
body .codecopy .codecopy-btn:hover {
    background-image: linear-gradient(-180deg, #062f47, #222c36 90%);
    border: 1px solid rgba(27, 31, 35, 0.5);
    background-position: -0.5em;
}

body .codecopy .codecopy-btn:active {
    background: #062f47;
    border: 1px solid rgba(27, 31, 35, 0.5);
    box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
}

body .codecopy .codecopy-btn-icon {
    fill: #fff;
}