.monitoring-block #servers {
    margin: 8px 0 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Карточка сервера */

.monitoring-block .serverEntry {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 12px;
    padding: 10px 12px;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(248, 181, 66, 0.09), transparent 55%),
        radial-gradient(circle at bottom right, rgba(248, 113, 113, 0.08), transparent 55%),
        var(--theme-color-secondary, #241c23);
    border: var(--border-1px, 1px solid rgba(148, 121, 96, 0.7));
    border-radius: 12px;
    box-shadow:
        0 10px 26px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(15, 23, 42, 0.7);
    box-sizing: border-box;
    margin: 10px;
}

.monitoring-block .serverEntry-icon {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(248, 250, 252, 0.14);
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.9);
}

/* Контент сервера */

.monitoring-block .serverEntry-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 4px 10px 4px 8px;
    border-right: 1px solid rgba(139, 126, 132, 0.7);
    min-width: 0;
}

.monitoring-block .serverEntry-title {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #f9fafb;
}

.monitoring-block .serverEntry-title span {
    font-size: 12px;
    font-weight: 500;
    color: #fbbf24;
    text-shadow: 0 0 14px rgba(219, 114, 40, 0.95);
}

/* Онлайн / инфо */

.monitoring-block .online_text {
    font-size: 12px;
    color: #c4b7ab;
    font-weight: 500;
    line-height: 1.4;
    padding-left: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}

.monitoring-block .online_text > span {
    margin: 0;
    white-space: nowrap;
}

/* Линия прогресса / статуса */

.monitoring-block .serverEntry-line {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #4b3a3c, #1b1417);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.75);
}

.monitoring-block .serverEntry-line .progressbarClass {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #22c55e, #a3e635);
    box-shadow: 0 0 14px rgba(34, 197, 94, 0.7);
    transition: width 0.25s ease-out;
}

.monitoring-block .progressbar-online {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #a3e635);
}

.monitoring-block .progressbar-offline {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #6b7280, #111827);
}

/* Кнопка справа */

.monitoring-block .serverEntry .button {
    align-self: stretch;
    min-width: 64px;
    height: 100%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    background:
        radial-gradient(circle at top, rgba(149, 125, 119, 0.7), transparent 70%),
        rgba(47, 39, 45, 0.95);
    color: #e5e7eb;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.16s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

.monitoring-block .serverEntry .button:not(.selectedPage):hover {
    background:
        radial-gradient(circle at center, rgba(232, 149, 65, 0.8), rgba(63, 52, 58, 0.98));
    box-shadow: 0 0 22px rgba(217, 119, 6, 0.65);
    transform: translateY(-1px);
}

.monitoring-block .serverEntry .button:active {
    transform: translateY(0);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.6);
}

.monitoring-block .serverEntry .button .server_button_graphics {
    margin: auto;
    padding-left: 2px;
}

.monitoring-block .serverEntry .button .fa-info-circle {
    font-size: 20px;
    line-height: 1;
    color: #fbbf24;
}

/* Оффлайн-состояние */

.monitoring-block .serverEntry-offline {
    display: block;
    border-bottom: 2px solid #564840;
}

/* Версии / ссылки */

.monitoring-block .version,
.monitoring-block .version_block span {
    font-family: 'FSElliotPro-Heavy', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #a3afd5;
    margin: 0 5px;
}

.monitoring-block .version span,
.monitoring-block .serverEntry-offline .serverEntry-title span {
    color: #d88f34;
    text-shadow: 0 0 16px rgba(219, 114, 40, 0.9);
}

.monitoring-block .serverEntry a,
.monitoring-block .serverEntry-offline a {
    font-family: 'FSElliotPro-Heavy', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.25s ease;
    line-height: 25px;
    color: #f9fafb;
    text-decoration: none;
}

.monitoring-block .serverEntry a:hover,
.monitoring-block .serverEntry-offline a:hover {
    color: #fbbf24;
}

/* Рекорд онлайн */

.monitoring-block .right-block-content-record {
    padding: 15px 0 14px;
    color: #a3afd5;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    text-indent: -14px;
    background:
        radial-gradient(circle at center, rgba(217, 119, 6, 0.3), transparent 60%),
        linear-gradient(90deg, #1f2933, #111827);
}

.monitoring-block .right-block-content-record span,
.monitoring-block .recordLine {
    padding-left: 3px;
    text-shadow: 0 0 16px rgba(219, 114, 40, 0.9);
    color: #d88f34;
}

/* Онлайн-числа в списке серверов */

.monitoring-block .servers_list .online span {
    font-size: 15px;
    font-weight: 600;
    color: #c9a152;
    padding-left: 17px;
    line-height: 14px;
}

/* Итоговый онлайн */

.monitoring-block .total_online_block {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 4px 8px;
    border-radius: 10px;
    background:
        radial-gradient(circle at top, rgba(107, 70, 38, 0.9), rgba(22, 18, 25, 0.98));
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(15, 23, 42, 0.8);
    box-sizing: border-box;
}

.monitoring-block .total_online_block .information {
    flex: 1;
    padding: 6px 10px;
    text-align: center;
    border-right: 1px solid #4a4248;
    box-sizing: border-box;
    transition: background 0.2s ease, transform 0.16s ease;
}

.monitoring-block .total_online_block .information:last-child {
    border-right: none;
}

.monitoring-block .total_online_block .information b {
    display: block;
    font-weight: 700;
    font-size: 24px;
    color: #f4eed2;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.monitoring-block .total_online_block .information .today_record {
    color: #fbb829;
}

.monitoring-block .total_online_block .information .total_online {
    color: #b0c25c;
}

.monitoring-block .total_online_block .information span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.4;
    color: #a89aa1;
}
