.socket-page {
    padding: 50px 0;
}

.socket-table {
    width: 100%;
    border-collapse: collapse;
    background: #111;
    border-radius: 18px;
    overflow: hidden;
}

    .socket-table th,
    .socket-table td {
        padding: 14px;
        border-bottom: 1px solid #222;
        text-align: left;
    }

    .socket-table th {
        background: #181818;
        color: #d6b46b;
    }

.socket-player {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    .socket-player img {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 2px solid #c8a85f;
    }

.on-dot {
    width: 10px;
    height: 10px;
    background: #36ff78;
    border-radius: 50%;
    display: inline-block;
    margin-left: 6px;
    box-shadow: 0 0 10px #36ff78;
}

.socket-table tr:hover {
    background: #161616;
}
