body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #000000;
}

body > appinstallscreen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    z-index: 51;
}

body > appinstallscreen > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 72px 22px 22px;
}

body > appinstallscreen > content > textwrap {
    position: relative;
    width: 100%;
    display: block;
}

body > appinstallscreen > content > textwrap > h1 {
    position: relative;
    display: block;
    margin: 0 0 22px 0;
    font-size: 34px;
    line-height: 1.12;
}


body > splash {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    z-index: 50;
}

body > splash > content {
    position: relative;
    display: block;
    width: 100%;
    padding: 52px 0 0;
    max-width: 700px;
    opacity: 0;
    transition: opacity .1s linear;
}

body > splash.sh > content {
    opacity: 1;
}

body > splash > betatag {
    position: absolute;
    left: 0;
    bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

body > splash > betatag > p {
    position: relative;
    display: inline-block;
    padding: 4px 8px;
    border: 3px solid #ffffff;
    line-height: 1;
    color: #fff;
    margin: 0 auto;
    opacity: 0;
    font-weight: 600;
    transform: translate3d(0, 40px, 0);
    transition: opacity .5s linear 1.5s, transform .4s cubic-bezier(0.215, 0.610, 0.355, 1) 1.5s;
}

body > splash.sh > betatag > p {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

body > splash > content > img,
body > splash > content > video {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    opacity: 1;
}

body > splash > content > prog {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

@media(max-width: 700px) {
    body > splash > content > prog {
        max-width: 250px;
    }
}

body > splash > content > prog > p {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    height: 26px;
}


body > splash > content > prog > progressbar > scspinner > spinner > span,
body > splash > content > prog > progressbar > div {
    background: #ffffff;
}

body.sc-dark {
    background: #000000;
}

body > splash.hi {
    opacity: 0;
}

body > icon {
    position: absolute;
    left: -200px;
    top: -200px;
}

body > menubar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #000000;
    z-index: 50;
    transform: translate3d(0, 100%, 0);
    transition: transform .3s cubic-bezier(0.215, 0.610, 0.355, 1);
}

@media(max-width: 700px) {
    body > menubar {
        display: flex;
    }
}

body > menubar.sh {
    transform: translate3d(0, 0%, 0);
}

body.keyboard > menubar {
    display: none;
}

body > menubar > btn {
    position: relative;
    padding: 16px 42px 38px;
    cursor: pointer;
    transition: translate3d(0, 0, 0);
    opacity: 1;
}

body > menubar > btn:active {
    opacity: .25;
}


body > menubar > btn > svg {
    position: relative;
    margin: 0;
    stroke-linejoin: bevel;
    stroke-linecap: square;
    stroke-width: 3px;
    stroke: #ffffff;
    fill: none;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

body > menubar > btn:nth-child(2) {
    padding: 16px 42px 36px;
}

body > menubar > btn:nth-child(2) > svg {
    width: 22px;
    height: 22px;
}

body > desktopmenubar {
    position: fixed;
    right: 0;
    bottom: 0;
    display: inline-block;
    padding: 0;
    z-index: 20;
    background: transparent;
}

@media(max-width: 700px) {
    body > desktopmenubar {
        display: none;
    }
}

body > desktopmenubar > content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 12px 12px 0;
}

body > desktopmenubar > content > menuicon {
    position: relative;
    height: 64px;
    width: 64px;
    flex: 0 0 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px;
}

body > desktopmenubar > content > menuicon:not(:last-of-type) {
    margin: 0 4px 0 0;
}


body > desktopmenubar > content > menuicon > content {
    position: relative;
    display: block;
    background: var(--accent-color);
    width: 100%;
    height: 100%;
}

body > desktopmenubar > content > menuicon:active > content {
    opacity: .75;
}

body > desktopmenubar > content > menuicon > content > inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity .1s linear;
}

body > desktopmenubar > content > menuicon > content > inner > svg {
    position: relative;
    margin: 0;
    stroke-linejoin: bevel;
    stroke-linecap: square;
    stroke-width: 3px;
    stroke: #ffffff;
    fill: none;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

body > desktopmenubar > content > menuicon > content > inner.close > svg {
    position: relative;
    margin: 0;
    stroke-linejoin: bevel;
    stroke-linecap: square;
    stroke-width: 0;
    stroke: transparent;
    fill: #ffffff;
    width: 32px;
    height: 32px;
    pointer-events: none;
}


body > desktopmenubar > content > p {
    position: relative;
    display: block;
    flex: 1 1 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 16px;
}

body > menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    overflow: hidden;
}


body > menu > bgoverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #00000000 0%, #000000 100%);
    z-index: 0;
}

body > menu > bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

body > menu > content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: visible;
}

body > menu > content > tilewrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body > menu > content > tilewrap > pins {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    height: auto;
    display: block;
    padding: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1200px;
    -webkit-perspective-origin: 0px 50vh;
    perspective: 1200px;
    perspective-origin: 0px 50vh;
}


@media (min-width: 701px) {
    body > menu {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        z-index: 6;
        opacity: 1;
        background: rgba(0, 0, 0, .85);
        transition: background .2s cubic-bezier(0.215, 0.610, 0.355, 1), opacity .1s linear;
        -webkit-perspective: 1700px;
        -webkit-perspective-origin: right bottom;
        perspective: 1700px;
        perspective-origin: right bottom;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        padding: 0 20px 88px 0;
    }

    body > menu > bg {
        display: block;
    }

    body > menu > content {
        display: block;
        width: 100%;
        max-width: 450px;
        height: 100%;
        max-height: 680px;
        opacity: 1;
        background: var(--accent-color-dark);
        transform: translate3d(0, 0, 0) rotateX(0deg);
        transition: transform .4s cubic-bezier(0.23, 1, 0.320, 1), opacity .05s linear;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-origin: right bottom;
    }

    body > menu > content > tilewrap {
        display: none;
    }

    body > menu > content > listsearchwrap {
        width: 100%;
    }
}



body > menu > content > tilewrap > pins > user {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    grid-column: span 6;
    background: rgba(255, 255, 255, .1);
    padding: 10px 0;
}

body > menu > content > tilewrap > pins > user > current {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body > menu > content > tilewrap > pins > user > current > pic {
    position: relative;
    display: block;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 12px 0 0;
}

body > menu > content > tilewrap > pins > user > current > pic > img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: center center;
}

@media(max-width: 350px) {
    body > menu > content > tilewrap > pins > user {
        grid-column: span 4;
    }
}

body > menu > content > tilewrap > pins > bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

body > menu > content > tilewrap > pins > entry {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px;
    overflow: visible;
    transform: translate3d(0, 0, 0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 1;
    z-index: 1;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > fg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
}


body > menu > content > tilewrap > pins > entry > editmodebuttons > btn {
    position: absolute;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    z-index: 1;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.unpin {
    top: -18px;
    right: -18px;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.size {
    bottom: -18px;
    right: -18px;
}


body > menu > content > tilewrap > pins > entry > editmodebuttons > btn > inner {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #000000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.size > inner {
    padding: 3px;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn > inner > svg {
    position: relative;
    margin: 0;
    stroke-linejoin: bevel;
    stroke-linecap: square;
    stroke-width: 3px;
    stroke: #ffffff;
    fill: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.unpin > inner > svg {
    -webkit-filter: drop-shadow(-2px -2px 0px #000000) drop-shadow(2px 2px 0px #000000);
    filter: drop-shadow(-2px -2px 0px #000000) drop-shadow(2px 2px 0px #000000);
}


body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.unpin > inner::before {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110%;
    width: 4px;
    transform: rotate(-45deg);
    transform-origin: center top;
    background: #ffffff;
    content: '';
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn:active > inner {
    background: #ffffff;
    border: 3px solid #ffffff;
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn.unpin:active > inner > svg {
    -webkit-filter: drop-shadow(-2px -2px 0px #ffffff) drop-shadow(2px 2px 0px #ffffff);
    filter: drop-shadow(-2px -2px 0px #ffffff) drop-shadow(2px 2px 0px #ffffff);
}

body > menu > content > tilewrap > pins > entry > editmodebuttons > btn:active > inner > svg {
    stroke: #000000;
}


body > menu > content > tilewrap > pins > entry > editmodebuttons > btn > icon::after {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
}


body > menu > content > tilewrap > pins > entry > content,
body > menu > content > tilewrap > pins > entry > content > inner,
body > menu > content > tilewrap > pins > entry > content > inner > iconwrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

body > menu > content > tilewrap > pins > entry > content > inner {
    background: var(--accent-color);
}

body > menu > content > tilewrap > pins > entry:not(.full-size-icon) > content > inner > iconwrap {
    padding: 24px;
}

body > menu > content > tilewrap > pins > entry.size-small:not(.full-size-icon) > content > inner > iconwrap {
    padding: 5%;
}

body > menu > content > tilewrap > pins > entry.size-wide:not(.full-size-icon) > content > inner > iconwrap {
    padding: 24px;
}

@media(max-width: 700px) {
    body > menu > content > tilewrap > pins > entry.size-small:not(.full-size-icon) > content > inner > iconwrap {
        padding: 5%;
    }

    body > menu > content > tilewrap > pins > entry.size-wide:not(.full-size-icon) > content > inner > iconwrap {
        padding: 24px;
    }

    body > menu > content > tilewrap > pins > entry:not(.full-size-icon) > content > inner > iconwrap {
        padding: 24px;
    }
}

body > menu > content > tilewrap > pins > entry > content > inner > iconwrap > icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body > menu > content > tilewrap > pins > entry > content > inner > iconwrap > icon > img {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    display: block;
    object-fit: contain;
    object-position: center center;
    pointer-events: none;
}

body > menu > content > tilewrap > pins > entry.full-size-icon > content > iconwrap > icon > img {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    object-fit: cover;
}

body > menu > content > tilewrap > pins > entry > content > inner > p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 8px 8px 8px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
}

body > menu > content > tilewrap > pins > entry.size-small > content > inner > p {
    display: none;
}


body > menu > content > tilewrap > pins > entry.edit-animation-a > content > inner {
    animation: tileEditAnimationA 8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-b > content > inner {
    animation: tileEditAnimationB 10s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-c > content > inner {
    animation: tileEditAnimationC 12s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-d > content > inner {
    animation: tileEditAnimationD 14s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-e > content > inner {
    animation: tileEditAnimationE 16s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-f > content > inner {
    animation: tileEditAnimationF 18s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

body > menu > content > tilewrap > pins > entry.edit-animation-g > content > inner {
    animation: tileEditAnimationG 20s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
}

@keyframes tileEditAnimationA {
    0% {
        transform: translate3d(0, 0, 0);
    }

    24% {
        transform: translate3d(4px, -9px, 0);
    }

    55% {
        transform: translate3d(2px, 9px, 0);
    }

    65% {
        transform: translate3d(4px, -2px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileEditAnimationB {
    0% {
        transform: translate3d(0, 0, 0);
    }

    13% {
        transform: translate3d(-6px, 3px, 0);
    }

    27% {
        transform: translate3d(2px, 8px, 0);
    }

    62% {
        transform: translate3d(-8px, -7px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileEditAnimationC {
    0% {
        transform: translate3d(0, 0, 0);
    }

    24% {
        transform: translate3d(12px, 10px, 0);
    }

    34% {
        transform: translate3d(10px, 8px, 0);
    }

    42% {
        transform: translate3d(-10px, 5px, 0);
    }

    76% {
        transform: translate3d(-8px, -6px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileEditAnimationD {
    0% {
        transform: translate3d(0, 0, 0);
    }

    10% {
        transform: translate3d(3px, 10px, 0);
    }

    27% {
        transform: translate3d(-10px, -8px, 0);
    }

    47% {
        transform: translate3d(10px, 4px, 0);
    }

    72% {
        transform: translate3d(-3px, 2px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileEditAnimationE {
    0% {
        transform: translate3d(0, 0, 0);
    }

    10% {
        transform: translate3d(-4px, 10px, 0);
    }

    20% {
        transform: translate3d(-6px, -8px, 0);
    }

    40% {
        transform: translate3d(5px, 9px, 0);
    }

    70% {
        transform: translate3d(9px, -4px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tileEditAnimationF {
    0% {
        transform: translate3d(0, 0, 0);
    }

    10% {
        transform: translate3d(4px, 10px, 0);
    }

    20% {
        transform: translate3d(-6px, 2px, 0);
    }

    40% {
        transform: translate3d(9px, 9px, 0);
    }

    70% {
        transform: translate3d(4px, -9px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}


@keyframes tileEditAnimationG {
    0% {
        transform: translate3d(0, 0, 0);
    }

    10% {
        transform: translate3d(5px, -6px, 0);
    }

    20% {
        transform: translate3d(-1px, 8px, 0);
    }

    40% {
        transform: translate3d(-8px, -1px, 0);
    }

    70% {
        transform: translate3d(-1px, -4px, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}


body > menu > content > listsearchwrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

body > menu > content > listsearchwrap > desktoptitle {
    display: none;
}

body > menu > content > listsearchwrap > listwrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
}

body > menu > content > listsearchwrap > listwrap > applist {
    position: relative;
    width: 100%;
    display: block;
    padding: 72px 0 72px 82px;
    -webkit-perspective: 1700px;
    -webkit-perspective-origin: 0px center;
    perspective: 1700px;
    perspective-origin: 0px center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow: hidden;
}


body > menu > content > listsearchwrap > btn {
    position: absolute;
    top: 72px;
    left: 20px;
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
}

@media (min-width: 701px) {
    body > menu > content > listsearchwrap {
        display: flex;
        flex-direction: column;
    }

    body > menu > content > listsearchwrap > desktoptitle {
        position: relative;
        display: block;
        width: 100%;
        padding: 42px 0 24px 42px;
        flex-grow: 0;
    }

    body > menu > content > listsearchwrap > desktoptitle > h2 {
        font-weight: 200;
        font-size: 42px;
    }

    body > menu > content > listsearchwrap > desktoptitle > p {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 16px;
        color: #ffffffaa;
    }

    body > menu > content > listsearchwrap > listwrap {
        height: unset;
        flex-grow: 1;
        flex-shrink: 1;
    }

    body > menu > content > listsearchwrap > listwrap > applist {
        padding: 12px 0 22px 42px;
    }

    body > menu > content > listsearchwrap > btn {
        display: none;
    }
}


body > menu > content > listsearchwrap > btn > inner {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
}

body > menu > content > listsearchwrap > btn > inner > svg {
    position: relative;
    margin: 0;
    stroke-linejoin: bevel;
    stroke-linecap: square;
    stroke-width: 3px;
    stroke: #ffffff;
    fill: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: rotate(90deg);
}

body > menu > content > listsearchwrap > btn:active > inner {
    background: var(--accent-color);
    border: 3px solid var(--accent-color);
}


body > menu > content > listsearchwrap > btn > icon::after {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: '';
}


body > menu > content > listsearchwrap > listwrap > applist > entry,
body > applistghost > entry {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 4px 0;
}

body > applistghost {
    position: absolute;
    display: block;
}

body > applistghost > entry {
    position: relative;
    width: 100%;
    height: 100%;
}



body > menu > content > listsearchwrap > listwrap > applist > entry > iconwrap,
body > applistghost > entry > iconwrap {
    position: relative;
    display: block;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    margin: 0 12px 0 0;
    background: var(--accent-color);
}

@media(min-width: 901px) {
    body > menu > content > listsearchwrap > listwrap > applist > entry:first-of-type {
        padding-top: 0;
    }

    body > menu > content > listsearchwrap > listwrap > applist > entry > iconwrap,
    body > applistghost > entry > iconwrap {
        position: relative;
        display: block;
        flex: 0 0 55px;
        height: 55px;
        width: 55px;
        margin: 0 12px 0 0;
        background: var(--accent-color);
    }
}

body > menu > content > listsearchwrap > listwrap > applist > entry > iconwrap > icon,
body > applistghost > entry > iconwrap > icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px;
}

body > menu > content > listsearchwrap > listwrap > applist > entry.full-size-icon > iconwrap > icon,
body > applistghost.full-size-icon > iconwrap > icon {
    padding: 0;
}

body > menu > content > listsearchwrap > listwrap > applist > entry > iconwrap > icon > img,
body > applistghost > entry > iconwrap > icon > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
    margin: 0;
    pointer-events: none;
}



body > menu > content > listsearchwrap > listwrap > applist > entry > p,
body > applistghost > entry > p {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
}

@media(max-width: 800px) {

    body > menu > content > listsearchwrap > listwrap > applist > entry > p,
    body > applistghost > entry > p {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #ffffff;
        font-size: 24px;
        font-weight: 300;
    }
}




body > main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 4;
    overflow: hidden;
    border-radius: 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1700px;
    perspective: 1700px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    transform-origin: left center;
    transform: translate3d(0, 0, 0);
    transition: transform .2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background: #000000;
}

@media(max-width: 700px) {
    body > main {
        left: 0;
        top: 0;
        height: calc(100% - 78px);
        background: transparent;
    }
}

body.keyboard > main {
    height: 100%;
}




body > main > content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    overflow: hidden;
    transform-origin: left center;
    border-radius: 0px;
    transform: translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
    transition: transform .2s cubic-bezier(0.19, 1, 0.22, 1), opacity .2s linear;
}


body > main > content > loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 2;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}



body > main > content > loading.opac {
    transition: opacity .12s linear;
    opacity: 0;
    pointer-events: none;
}

body > main > content > loading.hi {
    display: none;
}



body > main > content > iframe {
    position: relative;
    width: 100%;
    height: 100%;
    outline: unset;
    border: unset;
    display: block;
    overflow: auto;
    background: transparent;
    z-index: 0;
}



body > notifi {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    display: block;
    pointer-events: none;
    z-index: 6;
    -webkit-perspective: 1700px;
    perspective: 1700px;
    transform: translate3d(0, 0, 0);
}

body > notifi.a {
    pointer-events: all;
}


body > notifi > entry {
    position: relative;
    display: flex;
    width: 100%;
    background: var(--accent-color);
    padding: 12px 18px;
    transform: translate3d(0, 0, 0);
    transition: transform .35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity .1s linear;
    cursor: pointer;
    border: 1px solid #292929;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


body > notifi > entry > icon {
    position: relative;
    margin: 0 12px 0 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 4px;
}

body > notifi > entry > icon::after,
body > notifi > entry > icon {
    font-size: 24px !important;
    color: #ffffff;
    background: rgba(0, 0, 0, .2);
    pointer-events: none;
}

body > notifi > entry > textwrap {
    position: relative;
    display: block;
    flex: 1 1;
}

body > notifi > entry > textwrap > h5 {
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #ffffff;
    margin: 0;
    pointer-events: none;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 2px 0;
    padding: 0;
}

body > notifi > entry > textwrap > p {
    position: relative;
    margin: 0;
    color: #ffffff;
    pointer-events: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}




body > maintenence {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 75;
    display: block;
}

body > maintenence > content {
    position: relative;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

body > maintenence > content > textwrap {
    position: relative;
    display: block;
    padding: 64px;
    width: 100%;
    flex: 0 0 100%;
    opacity: 0;
    animation: maintIn .5s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
}

@keyframes maintIn {
    from {
        transform: translate3d(75px, 0, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

body > maintenence > content > textwrap > h1 {
    position: relative;
    margin: 0 0 12px 0;
}

body > maintenence > content > textwrap > p {
    position: relative;
    max-width: 560px;
}


body > maintenence > content > svg {
    position: absolute;
    left: 0;
    top: 0;
    margin: 64px 0 0 64px;
    display: block;
    height: 20px;
    width: auto;
    fill: #999999;
    opacity: 0;
    animation: maintLogoIn .5s linear 1.2s forwards;
}

@keyframes maintLogoIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




body > screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 52;
    background: #000000;
}

body > screen > contentwrap {
    position: relative;
    width: 100%;
    display: block;
    background: var(--accent-color-dark);
}

body > screen > contentwrap > content {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    z-index: 5;
    overflow: hidden;
}

body > screen > contentwrap > content > spinnerwrap {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

body > screen > contentwrap > content > spinnerwrap > scspinner {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    overflow: visible;
}

body > screen > contentwrap > content > spinnerwrap > scspinner > p {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    flex: 0 0 100%;
    transform: translate3d(0, 0, 0) !important;
    transition: unset !important;
}

@media(max-width: 800px) {
    body > screen {
        display: block;
        padding: 0;
        background: #000000;
    }

    body > screen > contentwrap {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: #000000;
    }

    body > screen > contentwrap > content {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
        max-width: unset;
        max-height: unset;
    }

}


body > screen > contentwrap > content > page {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1700px;
    perspective: 1700px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: height .4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .1s linear;
    overflow: hidden;
}

body > screen > contentwrap > content > page > content {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(0.23, 1, 0.320, 1), height .4s cubic-bezier(0.23, 1, 0.320, 1), opacity .12s cubic-bezier(0.23, 1, 0.320, 1);
    transform-origin: -52px 50vh;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 150px 32px;
    overflow: scroll;
}

@media(max-width: 800px) {
    body > screen > contentwrap > content > page > content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(100% - 80px);
        overflow: auto;
        padding: 100px 32px 100px;
    }
}

@media(min-width: 801px) and (max-height: 1000px) {
    body > screen > contentwrap > content > page > content {
        padding: 62px 32px;
    }

    body > screen > contentwrap > content > page > content > titlewrap > h1 {
        font-size: 46px;
    }
}

body > screen > contentwrap > content > page > content > img {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    display: block;
    background: #222222;
}

@media(min-width: 801px) {
    body > screen > contentwrap > content > page > content > img {
        display: none;
    }
}

body > screen > contentwrap > content > page > content > titlewrap {
    position: relative;
    display: block;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(0.23, 1, 0.320, 1);
}

body > screen > contentwrap > content > page > content > titlewrap > h1 {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 32px 0;
}


body > screen > contentwrap > content > page > content > p,
body > screen > contentwrap > content > page > content > titlewrap > p {
    color: #ffffffee;
}

@media(max-width: 800px) {
    body > screen > contentwrap > content > page > content > titlewrap > h1 {
        font-size: 40px;
        line-height: 1.12;
    }

    body > screen > contentwrap > content > page > content > p,
    body > screen > contentwrap > content > page > content > titlewrap > p {
        color: rgb(170, 170, 170);
    }
}


body > screen > contentwrap > content > page > buttons {
    position: relative;
    width: 100%;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .25);
}

body > screen > contentwrap > content > page > buttons > content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transition: transform .4s cubic-bezier(0.215, 0.610, 0.355, 1), opacity .1s linear;
}

body > screen > contentwrap > content > page > buttons > content > button:not(:last-child) {
    margin-right: 8px;
}

@media(max-width: 800px) {
    body > screen > contentwrap > content > page > buttons {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #252525;
        padding: 22px 22px 52px;
    }

    body > screen > contentwrap > content > page > buttons > content > button {
        display: block;
        flex: 1 1 100%;
    }
}