.serverForge {
    display: grid;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.serverSimpleIp {
    display: grid;
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
}

.serverSimpleIp__label {
    color: #31f6a1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.serverSimpleIp__title {
    margin: 2px 0 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.serverSimpleIp__desc {
    margin: 4px 0 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.4;
}

.serverSimpleIp__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.serverSimpleIp__row code {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
}

.serverSimpleIp__btn {
    min-width: 148px;
    min-height: 42px;
    padding: 8px 14px;
    border: 1px solid rgba(50, 237, 166, 0.34);
    border-radius: 11px;
    background: linear-gradient(90deg, #1ce39f, #2dc4e6);
    color: #051f16;
    font-size: 14px;
    font-weight: 900;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.serverSimpleIp__btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.serverHubCopyInfo {
    min-height: 18px;
    color: #31f6a1;
    font-size: 12px;
    font-weight: 700;
}

.serverOrbit {
    display: grid;
    grid-template-columns: 520px minmax(360px, 560px) minmax(220px, 280px);
    justify-content: start;
    gap: 26px;
    align-items: stretch;
}

.serverOrbit__left {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serverOrbitCore {
    position: relative;
    width: 310px;
    height: 310px;
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(54, 242, 154, 0.70), rgba(54, 242, 154, 0.14));
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.serverOrbitCore::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 42%, rgba(26, 84, 120, 0.55), rgba(5, 16, 31, 0.95));
    border: 4px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 34px rgba(32, 202, 233, 0.22), 0 0 24px rgba(20, 151, 191, 0.18);
}

.serverOrbitCore__center {
    position: absolute;
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    object-fit: cover;
    border-radius: 50%;
    opacity: 0.82;
    z-index: 1;
    transition: opacity 0.22s ease;
    -webkit-mask-image: radial-gradient(circle at center, #000 36%, rgba(0, 0, 0, 0.75) 58%, transparent 86%);
    mask-image: radial-gradient(circle at center, #000 36%, rgba(0, 0, 0, 0.75) 58%, transparent 86%);
}

.serverOrbitBtn {
    position: absolute;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    padding: 4px;
    overflow: hidden;
    border: 0;
    background: linear-gradient(180deg, rgba(54, 242, 154, 0.70), rgba(54, 242, 154, 0.14));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    z-index: 3;
}

.serverOrbitBtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.08);
    background: #0b1118;
}

.serverOrbitBtn:hover {
    filter: brightness(1.08);
    border-color: rgba(49, 246, 162, 0.56);
}

.serverOrbitBtn.is-active {
    box-shadow: 0 0 20px rgba(49, 246, 161, 0.45), 0 10px 24px rgba(0, 0, 0, 0.35);
}

.serverOrbitBtn[data-server-key="survival"] { left: -43px; top: 50%; transform: translateY(-50%); }
.serverOrbitBtn[data-server-key="rpg"] { left: 50%; top: -43px; transform: translateX(-50%); }
.serverOrbitBtn[data-server-key="skyblock"] { right: -43px; top: 50%; transform: translateY(-50%); }
.serverOrbitBtn[data-server-key="discord"] { left: 50%; bottom: -43px; transform: translateX(-50%); }

.serverOrbit__right {
    padding: 18px;
    border-radius: 16px;
    border: 1px solid rgba(50, 237, 166, 0.22);
    background: linear-gradient(145deg, rgba(8, 17, 31, 0.9), rgba(5, 11, 20, 0.95));
    max-width: 560px;
    width: 100%;
    text-align: center;
}

.serverOrbit__ip {
    display: flex;
    align-items: center;
}

.serverOrbit__ip .serverSimpleIp {
    width: 100%;
    min-height: 100%;
    padding: 16px 16px 14px;
    border-radius: 14px;
    border: 1px solid rgba(50, 237, 166, 0.22);
    background: linear-gradient(145deg, rgba(8, 17, 31, 0.9), rgba(5, 11, 20, 0.95));
    text-align: center;
}

.serverOrbit__ip .serverSimpleIp__row {
    flex-direction: column;
    align-items: center;
}

.serverOrbit__ip .serverSimpleIp__row code {
    width: 100%;
    text-align: center;
}

.serverOrbit__ip .serverSimpleIp__btn {
    width: 100%;
}

.serverOrbit__right h4 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 36px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
}

.serverOrbit__right p {
    margin: 0 0 14px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
}

.serverOrbitStats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.serverOrbitStat {
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(50, 237, 166, 0.2);
    background: rgba(4, 10, 18, 0.78);
    text-align: center;
}

.serverOrbitStat span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.serverOrbitStat strong {
    color: #31f6a1;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.serverOrbitNote {
    margin-top: 14px;
    padding: 14px 14px 12px;
    border-radius: 12px;
    border: 1px solid rgba(50, 237, 166, 0.18);
    background: rgba(4, 10, 18, 0.55);
}

.serverOrbitNote h5 {
    margin: 0 0 6px;
    color: #31f6a1;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.serverOrbitNote p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.45;
}

.serverOrbitFeed {
    display: none;
}

@media (max-width: 1199px) {
    .serverOrbit {
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .serverForge {
        padding: 16px;
    }

.serverOrbit__ip .serverSimpleIp__row {
    flex-direction: column;
    align-items: center;
}

    .serverOrbit__ip .serverSimpleIp__row code {
        font-size: 22px;
    }

    .serverOrbit__left {
        min-height: 325px;
    }

    .serverOrbitCore {
        width: 230px;
        height: 230px;
    }

    .serverOrbitBtn {
        width: 66px;
        height: 66px;
    }

    .serverOrbitBtn[data-server-key="survival"] { left: -33px; }
    .serverOrbitBtn[data-server-key="rpg"] { top: -33px; }
    .serverOrbitBtn[data-server-key="skyblock"] { right: -33px; }
    .serverOrbitBtn[data-server-key="discord"] { bottom: -33px; }

    .serverOrbit__right h4 {
        font-size: 30px;
    }

    .serverOrbitStats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area .header-nav-split,
    .tg-header__area .header-nav-split__left,
    .tg-header__area .header-nav-split__right,
    .tg-header__area .menu-left-island,
    .tg-header__area .menu-left-island__list,
    .tg-header__area .menu-left-island__item,
    .tg-header__area .menu-left-island__pill,
    .tg-header__area .tgmenu__action {
        display: none !important;
    }

    .tg-header__area .header-main-row {
        justify-content: flex-start;
    }

    .tg-header__area .tgmenu__nav {
        justify-content: flex-start;
    }
}
