/* hi */

:root {
    --borderVibes: 0.2em dotted rgba(255, 210, 220, 0.5);
    ---borderVibesLight: 1px solid #ffeeee;
    --effieFoo: #ff0072;
    --effieFate: #ff8888;
    /* skin~ fated flesh b0dy */
    --effieLight: #ffeeee;
    --effieDark: #0f0002;
    --dustyMoon: #412533;
    /* found something dark... */
    --panelGlass: rgba(250, 240, 250, 0.1);
}

::selection {
    background-color: var(--effieFate);
    color: var(--dustyMoon);
}

@font-face {
    font-family: cozi7;
    src:
        url('fontz/CozetteCrossedSevenVector.woff2') format('woff2'),
        url('fontz/CozetteCrossedSevenVector.woff') format('woff'),
        url('fontz/CozetteCrossedSevenVector.ttf') format('truetype');
}

@font-face {
    font-family: cozi7;
    src:
        url('fontz/CozetteCrossedSevenVectorBold.woff2') format('woff2'),
        url('fontz/CozetteCrossedSevenVectorBold.woff') format('woff'),
        url('fontz/CozetteCrossedSevenVectorBold.ttf') format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: IBMBIOSPLUS;
    src: url('fontz/Ac437_IBM_BIOS.ttf') format('truetype');
}

* {
    font-weight: normal;
    font-family: 'cozi7' !important;
    font-smooth: never !important;
    box-sizing: border-box !important;
    /*padding: 0;*/
    /*margin: 0;*/
    font-size: 1em;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body,
html {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: #000;
    overflow: hidden;
}

body,
html,
div,
iframe,
    {
    contain: layout paint;
}


.blendme {
    mix-blend-mode: screen !important;
}

.lowSat {
    filter: grayscale(0.8) !important;
}


em,
.reverso {
    font-style: normal;
    padding: 0.2em;
    margin: -0.25em !important;
    background-color: var(--effieFate);
    color: var(--dustyMoon);
    font-weight: normal;
    font-family: 'IBMBIOSPLUS' !important;
    font-size: 0.8em;
    /*mix-blend-mode: screen;*/
}

#greetz2u {
    display: grid;
    grid-template-columns: 1fr auto;
    /*gap: 1em;*/
    /*height: 100%;*/
    /*max-width: 40em;*/
    /*min-height: max-content;*/
    /*height: 100%;*/
    max-width: 30em;
    align-items: center;
    align-self: center;
    /*overflow-y : scroll;*/
    /*overflow-x : hidden;*/
}

#greetz2u ul {
    list-style: none;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    min-width: max-content;
    padding-left: 1em;
}

#helloThere {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    gap: 1em;
    line-height: 1.666em;
}



/*#coverGrab {
    position: fixed;
    top: 0px;
    left: 0px;
    filter: blur(16px);
    -webkit-filter: blur(16px);
    overflow: hidden;
    contain: layout paint;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    pointer-events: none;
}*/


body {
    -webkit-transition: background-color 10s linear;
    -moz-transition: background-color 10s linear;
    -ms-transition: background-color 10s linear;
    -o-transition: background-color 10s linear;
    transition: background-color 10s linear;
    padding: 1em;
    background-color: #412533;



    /*background-image: url('https://a12.asurahosting.com/api/nowplaying/249/art');*/
    background-size: cover;
    background-position: center center;
    background-blend-mode: darken;

    /*filter: blur(16px);*/
    /*-webkit-filter: blur(16px);*/





    color: var(--effieLight);
    display: grid;


    grid-template-columns: repeat(5, 1fr);
    /*grid-auto-rows: minmax(100px, auto);*/
    grid-template-rows:
        150px auto auto 1fr auto;
    justify-content: space-between;

    grid-template-areas:
        'COOLheader COOLheader  COOLheader  player      player      '
        'hello      hello       hello       whmblinfo   whmblinfo       '
        'hello      hello       hello       newzZone    newzZone    '
        'hello      hello       hello       newzZone    newzZone    '
        'footieLinkBar footieLinkBar footieLinkBar luvTagBop luvTagBop';

    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
    /*grid-template-rows: 100px 1fr auto;*/
    grid-gap: 1em;
    /*height: 100vh;*/
    /*animation: turnOn 2s 1s ease;*/
    /*min-width: 1280px;*/
    /*min-height: 720px;*/
    height: 100vh;
    width: 100vw;
}

a,
a:visited {
    font-weight: bold;
    padding: 0.2em;
    /*margin: -0.2em !important;*/
    /*background-color: var(--effieFate);*/
    color: var(--effieLight);
}

a:hover {
    color: var(--effieDark);
    background-color: var(--effieFate);
}

hr {
    border: unset;
    border-top: var(--borderVibes);
}

.fullwidth {
    /*grid-column-start: 1;
grid-column-end: 6;*/
}

#hi {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
}

#COOL {
    grid-area: COOLheader;

    overflow-x: hidden;
    display: grid;
    align-content: center;

    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-content: space-between;

}

.reallyCoolThings {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: ;*/
    gap: 0.5em;
    /*height: 1.5em;*/

    overflow: hidden;
}

.reallyCoolThings>img {
    height: 100%;
    max-height: 1em;
}

pre {
    font-family: 'IBMBIOSPLUS' !important;
    /*font-size: 1ch !important;*/
    /*letter-spacing: 2px;*/
    line-height: 1em !important;
}

#hi>pre,
#COOL {
    /*font-size: 0.7em;*/
    /*font-family: 'IBMBIOSPLUS' !important;*/
    /*font-weight: 1000 !important;*/
}

#headerScii {
    /*height: min-content;*/
    /*width: min-content;*/
    font-family: 'IBMBIOSPLUS' !important;
    /*font-size: min(1vw, 6px);*/
    font-size: 1ch !important;
    /*font-weight: bold;*/
    align-self: center;
}

#headerPlayer {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em
}

#playerInfo {
    /*mix-blend-mode: screen;*/
    width: 100%;
    height: max-content;
    min-height: max-content;
    min-width: max-content !important;
    /*padding: 0.333em 0 0.333em 0;*/
    /*border-top: var(--borderVibes);*/
    /*border-bottom: var(--borderVibes);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    grid-area: whmblinfo;
}

#iceyPlayer {
    grid-area: player;
    /*mix-blend-mode: screen;*/
    overflow: hidden;
    display: flex;
    min-height: 150px;
    align-items: center;
}

#iceyPlayer iframe {
    width: 100% !important;
    min-height: 150px;
    /*height: 150px !important;*/
    /*overflow: hidden;*/
}

#sideNavThang {
    grid-area: hello;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
    overflow: hidden;
}




#tabToggler {
    /*grid-area: navtogglez;*/
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 0.5em;
    /*margin-bottom: -1em;*/
    /*float:right;*/
    /*position: sticky;*/
    /*bottom: -1em;*/
    /*margin-left: -1em;*/
    /*margin-right: -1em;*/
    /*position: fixed;*/
}

.lilTab {
    display: flex;
    align-items: center;
    background-color: var(--panelGlass);
    max-width: max-content;
    border-radius: 0 0 .5em .5em;
    padding: 0 0.5em 0 .5em;
    min-height: 2em;
}

.lilTab:hover {
    background-color: var(--effieLight);
    color: var(--dustyMoon);
    cursor: pointer;
}

.lilTab span {
    padding: 0 0.1em 0 0.1em;
    font-weight: bold;
    pointer-events: none;
}

.activeTab span {
    /*background-color: var(--effieFate);*/
    /*color: var(--dustyMoon);*/
    /*font-family: IBMBIOSPLUS !important;*/
    border-bottom: 3px dotted var(--effieFate);
}

.activeTab:hover {
    color: var(--effieLight);
    background-color: var(--panelGlass);
}

.activeTab:hover span {
    border-bottom-color: var(--effieLight) !important;
}

.activePage {
    display: flex;
}

#historyHeader {
    margin-top: -0.25em;
    margin-bottom: 0.5em;
    /*border-bottom: 2px solid var(--effieFate);*/
    border-bottom: var(--borderVibes);
}

#playHistoryChunk {
    /*height: 100%;*/
    flex-grow: 1;
    margin: 0 -0.25em 1em -0.25em;
    min-height: 4em;
}

#humblogChunk {
    margin-top: 1em;
    display: flex;
    flex-direction: column;
    min-height: 5em;
    /*max-height: 14em;*/
    overflow-y: auto;
    overflow-x: hidden;
    gap: 1em;
    margin: 0px -1em -1em -1em;
}

#blogTab {
    text-align: right;
    margin-right: -0.5em;
    padding: 0.25em;
}

#blogTab>span {
    /*background-color: var(--effieFate);*/
    /*color: var(--effieDark);*/
    /*padding: 0.25em 1em 0.25em 1em;*/
    /*border-radius: 0.25em 0.25em 0 0;*/
}

#newzFun {
    /*grid-column: 5/6;*/
    /*min-width: 20em;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-area: newzZone;
    /*mix-blend-mode: screen;*/
    gap: 2px;
}

#newzFun article {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 0.5em;*/
}


/* ~~~ center stage!! ~~~ */

#mainFun {
    /*grid-column: 2/5;*/
    /*min-width: 10em;*/
    padding: 0;
    filter: grayscale(1.0);
    /*mix-blend-mode: screen;*/
    /*background-color: rgba(250,240,250,0.03);*/
}

article {
    display: flex;
    flex-direction: column;
    /*gap: 0.25em;*/
    /*border-right: 3px solid var(--effieFate);*/
}

article>p {
    line-height: 1.5em;
    text-align: justify;
    margin: 1em;
    margin-bottom: 0;
    /*border-right: 3px dotted var(--effieFate);*/
}


article>p::before,
#helloThere>p::before {
    content: "»";
    display: inline-block;
    width: 1em;
    height: 1em;
    /*margin-right: 0.5em;*/
}


#scrollCTA {
    margin: 1em;
}





/*background-color: var(--effieFate);
color: var(--dustyMoon);
mix-blend-mode: screen;
padding: 0.25em;
margin-bottom: 0.5em;*/

.reverso,
article>h2,
article time {
    background-color: var(--effieFate);
    color: var(--dustyMoon);
    /*mix-blend-mode: screen;*/
    padding: 0.25em;
    margin: 0;
}

article>h2 {
    /*border-bottom: var(--borderVibes);*/
    /*border-left: var(--borderVibes);*/
    /*padding-left: 0.5em;*/
    font-family: 'IBMBIOSPLUS' !important;
    font-size: 0.8em;
    /*padding: 0.25em 0.5em 0.25em 0.5em !important;*/
    padding: 0.5em;
    /*font-weight: bold;*/
    position: sticky;
    top: 0px;
    z-index: +1;
    /*border-bottom: 0.1em solid black;*/
}


time {
    display: inline;
    justify-self: flex-end;
    width: max-content;
    align-self: flex-end;
    position: sticky;
    bottom: 0px;
    padding: 0.25em 0.5em 0.25em 0.5em !important;
    /*z-index: -1;*/
    margin-top: -0.5em !important;
}

.bgFilled {
    background-color: rgba(250, 240, 250, 0.1);
    padding: 1em;
    border-radius: 0.5em !important;
    overflow: hidden;
}

.pageFilled {
    background-color: var(--panelGlass);
    padding: 1em;
    border-radius: 0.5em 0.5em 0 0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
}

.page {
    display: none;
    flex-direction: column;
    flex-grow: 1;
    /*visibility: hidden !important;*/
}

.activePage {
    display: flex;
    /*flex-direction: column;*/
    flex-grow: 1;
    visibility: visible;
}

#footieLinks {
    display: flex;
    /*grid-template-areas: footieLinks;*/
    /*grid-column: 1/5;*/
    min-width: max-content;
    grid-area: footieLinkBar;
    /*mix-blend-mode: screen;*/
    /*background-color: #dadb0d;*/
}

#linkWrassler {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flext-start;
    gap: 0.5em;
}

#linkWrassler a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 2px;
}


#luvtag {
    text-align: right;
    grid-area: luvTagBop;
    align-self: center;
    min-width: max-content !important;
    /*mix-blend-mode: screen;*/
    /*background-color: #beefbb;*/
}

#mainFun,
chat-room {
    border-radius: 0.5em !important;
}

chat-room {
    /*filter: saturate(0.25);*/
    /*mix-blend-mode: screen;*/
}

#vizLayer {
    background-size: cover;
    background-position: center center;

    position: fixed;

    top: 0px;
    left: 0px;

    height: 100%;
    width: 100%;

    mix-blend-mode: screen;
    /*filter: blur(32px);*/
    /*-webkit-filter: blur(32px) grayscale(0.8);*/

    /*pointer-events: none;*/
    /*z-index: +99;*/
}

#overLayer {
    background-size: cover;
    background-position: center center;

    position: fixed;

    top: 0px;
    left: 0px;

    height: 100%;
    width: 100%;

    mix-blend-mode: soft-light;
    filter: blur(32px);
    -webkit-filter: blur(32px) grayscale(0.3);

    pointer-events: none;
    z-index: +999;

    /* performance trickery? */

    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
    transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}

.coverLayer {
    opacity: 0.0;
    transition: opacity 3s;
}

.activeCover {
    opacity: 1.0;
}

.waitingCover {
    opacity: 0.0;
}

#grainLayer {
    background-image: url('imgs/midgrain.jpg');
    background-size: cover;
    background-position: center center;

    position: fixed;

    top: 0px;
    left: 0px;

    height: 100%;
    width: 100%;

    mix-blend-mode: overlay;

    pointer-events: none;
    z-index: +9999;
    opacity: 0.5;
}

/* ~~~~~~~ anims~~~~~~~ */

@keyframes turnOn {
    from {
        /*opacity: 0.0;*/
        background-color: var(--effieDark);
        /*color: #000;*/
    }

    50% {
        /*opacity: 1.0;*/
        background-color: var(--effieFate);
    }

    to {
        background-color: var(--dustyMoon);
        /*color: #ffeeee;*/
    }
}



/* ~` ReSpoNSivE mEeeEdiaaAa quEriesS for your stupid smartfone `~ */

@media only screen and (max-width: 900px) {
    body {

        grid-template-columns: 1fr;
        grid-template-areas:
            'COOLheader'
            'player'
            'newzZone'
            'whmblinfo'
            'hello'
            'footieLinkBar'
            'luvTagBop'
        ;

        grid-template-rows:
            100px 150px 5.5em min-content auto min-content min-content;

        height: 100dvh;
        width: 100%;
    }

    #COOL {
        /*height: 100px;*/
        /*min-height: 100px;*/
        /*overflow-y: visible !important;*/
    }

    .reallyCoolThings {
        /*display: none;*/
    }

    #playerInfo {
        /*border-bottom: 0;*/
    }

    /* the 'hello' aka portfartlio part plz help paypal venmo cash cr&pto sandwiches mostly sandwiches and my work visa thanks */

    #newzFun {
        /*display: none !important;*/
    }

    #footieLinks {
        min-width: max-content !important;
        min-height: max-content !important;
        max-height: 10px !important;
        /*border: 1px solid gold;*/
        align-self: center;
    }

    #linkWrassler {
        /*display: flex;*/
        /*width: 100%;*/

        align-items: center;
        justify-content: center;
        min-width: max-content !important;
        min-height: max-content !important;
    }

    #luvtag {
        text-align: center;
    }


}