body {
    background: #04070A;

    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body::before,
body::after {
    content: "";
    position: absolute;
    width: clamp(720px, 85vw, 1219.332px);
    background: linear-gradient(223deg, #6B28E8 13.72%, #AF9FCE 82.21%);
    filter: blur(clamp(90px, 14vw, 160px));
    pointer-events: none;
    z-index: 0;
}

body::before {
    height: clamp(420px, 60vw, 730.815px);
    opacity: 0.2;
    transform: rotate(150.227deg);
    left: clamp(-360px, -30vw, -557.58px);
    top: clamp(-360px, -28vw, -552.69px);
}

body::after {
    height: clamp(360px, 50vw, 607.935px);
    transform: rotate(40.407deg);
    left: clamp(-340px, -28vw, -523px);
    top: clamp(180px, 35vw, 382px);
}

body > * {
    position: relative;
    z-index: 1;
}

.app {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    min-height: 100vh;
    padding: clamp(16px, 2.5vw, 32px);
}

.app-header {
    width: 100%;

    display: flex;
    justify-content: center;
}

.app-header__name {
    color: #FFF;

    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-size: clamp(16px, 1.3vw, 22px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(10px, 1.4vw, 18px);
}

.app-main__title {
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-size: clamp(48px, 6vw, 104px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.app-main__description {
    max-width: min(92%, 47ch);
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-size: clamp(16px, 1.3vw, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;

    opacity: 0.8;
}

.app-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 1.4vw, 18px);
}

.app-footer__social_platform {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;

    border-radius: 100px;
    background: rgba(255, 255, 255, 0.07);

    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.18),
        inset 0 2px 0 rgba(255, 255, 255, 0.25),
        0 6px 18px rgba(0, 0, 0, 0.25);
}

.app-footer__social_platform:hover {
    background: rgba(255, 255, 255, 0.15);
}

.app-footer__social_platform:active {
    background: rgba(255, 255, 255, 0.04);
}

.app-footer__social_platform_icon {
    width: clamp(20px, 2vw, 32px);
    height: clamp(20px, 2vw, 32px);
}

.app-footer__social_platform_text {
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-size: clamp(14px, 1vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
}
