marq{
text-align: center;
font-weight: bold;
padding: 3px;
height: 50px;
background-image: url(https://i.pinimg.com/1200x/63/42/c3/6342c3a59c41c0d0b7b3aa5b22bf194d.jpg);
background-size: 20%;
border: 2px double;
border-color: lightgray;
}

.lace::before {
    position: absolute;
    content: "";
    transform: scaleY(-1);
    z-index: 1;
    margin-top: -10px;
    width: 198px;
    margin-right: 100px;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/s512line03061.png);
    background-size: cover;
    height: 35px;
    filter: drop-shadow(1px 0px 1px #b6b6b6) drop-shadow(1px -1px 1px #b6b6b6);
}
*{
    -webkit-font-smoothing: none;
    cursor: url("https://cur.cursors-4u.net/cursors/cur-9/cur845.cur"), auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

::-webkit-scrollbar {
    width: 15px;
}
  
::-webkit-scrollbar-thumb {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #adadad;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    z-index: 1;
}
  
::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url(https://i.imgur.com/IGXGYKz.png);
}

::-webkit-scrollbar-corner {
    background-color: #cccccc;
}
    
::-webkit-resizer {
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
    background-position: bottom right;
    background-repeat: no-repeat;
    image-rendering: pixelated;
 }
    
::-webkit-scrollbar-button, ::-webkit-scrollbar-button {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    box-shadow: inset 1px 1px 0 0 white, inset -1px -1px 0 0 #adadad;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #cccccc;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    background-position: center center;
}
    
::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
    background-position: 2px 2px;
}
    
::-webkit-scrollbar-button:horizontal:decrement, ::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
}
    
::-webkit-scrollbar-button:horizontal:increment, ::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:vertical:decrement, ::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:vertical:increment, ::-webkit-scrollbar-button:vertical:increment {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
}
    
::-webkit-scrollbar-button:horizontal:increment:start, ::-webkit-scrollbar-button:horizontal:increment:start {
    display: none;
}
    
::-webkit-scrollbar-button:horizontal:decrement:end, ::-webkit-scrollbar-button:horizontal:decrement:end {
    display: none;
}
    
::-webkit-scrollbar-button:vertical:increment:start, ::-webkit-scrollbar-button:vertical:increment:start {
    display: none;
}
    
::-webkit-scrollbar-button:vertical:decrement:end, ::-webkit-scrollbar-button:vertical:decrement:end {
    display: none;
}
    
::-webkit-scrollbar-button:active, ::-webkit-scrollbar-button:active {
    border-top: 1px solid #868a8e;
    border-left: 1px solid #868a8e;
    border-bottom: 1px solid #868a8e;
    border-right: 1px solid #868a8e;
    box-shadow: none;
}

/* will-change: filter; */

a {
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
    cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur845.cur), pointer;
    text-decoration: none;
}
  
a:hover {
    color: white;
}

::selection {
    color: #988188;
    background: #f8f0f1;
}

:root {
    --text1: #766b6b;
    --textshadow1: -1px 0px #8d8181, 0px 1px#8d8181, 1px 0px #8d8181, 0px -1px #8d8181;
    --textshadow2: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
    --pink1: #cfd1d0;
    --pink2: #e0e0e0;
    --green1: #e0e0e0;
    --shadow: #0000001a;
    --header1: linear-gradient(to bottom, #ffffff 0%, var(--pink1) 50%, var(--pink2) 51%, var(--pink1) 100%);
    --header2: linear-gradient(var(--pink2), white, white, white, white, var(--pink2));
    --header3: linear-gradient(white, white, white, white, #ededed, #ededed);
}

body {
    background: url(lc.jpg);
    background-size: 300px;
    background-repeat: repeat;
    font-size: 16px;
    color: var(--text1);
    letter-spacing: .5px;
    font-family: ms pgothic;
}

.border {
  background-image: url(https://i.pinimg.com/736x/e3/77/26/e377260640b8a15c5760cda5b4d99c42.jpg);
  background-size: 60%;
    margin: -0px auto -22px;
    border-radius: 40px;
    border-left: solid 30px;
    border-right: solid 30px;  
    border-bottom: solid 30px;
    border-top: solid 30px;
    border-image: url(https://64.media.tumblr.com/3d3b1f8342e736cfe4cb7d277311872a/f9f4c33dcc1fd1d7-ca/s250x400/7fc7c51cb104571d07fdbafec163b5954d7672ca.pnj) 65 round;
    filter: drop-shadow(1px 1px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow));
    width: 800px; 
    height: fit-content;
    padding: 7px 1px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
}

.flex {
    width: -webkit-fill-available;
    display: flex;
    gap: 5px;
}

.header {
    position: relative;
    width: -webkit-fill-available;
    border-radius: 5px;
    border: 4px double lightgray;
    height: 200px;
}

.header::before {
    transform: scaleX(-1);
    border-radius: 1px;
    position: absolute;
    content: "";
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent), url(https://i.pinimg.com/736x/5b/da/60/5bda609cef5ad94039b76331c794203f.jpg);
    background-size: cover;
    filter: grayscale(50%) brightness(100%);
    background-position: 0px 0px;
}

.header::after {
    content: "";
    position: absolute;
    right: 0px; top: -30px;
    height: 234px; width: 235px;

    background-image: url();
    background-size: cover;
    background-position-y: 10px;
    filter: grayscale(40%);
    opacity: 90%;
}

.header h1 {
    filter: blur(.5px);
    letter-spacing: 1.5px;
    font-family: angel;
    font-size: 60px;
    font-style: italic;
    font-weight: bold;
    bottom: -27px; left: 280px;
    opacity: 100%;
    position: absolute;
    color: white;
    text-shadow: var(--textshadow1);
    z-index: 10;
}

.navigation {
    overflow-y: auto;
    height: 530px;
    width: 30%; 
    background: url(https://i.pinimg.com/736x/fc/5a/aa/fc5aaa7686d15d5b7afe01c556b09c7d.jpg);
    background-size: 60%;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px;
    outline: 2px solid white;
    outline-offset: -3px;
}

.navigation h2 {
    margin: 5px -5px;
    background: var(--header2);
    border-top: lightgray 1px solid;
    border-bottom: 1px solid lightgray;
    padding: 3px 6px;
    color: white;
    text-shadow: var(--textshadow1);
    font-weight: bold;
}

.navigation a {
    margin-left: 10px;
}

.navigation a:hover {
    margin-left: 20px;
}

.navigation a::before {
    content: url(https://sweet-pea.neocities.org/graphics/icons/SH-icon3.gif);
    filter: grayscale(80%);
    margin-right: 10px;
    width: 5px;
}

.column {
    width: 70%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.main {
  background-color: white;
    height: fit-content;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px;
    overflow: hidden;
}

.main-img {
    float: left;
    width: 160px;
    margin: 0px;
}

.main img {
    filter: grayscale(70%) brightness(100%);
    opacity: 70%;
}

h2 {
    letter-spacing: 1.5px;
    font-style: italic;
    font-size: 17px;
}

.main h2 {
    margin: -5px -5px 0px;
    border-bottom: 1px solid lightgray;
    padding: 3px 6px;
    background: var(--header2);
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
}

.update-log {
    width: 55%; height: 190px;
    border-radius: 5px;
    border: 4px double lightgray;
    outline: 2px solid white;
    outline-offset: -3px;
    position: relative;
}

.update-log::before {
    content: "";
    transform: scaleY(-1);
    border-radius: 3px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/s512line03061.png);
    background-size: cover;
    height: 35px;
    filter: drop-shadow(1px 0px 1px #b6b6b6) drop-shadow(1px -1px 1px #b6b6b6);
}

.update-log-inner {
    width: 100%; height: 100%;
    overflow-y: scroll;
    padding: 5px;
    background-image: url(https://i.pinimg.com/1200x/e0/e6/97/e0e697342ae77757f1576ab855848b6b.jpg);
    background-size: 50%;
}

.update-log-inner h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 35px;
    color: white;
    text-shadow: var(--textshadow1);
}

.update-log-inner h2::before {
    left: 55px;
    top: 0px;
    position: absolute;
    content: url(https://file.garden/ZT7otS4GVhtuLR6D/84ebae2f.png);
}

.update-log-inner h2::after {
    right: 55px;
    top: 0px;
    position: absolute;
    content: url(https://file.garden/ZT7otS4GVhtuLR6D/938a232b.png);
}

.update-log-inner p {
    overflow-wrap: break-word;
    padding: 5px;
    margin-top: 5px;
    background-color: white;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
}

.update-log-inner mark {
    background: var(--pink2);
    padding: 0px 5px;
}

hr {
    border-top: 2px dotted lightgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

.mini-prf {
    background: url(https://i.pinimg.com/736x/f8/8a/dc/f88adcae1b3c7ecb93c5412420baef1e.jpg);
    background-size: 100px;
    width: 44%; height: 190px;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px;
    outline: 2px solid white;
    outline-offset: -3px;
}

.prf-pfp {
    padding: 3px;
    float: left;
    margin: auto;
    height: 45%; width: 79.64px;
    background-color: white;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
    position: relative;
}

.prf-pfp::before {
    content: "";
    position: absolute;
    width: 92%; height: 92%;
    background: url(https://shzwfbootleg.neocities.org/lucy.jpg);
    background-size: 130%;
    background-position: center -5px;
    border-radius: 5px;
    filter: grayscale(60%) brightness(100%);
    opacity: 60%;
}

.mini-prf h2 {
    font-size: 16px;
    margin-bottom: 7px;
    background: var(--header2);
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 3px 6px;
    color: white;
    text-shadow: var(--textshadow1);
    font-weight: bold;
    text-align: center;
}

.mini-prf p {
    margin-left: 5px;
    float: left;
    font-size: 15px;
    height: 77.39px;
    width: 123px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
    background: white;
}

.mini-prf img {
    opacity: 65%;
    filter: grayscale(90%) brightness(120%);
    margin-bottom: -2px;
}
#statuscafe {
    margin-top: 90px;
    overflow-y: auto;
    height: 56px;
    font-size: 15px;
    width: 100%;
    padding: 0px 5px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 5px;
}

#statuscafe-username {
    font-size: 11px;
    margin-bottom: 5px;
    filter: grayscale(70%) brightness(115%);
}
#statuscafe-content {
    margin: 5px;
}

.feat-img-wrap {
background-image: url(https://i.pinimg.com/736x/e2/59/0e/e2590e39e690f08b9eb80334005158ab.jpg);
background-size: 60%;
    width: 30%;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 15px;
    position: relative;
    box-shadow: inset #f5f5f5 0px 0px 2px 2px;
}

.feat-img-pin {
    z-index: 5;
    height: 25px;
    position: absolute;
    top: -8px;
    left: 45%;
    filter: drop-shadow(1px 1px 1px var(--shadow)) drop-shadow(0px 0px 1px var(--shadow));
}

.feat-img-wrap h2 {
    margin-top: 5px;
    color: white;
    text-shadow: var(--textshadow1);
    text-align: center;
}

.feat-img {
    width: 100%; height: 90%;
    border: 1px solid darkgray;
    border-radius: 5px;
    filter: grayscale(70%) brightness(100%);
    background-size: cover;
    opacity: 90%;
    transition: .5s;
}

.feat-img:hover {
    border: 1px solid lightgray;
    filter: none;
   
}

.feat-page-wrap {
    width: 55%; height: 233px;
    border-radius: 5px;
    border: 4px double lightgray;
    outline: 2px solid white;
    outline-offset: -3px;
    padding: 10px;
    background: url(https://i.pinimg.com/736x/01/57/90/01579048e38c97e1a87a6dd257f123c8.jpg);
    background-size: 70px;
}

.feat-page {
    background: white;
    width: 100%; height: 100%;
    border-radius: 5px;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    position: relative;
    padding: 10px;
}

.feat-page-img {
    box-shadow: 0px 0px 10px 5px white inset;
    width: 100%; height: 100%;
    opacity: 70%;
    border-radius: 5px;
    transition: .5s;
}
.feat-page-img:hover {
    cursor: url(https://files.catbox.moe/q5a865.cur), pointer;
    filter: none;
    opacity: 100%;
}
.feat-page h2 {
    z-index: 1;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
}

.webrings {
  background-color: white;
    overflow-y: auto;
    width: 44%; height: 233px;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px;
}

.fanlistings {
    margin-top: 5px;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px 5px 0px;
    height: 175px;
    overflow-y: scroll;
}

.fanlistings a {
    display: inline-block;
    opacity: 60%;
    filter: grayscale(85%) brightness(110%);
    transition: .5s;
}

.fanlistings a:hover {
    cursor: url(https://files.catbox.moe/q5a865.cur), pointer;
    filter: none;
    opacity: 100%;
}

.fanlistings img {
    height: 50px;
    width: 50px;
    filter: grayscale(85%) brightness(110%);
}

.fanlistings img::hover {
    height: 50px;
    width: 50px;
    filter: grayscale(0%) brightness(100%);
}

.calendar-container {
    overflow: hidden;
    width: 30%; height: 202px;
    font-size: 11px;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-2.jpg);
    background-size: 200px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.calendar-container header {
    text-align: center;
    padding: 5px;
    justify-content: space-between;
}

.calendar-current-date {
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
    background: white;
    padding: 3px;
    border: 4px double lightgray;
    border-radius: 5px;
}

.calendar-body {
    padding: 0px 5px 0px 5px;
}

.calendar-body ul {
    list-style: none;
    flex-wrap: wrap;
  
    display: flex;
    text-align: center;
}

.calendar-body .calendar-dates {
    margin-top: -5px;
    margin-bottom: 11px;
}

.calendar-body li {
    width: 29.5px;
}

.calendar-body .calendar-weekdays li {
    border: 1px solid lightgray;
    border-radius: 5px;
    background: linear-gradient(white, white, white, white, var(--pink2), var(--pink2), var(--pink2), var(--pink2));
}

.calendar-body .calendar-dates li {
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.calendar-dates li.inactive {
    color: #aaa;
}

.calendar-dates li::before {
    background: linear-gradient(white, white, white, white, #ededed, #ededed, #ededed, #ededed);
    border: 1px solid lightgray;
    position: absolute;
    content: "";
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 23px;
    border-radius: 5px;
    transform: translate(-50%, -50%);
}

.calendar-dates li.active::before {
    background: linear-gradient(white, white, white, white, var(--pink2), var(--pink2), var(--pink2), var(--pink2));
}

.calendar-dates li.active {
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
}

.calendar-dates li:not(.active):hover::before {
    background: #ededed;
}

.wrapper {
    position: relative;
    background-size: 230px;
    background-image: url(https://i.pinimg.com/736x/8e/73/23/8e732378cbbcc51335a082bf2f0d25c2.jpg);
    width: 100%; height: 202px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 10px;
    
}

.buttons {
    width: 48.97%; height: 174px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
    background: white;
}

.buttons h2 {
    background: var(--header2);
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 3px 6px;
    color: white;
    text-shadow: var(--textshadow1);
    font-weight: bold;
    text-align: center;
}

.buttons p {
    margin-top: 5px;
}

.buttons img {
    opacity: 80%;
    filter: grayscale(50%);
    transition: .5s;
}

textarea {
    width: 133px;
    height: 31px;
    resize: none;
    font-family: ms pgothic;
    padding: 0px;
    color: var(--text1);
    border: 1px solid lightgray;
}

.to-do-list {
    width: 48.97%; height: 174px;
    border: 1px solid lightgray;
    border-radius: 5px;

    background: url(https://file.garden/ZT7otS4GVhtuLR6D/Untitled193_20250724183251.png);
    background-size: cover;
    background-position: 0px -10px;
    padding: 5px 5px 5px 35px;
}

.to-do-spiral {
    opacity: 60%;
    z-index: 5;
    position: absolute;
    left: 250px;
    filter: drop-shadow(1px 1px 1px lightgray) drop-shadow(0px 0px 1px lightgray);
    height: 165px;
    width: 20px;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/sidespiral.png);
    background-size: cover;
}

.to-do-list h2 {
    margin: 5px auto;
    width: fit-content;
    background: none;
    padding: 0px 5px;
}

.to-do-list p {
    margin-top: 5px;

}

.kms {
    height: 200px;
    position: fixed;
    bottom: 10px;
    left: -10px;
    filter: grayscale(60%) brightness(105%) opacity(90%) drop-shadow(0px 2px white) drop-shadow(0px -2px white) drop-shadow(0px 0px white) drop-shadow(-2px 0px white) drop-shadow(-2px 0px white) drop-shadow(2px 0px white) drop-shadow(2px 0px white) drop-shadow(0px 0px 2px var(--shadow)) drop-shadow(2px 2px 2px var(--shadow));
}

.dashed-divider {
    width: -webkit-fill-available;
    border-bottom: 1px dashed;
}



