@font-face {
    font-family: magazine;
    src: url(assets/MagazineLetterByBrntlbrnl-Regular.ttf);
}

@font-face {
    font-family: redaction-50;
    src: url(assets/redaction-50-latin-700-normal.ttf);
}


@font-face {
    font-family: enka;
    src: url(assets/newindex/fonts/EnkaDotGothic24.ttf);
}

body {
    font-family: enka;
    color: black;
    margin: 0 auto;
    padding: 0;
}

* {
    box-sizing: border-box;
    image-rendering: pixelated;
    cursor: url(assets/cursor.png), auto !important;
    text-shadow: .5px 0 #0000ff47, -.5px 0 #ff00001f;
}

h1 {
    font-weight: normal;
    margin-left: 80px;
}

h1>span {
    font-family: magazine;
    font-size: 2em;
}

h1>b {
    font-family: redaction-50;
    letter-spacing: 2px;
}

a {
    color: black;
}

p {
    line-height: 20px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.container {
    position: relative;
    border: 1px solid;
    border-image: linear-gradient(to bottom, black, #c9c9c9) 1;
    width: 1150px;
    height: 730px;
}

.container-contain {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    gap: 10px;
}

.container-contain>*:not(img) {
    padding: 15px;
    position: relative;
}

.meowe {
    margin-left: 215px;
    width: calc(1150px - 45%);
}

.meowe::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    right: -35px;
    border-right: 14px solid;
    border-image: url(assets/cloud.png) 50 round;
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black, #00000094, #00000033);
    mask-image: linear-gradient(to bottom, black, #00000094, #00000033);
}

.meowe-contain>span>q {
    letter-spacing: 4px;
    padding-left: 5px;
}

.meowe-contain>span::before {
    content: "";
    flex-grow: 1;
    width: 160px;
    height: 1em;
    border-bottom: 2px solid;
    /* padding-top: 1px; */
    margin-top: -6px;
    -webkit-mask-image: linear-gradient(to left, black, transparent, transparent 170%);
    mask-image: linear-gradient(to left, black, transparent, transparent 170%);
}

q::before,
q::after {
    font-family: redaction-50;
}

.stamps {
    margin: 30px 0;
    margin-left: 35px;
    gap: 30px;
    justify-content: center;
    -webkit-mask-image: linear-gradient(to right, transparent, black, black, black, transparent);
    mask-image: linear-gradient(to right, transparent, black, black, black, transparent);
}

.rel {
    top: -25px;
    position: relative;
    -webkit-mask-image: linear-gradient(to right, transparent, black, black, transparent);
    mask-image: linear-gradient(to right, transparent, black, black, transparent);
}

.divide {
    width: 90%;
    margin-left: 45px;
    border-bottom: 2px solid;
    bottom: -25px;
    position: relative;
}

.left {
    position: relative;
    border-left: 2px solid black;
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: -25px;
    top: 0;
    left: 110px;
}

.fm {
    font-family: redaction-50;
    width: 500px;
    margin-left: 40px;
    margin-top: 30px;
    -webkit-mask-image: linear-gradient(to bottom, black, #00000057);
    mask-image: linear-gradient(to bottom, black, #00000057);
}

#img {
    width: 120px;
    height: 120px;
    background: url(assets/newindex/images/cat.png);
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.meo {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px !important;
    width: calc(1150px - 75%);
}

.fuchi-icon {
    width: 250px;
    height: 250px;
    -webkit-filter: drop-shadow(1px 0) drop-shadow(-1px 0) drop-shadow(0 -1px) drop-shadow(0 1px);
    filter: drop-shadow(1px 0) drop-shadow(-1px 0) drop-shadow(0 -1px) drop-shadow(0 1px);
}

.fuchi-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-mask-image: url(assets/newindex/masks/mask.png);
    mask-image: url(assets/newindex/masks/mask.png);
    mask-position: center center;
    mask-size: 100%;
}

.status-widg {
    position: relative;
    padding: 0 10px;
    padding-bottom: 10px;
    border: 1px solid;
    height: fit-content;
    border-radius: 3px;
    margin-top: 20px;
    box-shadow: 1px 1px;
    text-align: center;
    background: white;
}

.status-widg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    margin-left: -18px;
    margin-top: -18px;
    -webkit-filter: drop-shadow(1px 0) drop-shadow(-1px 0) drop-shadow(0 -1px);
    filter: drop-shadow(1px 0) drop-shadow(-1px 0) drop-shadow(0 -1px);
    display: block;
    transform: scaleX(.5);
}

.links ul {
    text-shadow: .5px 0 #0000ff47, -.5px 0 #ff00001f, 1px 0 white, -1px 0 white, 0 1px white, 0 -1px white;
    gap: 10px;
}

.info ul {
    padding: 0;
    gap: 10px;
}

.info ul li {
    list-style: none;
    display: flex;
}

.info ul li::before {
    content: "";
    display: block;
    border-top: 2px solid;
    width: 20px;
    margin-top: 9px;
}

.graphic {
    position: absolute;
    pointer-events: none;
}

#fuchi {
    height: 100%;
    rotate: -30deg;
    left: -135px;
    z-index: -1;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 100%);
    mask-image: linear-gradient(to bottom, black, transparent 100%);
}

#fuch {
    height: 250px;
    bottom: -10px;
    right: 0;
    z-index: -11;
    opacity: .7;
    mask-image: linear-gradient(to bottom, black, #00000080);
}

#star {
    right: -35px;
    -webkit-filter: drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0px 1px black) drop-shadow(0px -1px black);
    filter: drop-shadow(1px 0 black) drop-shadow(-1px 0 black) drop-shadow(0px 1px black) drop-shadow(0px -1px black);
    z-index: -1;
    top: -40px;
    height: 240px;
}

#texture {
    height: 495px;
    bottom: -230px;
    z-index: -1;
    opacity: .5;
    -webkit-mask-image: linear-gradient(to bottom, #00000078, black, #00000000 50%);
    mask-image: linear-gradient(to bottom, #00000078, black, #00000000 50%);
}