@font-face {
    font-family: "myCustomFont";
    src: url("../assets/jirai.otf") format("opentype");
}

body {
    margin: 0;
    padding: 0;
    background: #fff4fa;

    font-family: "myCustomFont", sans-serif;

    min-height: 100vh;

    overflow-y: auto;
    overflow-x: hidden;

    display: flex;
    justify-content: center;
    align-items: center;

    user-select: none;
}

body::before {
    content: "";

    position: fixed;
    inset: -40px;

    background: url("../assets/background.png") center/cover no-repeat;

    filter: blur(6px);
    -webkit-filter: blur(6px);

    z-index: -1;
}

* {
    box-sizing: border-box;
}

html,
body,
body * {
    cursor: url("../assets/NormalSelect.cur"), auto !important;
}


/* intro */

#intro {
    position: absolute;

    text-align: center;
    font-family: "myCustomFont", sans-serif;
    filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);
    font-size: 24px;
    color: #fff4fa;

    opacity: 1;

    transition: opacity 1s ease;
}


/* main content */

#content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    opacity: 0;
    transform: translateY(15px);
    transition:
        opacity 1.2s ease,
        transform 1.2s ease;
    pointer-events: none;
}

/* profile */

.profile {
    display: flex;
    flex-direction: column;

    align-items: center;

    width: 650px;
}

.avatar {
    width: 100px;
    height: 100px;

    border-radius: 50%;

    object-fit: cover;

    box-shadow: 0 0 20px #b98fb1;
}

.username {
    margin-top: 12px;
    filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);
    font-size: 22px;
    font-family: "myCustomFont", sans-serif;
    color: #fff4fa;
}


/* navigation */

.navigation {
    position: absolute;

    margin-top: 430px;

    width: 260px;

    display: flex;
    flex-direction: column;
    align-items: center;

    opacity: 0;

    transform: translateY(25px);

    pointer-events: none;

    transition:
        opacity 1s ease,
        transform 1s ease;
}

.navigation.show {
    opacity: 1;

    transform: translateY(0);

    pointer-events: auto;
}

.nav-ribbon {
    width: 200px;

    margin-bottom: -105px;

    z-index: 2;

    image-rendering: auto;

    pointer-events: none;
}

.navigation-box {
    width: 260px;

    padding: 22px 18px 18px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 14px;

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 12px;

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.navigation-box a {
    color: #fff4fa;

    text-decoration: none;

    font-size: 12px;

    padding: 3px 8px;

    border-radius: 6px;

    transition:
        color .2s,
        background .2s,
        transform .2s;
}

.navigation-box a:hover {
    color: #fff4fa;

    background: rgba(255,255,255,.10);

    transform: translateY(-1px);
}

.nav-row {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;
}

.nav-row span {
    color: #fff4fa;
}


/* text selection */

::selection {
    background: rgba(255,95,170,.25);

    color: #fff4fa;
}

::-moz-selection {
    background: rgba(255,95,170,.25);

    color: #fff4fa;
}


/* location */

.location {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    margin-top: 10px;

    color: #fff4fa;

    font-size: 11px;
}

.location-icon {
    width: 12px;
    height: 12px;

    object-fit: contain;

    filter:
        brightness(0)
        saturate(100%)
        invert(100%)
        drop-shadow(0 0 3px #fff5fa)
        drop-shadow(0 0 6px #fff5fa);

    text-shadow:
        0 0 3px #fff5fa,
        0 0 6px #fff5fa,
        0 0 10px rgba(255, 95, 170, 0.5);

    opacity: 0.9;
}


/* links */

.links {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.link-item {
    flex: 0 0 auto;

    display: flex;

    flex-direction: column;

    align-items: center;

    text-decoration: none;

    color: #fff9fd;
}

.link-item img {
    width: 30px;
    height: 30px;

    object-fit: cover;

    display: block;

    filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);

    -webkit-filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);

    transition:
        transform 0.25s ease,
        filter 0.25s ease;
}

.link-item:hover img {
    transform: scale(1.12);

    filter:
        drop-shadow(0 0 4px #b98fb1)
        drop-shadow(0 0 9px #b98fb1);
}

.link-item span {
    margin-top: 7px;

    font-size: 7.5px;

    text-align: center;
}


/* description */

/* description */
.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100px;
    margin-top: 3px;
    overflow: visible;
    color: #fff5fa;
}

.love-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);
}

.love-texts {
    position: relative;
    width: 140px;
    height: 35px;
    flex-shrink: 0;
    overflow: visible;
}

.love-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff5fa;
    font-size: 20px;
    line-height: 35px;
    white-space: nowrap;
    overflow: visible;
    opacity: 0;
    filter:
        drop-shadow(0 0 3px #b98fb1)
        drop-shadow(0 0 6px #b98fb1);
    transition: opacity 2s ease;
}

.love-text.active {
    opacity: 1;
}