@import url('https://api.fontshare.com/v2/css?f[]=melodrama@300,400,500,600,700&display=swap');

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.debug {
    transform: scale(0.5);
}

.debug * {
    outline: 1px solid red;
    opacity: 0.9;
}

html,
body {
    height: 100%;
}

:root {
    font-size: 15px;
}

body {
    /* Dark Mode Default */
    --color-text: #e0e0e0;
    /* Light Gray for better contrast */
    --color-bg: #101010;
    --color-link: #bb3a3a;
    --color-link-hover: #ffffff;
    --color-number: #484848;
    --color-title: #bb3a3a;
    --color-caption: #a0a0a0;
    /* Lighter for visibility */
    --color-content: #dadada;
    --color-content-bg: var(--color-bg);
    --color-reveal-bg: var(--color-bg);
    --color-content-title: #bb3a3a;
    --color-content-meta: #ffffff;

    --font-display: 'Melodrama', serif;
    --font-body: 'Inter', sans-serif;

    color: var(--color-text);
    background-color: var(--color-bg);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.light-mode {
    --color-text: #5d5d5d;
    --color-bg: #e6e6ea;
    --color-link: #838288;
    --color-link-hover: #000;
    --color-number: #000;
    --color-title: #000;
    --color-caption: #000;
    --color-content: #000;
    --color-content-bg: #e6e6ea;
    --color-reveal-bg: #e6e6ea;
    --color-content-title: #000;
    --color-content-meta: #000;
}

/* Page Loader */
.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg);
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(0.5, 0.5, 1);
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
}

a:hover,
a:focus {
    color: var(--color-link-hover);
    outline: none;
}

main {
    position: relative;
    min-height: 100vh;
}

.frame {
    padding: 3rem 5vw 0;
    text-align: center;
    position: relative;
    z-index: 100;
}

.frame__title {
    font-size: 1rem;
    margin: 0 0 1rem;
}

.frame__links a {
    margin: 0 0.5rem;
}

.frame__mode {
    margin: 1rem auto;
    display: flex;
    justify-content: center;
}

.frame__mode-item {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 0.25rem;
    pointer-events: auto;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    border: 1px solid var(--color-text);
}

.frame__mode-item--dark {
    background: #000;
}

.frame__mode-label,
.frame__mode-input {
    font-size: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media screen and (min-width: 53em) {

    .frame {
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 1rem;
        transition: 0.3s opacity;
        text-align: right;
        width: auto;
    }

    .content-open+.frame {
        opacity: 0;
        pointer-events: none;
    }

    .frame__title-wrap {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .frame__title {
        margin: 0;
    }

    .frame__links {
        margin: 0 1.5rem;
    }

    .frame__mode {
        margin: 0;
    }

    .frame a {
        pointer-events: auto;
    }
}

@media screen and (max-width: 53em) {
    .frame {
        position: relative;
        padding: 2rem 1rem;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .frame__title-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .frame__links {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }

    .frame__links a {
        margin: 0;
    }
}