/* -------------------------------------- body */
body {
    gap: 10px;
    flex-direction: column;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Pink);
}

.pagedoll {
    position: absolute;
    left: 5%;
    top: 0%;
    filter: hue-rotate(218deg) brightness(1.1) saturate(0.5);
}

/* -------------------------------------- lace */
.lace {
    display: flex;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent1);
    border-image-slice: 9;
    border-image-width: 10px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
    background: var(--white);
    flex-direction: column;
    gap: 5px;
}

/* -------------------------------------- lace-bar */
.lace-top {
    display: flex;
    min-width: -webkit-fill-available;
    border-radius: 5px;
    height: 14px;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    align-content: center;
    background: url(/web/20250819022302im_/https://sweet-pea.neocities.org/graphics/dividers/FL-lace1.gif);
    background-position: center;
    background-position-y: 14px;
    filter: var(--outline1);
}

.lace-bottom {
    display: flex;
    min-width: -webkit-fill-available;
    border-radius: 5px;
    height: 14px;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    align-content: center;
    background: url(/web/20250819022302im_/https://sweet-pea.neocities.org/graphics/dividers/FL-lace1.gif);
    background-position: center;
    background-position-y: 35px;
    filter: var(--outline1);
}

/* -------------------------------------- container */
.container {
    display: flex;
    gap: 5px;
    border: 1px solid;
    border-radius: 5px;
    min-width: 1000px;
    min-height: 984px;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/Blue);
    background-size: 16px;
}

/* -------------------------------------- banner + calendar */
.banner-row {
    display: grid;
    margin: 0px 5px;
    min-width: -webkit-fill-available;
    min-height: 150px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 5px;
    grid-template-areas:
        "calendar banner"
    ;
}

/* -------------------------------------- banner */
@font-face {
    font-family: cursive;
    src: url('/web/20250819022302im_/https://sweet-pea.neocities.org/fonts/Cursive.woff2') format('woff2'),
        url('/web/20250819022302im_/https://sweet-pea.neocities.org/fonts/Cursive.woff') format('woff');
}

.banner {
    display: flex;
    border: 1px solid;
    border-radius: 3px;
    min-width: 790px;
    min-height: 190px;
    background: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Backgrounds/flowers1);
    background-size: 30px;
    grid-area: banner;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    flex-direction: column;
}

.banner-text {
    display: flex;
    padding: 8px 15px;
    border-radius: 3px;
    justify-content: flex-end;
    width: -webkit-fill-available;
    align-items: center;
}

.banner-h1 {
    font-size: 30px;
    color: #fae0e4;
    filter: var(--outline3);
}

.banner-h1::before, .banner-h1::after {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Clover);
    padding: 0px 10px;
}

/* -------------------------------------- counter */
.counter {
    display: flex;
    height: 100%;
    filter: saturate(0.7) hue-rotate(344deg);
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

/* -------------------------------------- top-bar */
.top-bar {
    display: flex;
    min-width: -webkit-fill-available;
    height: 240px;
    border-radius: 5px;
    padding: 5px;
    align-items: center;
    gap: 7px;
    justify-content: space-between;
    align-content: center;
    grid-area: banner;
    border: 1px solid;
    flex-direction: column;
    background: var(--white);
}

.top-buttons {
    display: flex;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.top-button {
    display: flex;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border-image-source: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/borders/Transparent);
    border-image-slice: 5;
    border-image-width: 5px;
    border-image-repeat: round;
    border-style: solid;
    border-radius: 5px;
    background: #e3eccc;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    text-decoration: none;
}

.top-btext {
    display: flex;
    letter-spacing: 2px;
    transition: 0.25s;
    transition-timing-function: ease-out;
    font-size: 12px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
    border-radius: 3px;
}

.top-button:hover {
    position: relative;
    top: 2px;
    .top-btext {
        letter-spacing: 3.5px;
        transition: 0.25s;
        transition-timing-function: ease-out;
    }
}
/* -------------------------------------- calendar */
.calendar {
    display: flex;
    width: 200px;
    height: 240px;
    border: 1px solid;
    border-radius: 5px;
    grid-area: calendar;
    padding: 5px;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    background: var(--white);
}

.time {
    display: flex;
    width: -webkit-fill-available;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    justify-content: center;
    background: #fae6e6;
    text-indent: 1px;
}

.time::before {
    content: "♫";
    padding-right: 7px;
    color: #edc5c9;
    text-shadow: var(--shad2);
    font-weight: bold;
}

.clock {
    color: white;
    text-shadow: var(--shad1);
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px dashed;
    border-color: var(--black);
    padding-bottom: 1px;
    text-indent: 1px;
    width: 140px;
}

.calendar-frame {
    width: -webkit-fill-available;
    border: 0;
    height: -webkit-fill-available;
}
/* -------------------------------------- main-flex */
.main-flex {
    display: flex;
    min-width: -webkit-fill-available;
    margin: 0px 5px;
    flex-direction: row;
    gap: 5px;
}

/* -------------------------------------- side-bar */
.side-bar {
    display: flex;
    border: 1px solid;
    width: 200px;
    height: 699px;
    border-radius: 5px;
    background: var(--white);
    padding: 5px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    overflow: auto;
}

/* -------------------------------------- side-buttons */
.side-buttons {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: -webkit-fill-available;
}

.side-button, .side-link, .side-shrine {
    display: flex;
    height: 29px;
    width: -webkit-fill-available;
    padding: 5px 9px;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    text-decoration: none;
    text-shadow: none;
}

.side-button {
    background: #faebe9;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #cfb3b3;
}

.side-link {
    background: #e9edd5;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #aec08d;
}

.side-shrine {
    background: #eaf4f7;
    box-shadow: 2px 2px 2px inset #ffffff, -1px -1px 1px inset #88a4b1b8;
}


.side-button:hover {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #cfb3b3;
    position: relative;
    top: 0.5px;
    left: 0.7px;
    .side-btext {
        letter-spacing: 7.2px;
    }
}

.side-button::before {
    content: '♫';
    font-weight: bold;
    color: #efd0d3;
    text-shadow: var(--shad2);
    text-indent: 0.5px;
}

.side-bar .button-color .side-btext {
    font-weight: bold;
    color: white;
    text-shadow: var(--shad1);
    transition: none;
}

.button-color::before {
    content: '♫';
}

/* -------------------------------------- side-links */
.side-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: -webkit-fill-available;
}

.side-btext {
    font-size: 10px;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    transition: 0.3s;
}

.side-link:hover {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #aec08d;
    position: relative;
    top: 0.5px;
    left: 0.7px;
    .side-btext {
        letter-spacing: 7.2px;
    }
}

.side-link::before {
    content: '♫';
    font-weight: bold;
    color: #ccd8ae;
    text-shadow: var(--shad2);
    text-indent: 0.5px;
}
/* -------------------------------------- side-shrines */
.side-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: -webkit-fill-available;
}

.side-shrine:hover {
    box-shadow: -2px -2px 2px inset #ffffff, 1px 1px 1px inset #88a4b1b8;
    position: relative;
    top: 0.5px;
    left: 0.7px;
    .side-btext {
        letter-spacing: 7.2px;
    }
}

.side-shrine::before {
    content: '♫';
    font-weight: bold;
    color: #c2d8e0;
    text-shadow: var(--shad2);
    text-indent: 0.5px;
}
/* -------------------------------------- update-log */
.update-log {
    display: flex;
    border: 1px solid;
    border-radius: 4px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background: #f0f5e1;
    background-size: 60px;
    padding: 5px;
    flex-direction: column;
    gap: 5px;
    overflow: auto;
}

.update-h2 {
    display: flex;
    font-size: 12px;
    text-shadow: var(--shad1);
    text-transform: uppercase;
    border-bottom: 1px var(--black) dashed;
    padding-bottom: 5px;
    align-items: center;
}

.update-h2::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Music);
    padding: 0px 9px;
    filter: grayscale(0.4);
}

/* -------------------------------------- updates */
.update-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.update {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 3px;
    padding: 5px;
    background: white;
}

.update-time, .update-time-new, .update-date {
    font-size: 10px;
}

.update-time::before, .update-time-new::before {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/Clover1);
    padding: 0px 10px;
}

.update-time-new::after {
    content: url(https://file.garden/Z9hxv-NLZF-RFfxi/Junk%204%20neocities/Pixels/New);
    padding: 0px 10px;
    filter: saturate(0.5);
}

.update-text {
    font-size: 10px;
    margin-top: 5px;
}

/* -------------------------------------- main-container */
.main-container {
    border: 1px solid;
    width: 801px;
    height: 699px;
    border-radius: 5px;
    background: var(--white);
    padding: 10px;
}