@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700;800&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: #3E65FF
}



body {
    margin: 0;
    font-family: "Noto Sans", -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: #000000;
}

html {
    background: #000000;
}


opac {
    opacity: .6;
}



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;
    width: 100%;
    padding: 12px 8px;
    outline: unset;
    border-radius: 0px;
    font-size: 17px;
    line-height: 1.25;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
    border: 3px solid transparent;
    background: transparent;
}

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

input::placeholder {
    color: #666666;
}

norm {
    text-transform: none;
}

textarea {
    resize: none;
    font-family: "Noto Sans", -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: 16px;
    font-weight: 400;
    line-height: 1.25;
}

a,
lnk {
    margin: 0;
    font-family: "Noto Sans", -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: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--accent-color);
    text-decoration: none;
    cursor: pointer;
}


select {
    display: block;
    width: 100%;
    padding: 6px 8px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.25;
    color: #f0f0f0;
    background-color: transparent;
    border: 3px solid #ffffff;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: "Noto Sans", sans-serif;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



body.sc-dark select {
    background-color: #0a0a0a;
    background-color: #111111;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
eh1,
eh2,
eh3,
eh4,
eh5,
eh6 {
    font-family: "Noto Sans", 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: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h4 {
    font-size: 26px;
    font-weight: 300;
}


h3 {
    font-size: 28px;
    font-weight: 500;
}

h2 {
    font-size: 42px;
    font-weight: 200;
}

h1 {
    font-size: 72px;
    font-weight: 200;
}



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

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


body.sc-dark h1,
body.sc-dark h2,
body.sc-dark h3,
body.sc-dark h4,
body.sc-dark h5,
body.sc-dark h6,
body.sc-dark .h1,
body.sc-dark .h2,
body.sc-dark .h3,
body.sc-dark .h4,
body.sc-dark .h5,
body.sc-dark .h6 {
    color: #f0f0f0;
}

body p {
    color: #aaaaaa;
    font-weight: 300;
    font-size: 16px;
}



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 Symbols Sharp";
    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);
    }
}


button,
a.button {
    position: relative;
    display: inline-block;
    outline: unset;
    box-shadow: unset;
    border: unset;
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
    text-transform: lowercase;
    border-radius: 0;
    padding: 8px 16px;
    color: #ffffff;
    cursor: pointer;
    border: 3px solid #ffffff;
    background: var(--accent-color);
}


button:active,
a.button:active {
    background: #ffffff;
    color: #000000;
}


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

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

button.grey:active {
    background: #202020;
    border: 1px solid #333333;
}

body.sc-dark button.grey {
    background: #333333;
    border: 1px solid #555555;
    color: var(--accent-color);
}

body.sc-dark button.grey:hover {
    background: #353535;
    border: 1px solid #555555;
}

body.sc-dark button.grey:active {
    background: #252525;
    border: 1px solid #353535;
}

button.grey.delete,
slink.delete,
finput.b.delete p,
finput.b.delete icon,
actions entry.delete icon,
actions entry.delete p,
imagegrid multisel entry.delete icon,
imagegrid multisel entry.delete p {
    color: #cc3434;
}


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

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

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




actions > content > entry.disabled,
imagegrid > multisel > content > entry.disabled {
    pointer-events: none;
    background: unset !important;
}

actions > content > entry.disabled > p,
actions > content > entry.disabled > icon,
actions > content > entry.disabled:hover > p,
actions > content > entry.disabled:hover > icon,
imagegrid > multisel > content > entry.disabled > p,
imagegrid > multisel > content > entry.disabled > icon,
imagegrid > multisel > content > entry.disabled:hover > p,
imagegrid > multisel > content > entry.disabled:hover > icon {
    color: #353535;
}



menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    background: #000000;
    z-index: 10;
}

menu > content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 32px;
}


menu > content > logo {
    position: relative;
    display: block;
    flex: 0 0 250px;
    height: auto;
}

menu > content > logo > img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}


menu > content > items {
    position: relative;
    display: block;
}

menu > content > items > a {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding: 32px 20px;
    color: #777777;
}

menu > content > items > a.a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    display: block;
    content: '';
    background: #ffffff;
}

menu > content > items > a:hover,
menu > content > items > a:active,
menu > content > items > a.a {
    color: #ffffff;
}



section {
    position: relative;
    width: 100%;
    display: block;
    padding: 100px 0;
}

section > content {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    padding: 0 32px;
}