/* input(205,5): run-time error CSS1060: Expected closing curly-brace, found ';'
input(205,7): run-time error CSS1019: Unexpected token, found '60%'
input(205,11): run-time error CSS1019: Unexpected token, found '{'
input(206,17): run-time error CSS1030: Expected identifier, found ' '
input(206,18): run-time error CSS1031: Expected selector, found '.5'
input(206,18): run-time error CSS1025: Expected comma or open brace, found '.5'
input(207,19): run-time error CSS1030: Expected identifier, found ' '
input(207,20): run-time error CSS1031: Expected selector, found 'translateX('
input(207,20): run-time error CSS1025: Expected comma or open brace, found 'translateX('
input(208,5): run-time error CSS1019: Unexpected token, found '}'
input(210,5): run-time error CSS1019: Unexpected token, found '80%'
input(210,9): run-time error CSS1019: Unexpected token, found '{'
input(211,19): run-time error CSS1030: Expected identifier, found ' '
input(211,24): run-time error CSS1031: Expected selector, found ';'
input(211,24): run-time error CSS1025: Expected comma or open brace, found ';'
input(212,17): run-time error CSS1030: Expected identifier, found ' '
input(212,18): run-time error CSS1031: Expected selector, found '1'
input(212,18): run-time error CSS1025: Expected comma or open brace, found '1'
input(213,21): run-time error CSS1030: Expected identifier, found ' '
input(213,22): run-time error CSS1031: Expected selector, found '2px'
input(213,22): run-time error CSS1025: Expected comma or open brace, found '2px'
input(214,5): run-time error CSS1019: Unexpected token, found '}'
input(216,5): run-time error CSS1019: Unexpected token, found '100%'
input(216,10): run-time error CSS1019: Unexpected token, found '{'
input(217,21): run-time error CSS1030: Expected identifier, found ' '
input(217,26): run-time error CSS1031: Expected selector, found ';'
input(217,26): run-time error CSS1025: Expected comma or open brace, found ';'
input(218,5): run-time error CSS1019: Unexpected token, found '}'
input(219,1): run-time error CSS1019: Unexpected token, found '}' */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css?v=gsGfRSiYkjt1vYD6R2POzmau67I');

html, body {
    font-family: 'Roboto', sans-serif;
}

h1:focus {
    outline: none;
}

a {
    text-decoration: none;
    transition: 0.05s;
}

@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    src: url("../fonts/orbitron-medium.otf?v=Jyd5kK_4o3SLQYkOTJ82QclW30g");
}

/* Switch */
.toggle-checkbox {
    font-size: 10px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 7em;
    height: 3.5em;
    z-index: 10;
}

.toggle-slot {
    font-size: 10px;
    position: relative;
    height: 3.5em;
    width: 7em;
    border: 0px solid transparent;
    border-radius: 10em;
    background-color: lightgray;
    transition: background-color 250ms;
}

.toggle-checkbox:checked ~ .toggle-slot {
    background-color: #374151;
}

.toggle-button {
    transform: translate(0.3em, 0.25em);
    position: absolute;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #ffeccf;
    box-shadow: inset 0px 0px 0px 0.75em #ffbb52;
    transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26,2,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0px 0px 0px 0.75em white;
    transform: translate(3.65em, 0.25em);
}

.zodiac-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    /*filter: hue-rotate(var(--zodiac-image-hue)) drop-shadow(0px 0px 2px white) drop-shadow(4px 4px 3px black);*/
    /*filter: drop-shadow(0px 0px 2px white);*/
}

/* ----------------- */

.has-text-orbitron {
    font-family: 'Orbitron';
    font-size: 1.6em;
    letter-spacing: 0.05em;
    -webkit-user-select: none;  /* Safari */
    -ms-user-select: none;  /* IE 10 and IE 11 */
    user-select: none;  /* Standard syntax */
    margin:0;
    padding:0;
    position:relative;
}

.image-icon {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    margin-left: 0px;
    position: relative;
    margin-left: -0.45rem;
    margin-right: 0.05rem;
    line-height: 1.5;
}

.share-icon {
    display: inline-block;
    height: 2rem;
    width: 2rem;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center;
    background-size: contain;
    opacity:0.7;
}

.share-icon:hover {
    opacity: 1;
}

/**********************
 * Animated background
 *********************/
canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.iframe-1080 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 1920px;
    height: 1080px;
    -ms-zoom: 0.35;
    -moz-transform: scale(0.35);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.35);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.35);
    -webkit-transform-origin: 0 0;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 40vh;
}

/*
    glitch effect
*/
.stack {
    display: grid;
    grid-template-columns: 1fr;
}

    .stack span {
        font-weight: bold;
        grid-row-start: 1;
        grid-column-start: 1;
        --stack-height: calc(100% / var(--stacks) - 1px);
        --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
        --clip-top: calc(var(--stack-height) * var(--index));
        --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
        clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
        animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 10s ease infinite 2s alternate-reverse;
    }

        .stack span:nth-child(odd) {
            --glitch-translate: 4px;
        }

        .stack span:nth-child(even) {
            --glitch-translate: -4px;
        }

@keyframes stack {
    0% {
        opacity: 0;
        transform: translateX(-50%);
        text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    }

    ; 60% {
        opacity: 0.5;
        transform: translateX(50%);
    }

    80% {
        transform: none;
        opacity: 1;
        text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }

    100% {
        text-shadow: none;
    }
}

@keyframes glitch {
    0% {
        text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
        transform: translate(var(--glitch-translate));
    }

    2% {
        text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
    }

    4%, 100% {
        text-shadow: none;
        transform: none;
    }
}

@media screen and (min-device-width: 768px) {
    /* Styles */
    .spreads-list {
        overflow-y: auto;
        min-height: 80vh;
        max-height: 80vh;
    }
}

@media screen and (max-device-width: 768px) {
    .mobile-container-margin.is-fluid {
        padding: 3vw;
    }
}

.has-brain-background {
    background-color: transparent;
    background-image: url(../img/ai-brain.svg?v=hnx8912oiiqmSoi66FHRIAYWu-g);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.has-brain-background-fixed {
    background-color: transparent;
    background-image: url(../img/ai-brain.svg?v=hnx8912oiiqmSoi66FHRIAYWu-g);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    left: 0;
}

.index-icon-container {
    width: 100%;
    height: 7vh;
    display: inline-block;
    background-image: var(--icon-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: drop-shadow(1px 1px 2px #00000070);
}

#stars {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.matte-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px; /* Р’С‹СЃРѕС‚Р° РїРѕР»РѕСЃРєРё */
    background-color:rgb(0, 0, 0, 0.3); /* Р¦РІРµС‚ Рё РїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ */
    backdrop-filter: blur(5px); /* Р­С„С„РµРєС‚ РјР°С‚РѕРІРѕРіРѕ СЃС‚РµРєР»Р° */
    z-index: 1000; /* РЈР±РµРґРёС‚РµСЃСЊ, С‡С‚Рѕ РїРѕР»РѕСЃРєР° РЅР°С…РѕРґРёС‚СЃСЏ РїРѕРІРµСЂС… РґСЂСѓРіРёС… СЌР»РµРјРµРЅС‚РѕРІ */
    display: flex; /* РСЃРїРѕР»СЊР·СѓРµРј Flexbox РґР»СЏ РІС‹СЂР°РІРЅРёРІР°РЅРёСЏ */
    justify-content: center; /* Р¦РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ РїРѕ РіРѕСЂРёР·РѕРЅС‚Р°Р»Рё */
    align-items: center; /* Р¦РµРЅС‚СЂРёСЂРѕРІР°РЅРёРµ РїРѕ РІРµСЂС‚РёРєР°Р»Рё */
}

.has-telescope {
    background-color: transparent;
    background-image: url(../img/telescope.webp);
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

/* РЎС‚РёР»Рё РѕСЃС‚Р°СЋС‚СЃСЏ Р±РµР· РёР·РјРµРЅРµРЅРёР№ */
/*#bytes-container {
    font-family: monospace;
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    max-height: 500px;
    overflow-y: auto;
    z-index:1000;
    text-align:center;
}

.byte-row {
    padding: 5px;
    border-bottom: 1px solid #eee;
    animation: slide-down 0.5s ease;
}

@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}*/

#bytes-container {
    font-family: monospace;
    margin: 10px;
    /*border: 1px solid #ccc;*/
    max-height: 500px;
    height: 300px;
    overflow-y: auto;
    text-align: center;
}

.byte-row {
    padding: 5px;
    /*border-bottom: 1px solid #eee;*/
    animation: slide-down 0.5s ease;
}

@keyframes slide-down {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.cosmic-section {
    margin: 2rem;
    border: 1px solid #3273dc;
    border-radius: 10px;
    background: #f5f7fa;
}*/

/* Sticky content column */
.sticky-content-column {
    position: sticky;
    top: 1rem;
    align-self: flex-start;
    z-index: 10;
}