* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background: #000;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.enter-screen {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.enter-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.enter-ring {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-top-color: #ff0000;
    border-radius: 50%;
    animation:
        SpinSpinSpin_LikeHelicopterYAYYY 3s linear infinite,
        TheysayIamButAreyou 2s ease-in-out infinite;
}

#thepeopleenter_lolllll {
    position: relative;
    z-index: 2;
    border: 1px solid transparent;
    background:
        linear-gradient(#050505, #050505) padding-box,
        linear-gradient(
            90deg,
            #400000,
            #ff0000,
            #ff6b6b,
            #ff0000,
            #400000
        ) border-box;
    background-size: 100% 100%, 300% 100%;
    color: transparent;
    padding: 16px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.5px;
    overflow: hidden;
    animation: Itsthesurroundingsofitloooooool 4s linear infinite;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

#thepeopleenter_lolllll::before {
    content: "Click to enter";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        90deg,
        #700000,
        #ff0000,
        #ff8a8a,
        #ff0000,
        #700000
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: ilovecoloryayyayy_loll 3s linear infinite;
}

#thepeopleenter_lolllll:hover {
    transform: scale(1.08);
    box-shadow:
        0 0 15px rgba(255, 0, 0, 0.2),
        0 0 40px rgba(255, 0, 0, 0.15);
}

.enter-screen.exit {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.enter-screen.exit .enter-content {
    animation: ExitLEAVELEAVE_LOLLLL 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.container {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transform: scale(0.96) rotate(-2deg);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.container.active {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.card {
    width: 700px;
    min-height: 230px;
    background: #030303;
    border: 1px solid #202020;
    border-radius: 32px;
    display: flex;
    align-items: center;
    padding: 28px;
    gap: 24px;
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.03);
    opacity: 0;
    transform: translateY(25px) scale(0.97);
}

.container.active .card {
    animation: wdymmanImBored_LOL 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.profile {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #222;
    opacity: 0;
    transform: scale(0.8);
}

.container.active .profile {
    animation: HisWantedProfile_LOL 0.7s ease forwards;
    animation-delay: 0.35s;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
    background: linear-gradient(
        90deg,
        #700000,
        #ff0000,
        #ff7a7a,
        #ff0000,
        #700000
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(255, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(12px);
}

.container.active h1 {
    animation:
        specialman_LOL 0.7s ease forwards 0.45s,
        gradientmove_LOL 4s linear infinite;
}

.socials {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(12px);
}

.container.active .socials {
    animation: hislittlesocials_LOL 0.7s ease forwards;
    animation-delay: 0.65s;
}

.social {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bdbdbd;
    text-decoration: none;
    font-size: 25px;
    background: #090909;
    border: 1px solid #1c1c1c;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.social:hover {
    transform: translateY(-5px) scale(1.06);
    color: white;
    border-color: #8b0000;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.25);
}

.views {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #777;
    font-size: 14px;
    margin-top: 4px;
    opacity: 0;
    transform: translateY(12px);
}

.container.active .views {
    animation: hislittlesocials_LOL 0.7s ease forwards;
    animation-delay: 0.8s;
}

.views i {
    color: #8b0000;
    font-size: 15px;
}

#cucktopeu_LOL {
    font-weight: 600;
    color: #aaa;
}

@keyframes SpinSpinSpin_LikeHelicopterYAYYY {
    to {
        transform: rotate(360deg);
    }
}

@keyframes TheysayIamButAreyou {
    0%,
    100% {
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.1);
    }

    50% {
        box-shadow: 0 0 35px rgba(255, 0, 0, 0.3);
    }
}

@keyframes ExitLEAVELEAVE_LOLLLL {
    0% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }

    100% {
        opacity: 0;
        transform: scale(2.5) rotate(180deg);
    }
}

@keyframes Itsthesurroundingsofitloooooool {
    0% {
        background-position: 0% 50%, 0% 50%;
    }

    100% {
        background-position: 0% 50%, 300% 50%;
    }
}

@keyframes ilovecoloryayyayy_loll {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@keyframes wdymmanImBored_LOL {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes HisWantedProfile_LOL {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes specialman_LOL {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hislittlesocials_LOL {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientmove_LOL {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

@media (max-width: 600px) {
    .card {
        width: 100%;
        min-height: 330px;
        flex-direction: column;
        text-align: center;
    }

    .content {
        align-items: center;
    }

    h1 {
        font-size: 30px;
    }

    .enter-ring {
        width: 150px;
        height: 150px;
    }
}