@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

*,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

*,
::after,
::before {
    box-sizing: border-box
}

:root {
    --accent-color: #007aff;
    --accent-color-light: #b5d9ff;
    --accent-color-hover: #006fe6;
    --accent-color-down: #0066d3;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v118/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v92/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2) format('woff2');
}


icon {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    cursor: default;
}

icon.f {
    font-family: 'Material Icons';
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/css/fonts/Inter-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/css/fonts/Inter-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('/css/fonts/Inter-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/css/fonts/Inter-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('/css/fonts/Inter-ExtraBold.woff2') format('woff2');
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    background-color: #000000;
    overflow: hidden;
}

opac {
    opacity: .6;
}

html {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #050B10;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input,
textarea {
    position: relative;
    display: block;
    padding: 10px 12px;
    border-radius: 10px;
    outline: unset;
    border: 1px solid #ececec;
    font-size: 15px;
    line-height: 1.25;
    font-family: "Inter", sans-serif;
}

input.f-code {
    font-family: "Source Code Pro", monospace;
}

input:focus {
    border: 1px solid var(--accent-color);
}

textarea {
    resize: none;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
}

a,
lnk {
    margin: 0;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
}

a:active,
lnk:active {
    opacity: .6;
    text-decoration: none;
}

select {
    display: block;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.25;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ececec;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/sc-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
eh1,
eh2,
eh3,
eh4,
eh5,
eh6 {
    font-family: "Inter", sans-serif;
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 1.18;
    cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

h5 {
    font-size: 17px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}


h3 {
    font-size: 23px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
}

h1 {
    font-size: 38px;
}



p,
slink {
    position: relative;
    margin-top: 0;
    font-size: 16px;
    cursor: default;
}

@media (max-width: 900px) {
    h6 {
        font-size: 16px;
        font-weight: 600;
    }
    
    h5 {
        font-size: 17px;
        font-weight: 600;
    }
    
    h4 {
        font-size: 20px;
        font-weight: 600;
    }
    
    
    h3 {
        font-size: 23px;
        font-weight: 700;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h1 {
        font-size: 32px;
    }

    p,
    slink {
        font-size: 14px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #ffffff;
}

body p,
slink {
    color: #b6b6b6;
}

slink {
    color: var(--accent-color);
    cursor: pointer;
    display: inline-block;
}

slink:hover {
    text-decoration: underline;
}

slink:active {
    opacity: .75;
}

slink.more::after {
    position: relative;
    color: var(--accent-color);
    content: 'arrow_forward_ios';
    font-family: "Material Icons";
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 2px;
}

code {
    position: relative;
    font-family: 'Source Code Pro', monospace;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: #0a0a0a;
    font-size: 14px;
    max-width: 100%;
    -moz-user-select: unset;
    -webkit-user-select: unset;
    user-select: unset;
    -webkit-tap-highlight-color: unset;
}

code::-moz-selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

code::selection {
    color: var(--accent-color);
    background: rgba(0, 0, 0, .1);
}

@media(prefers-color-scheme:dark) {
    code {
        position: relative;
        font-family: 'Source Code Pro', monospace;
        white-space: normal;
        color: #f0f0f0;
    }

    code::-moz-selection {
        background: rgba(255, 255, 255, .1);
    }

    code::selection {
        background: rgba(255, 255, 255, .1);
    }
}


spinner {
    height: 36px;
    width: 36px;
    overflow: hidden;
    position: relative;
}

spinner span {
    border-radius: 5000px;
    width: 10px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 17px;
    transform-origin: 170% center;
    background-color: #3d3d3d;
    animation: petal .8s 0s ease-out forwards infinite
}

spinner span:nth-child(1) {
    animation-delay: -.2s
}

spinner span:nth-child(2) {
    transform: rotate(45deg);
    animation-delay: -.1s
}

spinner span:nth-child(3) {
    transform: rotate(90deg)
}

spinner span:nth-child(4) {
    transform: rotate(135deg);
    animation-delay: -.7s
}

spinner span:nth-child(5) {
    transform: rotate(-180deg);
    animation-delay: -.6s
}

spinner span:nth-child(6) {
    transform: rotate(-135deg);
    animation-delay: -.5s
}

spinner span:nth-child(7) {
    transform: rotate(-90deg);
    animation-delay: -.4s
}

spinner span:nth-child(8) {
    transform: rotate(-45deg);
    animation-delay: -.3s
}

spinner span:nth-child(n+9) {
    display: none;
}


@keyframes petal {
    0% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }

    10% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    100% {
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
    }
}



button {
    position: relative;
    display: inline-block;
    outline: unset;
    box-shadow: unset;
    border: unset;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: var(--accent-color);
    border-radius: 10px;
    padding: 12px 16px;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid transparent;
}

button:hover {
    opacity: .9;
}

button:active {
    opacity: .85;
}


button.grey {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: var(--accent-color);
}

button.grey:hover {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

button.grey:active {
    background: #e0e0e0;
    border: 1px solid #b1b1b1;
}

button.grey.delete,
slink.delete,
finput.b.delete p,
finput.b.delete icon {
    color: #ff2121;
}


button.delete:not(.grey) {
    background: #ff2121;
    border: 1px solid #e61e1e;
    color: #ffffff;
}

button.delete:not(.grey):hover {
    background: #e61e1e;
    border: 1px solid #e61e1e;
}

button.delete:not(.grey):active {
    background: #e61e1e;
    border: 1px solid #e61e1e;
}

list > entry > content button.grey:not(:hover):not(:active) {
    background: #ececec;
}




.hero {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background: #000000;
    -webkit-filter: drop-shadow(0px 2px 4px #000000);
    filter: drop-shadow(0px 4px 8px #000000);
}

.hero > imagewrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    animation: imageFadeIn 2s linear .5s forwards;
    z-index: 0;
}

@keyframes imageFadeIn {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}

.hero > imagewrap > img {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: center center;
    animation: imageScale 35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes imageScale {
    from {
        transform: scale(1) rotate(0deg);
    } to {
        transform: scale(1.6) rotate(-10deg);
    }
}

.hero > content {
    position: relative;
    width: 100%;
    display: block;
    z-index: 5;
    padding: 32px calc(32px + 5%);
    margin: 0 auto;
    max-width: 1900px;
}

.hero > content > .logo {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 22px;
    transform-origin: left center;
    opacity: .8;
    transform: translate3d(0,calc(50vh - 172px),0) scale(.6);
    animation: logoOut 2s cubic-bezier(0.86, 0, 0.07, 1);
}

@keyframes logoOut {
    0% {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    } 50% {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    } 100% {
        transform: translate3d(0,calc(50vh - 172px),0) scale(.6);
        opacity: .8;
    }
}

.hero > content > .logo img {
    position: relative;
    height: 32px;
    width: auto;
    display: block;
    margin: 0;
    margin-top: 22px;
}


.hero > content > .logo > p {
    position: relative;
    margin-top: 22px;
    font-size: 30px;
    opacity: 0;
    animation: copyIn 1s linear 2.5s forwards;
    opacity: 0;
}

@keyframes copyIn {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}


.hero > content > .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 calc(32px + 5%);
    transform-origin: left center;
    animation: infoIn .7s cubic-bezier(0.23, 1, 0.320, 1) 1.4s forwards;
    opacity: 0;
}

@keyframes infoIn {
    from {
        transform: translate3d(0, -70px, 0) scale(1.05);
        opacity: 0;
    } to {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 1;
    }
}


@media (max-width: 800px) {
    .hero > content > .logo img {
        height: 14px;
        margin-top: 12px;
    }

    .hero > content > .logo > p {
        position: relative;
        margin-top: 12px;
        font-size: 14px;
        opacity: 0;
        animation: copyIn 1s linear 2.5s forwards;
        opacity: 0;
    }

    .hero > content > .logo {
        margin-bottom: 12px;
        opacity: .8;
        transform: translate3d(0,calc(50vh - 172px),0) scale(.9);
    }
    
    @keyframes logoOut {
        0% {
            transform: translate3d(0,0,0) scale(1);
            opacity: 1;
        } 50% {
            transform: translate3d(0,0,0) scale(1);
            opacity: 1;
        } 100% {
            transform: translate3d(0,calc(50vh - 172px),0) scale(.9);
            opacity: .8;
        }
    }


    .hero > content > .info {
        position: absolute;
        padding: 0 calc(32px + 5%);
        transform: translate3d(0, -70px, 0) scale(1);
    }
    
    @keyframes infoIn {
        from {
            transform: translate3d(0, -140px, 0) scale(1.05);
            opacity: 0;
        } to {
            transform: translate3d(0, -70px, 0) scale(1);
            opacity: 1;
        }
    }
}