html,
body,
* {
    cursor: var(--site-cursor, auto) !important;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    color: #fff;
    font-family: monospace;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body {
    position: relative;
    background:
        radial-gradient(circle at 50% 20%, rgba(85, 255, 237, 0.12), transparent 24%),
        radial-gradient(circle at 18% 18%, rgba(124, 80, 255, 0.18), transparent 22%),
        radial-gradient(circle at 82% 24%, rgba(255, 53, 146, 0.1), transparent 20%),
        linear-gradient(180deg, #010106, #04010d 48%, #02020a);
}

#bgvid {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    background:
        url("./assets/background.png") center / cover no-repeat,
        url("https://website-1ir.pages.dev/assets/background.png") center / cover no-repeat,
        #000;
    filter: grayscale(0.08) saturate(1.25) hue-rotate(-20deg) blur(3px) brightness(0.34) contrast(1.16);
    transform: scale(1.14);
    animation: bg-drift 24s ease-in-out infinite alternate;
}

#bg-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 26%, rgba(81, 255, 224, 0.12), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(131, 89, 255, 0.2), transparent 34%),
        radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(4, 1, 12, 0.58)),
        radial-gradient(circle at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68) 82%);
}

#ambient-flares {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 20%, rgba(255, 255, 255, 0.12), transparent 10%),
        radial-gradient(circle at 78% 18%, rgba(145, 111, 255, 0.24), transparent 18%),
        radial-gradient(circle at 72% 74%, rgba(255, 74, 171, 0.14), transparent 16%),
        radial-gradient(circle at 28% 80%, rgba(120, 255, 233, 0.12), transparent 13%),
        radial-gradient(circle at 52% 40%, rgba(92, 255, 223, 0.08), transparent 20%);
    mix-blend-mode: screen;
    opacity: 0.88;
    animation: flare-pulse 7s ease-in-out infinite alternate;
}

#particles {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    pointer-events: none;
    opacity: 0.9;
}

#cursor-light {
    position: fixed;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 50;
    display: none;
    opacity: 0.42;
    transition: opacity 0.18s ease;
    background: radial-gradient(circle, rgba(173, 139, 255, 0.34), rgba(120, 255, 233, 0.12) 28%, rgba(255, 255, 255, 0.05) 46%, transparent 72%);
}

#intro {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 50% 46%, rgba(101, 79, 255, 0.12), transparent 18%),
        #03020a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
    transition: opacity 0.8s ease;
}

#heart {
    font-size: 48px;
    line-height: 1;
    opacity: 0.95;
    color: rgba(245, 241, 255, 0.96);
    text-shadow:
        0 0 16px rgba(255, 255, 255, 0.24),
        0 0 34px rgba(163, 127, 255, 0.26),
        0 0 70px rgba(66, 245, 215, 0.14);
    animation: intro-star 2.4s ease-in-out infinite alternate, intro-distort 5s linear infinite;
}

#enter {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.36em;
    text-transform: lowercase;
    color: rgba(205, 196, 255, 0.52);
}

#main {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    perspective: 1200px;
    transition: opacity 1.1s ease;
}

#profile-wrap {
    position: relative;
    width: 690px;
    max-width: calc(100vw - 32px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 0 18px;
    overflow: visible;
    isolation: isolate;
    transform-style: preserve-3d;
    will-change: transform;
    transition: filter 0.2s ease-out, transform 0.2s ease-out;
    filter:
        drop-shadow(0 0 12px rgba(255, 255, 255, 0.08))
        drop-shadow(0 0 34px rgba(121, 89, 255, 0.18))
        drop-shadow(0 0 78px rgba(255, 60, 157, 0.12))
        drop-shadow(0 0 120px rgba(79, 255, 225, 0.08));
    zoom: 1;
}

#profile-wrap::before {
    content: "";
    position: absolute;
    inset: -14px -18px -18px;
    z-index: -1;
    border-radius: 38px;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 18%, rgba(168, 118, 255, 0.3), transparent 24%),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 30% 58%, rgba(255, 68, 176, 0.14), transparent 26%),
        radial-gradient(circle at 70% 44%, rgba(81, 255, 228, 0.16), transparent 24%);
    filter: blur(36px);
    opacity: 0.72;
    transition: opacity 0.14s ease;
}

#profile-wrap::after {
    content: "";
    position: absolute;
    inset: 10px;
    z-index: -1;
    border-radius: 28px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 20%, transparent 80%, rgba(103, 255, 232, 0.06)),
        radial-gradient(circle at 22% 16%, rgba(255, 255, 255, 0.04), transparent 18%);
    mix-blend-mode: screen;
    opacity: 0.88;
}

#energy-ring {
    position: absolute;
    inset: -18px -22px -24px;
    z-index: -2;
    border-radius: 40px;
    pointer-events: none;
    background:
        conic-gradient(from 0deg, rgba(255, 255, 255, 0.02), rgba(152, 111, 255, 0.34), rgba(255, 84, 181, 0.28), rgba(118, 255, 245, 0.22), rgba(255, 255, 255, 0.02));
    filter: blur(22px);
    opacity: 0.56;
    animation: spin-ring 10s linear infinite;
}

#rain-layer {
    position: fixed;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    opacity: 0.34;
    background-image:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 72%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 68%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), transparent 70%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 65%);
    background-size: 2px 170px, 1px 210px, 1px 230px, 2px 190px;
    background-position: 18% -30px, 36% -90px, 64% -65px, 81% -120px;
    background-repeat: repeat-y;
    animation: rain-fall 7s linear infinite;
}

@keyframes rain-fall {
    from {
        transform: translateY(-120px);
    }

    to {
        transform: translateY(120px);
    }
}

#eye-banner {
    position: relative;
    width: 600px;
    height: 190px;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(161, 124, 255, 0.08) 18%, rgba(0, 0, 0, 0.03) 46%, rgba(0, 0, 0, 0.3)),
        url("./assets/banner.png") center / cover no-repeat;
    backdrop-filter: blur(16px) saturate(1.16);
    -webkit-backdrop-filter: blur(16px) saturate(1.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -30px 80px rgba(0, 0, 0, 0.22),
        0 0 30px rgba(255, 255, 255, 0.06),
        0 0 70px rgba(119, 87, 255, 0.2);
}

#eye-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.22)),
        linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 18%, transparent 36%, transparent 64%, rgba(255, 255, 255, 0.04) 82%, transparent 100%);
}

#eye-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, transparent 0 11px, rgba(255, 255, 255, 0.03) 11px 12px),
        linear-gradient(90deg, transparent 0%, rgba(173, 125, 255, 0.16) 38%, rgba(96, 255, 233, 0.14) 50%, transparent 100%);
    mix-blend-mode: screen;
    animation: banner-scan 4.2s linear infinite;
}

#member-rank {
    position: absolute;
    top: 52px;
    right: 52px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: rgba(8, 10, 21, 0.42);
    border: 1px solid rgba(99, 255, 226, 0.2);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.18),
        0 0 18px rgba(144, 112, 255, 0.16),
        0 0 28px rgba(71, 255, 221, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

#member-rank-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
    opacity: 0.92;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.1));
}

#member-rank-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%) translateY(4px);
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.94);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#member-rank:hover #member-rank-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#profile-views {
    position: absolute;
    top: 52px;
    left: 52px;
    z-index: 4;
    padding: 7px 11px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(8, 10, 21, 0.46);
    border: 1px solid rgba(99, 255, 226, 0.16);
    box-shadow:
        0 10px 24px rgba(0, 0, 0, 0.24),
        0 0 18px rgba(124, 89, 255, 0.12),
        0 0 26px rgba(77, 255, 219, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: rgba(255, 255, 255, 0.92);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
}

.views-eye {
    font-size: 11px;
    opacity: 0.82;
}

#avatar-shell {
    position: relative;
    margin-top: -58px;
    z-index: 2;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    padding: 3px;
    background:
        conic-gradient(from 0deg, rgba(255, 255, 255, 0.24), rgba(133, 96, 255, 0.5), rgba(255, 76, 173, 0.34), rgba(70, 255, 224, 0.26), rgba(255, 255, 255, 0.18)),
        rgba(0, 0, 0, 0.65);
    box-shadow:
        0 0 16px rgba(255, 255, 255, 0.22),
        0 0 40px rgba(153, 115, 255, 0.36),
        0 0 76px rgba(70, 255, 224, 0.16),
        0 14px 30px rgba(0, 0, 0, 0.32);
    animation: avatar-pulse 4.5s ease-in-out infinite, avatar-orbit 12s linear infinite;
}

#pfp {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    filter: saturate(1.04) contrast(1.1);
}

#silhouette {
    position: absolute;
    top: 148px;
    left: 50%;
    width: 450px;
    height: 720px;
    transform: translateX(-50%);
    background:
        radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.12), transparent 18%),
        radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.07), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04) 28%, rgba(0, 0, 0, 0.08) 56%, rgba(0, 0, 0, 0.18)),
        rgba(255, 255, 255, 0.04);
    opacity: 0.34;
    filter: grayscale(1) blur(0.7px) contrast(1.08) drop-shadow(0 0 34px rgba(153, 113, 255, 0.18)) drop-shadow(0 0 68px rgba(71, 255, 221, 0.08));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 96%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), transparent 96%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 180px 180px 120px 120px / 220px 220px 90px 90px;
    pointer-events: none;
}

#identity {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    text-align: center;
}

#username {
    margin: 0;
    font-size: 66px;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.98);
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.12),
        0 0 24px rgba(152, 114, 255, 0.2),
        0 0 42px rgba(255, 96, 170, 0.12),
        0 0 72px rgba(70, 255, 224, 0.08);
    min-height: 1em;
    display: inline-block;
    animation: name-breathe 5s ease-in-out infinite;
}

#username::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 0.92em;
    margin-left: 6px;
    vertical-align: -0.08em;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.18);
    animation: blink-caret 0.9s step-end infinite;
}

#username.typing-complete::after {
    opacity: 0;
    animation: none;
}

#username.typewriter-finish {
    animation: username-finish 0.7s ease;
}

#mini-badges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -2px;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}

.mini-badge {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(170, 134, 255, 0.24);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.06), 0 0 20px rgba(131, 96, 255, 0.12), 0 0 28px rgba(71, 255, 221, 0.08);
    transform: none !important;
    transition: opacity 0.18s ease !important;
    animation: none !important;
}

.asset-badge {
    position: relative;
    width: 26px;
    height: 26px;
    padding: 0;
    background: rgba(255, 255, 255, 0.08);
    transform: none !important;
    animation: none !important;
    rotate: 0deg !important;
    translate: none !important;
}

.asset-badge img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.1));
    transform: none !important;
    animation: none !important;
    transition: opacity 0.18s ease !important;
    rotate: 0deg !important;
    translate: none !important;
}

.mini-badge-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(4px);
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.94);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.asset-badge:hover .mini-badge-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

#tag-row {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 2px;
}

.identity-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(11, 11, 14, 0.7), rgba(38, 18, 63, 0.72));
    border: 1px solid rgba(171, 136, 255, 0.18);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 18px rgba(0, 0, 0, 0.2),
        0 0 24px rgba(126, 93, 255, 0.08),
        0 0 38px rgba(71, 255, 221, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.small-pill {
    min-width: 26px;
    padding: 0 8px;
}

#profile-link {
    color: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    text-shadow:
        0 0 4px rgba(255, 255, 255, 0.09),
        0 0 14px rgba(143, 110, 255, 0.16),
        0 0 30px rgba(71, 255, 221, 0.06);
}

#status,
#location {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(239, 236, 255, 0.82);
}

#status {
    margin-top: 2px;
    max-width: 480px;
    line-height: 1.6;
    font-style: italic;
    text-shadow: 0 0 14px rgba(150, 115, 255, 0.08);
}

#status::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 0.95em;
    margin-left: 6px;
    vertical-align: -0.08em;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.14);
    animation: blink-caret 0.9s step-end infinite;
}

#status.typing-complete::after {
    opacity: 0;
    animation: none;
}

#location {
    position: relative;
    padding-left: 14px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.78);
}

#location::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.72);
}

#social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
}

#social-icons a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

#social-icons img {
    width: 42px;
    height: 42px;
    opacity: 0.95;
    filter:
        grayscale(1)
        brightness(2.15)
        drop-shadow(0 0 6px rgba(255, 255, 255, 0.18))
        drop-shadow(0 0 18px rgba(137, 102, 255, 0.18))
        drop-shadow(0 0 28px rgba(71, 255, 221, 0.08));
    transition: transform 0.16s ease, opacity 0.16s ease, filter 0.16s ease;
}

#social-icons img:hover {
    opacity: 1;
    transform: translateY(-2px) scale(1.05);
    filter:
        grayscale(1)
        brightness(2.3)
        drop-shadow(0 0 10px rgba(255, 255, 255, 0.26))
        drop-shadow(0 0 22px rgba(255, 78, 170, 0.16))
        drop-shadow(0 0 32px rgba(71, 255, 221, 0.12));
}

#profile-wrap.chaos-burst {
    filter:
        drop-shadow(0 0 18px rgba(255, 255, 255, 0.14))
        drop-shadow(0 0 44px rgba(133, 98, 255, 0.3))
        drop-shadow(0 0 92px rgba(255, 83, 174, 0.22))
        drop-shadow(0 0 132px rgba(71, 255, 221, 0.12));
}

#profile-wrap.chaos-burst #eye-banner {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 36px rgba(255, 255, 255, 0.1),
        0 0 94px rgba(140, 102, 255, 0.28),
        0 0 128px rgba(71, 255, 221, 0.12);
}

#profile-wrap.chaos-burst #username {
    animation: username-finish 0.55s ease, chaos-flare 0.55s ease;
}

#profile-wrap.chaos-burst #energy-ring {
    opacity: 0.8;
    filter: blur(26px);
}

#profile-wrap.chaos-burst #avatar-shell {
    box-shadow:
        0 0 18px rgba(255, 255, 255, 0.24),
        0 0 58px rgba(153, 115, 255, 0.42),
        0 0 110px rgba(70, 255, 224, 0.22),
        0 14px 30px rgba(0, 0, 0, 0.32);
}

body.chaos-active #ambient-flares {
    opacity: 1;
}

body.chaos-active #bg-overlay {
    background:
        radial-gradient(circle at 50% 26%, rgba(81, 255, 224, 0.16), transparent 22%),
        radial-gradient(circle at 50% 50%, rgba(131, 89, 255, 0.26), transparent 34%),
        radial-gradient(circle at 50% 78%, rgba(255, 255, 255, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(4, 1, 12, 0.52)),
        radial-gradient(circle at center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72) 82%);
}

body.chaos-active #cursor-light {
    opacity: 0.52;
}

@keyframes blink-caret {
    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

@keyframes username-finish {
    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    10%,
    30%,
    50%,
    70% {
        opacity: 0.55;
    }

    20%,
    60% {
        transform: translateX(-1px);
        opacity: 1;
    }

    40%,
    80% {
        transform: translateX(1px);
        opacity: 0.82;
    }
}

@keyframes bg-drift {
    0% {
        transform: scale(1.14) translate3d(0, 0, 0);
    }

    100% {
        transform: scale(1.18) translate3d(-16px, 10px, 0);
    }
}

@keyframes flare-pulse {
    0% {
        opacity: 0.58;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.06);
    }
}

@keyframes spin-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes banner-scan {
    0% {
        transform: translateX(-18%);
    }

    100% {
        transform: translateX(18%);
    }
}

@keyframes avatar-pulse {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

@keyframes avatar-orbit {
    0%,
    100% {
        rotate: 0deg;
    }

    50% {
        rotate: 1deg;
    }
}

@keyframes name-breathe {
    0%,
    100% {
        letter-spacing: 0;
        transform: translateY(0);
    }

    50% {
        letter-spacing: 0.03em;
        transform: translateY(-2px);
    }
}

@keyframes intro-star {
    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.08) rotate(8deg);
    }
}

@keyframes intro-distort {
    0%,
    100% {
        letter-spacing: 0;
        filter: blur(0);
    }

    48% {
        letter-spacing: 0.06em;
        filter: blur(0);
    }

    50% {
        letter-spacing: 0.18em;
        filter: blur(1px);
    }

    52% {
        letter-spacing: 0.04em;
        filter: blur(0);
    }
}

@keyframes chaos-flare {
    0%,
    100% {
        text-shadow:
            0 0 6px rgba(255, 255, 255, 0.1),
            0 0 18px rgba(152, 114, 255, 0.18),
            0 0 42px rgba(255, 96, 170, 0.08);
    }

    50% {
        text-shadow:
            0 0 10px rgba(255, 255, 255, 0.2),
            0 0 28px rgba(160, 122, 255, 0.38),
            0 0 58px rgba(255, 94, 170, 0.18),
            0 0 84px rgba(71, 255, 221, 0.12);
    }
}

#discord-copy-tooltip,
#roblox-redirect-tooltip,
#namemc-redirect-tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%) translateY(4px);
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(14, 14, 14, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 8px 18px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.94);
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#discord-copy.show-tooltip #discord-copy-tooltip,
#roblox-link.show-tooltip #roblox-redirect-tooltip,
#namemc-link.show-tooltip #namemc-redirect-tooltip {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 560px) {
    #profile-wrap {
        width: min(100vw - 20px, 690px);
        padding-top: 18px;
    }

    #profile-views {
        top: 26px;
        left: 26px;
    }

    #member-rank {
        top: 26px;
        right: 26px;
    }

    #eye-banner,
    #eye-banner {
        width: 100%;
        height: 152px;
    }

    #silhouette {
        width: 340px;
        height: 580px;
    }

    #username {
        font-size: 50px;
    }

}
