.footer {
    --footer-bg-top: #070b17;
    --footer-bg-bottom: #04060d;
    --footer-panel: rgba(11, 18, 34, 0.78);
    --footer-panel-strong: rgba(15, 24, 44, 0.9);
    --footer-border: rgba(255, 255, 255, 0.08);
    --footer-border-active: rgba(244, 114, 182, 0.26);
    --footer-text: #f4f7ff;
    --footer-muted: #9ea8bc;
    --footer-soft: #74809a;
    --footer-pink: #f472b6;
    --footer-blue: #60a5fa;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    min-height: 380px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 34px 0 24px;
    background: transparent;
    color: var(--footer-text);
    box-sizing: border-box;
}

.footer .background {
    display: none;
}

.foot-text {
    position: relative;
    line-height: 21px;
}

.footer .effect-3 {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 5, 10, 0) 0%, rgba(3, 5, 10, 0.36) 54%, rgba(3, 5, 10, 0.88) 100%);
}

.footer .effect-2 {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 50%, rgba(99, 102, 241, 0.1), transparent 28%),
        radial-gradient(circle at 64% 42%, rgba(244, 114, 182, 0.1), transparent 22%);
    mix-blend-mode: screen;
}

.footer .effect-1 {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(96, 165, 250, 0.05) 0%, transparent 24%, transparent 76%, rgba(244, 114, 182, 0.05) 100%);
}

.footer .all {
    position: relative;
    width: 1200px;
    max-width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 14px;
    box-sizing: border-box;
}

.footer .up-footer {
    display: grid;
    grid-template-columns: minmax(320px, 1.3fr) repeat(3, minmax(200px, 1fr));
    gap: 18px;
}

.footer .home-footer,
.footer .home-page-enter-user-tournaments,
.footer .community,
.footer .support {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 22px 22px;
    border-radius: 28px;
    border: 1px solid var(--footer-border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        var(--footer-panel);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.footer .home-footer::before,
.footer .home-page-enter-user-tournaments::before,
.footer .community::before,
.footer .support::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.12), transparent 34%, transparent 68%, rgba(244, 114, 182, 0.12));
    opacity: 0.7;
}

.footer .home-footer {
    gap: 20px;
    font-size: 21px;
    background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
        var(--footer-panel-strong);
}

.footer .icon-and-heading {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer .footer-brand-link {
    color: inherit;
    text-decoration: none;
    width: fit-content;
    transition: transform 0.25s ease, opacity 0.25s ease, filter 0.25s ease;
}

.footer .footer-brand-link:hover,
.footer .footer-brand-link:focus-visible {
    transform: translateY(-2px);
    opacity: 0.98;
    filter: saturate(1.08);
}

.footer .icon7 {
    height: 46px;
    width: 46px;
    padding: 10px;
    border-radius: 16px;
    object-fit: contain;
    background: linear-gradient(180deg, rgba(96, 165, 250, 0.14), rgba(244, 114, 182, 0.12));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 30px rgba(0, 0, 0, 0.18);
}

.footer .heading11 {
    display: flex;
    align-items: center;
}

.footer .alovid4 {
    letter-spacing: 0.02em;
    line-height: 1;
    font-size: 1.68rem;
    font-weight: 800;
}

.footer .text26 {
    font-size: 13px;
    color: var(--footer-muted);
    max-width: 270px;
}

.footer .div26 {
    line-height: 1.7;
}

.footer .link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.footer .discord,
.footer .tiktok {
    height: 42px;
    width: 42px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.footer .footer-social-link {
    color: inherit;
    text-decoration: none;
}

.footer .footer-social-link:hover,
.footer .footer-social-link:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(244, 114, 182, 0.34);
    background: rgba(255, 255, 255, 0.085);
    box-shadow:
        0 16px 36px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(96, 165, 250, 0.08);
}

.footer .vector-icon5,
.footer .iconcoin,
.footer .icon10,
.footer .vector-icon6 {
    max-width: 18px;
    opacity: 0.92;
}

.footer .heading12,
.footer .heading13,
.footer .heading14 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer .heading-inner {
    width: 78px;
    height: 3px;
    object-fit: cover;
    opacity: 0.78;
}

.footer .text27,
.footer .text28 {
    display: flex;
    align-items: center;
}

.footer .heading12 .foot-text,
.footer .heading13 .div32,
.footer .heading14 .b {
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--footer-text);
}

.footer .heading-child {
    width: 81px;
    height: 1px;
    border-top: 1px solid rgba(217, 0, 177, 0.3);
}

.footer .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    color: var(--footer-muted);
}

.footer .list-item {
    display: flex;
    align-items: center;
}

.footer .home-page-enter-user-link {
    width: 100%;
    display: flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.footer .hover-button-footer-text {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    position: relative;
    border-radius: 12px;
    background: transparent;
    border: 1px solid transparent;
    transition:
        transform 0.25s ease,
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.footer .footer-link-item:hover .hover-button-footer-text,
.footer .footer-link-item:focus-visible .hover-button-footer-text {
    color: var(--footer-text);
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.footer .down-footer {
    border: 1px solid var(--footer-border);
    border-radius: 24px;
    padding: 18px 22px;
    font-size: 12.5px;
    color: var(--footer-soft);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        rgba(8, 12, 22, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
}

.footer .home-page-enter-user-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer .text30 {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer .data-and-name {
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer .text31 {
    color: var(--footer-pink);
}

.footer .alovid5 {
    line-height: 17.5px;
}

.footer .footer-bottom-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

.footer .footer-bottom-link:hover,
.footer .footer-bottom-link:focus-visible {
    color: var(--footer-text);
    opacity: 1;
}

.footer .ul {
    margin: 0;
    padding-left: 16px;
}

.footer .policy-and-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
}

.footer .div43,
.footer .div45 {
    position: relative;
}

.footer .div44,
.footer .div46 {
    line-height: 17.5px;
}

@media (max-width: 1120px) {
    .footer .up-footer {
        grid-template-columns: repeat(2, minmax(260px, 1fr));
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 24px 0 18px;
    }

    .footer .all {
        max-width: calc(100% - 24px);
        gap: 16px;
        padding: 0;
    }

    .footer .up-footer {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer .home-footer,
    .footer .home-page-enter-user-tournaments,
    .footer .community,
    .footer .support,
    .footer .down-footer {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .footer .text26 {
        max-width: none;
    }

    .footer .home-page-enter-user-all {
        align-items: flex-start;
    }
}
