body {
    margin: 0;
    font-family: var(--p);
}

@font-face {
    font-family: nonsense;
    src: url(https://file.garden/aKkE4rq5LD-L0q5I/fonts/CircuitCity.ttf) format(TrueType);
}

@font-face {
    font-family: austinlights;
    src: url(https://file.garden/aKkE4rq5LD-L0q5I/fonts/AustinLights.ttf) format(TrueType);
}

@font-face {
    font-family: brokenghost;
    src: url(https://file.garden/aKkE4rq5LD-L0q5I/fonts/BROKEN_GHOST.ttf) format(TrueType);
}

@font-face {
    font-family: pixelserif;
    src: url(https://file.garden/aKkE4rq5LD-L0q5I/fonts/anewserifintownF.ttf) format(TrueType);
}

:root {
    --stroke: 0 0 3px white, 2px 2px white, -2px 2px white, 2px -2px white, -2px -2px white, 2px 0 white, -2px 0 white, 0 2px white, 0 -2px white;
    --t1: brokenghost;
    --t2: austinlights;
    --p: pixelserif;
    --psize: 14px;
    /*border img 1*/
    --border: 15px solid transparent;
    --border-image-source: url("https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-12T173946.851.png");
    --border-image-slice: 15 fill;
    --border-image-width: 15px;
    --border-image-repeat: round;
    /*border 2*/
    --border2: 1.5px solid transparent;
    --border-image-2: url(https://file.garden/aKkE4rq5LD-L0q5I/index2/border2.png);
    --border-slice2: 6 fill;
    --border-width2: 1.5px;
    --border-repeat2: round;
}

/*main*/

main {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    padding: 20px;
    gap: 10px;
    align-items: flex-start;
    width: 730px;
    align-content: space-between;
}

main::before,
main::after {
  content: "";
  flex-basis: 100%;
  width: 0;
  order: 2;
}

#update {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    border-image-repeat: repeat;
    flex-grow: 3.5;
    height: 380px;
    display: flex;
    flex-direction: column;
    gap:5px;
    overflow-y: scroll;
    width: 220px;
}

#update::-webkit-scrollbar {
    display: none;
  }

.bubble {
    position: relative;
    background: gray;
    color: #000000;
    font-family: var(--p);
    font-size: var(--psize);
    text-align: center;
    width: 95%;
    margin-left: auto;
    border-radius: 3px;
    padding: 3px;
    border: #000000 solid 1px;
    box-sizing: border-box;
}
.bubble:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: transparent gray;
    border-width: 10px 10px 10px 0;
    top: 50%;
    left: -10px;
    margin-top: -10px;
}
.bubble:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-color: transparent #000000;
    border-width: 11px 11px 11px 0;
    top: 50%;
    left: -11.5px;
    margin-top: -11px;
    display: block;
}


    .bubble .date {
        height: 10px;
        text-align: right;
        text-transform: uppercase;
        color: black;
        padding: 5px;
        border: 1px inset black;
        background-color: #d7d7d7;
        margin-bottom: 2px;
        border-radius: 3px;
    }

    .bubble .date img {height: 100%;}

    .bubble .body {
        max-width: 222px;
        text-align: left;
        background-color: white;
        padding-left: 3px; padding-right: 3px;
        padding-top: 10px; padding-bottom: 10px;
        border: 1px inset black;
        border-radius: 3px;
    }

#welcome {
    width: 475px;
    height: 400px;
    display: flex;
    flex-direction: column;
}

#welcome section {
    font-size: var(--psize);
    height: 250px;
    margin-bottom: 10px;
    border: var(--border);
    border-image-source: var(--border-image-source);
    border-image-slice: var(--border-image-slice);
    border-image-width: var(--border-image-width);
}

.holder textarea {
    width: 70%; height: 40px; margin-top: auto;
    border-radius: 5px;
    font-smooth:never;
    -webkit-font-smoothing:none;
    resize: none;
}

.holder img {
    height: 40px;
    image-rendering: pixelated;
}

.holder img:hover {
    animation: buttonhover .8s linear;
    z-index: 999;
}

.holder {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

#features {
    flex-basis: 100%;
    height: 250px;
    display: flex;
    position: relative;
    gap: 10px;
}

#features > * {
    box-sizing: border-box;
    padding: 5px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
}

#features t {
    font-size: 15px;
    position: absolute;
    z-index: 100;
    font-family: var(--t1);
    font-size: 40px;
    text-shadow: var(--stroke);
}

#music t {
    right: 0px;
    bottom: 0px;
    font-size: 25px;
}

#qotw t {
    bottom: 0px; left: 0px;
    font-size: 40px
}

#status {
    gap: 20px;
}

    #features .character {
        height: 100%; width: 100%;
        background-size: contain;
        background-position: center;
        -webkit-mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(2).png');
        mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(2).png');
        -webkit-mask-size: cover;
        mask-size: cover;
        -webkit-mask-repeat: no-repeat;
        image-rendering: pixelated;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        filter: saturate(50%) contrast(110%) brightness(110%);
        mask-position: center;
        background-color: black;
        transition: all .5s ease;
    }

    #features .character:hover {
        image-rendering: auto;
        -webkit-mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(1).png');
        mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(1).png');
    }

    #features .character:hover .text {
        opacity: 100%;
    }

    #features .character .text {
        height: 100%; width: 100%;
        display: flex;
        opacity: 0;
        justify-content: center; align-items: center;
        box-sizing: border-box;
        padding: 50px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.5);
        text-shadow: var(--stroke);
        transition: all .5s ease;
    }

    #music .character {
        -webkit-mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(3).png');
        mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(3).png');
        transition: all .5s ease;
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    #music .character:hover {
        -webkit-mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(3).png');
        mask-image: url('https://file.garden/aKkE4rq5LD-L0q5I/index2/New%20Project%20-%202025-10-13T211042.786%20(3).png');
    }

    #music .character .text {
        line-height: 100px;
    }

    #status .box {
        width: 90%;
        border-radius: 5px;
        border: 1.5px solid grey;
        box-sizing: border-box;
        padding: 7px;
        font-size: var(--psize);
        position: relative;
        border-radius: 5px;
    }

    #status t {
        position: absolute;
        font-family: var(--t2);
        font-size: 40px;
        top: -30px;
        text-shadow: var(--stroke), 3px 3px 3px black;
    }

#about {
    flex-grow: 7;
    height: 250px;
    border: var(--border);
    border: var(--border);
    border-image-source: var(--border-image-source);
    border-image-slice: var(--border-image-slice);
    border-image-width: var(--border-image-width);
}

#buttons {
    flex-grow: 3;
    height: 250px;
}

.breaker {
    flex-basis: 100%;
    height: 0;
}

