/* https: //www.cursors-4u.com/cursor/2011/11/26/shiny-sky-blue-star.html */
* {
    cursor: url(https://cur.cursors-4u.net/symbols/sym-7/sym631.ani), url('/images/blue-star-cursor.png'), auto !important;
    scrollbar-color: #1f44c6 #0f0e0e;
}

::selection {
    color: #f2f3f4;
    background: #1f44c6;
}

.highlight-darkblue::selection {
    color: #f2f3f4;
    background: #68b3ff;
}

body {
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

.container {
    display: flex;
    flex-direction: row;
    gap: 2.5em;
    margin: 30px;
}

/* START OF NAVIGATION MENU */

.navigation {
    position: fixed;
    top: 95px;
    left: 30px;
    z-index: 5;

    border: solid 5px #0f0e0e;
    background-color: #0f0e0e;
    margin: 0;
    box-shadow: 7px 7px var(--navColorOne);

    width: 159px;
    height: 425px;
}

#navCat {
    filter: drop-shadow(4px 4px 3px var(--navColorOne));
}

h2.nav {
    font-family: 'Nerko One';
    font-weight: normal;
    font-size: 24px;
    line-height: .4em;
    color: #f2f3f4;
    background: linear-gradient(to right, var(--navColorOne) 50%, var(--navColorTwo));
    margin: 0px;
    padding: 3px 7px;
}

ul.nav {
    list-style-type: none;
    margin: 7px 0 7px 2px;
    padding-left: 0px;
    color: #989ca0;
    font-size: 14px;
    line-height: 1.3em;
}

ul.nav li:before {
    content: "\2726";
    padding-left: 10px;
    padding-right: 8px;
    color: #f2f3f4;
}

h2.nav i {
    font-size: 18px;
    padding-right: 5px;
}

a.nav {
    background: linear-gradient(to right, var(--navColorOne), var(--navColorTwo)) bottom left / var(--width, 0%) 100% no-repeat;
    color: #f2f3f4;
    display: inline-block;
    text-decoration: none;
    transition: background-size 0.4s, transform 0.2s;
}

a.nav:link,
a.nav:visited,
a.nav:active {
    color: #f2f3f4;
    text-decoration: none;
}

a.nav:focus,
a.nav:hover {
    color: #f2f3f4;
    font-weight: bold;
    transform: scale(1.1);
    --width: 100%;
}

.navmenu-topbar {
    background-color: #0f0e0e;
    overflow: hidden;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    position: fixed;
    z-index: 3;
}

.navmenu-button {
    font-family: 'Roboto Mono';
    font-family: normal;
    color: #f2f3f4;
    font-size: 22px;
    padding-top: 9px;
    margin: 0px;
    text-align: center;
    z-index: 3;
    height: 50px;
    width: 50px;
    background-color: #0f0e0e;

    transition: all .2s ease-in-out;
}

.navmenu-button:active {
    background-color: var(--navColorOne);
    transition: .1s;
}

.sidebar-left {
    order: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 150px;
    /* background-color: aquamarine; */
}

.sidebar-right {
    order: 3;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    /* background-color: aquamarine; */
}

.main-content {
    order: 2;
    flex-grow: 4;
    flex-basis: 0;
    /* background-color: coral; */
}

footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;

    font-family: 'Roboto Mono';
    font-weight: bold;
    font-size: 12px;
    color: #f2f3f4;
    background-color: #0f0e0e;
    padding: 5px;
    width: fit-content;
}

#mobileSidebar {
    display: none;
}

.navmenu-topbar {
    display: none;
}

@media (max-width: 600px) {
    #mobileSidebar {
        display: block;
    }

    .navmenu-topbar {
        display: block;
    }

    #navCat {
        display: none;
    }

    .navMenu {
        display: none;
    }

    .container {
        display: flex;
        flex-direction: column;
        margin: 15px;
    }

    .main-content {
        margin-top: 55px;
    }

    .navigation {
        top: 50px;
        left: 0px;
    }
}

/* END OF NAVIGATION MENU */

.box-white {
    border: solid 5px #68b3ff;
    background-color: #f2f3f4;
    background-size: 25px 25px;
    background-image: linear-gradient(to top, #dce8f2 2px, transparent 0px);
    padding: 0px 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.box-black {
    border: solid 5px #68b3ff;
    background-color: #0f0e0e;
    background: linear-gradient(to bottom, #0f0e0e 80%, #192344 90%, #1f44c6 100%);
    padding: 0px 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}


.box-gradientlightblue {
    border-style: solid;
    border-width: 5px;
    border-image: linear-gradient(to bottom right, #68b3ff 0%, #f2f3f4 100%) 1;

    background: linear-gradient(to bottom right, #f2f3f4 50%, #68b3ff 100%);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.box-gradientdarkblue {
    border-style: solid;
    border-width: 5px;
    border-image: linear-gradient(to bottom right, #1f44c6 0%, #68b3ff 100%) 1;

    background: linear-gradient(to bottom right, #68b3ff 50%, #1f44c6 100%);
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 10px 10px #1f44c6;
    margin: 0px 10px 10px 0px;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

/* general */
p,
ul,
ol {
    display: block;
    font-family: 'Roboto Mono';
    font-size: 14px;
    line-height: 1.5em;
    color: #0f0e0e;
    margin: .8em 0;
    overflow-wrap: break-word;
}

.box-black p,
.box-black ul,
.box-black ol,
.box-gradientdarkblue p,
.box-gradientdarkblue ul,
.box-gradientdarkblue ol {
    color: #f2f3f4;
}

em {
    font-weight: bold;
    color: #1f44c6;
    font-style: normal;
}

.tooltip {
    font-weight: bold;
    color: #1f44c6;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 3px;
}

.box-black .tooltip {
    color: #68b3ff;
}

h1 {
    display: block;
    font-family: 'Husky Stash';
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 65px;
    text-align: center;
    margin: 0px;

    color: #1f44c6;
    -webkit-text-stroke: 1px #f2f3f4;
    text-shadow: 5px 5px #0f0e0e;
}

h1::before {
    content: attr(data-text);
    position: absolute;
    z-index: -1;
}

h1.gradient {
    display: block;
    font-family: 'Husky Stash';
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 75px;
    text-align: center;
    margin: 0px;

    -webkit-text-stroke: unset;
    background: linear-gradient(to right, #24baff, #3025cf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    filter: drop-shadow(5px 5px #0f0e0e);
}

h2 {
    font-family: 'Nerko One';
    font-weight: normal;
    font-size: 30px;
    margin: .4em 0px .4em 0px;
    color: #68b3ff;
    line-height: 1em;
}

h3 {
    font-family: 'Nerko One';
    font-weight: normal;
    font-size: 22px;
    margin: .4em 0px .4em 0px;
    color: #1f44c6;
    line-height: 1em;
}

a {
    background: linear-gradient(currentColor 0 0) bottom left / var(--underline-width, 0%) 0.11em no-repeat;
    color: #4398ed;
    text-decoration: none;
    transition: background-size 0.4s, color .2s;
}

a:focus,
a:hover,
a:active {
    color: #1f44c6;
    --underline-width: 100%;
}

/* dark blue highlight */
a.darkblue {
    background: linear-gradient(to right, #1f44c6, #68b3ff) bottom left / var(--width, 0%) 100% no-repeat;
    color: #f2f3f4;
    display: inline-block;
    text-decoration: none;
    transition: background-size 0.4s, transform 0.2s;
}

a.darkblue:link,
a.darkblue:visited,
a.darkblue:active {
    color: #f2f3f4;
    text-decoration: none;
}

a.darkblue:focus,
a.darkblue:hover {
    color: #f2f3f4;
    font-weight: bold;
    transform: scale(1.1);
    --width: 100%;
}

/* no decoration */
a.no-decor {
    color: var(--link-color);
}

a.no-decor:link,
a.no-decor:visited,
a.no-decor:focus,
a.no-decor:hover,
a.no-decor:active {
    text-decoration: none;
    background-size: 0%;
}

.box-gradientdarkblue a:link,
.box-gradientdarkblue a:visited {
    color: #1f44c6;
}

.box-gradientdarkblue a:focus,
.box-gradientdarkblue a:hover,
.box-gradientdarkblue a:active {
    color: #f2f3f4;
}

a.button {
    display: inline-block;
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: bold;

    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 4px 15px;

    color: #1f44c6;
    background-size: 0%;
    background-color: #f2f3f4;
    border: solid 2px #68b3ff;
    border-radius: 15px;
    box-shadow: 6px 6px #1f44c6;

    width: fit-content;
    transition: all .2s;
}

a.button:hover,
a.button:active,
a.button:focus {
    color: #f2f3f4;
    background-color: #68b3ff;
    box-shadow: none;
    transform: translate(6px, 6px);
}

a.button-darkblue-no-border {
    display: inline-block;
    font-family: 'Roboto Mono';
    font-size: 16px;
    font-weight: bold;

    text-align: center;
    text-decoration: none;
    outline: none;
    padding: 4px 15px;

    color: #f2f3f4;
    background-size: 0%;
    background-color: #68b3ff;
    border: none;
    border-radius: 15px;
    box-shadow: 6px 6px #1f44c6;

    width: fit-content;
    transition: all .2s;
}

a.button-darkblue-no-border:hover,
a.button-darkblue-no-border:active,
a.button-darkblue-no-border:focus {
    box-shadow: none;
    transform: translate(6px, 6px);
}

.highlight {
    color: #f2f3f4;
    background: linear-gradient(130deg, #68b3ff 60%, #1f44c6 100%);
}

.highlight-darkblue {
    color: #f2f3f4;
    background: linear-gradient(130deg, #1f44c6 60%, #68b3ff 100%);
}

h2>span.highlight,
h3>span.highlight {
    color: #f2f3f4;
    background: #68b3ff;
    padding-left: 6px;
    padding-right: 6px;
}

h2>span.highlight-darkblue,
h3>span.highlight-darkblue {
    color: #f2f3f4;
    background: #1f44c6;
    padding-left: 6px;
    padding-right: 6px;
}

ul.arrow {
    list-style-type: none;
}

ul.arrow li:before {
    content: "\279C";
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: 0px;
    display: inline-block;
    width: 25px;
}

ul.star {
    list-style-type: none;
}

ul.star li:before {
    content: "\2726";
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -25px;
    margin-right: 0px;
    display: inline-block;
    width: 25px;
}

ul.no-indent {
    list-style: none;
    padding-left: 0;
}

hr {
    border: 2px solid #68b3ff;
}

hr.star-blue {
    background: radial-gradient(circle, #f2f3f4 12%, #68b3ff 25%, #68b3ff 70%);
    height: 3px;
    border: 0;

    color: #68b3ff;
    text-align: center;
    overflow: visible;
    margin: 1.3em 0;
}

hr.star-blue::after {
    font-size: 34px;
    content: "\2726";
    padding: 0 5px;
    position: relative;
    top: -23px;
    background: transparent;
    -webkit-text-stroke: 4px #f2f3f4;
    paint-order: stroke fill;
}

hr.star-darkblue {
    background: radial-gradient(circle, #0f0e0e 12%, #1f44c6 25%, #1f44c6 70%);
    height: 3px;
    border: 0;

    color: #1f44c6;
    text-align: center;
    overflow: visible;
    margin: 1.3em 0;
}

hr.star-darkblue::after {
    font-size: 34px;
    content: "\2726";
    padding: 0 5px;
    position: relative;
    top: -23px;
    background: transparent;
    -webkit-text-stroke: 4px #0f0e0e;
    paint-order: stroke fill;
}

/* vertical-align fixes the invisible margin at the bottom of the image */
img {
    vertical-align: middle;
}

figure {
    inline-size: fit-content;
    margin-inline: auto;
    text-align: center;
}

figcaption {
    font-family: 'Roboto Mono';
    font-size: 12px;
    contain: inline-size;
}


.box-white figcaption {
    color: #0f0e0e;
}

.box-black figcaption {
    color: #f2f3f4;
}

blockquote {
    font-size: 14px;
    font-family: 'Special Elite';
    font-style: italic;
    color: #1f44c6;
    padding: 1em 15px 1em 35px;
    /* top right bottom left*/
    border-left: 6px solid #68b3ff;
    line-height: 1.3;
    position: relative;
    background: #f1f1f1;
    margin-left: 2em;
    margin-right: 0;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: #68b3ff;
    font-size: 3.5em;
    position: absolute;
    left: 3px;
    top: -5px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: #1f44c6;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

.box-white details {
    font-family: 'Roboto Mono';
    color: #0f0e0e;
}

.box-black details {
    font-family: 'Roboto Mono';
    color: #f2f3f4;
}

.pagedoll {
    width: 130px;
    margin: 8px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 3;
    user-select: none;
}

.shadow {
    filter: drop-shadow(1px 1px 2px #0037ffb1) drop-shadow(3px 3px 2px #1f43c6e0);
}

/* https: //ryanmulligan.dev/blog/css-marquee/ */
.marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.marquee ul {
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    gap: var(--gap);

    animation: scroll var(--seconds) linear infinite;
}

.marquee:hover ul {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.bounce {
    animation: 1.5s ease infinite bounce;
}

@keyframes bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(1.2, 0.9);
    }

    30% {
        transform: translateY(-15px)
    }

    50% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: translateY(0)
    }
}

/* #region image effects */
.tilt {
    transform: rotate(var(--initial-tilt));
    transition: transform 0.3s ease;
}

.tilt:hover {
    transform: rotate(calc(var(--initial-tilt) + 8deg));
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;

    font-family: 'Nerko One';
    font-size: 22px;
    border: none;
    border-radius: 15px;
    color: #f2f3f4;
    background-color: #68b3ff;
    padding: 5px;

    transition: .2s;
}

#backToTop:hover {
    color: #f2f3f4;
    background-color: #1f44c6;
}

/* #endregion */


#statuscafe {
    display: block;
    color: #f2f3f4;
    padding: 10px 10px 15px 15px;

    max-height: 100px;
    scrollbar-color: #1f44c6 #0f0e0e;
    scrollbar-width: thin;
    overflow: auto;
}

#statuscafe-username {
    font-family: 'Nerko One';
    font-size: 16px;
    line-height: 1.5em;
}

#statuscafe-content {
    font-family: 'Roboto Mono';
    font-size: 12px;
    line-height: 1.3em;
    overflow-wrap: break-word;
}

/* #region fonts  */
@font-face {
    font-display: swap;
    font-family: 'Nerko One';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nerko-one-v16-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/roboto-mono-v30-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Mono';
    font-style: italic;
    font-weight: 400;
    src: url('/fonts/roboto-mono-v30-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Special Elite';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/special-elite-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Husky Stash';
    src: url('/fonts/husky-stash.otf') format("opentype");
}

@font-face {
    font-family: 'Transformers';
    src: url('/fonts/transformers.ttf');
}

/* #endregion */