:root,
:root.dark {
    --color-bg: #263238;
    --color-fg: #09c732;
    --card-bg-color: #607d8b;
    --nav-items: #09c732;
    --card-glow: rgba(9, 199, 50, 0.42);
    --card-glow-strong: rgba(22, 255, 115, 0.72);
    --card-shadow: rgba(0, 0, 0, 0.65);
}

:root.light {
    --color-bg: #04ac28;
    --color-fg: #263238;
    --card-bg-color: #fafafa;
    --nav-items: #263238;
}

html {
    background-color: var(--color-bg);
    color: var(--color-fg);
}

html::after {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

body {
    /* background: linear-gradient(#333, #000); */
    /*box-shadow: 0px 0px 1px 12px rgb(39, 39, 39);*/
    background: linear-gradient( to bottom, rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
    background-size: 100% 8px;
    color: var(--color-fg);
    font-family: 'VT323', monospace;
    font-size: 24px;
    font-weight: 400;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #393812;
}

::-webkit-scrollbar-thumb {
    background: #09c732;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 2px 2px rgba(29, 31, 29, 0.75);
}

::-webkit-scrollbar-corner {
    background: #15e212;
}

a:link,
a:visited,
a:hover {
    text-decoration: none !important;
    color: var(--color-fg) !important;
    /*color: #04ac28; darkmode*/
}

#submenu {
    display: block;
    float: right;
    position: fixed;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding-left: 2%;
    /*left: 2rem;*/
}

#submenu a:link,
a:visited,
a:hover {
    color: var(--color-fg) !important;
    background-color: var(--color-bg) !important;
}

#submenu .navigation__link {
    color: var(--color-bg) !important;
    background-color: var(--color-fg) !important;
}

#submenu [aria-selected=true].p-button--positive {
    color: #04ac28 !important;
    background-color: #08320e !important;
}

.p-tabs__link:active,
.p-tabs__link:hover,
.p-tabs__link:visited {
    color: var(--color-fg);
}

.p-button--positive {
    background-color: #59b166;
    border-color: #1c241d;
    color: var(--color-fg);
}

.row {
    z-index: 9999;
}

.p-strip {
    width: 100%;
}

#navigation {
    z-index: 10000;
    position: fixed;
    width: 100%;
    top: 0;
    height: 6.4rem;
    opacity: .95;
}

.p-navigation.is-dark {
    background: radial-gradient(ellipse at center, rgba(144, 140, 140, 0.2) 0%, rgba(9, 9, 9, 0.75) 80%);
}

.p-navigation {
    position: fixed;
    padding: .6rem;
}

.p-navigation__nav {
    height: 2.8rem;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: .85;
}

.p-navigation__row--full-width {
    /* width: 100%; */
    width: auto;
    margin: 0 auto 0 auto;
}

.p-tabs__link:hover::before,
.p-tabs__link[aria-selected='true']::before {
    bottom: 4px;
    background-color: #000;
    color: #09c732;
}

.searchBox {
    top: -6px;
    margin-top: -6px;
}

input[type=text] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    top: -6px;
    border-radius: 20px;
    border: 1px solid #09c732;
    color: #a0d18c;
    width: 50px;
    height: 20px;
    padding-left: 10px;
}

input[type=text]:focus {
    outline: none;
    border: 1px solid #09c732;
    color: #09c732;
}

.colorSpace {
    margin-left: .4rem;
    width: 2.2rem !important;
    min-width: 2.2rem;
}

.searchSpace {
    margin-left: .4rem;
    margin-right: .4rem;
    margin-top: -1px;
    width: 10rem;
    min-width: 10rem;
}

.p-switch {
    margin: 0.9rem auto 0 auto;
}

.p-breadcrumbs {
        margin: 1.1em 0 0 0 !important;
}

.p-breadcrumbs a {
    color: var(--nav-items) !important;
}

#mainscore {
    z-index: 9999;
    position: absolute;
    float: right;
    width: auto;
    display: block;
    top: 12.2rem;
    right: max(0.6rem, calc((100vw - 1600px) / 2 + 0.6rem));
}

.fixed-mainscore {
    z-index: 9999;
    position: fixed !important;
    float: right;
    width: auto;
    display: block;
    top: 11.4rem !important;
    right: max(0.6rem, calc((100vw - 1600px) / 2 + 0.6rem)) !important;
}

#mainscore .one_live,
.fixed-mainscore .one_live {
    margin-left: 0rem;
}

.one_live {
    display: inline-block;
    margin-left: 0rem;
}

.one_live {
    animation: hideshow 10s ease infinite;
}

.one_live_off {
    animation: hideshow 3s ease;
}

.voteInList {
    z-index: 9999;
    position: relative;
    float: right;
    width: 4rem;
    display: block;
    top: -5rem;
    right: 1.6rem;
}

.voteInDetail {
    z-index: 9999;
    float: left;
    position: relative;
    width: 4rem;
    display: block;
    top: 1rem;
    left: -6rem;
}

.one_vote {
    display: inline-block;
    margin-left: 0rem;
    cursor: pointer;
}

@keyframes hideshow {
    0% {
        opacity: .3;
    }
    10% {
        opacity: .7;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 0.7;
    }
}

#mainContent {
    margin-top: 6rem;
    margin-bottom: 0rem;
    padding: .3rem;
}

.doublebutt {
    width: 46%;
}

#footer {
    z-index: 10000;
    position: fixed;
    width: 100vw;
    height: 2rem;
    min-height: 2rem;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    background-color: #000;
    overflow: hidden;
}

.footertext {
    position: absolute;
    height: 100%;
    width: 100vw;
    left: 0;
    text-align: center;
    font-size: 1rem;
    color: #04ac28;
    background-color: #000;
    overflow: hidden;
}

.p-switch__slider {
    position: relative;
    background-color: #04ac28;
    outline: 0.1875rem solid #04ac28;
}

.p-switch__input:focus+.p-switch__slider {
    outline: 0.1875rem solid #04ac28;
}

.p-switch__input:checked+.p-switch__slider {
    background: rgb(42, 44, 46);
    outline: 0.1875rem solid #04ac28;
}

h1 {
    font-size: 2.2rem !important;
    font-weight: 800;
}

h2 {
    font-size: 1.8rem !important;
    font-weight: 400;
}

h3 {
    font-size: 1.6rem !important;
    font-weight: 400;
}

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

.typed-out {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    font-size: 1.6rem;
    width: 0;
    animation: typing 1s forwards;
}

.is-selected a {
    font-weight: 800 !important;
    color: var(--color-bg) !important;
    /*text-decoration: underline !important;
    text-underline-offset: 0.4rem !important;*/
}

.firstP {
    padding-top: 8rem;
}

.explain {
    min-width: 100%;
    margin-top: 4rem;
    padding: 4%;
    border-radius: 1rem;
    background-color: #7bdaa2;
}

.explain p {
    padding-left: 2%;
}

.explain ul {
    padding-left: 4%;
}

.donotuse {
    min-width: 100%;
    padding: 4%;
    border-radius: 1rem;
    background-color: #f0a22e;
}

.donotuse p {
    padding-left: 2%;
}

.donotuse ul {
    padding-left: 4%;
}

.fiftypercent {
    width: 50%;
}

.seventypercent {
    width: 70%;
}

figcaption {
    color: #555;
    font-size: .8rem;
    text-align: left;
    margin-left: 10%;
}

#block1 img {
    float: left;
    margin-right: 2%;
    width: 420px;
}

.featured img {
    float: right;
    max-width: 12rem;
    max-height: 12rem;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -khtml-border-radius: 1.2rem;
}

.pageCard img {
    float: right;
    max-width: 12rem;
    max-height: 12rem;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -khtml-border-radius: 1.2rem;
}

.pageCardLink {
    text-decoration: none!important;
    color: #111;
}

#contentPagination {
    width: 100%;
    height: 1rem;
    max-height: 1rem;
    min-height: 1rem;
    padding-bottom: 8rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.contentPagination--empty {
    width: 100%;
    height: 0;
    max-height: 0;
    min-height: 0;
    padding-bottom: 4rem
}

.paginator {
    display: flex;
    height:3rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: .45rem .35rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.paginator a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.15rem;
    padding: .55rem .8rem;
    margin-right: 0;
    line-height: 1;
    font-weight: 700;
    background-color: rgba(43, 54, 61, 0.96) !important;
    color: rgba(9, 199, 50, 0.92) !important;
    border: 2px solid rgba(9, 199, 50, 0.16);
    border-radius: .1rem;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .25) inset;
}

.paginator .paginatorIn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.15rem;
    padding: .55rem .8rem;
    margin-right: 0;
    font-weight: 700;
    background-color: var(--color-fg) !important;
    color: var(--color-bg) !important;
    border: 2px solid rgba(140, 255, 186, 0.72);
    border-radius: .1rem;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, .18) inset,
        0 0 10px rgba(9, 199, 50, 0.32),
        0 0 18px rgba(9, 199, 50, 0.18);
    text-shadow: 0 0 7px rgba(255, 255, 255, 0.25);
    animation: paginatorCursorBlink 1.1s steps(2, end) infinite;
}

.paginator-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    padding: 0 .1rem;
    color: rgba(9, 199, 50, 0.45);
    text-shadow: 0 0 6px rgba(9, 199, 50, 0.25);
}

.gb-detail__hero {
    padding: 3.4rem 0 1.5rem !important;
}

@keyframes paginatorCursorBlink {
    0%, 100% {
        filter: blur(.25px) brightness(1);
        box-shadow:
            0 0 0 1px rgba(0, 0, 0, .18) inset,
            0 0 10px rgba(9, 199, 50, 0.32),
            0 0 18px rgba(9, 199, 50, 0.18);
    }
    50% {
        filter: blur(.9px) brightness(1.18);
        box-shadow:
            0 0 0 1px rgba(0, 0, 0, .12) inset,
            0 0 16px rgba(9, 199, 50, 0.5),
            0 0 28px rgba(9, 199, 50, 0.24);
    }
}

@media (prefers-reduced-motion: reduce) {
    .paginator .paginatorIn {
        animation: none;
    }
}

.adminbuttonsblock {
    margin-bottom: 20px;
    height: 5rem;
}


/*Admin*/

#admin-info {
    margin-top: 5rem;
    margin-bottom: 0rem;
    padding: .3rem;
}

.p-button--admin {
    background-color: hotpink;
}


/* loading */

.hide {
    opacity: 0;
}

#loading {
    opacity: 1;
    transition: opacity 2s ease-out;
}

.loader {
    background: #000;
    background: radial-gradient(#222, rgba(0, 0, 0, 0.95));
    bottom: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

#loader {
    animation: spin 1s linear infinite;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
}

@keyframes spin {
    0% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    6.25% {
        box-shadow: 0px -30px transparent, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    12.5% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    18.75% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    25% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    31.25% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
    37.5% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px #09c732, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px transparent, -10px -30px transparent;
    }
    43.75% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px #09c732, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px transparent;
    }
    50% {
        box-shadow: 0px -30px transparent, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px #09c732, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    56.25% {
        box-shadow: 0px -30px #09c732, 10px -30px transparent, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px #09c732, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    62.5% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px transparent, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px #09c732, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    68.75% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px transparent, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px #09c732, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    75% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px transparent, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px #09c732, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    81.25% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px transparent, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px #09c732, -20px -20px #09c732, -10px -30px #09c732;
    }
    87.5% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px transparent, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px #09c732, -10px -30px #09c732;
    }
    93.75% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px transparent, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px #09c732;
    }
    100% {
        box-shadow: 0px -30px #09c732, 10px -30px #09c732, 20px -20px #09c732, 30px -10px #09c732, 30px 0px #09c732, 30px 10px #09c732, 20px 20px #09c732, 10px 30px #09c732, 0px 30px transparent, -10px 30px transparent, -20px 20px transparent, -30px 10px transparent, -30px 0px transparent, -30px -10px transparent, -20px -20px transparent, -10px -30px transparent;
    }
}


/* loading END */


/*FX*/


/* gameover */

#gameover {
    display: none;
    position: absolute;
    z-index: 10001;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: .95;
    font-size: 3em;
    top: 9rem;
    padding-top: 60%;
    text-align: center;
    animation: gameovering 2000ms cubic-bezier(.175, .885, .32, 1.275) infinite;
}

@keyframes gameovering {
    0% {
        color: lime;
        text-shadow: 0 0 20px green
    }
    25% {
        color: green;
        text-shadow: 2px 2px 2px lime;
        transform: translate(-2px, 1px)
    }
    40% {
        color: lime;
        text-shadow: none;
        transform: translate(0, 0)
    }
    50% {
        color: green;
        text-shadow: 5px 5px 2px blue, -5px -5px 2px red;
        transform: translate(0px, 5px)
    }
    70% {
        color: lime;
        text-shadow: none;
        transform: translate(0, 0)
    }
    80% {
        color: lime;
        text-shadow: 0 0 20px green;
        transform: translate(-2px, 1px)
    }
    100% {
        color: lime;
        text-shadow: none;
    }
}


/* gameover END */

.tv-static {
    width: 500px;
    height: 300px;
    margin: auto;
    background-image: repeating-radial-gradient(circle at 17% 32%, white, black 0.00085px);
    animation: back 5s linear infinite;
}

@keyframes back {
    from {
        background-size: 100% 100%;
    }
    to {
        background-size: 200% 200%;
    }
}

.pixel_bkg {
    background-color: #111 !important;
}

.p-tabs {
    margin: 0 auto 0 auto;
    width: 60%;
}

.p-tabs__list::after,
.p-tabs__link::before {
    background-color: #333 !important;
}

.p-tabs__list {
    padding-left: .4rem;
}

.p-tabs__item {
    padding-left: .4rem;
}

.p-tabs__link:hover {
    color: #09c732;
    text-decoration: underline !important;
    text-underline-offset: 0.4rem !important;
}

.p-tabs__link,
.p-tabs__link:active,
.p-tabs__link:visited {
    text-decoration: none!important;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fill-current {
    fill: currentColor;
}

.p-navigation__toggle--open,
.p-navigation__toggle--close {
    position: relative;
    z-index: 10002;
    margin-top: 4px;
}

.p-button--positive {
    font-size: 1.4rem;
    background: #4caf50;
    color: white;
    padding: 6px 12px;
    border: none;
    clip-path: polygon(
        0 4px,
        4px 4px,
        4px 0,
        calc(100% - 4px) 0,
        calc(100% - 4px) 4px,
        100% 4px,
        100% calc(100% - 4px),
        calc(100% - 4px) calc(100% - 4px),
        calc(100% - 4px) 100%,
        4px 100%,
        4px calc(100% - 4px),
        0 calc(100% - 4px)
    );
}


@keyframes textShadow {
    0% {
        text-shadow: 0.4389924193300864px 0 1px rgba(0, 30, 255, 0.5), -0.4389924193300864px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    5% {
        text-shadow: 2.7928974010788217px 0 1px rgba(0, 30, 255, 0.5), -2.7928974010788217px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    10% {
        text-shadow: 0.02956275843481219px 0 1px rgba(0, 30, 255, 0.5), -0.02956275843481219px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    15% {
        text-shadow: 0.40218538552878136px 0 1px rgba(0, 30, 255, 0.5), -0.40218538552878136px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    20% {
        text-shadow: 3.4794037899852017px 0 1px rgba(0, 30, 255, 0.5), -3.4794037899852017px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    25% {
        text-shadow: 1.6125630401149584px 0 1px rgba(0, 30, 255, 0.5), -1.6125630401149584px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    30% {
        text-shadow: 0.7015590085143956px 0 1px rgba(0, 30, 255, 0.5), -0.7015590085143956px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    35% {
        text-shadow: 3.896914047650351px 0 1px rgba(0, 30, 255, 0.5), -3.896914047650351px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    40% {
        text-shadow: 3.870905614848819px 0 1px rgba(0, 30, 255, 0.5), -3.870905614848819px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    45% {
        text-shadow: 2.231056963361899px 0 1px rgba(0, 30, 255, 0.5), -2.231056963361899px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    50% {
        text-shadow: 0.08084290417898504px 0 1px rgba(0, 30, 255, 0.5), -0.08084290417898504px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    55% {
        text-shadow: 2.3758461067427543px 0 1px rgba(0, 30, 255, 0.5), -2.3758461067427543px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    60% {
        text-shadow: 2.202193051050636px 0 1px rgba(0, 30, 255, 0.5), -2.202193051050636px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    65% {
        text-shadow: 2.8638780614874975px 0 1px rgba(0, 30, 255, 0.5), -2.8638780614874975px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    70% {
        text-shadow: 0.48874025155497314px 0 1px rgba(0, 30, 255, 0.5), -0.48874025155497314px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    75% {
        text-shadow: 1.8948491305757957px 0 1px rgba(0, 30, 255, 0.5), -1.8948491305757957px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    80% {
        text-shadow: 0.0833037308038857px 0 1px rgba(0, 30, 255, 0.5), -0.0833037308038857px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    85% {
        text-shadow: 0.09769827255241735px 0 1px rgba(0, 30, 255, 0.5), -0.09769827255241735px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    90% {
        text-shadow: 3.443339761481782px 0 1px rgba(0, 30, 255, 0.5), -3.443339761481782px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    95% {
        text-shadow: 2.1841838852799786px 0 1px rgba(0, 30, 255, 0.5), -2.1841838852799786px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    100% {
        text-shadow: 2.6208764473832513px 0 1px rgba(0, 30, 255, 0.5), -2.6208764473832513px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
}

.crt {
    animation: textShadow 1.6s infinite;
}

.crt img {
    position: relative;
    z-index: -1;
    -webkit-filter: sepia(50%) brightness(90%) contrast(6.2) grayscale(.3) blur(1px);
}

#input {
    position: relative;
    caret-color: transparent;
}


/* Puts a blinking square after the content as replacement for caret */

#input[contenteditable="true"]:after {
    content: "■";
    animation: cursor 1s infinite;
    animation-timing-function: step-end;
    margin-left: 1px;
}


/* Inserts the > before terminal input */

#input:before {
    content: ">";
    position: absolute;
    padding-left: 1.5rem;
    left: 0;
}

#mainContent:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

@keyframes textShadow {
    0% {
        text-shadow: 0.4389924193300864px 0 1px rgba(0, 30, 255, 0.5), -0.4389924193300864px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    5% {
        text-shadow: 2.7928974010788217px 0 1px rgba(0, 30, 255, 0.5), -2.7928974010788217px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
    }
    /** etc */
}

.scanline {
    width: 100%;
    height: 100px;
    z-index: 8;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%);
    opacity: 0.1;
    position: absolute;
    bottom: 100%;
    animation: scanline 10s linear infinite;
}

@keyframes scanline {
    0% {
        bottom: 100%;
    }
    80% {
        bottom: 100%;
    }
    100% {
        bottom: 0%;
    }
}


/*Mobile*/

@media (min-width: 320px) and (max-width: 1036px) {
    h1 {
        display: inline-block;
        width: 100%;
        font-size: 2rem !important;
        font-weight: 400 !important;
    }
    h2 {
        font-size: 1.5rem !important;
    }
    h3 {
        font-size: 1.2rem !important;
    }
    .fiftypercent {
        width: 100%;
    }
    .firstP {
        padding-top: 2rem;
    }
    .p-tabs {
        width: 114%;
        margin-left: -8%;
        height: 3.8rem;
    }
    .p-modal__header::after,
    .p-side-navigation__list::after,
    .p-side-navigation--raw-html ul::after,
    .is-bordered[class*='p-strip']::after,
    .p-tabs__list::after,
    .p-accordion__group+.p-accordion__group::after,
    .p-tabs__link::before {
        background-color: #cdcdcd;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
    }
    .p-navigation__row--full-width {
        width: 100%;
        /* background-color: #04ac28 !important; */
    }
    #navigation {
        height: 8rem;
    }
    .p-tabs::after {
        background: linear-gradient(to right, rgba(2, 48, 71, 0) 0%, #04ac28 99%, #04ac28 100%);
        color: #04ac28;
    }
    .p-breadcrumbs {
        display: none;
        margin: 1.5em 0 0 0 !important;
    }
    .p-navigation__items {
        position: fixed;
        float: none;
        left: 0;
        top: calc(8rem - 1px);
        width: 100vw;
        height: calc(100vh - 8rem + 1px);
        min-height: calc(100vh - 8rem + 1px);
        max-height: calc(100vh - 8rem + 1px);
        z-index: 10003;
        box-sizing: border-box;
        padding-top: 0;
        padding-bottom: 4rem;
        color: var(--color-fg) !important;
        background-color: var(--color-bg) !important;
        font-size: 3rem;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .p-switch {
        margin: 1rem auto 0 auto;
    }
    .p-navigation__items .is-selected {
        background-color: var(--nav-items) !important;
        box-shadow: 0 0 0 1px rgba(4, 172, 40, 0.24) inset;
    }
    .p-navigation__items .is-selected a,
    .p-navigation__items .is-selected .p-navigation__link {
        background-color: var(--nav-items) !important;
        color: var(--color-bg) !important;
        text-shadow: none !important;
        filter: none !important;
        opacity: 1 !important;
    }
    input[type=text] {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        top: -6px;
        border-radius: 20px;
        width: 100%;
        height: 30px;
        padding-left: 10px;
    }
    input[type=text]:focus {
        outline: none;
        border: 1px solid #09c732;
        color: #09c732;
    }
    .colorSpace {
        zoom: 2;
        margin: 0 auto 0 auto;
    }
    .searchSpace {
        width: 100% !important;
        min-width: 80%;
    }
    #block1 {
        padding-top: 3.6rem;
    }
    #block1 img {
        width: 100%;
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 2%;
    }
    #submenu {
        opacity: .8;
        top: 7.8rem;
    }
    #submenu .submenu--single-item {
        display: none;
    }
    #mainContent {
        padding-bottom: 1rem !important;
        overflow-x: hidden;
    }
    #contentPagination {
        width: 100%;
        height: 4rem;
        max-height: 4rem;
        min-height: 4rem;
        padding-bottom: 8rem;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap
    }
    .contentPagination--empty {
        width: 100%;
        height: 0;
        max-height: 0;
        min-height: 0;
        padding-bottom: 4rem
    }
    #footer {
        z-index: 10000 !important;
        position: fixed;
        width: 100vw;
        left: 0;
        height: 2rem;
        min-height: 2rem;
        bottom: 0;
        margin-bottom: 0;
    }
    .voteInDetail {
        z-index: 9999;
        position: relative;
        width: 4rem;
        height: .8rem;
        top: -4.2rem;
        left: 80%;
    }
    #block1 img {
        width: 100%;
    }
    .pageCard {
        height: 20rem;
        min-height: 20rem;
        max-height: 20rem;
        overflow: hidden;
        /* background: rgba(9, 9, 9, 0.4);*/
        background: radial-gradient(ellipse at center, rgba(144, 140, 140, 0) 0%, rgba(9, 9, 9, 0.75) 80%);
        /* background-image: repeating-radial-gradient(circle at 7% 82%, white, black 0.00085px);
        animation: back 1s linear infinite;
        */
        margin-top: 0rem;
        margin-right: .4rem;
        padding: 1.2rem;
        -webkit-border-radius: 1.6rem;
        -moz-border-radius: 1.6rem;
        -o-border-radius: 1.6rem;
        -ms-border-radius: 1.6rem;
        -khtml-border-radius: 1.6rem;
        border-radius: 2.2rem;
        color: #04ac28;
    }
    .logo {
        position:absolute;
        width: 94%;
        float:left;
        height: auto;
        top:2%;
        left:2%;
        overflow: hidden;
        opacity: .6;
    }
}


/*Desktop*/

@media (min-width: 481px) {
    p {
        width: 100% !important;
        max-width: 100% !important;
    }
    .p-navigation__items a {
        color: var(--color-fg) !important;
    }
    .p-navigation__items .is-selected a,
    .p-navigation__items .is-selected .p-navigation__link {
        border-radius: 2.2rem 1.2rem;
        background-color: var(--color-bg) !important;
        color: var(--color-fg) !important;
    }
    .logo {
        position:float;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #submenu {
        left: 10%;
        top: 3.8rem;
    }
    .pageCard {
        height: 20rem;
        min-height: 20rem;
        max-height: 20rem;
        overflow: hidden;
        /* background: rgba(9, 9, 9, 0.4);*/
        background: radial-gradient(ellipse at center, rgba(144, 140, 140, 0) 0%, rgba(9, 9, 9, 0.75) 80%);
        /* background-image: repeating-radial-gradient(circle at 7% 82%, white, black 0.00085px);
        animation: back 1s linear infinite;
        */
        margin-top: 2rem;
        margin-right: .4rem;
        padding: 1.2rem;
        border: 6px solid #04ac28;
        box-shadow: 6px 6px 8px #34d703;
        -webkit-border-radius: 1.6rem;
        -moz-border-radius: 1.6rem;
        -o-border-radius: 1.6rem;
        -ms-border-radius: 1.6rem;
        -khtml-border-radius: 1.6rem;
        border-radius: 2.2rem;
        color: #04ac28;
    }
}

.p-navigation__logo a:hover {
    background: rgba(0, 0, 0, 0) !important;
}

.pageCardSlot {
    padding: 0 .7rem 1.6rem .7rem;
}

.pageCardLink {
    display: block;
    margin-bottom: 0;
    transform-style: preserve-3d;
    background: transparent !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent;
}

.pageCardLink:hover,
.pageCardLink:focus,
.pageCardLink:active {
    background: transparent !important;
    background-color: transparent !important;
}

.pageCard {
    position: relative;
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
    overflow: hidden;
    padding: 1.35rem;
    border: 2px solid rgba(52, 255, 138, 0.42);
    border-radius: 1rem;
    background:
        radial-gradient(circle at 50% 12%, rgba(76, 112, 135, 0.2), transparent 35%),
        linear-gradient(180deg, rgba(28, 18, 34, 0.22) 0%, rgba(14, 19, 24, 0.96) 18%, rgba(6, 9, 12, 0.98) 100%);
    box-shadow:
        0 0 0 1px rgba(140, 255, 186, 0.08) inset,
        0 0 0 6px rgba(4, 12, 8, 0.9) inset,
        0 0 6px rgba(18, 255, 106, 0.35),
        0 0 18px rgba(18, 255, 106, 0.22),
        0 0 40px rgba(18, 255, 106, 0.18),
        0 18px 28px var(--card-shadow);
    color: #7cffab;
    transform: perspective(900px) rotateX(1deg);
    isolation: isolate;
}

.pageCard::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 50%, transparent 52%, rgba(0, 0, 0, 0.4) 100%),
        repeating-linear-gradient(180deg, rgba(110, 255, 175, 0.06) 0 2px, rgba(0, 0, 0, 0) 2px 5px),
        repeating-linear-gradient(90deg, rgba(255, 0, 153, 0.04) 0 1px, rgba(0, 255, 255, 0.02) 1px 3px, rgba(0, 0, 0, 0) 3px 6px);
    opacity: .94;
    z-index: 0;
}

.pageCard::after {
    content: "";
    position: absolute;
    left: -18%;
    right: -18%;
    top: 8%;
    height: 16px;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 0, 128, 0.18) 22%, rgba(80, 220, 255, 0.16) 48%, rgba(0, 0, 0, 0) 100%);
    opacity: .45;
    mix-blend-mode: screen;
    animation: pageCardGlitch 4.8s steps(2, end) infinite;
    z-index: 1;
}

.pageCard > * {
    position: relative;
    z-index: 2;
}

.pageCard h2 {
    margin-bottom: .75rem;
    color: #11f060;
    line-height: 1;
    letter-spacing: .04em;
    text-shadow: 0 0 8px rgba(17, 240, 96, 0.35), 2px 0 0 rgba(0, 170, 255, 0.18), -2px 0 0 rgba(255, 32, 128, 0.16);
}


.pageCard p,
.pageCard em {
    color: #8cf8b3;
}

.pageCard p {
    line-height: 1.08;
}

.pageCard img {
    float: right;
    width: min(42%, 12rem);
    max-width: 12rem;
    min-width: 9rem;
    max-height: 10rem;
    margin: 0 0 1rem 1rem;
    border: 2px solid rgba(113, 255, 173, 0.9);
    border-radius: .5rem;
    box-shadow: 0 0 0 3px rgba(2, 18, 10, 0.95), 0 0 18px rgba(11, 199, 92, 0.28);
    filter: sepia(.24) saturate(.9) contrast(1.08) brightness(.9);
}

.pageCardLink:hover .pageCard {
    border-color: var(--card-glow-strong);
    box-shadow:
        0 0 0 1px rgba(193, 255, 214, 0.12) inset,
        0 0 0 6px rgba(4, 12, 8, 0.9) inset,
        0 0 10px rgba(18, 255, 106, 0.4),
        0 0 28px rgba(18, 255, 106, 0.34),
        0 0 54px rgba(18, 255, 106, 0.2),
        0 22px 34px rgba(0, 0, 0, 0.72);
}

.pageCardLink:hover .pageCard::before,
.pageCardLink:focus .pageCard::before,
.pageCardLink:active .pageCard::before {
    opacity: .88;
}

@keyframes pageCardGlitch {
    0%, 78%, 100% {
        transform: translate3d(0, 0, 0);
        opacity: .14;
    }
    80% {
        transform: translate3d(6px, 0, 0);
        opacity: .45;
    }
    82% {
        transform: translate3d(-10px, 22px, 0);
        opacity: .7;
    }
    84% {
        transform: translate3d(4px, 38px, 0);
        opacity: .28;
    }
}

@media (max-width: 480px) {
    .pageCardSlot {
        padding: 0 .8rem 1.8rem .8rem;
    }

    .pageCard {
        height: auto;
        min-height: 24rem;
        max-height: none;
        padding: 1.15rem 1.15rem 1.35rem 1.15rem;
        border-width: 2px;
        border-radius: .9rem;
        box-shadow:
            0 0 0 1px rgba(140, 255, 186, 0.08) inset,
            0 0 0 5px rgba(4, 12, 8, 0.92) inset,
            0 0 6px rgba(18, 255, 106, 0.28),
            0 0 20px rgba(9, 199, 50, 0.18),
            0 12px 22px rgba(0, 0, 0, 0.55);
    }

    .pageCard img {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        max-height: none;
        margin: 0 0 1rem 0;
    }

    .pageCard h2 {
        font-size: 1.9rem !important;
        margin-bottom: .85rem;
    }

}
