* {
    -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;
}

::-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;
}

.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;
    }
}

/* will-change: filter; */

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

::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: #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: linear-gradient(to bottom, white, #ffffff20),url(https://file.garden/ZT7otS4GVhtuLR6D/d3d6b.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-size: 16px;
    color: var(--text1);
    letter-spacing: .5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.content {
    margin: auto;
    z-index: 0;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
    width: 40em; height: 24.5em;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    background: white;
    position: relative;
}

.chiikawa {
    filter: opacity(80%) grayscale(80%) brightness(115%);
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/chiikawa-sticker-2.png);
    background-size: cover;
    width: 160px;
    height: 130px;
    position: absolute;
    right: 0px;
    top: -131px;
    cursor: url(https://files.catbox.moe/q5a865.cur), pointer;
}

.content::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 98%; height: 97.5%;
    border: 2px dashed var(--pink2);
    border-radius: 4px;
}

.content > div {
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 10px 10px 0px;
    background: linear-gradient(to bottom, white, white, transparent), url(https://file.garden/ZT7otS4GVhtuLR6D/bg-3.jpg);
    background-size: 200px;
}

.side {
    width: 32%;
    margin-left: -10px;
}

.image {
    margin: auto;
    width: 100%;
    height: 10em;
    border-image: url(https://file.garden/ZT7otS4GVhtuLR6D/vZi4EeC2.png) 4 fill round;
    border-width: 5px;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

.image::before {
    content: "";
    filter: opacity(70%) grayscale(60%) brightness(100%);
    position: absolute;
    height: 94%;
    width: 95%;
    background: url(https://file.garden/ZT7otS4GVhtuLR6D/nanahachi-1.jpg);
    background-size: 120%;
    background-position: -10px -40px;
    border-radius: 5px;
}

.tab {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tab button {
    background: var(--header2);
    width: 100%;
    border: none;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 5px;
    letter-spacing: 1.5px;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
    color: white;
    text-shadow: var(--textshadow1);
    font-family: ms gothic;
}

.tab button:hover {
    text-decoration: underline;
}

.tabcontent {
    width: 68%;
    display: none;
    overflow-y: auto;
}

.tabcontent p {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.button {
    filter: opacity(80%) sepia(1) hue-rotate(-50deg) saturate(0.3);
    transition: .5s;
}

.button:hover {
    filter: none;
}

.tabcontent img {
    width: 88px;
    height: 31px;
}

#links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#links div {
    overflow-y: auto;
    height: 50%;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 5px;
    background: linear-gradient(to bottom, white, white, transparent), url(https://file.garden/ZT7otS4GVhtuLR6D/bg-3.jpg);
    background-size: 200px;
}

h2 {
    filter: grayscale(40%);
    box-shadow: inset white 0px 0px 2px 2px;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid var(--pink2);
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
    text-shadow: var(--textshadow1);
    font-style: italic;
    border-radius: 5px;
    background-image: url(https://file.garden/ZT7otS4GVhtuLR6D/bg-4.jpg);
    background-size: 100px;
    padding: 3px 6px;
}

hr {
    border-top: 1px dashed lightgray;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 5px 0px;
}

h3 {
    margin: 0px;
    width: fit-content;
    background: var(--pink1);
    border-radius: 100%;
    padding: 0px 10px 3px;
    font-style: italic;
    font-size: 17px;
    border: 1px solid var(--pink2);
}

ul {
    margin: 5px 0px 5px 35px;
}