* {
    -webkit-font-smoothing: none;
    cursor: url("https://files.catbox.moe/wpc1gc.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;
}

@font-face {
    font-family: dogica;
    src: url(https://dl.dropbox.com/scl/fi/4kfijmfb6dvhzw5i14m80/dogicapixel.ttf?rlkey=gzp5za1ksu9viegm9gp1kbhvh&);
}

@font-face {
    font-family: dogica;
    src: url(https://dl.dropbox.com/scl/fi/we1w3k7at2wbymzdpie8h/dogicapixelbold.ttf?rlkey=z6bq79m5kd2phu8jcntez5ptp&);
    font-weight: bold;
}

/* scrollbar */
::-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;
}
/* scrollbar end */

/* scanlines */
.lines {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999;
    opacity: 0.05;
}

.lines:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, .5) 51%);
    background-size: 100% 2px;
    will-change: background, background-size; animation: scanlines 0.2s linear infinite;
}
 
@keyframes scanlines {
    from {
    background: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, .5) 51%); background-size: 100% 2.5px; }
    to {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 50%, transparent 51%);
    background-size: 100% 3.5px;
    }
}
/* scanlines end */

/* will-change: filter; */

a {
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
    cursor: url(https://files.catbox.moe/q5a865.cur), pointer;
    text-decoration: none;
}
  
a:hover {
    color: white;
    text-decoration: underline;
}

::selection {
    color: #988188;
    background: var(--pink2);
    text-shadow: none;
}

:root {
    --text1: #766b6b;
    --transition: all 250ms ease-in-out 0s;
    --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: #fdf7f8;
    --pink2: #f1eaeb;
    --green1: #eef4ec;
    --shadow: #0000001a;
    --header1: linear-gradient(to bottom, #ffffff 0%, var(--pink1) 50%, var(--pink2) 51%, var(--pink1) 100%);
    --header2: linear-gradient(white, white, white, white, var(--pink2), var(--pink2), var(--pink2), var(--pink2));
    --header3: linear-gradient(white, white, white, white, #ededed, #ededed, #ededed, #ededed);
}

body {
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-1.jpg);
    background-size: 300px;
    background-repeat: repeat;
    font-size: 16px;
    color: var(--text1);
    letter-spacing: .5px;
}

.border {
    margin: -0px auto -22px;
    border-radius: 30px;
    border-left: solid 30px;
    border-right: solid 30px;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/sd56.png) 65 fill 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://file.garden/ZT7otS4GVhtuLR6D/header-1.jpg);
    background-size: cover;
    filter: grayscale(50%) brightness(100%);
    background-position: 0px 0px;
}

.header::after {
    content: "";
    position: absolute;
    right: 0px; top: -40px;
    height: 232px; width: 235px;
    transform: scaleX(-1);
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/ac024310b4d30d9f796196c973ad70a2-removebg-preview.png);
    background-size: cover;
    background-position-y: 10px;
    filter: grayscale(40%);
    opacity: 90%;
}

.header h1 {
    filter: blur(.5px);
    letter-spacing: 1.5px;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    bottom: 10px; left: 20px;
    opacity: 100%;
    position: absolute;
    color: white;
    text-shadow: var(--textshadow1);
}

.navigation {
    overflow-y: auto;
    height: 370px;
    width: 30%; 
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-3.jpg);
    background-size: 180px;
    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: 1px solid lightgray;
    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: 15px;
}

.navigation a::before {
    content: url("https://file.garden/ZT7otS4GVhtuLR6D/sb05-icon-arrow.gif");
    margin-right: 5px;
    filter: brightness(105%) grayscale(70%);
}

.column {
    width: 70%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-content: flex-start;
}

.main {
    height: fit-content;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 5px;
    overflow: hidden;
}

.main-img {
    float: left;
    width: 180px;
    margin: 0px -5px -9px -40px;
}

.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: repeating-linear-gradient(to right, var(--pink1),  var(--pink1), 8px, white 8px, white 16px);
}

.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://file.garden/ZT7otS4GVhtuLR6D/bg-1.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://file.garden/ZT7otS4GVhtuLR6D/killua-icon-2.jpg);
    background-size: 165%;
    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 {
    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: 10px;
    color: white;
    text-shadow: var(--textshadow1);
    text-align: center;
}

.feat-img {
    width: 100%; height: 85%;
    border: 1px solid darkgray;
    border-radius: 5px;
    filter: grayscale(70%) brightness(110%);
    opacity: 65%;
    transition: var(--transition);
}

.feat-img:hover {
    border: 1px solid lightgray;
    filter: none;
    opacity: 100%;
}

.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://file.garden/ZT7otS4GVhtuLR6D/1343.jpeg);
    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%;
    filter: grayscale(60%) brightness(110%);
    opacity: 70%;
    border-radius: 5px;
    transition: var(--transition);
}

.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 {
    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: var(--transition);
}

.fanlistings a:hover {
    cursor: url(https://files.catbox.moe/q5a865.cur), pointer;
    filter: none;
    opacity: 100%;
}

.fanlistings img {
    height: 50px;
    width: 50px;
}

.calendar-container {
    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://file.garden/ZT7otS4GVhtuLR6D/6448b7.png);
    width: 100%; height: 202px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 4px double lightgray;
    padding: 10px;
    gap: 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: var(--transition);
}

textarea {
    width: 133px;
    height: 31px;
    resize: none;
    font-family: msgothic;
    padding: 0px;
    color: var(--text1);
    border: 1px solid lightgray;
}

.to-do-list {
    width: 48.97%; height: 174px;
    border: 1px solid lightgray;
    border-radius: 5px;
    overflow-y: scroll;
    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: var(--pink2);
    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));
}