.zhuce-panel {
    padding: 0;
}

.zhuce-toolbar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.4rem;
    margin-bottom: 1.75rem;
}

.zhuce-meta {
    min-width: 0;
}

.zhuce-title {
    margin: 0;
    font-size: 2.45rem;
    line-height: 1.08;
    font-weight: 800;
    color: #151515;
    letter-spacing: -0.05em;
}

.zhuce-hint {
    margin: 0.595rem 0 0;
    font-size: 0.91rem;
    color: #5f5f5f;
}









.server-table-wrap {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0.91rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.server-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.server-table thead th {
    padding: 1.155rem 1.12rem;
    background: #b8b8b8;
    color: #323232;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
}

.server-table tbody td {
    padding: 0.84rem 1.12rem;
    color: #414141;
    font-size: 0.84rem;
    border-bottom: 1px solid #efefef;
    vertical-align: middle;
}

.server-table tbody tr:last-child td {
    border-bottom: 0;
}

.server-table thead th:nth-child(1),
.server-table tbody td:nth-child(1) {
    width: 26%;
    font-size: 1.05rem;
}

.server-table thead th:nth-child(2),
.server-table tbody td:nth-child(2) {
    width: 16%;
    color: #5c5c5c;
    font-size: 0.91rem;
}

.server-table thead th:nth-child(3),
.server-table tbody td:nth-child(3) {
    width: 35%;
}

.server-table thead th:nth-child(4),
.server-table tbody td:nth-child(4) {
    width: 23%;
    text-align: center;
}


.server-table tbody td:nth-child(3),
.server-table tbody td:nth-child(4) {
    white-space: nowrap;
}

.server-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.36rem;
    height: 1.785rem;
    margin: 0 0.35rem 0 0;
    padding: 0 0.7rem;
    border-radius: 0.56rem;
    font-size: 0.735rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.server-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.server-btn-primary {
    background: linear-gradient(180deg, #de2146 0%, #c80f38 100%);
}

.server-btn-dark {
    background: linear-gradient(180deg, #3f3f42 0%, #212124 100%);
}

@media screen and (max-width: 1280px) {
    .zhuce-title {
        font-size: 2.1rem;
    }


    .server-table thead th,
    .server-table tbody td {
        padding-left: 0.77rem;
        padding-right: 0.77rem;
    }
}

@media screen and (max-width: 980px) {
    .zhuce-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }


    .server-table-wrap {
        overflow-x: auto;
    }

    .server-table {
        min-width: 686px;
    }
}

@media screen and (max-width: 736px) {
    .server-table-wrap {
        width: 100%;
    }

    .zhuce-title {
        font-size: 1.68rem;
    }

    .zhuce-hint {
        font-size: 0.735rem;
    }


    
.server-table tbody td:nth-child(3),
.server-table tbody td:nth-child(4) {
    white-space: nowrap;
}

.server-btn {
        min-width: 3.22rem;
        height: 1.82rem;
        font-size: 0.7rem;
        margin-right: 0.315rem;
    }
}
