@import url('https://fonts.googleapis.com/css?family=Cherry Bomb One|Itim|Sour Gummy|Silkscreen|Chicle|Barrio');

@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');


body {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

:root,
[data-theme='Default'] {
    --bodybkgrnd: #0D0F11;
    /* body bg*/
    --border: #0D0F11;
    /* border */
    --bkgrnd: #fff;
    /* windows bg*/
    --header: #6363FF;
    /* header */
    --headerfont: #0D0F11;
    --font: #0D0F11;
    --headeractive: #87FF62;
    /* activeheader */
    --link: #E663FF;
    /* linkcolor */
    --linkH: #62BEFF;
    /* linkcolor hover */
    --tab: #E663FF;
    --tabactive: #FE9E62;
    --tabmin: #6363FF;
    --tabminhover: #87FF62;
    --minbutton: #F4FF63;
    --exbutton: #FF638A;
    --menu: #6363FF;
    --menuactive: #E663FF;
    --menuhover: #87FF62;
    --taskbar: #62BEFF;
    --tray: #87FF62;
    --iconbkgrnd: #0D0F11;
    --iconborder: #FFF;
    --iconhover: #62BEFF;
    --shadow: #252525;
    --bkgrndimg: url(https://heathersaturnia.neocities.org/Mutt/deco/Mutt-BGKRND.jpg);
    /* background image */



    --prfileimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/icns/rainbowwww.gif");
    --pictureimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/glttr_paws.gif");
}

[data-theme='gir'] {
    --bodybkgrnd: #0D0F11;
    /* body bg*/
    --border: #0D0F11;
    /* border */
    --bkgrnd: #fff;
    /* windows bg*/
    --header: #669D3D;
    /* header */
    --headerfont: #0D0F11;
    --font: #0D0F11;
    --headeractive: #94CE63;
    /* activeheader */
    --link: #94CE63;
    /* linkcolor */
    --linkH: #F77B84;
    /* linkcolor hover */
    --tab: #669D3D;
    --tabactive: #BDDE8C;
    --tabmin: #F77B84;
    --tabminhover: #87FF62;
    --minbutton: #BDDE8C;
    --exbutton: #F77B84;
    --menu: #669D3D;
    --menuactive: #94CE63;
    --menuhover: #F77B84;
    --taskbar: #94CE63;
    --tray: #BDDE8C;
    --iconbkgrnd: #0D0F11;
    --iconborder: #FFF;
    --iconhover: #BDDE8C;
    --shadow: #252525;
    --bkgrndimg: url(https://heathersaturnia.neocities.org/Mutt/deco/Mutt-BGKRND-GR.jpg);


    --prfileimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/icns/mongoose.gif");
    --pictureimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/glttr_gir.gif");
}

[data-theme='wndrlnd'] {
    --bodybkgrnd: #0D0F11;
    /* body bg*/
    --border: #0D0F11;
    /* border */
    --bkgrnd: #fff;
    /* windows bg*/
    --header: #72AEA8;
    /* header */
    --headerfont: #0D0F11;
    --font: #0D0F11;
    --headeractive: #9EC4C0;
    /* activeheader */
    --link: #AA8ACE;
    /* linkcolor */
    --linkH: #FDAEE3;
    /* linkcolor hover */
    --tab: #FDAEE3;
    --tabactive: #AA8ACE;
    --tabmin: #72AEA8;
    --tabminhover: #B3DED4;
    --minbutton: #B3DED4;
    --exbutton: #FF88D8;
    --menu: #72AEA8;
    --menuactive: #9EC4C0;
    --menuhover: #FDAEE3;
    --taskbar: #9EC4C0;
    --tray: #B3DED4;
    --iconbkgrnd: #0D0F11;
    --iconborder: #FFF;
    --iconhover: #62BEFF;
    --shadow: #252525;
    --bkgrndimg: url(https://heathersaturnia.neocities.org/Mutt/deco/Mutt-BGKRND-WNDRLND.jpg);


    --prfileimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/icns/WndrlndIcon.png");
    --pictureimg: url("https://heathersaturnia.neocities.org/Mutt/pxls/glttr_cat.gif");
}






#desktop {
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bkgrnd);
    background: var(--bkgrndimg);
    background-repeat: repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/dulq2e.gif"), default;

}

.window {
    position: absolute;
    border: 4px solid #000;
    background: var(--bkgrnd);
    border-radius: 5px;
    height: fit-content;
    width: fit-content;
    z-index: 98;
}

.window.closed,
.window.minimizedWindow {
    display: none;


}

.windowHeader {
    background: var(--header);
    text-align: right;
    font-size: 13px;
    font-family: "Silkscreen";
    border-bottom: 2px solid var(--border);
    padding: 3px 2px;
    line-height: 15px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/a4eumm.gif"), default;
    margin-bottom: 0px;

    color: var(--headertxt);

}

.activeWindow .windowHeader {
    background-color: var(--headeractive);
}

.windowHeader>span {
    display: inline-block;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/j0pjnw.gif"), default;
    color: var(--headertxt);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-left: -4px;
    font-size: 12px;
    text-align: center;
    padding: 2px;

    border-radius: 3px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

.windowHeader>span:hover {
    background: var(--minbutton);

}

.windowHeader>span.winclose:hover {
    background: var(--exbutton);
}

.windowHeader>span>span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 5px;
}

.winminimize>span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 5px;
    border-bottom: 3px solid var(--border);
    font-family: "Silkscreen";
    color: var(--headertxt);

}


.wincontent {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    min-width: 190px;
    min-height: 100px;
    border: 1px solid var(--border);
    margin: 1px;
    font-family: "Sour Gummy";
    font-size: 15px;
    line-height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/ixbzlj.gif"), default;
}


.window {
    transition:
        top 0.4s ease,
        left 0.4s ease,
        opacity 0.35s ease,
        transform 0.35s ease;
}

.window.minimizedWindow {
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        top 0.55s ease,
        left 0.55s ease;
}


.window:not(.closed) {
    opacity: 1;
    transform: scale(1);
}

.window.closed {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}


.activeWindow {
    animation: focusPop 0.22s ease-out;
}

@keyframes focusPop {
    0% {
        transform: scale(0.96);
    }

    100% {
        transform: scale(1);
    }
}






a {
    font-family: "Sour Gummy";
    color: var(--link);
    text-decoration: none;
    font-weight: bold;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;


}

a:hover {
    color: var(--linkH);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/9vvjso.gif"), default;
}

header {
    font-family: "Sour Gummy";
    font-size: 20px;
}

.windowHeader>strong {
    float: left;
    display: flex;
    align-items: center;
    margin: 0 6px 0 6px;
    line-height: 20px;
    font-size: 20px;
    font-family: "Silkscreen";
    color: var(--headerfont);
    margin-left: 0px;
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;

}

.windowIcon {
    max-width: 25px;
    max-height: 25px;
    margin-right: 4px;

}



.taskbarPanel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 5px;
    margin: 2px;
    padding: 0px;
    background: var(--tab);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
    position: relative;
    left: 135px;
    top: 0px;
    height: 40px;
    width: 40px;

}

.taskbarIcon {
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 2px;
}



.taskbarPanel.activeTab {

    background: var(--tabactive);
    box-shadow: 2px 2px var(--shadow);
}



.taskbarPanel.minimizedTab {

    background: var(--tabmin);
    box-shadow: 2px 2px var(--shadow);

}

.taskbarPanel.minimizedTab:hover {
    background: var(--tabminhover);
    box-shadow: 2px 2px var(--shadow);

}

.taskbarPanel.closed {
    display: none;
}

#icons {
    position: absolute;
    image-rendering: pixelated;
    top: 5px;
    left: 15px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/9vvjso.gif"), default;
}

#icons-container {
    display: flex;
    position: absolute;
    top: 5px;
    left: 15px;
    align-items: flex-start;
}

.column {
    display: flex;
    flex-direction: column;

    opacity: 0.9;
    gap: 8px;

    margin-right: 5px;
    align-items: center;


}

#icons a {
    display: block;
    padding: 5px 8px;
    font-family: "Barrio";
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: var(--bkgrnd);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/jx9388.gif"), default;
    align-items: center;
    background: var(--iconbkgrnd);
    min-width: 65px;
    max-height: 65px;
    border-radius: 24px;
    border: 2px solid var(--iconborder);

}

#icons a:hover {
    background: var(--linkH);
    color: var(--font);
}

#icons img {
    height: 40px;
    align-items: center;
    image-rendering: pixelated;
}



.pictureimg {
    background-image: var(--pictureimg);
    width: auto;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/****** warning ******/
#window0 {
    top: 8px;
    left: 420px;
}

#window0 .wincontent {
    width: 400px;
    height: 420px;
    overflow-y: hidden;
    font-size: 12px;

}

#window0 header {
    font-family: Barrio;
    font-size: 18px;
    font-weight: bold;
}

/****** nostalgia  ******/
#window1 {
    top: 0px;
    left: 85px;
}

#window1 .wincontent {
    width: 1150px;
    height: 500px;
    overflow-y: hidden;




}

/****** socials ******/
#window2 {
    top: 175px;
    left: 0px;
    z-index: 10;
}

#window2 .wincontent {
    font-size: 12px;
    width: 250px;
    height:200px;
    overflow-y: hidden;

}

#window2 a {
    font-size: 15px;

}

/****** graphix ******/
#window3 {
    top: 8px;
    left: 85px;
}

#window3 .wincontent {
    width: 820px;
    height: 515px;
    overflow-y: hidden;




}

/****** Gallery ******/
#window4 {
    top: 8px;
    left: 130px;
}

#window4 .wincontent {
    width: 880px;
    height: 510px;
    overflow-y: hidden;

}

/****** closet ******/
#window5 {
    top: 8px;
    left: 135px;
}

#window5 .wincontent {
    width: 980px;
    height: 510px;
    overflow-x: hidden;

    background-repeat: repeat-x;


}

/****** Profile ******/
#window6 {
    top: 8px;
    left: 140px;
}

#window6 .wincontent {
    width: 900px;
    height: 500px;
    overflow-y: hidden;
    overflow-x: hidden;

}

/****** music ******/
#window7 {
    top: 8px;
    left: 865px;
}

#window7 .wincontent {
    width: 210px;
    height: 425px;
    overflow-y: hidden;

    align-items: center;
}


/****** Calendar ******/
#window8 {
    top: 180px;
    left: 685px;
}

#window8 .wincontent {
    width: 250px;
    height: 220px;
    overflow-y: hidden;

}

/****** links ******/
#window9 {
    top: 149px;
    left: 450px;
}

#window9 .wincontent {
    width: 320px;
    height: 300px;
    overflow-y: auto;

    overflow: hidden;

}

/****** Toybox ******/
#window10 {
    top: 10px;
    left: 145px;
}

#window10 .wincontent {
    width: 500px;
    height: 520px;
    overflow-y: hidden;
}
/****** MiniMuttMood ******/
#window11 {
    top: 315px;
    left: 230px;
    z-index: 29;
}

#window11 .wincontent {
    width: 200px;
    height: 200px;
    overflow: visible;
}



.frame {
    display: block;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.start-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 5px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: var(--menu);
    font-family: "Silkscreen";
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: var(--menufont);
    text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;

    width: 130px;
    height: 50px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/fkoun7.gif"), default;
}


.start-menu {
    display: none;
    width: 240px;
    background-color: var(--bkgrnd);

    border-right: 2px solid #000;
    border-top: 1px solid #B4B4B4;
    border-left: 1px solid #B4B4B4;

    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    padding: 5px;
    position: absolute;
    bottom: 45px;
    left: 0px;
    z-index: 999;
    font-size: 13px;
}

.start-button.active {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    background-color: var(--menuhover);
}

.profile-section {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 10px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/9vvjso.gif"), default;
}

.profile-section .profile-picture {

    background-image: var(--prfileimg);
    width: 100px;
    height: 100px;
    border: 1px solid var(--border);
    background-size: cover;
    margin-right: 10px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/jx9388.gif"), default;
}

.profile-section .username {
    font-weight: bold;
    font-family: "Barrio";
    font-size: 20px;
    font-style: uppercase;
    color: var(--linkH);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;

}

.menu-items {
    list-style: none;
    padding: 0;
}

.menu-items li {
    margin: 5px 0;
    position: relative;
}

.menu-items li a {
    text-decoration: none;
    color: var(--menufont2);
    font-family: "Sour Gummy";
    font-size: 20px;
    font-weight: normal;
    padding: 2px;
    display: block;
    border-radius: 4px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/9vvjso.gif"), default;
}

.menu-items li a:hover {
    background-color: var(--menuhover);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/br2e3n.gif"), default;
}

.has-submenu {
    position: relative;
}

.submenu {
    display: none;
    position: absolute;
    top: 80%;
    left: 100%;
    transform: translateY(-75%);
    background-color: var(--bkgrnd);
    border: 1px solid var(--border);
    border-radius: 4px;
    padding: 5px;
    list-style: none;
    margin-left: 8px;
    width: 150px;
    min-height: 250px;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}


.submenu li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1px 0;
}

.submenu li a {
    text-decoration: none;
    color: var(--menufont2);
    padding: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/dulq2e.gif"), default;
}

.submenu li a:hover {
    background-color: var(--menuhover);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/dulq2e.gif"), default;
}

.has-submenu:hover .submenu,
.submenu:hover {
    display: block;
}

.start-menu.visible {
    display: block;
}

.start-menu.show {
    display: block;
}

.show {
    display: block;
    position: absolute;
    bottom: 100%;
    margin-bottom: 0;
}


.copyButton {
    width: 150px;
    font-size: 10px;
    background-color: var(--header);
    color: #ffffff;
    height: 35px;
    margin-bottom: 0px;
}


#taskbar {
    position: fixed;
    height: 50px;
    border-top: 2px solid var(--border);
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--taskbar);
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/9vvjso.gif"), default;
    z-index: 9999;
}

#tray {
    display: flex;
    position: absolute;
    z-index: 90;
    right: 0;
    height: 49px;
    bottom: 0;
    margin: 0;
    padding: 0;
    background-color: var(--tray);
    align-items: center;
    justify-content: space-between;

    border-right: 2px solid #000;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#tray-icons {
    display: flex;
    flex: 1;
    margin-left: 10px;
}

#clock-container {
    font-family: "Silkscreen";
    color: #000000;
    background-color: var(--tray);
    margin: 0;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 2px;

}

#clock {
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0 1px black, 1px 0px black, 0 -1px black, -1px 0px black;
    font-weight: bold;
    line-height: 1;

}

#date {
    position: relative;
    font-size: 15px;
    font-family: "Silkscreen";
    color: #ffffff;
    text-shadow: 0 1px black, 1px 0px black, 0 -1px black, -1px 0px black;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}

#date a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.THMbutton {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-clip: padding-box;
    border-radius: 0;

    background-color: var(--tray);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    color: var(--font);
    width: 70px;
    height: 49px;
    font-family: "Sour Gummy";
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    margin-right: -2px;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;
}


.THMbutton option {

    color: var(--font);
    font-family: "Sour Gummy";
    font-size: 14px;
    border: none;
}


.THMbutton option:hover {
    background-color: var(--tabmin);
}





details {
    background: transparent;
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    line-height: 20px;
    opacity: 0.9;
    margin-top: 2px;
    margin-bottom: 8px;
    right: 0px;
    position: relative;
}

details>summary::before {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    display: inline-block;
    transition: 0.2s;
    content: url("https://heathersaturnia.neocities.org/Mutt/pxls/f1471884.gif");
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;

}

details[open] summary::before {
    transform: rotate(90deg);
}

details[open] .text-box {
    border: 2px solid #000000;
    border-radius: 12px;
    padding: 6px;
    margin-top: 6px;
}


summary {
    display: flex;
    height: 25px;
    background-color: transparent;
    font-family: "Silkscreen";
    font-size: 17px;
    font-weight: bold;
    cursor: url("https://heathersaturnia.neocities.org/Mutt/deco/flvo2h.gif"), default;
}

#loading {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10000;
    background-color: var(--bodybkgrnd);
    color: var(--headeractive);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 60px;
}


#loading p {
    color: var(--headeractive);
    font-family: "Silkscreen";
    font-size: 24px;
    text-align: center;
    display: block;
    clear: left;
    margin-top: 10px;
}

/* Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--accent) var(--bodybkgrnd);
}
#moodBox {
    position: absolute; 
    width: 112px;
    height: 155px;
    bottom: 2px;
    right: 50px;
    z-index: 999999; 
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#moodBox img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

#moodBox.jump {
    animation: jumpUpDown 0.45s ease-out;
}

@keyframes jumpUpDown {
    0%   { transform: translateY(0); }
    20%  { transform: translateY(-18px); } 
    50%  { transform: translateY(0); }     
    70%  { transform: translateY(-8px); }  
    100% { transform: translateY(0); }
}

#speechBubble {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border: 3px solid #000000;
    border-radius: 6px;
    padding: 6px 10px;
    font-family: "Silkscreen";
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 9999999; 
}


#speechBubble::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
}

#speechBubble.visible {
    opacity: 1;
}
::selection {
    color: #fff;
    background-color: var(--link);
}




