.lp-server-info-tooltip {
    position: fixed;
    z-index: 99998;
    width: 245px;
    padding: 11px 12px;
    border: 1px solid rgba(255, 205, 130, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(22, 8, 4, .96), rgba(5, 2, 1, .94));
    color: #d8c09a;
    font: 10pt 'AdonisC';
    pointer-events: none;
    opacity: 0;
    transform: translateY(6px) scale(.97);
    box-shadow:
        inset 0 0 8px rgba(0,0,0,.55),
        0 0 12px rgba(255,90,25,.16);
    transition: opacity .16s ease, transform .16s ease;
}

.lp-server-info-tooltip_show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.lp-server-info-tooltip__title {
    margin-bottom: 8px;
    padding-bottom: 6px;
    text-align: center;
    color: #ffd18a;
    font-size: 12pt;
    text-shadow: 0 1px 2px rgba(0,0,0,.95);
    border-bottom: 1px solid rgba(255, 210, 120, .12);
}

.lp-server-info-tooltip__row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-server-info-tooltip__row:last-child {
    border-bottom: 0;
}

.lp-server-info-tooltip__label {
    color: #b8a282;
}

.lp-server-info-tooltip__value {
    color: #fff0c8;
    text-align: right;
}

/* =========================================================
   Hall of Fame Fixed Banner
   ========================================================= */

.hof-fixed-banner {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1000;

    width: 236px;
    min-height: 82px;
    padding: 13px 14px 12px;
    box-sizing: border-box;

    display: block;
    overflow: hidden;

    border-radius: 10px;
    border: 1px solid rgba(255, 205, 130, .34);

    background:
        radial-gradient(circle at 50% 0%, rgba(85, 205, 255, .18), transparent 42%),
        radial-gradient(circle at 18% 100%, rgba(255, 175, 55, .16), transparent 38%),
        radial-gradient(circle at 82% 100%, rgba(160, 20, 15, .15), transparent 40%),
        linear-gradient(180deg, rgba(9, 15, 24, .96), rgba(5, 5, 8, .97));

    color: #ead6b4;
    text-align: center;
    text-decoration: none;

    box-shadow:
        0 0 18px rgba(255, 175, 70, .14),
        0 0 26px rgba(40, 165, 255, .10),
        inset 0 0 14px rgba(255, 200, 110, .07);

    opacity: 0;
    transform: translateY(12px) scale(.97);
    animation: hof-banner-in .75s ease-out forwards;

    transition:
        transform .22s ease,
        filter .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.hof-fixed-banner:hover {
    transform: translateY(-2px) scale(1.012);
    filter: brightness(1.06);
    border-color: rgba(255, 220, 155, .50);

    box-shadow:
        0 0 20px rgba(255, 185, 80, .20),
        0 0 34px rgba(55, 175, 255, .13),
        inset 0 0 16px rgba(255, 220, 140, .09);
}

.hof-fixed-aura {
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(115deg, transparent 0%, rgba(255,245,210,.12) 44%, transparent 58%);

    transform: translateX(-130%);
    animation: hof-banner-shine 5.8s ease-in-out infinite;
}

.hof-fixed-title,
.hof-fixed-text {
    position: relative;
    z-index: 2;
    display: block;
}

.hof-fixed-title {
    color: #ffe6b6;
    font: 22px "Times New Roman", Times, serif;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    line-height: 1;

    text-shadow:
        0 0 4px rgba(255, 245, 205, .95),
        0 0 12px rgba(255, 190, 90, .78),
        0 0 24px rgba(255, 90, 20, .38),
        0 2px 5px rgba(0,0,0,1);

    animation: hof-banner-title-glow 8s ease-in-out infinite;
}

.hof-fixed-text {
    margin: 8px auto 0;
    max-width: 205px;

    color: rgba(235, 222, 205, .82);
    font-size: 12px;
    line-height: 1.22;
    font-style: italic;

    text-shadow:
        0 0 4px rgba(255, 230, 170, .18),
        0 1px 2px rgba(0,0,0,.95);
}

@keyframes hof-banner-in {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes hof-banner-shine {
    0%, 74%, 100% {
        transform: translateX(-130%);
        opacity: 0;
    }
    84% {
        opacity: .7;
    }
    96% {
        transform: translateX(130%);
        opacity: 0;
    }
}

@keyframes hof-banner-title-glow {
    0%, 100% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.12);
    }
}

/* =========================================================
   Social banners
   ========================================================= */

.container .right .banners.social-banners {
    margin: 20px 0 0 -18px;
    width: 600px;

    display: flex;
    justify-content: center;
    gap: 12px;
    float: left;
}

.social-banner {
    position: relative;

    width: 74px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    border-radius: 7px;
    border: 1px solid rgba(255, 205, 130, .24);

    background:
        radial-gradient(circle at 50% 0%, rgba(90, 190, 255, .16), transparent 46%),
        linear-gradient(180deg, rgba(16, 23, 34, .92), rgba(7, 7, 10, .96));

    text-decoration: none;

    box-shadow:
        inset 0 0 10px rgba(255,255,255,.06),
        0 0 10px rgba(0,0,0,.55);

    transition:
        transform .2s ease,
        filter .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.social-banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(115deg, transparent 0%, rgba(255,245,210,.14) 44%, transparent 58%);

    transform: translateX(-130%);
    opacity: 0;
    transition: opacity .2s ease;
}

.social-banner:hover::before {
    animation: social-banner-shine .85s ease-out forwards;
}

.social-banner i {
    position: relative;
    z-index: 2;

    font-size: 19px;
    color: #e6f6ff;

    text-shadow:
        0 0 6px rgba(120, 220, 255, .45),
        0 1px 3px rgba(0,0,0,1);

    transition:
        transform .2s ease,
        color .2s ease,
        text-shadow .2s ease;
}

.social-banner:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    border-color: rgba(255, 220, 155, .42);

    box-shadow:
        inset 0 0 12px rgba(255,255,255,.08),
        0 0 12px rgba(255, 190, 90, .12),
        0 0 18px rgba(60, 180, 255, .12);
}

.social-banner:hover i {
    transform: scale(1.12);
}

.social-banner_tg i,
.social-banner_chat i {
    color: #bfefff;
}

.social-banner_discord i {
    color: #d6d5ff;
}

.social-banner_tiktok i {
    color: #f0f5ff;
}

.social-banner_hof i {
    color: #ffe2a0;
    text-shadow:
        0 0 5px rgba(255, 245, 205, .8),
        0 0 13px rgba(255, 190, 90, .45),
        0 1px 3px rgba(0,0,0,1);
}

@keyframes social-banner-shine {
    0% {
        transform: translateX(-130%);
        opacity: 0;
    }
    25% {
        opacity: .75;
    }
    100% {
        transform: translateX(130%);
        opacity: 0;
    }
}