body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-image: url("/blog/img/pinkLaceBg.webp");
    background-attachment: fixed;
    background-size: contain;
    background-position: center;

}

h1,
h2,
h3,
i,
sub {
    margin: 0;
    padding: 0;
    line-height: 1;
}

p,
dd,
dt,
main h1,
main h2,
main h3,
main a {
    transition-duration: .5s;
    border-radius: 15px;

    &:hover {
        color: var(--big_text);
        background-color: var(--out_border-clear);
        scale: 1.01;
    }
}

a {
    color: var(--out_border);
    font-family: lovely;
    text-decoration: none;
}

a:hover {
    text-shadow: none;
    color: var(--text_shadow);
}

nav a {
    display: block;
    text-decoration: none;
    height: 20px;
    cursor: url("/images/smalls/select.gif"), default;

    color: var(--dark_pink);
    font-size: 20px;
    padding: 10px 50px;

    &:hover {
        color: var(--pink_shadow)
    }
}

.navLink{

    &:hover::before {
        content: "୨୧"
    }
}

nav li {
    list-style: none;
    margin-left: -40px;
}

nav header {

    padding: 20px auto;
    height: 40px;
    width: 100%;

    margin-top: -50px;
    margin-bottom: 20px;

    border-radius: 25px 25px 0 0;
    border-bottom: 2px solid var(--mauve);

    color: var(--sub_text);
    background-color: var(--out_border-clear);
    filter: blur(25px);
}

nav details {
    border-radius: 25px;

    &[open]::details-content {
        width: 100%;
        padding-bottom: 10px;
    }
}

nav summary {
    width: 90%;

    &::after {
        transition: 0.3s;
        border-block-start: 0.4em solid var(--blue);
        border-inline: 0.25em solid transparent;
    }
}

nav * {
    transition-duration: .5s;
}

nav>a,
nav>ul>li>details>summary {
    font-family: "Jua";
    color: var(--dark_pink);
    border-image-slice:
        10 fill;
    border-image-width: 10px;
    border-image-outset: 5px;
    border-image-repeat: round;
    border-image-source:
        url("https://64.media.tumblr.com/b1c803155029d6ecc272f5bfdac158d6/eb4ce0e9a292d9f0-da/s100x200/e847546a00b31154592a12ed70da2921e97d954a.pnj");
    border-style:
        solid;
    transition-duration: .5s;

    align-items: center;
    align-content: center;

    &:hover {
        scale: 1.05;
        color: var(--pink_shadow);
    }
}

span {
    display: flex;
}

details {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    padding: 0;

    width: 100%;
    overflow: visible;
}

summary {
    display: flex;
    height: 30px;
    /* width: 90%; */
    border-radius: 25px;
    overflow: visible;

    &:hover {
        background-color: var(--out_border-clear);
    }
}

details summary>* {
    display: inline;
}

details a {
    display: block;
    border-radius: 50px 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
}

nav>ul>li>details {

    border-image-slice:
        9 fill;
    border-image-width: 10px;
    border-image-outset: 0px;
    border-image-repeat: round;
    border-image-source:
        url("https://64.media.tumblr.com/b1c803155029d6ecc272f5bfdac158d6/eb4ce0e9a292d9f0-da/s100x200/e847546a00b31154592a12ed70da2921e97d954a.pnj");
    border-style:
        solid;

}

nav>ul>li>details a {
    padding: 0;

    border-right: none;
    transition-duration: .3s;
    margin-bottom: 10px;

    &:hover {
        scale: 1;
        margin-left: 20px;
    }
}

dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
        max-width: 100%;
}

dt {
    font-family: "Jua";
    font-size: 1.2em;
    text-decoration: wavy underline;
    align-self: center;

    margin-top:20px;
}

dd {
    width:fit-content;
    text-align: left;
    margin: 10px 0;
}

dl .siteButton {
    width: 100%;
    display: flex;
    justify-content: center;
}

dl .siteButton img {
    margin: 0 10px;
}
dd:before {
    content: "꒰ঌ·"
}

main a {
    text-decoration: underline;
}

main h1, main h2 {
    font-family: Lovely;
}
.allCaps {
    font-family: "Jua";
    text-transform:uppercase;
}
nav,
.backButton,
aside.statuses,
main {
    position: relative;
    padding: 20px;

    background-color: var(--pink_clear);
    backdrop-filter: blur(2px);
    border-radius: 15px;

    box-shadow: 0px 0px 15px 15px var(--out_border-clear);

    border-image-slice: 330;
    border-image-width:
        50px;
    border-image-outset: 20px;
    border-image-repeat: round;
    border-image-source:
        url("/blog/img/decor/bowLaceBorder.webp");
    border-style:
        solid;

    z-index: 1;

    transition-duration: .5s;

    &:hover {
        box-shadow: inset 0px 0px 15px 5px white;
        background-color: var(--white_clear);
        backdrop-filter: blur(5px);
        scale: 1.05;
        z-index: 3;
        color: var(--sub_text);
        filter:
            drop-shadow(2px 2px 1px var(--blue_clear));

    }
}

main:hover {
    scale: 1 !important;
}

aside.statuses {
    position: sticky;
    top: 100px;
}


#desktop>div>header h1 {
    font-family: "Cloudy Aurora";
    font-size: 4rem;
    color: var(--default_text);
    text-shadow: 3px 3px var(--blue_shadow);

    transition-duration: .5s;

    &:hover {
        color: var(--pink_shadow);
        text-shadow: 3px 3px var(--default_text);
        scale: 1.05;
    }
}

#desktop>div>header,
footer {
    position: relative;

    width: 90vw;
    height: 20vh;
    margin: auto;

    padding: 20px 0 20px 0;

    backdrop-filter: blur(2px);

    text-align: center;
    transition-duration: .5s;

    display: flex;
    align-items: center;
    justify-content: center;

    &:hover {

        backdrop-filter: blur(5px);
        border-radius: 50px;
    }
}

#desktop>div>header {

    &:hover {
        z-index: 3;

    }
}

aside.left {
    position: sticky;
    top: 100px;
    height: fit-content;
    text-align: center;

    z-index: 1;

    &:hover {
        z-index: 3;
    }
}

nav {
    text-align: center;
    height: fit-content;
    max-height: 100vh;

    margin: 50px auto;
}

main {
    width: 40%;
    padding: 50px;
    height: fit-content;
    margin: 0 30px;
}

footer {
    border-radius: 0 0 50px 50px;

    margin: 0px auto;
}

main:hover h1 {

    transition-duration: .5s;
    color: var(--big_text);
}

.biggestBox {
    border-radius: 50px;
    background-color: var(--pink_clear);

    border: 5px solid var(--pink_clear);

    margin: 0;
    margin-top: 100px;
    justify-self: center;
    width: 90vw;
}

#desktop {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden auto;

    height: 100vh;
    width: 100vw;
}

.mainStuff {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    justify-self: center;

    width: 90vw;
    height: fit-content;

    font-family: "Comfortaa";
    color: var(--dark_pink);
}

#top_border {
    background:
        url("/images/lace/wingedBow.gif"),
        url("/blog/img/decor/sugarLace.webp");
    background-repeat: no-repeat, repeat-x;
    background-position: 50%, top;
    background-position-y: 0, 0;

    filter:
        drop-shadow(2px 2px 1px var(--out_border)) drop-shadow(2px 5px 1px var(--out_border-clear));

    position: fixed;
    top: 0;

    width: 100vw;
    background-size: 200px, 100px;
    height: 100px;
    z-index: 10;
}

.topper {
    background: url('/blog/img/decor/dangly.png') repeat-x;
    background-size: 1000px auto;

    background-position: top center;

    transition-duration: 500ms;
    position: fixed;
    pointer-events: none;

    z-index: 2;
    top: 0;
    width: 100vw;
    height: 300px;

    filter:
        drop-shadow(2px 2px 1px var(--out_border));

}

.sparkleOverlay {
    background: url("https://sozaino.site/wp-content/uploads/2022/01/frame443.png");
    background-size: cover;
    background-position: center;

    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;

    z-index: 2;
    pointer-events: none;
}

.centerStuff {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 100%;
}

.flex {
    display: flex;
    border: none;

    flex-wrap: wrap
}

.sticker {
    filter:
        drop-shadow(1px 0px 0px var(--default_text)) drop-shadow(-1px 0px 0px var(--default_text)) drop-shadow(0px 1px 0px var(--default_text)) drop-shadow(0px -1px 0px var(--default_text));
    transition-duration: 500ms;

    &:hover {
        scale: 1.1;
    }
}

.imgFit {
    width: 100%;
}

.starsContainer,
#star-container {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.tooltip {
    cursor: context-menu;
    color: inherit;
}

.tooltip a {
    text-decoration: none;
    cursor: context-menu;

    &:hover {
        color: var(--sub_text);
    }
}

.bottomPad {
    width: 100vw;
    height: 50px;
}

.left {
    width: 15%;
}

.statuses {
    width: 15%;
    max-height: 80vh;

    overflow: hidden auto;
    position: sticky;
    top: 50px;
    padding: 10px;
}

.statuses,
#song {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;

    align-items: center;
    justify-content: center;
}

.statuses>div {
    background-color: var(--out_border-clear);
    backdrop-filter: blur(10px);
    width: 90%;

    margin: 10px 0;
    padding: 15px;

    border-radius: 20px;
    transition-duration: .5s;

    box-shadow: 0px 0px 5px 5px var(--pink_shadow);

    border-image-slice: 39 fill;
    border-image-width: 25px;
    border-image-outset: 5px;
    border-image-repeat: round;
    border-image-source: url("/blog/img/decor/smallRuffle.webp");
    border-style: solid;

    text-align: center;

    &:hover {
        scale: 1.05;
        background-color: var(--pink_clear);
    }
}

#song {
    max-height: 100px;
    margin: 15px;
}

#song>div {
    height: fit-content;
    margin-top: 20px;
    width: 100%;
}

#trackInfo>a {
    height: fit-content;
}

.backButton {
    display: flex;
    justify-content: center;
}
.laceBorder {

    border-width: 15px;
    background-clip: padding-box !important;
    border-image-slice:
        38 40 38 40;
    border-image-width: 25px;
    border-image-repeat: round;
    border-image-source:
        url("/images/bg-decor/asymLace.png");
    border-style:
        solid;

} 
.cloverImg {
    width: 200px;
    border-radius: 25px;
    margin: 10px;

    transition-duration: .3s;

    border-image-slice: 15;
    border-image-width: 20px;
    border-image-outset: 10px;
    border-image-repeat: round;
    border-image-source:
        url("https://i.postimg.cc/mZ8j7zvH/frill-3-brown-ish.png");
    border-style:
        solid;

    &:hover {
        scale: 1.1;
    }
}

.tenor-gif-embed {
    margin: 20px;
}

#pianoSleep {
    background-image: url(/Shrines/piano/images/Piano_Archive/Sleepytime♪_MY_SWEET_PIANO.png);
    background-size: contain;
    height: 300px;
    width: 300px;

    z-index: 2;
    position: fixed;
    bottom: 0;
    right: 0;

    transition-duration: .5s;

    &:hover {
        scale: 1.1;

    }
}

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

    aside.left,
    main,
    aside.statuses {
        width: 100vw;
        position: static;
        padding: 0;
        margin: 30px 0;
    }

    .row {
        flex-wrap: wrap;
    }

    .decor {
        display: none;
    }

}

/* selection */
* {
    :-moz-selection {
        color: #ffbbeb;
        background: var(--out_border);
    }

    ::selection {

        color: var(--pink);
        background: var(--skyblue);
        text-shadow: 0px 0px 2px var(--cream);
    }
}

/* Scrollbars */
* {
    cursor: url("/images/smalls/normal_select.gif"), default;
    /* cursor:url("/images/smalls/cursor.gif"), pointer; */

    /* Modern browsers — Chrome 121+, Edge 121+, Firefox, Safari 18.2+ */
    * {

        scrollbar-width: 10px;
        scrollbar-color: var(--in_border) transparent;

    }

    /* Legacy WebKit — older Chrome/Edge/Safari, radius, borders & shadows */
    *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    *::-webkit-scrollbar-track {
        background-color: transparent;
        border-radius: 20px;
        padding: 2px;
    }

    *::-webkit-scrollbar-track:hover {
        background-color: #fae8ff;
    }

    *::-webkit-scrollbar-track:active {
        background-color: #f0abfc;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #d946ef;
        border-radius: 20px;
        min-height: 30px;
        border: 2px solid #f0abfc;
        box-shadow: 0 0 4px rgba(221, 0, 255, 0.5);
    }

    *::-webkit-scrollbar-thumb:hover {
        background-color: #c026d3;
    }

    *::-webkit-scrollbar-thumb:active {
        background-color: #86198f;
    }

    *::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }
}

:root {
    --pink_clear: #ffc3f167;
    --pink_shadow: #eaa6ec;
    --dark_pink: #ca82b9;

    --mauve: #BE9FBA;
    --cream: #FFFFFF;
    --white_clear: #ffffff17;

    --blue: #cce0ff;
    --blue_clear: #c3e1ff67;
    --blue_shadow: #a3c6ffbd;
}